/** Shopify CDN: Minification failed

Line 822:0 Expected "}" to go with "{"

**/
.insta-dots {
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: center;
}
span.dot.active {
    background: var(--primary);
    height: 12px;
    width: 12px;
    display: block;
    border-radius: 50%;
    opacity: 1
}
span.dot {
    background: #ccc;
    height: 10px;
    width: 10px;
    display: block;
    border-radius: 50%;
    opacity: .5;
}

/*review sec css start  */
.jdgm-carousel-wrapper .jdgm-carousel-item{
  padding: 23px !important;
  margin: 0 4px;
  background-color: var(--white);
  max-width: 313px;
  border-radius: 8px;
  border: 2px solid var(--primary);
}
.jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel{
  width: unset !important;
}
.jdgm-carousel-wrapper .custom-arrows{
   display: flex;
    gap: 20px;
}
.jdgm-carousel-wrapper .custom-arrows a {
  color: var(--grey); 
  transition: color 0.3s ease;
}
.jdgm-carousel-wrapper .custom-arrows a:hover{
   color: var(--primary) ;  
}
.jdgm-carousel-wrapper .custom-arrows a.active {
  color: var(--primary) ; 
}
.review-sec .page-width {
    max-width: 1406px;
    margin: 0 auto;
    padding: 0px 20px;
}
@media(max-width:1023px){
  .jdgm-carousel-title{
    font-size:38px;
  }
}
@media(max-width:767.98px){
    .jdgm-carousel-item {
        width: 100%;
        
    }
  .jdgm-carousel-title{
    font-size:25px;
    line-height: 30px;
    text-align: left !important;
  }
  .jdgm-carousel-title-and-link{
    flex-direction: column;
    margin-bottom: 20px !important;
    gap: 0;
  }
  .jdgm-carousel-wrapper .custom-arrows{
    padding-top: 20px;
  }
}

@media(max-width:576px){
  .jdgm-carousel-wrapper .jdgm-carousel-title-and-link{
    flex-direction: column !important
  }
  
}
/*review sec css end  */

/* collections css start */
.collections{
  padding: 100px 0 0px;
}
.collections .title{
  margin: 0 0 40px !important;
  font-family: GT Super Display Super Trial Bd;
  font-size: 40px;
  color: var(--black);
  font-weight: 700;
}
.collection-list{
  padding:0 0 100px;
}
.collection-list .collection-list__item .card__content .full-unstyled-link{
  display: flex;
  align-items: center;
  justify-content: center;
}
.collection-list .collection-list__item .card__content .card__information {
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
}
.collection-list .collection-list__item .card__heading .full-unstyled-link{
  color: var(--white);
  font-size: 18px;
  line-height: 22px;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
}
.collection-list .collection-list__item .card__heading .icon-wrap{
  padding-top: 2px;
}
@media(max-width:1023px){
  .collections .title{
    font-size: 38px;
    margin: 0px 0px 30px !important;
  }
}
@media(max-width:767.98px){
  .collections{
    padding:40px 0 0;
  }
  .collection-list{
     padding:0 0 40px;   
  }
  .price--on-sale .price__sale .price-item {
      line-height: 24px;
  }
  .price__sale span.visually-hidden + span s.price-item {
    font-size: 13px !important;
    line-height: 20px;
  }
    .card .card__heading {
    font-size: 16px;
    line-height: 20px;
    }
  .collections .title{
    font-size: 25px;
    margin: 0px 0px 20px !important
  }
}
/* collections css end */


/*colllections all filter css start  */
#FacetFiltersForm .active-facets .active-facets__button-wrapper a{
  color: var(--black);
  font-size: 14px !important;
  line-height: 18px;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
}
#FacetFiltersForm .active-facets a .active-facets__button-inner{
  color: var(--black);
  font-size: 14px;
  line-height: 18px;
  font-family: "Kanit", sans-serif;
  font-weight: 400; 
} 
#FacetFiltersForm .active-facets .active-facets__button{
  padding: 0 !important;
}
#FacetFiltersForm .facet-checkbox .icon-checkmark{
  background-color: transparent;
  color: var(--white);
  width: 22px;
  height: 22px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#FacetFiltersForm .facet-checkbox input:checked + svg {
  background-color: var(--primary);
  color: var(--white);
}
.template-collection .categories-section {
  padding-top: 0 !important;
}
.template-collection .facets-vertical.page-width {
    padding-bottom: 0px;
}

