.page-category {
    --plp-primary: #32348f;
    --plp-primary-dark: #1d1e61;
    --plp-secondary: #5fa8ab;
    --plp-neutral-0: #f8fafc;
    --plp-neutral-100: #f1f5f9;
    --plp-neutral-200: #e2e8f0;
    --plp-neutral-300: #cad5e2;
    --plp-neutral-400: #90a1b9;
    --plp-neutral-500: #62748e;
    --plp-neutral-600: #45556c;
    --plp-neutral-700: #314158;
    --plp-neutral-800: #1d293d;
    --plp-neutral-900: #0f172b;
    background: #fff;
}

.page-category #main-content {
    overflow: clip;
}

.page-category .plp-page,
.page-category .plp-page * {
    box-sizing: border-box;
}

.page-category .plp-container {
    width: 1200px;
    margin-inline: auto;
    padding-block: 32px 48px;
}

.page-category .plp-layout {
    display: grid;
    grid-template-columns: minmax(0, 894px) 282px;
    gap: 24px;
    align-items: start;
    direction: ltr;
}

.page-category .plp-content,
.page-category .plp-sidebar {
    min-width: 0;
    direction: rtl;
}

.page-category .plp-sidebar {
    position: sticky;
    top: 16px;
}

.page-category .plp-mobile-controls,
.page-category .plp-mobile-promo,
.page-category .plp-filter-drawer {
    display: none;
}

.page-category .plp-desktop-toolbar {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 30px;
    overflow: hidden;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 16px 48px rgba(241, 245, 249, .4);
}

.page-category .plp-sort-links {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
    white-space: nowrap;
}

.page-category .plp-sort-links a {
    color: #5d697f;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.42px;
}

.page-category .plp-sort-links a.is-active {
    color: var(--plp-primary);
    font-weight: 600;
}

.page-category .plp-sort-links__title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--plp-primary-dark);
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.48px;
}

.page-category .plp-sort-links__title img {
    box-sizing: content-box;
    width: 19.0002px;
    height: 19.0001px;
    padding: 2.49995px;
}

.page-category .plp-search {
    min-width: 0;
    display: flex;
    align-items: center;
}

.page-category .plp-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
}

.page-category .plp-search--desktop {
    direction: ltr;
}

.page-category .plp-search--desktop label {
    display: block;
}

.page-category .plp-search--desktop input {
    width: 0;
    height: 40px;
    padding: 0;
    opacity: 0;
    border: 0;
    border-radius: 12px;
    background: var(--plp-neutral-100);
    color: var(--plp-neutral-700);
    transition: width .2s ease, padding .2s ease, opacity .2s ease;
}

.page-category .plp-search--desktop input:not([hidden]) {
    width: 170px;
    margin-inline-end: 10px;
    padding-inline: 14px;
    opacity: 1;
}

