
@font-face {
    font-family: "Proxima Nova";
    src: url("/fonts/proximanova/proximanova-regular-webfont.woff2") format("woff2"), url("/fonts/proximanova/proximanova-regular-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("/fonts/proximanova/proximanova-medium-webfont.woff2") format("woff2"), url("/fonts/proximanova/proximanova-medium-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("/fonts/proximanova/proximanova-semibold-webfont.woff2") format("woff2"), url("/fonts/proximanova/proximanova-semibold-webfont.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("/fonts/proximanova/proximanova-bold-webfont.woff2") format("woff2"), url("/fonts/proximanova/proximanova-bold-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "Proxima Nova", "Roboto", sans-serif;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.full-row {
    padding-top: 30px;
    padding-bottom: 30px;
}

.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: #f5efe6;
    }

        .new-arrival-swiper .product-image img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .new-arrival-swiper .product-title a {
        color: #1f1b16;
        text-decoration: none;
    }

        .new-arrival-swiper .product-title a:hover {
            color: #b07a49;
        }

    .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 #eadfd2;
        color: #3f3226;
        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: #f5efe6;
        }

    .new-arrival-swiper .swiper-button-prev {
        left: 10px;
        right: 52px;
    }

    .new-arrival-swiper .swiper-button-next {
        right: 0;
    }

.trending-swiper .swiper-button-prev,
.trending-swiper .swiper-button-next {
    top: 45%;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #eadfd2;
    color: #3f3226;
    box-shadow: 0 6px 18px rgba(34, 27, 20, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

    .trending-swiper .swiper-button-prev::after,
    .trending-swiper .swiper-button-next::after {
        font-size: 14px;
        font-weight: 700;
    }

    .trending-swiper .swiper-button-prev:hover,
    .trending-swiper .swiper-button-next:hover {
        background: #f5efe6;
    }

.trending-swiper .swiper-button-prev {
    left: 10px;
    right: 52px;
}

.trending-swiper .swiper-button-next {
    right: 0;
}

.best-selling-grid .product-image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 16px;
    background: #f5efe6;
}

    .best-selling-grid .product-image img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.best-selling-grid .product-title a {
    color: #1f1b16;
    text-decoration: none;
}

    .best-selling-grid .product-title a:hover {
        color: #b07a49;
    }

.trending-grid .product-image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 16px;
    background: #f5efe6;
}

    .trending-grid .product-image img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.trending-grid .product-title a {
    color: #1f1b16;
    text-decoration: none;
}

    .trending-grid .product-title a:hover {
        color: #b07a49;
    }

@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;
            padding-left: 18px;
            padding-right: 12px;
            margin-left: 50px;
            margin-right: 0;
        }

        .section-head .nav-pills {
            justify-content: flex-start !important;
            flex-wrap: nowrap !important;
            gap: 6px 10px;
            white-space: nowrap;
        }

        .section-head .wc-tabs .nav,
        .section-head .wc-tabs .nav-pills {
            justify-content: flex-start !important;
        }

        .section-head .wc-tabs .nav {
            padding-left: 0;
            padding-right: 0;
            min-width: max-content;
        }

    .product-list .product-wrapper .product-image,
    .product-list .product-wrapper .product-info {
        width: 100% !important;
        float: none;
        height: auto;
    }

    .product-list .product-wrapper .product-info {
        padding-left: 0;
        padding-top: 8px;
    }
}

.banner-two-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-two-image-link {
    display: block;
}

.banner-two-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}

@media (max-width: 575.98px) {
    #slider {
        width: 100% !important;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: auto !important;
    }

    .banner-two-image-only {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    #slider .ls-container,
    #slider .ls-slide {
        height: auto !important;
    }

    #slider .ls-bg {
        width: 100% !important;
        height: auto !important;
    }

    #slider {
        display: none;
    }

    .banner-mobile-fallback {
        display: block !important;
    }

    .banner-video-only {
        display: none;
    }
}

.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;
}

.banner-mobile-fallback {
    display: none;
}

.banner-mobile-image {
    width: 100%;
    height: auto;
    display: block;
}

@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 rgba(24, 20, 16, 0.08);
    border-radius: 6px;
    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: rgba(24, 20, 16, 0.08);
        border-radius: 6px;
        padding: 10px 14px;
        color: #4b3b2d;
        font-weight: 600;
    }

.news-cat-group + .news-cat-group {
    margin-top: 12px;
}

.news-cat-link,
.news-cat-grand {
    display: block;
    color: #2d241d;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 10px;
    border-radius: 6px;
}

    .news-cat-link.active {
        color: #9e2c33;
        background: rgba(24, 20, 16, 0.08);
    }

    .news-cat-link:hover,
    .news-cat-grand:hover {
        background: #f7f1e9;
        color: #2a1f16;
    }

.news-cat-child {
    margin-left: 14px;
    padding-left: 12px;
    border-left: 1px solid #9e2c33;
}

.news-cat-grand {
    font-weight: 500;
    color: #6f5b47;
    margin-left: 12px;
    font-size: 0.9rem;
    position: relative;
}

    .news-cat-grand::before {
        content: "•";
        position: absolute;
        left: 4px;
        color: #c8b29a;
    }

.news-cat-child .news-cat-link {
    font-weight: 600;
    font-size: 0.95rem;
}

.news-card {
    border: 1px solid rgba(24, 20, 16, 0.08);
    border-radius: 6px;
    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: #f5efe6;
}

    .news-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.news-card-body {
    padding: 16px;
}

.news-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

    .news-card-meta .text-muted {
        margin-bottom: 0;
    }

.news-meta-row {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.85rem;
    color: #6f5b47;
    margin-bottom: 0;
}

    .news-meta-row i {
        margin-right: 4px;
    }

.news-page h1 {
    font-size: 1.8rem;
    font-weight: 700;
}

.news-pagination {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 24px;
}

    .news-pagination .page-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 36px;
        height: 36px;
        padding: 0 10px;
        border-radius: 999px;
        border: 1px solid #e0d6c8;
        color: #3f3226;
        text-decoration: none;
        font-weight: 600;
        background: #ffffff;
    }

        .news-pagination .page-link:hover {
            background: #f5efe6;
        }

        .news-pagination .page-link.active {
            background: #1c1a18;
            color: #ffffff;
            border-color: #1c1a18;
        }

.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: #1f1b16;
    text-decoration: none;
}

    .news-title a:hover {
        color: #9e2c33;
    }

.news-excerpt {
    color: #5c4b3b;
}

.news-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-top-section {
    background: #111111;
    color: #f3f2ef;
    padding: 28px 0 22px;
}

.news-top-header {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 18px;
    padding: 0 12px;
}

.news-top-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0;
    color: #f3f2ef;
}

.news-top-subtitle {
    font-size: 13px;
    color: #ffcf6f;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding-bottom: 2px;
    border-bottom: 2px solid rgba(255, 207, 111, 0.45);
}

.news-top-carousel .news-top-card {
    background: #1c1d1f;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    height: 100%;
}

.news-top-carousel {
    position: relative;
}

    .news-top-carousel:not(.owl-loaded) {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(240px, 1fr);
        gap: 16px;
        overflow-x: auto;
        padding-bottom: 6px;
        scroll-snap-type: x mandatory;
    }

        .news-top-carousel:not(.owl-loaded) .news-top-card {
            scroll-snap-align: start;
        }

.news-top-thumb img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.news-top-body {
    padding: 14px 16px 16px;
}

.news-top-date {
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #b9b3aa;
    margin-bottom: 0;
}

.news-top-title-line {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
}

    .news-top-title-line a {
        color: #f3f2ef;
        text-decoration: none;
    }

