/* Light */
@font-face {
    font-family: 'SVN Bebas Neue Pro';
    src: url('/wp-content/themes/beauty/assets/fonts/SVN-Bebas%20Neue%20Pro%20Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Book (Regular) */
@font-face {
    font-family: 'SVN Bebas Neue Pro';
    src: url('/wp-content/themes/beauty/assets/fonts/SVN-Bebas%20Neue%20Pro%20Book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* SemiExpanded Middle */
@font-face {
    font-family: 'SVN Bebas Neue Pro';
    src: url('/wp-content/themes/beauty/assets/fonts/SVN-Bebas%20Neue%20Pro%20SemiExpanded%20Middle.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-stretch: semi-expanded;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'SVN Bebas Neue Pro';
    src: url('/wp-content/themes/beauty/assets/fonts/SVN-Bebas%20Neue%20Pro%20Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/beauty/assets/fonts/DesignerVN-Poppins-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Poppins ExtraBold */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/beauty/assets/fonts/DesignerVN-Poppins-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
body {;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}
.wc-block-components-product-name{
font-size:18px;
font-weight:600;
line-height:1.4;
color: #e5b0c0;
text-decoration: none;
}

.price ins {
        color: #e5b0c0 !important;
        font-size: 20px;
        font-weight: 700;
    }
/* TOP BAR */
.topbar {
    background: #ffffff;
    font-size: 12px;
    line-height: 1.2;
    color: #231F20;
    font-weight: 500;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    padding: 12.83px 0;
}

/* HEADER */
.main-header {
    background: #e5b0c0;
    position: relative;
}

/* LOGO */
.logo {
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo img {
    max-height: 60px;
}

.main-nav {
    width: 100%;
}

/* MAIN MENU */
.menu-list {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    width: 100%;
    justify-content: center;
    padding: 0
}

.menu-list li {
    position: relative;
    padding: 10px;
}

.menu-list a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 10px;
}

.menu-item-has-children {
    position: relative;
    /*padding-bottom: 30px; !* giữ khi kéo xuống *!*/
}

/* Header bình thường */
.main-header {
    background: #e5b0c0;
    position: relative;
    width: 100%;
    z-index: 999;
    transition: all .3s ease;
}

/* Khi scroll → cố định trên cùng */
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slideDown .3s ease;
}

/* Hiệu ứng trượt xuống khi sticky */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* Logo thu nhỏ khi scroll */
.main-header.shrink .logo img {
    max-height: 40px;
    transition: max-height .3s ease;
}

/* Menu thu nhỏ khoảng cách khi scroll */
.main-header.shrink .menu-list {
    transition: padding .3s ease;
}


.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e5b0c0; /* Hồng chủ đạo */
    margin: 0 6px;
    border: #fff 3px solid;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    background-color: #fff;
}

/* Text trên cùng */
.clean-top-text h5 {
    letter-spacing: 2px;
    font-size: 16px;
}

/* Section nền hồng */
.welcome-hoppa-section {
    background: #e5b0c0;
    color: white;
}

/* Tiêu đề chính */
.welcome-title {
    font-size: 46px;
    letter-spacing: 2.86px;
    font-family: 'font-family: 'SVN Bebas Neue Pro', sans-serif;', sans-serif;
    font-weight: 700;
}

/* Đoạn mô tả */
.intro-text {
    max-width: 900px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
    font: inherit;
    text-transform: none;
}

/* Nút Read More */
.read-more-btn {
    border-width: 2px;
    border-radius: 0;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 35px;
}

.tracking-wide {
    font-family: 'SVN Bebas Neue Pro', sans-serif;
    font-weight: 700;
}

/* Product card */
.product-card {
    position: relative;
    text-align: left; /* CĂN TRÁI TOÀN BỘ INFO */
}

/* Khung ảnh */
.product-img-wrap {
    width: 100%;
    aspect-ratio: 1/1.4;
    position: relative;
    overflow: hidden;
    text-align: center; /* GIỮ ẢNH CĂN GIỮA */
    padding: 0 10px 0 10px;
}

/* Ảnh */
.product-img-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.4s ease, transform 0.7s ease;
}

/* Ảnh hover */
.product-img-wrap .back-img {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.2);
}

.product-card:hover .back-img {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.3);
}

.product-card:hover .front-img {
    opacity: 0;
}

/* INFO CĂN TRÁI */
.product-info {
    margin-top: 10px;
    text-align: left; /* CĂN TRÁI CHÍNH */
    display: flex;
    flex-direction: column;
}

.woocommerce .star-rating {
    float: left; 
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: WooCommerce;
}

.woocommerce .star-rating {
    float: left;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 20px !important;
    width: 5.4em;
    font-family: WooCommerce;
}

.product-name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px;
}

.product-name a {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    text-decoration: none;
    color: #231F20 !important;
    text-decoration: none;
    transition: all .25s ease;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}


.rating {
    font-size: 25px;
    color: #ff8bb0;
    letter-spacing: 1px;
}

.badges span {
    background: #f8b8c8;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 10px;
    margin-right: 5px;
    display: inline-block;
}

p.size {
    font-size: 15px;
    color: rgb(139,139,139);
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.instruct {
    width: 100%;
    background: #e7b4c2;
}

.instruct .regimen-box {
    background: #fff;
    padding: 30px 70px;
    border-radius: 0px;
    max-width: 1257px; /* ⭐ Giới hạn chiều rộng box */
    margin: 0 auto; /* ⭐ Căn giữa */
}

.instruct .step-title {
    margin-bottom: 5px;
    font-family: 'SVN Bebas Neue Pro', sans-serif;
    color: #E8B3C3;
    font-size: 12px;
    font-weight: 500;
}

.instruct .title {
    font-family: 'SVN Bebas Neue Pro', sans-serif;
    color: #E8B3C3;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.review-btn {
    width: 100%;
    display: block;
    color: #E8B3C3;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 1.5px solid rgba(232, 179, 195, 0.30);
    background: #FFF;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
}

.review-btn:hover {
 cursor: pointer;
    color: white;
    background: #E8B3C3;
}

.img-box img {
    width: 100%;
    border-radius: 0px;
}

.instruct h2 {
    color: #e8b3c3;
    font-weight: 700;
    margin-bottom: 40px;
    font-family: 'SVN Bebas Neue Pro', sans-serif;
}

.regimen-item {
    text-align: left;
    position: relative;
    
}
.regimen-item-pad:before {
    border-left: 1px solid rgba(232, 179, 195, 0.16);
    content: "";
    width: 0px;
    height: 100%;
    max-height: 76%;
    display: block;
    position: absolute;
    right: 0px;
}
.regimen-item-pad:last-child:before{
    border-left: none
}
.regimen-item-pad{
    padding: 10px 32.5px;
    position: relative;
}
.regimen-item .title {
    text-align: left;
    margin-bottom: 10px;
}

.regimen-item .review-btn {
    display: inline-block;
    width: 100%;
    border-radius: 0px;
}

.clean {
    width: 100%;
}

.clean-formula-section {
    padding: 80px 0;
}

.clean-title {
    font-family: 'SVN Bebas Neue Pro', sans-serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #e8b3c3;
    margin-bottom: 20px;
    line-height: 33px;
    font-family: 'SVN Bebas Neue Pro', sans-serif;
    letter-spacing: 2.86px;
}

.clean-text {
    color: rgb(139,139,139);
    margin-bottom: 15px;
    max-width: 420px;

    line-height: 26px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px !important;
}

.discover-btn {
    display: flex;
    align-items: center;      /* Căn giữa theo chiều dọc */
    justify-content: center;  /* Căn giữa theo chiều ngang */
    
    background: #e8b3c3;
    color: white;
    padding: 5px 28px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: 0.3s;
    background-color: #e8b3c3;
    border-color: #e8b3c3 !important;
    min-height: 48px;
    width: 131px;
}
.discover-btn:hover {
    background: #fff;
    color: #d995aa;
    border: 1px #d995aa solid;
}

.newsletter-title,
.follow-title {
    font-size: 46px;
    font-weight: 400;
    color: rgb(232,179,195);
    letter-spacing: -1px;
    font-family: 'SVN Bebas Neue Pro', sans-serif;
    line-height: 1.4;
}

.newsletter-input {
    width: 100%;
    height: 42px;
    padding: 0 15px;

    border: 2px solid #e5e5e5; /* border nhạt */
    border-radius: 6px;        /* bo góc nhẹ */
    background-color: #fff;    /* hoặc transparent nếu bạn muốn */
    box-shadow: none;

    font-size: 14px;
    color: #333;
    transition: border-color .3s ease;
}

/* Placeholder màu hồng nhạt giống ảnh */
.newsletter-input::placeholder {
    color: #d9a7b5;
    opacity: 1; /* đảm bảo đúng màu */
}

/* Khi focus */
.newsletter-input:focus {
    border-color: #d9a7b5;
    outline: none;
}

.subscribe-btn {
    color: white;
    background: #e8b3c3;
    border-radius: 4px;
    text-align: center;
    margin: auto;
    padding: 10px 20px;
    min-height: var(--btn-height);
    font-size: 13px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 0px solid transparent;
}

.subscribe-btn:hover {
    background-color: #d99aac;
}

.follow {
    border-top: 1px #eaeaea solid;
    border-bottom: 1px #eaeaea solid;
}

.follow .info-text {
    max-width: 500px;
    color: #a77287;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: rgb(232, 179, 195);
}
.info-text a{
    text-decoration: none;
    color: #333;
        font-size: 16px;
}

.social-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #e9b4c3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e9b4c3;
    font-size: 20px;
    margin-right: 15px;
    cursor: pointer;
}

.social-icon:hover {
    background: #e9b4c3;
    color: white;
}

.divider-line {
    border-left: 1px solid #f1d6df;
    height: 350px;
    margin: auto;
}

.shop-sidebar a {
    color: #4a4a4a;
}

.shop-sidebar ul {
    list-style: none;
    padding-left: 15px;
    margin: 0;
}

.shop-sidebar .cat-link {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 15px;
}

.shop-sidebar .active-cat {
    font-weight: 600;
    color: #000;
}

.btn-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.btn-toggle i {
    font-size: 14px;
    transition: .2s ease;
}

.sidebar-title {
    font-weight: 700;
    margin-bottom: 15px;
}

/* KHÔNG CHO SWIPER PHÁ VỠ BOOTSTRAP COLUMN */
.product-gallery-wrapper {
    display: flex;
    align-items: flex-start;
    width: 97%;
    max-width: 100%;
}

/* Thumbnail chiếm chiều rộng cố định */
.thumbs-container {
    width: 150px; /* cố định */
    flex-shrink: 0; /* không tự giãn */
    margin-right: 10px;
}

/* Main image chiếm phần còn lại */
.main-swiper {
    width: calc(100% - 140px); /* phần còn lại trong col-6 */
    max-width: 100%;
}


.thumbs-swiper {
    max-height: 490px; /* chỉnh tùy ý */
}

.thumbs-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: contain; /* tránh bị crop */
    display: block;
}

