:root {
    --brand-blue: #AEFAF3;
    --brand-blue-deep: #AEFAF3;
    --brand-gold: #D19E38;
    --brand-gold-soft: #f6e7c3;
    --brand-ink: #1f1f1f;
    --brand-muted: #667085;
    --brand-surface: #f7f8fa;
    --brand-surface-strong: #eef6f8;
    --brand-border: #e5e7eb;
    --brand-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
    --brand-whatsapp: #7ecb43;
    --brand-whatsapp-hover: #d5ef8c;
    --brand-whatsapp-shadow: 0 12px 28px rgba(126, 203, 67, 0.24);
}

body.home-redesign {
    background: #ffffff;
    color: var(--brand-ink);
}

.home-redesign #top-nav {
    background: #111111 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-redesign #top-nav .selected,
.home-redesign #top-nav strong {
    color: rgba(255, 255, 255, 0.82) !important;
}

.home-redesign #top-nav .right-content a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity .25s ease;
}

.home-redesign #top-nav .right-content a:hover {
    opacity: .8;
}

.home-redesign .header-menu {
    background: #000000 !important;
    backdrop-filter: none;
    border-bottom: none;
}

.home-redesign .header-menu.fixed {
    background: #000000 !important;
    box-shadow: none;
}

.home-redesign .brand-logo {
    width: auto;
    max-width: 250px;
    height: 50px;
    object-fit: contain;
}

.home-redesign .a-logo-header {
    min-width: 220px;
}

.home-redesign .menu-main ul {
    gap: 2.5rem;
}

.home-redesign .menu-main ul > li > a,
.home-redesign .menu-main ul > li > .link {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.12em;
}

.home-redesign .menu-main ul > li > a.active,
.home-redesign .menu-main ul > li > a:hover {
    color: #ffffff;
}

.home-redesign .menu-main ul > li > a::before,
.home-redesign .menu-main ul > li > .link::before {
    background-color: #ffffff;
}

.home-redesign #header-ajax .quantity {
    background: var(--brand-blue) !important;
    color: #000000 !important;
    font-weight: 700;
}

.home-redesign #header-ajax i,
.home-redesign #header-ajax svg,
.home-redesign #header-ajax svg path {
    color: var(--brand-gold) !important;
    fill: var(--brand-gold) !important;
}

.home-redesign .button-main,
.home-redesign .home-order-btn {
    background: var(--brand-blue);
    color: var(--brand-ink) !important;
    border: 1px solid transparent;
    box-shadow: 0 12px 28px rgba(174, 250, 243, 0.28);
}

.home-redesign .button-main:hover,
.home-redesign .home-order-btn:hover {
    background: #a4f2fb;
    color: var(--brand-ink) !important;
    transform: translateY(-1px);
}

.home-redesign .home-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    margin-bottom: .75rem;
    color: var(--brand-gold);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.home-redesign .home-section-kicker::before,
.home-redesign .home-section-kicker::after {
    content: "";
    width: 34px;
    height: 1px;
    background: rgba(209, 158, 56, 0.45);
}

.home-redesign .home-section-title {
    color: var(--brand-gold);
    letter-spacing: .03em;
}

.home-redesign .what-new-block,
.home-redesign .collection-block,
.home-redesign .tab-features-block {
    position: relative;
}

.home-redesign .what-new-block .container,
.home-redesign .collection-block .container,
.home-redesign .tab-features-block .container {
    position: relative;
    z-index: 2;
}

.home-redesign .what-new-block .menu-tab,
.home-redesign .tab-features-block .menu-tab {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(17, 17, 17, 0.06);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
    padding: .35rem;
}

.home-redesign .what-new-block .tab-item,
.home-redesign .tab-features-block .tab-item {
    border-radius: 999px;
    font-weight: 600;
}

.home-redesign .what-new-block .tab-item.active,
.home-redesign .tab-features-block .tab-item.active {
    background: #ffffff !important;
    color: #161616 !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.10);
}

.home-redesign .what-new-block .indicator,
.home-redesign .tab-features-block .indicator {
    display: none !important;
}

.home-redesign .product-item {
    border-radius: 28px;
}

