@font-face {
    src: url('fonts/NunitoSans.ttf');
    font-family: "Nunito Sans";
    font-display: swap
}

html {
    font-family: "Nunito Sans", sans-serif;
}

body,
.block-product-home .woocommerce-loop-product__title a,
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: "Nunito Sans", sans-serif;
}

.header-main .nav>li>a {
    font-weight: 700;
}

body {
    color: #4c361f;
}

.elementor-heading-title {
    font-family: "Nunito Sans", sans-serif !important;
}

#main,
#wrapper {
    background-color: #fff;
    position: relative;
}

.nav li.has-icon-left>a>svg {
    display: none !important;
}

.custom-widget-title,
.custom-title-global {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #4c361f;
}

.widget-category-highlight {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.widget-category-highlight .item-category-highlight {
    width: 28%;
    margin-bottom: 30px;
    text-align: center;
}

.widget-category-highlight .item-category-highlight .image-category-highlight {}

.widget-category-highlight .item-category-highlight .image-category-highlight img {
    border-radius: 180px;
    margin-bottom: 10px;
}

.widget-category-highlight .category-title {
    color: #4c361f;
    padding: 5px 30px;
    background: #fff;
    border-radius: 50px;
    display: inline-block;
}

.widget-post-by-category-wrap {
    overflow: hidden;
}

.widget-post-by-category-wrap .container-image {
    border-radius: 16px;
    overflow: hidden;
}

.widget-post-by-category-wrap .container-image a {
    width: 100%;
    padding-top: 100%;
    position: relative;
    display: inline-block;
}

.widget-post-by-category-wrap .container-image img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.widget-post-by-category-wrap .container-image img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.widget-post-by-category-wrap .container-content {
    padding: 20px 0px 0px 0px;
    font-weight: 400;
    font-size: 20px;
}

.widget-post-by-category-wrap .container-content .article-title {}

.widget-post-by-category-wrap .container-content .article-title a {}

.widget-post-by-category-wrap {
    position: relative;
}

.widget-post-by-category-wrap .btn-prev,
.widget-post-by-category-wrap .btn-next {
    position: absolute;
    z-index: 100;
    font-size: 70px;
    top: calc(40% - 10px);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.widget-post-by-category-wrap .btn-prev {
    left: 10px;
}

.widget-post-by-category-wrap .btn-next {
    right: 10px;
}

.widget-post-by-category-wrap .swiper-button-disabled {
    display: none;
}

.shop-page-title .woocommerce-breadcrumb.breadcrumbs {
    margin-bottom: 20px;
}

.shop-page-title .shop-page-title {
    text-transform: none;
    line-height: 1.3;
    color: #4c361f;
    font-weight: 700;
    font-size: 40px;
}

.product-small .col-inner {
    height: 100%;
}

.product-small.box {
    border: 1px solid #d8cfbe;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}

.box-text.box-text-products {
    padding: 0.8em;
    font-size: 17px;
}

.has-equal-box-heights .box-image {
    border-bottom: 1px solid #d8cfbe;
}

.box-text-products .woocommerce-loop-product__title {
    margin: 0 0 .5em !important;
    text-align: left;
}

.box-text-products .woocommerce-loop-product__title a {
    padding: 0px;
}

.price-wrapper {
    text-align: left;
    font-size: 19px;
    font-weight: 400;
}

.box-text-products .price del {
    /* font-size: 1em; */
}

.price del {
    font-size: .75em;
    color: #575757;
    /* text-decoration: none; */
}

.uni-price {
    font-weight: 400;
    margin-bottom: 5px;
}

html span.amount {
    color: #aa1919;
}

.price-wrapper .uni-price span.amount {
    text-decoration: line-through;
    opacity: 1;
    color: inherit;
    margin-right: 0;
    margin-left: 0;
    opacity: 0.8;
}

.header,
.header-wrapper {
    box-shadow: 2px 8px 12px rgba(105, 68, 60, .08);
}

.product-page-title .breadcrumbs a {
    color: #4c361f;
}

.product-title.product_title {
    color: #000;
    font-size: 34px;
}

/* =============================================
   Product Price & Stock Status Row
   ============================================= */
.product-price-stock-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 8px 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1ece6;
}

.price-box-wrap {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.price-box-wrap .price-current {
    font-size: 26px;
    font-weight: 800;
    color: #ff3b5c;
    line-height: 1.2;
}

.price-box-wrap .price-current .woocommerce-Price-amount {
    color: #ff3b5c;
}

.price-box-wrap .price-current .woocommerce-Price-currencySymbol {
    text-decoration: underline;
    font-size: 0.85em;
    margin-left: 2px;
}

.price-box-wrap .price-regular {
    font-size: 15px;
    font-weight: 500;
    color: #8c8c8c;
    text-decoration: line-through;
}

.price-box-wrap .price-regular .woocommerce-Price-amount {
    color: #8c8c8c;
}

.price-box-wrap .price-regular .woocommerce-Price-currencySymbol {
    font-size: 0.85em;
    margin-left: 1px;
}

.product-stock-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.product-stock-badge.in-stock {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #16a34a;
}

.product-stock-badge.in-stock i {
    font-size: 12px;
    font-weight: bold;
    color: #16a34a;
}

.product-stock-badge.out-of-stock {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
}

.product-stock-badge.out-of-stock i {
    font-size: 12px;
    font-weight: bold;
    color: #dc2626;
}

/* =============================================
   Product Buy Now & Add To Cart Buttons
   ============================================= */
.product-buy-now-wrapper {
    margin: 14px 0 20px;
}

.product-buy-form {
    margin: 0 !important;
}

.product-buy-buttons {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

/* Nút thêm vào giỏ hàng (Icon Giỏ hàng +) */
.btn-add-to-cart-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    background: #fff;
    border: 1.5px solid #e85626;
    border-radius: 8px;
    color: #e85626;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(232, 86, 38, 0.1);
}

.btn-add-to-cart-icon:hover {
    background: #fff5f0;
    border-color: #d44516;
    color: #d44516;
    transform: translateY(-1px);
}

.btn-add-to-cart-icon svg {
    stroke: currentColor;
    display: block;
}

/* Nút MUA NGAY (Cam đỏ chủ đạo) */
.btn-buy-now-main {
    flex: 1;
    height: 54px;
    background: #e85626;
    border: none;
    border-radius: 8px;
    color: #fff !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 6px 16px;
    text-align: center;
    transition: all 0.2s ease;
    box-shadow: 0 3px 8px rgba(232, 86, 38, 0.25);
}

.btn-buy-now-main:hover {
    background: #d44516;
    box-shadow: 0 4px 12px rgba(232, 86, 38, 0.35);
    transform: translateY(-1px);
}

.btn-buy-now-title {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #fff;
}

.btn-buy-now-sub {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.92);
}

.price-wrapper-detail {
    font-size: 28px;
}

.promotion-box {
    border: 1px solid rgb(175, 144, 113);
    border-radius: 16px;
    border-width: 3px 3px 3px 3px;
    background-color: rgb(245, 242, 232);
    padding: 48px 30px 24px;
    margin: 24px 0 1.33333333em;
    border-radius: 16px;
    margin-top: 50px;
}

.promotion-box .promotion-box-header {
    border: 1px solid rgb(175, 144, 113);
    border-radius: 16px;
    border-width: 3px 3px 3px 3px;
    background-color: rgb(245, 242, 232);
    padding: 15px 30px 15px;
    margin-top: -82px;
    margin-bottom: 20px;
}

.promotion-box .promotion-box-header h4 {
    margin-bottom: 0px;

}

.promotion-box .ico-gift {
    width: 32px;
    height: 32px;
    background: url('../asset/images/gift-1.svg');
    background-position: center;
    background-size: contain;
    display: inline-block;

    display: inline-block;
}

.promotion-box .promotion-box-body {}

.huyen-util-hotline {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color .2s;

    font-weight: 700;
    color: #FFD60D !important;
    font-size: 13px !important;
}

.huyen-util-hotline svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.title-home-nine .section-title.section-title-normal {
    border-bottom: 2px solid #a5001f;
}

.title-home-nine .section-title.section-title-normal a {
    color: #a5001f;
}

.title-home-nine .section-title .section-title-main {
    border-bottom: 0;
    bottom: 0;
    padding: 0 15px;
    line-height: 34px;
    background: #a5001f;
    color: #fff;
    font-size: 22px;
    border-top-right-radius: 5px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-bottom: 0px;
    position: relative;
    width: auto;
}

.title-home-nine .section-title .section-title-main::before {
    content: '';
    display: block;
    line-height: 40px;
    background: #e2a439;
    width: 20px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: -7px;
    margin-right: -15px;
    transform: skewX(33deg);
    border-radius: 0 5px 0 0;
}

.title-home-nine .section-title .section-title-main::after {
    content: '';
    display: block;
    line-height: 40px;
    background: #a5001f;
    width: 18px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0px;
    margin-right: -7px;
    transform: skewX(21deg);
    border-radius: 0 5px 0 0;
}

.title-home-nine .section-title .section-title-main::before {}

.title-home-nine::before {}

/** Footer */
.footer-wrapper {
    background-color: #000;
    color: #fff;
}

.footer-wrapper img {
    background-color: #fff;
    padding: 1px;
    border-radius: 2px;
}

.footer-wrapper a {
    color: #fff;
}

.footer-wrapper a:hover {
    color: #cc9c40;
}

.footer-wrapper .section-title-normal {
    color: #fff;
}

.footer-wrapper .section-title-normal .section-title-main {
    color: #fff;
    padding-left: 22px;
    background-image: url('../asset/images/right-vetor.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 0px 6px;
    font-size: 17px;
    white-space: nowrap;
}

.footer-wrapper .box-custom-fields-list-website {}

.footer-wrapper .box-custom-fields-list-website li {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}

.footer-wrapper .box-contact-footer-list {
    display: flex;
    justify-content: space-between;
}

.footer-wrapper .box-contact-footer-list .box-item {
    width: 33.33%;
    text-align: center;
}

.footer-wrapper .box-contact-footer-list .box-item a {
    color: #fff;
}

.footer-wrapper .box-contact-footer-list .box-item img {
    width: 40px;
    background: #fff;
    border-radius: 8px;
    padding: 4px;
}

.footer-wrapper .box-contact-footer-list .box-item span {
    margin: 10px 0;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    display: inline-block;
}

.absolute-footer {
    display: none !important;
}

.footer-wrapper {
    background-color: #000;
    color: #fff;
}

.footer-wrapper img {
    background: none;
}


/** Menu */
.nav>li>a {
    /* padding: 10px 12px; */
}

.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    padding-left: 10px;
}

.nav>li>a,
.nav>li.active>a,
.nav>li.current>a,
.nav>li>a.active,
.nav>li>a.current,
.nav-dropdown li.active>a,
.nav-column li.active>a,
.nav-dropdown>li>a,
.nav-column li>a {
    padding: 10px 12px !important;
}

.nav>li>a:hover,
.nav>li.active>a,
.nav>li.current>a,
.nav>li>a.active,
.nav>li>a.current,
.nav-dropdown li.active>a,
.nav-column li.active>a,
.nav-dropdown>li>a:hover,
.nav-column li>a:hover {
    background: rgb(135 18 39);
    color: #fff;
}

.nav>li>a:hover {}

.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    margin-left: 0px;
    margin-right: 0px;
}

.list-icon .row .col {
    padding-bottom: 0px;
}

/** End Menu */


/* ==========================================================================
   Section Danh Mục Nổi Bật (.dm-noibat)
   ========================================================================== */
.dm-noibat {
    margin-top: 0px;
    margin-bottom: 30px;
    background: #fff6dd;
}

.dm-noibat>.dm-noibat-on,
.dm-noibat-on {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    padding: 24px 28px;
}

.dm-noibat-title,
.dm-noibat .section-title,
.dm-noibat h2,
.dm-noibat h3,
.dm-noibat .custom-title-global {
    color: #a5001f;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 24px;
    text-align: left;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.dm-noibat-grid,
.dm-noibat-list,
.dm-noibat .row-category,
.dm-noibat ul {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 20px 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.dm-noibat-item,
.dm-noibat-box,
.dm-noibat ul li,
.dm-noibat .col-item {
    list-style: none;
    margin: 0;
}

.dm-noibat-item a,
.dm-noibat-box a,
.dm-noibat ul li a,
.dm-noibat-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    text-decoration: none !important;
    padding: 8px 4px;
    border-radius: 10px;
    transition: transform 0.25s ease, background-color 0.25s ease;
    height: 100%;
}

.dm-noibat-item a:hover,
.dm-noibat-box a:hover,
.dm-noibat ul li a:hover,
.dm-noibat-link:hover {
    transform: translateY(-4px);
    background-color: #f9f9f9;
}

.dm-noibat-img,
.dm-noibat-icon,
.dm-noibat img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    margin-bottom: 10px;
    transition: transform 0.25s ease;
}

.dm-noibat-item a:hover img,
.dm-noibat-box a:hover img,
.dm-noibat-link:hover img,
.dm-noibat img:hover {
    transform: scale(1.08);
}

.dm-noibat-name,
.dm-noibat-text,
.dm-noibat-item span,
.dm-noibat-box span,
.dm-noibat ul li span {
    font-size: 13.5px;
    font-weight: 600;
    color: #333333;
    line-height: 1.35;
    text-align: center;
    transition: color 0.25s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dm-noibat-item a:hover .dm-noibat-name,
.dm-noibat-item a:hover span,
.dm-noibat-box a:hover span,
.dm-noibat-link:hover .dm-noibat-name {
    color: #ff5500;
}

/* Responsive DM Nổi Bật */
@media only screen and (max-width: 1200px) {

    .dm-noibat-grid,
    .dm-noibat-list,
    .dm-noibat ul {
        grid-template-columns: repeat(8, 1fr);
    }
}

@media only screen and (max-width: 992px) {

    .dm-noibat-grid,
    .dm-noibat-list,
    .dm-noibat ul {
        grid-template-columns: repeat(6, 1fr);
    }

    .dm-noibat,
    .dm-noibat>.dm-noibat-on,
    .dm-noibat-on {
        padding: 20px;
    }

    .dm-noibat-title {
        font-size: 20px;
        margin-bottom: 18px;
    }
}

/*Ipad dọc(768 x 1024)*/
@media only screen and (max-width: 768px) {

    .dm-noibat-grid,
    .dm-noibat-list,
    .dm-noibat ul {
        grid-template-columns: repeat(5, 1fr);
        gap: 15px 6px;
    }

    .dm-noibat-img,
    .dm-noibat img {
        width: 45px;
        height: 45px;
    }

    .dm-noibat-name,
    .dm-noibat-text,
    .dm-noibat-item span,
    .dm-noibat-box span,
    .dm-noibat ul li span {
        font-size: 12.5px;
    }

    .widget-category-highlight .item-category-highlight {
        width: 46%;
        margin-bottom: 30px;
        text-align: center;
    }
}

@media only screen and (max-width: 576px) {

    .dm-noibat-grid,
    .dm-noibat-list,
    .dm-noibat ul {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px 4px;
    }

    .dm-noibat,
    .dm-noibat>.dm-noibat-on,
    .dm-noibat-on {
        padding: 16px 12px;
        border-radius: 12px;
    }
}

@media only screen and (max-width: 400px) {

    .dm-noibat-grid,
    .dm-noibat-list,
    .dm-noibat ul {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media only screen and (max-width: 640px) {}


/* ==========================================================================
   Section Showroom Address Cards (.showroom-card)
   ========================================================================== */
.bg-grey {
    background: #f1f1f1;
}

.section-showroom {
    background: #fafafa;
}

.showroom-section-title {
    text-align: center;
    color: #a5001f;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

.showroom-card {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease;
}

.showroom-card:hover {
    box-shadow: 0 4px 16px rgba(242, 101, 34, 0.15);
}

.showroom-card-header {
    background: #cc9c40;
    color: #4c361f;
    padding: 9px 14px;
    font-weight: 700;
    font-size: 12.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.3px;
    line-height: 1.3;
}

.showroom-card-header .sc-num {
    background: rgba(0, 0, 0, 0.18);
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 800;
    flex-shrink: 0;
    min-width: 22px;
    text-align: center;
}

.showroom-card-body {
    padding: 13px 15px 10px;
}

.showroom-card-body p {
    margin: 0 0 7px;
    display: flex;
    align-items: flex-start;
    gap: 7px;
    font-size: 13px;
    line-height: 1.55;
    color: #444;
}

.showroom-card-body p:last-child {
    margin-bottom: 0;
}

.showroom-card-body .sc-icon {
    flex-shrink: 0;
    font-style: normal;
    font-size: 14px;
    margin-top: 1px;
    width: 16px;
    text-align: center;
}

.showroom-card-body a {
    color: #444;
    text-decoration: none;
}

.showroom-card-body a:hover {
    color: #f26522;
}

.showroom-card-map {
    color: #f26522 !important;
    font-weight: 600;
    font-size: 13px;
}

.showroom-card-map:hover {
    text-decoration: underline !important;
}

/* Responsive */
@media only screen and (max-width: 768px) {
    .showroom-section-title {
        font-size: 20px;
    }

    .showroom-card-header {
        font-size: 11.5px;
    }
}

/* =============================================
   Box Ưu đãi BIGMI — uudai-bigmi-box
   ============================================= */
.uudai-bigmi-box {
    border: 1px solid #fed7df;
    border-radius: 8px;
    overflow: hidden;
    margin: 14px 0 10px;
    background: #fff;
    font-family: "Nunito Sans", sans-serif;
}

.uudai-bigmi-header {
    background: #fde8ec;
    padding: 10px 14px;
    border-bottom: 1px solid #fecdd6;
}

.uudai-bigmi-header h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #ff3b5c;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

.uudai-bigmi-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ff3b5c;
}

.uudai-bigmi-body {
    padding: 12px 14px;
}

.uudai-bigmi-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.uudai-bigmi-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
}

.uudai-badge {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: #ff3b5c;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    line-height: 1;
}

.uudai-text {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.uudai-text a,
.uudai-text b,
.uudai-text strong,
.uudai-text .highlight {
    color: #ff3b5c;
    font-weight: 600;
    text-decoration: none;
}

.uudai-text a:hover {
    text-decoration: underline;
}

/* =============================================
   Box Ưu đãi thêm — uudai-them-box
   ============================================= */
.uudai-them-box {
    border: 1px solid #ffd8cc;
    border-radius: 8px;
    overflow: hidden;
    margin: 14px 0 10px;
    background: #fff;
    font-family: "Nunito Sans", sans-serif;
    position: relative;
}

.uudai-them-header {
    background: #fff1eb;
    padding: 10px 14px;
    border-bottom: 1px solid #fed7c7;
}

.uudai-them-header h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #ea580c;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

.uudai-them-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ea580c;
}

.uudai-them-body {
    padding: 12px 14px 14px;
    position: relative;
}

.uudai-them-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: max-height 0.35s ease;
}

.uudai-them-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
}

.uudai-them-badge {
    width: 20px;
    height: 20px;
    min-width: 20px;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    line-height: 1;
}

/* Gradient decay trên các badge số */
.uudai-them-item:nth-child(1) .uudai-them-badge {
    background: #e86537;
}

.uudai-them-item:nth-child(2) .uudai-them-badge {
    background: #f08b5e;
}

.uudai-them-item:nth-child(3) .uudai-them-badge {
    background: #f6aa86;
}

.uudai-them-item:nth-child(n+4) .uudai-them-badge {
    background: #fac2a7;
}

.uudai-them-text {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.uudai-them-text a,
.uudai-them-text b,
.uudai-them-text strong {
    color: #ea580c;
    font-weight: 600;
    text-decoration: none;
}

.uudai-them-text a:hover {
    text-decoration: underline;
}

/* Trạng thái thu gọn (Collapsed) */
.uudai-them-box.is-collapsed .uudai-them-list {
    max-height: 120px;
    overflow: hidden;
}

.uudai-them-box.is-collapsed .uudai-them-fade {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 75%, #fff 100%);
    pointer-events: none;
}

.uudai-them-box.is-expanded .uudai-them-fade {
    display: none;
}

.uudai-them-box.is-expanded .uudai-them-list {
    max-height: 1000px;
}

/* Nút Xem thêm / Thu gọn */
.uudai-them-btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 6px;
    position: relative;
    z-index: 2;
}

.uudai-them-toggle-btn {
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 3px 14px;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
    outline: none;
}

.uudai-them-toggle-btn:hover {
    background: #f9fafb;
    border-color: #9ca3af;
}

.uudai-them-toggle-btn i {
    font-size: 12px;
    transition: transform 0.25s ease;
}

.uudai-them-box.is-expanded .uudai-them-toggle-btn i {
    transform: rotate(180deg);
}

/* =============================================
   Box Thông số kỹ thuật — specs-box
   ============================================= */
.specs-box {
    border: 1px solid #e0d5c8;
    border-radius: 6px;
    overflow: hidden;
    margin: 12px 0 8px;
    font-family: "Nunito Sans", sans-serif;
}

.specs-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f5f5;
    color: #333;
    padding: 10px 14px;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s;
}

