@font-face {
    font-family: "proximanova";
    src: url("/seller/assets/fonts/proximanova/proximanova-regular-webfont.woff2") format("woff2"), url("/seller/assets/fonts/proximanova/proximanova-regular-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "proximanova";
    src: url("/seller/assets/fonts/proximanova/proximanova-medium-webfont.woff2") format("woff2"), url("/seller/assets/fonts/proximanova/proximanova-medium-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "proximanova";
    src: url("/seller/assets/fonts/proximanova/proximanova-semibold-webfont.woff2") format("woff2"), url("/seller/assets/fonts/proximanova/proximanova-semibold-webfont.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "proximanova";
    src: url("/seller/assets/fonts/proximanova/proximanova-bold-webfont.woff2") format("woff2"), url("/seller/assets/fonts/proximanova/proximanova-bold-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SuisseWorks";
    src: url("/seller/assets/fonts/suisseworks/SuisseWorks-Regular-WebXL.woff2") format("woff2"), url("/seller/assets/fonts/suisseworks/SuisseWorks-Regular-WebXL.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SuisseWorks";
    src: url("/seller/assets/fonts/suisseworks/SuisseWorks-Medium-WebXL.woff2") format("woff2"), url("/seller/assets/fonts/suisseworks/SuisseWorks-Medium-WebXL.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SuisseWorks";
    src: url("/seller/assets/fonts/suisseworks/SuisseWorks-Bold-WebXL.woff2") format("woff2"), url("/seller/assets/fonts/suisseworks/SuisseWorks-Bold-WebXL.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-sans: "proximanova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, system-ui, "Helvetica Neue", Arial, sans-serif;
    --brand-discount: #fa6230;
    --brand-primary: #c48a8a;
    --brand-secondary: #c48a8a;
    --brand-ink: #434343;
    --brand-muted: #434343;
    --brand-light: #f6f3ee;
    --brand-border: #e4d8d2;
    --brand-accent: #c48a8a;
    --theme-primary-color: var(--brand-primary);
    --theme-secondary-color: var(--brand-secondary);
    --theme-dark-color: var(--brand-ink);
    --theme-general-color: var(--brand-muted);
    --theme-light-color: var(--brand-light);
    --theme-border-color: var(--brand-border);
    --theme-extra-color: var(--brand-accent);
    --theme-general-font: var(--font-sans);
    --theme-hiperlink-font: var(--font-sans);
    --theme-highlight-font: var(--font-sans);
    --theme-extra-font: var(--font-sans);
    --bs-primary: var(--brand-primary);
    --bs-secondary: var(--brand-secondary);
    --bs-body-bg: var(--brand-light);
    --bs-body-color: var(--brand-ink);
    --bs-link-color: var(--brand-primary);
    --bs-link-hover-color: var(--brand-ink);
    --bs-border-color: var(--brand-border);
    --bs-light: var(--brand-light);
}

.shop-chat-fab {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1050;
}

.shop-chat-fab-btn {
    background: #ee4d2d;
    color: #fff;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(238, 77, 45, 0.25);
    position: relative;
}

    .shop-chat-fab-btn i {
        font-size: 16px;
    }

    .shop-chat-fab-btn:hover {
        color: #fff;
        text-decoration: none;
        background: #e44527;
    }

.shop-chat-fab-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ff3b30;
    color: #fff;
    border-radius: 999px;
    min-width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    padding: 0 6px;
    box-shadow: 0 6px 12px rgba(255, 59, 48, 0.25);
}

body {
    font-family: var(--theme-general-font);
    color: var(--brand-ink);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, .nav-secondary .navbar-nav .nav-link, .post-admin ul li span, .breadcrumb-item > a, .media-icon-secondary a, .media-widget a {
    color: var(--brand-ink);
}

.new-arrival-wrap {
    position: relative;
}

.new-arrival-swiper {
    overflow: visible;
}

    .new-arrival-swiper .swiper-slide {
        height: auto;
    }

    .new-arrival-swiper .product {
        padding: 6px 8px;
    }

    .new-arrival-swiper .product-image {
        position: relative;
        width: 100%;
        padding-top: 100%;
        overflow: hidden;
        border-radius: 16px;
        background: #ee6694;
    }

        .new-arrival-swiper .product-image img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .new-arrival-swiper .product-title a {
        color: #e72969;
        text-decoration: none;
    }

        .new-arrival-swiper .product-title a:hover {
            color: #a81346;
        }

    .new-arrival-swiper .swiper-button-prev,
    .new-arrival-swiper .swiper-button-next {
        top: 45%;
        width: 38px;
        height: 38px;
        border-radius: 999px;
        background: #ffffff;
        border: 1px solid #eeaac1;
        color: #eb477f;
        box-shadow: 0 6px 18px rgba(34, 27, 20, 0.12);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 5;
    }

        .new-arrival-swiper .swiper-button-prev::after,
        .new-arrival-swiper .swiper-button-next::after {
            font-size: 14px;
            font-weight: 700;
        }

        .new-arrival-swiper .swiper-button-prev:hover,
        .new-arrival-swiper .swiper-button-next:hover {
            background: #ee6694;
        }

    .new-arrival-swiper .swiper-button-prev {
        left: 10px;
        right: 52px;
    }

    .new-arrival-swiper .swiper-button-next {
        right: 0;
    }

.best-selling-grid .product-image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 16px;
    background: #ee6694;
}

    .best-selling-grid .product-image img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.best-selling-grid .product-title a {
    color: #e72969;
    text-decoration: none;
}

    .best-selling-grid .product-title a:hover {
        color: #a81346;
    }

.best-selling-section {
    background: transparent;
    padding: 32px 0 00px;
}

.best-selling-frame {
    background: linear-gradient(180deg, var(--brand-primary) 0%, #5A0A22 55%, #7B1230 100%);
    border-radius: 0;
    padding: 28px 28px 40px;
    box-shadow: 0 18px 40px rgba(18, 3, 10, 0.35);
    position: relative;
    overflow: hidden;
}

    .best-selling-frame::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.02);
        pointer-events: none;
    }

.best-selling-header {
    position: relative;
    z-index: 1;
    margin-bottom: 34px;
}

.best-selling-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 10px 30px 10px 18px;
    background: #f6f2ea;
    color: var(--brand-primary);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%);
    box-shadow: 0 8px 24px rgba(11, 2, 7, 0.25);
    transform: skewX(-10deg);
}

    .best-selling-title > span {
        display: inline-block;
        transform: skewX(10deg);
    }

.best-selling-header .best-selling-line {
    position: absolute;
    height: 4px;
    background: #f6f2ea;
    left: 18px;
    border-radius: 4px;
    display: block;
    z-index: 1;
    transform: skewX(-18deg);
}

.best-selling-header .line-top {
    top: -10px;
    width: 110px;
}

.best-selling-header .line-mid {
    bottom: -10px;
    width: 240px;
}

.best-selling-header .line-bottom {
    bottom: -22px;
    width: 90px;
}

.best-selling-swiper {
    position: relative;
    z-index: 1;
    padding: 6px 62px 6px 6px;
}

.best-selling-card {
    background: #f9f6f1;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(15, 3, 9, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.7);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .best-selling-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(15, 3, 9, 0.45);
    }

.best-selling-photo {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 120%;
    overflow: hidden;
    background: #efe8dd;
}

    .best-selling-photo img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.best-selling-info {
    padding: 14px 14px 16px;
    display: grid;
    gap: 6px;
    align-items: center;
    position: relative;
}

.best-selling-name {
    font-size: 15px;
    color: #6b4b54;
}

.best-selling-price {
    font-size: 20px;
    font-weight: 700;
    color: #6d4d57;
}

    .best-selling-price del {
        display: none;
    }

.best-selling-sale {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #a7223c;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
}

.best-selling-swiper .swiper-button-prev,
.best-selling-swiper .swiper-button-next {
    color: var(--brand-primary);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
    top: 50%;
    transform: translateY(-50%);
}

    .best-selling-swiper .swiper-button-prev::after,
    .best-selling-swiper .swiper-button-next::after {
        font-size: 16px;
        font-weight: 700;
    }

.best-selling-swiper .swiper-button-prev {
    left: 14px;
    right: auto;
}

.best-selling-swiper .swiper-button-next {
    right: 14px;
}

.banner-three-new {
    padding: 28px 0 36px;
}

.banner-three-grid {
    display: grid;
    grid-template-columns: 0.7fr 1.6fr;
    gap: 18px;
}

.banner-three-left,
.banner-three-top,
.banner-three-bottom {
    display: block;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
    background: transparent;
}

    .banner-three-left img,
    .banner-three-top img,
    .banner-three-bottom img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

.banner-three-left {
    min-height: 420px;
}

.banner-three-right {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 18px;
}

.banner-three-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

    .banner-three-play::before {
        content: "";
        position: absolute;
        left: 52%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-left: 22px solid rgba(58, 5, 23, 0.7);
    }

@media (max-width: 992px) {
    .banner-three-grid {
        grid-template-columns: 1fr;
    }

    .banner-three-left {
        min-height: 320px;
    }
}

.new-product-section {
    padding: 28px 0 0px;
}

.new-product-card {
    position: relative;
    background: linear-gradient(180deg, var(--brand-primary) 0%, #5A0A22 55%, #7B1230 100%);
    border-radius: 0;
    padding: 26px 22px 32px;
    box-shadow: 0 22px 40px rgba(11, 2, 6, 0.28);
    overflow: visible;
}

    .new-product-card::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -25px;
        height: 55px;
        background: url(/images/divider_2.png) center top repeat-x;
        background-size: contain;
        pointer-events: none;
        z-index: 1;
    }

    .new-product-card::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 69px;
        background: url("/seller/assets/css/divider_1.png") center bottom repeat-x;
        background-size: contain;
        pointer-events: none;
    }

.new-product-title {
    text-align: center;
    color: #f6f2ea;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 6px 0 20px;
    font-size: 25px;
}

.new-product-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.new-product-item {
    background: #f9f6f1;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.new-product-photo {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 115%;
    background: #efe8dd;
}

    .new-product-photo img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.new-product-info {
    padding: 10px 12px 12px;
    display: grid;
    gap: 6px;
}

.new-product-name {
    font-size: 13px;
    color: #9c7b83;
}

.new-product-price {
    font-size: 16px;
    font-weight: 700;
    color: #7a5b63;
}

.new-product-sale {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #b32640;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.new-product-footer {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 25px;
}

.new-product-more {
    background: #f6f2ea;
    color: var(--brand-primary);
    padding: 10px 38px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

    .new-product-more:hover {
        color: var(--brand-primary);
        background: #efe7dd;
    }

@media (max-width: 1200px) {
    .new-product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .new-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .new-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .new-product-grid {
        grid-template-columns: 1fr;
    }
}

.trending-grid .product-image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 16px;
    background: #ee6694;
}

    .trending-grid .product-image img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.category-strip {
    background: linear-gradient(180deg, var(--brand-primary) 0%, #5A0A22 55%, #7B1230 100%);
    padding: 26px 0 40px;
    position: relative;
    margin-top: -8px;
}

    .category-strip::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -29px;
        height: 80px;
        background: url(/images/divider_2.png) repeat center;
        z-index: 99;
        background-size: contain;
    }



.category-strip__frame {
    background: #fffdf7;
    border-radius: 10px;
    padding: 24px 24px 30px;
    border: 6px solid var(--brand-primary);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.category-strip__header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.category-strip__title {
    font-size: 26px;
    letter-spacing: 6px;
    color: #6c3a4a;
    font-weight: 500;
}

.category-card {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    border: 1px solid #e7dfe3;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .category-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.85) 100%);
        pointer-events: none;
        transition: opacity 0.25s ease;
    }

    .category-card img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        display: block;
        transition: transform 0.35s ease;
    }

.category-card__label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 8px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: var(--brand-primary);
    text-transform: uppercase;
    z-index: 1;
    transition: transform 0.25s ease, letter-spacing 0.25s ease;
}

.category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}

    .category-card:hover::after {
        opacity: 0.95;
    }

    .category-card:hover img {
        transform: scale(1.04);
    }

    .category-card:hover .category-card__label {
        transform: translateY(-4px);
        letter-spacing: 1px;
    }

.category-swiper {
    padding: 10px 40px 0;
}

    .category-swiper .swiper-button-prev,
    .category-swiper .swiper-button-next {
        color: var(--brand-primary);
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #f3e9ed;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

        .category-swiper .swiper-button-prev::after,
        .category-swiper .swiper-button-next::after {
            font-size: 16px;
            font-weight: 700;
        }

    .category-swiper .swiper-button-prev {
        left: 0;
    }

    .category-swiper .swiper-button-next {
        right: 0;
    }

.banner-two-new {
    padding: 20px 0 0px;
}

.banner-two-swiper {
    position: relative;
}

    .banner-two-swiper .swiper-slide img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 12px;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    }

    .banner-two-swiper .swiper-button-prev,
    .banner-two-swiper .swiper-button-next {
        color: var(--brand-primary);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
    }

        .banner-two-swiper .swiper-button-prev::after,
        .banner-two-swiper .swiper-button-next::after {
            font-size: 16px;
            font-weight: 700;
        }

.trending-grid .product-title a {
    color: #e72969;
    text-decoration: none;
}

    .trending-grid .product-title a:hover {
        color: #a81346;
    }