.thumbs-swiper .swiper-slide {
    height: auto !important;
}

.thumbs-nav-wrapper {
    margin-top: 10px;
}

.thumbs-nav-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 5px; /* khoảng cách giữa 2 nút */
    width: 100%; /* full khung */
    height: 30px; /* bạn chỉnh lại nếu cần */
}

.thumbs-nav-wrapper button {
    flex: 1; /* mỗi nút chiếm 1 nửa */
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    background: #fff;
    padding: 0;
    height: 100%; /* full chiều cao wrapper */
    cursor: pointer;
}

.thumbs-nav-wrapper button i {
    font-size: 16px;
}

.main-swiper {
    max-height: 650px; /* GIỚI HẠN CHIỀU CAO */
    overflow: hidden; /* Ngăn ảnh tràn */
}

.main-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-swiper .swiper-slide img {
    width: 100%;
    height: auto; /* Tự động theo tỉ lệ ảnh */ /* Không cao quá */
    object-fit: contain; /* Không méo */
}

/* Giữ ảnh FULL WIDTH - không méo */
.zoom-image img.magnifier {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Kính lúp */
.magnifier-lens {
    position: absolute;
    border: 2px solid #ddd;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 250%; /* mức Zoom – đổi 200% hoặc 300% nếu muốn */
    display: none;
    z-index: 20;
}

/* VÙNG ẢNH — giữ kích thước gọn */
.zoom-image {
    overflow: hidden;
    position: relative;
    max-height: 600px; /* giữ giới hạn như bạn muốn */
}

.zoom-image img {
    width: 100%;
    height: auto;
    transition: transform 0.2s ease-out;
    transform-origin: center center;
}

.product_title {
    font-family: 'SVN Bebas Neue Pro', sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.2;
    --page-title-display: block;
}

.rating-product {
    font-size: 33px;
    color: #ff8bb0;
    letter-spacing: 1px;
}

.ingredients {
    color: #777777;
    font-size: 18px;
}
.color-pink {
    margin-bottom: 20px;
    color: #E8B3C3;
    font-weight: 600;
    font-size: 21px;
}
.product-section{
    color: #777777;
}
.section-title{
    font-size: 16px;
    color: #121212;
    font-weight: 600;
}
.color-pink-big {
    margin-bottom: 20px;
    color: #e8b3c3;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
}



/* MAIN TITLE */
.accordion-main-title {
    color: #E8B3C3;
    font-size: 22px;
    margin-bottom: 15px;
}

/* WRAPPER */
.product-accordion-wrap {
    margin-top: 30px;
}
.accordion-item {
    background-color: #fff;
    border: none;
}

/* ITEM */
.accordion-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

/* HEADER */
.accordion-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 600;
    font-size: 17px;
}

.acc-icon {
    transition: 0.3s;
}

/* CONTENT */
.accordion-content {
    display: none;
    padding: 10px 0 5px;
    color: #555;
    line-height: 1.6;
}

/* OPEN STATE */
.accordion-item.active .accordion-content {
    display: block;
}

.accordion-item.active .acc-icon {
    transform: rotate(180deg);
}
a.product-card{
    text-decoration: none;
    color: #121212;
}

/* Overlay */
.mobile-menu-overlay {
    display:none;
    position:fixed;
    top:0; left:0;
    width:100%; height:100%;
    background:rgba(0,0,0,0.3);
    z-index:999;
}

/* Mobile menu wrap */
.mobile-menu {
    position:fixed;
    top:0; left:-100%;
    width:300px;
    height:100%;
    background:#fff;
    z-index:1000;
    overflow-y:auto;
    transition:0.35s ease;
    box-shadow:2px 0 10px rgba(0,0,0,0.1);
}

/* Header */
.mobile-menu-header {
    padding:15px;
    border-bottom:1px solid #eee;
    text-align:right;
    font-size:28px;
}

/* Items */
.mobile-menu-list,
.mobile-submenu {
    list-style:none;
    padding:0;
    margin:0;
}

.mobile-item {
    border-bottom:1px solid #eee;
    position:relative;
    padding:15px;
}

.mobile-item a {
    font-weight:600;
    text-decoration:none;
    color:#000;
}

.submenu-toggle {
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    font-size:20px;
    cursor:pointer;
}

/* Submenu slide animation */
.mobile-submenu {
    display:none;
    background:#fafafa;
}
.mobile-item.open > .mobile-submenu {
    display:block;
}
.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 90%;
    height: 100%;
    background: #fff;
    transition: 0.3s ease;
    padding: 20px;
    overflow-y: auto;
    z-index: 9999;
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu-toggle {
    font-size: 28px;
    cursor: pointer;
}