.specs-box-header.is-open {
    border-bottom: 1px solid #e0e0e0;
}

.specs-box-header:hover {
    background: #ebebeb;
}

.specs-box-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.specs-box-icon {
    font-size: 15px;
    line-height: 1;
    color: #666;
}

.specs-box-toggle-icon {
    font-size: 15px;
    color: #666;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease;
}

.specs-box-header.is-open .specs-box-toggle-icon {
    transform: rotate(180deg);
}

.specs-box-body {
    display: block;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

.specs-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14.5px;
}

.specs-table tbody tr:nth-child(odd) {
    background: #faf7f3;
}

.specs-table tbody tr:nth-child(even) {
    background: #fff;
}

.specs-table tbody tr:hover {
    background: #f3ece3;
}

.specs-table td {
    padding: 8px 12px !important;
    vertical-align: middle;
    border-bottom: 1px solid #ede5d8;
    color: #4c361f;
    line-height: 1.5;
}

.specs-label {
    font-weight: 700;
    width: 42%;
    white-space: nowrap;
}

.specs-value {
    width: 58%;
}

@media only screen and (max-width: 768px) {
    .specs-label {
        width: 48%;
        font-size: 13px;
    }

    .specs-value {
        width: 52%;
        font-size: 13px;
    }

    .specs-table td {
        padding: 7px 10px;
    }
}