.news-top-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.news-top-metrics {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8rem;
    color: #c9c3ba;
}

    .news-top-metrics i {
        margin-right: 4px;
    }

.news-top-carousel .owl-nav button {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.news-top-carousel .owl-nav {
    position: absolute;
    top: -48px;
    right: 16px;
    display: flex;
    gap: 8px;
}

.news-page.sidebar-collapsed .news-sidebar {
    display: none;
}

.news-page.sidebar-collapsed .news-list-row > section {
    flex: 0 0 100%;
    max-width: 100%;
}


.post-toc {
    background: #f7f1e9;
    border: 1px solid #eadfd2;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 16px;
}

.post-toc-title {
    font-weight: 700;
    color: #3f3226;
    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: #6f5b47;
    text-decoration: none;
    font-weight: 600;
}

    .post-toc-item a:hover {
        color: #b07a49;
    }

.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: #3f3226;
    margin-bottom: 10px;
}

.post-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.post-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.post-views i {
    margin-right: 6px;
}

.post-meta-left {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

    .post-meta-left .post-views,
    .post-meta-left .post-comments-count {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

.favorite-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    float: right;
    margin-bottom: 8px;
}

    .favorite-btn::before {
        content: "\f02e";
        font-family: "Font Awesome 6 Free";
        font-weight: 400;
    }

.post-comment-title i {
    margin-right: 6px;
}

.post-tag-link {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f5efe6;
    color: #6f5b47;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

    .post-tag-link:hover {
        background: #efe3d4;
        color: #3f3226;
    }

.post-related {
    margin-top: 24px;
    position: relative;
}

    .post-related .section-heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        padding-right: 90px;
        margin-bottom: 12px;
        min-height: 36px;
    }

    .post-related .owl-nav {
        display: flex;
        gap: 8px;
        justify-content: flex-end;
        position: absolute;
        top: -40px;
        right: 0;
        z-index: 2;
        margin: 0;
    }

        .post-related .owl-nav button {
            width: 34px;
            height: 34px;
            border-radius: 999px;
            background: #ffffff;
            border: 1px solid #eadfd2;
            color: #3f3226;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 6px 14px rgba(34, 27, 20, 0.12);
        }

            .post-related .owl-nav button:hover {
                background: #f5efe6;
            }

    .post-related .post-related-arrow {
        font-size: 14px;
        line-height: 1;
    }

.post-related-card {
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(24, 20, 16, 0.08);
    box-shadow: 0 10px 24px rgba(24, 20, 16, 0.08);
}

.post-related-thumb {
    display: block;
    aspect-ratio: 1 / 1;
    background: #f5efe6;
    overflow: hidden;
}

    .post-related-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.post-related-body {
    padding: 14px;
}

.post-related-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.post-related-metrics {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8rem;
    color: #9e2c33;
}

    .post-related-metrics i {
        margin-right: 4px;
    }

.news-sidebar-top .sidebar-top-item {
    display: grid;
    gap: 8px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(24, 20, 16, 0.08);
}

    .news-sidebar-top .sidebar-top-item:last-child {
        border-bottom: none;
    }

.news-sidebar-top .sidebar-top-thumb {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    background: rgba(24, 20, 16, 0.06);
}

    .news-sidebar-top .sidebar-top-thumb img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

.news-sidebar-top .sidebar-top-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.8rem;
    color: #6f5b47;
}

.news-sidebar-top .sidebar-top-date {
    font-size: 0.78rem;
    color: #6f5b47;
}

.news-sidebar-top .sidebar-top-metrics {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .news-sidebar-top .sidebar-top-metrics i {
        margin-right: 4px;
    }

.news-sidebar-top .sidebar-top-body {
    display: grid;
    gap: 6px;
}

.news-sidebar-top .sidebar-top-title a {
    color: #1c1a18;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.35;
}

    .news-sidebar-top .sidebar-top-title a:hover {
        color: #9e2c33;
    }

.post-related-title a {
    color: #1f1b16;
    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;
}

.post-detail .post-content ul,
.post-detail .post-content ol {
    padding-left: 1.4rem;
    margin-bottom: 1rem;
}

.post-detail .post-content ul {
    list-style: disc;
}

.post-detail .post-content ol {
    list-style: decimal;
}

.post-detail .post-content li {
    list-style-position: outside;
}

.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: #b78955;
    margin-bottom: 8px;
    line-height: 1;
}

.not-found-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2a1f16;
    margin-bottom: 8px;
}

.not-found-text {
    color: #6f5f4e;
    margin-bottom: 20px;
}

.not-found-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.news-home {
    background: #ffffff;
    color: #1c1a18;
}

body,
.news-home {
    /*font-family: "Source Han Sans KR", "Noto Sans KR", "Segoe UI", Arial, sans-serif !important;*/
}

.news-header-wrap,
.news-header-wrap .news-nav,
.news-header-wrap .news-nav a,
.news-header-wrap .news-date,
.news-header-wrap .ticker-items {
    /*font-family: "Open Sans", "Segoe UI", Arial, sans-serif !important;*/
}

.news-ticker {
    background: #0c3c89;
    color: #f7f4ef;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

    .news-ticker .ticker-items {
        display: flex;
        gap: 18px;
        flex-wrap: wrap;
        padding: 8px 0;
    }

        .news-ticker .ticker-items span strong {
            color: #9ee08a;
        }

/*.news-ticker .ticker-time {
    opacity: 0.7;
}*/

.news-header {
    border-bottom: 2px solid #111111;
}

    .news-header .news-logo {
        /*font-family: "Playfair Display", "Times New Roman", serif;*/
        font-size: 40px;
        letter-spacing: 0.08em;
        font-weight: 700;
        color: #9f2f2f;
    }

    .news-header .news-date {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

.news-header-actions {
    display: flex;
    gap: 8px;
}

.news-header-actions-right {
    justify-content: flex-end;
    min-width: 44px;
}

.mobile-only {
    display: none;
}

@media (min-width: 768px) {
    .news-header-wrap .news-header-actions-right {
        display: none !important;
    }
}

.news-header .icon-btn {
    border: 1px solid #111111;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.news-sidebar-search {
    padding: 0 20px 14px;
}

.news-sidebar-search-form {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.news-sidebar-search-field {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 8px 10px;
    background: #ffffff;
    flex: 1 1 auto;
    min-width: 0;
}

    .news-sidebar-search-field i {
        color: #666666;
        font-size: 14px;
    }

    .news-sidebar-search-field input {
        border: 0;
        outline: none;
        width: 100%;
        font-size: 14px;
        background: transparent;
    }

.news-sidebar-search-btn {
    border: none;
    border-radius: 10px;
    padding: 8px 12px;
    background: #9e2c33;
    color: #ffffff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    white-space: nowrap;
    flex: 0 0 auto;
    height: 38px;
}

.news-nav {
    border-top: 2px solid #111111;
    border-bottom: 1px solid #111111;
}

    .news-nav .container {
        display: flex;
        flex-wrap: wrap;
        gap: 18px;
        padding: 8px 0;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 13px;
    }

    .news-nav a {
        color: #1c1a18;
        text-decoration: none;
        position: relative;
    }

        .news-nav a.active::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -8px;
            width: 100%;
            height: 2px;
            background: #1c1a18;
        }

.news-section {
    padding: 28px 0;
}

    .news-section .container {
        /* padding-bottom: 28px; */
        /* border-bottom: 3px dashed #d7d0c4; */
    }

    .news-section:last-of-type .container {
        border-bottom: none;
        padding-bottom: 0;
    }


.section-title-link {
    color: inherit;
    text-decoration: none;
}

    .section-title-link:hover {
        color: #9e2c33;
    }

.section-title {
    font-size: 16px;
    /* letter-spacing: 0.12em; */
    text-transform: uppercase;
    color: #9e2c33;
    font-weight: 700;
    margin-bottom: 16px;
}

    .section-title.center {
        text-align: center;
    }

.news-home-top .section-title {
    font-size: 21px;
    /* letter-spacing: 0.16em; */
    position: relative;
    padding-bottom: 6px;
}

    .news-home-top .section-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 38px;
        height: 2px;
        background: #9e2c33;
    }

.news-section .section-title.center {
    font-size: 25px;
    /* letter-spacing: 0.18em; */
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

    .news-section .section-title.center::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 64px;
        height: 2px;
        background: #9e2c33;
    }

    .news-section .section-title.center::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 4px;
        transform: translateX(-50%);
        width: 140px;
        height: 1px;
        background: #e6e0d6;
    }

