.pd-root {
    --pd-primary: #f8291d;
    --pd-primary-dark: #cf1f16;
    --pd-primary-soft: #fff2f1;
    --pd-ink: #182230;
    --pd-muted: #667085;
    --pd-line: #d8dee6;
    --pd-surface: #fff;
    --pd-canvas: #f7f8fa;
    position: relative;
    direction: rtl;
    color: var(--pd-ink);
    font-family: inherit;
}

.pd-root *, .pd-sheet * { box-sizing: border-box; }
.pd-page-section { padding: 48px 0 80px; }
.pd-page-heading { margin-bottom: 31px; }
.pd-page-heading__eyebrow { display: block; margin-bottom: 7px; color: var(--pd-primary); font-size: 11px; font-weight: 800; }
.pd-page-heading .title { margin-bottom: 10px !important; color: #17202c; font-size: clamp(25px, 3vw, 38px); font-weight: 900; }
.pd-page-heading__desc { display: inline-flex; align-items: center; gap: 8px; max-width: 720px; margin-bottom: 12px; color: #687385; font-size: 12px; line-height: 1.9; }
.pd-page-heading__desc:hover { color: var(--pd-primary); }
.pd-layout { display: grid; grid-template-columns: 278px minmax(0, 1fr); align-items: start; gap: 24px; }
.pd-sidebar { position: sticky; top: 84px; overflow: hidden; max-height: calc(100vh - 104px); border: 1px solid #cfd7e1; border-radius: 17px; background: #f6f8fa; box-shadow: 0 10px 30px rgba(31,45,61,.075); }
.pd-filter-fields { max-height: calc(100vh - 178px); padding: 10px; overflow-x: hidden; overflow-y: auto; background: #f6f8fa; scrollbar-width: thin; scrollbar-color: #c2cad4 transparent; }
.pd-filter-section { position: relative; margin: 0 0 9px; padding: 0 12px 10px; border: 1px solid #d5dce5; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(31,45,61,.035); }
.pd-filter-section:last-child { margin-bottom: 0; }
.pd-filter-heading { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 49px; padding: 0; color: #344054; border: 0; background: transparent; font-family: inherit; cursor: pointer; }
.pd-filter-heading > span { display: flex; align-items: center; gap: 8px; min-width: 0; }
.pd-filter-heading > span > i { width: 17px; color: #8b95a3; text-align: center; }
.pd-filter-heading strong { overflow: hidden; font-size: 12px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.pd-filter-heading em { display: grid; place-items: center; min-width: 19px; height: 19px; padding: 0 5px; color: #fff; border-radius: 10px; background: var(--pd-primary); font-size: 8px; font-style: normal; }
.pd-filter-heading > i { color: #98a2b3; font-size: 11px; transition: transform .2s ease; }
.pd-filter-section.is-collapsed .pd-filter-heading > i { transform: rotate(180deg); }
.pd-filter-section.is-collapsed .pd-filter-body { display: none; }
.pd-filter-section:not(.is-collapsed) .pd-filter-heading { border-bottom: 1px solid #e8ecf1; }
.pd-filter-body { margin-top: 9px; padding: 9px 9px 10px; border: 1px solid #e5eaf0; border-inline-start: 3px solid #f59d97; border-radius: 9px; background: #fafbfc; }
.pd-filter-help { margin: 0 0 9px; padding-bottom: 8px; color: #7d8795; border-bottom: 1px dashed #dfe4ea; font-size: 9px; line-height: 1.75; }
.pd-option-list { display: grid; gap: 2px; }
.pd-option { display: flex; align-items: center; min-height: 35px; gap: 8px; margin: 0; padding: 5px 6px; color: #4a5565; border-radius: 8px; cursor: pointer; transition: color .15s ease, background-color .15s ease; }
.pd-option:hover { color: #222e3c; background: #f1f4f7; }
.pd-option.is-disabled { opacity: .46; cursor: not-allowed; }
.pd-option input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.pd-checkmark { display: grid; place-items: center; width: 18px; height: 18px; flex: 0 0 18px; color: transparent; border: 1.5px solid #c9d0d9; border-radius: 5px; background: #fff; font-size: 8px; transition: all .15s ease; }
.pd-option input:focus-visible + .pd-checkmark, .pd-option input:focus-visible + .pd-color { outline: 3px solid rgba(248,41,29,.18); outline-offset: 2px; }
.pd-option input:checked + .pd-checkmark { color: #fff; border-color: var(--pd-primary); background: var(--pd-primary); box-shadow: 0 3px 8px rgba(248,41,29,.2); }
.pd-color { width: 19px; height: 19px; flex: 0 0 19px; border: 4px solid #fff; border-radius: 50%; background: var(--pd-color); box-shadow: 0 0 0 1px #d6dce3; }
.pd-option input:checked + .pd-color { box-shadow: 0 0 0 2px var(--pd-primary); }
.pd-option__title { overflow: hidden; flex: 1; font-size: 11px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.pd-option > small { min-width: 22px; color: #9aa3af; font-size: 9px; text-align: left; }
.pd-show-more { display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; padding: 4px 6px; color: var(--pd-primary); border: 0; background: transparent; font-family: inherit; font-size: 9px; font-weight: 800; cursor: pointer; }
.pd-show-more i { transition: transform .2s ease; }
.pd-show-more.is-open i { transform: rotate(180deg); }
html:not(.pd-js) .pd-option[hidden] { display: flex; }
html:not(.pd-js) .pd-show-more { display: none; }
.pd-stock-filter { padding: 12px; }
.pd-switch { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0; cursor: pointer; }
.pd-switch span, .pd-switch strong, .pd-switch small { display: block; }
.pd-switch strong { color: #344054; font-size: 11px; font-weight: 900; }
.pd-switch small { margin-top: 3px; color: #98a2b3; font-size: 8px; }
.pd-switch input { position: absolute; opacity: 0; }
.pd-switch i { position: relative; width: 39px; height: 22px; flex: 0 0 39px; border-radius: 20px; background: #d8dde4; transition: background-color .2s ease; }
.pd-switch i::after { content: ""; position: absolute; width: 16px; height: 16px; top: 3px; inset-inline-start: 3px; border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.15); transition: transform .2s ease; }
.pd-switch input:checked + i { background: var(--pd-primary); }
.pd-switch input:checked + i::after { transform: translateX(-17px); }
.pd-switch input:focus-visible + i { outline: 3px solid rgba(248,41,29,.18); outline-offset: 2px; }
.pd-price-values { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-bottom: 15px; }
.pd-price-values label { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 5px; margin: 0; padding: 7px 8px; border: 1px solid #e1e5ea; border-radius: 8px; background: #fbfcfd; }
.pd-price-values label > span { color: #8a94a3; font-size: 8px; }
.pd-price-values input { min-width: 0; width: 100%; padding: 0; color: #344054; border: 0; outline: 0; background: transparent; font: 800 9px/1.4 inherit; direction: ltr; text-align: right; }
.pd-price-values small { grid-column: 1 / -1; color: #a1a8b2; font-size: 7px; text-align: left; }
.pd-range { position: relative; height: 20px; margin: 0 6px 3px; }
.pd-range__track, .pd-range__fill { position: absolute; height: 4px; top: 8px; right: 0; left: 0; border-radius: 4px; }
.pd-range__track { background: #e2e6eb; }
.pd-range__fill { background: var(--pd-primary); }
.pd-range input[type="range"] { position: absolute; width: 100%; height: 20px; top: 0; left: 0; margin: 0; padding: 0; pointer-events: none; appearance: none; -webkit-appearance: none; background: transparent; }
.pd-range input[type="range"]::-webkit-slider-thumb { width: 17px; height: 17px; border: 3px solid #fff; border-radius: 50%; background: var(--pd-primary); box-shadow: 0 0 0 1px var(--pd-primary), 0 2px 5px rgba(0,0,0,.14); pointer-events: auto; appearance: none; -webkit-appearance: none; cursor: grab; }
.pd-range input[type="range"]::-moz-range-thumb { width: 12px; height: 12px; border: 3px solid #fff; border-radius: 50%; background: var(--pd-primary); box-shadow: 0 0 0 1px var(--pd-primary); pointer-events: auto; cursor: grab; }
.pd-sidebar__footer { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 9px; padding: 12px; border-top: 1px solid #d5dce5; background: #fff; }
.pd-clear { padding: 8px 5px; color: #737e8d; font-size: 9px; font-weight: 700; white-space: nowrap; }
.pd-apply { min-height: 39px; color: #fff; border: 0; border-radius: 9px; background: var(--pd-primary); box-shadow: 0 6px 16px rgba(248,41,29,.18); font: 800 10px/1.5 inherit; cursor: pointer; }
.pd-results { min-width: 0; }
.pd-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 68px; margin-bottom: 13px; padding: 11px 15px; border: 1px solid var(--pd-line); border-radius: 14px; background: #fff; box-shadow: 0 6px 20px rgba(31,45,61,.04); }
.pd-result-count { flex: 0 0 auto; }
.pd-result-count strong { display: block; color: #344054; font-size: 12px; font-weight: 900; white-space: nowrap; }
.pd-result-count strong span { color: var(--pd-primary); font-size: 14px; }
.pd-sort-field { display: flex; align-items: center; justify-content: flex-end; gap: 9px; min-width: 0; }
.pd-sort-field__label { display: flex; align-items: center; gap: 6px; flex: 0 0 auto; color: #697586; font-size: 9px; font-weight: 800; white-space: nowrap; }
.pd-sort-buttons { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 6px; }
.pd-sort-buttons button { min-height: 36px; padding: 7px 11px; color: #596577; border: 1px solid #dde2e8; border-radius: 9px; outline: 0; background: #fff; font: 750 9px/1.4 inherit; white-space: nowrap; cursor: pointer; transition: color .15s ease, border-color .15s ease, background-color .15s ease, box-shadow .15s ease; }
.pd-sort-buttons button:hover { color: var(--pd-primary-dark); border-color: #f4aaa5; background: #fff8f7; }
.pd-sort-buttons button:focus-visible { border-color: var(--pd-primary); box-shadow: 0 0 0 3px rgba(248,41,29,.12); }
.pd-sort-buttons button.is-active { color: #fff; border-color: var(--pd-primary); background: var(--pd-primary); box-shadow: 0 5px 13px rgba(248,41,29,.2); }
.pd-select { width: 100%; height: 42px; padding: 8px 12px 8px 34px; color: #344054; border: 1px solid #dce1e8; border-radius: 9px; outline: 0; background-color: #fff; background-image: linear-gradient(45deg, transparent 50%, #697586 50%), linear-gradient(135deg, #697586 50%, transparent 50%); background-position: left 16px center, left 11px center; background-repeat: no-repeat; background-size: 5px 5px, 5px 5px; font: 700 10px/1.5 inherit; appearance: none; -webkit-appearance: none; cursor: pointer; }
.pd-select option { color: #344054; background: #fff; font-family: inherit !important; }
.pd-select:focus { border-color: var(--pd-primary); box-shadow: 0 0 0 3px rgba(248,41,29,.12); }
.pd-active-filters { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin-bottom: 13px; padding: 9px 11px; border: 1px solid #f2dedc; border-radius: 12px; background: var(--pd-primary-soft); }
.pd-active-filters__label { margin-inline-end: 3px; color: #8e5753; font-size: 9px; font-weight: 800; }
.pd-active-filters a:not(.pd-active-filters__clear), .pd-active-filters button { display: inline-flex; align-items: center; gap: 5px; min-height: 29px; padding: 4px 8px; color: #703a36; border: 1px solid #f3cfcc; border-radius: 20px; background: #fff; font: 700 9px/1.4 inherit; cursor: pointer; }
.pd-active-filters a small { color: #a97570; font-size: 7px; }
.pd-active-filters i, .pd-active-filters__clear { color: var(--pd-primary-dark); }
.pd-active-filters__clear { margin-inline-start: auto; font-size: 9px; font-weight: 800; }
.pd-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.pd-product-card { overflow: hidden; min-width: 0; border: 1px solid #e5e8ed; border-radius: 15px; background: #fff; box-shadow: 0 5px 18px rgba(31,45,61,.035); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.pd-product-card:hover { border-color: #f4b5b0; transform: translateY(-3px); box-shadow: 0 14px 32px rgba(31,45,61,.09); }
.pd-product-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 1 / .86; padding: 14px; background: linear-gradient(145deg, #fafbfc, #f3f5f7); }
.pd-product-card__image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .3s ease; }
.pd-product-card:hover .pd-product-card__image img { transform: scale(1.035); }
.pd-discount, .pd-out-of-stock { position: absolute; font-size: 15px; font-weight: 600; }
.pd-discount { top: 0; inset-inline-start: 13px; z-index: 2; display: grid; place-items: center; width: 41px; min-height: 49px; padding: 7px 5px 11px; color: #fff; border-radius: 0 0 13px 13px; background: linear-gradient(180deg, #fb5148 0%, var(--pd-primary) 78%, var(--pd-primary-dark) 100%); box-shadow: 0 7px 15px rgba(248,41,29,.24); line-height: 1; text-align: center; text-shadow: 0 1px 1px rgba(118,20,14,.2); pointer-events: none; }
.pd-discount::before { content: ""; position: absolute; top: 0; right: 5px; left: 5px; height: 2px; border-radius: 0 0 4px 4px; background: rgba(255,255,255,.38); }
.pd-out-of-stock { top: 11px; inset-inline-end: 11px; padding: 4px 8px; color: #6b7280; border-radius: 20px; background: #e8ebef; }
.pd-product-card__body { padding: 13px 14px 14px; }
.pd-product-card h3 { min-height: 39px; margin: 0 0 9px; font-size: 15px; font-weight: 800; line-height: 1.8; }
.pd-product-card h3 a { display: -webkit-box; overflow: hidden; color: #263240; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.pd-product-card h3 a:hover { color: var(--pd-primary); }
.pd-product-card__price { display: flex; align-items: flex-end; justify-content: space-between; gap: 7px; min-height: 38px; padding-top: 8px; border-top: 1px solid #eff1f4; }
.pd-product-card__price del { color: #a4abb4; font-size: 14px; }
.pd-product-card__price strong, .pd-product-card__price > a { margin-inline-start: auto; color: var(--pd-primary); font-size: 17px; font-weight: 900; }
.pd-product-card__price strong small { font-size: 8px; }
.pd-mention { display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%; min-height: 34px; margin-top: 9px; color: #586474; border: 1px solid #e0e4e9; border-radius: 8px; background: #fff; font: 700 8px/1.4 inherit; cursor: pointer; transition: all .15s ease; }
.pd-mention:hover, .pd-mention.is-mentioned { color: #fff; border-color: #263240; background: #263240; }
.pd-empty { padding: 68px 20px; text-align: center; border: 1px dashed #cfd5dc; border-radius: 16px; background: #fafbfc; }
.pd-empty > span { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 16px; color: #8b95a3; border-radius: 18px; background: #edf0f3; font-size: 22px; }
.pd-empty h2 { margin-bottom: 7px; color: #344054; font-size: 15px; font-weight: 900; }
.pd-empty p { margin-bottom: 16px; color: #7b8492; font-size: 10px; }
.pd-empty a { display: inline-flex; padding: 9px 15px; color: #fff; border-radius: 9px; background: var(--pd-primary); font-size: 10px; font-weight: 800; }
.pd-pagination { display: flex; align-items: center; justify-content: center; gap: 15px; margin-top: 25px; }
.pd-pagination > div { display: flex; align-items: center; gap: 5px; }
.pd-pagination a { display: grid; place-items: center; min-width: 36px; height: 36px; padding: 0 8px; color: #596273; border: 1px solid #e0e4e9; border-radius: 9px; background: #fff; font-size: 10px; font-weight: 800; }
.pd-pagination a:hover, .pd-pagination a.is-active { color: #fff; border-color: var(--pd-primary); background: var(--pd-primary); }
.pd-pagination__nav { display: flex !important; gap: 6px; }
.pd-pagination a.is-disabled { opacity: .4; pointer-events: none; }
.pd-pagination > div > span { color: #a2a9b2; }
.pd-category-context { margin-top: 50px; }
.pd-mobile-bar, .pd-sheet { display: none; }
.pd-loading { position: absolute; z-index: 20; display: none; align-items: center; justify-content: center; gap: 7px; inset: 0; border-radius: 16px; background: rgba(255,255,255,.76); backdrop-filter: blur(2px); }
.pd-root.is-loading .pd-loading { display: flex; }
.pd-loading span { width: 9px; height: 9px; border-radius: 50%; background: var(--pd-primary); animation: pd-pulse .9s ease-in-out infinite alternate; }
.pd-loading span:nth-child(2) { animation-delay: .15s; }.pd-loading span:nth-child(3) { animation-delay: .3s; }
.pd-sr-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
@keyframes pd-pulse { to { opacity: .25; transform: translateY(-5px); } }

@media (max-width: 1199px) {
    .pd-layout { grid-template-columns: 250px minmax(0,1fr); gap: 17px; }
    .pd-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 991px) {
    .pd-page-section { padding: 34px 0 95px; }
    .pd-page-heading { margin-bottom: 22px; }
    .pd-layout { display: block; }
    .pd-sidebar { position: static; max-height: none; margin-bottom: 16px; }
    .pd-filter-fields { max-height: none; }
    .pd-js .pd-sidebar { display: none; }
    .pd-toolbar { min-height: 64px; }
    .pd-sort-field { display: none; }
    .pd-js .pd-mobile-bar { position: fixed; z-index: 1040; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; right: 0; bottom: 0; left: 0; padding: 9px max(12px, env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)); border-top: 1px solid #e3e7ec; background: rgba(255,255,255,.96); box-shadow: 0 -10px 28px rgba(24,34,48,.12); backdrop-filter: blur(10px); }
    .pd-mobile-bar button { position: relative; display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 45px; padding: 8px 10px; color: #344054; border: 1px solid #dfe3e8; border-radius: 11px; background: #fff; font: 800 10px/1.4 inherit; }
    .pd-mobile-bar button:first-child { color: #fff; border-color: var(--pd-primary); background: var(--pd-primary); box-shadow: 0 7px 17px rgba(248,41,29,.2); }
    .pd-mobile-bar em { display: grid; place-items: center; min-width: 19px; height: 19px; padding: 0 5px; color: var(--pd-primary); border-radius: 10px; background: #fff; font-size: 8px; font-style: normal; }
    .pd-js .pd-sheet { position: fixed; z-index: 1060; display: block; visibility: hidden; inset: 0; pointer-events: none; }
    .pd-sheet.is-open { visibility: visible; pointer-events: auto; }
    .pd-sheet__backdrop { position: absolute; inset: 0; width: 100%; padding: 0; border: 0; opacity: 0; background: rgba(15,23,34,.54); transition: opacity .25s ease; }
    .pd-sheet.is-open .pd-sheet__backdrop { opacity: 1; }
    .pd-sheet__panel { position: absolute; display: flex; flex-direction: column; max-height: min(88vh, 760px); right: 0; bottom: 0; left: 0; overflow: hidden; border-radius: 23px 23px 0 0; outline: 0; background: #fff; box-shadow: 0 -20px 60px rgba(15,23,34,.2); transform: translateY(105%); transition: transform .28s cubic-bezier(.2,.8,.2,1); }
    .pd-sheet.is-open .pd-sheet__panel { transform: translateY(0); }
    .pd-sheet__panel > header { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 72px; padding: 19px 18px 13px; border-bottom: 1px solid #eceff2; }
    .pd-sheet__panel > header::before { content: ""; position: absolute; width: 42px; height: 4px; top: 8px; right: 50%; border-radius: 4px; background: #d4d9df; transform: translateX(50%); }
    .pd-sheet__panel > header h2 { margin: 0; color: #263240; font-size: 15px; font-weight: 900; }
    .pd-sheet__panel > header small { display: block; margin-top: 3px; color: #8a94a3; font-size: 9px; }
    .pd-sheet__panel > header button { display: grid; place-items: center; width: 35px; height: 35px; padding: 0; color: #596273; border: 1px solid #e1e5ea; border-radius: 10px; background: #fff; }
    .pd-sheet__body { overflow-y: auto; overscroll-behavior: contain; flex: 1; background: #fff; }
    .pd-sheet .pd-filter-fields { max-height: none; padding: 10px 12px 16px; overflow: visible; background: #f5f7f9; }
    .pd-sheet .pd-filter-section { padding-inline: 13px; }
    .pd-sheet .pd-filter-heading { min-height: 57px; }
    .pd-sheet .pd-option { min-height: 42px; }
    .pd-sheet .pd-option__title { font-size: 12px; }
    .pd-sheet__panel > footer { display: grid; grid-template-columns: auto 1fr; gap: 9px; padding: 11px 15px calc(11px + env(safe-area-inset-bottom)); border-top: 1px solid #e7eaee; background: #fff; box-shadow: 0 -5px 18px rgba(31,45,61,.055); }
    .pd-sheet__panel > footer a { display: grid; place-items: center; min-width: 76px; color: #697586; font-size: 10px; font-weight: 800; }
    .pd-sheet__panel > footer button { min-height: 46px; color: #fff; border: 0; border-radius: 11px; background: var(--pd-primary); font: 900 11px/1.4 inherit; box-shadow: 0 7px 18px rgba(248,41,29,.2); }
    .pd-sort-sheet .pd-sheet__panel { max-height: 520px; }
    .pd-sort-sheet .pd-sheet__panel > footer { grid-template-columns: 1fr; }
    .pd-sort-option { display: flex; align-items: center; gap: 11px; min-height: 57px; margin: 0; padding: 8px 19px; border-bottom: 1px solid #f0f2f4; cursor: pointer; }
    .pd-sort-option input { position: absolute; opacity: 0; }
    .pd-sort-option > span { display: grid; place-items: center; width: 21px; height: 21px; color: transparent; border: 1.5px solid #cbd2da; border-radius: 50%; font-size: 8px; }
    .pd-sort-option input:checked + span { color: #fff; border-color: var(--pd-primary); background: var(--pd-primary); box-shadow: inset 0 0 0 3px #fff; }
    .pd-sort-option strong { color: #4a5565; font-size: 12px; font-weight: 700; }
    .pd-sort-option input:checked ~ strong { color: var(--pd-primary-dark); font-weight: 900; }
    body.pd-sheet-open { overflow: hidden; touch-action: none; }
}

@media (max-width: 575px) {
    .pd-page-section > .container { padding-inline: 11px; }
    .pd-product-grid { grid-template-columns: 1fr; gap: 11px; }
    .pd-product-card { display: flex; min-height: 174px; border-radius: 12px; }
    .pd-product-card__image { flex: 0 0 43%; min-height: 174px; padding: 10px; aspect-ratio: auto; }
    .pd-product-card__body { display: flex; flex: 1 1 auto; flex-direction: column; min-width: 0; padding: 13px 12px; }
    .pd-product-card h3 { min-height: 0; margin-bottom: 8px; font-size: 14px; line-height: 1.75; }
    .pd-product-card__price { align-items: flex-start; flex-direction: column; min-height: 0; margin-top: auto; padding-top: 9px; }
    .pd-product-card__price del { font-size: 11px; }
    .pd-product-card__price strong, .pd-product-card__price > a { margin-inline-start: 0; font-size: 16px; }
    .pd-product-card__price strong small { font-size: 10px; }
    .pd-mention span { display: none; }
    .pd-mention { align-self: flex-start; width: 36px; min-height: 36px; margin-top: 8px; margin-inline-start: 0; }
    .pd-pagination { gap: 7px; }
    .pd-pagination__nav span { display: none; }
    .pd-pagination a { min-width: 33px; height: 33px; }
    .pd-active-filters { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
    .pd-active-filters__label, .pd-active-filters__clear { flex: 0 0 auto; }
    .pd-active-filters a:not(.pd-active-filters__clear), .pd-active-filters button { flex: 0 0 auto; }
}

@media (prefers-reduced-motion: reduce) {
    .pd-root *, .pd-sheet * { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