.page-category .plp-search--desktop button {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.page-category .plp-search--desktop button img {
    box-sizing: content-box;
    width: 21.5px;
    height: 21.5px;
    padding: 1.25px;
}

.page-category .plp-products {
    display: grid;
    grid-template-columns: repeat(3, 282px);
    gap: 24px;
    margin-block-start: 24px;
}

.page-category .plp-product-item {
    min-width: 0;
}

.page-category .pagination-ava {
    flex-wrap: wrap;
    direction: rtl;
}

.page-category .pagination-ava a,
.page-category .pagination-ava span {
    flex: 0 0 40px;
    text-decoration: none;
}

.page-category .pagination-ava a:hover,
.page-category .pagination-ava a:focus-visible {
    border-color: var(--plp-primary);
    color: var(--plp-primary);
}

.page-category .pagination-ava .is-active {
    border-color: var(--plp-primary);
    background: var(--plp-primary);
    color: #fff;
}

.page-category .pagination-ava .is-disabled {
    opacity: .4;
}

.page-category .pagination-ava .pagination-ava__ellipsis {
    border-color: transparent;
    background: transparent;
}

.page-category .product-card--plp {
    width: 282px;
    height: 449px;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 8px;
    overflow: hidden;
    border: 1px solid var(--plp-neutral-200);
    border-radius: 32px;
    background: #fff;
    box-shadow: none;
}

.page-category .product-card--plp .product-card__image {
    width: 100%;
    height: 211px;
    min-height: 211px;
    margin: 0;
    overflow: hidden;
    border-radius: 24px;
    background: var(--plp-neutral-0);
}

.page-category .product-card--plp .product-card__image img {
    position: absolute;
    top: -13.03%;
    left: 0;
    width: 100%;
    height: 126.07%;
    max-width: none;
    object-fit: fill;
}

.page-category .product-card--plp .product-card__body {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
}

.page-category .product-card--plp .product-card__details {
    min-width: 0;
    height: 70px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-inline: 16px;
}

.page-category .product-card--plp h3 {
    min-width: 0;
    min-height: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: var(--plp-neutral-800);
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -.54px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-category .product-card--plp .product-card__meta {
    min-width: 0;
    min-height: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0;
}

.page-category .product-card--plp .product-card__review,
.page-category .product-card--plp .product-card__rating {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--plp-neutral-500);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -.48px;
    white-space: nowrap;
}

.page-category .product-card--plp .product-card__review {
    direction: ltr;
}

.page-category .product-card--plp .product-card__category {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    color: var(--plp-neutral-500);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.42px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-category .product-card--plp .product-card__price-panel {
    width: 100%;
    height: 120px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    margin-block-start: auto;
    padding: 12px 14px;
    border-radius: 24px;
    background: var(--plp-neutral-0);
}

.page-category .product-card--plp .product-card__availability {
    width: 100%;
    height: 32px;
    min-height: 32px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 56px;
    background: var(--plp-neutral-100);
    color: var(--plp-neutral-600);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.42px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-category .product-card--plp .product-card__footer {
    width: 100%;
    height: 52px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    direction: ltr;
}

.page-category .product-card--plp .product-card__cart {
    width: 86px;
    height: 48px;
    flex: 0 0 86px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--plp-primary);
    border-radius: 14px;
    background: var(--plp-neutral-0);
    color: var(--plp-primary);
}

.page-category .product-card--plp .product-card__cart .ava-icon {
    width: 28px;
    height: 28px;
}

.page-category .product-card--plp .price--card {
    width: 136px;
    min-width: 136px;
    height: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    direction: ltr;
}

.page-category .product-card--plp .price__old-row {
    width: 100%;
    height: 20px;
    min-height: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    direction: ltr;
}

.page-category .product-card--plp .price del {
    color: var(--plp-neutral-400);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -.48px;
}

.page-category .product-card--plp .discount-badge {
    position: relative;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px 0;
    border-radius: 14px 14px 0 14px;
    background: var(--plp-secondary);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.page-category .product-card--plp .discount-badge::after {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 10px;
    height: 10px;
    content: "";
    background: url("../icons/plp/discount-tail.svg") center / 10px 10px no-repeat;
    transform: rotate(180deg);
}

.page-category .product-card--plp .price__current {
    width: 100%;
    height: 32px;
    min-height: 32px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    padding-inline-end: 8px;
    color: var(--plp-neutral-900);
}

.page-category .product-card--plp .price strong {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -.7px;
}

.page-category .product-card--plp .price__current > span {
    color: var(--plp-primary);
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
}

.page-category .plp-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--plp-neutral-400);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -.3px;
    white-space: nowrap;
}

.page-category .plp-breadcrumb a,
.page-category .plp-breadcrumb span {
    color: inherit;
}

.page-category .plp-breadcrumb img {
    box-sizing: content-box;
    width: 7.125px;
    height: 4.02145px;
    padding: 3.989275px 2.4375px;
}

.page-category .plp-breadcrumb--desktop {
    width: 282px;
    height: 80px;
    margin-block-end: 16px;
    padding: 22px 20px;
    overflow: hidden;
    border-radius: 25px;
}

.page-category .plp-filter-form {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.page-category .plp-filter-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.page-category .plp-filter-card,
.page-category .plp-filter-switch {
    width: 282px;
    overflow: hidden;
    border: 0;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 16px 48px rgba(241, 245, 249, .4);
}

.page-category .plp-filter-card--categories {
    padding-block: 20px 8px;
}

.page-category .plp-filter-card__trigger {
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 24px;
    border: 0;
    background: transparent;
    color: var(--plp-neutral-700);
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.54px;
    text-align: right;
}

.page-category .plp-filter-card__trigger img {
    box-sizing: content-box;
    width: 13.2px;
    height: 6.6px;
    padding: 8.7px 5.4px;
    transition: transform .18s ease;
}

.page-category .plp-filter-card__trigger[aria-expanded="false"] img {
    transform: rotate(180deg);
}

.page-category .plp-filter-options {
    display: flex;
    flex-direction: column;
    padding-inline: 24px;
    margin-block-start: 12px;
}

.page-category .plp-filter-options[hidden] {
    display: none;
}

.page-category .plp-filter-option {
    position: relative;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    direction: ltr;
    border-block-end: 1px solid var(--plp-neutral-100);
    color: var(--plp-neutral-700);
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -.42px;
    cursor: pointer;
}

.page-category .plp-filter-option:last-child {
    border-block-end: 0;
}

.page-category .plp-filter-option > span:first-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    direction: rtl;
    text-align: right;
}

.page-category .plp-filter-option input,
.page-category .plp-filter-switch input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.page-category .plp-filter-option__control {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-flex;
    flex: 0 0 24px;
    border-radius: 7px;
    pointer-events: none;
}

.page-category .plp-filter-option__control img {
    position: absolute;
    inset: 0;
    width: 24px;
    height: 24px;
}

.page-category .plp-filter-option__checked {
    display: none;
}

.page-category input:checked + .plp-filter-option__control .plp-filter-option__unchecked {
    display: none;
}

.page-category input:checked + .plp-filter-option__control .plp-filter-option__checked {
    display: block;
}

.page-category input:focus-visible + .plp-filter-option__control {
    outline: 3px solid rgba(95, 168, 171, .28);
    outline-offset: 2px;
}

.page-category .plp-filter-card--price {
    height: 108px;
    padding: 20px 24px 28px;
}

.page-category .plp-filter-card__price-head {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.page-category .plp-filter-card__price-head strong {
    color: var(--plp-neutral-700);
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.54px;
    white-space: nowrap;
}

.page-category .plp-filter-card__price-head output {
    color: #555f7b;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.36px;
    white-space: nowrap;
}

.page-category .plp-price-range {
    margin-block-start: 12px;
}

.page-category .plp-price-range__slider {
    position: relative;
    width: 100%;
    height: 16px;
    direction: ltr;
}

.page-category .plp-price-range__track,
.page-category .plp-price-range__fill {
    position: absolute;
    top: 5px;
    height: 6px;
    border-radius: 999px;
}

.page-category .plp-price-range__track {
    inset-inline: 0;
    background: var(--plp-neutral-200);
}

.page-category .plp-price-range__fill {
    left: var(--plp-range-start, 0%);
    right: var(--plp-range-end, 20%);
    background: var(--plp-secondary);
}

.page-category .plp-price-range input[type="range"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 16px;
    margin: 0;
    padding: 0;
    appearance: none;
    border: 0;
    background: transparent;
    pointer-events: none;
}

.page-category .plp-price-range input[type="range"]::-webkit-slider-runnable-track {
    height: 6px;
    background: transparent;
}

.page-category .plp-price-range input[type="range"]::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
    margin-block-start: -5px;
    appearance: none;
    border: 0;
    border-radius: 50%;
    background: var(--plp-secondary);
    pointer-events: auto;
}

.page-category .plp-price-range input[type="range"]::-moz-range-track {
    height: 6px;
    background: transparent;
}

.page-category .plp-price-range input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border: 0;
    border-radius: 50%;
    background: var(--plp-secondary);
    pointer-events: auto;
}

