/** Shopify CDN: Minification failed

Line 56:3 Unexpected "{"
Line 186:0 Unexpected "}"

**/
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+Thai:wght@100..900&family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
:root {

    /* Base font size for 1 rem = 16px (ทั่วไป) */
    /* P size ถูกกำหนดเป็น 20px (1.25 rem) */
    --font-size-p: 16px; 
    
    /* Line Height กำหนดที่ 1.5 (ไม่มีหน่วย) เพื่อให้อ่านง่ายสำหรับภาษาไทย */
    --line-height-primary: 1.5;

    /* ---------------------------------- */
    /* 2. Colors (ตามโจทย์: ดำ 2 โค้ด)   */
    /* ---------------------------------- */
    /* สีดำเข้มหลัก: สำหรับข้อความทั่วไปและหัวข้อ (นิยมใช้ดำอมเทาเพื่อความสบายตา) */
    --color-dark-primary: #212121; 
    
    /* สีดำรอง/สีเทาเข้ม: สำหรับข้อความรอง, คำอธิบาย, หรือลิงก์ที่ไม่ถูกเน้น */
    --color-dark-secondary: #424242; 
    
    /* ---------------------------------- */
    /* 3. Heading Sizes (บน Desktop)      */
    /* ---------------------------------- */
    --font-size-h1: 40px; 
    --font-size-h2: 24px; 
    --font-size-h3: 16px;
    --font-size-h4: 15px; 
    --font-size-a:  14px;

}

/* ---------------------------------------------------- */
/* การใช้งานตัวแปร (Elements Styling)                   */
/* ---------------------------------------------------- */

body {
    color: var(--color-dark-primary);
    /* กำหนดขนาด p ให้เป็น base และใช้ rem/em จากตรงนี้ */
    font-size:16px; 
    background-color:#fff !important;
    /* filter: grayscale(50%); */
}

p {
    font-size: var(--font-size-p); 
    line-height: var(--line-height-primary);
    color: var(--color-dark-primary);
}


h1,{
    font-size: var(--font-size-h1);
    line-height: var(--line-height-primary);
}

h2 {
    font-size: var(--font-size-h2);
    line-height: var(--line-height-primary);
}

h3 {
    font-size: var(--font-size-h3);
    line-height: var(--line-height-primary);
}

h4 {
    font-size: var(--font-size-h4);
    line-height: var(--line-height-primary);
}

a {
    font-size: var(--font-size-a);
    color: var(--color-dark-secondary); /* อาจใช้สีรองหรือสีอื่นสำหรับลิงก์ */
    text-decoration: none;
}
.section__heading.hd1{
    font-size: 30px;
}

/* ---------------------------------------------------- */
/* การปรับ Responsive ด้วย Media Queries                 */
/* ---------------------------------------------------- */

/* the core product*/
.product__block h2 {
    font-size: 18px !important;
}
p .metafield-multi_line_text_field{
    line-height: 1.8 !important;
    color:#000;
}

.product-showcase__title.h2 a 
{
    font-size:24px;
    color: #000;
}

/* end the core product */

/* สำหรับ Tablet และ Mobile (ปรับลดขนาดหัวข้อเพื่อประหยัดพื้นที่) */
@media (max-width: 768px) {
    :root   {
                /* ปรับ H1, H2 ให้เล็กลงสำหรับ Mobile/Tablet */
                --font-size-h1: 36px; 
                --font-size-h2: 24px;
                --font-size-h3: 16px; 
                --font-size-h4: 15px;

                --font-size-p: 15px;
            
                .section__heading.hd1{
                    font-size: 36px;
                }
                
                .rich-text .rich-text__subheading {
                    font-size: 18px;
                }
                .product-showcase__title.h2 a {
                    font-size:24px;
                }
             
                .article-card__title reversed-link {
                    font-size: 18px;
                    color:red;
                }
                .product-bundle-card__title .text-pcard-title{
                    font-size: 14px;
                }
                .product-bundle-card__option .form-control {
                    font-size: 14px;
                    background-color:#DAA990;
                    color: white;
                    padding: 0 16px;
                    
                }
        

            }
    
        }

   /* .swiper{
        background-color:white;
    } */

    /* Contact Page Font input */
    .contact__fields input, .contact__fields textarea{
        font-size: var(--font-size-p);
        color:var(--color-dark-primary);
    }
    .product-bundle-card__option .form-control {
                    font-size: 14px;
                    background-color:#DAA990;
                    color: white;
                    padding: 0 16px;
                    
                }
    .breadcrumbs span{
        font-size: var(--font-size-p);
    }

    .card-media__description.rich-text__text p{
        color:var(--color-dark-primary) !important;
    }
    .article__wrapper{
    width: 100%;      /* ใช้ 90% ของพื้นที่จอ (ยืดหยุ่น) */
    margin: 0 auto;
    }
    h3.article-card__title.h4 a.reversed-link{
        font-size: 16px !important;
                   
    
    }
    .article__title.hd2{
    line-height: 1.5;
    font-size: var(--font-size-h1) !important;
}
   

}

