﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}

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

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

@media (max-width: 767.98px) {
    .banner-home-slider {
        padding-top: 0;
        padding-bottom: 0;
    }

    .banner-mobile-fallback {
        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-home-swiper {
    width: 100%;
}

    .banner-home-swiper .swiper-wrapper {
        align-items: stretch;
    }

    .banner-home-swiper .swiper-slide {
        height: auto;
    }

.banner-home-link {
    display: block;
}

.banner-home-swiper .swiper-button-prev,
.banner-home-swiper .swiper-button-next {
    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);
}

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

    .banner-home-swiper .swiper-button-prev:hover,
    .banner-home-swiper .swiper-button-next:hover {
        background: #f5efe6;
        color: #3f3226;
    }

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


.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 #eee4d6;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(24, 20, 16, 0.06);
}

    .news-sidebar .sidebar-heading {
        display: flex;
        align-items: center;
        gap: 10px;
        background: #f5efe6;
        border-radius: 12px;
        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: 10px;
}

    .news-cat-link.active {
        color: #b07a49;
        background: #f5efe6;
    }

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

.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 #eee4d6;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(24, 20, 16, 0.08);
}

.news-thumb {
    display: block;
    width: 100%;
    /*aspect-ratio: 1 / 1;*/
    overflow: hidden;
    background: #f5efe6;
}

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

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

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

.news-title {
    font-size: 1.05rem;
    line-height: 1.35;
}

    .news-title a {
        font-weight: 700;
    }

.news-excerpt {
    font-size: 0.95rem;
}

.news-card-body .text-muted {
    font-size: 0.85rem;
}

.news-title a {
    color: #1f1b16;
    text-decoration: none;
}

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

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

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

    .post-related .owl-nav {
        display: flex;
        gap: 8px;
        justify-content: flex-end;
        margin-bottom: 12px;
    }

        .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: 16px;
    overflow: hidden;
    border: 1px solid #eee4d6;
    box-shadow: 0 10px 24px rgba(24, 20, 16, 0.08);
}

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

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

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

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

.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: 1120px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(34, 27, 20, 0.2);
    display: none;
    z-index: 9999;
    align-items: stretch;
}

.category-switch-tabs {
    position: absolute;
    top: 12px;
    right: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    border: 1px solid #eadfce;
    border-radius: 999px;
    padding: 2px;
    background: #fffdf9;
}

.category-switch-tab {
    border: 0;
    background: transparent;
    color: #7c674f;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 8px 12px;
    border-radius: 999px;
}

.category-switch-tab.active {
    background: #b99868;
    color: #fff;
}

.category-switch-panel {
    display: none;
    width: 100%;
}

.category-switch-panel.active {
    display: flex;
}

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

.category-bar.open .category-dropdown {
    display: flex;
}

.category-left {
    width: 360px;
    border-right: 1px solid #f0e6da;
    padding: 10px;
}

.category-parent {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 10px;
    color: #3f3226;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    gap: 10px;
    box-sizing: border-box;
    min-height: 56px;
}

.category-parent__label {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    flex: 1 1 auto;
}

.category-parent__icon {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    object-fit: cover;
    flex: 0 0 30px;
}

.category-parent__name {
    display: inline-block;
    min-width: 0;
    max-width: 280px;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    line-height: 1.35;
}

.category-parent:hover,
.category-parent.active {
    background: transparent;
    color: #b57a43;
    font-weight: 500;
}

.category-parent .chevron {
    color: #b79a7b;
    flex: 0 0 16px;
    width: 16px;
    text-align: center;
    line-height: 1.2;
    margin-top: 6px;
}

.category-right {
    padding: 46px 16px 16px;
    min-width: 700px;
    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(180px, 1fr));
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.panel-links li,
.panel-group {
    min-width: 0;
}

.panel-links a {
        color: #3f3226;
        text-decoration: none;
        padding: 6px 8px;
        border-radius: 8px;
        font-size: 14px;
    }

.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: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.35;
}

.panel-sub {
    display: grid;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 2px 0 0;
}

.panel-sub a {
        white-space: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.35;
        min-width: 0;
    }

.panel-links a:hover {
    background: transparent;
    color: #b57a43;
    font-weight: inherit;
}

.mobile-category-switch {
    margin-bottom: 10px;
}

    .mobile-category-switch .nav-link {
        border-radius: 999px !important;
        border: 1px solid #eadfce;
        color: #7c674f;
        font-weight: 600;
        padding: 6px 12px;
        margin-right: 8px;
    }

        .mobile-category-switch .nav-link.active {
            background: #b99868;
            color: #fff;
            border-color: #b99868;
        }

.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;
    position: relative;
}

.product-wishlist-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid #e7d8c7;
    background: rgba(255, 255, 255, 0.95);
    color: #8e7560;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 3;
    transition: all 0.2s ease;
    box-shadow: 0 6px 14px rgba(34, 27, 20, 0.14);
}

    .product-wishlist-btn:hover,
    .product-wishlist-btn:focus {
        color: #c63f3f;
        border-color: #e7b7b7;
        background: #fff1f1;
    }

    .product-wishlist-btn.active {
        color: #d63f3f;
        border-color: #e7b7b7;
        background: #fff1f1;
    }

.product-thumb-wrap {
    position: relative;
}

.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 {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px;
    font-weight: 600;
    color: #a1552c;
}

    .product-price .price-old {
        flex: 0 0 100%;
        margin: 0;
        color: #b7a99a;
        text-decoration: line-through;
        font-weight: 500;
    }

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

    .product-price .price-discount {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 23px;
        padding: 0 8px;
        border: 2px solid #d57aa8;
        border-radius: 999px;
        color: #d94f93;
        background: #fff6fb;
        font-size: 0.95rem;
        line-height: 1;
        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-wrapper,
    .product-detail .product-gallery-main .swiper-slide {
        height: 100%;
    }

    .product-detail .product-gallery-main .btn-favorite-floating {
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 4;
        width: 42px;
        height: 42px;
        border-radius: 999px;
        border: 1px solid #ead6c3;
        background: rgba(255, 255, 255, 0.96);
        color: #7d6552;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        box-shadow: 0 8px 16px rgba(34, 27, 20, 0.18);
        transition: all 0.2s ease;
    }

        .product-detail .product-gallery-main .btn-favorite-floating:hover,
        .product-detail .product-gallery-main .btn-favorite-floating:focus {
            color: #d63f3f;
            border-color: #e7b7b7;
            background: #fff1f1;
        }

        .product-detail .product-gallery-main .btn-favorite-floating.active {
            color: #d63f3f;
            border-color: #e7b7b7;
            background: #fff1f1;
        }

        .product-detail .product-gallery-main .btn-favorite-floating i {
            font-size: 1.05rem;
        }

    .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 {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #a1552c;
    margin-bottom: 16px;
}

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

.product-detail .price-old {
    flex: 0 0 100%;
    margin: 0 0 4px;
    color: #9d978f;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 1.2rem;
}

.product-detail .price-discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid #AF8D66;
    border-radius: 999px;
    color: #AF8D66;
    background: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1;
    border-bottom-left-radius: 0;
}

.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.active {
        border-color: #d63f3f;
        color: #d63f3f;
        background: #fff2f2;
    }

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

.recently-viewed-block .product-title a {
    color: #1f1b16;
    text-decoration: none;
}

    .recently-viewed-block .product-title a:hover {
        color: #b07a49;
    }

