@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body, p, span, strong, html{
     font-family: "Google Sans Flex", sans-serif !important;
}
.woocommerce-variation-price {
    display: none;
}
 .title-separator{
     display:none !important;
 }
#main, #wrapper {
    background-color: #f3e8d7 !important;
    position: relative;
}
.header-wrapper ul li {
    margin: 0px;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Google Sans Flex", sans-serif !important;
}
li a{
    font-family: "Google Sans Flex", sans-serif !important;
}
ul li{
    font-family: "Google Sans Flex", sans-serif !important;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a { 
    font-family: "Google Sans Flex", sans-serif; 
}
a.nav-top-link:hover {
    border-bottom: 2px solid #f2b156;
}
#logo img {
    padding: 5px 0;
    margin: 0 auto;
}
.header-vertical-menu__fly-out .nav-top-link {
    font-size: 16px;
    color: black;
    order: 1;
}
.promo-bar { 
  color: #f3e2c0; 
  padding: 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 14px;
} 
/* Thanh promo */
.promo-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px; 
    color: #F9D49A;
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
}

.promo-bar__icon {
    flex: 0 0 auto;
}

.promo-bar__text-wrap {
    position: relative;
    overflow: hidden;
}

/* Mỗi text */
.promo-text-item {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    white-space: nowrap;
}

/* Text đang hiển thị */
.promo-text-item.is-active {
    opacity: 1;
    transform: translateY(0);
    position: relative;
}

.footer-primary.pull-left {
    text-align: center !important;
    float: unset;
    color: white;
    font-size: 16px;
}
.promo-text strong {
  color: #f3e2c0;
}
.header-bottom-nav.nav > li > a {
    color: #ffffff;
    margin: 0 15px;
}
.support-bar { 
    padding: 5px 20px;
    display: flex;
    align-items: center;
    font-family: "Google Sans Flex", sans-serif;
}

.support-bar a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #F3E2C0;
    width: 100%;
}
.support-bar a svg {
    width: 30px;
    height: 30px;
    flex: none;
}
.support-bar svg {
    flex-shrink: 0;
    fill: #F9D49A;
}
.support-text {
    display: flex;
    flex-direction: column;
    line-height: 10px;
    margin-bottom: 0px !important;
} 
.support-text span {
    font-size: 12px;
    color: #F3E2C0;
}

.support-text strong {
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
}
.header-main {
    height: 90px;
    border-top: 1px solid rgba(253, 201, 125, 0.4);
    border-bottom: 1px solid rgba(253, 201, 125, 0.4);
}
/* Thanh icon header Kifa */

.kifa-header-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 18px 0 14px; 
}

.kifa-header-icons svg {
    width: 28px;
    height: 28px;
}
.kifa-header-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.3;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.kifa-header-item:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.kifa-header-icon {
    position: relative;
    margin-bottom: 6px;
}

.kifa-header-icon svg {
    display: block;
}

/* Badge số */
.kifa-badge {
    position: absolute;
    top: -4px;
    right: -8px;
    min-width: 21px;
    height: 21px;
    padding: 0 5px;
    border-radius: 999px;
    background-color: #f4c56d; /* vàng nhạt */
    color: #8b1d17;           /* chữ nâu đậm */
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Text bên dưới icon */
.kifa-header-label {
    font-size: 15px;
    font-weight: 400;
}

/* Mũi tên account */
.kifa-account-arrow {
    position: absolute;
    right: -12px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
}
/* HIỆU ỨNG ICON ZOOM */
@keyframes playnow {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.12); }
    100% { transform: scale(1); }
}

.kifa-hotdeal-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #FFEDB9 0%, #F7C660 100%);
    padding: 7px 18px 7px 35px;     /* CHỪA CHỖ CHO ICON */
    border-radius: 25px;
    font-family: "Google Sans Flex", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
    transition: 0.25s ease;
}

/* ICON ĐỨNG TRƯỚC – BOX PHÍA SAU */
.kifa-hotdeal-box .kifa-hotdeal-icon {
    position: absolute;
    left: -8px;        /* icon lồi ra phía trước */
    top: -10%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    z-index: 5;        /* icon nằm trên */
    animation: playnow 2000ms infinite ease-in-out;
}

/* HIỆU ỨNG HOVER */
.kifa-hotdeal-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}

/* Responsive nhỏ hơn thì thu khoảng cách lại */
@media (max-width: 768px) {
    button.kifa-search-tag {
    font-size: 9px;
}
    .kifa-header-icons {
        gap: 22px;
        padding: 12px 0 10px;
    }

    .kifa-header-label {
        font-size: 13px;
    }
}
/* Box chung */
.box_icon_test.icon-box {
    display: flex;
    border-radius: 10px;
    align-items: center;
    text-align: left; 
    padding: 20px 24px;  
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
     

/* Bỏ style mặc định của Flatsome */
.box_icon_test .icon-box-img {
    margin: 0;
    width: 60px !important;      /* to hơn chút cho giống mẫu */
    flex: 0 0 60px;
    position: relative;
}

/* Vòng tròn nền phía sau icon */
.box_icon_test .icon-box-img::before {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    background: #FFF4E5;         /* màu vàng nhạt */
    z-index: 1;
        width: 60px;
    height: 60px;
}

/* Icon xe tải */
.box_icon_test .icon-inner {
    position: relative;
    z-index: 2;                   /* nằm trên vòng tròn */
}
section{
    background:#f2e8d7;
} 
 
.box_icon_test .icon-inner img { 
    display: block;
    width: 40px;
    height: auto;
    transition: transform 0.35s ease;  /* hiệu ứng mượt */
}
.icon-box .icon-box-img{
    margin-bottom:0px !important;
}
/* Khi hover box: xe chạy sang phải */
.box_icon_test:hover .icon-inner img {
    transform: translateX(6px);
}

/* Text bên phải */
.box_icon_test .icon-box-text {
    padding-left: 18px;
}

.box_icon_test .icon-box-text h3 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 800;
    color: #663816;               /* đỏ đậm */
    line-height: 1.2;
}

.box_icon_test .icon-box-text p {
    margin: 0;
    font-size: 13px;
    color: #666666;
}

.danhmucsp h1 {
    display: block;
    width: 100%;
    font-size:15px;
     font-weight: 500;
    text-transform: uppercase;
    color: #663816;
}
span.danhmuc {
    display: inline-block;
    font-weight: 800;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 0px;
     color:black;
    font-family: 'Roboto Slab', serif;
}
p.noidungdanhmuc {
    max-width: 900px;
    margin: 0 auto;
    color:black;
}
.title-separator {
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    margin-top: 10px
}

.title-separator:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #663816;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 50px)
}

.title-separator:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #663816;
    position: absolute;
    top: calc(50% - 1px);
    right: calc(50% - 50px)
}

.title-separator .separator-center {
    display: block;
    width: 32px;
    height: 12px;
    position: relative
}

.title-separator .separator-center:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #663816;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 8px
}

.title-separator .separator-center:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #663816;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 8px
}
/* ==== CONTACT PAGE – Gốm Quốc Bảo ==== */
.gqb-contact-page {
    background:#f6ebdd;               /* nền be giống hình */
    padding:10px 0 30px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #663816;
    min-width: 150px;
    border-radius: 10px;
}
.gqb-contact-page .gqb-container {
    max-width:1200px;
    margin:0 auto;
    padding:0 15px;
}

/* Breadcrumb Yoast */
.gqb-breadcrumbs {
    font-size:13px;
    margin-bottom:15px;
    color:#7a4a30;
}
.gqb-breadcrumbs a {
    color:#7a4a30;
}
.gqb-breadcrumbs span {
    font-size:13px;
}

/* Card 2 cột trắng */
.gqb-contact-card {
    background:#ffffff;
    display:flex;
    flex-wrap:wrap;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    border-radius:0;
    overflow:hidden;
}

/* Cột trái */
.gqb-contact-left {
    width:40%;
    padding:35px 35px 40px;
    box-sizing:border-box;
}

.gqb-contact-title {
    font-size:22px;
    font-weight:700;
    text-transform:uppercase;
    color:#7b1516;
    margin:0 0 20px;
}

.gqb-contact-info p {
    margin:4px 0;
    font-size:15px;
    line-height:1.6;
    color:#333;
}
.gqb-contact-info strong {
    font-weight:700;
}

/* Nút “Hệ thống cửa hàng” */
.gqb-store-btn {
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin:18px 0 25px;
    padding:10px 22px;
    border-radius:0;
    background:#663816;
    color:#fff;
    font-weight:600;
    font-size:15px;
    text-decoration:none;
    border:2px solid #f6c9a4;
    position:relative;
    overflow:hidden;
}
.gqb-store-btn:hover {
    background:#8b1213;
    color:#fff;
}
.gqb-store-btn svg {
    width:18px;
    height:18px;
    fill:#fff;
}

/* Form */
.gqb-contact-form-title {
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:15px;
    color:#333;
}

.gqb-form-row {
    display:flex;
    gap:15px;
    margin-bottom:12px;
}

.gqb-form-group {
    margin-bottom:12px;
    width:100%;
}

.gqb-form-group input,
.gqb-form-group textarea {
    width:100%;
    border:1px solid #e0d4c6;
    border-radius:0;
    padding:10px 12px;
    font-size:14px;
    font-family:inherit;
    box-sizing:border-box;
    outline:none;
}
.gqb-form-group input::placeholder,
.gqb-form-group textarea::placeholder {
    color:#999;
}
.gqb-form-group input:focus,
.gqb-form-group textarea:focus {
    border-color:#b32a2a;
}

.gqb-btn-submit {
    display:inline-block;
    padding:10px 26px;
    background:#663816;
    color:#fff;
    border:none;
    border-radius:0;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    text-transform:none;
}
.gqb-btn-submit:hover {
    background:#8b1213;
}

/* Cột phải – Map */
.gqb-contact-right {
    width:60%;
    min-height:420px;
    position:relative;
}
.gqb-map-wrap {
    position:relative;
    height:100%;
}
.gqb-map-wrap iframe {
    border:0;
    width:100%;
    height:100%;
    min-height:420px;
}

