﻿.breadcrumb {
    margin-bottom: 18px;
}

.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.anvu-pd-wrap{padding:10px}
.breadcrumb__item {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.5;
    color: #6b7280;
}

    .breadcrumb__item:not(:last-child)::after {
        content: "/";
        margin-left: 10px;
        color: #c0c4cc;
        font-weight: 400;
    }

    .breadcrumb__item a {
        color: #4b5563;
        text-decoration: none;
        transition: color 0.2s ease, opacity 0.2s ease;
    }

        .breadcrumb__item a:hover {
            color: #111827;
        }

    .breadcrumb__item.is-current {
        color: #111827;
        font-weight: 600;
    }

        .breadcrumb__item.is-current span {
            display: inline-block;
            max-width: 100%;
            color: inherit;
        }

@media (max-width: 768px) {
    .breadcrumb__list {
        gap: 6px 8px;
    }
    .premium-hero__focus-title{ font-size:25px}
    .breadcrumb__item {
        font-size: 13px;
    }

        .breadcrumb__item:not(:last-child)::after {
            margin-left: 8px;
        }
}
.anvu-main .container{padding:0px 0px}
.section-exclusive {
    max-width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0 0px;
}

.exclusive-wrap {
    background: linear-gradient(180deg, #ff5a00 0%, #ff5a00 100%);
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow);
}



.banner-glow {
    position: absolute;
    inset: auto 0 0 0;
    height: 120px;
    background: radial-gradient(circle at center, rgba(255, 217, 0, 0.28), transparent 55%);
    pointer-events: none;
}