.home-redesign .product-item .product-main {
    height: 100%;
}

.home-redesign .product-item .product-thumb {
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.06);
    box-shadow: none;
}

.home-redesign .product-item .product-infor {
    padding: 1.25rem .35rem 0;
}

@media (min-width: 1024px) {
    .home-redesign .product-item .product-infor {
        margin-top: 0.7rem !important;
        padding-top: 0.5rem;
    }
}

.home-redesign .home-product-tag,
.home-redesign .home-product-sale {
    background: var(--brand-blue) !important;
    color: var(--brand-ink) !important;
    font-weight:600;
}

.home-redesign .home-progress-sold {
    background: var(--brand-blue) !important;
}

.home-redesign .product-price {
    color: var(--brand-gold);
    font-weight: 600;
}

.home-redesign .product-name {
    color: var(--brand-ink);
    font-weight: 500;
    font-size: 1.05rem;
}

.home-redesign .home-card-action {
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: rgba(255, 255, 255, 0.94);
    color: var(--brand-ink);
}

.home-redesign .home-card-action:hover,
.home-redesign .quick-view-btn.home-card-action:hover,
.home-redesign .quick-view-btn.home-card-action:focus-visible {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.home-redesign .order-whats-btn {
    background: var(--brand-whatsapp);
    color: #ffffff !important;
    border: none;
    box-shadow: var(--brand-whatsapp-shadow);
}

.home-redesign .quick-whatsapp-block .request-order {
    background: var(--brand-whatsapp) !important;
    color: #ffffff !important;
    border: 1px solid transparent !important;
    box-shadow: var(--brand-whatsapp-shadow) !important;
}

.home-redesign .order-whats-btn:hover,
.home-redesign .order-whats-btn:focus-visible,
.home-redesign .quick-whatsapp-block .request-order:hover,
.home-redesign .quick-whatsapp-block .request-order:focus-visible,
.home-redesign .home-order-btn:hover,
.home-redesign .home-order-btn:focus-visible {
    background: var(--brand-whatsapp-hover) !important;
    color: #000000 !important;
    box-shadow: 0 16px 34px rgba(126, 203, 67, 0.22);
}

.home-redesign .home-order-btn-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 1024px) {
    .home-redesign .product-item:hover.grid-type .product-main .product-infor .product-price-block {
        transform: translateY(12px) !important;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .home-redesign .product-item .product-infor {
        margin-top: 0.80rem !important;
        padding-top: 0.80rem;
    }
}

.home-redesign .collection-block .list-collection {
    padding: 0.15rem clamp(18px, 2.5vw, 30px) 0;
}

.home-redesign .collection-item {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--brand-shadow);
}

.home-redesign .collection-item .bg-img {
    aspect-ratio: 0.68;
    overflow: hidden;
}

.home-redesign .collection-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.26) 100%);
    pointer-events: none;
}

.home-redesign .collection-item .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-redesign .collection-name {
    z-index: 2;
    color: var(--brand-ink);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 2.9rem;
    max-width: calc(100% - 28px);
    padding: 0.7rem 0.95rem;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9rem;
    letter-spacing: 0.01em;
}

.home-redesign .collection-item:hover .collection-name {
    background: #000000;
    color: #ffffff;
}

.home-redesign .collection-block .swiper-button-prev,
.home-redesign .collection-block .swiper-button-next {
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: 0;
    transform: translateY(-50%);
}

.home-redesign .collection-block .swiper-button-prev {
    left: clamp(6px, 1.4vw, 16px);
}

.home-redesign .collection-block .swiper-button-next {
    right: clamp(6px, 1.4vw, 16px);
}

html[dir="rtl"] .home-redesign .collection-block .swiper-button-prev,
body[dir="rtl"].home-redesign .collection-block .swiper-button-prev {
    left: auto;
    right: clamp(6px, 1.4vw, 16px);
}

html[dir="rtl"] .home-redesign .collection-block .swiper-button-next,
body[dir="rtl"].home-redesign .collection-block .swiper-button-next {
    right: auto;
    left: clamp(6px, 1.4vw, 16px);
}

html[dir="rtl"] .home-redesign .collection-block .swiper-button-prev::after,
body[dir="rtl"].home-redesign .collection-block .swiper-button-prev::after {
    content: 'next';
}