.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 table {
        width: 100% !important;
        max-width: 100%;
        border-collapse: collapse;
        margin: 0 0 1rem;
        display: table;
    }

        .product-detail .tab-body-content table th,
        .product-detail .tab-body-content table td {
            padding: 10px 12px;
            border: 1px solid #e6ddcf;
            vertical-align: top;
            text-align: left;
        }

        .product-detail .tab-body-content table th {
            font-weight: 700;
            color: #2f241a;
            background: #faf6f0;
        }

    .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: "\25BE";
        margin-left: 6px;
        font-size: 14px;
    }

.product-detail .tab-body.expanded .tab-toggle::after {
    content: "\25B4";
}

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

div#MainContent_CheckoutPanel {
    font-size: 14px;
}

.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:not(textarea),
    .checkout-page .form-select {
        min-height: 46px;
        height: 46px;
        padding-top: 0.55rem;
        padding-bottom: 0.55rem;
    }

    .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 .form-control.is-invalid,
    .checkout-page .form-select.is-invalid {
        border-color: #dc3545 !important;
        box-shadow: none;
    }

        .checkout-page .form-control.is-invalid:focus,
        .checkout-page .form-select.is-invalid:focus {
            border-color: #dc3545 !important;
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.12);
        }

.checkout-page .text-danger.small.d-block.mt-1:empty {
    display: none !important;
}

.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-address-book-btn {
    border: 0;
    background: transparent;
    color: #8b6236;
    font-weight: 600;
    padding: 0;
    line-height: 1.3;
    text-decoration: none;
}

    .checkout-page .checkout-address-book-btn:hover,
    .checkout-page .checkout-address-book-btn:focus {
        color: #5b3d23;
        text-decoration: underline;
        outline: none;
        box-shadow: none;
    }

.checkout-page .checkout-total {
    margin-top: 12px;
}

.checkout-page .voucher-box {
    background: #faf7f3;
    border: 1px solid #efe3d4;
    border-radius: 12px;
    padding: 10px;
}

.checkout-page .voucher-box-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #6a5643;
}