@media(max-width: 1023px){
  .template-collection .categories-section {
    padding-bottom: 50px !important;
  }
}

@media(max-width:990px){
  #FacetFiltersForm .active-facets a .active-facets__button-inner{
      margin: 0 0 8px;
  }
  .mobile-facets__header{
    padding:25px !important;
  }
  .active-facets__button-wrapper{
    font-family: 14px !important; 
  }
  .facets-vertical .active-facets__button-remove{
    padding: 0 !important
  }
  .facets-wrapper .facets__summary-label{
    font-size: 18px;
  }
  .facets-wrapper .facets__disclosure-vertical{
     /* max-width: 220px; */
      width:100%;
  }
  .facets-vertical .facets-wrapper{
    padding-right: 10px !important;
  }
  .mobile-facets__wrapper .mobile-facets__open{
    color: var(--black)!important;
    font-size: 14px;
    line-height: 18px;
    font-family: "Kanit", sans-serif;
    font-weight: 400;   
  }
  .mobile-facets__header .mobile-facets__header-inner .mobile-facets__heading{
    color: var(--black) !important;
    font-size: 22px;
    line-height: 18px;
    font-family: "Kanit", sans-serif;
    font-weight: 400; 
    text-align: left;
    padding-bottom: 5px;
  }
  .mobile-facets__count{
    color: var(--grey)!important;
    font-size: 14px !important;
    line-height: 18px;
    font-family: "Kanit", sans-serif;
    font-weight: 400;  
    text-align: left;
  }
  .facets-container .product-count__text  #ProductCount{
    color: var(--black) !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-family: "Kanit", sans-serif !important;
    font-weight: 400 !important;    
  }
  .facets-container {
    padding: 10px 0 !important;
  }
  .mobile-facets__main{
    padding-top: 12px !important;
  }
  .menu-opening .mobile-facets__close{
    background-color: var(--primary); 
    border-radius: 50%;
    height: 32px;
    width: 32px;
    color: var(--white);
    margin: 23px 15px 25px 0 ;
  }
  .mobile-facets__close .svg-wrapper{
    height: 12px;
    width: 12px !important;
  } 
  #FacetsWrapperMobile .mobile-facets__label > svg {
    background-color: transparent;
    color: var(--black);
  }
  
  #FacetsWrapperMobile .facet-checkbox:checked + svg {
    background-color: var(--primary);
    color: var(--white);
  }
  #FacetsWrapperMobile .mobile-facets__summary span{
     color: var(--black) !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-family: "Kanit", sans-serif !important;
    font-weight: 400 !important;    
  }
  #FacetsWrapperMobile .mobile-facets__summary .mobile-facets__sort{
     color: var(--black) !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-family: "Kanit", sans-serif !important;
    font-weight: 400 !important;       
  }
  #FacetsWrapperMobile .mobile-facets__summary select{
    color: var(--black) !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-family: "Kanit", sans-serif !important;
    font-weight: 400 !important;    
  }
  #FacetsWrapperMobile label.mobile-facets__label{
    padding: 15px 25px !important;
  }
  #FacetsWrapperMobile label.facets__label.mobile-facets__label.active svg {
      background: var(--primary) !important;
      color: white !important;
  }
  #FacetsWrapperMobile  label.facets__label.mobile-facets__label.active svg.icon.icon-checkmark * {
      fill:var(--white) !important;
  }
  #FacetsWrapperMobile .mobile-facets__highlight{
    background-color: #a6946b33;
  }
  .active-facets__button-wrapper a.active-facets__button-remove.underlined-link {
    padding: 10px !important;
  }
  .active-facets facet-remove{
    color: var(--black) !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-family: "Kanit", sans-serif !important;
    font-weight: 400 !important;   
  }
  .mobile-facets__footer{
    padding: 25px !important;
    flex-direction: column;
    gap: 10px;
    width: 100% !important;
  }
  .mobile-facets__clear-wrapper{
    width: 100% !important;
  }
  .mobile-facets__footer .button{
    font-family: Kanit;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    border: 1px solid transparent;
    border-radius: 10px;
    text-decoration: none;
    color: var(--white);
    transition: all 0.5s ease-in-out;
    background-color:var(--primary);
    width: 100% !important;
    margin: 0 !important;
  }
  .mobile-facets__footer .button:hover{
    border: 1px solid var(--primary);
    color: var(--primary);
    background-color: transparent;     
  }
  .mobile-facets__footer .mobile-facets__clear{
     font-family: Kanit;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    border: 1px solid var(--primary);
    border-radius: 10px;
    text-decoration: none;
    color: var(--primary);
    transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    padding: 14px 0 ;
    background-color: transparent; 
    width: 100% !important;
  }
  .mobile-facets__footer .mobile-facets__clear:hover{
    border: 1px solid transparent;
    color: var(--white);
    background-color:var(--primary);    
  }
  .mobile-facets__submenu .mobile-facets__close-button{
     color: var(--black) !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-family: "Kanit", sans-serif !important;
    font-weight: 400 !important;
    margin-top:0 !important;
  }
}
@media(max-width:767px){
  .active-facets__button{
    padding: 5px !important
  }
  #FacetsWrapperMobile .focus-inset:hover{
     color:var(--primary); 
  }
}
@media(max-width:567.98px){
  .mobile-facets__inner{
    max-width: 100% !important;
    width:100% !important;
  }
}
/*colllections all filter css end  */