/* ---------------------- End Root CSS ------------------------ */


/* ---------------------- Home Page ------------------------ */

.product-showcase__info h3 a {
    font-size:20px;
}
/* .swiper{
        background-color:white;
    } */

/* Home page - keyword รองพื้นที่เหมาะกับคุณ */
.rich-text .rich-text__subheading {
    font-size: 15px;
    font-weight: 500;
}
/* Home page - หัวข้อของ New Arrivals, Promotion, Product cores about Product - keyword ความรู้สึกจากผู้ใช้งานจริง*/
h2.section__heading.hd2,h2.section__heading.hd1,h2.rich-text__heading.h3,h2.rich-text__heading.hd2, .contact__title{
    font-size: 32px;
    font-weight: 600;
}
/*  Home Page - keyword เฉดสีที่หลากหลาย พร้อมการบำรุงผิวในหนึ่งเดียว */
h2.rich-text__heading.inline-richtext.h1,h2.rich-text__heading.hd1{
    font-size: 32px;
    font-weight: 600;
}

/* ---------------------- End Home Page ------------------------ */
.section__heading.hd3{
}
.tabs__header.tabs__header--horizontal{
    margin-bottom:16px;
}

/* .tabs__nav .tabs__tab .tabs__tab-name {
    display:none;
} */
.section__heading.hd1, .main-page-title.page-title.h1.text-center {
   font-size : 52px;
}
.border-top.no-empty{
    border:none;
}

/* menu resize font  */
.menu__item span {
    font-size: 14px;
    font-weight: 400;
}

.reversed-link.flex.items-center.font-navigation {
    color: #424242;
    font-weight: 400;
}
.reversed-link.flex.items-center.font-navigation:hover {
    color:#000000;
  
}
.reversed-link:hover {
    color:#000000;
}
/* Bundle set */
.product-bundle-hotspot{
    display:none;
}
/*--------------------- blog ---------------------------- */
/* Blog - Home Page */
.featured-blog__items .f-column .article-card__title .reversed-link{
    font-size: 21px;
    font-weight:600;
    display: -webkit-box;       /* ต้องใช้ display เป็น webkit-box */
  -webkit-line-clamp: 2;      /* จำนวนแถวที่ต้องการ (ในที่นี้คือ 2) */
  -webkit-box-orient: vertical; /* กำหนดทิศทางเป็นแนวตั้ง */
  overflow: hidden;           /* ซ่อนข้อความที่เกินออกมา */
  text-overflow: ellipsis;    /* ใส่จุดไข่ปลา (...) ท้ายข้อความ */
}


/* Product Card รายละเอียด วิธีการใช้ คุณประโยชน์ */
.accordion-details__summary h2{
    font-size: 15px;
}

.accordion-details__content p, .accordion-details__content li{
    color: #424242;
    font-size: 14px;
}

.article-card__title.h4 a.reversed-link{
        font-size: var(--font-size-h4);
        line-height: 1.4;
        color:var(--color-dark-secondary);
        font-weight:600;
        transition: 0.4s ease-out;

 
    }

.article__wrapper{
    max-width: 960px !important; /* กำหนดขนาดสูงสุด */
    margin: 0 auto;
}
.article-card__title.h4 a.reversed-link:hover{
        color:#000;
    }
    
    
.article-card__content .btn{
        font-weight:600;
    }