@media (max-width: 767.98px) {
    .section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        text-align: left;
    }

        .section-head h3 {
            text-align: left !important;
        }

        .section-head .down-line::after {
            margin-left: auto;
            margin-right: auto;
        }

        .section-head .wc-tabs {
            width: 100%;
            overflow-x: auto;
            text-align: left;
        }

        .section-head .nav-pills {
            justify-content: flex-start !important;
        }

        .section-head .wc-tabs .nav,
        .section-head .wc-tabs .nav-pills {
            justify-content: flex-start !important;
        }
}

.banner-two-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
}

.banner-video-only {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.banner-video-only__media {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .banner-video-only {
        height: 56vw;
        min-height: 220px;
        max-height: 420px;
    }
}

@media (max-width: 575.98px) {
    .banner-video-only {
        height: 64vw;
        min-height: 200px;
        max-height: 360px;
    }
}

.site-header {
    background: #ffffff;
    border-bottom: 1px solid #eee4d6;
}

.news-sidebar {
    background: #ffffff;
    border: 1px solid #eee4d6;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(24, 20, 16, 0.06);
}

    .news-sidebar .sidebar-heading {
        display: flex;
        align-items: center;
        gap: 10px;
        background: var(--brand-light);
        border-radius: 12px;
        padding: 10px 14px;
        color: var(--brand-ink);
        font-weight: 600;
    }

.news-cat-group + .news-cat-group {
    margin-top: 12px;
}

.news-cat-link,
.news-cat-grand {
    display: block;
    color: var(--brand-ink);
    text-decoration: none;
    font-weight: 600;
    padding: 8px 10px;
    border-radius: 10px;
}

    .news-cat-link.active {
        color: #a81346;
        background: var(--brand-light);
    }

    .news-cat-link:hover,
    .news-cat-grand:hover {
        background: var(--brand-light);
        color: var(--brand-ink);
    }

.news-cat-child {
    margin-left: 14px;
    padding-left: 12px;
    border-left: 1px solid #efe4d6;
}

.news-cat-grand {
    font-weight: 500;
    color: #ee6694;
    margin-left: 12px;
    font-size: 0.9rem;
    position: relative;
}

    .news-cat-grand::before {
        content: "Ã¢â‚¬Â¢";
        position: absolute;
        left: 4px;
        color: #cc889f;
    }

.news-cat-child .news-cat-link {
    font-weight: 600;
    font-size: 0.95rem;
}

.news-card {
    border: 1px solid #eee4d6;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(24, 20, 16, 0.08);
}

.news-thumb {
    display: block;
    width: 100%;
    /*aspect-ratio: 1 / 1;*/
    overflow: hidden;
    background: #ee6694;
}

    .news-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.news-card-body {
    padding: 16px;
}

.news-page h1 {
    font-size: 1.8rem;
    font-weight: 700;
}

.news-title {
    font-size: 1.05rem;
    line-height: 1.35;
}

    .news-title a {
        font-weight: 700;
    }

.news-excerpt {
    font-size: 0.95rem;
}

.news-card-body .text-muted {
    font-size: 0.85rem;
}

.news-title a {
    color: var(--brand-ink);
    text-decoration: none;
}

    .news-title a:hover {
        color: #a81346;
    }

.news-excerpt {
    color: var(--brand-ink);
}

.post-toc {
    background: var(--brand-light);
    border: 1px solid var(--brand-light);
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 16px;
}

.post-toc-title {
    font-weight: 700;
    color: var(--brand-ink);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
}

.post-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 6px;
}

.post-toc-item a {
    color: var(--brand-ink);
    text-decoration: none;
}

    .post-toc-item a:hover {
        color: #a81346;
    }

.post-toc-level-3 {
    padding-left: 14px;
}

.post-tags {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #efe4d6;
}

.post-tags-title {
    font-weight: 700;
    color: var(--brand-ink);
    margin-bottom: 10px;
}

.post-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.post-tag-link {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--brand-light);
    color: var(--brand-ink);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

    .post-tag-link:hover {
        background: #efe3d4;
        color: #eb477f;
    }

.post-related {
    margin-top: 24px;
}

.post-related-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eee4d6;
    box-shadow: 0 10px 24px rgba(24, 20, 16, 0.08);
}

.post-related-thumb {
    display: block;
    aspect-ratio: 1 / 1;
    background: #ee6694;
    overflow: hidden;
}

    .post-related-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.post-related-body {
    padding: 14px;
}

.post-related-title a {
    color: var(--brand-ink);
    text-decoration: none;
    font-weight: 600;
}

.post-detail h1 {
    font-size: 1.75rem;
    line-height: 1.3;
}

.post-detail .post-card > img,
.post-detail .post-card .img-fluid {
    width: 100%;
    height: auto;
}

.post-detail .post-content img {
    max-width: 100%;
    height: auto;
}

.not-found {
    display: flex;
    justify-content: center;
}

.not-found-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #eee4d6;
    padding: 32px;
    max-width: 520px;
    text-align: center;
    box-shadow: 0 14px 30px rgba(34, 24, 14, 0.08);
}

.not-found-code {
    font-size: 72px;
    font-weight: 800;
    color: #bb778e;
    margin-bottom: 8px;
    line-height: 1;
}

.not-found-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #a81346;
    margin-bottom: 8px;
}

.not-found-text {
    color: #ee6694;
    margin-bottom: 20px;
}

.not-found-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.post-related-title a:hover {
    color: #a81346;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 0;
}

.brand {
    display: flex;
    align-items: center;
    gap: 16px;
}

    .brand img {
        height: 44px;
    }

.brand-text {
    font-size: 0.95rem;
    color: #aa667d;
    letter-spacing: 0.3px;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

/*.search-box {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ec578a;
    border-radius: 999px;
    padding: 8px 14px;
    color: #aa7788;
    position: relative;
}*/

.search-box input {
    border: none;
    background: transparent;
    outline: none;
    min-width: 200px;
    font-size: 0.9rem;
}

.search-suggest {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 0;
    box-shadow: 0 12px 28px rgba(34, 27, 20, 0.18);
    padding: 8px;
    display: none;
    z-index: 50;
    max-height: 320px;
    overflow-y: auto;
}

    .search-suggest.show {
        display: block;
    }

.search-item {
    display: flex;
    gap: 10px;
    padding: 8px;
    border-radius: 6px;
    text-decoration: none;
    color: var(--brand-discount);
}

    .search-item:hover {
        background: var(--brand-light);
    }

    .search-item img {
        width: 48px;
        height: 48px;
        border-radius: 8px;
        object-fit: cover;
        background: #ec578a;
    }

.search-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.search-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--brand-ink);
}

.search-price {
    font-size: 0.85rem;
    color: var(--brand-discount);
}

.search-empty {
    padding: 10px;
    color: #bb6683;
    font-size: 0.9rem;
}

.category-nav {
    border-top: 1px solid #eee4d6;
    background: linear-gradient(90deg, #ec578a, #ee6694);
}

.category-bar {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.category-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #e72969;
    color: var(--brand-primary);
    font-weight: 600;
    padding: 12px 18px;
    border-radius: 999px;
    cursor: pointer;
}

.category-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 980px;
    background: #ffffff;
    border-radius: 0;
    box-shadow: 0 12px 30px rgba(34, 27, 20, 0.2);
    display: none;
    z-index: 20;
    align-items: stretch;
}

.category-bar:hover .category-dropdown {
    display: flex;
}

.category-left {
    width: 280px;
    border-right: 1px solid #1f0a12;
    padding: 10px;
}

.category-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 0;
    color: var(--brand-primary);
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
    gap: 10px;
}

    .category-parent span:first-of-type,
    .category-parent {
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .category-parent:hover,
        .category-parent.active {
            background: var(--brand-primary);
            color: #fff;
        }

        .category-parent .chevron {
            color: #1f0a12;
        }

.category-right {
    padding: 16px;
    min-width: 660px;
    overflow: hidden;
}

.category-panel {
    display: none;
    height: 100%;
}

    .category-panel.active {
        display: block;
    }

.category-scroll {
    height: 100%;
}

.category-panel h6 {
    font-weight: 600;
    margin-bottom: 12px;
}

.panel-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .panel-links a {
        color: var(--brand-primary);
        text-decoration: none;
        padding: 6px 8px;
        border-radius: 0;
    }

.panel-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.panel-title {
    font-weight: 600;
    color: #e93874;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel-sub {
    display: grid;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 2px 0 0;
}

    .panel-sub a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.panel-links a:hover {
    background: var(--brand-primary);
    color: #fff;
}

.category-nav .nav-link {
    color: #eb477f;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 999px;
    white-space: nowrap;
}

    .category-nav .nav-link:hover {
        background: #f5a3bf;
        color: #e72969;
    }

.hero-slider {
    border-radius: 16px;
    overflow: hidden;
    background: #ee6694;
}

.hero-slide {
    min-height: 280px;
    display: flex;
    align-items: center;
    padding: 40px 48px;
    color: #ffffff;
}

.hero-slide-1 {
    background: linear-gradient(120deg, #f6b2ca, #aa7788);
}

.hero-slide-2 {
    background: linear-gradient(120deg, #d61858, #bb778e);
}

.hero-slide-3 {
    background: linear-gradient(120deg, #bb5578, #aa5572);
}

.hero-content {
    max-width: 520px;
}

    .hero-content .badge {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 999px;
        padding: 6px 14px;
        font-weight: 500;
        margin-bottom: 12px;
        display: inline-block;
    }

    .hero-content h2 {
        font-size: 2rem;
        margin-bottom: 8px;
    }

    .hero-content p {
        opacity: 0.9;
        margin-bottom: 16px;
    }

.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 18px;
}

    .section-heading h4 {
        margin-bottom: 4px;
    }

    .section-heading p {
        margin: 0;
        color: var(--brand-ink);
    }

/*.product-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 12px;
    height: 100%;
    box-shadow: 0 8px 18px rgba(34, 27, 20, 0.06);
    display: flex;
    flex-direction: column;
}*/
.product-card {
    background: #ffffff;
    border-radius: 0px;
    padding: 0;
    height: 100%;
    /* box-shadow: 0 8px 18px rgba(34, 27, 20, 0.06); */
    display: flex;
    flex-direction: column;
    position: relative;
}

.product-thumb {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    aspect-ratio: 1 / 1;
}

    .product-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.sale-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--brand-discount);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 8px;
    line-height: 1;
    box-shadow: 0 6px 14px rgba(26, 20, 14, 0.18);
}

.product-wishlist-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #e3d1d1;
    background: #fff;
    color: #b56f7d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(26, 20, 14, 0.12);
    transition: all 0.2s ease;
    z-index: 2;
}

    .product-wishlist-btn:hover,
    .product-wishlist-btn:focus {
        border-color: #c48a8a;
        color: #c48a8a;
        background: #fff7f7;
    }

.product-body {
    padding: 12px 4px 0;
    flex: 1;
}