.mobile-submenu {
    display: none;
    padding-left: 15px;
}

.submenu-toggle {
    float: right;
    cursor: pointer;
    font-size: 20px;
}

/* Chỉ áp dụng mt-5 cho màn hình ≥ 768px (desktop & tablet landscape) */
@media (min-width: 768px) {
    .custom-product-row {
        margin-top: 3rem !important; /* tương đương mt-5 */
    }
}

/* Mobile không có margin-top */
@media (max-width: 767px) {
    .custom-product-row {
        margin-top: 10px !important;
    }
    .welcome-title {
    font-size: 24px;
    letter-spacing: 2.86px;
    font-family: 'SVN Bebas Neue Pro', sans-serif;
    font-weight: 700;
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 0 1em;
    padding: 10px;
    list-style: none outside;
    clear: both;
}
}

/* MOBILE HEADER */
.mobile-header {
    background: #e6aabc; /* màu hồng giống UI */
    padding: 10px 15px;
}

.mobile-header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-toggle {
    background: none;
    border: none;
    font-size: 26px;
    margin-right: 15px;
    color: #fff;
}

/* Logo giữa */
.mobile-logo img {
    height: 40px;
}

/* MOBILE MENU */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: -100%;
    width: 90%;
    height: 100%;
    background: #ffffff;
    transition: 0.3s ease;
    z-index: 9999;
    padding-top: 0;
    display: block;
}

.mobile-menu-overlay.active {
    left: 0;
}

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

.mobile-menu-list > li {
    border-bottom: 1px solid #eee;
}

.mobile-menu-list li a {
    display: block;
    padding: 3px 20px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.mobile-menu-list li.menu-item-has-children > a {
    position: relative;
}

.mobile-menu-list li.menu-item-has-children > a:after {
    content: "›";
    position: absolute;
    right: 20px;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/* MOBILE MENU WRAPPER */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: -100%;
    width: 90%;
    height: 100%;
    background: #fff;
    transition: 0.3s ease;
    z-index: 99999;
    overflow-y: auto;
}
.mobile-menu-overlay.active { left: 0; }


/* LEVEL 1 ITEM */
.mobile-menu-list > li {
    border-bottom: 1px solid #e5e5e5;
}

.mobile-menu-list li a {
    display: block;
    padding: 14px 18px;
    font-size: 16px;
    color: #000;
    position: relative;
}

/* TOGGLE BUTTON */
.mobile-sub-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    cursor: pointer;
    user-select: none;
    transition: transform 0.25s;
}

.mobile-sub-toggle.active {
    transform: translateY(-50%) rotate(90deg);
}

.pagination-wrap {
    text-align: center;
}