.checkout-page .voucher-box .voucher-input-group {
    flex-wrap: nowrap;
    gap: 0;
}

    .checkout-page .voucher-box .voucher-input-group .form-control {
        min-height: 42px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.checkout-page .voucher-box .voucher-apply-btn {
    min-width: 122px;
    min-height: 42px;
    font-weight: 700;
    letter-spacing: 0.3px;
    border-radius: 0;
}

.checkout-page .voucher-box .voucher-remove-btn {
    min-height: 42px;
    padding: 0 12px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    font-weight: 600;
    color: #c53d44;
    border-color: #e9b5b9;
    background: #fff5f6;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

    .checkout-page .voucher-box .voucher-remove-btn:hover,
    .checkout-page .voucher-box .voucher-remove-btn:focus {
        color: #fff;
        background: #c53d44;
        border-color: #c53d44;
        text-decoration: none;
    }

    .checkout-page .voucher-box .voucher-remove-btn i {
        font-size: 0.85rem;
    }

.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 {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .checkout-page .checkout-radio > li {
        display: block !important;
        margin-bottom: 10px;
        padding: 12px 14px;
        border: 1px solid #e7dac9;
        border-radius: 12px;
        background: #fff;
        transition: all 0.2s ease;
    }

        .checkout-page .checkout-radio > li:hover {
            border-color: #caa176;
            box-shadow: 0 6px 16px rgba(34, 27, 20, 0.06);
        }

        .checkout-page .checkout-radio > li.is-selected {
            border-color: #caa176;
            background: #fffaf5;
            box-shadow: 0 8px 18px rgba(161, 85, 44, 0.08);
        }

        .checkout-page .checkout-radio > li:last-child {
            margin-bottom: 0;
        }

    .checkout-page .checkout-radio input[type="radio"] {
        display: inline-block !important;
        vertical-align: middle;
        margin: 0 !important;
        margin-right: 10px !important;
        width: 16px;
        height: 16px;
        accent-color: #a1552c;
    }

    .checkout-page .checkout-radio label {
        margin: 0 !important;
        font-weight: 600;
        color: #2f2a24;
        cursor: pointer;
        display: inline !important;
        vertical-align: middle;
        width: auto !important;
        line-height: 1.2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }

    .checkout-page .checkout-radio br {
        display: none !important;
    }

    .checkout-page .checkout-radio input[type="radio"]:checked + label {
        color: #a1552c;
        font-weight: 700;
    }

.checkout-page .checkout-hint {
    font-size: 0.9rem;
    color: #7b6c5d;
    margin-top: 8px;
}

.checkout-page .checkout-option-card .card-body {
    display: flex;
    flex-direction: column;
}

@media (max-width: 767.98px) {
    .checkout-page .checkout-radio label {
        white-space: normal;
        overflow: visible;
        text-overflow: initial;
    }
}

.account-page .card {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(34, 27, 20, 0.08);
}

.account-page .form-control,
.account-page .form-select {
    background-color: #ffffff;
    border: 1px solid #e2d5c5;
    color: #2b2b2b;
    border-radius: 12px;
    padding: 10px 14px;
}

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

    .account-page .form-control:focus,
    .account-page .form-select:focus {
        border-color: #caa176;
        box-shadow: 0 0 0 0.2rem rgba(202, 161, 118, 0.2);
    }

.account-page h4 {
    color: #3b2f25;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.account-page .btn-dark {
    background: linear-gradient(135deg, #2f251b, #7a5636);
    border: 0;
    border-radius: 12px;
    padding: 11px 14px;
    font-weight: 600;
}

    .account-page .btn-dark:hover {
        background: linear-gradient(135deg, #3a2d21, #8a623c);
    }

.account-page a {
    color: #a06a3b;
}

    .account-page a:hover {
        color: #7a4e2b;
    }

.account-page .account-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid transparent;
    padding: 10px 12px;
    margin-bottom: 12px;
    font-size: 0.92rem;
    line-height: 1.45;
}

    .account-page .account-alert i {
        margin-top: 2px;
        font-size: 1rem;
    }

.account-page .account-alert-success {
    color: #0f7a57;
    background: #ecf9f2;
    border-color: #bde8d4;
}

.account-page .account-alert-danger {
    color: #b42333;
    background: #fff1f3;
    border-color: #f4c4cb;
}

.account-page .account-alert.d-none {
    display: none !important;
}

.account-page .text-danger.small.d-block.mt-1 {
    display: flex !important;
    align-items: flex-start;
    gap: 6px;
}

    .account-page .text-danger.small.d-block.mt-1:empty {
        display: none !important;
    }

    .account-page .text-danger.small.d-block.mt-1:not(:empty)::before {
        content: "\f06a";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 0.78rem;
        margin-top: 2px;
    }

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

.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    border: 1px solid transparent;
}

.social-google {
    background: #ffffff;
    color: #333333;
    border-color: #d9d9d9;
}

.social-facebook {
    background: #1877f2;
    color: #ffffff;
}

.social-login-grid {
    margin-top: 6px;
}

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

.account-login .login-hero {
    padding-right: 20px;
}

.account-login .login-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2f251b;
    margin-bottom: 8px;
}

.account-login .login-subtitle {
    color: #6f5c4a;
    margin-bottom: 20px;
}

.account-login .login-hero-media {
    background: none;
    border-radius: 0;
    padding: 0;
}

    .account-login .login-hero-media img {
        width: 100%;
        height: auto;
        border-radius: 12px;
        display: block;
    }

.account-login .login-card {
    border-radius: 18px;
}

.account-login .login-divider {
    height: 2px;
    width: 80px;
    margin: 0 auto 16px;
    background: linear-gradient(90deg, #d1a077, #f0d9c1);
}

.account-login .login-or {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0 12px;
    color: #9a856f;
    font-size: 0.9rem;
}

    .account-login .login-or::before,
    .account-login .login-or::after {
        content: "";
        flex: 1;
        height: 1px;
        background: #eadfd4;
    }

.account-login .social-login-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.account-login .social-btn {
    border-radius: 12px;
    border: 1px solid #e4d7c8;
    background: #ffffff;
    color: #6a5643;
}

.account-login .social-facebook {
    border-color: #e4d7c8;
    color: #6a5643;
}

.account-login .social-google {
    border-color: #e4d7c8;
    color: #6a5643;
}

.account-login .social-zalo {
    border-color: #e4d7c8;
    color: #6a5643;
}

@media (max-width: 992px) {
    .account-login .login-hero {
        padding-right: 0;
    }

    .account-login .social-login-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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

.social-zalo {
    background: #0068ff;
    color: #ffffff;
}

.account-profile .account-sidebar {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.account-profile .account-user {
    display: flex;
    gap: 12px;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0e4d7;
    margin-bottom: 16px;
}

.account-profile .account-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #f2e7dc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #9b7a5c;
}

.account-profile .account-name {
    font-weight: 600;
    color: #3a2c20;
}

.account-profile .account-edit {
    font-size: 0.85rem;
    color: #a06a3b;
    text-decoration: none;
}

.account-profile .account-section-title {
    font-weight: 600;
    margin-bottom: 10px;
    color: #3a2c20;
}

.account-profile .account-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .account-profile .account-menu li + li {
        margin-top: 6px;
    }

    .account-profile .account-menu a {
        display: block;
        padding: 10px 12px;
        border-radius: 10px;
        color: #6f5c4a;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
    }

        .account-profile .account-menu a.active,
        .account-profile .account-menu a:hover {
            background: #f7efe7;
            color: #a06a3b;
        }

.account-profile .account-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.account-profile .account-card-header {
    border-bottom: 1px solid #f0e4d7;
    padding-bottom: 12px;
    margin-bottom: 16px;
}

    .account-profile .account-card-header h4 {
        margin: 0;
        color: #3a2c20;
        font-weight: 600;
    }

    .account-profile .account-card-header p {
        margin: 6px 0 0;
        color: #7b6652;
        font-size: 0.95rem;
    }

.account-address .account-address-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0e4d7;
    margin-bottom: 16px;
}

.account-address .btn-add-address {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 36px;
    padding: 0 14px;
    font-size: 0.82rem;
    line-height: 1;
    font-weight: 700;
    color: #ffffff !important;
}

    .account-address .btn-add-address:hover,
    .account-address .btn-add-address:focus {
        color: #ffffff !important;
    }

.account-address .modal .form-control,
.account-address .modal .form-select {
    border: 1px solid #dcc8b4 !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    outline: 1px solid #dcc8b4 !important;
    outline-offset: 0;
    background-clip: padding-box;
}

.account-address .modal input.form-control,
.account-address .modal select.form-select,
.account-address .modal textarea.form-control {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    min-height: 44px !important;
    line-height: 1.35 !important;
    border: 1px solid #dcc8b4 !important;
    outline: 1px solid #dcc8b4 !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
}

.account-address .modal textarea.form-control {
    min-height: 96px !important;
}

.account-address .modal .form-control:focus,
.account-address .modal .form-select:focus {
    border-color: #b68a5d;
    box-shadow: 0 0 0 0.15rem rgba(182, 138, 93, 0.2);
}

.account-address .modal .form-control.is-invalid,
.account-address .modal .form-select.is-invalid {
    border-color: #dc3545 !important;
    background-image: none !important;
    outline-color: #dc3545 !important;
}

    .account-address .modal .form-control.is-invalid:focus,
    .account-address .modal .form-select.is-invalid:focus {
        box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.2);
    }

.account-address .btn-save-address {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 12px;
    font-weight: 700;
    letter-spacing: 0.1px;
}

.account-address-edit .btn-save-address {
    color: #fff !important;
}

.account-address-edit .btn-back-address {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 12px;
    font-weight: 700;
    border-color: #d8c6b3;
    color: #6f5c4a;
    background: #fff;
}

    .account-address-edit .btn-back-address:hover,
    .account-address-edit .btn-back-address:focus {
        border-color: #b68a5d;
        color: #a06a3b;
        background: #fff8ef;
    }

.account-address-edit .form-check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding-left: 0;
}

    .account-address-edit .form-check .form-check-input {
        float: none;
        margin: 0;
        box-shadow: none !important;
        background-color: transparent !important;
        border: 0 !important;
        accent-color: #a06a3b;
    }

    .account-address-edit .form-check .form-check-label {
        margin: 0;
        line-height: 1.25;
        color: #5a4a3a;
    }

.account-address .account-address-header h4 {
    margin: 0;
    color: #3a2c20;
    font-weight: 600;
}

.account-address .account-address-header p {
    margin: 6px 0 0;
    color: #7b6652;
    font-size: 0.95rem;
}

.account-address .account-address-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.account-address .address-item {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #f0e4d7;
}

.account-address .address-title {
    font-weight: 600;
    color: #a06a3b;
    margin-bottom: 6px;
}

.account-address .address-line {
    color: #5a4a3a;
    margin-bottom: 4px;
}

.account-address .address-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
    min-width: 140px;
}

.account-address .address-action {
    color: #6f5c4a;
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .account-address .address-action:hover {
        color: #a06a3b;
    }

.account-address .address-default-badge {
    display: inline-block;
    margin-top: 8px;
    background: #f7efe7;
    color: #a06a3b;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.8rem;
}

.social-zalo-icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #0068ff;
    font-size: 12px;
    font-weight: 700;
}

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

.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: clamp(260px, 82vw, 360px) !important;
        min-height: 260px;
        aspect-ratio: auto;
    }

    .product-detail .product-gallery-wrap {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .product-detail .product-gallery-thumbs {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }

        .product-detail .product-gallery-thumbs .swiper-wrapper {
            flex-direction: row;
            gap: 8px;
        }

        .product-detail .product-gallery-thumbs .swiper-slide {
            width: 72px;
            height: 72px;
            flex: 0 0 72px;
        }

        .product-detail .product-gallery-thumbs.thumbs-mobile-static {
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            padding-bottom: 2px;
        }

            .product-detail .product-gallery-thumbs.thumbs-mobile-static .swiper-wrapper {
                transform: none !important;
                width: max-content;
            }

            .product-detail .product-gallery-thumbs.thumbs-mobile-static .swiper-slide.thumb-active {
                border-color: #b07b52;
                box-shadow: 0 0 0 2px rgba(176, 123, 82, 0.14);
            }

        .product-detail .product-gallery-thumbs .swiper-button-prev,
        .product-detail .product-gallery-thumbs .swiper-button-next {
            display: none;
        }

    .product-detail .product-actions {
        flex-wrap: nowrap;
        align-items: center;
        gap: 8px;
    }

    .product-detail .qty-control {
        margin-right: 0;
    }

    .product-detail .btn-cart {
        white-space: nowrap;
    }
}

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

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

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