.product-category {
    font-size: 0.8rem;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.product-title {
    font-size: 1rem;
    margin-bottom: 6px;
    min-height: 40px;
    font-weight: 500;
}

.product-price {
    font-weight: 600;
    color: #a81346;
    /* text-align: right; */
}

    .product-price .price-old {
        color: #8B8691;
        text-decoration: line-through;
        font-weight: normal;
        margin-right: 6px;
    }

    .product-price .price-current {
        color: var(--brand-discount);
        font-weight: 700;
    }

.product-footer {
    padding-top: 10px;
}

/* Shop default page */
.shop-default-page .section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

    .shop-default-page .section-heading h4 {
        font-weight: 600;
        margin-bottom: 6px;
    }

    .shop-default-page .section-heading p {
        color: #7a6c6c;
        margin: 0;
    }

.shop-default-page .section-link {
    color: var(--theme-primary-color);
    text-decoration: none;
    font-weight: 600;
}

.shop-hero-actions {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
}

    .shop-hero-actions a,
    .shop-hero-actions span {
        color: #7b5360;
        font-weight: normal;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

.shop-hero-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.shop-hero-inline {
    margin-bottom: 18px;
}

    .shop-hero-inline .shop-hero-card {
        background: #fff;
        border: 1px solid #f2e2db;
        border-radius: 16px;
        padding: 16px 18px;
        box-shadow: 0 10px 24px rgba(196, 150, 130, 0.12);
    }

    .shop-hero-inline .shop-hero-stats {
        background: transparent;
        padding: 0;
    }

@media (max-width: 768px) {
    .shop-hero-inline .shop-hero-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

.shop-hero-left {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.shop-hero-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.shop-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    background: #fff;
    /* border-radius: 0; */
    padding: 12px;
    /* border: 1px solid #f2e2db; */
}

.shop-stat-card {
    background: #fff7f5;
    border-radius: 10px;
    padding: 8px 10px;
    text-align: center;
    border: 1px solid #f2e2db;
    min-width: 110px;
}

.shop-stat-label {
    display: block;
    font-size: 12px;
    color: #8b6a60;
    margin-bottom: 2px;
}

.shop-stat-value {
    font-size: 13px;
    font-weight: 700;
    color: #3a2c28;
}

.shop-hero-action {
    color: #7b5360;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .shop-hero-chat {
        display: none !important;
    }

    .shop-hero-action:hover {
        color: #a04a61;
    }

.shop-banner-swiper .swiper-button-prev,
.shop-banner-swiper .swiper-button-next,
.shop-product-swiper .swiper-button-prev,
.shop-product-swiper .swiper-button-next,
.shop-category-swiper .swiper-button-prev,
.shop-category-swiper .swiper-button-next {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e7d4cb;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

    .shop-banner-swiper .swiper-button-prev:after,
    .shop-banner-swiper .swiper-button-next:after,
    .shop-product-swiper .swiper-button-prev:after,
    .shop-product-swiper .swiper-button-next:after,
    .shop-category-swiper .swiper-button-prev:after,
    .shop-category-swiper .swiper-button-next:after {
        font-size: 14px;
        color: #7b5360;
        font-weight: 700;
    }

.shop-filter {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(180px, 220px);
    gap: 18px;
    align-items: end;
    background: #f7f2ec;
    border-radius: 12px;
    padding: 16px 18px;
    border: 1px solid #f1e6dd;
}

.shop-filter-compact {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 18px;
}

    .shop-filter-compact .shop-filter-group {
        flex: 1 1 0;
        min-width: 0;
    }

    .shop-filter-compact .shop-filter-group--right {
        flex: 0 0 220px;
    }

.shop-filter-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .shop-filter-group label {
        font-size: 12px;
        font-weight: 600;
        color: #8b7b72;
    }

.shop-filter input,
.shop-filter select {
    border: 1px solid #e5d8cf;
    border-radius: 10px;
    padding: 10px 12px;
    background: #fff;
    font-size: 14px;
    height: 40px;
}

    .shop-filter input:focus,
    .shop-filter select:focus {
        border-color: #c28487;
        box-shadow: 0 0 0 3px rgba(194, 132, 135, 0.15);
        outline: none;
    }

.shop-filter-btn {
    background: #a04a61;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 16px;
    font-weight: 600;
    height: 42px;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.shop-filter-compact .shop-filter-group--right {
    justify-self: end;
}

.shop-filter-compact select {
    background: #fff;
}

.shop-filter-compact .shop-filter-group--right select {
    min-width: 180px;
}

.shop-filter-compact .shop-filter-group select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath fill='%237b6f63' d='M6 7L0 1.2 1.4 0l4.6 4.6L10.6 0 12 1.2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 32px;
    appearance: none;
}

.shop-filter-compact select {
    background: #fff;
}

.shop-filter-btn:hover {
    background: #8b3c52;
}

.shop-filter .shop-filter-group label {
    white-space: nowrap;
}

.shop-filter .shop-filter-group input,
.shop-filter .shop-filter-group select {
    height: 42px;
}

@media (max-width: 991px) {
    .shop-filter {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shop-filter-compact {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.shop-filter-bar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    background: #f7f2ec;
    border-radius: 6px;
    /* padding: 16px 18px; */
    border: 1px solid #f1e6dd;
    margin-bottom: 16px;
}

.shop-section .shop-filter-bar {
    background: #f7f2ec !important;
    border: 1px solid #f1e6dd !important;
}

.shop-collection-swiper .swiper-slide {
    height: auto;
}

.shop-collection-swiper .shop-collection-card {
    height: 100%;
}

.shop-filter-bar-left {
    display: flex;
    flex: 1 1 auto;
    gap: 18px;
    min-width: 0;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 16px;
    background: var(--brand-light);
    border: 1px solid var(--brand-light);
    border-radius: 6px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.shop-filter-bar-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 0;
    min-width: 0;
}

    .shop-filter-bar-group label {
        font-size: 14px;
        font-weight: 600;
        color: var(--brand-ink);
    }

    .shop-filter-bar-group select {
        width: 100%;
        border: 1px solid #e5d8cf;
        border-radius: 10px;
        padding: 10px 12px;
        background: #fff;
        font-size: 14px;
        height: 40px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath fill='%237b6f63' d='M6 7L0 1.2 1.4 0l4.6 4.6L10.6 0 12 1.2z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 12px center;
        padding-right: 32px;
        appearance: none;
    }

        .shop-filter-bar-group select:focus {
            border-color: #c28487;
            box-shadow: 0 0 0 3px rgba(194, 132, 135, 0.15);
            outline: none;
        }

@media (max-width: 991px) {
    .shop-filter-bar {
        flex-wrap: wrap;
    }

    .shop-filter-bar-left {
        flex: 1 1 100%;
    }
}

@media (max-width: 575px) {
    .shop-filter-bar-left {
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .shop-filter {
        grid-template-columns: 1fr;
    }

    .shop-filter-compact {
        display: grid !important;
        grid-template-columns: 1fr;
    }
}

.product-price {
    color: var(--brand-discount);
    font-weight: 600;
}

.price-old {
    color: #b8a79f;
    margin-right: 8px;
    text-decoration: line-through;
}

.price-current {
    color: var(--brand-discount);
    font-weight: 700;
}

.shop-filter input,
.shop-filter select {
    width: 100%;
}

.shop-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

    .shop-grid > [class*="col-"] {
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
    }

@media (max-width: 1199px) {
    .shop-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .shop-hero-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .shop-hero-stats {
        width: 100%;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .shop-filter {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shop-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .shop-hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shop-filter {
        grid-template-columns: 1fr;
    }

    .shop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.shop-collection-card {
    display: block;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 220px;
    background: #f3ece7;
}

    .shop-collection-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.shop-collection-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(38, 28, 24, 0.05), rgba(38, 28, 24, 0.65));
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 6px;
}

.shop-collection-tag {
    display: inline-flex;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 0.78rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.shop-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
    align-items: center;
}

.shop-tab {
    position: relative;
    border: 1px solid rgba(155, 122, 110, 0.35);
    background: linear-gradient(180deg, #fff 0%, #fff7f3 100%);
    color: var(--brand-ink);
    border-radius: 999px;
    padding: 8px 18px 8px 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 6px 14px rgba(172, 120, 105, 0.12);
}

    .shop-tab.is-active {
        background: linear-gradient(135deg, #b46c70 0%, #d8898d 100%);
        border-color: transparent;
        color: #fff;
        box-shadow: 0 12px 26px rgba(180, 108, 112, 0.3);
    }

.shop-tab[data-tab="hot"].is-active {
    background: linear-gradient(135deg, #b46c70 0%, #d8898d 100%);
    box-shadow: 0 10px 20px rgba(180, 108, 112, 0.25);
}

.shop-tab[data-tab="best"].is-active {
    background: linear-gradient(135deg, #c08a2e 0%, #e4b04f 100%);
    box-shadow: 0 10px 20px rgba(192, 138, 46, 0.25);
}

.shop-tab[data-tab="new"].is-active {
    background: linear-gradient(135deg, #2f7bbd 0%, #5ca5e8 100%);
    box-shadow: 0 10px 20px rgba(47, 123, 189, 0.25);
}

.shop-tab:hover {
    transform: translateY(-1px);
    border-color: var(--theme-primary-color);
    box-shadow: 0 8px 16px rgba(180, 108, 112, 0.15);
}

.shop-tab.is-active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 8px;
    height: 8px;
    transform: translateX(-50%);
    background: var(--theme-primary-color);
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(180, 108, 112, 0.3);
}

.shop-tab[data-tab="best"].is-active::after {
    background: #c08a2e;
    box-shadow: 0 4px 10px rgba(192, 138, 46, 0.35);
}

.shop-tab[data-tab="new"].is-active::after {
    background: #2f7bbd;
    box-shadow: 0 4px 10px rgba(47, 123, 189, 0.35);
}

.shop-tab i {
    font-size: 0.9em;
}

.shop-featured-block {
    position: relative;
    background: linear-gradient(180deg, #fff7f2 0%, #fff 100%);
    border: 1px solid #f1d6cc;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 18px 40px rgba(196, 150, 130, 0.16);
    overflow: hidden;
}

.shop-featured-block::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -80px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(216, 137, 141, 0.25), rgba(216, 137, 141, 0));
    pointer-events: none;
}

@media (max-width: 576px) {
    .shop-featured-block {
        padding: 16px;
    }
}

.shop-tab-panel {
    display: none;
}

    .shop-tab-panel.is-active {
        display: block;
    }

.shop-category-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #eadede;
    text-decoration: none;
    color: inherit;
}

    .shop-category-card img {
        width: 64px;
        height: 64px;
        border-radius: 6px;
        object-fit: cover;
        flex-shrink: 0;
    }

.shop-category-info h6 {
    margin: 0 0 4px;
    font-weight: 600;
}

.shop-category-info span {
    font-size: 0.85rem;
    color: #8b7c7c;
}

.shop-filter {
    border: 1px solid #eadede;
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 20px;
    background: #fff;
}

.shop-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 24px;
}

.shop-page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #eadede;
    color: #7b5360;
    text-decoration: none;
    font-weight: 500;
}

    .shop-page-link.is-active {
        background: var(--theme-primary-color);
        border-color: var(--theme-primary-color);
        color: #fff;
    }

.shop-swiper-nav {
    color: #8f6a74;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #eadede;
    box-shadow: 0 6px 16px rgba(40, 24, 24, 0.12);
}

    .shop-swiper-nav::after {
        font-size: 14px;
        font-weight: 700;
    }

@media (max-width: 768px) {
    .shop-default-page .section-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .shop-collection-card {
        min-height: 180px;
    }

    .shop-category-card {
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .col-lg-2-4 {
        flex: 0 0 auto;
        width: 20%;
    }
}

.product-detail .product-gallery {
    background: #ffffff;
    border-radius: 16px;
    padding: 0px;
    box-shadow: none;
}

.product-detail .product-gallery-wrap {
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.product-detail .product-gallery-main {
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    height: auto;
    position: relative;
    aspect-ratio: 1 / 1;
    flex: 1;
}

    .product-detail .product-gallery-main .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.35s ease;
    }

    .product-detail .product-gallery-main .swiper-slide:hover img {
        transform: scale(1.06);
    }

.product-detail .product-gallery .swiper-button-next,
.product-detail .product-gallery .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 6px 12px rgba(34, 27, 20, 0.18);
    color: #cc557d;
}

    .product-detail .product-gallery .swiper-button-next:after,
    .product-detail .product-gallery .swiper-button-prev:after {
        font-size: 16px;
        font-weight: 700;
    }

.product-detail .product-gallery-thumbs {
    width: 84px;
    height: 360px;
    position: relative;
}

    .product-detail .product-gallery-thumbs .swiper-slide {
        width: 84px;
        height: 84px;
        border-radius: 0;
        overflow: hidden;
        background: transparent;
        border: 1px solid #E8DCE1;
    }

    .product-detail .product-gallery-thumbs img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        border-radius: 0;
    }

    .product-detail .product-gallery-thumbs .swiper-wrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .product-detail .product-gallery-thumbs .swiper-button-prev,
    .product-detail .product-gallery-thumbs .swiper-button-next {
        width: 28px;
        height: 28px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 6px 12px rgba(34, 27, 20, 0.18);
        color: #cc557d;
        left: 50%;
        transform: translateX(-50%);
    }

    .product-detail .product-gallery-thumbs .swiper-button-prev {
        top: 40px;
    }

    .product-detail .product-gallery-thumbs .swiper-button-next {
        bottom: 12px;
        top: auto;
    }

        .product-detail .product-gallery-thumbs .swiper-button-prev:after,
        .product-detail .product-gallery-thumbs .swiper-button-next:after {
            font-size: 12px;
            font-weight: 700;
        }

.product-main-card {
    background: #ffffff;
    border-radius: 0;
    padding: 20px;
    box-shadow: 0 16px 32px rgba(34, 27, 20, 0.08);
}

.product-detail .product-info {
    background: transparent;
    padding: 0;
    box-shadow: none;
}

    .product-detail .product-info,
    .product-detail .product-info * {
        box-shadow: none;
    }

.product-detail .product-name {
    font-size: 1.3rem;
    font-weight: 600;
}

.supplier-tags {
    margin-bottom: 8px;
}

.supplier-pill {
    display: inline-flex;
    align-items: center;
    background: #e72969;
    color: #aa5572;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.85rem;
}

.supplier-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.origin-pill {
    background: #f6b2ca;
    color: #bb2256;
}

.product-sidecard {
    background: #ffffff;
    border-radius: 0;
    padding: 10px;
    box-shadow: 0 14px 30px rgba(34, 27, 20, 0.08);
    margin-bottom: 16px;
}

.sidecard-title {
    font-weight: normal;
    color: #fff;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    background: var(--brand-primary);
    padding: 10px 12px;
}

.sidecard-list {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    display: grid;
    gap: 10px;
    color: #ee6694;
}

    .sidecard-list i {
        color: #a81346;
        margin-right: 6px;
    }

.sidecard-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #bb6683;
    text-decoration: none;
    font-weight: 600;
}

.shipping-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.shipping-title {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: var(--brand-primary);
    letter-spacing: 1px;
    position: relative;
}

    .shipping-title::before,
    .shipping-title::after {
        content: "";
        width: 30px;
        height: 2px;
        background: var(--brand-primary);
        display: inline-block;
        vertical-align: middle;
        margin: 0 8px;
    }

.shipping-list {
    display: grid;
    gap: 12px;
}

.shipping-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 12px;
    align-items: center;
}

    .shipping-item img {
        width: 52px;
        height: 52px;
        object-fit: contain;
    }

.shipping-main {
    font-weight: 600;
    color: var(--brand-primary);
}

.shipping-sub {
    font-size: 0.9rem;
    color: #cc;
}

.sidecard-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

    .sidecard-brand img {
        width: 92px;
        height: 92px;
        object-fit: contain;
        border-radius: 12px;
        background: #f185aa;
        padding: 8px;
    }

.sidecard-brand-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-badge {
    background: #e72969;
    color: #cc557d;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.85rem;
}

.sidecard-related {
    display: grid;
    gap: 12px;
}

.related-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

    .related-item img {
        width: 64px;
        height: auto;
        border-radius: 0;
        object-fit: cover;
        background: transparent;
    }

/*.related-name {
    font-weight: 600;
    font-size: 0.95rem;
    color: #e93874;
}*/
.related-name {
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--brand-ink);
    line-height: 20px;
}

.related-price {
    font-weight: 600;
    color: #a81346;
}

.product-detail .product-info {
    background: #ffffff;
    border-radius: 16px;
    padding: 0px;
    box-shadow: none;
}

.product-detail .product-breadcrumb {
    font-size: 0.9rem;
    color: #bb6683;
    margin-bottom: 12px;
}

    .product-detail .product-breadcrumb .sep {
        margin: 0 4px;
        color: var(--brand-primary);
    }

.product-detail .product-name {
    margin-bottom: 10px;
}

.suggested-products {
    margin-top: 24px;
    margin-left: -15px;
    margin-right: -15px;
}

.suggested-card {
    background: #ffffff;
    border-radius: 0;
    padding: 18px;
    box-shadow: 0 10px 22px rgba(34, 27, 20, 0.08);
}

.suggested-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--brand-ink);
    margin-bottom: 14px;
}

.suggested-item {
    display: block;
    text-decoration: none;
    color: #cc225c;
}

.suggested-image {
    background: transparent;
    border-radius: 0;
    padding: 0;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

    .suggested-image img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        border-radius: 0;
    }
/*.suggested-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 6px;
}*/
.suggested-name {
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 1.3;
    margin-bottom: 6px;
    color: var(--brand-ink);
}

.suggested-price {
    font-weight: 700;
    color: var(--brand-primary);
}

    .suggested-price .price-old {
        color: #f394b4;
        text-decoration: line-through;
        margin-right: 6px;
        font-weight: 500;
    }

.suggested-swiper .swiper-button-prev,
.suggested-swiper .swiper-button-next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 6px 12px rgba(34, 27, 20, 0.12);
    color: #ec578a;
}

    .suggested-swiper .swiper-button-prev::after,
    .suggested-swiper .swiper-button-next::after {
        font-size: 14px;
        font-weight: 700;
    }

.suggested-swiper .swiper-button-prev {
    left: -6px;
}

.suggested-swiper .swiper-button-next {
    right: -6px;
}

.product-detail .product-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    color: #bb6683;
    margin-bottom: 12px;
}