.hero.hero--adapt{
    max-width: 100%;  /* ทำให้รูปภาพไม่กว้างเกินขอบเขตของพื้นที่ที่มันอยู่ */
    display: block;  /* (ตัวเลือกเสริม) ช่วยลบช่องว่างเล็กๆ ด้านล่างรูปภาพที่อาจเกิดขึ้นได้ */   
    /* height: 500px ; */
}

.article__block.article__content{
    margin-bottom: 50px;
}

ul li span strong {
    color:#000;
}

hr{
    margin:0;
}
.article__block ul{
    margin: 10px 20px !important;
    padding: 0px !important;
}
.article__block li {
    margin:4px 8px  !important;
 
}
.article__block p {
    margin: 10px 0!important;
}

.article__block h3 ,.article__block h4 {
    font-weight: 600;
}


/*  height card - keyword เฉดสีหลากหลาย ครอบคลุมทุกสีผิว พร้อมคุณสมบัติบำรุงผิวในตัว */
.collection-card {
    /* height:400px; */
    /* padding-bottom: 20px; */
    margin:0 0.5rem;
}

.collection-card, .rich-text__heading{
    font-size:13px;
}
.collection-card__title.h4 {
    font-size: 14px !important; /*ข้อความ Water Resist Li......*/
}

.article__title{
    margin:40px 0;
}

/* Blog P */
.article__block.article__content .blog-p-custom{
    margin: 14px 0 !important;
}
/* Blog h3 bold */
.article__block.article__content h3{
    font-weight: 600;
}



/*--------------------- End blog ---------------------------- */


/* support page */
h1.main-page-title .inline-flex{
    margin-bottom: 24px;
    font-size: var(--font-size-h1) !important;
}


/* Promotion Top ปรับให้เห็นสระ */
.promotion__text{
    padding:8px;
    font-size: 14px;
}

/* KMA */

.multicolumn-card__title.h5{
    font-size: 16px;
}



/*----------------------- remove map ---------------------*/
#ea-snts-store-locator,.google-map-icon img{
  display: none;
}

/*------------------------ conner of product card ----------------*/
.f-column.card,.product-card__wrapper.h-full {
    overflow: hidden;
    border-radius:16px;  
}
/*-------------------- Background web white color --------------*/
.article-template {
    background-color:#fff;
}


/* ในไฟล์ CSS ของคุณ */
.localization-form__select {
  position: relative;
  display: inline-block;
}

.localization-selector {
  appearance: none;
  background: transparent;
  border: none;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  font-size: inherit;
  cursor: pointer;
}

.localization-form__select .icon-caret {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* สำหรับ mobile */
.menu-drawer__language-selector {
  padding: 1rem;
  border-top: 1px solid rgba(var(--color-foreground), 0.1);
}

.menu-drawer__language-selector .localization-selector {
  width: 100%;
  border: 1px solid rgba(var(--color-foreground), 0.2);
  border-radius: 4px;
  padding: 0.75rem;
}

.menu-drawer__item{
    margin-bottom: 8px;
}
.store-list {
    padding:0;
}
/* tag สิทธิ์พิเศษ 10% */

.product__blocks .f-badge {
  /* display: inline-block;
  padding: 4px 12px;
  border-radius: 20px; */
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 1.2;
}

/* Badge สินค้าลดราคา - สีแดง */
.product__blocks .f-badge--sale {
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff6b6b,
    #ff0000,
    #ff4757,
    #ff0000
  );
  background-size: 400% 400%;
  animation: salePulse 2s ease-in-out infinite;
  box-shadow: 0 2px 8px rgba(255, 0, 0, 0.3);
}

/* Badge สินค้าใหม่ - สีเขียว */
.product__blocks .f-badge--new {
  background: linear-gradient(45deg,#DAA990
  );

  background-size: 400% 400%;
  animation: newPulse 2.5s ease-in-out infinite;
  box-shadow: 0 2px 8px rgba(85, 155, 96, 0.4);
}

.f-badge.f-badge--new {
   background:rgb(218, 169, 144);
}

.accordion-details__content p, .accordion-details__content a{
    font-size:14px;
    color:#424242;

}

@keyframes salePulse {
  0% {
    background-position: 0% 50%;
    transform: scale(1);
  }
  50% {
    background-position: 100% 50%;
    transform: scale(1.05);
  }
  100% {
    background-position: 0% 50%;
    transform: scale(1);
  }
}