.ecommerce-header .nav-logo {
    height: 90px;
    width: auto;
    object-fit: contain;
    margin-top: 10px;
    margin-bottom: 10px;
}

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

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

    .footer-benefits .benefit-button {
        display: inline-block;
        background: #c8a57e;
        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-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    align-items: center;
    text-align: center;
}

.footer-contact__headline {
    color: #c8a57e;
    font-weight: 600;
    text-align: center;
    display: none;
}

.footer-contact__phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #c8a57e;
    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: #ccc;
    line-height: 1.5;
    justify-content: flex-start;
    align-self: stretch;
    text-align: left;
}

footer.full-row.bg-dark {
    padding-top: 40px;
    padding-bottom: 30px;
}

    footer.full-row.bg-dark .footer-logo img {
        max-width: 140px;
        height: auto;
        opacity: 0.95;
    }

    footer.full-row.bg-dark .footer-widget {
        padding-right: 18px;
    }

        footer.full-row.bg-dark .footer-widget.category-widget {
            padding-right: 0;
        }

    footer.full-row.bg-dark .footer-main {
        display: grid;
        grid-template-columns: minmax(240px, 320px) 1fr;
        gap: 32px;
        align-items: stretch;
    }

    footer.full-row.bg-dark .footer-contact-col {
        display: flex;
    }

    footer.full-row.bg-dark .footer-contact-card {
        width: 100%;
        padding: 22px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid #c8a57e;
        position: relative;
    }

        footer.full-row.bg-dark .footer-contact-card::before {
            content: "";
            position: absolute;
            left: 0;
            top: 24px;
            bottom: 24px;
            width: 3px;
            background: #c8a57e;
            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: #0f120f;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 16px 0;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-bottom-copy {
    color: #ccc;
    font-weight: normal;
    font-size: 13px;
}

.footer-bottom-social {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

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

.floating-contact__item {
    width: 40px;
    height: 40px;
    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: #c8a57e;
    }

    .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: #ccc;
    background: rgba(255, 255, 255, 0.04);
    text-decoration: none;
    font-weight: normal;
    font-size: 0.9rem;
}

    .footer-social-pill:hover {
        color: #ccc;
        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;
    }
}

@media (max-width: 991.98px) {
    .floating-contact,
    #scroll {
        display: none !important;
    }
}

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;
    display: none;
}

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

    .footer-widget.category-widget .footer-accordion-toggle span::after {
        content: "";
        display: block;
        width: 28px;
        height: 2px;
        background: #c8a57e;
        margin-top: 6px;
    }

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

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

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

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: #ccc;
    font-weight: normal;
}

.footer-hours-value {
    color: #ccc;
    font-weight: normal;
}

.footer-contact__item i {
    color: #ccc;
    margin-top: 3px;
}

@media (max-width: 991.98px) {
    footer.full-row.bg-dark .footer-main {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    footer.full-row.bg-dark .footer-menu-col {
        padding-left: 0;
        border-left: none;
    }

    footer.full-row.bg-dark .footer-contact-card::before {
        top: 16px;
        bottom: 16px;
    }
}

.category-hero {
    background: #ffffff;
    border-radius: 14px;
    padding: 0;
    box-shadow: 0 16px 40px rgba(28, 22, 15, 0.12);
}

.category-hero-title {
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    font-size: 2.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
    text-align: center;
}

.category-hero-banner img {
    border-radius: 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: #f1e7da;
        color: #8c5c36;
        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: transparent;
}

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

button.search-submit {
    background: #c8a57e !important;
    border: 1px solid var(--theme-primary-color);
}

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

#navbarSupportedContent .navbar-nav .nav-link {
    color: var(--theme-dark-color);
    font-size: 15px;
    font-weight: 600;
}

.ecommerce-header .main-nav .home-shortcut-menu {
    margin-left: 12px;
    margin-right: auto !important;
}

    .ecommerce-header .main-nav .home-shortcut-menu .nav-item + .nav-item {
        margin-left: 6px;
    }

    .ecommerce-header .main-nav .home-shortcut-menu .nav-link,
    .ecommerce-header .main-nav .home-shortcut-menu .nav-link.active {
        color: var(--theme-dark-color) !important;
    }

        .ecommerce-header .main-nav .home-shortcut-menu .nav-link:hover {
            color: #b7936b !important;
        }

header.ecommerce-header.fixed-top .header-sticky,
header.ecommerce-header.nav-on-top .header-sticky {
    display: none !important;
}

.ecommerce-header .main-nav .margin-right-1 {
    gap: 10px;
}

.ecommerce-header .main-nav .product-search-one {
    flex: 1 1 430px;
    max-width: 430px;
}

    .ecommerce-header .main-nav .product-search-one .search-box .search-field {
        min-width: 340px;
    }

@media (max-width: 1299.98px) {
    .ecommerce-header .main-nav .product-search-one {
        flex-basis: 360px;
        max-width: 360px;
    }

        .ecommerce-header .main-nav .product-search-one .search-box .search-field {
            min-width: 280px;
        }
}

#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%;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

    .ecommerce-header .search-box .search-field {
        flex: 1;
        border: 1px solid var(--theme-primary-color);
        background: #fff;
        border-radius: 999px 0 0 999px;
    }

    .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 .header-cart-4 .account-icon-dropdown .dropdown-toggle::after {
        display: none;
    }

@media (min-width: 992px) {
    .ecommerce-header .header-cart-4 .account-icon-dropdown > .dropdown-menu {
        margin-top: 0;
        display: none;
        z-index: 9999;
    }

    .ecommerce-header .header-cart-4 .account-icon-dropdown:hover > .dropdown-menu {
        display: block !important;
    }
}

.ecommerce-header .header-cart-4 .account-icon-dropdown .cart-icon i {
    font-size: 22px;
    line-height: 1;
}