.product-detail .rating-badge {
    background: #f4b400;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    padding: 2px 6px;
    font-size: 0.85rem;
}

.product-detail .meta-sep {
    color: var(--brand-primary);
}

.product-detail .product-price-detail {
    font-size: 1.5rem;
    font-weight: 700;
    color: #a81346;
    margin-bottom: 16px;
}

.product-detail .price-current {
    color: #a81346;
    font-weight: 700;
}

.product-detail .price-old {
    color: #bb778e;
    text-decoration: line-through;
    font-weight: normal;
    margin-left: 6px;
    font-size: 1.0rem;
}

.related-item .price-old {
    font-size: 0.9rem;
}

.product-detail .product-variants {
    margin-bottom: 16px;
}

.product-detail .variant-group {
    margin-bottom: 12px;
}

.product-detail .variant-label {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--brand-ink);
}

.product-detail .variant-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-detail .variant-pill {
    border: 1px solid #d61858;
    background: #ffffff;
    border-radius: 0;
    padding: 6px 12px;
    font-size: 0.9rem;
    color: #eb477f;
}

    .product-detail .variant-pill.active {
        background: #a81346;
        border-color: #a81346;
        color: #ffffff;
        background: linear-gradient(180deg, #ccaab6 0%, #b8144c 45%, #f394b4 100%);
    }

    .product-detail .variant-pill.disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .product-detail .variant-pill:disabled {
        cursor: not-allowed;
    }

.product-detail .product-actions {
    display: flex;
    gap: 10px;
    /*margin-bottom: 16px;*/
    margin-top: 29px;
    flex-wrap: wrap;
    align-items: center;
}

.qty-control {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-right: 4px;
}

.qty-label {
    font-weight: 600;
    color: #370517;
}

.qty-btn {
    width: 32px;
    height: 32px;
    border-radius: 0;
    border: 1px solid var(--brand-light);
    background: #ffffff;
    color: var(--brand-ink);
    font-weight: 700;
}

.qty-input {
    width: 48px;
    height: 32px;
    border-radius: 0;
    border: 1px solid var(--brand-light);
    text-align: center;
    font-weight: 600;
}

.btn-cart {
    background: #e93874;
    color: #ffffff;
    border: none;
    font-weight: 700;
    /*padding: 10px 18px;*/
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    font-size: 0.9rem;
}

    .btn-cart i {
        font-size: 0.95rem;
    }

.btn-favorite {
    background: #ffffff;
    color: #eb477f;
    border: 1px solid #d61858;
    font-weight: 700;
    /*padding: 10px 18px;*/
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    font-size: 0.9rem;
    text-align: center;
}

    .btn-favorite:hover,
    .btn-favorite:focus {
        border-color: #a81346;
        color: #a81346;
        background: #fff8f1;
    }

    .btn-favorite i {
        font-size: 0.95rem;
    }

.btn-cart:hover,
.btn-cart:focus {
    background: #e72969;
    color: #ffffff;
}

.btn-cart.disabled,
.btn-cart[aria-disabled="true"] {
    background: #cc99aa;
    cursor: not-allowed;
    opacity: 0.8;
}

#MainContent_CartPanel .cart-row .price-original {
    color: #bb778e;
    text-decoration: line-through;
    font-weight: normal;
    margin-left: 6px;
    font-size: 16px;
}

.product-detail .product-summary {
    color: #cc557d;
    background: transparent;
}

    .product-detail .product-summary h6,
    .product-detail .product-summary p,
    .product-detail .product-summary span {
        background: transparent;
    }

.product-detail .product-tabs .nav-tabs .nav-link {
    color: var(--brand-primary);
}

    .product-detail .product-tabs .nav-tabs .nav-link.active {
        color: var(--brand-primary);
        font-weight: 600;
    }

.product-detail .tab-body {
    position: relative;
    max-height: 320px;
    overflow: hidden;
    padding-bottom: 48px;
}

    .product-detail .tab-body.expanded {
        max-height: none;
        overflow: visible;
    }

    .product-detail .tab-body::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 80px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 70%);
        pointer-events: none;
        z-index: 1;
    }

    .product-detail .tab-body.expanded::after {
        display: none;
    }

.product-detail .tab-body-content {
    color: #aa2250;
    line-height: 1.7;
}

    .product-detail .tab-body-content ul,
    .product-detail .tab-body-content ol {
        padding-left: 1.25rem;
        margin: 0 0 1rem;
    }

    .product-detail .tab-body-content ul {
        list-style: disc;
    }

    .product-detail .tab-body-content ol {
        list-style: decimal;
    }

    .product-detail .tab-body-content img {
        max-width: 100%;
        height: auto;
        border-radius: 16px;
        margin: 18px auto 0;
        display: block;
    }

.product-detail .tab-toggle {
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
    border: none;
    background: transparent;
    color: #a81346;
    font-weight: 600;
    padding: 6px 12px;
    font-size: 14px;
    z-index: 12;
}

    .product-detail .tab-toggle::after {
        content: "Ã¢Å’â€ž";
        margin-left: 6px;
        font-size: 14px;
    }

.product-detail .tab-body.expanded .tab-toggle::after {
    content: "Ã¢Å’Æ’";
}

.cart-page .cart-table {
    background: #ffffff;
    border-radius: 0;
    padding: 16px;
    box-shadow: 0 8px 16px rgba(34, 27, 20, 0.06);
}

.cart-page .cart-header,
.cart-page .cart-row {
    display: grid;
    grid-template-columns: 80px 2.1fr 0.8fr 0.7fr 0.9fr 0.3fr;
    gap: 12px;
    align-items: center;
}

.cart-page .cart-header {
    font-weight: 600;
    color: var(--brand-ink);
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.cart-page .cart-row {
    padding: 12px 0;
    border-bottom: none;
}

.cart-page .cart-check {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #5f3c48;
    font-size: 0.95rem;
}

.cart-page .cart-select-all input,
.cart-page .cart-item-checkbox input {
    width: 18px;
    height: 18px;
    accent-color: var(--brand-primary);
    cursor: pointer;
}

.cart-page .cart-product {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cart-page .cart-thumb {
    display: inline-flex;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
}

.cart-page .cart-title {
    color: var(--brand-ink);
    text-decoration: none;
}

    .cart-page .cart-title:hover {
        color: var(--brand-primary);
    }

.cart-page .cart-product img {
    width: 70px;
    height: 70px;
    border-radius: 0;
    object-fit: cover;
    background: transparent;
}

.cart-page .cart-title {
    font-weight: 600;
}

.cart-page .cart-variant {
    font-size: 0.85rem;
    color: var(--brand-ink);
}

.cart-page .cart-price,
.cart-page .cart-total {
    font-weight: 600;
    color: var(--brand-discount);
}

.cart-page .cart-qty {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .cart-page .cart-qty .form-control {
        max-width: 80px;
        text-align: center;
    }

.cart-page .cart-group {
    border: 1px solid var(--brand-light);
    border-radius: 0;
    padding: 6px 10px 0;
    margin-bottom: 30px;
    background: #fff;
}

.cart-page .cart-group-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 6px 6px;
    font-weight: 600;
    color: #6b1a33;
}

    .cart-page .cart-group-header .shop-link {
        color: var(--brand-ink);
        text-decoration: none;
        font-size: 0.9rem;
    }

        .cart-page .cart-group-header .shop-link:hover {
            color: #6b1a33;
        }

.cart-page .qty-btn {
    width: 32px;
    height: 32px;
    border-radius: 0;
    border: 1px solid var(--brand-light);
    background: #fffaf3;
    color: var(--brand-ink);
    font-weight: 600;
    line-height: 1;
}

    .cart-page .qty-btn:hover {
        background: var(--brand-primary);
        color: #fff;
    }

.cart-page .cart-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.cart-page .cart-actions-left {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cart-page .btn-with-icon i {
    margin-right: 6px;
}

.cart-page .cart-summary {
    display: flex;
    gap: 12px;
    align-items: center;
    font-weight: 600;
}

.cart-page .cart-summary-total {
    font-size: 1.2rem;
    color: var(--brand-primary);
}

.cart-page .cart-empty {
    background: #ffffff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 8px 16px rgba(34, 27, 20, 0.06);
}

@media (max-width: 991.98px) {
    .cart-page .cart-header {
        display: none;
    }

    .cart-page .cart-row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 14px 0;
    }

    .cart-page .cart-check {
        order: -1;
        justify-content: flex-start;
    }

    .cart-page .cart-product {
        align-items: flex-start;
    }

    .cart-page .cart-price,
    .cart-page .cart-qty,
    .cart-page .cart-total {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        text-align: right;
    }

        .cart-page .cart-price::before {
            content: "Giá";
            font-weight: 600;
            color: #cc557d;
        }

        .cart-page .cart-qty::before {
            content: "Số lượng";
            font-weight: 600;
            color: #cc557d;
            margin-right: auto;
        }

        .cart-page .cart-total::before {
            content: "Thành tiền";
            font-weight: 600;
            color: #cc557d;
        }

    .cart-page .cart-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .cart-page .cart-actions-left {
        flex-direction: column;
        align-items: stretch;
    }

    .cart-page .cart-summary {
        justify-content: space-between;
    }
}

.checkout-page .checkout-card {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(34, 27, 20, 0.06);
}

.checkout-page .cart-empty {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 16px rgba(34, 27, 20, 0.06);
    color: #6a4c57;
}

    .checkout-page .cart-empty .btn {
        border-radius: 10px;
        font-weight: 600;
    }

.checkout-page .form-control,
.checkout-page .form-select {
    background-color: #ffffff;
    border-color: var(--theme-primary-color);
    border: 1px solid var(--theme-primary-color);
    color: var(--brand-ink);
}

    .checkout-page .form-control::placeholder {
        color: #bb6683;
    }

    .checkout-page .form-control:focus,
    .checkout-page .form-select:focus {
        border-color: #ccaab6;
        box-shadow: 0 0 0 0.2rem rgba(202, 161, 118, 0.2);
    }

.checkout-page .card-title {
    font-weight: 700;
    margin-bottom: 14px;
}

.checkout-page .checkout-item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px dashed #eee2d4;
}

    .checkout-page .checkout-item:last-child {
        border-bottom: 0;
    }

.checkout-page .checkout-item-name {
    font-weight: 600;
}

.checkout-page .checkout-item-variant {
    font-size: 0.85rem;
    color: var(--theme-primary-color);
}

.checkout-page .checkout-item-price {
    font-weight: 600;
    color: var(--brand-discount);
    white-space: nowrap;
}

.checkout-page .checkout-total {
    margin-top: 12px;
}

.checkout-page .checkout-total-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
}

    .checkout-page .checkout-total-row.total {
        font-size: 1.1rem;
        font-weight: 700;
        color: var(--brand-discount);
    }