html[dir="rtl"] .home-redesign .collection-block .swiper-button-next::after,
body[dir="rtl"].home-redesign .collection-block .swiper-button-next::after {
    content: 'prev';
}

.home-redesign .banner-block .banner-item {
    border-radius: 0;
    box-shadow: none;
}

.home-redesign .banner-block .banner-img {
    height: clamp(420px, 48vw, 620px);
    overflow: hidden;
    background: transparent;
}

.home-redesign .banner-block .banner-img img {
    width: 100%;
    height: auto;
    min-height: 100%;
    display: block;
}

.home-redesign .banner-block .banner-fallback {
    width: 100%;
    height: clamp(420px, 48vw, 620px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: radial-gradient(circle at top left, rgba(174, 250, 243, 0.2), transparent 32%), linear-gradient(135deg, #111111 0%, #3d3321 100%);
    color: #ffffff;
    text-align: center;
}

.home-redesign .banner-block .banner-content {
    background: transparent;
    padding: 1.5rem;
}

.home-redesign .banner-block .heading2,
.home-redesign .banner-block .text-button {
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}

.home-redesign .benefit-block .benefit-item img {
    background: transparent !important;
    mix-blend-mode: multiply;
}

.home-redesign #footer {
    margin-top: 5rem;
}

.home-redesign .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(17, 17, 17, 0.18);
    opacity: 1;
}

.home-redesign .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand-blue), var(--brand-gold));
}

.home-redesign .slider-main .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 8px !important;
    background: transparent;
    border: 1px solid var(--black);
    border-radius: 999px;
    opacity: 1;
    position: relative;
}

.home-redesign .slider-main .swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 8px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid transparent;
    border-radius: 50%;
    transition: all ease 0.5s;
}

.home-redesign .slider-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8px;
    background: var(--black);
}

.home-redesign .slider-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border-color: var(--black);
}

.home-redesign .swiper-button-prev,
.home-redesign .swiper-button-next,
.home-redesign .swiper-button-prev2,
.home-redesign .swiper-button-next2 {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
    color: var(--brand-gold);
    border: 1px solid rgba(17, 17, 17, 0.06);
}

.home-redesign .swiper-button-prev:hover,
.home-redesign .swiper-button-next:hover,
.home-redesign .swiper-button-prev2:hover,
.home-redesign .swiper-button-next2:hover {
    background: var(--brand-gold);
    color: #ffffff;
}