.banner-left {
    position: relative;
    z-index: 2;
}

    .banner-left .headline {
        font-size: 62px;
        line-height: 0.95;
        font-weight: 900;
        letter-spacing: -1px;
        text-transform: uppercase;
        color: #ffd17a;
        text-shadow: 0 0 2px #fff, 0 0 8px #ff9f1c, 0 0 14px #ff6a00, 0 0 26px rgba(255, 102, 0, 0.8);
        transform: skewX(-8deg);
    }

    .banner-left .sub-headline {
        margin-top: 14px;
        display: inline-block;
        padding: 10px 22px;
        border-radius: 14px;
        background: linear-gradient(180deg, #7a1000 0%, #340000 100%);
        color: #ffcf70;
        font-size: 28px;
        font-weight: 900;
        text-transform: uppercase;
        box-shadow: inset 0 0 0 2px rgba(255, 160, 0, 0.18);
        transform: skewX(-8deg);
    }

.banner-center {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}

.coupon-box {
    min-width: 470px;
    max-width: 100%;
    background: linear-gradient(180deg, #eff6c6 0%, #f3f3dd 100%);
    border-radius: 18px;
    padding: 16px 34px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

    .coupon-box::before,
    .coupon-box::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 18px;
        height: 18px;
        background: #f8250d;
        border-radius: 50%;
        transform: translateY(-50%);
    }

    .coupon-box::before {
        left: -9px;
    }

    .coupon-box::after {
        right: -9px;
    }

    .coupon-box span {
        display: block;
        font-size: 27px;
        font-weight: 900;
        line-height: 1.1;
        color: #ff1500;
    }

.cta-btn {
    border: 0;
    outline: 0;
    cursor: pointer;
    min-width: 290px;
    padding: 20px 32px;
    border-radius: 999px;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    color: #ff2200;
    background: linear-gradient(180deg, #fff200 0%, #ffc600 100%);
    box-shadow: inset 0 -6px 0 rgba(180, 110, 0, 0.28), 0 10px 22px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .cta-btn:hover {
        transform: translateY(-2px);
        box-shadow: inset 0 -6px 0 rgba(180, 110, 0, 0.28), 0 14px 28px rgba(0, 0, 0, 0.22);
    }

.banner-wheel {
    position: relative;
    z-index: 2;
    justify-self: end;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle at center, #ff8a00 0 24%, #ff5f00 24% 25%, transparent 25%), conic-gradient( #6d0000 0 60deg, #9c8700 60deg 120deg, #5f2e73 120deg 180deg, #958400 180deg 240deg, #6d0000 240deg 300deg, #884300 300deg 360deg );
    border: 12px solid #b34800;
    box-shadow: inset 0 0 0 6px #ffb34f;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.wheel-center {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: radial-gradient(circle, #ff9b22, #ff6a00);
    box-shadow: inset 0 0 0 3px rgba(255,255,255,.28);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff3d1;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
}

.wheel-text {
    position: absolute;
    color: white;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
    text-shadow: 0 2px 8px rgba(0,0,0,.28);
}

.wheel-t1 {
    top: 26px;
    right: 76px;
    transform: rotate(17deg);
}

.wheel-t2 {
    top: 104px;
    left: 34px;
    transform: rotate(-78deg);
}

.wheel-t3 {
    bottom: 40px;
    right: 52px;
    transform: rotate(72deg);
}

/* Product slider */
.exclusive-products {
    position: relative;
    padding: 14px 32px 26px;
    background: var(--orange);
}

.carousel {
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    gap: 18px;
    transition: transform 0.45s ease;
    will-change: transform;
}

.product-card {
    flex: 0 0 calc((100% - 72px) / 5);
    min-width: 0;
    background: #fff;
    border-radius: 10px;
    padding: 10px 10px 14px;
    border: 1px solid rgba(255,255,255,.2);
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 0 rgba(0,0,0,0.02);
}

.product-top-label {
    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
    min-height: 16px;
}

.product-thumb {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .product-thumb img {
        width: 82%;
        height: 82%;
        object-fit: contain;
    }

.deal-date {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #ffb100 0%, #d71b00 85%);
    color: #ffe9a9;
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
    padding: 8px 14px 7px;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(188, 28, 0, 0.28);
    text-align: center;
    white-space: nowrap;
}

    .deal-date small {
        display: block;
        margin-top: 3px;
        font-size: 10px;
        color: #fff4c8;
        font-weight: 700;
    }

.meta-badge {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #c94100, #ff6a00);
    color: #fff5d2;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.product-name {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.42;
    font-weight: 500;
    color: #1f2937;
    min-height: 46px;
}

.promo-line {
    margin-top: 4px;
    font-size: 14px;
    color: #ff6a00;
    font-weight: 500;
}

.price-current {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #ff1f1f;
    line-height: 1.05;
}

    .price-current .currency {
        font-size: 0.72em;
        text-decoration: underline;
        text-underline-offset: 2px;
    }

.price-old-row {
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.price-old {
    color: #94a3b8;
    font-size: 14px;
    text-decoration: line-through;
}

.discount {
    color: #ef4444;
    font-size: 14px;
}

.product-rating {
    margin-top: 8px;
    font-size: 12px;
    color: #475569;
}

    .product-rating .star {
        color: #f8b400;
        font-size: 12px;
        margin-right: 4px;
    }

.catalog-section {
    padding: 18px 0 36px;
    background: #f3f4f6;
}

.catalog-section__inner {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 12px;
}

.catalog-top-banners {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 14px;
}

.catalog-top-banners__item {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

    .catalog-top-banners__item img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

.catalog-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.catalog-categories__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e5e7eb;
    color: #374151;
    text-decoration: none;
    transition: all 0.2s ease;
}

    .catalog-categories__item:hover {
        border-color: #bfdbfe;
        background: #f8fbff;
    }

    .catalog-categories__item.is-active {
        border-color: #93c5fd;
        background: #eff6ff;
        color: #1d4ed8;
    }

.catalog-categories__icon {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: linear-gradient(180deg, #d1d5db 0%, #9ca3af 100%);
    flex: 0 0 18px;
}

.catalog-categories__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.catalog-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.catalog-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #bfdbfe;
    border-radius: 10px;
    background: #fff;
    color: #2563eb;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.catalog-filter-btn__icon {
    font-size: 14px;
    line-height: 1;
}

.catalog-brands {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex: 1;
}

.catalog-brands__item {
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #fff;
    color: #4b5563;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .catalog-brands__item:hover {
        border-color: #cbd5e1;
        background: #f8fafc;
    }

    .catalog-brands__item.is-active {
        color: #1d4ed8;
        border-color: #93c5fd;
        background: #eff6ff;
    }

.catalog-sort {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    align-items: center;
    margin-bottom: 16px;
    color: #6b7280;
}

.catalog-sort__label {
    font-size: 14px;
    font-weight: 500;
}

.catalog-sort__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.catalog-sort__item {
    padding: 0;
    border: 0;
    background: transparent;
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

    .catalog-sort__item:hover {
        color: #2563eb;
    }

    .catalog-sort__item.is-active {
        color: #2563eb;
        font-weight: 700;
    }

.product-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.product-card--catalog {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 100%;
    padding: 10px 10px 12px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #eef0f3;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .product-card--catalog:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
    }

.product-card__topbar {
    min-height: 18px;
    margin-bottom: 8px;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.4;
}

.product-card__tag-new {
    margin-right: 6px;
    color: #ef4444;
    font-weight: 700;
}

.product-card__thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
}

    .product-card__thumb img {
        width: 84%;
        height: 84%;
        object-fit: contain;
    }

.product-card__badge-date {
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffb100 0%, #d92300 100%);
    color: #fff7d6;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 8px 16px rgba(217, 35, 0, 0.24);
}

.product-card__label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 22px;
    padding: 0 10px;
    margin-bottom: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #c2410c, #f97316);
    color: #fff7e6;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.product-card__name {
    margin: 0;
    min-height: 44px;
    color: #1f2937;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card__sub {
    min-height: 20px;
    margin-top: 4px;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.4;
}

.product-card__price-current {
    margin-top: 6px;
    color: #ef4444;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 800;
}

.product-card__price-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    min-height: 22px;
    margin-top: 4px;
}

.product-card__price-old {
    color: #9ca3af;
    font-size: 14px;
    text-decoration: line-through;
}

.product-card__discount {
    color: #ef4444;
    font-size: 14px;
    font-weight: 500;
}

.product-card__gift {
    margin-top: 6px;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.4;
}

.product-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 8px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.4;
}

.product-card__rating {
    color: #f59e0b;
    font-weight: 700;
}

.product-card__compare {
    color: #60a5fa;
    margin-left: auto;
}

.catalog-loadmore {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.catalog-loadmore__btn {
    min-width: 260px;
    min-height: 44px;
    padding: 0 20px;
    border: 1px solid #93c5fd;
    border-radius: 12px;
    background: #fff;
    color: #2563eb;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.04);
}

.catalog-seo {
    margin-top: 28px;
}

.catalog-seo__box {
    margin: 0 auto;
    padding: 20px 22px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #eceff3;
    text-align: justify;
}
.catalog-seo__more {
    text-align: center;
    margin: 5px auto
}
.catalog-seo__text {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.8;
}

.catalog-seo__more {
    margin-top: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #2563eb;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.catalog-filter-btn.is-open {
    background: #eff6ff;
    border-color: #93c5fd;
    color: #1d4ed8;
}

.product-card__compare {
    cursor: pointer;
    user-select: none;
}

    .product-card__compare.is-active {
        color: #1d4ed8;
        font-weight: 700;
    }

@media (max-width: 1199px) {
    .product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .catalog-top-banners {
        grid-template-columns: 1fr;
    }

    .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product-card__price-current {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .catalog-section__inner {
        padding: 0 10px;
    }

    .catalog-categories {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .catalog-categories__item {
        flex: 0 0 auto;
    }

    .catalog-brands {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .catalog-brands__item {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .product-card__name {
        font-size: 15px;
    }

    .product-card__price-current {
        font-size: 24px;
    }

    .catalog-seo__box {
        padding: 18px 16px;
    }
}

@media (max-width: 520px) {
 

    .catalog-sort {
        align-items: flex-start;
        flex-direction: column;
    }

    .catalog-loadmore__btn {
        width: 100%;
    }
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.38);
    color: #f97316;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 5;
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}

 

    .exclusive-banner.promo-banner::before {
        content: "";
        position: absolute;
        top: -80px;
        right: -80px;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(255, 214, 64, 0.20), transparent 68%);
        pointer-events: none;
    }

    .exclusive-banner.promo-banner::after {
        content: "";
        position: absolute;
        bottom: -100px;
        left: 35%;
        width: 240px;
        height: 240px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.10), transparent 70%);
        pointer-events: none;
    }

.promo-banner__content,
.promo-banner__visual {
    position: relative;
    z-index: 1;
}

.promo-banner__tag {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff3d2;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.promo-banner__title {
    margin: 16px 0 10px;
    max-width: 700px;
    color: #fff;
    font-size: 38px;
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -0.8px;
}

.promo-banner__desc {
    margin: 0;
    max-width: 700px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.7;
}

.promo-banner__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.promo-banner__highlight {
    min-width: 180px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(4px);
}

    .promo-banner__highlight strong {
        display: block;
        color: #ffe082;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 800;
    }

    .promo-banner__highlight span {
        display: block;
        margin-top: 4px;
        color: #fff8eb;
        font-size: 12px;
        line-height: 1.45;
    }

.promo-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.promo-banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.2s ease;
}

.promo-banner__btn--primary {
    color: #b61a00;
    background: linear-gradient(180deg, #ffe567 0%, #ffc928 100%);
    box-shadow: inset 0 -4px 0 rgba(182, 112, 0, 0.22), 0 10px 20px rgba(0, 0, 0, 0.16);
}

    .promo-banner__btn--primary:hover {
        transform: translateY(-2px);
    }

.promo-banner__btn--secondary {
    color: #fff7ea;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

    .promo-banner__btn--secondary:hover {
        background: rgba(255, 255, 255, 0.18);
    }

.promo-banner__visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.promo-banner__card {
    width: 100%;
    max-width: 300px;
    padding: 14px 16px;
    border-radius: 18px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(4px);
}

.promo-banner__card-label {
    display: block;
    margin-bottom: 4px;
    color: #fff7ee;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.promo-banner__card-value {
    display: block;
    color: #fff9eb;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 900;
}

.promo-banner__center {
    width: 100%;
    max-width: 360px;
    padding: 24px 22px;
    border-radius: 24px;
    text-align: center;
    background: radial-gradient(circle at center, rgba(255, 210, 0, 0.14), transparent 40%), linear-gradient(180deg, #fff4c7 0%, #fff9e0 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 16px 28px rgba(0, 0, 0, 0.16);
}

.promo-banner__center-sub {
    display: block;
    color: #d11d00;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.promo-banner__center-main {
    display: block;
    margin-top: 0px;
    color: #e62000;
    font-size: 20px;
    line-height: 1.05;
    font-weight: 900;
    text-transform: uppercase;
}

.promo-banner__center-text {
    margin: 10px 0 0;
    color: #7b4200;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .exclusive-banner.promo-banner {
        grid-template-columns: 1fr;
        padding: 24px 22px;
    }

    .promo-banner__title {
        font-size: 32px;
    }

    .promo-banner__visual {
        align-items: stretch;
    }

    .promo-banner__card,
    .promo-banner__center {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .promo-banner__title {
        font-size: 27px;
    }

    .promo-banner__desc {
        font-size: 14px;
        line-height: 1.6;
    }

    .promo-banner__highlight {
        min-width: calc(50% - 6px);
    }

    .promo-banner__center-main {
        font-size: 30px;
    }
}

@media (max-width: 520px) {
    .exclusive-banner.promo-banner {
        padding: 20px 16px;
    }

    .promo-banner__highlight {
        min-width: 100%;
    }

    .promo-banner__actions {
        flex-direction: column;
    }

    .promo-banner__btn {
        width: 100%;
    }
}

.carousel-btn:hover {
    background: rgba(255,255,255,.65);
}

.carousel-btn.prev {
    left: 8px;
}

.carousel-btn.next {
    right: 8px;
}

.carousel-btn[disabled] {
    opacity: .45;
    cursor: not-allowed;
}

@media (max-width: 1199px) {
    .exclusive-banner {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        padding: 20px 20px 26px;
    }

    .banner-left .headline {
        font-size: 48px;
    }

    .banner-left .sub-headline {
        font-size: 22px;
    }

    .coupon-box {
        min-width: auto;
        width: 100%;
    }

    .banner-wheel {
        width: 220px;
        height: 220px;
    }

    .product-card {
        flex-basis: calc((100% - 54px) / 4);
    }
}

@media (max-width: 991px) {
    .product-card {
        flex-basis: calc((100% - 36px) / 3);
    }

    .exclusive-products {
        padding-left: 22px;
        padding-right: 22px;
    }
}

@media (max-width: 767px) {
    .banner-left .headline {
        font-size: 36px;
    }

    .cta-btn {
        min-width: 220px;
        font-size: 24px;
        padding: 16px 24px;
    }

    .coupon-box span {
        font-size: 22px;
    }

    .product-card {
        flex-basis: calc((100% - 18px) / 2);
    }

    .price-current {
        font-size: 28px;
    }
}

@media (max-width: 520px) {
    .section-exclusive {
        padding: 0 0px;
    }

    .exclusive-products {
        padding: 12px 16px 22px;
    }

    .product-card {
        flex-basis: 100%;
    }

    .carousel-btn.prev {
        left: 4px;
    }

    .carousel-btn.next {
        right: 4px;
    }
}

.catalog-loadmore {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.catalog-loadmore__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 22px;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    color: #1d4ed8;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

    .catalog-loadmore__btn:hover {
        transform: translateY(-1px);
        border-color: #93c5fd;
        background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
        box-shadow: 0 12px 26px rgba(37, 99, 235, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.95);
    }

    .catalog-loadmore__btn:active {
        transform: translateY(0);
        box-shadow: 0 6px 14px rgba(37, 99, 235, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    }

.catalog-loadmore__text {
    color: #2563eb;
    white-space: nowrap;
}

.catalog-loadmore__count {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1e40af;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.catalog-loadmore__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #3b82f6;
    transition: transform 0.2s ease;
}

    .catalog-loadmore__icon svg {
        width: 18px;
        height: 18px;
    }

.catalog-loadmore__btn:hover .catalog-loadmore__icon {
    transform: translateY(1px);
}

.catalog-loadmore__btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.18), 0 12px 26px rgba(37, 99, 235, 0.12);
}

@media (max-width: 767px) {
    .catalog-loadmore {
        margin-top: 22px;
    }

    .catalog-loadmore__btn {
        min-height: 48px;
        padding: 0 18px;
        gap: 8px;
        font-size: 14px;
    }

    .catalog-loadmore__count {
        font-size: 12px;
        padding: 0 8px;
    }
}

@media (max-width: 520px) {
    .catalog-loadmore__btn {
        width: 100%;
        max-width: 100%;
    }
}

.catalog-sort {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px;
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #edf1f5;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}

.catalog-sort__heading {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.catalog-sort__label {
    color: #64748b;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    white-space: nowrap;
}

.catalog-sort__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    min-width: 0;
}

.catalog-sort__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #ffffff;
    color: #475569;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

    .catalog-sort__item:hover {
        color: #2563eb;
        border-color: #bfdbfe;
        background: #f8fbff;
    }

    .catalog-sort__item:active {
        transform: translateY(1px);
    }

    .catalog-sort__item.is-active {
        color: #1d4ed8;
        border-color: #93c5fd;
        background: #eff6ff;
        box-shadow: inset 0 0 0 1px rgba(147, 197, 253, 0.2);
    }

    .catalog-sort__item:focus-visible {
        outline: none;
        box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.16);
    }

.catalog-sort__item--price {
    padding-right: 12px;
}

.catalog-sort__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: currentColor;
}

    .catalog-sort__icon svg {
        width: 16px;
        height: 16px;
    }

@media (max-width: 767px) {
    .catalog-sort {
        padding: 12px;
        gap: 10px 12px;
        margin-bottom: 14px;
    }

    .catalog-sort__label {
        font-size: 13px;
    }

    .catalog-sort__list {
        gap: 8px;
    }

    .catalog-sort__item {
        min-height: 36px;
        padding: 0 12px;
        font-size: 13px;
    }
}

@media (max-width: 520px) {
    .catalog-sort {
        align-items: flex-start;
        flex-direction: column;
    }

    .catalog-sort__list {
        width: 100%;
    }
}

.catalog-top-slider {
    position: relative;
    margin-bottom: 14px;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
}

.catalog-top-slider__viewport {
    overflow: hidden;
    width: 100%;
}

.catalog-top-slider__track {
    display: flex;
    transition: transform 0.45s ease;
    will-change: transform;
}

.catalog-top-slider__item {
    flex: 0 0 100%;
    display: block;
    text-decoration: none;
}

    .catalog-top-slider__item img {
        display: block;
        width: 100%;
        height: 170px;
        object-fit: cover;
    }

.catalog-top-slider__nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.88);
    color: #1e3a8a;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

    .catalog-top-slider__nav:hover {
        background: #ffffff;
    }

.catalog-top-slider__nav--prev {
    left: 12px;
}

.catalog-top-slider__nav--next {
    right: 12px;
}

.catalog-top-slider__dots {
    position: absolute;
    left: 50%;
    bottom: 12px;
    z-index: 3;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(6px);
}

.catalog-top-slider__dot {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: rgba(255, 255, 255, 0.55);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

    .catalog-top-slider__dot.is-active {
        background: #ffffff;
        transform: scale(1.15);
    }

@media (max-width: 767px) {
    .catalog-top-slider__item img {
        height: 140px;
    }

    .catalog-top-slider__nav {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .catalog-top-slider__nav--prev {
        left: 8px;
    }

    .catalog-top-slider__nav--next {
        right: 8px;
    }
}

@media (max-width: 520px) {
    .catalog-top-slider {
        border-radius: 12px;
    }

    .catalog-top-slider__item img {
        height: 120px;
    }

    .catalog-top-slider__dots {
        bottom: 8px;
        gap: 6px;
        padding: 5px 8px;
    }

    .catalog-top-slider__dot {
        width: 8px;
        height: 8px;
    }
}

.catalog-top-slider {
    position: relative;
    margin-bottom: 14px;
    border-radius: 14px;
    overflow: hidden;
}

.catalog-top-slider__viewport {
    overflow: hidden;
    width: 100%;
}

.catalog-top-slider__track {
    display: flex;
    transition: transform 0.45s ease;
    will-change: transform;
}

.catalog-top-slider__slide {
    flex: 0 0 100%;
    min-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.catalog-top-slider__item {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
    text-decoration: none;
}

    .catalog-top-slider__item img {
        display: block;
        width: 100%;
        height: 170px;
        object-fit: cover;
        transition: transform 0.35s ease;
    }

    .catalog-top-slider__item:hover img {
        transform: scale(1.02);
    }

.catalog-top-slider__nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.92);
    color: #1e3a8a;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, opacity 0.2s ease;
}

    .catalog-top-slider__nav:hover {
        background: #ffffff;
    }

.catalog-top-slider__nav--prev {
    left: 12px;
}

.catalog-top-slider__nav--next {
    right: 12px;
}

.catalog-top-slider__dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 3;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(6px);
}

.catalog-top-slider__dot {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: rgba(255, 255, 255, 0.55);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

    .catalog-top-slider__dot.is-active {
        background: #ffffff;
        transform: scale(1.15);
    }

@media (max-width: 767px) {
    .catalog-top-slider__slide {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .catalog-top-slider__item img {
        height: 140px;
    }

    .catalog-top-slider__nav {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .catalog-top-slider__nav--prev {
        left: 8px;
    }

    .catalog-top-slider__nav--next {
        right: 8px;
    }
}

@media (max-width: 520px) {
    .catalog-top-slider {
        border-radius: 12px;
    }

    .catalog-top-slider__item img {
        height: 120px;
    }

    .catalog-top-slider__dots {
        bottom: 8px;
        gap: 6px;
        padding: 5px 8px;
    }
}

/*test*/
.product-card__gift.premium-badge {
    --gold-1: #f8e7b2;
    --gold-2: #d4af37;
    --gold-3: #8b6b1f;
    --wine: #5a1421;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255,255,255,0.28), rgba(255,255,255,0.06)) padding-box, linear-gradient(135deg, var(--gold-1), var(--gold-2), var(--gold-3)) border-box;
    border: 1px solid transparent;
    color: #fff8e7;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(90, 20, 33, 0.22), inset 0 1px 0 rgba(255,255,255,0.28), inset 0 -1px 0 rgba(0,0,0,0.12);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    position: relative;
    overflow: hidden;
}

    .product-card__gift.premium-badge::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 120deg, rgba(255,255,255,0) 20%, rgba(255,255,255,0.32) 45%, rgba(255,255,255,0) 70% );
        transform: translateX(-120%);
        transition: transform 0.9s ease;
        pointer-events: none;
    }

    .product-card__gift.premium-badge:hover::before {
        transform: translateX(120%);
    }

.premium-badge__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex: 0 0 8px;
    background: radial-gradient(circle at 30% 30%, #fff4c7, #d4af37 70%, #9b761a 100%);
    box-shadow: 0 0 0 3px rgba(255, 215, 120, 0.12), 0 0 10px rgba(212, 175, 55, 0.45);
}

.premium-badge__text {
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 1px rgba(0,0,0,0.18);
}


/*phân trang*/

.catalog-pagination-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid #e9edf3;
}

.catalog-pagination-summary {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
}

.catalog-pagination {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.catalog-page,
.catalog-page-dots {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: all 0.2s ease;
}

.catalog-page {
    border: 1px solid #dbe3ef;
    background: #fff;
    color: #1f2937;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

    .catalog-page:hover {
        border-color: #c4d3ea;
        background: #f8fbff;
        color: #0f172a;
        transform: translateY(-1px);
    }

    .catalog-page.is-active {
        background: #0f62fe;
        border-color: #0f62fe;
        color: #fff;
        box-shadow: 0 10px 24px rgba(15, 98, 254, 0.22);
        pointer-events: none;
    }

    .catalog-page.is-disabled {
        background: #f3f4f6;
        border-color: #e5e7eb;
        color: #9ca3af;
        box-shadow: none;
        pointer-events: none;
        cursor: default;
    }

.catalog-page-nav {
    font-size: 20px;
    font-weight: 500;
}

.catalog-page-dots {
    min-width: auto;
    padding: 0 4px;
    color: #9aa4b2;
}

@media (max-width: 767.98px) {
    .catalog-pagination-wrap {
        flex-direction: column;
        align-items: stretch;
    }

    .catalog-pagination-summary {
        text-align: center;
    }

    .catalog-pagination {
        justify-content: center;
        gap: 6px;
    }

    .catalog-page,
    .catalog-page-dots {
        min-width: 36px;
        height: 36px;
        border-radius: 10px;
        font-size: 13px;
        padding: 0 10px;
    }

    .catalog-page-nav {
        font-size: 18px;
    }
}


/*Test*/
.premium-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 36px;
    padding: 44px 40px;
    min-height: 520px;
    background-color: #1ca99b;
    box-shadow: 0 24px 60px rgba(6, 31, 29, 0.16);
}

.premium-hero__layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.premium-hero__layer--shade {
    background: linear-gradient(115deg, rgba(3, 28, 28, 0.22) 0%, rgba(5, 40, 39, 0.10) 42%, rgba(255, 255, 255, 0.03) 100%);
}

.premium-hero__layer--glow {
    background: radial-gradient(circle at 78% 18%, rgba(255, 224, 160, 0.18), transparent 24%), radial-gradient(circle at 62% 84%, rgba(255, 255, 255, 0.14), transparent 20%), radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.06), transparent 18%);
}

.premium-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
    gap: 48px;
    align-items: center;
}

.premium-hero__content {
    max-width: 760px;
}

.premium-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #f5deb0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.premium-hero__tag-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffe5a4 0%, #c7902c 100%);
    box-shadow: 0 0 0 5px rgba(255, 225, 161, 0.10);
}

.premium-hero__title {
    margin: 20px 0 16px;
    font-size: clamp(40px, 5vw, 50px);
    line-height: 1.04;
    letter-spacing: -0.04em;
    font-weight: 800;
    color: #f8fbfa;
    text-wrap: balance;
}

.premium-hero__desc {
    margin: 0;
    max-width: 720px;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.65;
    font-weight: 500;
    color: rgba(244, 250, 248, 0.92);
}

.premium-hero__metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 34px;
    max-width: 620px;
}

.premium-hero__metric {
    position: relative;
    padding: 20px 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.07));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(14px);
}

    .premium-hero__metric::before {
        content: "";
        position: absolute;
        top: 0;
        left: 22px;
        width: 52px;
        height: 2px;
        border-radius: 999px;
        background: linear-gradient(90deg, #ffe3a0, transparent);
    }

    .premium-hero__metric strong {
        display: block;
        margin-bottom: 8px;
        font-size: 22px;
        line-height: 1.2;
        font-weight: 800;
        color: #ffd882;
    }

    .premium-hero__metric span {
        display: block;
        font-size: 15px;
        line-height: 1.55;
        font-weight: 500;
        color: rgba(244, 250, 248, 0.90);
    }

.premium-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.premium-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 26px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    cursor: pointer;
}

    .premium-hero__btn:hover {
        transform: translateY(-2px);
    }