.checkout-page .checkout-radio label {
    display: contents;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 1.2;
}

.checkout-page .checkout-radio input[type="radio"] {
    margin-top: 0;
}

.checkout-page .checkout-radio span {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.checkout-page .checkout-radio input[type="radio"] + label {
    margin-bottom: 0;
}

.checkout-online-options .checkout-radio label {
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

.checkout-online-options .onepay-option-title {
    font-weight: 600;
    min-width: 120px;
}

.checkout-online-options .onepay-option-logos {
    display: flex;
    align-items: center;
    gap: 10px;
    row-gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 2px;
}

    .checkout-online-options .onepay-option-logos img {
        height: 24px;
        width: auto;
        display: block;
    }

.checkout-online-options .onepay-badge {
    font-size: 11px;
    line-height: 1.2;
    padding: 2px 6px;
    border-radius: 999px;
    border: 1px solid #f0d9c2;
    background: #fff3ec;
    color: #a72b54;
    white-space: nowrap;
}

.checkout-online-options .checkout-radio span {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.checkout-online-options .checkout-radio input[type="radio"] {
    margin-top: 4px;
}

.checkout-online-options .onepay-hidden {
    display: none;
}

.checkout-online-options .onepay-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.checkout-online-options .onepay-tab {
    border: 1px solid #f0d9c2;
    background: #fff7f1;
    color: #7a4854;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
}

    .checkout-online-options .onepay-tab.is-active {
        background: #a72b54;
        border-color: #a72b54;
        color: #fff;
    }

.checkout-online-options .onepay-panels {
    border: 1px solid #f0d9c2;
    border-radius: 12px;
    background: #fff;
    padding: 12px;
}

.checkout-online-options .onepay-panel {
    display: none;
}

    .checkout-online-options .onepay-panel.is-active {
        display: block;
    }

.checkout-online-options .onepay-panel-title {
    font-size: 14px;
    font-weight: 700;
    color: #6f2d45;
    margin-bottom: 8px;
}

.checkout-online-options .onepay-panel-logos {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px 12px;
}

    .checkout-online-options .onepay-panel-logos img {
        width: 100%;
        max-height: 28px;
        object-fit: contain;
    }

.top-tag-section {
    padding: 36px 12px;
    /*background: #f3efe7;
    border-radius: 20px;*/
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.top-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.top-tag-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 18px;
    min-width: 220px;
    border: 1px solid #b4a89c;
    border-radius: 12px;
    background: #f7f3ec;
    color: #5a5247;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

    .top-tag-pill:hover {
        background: #efe6db;
        color: #403a32;
    }

.top-tag-year {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #3a3530;
    color: #e7cdbd;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.05;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.top-collection-section {
    padding: 48px 0;
    /*background: #f3efe7;*/
}

.top-collection-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.top-collection-eyebrow {
    font-size: 22px;
    letter-spacing: 2px;
    color: #a78f84;
    font-weight: 700;
    text-transform: uppercase;
}

.top-collection-title {
    color: #3b342d;
    font-size: 16px;
}

.top-collection-link {
    color: #6b6158;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;
}

.top-collection-card {
    background: transparent;
    position: relative;
}

.top-collection-photo {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    background: #e8dfd6;
    height: 360px;
}

    .top-collection-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.top-collection-tag {
    position: absolute;
    left: 12px;
    bottom: 12px;
    background: #c5a69a;
    color: #3d2f2a;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
}

.top-collection-body {
    padding-top: 14px;
}

.top-collection-name {
    display: inline-block;
    color: #3b342d;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 8px;
}

.top-collection-price {
    display: flex;
    align-items: baseline;
    gap: 12px;
    font-size: 16px;
    margin-bottom: 6px;
}

    .top-collection-price .price-main {
        font-weight: 700;
        color: #3b342d;
    }

    .top-collection-price .price-discount {
        color: #d7654c;
        font-weight: 700;
    }

.top-collection-meta {
    display: flex;
    gap: 14px;
    color: #8a7a6f;
    font-size: 12px;
    align-items: center;
}

    .top-collection-meta i {
        margin-right: 6px;
    }

.top-collection-nav {
    color: #5b5249;
}

.top-collection-swiper .swiper-button-prev,
.top-collection-swiper .swiper-button-next {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

    .top-collection-swiper .swiper-button-prev::after,
    .top-collection-swiper .swiper-button-next::after {
        font-size: 14px;
        color: #5b5249;
    }

.banner-collection-section {
    padding: 48px 0;
    /* background: #f3efe7; */
}

.banner-collection-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.5fr);
    gap: 18px;
    align-items: stretch;
}

.banner-collection-primary {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #1c1c1c;
    min-height: 360px;
}

    .banner-collection-primary img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.banner-collection-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.15);
}

    .banner-collection-play i {
        width: 68px;
        height: 68px;
        border-radius: 50%;
        border: 2px solid rgba(255, 255, 255, 0.9);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        background: rgba(255, 255, 255, 0.08);
    }

.banner-collection-stack {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.banner-collection-wide {
    border-radius: 18px;
    overflow: hidden;
    background: #dad0c7;
    min-height: 200px;
}

    .banner-collection-wide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.livestream-section {
    padding: 48px 0;
    /* background: #f3efe7; */
}

.livestream-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.livestream-card {
    background: #f7f3ea;
    border: 2px solid #e8c9b9;
    border-radius: 28px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.livestream-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.livestream-card-title {
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8e7a6f;
    font-weight: 600;
}

.livestream-card-link {
    color: #8e7a6f;
    text-decoration: underline;
    font-weight: 600;
}

.livestream-card-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.home-newproduct-section {
    padding: 56px 0;
    /* background: #f3efe7; */
}

.home-newproduct-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.home-newproduct-eyebrow {
    font-size: 14px;
    letter-spacing: 3px;
    color: #a6847a;
    text-transform: uppercase;
    font-weight: 600;
}

.home-newproduct-title {
    font-size: 26px;
    color: #5c4a42;
    font-weight: 600;
}

.home-newproduct-link {
    color: #7b6a62;
    text-decoration: underline;
    font-weight: 600;
}

.home-newproduct-footer {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

@media (max-width: 768px) {
    .home-newproduct-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

.livestream-tile {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: #d6cfc4;
    min-height: 280px;
    display: block;
}

    .livestream-tile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.livestream-pill {
    position: absolute;
    left: 16px;
    top: 16px;
    background: rgba(255, 255, 255, 0.9);
    color: #c28b7d;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 999px;
    letter-spacing: 1px;
}

.livestream-badge {
    position: absolute;
    left: 50%;
    bottom: 62px;
    transform: translateX(-50%);
    background: #ffffff;
    color: #c28b7d;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 999px;
    letter-spacing: 1px;
}

.livestream-meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    text-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
}

@media (max-width: 1024px) {
    .livestream-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .livestream-card {
        padding: 20px;
    }

    .livestream-card-body {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .banner-collection-grid {
        grid-template-columns: 1fr;
    }
}

.checkout-page .checkout-hint {
    font-size: 0.9rem;
    color: var(--theme-primary-color);
    margin-top: 8px;
}

.buyer-login {
    color: var(--brand-primary);
}

.buyer-login-content h1 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.buyer-login-content p {
    color: var(--brand-ink);
    max-width: inherit;
}

.buyer-login-banner {
    margin-top: 24px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(34, 27, 20, 0.15);
}

    .buyer-login-banner img {
        width: 100%;
        height: auto;
        display: block;
    }

.buyer-login-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(34, 27, 20, 0.12);
    padding: 26px 26px 20px;
}

.buyer-login-tabs {
    display: flex;
    gap: 12px;
    border-bottom: 1px solid #e8d7de;
    margin-bottom: 20px;
}

    .buyer-login-tabs button {
        flex: 1;
        padding: 10px 12px;
        border: none;
        background: transparent;
        font-weight: 600;
        color: #7f6b73;
        position: relative;
    }

        .buyer-login-tabs button.active {
            color: var(--brand-primary);
            font-size: 24px;
        }

.email-verify-actions {
    margin-top: 30px;
}

.buyer-login-tabs button.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: var(--brand-primary);
}

.buyer-login .form-group {
    margin-bottom: 16px;
}

.buyer-login .form-control {
    border-radius: 10px;
    padding: 12px 14px;
    border: 1px solid var(--brand-border);
}

    .buyer-login .form-control:focus {
        border-color: #c07c91;
        box-shadow: 0 0 0 0.2rem rgba(192, 124, 145, 0.2);
    }

.buyer-login .password-field {
    position: relative;
}

    .buyer-login .password-field .toggle-eye {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: #9b8a92;
    }

.buyer-login-link {
    display: block;
    text-align: right;
    font-size: 0.9rem;
    color: var(--brand-primary);
    margin-top: 8px;
}

.buyer-login-submit {
    background: var(--brand-primary);
    border: none;
    padding: 12px 16px;
    font-weight: 600;
    border-radius: 10px;
}

.buyer-login-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--brand-ink);
    font-size: 0.9rem;
    margin: 20px 0 16px;
}

    .buyer-login-divider::before,
    .buyer-login-divider::after {
        content: "";
        flex: 1;
        height: 1px;
        background: var(--brand-ink);
    }

.buyer-login-social {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 16px;
}

    .buyer-login-social button,
    .buyer-login-social a {
        border: 1px solid var(--brand-border);
        background: #ffffff;
        padding: 10px;
        border-radius: 10px;
        font-weight: 600;
        color: var(--brand-primary);
        text-align: center;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .buyer-login-social i {
        margin-right: 8px;
    }

.buyer-login-register {
    text-align: center;
    color: var(--brand-ink);
    margin-bottom: 14px;
}

    .buyer-login-register a {
        color: var(--brand-ink);
        font-weight: 600;
        text-decoration: none;
    }

.oauth-message {
    max-width: 520px;
    margin: 80px auto;
    background: #fff;
    border-radius: 14px;
    padding: 28px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(58, 5, 23, 0.08);
    color: var(--brand-primary);
    font-weight: 600;
}

.community-notify .notify-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    margin-left: 6px;
    background: var(--brand-discount);
    color: var(--theme-light-color) !important;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 700;
}

.notify-popup {
    min-width: 260px;
}

    .notify-popup .notify-text {
        display: block;
        font-size: 13px;
        margin-bottom: 4px;
    }

    .notify-popup .notify-time {
        display: block;
        font-size: 11px;
        color: #8b7480;
    }

    .notify-popup .notify-empty {
        display: block;
        padding: 8px 12px;
        color: #8b7480;
        font-size: 13px;
    }

.buyer-login-app {
    text-align: center;
    padding-top: 12px;
    border-top: 1px solid #eadde2;
    color: #6a4c57;
    font-weight: 600;
}

.email-verify-card {
    padding: 32px 28px;
}

.email-verify-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f6e8ed;
    color: var(--brand-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin: 0 auto 16px;
}

.email-verify-message {
    display: block;
    font-size: 1rem;
    color: #6a4c57;
}

.email-verify-actions {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

    .email-verify-actions .btn-outline-dark {
        border-color: #d7c5cc;
        color: var(--brand-primary);
    }

        .email-verify-actions .btn-outline-dark:hover {
            background: #f6e8ed;
        }

.buyer-register .buyer-login-card .form-label {
    font-size: 0.9rem;
    color: var(--brand-ink);
}

.buyer-register .buyer-login-card .form-control {
    padding: 10px 12px;
}

.account-page {
    color: var(--brand-primary);
}

.account-sidebar {
    background: #ffffff;
    border-radius: 00;
    box-shadow: 0 10px 20px rgba(34, 27, 20, 0.06);
    padding: 18px;
}

.account-user {
    display: flex;
    gap: 12px;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0e6ea;
    margin-bottom: 16px;
}

.account-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    background: #f5e6ec;
    border: 1px solid #f0d9e2;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .account-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.account-username {
    font-weight: 600;
    margin-bottom: 2px;
}

.account-edit {
    font-size: 0.9rem;
    color: #a81346;
    text-decoration: none;
}

.account-menu-title {
    font-weight: 600;
    color: #6a4c57;
    margin-bottom: 8px;
}

.account-menu-item {
    display: block;
    padding: 8px 10px;
    border-radius: 10px;
    color: var(--brand-primary);
    text-decoration: none;
    margin-bottom: 4px;
}

    .account-menu-item:hover,
    .account-menu-item.active {
        background: #f7eef2;
        color: #a81346;
    }

.account-card {
    background: #ffffff;
    border-radius: 0;
    box-shadow: 0 10px 20px rgba(34, 27, 20, 0.06);
    padding: 24px;
}

.account-card-header {
    border-bottom: 1px solid #f0e6ea;
    margin-bottom: 18px;
    padding-bottom: 12px;
}

.account-card-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.account-add-btn {
    font-weight: 600;
}

.account-card-header h4 {
    margin-bottom: 6px;
    font-weight: 600;
}

.account-card-header p {
    color: #6a4c57;
    margin-bottom: 0;
}

.account-message {
    display: block;
    color: var(--brand-primary);
    margin-bottom: 12px;
}

.account-form .form-label {
    font-weight: 600;
    color: #6a4c57;
}

.account-readonly {
    background: #f8f3f5;
    border-radius: 10px;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    color: var(--brand-primary);
}

.account-change-link {
    color: #a81346;
    font-size: 0.9rem;
    text-decoration: none;
}

.account-radio {
    display: flex;
    gap: 16px;
    align-items: center;
    background: #f8f3f5;
    border-radius: 10px;
    padding: 10px 12px;
}

.account-save {
    margin-top: 20px;
    padding: 10px 24px;
    font-weight: 600;
}

.account-list-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid #f0e6ea;
}