.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: 500px;
    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 .login-signup {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding: 10px 10px !important;
    }

        .ecommerce-header .header-sticky .login-signup .mobile-quick-links {
            display: flex;
            align-items: stretch;
            gap: 6px;
            flex: 1;
            min-width: 0;
            overflow-x: auto;
            overflow-y: hidden;
            padding-bottom: 2px;
        }

            .ecommerce-header .header-sticky .login-signup .mobile-quick-links::-webkit-scrollbar {
                height: 3px;
            }

            .ecommerce-header .header-sticky .login-signup .mobile-quick-links::-webkit-scrollbar-thumb {
                background: rgba(255, 255, 255, 0.25);
                border-radius: 99px;
            }

        .ecommerce-header .header-sticky .login-signup .quick-link {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: #fff;
            text-decoration: none;
            font-size: 13px;
            font-weight: 600;
            line-height: 1.2;
            padding: 4px 8px;
            border-radius: 6px;
            background: rgba(255, 255, 255, 0.08);
            flex: 0 0 auto;
            min-height: 34px;
            white-space: nowrap;
        }

            .ecommerce-header .header-sticky .login-signup .quick-link i {
                color: #c27c3e;
                font-size: 14px;
                line-height: 1;
            }

            .ecommerce-header .header-sticky .login-signup .quick-link:hover {
                background: rgba(255, 255, 255, 0.16);
                color: #fff;
            }

            .ecommerce-header .header-sticky .login-signup .quick-link.quick-link-hotline {
                font-weight: 700;
            }

        .ecommerce-header .header-sticky .login-signup .slide-nav-close {
            flex: 0 0 auto;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            color: #fff;
            opacity: 0.95;
        }

            .ecommerce-header .header-sticky .login-signup .slide-nav-close i {
                color: #fff !important;
                font-size: 14px !important;
            }

    .ecommerce-header .header-sticky #menu-and-category .nav-link {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.2px;
        padding: 9px 8px;
    }

    .ecommerce-header .header-sticky .margin-right-1 {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end;
        flex-wrap: nowrap !important;
        gap: 6px;
        width: 100%;
    }

    .ecommerce-header .header-sticky .product-search-one {
        float: none !important;
        display: block;
        width: auto !important;
        flex: 1 1 auto;
        min-width: 0;
    }

        .ecommerce-header .header-sticky .product-search-one .search-box {
            min-width: 0;
        }

    .ecommerce-header .header-sticky .product-search-one-cart {
        float: none !important;
        top: 0 !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
    }

        .ecommerce-header .header-sticky .product-search-one-cart .cart {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 34px;
            height: 34px;
        }

        .ecommerce-header .header-sticky .product-search-one-cart .cart-wrap {
            display: none !important;
        }

        .ecommerce-header .header-sticky .product-search-one-cart .cart-icon {
            position: relative;
            line-height: 1;
        }

        .ecommerce-header .header-sticky .product-search-one-cart .header-cart-count {
            font-size: 10px;
        }
}

.ecommerce-header .header-sticky {
    padding-top: 0 !important;
}

@media (min-width: 992px) {
    .ecommerce-header .header-cart-4 .cart-icon .fa-heart {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 22px;
    }
}

.ecommerce-header .mobile-search-cart-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}

@media (max-width: 991.98px) {
    .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push {
        width: 100vw;
        max-width: 100vw;
        background: #fff;
    }

        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .login-signup {
            background: #243348 !important;
            padding: 9px 14px !important;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .mobile-quick-links {
            display: flex;
            align-items: center;
            gap: 8px;
            min-width: 0;
            width: 100%;
        }

            .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .mobile-quick-links .quick-link {
                display: none;
            }

            .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .mobile-quick-links .quick-link-hotline {
                display: inline-flex !important;
                align-items: center;
                gap: 6px;
                color: #fff !important;
                font-size: 14px;
                font-weight: 600;
                line-height: 1.2;
                text-decoration: none;
            }

                .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .mobile-quick-links .quick-link-hotline i {
                    font-size: 13px;
                }

        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .slide-nav-close {
            margin-left: auto;
            position: static;
            transform: none;
            width: 28px;
            height: 28px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: transparent;
            border-radius: 0;
        }

            .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .slide-nav-close i {
                color: #fff !important;
                font-size: 18px;
            }

        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .menu-and-category {
            padding: 10px 14px 16px;
            background: #fff;
        }

        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .mobile-push-brand {
            padding: 4px 0 10px;
        }

        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .mobile-push-brand__logo {
            max-width: 150px;
            width: auto;
            height: auto;
        }

        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .mobile-push-section-title {
            margin: 10px 0 6px;
            padding: 8px 10px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: .6px;
            text-transform: uppercase;
            color: #6f4a2b;
            background: #f7f2ed;
            border-left: 3px solid #c27d3f;
        }

        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push #menu-and-category {
            display: none !important;
        }

        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push #menu-and-categoryContent {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push #pills-push-categories {
            order: 1;
        }

        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push #pills-push-menu {
            order: 2;
        }

        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push #menu-and-categoryContent .tab-pane {
            display: block !important;
            opacity: 1 !important;
        }

        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push #pills-push-categories .push-navbar > .tab-content > .tab-pane {
            display: none !important;
            opacity: 1 !important;
        }

        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push #pills-push-categories .push-navbar > .tab-content > .tab-pane.active,
        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push #pills-push-categories .push-navbar > .tab-content > .tab-pane.show.active {
            display: block !important;
        }

        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .push-navbar {
            padding: 0;
            max-height: calc(100vh - 170px);
            overflow-y: auto;
            overflow-x: hidden;
        }

            .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .push-navbar .navbar-nav > .nav-item > .nav-link {
                display: block;
                color: #28374a;
                font-size: 16px;
                font-weight: 500;
                line-height: 1.4;
                padding: 12px 4px;
                border-bottom: 1px solid #ede5db;
                text-transform: none;
                white-space: normal;
                word-break: break-word;
                overflow: visible;
                text-overflow: unset;
                padding-right: 28px;
                min-width: 0;
                position: relative;
            }

            .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .push-navbar .navbar-nav > .nav-item:last-child > .nav-link {
                border-bottom: 1px solid #ede5db;
            }

        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push #pills-push-categories .navbar-nav > .nav-item > .nav-link {
            text-transform: uppercase;
            letter-spacing: .2px;
        }

        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .push-navbar .navbar-nav > .dropdown > .nav-link::after {
            display: inline-block !important;
            position: absolute;
            right: 6px;
            top: 50%;
            transform: translateY(-50%);
            margin-left: 0;
            border-top-color: #5f5f5f;
            border-top-width: 6px;
            border-right-width: 5px;
            border-left-width: 5px;
        }

        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .push-navbar .navbar-nav li > ul.dropdown-menu {
            padding: 6px 0 8px;
            border: 0 !important;
            background: #fbfbfb;
            box-shadow: none !important;
            position: static !important;
            float: none !important;
            transform: none !important;
            inset: auto !important;
            width: 100% !important;
            margin: 0 !important;
            min-width: 0 !important;
        }

            .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .push-navbar .navbar-nav li > ul.dropdown-menu .dropdown-item {
                color: #4e5a66;
                font-size: 14px;
                font-weight: 500;
                padding: 8px 14px;
                white-space: normal;
                word-break: break-word;
                overflow: visible;
                text-overflow: unset;
            }

        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .push-navbar .navbar-nav > li,
        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .push-navbar .navbar-nav > li > ul > li {
            width: 100%;
            clear: both;
        }

        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .push-navbar .navbar-nav .nav-link,
        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .push-navbar .navbar-nav .dropdown-item {
            line-height: 1.35;
        }

        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .mobile-category-link-label {
            display: inline-flex;
            align-items: flex-start;
            gap: 8px;
            min-width: 0;
            max-width: 100%;
        }

        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .mobile-category-link-icon {
            width: 18px;
            height: 18px;
            object-fit: cover;
            border-radius: 4px;
            flex: 0 0 18px;
            margin-top: 1px;
        }

        .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push .mobile-category-link-label > span {
            display: block;
            min-width: 0;
            white-space: normal;
            overflow-wrap: anywhere;
            word-break: break-word;
            line-height: 1.35;
        }
}

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

    .ecommerce-header .header-sticky .margin-right-1 {
        gap: 4px;
    }

    .ecommerce-header .header-sticky .product-search-one-cart .cart {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 991.98px) {
    .ecommerce-header .mobile-search-cart-row {
        gap: 6px;
        flex-wrap: nowrap !important;
    }

        .ecommerce-header .mobile-search-cart-row .product-search-one {
            flex: 1 1 auto;
            min-width: 0;
            width: auto !important;
            float: none !important;
            margin: 0 !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .ecommerce-header .mobile-search-cart-row .product-search-one-cart {
            flex: 0 0 auto;
            float: none !important;
            top: 0 !important;
            margin: 0 !important;
        }

            .ecommerce-header .mobile-search-cart-row .product-search-one-cart .cart {
                width: 34px;
                height: 34px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
            }

            .ecommerce-header .mobile-search-cart-row .product-search-one-cart .cart-icon {
                width: 20px;
                height: 20px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                position: relative;
                line-height: 1;
            }

                .ecommerce-header .mobile-search-cart-row .product-search-one-cart .cart-icon i,
                .ecommerce-header .mobile-search-cart-row .product-search-one-cart .cart-icon .fa-heart {
                    display: block;
                    font-size: 18px;
                    line-height: 1;
                }

                .ecommerce-header .mobile-search-cart-row .product-search-one-cart .cart-icon .flat-small::before {
                    font-size: 18px;
                    line-height: 1;
                }

            .ecommerce-header .mobile-search-cart-row .product-search-one-cart .header-cart-count {
                top: -7px !important;
                left: auto !important;
                right: -10px;
                width: 18px !important;
                height: 18px !important;
                line-height: 18px !important;
                font-size: 10px !important;
            }
}

.mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1045;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
    background: #ffffff;
    border-top: 1px solid #e8dccf;
    box-shadow: 0 -10px 22px rgba(29, 21, 14, 0.10);
    padding-bottom: env(safe-area-inset-bottom, 0);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.mobile-bottom-nav__item {
    min-height: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #5f4a35;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.15;
    text-align: center;
    padding: 6px 3px;
}

    .mobile-bottom-nav__item i {
        font-size: 15px;
        color: #6e543c;
        line-height: 1;
    }

.mobile-bottom-nav__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    min-height: 18px;
}