.today-grid {
    display: grid;
    grid-template-columns: 1.15fr 1.7fr 0.85fr;
    gap: 22px;
    align-items: start;
}

.today-center {
    padding-right: 24px;
    border-right: 1px solid #e6e0d6;
}

.today-right {
    padding-left: 4px;
}

.news-home-top .news-card,
.news-home-top .news-card img,
.news-home-top .today-center img,
.news-home-top .ad-stack img,
.news-section .image-card img,
.news-section .stack-card img,
.news-section .art-left img,
.news-section .art-right .media-row img {
    border-radius: 0;
    box-shadow: none;
}

.news-home-top .news-card {
    box-shadow: none;
    border-radius: 0;
    border: none;
    background: transparent;
}

.today-left .news-card {
    border-bottom: 1px solid #d7d0c4;
    margin-bottom: 14px;
    padding-bottom: 14px;
}

    .today-left .news-card:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.news-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.3;
}

.news-excerpt {
    color: #6a6256;
    font-size: 13.5px;
    line-height: 1.55;
}

.today-center img {
    width: 100%;
    border: 1px solid #e6e0d6;
}

.today-center .source {
    text-align: right;
    font-size: 11px;
    margin-top: 6px;
    color: #9b9183;
}

.news-video {
    margin-top: 18px;
}

    .news-video .video-cover {
        position: relative;
    }

        .news-video .video-cover img {
            width: 100%;
            border: none;
        }

    .news-video .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .news-video h5 {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.4;
    }

.ad-stack {
    display: grid;
    gap: 12px;
}

    .ad-stack img {
        width: 100%;
        border: none;
    }


.stock-swiper {
    position: relative;
}

    .stock-swiper .swiper-slide {
        height: auto;
    }

    .stock-swiper .image-card img {
        border: none;
    }

    .stock-swiper .swiper-button-prev,
    .stock-swiper .swiper-button-next {
        top: -46px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 1px solid #d7d0c4;
        background: #ffffff;
        color: #1c1a18;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .stock-swiper .swiper-button-prev::after,
        .stock-swiper .swiper-button-next::after {
            font-size: 12px;
            font-weight: 700;
        }

    .stock-swiper .swiper-button-prev {
        left: auto;
        right: 42px;
    }

    .stock-swiper .swiper-button-next {
        right: 0;
    }

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.image-card img {
    width: 100%;
    border: none;
}

.image-card h5 {
    font-size: 15px;
    margin-top: 10px;
}

.market-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 22px;
}

.market-right article {
    border-bottom: 1px solid #e6e0d6;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.interview-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 24px;
    align-items: start;
}

.interview-side {
    display: grid;
    gap: 16px;
}

    .interview-side .stack-card {
        display: grid;
        grid-template-columns: 120px 1fr;
        gap: 14px;
        align-items: start;
        padding-bottom: 16px;
        border-bottom: 1px solid #e6e0d6;
    }

        .interview-side .stack-card:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

.stack-card img {
    width: 100%;
    border: none;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.interview-side .stack-card img {
    aspect-ratio: 16 / 9;
}

.stack-card h5 {
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
}

.interview-side .stack-card h5 a {
    color: #1c1a18;
    text-decoration: none;
}

    .interview-side .stack-card h5 a:hover {
        color: #9e2c33;
    }

.interview-side .stack-card .news-excerpt {
    margin: 6px 0 0;
    font-size: 13px;
    line-height: 1.45;
    color: #6f6156;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.interview-main {
    display: flex;
    flex-direction: column;
}

    .interview-main .video-cover {
        position: relative;
    }

        .interview-main .video-cover img {
            width: 100%;
            border: none;
            aspect-ratio: 16 / 9;
            object-fit: cover;
        }

    .interview-main .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

.tour-section .label {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 8px;
    color: #1f3b8a;
}

.art-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 24px;
}

.art-left img {
    width: 100%;
    border: none;
}

.art-right article {
    border-bottom: 1px solid #e6e0d6;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.art-right .media-row {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 12px;
    align-items: center;
}

    .art-right .media-row img {
        width: 100%;
        border: none;
    }

.news-footer {
    background: #1a1a1a;
    color: #f0ede6;
    padding: 30px 0;
    text-align: center;
}

    .news-footer .footer-bar {
        background: #6f6aa8;
        color: #fff;
        padding: 8px 16px;
        display: inline-block;
        border-radius: 4px;
        margin-bottom: 16px;
    }

    .news-footer .footer-brand {
        /*font-family: "Playfair Display", "Times New Roman", serif;*/
        font-size: 22px;
        letter-spacing: 0.08em;
        margin-bottom: 6px;
    }

    .news-footer .footer-copy {
        font-size: 12px;
        opacity: 0.7;
    }