.account-list-title {
    font-weight: 600;
    margin-bottom: 6px;
}

.account-list-text {
    color: #6a4c57;
}

.account-list-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
}

.account-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    background: #f6e8ed;
    color: #a81346;
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 6px;
}

.order-item {
    align-items: center;
}

.order-total {
    font-weight: 600;
    color: var(--brand-primary);
}

.order-meta {
    background: #f8f3f5;
    border-radius: 0;
    padding: 14px 16px;
    margin-bottom: 18px;
}

.order-meta-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
    color: #6a4c57;
}

.order-summary {
    border-top: 1px solid #f0e6ea;
    margin-top: 12px;
    padding-top: 12px;
}

.order-summary-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    color: #6a4c57;
}

    .order-summary-row.total {
        font-weight: 700;
        color: var(--brand-primary);
        font-size: 1.05rem;
    }

.order-shop {
    border: 1px solid #f0e6ea;
    border-radius: 0;
    padding: 14px;
    margin-bottom: 18px;
}

.order-shop-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: var(--brand-primary);
    margin-bottom: 10px;
}

.order-shop-name {
    color: var(--brand-primary);
    text-decoration: none;
}

    .order-shop-name:hover {
        color: #a81346;
    }

.order-shop-status {
    color: #a81346;
}

.order-meta-tight {
    margin-bottom: 12px;
}

.order-timeline {
    background: #fff;
    border-radius: 0;
    border: 1px dashed #ead7de;
    padding: 12px;
    margin-bottom: 12px;
}

.order-timeline-title {
    font-weight: 600;
    color: var(--brand-primary);
    margin-bottom: 8px;
}

.order-timeline-item {
    display: flex;
    gap: 10px;
    padding: 6px 0;
    color: #6a4c57;
}

    .order-timeline-item .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--brand-primary);
        margin-top: 6px;
        flex-shrink: 0;
    }

.order-timeline-note {
    font-weight: 600;
    color: var(--brand-primary);
}

.order-timeline-time {
    font-size: 0.85rem;
    color: #6a4c57;
}

.account-empty {
    padding: 20px 0;
    color: #6a4c57;
}

@media (max-width: 991.98px) {
    .account-sidebar {
        margin-bottom: 16px;
    }

    .account-list-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .account-list-actions {
        align-items: flex-start;
    }
}

@media (max-width: 991.98px) {
    .buyer-login {
        padding-top: 24px;
    }

    .buyer-login-card {
        margin-top: 12px;
    }
}

.category-page .category-sidebar {
    background: #ffffff;
    border-radius: 6px;
    padding: 10px 0px;
    box-shadow: 0 8px 16px rgba(34, 27, 20, 0.06);
}

.breadcrumb-wrapper .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
    color: var(--brand-primary);
}

.breadcrumb-wrapper a {
    color: var(--brand-ink);
    text-decoration: none;
}

    .breadcrumb-wrapper a:hover {
        color: var(--brand-primary);
        text-decoration: underline;
    }

.breadcrumb-wrapper .breadcrumb-item.active {
    color: #1B1B1F;
    font-weight: 600;
}

.category-page .sidebar-group + .sidebar-group {
    margin-top: 2px;
    border-top: 1px solid var(--brand-light);
    padding-top: 2px;
}

.category-page .sidebar-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.category-page .sidebar-parent {
    display: block;
    font-weight: 500;
    color: var(--brand-ink);
    text-decoration: none;
    padding: 6px 8px;
    border-radius: 0;
    font-size: 14px;
}

.category-page .sidebar-child {
    display: block;
    margin-left: 8px;
    color: var(--brand-ink);
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 0.95rem;
}

    .category-page .sidebar-child.level-3 {
        margin-left: 20px;
        font-size: 16px;
        line-height: 27px;
    }

.category-page .toggle-btn {
    border: none;
    background: transparent;
    color: var(--brand-ink);
    padding: 4px 6px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 13px;
}

    .category-page .toggle-btn:hover {
        /*background: #f185aa;*/
    }

.category-page .sidebar-children {
    display: none;
    margin-top: 6px;
}

.category-page .sidebar-group.open > .sidebar-children {
    display: block;
}

.category-page .level-2 {
    margin-top: 8px;
}

.category-page .sidebar-parent:hover,
.category-page .sidebar-child:hover {
    background: transparent;
    color: var(--brand-primary);
}

.category-page .sidebar-parent.active,
.category-page .sidebar-child.active {
    background: transparent;
    color: var(--brand-primary);
}

.filter-sidebar {
    margin-top: 20px;
    background: #ffffff;
    border-radius: 6px;
    padding: 0;
    box-shadow: 0 8px 16px rgba(34, 27, 20, 0.06);
    padding-bottom: 10px;
}

.filter-group + .filter-group {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #ccc;
}

.filter-title {
    font-weight: 600;
    color: var(--brand-ink);
    margin-bottom: 8px;
}

.filter-options {
    display: grid;
    gap: 6px;
}

.filter-option {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--brand-ink);
}

    .filter-option input[type="checkbox"] {
        accent-color: #a81346;
    }

.pagination .page-link {
    color: var(--brand-ink);
}

.pagination .page-item.active .page-link {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
}

@media (max-width: 768px) {
    .header-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-box input {
        min-width: 160px;
    }

    .hero-slide {
        padding: 28px;
        min-height: 220px;
    }

    .category-dropdown {
        position: static;
        box-shadow: none;
        width: 100%;
        min-width: 0;
        flex-direction: column;
    }

    .category-left {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e6195f;
    }

    .category-right {
        min-width: 0;
    }

    .panel-links {
        grid-template-columns: 1fr;
    }

    .category-page .category-sidebar {
        box-shadow: none;
        border: 1px solid #eb477f;
    }

    .filter-sidebar {
        box-shadow: none;
        border: 1px solid #eb477f;
    }

    .product-detail .product-gallery-main {
        height: 260px;
    }

    .product-detail .product-gallery-thumbs {
        margin-top: 10px;
    }
}

.header-category-bar {
    position: relative;
    margin-right: 12px;
}

[class*="product-search-"] .form-inline.search-pill-shape {
    border-radius: 0;
    background: transparent;
}

.header-category-bar .category-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: #fff;
    border-radius: 0;
    cursor: pointer;
    font-weight: 500;
}

.header-category-bar .category-dropdown {
    top: calc(100% + 2px);
    left: 0;
    z-index: 200;
}

.header-category-bar:hover .category-dropdown {
    display: flex;
}
/*.lace-divider {
    height: 30px;
    background-image: url(divider_1.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    opacity: 1;
    margin-top: 16px;
}*/
.ecommerce-header .nav-logo {
    height: 100px;
    width: auto;
    object-fit: contain;
}

.footer-benefits {
    background: #ffffff;
    border-top: none;
    border-bottom: none;
    padding: 18px 0;
    margin-top: 30px;
}

    .footer-benefits .benefit-item,
    .footer-benefits .benefit-action {
        text-align: center;
        color: var(--brand-primary);
        font-weight: 600;
        font-size: 14px;
    }

        .footer-benefits .benefit-item img {
            width: 80px;
            height: 80px;
            margin-bottom: 8px;
            display: inline-block;
        }

    .footer-benefits .benefit-label {
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 8px;
        color: var(--brand-primary);
    }

        .footer-benefits .benefit-label i {
            margin-right: 6px;
        }

    .footer-benefits .benefit-button {
        display: inline-block;
        background: var(--brand-primary);
        color: #fff;
        padding: 8px 14px;
        border-radius: 999px;
        font-weight: 700;
        text-decoration: none;
        line-height: 1.1;
        min-width: 150px;
    }

        .footer-benefits .benefit-button:hover {
            background: var(--brand-primary);
            color: #fff;
        }

.footer-accordion-toggle {
    width: 100%;
    border: none;
    background: transparent;
    color: #ffffff;
    font-weight: 600;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0;
    margin-bottom: 12px;
}

    .footer-accordion-toggle i {
        transition: transform 0.2s ease;
        color: #cc99aa;
    }

.footer-accordion-body {
    display: block;
}

.footer-payment img {
    width: 100%;
    max-width: 220px;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(20, 12, 14, 0.2);
    background: #ffffff;
    padding: 10px;
}

.footer-payment-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

    .footer-payment-grid img {
        width: 100%;
        height: auto;
        object-fit: contain;
        background: #ffffff;
        /* border-radius: 5px; */
        padding: 3px;
        /* box-shadow: 0 6px 14px rgba(20, 12, 14, 0.18); */
    }

.footer-shipping-title {
    margin-top: 18px;
    font-weight: 700;
    color: #f5e8ee;
    letter-spacing: 0.5px;
}

    .footer-shipping-title span {
        margin-bottom: 8px;
        display: block;
    }

.footer-accordion.is-open .footer-accordion-toggle i {
    transform: rotate(180deg);
}

.account-page .form-control {
    border: 1px solid #ced4da;
}

@media (max-width: 767.98px) {
    .footer-accordion-toggle {
        background: rgba(255, 255, 255, 0.05);
        padding: 10px 12px;
        border-radius: 10px;
    }

    .footer-accordion-body {
        display: none;
    }

    .footer-accordion.is-open .footer-accordion-body {
        display: block;
        padding: 8px 0 0 6px;
    }
}

@media (min-width: 768px) {
    .footer-accordion-toggle i {
        display: none !important;
    }
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    align-items: center;
    text-align: center;
}

.footer-contact__headline {
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.footer-contact__phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: var(--brand-primary);
    color: #ffffff;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    width: fit-content;
}

    .footer-contact__phone:hover {
        background: #881139;
        color: #ffffff;
    }

.footer-contact__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #ccc;
    line-height: 1.5;
    justify-content: flex-start;
    align-self: stretch;
    text-align: left;
}

footer.full-row.bg-dark {
    padding-top: 40px;
    padding-bottom: 30px;
    background: var(--brand-primary) !important;
}

    footer.full-row.bg-dark .footer-logo img {
        max-width: 140px;
        height: auto;
        opacity: 0.95;
    }

    footer.full-row.bg-dark .footer-widget {
        padding-right: 18px;
    }

        footer.full-row.bg-dark .footer-widget.category-widget {
            padding-right: 0;
        }

    footer.full-row.bg-dark .footer-main {
        display: grid;
        grid-template-columns: minmax(240px, 320px) 1fr;
        gap: 32px;
        align-items: stretch;
    }

    footer.full-row.bg-dark .footer-contact-col {
        display: flex;
    }

    footer.full-row.bg-dark .footer-contact-card {
        width: 100%;
        padding: 22px;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(201, 179, 156, 0.25);
        position: relative;
    }

        footer.full-row.bg-dark .footer-contact-card::before {
            content: "";
            position: absolute;
            left: 0;
            top: 24px;
            bottom: 24px;
            width: 3px;
            background: #fff;
            border-radius: 999px;
        }

    footer.full-row.bg-dark .footer-menu-col {
        padding-left: 18px;
        /*border-left: 1px solid rgba(201, 179, 156, 0.18);*/
    }

.footer-bottom {
    background: var(--brand-primary);
    border-top: none;
    padding: 16px 0;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-bottom-copy {
    color: #ccc;
    font-weight: 500;
    font-size: 0.95rem;
}

.footer-bottom-social {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer-social-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid var(--brand-light);
    color: #fff;
    background: var(--brand-light);
    text-decoration: none;
    font-weight: normal;
    font-size: 0.7rem;
}

    .footer-social-pill:hover {
        color: #ffffff;
        border-color: rgba(193, 105, 43, 0.6);
        background: rgba(193, 105, 43, 0.18);
    }

@media (max-width: 767.98px) {
    .footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-bottom-social {
        justify-content: flex-start;
    }
}

footer.full-row.bg-dark .widget-ecommerce-contact .text-primary {
    font-size: 0.95rem;
}

.footer-contact__phone {
    padding: 8px 14px;
    font-size: 0.95rem;
    gap: 8px;
}

.footer-contact__item {
    font-size: 0.92rem;
    gap: 8px;
}

.footer-widget.category-widget .footer-accordion-toggle {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: var(--brand-primary);
    margin-bottom: 10px;
    position: relative;
}

    .footer-widget.category-widget .footer-accordion-toggle span::after {
        content: "";
        display: block;
        width: 28px;
        height: 2px;
        background: var(--brand-primary);
        margin-top: 6px;
    }

.footer-widget.category-widget ul li {
    margin-bottom: 6px;
}

    .footer-widget.category-widget ul li a {
        font-size: 0.92rem;
        color: var(--brand-ink);
    }

        .footer-widget.category-widget ul li a:hover {
            color: var(--theme-primary-color);
        }

footer.full-row.bg-dark .media-widget a {
    font-size: 0.95rem;
    opacity: 0.7;
}

    footer.full-row.bg-dark .media-widget a:hover {
        opacity: 1;
    }

.footer-hours {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

    .footer-hours li {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        color: #cfb8c0;
        font-size: 0.92rem;
    }

.footer-hours-label {
    color: #fff;
    font-weight: 600;
}

.footer-hours-value {
    color: #ccc;
    font-weight: 500;
}

.footer-contact__item i {
    color: #ccc;
    margin-top: 3px;
}

@media (max-width: 991.98px) {
    footer.full-row.bg-dark .footer-main {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    footer.full-row.bg-dark .footer-menu-col {
        padding-left: 0;
        border-left: none;
    }

    footer.full-row.bg-dark .footer-contact-card::before {
        top: 16px;
        bottom: 16px;
    }
}

.category-hero {
    background: #ffffff;
    border-radius: 14px;
    padding: 0;
    box-shadow: 0 16px 40px rgba(28, 22, 15, 0.12);
}

.category-hero-title {
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    font-size: 2.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
    text-align: center;
}

.category-hero-banner img {
    border-radius: 0;
    object-fit: cover;
}

.category-hero-banner {
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.category-hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(25, 18, 10, 0.45), rgba(25, 18, 10, 0.45));
}

.breadcrumb {
    --bs-breadcrumb-divider: ">";
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.category-sidebar h6,
.filter-sidebar h6 {
    background: var(--brand-primary);
    border-radius: 0;
    padding: 10px 12px;
    font-weight: 500;
    color: var(--brand-light);
    box-shadow: inset 0 0 0 1px var(--brand-primary);
    margin-top: 0 !important;
}

.sidebar-heading {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .sidebar-heading i {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: var(--brand-light);
        color: var(--brand-primary);
        font-size: 12px;
    }

#MainContent_CheckoutPanel .form-check label {
    margin-left: 10px;
}

#MainContent_CheckoutPanel #MainContent_InvoiceCheckBox {
    width: 20px;
    height: 20px;
    margin: -1px;
}

#MainContent_ShippingMethodList input[type="radio"] {
    margin-right: 10px;
}

#MainContent_PaymentMethodList input[type="radio"] {
    margin-right: 10px;
}