.page-category .plp-price-range__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-block-start: 18px;
}

.page-category .plp-price-range__fields label {
    display: grid;
    gap: 6px;
    color: var(--plp-neutral-500);
    font-size: 12px;
    line-height: 24px;
}

.page-category .plp-price-range__fields input {
    width: 100%;
    height: 44px;
    padding-inline: 10px;
    border: 1px solid var(--plp-neutral-200);
    border-radius: 14px;
    background: #fff;
    color: var(--plp-neutral-700);
    text-align: center;
}

.page-category .plp-promo {
    position: relative;
    width: 282px;
    height: 192px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-block: 36px 24px;
    overflow: hidden;
    border-radius: 24px;
    color: var(--plp-neutral-0);
}

.page-category .plp-promo__image,
.page-category .plp-promo__veil {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.page-category .plp-promo__image {
    object-fit: cover;
}

.page-category .plp-promo__veil {
    background: rgba(50, 52, 143, .74);
    mix-blend-mode: multiply;
}

.page-category .plp-promo__icon,
.page-category .plp-promo__copy {
    position: relative;
    z-index: 1;
}

.page-category .plp-promo__icon {
    width: 40px;
    height: 40px;
}

.page-category .plp-promo__copy {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--plp-neutral-0);
    text-align: center;
}

.page-category .plp-promo__copy small {
    margin-block-end: -4px;
    opacity: .5;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.48px;
}

