.prokkat-page {
    width: 100%;
    background: var(--bg, #fff);
    color: var(--text, #000);
}
.prokkat-container {
    width: min(var(--container, 144rem), calc(100% - 7.2rem));
    margin-inline: auto;
}
.prokkat-page-hero {
    position: relative;
    min-height: 24rem;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #050607;
    color: #fff;
}
.prokkat-page-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    pointer-events: none;
}
.prokkat-page-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    opacity: 0.42;
}

.prokkat-page-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 2.4rem 0;
}
.prokkat-page-hero__inner-success{
    width: min(var(--container, 144rem), calc(100% - 7.2rem));
}
.prokkat-breadcrumbs {
    margin: 0 0 1.4rem;
    display: flex;
    align-items: center;
    gap: .9rem;
    flex-wrap: wrap;
    color: rgba(255,255,255,.54);
    font-size: 1.35rem;
    line-height: 1.3;
}
.prokkat-breadcrumbs a {
    color: rgba(255,255,255,.66);
    text-decoration: none;
    transition: .18s ease;
}
.prokkat-breadcrumbs a:hover { color: var(--yellow, #ffe16a); }
.prokkat-breadcrumbs span:last-child { color: #fff; font-weight: 700; }
.prokkat-page-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

}
.prokkat-page-kicker {
    margin-bottom: 1rem;
    color: var(--yellow, #ffe16a);
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.prokkat-page-title {
    max-width: 86rem;
    margin: 0;
    color: #fff;
    font-family: "Bebas Neue Cyrillic", "Oswald", Inter, Arial, sans-serif;
    font-size: 7.2rem;
    line-height: .92;
    font-weight: 500;
    letter-spacing: .01em;
    text-transform: uppercase;
}
.prokkat-page-meta {
    min-width: 24rem;
    padding: 1.8rem 2rem;
    border: .1rem solid rgba(255,255,255,.14);
    border-radius: 2rem;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(1.2rem);
    -webkit-backdrop-filter: blur(1.2rem);
}
.prokkat-page-meta strong {
    display: block;
    margin-bottom: .4rem;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.04em;
}
.prokkat-page-meta span {
    color: rgba(255,255,255,.58);
    font-size: 1.35rem;
    line-height: 1.35;
}
.prokkat-page-body {
    padding: 3.2rem 0 7.2rem;
    background: linear-gradient(180deg, rgba(247,241,232,.72) 0%, #fff 18rem);
}
.prokkat-layout {
    display: grid;
    grid-template-columns: 28rem minmax(0, 1fr);
    gap: 2.4rem;
    align-items: start;
}
.prokkat-sidebar { min-width: 0; }
.prokkat-content { min-width: 0; }
@media (max-width: 1200px) {
    .prokkat-layout { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
    .prokkat-container { width: calc(100% - 2.8rem); }
    .prokkat-page-hero { min-height: 21rem; }
    .prokkat-page-hero__inner { padding: 9.2rem 0 2.6rem; }
    .prokkat-breadcrumbs { gap: .6rem; font-size: 1.15rem; }
    .prokkat-page-head { align-items: flex-start; flex-direction: column; }
    .prokkat-page-title { font-size: 4.2rem; line-height: .96; }
    .prokkat-page-meta { width: 100%; min-width: 0; padding: 1.3rem 1.5rem; border-radius: 1.6rem; }
    .prokkat-page-meta strong { font-size: 2rem; }
    .prokkat-page-body { padding: 2rem 0 5.2rem; }
}

/* =========================
   CATEGORY PAGE — PROKKAT
========================= */

.category-page {
    width: 100%;
    background: var(--bg);
    color: var(--text);
}

.category-container {
    width: min(var(--container), calc(100% - 7.2rem));
    margin-inline: auto;
}

/* HERO */

.category-hero {
    position: relative;
    min-height: 26rem;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #050607;
    color: #fff;
}

.category-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    pointer-events: none;
}

.category-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    opacity: 0.42;
}

.category-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(0,0,0,.95) 0%, rgba(0,0,0,.78) 38%, rgba(0,0,0,.42) 68%, rgba(0,0,0,.66) 100%),
        radial-gradient(circle at 78% 42%, rgba(255,225,106,.18), transparent 34%);
    pointer-events: none;
}

.category-hero__inner {
    position: relative;
    z-index: 2;
    padding: 11rem 0 3.6rem;
}

.category-breadcrumbs {
    margin: 0 0 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.54);
    font-size: 1.35rem;
    line-height: 1.3;
}

.category-breadcrumbs a {
    color: rgba(255, 255, 255, 0.66);
    text-decoration: none;
    transition: 0.18s ease;
}

.category-breadcrumbs a:hover {
    color: var(--yellow);
}

.category-breadcrumbs span:last-child {
    color: #fff;
    font-weight: 700;
}

.category-hero__content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2.4rem;
}