.pagination-wrap .page-numbers {
    display: inline-flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination-wrap .page-numbers li {
    display: inline-block;
}

.pagination-wrap .page-numbers a,
.pagination-wrap .page-numbers span {
    display: block;
    padding: 8px 14px;
    background: #f5f5f5;
    color: #333;
    font-size: 15px;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid #ddd;
    transition: all 0.25s ease;
}

/* Trang hiện tại */
.pagination-wrap .page-numbers .current {
    background: #e9b4c3;
    color: #fff;
    border-color: #e9b4c3;
    font-weight: bold;
}

/* Hover */
.pagination-wrap .page-numbers a:hover {
    background: #e9b4c3;
    color: #fff;
    border-color: #e9b4c3;
}

/* Nút Next */
.pagination-wrap .next {
    font-weight: bold;
    padding: 8px 16px;
}
.tracking-wide{
    font-family: 'SVN Bebas Neue Pro', sans-serif;
    font-weight: 700 !important;
    line-height: 36px;
    color: #231F20;
    font-size: 26px;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    letter-spacing: 0.1px;
}
.welcome-hoppa-section-content{
    margin-bottom: 20px;
    color: white;
    font-weight: 400;
    font-size: 18px;
    font-family: "Montserrat";
}
.read-more-btn{
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 1.5px solid #ffffff;
    text-align: center;
    padding: 10px 40px;
    margin-top: 20px;
}
.read-more-btn:hover{
    color: #e8b3c3;
    background: white;
    transition: 0.2s;
    transition-timing-function: ease;
}
.container-custom{
    max-width: 1222px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.product-title{
    line-height: 36px;
    color: #e8b3c3;
    font-size: 36px;
    letter-spacing: 2.86px;
    margin-bottom: 15px;
    font-family: 'SVN Bebas Neue Pro', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
@media (hover: none) {
    .force-hover:hover {
        /* Cho phép hover ở mobile */
        pointer-events: auto !important;
    }
}

.debug-force-hover *:hover {
    pointer-events: auto !important;
}

body.debug-mobile {
    max-width: 480px;
}

/* DEBUG HOVER MODE —— Kích hoạt hover khi click */
.debug-hover .back-img {
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1.3) !important;
}

.debug-hover .front-img {
    opacity: 0 !important;
}
.container-regimen{
    
}
.regimen-item{
    max-width: 214.25px !important;
}
.py-formula{
    padding: 0 0 0 40px;
}

.footer-custom {
    font-size: 14px;
    color: #6c757d; /* giống màu text muted */
    border-top: 1px solid #e5e5e5;
}

.footer-link {
    color: #333;
    text-decoration: none;
    font-size: 17px;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-right a {
    margin-left: 3px;
    margin-right: 3px;
}

/* Mobile: xếp 2 dòng */
@media (max-width: 768px) {
    .footer-left, .footer-right {
        text-align: center !important;
        margin-bottom: 10px;
    }
}

.pll-dropdown {
    position: relative;
    display: inline-block;
}

.pll-btn {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pll-btn img {
    width: 18px;
    height: auto;
}

.pll-menu {
    display: none;
    position: absolute;
    left: 0;
    background: white;
    border: 1px solid #ccc;
    padding: 0;
    margin-top: 5px;
    width: 100%;
    z-index: 9999;
}

.pll-menu li {
    list-style: none;
}

.pll-menu li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    text-decoration: none;
    color: #333;
}

.pll-menu li a:hover {
    background: #f2f2f2;
}

.pll-menu img {
    width: 18px;
}

.pll-dropdown:hover .pll-menu {
    display: block;
}

.language-switcher-item{
    padding: 5px 10px !important;
    margin-top: 5px;
}
.language-switcher-item .pll-menu{
    top: 80% !important;
}
.language-switcher-item .pll-menu li{
    display: flex;
    padding: 0;
    margin: 0;
}
.language-switcher-item .pll-menu li a{
    padding: 5px 10px;
}

.product-per-row button {
    border: 1px solid #ddd;
    padding: 6px 10px;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.product-per-row button.active {
    background: #ffb6c1;
    color: #fff;
    border-color: #ff8fa3;
}

.products-wrap[data-cols="2"] .product-col { width: 50%; }
.products-wrap[data-cols="3"] .product-col { width: 33.33%; }
.products-wrap[data-cols="4"] .product-col { width: 25%; }

.product-col { transition: all .2s ease; }
.btn-grid {
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    cursor: pointer;
    position: relative;
    opacity: 0.4;
    transition: 0.2s;
}

.btn-grid.active {
    opacity: 1;
}

/* GRID ICON STYLES */
.btn-grid::before {
    content: "";
    display: grid;
    width: 100%;
    height: 100%;
    gap: 3px;
    background: transparent;
}

/* 2 × 2 grid */
.grid-2::before {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.grid-2::before div,
.grid-3::before div,
.grid-4::before div {
    background: #555;
}

/* Create squares inside grid */
.grid-2::before {
    content: "";
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 3px;
}

.grid-3::before {
    content: "";
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 3px;
}

.grid-4::before {
    content: "";
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 3px;
}

/* Each cell inside the grid */
.btn-grid::before {
    background: none;
}

.btn-grid::before {
    content: "";
    display: grid;
}

.btn-grid::before {
    content: "";
}

.btn-grid.grid-2::before,
.btn-grid.grid-3::before,
.btn-grid.grid-4::before {
    content: "";
}

.btn-grid::after {
    content: "";
}

.btn-grid::before {
    content: "";
}

.btn-grid::before {
    content: "";
}

.btn-grid::before {
    content: "";
    /* Generate squares */
}
.btn-grid.grid-2::before { 
    content: "";
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 3px;
}

.btn-grid.grid-3::before { 
    content: "";
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 3px;
}

.btn-grid.grid-4::before { 
    content: "";
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 3px;
}

.btn-grid::before > * {
    background: #444;
    display: block;
}
.btn-grid {
    width: 22px;
    height: 22px;
    background: none;
    border: none;
    position: relative;
    opacity: 0.35;
}

.btn-grid.active {
    opacity: 1;
}

/*** 2x2 GRID ***/
.grid-2::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #444;
    position: absolute;
    top: 2px; left: 2px;
    box-shadow:
        10px 0 #444,
        0 10px #444,
        10px 10px #444;
}

/*** 3x3 GRID ***/
.grid-3::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #aaa;
    position: absolute;
    top: 1px; left: 1px;
    box-shadow:
        7px 0 #aaa, 14px 0 #aaa,
        0 7px #aaa, 7px 7px #aaa, 14px 7px #aaa,
        0 14px #aaa, 7px 14px #aaa, 14px 14px #aaa;
}

/*** 4x4 GRID ***/
.grid-4::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #aaa;
    position: absolute;
    top: 1px; left: 1px;
    box-shadow:
        5px 0 #aaa, 10px 0 #aaa, 15px 0 #aaa,
        0 5px #aaa, 5px 5px #aaa, 10px 5px #aaa, 15px 5px #aaa,
        0 10px #aaa, 5px 10px #aaa, 10px 10px #aaa, 15px 10px #aaa,
        0 15px #aaa, 5px 15px #aaa, 10px 15px #aaa, 15px 15px #aaa;
}
.thumbs-swiper .swiper-slide {
    height: 150px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 0px;
}

.thumbs-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .about-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 15px 15px;
    text-align: center;
}
    .product-name{
        margin-top: 0;
        margin-bottom: 0;
    }
    .rating {
        font-size: 21px;
        color: #ff8bb0;
        letter-spacing: 1px;
    }
    .product-name a,
    .product-name > a {
        font-size: 12px !important;
    }
    
    p.size {
        font-size: 12px;
        color: rgb(139, 139, 139);
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        margin-bottom: 5px;
    }
    .product-info {
        margin-top: 5px;
        text-align: left;
        display: flex;
        flex-direction: column;
    }   
    .newsletter-title, .follow-title {
    font-size: 30px;
    font-weight: 400;
    color: rgb(232, 179, 195);
    letter-spacing: -1px;
    font-family: 'SVN Bebas Neue Pro', sans-serif;
    line-height: 1.4;
    }
    
    .product-name a {
        display: -webkit-box;
        -webkit-line-clamp: 1;   /* số dòng muốn hiển thị */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        max-height: 24px; /* tránh vỡ layout */
    }
    
    .tracking-wide {
        font-family: 'SVN Bebas Neue Pro', sans-serif;
        line-height: 36px;
        color: #231F20;
        font-size: 17px;
        font-weight: 700 !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        letter-spacing: 0.1px;
    }
    
    .welcome-hoppa-section-content {
        margin-bottom: 5px;
        color: white;
        font-weight: 400;
        font-size: 13px;
        font-family: "Montserrat";
    }
    
    .read-more-btn {
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border: 1.5px solid #ffffff;
        text-align: center;
        padding: 10px 40px;
        margin-top: 5px;
    }
    
    .product-title {
        line-height: 36px;
        color: #e8b3c3;
        font-size: 20px;
        letter-spacing: 2.86px;
        margin-bottom: 15px;
        font-family: 'SVN Bebas Neue Pro', sans-serif;
        font-weight: 700;
    }
    
    .container-custom {
        max-width: 1222px !important;
        padding-right: 12px !important;
        padding-left: 12px !important;
    }
    
    .clean-title {
        font-size: 25px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #e8b3c3;
        margin-bottom: 15px;
        line-height: 28px;
        font-family: 'SVN Bebas Neue Pro', sans-serif;
        letter-spacing: 1.86px;
        text-align: center;
    }
    .py-formula {
        padding: 15px 0 15px 0;
    }
    
    .clean-text {
        color: rgb(139, 139, 139);
        margin-bottom: 15px;
        max-width: 420px;
        line-height: 22px;
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 1px !important;
        text-align: center;
    }
    
    .discover-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #e8b3c3;
        color: white;
        padding: 5px 28px;
        border-radius: 0px;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        letter-spacing: 0.5px;
        transition: 0.3s;
        background-color: #e8b3c3;
        border-color: #e8b3c3 !important;
        min-height: 48px;
        width: 100%;
    }
    
    .mobile-scroll-menu {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0;
    border-bottom: 1px #e6aabc solid;
}

.scroll-list {
    display: flex;
    gap: 16px;
    padding-left: 16px;
    
}

.scroll-list li {
    list-style: none;
}

.scroll-list a {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 50px;
    background: #fff;
    font-size: 14px;
    white-space: nowrap;
    color: #e6aabc;
    text-decoration: none;
    font-weight: 400;
    }
}
.mobile-product-slider .swiper-slide {
    width: 80%;
}

.swiper-pagination-bullet {
    background: #000;
}