.mobile-bottom-nav__badge {
    position: absolute;
    top: -8px;
    right: -10px;
    min-width: 15px;
    height: 15px;
    padding: 0 4px;
    border-radius: 999px;
    background: #c27d3f;
    color: #fff;
    font-size: 9px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    border: 1px solid #fff;
}

    .mobile-bottom-nav__badge:empty {
        display: none;
    }

.mobile-bottom-nav__item:active,
.mobile-bottom-nav__item:hover,
.mobile-bottom-nav__item:focus {
    color: #a96e3d;
}

    .mobile-bottom-nav__item:active i,
    .mobile-bottom-nav__item:hover i,
    .mobile-bottom-nav__item:focus i {
        color: #a96e3d;
    }

@media (max-width: 991.98px) {
    body {
        padding-bottom: 62px;
    }
}

@media (min-width: 992px) {
    .mobile-bottom-nav {
        display: none !important;
    }
}

.footer-logo {
    height: auto;
    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;
}

/* Final mobile safeguard for product detail gallery */
@media (max-width: 991.98px) {
    .product-detail .product-main-card {
        padding: 14px;
    }

    .product-detail .product-gallery-wrap {
        flex-direction: column-reverse !important;
        gap: 10px !important;
    }

    .product-detail .product-gallery-main {
        width: 100% !important;
        aspect-ratio: 1 / 1 !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: hidden !important;
        border-radius: 14px !important;
        background: #f4efe7 !important;
    }

        .product-detail .product-gallery-main .swiper-wrapper {
            height: 100% !important;
        }

        .product-detail .product-gallery-main .swiper-slide {
            height: 100% !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        }

            .product-detail .product-gallery-main .swiper-slide img {
                width: 100% !important;
                height: 100% !important;
                object-fit: contain !important;
                transform: none !important;
            }

    .product-detail .product-gallery-thumbs {
        width: 100% !important;
        height: auto !important;
        margin-top: 10px !important;
    }

        .product-detail .product-gallery-thumbs .swiper-wrapper {
            flex-direction: row !important;
            gap: 8px !important;
        }

        .product-detail .product-gallery-thumbs .swiper-slide {
            width: 68px !important;
            height: 68px !important;
            flex: 0 0 68px !important;
        }
}

/* Home live banner */
.home-live-shell {
    background: #f9f5f0;
    padding: 0 0 0px;
}

.home-live-shell__inner {
    background: #ffffff;
}

.home-live-hero {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 0;
    margin: 0;
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
}

.home-live-hero__left {
    background: #f9f5f0;
    border-right: 1px solid #f9f5f0;
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.home-live-hero__category-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .02em;
    color: #151210;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 15px;
}

.home-live-hero__category-icon {
    display: none;
}

.home-live-hero__category-link:hover {
    color: #b57a43;
}

.home-live-hero__right {
    min-width: 0;
}

.home-live-swiper {
    width: 100%;
    height: 100%;
}

.home-live-video-card {
    position: relative;
    background: #1d1a17;
}

.home-live-video-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 7.1;
    background: #0f0d0b;
}

    .home-live-video-wrap iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

.home-live-badge {
    position: absolute;
    top: 14px;
    left: 16px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ff2f43;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    border-radius: 999px;
    padding: 8px 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

    .home-live-badge i {
        font-size: 10px;
    }

.home-live-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 86px;
    height: 86px;
    border-radius: 999px;
    border: 4px solid rgba(255, 255, 255, 0.86);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    pointer-events: none;
    z-index: 2;
    background: rgba(0, 0, 0, 0.22);
}

.home-live-swiper .swiper-button-prev,
.home-live-swiper .swiper-button-next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #2c241f;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

    .home-live-swiper .swiper-button-prev::after,
    .home-live-swiper .swiper-button-next::after {
        font-size: 13px;
        font-weight: 700;
    }

@media (max-width: 991.98px) {
    .home-live-shell {
        padding-bottom: 14px;
    }

    .home-live-hero {
        grid-template-columns: 1fr;
    }

    .home-live-hero__left {
        border-right: 0;
        border-bottom: 1px solid #ece6df;
        padding: 14px 14px 8px;
    }

    .home-live-hero__category-link {
        font-size: 14px;
        padding: 8px 0;
    }

    .home-live-video-wrap {
        aspect-ratio: 16 / 9;
    }

    .home-live-video-play {
        width: 64px;
        height: 64px;
        font-size: 20px;
        border-width: 3px;
    }
}

/* Home banner 2 */
.home-banner2-shell {
    padding: 50px 0 50px;
    background: #ececec;
}

.home-banner2-shell__inner {
    padding: 10px 0 4px;
}

.home-banner2-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.home-banner2-item {
    background: #f4f4f8;
    overflow: hidden;
}

.home-banner2-link {
    display: block;
    position: relative;
    text-decoration: none;
    color: #111;
}

.home-banner2-image {
    width: 100%;
    aspect-ratio: 16 / 6.2;
    object-fit: cover;
    display: block;
}


.home-banner2-mobile-wrap {
    display: none;
}