@media (max-width: 1023.98px) {
    .home-redesign .brand-logo {
        height: 48px;
        max-width: 220px;
    }

    .home-redesign .what-new-block .menu,
    .home-redesign .tab-features-block .menu {
        flex-wrap: wrap;
        justify-content: center;
    }

    .home-redesign #footer .menu-main ul {
        padding-top: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .home-redesign .product-item .product-infor {
        margin-top: 0.5rem !important;
        padding-top: 0.5rem;
    }

    .home-redesign .collection-block .list-collection {
        padding-inline: 12px;
        padding-top: 0;
    }

    .home-redesign .collection-block .swiper {
        overflow: hidden;
    }

    .home-redesign .collection-block .swiper-slide {
        width: calc((100% - 10px) / 2);
        height: auto;
    }

    .home-redesign .collection-block .collection-item {
        border-radius: 16px;
    }

    .home-redesign .collection-block .collection-item .bg-img {
        aspect-ratio: 0.67;
    }

    .home-redesign[dir="rtl"] .product-item.grid-type .mobile-product-discount-badge,
    [dir="rtl"] .home-redesign .product-item.grid-type .mobile-product-discount-badge,
    html[dir="rtl"] .home-redesign .product-item.grid-type .mobile-product-discount-badge,
    body[dir="rtl"].home-redesign .product-item.grid-type .mobile-product-discount-badge {
        left: 0.75rem !important;
        right: auto !important;
    }

    .home-redesign #top-nav {
        height: 44px !important;
        padding: 0;
    }

    .home-redesign #top-nav .top-nav-main {
        gap: 0.75rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }

    .home-redesign #top-nav .left-content,
    .home-redesign #top-nav .right-content {
        display: flex;
        align-items: center;
    }

    .home-redesign #top-nav .left-content {
        gap: 0.4rem;
    }

    .home-redesign #top-nav .right-content {
        gap: 0.65rem;
    }

    .home-redesign #top-nav .right-content a {
        width: auto;
        height: auto;
    }

    .home-redesign .header-menu {
        height: 72px !important;
    }

    .home-redesign .brand-logo {
        height: 40px;
        max-width: 180px;
    }

    .home-redesign .a-logo-header {
        min-width: 0;
    }

    .home-redesign .what-new-block .menu-tab,
    .home-redesign .tab-features-block .menu-tab {
        width: 100%;
        max-width: 100%;
        border-radius: 20px;
        overflow: hidden;
        padding: 0.25rem;
    }

    .home-redesign .what-new-block .menu,
    .home-redesign .tab-features-block .menu {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        gap: .25rem;
        width: 100%;
        padding: .25rem;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .home-redesign .what-new-block .menu::-webkit-scrollbar,
    .home-redesign .tab-features-block .menu::-webkit-scrollbar {
        display: none;
    }

    .home-redesign .what-new-block .tab-item,
    .home-redesign .tab-features-block .tab-item {
        flex: 0 0 auto;
        min-height: 44px;
        min-width: max-content;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: .7rem 1.05rem;
        line-height: 1.2;
        border-radius: 999px;
        background: transparent;
        white-space: nowrap;
    }

    .home-redesign .what-new-block .tab-item.active,
    .home-redesign .tab-features-block .tab-item.active {
        background: #ffffff !important;
        color: #161616 !important;
        box-shadow: 0 6px 18px rgba(15, 23, 42, 0.10);
    }

    .home-redesign .what-new-block .indicator,
    .home-redesign .tab-features-block .indicator {
        display: none !important;
    }

    .home-redesign .product-item .product-thumb,
    .home-redesign .banner-block .banner-item {
        border-radius: 0;
    }

    .home-redesign .banner-block .banner-img,
    .home-redesign .banner-block .banner-fallback {
        height: clamp(300px, 55vw, 440px);
    }

    .home-redesign .order-whats-btn {
        padding-left: 14px;
        padding-right: 14px;
    }

    .home-redesign .order-whats-btn > span {
        gap: 8px;
    }

    .home-redesign .home-order-btn-label {
        font-size: 11px;
        letter-spacing: 0.04em;
    }

    .home-redesign .collection-name {
        min-width: 0;
        min-height: 2.7rem;
        max-width: calc(100% - 24px);
        padding: 0.5rem 0.7rem;
        font-size: 11px;
        line-height: 1;
        letter-spacing: 0.01em;
    }

    .home-redesign .swiper-button-prev,
    .home-redesign .swiper-button-next,
    .home-redesign .swiper-button-prev2,
    .home-redesign .swiper-button-next2 {
        width: 42px;
        height: 42px;
    }

    .home-redesign .collection-block .swiper-button-prev,
    .home-redesign .collection-block .swiper-button-next {
        width: 34px;
        height: 34px;
    }

    .home-redesign .collection-block .swiper-button-prev {
        left: -2px;
    }

    .home-redesign .collection-block .swiper-button-next {
        right: -2px;
    }

    html[dir="rtl"] .home-redesign .collection-block .swiper-button-prev,
    body[dir="rtl"].home-redesign .collection-block .swiper-button-prev {
        left: auto;
        right: -2px;
    }

    html[dir="rtl"] .home-redesign .collection-block .swiper-button-next,
    body[dir="rtl"].home-redesign .collection-block .swiper-button-next {
        right: auto;
        left: -2px;
    }

    html[dir="rtl"] .home-redesign .collection-block .swiper-button-prev::after,
    body[dir="rtl"].home-redesign .collection-block .swiper-button-prev::after {
        content: 'next';
    }

    html[dir="rtl"] .home-redesign .collection-block .swiper-button-next::after,
    body[dir="rtl"].home-redesign .collection-block .swiper-button-next::after {
        content: 'prev';
    }

    .home-redesign #footer {
        margin-top: 3.5rem;
    }
}