/* Responsive */
@media (max-width:991px){
    .gqb-contact-card {
        flex-direction:column;
    }
    .gqb-contact-left,
    .gqb-contact-right {
        width:100%;
    }
    .gqb-contact-right {
        min-height:320px;
    }
}
@media (max-width:575px){
    .gqb-contact-left {
        padding:25px 18px 30px;
    }
    .gqb-form-row {
        flex-direction:column;
        gap:0;
    }
}
.variations .reset_variations{
    bottom: 50% !important;
}
.archive_gombs {
    background: #f6ecda;
    padding-top: 20px;
}

/* Breadcrumb */
#breadcrumbs {
    font-size: 15px;
    margin-bottom:10px;
    color: #333;
}
#breadcrumbs a { color: #a53a3a; }

/* Tiêu đề */
.gombs-title {
    text-align: center;
    margin-bottom: 30px;
}
.gombs-title h1 {
    font-size: 32px;
    font-weight: 700;
    color: #222;
}
.gombs-title-decor {
    margin-top: 10px;
}
.gombs-title-decor span {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: #a53a3a;
    border-radius: 50%;
    display: inline-block;
}

/* Grid */
.gombs-archive-grid {
    row-gap: 30px;
}
.gombs-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e3d7c7;
    transition: 0.3s;
}
.gombs-card:hover {
    transform: translateY(-4px);
}

.gombs-thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.gombs-content {
    padding: 15px;
}

.gombs-item-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.gombs-item-title a {
    color: #222;
}
.gombs-item-title a:hover {
    color: #a53a3a;
}

.gombs-date {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
    float:left;
    width:70%;
}

.gombs-readmore a {
    font-size: 14px;
    font-weight: 600;
    color: #a53a3a;
}

/* Pagination */
.gombs-pagination {
    text-align: center;
    margin: 30px 0;
}
.gombs-pagination .page-numbers {
    padding: 8px 13px;
    margin: 0 4px;
    border: 1px solid #a53a3a;
    border-radius: 4px;
    color: #a53a3a;
    font-weight: 600;
}
.gombs-pagination .current {
    background: #a53a3a;
    color: #fff;
}
.gombs-pagination a:hover {
    background: #a53a3a;
    color: #fff;
}
/* ===== SINGLE GỐM SỨ ===== */
.single_gomsu {
    padding: 10px 0 30px;
    background-color: #f6efe6;
    font-family: inherit;
}

.single_gomsu .gomsu-breadcrumb {
    max-width: 1200px;
    margin: 0 auto 20px;
    font-size: 13px;
}

.single_gomsu .gomsu-container {
    max-width: 1200px;
    margin: 0 auto;
}

.single_gomsu .gomsu-row {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

/* MAIN + SIDEBAR WIDTH */
.single_gomsu .gomsu-main {
    flex: 0 0 68%;
    max-width: 68%;
}

.single_gomsu .gomsu-sidebar {
    flex: 0 0 32%;
    max-width: 32%;
}

/* TITLE + META */
.single_gomsu .gomsu-title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: 700;
    color:black;
}

.single_gomsu .gomsu-meta {
    display: flex;
    gap: 16px;
    font-size: 13px;
    color: #8a7667;
    margin-bottom: 20px;
}

.single_gomsu .gomsu-thumb img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 20px;
}

/* CONTENT */
.single_gomsu .gomsu-content { 
    padding: 24px 26px;
    border-radius: 4px;
    line-height: 1.7;
    color: #3b2a20;
    box-shadow: 0 4px 15px rgba(0,0,0,.03);
}

.single_gomsu .gomsu-content p {
    margin-bottom: 14px;
}

/* TAGS */
.single_gomsu .gomsu-tags {
    margin-top: 18px;
    font-size: 13px;
}

.single_gomsu .gomsu-tags .tags-label {
    font-weight: 600;
    margin-right: 8px;
    color: #5a1f14;
}

.single_gomsu .gomsu-tags .tag-item {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 4px;
    padding: 4px 10px;
    border-radius: 20px;
    background: #f0e1cf;
    color: #5a1f14;
    text-decoration: none;
}

/* RELATED POSTS */
.single_gomsu .gomsu-related {
    margin-top: 40px;
}

.single_gomsu .gomsu-related-title {
    font-size: 22px;
    color: #5a1f14;
    margin-bottom: 18px;
    text-align: left;
}

.single_gomsu .gomsu-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.single_gomsu .related-item {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,.04);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.single_gomsu .related-thumb img,
.single_gomsu .related-thumb .thumb-placeholder {
    width: 100%;
    display: block;
    height: 155px;
    object-fit: cover;
}

.single_gomsu .related-thumb .thumb-placeholder {
    background: #e2d2bf;
}

.single_gomsu .related-body {
    padding: 10px 12px 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.single_gomsu .related-title {
    font-size: 14px;
    margin-bottom: 6px;
}

.single_gomsu .related-title a {
    color: #3b2a20;
    text-decoration: none;
}

.single_gomsu .related-title a:hover {
    color: #b23022;
}

.single_gomsu .related-excerpt {
    font-size: 13px;
    color: #7b6857;
    margin-bottom: 10px;
}

/* DÒNG NGÀY + ĐỌC THÊM CÙNG HÀNG */
.single_gomsu .related-meta {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #9a8573;
}

.single_gomsu .related-readmore {
    text-decoration: none;
    color: #b23022;
    font-weight: 600;
}

/* SIDEBAR STICKY */
 
.single_gomsu .gomsu-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 100px; /* chỉnh theo chiều cao header */
    height: fit-content;
    align-self: flex-start;
}
.single_gomsu .gs-box {
    background: #fff;
    border-radius: 4px; 
    box-shadow: 0 4px 15px rgba(0,0,0,.04);
    margin-bottom: 18px;
    
}

.single_gomsu .gs-box-title {
    font-size: 18px;
    font-weight: 700;
    color:white;
    background:#663816;
    margin-bottom: 10px;
    padding:10px;
}

.single_gomsu .gs-box-list,
.single_gomsu .gs-box-list li {
    list-style: none;
    margin: 0;
    padding: 0px 10px;
}

.single_gomsu .gs-box-list li a {
    display: block;
    padding: 6px 0;
    font-size: 16px;
    color: #3b2a20;
    text-decoration: none;
}

.single_gomsu .gs-box-list li a:hover {
    color: #b23022;
}

/* Tin nổi bật nhỏ */
.single_gomsu .gs-hot-item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.single_gomsu .gs-hot-thumb img,
.single_gomsu .gs-hot-thumb .thumb-placeholder {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 3px;
    background: #e2d2bf;
}

.single_gomsu .gs-hot-title {
    font-size: 13px;
    margin: 0 0 4px;
}

.single_gomsu .gs-hot-title a {
    color: #3b2a20;
    text-decoration: none;
}

.single_gomsu .gs-hot-title a:hover {
    color: #b23022;
}

.single_gomsu .gs-hot-date {
    font-size: 11px;
    color: #9a8573;
}

.single_gomsu .gs-box-banner img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .single_gomsu .gomsu-row {
        flex-direction: column;
    }
    .single_gomsu .gomsu-main,
    .single_gomsu .gomsu-sidebar {
        max-width: 100%;
        flex-basis: 100%;
    }
    .single_gomsu .gomsu-sidebar-inner {
        position: static;
    }
    .single_gomsu .gomsu-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .single_gomsu .gomsu-related-grid {
        grid-template-columns: 1fr;
    }
}
.social-sharing {
    margin: 20px 0;
}
.social-sharing .social-media li a {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background: #663816;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-sharing .social-media li a svg {
    width: 20px;
    height: 20px;
    fill:white !important;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.social-media .title {
    font-weight: 600;
    font-size: 14px;
    color: #5a1f14;
    display: flex;
    align-items: center;
    gap: 6px;
}

.social-media__item a {
    display: inline-flex;
    width: 32px;
    height: 32px;
    background: #f4e9dd;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #5a1f14;
    transition: 0.2s ease;
}

.social-media__item a:hover {
    background: #c73a2d;
    color: #fff;
}
/* product */
 
.gomsu-product-main {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 40px;
}

/* GALLERY */
.gomsu-gallery-wrapper {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
}

.gomsu-gallery-main {
  border-radius: 8px;
  overflow: hidden;
}

.gomsu-main-image {
  width: 100%;
  height: auto;
  display: block;
}

.gomsu-gallery-thumbs {
  margin-top: 12px;
}

.gomsu-gallery-thumbs .swiper-slide {
  opacity: 0.6;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid transparent;
}

.gomsu-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #c0392b;
}

.gomsu-thumb-image {
  width: 100%;
  display: block;
}

/* SUMMARY RIGHT COLUMN */
.gomsu-product-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.gomsu-product-meta {
  display: flex;
  gap: 16px;
  font-size: 13px;
  color: #777;
  margin-bottom: 15px;
}

.gomsu-price-box {
  background: #fff5e9;
  border-radius: 8px;
  padding: 15px 18px;
  margin-bottom: 20px;
}

.gomsu-price-box .price {
  font-size: 22px;
  font-weight: 700;
  color: #c0392b;
}

.gomsu-price-box .price del {
  font-size: 16px;
  color: #999;
  margin-right: 8px;
}

.gomsu-sale-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 13px;
}

.gomsu-sale-badge .label {
  background: #e84c3d;
  color: #fff;
  padding: 3px 8px;
  border-radius: 999px;
}

.gomsu-sale-badge .percent {
  color: #e84c3d;
  font-weight: 700;
}

.gomsu-countdown {
  margin-top: 10px;
  font-size: 13px;
  color: #555;
}

.gomsu-countdown .time {
  font-weight: 600;
  margin-left: 4px;
  color: #c0392b;
}

/* Add to cart box */
.gomsu-add-to-cart-box {
  margin-bottom: 20px;
}
.gomsu-add-to-cart-box table, .gomsu-add-to-cart-box form{
    margin-bottom:0px;
} 

/* Woo default quantity + button nhìn cho gọn */
.gomsu-add-to-cart-box .quantity .qty {
  width: 70px;
}