span#MainContent_ShippingMethodList {
    line-height: 30px;
}

input#MainContent_PlaceOrderButton {
    padding-top: 10px;
    padding-bottom: 8px;
    font-weight: bold;
}

.checkout-complete .complete-wrap {
    max-width: 760px;
    margin: 0 auto;
    padding: 36px 32px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(180, 150, 110, 0.25);
    box-shadow: 0 12px 30px rgba(34, 24, 14, 0.08);
    text-align: center;
}

.checkout-complete .complete-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 16px;
    background: linear-gradient(135deg, #dd4478, #bb778e);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 10px 24px rgba(183, 137, 85, 0.35);
}

.checkout-complete .complete-title {
    font-size: 28px;
    font-weight: 700;
    color: #a81346;
    margin-bottom: 6px;
}

.checkout-complete .complete-lead {
    color: #ee6694;
    margin-bottom: 18px;
}

.checkout-complete .complete-code {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(212, 177, 130, 0.18);
    color: #aa4467;
    margin-bottom: 20px;
    font-weight: 600;
}

.checkout-complete .complete-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.btn-brand {
    background: #e72969;
    color: #ffffff;
    border: 1px solid #e72969;
}

    .btn-brand:hover {
        background: #111111;
        border-color: #111111;
        color: #ffffff;
    }

.btn-outline-brand {
    color: #e72969;
    border: 1px solid #e72969;
}

    .btn-outline-brand:hover {
        background: rgba(0, 0, 0, 0.04);
        color: #e72969;
    }

.btn-with-icon i {
    margin-right: 8px;
}

.checkout-complete .complete-tip {
    color: #aa7788;
    font-size: 0.95rem;
}

.order-detail .order-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

    .order-detail .order-header h1 {
        font-size: 28px;
        font-weight: 700;
        color: #a81346;
        margin-bottom: 6px;
    }

.order-detail .order-code,
.order-detail .order-date {
    color: #ee6694;
    font-size: 0.95rem;
}

.order-detail .order-status .status-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(212, 177, 130, 0.18);
    color: #aa4467;
    font-weight: 600;
}

.order-detail .order-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}

.order-detail .order-step {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #f185aa;
    color: #ee6694;
    font-weight: 600;
}

.order-detail .order-step__dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #cc7794;
}

.order-detail .order-step.done {
    background: rgba(212, 177, 130, 0.2);
    color: #aa335b;
}

    .order-detail .order-step.done .order-step__dot {
        background: #bb778e;
    }

.order-detail .order-step.current {
    background: linear-gradient(135deg, rgba(212, 177, 130, 0.35), rgba(183, 137, 85, 0.25));
    color: #e93874;
    box-shadow: 0 10px 22px rgba(183, 137, 85, 0.25);
    position: relative;
}

    .order-detail .order-step.current::after {
        content: "";
        position: absolute;
        inset: -2px;
        border-radius: 14px;
        border: 1px solid rgba(183, 137, 85, 0.4);
        pointer-events: none;
    }

    .order-detail .order-step.current .order-step__dot {
        background: #bb778e;
        box-shadow: 0 0 0 6px rgba(183, 137, 85, 0.18);
    }

        .order-detail .order-step.current .order-step__dot::after {
            content: "";
            display: block;
            width: 10px;
            height: 10px;
            border-radius: 999px;
            border: 2px solid rgba(255, 255, 255, 0.8);
            box-sizing: border-box;
        }

.order-detail .order-step.active {
    background: rgba(212, 177, 130, 0.25);
    color: #aa335b;
}

    .order-detail .order-step.active .order-step__dot {
        background: #bb778e;
    }

.order-detail .order-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(180, 150, 110, 0.2);
    padding: 18px;
    box-shadow: 0 10px 24px rgba(34, 24, 14, 0.06);
}

.order-detail .order-card__title {
    font-weight: 700;
    color: #a81346;
    margin-bottom: 14px;
}

.order-detail .order-items {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.order-detail .order-item {
    display: grid;
    grid-template-columns: 72px 1fr auto;
    gap: 14px;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(180, 150, 110, 0.15);
}

    .order-detail .order-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

.order-detail .order-item__img {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid rgba(180, 150, 110, 0.2);
    background: #f185aa;
}

.order-detail .order-item__thumb {
    display: inline-flex;
}

.order-detail .order-item__name a {
    color: #a81346;
    text-decoration: none;
}

    .order-detail .order-item__name a:hover {
        color: #bb778e;
    }

.order-detail .order-item__name {
    font-weight: 600;
    color: #a81346;
    margin-bottom: 4px;
}

.order-detail .order-item__variant,
.order-detail .order-item__meta {
    color: #ee6694;
    font-size: 0.95rem;
}

.order-detail .order-item__price {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 120px;
}

    .order-detail .order-item__price .price {
        color: #ee6694;
        font-weight: 600;
    }

    .order-detail .order-item__price .line-total {
        color: #a81346;
        font-weight: 700;
    }

.order-detail .order-info div {
    margin-bottom: 8px;
    color: #ee6694;
}

.order-detail .order-info span {
    display: inline-block;
    min-width: 120px;
    color: #a81346;
    font-weight: 600;
}

.order-detail .order-summary div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #ee6694;
}

.order-detail .order-summary__total {
    padding-top: 10px;
    border-top: 1px dashed rgba(180, 150, 110, 0.35);
    font-size: 1.05rem;
    color: #a81346;
    font-weight: 700;
}

.order-detail .order-not-found {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 32px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(180, 150, 110, 0.2);
    box-shadow: 0 12px 28px rgba(34, 24, 14, 0.08);
}

.order-detail .order-not-found__icon {
    font-size: 42px;
    color: #bb778e;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .order-detail .order-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .order-detail .order-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .order-detail .order-item {
        grid-template-columns: 64px 1fr;
    }

    .order-detail .order-item__price {
        grid-column: 1 / -1;
        text-align: left;
        flex-direction: row;
        gap: 16px;
    }
}

.cart-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-weight: 600;
}

.cart-price-old {
    color: #ad8592;
    text-decoration: line-through;
    font-weight: 500;
}

.cart-price-sale {
    color: #cc6689;
}
/* Header Ã¢â‚¬Å“Danh mÃ¡Â»Â¥cÃ¢â‚¬Â style Lux bar */
.category-page .category-sidebar .sidebar-title,
.category-sidebar .sidebar-title,
.category-page .category-title {
    background: #99113f;
    color: #fff;
    font-weight: 700;
    border-radius: 12px;
    padding: 10px 14px;
    box-shadow: 0 10px 22px rgba(140, 92, 54, 0.22);
    letter-spacing: 0.2px;
}

.ecommerce-header .main-nav {
    /*background: linear-gradient(180deg, var(--brand-primary) 0%, #5A0A22 55%, #7B1230 100%);*/
    position: relative;
    padding-bottom: 10px;
    padding-top: 0;
    z-index: 2;
}

/*.ecommerce-header .main-nav::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 120px; 
        background: url("divider_1.png") no-repeat bottom center;
        background-size: contain; 
        pointer-events: none;
    }*/

[class*="header-cart-"] .cart-icon, .search-view > a, .wishlist-view > a, .refresh-view > a, .sign-in > a {
    color: #fff;
}

button.search-submit {
    background: #99113f !important;
}

.ecommerce-header .top-header {
    text-transform: none;
    /*background: #000 !important;*/
    font-size: 14px;
}

.kenh-nha-ban-hang {
    color: var(--brand-primary) !important;
    font-weight: 400;
}

#navbarSupportedContent .navbar-nav .nav-link {
    color: #fff;
}

#tra_cuu_don_hang_content .form-control {
    border: 1px solid #eeccd8;
}
/* Header search + cart layering */
.ecommerce-header .product-search-one {
    position: relative;
    z-index: 1;
}

.ecommerce-header .navbar-expand-lg .navbar-nav > li.nav-item {
    line-height: 30px;
}

.ecommerce-header .header-cart-4 {
    position: relative;
    z-index: 2;
}
/* Search pill fallback when not using form tag */
.ecommerce-header .search-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

    .ecommerce-header .search-box .search-field {
        flex: 1;
    }

    .ecommerce-header .search-box .search-submit {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        top: 5px;
        right: 8px;
        height: auto;
        padding: 8px 22px;
        border-radius: 6px !important;
        background: transparent !important;
        color: var(--theme-primary-color) !important;
        padding-right: 0;
    }

        .ecommerce-header .search-box .search-submit i {
            color: var(--theme-primary-color) !important;
        }

            .ecommerce-header .search-box .search-submit i:before {
                font-size: 18px;
            }

    .ecommerce-header .search-box .search-suggest {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }

.ecommerce-header .header-cart-4 {
    z-index: 5;
}

.ecommerce-header .search-box .search-suggest {
    z-index: 4;
}

.cart-empty {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 16px 35px rgba(20, 25, 31, 0.06);
}

.cart-empty-card {
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
}

.cart-empty-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--brand-primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 16px;
}

.cart-empty-card h5 {
    font-weight: 700;
    margin-bottom: 8px;
}

.cart-empty-card p {
    color: #cc6689;
    margin-bottom: 18px;
}

.cart-empty-note {
    white-space: nowrap;
}

@media (max-width: 576px) {
    .cart-empty-note {
        white-space: normal;
    }
}

.cart-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

    .cart-modal.is-open {
        display: flex;
    }

.cart-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 18, 16, 0.45);
}

.cart-modal__dialog {
    position: relative;
    width: min(420px, 92vw);
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #f0d9c2;
    box-shadow: 0 16px 40px rgba(20, 18, 16, 0.25);
    z-index: 1;
}

.cart-modal__header {
    padding: 16px 18px 0;
    position: relative;
}

.cart-modal__title {
    font-weight: 700;
    color: #a72b54;
    font-size: 18px;
}

.cart-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #a72b54;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .cart-modal__close:hover {
        background: #f6e5dc;
    }

    .cart-modal__close i {
        font-size: 14px;
    }

.cart-modal__body {
    padding: 12px 18px;
    color: #7a4854;
    font-size: 14px;
}

.cart-modal__footer {
    padding: 0 18px 18px;
    display: flex;
    justify-content: flex-end;
}

.cart-modal__btn {
    min-width: 100px;
}

.brand-showcase-section .section-head h3 {
    font-weight: 700;
    color: #e93874;
}

.brand-showcase-section .section-head {
    padding-bottom: 16px;
    margin-bottom: 10px;
}

    .brand-showcase-section .section-head h3 {
        font-size: 1.6rem;
        letter-spacing: 0.3px;
    }

        .brand-showcase-section .section-head h3::after {
            content: "";
            display: block;
            width: 64px;
            height: 3px;
            background: #c71652;
            border-radius: 999px;
            margin-top: 8px;
        }

@media (max-width: 767.98px) {
    .brand-showcase-section .section-head h3::after {
        margin-left: auto;
        margin-right: auto;
    }
}

.brand-showcase-section .section-head .brand-title {
    color: #c71652;
    font-weight: 800;
}

.contact-map {
    width: 100%;
    height: 360px;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
    background: #ee99b6;
}

.static-page-menu {
    background: #ffffff;
    border: 1px solid var(--theme-primary-color);
    border-radius: 12px;
    padding: 16px;
    position: sticky;
    top: 96px;
}

.static-page-menu__group + .static-page-menu__group {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #eeeeee;
}

.static-page-menu__title {
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}

.static-page-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
}