.menu-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* Gộp style chung cho ul */
.menu-wrapper > ul {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Tùy chỉnh nếu cần */
.menu-left  { justify-content: flex-start; }
.menu-center { justify-content: center; }
.menu-right { justify-content: flex-end; }

.mobile-menu-swiper .swiper-slide {
    width: auto;
}
.mobile-menu-swiper a {
    padding: 15px 14px;
    background: #fff;
    border-radius: 40px;
    white-space: nowrap;
    color: #e6aabc;
    text-decoration: none;
    font-weight: 600 !important;
   
}
.mobile-menu-swiper{
    padding: 15px 0 !important;
    border-bottom: 1px #e6aabc solid;
}

.custom-review-wrapper { max-width: 600px; margin: auto; text-align: center; }

.stars .star { cursor: pointer; font-size: 28px; color: #ccc; }
.stars .star.active { color: #FFD700; }

.upload-zone {
    border: 2px dashed #ccc;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
}

#preview_gallery img,
#preview_gallery video {
    width: 90px;
    height: 90px;
    object-fit: cover;
    margin: 6px;
    border-radius: 6px;
}

.review-media-gallery img,
.review-media-gallery video {
    width: 120px;
    margin: 6px;
    border-radius: 8px;
}

.review-video {
    max-width: 180px;
}
.video-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.75);
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.video-popup-content {
    background: #fff;
    padding: 10px;
    max-width: 900px;
    width: 90%;
    border-radius: 10px;
    position: relative;
}

.video-popup video {
    width: 100%;
    border-radius: 10px;
}

/* X BIG */
.video-close {
    position: absolute;
    top: -25px;
    right: -25px;
    background: #fff;
    width: 50px;
    height: 50px;
    font-size: 38px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.video-close:hover {
    background: #ffecec;
}
/* Nút chính */
.floating-btn {
    position: fixed;
    right: 0;
    bottom: 20px;
    background: #e90046;
    color: white;
    padding: 14px 8px;
    border-radius: 12px 0 0 12px;
    font-weight: 600;
    writing-mode: vertical-rl;
    cursor: pointer;
    z-index: 9999;
    transition: 0.25s;
}
.floating-btn {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(233,0,70,0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(233,0,70,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(233,0,70,0);
    }
}
.floating-btn:hover {
    transform: translateX(-4px);
}

/* Box */
.contact-box {
    position: fixed;
    right: -260px;      /* Ẩn ban đầu */
    bottom: 80px;
    width: 240px;
    padding: 10px 0;
    background: white;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    transition: 0.35s ease;
    z-index: 10000;
}

.contact-box.active {
    right: 20px; /* trượt vào */
}

.close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #555;
    color: white;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

a.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
    transition: 0.2s;
    text-decoration: none;
    color: #121212;
}
.contact-item:last-child {
    border-bottom: none;
}
.contact-item:hover {
    background: #f8f8f8;
}

.contact-item img {
    width: 28px;
    height: 28px;
}
.wrap-icon-contact{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.icon-phone{
    background: red;
}

/* ----- Review Section ----- */
.w-review {
    padding: 50px 0;
    background: #f9fafb;
}

.review-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 700;
}

.review-summary-box {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    margin-bottom: 40px;
}

.summary-left {
    width: 40%;
    text-align: center;
}

.summary-score {
    font-size: 48px;
    font-weight: 700;
    color: #ff9900;
}

.summary-stars .star {
    font-size: 24px;
    color: #ddd;
}

.summary-stars .star.active {
    color: #ffcc00;
}

.summary-count {
    margin-top: 8px;
    color: #777;
}

.summary-right {
    width: 55%;
}

/* ----- FORM ----- */
#reviewForm {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#reviewForm input,
#reviewForm textarea,
#reviewForm select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

#reviewForm button {
    padding: 12px;
    border: none;
    background: #e5b0c0;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
}
.btn-custom-review{
    background: #e5b0c0;
    color: #fff;
    width: 200px;
}
/* ----- LIST ----- */
.review-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.review-item {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.review-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.review-name {
    font-weight: 700;
    font-size: 18px;
}

.review-date {
    color: #888;
    font-size: 13px;
}

.review-stars .star {
    color: #ddd;
    font-size: 20px;
}

.review-stars .star.active {
    color: #ffcc00;
}

.review-content {
    margin: 10px 0;
}

.review-image {
    width: 120px;
    border-radius: 8px;
    margin-top: 10px;
}

.review-reply {
    background: #f0f7ff;
    padding: 12px;
    border-left: 4px solid #0a76d8;
    margin-top: 15px;
    border-radius: 6px;
}


.review-btn {
    padding: 10px 18px;
    background: #e5b0c0;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
}
.review-btn:hover {
    background: #005f87;
}
.review-btn.danger {
    background: #fff;
    border: #e5b0c0 2px solid ;
    color: #e5b0c0;
}
.review-btn.danger:hover {
    background: #fff;
    border: #e5b0c0 2px solid ;
    color: #e5b0c0;
}

.review-btn {
    padding: 10px 18px;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
}
.review-btn:hover {
    background: #005f87;
}

.summary-stars{
    margin-bottom: 6px;
}

/* wrapper */
.quantity {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* input number */
.quantity input.qty {
    width: 50px;
    height: 38px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-weight: 600;
}

/* button + - */
.qty-btn {
    width: 36px;
    height: 38px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    cursor: pointer;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    transition: 0.2s;
}

.qty-btn:hover {
    background: #eee;
}

/* buy button */
.single_add_to_cart_button {
    background: #fff !important;
    border-radius: 8px !important;
    padding: 10px 22px !important;
    font-weight: 600;
    font-size: 15px;
    transition: 0.2s;
    color: #e5b0c0;
    border: #e5b0c0 2px solid;
}

.single_add_to_cart_button:hover {
    background: #5536d6 !important;
}


.checkout-coupon-box{
    background:#e5b0c0 !important;
    padding:25px;
    margin-bottom:30px;
    border-radius:10px;
    border:2px dashed #e5b0c0;
}

.checkout-coupon-box h3{
    font-size:22px;
    margin-bottom:15px;
    font-weight:600;
}
.woocommerce-error a{
    color: #e5b0c0 !important;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: #e5b0c0 !important;
}
#add_payment_method .checkout .checkout-inline-error-message, .woocommerce-cart .checkout .checkout-inline-error-message, .woocommerce-checkout .checkout .checkout-inline-error-message {
    color: #e5b0c0 !important;
    font-size: .75em;
    margin-bottom: 0;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #e5b0c0 !important;
}

.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #000 !important ;
}
.checkout-coupon-box input{
    height:48px;
    font-size:16px;
}

a:hover {
    color: #e5b0c0 !important;
}

.wc-block-components-button.is-loading {
    background: #fff !important;
    opacity: 0.8;
}

/* BUTTON DEFAULT */
.wc-block-cart__submit-button {
    background: #e5b0c0 !important;
    color: #fff !important;
    border-radius: 8px;
    transition: all 0.2s ease;
}

/* HOVER */
.wc-block-cart__submit-button:hover {
    background: #e5b0c0 !important;
}

/* FOCUS (click hoặc tab vào) */
.wc-block-cart__submit-button:focus,
.wc-block-cart__submit-button:focus-visible {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.3) !important; /* viền ngoài */
    background: #e5b0c0 !important;
}

/* ACTIVE (đang bấm) */
.wc-block-cart__submit-button:active {
    background: #e5b0c0 !important;
    transform: scale(0.98);
}

/* LOADING */
.wc-block-cart__submit-button.is-loading {
    background: #fff !important;
    cursor: not-allowed;
}

/* SPINNER */
.wc-block-components-spinner {
    border-top-color: #fff !important;
}
.checkout-coupon-box button{
    height:48px;
    padding:0 25px;
    background:#e5b0c0;
    color:#fff;
    border:none;
    border-radius:6px;
}

.woocommerce-info::before {
    color: #e5b0c0 !important;
}

.wc-block-components-spinner {
    color: #fff !important;
    box-sizing: content-box;
    color: inherit;
    font-size: 1.25em;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.woocommerce-form__label-for-checkbox,
.mailchimp-newsletter {
    display: none !important;
}

.checkout-grid{
    display:flex;
    gap:40px;
}

.checkout-left{
    flex:3;
}

.checkout-right{
    flex:2;
    background:#fff;
    padding:25px;
    border-radius:12px;
    box-shadow:0 8px 25px rgba(0,0,0,0.05);
    height:fit-content;
    position:sticky;
    top:100px;
}

#order_review_heading{
    font-size:22px;
    margin-bottom:20px;
}

@media(max-width:768px){
    .checkout-grid{
        flex-direction:column;
    }

    .checkout-right{
        position:relative;
        top:0;
    }
}
.price {
    display:flex;
    align-items:center;
    gap:12px;
}

.price del {
    color:#aaa;
    font-size:16px;
}

.price ins {
    color:#6b4ce6;
    font-size:15px;
    font-weight:800;
}

.price::after{
    content:"Giảm giá";
    background:#ff4d4f;
    color:#fff;
    font-size:12px;
    padding:3px 8px;
    border-radius:20px;
    display: none;
}
.product-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:10px;
}

.product-tag{
    background:#f4f4f4;
    padding:6px 14px;
    border-radius:20px;
    font-size:13px;
    font-weight:500;
}
.wp-list-table .column-brand_detail {
    min-width: 250px;
    white-space: normal;
    word-break: break-word;
}
.wp-list-table .column-brand_detail{
    white-space:nowrap;
}

.product-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.product-tag{
    display:inline-block;
    padding:6px 14px;
    border-radius:20px;
    background:#f5f5f5;
    font-size:13px;
    text-decoration:none;
    color:#333;
    transition:all .2s;
}