.gomsu-add-to-cart-box button.single_add_to_cart_button {
  background: #c0392b;
  border-radius: 999px;
  padding: 10px 28px;
  font-weight: 600;
}
/* Canh lại cột sản phẩm trong bảng đơn hàng */
.woocommerce-checkout-review-order-table .product-name {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gomsu-checkout-thumb-img {
    width: 100px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
}

.gomsu-checkout-name {
    display: inline-block;
}

/* Box ưu đãi */
.gomsu-offer-box { 
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 20px;
  background: #fffef5;
}

.gomsu-offer-box h3 {
  font-size: 14px;
  margin-bottom: 6px;
}

.gomsu-offer-box ul {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
}

/* Share */
.gomsu-share-box {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.gomsu-share-box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f4f4f4;
  color: #c0392b;
  transition: 0.2s;
}

.gomsu-share-box a:hover {
  background: #c0392b;
  color: #fff;
}
.gomsu-contact-price {
    font-size: 22px;
    font-weight: 700;
    color: #a51e23;
}
/* Tabs */
 

.gomsu-tabs {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #eee;
}

.gomsu-tabs .tab-link {
  border: none;
  background: transparent;
  padding: 10px 18px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
}

.gomsu-tabs .tab-link.active {
  background: #fff;
  border: 1px solid #eee;
  border-bottom-color: #fff;
  font-weight: 600;
}

.gomsu-tab-content-wrapper {
  border: 1px solid #eee;
  border-top: none;
  background: #fff;
  padding: 18px 20px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Related */
.gomsu-related-products {
  margin-top: 40px;
}

/* Responsive */
@media (max-width: 900px) {
  .gomsu-product-main {
    grid-template-columns: 1fr;
  }
}

/* layout 2 cột */
.single-gomsu {
  margin: 30px 0 60px;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.single-gomsu__inner {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 40px;
}

@media (max-width: 900px) {
  .single-gomsu__inner {
    grid-template-columns: 1fr;
  }
}

/* GALLERY BÊN TRÁI */
.single-gomsu__gallery {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 12px;
  align-items: flex-start;
}

.single-gomsu__gallery-main img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* thumbnails dọc */
.single-gomsu__thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 420px;
  overflow-y: auto;
}

.single-gomsu__thumbs figure,
.single-gomsu__thumbs img {
  width: 100%;
  cursor: pointer;
  border-radius: 4px;
}

.single-gomsu__thumbs figure {
  border: 1px solid transparent;
}

.single-gomsu__thumbs figure.is-active {
  border-color: #b01823;
}

/* SUMMARY BÊN PHẢI */
 /* ====== GRID ====== */
.plvm-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

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

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

/* ====== CARD ====== */
.plvm-item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    cursor: pointer;
}

.plvm-img img {
    width: 100%;
    display: block;
    transition: transform .45s ease;
}

/* ====== INFO DEFAULT (CHỈ TIÊU ĐỀ) ====== */
.plvm-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    padding: 18px;
    color: #fff;

    /* Nền mờ phía dưới */
    background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0));

    /* Ban đầu chỉ kéo lên 40px để lộ tiêu đề */
    transform: translateY(40px);
    transition: transform .45s ease, background .45s ease;
}

.plvm-item-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.plvm-item-desc {
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 1.5;
    display: none; /* Ẩn mô tả mặc định */
}

/* ====== HOVER ====== */
.plvm-item:hover .plvm-img img {
    transform: scale(1.07);
}

.plvm-item:hover .plvm-info {
    /* Kéo toàn bộ info lên */
    transform: translateY(0);
    background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.3));
}

.plvm-item:hover .plvm-item-desc {
    display: block; /* Hiện mô tả khi hover */
}
/* ====== SECTION DANH MỤC PHÚC LỘC VIÊN MINH ====== */
 
 

.plvm-subtitle {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.plvm-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.plvm-desc {
    max-width: 700px;
    margin: 0 auto 24px;
    font-size: 15px;
    line-height: 1.6;
}

.plvm-divider {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
}

.plvm-divider span {
    display: block;
    width: 50px;
    height: 1px;
    background: #ccc;
}

/* ====== GRID 4 CỘT (TỰ XUỐNG 2 CỘT / 1 CỘT) ====== */
.plvm-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

/* Tablet: 2 cột */
@media (max-width: 991px) {
    .plvm-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Mobile: 1 cột */
@media (max-width: 575px) {
    .plvm-grid {
        grid-template-columns: 1fr;
    }
}

/* ====== CARD DANH MỤC ====== */
.plvm-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    /* giúp các card đều nhau, hạn chế "rớt cột" */
    min-height: 220px;
}

/* Vùng ảnh */
.plvm-img {
    position: relative;
    overflow: hidden;
}

.plvm-img img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .4s ease;
}

/* ====== OVERLAY THÔNG TIN (ĐẨY LÊN TRÊN ẢNH KHI HOVER) ====== */
.plvm-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 18px;
    text-align: left;

    background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.2));
    color: #fff;

    /* Ẩn xuống dưới, chờ hover kéo lên */
    transform: translateY(100%);
    transition: transform .4s ease;
}

/* Tiêu đề & mô tả trên overlay */
.plvm-item-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 6px;
}

.plvm-item-desc {
    font-size: 14px;
    margin: 0;
}

/* ====== HIỆU ỨNG HOVER ====== */
.plvm-item:hover .plvm-img img {
    transform: scale(1.08);
}

.plvm-item:hover .plvm-info {
    transform: translateY(0); /* ĐẨY LÊN TRÊN ẢNH */
}
/* ====== SECTION TỔNG THỂ ====== */
 

 

/* ====== TIÊU ĐỀ & MÔ TẢ ====== */
.plvm-subtitle {
  text-align: center;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #a4663a; /* nâu gốm */
  margin: 0 0 8px;
  font-weight: 600;
}

.plvm-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #3c2415;
}

.plvm-desc {
  max-width: 720px;
  margin: 0 auto 25px;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  color: #5b4636;
}

/* ====== ĐƯỜNG KẺ / ICON ====== */
.plvm-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 35px;
}

.plvm-divider span {
  display: block;
  width: 60px;
  height: 1px;
  background: #d4b59a;
}

.plvm-divider i {
  font-size: 16px;
  color: #b2743b;
}

/* ====== GRID DANH MỤC ====== */
.plvm-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Card từng item */
.plvm-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #000;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transform: translateZ(0);
}

.plvm-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.plvm-img img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Overlay thông tin trên ảnh */
.plvm-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 16px 16px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.78),
    rgba(0, 0, 0, 0.45),
    transparent
  );
  color: #fff;
  transform: translateY(0);
  transition: all 0.4s ease;
}

/* Tiêu đề – mặc định luôn hiển thị, màu trắng */
.plvm-item-title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
}

/* Mô tả – ẩn lúc bình thường, chỉ hiện khi hover */
.plvm-item-desc {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #f3e3d4;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(8px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    max-height 0.35s ease;
}

/* ====== EFFECT HOVER ====== */
.plvm-item:hover .plvm-img img {
  transform: scale(1.08);
}

.plvm-item:hover .plvm-info {
  background: rgba(0, 0, 0, 0.85);
  transform: translateY(0);
}

/* Khi hover: mô tả trồi lên, hiện ra */
.plvm-item:hover .plvm-item-desc {
  opacity: 1;
  transform: translateY(0);
  max-height: 60px; /* đủ cho 2–3 dòng text, chỉnh tuỳ ý */
}

/* ====== RESPONSIVE ====== */
@media (max-width: 1024px) {
  .plvm-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .plvm-title {
    font-size: 24px;
  }
}