.static-page-menu__link {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    color: var(--brand-ink);
    text-decoration: none;
    background: var(--brand-light);
    transition: background 0.2s ease, color 0.2s ease;
}

    .static-page-menu__link:hover,
    .static-page-menu__link.active {
        background: var(--theme-primary-color);
        color: #ffffff;
    }

.static-page-content {
    background: #ffffff;
    border: 1px solid var(--theme-primary-color);
    border-radius: 12px;
    padding: 20px;
    font-family: Roboto !important;
}

    .static-page-content p, .static-page-content span, .static-page-content li, .static-page-content a {
        font-family: Roboto !important;
    }

.checkout-loading {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 0 0;
    color: #aa7788;
    font-size: 14px;
}

    .checkout-loading.is-active {
        display: flex;
    }

.checkout-loading__spinner {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #e6195f;
    border-top-color: #e6195f;
    animation: checkout-spin 0.8s linear infinite;
}

@keyframes checkout-spin {
    to {
        transform: rotate(360deg);
    }
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 16px 35px rgba(20, 25, 31, 0.06);
}

.contact-card-title {
    font-weight: 700;
    margin-bottom: 14px;
    color: var(--brand-ink);
}

.contact-form .form-label {
    font-weight: 600;
    color: var(--brand-ink);
}

.contact-form .form-control {
    border-radius: 12px;
    border: 1px solid var(--brand-light);
    padding: 10px 12px;
}

.contact-actions {
    margin-top: 16px;
}

.contact-info .contact-note {
    color: var(--brand-ink);
    margin-bottom: 18px;
}

.contact-info-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 14px;
    color: #ee6694;
}

    .contact-info-item i {
        color: var(--brand-ink);
        margin-top: 3px;
    }

.contact-info-label {
    font-weight: 700;
    color: var(--brand-ink);
    margin-bottom: 4px;
}

.contact-info-value {
    color: var(--brand-ink);
    text-decoration: none;
}

    .contact-info-value:hover {
        color: #c71652;
    }

.contact-hours {
    border-top: 1px dashed var(--brand-light);
    padding-top: 12px;
    color: #ee6694;
}

@media (max-width: 991.98px) {
    .contact-map {
        height: 280px;
        border-radius: 0 0 18px 18px;
    }
}

.brand-showcase-item {
    /*border-radius: 18px;
    padding: 18px;
    background: #ffffff;
    box-shadow: none;*/
}

    .brand-showcase-item + .brand-showcase-item {
        margin-top: 30px;
    }

.brand-showcase-title {
    margin-bottom: 12px;
}

.brand-showcase-name {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #ec578a;
    color: #e93874;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.2px;
}

.brand-video-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #ec578a;
    min-height: 340px;
    aspect-ratio: 9 / 16;
}

.brand-video,
.brand-video-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.brand-banner {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    background: #f0759f;
    /*aspect-ratio: 16 / 9;*/
}

    .brand-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.product-wrapper .product-info .product-price .price ins {
    color: #a81346;
}

.product-wrapper .product-info .product-title, .product-wrapper .product-info .product-title a {
    font-weight: 700;
    font-size: 1rem;
    font-family: var(--theme-highlight-font);
}

.category-dropdown .panel-links li::after,
.category-dropdown .panel-links a::after {
    content: none !important;
}

.category-dropdown .panel-links a {
    background-image: none !important;
}

@media (max-width: 991.98px) {
    .header-sticky .navbar-brand.mobile-logo {
        display: inline-flex;
        align-items: center;
    }

    .header-sticky .nav-logo {
        height: auto;
        width: 80%;
        margin-left: 30px;
        margin-right: 30px;
        max-width: inherit;
        object-fit: contain;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
        text-transform: uppercase;
    }
}

.ecommerce-header .header-sticky {
    padding-top: 0 !important;
}



.footer-logo {
    height: 65px;
    text-align: center;
}

.brand-list-page {
    color: #a81346;
}

.brand-list-header h1 {
    font-size: 1.8rem;
    font-weight: 700;
}

.brand-list-header p {
    color: #aa667d;
    margin-bottom: 16px;
}

.brand-index {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0 18px;
    border-top: 1px solid #eee4d6;
    border-bottom: 1px solid #eee4d6;
    margin-bottom: 18px;
}

.brand-index-link {
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--brand-light);
    color: var(--brand-ink);
    text-decoration: none;
    font-weight: 600;
}

    .brand-index-link:hover {
        background: #efe3d4;
        color: #e93874;
    }

.brand-group + .brand-group {
    margin-top: 26px;
}

.brand-group-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.brand-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #a81346;
}

.brand-card-thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    background: var(--brand-light);
    border: 1px solid #eee4d6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .brand-card-thumb img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 12px;
    }

.brand-card-name {
    text-align: center;
    font-weight: 600;
    color: var(--brand-ink);
    font-size: 0.95rem;
}

.wishlist-view span.header-wishlist-count, .refresh-view span.header-compare-count, [class*="header-cart-"] .cart .cart-icon .header-cart-count {
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #fff;
    color: var(--theme-primary-color);
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    line-height: 25px;
    top: -4px;
    right: -4px;
    left: inherit;
}



/* Softer product detail palette */
.product-detail .product-name,
.product-detail .product-price-detail,
.product-detail .price-current,
.product-detail .product-info a {
    color: var(--brand-ink);
}

.product-detail .product-breadcrumb,
.product-detail .product-summary,
.product-detail .product-summary h6,
.product-detail .product-summary p,
.product-detail .product-summary span,
.product-detail .product-meta,
.product-detail .tab-body-content {
    color: var(--brand-ink);
}

.product-detail .product-price-detail,
.product-detail .price-current {
    font-weight: 700;
    color: var(--brand-discount);
}

.product-detail .price-old {
    color: #b89aa6;
}

.product-detail .variant-pill {
    color: #7a5a66;
    border-color: #E8DCE1;
    background: #fff;
}

    .product-detail .variant-pill.active {
        background: #f6eff2;
        border-color: var(--brand-primary);
        color: var(--brand-primary);
    }

    .product-detail .variant-pill.disabled,
    .product-detail .variant-pill:disabled {
        color: #c7b1ba;
        border-color: #eee4ea;
    }

.product-detail .supplier-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

    .product-detail .supplier-tags .shop-pill {
        background: #f6eff2;
        color: #6b1a33;
        border-color: #e6cfd7;
    }

.product-detail .shop-view-link {
    display: inline-block;
    margin-top: 6px;
    font-size: 0.9rem;
    color: #7a5a66;
    text-decoration: none;
}

    .product-detail .shop-view-link:hover {
        color: #6b1a33;
    }

.product-detail .product-actions .btn,
.product-detail .product-actions .btn-primary {
    background: var(--brand-discount);
    border-color: var(--brand-discount);
    color: #fff;
}

    .product-detail .product-actions .btn:hover,
    .product-detail .product-actions .btn-primary:hover {
        background: var(--brand-discount);
        border-color: var(--brand-discount);
    }

.cart-group .cart-group-header .shop-name {
    background: var(--brand-primary);
    color: #fff;
    padding: 1px 8px;
    border-radius: 6px;
    font-weight: normal;
    font-size: 14px;
    margin-left: -5px;
}

input#MainContent_SelectAllCheckBox {
    margin-left: 15px;
}

.product-detail .product-actions .btn-outline-primary {
    color: #7a3b52;
    border-color: #d8bac5;
    background: #fff;
}

    .product-detail .product-actions .btn-outline-primary:hover {
        color: #fff;
        background: #c64e74;
        border-color: #c64e74;
    }

.ecommerce-header .top-links > li {
    padding: 0 15px;
    border-right: none;
}

header.ecommerce-header {
    background: linear-gradient(180deg, var(--brand-primary) 0%, #5A0A22 55%, #7B1230 100%);
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.ecommerce-header .top-links li a {
    color: var(--brand-primary);
    font-weight: 400;
}

.product-shop-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--brand-light);
    color: var(--brand-ink);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

.filter-toggle-btn {
    background: none;
    border: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    padding: 0;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 0;
}

    .filter-toggle-btn i {
        transition: transform 0.2s ease;
    }

.filter-group.is-collapsed .filter-options {
    display: none;
}

.filter-group.is-collapsed .filter-toggle-btn i {
    transform: rotate(-90deg);
}

.filter-sidebar .filter-group.attribute-filter-group {
    padding: 0 10px 0 10px;
}

.related-name:hover, .suggested-name:hover {
    color: var(--brand-primary);
}

.product-detail .variant-pill.active:focus {
    border: none;
}

.checkout-coupon {
    margin-top: 18px;
}

    .checkout-coupon .coupon-divider {
        margin: 8px 0 10px;
        display: flex;
        align-items: center;
        gap: 12px;
        color: #a77a86;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }

        .checkout-coupon .coupon-divider::before,
        .checkout-coupon .coupon-divider::after {
            content: "";
            flex: 1;
            height: 1px;
            background: #f0d9c2;
        }

    .checkout-coupon .coupon-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .checkout-coupon .coupon-card {
        display: grid;
        grid-template-columns: auto 1fr auto;
        gap: 10px;
        align-items: center;
        padding: 8px 10px;
        border-radius: 12px;
        border: 1px solid #f0d9c2;
        background: #ffffff;
        box-shadow: 0 6px 14px rgba(178, 120, 97, 0.12);
        cursor: pointer;
        position: relative;
    }

    .checkout-coupon .coupon-check {
        position: absolute;
        opacity: 0;
        width: 1px;
        height: 1px;
        pointer-events: none;
    }

    .checkout-coupon .coupon-badge {
        min-width: 74px;
        background: linear-gradient(180deg, #ff8a3d 0%, #ff5b2f 100%);
        color: #fff;
        border-radius: 10px;
        padding: 6px 8px;
        display: grid;
        gap: 4px;
        text-align: center;
        font-weight: 700;
        position: relative;
        overflow: hidden;
    }

    .checkout-coupon .coupon-badge-label {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }

    .checkout-coupon .coupon-badge-value {
        font-size: 16px;
        line-height: 1;
    }

    .checkout-coupon .coupon-badge-sub {
        font-size: 11px;
        font-weight: 600;
        opacity: 0.95;
    }

    .checkout-coupon .coupon-content {
        display: grid;
        gap: 2px;
        color: #7a4854;
    }

    .checkout-coupon .coupon-shop {
        font-weight: 700;
        color: #a72b54;
    }

    .checkout-coupon .coupon-code {
        font-size: 12px;
        color: #a97a86;
    }

    .checkout-coupon .coupon-meta {
        font-size: 11px;
        color: #c18f9b;
    }

    .checkout-coupon .coupon-radio {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 2px solid #d9c4b2;
        display: inline-block;
        position: relative;
    }

    .checkout-coupon .coupon-check:checked ~ .coupon-radio {
        border-color: #ff5b2f;
        background: #ff5b2f;
        box-shadow: 0 0 0 4px rgba(255, 91, 47, 0.2);
    }

    .checkout-coupon .coupon-check:checked ~ .coupon-content .coupon-shop {
        color: #ff5b2f;
    }

.checkout-shop-group + .checkout-shop-group {
    margin-top: 14px;
}

.checkout-shop-name {
    font-weight: 700;
    color: #a72b54;
    margin-bottom: 8px;
}

.checkout-shipping-breakdown {
    margin-top: 6px;
    display: none;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
    color: #a97a86;
}

.shipping-breakdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 0;
}

@media (max-width: 576px) {
    .checkout-coupon .coupon-entry {
        flex-direction: column;
        align-items: stretch;
    }

    .checkout-coupon .coupon-card {
        grid-template-columns: auto 1fr;
        gap: 10px;
    }

    .checkout-coupon .coupon-radio {
        grid-column: 2 / 3;
        justify-self: end;
    }
}

.shop-default-page {
    --shop-card-radius: 18px;
}

.shop-hero {
    position: relative;
    border-radius: var(--shop-card-radius);
    overflow: visible;
    background: #f2ede5;
    margin-bottom: 40px;
}

.shop-hero-banner {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.shop-hero-overlay {
    position: relative;
    inset: auto;
    display: flex;
    align-items: flex-start;
    /* padding: 16px 0 0; */
    background: transparent;
    z-index: 2;
}

.shop-hero-card {
    background: #ffffff;
    border-radius: 4px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 12px 28px rgba(28, 22, 18, 0.16);
    width: 100%;
}

.shop-hero-logo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f3e7da;
    background: #fff;
}

.shop-hero-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.shop-hero-title {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 600;
}

.shop-hero-desc {
    margin: 0;
    color: #7b6f63;
    font-size: 0.95rem;
}

.shop-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 0.9rem;
    color: #7b6f63;
}

    .shop-hero-meta i {
        color: #c28487;
        margin-right: 6px;
    }

.shop-section {
    margin-bottom: 40px;
}

    .shop-section .section-heading {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 18px;
    }

        .shop-section .section-heading h4 {
            margin-bottom: 4px;
        }

.section-link {
    color: #7b6f63;
    text-decoration: none;
    font-size: 0.95rem;
}

    .section-link:hover {
        color: #c28487;
    }

.shop-swiper-nav {
    background: #f4efe7;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

    .shop-swiper-nav::after {
        font-size: 12px;
        color: #5b5249;
    }

.shop-category-group {
    margin-bottom: 32px;
}

.shop-category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .shop-hero-banner {
        height: 240px;
    }

    .shop-hero-overlay {
        padding: 16px;
    }

    .shop-hero-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .shop-section .section-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}