.page-category .plp-promo__copy strong {
    font-size: 26px;
    font-weight: 800;
    line-height: 44px;
    letter-spacing: -.75px;
}

.page-category .plp-filter-switch {
    position: relative;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 20px 20px 20px 24px;
    color: var(--plp-neutral-700);
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.54px;
    cursor: pointer;
}

.page-category .plp-empty {
    min-height: 520px;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 12px;
    margin-block-start: 24px;
    border: 1px solid var(--plp-neutral-200);
    border-radius: 32px;
    background: var(--plp-neutral-0);
    text-align: center;
}

.page-category .plp-empty h2,
.page-category .plp-empty p {
    margin: 0;
}

.page-category .plp-empty h2 {
    color: var(--plp-neutral-800);
    font-size: 24px;
}

.page-category .plp-empty p {
    color: var(--plp-neutral-500);
}

.page-category .plp-empty a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    padding-inline: 24px;
    border-radius: 14px;
    background: var(--plp-primary);
    color: #fff;
}

.page-category .plp-products.is-loading {
    opacity: .45;
    pointer-events: none;
}

.plp-filter-drawer[hidden] {
    display: none !important;
}

body.has-open-plp-filter {
    overflow: hidden;
}

@media (min-width: 1200px) {
    .page-category .plp-filter-drawer {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .page-category .plp-container {
        width: 100%;
        padding: 16px 20px 0;
    }

    .page-category .plp-desktop-toolbar,
    .page-category .plp-sidebar {
        display: none;
    }

    .page-category .plp-mobile-controls {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding-block-end: 16px;
    }

    .page-category .plp-mobile-controls .plp-breadcrumb {
        height: 20px;
        justify-content: flex-start;
    }

    .page-category .plp-mobile-sort {
        width: 100%;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        margin: 0;
    }

    .page-category .plp-mobile-sort__title {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: var(--plp-primary-dark);
        font-size: 15px;
        font-weight: 600;
        line-height: 28px;
        letter-spacing: -.48px;
        white-space: nowrap;
    }

    .page-category .plp-mobile-sort__title img {
        box-sizing: content-box;
        width: 15.8335px;
        height: 15.8335px;
        padding: 2.08325px;
    }

    .page-category .plp-mobile-sort__select {
        position: relative;
        min-width: 0;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        color: var(--plp-primary);
        font-size: 14px;
        font-weight: 600;
        line-height: 28px;
        letter-spacing: -.42px;
    }

    .page-category .plp-mobile-sort__select span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .page-category .plp-mobile-sort__select select {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

    .page-category .plp-mobile-sort__select > img {
        box-sizing: content-box;
        width: 10.8839px;
        height: 6.32582px;
        padding: 6.83709px 4.55805px;
    }

    .page-category .plp-mobile-actions {
        width: 100%;
        height: 56px;
        display: flex;
        align-items: stretch;
        gap: 12px;
        direction: rtl;
    }

    .page-category .plp-search--mobile {
        min-width: 0;
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-inline: 20px;
        overflow: hidden;
        border-radius: 16px;
        background: var(--plp-neutral-100);
    }

    .page-category .plp-search--mobile label {
        min-width: 0;
        flex: 1;
    }

    .page-category .plp-search--mobile input {
        width: 100%;
        height: 56px;
        padding: 0;
        border: 0;
        outline: 0;
        background: transparent;
        color: var(--plp-neutral-700);
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: -.42px;
        text-align: right;
    }

    .page-category .plp-search--mobile input::placeholder {
        color: var(--plp-neutral-500);
        opacity: 1;
    }

    .page-category .plp-search--mobile button {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
        margin-inline-start: 12px;
    }

    .page-category .plp-search--mobile button img {
        box-sizing: content-box;
        width: 17.7336px;
        height: 17.7336px;
        padding: 1.1332px;
    }

    .page-category .plp-filter-open {
        position: relative;
        width: 56px;
        height: 56px;
        flex: 0 0 56px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 12px 32px rgba(241, 245, 249, .72);
    }

    .page-category .plp-filter-open > img {
        box-sizing: content-box;
        width: 16.25px;
        height: 16.25px;
        padding: 1.875px;
    }

    .page-category .plp-filter-open > span {
        position: absolute;
        top: 6px;
        right: 6px;
        min-width: 18px;
        height: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding-inline: 4px;
        border-radius: 999px;
        background: var(--plp-secondary);
        color: #fff;
        font-size: 10px;
        line-height: 18px;
    }

    .page-category .plp-layout {
        display: block;
    }

    .page-category .plp-products {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        margin: 0;
    }

    .page-category .plp-mobile-promo {
        display: block;
        grid-column: 1 / -1;
        min-width: 0;
    }

    .page-category .plp-mobile-promo .plp-promo {
        width: 100%;
    }

    .page-category .product-card--plp {
        width: 100%;
        height: 447px;
        gap: 16px;
        border-radius: 32px;
    }

    .page-category .product-card--plp h3 {
        font-size: 16px;
    }

    .page-category .product-card--plp .product-card__review,
    .page-category .product-card--plp .product-card__rating {
        font-size: 15px;
    }

    .page-category .product-card--plp .product-card__price-panel {
        height: 118px;
        min-height: 118px;
    }

    .page-category .product-card--plp .product-card__availability {
        height: 30px;
        min-height: 30px;
        font-size: 14px;
        line-height: 26px;
    }

    .page-category .product-card--plp .product-card__cart {
        width: auto;
        flex: 1 1 auto;
    }

    .page-category .product-card--plp .product-card__cart .ava-icon {
        width: 30px;
        height: 30px;
    }

    .page-category .product-card--plp-compact {
        height: 274px;
        display: grid;
        grid-template-columns: clamp(104px, 35.55%, 128px) minmax(0, 1fr);
        grid-template-rows: 128px 118px;
        gap: 12px 14px;
        padding: 8px;
        border-radius: 24px;
        direction: rtl;
    }

    .page-category .product-card--plp-compact .product-card__image {
        grid-column: 1;
        grid-row: 1;
        width: 100%;
        height: 128px;
        min-height: 128px;
        border-radius: 24px;
    }

    .page-category .product-card--plp-compact .product-card__image img {
        top: -13.03%;
        left: -22.22%;
        width: 140.74%;
        height: 126.07%;
    }

    .page-category .product-card--plp-compact .product-card__body {
        display: contents;
    }

    .page-category .product-card--plp-compact .product-card__details {
        grid-column: 2;
        grid-row: 1;
        height: 128px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        gap: 6px;
        padding: 0 0 0 16px;
        overflow: hidden;
    }

    .page-category .product-card--plp-compact .product-card__meta {
        display: contents;
    }

    .page-category .product-card--plp-compact .product-card__category {
        order: -1;
        width: 100%;
        height: 26px;
        font-size: 14px;
        line-height: 26px;
        text-align: right;
    }

    .page-category .product-card--plp-compact h3 {
        order: 0;
        width: 100%;
        height: 32px;
        min-height: 32px;
        font-size: 16px;
        line-height: 32px;
        text-align: right;
    }

    .page-category .product-card--plp-compact .product-card__review {
        order: 1;
        height: 30px;
        align-self: flex-end;
        font-size: 15px;
        line-height: 30px;
    }

    .page-category .product-card--plp-compact .product-card__price-panel {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        height: 118px;
        min-height: 118px;
        margin: 0;
        border-radius: 16px;
    }

    .page-category .product-card--plp-compact .product-card__availability {
        border-radius: 8px;
    }

    .page-category .product-card--plp-compact .product-card__cart {
        width: 64px;
        flex: 0 0 64px;
    }

    .page-category .plp-empty {
        min-height: 520px;
        margin: 0;
    }

    .page-category .plp-filter-drawer {
        position: fixed;
        inset: 0;
        z-index: 2100;
        display: block;
    }

    .page-category .plp-filter-drawer__overlay {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        border: 0;
        background: rgba(15, 23, 43, .28);
        opacity: 0;
        transition: opacity .22s ease;
    }

    .page-category .plp-filter-drawer__panel {
        position: absolute;
        top: calc(50% - 32px);
        left: 50%;
        width: min(360px, calc(100% - 40px));
        height: 698px;
        max-height: calc(100vh - 40px);
        max-height: calc(100dvh - 40px);
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding-block-start: 20px;
        overflow: hidden;
        border-radius: 24px;
        background: #fff;
        box-shadow: 0 24px 72px rgba(15, 23, 43, .18);
        opacity: 0;
        transform: translate(-50%, -50%) scale(.96);
        transition: opacity .2s ease, transform .24s ease;
    }

    .page-category .plp-filter-drawer.is-open .plp-filter-drawer__overlay {
        opacity: 1;
    }

    .page-category .plp-filter-drawer.is-open .plp-filter-drawer__panel {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    .page-category .plp-filter-drawer__header {
        width: 100%;
        height: 32px;
        min-height: 32px;
        display: flex;
        align-items: center;
        gap: 12px;
        flex: 0 0 32px;
        padding-inline: 28px;
        direction: ltr;
    }

    .page-category .plp-filter-drawer__header h2 {
        margin: 0;
        color: var(--plp-neutral-800);
        font-size: 18px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -.6px;
        direction: rtl;
        white-space: nowrap;
    }

    .page-category .plp-filter-drawer__header p {
        min-width: 0;
        flex: 1;
        margin: 0;
        color: var(--plp-neutral-500);
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: -.42px;
        text-align: right;
        direction: rtl;
    }

    .page-category .plp-filter-drawer__close {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .page-category .plp-filter-drawer__close img {
        box-sizing: content-box;
        width: 13.1667px;
        height: 13.1667px;
        padding: 3.41665px;
    }

    .page-category .plp-filter-drawer__form {
        min-height: 0;
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .page-category .plp-filter-drawer__content {
        min-height: 0;
        flex: 1;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 8px 12px 0;
    }

    .page-category .plp-filter-stack--mobile .plp-filter-card,
    .page-category .plp-filter-stack--mobile .plp-filter-switch {
        width: 100%;
        border-radius: 25px;
        box-shadow: 0 12px 32px rgba(241, 245, 249, .56);
    }

    .page-category .plp-filter-stack--mobile .plp-filter-card--categories {
        padding-block: 16px 8px;
    }

    .page-category .plp-filter-stack--mobile .plp-filter-card__trigger {
        font-size: 16px;
    }

    .page-category .plp-filter-stack--mobile .plp-filter-option {
        height: 58px;
        direction: ltr;
        font-size: 14px;
        line-height: 26px;
    }

    .page-category .plp-filter-stack--mobile .plp-filter-option > span:first-child {
        direction: rtl;
        text-align: right;
    }

    .page-category .plp-filter-stack--mobile .plp-filter-card--price {
        height: 108px;
        min-height: 108px;
    }

    .page-category .plp-filter-stack--mobile .plp-filter-card__price-head strong {
        font-size: 16px;
    }

    .page-category .plp-filter-stack--mobile .plp-filter-card__price-head output {
        font-size: 13px;
    }

    .page-category .plp-filter-stack--mobile .plp-price-range__fields {
        display: none;
    }

    .page-category .plp-filter-stack--mobile .plp-filter-switch {
        height: 64px;
        padding: 16px 20px;
        font-size: 16px;
    }

    .page-category .plp-filter-drawer__footer {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        flex: 0 0 96px;
        height: 96px;
        padding: 20px;
        background: #fff;
        direction: ltr;
    }

    .page-category .plp-filter-drawer__footer button {
        width: 100%;
        height: 56px;
        min-height: 56px;
        border-radius: 18px;
        font-size: 16px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -.48px;
        direction: rtl;
    }

    .page-category .plp-filter-drawer__reset {
        border: 1px solid #e8e8f3;
        background: #fff;
        box-shadow: 0 12px 32px rgba(226, 232, 240, .4);
        color: var(--plp-neutral-700);
    }

    .page-category .plp-filter-drawer__apply {
        border: 1px solid var(--plp-secondary);
        background: var(--plp-secondary);
        color: var(--plp-neutral-0);
    }
}

@media (max-width: 1199px) and (max-height: 737px) {
    .page-category .plp-filter-drawer__panel {
        top: 20px;
        transform: translateX(-50%) scale(.96);
    }

    .page-category .plp-filter-drawer.is-open .plp-filter-drawer__panel {
        transform: translateX(-50%) scale(1);
    }
}

@media (max-width: 767px) {
    .page-category .plp-products {
        grid-template-columns: minmax(0, 1fr);
    }

    .page-category .plp-mobile-promo {
        grid-column: auto;
    }
}

@media (max-width: 359px) {
    .page-category .plp-container {
        padding-inline: 16px;
    }

    .page-category .plp-mobile-actions {
        gap: 8px;
    }

    .page-category .plp-search--mobile {
        padding-inline: 14px;
    }

    .page-category .product-card--plp-compact {
        column-gap: 10px;
    }

    .page-category .product-card--plp-compact .product-card__details {
        padding-inline-start: 8px;
    }

    .page-category .product-card--plp .price--card {
        width: 128px;
        min-width: 128px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-category .plp-filter-drawer__overlay,
    .page-category .plp-filter-drawer__panel,
    .page-category .plp-filter-card__trigger img,
    .page-category .plp-search--desktop input {
        transition: none;
    }
}