.news-header-wrap {
    border-bottom: 2px solid #111111;
    background: #ffffff;
}

    .news-header-wrap .news-brand-bar {
        padding: 35px 0;
    }

    .news-header-wrap .news-logo-img {
        height: 60px;
    }

    .news-header-wrap .news-logo {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .news-header-wrap .news-date {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        font-family: "Gothic A1", sans-serif;
        font-weight: 400;
    }

    .news-header-wrap .news-nav .container {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
        padding: 12px 0 13px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14pt;
        letter-spacing: 0.08em;
        align-items: center;
    }

    .news-header-wrap .news-nav a {
        color: #1c1a18;
        text-decoration: none;
    }

        .news-header-wrap .news-nav a:hover {
            color: #9e2c33;
        }

    .news-header-wrap .news-nav a {
        position: relative;
        padding-bottom: 3px;
        display: inline-flex;
        align-items: center;
        line-height: 1.1;
    }

    .news-header-wrap .news-nav .nav-item {
        display: inline-flex;
        align-items: center;
    }

    .news-header-wrap .news-nav a.active {
        transform: translateY(1px);
        color: #9e2c33;
    }

        .news-header-wrap .news-nav a.active::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -5px;
            width: 100%;
            height: 3px;
            background: #9e2c33;
        }

    .news-header-wrap .news-nav {
        border-top: none;
        border-bottom: 2px solid #111111;
    }

        .news-header-wrap .news-nav .nav-link i {
            font-size: 22px;
            margin-left: 6px;
            transform: translateY(-1px);
        }

        .news-header-wrap .news-nav .nav-item {
            position: relative;
            display: inline-block;
        }

        .news-header-wrap .news-nav .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            min-width: 220px;
            background: #ffffff;
            border: 1px solid #e2ddd2;
            padding: 10px;
            display: none;
            z-index: 5;
        }

        .news-header-wrap .news-nav .nav-item:hover .dropdown-menu {
            display: block;
        }

        .news-header-wrap .news-nav .dropdown-item {
            padding: 6px 8px;
        }

            .news-header-wrap .news-nav .dropdown-item > a {
                color: #1c1a18;
                text-decoration: none;
                font-weight: 600;
                display: inline-block;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .news-header-wrap .news-nav .dropdown-item > a:hover {
                    color: #9e2c33;
                }

        .news-header-wrap .news-nav .dropdown-submenu {
            margin-top: 6px;
            padding-left: 10px;
            display: grid;
            gap: 4px;
        }

        .news-header-wrap .news-nav .dropdown-menu i {
            font-size: 10px;
            color: #6d6456;
        }

        .news-header-wrap .news-nav .dropdown-submenu a {
            font-weight: 500;
            font-size: 12px;
            color: #5d5649;
        }

            .news-header-wrap .news-nav .dropdown-submenu a:hover {
                color: #9e2c33;
            }

    .news-header-wrap .news-header-actions {
        display: flex;
        gap: 8px;
    }

    .news-header-wrap .icon-btn {
        width: 34px;
        height: 34px;
        border: 1px solid #111111;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        color: #1c1a18;
    }

@media (max-width: 992px) {
    .today-grid {
        grid-template-columns: 1fr;
    }

    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .market-grid,
    .interview-grid,
    .art-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .grid-4,
    .grid-2 {
        grid-template-columns: 1fr;
    }

    .news-header .news-logo {
        font-size: 28px;
    }
}

.post-related-title a:hover {
    color: #b07a49;
}

.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: #7a6b5c;
    letter-spacing: 0.3px;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

/*.search-box {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f4efe7;
    border-radius: 999px;
    padding: 8px 14px;
    color: #8a7a6a;
    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: 12px;
    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: 10px;
    text-decoration: none;
    color: #1d1d1f;
}

    .search-item:hover {
        background: #f7f1e9;
    }

    .search-item img {
        width: 48px;
        height: 48px;
        border-radius: 8px;
        object-fit: cover;
        background: #f4efe7;
    }

.search-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.search-name {
    font-size: 0.9rem;
    font-weight: 600;
}

.search-price {
    font-size: 0.85rem;
    color: #a1552c;
}

.search-empty {
    padding: 10px;
    color: #7b6c5d;
    font-size: 0.9rem;
}

.category-nav {
    border-top: 1px solid #eee4d6;
    background: linear-gradient(90deg, #e5d7c6, #f5efe6);
}

.category-bar {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.category-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f1e3d1;
    color: #3f3226;
    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: 14px;
    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 #f0e6da;
    padding: 10px;
}

.category-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 10px;
    color: #3f3226;
    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: #f5efe6;
        }

        .category-parent .chevron {
            color: #b79a7b;
        }

.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: #3f3226;
        text-decoration: none;
        padding: 6px 8px;
        border-radius: 8px;
    }

.panel-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.panel-title {
    font-weight: 600;
    color: #2f241a;
    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: #f7f1e9;
}

.category-nav .nav-link {
    color: #3f3226;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 999px;
    white-space: nowrap;
}

    .category-nav .nav-link:hover {
        background: #f9f4ec;
        color: #1f1710;
    }

.hero-slider {
    border-radius: 16px;
    overflow: hidden;
    background: #f5efe6;
}

.hero-slide {
    min-height: 280px;
    display: flex;
    align-items: center;
    padding: 40px 48px;
    color: #ffffff;
}

.hero-slide-1 {
    background: linear-gradient(120deg, #cfa47b, #a87345);
}

.hero-slide-2 {
    background: linear-gradient(120deg, #d1a06b, #b87a3c);
}

.hero-slide-3 {
    background: linear-gradient(120deg, #b5845e, #8a5b3b);
}

.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: #7b6c5d;
    }

/*.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: 14px;*/
    /*padding: 12px;*/
    height: 100%;
    /*box-shadow: 0 8px 18px rgba(34, 27, 20, 0.06);*/
    display: flex;
    flex-direction: column;
}

.product-thumb {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #f4efe7;
    aspect-ratio: 1 / 1;
}

    .product-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.sale-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #d06a3a;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 8px;
    line-height: 1;
    box-shadow: 0 6px 14px rgba(26, 20, 14, 0.18);
}

.product-body {
    padding: 12px 4px 0;
    flex: 1;
}

.product-category {
    font-size: 0.8rem;
    color: #9c8570;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.product-title {
    font-size: 1rem;
    margin-bottom: 6px;
    min-height: 40px;
}

.product-price {
    font-weight: 600;
    color: #a1552c;
}

    .product-price .price-old {
        color: #b7a99a;
        text-decoration: line-through;
        font-weight: 500;
        margin-right: 6px;
    }

    .product-price .price-current {
        color: #a1552c;
        font-weight: 700;
    }

.product-footer {
    padding-top: 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: 14px;
    overflow: hidden;
    background: #f4efe7;
    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: #6c5b4b;
}

    .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: 10px;
        overflow: hidden;
        background: #f4efe7;
        border: 1px solid #f0e6da;
    }

    .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: #6c5b4b;
        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: 18px;
    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.4rem;
    font-weight: 700;
}

.supplier-tags {
    margin-bottom: 8px;
}

.supplier-pill {
    display: inline-flex;
    align-items: center;
    background: #f1e3d1;
    color: #7a5a3a;
    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: #eaf4ff;
    color: #2b5c8a;
}

.product-sidecard {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 14px 30px rgba(34, 27, 20, 0.08);
    margin-bottom: 16px;
}

.sidecard-title {
    font-weight: 700;
    color: #2f241a;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.sidecard-list {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    display: grid;
    gap: 10px;
    color: #5f5246;
}

    .sidecard-list i {
        color: #b07b52;
        margin-right: 6px;
    }

.sidecard-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #7b6c5d;
    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: #AF8D66;
    letter-spacing: 1px;
    position: relative;
}

    .shipping-title::before,
    .shipping-title::after {
        content: "";
        width: 30px;
        height: 2px;
        background: #AF8D66;
        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: #2f241a;
}

.shipping-sub {
    font-size: 0.9rem;
    color: #6c5b4b;
}

.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: #f7f1e9;
        padding: 8px;
    }

.sidecard-brand-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-badge {
    background: #f1e3d1;
    color: #6c5b4b;
    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: 64px;
        border-radius: 12px;
        object-fit: cover;
        background: #f4efe7;
    }

/*.related-name {
    font-weight: 600;
    font-size: 0.95rem;
    color: #2f241a;
}*/
.related-name {
    font-weight: 600;
    font-size: 0.95rem;
    color: #0B1F3B;
}

.related-price {
    font-weight: 600;
    color: #a1552c;
}

.product-detail .product-info {
    background: #ffffff;
    border-radius: 16px;
    padding: 0px;
    box-shadow: none;
}

.product-detail .product-breadcrumb {
    font-size: 0.9rem;
    color: #7b6c5d;
    margin-bottom: 12px;
}

    .product-detail .product-breadcrumb .sep {
        margin: 0 4px;
        color: #c2b3a3;
    }

.product-detail .product-name {
    margin-bottom: 10px;
}

.suggested-products {
    margin-top: 24px;
}

.suggested-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 10px 22px rgba(34, 27, 20, 0.08);
}

.suggested-title {
    font-size: 18px;
    font-weight: 700;
    color: #c1692b;
    margin-bottom: 14px;
}

.suggested-item {
    display: block;
    text-decoration: none;
    color: #2c241c;
}

.suggested-image {
    background: #f6f2eb;
    border-radius: 16px;
    padding: 12px;
    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;
    }