.premium-hero__btn--primary {
    color: #173730;
    background: linear-gradient(135deg, #ffe39e 0%, #d9a63c 100%);
    box-shadow: 0 14px 28px rgba(117, 83, 15, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.premium-hero__btn--ghost {
    color: #f8fbfa;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
}

.premium-hero__visual {
    display: grid;
    gap: 20px;
    justify-items: end;
}

.premium-hero__stat {
    width: min(100%, 360px);
    padding: 22px 28px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.07));
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 20px 40px rgba(7, 30, 29, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(16px);
    text-align: center;
}

.premium-hero__stat-label {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(248, 251, 250, 0.88);
}

.premium-hero__stat-value {
    display: block;
    margin-top: 8px;
    font-size: clamp(24px, 3.2vw, 30px);
    line-height: 1.1;
    font-weight: 800;
    color: #ffffff;
}

.premium-hero__focus {
    position: relative;
    width: min(100%, 450px);
    padding: 12px;
    border-radius: 34px;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.58), transparent 34%), linear-gradient(145deg, #f6edd8 0%, #e8d9af 100%);
    border: 1px solid rgba(241, 222, 171, 0.78);
    box-shadow: 0 28px 55px rgba(8, 33, 30, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

    .premium-hero__focus::after {
        content: "";
        position: absolute;
        inset: -1px;
        border-radius: inherit;
        padding: 1px;
        background: linear-gradient(135deg, rgba(255,255,255,0.55), rgba(186,136,39,0.20));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

.premium-hero__focus-frame {
    position: relative;
    border-radius: 26px;
    padding:10px;
    text-align: center;
    background: linear-gradient(180deg, rgba(255,255,255,0.28), rgba(255,255,255,0.08));
    border: 1px solid rgba(172, 128, 34, 0.16);
}

.premium-hero__focus-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #a6741d;
}

    .premium-hero__focus-kicker::before,
    .premium-hero__focus-kicker::after {
        content: "";
        width: 28px;
        height: 1px;
        background: linear-gradient(90deg, transparent, #c79a42, transparent);
    }

.premium-hero__focus-title {
    display: block;
    margin-top: 16px;
    font-size: clamp(34px, 4.4vw, 56px);
    line-height: 1.02;
    font-weight: 800;
    font-size:30px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #163932;
}

    .premium-hero__focus-title span {
        margin-top: 8px;
        color: #b77c1f;
    }

.premium-hero__focus-note {
    display: block;
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 600;
    color: #50635c;
}

@media (max-width: 1199px) {
    .premium-hero {
        padding: 38px 30px;
    }

    .premium-hero__grid {
        grid-template-columns: 1fr 400px;
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .premium-hero {
        min-height: unset;
        border-radius: 28px;
        padding: 28px 22px;
    }

    .premium-hero__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .premium-hero__visual {
        justify-items: stretch;
    }

    .premium-hero__stat,
    .premium-hero__focus {
        width: 100%;
    }

    .premium-hero__title {
        max-width: 100%;
    }

    .premium-hero__desc {
        max-width: 100%;
    }

    .premium-hero__metrics {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .premium-hero__tag {
        font-size: 12px;
        padding: 9px 14px;
    }

    .premium-hero__metrics {
        grid-template-columns: 1fr;
    }

    .premium-hero__actions {
        flex-direction: column;
    }

    .premium-hero__btn {
        width: 100%;
    }

    .premium-hero__focus-frame {
        padding: 10px;
    }

    .premium-hero__focus-kicker {
        font-size: 12px;
        letter-spacing: 0.12em;
    }

    .premium-hero__focus-note {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
  

    .premium-hero__focus-title {
        font-size: 25px
    }
}

/* =========================
   LUXURY COUNTDOWN FOR PREMIUM HERO
   ========================= */

.exclusive-banner.premium-hero .promo-banner__countdown--luxury {
    position: relative;
    margin-top: 20px;
    padding: 16px 16px 18px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.34), rgba(255,255,255,0.12)), linear-gradient(135deg, #f7ecd2 0%, #ead9aa 100%);
    border: 1px solid rgba(180, 138, 48, 0.22);
    box-shadow: 0 14px 30px rgba(21, 47, 42, 0.08), inset 0 1px 0 rgba(255,255,255,0.70), inset 0 -1px 0 rgba(120, 88, 20, 0.08);
    overflow: hidden;
}

    .exclusive-banner.premium-hero .promo-banner__countdown--luxury::before {
        content: "";
        position: absolute;
        inset: 8px;
        border-radius: 18px;
        border: 1px solid rgba(176, 134, 49, 0.16);
        pointer-events: none;
    }

.exclusive-banner.premium-hero .promo-banner__countdown-head {
    position: relative;
    z-index: 1;
    margin-bottom: 14px;
    text-align: center;
}

.exclusive-banner.premium-hero .promo-banner__countdown-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #9b6f1f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

    .exclusive-banner.premium-hero .promo-banner__countdown-eyebrow::before,
    .exclusive-banner.premium-hero .promo-banner__countdown-eyebrow::after {
        content: "";
        width: 22px;
        height: 1px;
        background: linear-gradient(90deg, transparent, #c79a42, transparent);
    }

.exclusive-banner.premium-hero .promo-banner__countdown-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    gap: 8px;
    align-items: center;
}

.exclusive-banner.premium-hero .promo-banner__timebox {
    text-align: center;
}

.exclusive-banner.premium-hero .promo-banner__timebox-inner {
    position: relative;
    border-radius: 18px;
    padding: 12px 8px;
    background: linear-gradient(180deg, #1f2a28 0%, #0f1716 100%);
    border: 1px solid rgba(208, 173, 94, 0.18);
    box-shadow: 0 10px 18px rgba(0,0,0,0.16), inset 0 1px 0 rgba(255,255,255,0.05), inset 0 -1px 0 rgba(0,0,0,0.35);
    overflow: hidden;
}

    .exclusive-banner.premium-hero .promo-banner__timebox-inner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(255,255,255,0.08), transparent 36%), linear-gradient(180deg, transparent 48%, rgba(0,0,0,0.24) 49%, rgba(255,255,255,0.04) 50%, transparent 52%);
        pointer-events: none;
    }

    .exclusive-banner.premium-hero .promo-banner__timebox-inner::after {
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        top: 50%;
        height: 1px;
        background: rgba(255,255,255,0.08);
        transform: translateY(-50%);
        pointer-events: none;
    }

.exclusive-banner.premium-hero .promo-banner__timebox strong {
    position: relative;
    z-index: 1;
    display: block;
    color: #f7e7bd;
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.03em;
    text-shadow: 0 1px 0 rgba(255,255,255,0.06), 0 2px 12px rgba(212, 175, 55, 0.10);
    font-variant-numeric: tabular-nums;
}

.exclusive-banner.premium-hero .promo-banner__timebox > span {
    display: inline-block;
    margin-top: 8px;
    color: #6a756f;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.exclusive-banner.premium-hero .promo-banner__time-sep {
    align-self: start;
    padding-top: 12px;
    color: #b07a1f;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.9;
}

@media (max-width: 767px) {
    .exclusive-banner.premium-hero .promo-banner__countdown--luxury {
        margin-top: 16px;
        padding: 12px;
        border-radius: 20px;
    }

        .exclusive-banner.premium-hero .promo-banner__countdown--luxury::before {
            inset: 6px;
            border-radius: 14px;
        }

    .exclusive-banner.premium-hero .promo-banner__countdown-grid {
        gap: 6px;
    }

    .exclusive-banner.premium-hero .promo-banner__timebox-inner {
        padding: 10px 6px;
        border-radius: 14px;
    }

    .exclusive-banner.premium-hero .promo-banner__timebox strong {
        font-size: 22px;
    }

    .exclusive-banner.premium-hero .promo-banner__timebox > span {
        margin-top: 6px;
        font-size: 9px;
    }

    .exclusive-banner.premium-hero .promo-banner__time-sep {
        padding-top: 10px;
        font-size: 18px;
    }
}