/*about us  css start  */
.page-page-about-us .breadcrumbs-sec,
.template-blog .breadcrumbs-sec{
  background-image: url('/cdn/shop/files/aboutus.jpg?v=1747896427');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-page-about-us .breadcrumbs-sec::before,
.template-blog .breadcrumbs-sec::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.page-page-about-us .main-page-title{
  color: var(--white) !important;
  margin: 0 !important;
  text-transform: uppercase;
}
.page-page-about-us .breadcrumbs-sec .page-width{
  position: relative;
  z-index: 1;
}
/*about us  css end  */

/* product related sec start */
.card-content .price .price-item{
  font-size: 24px !important;
  line-height: 28px !important;
}
.product-grid .card__heading {
    border-bottom: 1px solid var(--primary) !important;
    padding-bottom: 16px;
}
/*product related sec end  */

/* latest artical sec  start  */
@media(max-width:1023px){
  .blog h2{
    font-size:38px;
  }
  .blog .page-width-desktop{
    padding:80px 20px;
  }
  .blog .title-wrapper-with-link{
    margin-bottom: 20px !important;
    padding: 0;
  }
}
@media(max-width:767px){
  .blog h2{
    font-size:28px;
    line-height: 34px;
  }
  .blog p{
    font-size:14px;
    line-height: 20px;    
  }
   .blog .page-width-desktop{
    padding:40px 10px;
  }
}
/* latest artical sec  start  */

/*about us rich sec css start  */
.page-page-about-us .rich-text__wrapper .rich-text__blocks h2{
  line-height: 40px;
  font-size: 40px;
  font-family: GT Super Display Super Trial Bd;
  font-weight: 700;
  color: var(--black);
}
.page-page-about-us .rich-text__wrapper .rich-text__blocks  p{
  line-height: 22px;
  font-size: 16px;
   font-family: Kanit, sans-serif;
  font-weight: 400;
  color: var(--black); 
}
@media(max-width:1023px){
 .page-page-about-us .rich-text__wrapper .rich-text__blocks h2{
  font-size: 38px;
 }
    .page-page-about-us .content-container{
     padding: 80px 0 0;
   }
}
@media(max-width:767px){
   .page-page-about-us .content-container{
     padding: 40px 0 0;
   }
 .page-page-about-us .rich-text__wrapper .rich-text__blocks h2{
  font-size: 32px;
 }
  .page-page-about-us .rich-text__wrapper .rich-text__blocks  p{
  line-height: 20px;
  font-size: 14px; 
 }
  .page-page-about-us .rich-text__wrapper{
  padding:0 10px !important;
  width:100% !important;
  }
}
@media(max-width:576px){
 .page-page-about-us .rich-text__wrapper .rich-text__blocks h2{
  font-size: 25px;
   line-height: 32px;
 }
}
/*about us rich sec css end  */

/*free swatches css start  */
.page-page-free-swatches .section-template--25052759785816__rich_text_wUcpFr-padding{
  padding: 100px 0  0px !important;
}
.page-page-free-swatches .rich-text__wrapper{
    max-width: 1406px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
.page-page-free-swatches .rich-text__wrapper h2{
  line-height: 40px;
  font-size: 40px;
  font-family: GT Super Display Super Trial Bd;
  font-weight: 700;
  color: var(--black); 
}
.page-page-free-swatches .rich-text__wrapper  p{
  line-height: 22px;
  font-size: 16px;
   font-family: Kanit, sans-serif;
  font-weight: 400;
  color: var(--black); 
}
.page-page-free-swatches #ContactForm{
  width:100%;
}
.page-page-free-swatches .field:after{
  box-shadow:unset;
  position: unset !important;
  content:unset !important;
}
.page-page-free-swatches .field__input,
.page-page-free-swatches .field__input:-webkit-autofill,
.page-page-free-swatches .field__input:-webkit-autofill:hover,
.page-page-free-swatches .field__input:-webkit-autofill:focus {
  background-color: transparent !important;
  background-clip: text;
}
.page-page-free-swatches .field__input:focus-visible,
.page-page-free-swatches .field__input:focus{
  box-shadow: none;
  outline: none;
}
.page-page-free-swatches .field__label{
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0px;
  color: #8e8e8e;
  line-height: 23px;
}
.page-page-free-swatches .contact form h2{
  line-height: 22px;
  font-size: 16px;
   font-family: Kanit, sans-serif;
  font-weight: 400; 
}
.page-page-free-swatches .contact{
  padding: 0 0 100px;
}
.page-page-free-swatches .contact .form__message{
   align-items: center;
   border: none !important;
}
.page-page-free-swatches h2.form-status.form-status-list.form__message:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
.page-page-free-swatches .contact__fields{
  gap: 20px !important;
}

.page-page-free-swatches .field__input:focus,
.field__input:not(:placeholder-shown), .field__input:-webkit-autofill{
  padding: 15px !important;
    font-family: Kanit,sans-serif;
}
.page-page-free-swatches .field__input:not(:placeholder-shown) + .field__label {
  display: none;
}
.page-page-free-swatches .field__input:focus + .field__label {
  display: none;
}
@media(max-width:1023px){
  .page-page-free-swatches .contact{
    padding: 0 20px 100px;
  }
  .page-page-free-swatches .section-template--25052759785816__rich_text_wUcpFr-padding .rich-text__text{
    margin-top: 10px;
  }
  .page-page-free-swatches .contact h2{
    font-size: 38px;
  }
  .page-page-free-swatches .rich-text__wrapper h2{
    font-size: 25px;    
  }
}
@media(max-width:767px){
  .page-page-free-swatches .rich-text__wrapper{
    padding: 0 10px;
  }
  .page-page-free-swatches .rich-text__wrapper h2{
    line-height: 30px;
   font-size: 25px;    
  }
  .page-page-free-swatches .contact__fields {
    display: block !important;
  }
  .page-page-free-swatches .contact .form__message{
    align-items:baseline;
    text-align: left;
    font-size:14px;
    margin: 20px 0 !important;
  }
  .page-page-free-swatches .contact {
    padding: 0 10px 50px !important; 
  }
  .page-page-free-swatches .contact h2{
    font-size:25px;
    margin-bottom: 20px !important;
  }
    .page-page-free-swatches .rich-text__wrapper p{
    font-size:14px;
    line-height: 20px;
  }
  .page-page-free-swatches .section-template--25052759785816__rich_text_wUcpFr-padding {
    padding: 20px 0 0 !important;
  }
}
/*free swatches css end  */

/*contact page css start  */
.shopify-challenge__message{
  line-height: 22px;
  font-size: 16px;
   font-family: Kanit, sans-serif;
  font-weight: 400;
  color: var(--black);
  margin: 10px 0 ;
}
#captcha_form .shopify-challenge__button{
    font-family: Kanit;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    border: 1px solid transparent;
    border-radius: 10px;
    text-decoration: none;
    color: var(--white);
    padding: 13px 41px;
    margin-top: 0 !important;
    transition: all .5s ease-in-out;
    background-color: var(--primary);
}
#captcha_form .shopify-challenge__button:hover{
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color:var(--transparent);
}
/*contact page css start  */