/* =============================================
   Box Bigmi Cam Kết (Dành cho UX Builder / Single Product)
   ============================================= */
.product-camket-after-gallery-wrap {
    margin-top: 24px;
}

.product-camket-after-gallery-wrap .section,
.product-camket-after-gallery-wrap .bigmi-camket-box,
.bigmi-camket-box {
    border-radius: 8px !important;
}

.product-camket-after-gallery-wrap .is-border {
    border-radius: 8px !important;
}

.bigmi-camket-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px 24px;
    margin: 24px 0 16px;
    font-family: "Nunito Sans", sans-serif;
}

.bigmi-camket-title {
    font-size: 17px;
    font-weight: 700;
    color: #111;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.bigmi-camket-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 24px;
}

.bigmi-camket-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.bigmi-camket-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38bdf8;
    margin-top: 1px;
}

.bigmi-camket-icon svg {
    stroke: #38bdf8;
    display: block;
}

.bigmi-camket-text {
    font-size: 13.5px;
    color: #374151;
    line-height: 1.5;
}

.bigmi-camket-text a,
.bigmi-camket-text .highlight,
.bigmi-camket-text strong.red {
    color: #ff3b5c;
    font-weight: 600;
    text-decoration: none;
}

.bigmi-camket-text a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .bigmi-camket-box {
        padding: 16px 16px;
    }

    .bigmi-camket-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