@media (max-width: 991.98px) {
    .home-banner2-shell {
        padding-bottom: 18px;
    }

    .home-banner2-shell__inner {
        padding-top: 6px;
    }

    .home-banner2-grid {
        display: none;
    }

    .home-banner2-mobile-wrap {
        display: block;
    }

    .home-banner2-swiper {
        overflow: hidden;
    }

        .home-banner2-swiper .swiper-slide {
            width: 100%;
        }

    .home-banner2-image {
        aspect-ratio: 16 / 8.8;
    }

    .home-banner2-pagination {
        position: static !important;
        margin-top: 10px;
        text-align: center;
    }

        .home-banner2-pagination .swiper-pagination-bullet {
            width: 8px;
            height: 8px;
            opacity: .35;
            background: #222;
        }

        .home-banner2-pagination .swiper-pagination-bullet-active {
            opacity: 1;
        }
}

/* Home category block */
.home-category-shell {
    padding: 0px 0 50px;
    background: #ececec;
}

.home-category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 45px 26px;
}

.home-category-item {
    text-align: center;
}

.home-category-link {
    text-decoration: none;
    color: #1d1a18;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.home-category-image {
    width: 100px;
    height: 100px;
    border-radius: 0;
    object-fit: cover;
    display: block;
}

.home-category-name {
    margin: 0;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.home-category-mobile-wrap {
    display: none;
}

@media (max-width: 991.98px) {
    .home-category-grid {
        display: none;
    }

    .home-category-mobile-wrap {
        display: block;
    }

    .home-category-swiper {
        overflow: hidden;
    }

        .home-category-swiper .swiper-slide {
            width: auto;
        }

    .home-category-image {
        width: 98px;
        height: 98px;
    }

    .home-category-name {
        font-size: 13px;
    }

    .home-category-pagination {
        position: static !important;
        margin-top: 12px;
        text-align: center;
    }

        .home-category-pagination .swiper-pagination-bullet {
            width: 8px;
            height: 8px;
            background: #222;
            opacity: .35;
        }

        .home-category-pagination .swiper-pagination-bullet-active {
            opacity: 1;
        }
}

/* Home staff pick */
.staff-pick-shell {
    background: #ececec;
    padding: 0px 0 50px;
}

.staff-pick-head {
    margin-bottom: 8px;
}

.staff-pick-title {
    margin: 0;
    font-size: 32px;
    line-height: 1.05;
    font-weight: 600;
    color: #151210;
    margin-bottom: 30px;
}

.staff-pick-layout {
    display: grid;
    grid-template-columns: 1fr 2.1fr 1fr;
    gap: 22px;
    align-items: stretch;
}

.staff-pick-col {
    display: grid;
    grid-template-rows: repeat(2, auto);
    gap: 14px;
    height: auto;
}

.staff-pick-card {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    min-height: 0;
    color: #fff;
    background: transparent;
}

.staff-pick-card--small {
    min-height: 0;
    border-radius: 12px;
}

.staff-pick-card__image {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    display: block;
    object-position: center center;
    transform: scale(1.001);
    transition: transform .45s ease;
    background: transparent;
}

.staff-pick-card__overlay {
    position: absolute;
    inset: auto 0 0;
    padding: 16px 16px 14px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(10, 10, 10, .74) 55%, rgba(8, 8, 8, .94) 100%);
    transform: translateY(63%);
    transition: transform .32s ease;
}

.staff-pick-card__name-link {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
}

    .staff-pick-card__name-link:hover {
        color: #fff;
        text-decoration: underline;
    }

.staff-pick-card__category-link {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, .86);
    text-decoration: none;
    font-size: 11px;
    line-height: 1.35;
    font-weight: 400;
    max-width: 96%;
}

    .staff-pick-card__category-link:hover {
        color: #fff;
        text-decoration: underline;
    }