/*.suggested-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 6px;
}*/
.suggested-name {
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.4;
    margin-bottom: 6px;
    color: #0B1F3B;
}

.suggested-price {
    font-weight: 700;
    color: #c1692b;
}

    .suggested-price .price-old {
        color: #9f8f80;
        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: #5f4a3a;
}

    .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: #7b6c5d;
    margin-bottom: 12px;
}

.product-detail .rating-badge {
    background: #f26b2a;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    padding: 2px 6px;
    font-size: 0.85rem;
}

.product-detail .meta-sep {
    color: #c2b3a3;
}

.product-detail .product-price-detail {
    font-size: 1.5rem;
    font-weight: 700;
    color: #a1552c;
    margin-bottom: 16px;
}

.product-detail .price-current {
    color: #a1552c;
    font-weight: 700;
}

.product-detail .price-old {
    color: #b7a99a;
    text-decoration: line-through;
    font-weight: normal;
    margin-left: 6px;
    font-size: 1.2rem;
}

.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;
}

.product-detail .variant-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-detail .variant-pill {
    border: 1px solid #e0d2c2;
    background: #ffffff;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 0.9rem;
    color: #3f3226;
}

    .product-detail .variant-pill.active {
        background: #b07b52;
        border-color: #b07b52;
        color: #ffffff;
        background: linear-gradient(180deg, #CAB586 0%, #C0A67A 45%, #AF8D66 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: #3f3226;
}

.qty-btn {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid #e0d2c2;
    background: #ffffff;
    color: #3f3226;
    font-weight: 700;
}

.qty-input {
    width: 48px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid #e0d2c2;
    text-align: center;
    font-weight: 600;
}

.btn-cart {
    background: #f26b2a;
    color: #ffffff;
    border: none;
    font-weight: 700;
    /*padding: 10px 18px;*/
    border-radius: 6px;
    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: #3f3226;
    border: 1px solid #e0d2c2;
    font-weight: 700;
    /*padding: 10px 18px;*/
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    font-size: 0.9rem;
}

    .btn-favorite:hover,
    .btn-favorite:focus {
        border-color: #b07b52;
        color: #b07b52;
        background: #fff8f1;
    }

    .btn-favorite i {
        font-size: 0.95rem;
    }

.btn-cart:hover,
.btn-cart:focus {
    background: #e25f20;
    color: #ffffff;
}

.btn-cart.disabled,
.btn-cart[aria-disabled="true"] {
    background: #c9c0b8;
    cursor: not-allowed;
    opacity: 0.8;
}

#MainContent_CartPanel .cart-row .price-original {
    color: #b7a99a;
    text-decoration: line-through;
    font-weight: normal;
    margin-left: 6px;
    font-size: 16px;
}

.product-detail .product-summary {
    color: #6c5b4b;
    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: #6c5b4b;
}

    .product-detail .product-tabs .nav-tabs .nav-link.active {
        color: #3f3226;
        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: #2a2a2a;
    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: #a1552c;
    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: 14px;
    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: 2.2fr 0.8fr 0.7fr 0.9fr 0.3fr;
    gap: 12px;
    align-items: center;
}

.cart-page .cart-header {
    font-weight: 600;
    color: #6c5b4b;
    border-bottom: 1px solid #f0e6da;
    padding-bottom: 10px;
}

.cart-page .cart-row {
    padding: 12px 0;
    border-bottom: 1px solid #f6efe6;
}

.cart-page .cart-product {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cart-page .cart-thumb {
    display: inline-flex;
    border-radius: 10px;
    overflow: hidden;
    background: #f4efe7;
}

.cart-page .cart-title {
    color: #2b231a;
    text-decoration: none;
}

    .cart-page .cart-title:hover {
        color: #a1552c;
    }

.cart-page .cart-product img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    object-fit: cover;
    background: #f4efe7;
}

.cart-page .cart-title {
    font-weight: 600;
}

.cart-page .cart-variant {
    font-size: 0.85rem;
    color: #7b6c5d;
}

.cart-page .cart-price,
.cart-page .cart-total {
    font-weight: 600;
    color: #a1552c;
}

.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 .qty-btn {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid #e8dac8;
    background: #fffaf3;
    color: #8a5c35;
    font-weight: 600;
    line-height: 1;
}

    .cart-page .qty-btn:hover {
        background: #f3e6d7;
    }

.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: #a1552c;
}

.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-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: #6c5b4b;
        }

        .cart-page .cart-qty::before {
            content: "Số lượng";
            font-weight: 600;
            color: #6c5b4b;
            margin-right: auto;
        }

        .cart-page .cart-total::before {
            content: "Thành tiền";
            font-weight: 600;
            color: #6c5b4b;
        }

    .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 .form-control,
.checkout-page .form-select {
    background-color: #ffffff;
    border-color: #e2d5c5;
    border: 1px solid #e2d5c5;
    color: #2b2b2b;
}

    .checkout-page .form-control::placeholder {
        color: #b6a796;
    }

    .checkout-page .form-control:focus,
    .checkout-page .form-select:focus {
        border-color: #caa176;
        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: #7b6c5d;
}

.checkout-page .checkout-item-price {
    font-weight: 600;
    color: #a1552c;
    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: #a1552c;
    }

.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-page .checkout-hint {
    font-size: 0.9rem;
    color: #7b6c5d;
    margin-top: 8px;
}

.category-page .category-sidebar {
    background: #ffffff;
    border-radius: 14px;
    padding: 16px;
    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: #c2b3a3;
}

.breadcrumb-wrapper a {
    color: #7b6c5d;
    text-decoration: none;
}

    .breadcrumb-wrapper a:hover {
        color: #3f3226;
        text-decoration: underline;
    }

.breadcrumb-wrapper .breadcrumb-item.active {
    color: #3f3226;
    font-weight: 600;
}

.category-page .sidebar-group + .sidebar-group {
    margin-top: 10px;
    border-top: 1px solid #f3ebe1;
    padding-top: 10px;
}

.category-page .sidebar-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.category-page .sidebar-parent {
    display: block;
    font-weight: 600;
    color: #3f3226;
    text-decoration: none;
    padding: 6px 8px;
    border-radius: 8px;
}

.category-page .sidebar-child {
    display: block;
    margin-left: 8px;
    color: #6c5b4b;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 0.95rem;
}

    .category-page .sidebar-child.level-3 {
        margin-left: 20px;
        font-size: 0.9rem;
    }

.category-page .toggle-btn {
    border: none;
    background: transparent;
    color: #9c8570;
    padding: 4px 6px;
    border-radius: 6px;
}

    .category-page .toggle-btn:hover {
        background: #f7f1e9;
    }

.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: #f7f1e9;
}

.category-page .sidebar-parent.active,
.category-page .sidebar-child.active {
    background: #efe3d4;
    color: #2b2016;
}

.filter-sidebar {
    margin-top: 16px;
    background: #ffffff;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 8px 16px rgba(34, 27, 20, 0.06);
}

.filter-group + .filter-group {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #f3ebe1;
}

.filter-title {
    font-weight: 600;
    color: #3f3226;
    margin-bottom: 8px;
}

.filter-options {
    display: grid;
    gap: 6px;
}

.filter-option {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    color: #6c5b4b;
}

    .filter-option input[type="checkbox"] {
        accent-color: #b07b52;
    }

.pagination .page-link {
    color: #3f3226;
}

.pagination .page-item.active .page-link {
    background: #b07b52;
    border-color: #b07b52;
}