@keyframes newPulse {
  0% {
    background-position: 0% 50%;
    transform: scale(1) rotate(0deg);
  }
  25% {
    background-position: 50% 50%;
    transform: scale(1.03) rotate(1deg);
  }
  50% {
    background-position: 100% 50%;
    transform: scale(1.05) rotate(0deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.03) rotate(-1deg);
  }
  100% {
    background-position: 0% 50%;
    transform: scale(1) rotate(0deg);
  }
}

/* เอฟเฟกต์เงาวาว (ใช้ร่วมกันทั้งสองแบบ) */
.f-badge--sale::before,
.f-badge--new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 255, 255, 0.2) 50%,
    transparent 70%
  );
  animation: shine 3s ease-in-out infinite;
}

@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* ตัวเลือกเพิ่มเติมสำหรับขนาดต่างๆ */
.f-badge--small {
  padding: 2px 8px;
  font-size: 12px;
}

.f-badge--large {
  padding: 6px 16px;
  font-size: 16px;
}


/* Chat */

        /* ปุ่มชักแชท */
        .chat-widget {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 1000;
        }

        .chat-button {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg,rgb(226, 188, 168) 0%,rgb(206, 147, 117) 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            animation: pulse 2s infinite;
        }

        .chat-button:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
        }

        .chat-button i {
            color: white;
            font-size: 30px;
        }

        .chat-options {
            position: absolute;
            bottom: 85px;
            right: 0;
            background-color: white;
            border-radius: 12px;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
            padding: 15px;
            width: 200px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            transition: all 0.3s ease;
        }

        .chat-options.active {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .chat-option {
            display: flex;
            align-items: center;
            padding: 12px 15px;
            border-radius: 8px;
            margin-bottom: 10px;
            cursor: pointer;
            transition: background-color 0.2s ease;
        }

        .chat-option:hover {
            background-color: #f5f7fa;
        }

        .chat-option:last-child {
            margin-bottom: 0;
        }

        .chat-option i {
            font-size: 24px;
            margin-right: 12px;
            width: 30px;
            text-align: center;
        }

        .chat-option.fb i {
            color: #1877F2;
        }

        .chat-option.line i {
            color: #00B900;
        }

        .chat-option span {
            font-weight: 500;
            color: #333;
        }

        .chat-option .subtext {
            font-size: 0.8rem;
            color: #777;
            margin-top: 3px;
        }

        /* Animation */
        @keyframes pulse {
            0% {
                /* box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); */
            }
            70% {
                box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
            }
        }

        footer {
            /* text-align: center; */
            margin-top: 40px;
            padding: 20px;
            color: #777;
            border-top: 1px solid #eee;
        }

        @media (max-width: 768px) {
            .chat-widget {
                bottom: 20px;
                right: 20px;
            }
            
            .chat-button {
                width: 50px;
                height: 50px;
            }
            
            .chat-button i {
                font-size: 25px;
            }
            
            .chat-options {
                width: 180px;
            }
        }

/* End Chat */

/* Pop up */
/* Popup Styles */
        .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .popup-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .popup-content {
            background: white;
            border-radius: 12px;
            /* width: 90%;
            max-width: 500px; */
            position: relative;
            padding: 0;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            transform: scale(0.9);
            transition: transform 0.3s ease;
        }

        .popup-overlay.active .popup-content {
            transform: scale(1);
        }

        .popup-image {
            width: 100%;
            height: 500px;
            object-fit: cover;
            display: block;
        }

        .popup-text {
            padding: 1.5rem;
        }

        .popup-text h3 {
            color: #2575fc;
            margin-bottom: 0.5rem;
        }

        .popup-close {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 30px;
            height: 30px;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .popup-close:hover {
            background: rgba(0, 0, 0, 0.7);
        }

        .popup-close:before, .popup-close:after {
            content: '';
            position: absolute;
            width: 15px;
            height: 2px;
            background: white;
        }

        .popup-close:before {
            transform: rotate(45deg);
        }

        .popup-close:after {
            transform: rotate(-45deg);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .content {
                grid-template-columns: 1fr;
            }
            
            h1 {
                font-size: 2rem;
            }
            
            .popup-content {
                max-width: 90%;
            }
        }

/* end Pop up */


.block.back-to-top {
    margin-bottom: 80px;
}