/* MOBILE: scroll ngang, bỏ hoàn toàn column-gap/grid */
@media (max-width: 768px) {

  /* TẮT GRID, BẬT FLEX + XOÁ GAP */
  .plvm-grid {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;

    gap: 0 !important;
    column-gap: 0 !important;
    row-gap: 0 !important;

    padding: 0 16px 12px 16px;  /* lề trái/phải trong container */
    margin: 0;                  /* tránh margin thừa */
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }

  /* CARD – mỗi box rộng ~80% màn hình, tự canh đều, không vỡ */
  .plvm-item {
    flex: 0 0 80%;
    box-sizing: border-box;
    margin-right: 12px;
    min-height: auto;
  }

  .plvm-item:last-child {
    margin-right: 0;
  }

  .plvm-item-title {
    font-size: 13px;
  }

  .plvm-desc {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .plvm-section-cate {
    padding: 40px 0;
  }

  .plvm-divider {
    margin-bottom: 10px;
  }
}



/* singke */
body{font-family:unset}

/*--- CARD GRID ---*/
.woocommerce ul.products li.product.plvm-product-card{
    background:transparent!important;
    border:none!important;
    box-shadow:none!important;
    padding:0!important;
    overflow:visible!important;
}
@media(min-width:1024px){
  .woocommerce ul.products.row-large li.product.plvm-product-card{
      width:25%!important;
  }
}
.plvm-card{
    position:relative;
    background:#f6f0e3;
    overflow:hidden;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
    height:100%;
    border-radius:10px;
}
.plvm-card__thumb{
    display:block;
    position:relative;
    z-index:1;
    overflow:hidden;
    height:370px;
}
.plvm-card__thumb img{
    display:block;
    width:100%;
    height:auto;
    border:3px solid #663816;
    transition:transform .3s ease;
}
.plvm-card:hover .plvm-card__thumb img{transform:scale(1.06)}

/* badge % */
.plvm-card__discount{
    position:absolute;top:18px;left:13px;
    background-image:url(https://gomquocbao.com/wp-content/uploads/2025/11/tag-sale.webp);
    background-size:cover;
    color:#fff;font-weight:700;font-size:14px;
    padding:1px 14px;border-radius:4px;z-index:3;
}
/* logo tròn */
.plvm-card__logo{
    position:absolute;top:14px;right:22px;
    width:44px;height:44px;border-radius:50%;
    background:#f4b33b;display:flex;align-items:center;justify-content:center;
    z-index:3;cursor:pointer;
}
.plvm-card__logo img{max-width:30px;max-height:30px;border-radius:50%}
.plvm-card__logo-tag{
    position:absolute;top:44px;right:70px;
    background:#663816;color:#fff;font-size:14px;
    padding:4px 16px 4px 18px;display:none;z-index:4;
}
.plvm-card__logo:hover ~ .plvm-card__logo-tag{display:inline-block}

/* overlay */
.plvm-card__overlay{
    position:absolute;left:0;right:0;bottom:0;
    transform:translateY(calc(100% - 100px));
    transition:transform .28s ease-out;z-index:2;
}
.plvm-card:hover .plvm-card__overlay{transform:translateY(0)}
.plvm-card__info{
    background:#fff;padding:14px 5px 10px;text-align:center;
    border-top:3px solid #663816;
}
.plvm-card__title{font-size:16px;line-height:1.4;font-weight:600;margin:0 0 6px}
.plvm-card__title a{color:#333;text-decoration:none}
.plvm-card__title a:hover{color:#663816}

/* giá */
.plvm-card__price{min-height:24px}
.plvm-card__price .price{
    display:inline-flex;align-items:baseline;justify-content:center;gap:8px;
}
.plvm-card__price .price del{
    order:1;font-size:14px;color:#b3b3b3;text-decoration:line-through;
}
.plvm-card__price .price ins{
    order:2;font-size:18px;font-weight:700;color:#d10000;text-decoration:none;
}
.plvm-card__price .price>span.amount{
    font-size:18px;font-weight:700;color:#d10000;
}
.plvm-card__price .plvm-price-contact{
    font-size:16px;font-weight:600;color:#663816;
}

/* actions */
.plvm-card__actions{
    background:#663816;padding:8px 10px;
    display:flex;align-items:center;justify-content:space-between;gap:10px;
    opacity:0;transition:opacity .2s ease-out;
}
.plvm-card:hover .plvm-card__actions{opacity:1}
.plvm-card__btn-main{
    flex:1;display:inline-flex;align-items:center;justify-content:center;
    gap:6px;padding:8px 10px;border-radius:4px;border:2px solid #fff;
    color:#fff;font-weight:700;font-size:13px;
    text-decoration:none;background:transparent;cursor:pointer;white-space:nowrap;
}
.plvm-card__btn-main i{font-size:13px}
.plvm-card__btn-main:hover{background:rgba(255,255,255,.1)}
.plvm-card__wishlist-btn{
    width:38px;height:38px;border-radius:4px;border:2px solid #fff;
    background:transparent;display:inline-flex;align-items:center;justify-content:center;
    cursor:pointer;margin-bottom:0;
}
.plvm-card__wishlist-btn i{font-size:18px;color:#fff}
.plvm-card__wishlist-btn.is-wishlisted{background:#fff}
.plvm-card__wishlist-btn.is-wishlisted i{color:#663816}

/* ẩn mặc định */
a.added_to_cart.wc-forward {
    /* display: none !important; */
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 10px;
    color: #663816;
}
.woocommerce ul.products li.product .onsale{display:none!important}
.plvm-card__btn-main:hover {
    background: linear-gradient(90deg, #FFEDB9 0%, #F7C660 100%);
    color: #663816;
}
.plvm-card__logo:hover {
    background: #663816;
}
/*--- TOAST YÊU THÍCH ---*/
.plvm-toast{
    position:fixed;right:20px;top:20px;
    background:#28a745;color:#fff;padding:10px 14px;
    border-radius:4px;font-size:14px;box-shadow:0 4px 10px rgba(0,0,0,.25);
    opacity:0;transform:translateY(-10px);pointer-events:none;
    z-index:99999;transition:opacity .2s ease,transform .2s ease;
}
.plvm-toast.is-active{opacity:1;transform:translateY(0)}

/*--- POPUP MUA HÀNG THÀNH CÔNG ---*/
.plvm-cart-modal-backdrop{
    position:fixed;inset:0;background:rgba(0,0,0,.5);
    display:none;align-items:center;justify-content:center;z-index:99998;
}
.plvm-cart-modal-backdrop.is-active{display:flex}
.plvm-cart-modal{
    background:#fff;width:90%;max-width:500px;border-radius:4px;
    overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.35);
}
.plvm-cart-modal__header{
    background:#663816;color:#fff;padding:10px 18px;
    display:flex;align-items:center;justify-content:space-between;
    font-size:18px;font-weight:700;
}
.plvm-cart-modal__close{font-size:24px;cursor:pointer;line-height:1}
.plvm-cart-modal__body{padding:14px 18px 16px}
.plvm-cart-modal__product{display:flex;gap:14px;align-items:center}
.plvm-cart-modal__thumb{flex:0 0 90px}
.plvm-cart-modal__thumb img{width:90px;height:auto;display:block}
.plvm-cart-modal__info-title{font-size:15px;font-weight:600;color:#000}
.plvm-cart-modal__info-price{font-size:16px;color:#d10000;font-weight:700}
.plvm-cart-modal__count{margin-top:12px;font-size:14px}
.plvm-cart-modal__footer{
    justify-content:flex-end;gap:10px;
    margin:0 auto;margin-top:10px;text-align:center;
}
.plvm-btn{
    display:inline-flex;align-items:center;justify-content:center;
    padding:8px 16px;border-radius:4px;border:1px solid transparent;
    font-size:12px;cursor:pointer;text-decoration:none;white-space:nowrap;
}
.plvm-btn--primary{background:#663816;color:#fff;border-color:#663816}
.plvm-btn--ghost{background:#fdc97d;color:#b11f23;border-color:#ddd}

/*--- QUICKVIEW POPUP ---*/
.plvm-qv-backdrop{
    position:fixed;inset:0;background:rgba(0,0,0,.55);
    display:none;align-items:center;justify-content:center;z-index:99997;
}
.plvm-qv-backdrop.is-active{display:flex}
.plvm-qv-modal{
    background:#fff;width:95%;max-width:1000px;
    padding:20px;border-radius:8px;position:relative;
    max-height:90vh;overflow-y:auto;
}
.plvm-qv-close{
    position:absolute;right:15px;top:10px;font-size:28px;
    cursor:pointer;color:#333;
}
.plvm-qv-wrapper{display:flex;gap:25px}
.plvm-qv-left{width:45%}
.plvm-qv-right{width:55%}
@media(max-width:768px){
    .plvm-qv-wrapper{flex-direction:column}
    .plvm-qv-left,.plvm-qv-right{width:100%}
}
.plvm-qv-main img{
    width:100%;border-radius:6px;border:1px solid #eee;margin-bottom:12px;
}

/* --- THUMBNAIL SLIDER: 1 HÀNG, KÉO NGANG --- */
.plvm-qv-thumbs{
    display:flex;
    gap:8px;
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:4px;
}
.plvm-qv-thumb-btn{
    border:none;
    padding:0;
    margin:0;
    background:none;
    cursor:pointer;
    border-radius:4px;
    overflow:hidden;
    border:2px solid transparent;
    flex:0 0 auto;
}
.plvm-qv-thumb-btn img{
    width:70px;
    height:70px;
    object-fit:cover;
    display:block;
}
.plvm-qv-thumb-btn.is-active{border-color:#663816}

.plvm-qv-title{font-size:22px;font-weight:700;margin-bottom:8px}
.plvm-qv-sku{color:#555;margin-bottom:12px}
.plvm-qv-price{font-size:20px;font-weight:700;color:#b20000;margin-bottom:10px}
.plvm-qv-desc{font-size:15px;margin-bottom:20px}

/* --- VARIATION BOXES: BOX NẰM CÙNG HÀNG --- */
.plvm-qv-vars{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:15px;
}
.plvm-qv-var-item{
    margin:0;
    padding:8px 10px;
    border-radius:6px;
    border:1px solid #ddd;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:4px;
    cursor:pointer;
    font-size:15px;
    min-width:120px;
    background:#fff;
}
.plvm-qv-var-item input[type=radio]{
    display:none;
}
.plvm-qv-var-item span:first-of-type{
    font-weight:600;
}
.plvm-var-price{
    display:block;
    font-size:14px;
    color:#663816;
}
.plvm-qv-var-item.is-active{
    border-color:#663816;
    box-shadow:0 0 0 1px rgba(177,30,35,.18);
    background:#fff7f7;
}

.plvm-qv-qty{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:12px;
    margin-bottom:12px;
    font-size:15px;
}
.plvm-qv-qty label{
    margin-top:-10px;
}
.plvm-qv-qty input{
    width:90px;
    padding:6px;
    border-radius:4px;
    border:1px solid #ddd;
}

/* NÚT THÊM VÀO GIỎ: CÙNG HÀNG VỚI SỐ LƯỢNG (TRÊN DESKTOP) */
.plvm-qv-btn{
    background:#663816;
    color:#fff;
    padding:5px 18px;
    border:none;
    border-radius:4px;
    cursor:pointer;
    margin-top:0;
    width:auto;
    text-align:center;
    font-size:13px;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    margin-left:12px;
    vertical-align:middle;
}
.plvm-qv-qty,
.plvm-qv-btn{
    vertical-align:middle;
}

@media(max-width:549px){
    .plvm-card__overlay{transform:translateY(calc(100% - 110px))}
    .plvm-card:hover .plvm-card__overlay{transform:translateY(0)}
    .plvm-cart-modal__product{
        flex-direction:column;align-items:flex-start;
    }
}
@media(max-width:480px){
    .plvm-qv-qty,
    .plvm-qv-btn{
        display:block;
        width:100%;
        margin-left:0;
    }
    .plvm-qv-btn{
        margin-top:6px;
    }
}
/* ==== LIÊN QUAN: GRID 4 CỘT ==== */
.gomsu-related-products {
    margin-top: 30px;
}

.gomsu-related-list {
    list-style: none;
     /* bù padding 2 bên để đều mép */
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.woocommerce ul.products.gomsu-related-list li.product.plvm-product-card{
    padding:0 10px 20px !important;
}
.gomsu-related-list > li.product {
    width: 25%;               /* 4 cột */
    padding: 0 10px 20px;      /* khoảng cách ngang + dưới */
}

/* Tablet: 2 cột */
@media (max-width: 991px) {
    .gomsu-related-list > li.product {
        width: 50%;
    }
}

/* Mobile: 1 cột */
@media (max-width: 768px) {
        .medium-logo-center .flex-left {
        flex: 0 0 0 !important;}
    .gomsu-related-list > li.product {
        width: 50%;
    }
    .woocommerce ul.products.gomsu-related-list li.product.plvm-product-card {
    padding: 0 5px 10px !important;
}
}
/* giỏ hàng*/
/* ================== TỔNG THỂ TRANG GIỎ HÀNG ================== */
body.woocommerce-cart .woocommerce.row.row-large.row-divided{
    gap: 25px;
}

/* Bỏ viền chia cột cũ của Flatsome */
body.woocommerce-cart .row-divided > .col:not(.large-12){
    border: none;
}

/* ================== BÊN TRÁI: BẢNG SẢN PHẨM ================== */

body.woocommerce-cart .woocommerce-cart-form{
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    padding: 18px 18px 10px;
}

/* Header bảng */
body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents thead{
    background: #f5f2ea;
}
body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents thead th{
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .05em;
    color: #555;
}

/* Hàng sản phẩm */
body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents tbody tr.cart_item{
    border-bottom: 1px solid #eee;
}
body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents tbody tr.cart_item:last-of-type{
    border-bottom: 0;
}

/* Cột xóa */
body.woocommerce-cart td.product-remove a.remove{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #999 !important;
    background: #fff;
    transition: all .2s;
}
body.woocommerce-cart td.product-remove a.remove:hover{
    border-color: #b91c1c;
    color: #fff !important;
    background: #b91c1c;
}

/* Ảnh sản phẩm */
body.woocommerce-cart td.product-thumbnail a img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #f1f1f1;
}

/* Tên sản phẩm */
body.woocommerce-cart td.product-name a{
    font-weight: 600;
    font-size: 14px;
    color: #111827;
}
body.woocommerce-cart td.product-name a:hover{
    color: #b91c1c;
}
body.woocommerce-cart .mobile-product-price{
    margin-top: 4px;
    font-size: 13px;
    color: #6b7280;
}

/* Giá & tạm tính */
body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal{
    font-weight: 600;
    color: #b91c1c;
}
body.woocommerce-cart td.product-price .amount,
body.woocommerce-cart td.product-subtotal .amount{
    font-size: 14px;
}

/* Số lượng: bo tròn, hiện đại */
body.woocommerce-cart .ux-quantity.quantity{
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    background: #f9fafb;
}
body.woocommerce-cart .ux-quantity .ux-quantity__button{
    background: transparent;
    border: none;
    padding: 6px 10px;
    font-size: 16px;
    color: #4b5563;
}
body.woocommerce-cart .ux-quantity input.input-text.qty{
    border: none;
    background: transparent;
    max-width: 60px;
    text-align: center;
    font-weight: 500;
    height: unset;
    padding: 4px 0;
}

/* Hàng action phía dưới bảng */
body.woocommerce-cart .woocommerce-cart-form__contents tr:last-child td.actions{
    border-top: none;
    padding-top: 14px;
}
body.woocommerce-cart .continue-shopping .button-continue-shopping{
    border-radius: 999px;
    font-size: 13px;
    border: 2px solid #f06718;
    color: #663816;
}

/* Nút cập nhật giỏ hàng */
body.woocommerce-cart button[name="update_cart"]{
    border-radius: 999px;
    font-size: 13px;
    padding: 0 18px;
    margin-left: 10px;
}
body.woocommerce-cart button[name="update_cart"]:disabled{
    opacity: .5;
    background: #663816;
}

/* ================== BÊN PHẢI: TỔNG CỘNG & COUPON ================== */

/* Card tổng cộng */
body.woocommerce-cart .cart-sidebar .cart_totals{
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    padding: 18px 18px 16px;
    position: relative;
    overflow: hidden;
}

/* Ẩn H2 dư thừa (vì đã có heading trong table phía trên) */
body.woocommerce-cart .cart-sidebar .cart_totals > h2{
    display: none;
}

/* Heading “Tổng cộng giỏ hàng” trên cùng */
body.woocommerce-cart .cart-sidebar table:first-of-type{
    margin-bottom: 6px;
}
body.woocommerce-cart .cart-sidebar table:first-of-type thead th{
    border: none;
    padding: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

/* Bảng tổng tiền */
body.woocommerce-cart .cart-sidebar table.shop_table{
    width: 100%;
    border: none;
    margin-bottom: 12px;
}
body.woocommerce-cart .cart-sidebar table.shop_table tr{
    border-bottom: 1px dashed #e5e7eb;
}
body.woocommerce-cart .cart-sidebar table.shop_table tr:last-child{
    border-bottom: none;
}
body.woocommerce-cart .cart-sidebar table.shop_table th,
body.woocommerce-cart .cart-sidebar table.shop_table td{
    padding: 8px 0;
    border: none;
    font-size: 14px;
}
body.woocommerce-cart .cart-sidebar table.shop_table th{
    color: #4b5563;
    font-weight: 500;
}
body.woocommerce-cart .cart-sidebar table.shop_table td{
    text-align: right;
}
body.woocommerce-cart .cart-sidebar .order-total td strong .amount{
    font-size: 16px;
    color: #b91c1c;
}

/* Nút thanh toán */
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button{
    width: 100%;
    border-radius: 999px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(135deg, #664326, #663816);
    border: none;
}
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover{
    filter: brightness(0.95);
}

/* ================== FORM COUPON ================== */

body.woocommerce-cart form.checkout_coupon{
    margin-top: 14px;
    background: #f9fafb;
    border-radius: 10px;
    padding: 12px 14px;
}
body.woocommerce-cart form.checkout_coupon .coupon{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
body.woocommerce-cart form.checkout_coupon h3.widget-title{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
        text-transform: uppercase;
    color: #015f36;
}
body.woocommerce-cart form.checkout_coupon h3.widget-title i{
    font-size: 14px;
}

/* Input & button coupon */
body.woocommerce-cart form.checkout_coupon #coupon_code{
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    padding: 20px 12px;
    font-size: 14px;
}
body.woocommerce-cart form.checkout_coupon .button{
    border-radius: 999px;
    margin-top: 6px;
    font-size: 16px;
    background:#015f36; 
    color:white;
    text-transform: uppercase;
}

/* ================== RESPONSIVE ================== */
@media (max-width: 849px){
    body.woocommerce-cart .woocommerce.row.row-large.row-divided{
        flex-direction: column;
    }
    body.woocommerce-cart .woocommerce-cart-form{
        margin-bottom: 15px;
    }
}
/* ========= LAYOUT 2 CỘT GIỎ HÀNG ========= */
.woocommerce-cart .woocommerce.row.row-large.row-divided {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;            /* khoảng cách giữa 2 cột */
}

/* Cột trái: bảng sản phẩm */
.woocommerce-cart .woocommerce .col.large-7.pb-0 {
    width: 65%;
    max-width: 65%;
    box-sizing: border-box;
     padding:0 10px;
}

/* Cột phải: tổng tiền + coupon */
.woocommerce-cart .woocommerce .cart-collaterals.large-5.col.pb-0 {
    width: 35%;
    max-width: 35%;
    box-sizing: border-box;
    padding:0 10px;
}

/* Mobile: xuống 1 cột */
@media (max-width: 849px) {
    .woocommerce-cart .woocommerce.row.row-large.row-divided {
        flex-direction: column;
    }
    .woocommerce-cart .woocommerce .col.large-7.pb-0,
    .woocommerce-cart .woocommerce .cart-collaterals.large-5.col.pb-0 {
        width: 100%;
        max-width: 100%;
    }
}

/* ========= BẢNG SẢN PHẨM ========= */
.woocommerce-cart .shop_table.cart {
    border-collapse: separate;
    border-spacing: 0 10px;          /* tạo khoảng hở giữa các dòng */
    background: transparent;
}

.woocommerce-cart .shop_table.cart thead th {
    background: #f5f5f5;
    font-weight: 600;
    padding: 12px 10px;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
}

.woocommerce-cart .shop_table.cart tbody tr.cart_item {
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,.04);
    border-radius: 8px;
}

.woocommerce-cart .shop_table.cart tbody tr.cart_item td {
    border: none;
    padding: 14px 10px;
    vertical-align: middle;
}

/* ô thumbnail + tên sản phẩm */
.woocommerce-cart .product-thumbnail img {
    border-radius: 6px;
}

.woocommerce-cart .product-name a {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.woocommerce-cart .product-name a:hover {
    color: #663816;
}

/* giá / tạm tính nổi bật hơn */
.woocommerce-cart .product-price .amount,
.woocommerce-cart .product-subtotal .amount {
    font-weight: 700;
    color: #663816;
}

/* nút +/- số lượng */
.woocommerce-cart .ux-quantity.quantity.buttons_added {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.woocommerce-cart .ux-quantity .input-text.qty {
    border: none;
    text-align: center;
}

.woocommerce-cart .ux-quantity__button {
    border: none;
    background: #f7f7f7;
}

.woocommerce-cart .ux-quantity__button:hover {
    background: #e9e9e9;
}

/* link xoá sản phẩm */
.woocommerce-cart .product-remove a.remove {
    background: #fbe9e7;
    color: #d32f2f !important;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
}

/* hàng Cập nhật giỏ + tiếp tục mua */
.woocommerce-cart .cart-wrapper .actions {
    padding-top: 10px;
    border: none;
}

/* ========= SIDEBAR TỔNG TIỀN ========= */
.woocommerce-cart .cart-sidebar .cart_totals {
    background: #ffffff;
    border-radius: 10px;
    padding: 18px 20px 20px;
    box-shadow: 0 4px 16px rgba(0,0,0,.06);
    position: relative;
}

/* Ẩn h2 vì phía trên đã có heading trong table */
.woocommerce-cart .cart-sidebar .cart_totals > h2 {
    display: none;
}

.woocommerce-cart .cart-sidebar table.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.woocommerce-cart .cart-sidebar table.shop_table th,
.woocommerce-cart .cart-sidebar table.shop_table td {
    border: none;
    padding: 8px 0;
    font-size: 14px;
}

.woocommerce-cart .cart-sidebar table.shop_table th {
    color: #555;
    font-weight: 500;
}

.woocommerce-cart .cart-sidebar .order-total th {
    font-weight: 700;
}

.woocommerce-cart .cart-sidebar .order-total .amount {
    font-size: 18px;
    color: #663816;
}

/* nút thanh toán */
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    width: 100%;
    border-radius: 6px;
    padding: 12px 0;
    font-size: 15px;
    font-weight: 600;
    background: #663816;
    border-color: #663816;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
    background: #8b0000;
    border-color: #8b0000;
}

/* ========= FORM COUPON ========= */
.woocommerce-cart .checkout_coupon {
    margin-top: 18px;
    padding: 14px 16px 16px;
    background: #fff7e9;
    border-radius: 8px;
}

.woocommerce-cart .checkout_coupon .widget-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.woocommerce-cart .checkout_coupon .coupon {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce-cart .checkout_coupon #coupon_code {
    flex: 1;
    min-width: 150px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.woocommerce-cart .checkout_coupon .button {
    border-radius: 4px;
    padding: 8px 14px;
    font-weight: 600;
}

/* mobile: coupon xếp dọc */
@media (max-width: 549px) {
    .woocommerce-cart .checkout_coupon .coupon {
        flex-direction: column;
        align-items: stretch;
    }
}
/*************************
 * LAYOUT 2 CỘT CHECKOUT
 *************************/
body.woocommerce-checkout .checkout .row.pt-0 {
    display: flex;
    flex-wrap: wrap; 
}

/* Cột form khách hàng (trái) */
body.woocommerce-checkout .checkout .row.pt-0 > .large-7.col {
    flex: 0 0 60%;
    max-width: 60%;
}

/* Cột đơn hàng (phải) */
body.woocommerce-checkout .checkout .row.pt-0 > .large-5.col {
    flex: 0 0 40%;
    max-width: 40%;
}

/* Mobile: xuống 1 cột */
@media (max-width: 991px) {
    body.woocommerce-checkout .checkout .row.pt-0 {
        gap: 20px;
    }
    body.woocommerce-checkout .checkout .row.pt-0 > .large-7.col,
    body.woocommerce-checkout .checkout .row.pt-0 > .large-5.col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*************************
 * TONE MÀU GỐM – FORM TRÁI
 *************************/
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-additional-fields {
    background: #f6f0e3;
    border-radius: 10px;
    padding: 20px 22px;
    margin-bottom: 20px;
    border: 1px solid #e0d3bf;
}

body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #663816;
}

/* Label + input */
body.woocommerce-checkout .checkout .form-row label {
    font-size: 14px;
    font-weight: 600;
    color: #5a4331;
    margin-bottom: 4px;
}

body.woocommerce-checkout .checkout .input-text,
body.woocommerce-checkout .checkout .select2-container--default .select2-selection--single,
body.woocommerce-checkout .checkout select {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #d5c6af; 
    font-size: 14px;
    box-shadow: none;
    background-color: #fff;
}

/* Select2 hiển thị đẹp hơn */
body.woocommerce-checkout .checkout .select2-container--default .select2-selection--single .select2-selection__rende#663816 {
    line-height: 32px;
    padding-left: 5px;
}
body.woocommerce-checkout .checkout .select2-container--default .select2-selection--single {
    height: 36px;
}
body.woocommerce-checkout .checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

/* Textarea ghi chú */
body.woocommerce-checkout .checkout textarea#order_comments {
    min-height: 90px;
    resize: vertical;
}

/*************************
 * CỘT ĐƠN HÀNG – PHẢI
 *************************/
body.woocommerce-checkout .checkout .large-5.col .col-inner {
    background: #fff7f2;
    border-radius: 10px;
    border: 1px solid #ecd5c5;
    padding: 18px 18px 20px;
}

body.woocommerce-checkout #order_review_heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #663816;
}

/* Bảng đơn hàng */
body.woocommerce-checkout .woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px solid #f0dfcf;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
    border-bottom: 2px solid #e1c6ac;
    font-weight: 700;
    color: #5a4331;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th {
    font-weight: 700;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td {
    font-size: 15px;
    color: #663816;
}

/*************************
 * PAYMENT + NÚT ĐẶT HÀNG
 *************************/
body.woocommerce-checkout #payment {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ecd5c5;
    padding: 15px 15px 18px;
    margin-top: 10px;
}

body.woocommerce-checkout #place_order {
    width: 100%;
    background: #663816;
    border-color: #663816;
    color: #fff;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 15px;
    letter-spacing: 0.3px;
    transition: all 0.2s ease;
}

body.woocommerce-checkout #place_order:hover {
    background: #663816;
    border-color: #663816;
}

/*************************
 * KHUNG COUPON TRÊN ĐẦU
 *************************/
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    border-left: 4px solid #663816;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
    color: #663816;
    font-weight: 600;
}

/* Form coupon dropdown */
body.woocommerce-checkout form.checkout_coupon {
    border-radius: 10px;
    border-color: #ecd5c5;
    background: #fffdf8;
}

body.woocommerce-checkout form.checkout_coupon .button.expand {
    background: #663816;
    border-color: #663816;
    color: #fff;
}

body.woocommerce-checkout form.checkout_coupon .button.expand:hover {
    background: #663816;
}

/*************************
 * PRIVACY TEXT
 *************************/
body.woocommerce-checkout .woocommerce-privacy-policy-text {
    font-size: 13px;
    color: #6a5645;
    margin-top: 15px;
}
body.woocommerce-checkout .woocommerce-privacy-policy-text a {
    color: #663816;
    text-decoration: underline;
}
/* ==== ĐỐI TÁC TỰ ĐỘNG CHẠY – PLVM ==== */
/* ===============================
   ĐỐI TÁC – PLVM STYLE
   =============================== */
 

.plvm-dt-container { 
    margin: 0 auto; 
    text-align: center;
}

/* TITLE & SUBTITLE */
.plvm-dt-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #333;
}

.plvm-dt-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

/* SWIPER AREA */
.plvm-dt-swiper {
    width: 100%;
    padding: 15px 0;
}

/* BOX LOGO */
.plvm-dt-item {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 18px 20px;
    display: flex;
    justify-content: center;
    align-items: center; 
    height: 70px; /* GIỮ CHIỀU CAO ĐỒNG ĐỀU */
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

/* Hover đẹp – tone gốm */
.plvm-dt-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

/* LOGO BÊN TRONG */
.plvm-dt-item img {
    max-height: 60px;
    width: auto;
    object-fit: contain;
    transition: 0.25s;
    filter: grayscale(0.2);
}

.plvm-dt-item:hover img {
    filter: grayscale(0);
    transform: scale(1.05);
}

/* SWIPER SLIDE CĂN ĐỀU KÍCH THƯỚC */
.swiper-slide {
    display: flex;
    justify-content: center;
}

/* Responsive */
@media (max-width: 600px) {
    .plvm-dt-item {
        height: 85px;
        padding: 15px;
    }
    .plvm-dt-item img {
        max-height: 45px;
    }
}
/* cam nang */ 
    .plvm-cn-tabs {
    margin: 0 auto;
    display: block;
    text-align: center;
}
 

    .plvm-cn-header {
      text-align: center;
      margin-bottom: 25px;
    }

    .plvm-cn-title {
      font-size: 26px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0 0 8px;
      color: #663816;
      letter-spacing: 0.5px;
    }

    .plvm-cn-subtitle {
      font-size: 14px;
      color: #7a6a5a;
      margin: 0;
    }

    /* TAB NAV */
    .plvm-cn-tab-nav {
      list-style: none; 
      padding: 3px;
      display: inline-flex;
      flex-wrap: wrap;
      gap: 8px; 
      border-radius: 999px;
    }

    .plvm-cn-tab-nav-item {
      padding: 8px 18px;
      font-size: 14px;
      border-radius: 999px;
      cursor: pointer;
      color: #7c5c3f;
      transition: all 0.2s ease;
      white-space: nowrap;
    }

    .plvm-cn-tab-nav-item:hover {
      background: #e3d3c2;
    }

    .plvm-cn-tab-nav-item.is-active {
      background: #5a3b26;
      color: #fff;
      font-weight: 600;
    }

    /* PANELS */
    .plvm-cn-tab-panels {
      margin-top: 10px;
    }

    .plvm-cn-tab-panel {
      display: none;
      animation: plvmFadeIn 0.25s ease;
    }

    .plvm-cn-tab-panel.is-active {
      display: block;
    }

    @keyframes plvmFadeIn {
      from { opacity: 0; transform: translateY(5px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* GRID */
    .plvm-cn-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
    }

    @media (max-width: 991px) {
      .plvm-cn-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 768px) {
      .plvm-cn-grid {
        grid-template-columns: 1fr 1fr;
      }
      .plvm-cn-meta {
            display: none !important;
        }
    }

    /* CARD */
    .plvm-cn-item {
      background: #fdfaf7;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 14px rgba(0,0,0,0.06);
      display: flex;
      flex-direction: column;
      height: 100%;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .plvm-cn-item:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    }

    .plvm-cn-thumb {
      display: block;
      overflow: hidden;
    }

    .plvm-cn-thumb-img {
      width: 100%;
      height: 190px;
      object-fit: cover;
      transition: transform 0.3s ease;
    }

    .plvm-cn-item:hover .plvm-cn-thumb-img {
      transform: scale(1.05);
    }

    .plvm-cn-thumb-placeholder {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 190px;
      font-size: 40px;
      font-weight: 700;
      background: #e9ded0;
      color: #5a3b26;
    }

    .plvm-cn-content {
      padding: 15px 15px 5px;
      display: flex;
      flex-direction: column;
      flex: 1;
      text-align: left;
    }

    .plvm-cn-item-title {
      font-size: 15px;
      margin: 0 0 6px;
      line-height: 1.4;
    }

    .plvm-cn-item-title a {
      color: #3a2a1a;
      text-decoration: none;
    }

    .plvm-cn-item-title a:hover {
      color: #b57327;
    }

    .plvm-cn-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      font-size: 12px;
      color: #8a6b4f;
      margin-bottom: 8px;
    }

    .plvm-cn-meta i {
      margin-right: 4px;
    }

    .plvm-cn-excerpt {
      font-size: 13px;
      color: #6f5e4e; 
      flex: 1;
    }

    .plvm-cn-readmore {
      align-self: flex-start;
      font-size: 13px;
      padding: 6px 12px;
      border-radius: 999px;
      border: 1px solid #c89b63;
      color: #7a4a1e;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 4px;
      transition: all 0.2s ease;
    }

    .plvm-cn-readmore:hover {
      background: #c89b63;
      color: #fff;
    }

/* ==== SECTION ĐÁNH GIÁ KHÁCH HÀNG – PLVM ==== */
 /* ===== SECTION ĐÁNH GIÁ KHÁCH HÀNG ===== */

.plvm-review-section {
  position: relative;
  width: 100%;               /* full màn hình */
  padding: 20px 0;
  color: #2c2c2c;
  overflow: hidden;

  /* Parallax đơn giản bằng background-fixed
     Đổi URL ảnh nền theo ý bạn */ 
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.plvm-review-overlay {
  position: absolute;
  inset: 0;
  background: #663816cf; /* đỏ rượu vang phủ mờ */
  pointer-events: none;
}

.plvm-review-container {
  position: relative; 
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}

.plvm-review-heading {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}

.plvm-review-kicker {
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0.9;
}

.plvm-review-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 10px;
  color:white;
}

.plvm-review-subtitle {
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
  opacity: 0.9;
}

/* ----- Slider & Card ----- */

.plvm-review-slider-wrapper {
  position: relative;
}

.plvm-review-swiper .swiper-wrapper {
  padding-bottom: 40px;
}

.plvm-review-swiper .swiper-slide {
  height: auto; /* card auto-height */
}

.plvm-review-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px 24px 28px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.plvm-review-header {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.plvm-review-avatar-wrap {
  margin-right: 16px;
}

.plvm-review-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff2f2;
  box-shadow: 0 0 0 3px #663816;
}

.plvm-review-avatar--placeholder {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #663816;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 28px;
  box-shadow: 0 0 0 3px #fff2f2;
}

.plvm-review-meta {
  flex: 1;
}

.plvm-review-name {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 4px;
}

.plvm-review-role {
  margin: 0;
  font-size: 14px;
  color: #777;
}

.plvm-review-quote-icon {
  font-size: 40px;
  color: #e0e0e0;
  margin-left: 10px;
}

.plvm-review-quote-mark {
  line-height: 1;
}

.plvm-review-body {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

/* ----- Navigation & Pagination ----- */

.plvm-review-nav {
  position: absolute;
    margin: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    color: #663816;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease;
    /* height: unset; */
    /* min-height: 30px; */
    padding: 0px;
    min-height: 28px;
}

.plvm-review-prev { left: -20px; }
.plvm-review-next { right: -20px; }

.plvm-review-nav:hover {
  background: #663816;
  color: #fff;
}

.plvm-review-pagination {
  text-align: center;
}

.plvm-review-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.plvm-review-pagination .swiper-pagination-bullet-active {
  background: #ffd166;
}

/* ----- Responsive ----- */

@media (max-width: 991px) {
  .plvm-review-section {
    padding: 60px 0;
  }
  .plvm-review-nav {
    display: none; /* mobile dùng pagination thôi cho gọn */
  }
}

@media (max-width: 575px) {
  .plvm-review-title {
    font-size: 26px;
  }
  .plvm-review-card {
    padding: 20px 18px;
  }
}

/* ============ MÃ GIẢM GIÁ ============ */
  
.plvm-vc-head {
  text-align: center;
  margin-bottom: 40px;
}

.plvm-vc-subtitle {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #663816;
  margin: 0 0 8px;
  font-weight: 600;
}

.plvm-vc-title {
  font-size: 30px;
  margin: 0 0 10px;
  font-weight: 700;
  color: #2b2b2b;
}

.plvm-vc-divider {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #663816;
}

.plvm-vc-divider span {
  display: block;
  width: 45px;
  height: 1px;
  background-color: #663816;
}

/* LIST VOUCHER */
.plvm-vc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.plvm-vc-item {
  flex: 1 1 calc(25% - 24px);
  min-width: 260px;
}

.plvm-vc-inner {
  position: relative;
  display: flex;
  align-items: stretch;
  background-color: #ffffff;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  overflow: hidden;
}

/* Lỗ cắt hai bên */
.plvm-vc-inner::before,
.plvm-vc-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 28px;
  background-color: #f5e5c9;
  border-radius: 0 100px 100px 0;
  transform: translateY(-50%);
}

.plvm-vc-inner::before {
  left: -7px;
}

.plvm-vc-inner::after {
  right: -7px;
  border-radius: 100px 0 0 100px;
}

/* Cột icon */
.plvm-vc-left { 
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px dashed #f0d3af; 
}

.plvm-vc-icon {
  width: 80px; 
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.plvm-vc-icon i {
  font-size: 32px;
  color: #663816;
}

.plvm-vc-percent {
  position: absolute;
  right: 6px;
  bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #663816;
}

/* Nội dung voucher */
.plvm-vc-content {
  flex: 1 1 auto;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
}

.plvm-vc-code {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 6px;
  color: #1e1e1e;
}

.plvm-vc-desc {
  margin: 0;
  font-size: 14px;
  color: #555;
}

/* Bottom row */
.plvm-vc-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 6px;
}

.plvm-vc-expire {
  font-size: 13px;
  color: #a35a2c;
}

.plvm-vc-copy-btn {
  border: none;
  outline: none; 
  font-size: 12px;
  font-weight: 600;
  border-radius: 999px;
  background-color: #663816;
  color: #fff;
  cursor: pointer;
  transition: all .2s ease;
  white-space: nowrap;
}

.plvm-vc-copy-btn:hover {
  background-color: #92161b;
  transform: translateY(-1px);
}

.plvm-vc-copy-btn.is-copied {
  background-color: #388e3c;
}
li.plvm-product-card {
    list-style: none;
}
/* Nút info */
.plvm-vc-info-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  margin:0px;
  border: none;
  outline: none;
  background: #fff;
  border-radius: 999px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; 
}

.plvm-vc-info-btn i {
  font-size: 18px;
  color: #663816;
}

/* ============ MODAL VOUCHER ============ */
.plvm-vc-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  padding-top:2%;
}

.plvm-vc-modal.is-active {
  display: block;
}

.plvm-vc-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

.plvm-vc-modal-dialog {
  position: relative;
  max-width: 640px;
  margin: 60px auto;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.25);
}

/* Header modal */
.plvm-vc-modal-header {
  background-color: #663816;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.plvm-vc-modal-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color:white;
}

/* X button */
.plvm-vc-modal-close {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: none;
  background: transparent;
  cursor: pointer;
  margin:0px;
}

.plvm-vc-modal-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin-left: -7px;
  margin-top: -1px;
  background: #fff;
}

.plvm-vc-modal-close span:first-child {
  transform: rotate(45deg);
}

.plvm-vc-modal-close span:last-child {
  transform: rotate(-45deg);
}

/* Body modal */
.plvm-vc-modal-body {
  padding: 18px 22px 22px;
}

.plvm-vc-row {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.plvm-vc-row:last-child {
  border-bottom: none;
}

.plvm-vc-label {
  flex: 0 0 140px;
  font-weight: 600;
  color: #663816;
}

.plvm-vc-value {
  flex: 1 1 auto;
  color: #333;
}

/* Khi mở modal khóa scroll nền nếu muốn */
.plvm-vc-modal-open {
  overflow: hidden;
}

/* Responsive */
@media (max-width: 991px) {
  .plvm-vc-item {
    flex: 1 1 calc(50% - 24px);
  }

  .plvm-vc-modal-dialog {
    margin: 40px 15px;
  }
}

@media (max-width: 575px) {
  .plvm-vc-item {
    flex: 1 1 100%;
  }

  .plvm-vc-inner {
    flex-direction: row;
  }

  .plvm-vc-left {
    flex-basis: 90px;
    padding: 18px 10px;
  }

  .plvm-vc-content {
    padding: 14px 14px 12px;
  }
}
/* SECTION SẢN PHẨM PLVM */
 /* GRID 4 CỘT CHO [plvm_san_pham] */
.plvm-sp-section .plvm-sp-products {
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* mobile: 2 */
  gap: 20px;
}
.plvm-sp-container {
    text-align: center;
}
p.plvm-sp-desc{
    margin-bottom:0px;
    color: #663816;
}
h2.plvm-sp-title {
    font-weight: 800;
    color: #2b2b2b; 
}
/* Tablet: 3 cột */
@media (min-width: 768px) {
  .plvm-sp-section .plvm-sp-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.plvm-sp-section .plvm-sp-products.columns-4 li.product {
  width: 100% !important;
  margin: 0 !important;
}

/* Desktop: 4 cột */
@media (min-width: 1024px) {
  .plvm-sp-section .plvm-sp-products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Cho item full chiều cao, card đẹp hơn */
.plvm-sp-section .plvm-sp-products li.product,
.plvm-sp-section .plvm-sp-products li.plvm-product-card {
  height: 100%;
}
ul.products.plvm-sp-products {
    margin: 30px 0px;
}
.plvm-sp-section .plvm-sp-products li .plvm-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}/* ====== TAB SẢN PHẨM PLVM ====== */

.plvm-sp-tabs {
  display: flex;
  flex-wrap: wrap; 
  justify-content: center;
  margin-bottom: 32px;
}

/* Nút tab chung */
.plvm-sp-tab-btn {
  position: relative;
  border: 3px solid #e9a356;          /* viền cam */
  background: #ffd894;                /* nền vàng nhạt */
  color: #663816;                      /* chữ đỏ rượu */
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  border-radius: 30px;
  text-transform: none;
  letter-spacing: 0.02em;
  transition: all 0.25s ease;
  outline: none;
  margin-bottom:0px;
  margin-top:20px;
}

/* Viền trong giống demo */
.plvm-sp-tab-btn::before {
    border-radius:20px;
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

/* Hover tab thường */
.plvm-sp-tab-btn:hover {
  background: #ffe4b3;
}

/* Tab đang active */
.plvm-sp-tab-btn.is-active {
  background: #663816;                /* đỏ đậm */
  border-color: #663816;
  color: #ffffff;
}

/* Hiện viền trong khi active */
.plvm-sp-tab-btn.is-active::before {
  opacity: 1;
}

/* Mũi tên nhỏ phía dưới tab active */
.plvm-sp-tab-btn.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 10px 0 10px;
  border-color: #663816 transparent transparent transparent;
}

/* Responsive: thu nhỏ chữ trên mobile */
 
@media (max-width: 767px) {

  .plvm-sp-tabs {
    flex-wrap: nowrap;              /* KHÔNG cho xuống dòng */
    overflow-x: auto;               /* bật scroll ngang */
    overflow-y: hidden;
    justify-content: flex-start;    /* canh trái thay vì center */
    gap: 10px;
    padding: 0 12px 10px;
    margin-bottom: 20px;

    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;  /* vuốt “dính” từng tab */
  }

  .plvm-sp-tab-btn {
    flex: 0 0 auto;                 /* giữ nguyên width từng nút */
    white-space: nowrap;           /* không xuống dòng chữ */
    scroll-snap-align: start;
    margin-top: 10px;              /* giảm margin-top cho gọn */
  }

}


.plvm-gt-section {
    padding: 60px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.plvm-gt-container {
    max-width: 1280px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.plvm-gt-left {
    width: 55%;
    color: #fff;
}

.plvm-gt-sub {
    background: #663816;
    padding: 6px 20px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 600;
    margin-bottom: 20px;
}

.plvm-gt-title {
    font-size: 36px;
    color: #FFD19C;
    font-weight: 800;
    margin: 0 0 20px;
}

.plvm-gt-line {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.plvm-gt-line span {
    width: 40px;
    height: 2px;
    background: #FFD19C;
}

.plvm-gt-line i {
    color: #FFD19C;
    font-size: 18px;
}

.plvm-gt-desc {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.plvm-gt-desc p{
    margin-bottom:0px;
}
.plvm-gt-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    border: 1px solid #FFD19C;
    border-radius: 6px;
    color: #FFD19C;
    font-weight: 600;
    transition: 0.25s;
}

.plvm-gt-btn:hover {
    background: #FFD19C;
    color: #7A1010;
}

.plvm-gt-right {
    width: 45%;
    text-align: right;
}

.plvm-gt-right img {
    max-width: 100%;
    height: auto;
}
/* menu */
/* ==== HEADER CART DROPDOWN ==== */
.kifa-header-item--cart {
    position: relative;
}

/* Link icon + chữ "Giỏ hàng" */
.kifa-header-cart-toggle {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: #fff;
}

/* Hộp mini cart */
.kifa-cart-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 16px);
    width: 380px;
    max-height: 80vh;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.25);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 9999;
}

/* Mũi tên nhỏ ở trên hộp */
.kifa-cart-dropdown::before {
    content: '';
    position: absolute;
    top: -12px;
    right: 40px;
    border-width: 0 10px 12px 10px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
}

/* Hover vào item giỏ hàng thì hiện dropdown */
.kifa-header-item--cart:hover .kifa-cart-dropdown {
    opacity: 1.111111;
    visibility: visible;
    transform: translateY(0);
}

/* Layout bên trong */
/* 1. Chia layout 2 cột: Ảnh | Text */
.woocommerce-mini-cart .mini_cart_item > a {
    display: grid;
    grid-template-columns: 60px 1fr;
    column-gap: 12px;
    align-items: start;
}

/* 2. Ảnh cố định cột trái */
.woocommerce-mini-cart .mini_cart_item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

/* 3. Text luôn nằm đúng cột, xuống hàng chuẩn */
.woocommerce-mini-cart .mini_cart_item > a {
    white-space: normal;
    text-align:left;
    line-height: 1.4;
}

/* 4. Số lượng + giá xuống dòng riêng */
.woocommerce-mini-cart .mini_cart_item .quantity {
    display: flex;
    text-align:left;
    margin-top: 6px;
    font-size: 13px;
    color: #666;
}

/* 5. Giá nổi bật hơn */
.woocommerce-mini-cart .woocommerce-Price-amount {
    display: block;
    font-weight: 600;
    color: #6b3f1d; /* màu nâu giống shop gốm */
}

/* 6. Không để nút X đè */
/* 1. Bắt đúng từng item làm container cho dấu X */
.woocommerce-mini-cart .mini_cart_item {
    position: relative !important;
    overflow: hidden; /* chặn trồi ra ngoài khung */
    padding-right: 32px; /* chừa chỗ cho dấu X */
}

/* 2. Ghim dấu X đúng trong item */
.woocommerce-mini-cart .remove_from_cart_button {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    width: 22px;
    height: 22px;
    line-height: 20px;
    border-radius: 50%;
    background: #7a4a24;
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    z-index: 9;
    margin:0px;
    padding: 0px 5px;
}

/* 3. Không cho dấu X dính theo menu */
.ux-mini-cart,
.kifa-mini-cart-body,
.widget_shopping_cart_content {
    overflow: visible !important;
}



/* Tổng tiền + nút thanh toán */
.kifa-cart-dropdown .woocommerce-mini-cart__total {
    padding: 12px 20px;
    border-top: 1px solid #f0f0f0;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
}

.kifa-cart-dropdown .woocommerce-mini-cart__buttons {
   display:flex;
}
.kifa-mini-cart-body {
    /* display: block; */
    padding: 10px;
}
.kifa-cart-dropdown .woocommerce-mini-cart__buttons .button {
    width: 100%;
    display: block;
    text-align: center;
    background: #663816;   /* đỏ gốm */
    color: #fff;
    border-radius: 6px;
    padding: 10px 10px;
    font-weight: 700;
}

.kifa-cart-dropdown .woocommerce-mini-cart__buttons .button:hover {
    background: #c83535;
}
p.woocommerce-mini-cart__total.total strong {
    color: #663816;
}
span.amount {
    color: #663816 !important; 
}
.plvm-gt-desc p { 
    text-align: justify;
}
/* Mobile: chỉ cho bấm vào trang giỏ, không xổ dropdown */
@media (max-width: 768px) {
    .plvm-cn-title{
        font-size:17px;
    }
    .plvm-cn-subtitle {
    font-size: 10px;}
    .plvm-gt-title {
    font-size: 28px;}
    .kifa-cart-dropdown {
        display: none;
    }
    #logo img {
        margin:unset;
    }
    .nav>li>a>i.icon-menu {
        font-size: 36px;
        margin-top: -5px;
    }
    i.icon-menu {
        color: white;
    }
    span.promo-text-item {
    font-size: 9px;
}
    .header-main li.html.custom {
     display: unset!important;
    }
     .kifa-header-label{
         display:none;
     }
    .kifa-header-item.kifa-header-item--cart {
    margin-right: 10px;
}
.box_icon_test.icon-box{
    display:block;
    text-align: center;
}
.box_icon_test .icon-box-text{
    padding-left:0px;
}
.box_icon_test .icon-box-img::before{
    display:none;
}
.box_icon_test .icon-inner img{
    margin:0 auto;
     width: 25px;
}

.box_icon_test .icon-box-img{
    margin:0 auto;
}
.box_icon_test .icon-box-text h3{
    font-size:12px;
}
.box_icon_test .icon-box-text p{
     font-size:9px;
}
.box_icon_test.icon-box{
    padding:10px;
}
 section#section_1597236816 {
    padding: 10px;
}
.plvm-section-cate{
    padding:0px;
}
.plvm-title {
        font-size: 18px;
}
.plvm-sale-subtitle{
    font-size:12px;
}
.plvm-time-box {
    min-width: 25px !important;}
.plvm-card__thumb{
    height:260px;
}
.plvm-sale-section .plvm-sale-products li.product{
    padding:0 2px !important;
    margin: 0 0 10px !important;
}
.plvm-card__title {
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    margin: 0 0 10px;
}
.plvm-card__info{
    padding: 5px 5px 25px;
}
.plvm-card__btn-main { 
    padding: 9px 8px; 
    font-size: 9px;}

.plvm-sale-more-btn{
    font-size:10px;
}
ul.products.plvm-sp-products {
    margin: 15px 0px;
}
.plvm-sp-section .plvm-sp-products{
    gap:5px;
}
.plvm-vc-title {
    font-size: 18px;
    margin: 0 0 0px;
    font-weight: 700;
    color: #2b2b2b;
}
.plvm-vc-head {
    text-align: center;
    margin-bottom: 10px;
}
.plvm-gt-left{
    width:100%;
}
.plvm-gt-container{
    display:block;
    margin:0 15px;
}
.plvm-gt-right{
    width:100%;
    margin:10px 0px;
}
.plvm-cn-tab-nav {
    display: flex;                  /* ép về 1 hàng */
    flex-wrap: nowrap;              /* KHÔNG cho xuống dòng */
    overflow-x: auto;               /* bật scroll ngang */
    overflow-y: hidden;
    gap: 8px;

    padding: 6px 10px;
    margin-bottom: 12px;

    justify-content: flex-start;    /* canh trái */
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .plvm-cn-tab-nav-item {
    flex: 0 0 auto;                 /* mỗi tab giữ width tự nhiên */
    white-space: nowrap;           /* không xuống dòng chữ */
    scroll-snap-align: start;
    font-size: 12px;
    margin:10px 0px;
  }
  .plvm-dt-title {
      font-size:18px;
}
.plvm-dt-subtitle {
    font-size: 11px;
    margin-bottom:10px;
}
  .plvm-cn-thumb-img {
    width: 100%;
    height: 130px;}
  .plvm-cn-excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;      /* SỐ DÒNG MUỐN HIỂN THỊ */
  -webkit-box-orient: vertical;

  line-height: 1.6;          /* chỉnh cho đẹp */
  max-height: calc(1.6em * 2);
}
.plvm-cn-readmore{
    margin-top:5px;
}
.post {
    margin: 0 0 5px !important;
}
} 
@media (max-width: 767px) {

  /* Chỉ áp dụng cho 2 cột Chính sách + Hướng dẫn */
  .chinhsach_huongdan .qb-footer-title {
    position: relative;
    cursor: pointer;
    padding-right: 30px;
  }

  /* Dấu + */
  .chinhsach_huongdan .qb-footer-title::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: bold;
    transition: 0.2s;
  }

  /* Khi mở -> đổi thành dấu – */
  .chinhsach_huongdan.is-open .qb-footer-title::after {
    content: "–";
  }

  /* ẨN menu mặc định */
  .chinhsach_huongdan .qb-footer-menu {
    display: none;
    margin-top: 10px;
  }

  /* Khi mở thì hiện menu */
  .chinhsach_huongdan.is-open .qb-footer-menu {
    display: block;
  } 
    .medium-flex-wrap .flex-col { 
        text-align: left !important;
    }
    section.boc_archive {
    margin: 0 15px;
}
.gomsu-archive-desc p{ 
    font-size: 12px;
}
.gomsu-archive-desc { 
    margin-top: 20px;
}
.gomsu-filter-btn{
    width:120px;
}
.off-canvas .sidebar-menu {
padding: 0px 0 !important;  
}
a.sidebar-menu-tabs__tab-link {
    background: #a78b63;
    color: white !important;
}
li.sidebar-menu-tabs__tab.active a.sidebar-menu-tabs__tab-link {
    background: #6f4918;
    color: white !important;
}
.off-canvas .nav-vertical>li>a { 
    color: #6f4918;
}
.gombs-title h1 {
    font-size: 21px;
    font-weight: 700;
    color: #222;
}
.single_gomsu { 
    margin: 0 15px;
}
.single_gomsu .gomsu-content{
    margin:10px 0px;
}
.single_gomsu .gomsu-content{
    padding: 0px 10px;
}

} 