.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 #f0e6da;
    }

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

    .panel-links {
        grid-template-columns: 1fr;
    }

    .category-page .category-sidebar {
        box-shadow: none;
        border: 1px solid #f3ebe1;
    }

    .filter-sidebar {
        box-shadow: none;
        border: 1px solid #f3ebe1;
    }

    .product-detail .product-gallery-main {
        height: 260px;
    }

    .product-detail .product-gallery-thumbs {
        margin-top: 10px;
    }
}

.header-category-bar {
    position: relative;
    margin-right: 12px;
}

    .header-category-bar .category-toggle {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 6px 14px;
        background: #f4efe7;
        border-radius: 999px;
        cursor: pointer;
        font-weight: 600;
    }

    .header-category-bar .category-dropdown {
        top: calc(100% + 2px);
        left: 0;
        z-index: 200;
    }

    .header-category-bar:hover .category-dropdown {
        display: flex;
    }

.ecommerce-header .nav-logo {
    height: 70px;
    width: auto;
    object-fit: contain;
}

.footer-benefits {
    background: #ffffff;
    border-top: 1px solid #f0e7dc;
    border-bottom: 1px solid #f0e7dc;
    padding: 18px 0;
    margin-top: 30px;
}

    .footer-benefits .benefit-item,
    .footer-benefits .benefit-action {
        text-align: center;
        color: #2f2a25;
        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: #c1692b;
    }

        .footer-benefits .benefit-label i {
            margin-right: 6px;
        }

    .footer-benefits .benefit-button {
        display: inline-block;
        background: #c1692b;
        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: #18191b;
            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: #c9b39c;
    }

.footer-accordion-body {
    display: block;
}

.footer-accordion.is-open .footer-accordion-toggle i {
    transform: rotate(180deg);
}

@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-widget.category-widget .footer-accordion-toggle span {
    color: #f3f2ef;
    font-weight: 700;
    letter-spacing: 0.04em;
    position: relative;
    padding-bottom: 8px;
}

    .footer-widget.category-widget .footer-accordion-toggle span::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 22px;
        height: 2px;
        background: #d47a2c;
    }

.footer-widget.category-widget ul li a {
    color: #cfc9c1;
}

    .footer-widget.category-widget ul li a:hover {
        color: #ffffff;
    }

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
    align-items: flex-start;
    text-align: left;
}

.footer-contact__headline {
    color: #d47a2c;
    font-weight: 700;
}

.footer-contact__phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    background: #d47a2c;
    color: #ffffff;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    width: fit-content;
}

    .footer-contact__phone:hover {
        background: #18191b;
        color: #ffffff;
    }

.footer-contact__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #c4c1bb;
    line-height: 1.5;
    justify-content: flex-start;
    align-self: stretch;
    text-align: left;
}

footer.full-row.bg-dark {
    padding-top: 46px;
    padding-bottom: 36px;
    background: #1c1d1f;
}

    footer.full-row.bg-dark .footer-logo img {
        max-width: 150px;
        height: auto;
        border: 1px solid #d47a2c;
        padding: 6px 8px;
        background: #1b1c1e;
    }

    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(260px, 360px);
        gap: 0;
        align-items: stretch;
        justify-content: start;
    }

    footer.full-row.bg-dark .footer-contact-col {
        display: flex;
        max-width: 360px;
    }

    footer.full-row.bg-dark .footer-contact-card {
        width: 100%;
        padding: 26px 24px;
        border-radius: 16px;
        background: #232426;
        border: 1px solid #35373a;
        position: relative;
    }

        footer.full-row.bg-dark .footer-contact-card::before {
            content: "";
            position: absolute;
            left: 0;
            top: 22px;
            bottom: 22px;
            width: 4px;
            background: #d47a2c;
            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: #2b2c2e;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 0;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-bottom-copy {
    color: #f0ede7;
    font-weight: 500;
    font-size: 0.85rem;
    line-height: 1.6;
}

.footer-bottom-grid {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 24px;
    align-items: center;
}

.footer-bottom-logo img {
    max-width: 150px;
    height: auto;
    display: block;
}

.footer-bottom-logo {
    justify-self: start;
}

.footer-bottom-copy {
    text-align: right;
}

@media (max-width: 991.98px) {
    .footer-bottom-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-bottom-logo img {
        margin: 0 auto;
    }

    .footer-bottom-copy {
        text-align: center;
    }
}

.floating-contact {
    position: fixed;
    right: 16px;
    bottom: 96px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

.floating-contact__item {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(30, 20, 10, 0.18);
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    position: relative;
    animation: phonering-alo-circle-img-anim 1.1s ease-in-out infinite;
}

    .floating-contact__item i,
    .floating-contact__item img,
    .floating-contact__zalo-text {
        position: relative;
        z-index: 2;
    }

    .floating-contact__item.is-hotline {
        background: #c07a46;
    }

    .floating-contact__item.is-zalo {
        background: #0068ff;
        font-weight: 700;
    }

.floating-contact__zalo-text {
    font-size: 18px;
    line-height: 1;
}

.floating-contact__icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 999px;
    display: block;
}

.floating-contact__item::before,
.floating-contact__item::after {
    content: "";
    position: absolute;
    inset: -12px;
    border-radius: 999px;
    pointer-events: none;
    z-index: 1;
}

.floating-contact__item::before {
    border: 2px solid rgba(255, 255, 255, 0.45);
    animation: phonering-alo-circle-anim 1.2s ease-in-out infinite;
}

.floating-contact__item::after {
    inset: -4px;
    background: rgba(255, 255, 255, 0.25);
    animation: phonering-alo-circle-fill-anim 1.2s ease-in-out infinite;
}

.floating-contact__item.is-hotline::before {
    border-color: rgba(192, 122, 70, 0.45);
}

.floating-contact__item.is-hotline::after {
    background: rgba(192, 122, 70, 0.25);
}

.floating-contact__item.is-zalo::before {
    border-color: rgba(0, 104, 255, 0.45);
}

.floating-contact__item.is-zalo::after {
    background: rgba(0, 104, 255, 0.25);
}

@keyframes phonering-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }

    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.footer-social-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #d5cdc4;
    background: rgba(255, 255, 255, 0.04);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

    .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;
    }

    .floating-contact {
        right: 12px;
        bottom: 84px;
    }
}

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: #e7d4bf;
    margin-bottom: 10px;
    position: relative;
}

    .footer-widget.category-widget .footer-accordion-toggle span::after {
        content: "";
        display: block;
        width: 28px;
        height: 2px;
        background: rgba(231, 212, 191, 0.5);
        margin-top: 6px;
    }

.footer-widget.category-widget ul li {
    margin-bottom: 6px;
}

    .footer-widget.category-widget ul li a {
        font-size: 0.92rem;
        color: #bcb1a6;
    }

        .footer-widget.category-widget ul li a:hover {
            color: #ffffff;
        }

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: #bcb1a6;
        font-size: 0.92rem;
    }

.footer-hours-label {
    color: #e7d4bf;
    font-weight: 600;
}

.footer-hours-value {
    color: #bcb1a6;
    font-weight: 500;
}

.footer-contact__item i {
    color: #c9b39c;
    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: 12px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.category-hero-banner {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #f5efe6;
}

.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: #f4efe7;
    border-radius: 10px;
    padding: 10px 12px;
    font-weight: 700;
    color: #3f3226;
    box-shadow: inset 0 0 0 1px #eadfce;
}

.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: transparent;
        color: #9e2c33;
        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, #d4b182, #b78955);
    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: #2a1f16;
    margin-bottom: 6px;
}

.checkout-complete .complete-lead {
    color: #6f5f4e;
    margin-bottom: 18px;
}