/* =============================================
   Product Tabs Styling — woocommerce-tabs
   ============================================= */
.product-footer {
    margin-top: 35px;
    padding-top: 15px;
}

.woocommerce-tabs {
    margin-bottom: 30px;
}

/* Thanh danh sách Tab */
.woocommerce-tabs ul.product-tabs,
.woocommerce-tabs ul.tabs {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
    border-bottom: 2px solid #f0ece6 !important;
    margin: 0 0 24px 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.woocommerce-tabs ul.product-tabs li,
.woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

/* Thẻ tab bình thường */
.woocommerce-tabs ul.product-tabs li a,
.woocommerce-tabs ul.tabs li a {
    display: inline-flex !important;
    align-items: center;
    padding: 10px 22px !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px;
    color: #555555 !important;
    background: #f8f6f3 !important;
    border: 1px solid #e8e2d9 !important;
    border-bottom: none !important;
    border-radius: 8px 8px 0 0 !important;
    transition: all 0.25s ease !important;
    margin-bottom: -2px !important;
    text-decoration: none !important;
}

/* Thẻ tab khi hover */
.woocommerce-tabs ul.product-tabs li a:hover,
.woocommerce-tabs ul.tabs li a:hover {
    color: #e85626 !important;
    background: #fff6f2 !important;
    border-color: #ffd6c7 !important;
}

/* Thẻ tab đang active */
.woocommerce-tabs ul.product-tabs li.active a,
.woocommerce-tabs ul.tabs li.active a {
    color: #ffffff !important;
    background: #e85626 !important;
    border-color: #e85626 !important;
    box-shadow: 0 -2px 10px rgba(232, 86, 38, 0.2);
    font-weight: 800 !important;
}

/* Nội dung Tab Panel */
.woocommerce-tabs .tab-panels {
    background: #fff;
    padding: 10px 4px 20px;
    font-size: 15px;
    line-height: 1.75;
    color: #333333;
}

.woocommerce-tabs .tab-panels h2,
.woocommerce-tabs .tab-panels h3,
.woocommerce-tabs .tab-panels h4 {
    font-weight: 700;
    color: #111111;
    margin-bottom: 14px;
}

/* Xóa viền thanh màu xanh trên cùng của Flatsome default nếu có */
.woocommerce-tabs ul.nav-line-grow>li.active>a:before,
.woocommerce-tabs ul.nav-line>li.active>a:before {
    display: none !important;
}