/*latest product css start  */
@media(max-width:1023px){
  .latest-product-sec h2{
    font-size:38px;
  }
  .latest-product-sec .collection__title{
    margin: 0 0 20px !important;
  } 
}
@media(max-width:767px){
  .latest-product-sec h2{
    font-size:25px;
    line-height: 32px;
  }
}
/*latest product css end  */

/* best seller css start  */
.best-seller-sec .collection__description p{
   line-height: 20px;
  font-size: 16px;
  font-family: Kanit, sans-serif;
  font-weight: 400 !important;
}
.best-seller-sec .svg-wrapper>svg{
    width: unset !important;
    height: unset !important;
  }
.best-seller-sec .svg-wrapper{
    width: unset !important;
    height: unset !important;    
  }
.best-seller-sec {
  max-width: 1406px;
  width:100%;
  padding: 0 20px 100px !important;
  margin: 0 auto;
}
.best-seller-sec .colletion-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}
.best-seller-sec .container{
  padding: 0 !important;
}
.best-seller-sec .collection__title{
  text-align: left;
  padding: 0 !important;
  margin: 0 !important
}
.best-seller-sec .slider-buttons {
    gap: 15px;
    justify-content: right;
    display: none;
}
.best-seller-sec .slider-button{
  height: unset !important;
  width: unset !important;
}
.slider-component-full-width .slider--desktop .slider__slide:first-child{
  margin-left: 0 !important; 
}
.best-seller-sec .custom-slider-buttons button {
    cursor: pointer;
}
.best-seller-sec .custom-slider-buttons button svg path {
    fill: var(--grey);
}
.best-seller-sec .custom-slider-buttons button:active path,
.best-seller-sec .custom-slider-buttons button:focus path,
.best-seller-sec .custom-slider-buttons button:hover path{
  fill: var(--primary);
}
@media(max-width:1023px){
  .best-seller-sec h2{
    font-size:38px;
  }
  .best-seller-sec .colletion-heading{
    justify-content: center;
  }
  .best-seller-sec .collection__title {
    text-align: center;
  }
}
@media(max-width:767px){
.best-seller-sec .colletion-heading{
  margin:0 0 20px;
}
.best-seller-sec .colletion-heading{
  padding: 0 10px;
}
  .best-seller-sec .container{
    padding: 0 10px !important;
  }
  .best-seller-sec {
  padding: 0 0 40px !important;
  }
  .best-seller-sec h2{
    font-size:25px;
    line-height: 32px;
  }
  .best-seller-sec .collection__description p{
     line-height: 18px;
     font-size: 14px;
  }
   .best-seller-sec .collection__title {
    margin-bottom: 25px;
  }
  .best-seller-sec .collection__view-all{
    margin-top: 20px;
  }
  .best-seller-sec .price-item--regular{
    font-size: 14px;
    line-height: 20px;
  }
/*best seller css end  */
  
/*product detail page css start  */
.template-product .card .card__heading{
  border-bottom: 1px solid white !important;
}  
@media(mac-width:767px){
  .template-product .related-products {
    padding:40px 0 !important;
  }
}
/*product detail page css end  */
  
.customer .field input:focus ~ label {
    display: none !important;
}
.product-option {
  display: flex;
}