.checkout-complete .complete-code {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(212, 177, 130, 0.18);
    color: #5a4633;
    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: #1f1f1f;
    color: #ffffff;
    border: 1px solid #1f1f1f;
}

    .btn-brand:hover {
        background: #111111;
        border-color: #111111;
        color: #ffffff;
    }

.btn-outline-brand {
    color: #1f1f1f;
    border: 1px solid #1f1f1f;
}

    .btn-outline-brand:hover {
        background: rgba(0, 0, 0, 0.04);
        color: #1f1f1f;
    }

.btn-with-icon i {
    margin-right: 8px;
}

.checkout-complete .complete-tip {
    color: #8a7562;
    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: #2a1f16;
        margin-bottom: 6px;
    }

.order-detail .order-code,
.order-detail .order-date {
    color: #6f5f4e;
    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: #5a4633;
    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: #f7f2ea;
    color: #6f5f4e;
    font-weight: 600;
}

.order-detail .order-step__dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #c7b49a;
}

.order-detail .order-step.done {
    background: rgba(212, 177, 130, 0.2);
    color: #4a3624;
}

    .order-detail .order-step.done .order-step__dot {
        background: #b78955;
    }

.order-detail .order-step.current {
    background: linear-gradient(135deg, rgba(212, 177, 130, 0.35), rgba(183, 137, 85, 0.25));
    color: #3f2b1c;
    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: #b78955;
        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: #4a3624;
}

    .order-detail .order-step.active .order-step__dot {
        background: #b78955;
    }

.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: #2a1f16;
    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: #f7f2ea;
}

.order-detail .order-item__thumb {
    display: inline-flex;
}

.order-detail .order-item__name a {
    color: #2a1f16;
    text-decoration: none;
}

    .order-detail .order-item__name a:hover {
        color: #b78955;
    }

.order-detail .order-item__name {
    font-weight: 600;
    color: #2a1f16;
    margin-bottom: 4px;
}

.order-detail .order-item__variant,
.order-detail .order-item__meta {
    color: #6f5f4e;
    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: #6f5f4e;
        font-weight: 600;
    }

    .order-detail .order-item__price .line-total {
        color: #2a1f16;
        font-weight: 700;
    }

.order-detail .order-info div {
    margin-bottom: 8px;
    color: #6f5f4e;
}

.order-detail .order-info span {
    display: inline-block;
    min-width: 120px;
    color: #2a1f16;
    font-weight: 600;
}

.order-detail .order-summary div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #6f5f4e;
}

.order-detail .order-summary__total {
    padding-top: 10px;
    border-top: 1px dashed rgba(180, 150, 110, 0.35);
    font-size: 1.05rem;
    color: #2a1f16;
    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: #b78955;
    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: #9a8b79;
    text-decoration: line-through;
    font-weight: 500;
}

.cart-price-sale {
    color: #9c6a3c;
}
/* Header “Danh mục” style Lux bar */
.category-page .category-sidebar .sidebar-title,
.category-sidebar .sidebar-title,
.category-page .category-title {
    background: #B8743B;
    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(135deg, #0B1F3B 0%, #141414 100%);
}

[class*="header-cart-"] .cart-icon, .search-view > a, .wishlist-view > a, .refresh-view > a, .sign-in > a {
    color: #B3936B;
}

button.search-submit {
    background: #B8743B !important;
}

.ecommerce-header .top-header {
    text-transform: none;
}

#navbarSupportedContent .navbar-nav .nav-link {
    color: #fff;
}

#tra_cuu_don_hang_content .form-control {
    border: 1px solid #ced4da;
}
/* Header search + cart layering */
.ecommerce-header .product-search-one {
    position: relative;
    z-index: 1;
}

.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;
    }

    .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: #f4ebe1;
    color: #8b6b47;
    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: #6c757d;
    margin-bottom: 18px;
}

.cart-empty-note {
    white-space: nowrap;
}

@media (max-width: 576px) {
    .cart-empty-note {
        white-space: normal;
    }
}

.brand-showcase-section .section-head h3 {
    font-weight: 700;
    color: #2f241a;
}

.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: #c1692b;
            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: #c1692b;
    font-weight: 800;
}

.contact-map {
    width: 100%;
    height: 360px;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
    background: #e9e2d9;
}

.static-page-menu {
    background: #ffffff;
    border: 1px solid #e7e7e7;
    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: #1f1f1f;
    text-decoration: none;
    background: #f7f7f7;
    transition: background 0.2s ease, color 0.2s ease;
}

    .static-page-menu__link:hover,
    .static-page-menu__link.active {
        background: #f09a2f;
        color: #ffffff;
    }

.static-page-content {
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    padding: 20px;
}

.checkout-loading {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 0 0;
    color: #7a7a7a;
    font-size: 14px;
}

    .checkout-loading.is-active {
        display: flex;
    }

.checkout-loading__spinner {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #e1e1e1;
    border-top-color: #f09a2f;
    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: #2f241a;
}

.contact-form .form-label {
    font-weight: 600;
    color: #5e4c3b;
}

.contact-form .form-control {
    border-radius: 12px;
    border: 1px solid #eadfd2;
    padding: 10px 12px;
}

.contact-actions {
    margin-top: 16px;
}

.contact-info .contact-note {
    color: #6f5b47;
    margin-bottom: 18px;
}

.contact-info-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 14px;
    color: #6f5b47;
}

    .contact-info-item i {
        color: #c1692b;
        margin-top: 3px;
    }

.contact-info-label {
    font-weight: 700;
    color: #3f3226;
    margin-bottom: 4px;
}

.contact-info-value {
    color: #6f5b47;
    text-decoration: none;
}

    .contact-info-value:hover {
        color: #c1692b;
    }

.contact-hours {
    border-top: 1px dashed #eadfd2;
    padding-top: 12px;
    color: #6f5b47;
}

@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: #f4efe7;
    color: #2f241a;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.2px;
}

.brand-video-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #f4efe7;
    min-height: 0;
    aspect-ratio: 9 / 16;
}

.brand-video,
.brand-video-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.brand-video-embed {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    background: #f4efe7;
}

.brand-video-embed__poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.brand-video-embed__frame {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.brand-video-embed__play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 64px;
    height: 64px;
    border-radius: 999px;
    border: none;
    background: rgba(0, 0, 0, 0.6);
}

    .brand-video-embed__play::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 54%;
        transform: translate(-50%, -50%);
        border-style: solid;
        border-width: 12px 0 12px 20px;
        border-color: transparent transparent transparent #ffffff;
    }

@media (max-width: 767px) {
    .brand-video-card {
        aspect-ratio: auto;
        min-height: 0;
    }

    .brand-video-embed {
        overflow: hidden;
    }

    .brand-video-card::before {
        content: "";
        display: block;
        padding-top: 177.78%;
    }

    .brand-video-card > .brand-video,
    .brand-video-card > .brand-video-fallback,
    .brand-video-card > .brand-video-embed {
        position: absolute;
        inset: 0;
    }

    .brand-video-embed__frame {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 177.78%;
        height: 100%;
        transform: translate(-50%, -50%);
    }
}