.product-tag:hover{
    background:#000;
    color:#fff;
}
.main-navigation{
display:flex;
justify-content:space-between;
align-items:center;
}

.menu-left,
.menu-center,
.menu-right{
list-style:none;
display:flex;
gap:30px;
margin:0;
padding:0;
}

.menu-item{
position:relative;
}

.menu-item a{
text-decoration:none;
padding:10px 0px;
display:block;
}

/* SUB MENU */


.menu-list li {
position: relative;
list-style: none;
}

.shop-filter{
background:#f7f7f7;
padding:20px;
border-radius:8px;
}

.filter-group{
margin-bottom:20px;
}

.filter-group h6{
font-weight:600;
margin-bottom:10px;
}

.filter-group label{
display:block;
margin-bottom:6px;
cursor:pointer;
}
.filter-item input{
display:none;
}

.filter-item{
display:block;
cursor:pointer;
margin-bottom:6px;
}

.filter-text{
color:#333;
transition:0.2s;
}

/* khi chọn */
.filter-item input:checked + .filter-text{
font-weight:600;
color:#000;
text-decoration:underline;
}
.filter-group input{
    display:none;
}

.filter-group label{
    display:block;
    cursor:pointer;
    margin-bottom:6px;
}

.filter-group label span{
    transition:0.2s;
}

.filter-group input:checked + span{
    font-weight:700;
}
/* Ẩn checkbox */
.filter-group input[type="checkbox"]{
    display: none;
}

/* style label */
.filter-group label{
    display:block;
    cursor:pointer;
    margin-bottom:6px;
    color:#333;
    transition:0.2s;
}

/* khi checkbox được chọn -> chữ bold */
.filter-group input[type="checkbox"]:checked + span,
.filter-group input[type="checkbox"]:checked + label,
.filter-group input[type="checkbox"]:checked ~ *{
    font-weight:700;
}
.filter-label input[type="checkbox"]{
    display: none;
}

.filter-label{
    display: block;
    cursor: pointer;
    margin-bottom: 6px;
}

.filter-label span{
    font-weight: 400;
    transition: 0.2s;
}

.filter-label input:checked + span{
    font-weight: 700;
}

.product-list{
    position: relative;
    transition: opacity 0.3s ease;
}

.product-list.loading{
    opacity: 0.5;
}

.product-loading{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background: rgba(255,255,255,0.7);
    z-index:10;
}

.spinner{
    width:40px;
    height:40px;
    border:4px solid #eee;
    border-top:4px solid #000;
    border-radius:50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin{
    100%{
        transform:rotate(360deg);
    }
}


/* ===== MOBILE ===== */
@media (max-width:768px){

    .contact-wrapper{
        padding:40px 15px;
    }

    .contact-title{
        font-size:28px;
        margin-bottom:25px;
    }

    .contact-inner{
        flex-direction:column;
        gap:30px;
    }

    .contact-left input,
    .contact-left textarea{
        padding:12px;
        font-size:14px;
    }

    .contact-btn{
        padding:13px;
        font-size:15px;
    }

    .info-box{
        padding:18px;
        gap:15px;
    }

    .info-box img{
        width:30px;
    }

    .info-title{
        font-size:15px;
    }

    .info-desc{
        font-size:13px;
    }
    .contact-wrapper {
        max-width: 1200px;
        margin: auto;
        padding: 25px 20px !important;
    }
}

/* ===== SMALL MOBILE ===== */
@media (max-width:480px){

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

    .info-box{
        align-items:flex-start;
    }

    .info-box img{
        margin-top:4px;
    }
}


.product-name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    min-height: calc(1.4em * 2);
}


.product-img-wrap{
    position:relative;
    overflow:hidden;
    padding: 0 10px 0 10px;
}

.add-cart-wrap{
    position:absolute;
    bottom:15px;
    left:50%;
    transform:translateX(-50%) translateY(20px);
    opacity:0;
    transition:all .3s ease;
    width: 100%;
    display: flex;
    flex-direction:column;
}

.lang-switcher{
    position:relative;
    cursor:pointer;
}

.current-flag{
    width:24px;
}

.lang-dropdown{
    position:absolute;
    top:30px;
    right:0;
    list-style:none;
    padding:5px;
    margin:0;
    background:#fff;
    border:1px solid #eee;
    display:none;
}

.lang-dropdown img{
    width:24px;
}

.lang-switcher:hover .lang-dropdown{
    display:block;
}

.lang-switcher{
    position: relative;
    display: inline-block;
}

.lang-dropdown{
    position: absolute;
    top: 30px;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 6px;
    background: #fff;
    border: 1px solid #eee;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .25s ease;
}