.staff-pick-card__bottom {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.staff-pick-card__price-wrap {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
}

.staff-pick-card__price-old {
    font-size: 11px;
    color: rgba(255, 255, 255, .68);
    text-decoration: line-through;
}

    .staff-pick-card__price-old:empty {
        display: none;
    }

.staff-pick-card__price {
    font-size: 28px;
    line-height: 1;
    color: #d5b07f;
    font-weight: 700;
}

.staff-pick-card__cta {
    border-radius: 999px;
    background: rgba(0, 0, 0, .95);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 12px;
    line-height: 1;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

    .staff-pick-card__cta:hover {
        color: #fff;
        text-decoration: none;
        background: #111;
    }

.staff-pick-card:hover .staff-pick-card__overlay {
    transform: translateY(0%);
}

.staff-pick-card:hover .staff-pick-card__image {
    transform: scale(1.06);
}

.staff-pick-video-wrap {
    min-width: 0;
    display: flex;
    justify-content: center;
}

.staff-pick-video-card {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    overflow: hidden;
    background: #0f0d0b;
}

    .staff-pick-video-card iframe {
        width: 100%;
        height: 100%;
        border: 0;
        display: block;
        background: #12100e;
    }

.staff-pick-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 94px;
    height: 94px;
    border-radius: 999px;
    border: 4px solid rgba(255, 255, 255, .86);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    background: rgba(0, 0, 0, .24);
    pointer-events: none;
}

.staff-pick-mobile {
    display: none;
}

.staff-pick-mobile-video {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    background: #1f1a18;
    margin-bottom: 12px;
}

    .staff-pick-mobile-video iframe {
        width: 100%;
        aspect-ratio: 16 / 9;
        border: 0;
        display: block;
    }

.staff-pick-mobile-card {
    display: block;
    color: #151210;
}

.staff-pick-mobile-card__image-link {
    display: block;
}

.staff-pick-mobile-card__image {
    width: 100%;
    border-radius: 18px;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
}

.staff-pick-mobile-card__name {
    display: block;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    color: #151210;
    text-decoration: none;
}

    .staff-pick-mobile-card__name:hover {
        color: #151210;
        text-decoration: underline;
    }

.staff-pick-mobile-card__category {
    display: inline-block;
    margin-top: 4px;
    font-size: 12px;
    color: #6d645c;
    text-decoration: none;
}

    .staff-pick-mobile-card__category:hover {
        text-decoration: underline;
    }

.staff-pick-mobile-card__price-wrap {
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.staff-pick-mobile-card__price-old {
    font-size: 12px;
    color: #8a8179;
    text-decoration: line-through;
}

    .staff-pick-mobile-card__price-old:empty {
        display: none;
    }

.staff-pick-mobile-card__price {
    font-size: 18px;
    color: #b98648;
    font-weight: 700;
}

.staff-pick-mobile-card__cta {
    display: inline-block;
    margin-top: 8px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 12px;
    line-height: 1;
    text-decoration: none;
    border: 0;
}

    .staff-pick-mobile-card__cta:hover {
        color: #fff;
        text-decoration: none;
    }

.staff-pick-mobile-pagination {
    position: static !important;
    margin-top: 12px;
    text-align: center;
}

    .staff-pick-mobile-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #222;
        opacity: .35;
    }

    .staff-pick-mobile-pagination .swiper-pagination-bullet-active {
        opacity: 1;
    }

@media (max-width: 1400px) {
    .staff-pick-title {
        font-size: 30px;
    }

    .staff-pick-card__name-link {
        font-size: 13px;
    }

    .staff-pick-card__price {
        font-size: 24px;
    }
}

@media (max-width: 1199.98px) {
    .staff-pick-title {
        font-size: 28px;
    }

    .staff-pick-layout {
        gap: 14px;
        grid-template-columns: .92fr 1.7fr .92fr;
    }

    .staff-pick-col {
        height: auto;
    }

    .staff-pick-card {
        border-radius: 26px;
    }

    .staff-pick-card--small {
        border-radius: 24px;
    }

    .staff-pick-card__name-link {
        font-size: 12px;
    }

    .staff-pick-card__cta {
        font-size: 12px;
    }

    .staff-pick-card__price {
        font-size: 20px;
    }

    .staff-pick-video-card {
        border-radius: 16px;
    }

        .staff-pick-video-card iframe {
            min-height: 0;
        }
}

@media (max-width: 991.98px) {
    .staff-pick-shell {
        padding: 10px 0 16px;
    }

    .staff-pick-title {
        font-size: 26px;
    }

    .staff-pick-desktop {
        display: none;
    }

    .staff-pick-mobile {
        display: block;
    }

    .staff-pick-mobile-swiper {
        overflow: hidden;
    }

        .staff-pick-mobile-swiper .swiper-slide {
            width: auto;
        }
}

/* Home Product Section */
.home-product-shell {
    padding: 50px 0 10px;
}

.home-product-section + .home-product-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.home-product-head {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.home-product-subtitle {
    margin: 0;
    color: #5e5144;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.home-product-subtitle__icon {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 4px;
    flex: 0 0 20px;
}

.home-product-head__viewall {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e2d2be;
    color: #8a7156;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
    text-decoration: none;
    gap: 7px;
}

    .home-product-head__viewall i {
        font-size: 10px;
    }

    .home-product-head__viewall:hover {
        background: #eadbc8;
        border-color: #d8c2a8;
        color: #6f5a43;
    }

.home-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px 18px;
}

.home-product-card {
    background: transparent;
}

.home-product-card__image-link {
    display: block;
    overflow: hidden;
    border-radius: 0;
}

.home-product-card__image {
    width: 100%;
    height: auto;
    display: block;
}


.home-product-card__body {
    padding-top: 10px;
}

.home-product-card__name {
    display: -webkit-box;
    color: #181818;
    text-decoration: none;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 6px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.5em;
}

    .home-product-card__name:hover {
        color: #a67f56;
    }

.home-product-card__desc {
    margin: 0;
    color: #747474;
    font-size: 13px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3.1em;
}

    .home-product-card__desc.is-empty {
        display: none;
    }

.home-product-card__bottom {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.home-product-card__price-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.home-product-card__price-old {
    color: #99918a;
    font-size: 13px;
    line-height: 1;
    text-decoration: line-through;
    font-weight: 500;
}

    .home-product-card__price-old.is-empty {
        display: none;
    }

.home-product-card__price-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.home-product-card__price {
    color: #ef4b43;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}

.home-product-card__discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    border: 1px solid #c8a57f;
    background: #fff;
    color: #9a6b3f;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    border-bottom-left-radius: 0;
}

    .home-product-card__discount.is-empty {
        display: none;
    }

.home-product-card__buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 98px;
    height: 30px;
    padding: 0 14px;
    border: 0;
    background: #131316;
    color: #ffffff !important;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}

    .home-product-card__buy:hover {
        background: #30271f;
        color: #ffffff !important;
    }

.home-product-mobile {
    display: none;
}

.home-product-mobile-swiper .swiper-slide {
    height: auto;
}

.home-product-mobile-pagination {
    margin-top: 12px;
    text-align: center;
}

    .home-product-mobile-pagination .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        background: #cdbca8;
        opacity: 1;
    }

    .home-product-mobile-pagination .swiper-pagination-bullet-active {
        background: #9e7b55;
    }

@media (max-width: 1399.98px) {
    .home-product-card__name {
        font-size: 18px;
    }

    .home-product-card__price {
        font-size: 22px;
    }
}

@media (max-width: 1199.98px) {
    .home-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-product-card__name {
        font-size: 17px;
    }

    .home-product-card__price {
        font-size: 21px;
    }
}

@media (max-width: 991.98px) {
    .home-product-desktop {
        display: none;
    }

    .home-product-mobile {
        display: block;
    }

    .home-product-subtitle {
        font-size: 16px;
        letter-spacing: 0.04em;
    }

    .home-product-head__viewall {
        min-height: 24px;
        padding: 0 9px;
        font-size: 10px;
    }

    .home-product-card__name {
        font-size: 16px;
        min-height: 2.6em;
    }

    .home-product-card__price {
        font-size: 19px;
    }

    .home-product-card__desc {
        min-height: 0;
    }

    .home-product-shell {
        padding-top: 20px;
    }

    .home-product-section + .home-product-section {
        margin-top: 30px;
    }
}

@media (max-width: 575.98px) {
    .home-product-head {
        margin-bottom: 10px;
    }

    .home-product-subtitle {
        font-size: 14px;
        letter-spacing: 0.03em;
        gap: 8px;
    }

    .home-product-subtitle__icon {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
    }

    .home-product-head__viewall {
        min-height: 22px;
        padding: 0 8px;
        font-size: 9px;
    }

    .home-product-card__name {
        font-size: 15px;
        min-height: 2.6em;
    }

    .home-product-card__desc {
        font-size: 12px;
    }

    .home-product-card__price {
        font-size: 18px;
    }

    .home-product-card__price-old {
        font-size: 12px;
    }

    .home-product-card__discount {
        min-height: 20px;
        padding: 0 7px;
        font-size: 11px;
    }

    .home-product-card__buy {
        min-width: 88px;
        height: 28px;
        font-size: 9px;
    }
}

#scroll {
    position: fixed;
    right: 14px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 100;
    display: none;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: none !important;
}

/* Service pages */
.service-category-hero { position: relative; overflow: hidden; border-radius: 12px; }
.service-category-hero img { width: 100%; height: 280px; object-fit: cover; }
.service-category-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.45) 100%); display:flex; align-items:flex-end; padding: 24px; }
.service-category-title { color:#fff; font-size: 32px; margin:0; font-weight:700; }

.service-card { border:1px solid #eee; border-radius:12px; overflow:hidden; background:#fff; height:100%; }
.service-thumb { display:block; aspect-ratio: 16/9; background:#f6f6f6; }
.service-thumb img { width:100%; height:100%; object-fit:cover; }
.service-body { padding:14px; }
.service-title { font-size:18px; line-height:1.35; }
.service-title a { color:#151210; text-decoration:none; }
.service-title a:hover { color:#b99664; }
.service-company { color:#666; font-size:14px; }
.service-summary { color:#666; font-size:14px; min-height:40px; margin-bottom:8px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.service-price { color:#a76d2a; font-weight:700; font-size:18px; }

.service-gallery-box { border:1px solid #eee; border-radius:12px; overflow:hidden; padding:10px; background:#fff; }
.service-gallery-main img { width:100%; height:420px; object-fit:cover; border-radius:10px; }
.service-gallery-thumb img { width:100%; height:82px; object-fit:cover; border-radius:8px; border:1px solid #eee; }
.service-info-box { border:1px solid #eee; border-radius:12px; padding:18px; background:#fff; }
.service-detail-title { font-size:30px; line-height:1.25; margin-bottom:8px; }
.service-short-desc { color:#555; }
.service-content-box { border:1px solid #eee; border-radius:12px; padding:20px; background:#fff; }

@media (max-width: 767.98px) {
  .service-category-hero img { height: 170px; }
  .service-category-title { font-size: 22px; }
  .service-gallery-main img { height: 260px; }
}