.brand-banner {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    background: #f6f1e9;
    /*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: #a1552c;
}

.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;
}

.ecommerce-header .product-search-one {
    width: 80%;
    display: inline-block;
    float: left;
}

.ecommerce-header .product-search-one-cart {
    display: inline-block;
    float: right;
    top: 10px;
}

@media screen and (max-width: 420px) {
    .header-sticky .flat-small::before {
        font-size: 29px;
        line-height: 30px;
        top: 0;
    }
}

.footer-logo {
    height: 65px;
    text-align: center;
}

.brand-list-page {
    color: #2a1f16;
}

.brand-list-header h1 {
    font-size: 1.8rem;
    font-weight: 700;
}

.brand-list-header p {
    color: #7a6b5c;
    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: #f4efe7;
    color: #6c5b4b;
    text-decoration: none;
    font-weight: 600;
}

    .brand-index-link:hover {
        background: #efe3d4;
        color: #3f2b1c;
    }

.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: #2a1f16;
}

.brand-card-thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    background: #f5efe6;
    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: #2f241a;
    font-size: 0.95rem;
}

.is-hotline:hover {
    color: #fff;
}

/* News footer refresh overrides */
footer.full-row.bg-dark .footer-widget.category-widget .footer-accordion-toggle {
    text-transform: uppercase;
    color: #f3f2ef;
    letter-spacing: 0.04em;
}

    footer.full-row.bg-dark .footer-widget.category-widget .footer-accordion-toggle span::after {
        background: #d47a2c;
    }

footer.full-row.bg-dark .footer-widget.category-widget ul li a {
    color: #cfc9c1;
}

    footer.full-row.bg-dark .footer-widget.category-widget ul li a:hover {
        color: #ffffff;
    }
/* Ẩn logo/text credit của widget */
#google_translate_element .goog-logo-link,
#google_translate_element .goog-te-gadget span {
    display: none !important;
}

#google_translate_element .goog-te-gadget {
    font-size: 0 !important;
    line-height: 0 !important;
}

/* Ẩn dropdown mặc định nhưng giữ lại trong DOM (để JS điều khiển) */
#google_translate_element select.goog-te-combo {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

/* Tắt banner vàng nếu có */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
/* Cụm lá cờ canh hàng với menu */
.lang-flags {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Nút lá cờ */
.lang-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: 999px;
    border: none;
    background: transparent;
    font-size: 20px; /* kích thước emoji lá cờ */
    line-height: 1;
    cursor: pointer;
    transition: box-shadow .2s, border-color .2s, transform .05s;
    padding: 0;
    margin: 5px 0px;
}

    .lang-flag img {
        width: 66px;
        height: 66px;
        border-radius: 50%;
        object-fit: cover;
        display: block;
    }

    .lang-flag:hover {
        border-color: #cbd5e1;
        box-shadow: 0 2px 8px rgba(0,0,0,.06);
    }

    .lang-flag:active {
        transform: translateY(1px);
    }

    /* Trạng thái đang chọn */
    .lang-flag.is-active {
        border-color: #60a5fa;
        box-shadow: 0 0 0 3px rgba(96,165,250,.25);
    }

/* Hide mobile ticker dropdown on desktop */
.mobile-ticker-summaries,
.mobile-dropdown,
.mobile-dropdown-panel {
    display: none;
}

/* News sidebar menu */
.news-sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 9998;
}

    .news-sidebar-overlay.is-open {
        opacity: 1;
        visibility: visible;
    }

.news-sidebar-panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 300px;
    background: #1c1d1f;
    color: #f3f2ef;
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    z-index: 9999;
    overflow-y: auto;
    padding: 18px 16px;
    box-shadow: 6px 0 18px rgba(0, 0, 0, 0.25);
}

    .news-sidebar-panel.is-open {
        transform: translateX(0);
    }

.news-search-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 10000;
}

    .news-search-modal.is-open {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

.news-search-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.news-search-dialog {
    position: relative;
    max-width: 520px;
    width: calc(100% - 32px);
    margin-top: 12vh;
    background: #ffffff;
    border-radius: 0px;
    padding: 22px 24px 24px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.news-search-title {
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 18px;
    color: #1c1a18;
}

.news-search-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #f3f3f3;
    color: #1c1a18;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.news-search-form {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
}

    .news-search-form input {
        flex: 1;
        border: 1px solid rgba(24, 20, 16, 0.18);
        border-radius: 0px;
        padding: 0 12px;
        font-size: 14px;
        height: 38px;
        min-width: 0;
    }

.news-search-submit {
    border: none;
    border-radius: 0;
    padding: 0 16px;
    background: #9e2c33;
    color: #ffffff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 37px;
    white-space: nowrap;
    flex: 0 0 auto;
}

    .news-search-submit i {
        font-size: 14px;
    }

.auth-divider {
    position: relative;
    text-align: center;
    margin: 18px 0 14px;
    color: #6f5b47;
    font-size: 0.9rem;
}

    .auth-divider::before,
    .auth-divider::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 40%;
        height: 1px;
        background: rgba(24, 20, 16, 0.12);
    }

    .auth-divider::before {
        left: 0;
    }

    .auth-divider::after {
        right: 0;
    }

    .auth-divider span {
        background: #ffffff;
        padding: 0 10px;
        position: relative;
        z-index: 1;
    }

.auth-submit {
    background: #8e2b31;
    border-color: #8e2b31;
    font-weight: 700;
    letter-spacing: 0.2px;
    padding: 12px 16px;
    border-radius: 8px;
}

    .auth-submit:hover,
    .auth-submit:focus {
        background: #7b2429;
        border-color: #7b2429;
    }

.auth-social {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.auth-social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid rgba(24, 20, 16, 0.12);
    text-decoration: none;
    font-weight: 600;
    color: #1c1a18;
    background: #ffffff;
}

    .auth-social-btn i {
        font-size: 16px;
    }

    .auth-social-btn.google {
        border-color: rgba(66, 133, 244, 0.3);
    }

        .auth-social-btn.google i {
            color: #4285f4;
        }

    .auth-social-btn.facebook {
        border-color: rgba(24, 119, 242, 0.3);
    }

        .auth-social-btn.facebook i {
            color: #1877f2;
        }

    .auth-social-btn:hover {
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
        transform: translateY(-1px);
    }

    .auth-social-btn.google {
        border-color: rgba(66, 133, 244, 0.35);
    }

    .auth-social-btn.facebook {
        border-color: rgba(24, 119, 242, 0.35);
    }

@media (max-width: 576px) {
    .auth-social {
        grid-template-columns: 1fr;
    }
}

.profile-save-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    font-weight: 600;
}

    .profile-save-btn::before {
        content: "\f0c7";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
    }

.avatar-preview {
    display: flex;
    justify-content: center;
}

    .avatar-preview img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        object-fit: cover;
        border: 1px solid rgba(24, 20, 16, 0.12);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    }

.news-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.news-sidebar-title {
    font-weight: 700;
    letter-spacing: 0.08em;
    font-size: 12px;
}

.news-sidebar-close {
    background: transparent;
    border: none;
    color: #f3f2ef;
    font-size: 18px;
}

.news-sidebar-nav {
    display: grid;
    gap: 8px;
}

.news-sidebar-greeting {
    color: #cfc9c1;
    font-size: 0.9rem;
    padding: 6px 6px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.news-sidebar-link {
    color: #f3f2ef;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: block;
}

    .news-sidebar-link:hover,
    .news-sidebar-link.active {
        color: #9e2c33;
    }

.news-sidebar-children {
    display: grid;
    gap: 6px;
    padding: 6px 0 10px 12px;
}

.news-sidebar-sublink {
    color: #cfc9c1;
    text-decoration: none;
    font-size: 0.92rem;
}

    .news-sidebar-sublink:hover,
    .news-sidebar-sublink.active {
        color: #9e2c33;
    }

@media (max-width: 575.98px) {
    .news-sidebar-panel {
        width: 260px;
    }
}

.form-control-1 {
    border: 1px solid #ced4da;
    width: 80%;
    display: inline-block;
    /* display: block; */
    /* width: 100%; */
    padding: 10px 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 37px;
}