.lang-switcher:hover .lang-dropdown{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-dropdown img{
    width: 22px;
}

.lang-dropdown a{
    padding: 0 !important;
}

.product-img-wrap:hover .add-cart-wrap{
    opacity:1;
    transform:translateX(-50%) translateY(0);
}

.add-cart-wrap .button{
    background:#d86f8b;
    color:white;
    padding:10px 18px;
    border-radius:30px;
    font-size:13px;
    text-decoration:none;
    display:inline-block;
}

@media (max-width:768px){

    .add-cart-wrap{
        position:static;
        opacity:1;
        transform:none;
        margin-top:10px;
    }

    .add-cart-wrap .button{
        width:100%;
        text-align:center;
        padding:12px;
        border-radius:8px;
        font-size:14px;
    }

}


.buy-now-btn{
    background:#d86f8b;
    color:#fff;
    padding:10px 18px;
    border-radius:30px;
    font-size:13px;
    text-decoration:none;
    display:inline-block;
}
.buy-now-btn:hover{
    background:#d86f8b;
    color:#fff;
}

/*.product-card:hover .back-img{*/
/*    opacity:0.7;*/
/*}*/

/*.product-img-wrap img{*/
/*    transition: all .3s ease;*/
/*}*/

/*.product-card:hover .product-img-wrap img{*/
/*    opacity:0.6;*/
/*}*/


.language-switcher-item img{
    width:20px;
    height:auto;
}

.language-switcher-item select{
    background:transparent;
    border:none;
    cursor:pointer;
}

.language-switcher-item ul{
    display:flex;
    gap:8px;
    list-style:none;
    margin:0;
    padding:0;
}

.language-switcher-item img{
    width:22px;
    height:auto;
}

.welcome-hoppa-section-content {
    position: relative;
}

/* Mobile giới hạn chiều cao */
@media (max-width:768px){

    .welcome-hoppa-section-content {
        max-height: 120px;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .welcome-hoppa-section-content.expanded {
        max-height: 1000px;
    }

}

/* Arrow button */
.toggle-arrow {
    margin-top: 10px;
    font-size: 24px;
    color: white;
    cursor: pointer;
    display: none;
}

/* chỉ hiện ở mobile */
@media (max-width:768px){
    .toggle-arrow{
        display: block;
    }
    .shop-filter {
    background: #fff;
    padding: 0px;
    border-radius: 8px;
}
.filter-group label {
    display: block;
    cursor: pointer;
    margin-bottom: 6px;
    color: #e5b0c0;
    transition: 0.2s;
}
.filter-label {
    border: 1px solid #e5b0c0 !important;
    padding: 6px 12px;
    border-radius: 5px !important;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
}

.filter-term-swiper .swiper-slide{
    width:auto;
}

.filter-label{
    border:1px solid #ddd;
    padding:6px 12px;
    border-radius:20px;
    font-size:13px;
    display:inline-block;
    cursor:pointer;
    white-space:nowrap;
}

.filter-checkbox{
    display:none;
}

.filter-checkbox:checked + span{
        color: #fff;
    background: #e5b0c0 !important;
    padding: 6px 12px;
    border-radius: 0 !important;
}
}

.toggle-arrow{
    margin-top:15px;
    display:flex;
    justify-content:center;
    cursor:pointer;
    margin-bottom: 15px;
}

.toggle-arrow span{
    display:block;
    width:14px;
    height:14px;
    border-right:3px solid #fff;
    border-bottom:3px solid #fff;
    transform:rotate(45deg);
    animation: arrowBounce 1.5s infinite;
}

/* arrow up khi mở */
.toggle-arrow.up span{
    transform:rotate(-135deg);
}

.add-to-cart-btn{
    display:inline-block;
    padding:8px 16px;
    background:#e6aabc;
    color:#fff;
    border-radius:6px;
    text-decoration:none;
    font-size:14px;
    position:relative;
    text-align: center;
    border: #e6aabc 2px solid;
}
.add-to-cart-btn:hover{
    color:#fff;
    text-decoration: none;
}

.add-to-cart-btn .btn-added{
    display:none;
}

.add-to-cart-btn.added{
    background:#e6aabc;
    color: #fff;
}

.add-to-cart-btn.added .btn-text{
    display:none;
}

.add-to-cart-btn.added .btn-added{
    display:inline;
}
.added_to_cart{
    margin-top: 10px;
        display: inline-block;
    padding: 8px 16px;
    background: #e5b0c0;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    text-align: center;
}
.added_to_cart:hover{
    color: #fff;
}
@media (max-width:768px){
    .wc-block-cart-items__row .wc-block-cart-item__quantity {
    align-items: start;
    display: flex;
    flex-direction: row !important;
}

/* mỗi sản phẩm thành card */
.wc-block-cart-items__row{
display:flex;
flex-direction:column;
border:1px solid #eee;
border-radius:10px;
padding:12px !important;
margin-bottom:15px;
background:#fff;
}

/* ảnh + info nằm ngang */
.wc-block-cart-item__product{
display:flex;
gap:12px;
align-items:flex-start;
}

/* ảnh nhỏ lại */
.wc-block-cart-item__image img{
width:70px;
height:auto;
border-radius:6px;
}

/* tên sản phẩm */
.wc-block-components-product-name{
font-size:14px;
font-weight:600;
line-height:1.4;
color: #e5b0c0;
text-decoration: none;
}



/* giá */
.wc-block-cart-item__prices{
font-size:13px;
margin-top:4px;
}

/* quantity */
.wc-block-cart-item__quantity{
margin-top:8px;
display:flex;
justify-content:space-between;
align-items:center;
}

/* nút số lượng */
.wc-block-components-quantity-selector{
transform:scale(0.9);
}

/* tổng tiền */
.wc-block-cart-item__total{
margin-top:10px;
font-weight:600;
color:#e90046;
}

/* nút xóa */
.wc-block-cart-item__remove-link{
font-size:12px;
color:#999;
}

}

@media (max-width:768px){

.wc-block-cart-items__row{
    display:block;
    border:1px solid #eee;
    border-radius:10px;
    padding:12px;
    margin-bottom:15px;
}

.wc-block-cart-item__image{
    float:left;
    width:80px;
}

.wc-block-cart-item__image img{
    width:70px;
    height:auto;
}

.wc-block-cart-item__product{
    margin-left:90px;
}

.wc-block-components-product-name{
    font-size:14px;
    line-height:1.4;
}

.wc-block-cart-item__prices{
    margin-top:5px;
}

.wc-block-components-product-price__value{
    font-size:20px;
    font-weight:700;
}

.wc-block-components-product-price del{
    font-size:13px;
    color:#999;
}

.wc-block-components-sale-badge{
    font-size:11px;
    padding:3px 8px;
    border-radius:20px;
}

.wc-block-cart-item__quantity{
    margin-top:10px;
}

.wc-block-components-quantity-selector{
    width:110px;
}

.wc-block-cart-item__remove-link{
    font-size:12px;
    margin-top:5px;
    display:block;
}

.wc-block-cart-item__total{
    display:none;
}

.checkout-coupon-box {
    background: #fff0f5;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px dashed #e91e63;
}

.checkout-coupon-box h3 {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 10px 10px 10px 49px;
    margin: 0 !important;
    position: relative;
    background-color: #fff !important;
    color: #515151;
    border-top: 1px solid #e5b0c0;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    font-size: 13px;
    border-bottom: 1px solid #e5b0c0;
}
.showcoupon{
    font-size: 12px !important;
    color: #e5b0c0 !important;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #cfc8d8;
    padding: 10px;
    margin: 10px 0;
    text-align: left;
    border-radius: 5px;
}

.checkout_coupon{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px;
    border:1px solid #eee;
    border-radius:8px;
    background:#fafafa;
    max-width:420px;
}

/* input */
.checkout_coupon .input-text{
    flex:1;
    height:36px;
    border:1px solid #ddd;
    border-radius:6px;
    padding:0 10px;
    font-size:13px;
    outline:none;
}

.checkout_coupon .input-text:focus{
    border-color:#ff6b81;
}

/* button */
.checkout_coupon button{
    height:36px;
    padding:0 14px;
    border:none;
    border-radius:6px;
    background:#ff6b81;
    color:#fff;
    font-size:13px;
    cursor:pointer;
    transition:0.2s;
}

.checkout_coupon button:hover{
    background:#ff4c66;
}

/* bỏ margin thừa */
.checkout_coupon .form-row{
    margin:0;
}

.checkout-right {
    flex: 2;
    background: #fff;
    padding: 0px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    height: fit-content;
    position: sticky;
    top: 100px;
}

.product-name {
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px;
}
.woocommerce span.onsale {
    min-height: 2.236em;
    min-width: 2.236em;
    padding: 0.202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: 0.5em;
    margin: 0;
    border-radius: 11%;
    background-color: #e5b0c0;
    color: #fff;
    font-size: .857em;
    z-index: 9;
    margin-top: 8px;
}
.product_title {
    font-family: 'SVN Bebas Neue Pro', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}
.price ins {
    color: #e5b0c0 !important;
    font-size: 15px ;
    font-weight: 700;
}

.ingredients-icons-wrap{
    gap:20px !important;
}


.ingredient-icon img{
    max-width:100% !important;
    height:auto !important;
}
}

.wc-block-cart__submit-button{
    background: #e5b0c0 !important;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.single_add_to_cart_button {
   background: #fff !important;
    border-radius: 8px !important;
    padding: 10px 22px !important;
    font-weight: 600;
    font-size: 15px;
    transition: 0.2s;
    color: #e5b0c0 !important;
    border: #e5b0c0 2px solid !important;
}
.footer-right .footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;          /* ép nằm cùng hàng */
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;      /* không cho xuống dòng */
}

.footer-right .footer-menu li {
    display: flex;
    align-items: center;
}

.footer-right .footer-menu li a {
    text-decoration: none;
    color: #231F20;
    font-size: 14px;
    padding: 0 8px;
    transition: 0.3s;
    white-space: nowrap;    /* chữ không bị xuống dòng */
}

.footer-right .footer-menu li a:hover {
    text-decoration: underline;
}

.footer-right .footer-menu li::after {
    content: "|";
    margin-left: 8px;
    color: #999;
}

.footer-right .footer-menu li:last-child::after {
    content: "";
}

@media screen and (max-width: 768px) {
    .single_add_to_cart_button {
    margin-top: 10px !important;
}
    #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 0 !important;
    border-bottom: 1px solid rgba(104, 87, 125, .14);
    margin: 0;
    list-style: none outside;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff !important;
    border-radius: 5px;
}
    .about-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 15px 15px !important;
    text-align: center;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #e6aabc !important;
    color: #fff !important;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #e6aabc;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        float: none;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 1em;
        background: #e6aabc !important;
        color: #fff !important;
    }
.about-section {
    display: flex;
    flex-direction: column; /* LUÔN dọc */
    gap: 20px;
    margin-top: 40px;
}