.category-kicker {
    margin-bottom: 1rem;
    color: var(--yellow);
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.category-title {
    max-width: 82rem;
    margin: 0;
    color: #fff;
    font-family: "Bebas Neue Cyrillic", "Oswald", Inter, Arial, sans-serif;
    font-size: 7.2rem;
    line-height: 0.92;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.category-hero__meta {
    min-width: 24rem;
    padding: 1.8rem 2rem;
    border: 0.1rem solid rgba(255, 255, 255, 0.14);
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(1.2rem);
    -webkit-backdrop-filter: blur(1.2rem);
}

.category-hero__meta strong {
    display: block;
    margin-bottom: 0.4rem;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.category-hero__meta span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 1.35rem;
    line-height: 1.35;
}

/* BODY */

.category-body {
    padding: 3.2rem 0 7.2rem;
    background:
        linear-gradient(180deg, rgba(247, 241, 232, 0.72) 0%, #fff 18rem);
}

.category-layout {
    display: grid;
    grid-template-columns: 28rem minmax(0, 1fr);
    gap: 2.4rem;
    align-items: start;
}

/* SIDEBAR */

.category-sidebar {
    position: sticky;
    top: 11rem;
    overflow: hidden;
    border: 0.1rem solid rgba(0, 0, 0, 0.08);
    border-radius: 2.4rem;
    background: #fff;
    box-shadow: var(--shadow-card);
}

.category-sidebar__head {
    padding: 1rem;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.08);
    background: var(--bg-warm);
}

.category-sidebar__head strong {
    display: block;
    margin-bottom: 0.35rem;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.15;
    font-weight: 800;
}

.category-sidebar__head span {
    color: rgba(0, 0, 0, 0.52);
    font-size: 1.3rem;
}

.category-list {
    margin: 0;
    padding: 0.8rem;
    list-style: none;
}

.category-item {
    padding: 0;
    overflow: hidden;
    border-radius: 1.4rem;
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.42rem;
    font-weight: 700;
    transition: 0.18s ease;
}

.category-item__link,
.category-subitem__link {
    width: max-content;
    max-width: 100%;
    min-height: 4.8rem;
    padding: 1rem 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: 0.18s ease;
}

.category-item__link:hover {
    background: rgba(255, 225, 106, 0.18);
    color: #000;
}

.category-item__link span,
.category-subitem__link span {
    flex: 1 1 auto;

    word-break: normal;
    overflow-wrap: normal;
    text-wrap: balance;
}

.category-item.is-active > .category-item__link {
    background: var(--yellow);
    color: #000;
}

.category-item b,
.category-subitem b {
    flex: 0 0 auto;
    min-width: 3rem;
    height: 2.4rem;
    padding: 0 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 99rem;
    background: rgba(0, 0, 0, 0.08);
    color: #000;
    font-size: 1.15rem;
    line-height: 1;
    font-weight: 800;
}

.category-sublist {
    margin: 0.4rem 0 0.4rem 1.2rem;
    padding: 0 0 0 0.8rem;
    list-style: none;
    border-left: 0.2rem solid rgba(0, 0, 0, 0.08);
}

.category-subitem {
    margin: 0.2rem 0;
    border-radius: 1.2rem;
    color: rgba(0, 0, 0, 0.62);
    font-size: 1.3rem;
    font-weight: 700;
}

.category-subitem__link {
    min-height: 4rem;
    padding: 0.8rem 1rem;
}

.category-level-2 .category-subitem__link { margin-left: 1.2rem; }
.category-level-3 .category-subitem__link { margin-left: 2.4rem; }
.category-level-4 .category-subitem__link { margin-left: 3.6rem; }

.category-subitem__link:hover,
.category-subitem.is-active .category-subitem__link {
    background: rgba(255, 225, 106, 0.24);
    color: #000;
}

.category-sidebar__note {
    margin: 0.8rem;
    padding: 1.6rem;
    border-radius: 1.8rem;
    background: #000;
    color: #fff;
}

.category-sidebar__note strong {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.55rem;
}

.category-sidebar__note span {
    display: block;
    margin-bottom: 1.4rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 1.3rem;
    line-height: 1.45;
}

.category-sidebar__note button {
    width: 100%;
    min-height: 4.4rem;
    border: 0;
    border-radius: 1.2rem;
    background: var(--yellow);
    color: #000;
    font-size: 1.35rem;
    font-weight: 800;
    cursor: pointer;
    transition: 0.18s ease;
}

.category-sidebar__note button:hover {
    background: var(--yellow-hover);
}

/* TOPBAR */

.category-content {
    min-width: 0;
}

.category-topbar {
    margin-bottom: 1.4rem;
    padding: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
    border: 0.1rem solid rgba(0, 0, 0, 0.08);
    border-radius: 2.4rem;
    background: #fff;
    box-shadow: 0 1rem 3.2rem rgba(0, 0, 0, 0.04);
}

.category-found {
    color: rgba(0, 0, 0, 0.58);
    font-size: 1.45rem;
    white-space: nowrap;
}

.category-found strong {
    color: #000;
    font-weight: 900;
}

.category-controls {
    display: none;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.category-sort {
    height: 4.6rem;
    padding: 0 1.4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-radius: 1.4rem;
    background: #fff;
}

.category-sort span {
    color: rgba(0, 0, 0, 0.46);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.category-sort select {
    min-width: 16rem;
    padding: 0 2.4rem 0 0;
    border: 0;
    outline: 0;
    background: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right center / 1.2rem 0.8rem;
    appearance: none;
    color: #000;
    font-size: 1.4rem;
    font-weight: 800;
    cursor: pointer;
}

/* TAGS */

.category-tags {
    margin-bottom: 1.8rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.category-tag {
    min-height: 4.2rem;
    padding: 0 1.6rem;
    border: 0;
    border-radius: 99rem;
    background: #fff;
    color: rgba(0, 0, 0, 0.62);
    box-shadow: inset 0 0 0 0.1rem rgba(0, 0, 0, 0.08);
    font-size: 1.35rem;
    font-weight: 800;
    cursor: pointer;
    transition: 0.18s ease;
}

.category-tag:hover,
.category-tag.is-active {
    background: #000;
    color: #fff;
}

/* =========================
   CATEGORY PRODUCTS — CARDS LIKE POPULAR SECTION
========================= */

.category-products-grid.popular-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.category-products-grid .popular-card[hidden],
.category-products-grid .category-product[hidden] {
    display: none;
}

.category-product,
.category-promo-card,
.category-product .popular-card,
.category-promo-card .popular-card {
    min-width: 0;
    height: 100%;
}

.category-products-grid .popular-card {
    height: 100%;
    transform: none;
}

.category-products-grid .popular-card:hover {
    transform: none;
}

.category-products-grid .popular-card__link,
.category-products-grid .popular-card__body {
    flex: 0 0 auto;
}



.category-promo-card .popular-card {
    position: relative;
}

.category-promo-card__trigger {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.category-promo-card .popular-card__footer {
    position: relative;
    z-index: 2;
}

/*!* стили карточек из секции "Популярные товары" *!*/
/*.popular-card {*/
/*    min-width: 0;*/
/*    overflow: hidden;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    background: #fff;*/
/*    border: 0.1rem solid rgba(0, 0, 0, 0.08);*/
/*    border-radius: 2.4rem;*/

/*    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;*/
/*}*/

/*.popular-card:hover {*/
/*    transform: translateY(-0.4rem);*/
/*    border-color: rgba(255, 225, 106, 0.9);*/


/*}*/

/*.popular-card__media {*/
/*    position: relative;*/
/*    height: 25rem;*/
/*    padding: 4.4rem 2rem 2rem;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background: #fff;*/
/*}*/

/*.popular-card__media img {*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/
/*    object-fit: contain;*/
/*}*/

/*.popular-card--empty {*/
/*    background: #fff;*/
/*}*/

/*.popular-card__media--empty {*/
/*    background:*/
/*        radial-gradient(circle at 50% 45%, rgba(255, 225, 106, 0.22), transparent 38%),*/
/*        #fff;*/
/*}*/

/*.popular-empty-photo {*/
/*    width: 13.2rem;*/
/*    height: 13.2rem;*/
/*    display: grid;*/
/*    place-items: center;*/
/*    border-radius: 2.2rem;*/
/*    background: #fff;*/
/*    border: 0.2rem dashed rgba(0, 0, 0, 0.18);*/
/*}*/

/*.popular-empty-photo span {*/
/*    position: relative;*/
/*    width: 4.4rem;*/
/*    height: 4.4rem;*/
/*    display: block;*/
/*}*/

/*.popular-empty-photo span::before,*/
/*.popular-empty-photo span::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    width: 4.4rem;*/
/*    height: 0.36rem;*/
/*    border-radius: 99rem;*/
/*    background: rgba(0, 0, 0, 0.36);*/
/*    transform: translate(-50%, -50%);*/
/*}*/

/*.popular-empty-photo span::after {*/
/*    transform: translate(-50%, -50%) rotate(90deg);*/
/*}*/

/*.popular-badges {*/
/*    position: absolute;*/
/*    top: 1.4rem;*/
/*    left: 1.4rem;*/
/*    right: 1.4rem;*/
/*    z-index: 2;*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    gap: 0.6rem;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.popular-badge {*/
/*    min-height: 2.6rem;*/
/*    padding: 0 1rem;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    border-radius: 99rem;*/
/*    font-size: 1.1rem;*/
/*    line-height: 1;*/
/*    font-weight: 600;*/
/*    white-space: nowrap;*/
/*}*/

/*.popular-badge--partner {*/
/*    background: rgba(0, 0, 0, 0.08);*/
/*    color: rgba(0, 0, 0, 0.72);*/
/*}*/

/*.popular-badge--free {*/
/*    background: rgba(255, 225, 106, 0.42);*/
/*    color: #000;*/
/*}*/

/*.popular-badge--deposit {*/
/*    background: rgba(0, 0, 0, 0.86);*/
/*    color: #fff;*/
/*}*/

/*.popular-card__body {*/
/*    padding: 1.6rem 1.8rem 1rem;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 1.4rem;*/
/*    flex: 1;*/
/*}*/

/*.popular-card__title {*/
/*    min-height: 4.2rem;*/
/*    margin: 0;*/
/*    color: #000;*/
/*    font-size: 1.85rem;*/
/*    line-height: 1.15;*/
/*    font-weight: 600;*/
/*    letter-spacing: -0.025em;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*    overflow: hidden;*/
/*}*/

/*.popular-prices {*/
/*    padding: 1.2rem 0 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-wrap: wrap;*/
/*    gap: 0.7rem 0;*/
/*    border-top: 0.1rem solid rgba(0, 0, 0, 0.08);*/
/*}*/

/*.popular-price {*/
/*    position: relative;*/
/*    flex-direction: column;*/
/*    padding-right: 1.2rem;*/
/*    margin-right: 1.2rem;*/
/*    display: inline-flex;*/
/*    align-items: baseline;*/
/*    gap: 0.5rem;*/
/*    white-space: nowrap;*/
/*}*/

/*.popular-price:not(:last-child)::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    width: 0.1rem;*/
/*    height: 1.7rem;*/
/*    background: rgba(0, 0, 0, 0.14);*/
/*    transform: translateY(-50%);*/
/*}*/

/*.popular-price span {*/
/*    color: rgba(0, 0, 0, 0.48);*/
/*    font-size: 1.25rem;*/
/*    line-height: 1;*/
/*    font-weight: 400;*/
/*}*/

/*.popular-price b {*/
/*    color: #000;*/
/*    font-size: 1.55rem;*/
/*    line-height: 1;*/
/*    font-weight: 700;*/
/*    letter-spacing: -0.025em;*/
/*}*/

/*.popular-price--main b {*/
/*    font-size: 1.9rem;*/
/*}*/

/*.popular-card__footer {*/
/*    padding: 1.2rem 1.8rem 1.8rem;*/
/*    display: grid;*/
/*    grid-template-columns: 1fr auto;*/
/*    gap: 1rem;*/
/*    align-items: center;*/
/*}*/

/*.popular-rent-btn {*/
/*    height: 4.6rem;*/
/*    min-width: 0;*/
/*    padding: 0 1.8rem;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    gap: 1rem;*/
/*    border: 0;*/
/*    border-radius: 1.2rem;*/
/*    background: var(--yellow);*/
/*    color: #000;*/
/*    font-size: 1.5rem;*/
/*    line-height: 1;*/
/*    font-weight: 600;*/
/*    cursor: pointer;*/
/*    transition: 0.18s ease;*/
/*}*/

/*.popular-rent-btn:hover {*/
/*    background: var(--yellow-hover);*/
/*    transform: translateY(-0.1rem);*/
/*}*/

/*.popular-rent-btn span {*/
/*    font-size: 2rem;*/
/*    line-height: 1;*/
/*}*/

/*.popular-more-btn {*/
/*    height: 4.6rem;*/
/*    padding: 0 1.6rem;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border: 0.1rem solid rgba(0, 0, 0, 0.1);*/
/*    border-radius: 1.2rem;*/
/*    background: #fff;*/
/*    color: rgba(0, 0, 0, 0.72);*/
/*    font-size: 1.45rem;*/
/*    line-height: 1;*/
/*    font-weight: 500;*/
/*    text-decoration: none;*/
/*    transition: 0.18s ease;*/
/*}*/

/*.popular-more-btn:hover {*/
/*    border-color: var(--yellow);*/
/*    background: var(--yellow-soft);*/
/*    color: #000;*/
/*}*/

/*.category-empty {*/
/*    grid-column: 1 / -1;*/
/*    padding: 6rem 2rem;*/
/*    text-align: center;*/
/*    border-radius: 2.4rem;*/
/*    background: #fff;*/
/*    box-shadow: var(--shadow-card);*/
/*}*/

/*.category-empty strong {*/
/*    display: block;*/
/*    margin-bottom: 0.8rem;*/
/*    color: #000;*/
/*    font-size: 2.4rem;*/
/*}*/

/*.category-empty span {*/
/*    color: rgba(0, 0, 0, 0.56);*/
/*    font-size: 1.5rem;*/
/*}*/

/*!* PAGINATION *!*/

.category-pagination {
    margin-top: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.category-pagination a,
.category-pagination button,
.category-pagination span {
    width: 4.4rem;
    height: 4.4rem;
    display: inline-grid;
    place-items: center;
    border: 0;
    border-radius: 1.3rem;
    background: #fff;
    color: #000;
    box-shadow: inset 0 0 0 0.1rem rgba(0, 0, 0, 0.1);
    font-size: 1.35rem;
    font-weight: 900;
    text-decoration: none;
    transition: 0.18s ease;
}

.category-pagination a,
.category-pagination button {
    cursor: pointer;
}

.category-pagination a:hover,
.category-pagination a.is-active,
.category-pagination button:hover,
.category-pagination button.is-active {
    background: var(--yellow);
    box-shadow: none;
    color: #000;
    transform: translateY(-0.1rem);
}

.category-pagination button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
}

.category-pagination a.is-active {
    pointer-events: none;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
    .category-layout {
        grid-template-columns: 1fr;
    }

    .category-sidebar {
        position: static;
    }

    .category-list {
        display: flex;
        overflow-x: auto;
        gap: 0.8rem;
        padding: 1rem;
        scrollbar-width: none;
    }

    .category-list::-webkit-scrollbar {
        display: none;
    }

    .category-item {
        flex: 0 0 auto;
    }

    .category-sidebar__note {
        display: none;
    }
}

@media (max-width: 980px) {
    .category-products-grid.popular-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-hero__content,
    .category-topbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .category-controls {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .category-container {
        width: calc(100% - 2.8rem);
    }

    .category-hero {
        min-height: 21rem;
    }

    .category-hero__inner {
        padding: 9.2rem 0 2.6rem;
    }

    .category-breadcrumbs {
        font-size: 1.15rem;
        gap: 0.6rem;
    }

    .category-title {
        font-size: 4.2rem;
        line-height: 0.96;
    }

    .category-hero__meta {
        width: 100%;
        min-width: 0;
        padding: 1.3rem 1.5rem;
        border-radius: 1.6rem;
    }

    .category-hero__meta strong {
        font-size: 2rem;
    }

    .category-body {
        padding: 2rem 0 5.2rem;
    }

    .category-sidebar,
    .category-topbar,
    .popular-card {
        border-radius: 2rem;
    }

    .category-controls {
        flex-direction: column;
    }

    .category-sort {
        width: 100%;
        justify-content: space-between;
    }

    .category-sort select {
        min-width: 0;
    }

    .category-tags {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0.4rem;
        scrollbar-width: none;
    }

    .category-tags::-webkit-scrollbar {
        display: none;
    }

    .category-subitem {
        display: none;
    }

    .category-tag {
        flex: 0 0 auto;
    }

    .category-products-grid.popular-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.2rem;
    }

    .popular-card {
        border-radius: 1.7rem;
    }

    .popular-card__media {
        height: 13.4rem;
        padding: 3.5rem 0.9rem 1rem;
    }

    .popular-badges {
        top: 0.8rem;
        left: 0.8rem;
        right: 0.8rem;
        gap: 0.4rem;
    }

    .popular-badge {
        min-height: 1.9rem;
        padding: 0 0.55rem;
        font-size: 0.82rem;
    }

    .popular-empty-photo {
        width: 8.6rem;
        height: 8.6rem;
        border-radius: 1.5rem;
    }

    .popular-empty-photo span {
        width: 3rem;
        height: 3rem;
    }

    .popular-empty-photo span::before,
    .popular-empty-photo span::after {
        width: 3rem;
        height: 0.28rem;
    }

    .popular-card__body {
        padding: 1rem 1rem 0.7rem;
        gap: 0.9rem;
    }

    .popular-card__title {
        min-height: 3.3rem;
        font-size: 1.35rem;
        line-height: 1.2;
    }

    .popular-prices {
        padding-top: 0.9rem;
        gap: 0.45rem 0;
    }

    .popular-price {
        gap: 0.35rem;
        padding-right: 0.7rem;
        margin-right: 0.7rem;
    }

    .popular-price:not(:last-child)::after {
        height: 1.3rem;
    }

    .popular-price span {
        font-size: 0.95rem;
    }

    .popular-price b {
        font-size: 1.1rem;
    }

    .popular-price--main b {
        font-size: 1.3rem;
    }

    .popular-card__footer {
        padding: 0.8rem 1rem 1rem;
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }

    .popular-more-btn {
        display: none;
    }

    .popular-rent-btn,
    .popular-more-btn {
        width: 100%;
        height: 3.8rem;
        border-radius: 1rem;
        font-size: 1.2rem;
    }

    .popular-rent-btn span {
        font-size: 1.6rem;
    }
}

@media (max-width: 420px) {
    .popular-card__media {
        height: 12.6rem;
    }

    .popular-card__title {
        font-size: 1.25rem;
    }

    .popular-price span {
        font-size: 0.9rem;
    }

    .popular-price b {
        font-size: 1.02rem;
    }

    .popular-price--main b {
        font-size: 1.22rem;
    }
}