.about-text {
    text-align: left;
}

.about-text h3 {
    font-size: 18px;
    line-height: 1.4;
    color: #d86f8b;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'SVN Bebas Neue Pro', sans-serif;
    font-weight: 600;
}

.about-text p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    text-align: center;
    margin-bottom: 0;
}

.about-image img {
    width: 100%;
    border-radius: 10px;
}
.about-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    gap: 40px;
}
.about-text h3 {
    font-size: 16px;
    color: #d86f8b;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'SVN Bebas Neue Pro', sans-serif;
    font-weight: 600;
}

.icons-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* mobile: 2 cột */
    gap: 40px !important;
    margin-top: 40px;
}

.icons-item {
    text-align: center;
}
.icons-item {
    max-width: 120px !important;
}
.icons-item img {
    width: 100%;
    max-width: 120px !important;
    margin: auto;
}
.ingredients-icons-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}

.ingredient-icon {
    width: calc(50% - 10px); /* 2 cột */
    text-align: center;
}

.ingredient-icon img {
    width: 100%;
    max-width: 120px;
    height: auto;
}

/* 👉 Nếu item cuối lẻ → cho nó nằm giữa */
.ingredient-icon:last-child:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
}
.promise-icons-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px !important;
    justify-content: flex-start;
}

.promise-icon {
    width: calc(50% - 10px); /* 2 cột */
    text-align: center;
}

.promise-icon img {
    width: 100%;
    max-width: 150px;
    height: auto;
}

/* 👉 Nếu item cuối lẻ → căn giữa */
.promise-icon:last-child:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
}
.summary-left {
    width: 100% !important;
    text-align: center;
}
.summary-right {
    width: 100% !important;
}
.review-summary-box {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
    flex-direction: column;
}
.footer-right .footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    border: #e5b0c0 1px solid !important; 
    background: #e5b0c0 !important;
    color: #fff !important;
    text-align: center;
}
.wc-block-cart-items__row .wc-block-cart-item__quantity {
    align-items: start;
    display: flex;
    flex-direction: row;
}
.wc-block-cart-item__remove-link{
    margin-top: 3px !important;
}
.woocommerce-order-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    padding: 0;
    margin: 20px 0;
    list-style: none;
}

.woocommerce-order-overview li {
    background: #fff;
    border-radius: 12px;
    padding: 12px 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-right: 0 !important;
    padding-left: 14px !important;
}

.woocommerce-order-overview li strong {
    font-size: 15px;
    color: #111;
}

.woocommerce-order-overview__total {
    background: linear-gradient(135deg, #fff5f5, #ffecec);
    border: 1px solid #ffd6d6;
}

.woocommerce-order-overview__total strong {
    color: #e53935;
    font-size: 18px;
}

.woocommerce-order-overview__order {
    border-left: 4px solid #2196f3;
}

.woocommerce-order-overview__payment-method {
    border-left: 4px solid #4caf50;
}

}
@media (max-width: 768px) {
    .wc-block-components-product-badge,
    .wc-block-components-sale-badge {
        display: none !important;
    }
}
.review-btn:hover {
    width: 100%;
    display: block;
    color: #E8B3C3;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 1.5px solid rgba(232, 179, 195, 0.30);
    background: #FFF;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
}
.single_add_to_cart_button:hover {
    background: #fff !important;
    border-radius: 8px !important;
    padding: 10px 22px !important;
    font-weight: 600;
    font-size: 15px;
    transition: 0.2s;
    color: #e5b0c0 !important;
    border: #e5b0c0 2px solid !important;
}

.woocommerce-message::before {
    content: "\e01d" !important; /* icon giỏ hàng */
    font-family: WooCommerce;
    color: #e5b0c0;
}

/* HAMBURGER */
.hamburger {
    width: 30px;
    height: 18px;
    border: none;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 9999;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

/* DRAWER */
.mobile-drawer {
    position: fixed;
    top: 0;
    left: -80%;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: 0.3s ease;
    overflow-y: auto;
}

.mobile-drawer.active {
    left: 0;
}

/* OVERLAY */
#mobileOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9998;
}

#mobileOverlay.active {
    opacity: 1;
    visibility: visible;
}

/* MENU STYLE */
.mobile-menu-list {
    list-style: none;
    padding: 20px;
}

.mobile-menu-list li {
    margin-bottom: 15px;
}

.mobile-menu-list a {
    text-decoration: none;
    color: #000;
    font-weight: 100;
}
.mobile-header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; /* giữ logo luôn center */
    height: 60px;
}

/* HAMBURGER bên trái */
.hamburger {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/* LOGO center tuyệt đối */
.mobile-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-logo img {
    height: 40px; /* chỉnh theo ý bạn */
}

.menu-parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 12px 0;
}

/* arrow */
.menu-toggle::before {
    content: "›";
    font-size: 18px;
    transition: transform 0.3s ease;
    display: inline-block;
}

/* rotate khi mở */
.menu-item.active .menu-toggle::before {
    transform: rotate(90deg);
}

/* submenu animation */
.sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding-left: 10px;
}

/* open */
.menu-item.active .sub-menu {
    max-height: 500px;
}
.menu-parent{
    padding: 14px 16px;
}
.product-capacity{
    color: #121212;
    font-family: 'SVN Bebas Neue Pro', sans-serif;
    font-size: 17px;
}

.menu-wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.menu-wrappe .menu-left {
    justify-self: start;
}

.menu-wrappe .menu-center {
    justify-self: center;
}

.menu-wrappe .menu-right {
    justify-self: end;
}

.menu-wrappe .menu-item {
    position: relative;
}

/* SUBMENU */
.menu-wrappe .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;

    min-width: 220px;
    background: #fff;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;

    z-index: 999;
}

/* hover xổ ra */
.menu-wrappe .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* SUB MENU */

.menu-wrappe .sub-menu{
position:absolute;
top:100%;
left:0;
background:#fff;
list-style:none;
padding:10px 0;
min-width:200px;

opacity:0;
visibility:hidden;
transform:translateY(10px);
transition:all .25s ease;

box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.menu-wrappe .sub-menu li a{
padding:8px 20px;
white-space:nowrap;
}

/* HOVER */

.menu-wrappe .menu-item:hover .sub-menu{
opacity:1;
visibility:visible;
transform:translateY(0);
}
.menu-wrappe .menu-list li {
position: relative;
list-style: none;
}

.menu-wrappe .sub-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
background: #fff;
padding: 10px 0;
min-width: 200px;
box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.menu-wrappe .sub-menu li {
padding: 8px 20px;
}

.menu-wrappe .menu-item:hover .sub-menu {
display: block;
}
.menu-wrappe .sub-menu li a{
    color: #e5b0c0;
}
.sub-menu-pc {
    position: absolute;
    top: 100%;
    left: 0;

    min-width: 220px;
    background: #fff;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;

    z-index: 999;
    padding: 0;
}

@media (min-width: 992px) {
    .menu-item:hover > .sub-menu-pc {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
    .menu-item:hover > .sub-menu-pc li a{
        color: #e5b0c0;
    }
}

.post-card {
    transition: 0.3s;
}

.post-card:hover {
    transform: translateY(-5px);
}

/* IMAGE */
.post-img-wrap {
    display: block;
    overflow: hidden;
    border-radius: 12px;
}

.post-img-wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.3s;
}

.post-img-wrap:hover img {
    transform: scale(1.05);
}

/* TITLE - 2 dòng */
.post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 48px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

/* DESC - 2 dòng */
.post-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 40px;
    font-size: 14px;
    color: #666;
}

/* CATEGORY HEADER */
.category-title {
    font-size: 32px;
    font-weight: bold;
}

.category-desc {
    max-width: 600px;
    margin: 10px auto 0;
    color: #777;
}
