/** Shopify CDN: Minification failed

Line 2567:18 Expected ":"

**/
.page-width{
  max-width: 1440px;
  padding: 0px 60px;
  margin: 0 auto;
}

.ProductForm__AddToCart{
  border-radius: 50px !important;
  border: 3px solid #E8C1BC;
  background: #E8C1BC !important;
   height: 50px;
  max-width: 370px;
  width: 100%;
}

/* button animation*/
.animate-btn {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: color 0.4s ease, border-color 0.4s ease;
  z-index: 1;
}

/* Create green background color layers from both sides */
.animate-btn::before, .animate-btn::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #143F48;
  transition: all 0.4s ease;
  z-index: -1;
}

.animate-btn::before {
  left: -50%; /* Initially hidden to the left */
}

.animate-btn::after {
  right: -50%; /* Initially hidden to the right */
}

/* On hover, expand the green color from both sides */
.animate-btn:hover::before {
  left: 0; /* Move from left */
}

.animate-btn:hover::after {
  right: 0; /* Move from right */
}
.animate-btn:hover {
  color: #FFFFFF !important;
}

/* animation tag */
/* Basic styling for the anchor tag */
.anchor-animation {
  text-decoration: none;
  transition: color 0.3s ease; /* Smooth transition for text color */
  position: relative;
  max-width: 110px;
  width: 100%;
}

/* Underline animation */
 .anchor-animation::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #E8C1BC; /* Color of the underline */
  transition: width 0.3s ease; /* Smooth transition for underline width */
} 

/* Hover effect */
.anchor-animation:hover {
  color: #E8C1BC; /* Change text color on hover */
}

.anchor-animation:hover::after {
  width: 100%; /* Underline grows to 100% width */
}
div#looxReviews{background:#D6ECD1;}
.about-us .marquee-slide img {
    max-height: 80px;
}
.about-us .marquee-slide {gap:40px;}
@media screen and (max-width:990px){
  .page-width{
    padding: 0px 25px;
  }
}
@media screen and (max-width:768px){
  .page-width{
    padding: 0px 16px;
  }

section#in-section .page-width {
    padding: 0 24px;
}


}

/*main-product*/
  .main-product .Product__Wrapper{
   max-width: 50% !important;
}
@media screen and (max-width:1440px){
.main-product{
  margin: 20px 30px 0px 30px;
}
}
.main-product .Product__InfoWrapper{
  max-width: 50% !important;
  width: 100% !important;
  padding-left: 60px !important;
} 
.main-product{
 padding-block-start: 0 !important;
}
.main-product .Product__Slideshow .flickity-viewport{
  border: 0.63px solid #CECECE;
  border-radius: 12px;
}
.ProductRecommendations .flickity-viewport{
  min-height: 440px;
}
.main-product .Product__Info {
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.main-product .Product__Gallery{
  margin: 0 !important;
} 
.main-product .ProductMeta__Title{
 color: #143F48;
 font-family: var(--secondary-font-family);
  font-size: 85px;
  font-style: normal;
  font-weight: 400;
  line-height: 58.3px;
  letter-spacing: -4.25px;
  text-transform: lowercase;
  padding-top: 20px;
  text-align:left;
}
.main-product .collapsable-tab-top{
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.main-product .collapsable-tab-heading{
  color: #143F48;
  font-family: var(--primary-font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.main-product .collapsable-tab-content p{
  color: #143F48;
  font-family: var(--primary-font-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.main-product .collapsable-tab-content{
  max-height:0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
  width: 100%;
}
.open{
  padding-top: 19px;
  opacity: 1;
  max-height: 100000px !important;
}
.main-product .collapsable-tab-main{
  border-bottom: 1px solid #CECECE;
  padding: 17px 10px;
}
.main-product .collapsable-tab-main:first-of-type {
   border-top: 1px solid #CECECE;
}
.main-product .Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNavImage{
  width: 103px !important;
  height: 100px;
  border: none;
}
.main-product .Product__SlideshowNav  .AspectRatio>img {
   border-radius: 6px;
}
.main-product .Product__SlideshowNav .is-selected img{
 border: 1.13px solid #143F48;
}
.main-product .flickity-prev-next-button.next {
    right: -10px;
  width: 30px;
  height: 30px;
}
.main-product .flickity-prev-next-button.previous {
    left: -10px;
   width: 30px;
  height: 30px;
}
.main-product .flickity-prev-next-button{
  top: 50% !important;
  transform: translateY(-50%);
  background: #E8C1BC;
}
.main-product  .flickity-prev-next-button svg{
  width: 11px;
  height: 11px;
}
.main-product .flickity-prev-next-button svg path{
  fill: #000000;
}
.main-product .main-image-bottom-reviews-image{
  max-width: 170px;
  width: 100%;
}
.main-product .product-bottom-reviews-main{
  display: flex;
  gap: 20px;
  background: #FFF;
  margin-left: 10px;
  padding: 16px 21px 16px 10px;
   border-radius: 8px;
}
.main-product .main-image-bottom-reviews-stars{
  display: flex;
}
.main-product .main-image-bottom-reviews-para p{
  color: #143F48;
  font-family: var(--primary-font-family);
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px; 
  letter-spacing: 0.15px;
  padding-top: 8px;
}
.main-product .main-image-bottom-reviews-name{
  color: #143F48;
  font-family: var(--primary-font-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 8px;
}
.main-product .main-image-bottom-reviews-check-text{
  display: flex;
  align-items: center;
  gap: 4px;
}
 .main-product .Product__Aside{
 /* min-height: 700px !important;*/
}  
.main-product .main-image-bottom-reviews-parent{
 background: rgba(232, 193, 188, 0.30);
  border-radius: 8px;
  border: 0.7px solid #CECECE;
  margin-top: 10px;
  display: none;
}
.main-product .ProductForm__Item{
  border: none;
  border-radius: 30px;
  background: #E8C1BC4D;
  padding: 17px 27px;
}
.main-product .ProductForm__OptionName{
  color: #143F48;
  font-family: var(--primary-font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  padding-right: 25px;
}
.main-product .ProductForm__SelectedValue{
  max-width: 100% !important;
  text-overflow: clip;
}
.main-product .ProductForm__Item .Icon--select-arrow {
  right: 25px;
}
.main-product .Icon--select-arrow polyline{
  width: 8px;
  height: 15px;
  stroke-width: 2.5px;
  stroke: #000;
}
.main-product .OptionSelector{
  background: white;
  border-radius: 10px;
}
.main-product .ProductMeta__PriceList{
  margin: 0;
}
.main-product .Popover__Value{
  font-family: var(--primary-font-family) !important;
}
.main-product .loox-rating-label{
  color: #143F48;
  font-family: var(--primary-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.069px;
  text-transform: capitalize;
}
.main-product .shopify-payment-button__more-options{
  margin: 0;
  color: #143F48;
  text-align: center;
  font-family: var(--primary-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
  padding-top: 14px;
}
.main-product .free-shipping{
  display: flex;
  align-items: end;
  gap: 27px;
  padding: 14px 0px 15px 55px;
}
.main-product .free-shippping-svg{
  display: flex;
}
.main-product .free-shipping-text p{
  margin: 0;
  color: #143F48;
  font-family: var(--primary-font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.main-product .free-shipping-text p strong{
  color: #143F48;
  font-family: var(--secondary-font-family);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.66px;
 text-transform: uppercase;
  background: #E8C1BC;
  padding: 9.5px 4px 6px 4px;
}
.main-product .option-heading{
 color: #143F48;
 font-family: var(--primary-font-family);
 font-size: 18px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 padding-bottom: 5px !important;
}
.main-product .ProductForm__Option{
  margin-top: 10px;
} 
.main-product .main-add-btn{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
.main-product .QuantitySelector{
  max-width: 118px !important;
  width: 100%;
  border-radius: 30px;
  background: rgba(232, 193, 188, 0.30);
  border: none;
  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  color: #143F48;
text-align: center;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
  padding: 6px 0px;
}
.main-product .QuantitySelector--large .QuantitySelector__Button {
    padding: 15px 15px !important;
}
.main-product .ProductForm__AddToCart{
  border-radius: 30px;
 background: #E8C1BC;
  color: #143F48;
  text-align: center;
  font-family: var(--primary-font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  border: none !important;
  padding: 16px;
  max-width: 100%;
  width: 100%;
}
.btn-form{
  width: calc(100% - 118px);
}
.m-v-stack{
  display: flex;
}
.main-product .ProductForm__AddToCart:before{
  background: none;
  border: none;
  transition: none;
  transform: none;
   border-radius: 30px;
}
.main-product .paypal-button{
  border-radius: 30px;
  background: #FCC601;
}
.main-product .main-image-bottom-reviews-check{
  display: flex;
}
.main-product .main-image-bottom-reviews-text{
  color: #143F48;
font-family: var(--primary-font-family);
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.11px;
text-transform: uppercase;
}
.main-product .ProductForm__Variants {
  margin-bottom: 16px !important;
}
.b-w-i-img{
  display: none;
}
.main-product .scroll-area{
      border: 0.63px solid #CECECE;
    border-radius: 12px;
}
.main-product  .loox-rating{
  margin: 0;
}
@media screen and (max-width:768px){
  .main-product .Product__Wrapper {
    max-width: 100% !important;
    padding: 0px 0px;
}
.main-product .scroll-area {
    width: 100%;
    margin: 0 auto;
}
.main-product .product {
   gap: 0px !important;
        display: flex;
        flex-direction: column;
}
.main-product .container{
  margin: 0px 0px;
}
.main-product .product-info {
  padding: 0px 16px;
}
.main-product .Product__Gallery{
  padding: 20px 16px 35px 16px;
  background: #F3DFDD;
}
.b-w-i-img{
  display: block;
  width: 100%;
}
.b-w-i-img img{
  width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: -1px;
    vertical-align: bottom;
}
.main-product .b-w-i-img{
   background: #F3DFDD;
}
.main-product .Product__InfoWrapper {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0px !important; 
}
.main-product .ProductMeta__Title{
  font-size: 60px;
  line-height: 45px;
  letter-spacing: -4.2px;
  padding-top: 14px;
  text-transform: lowercase;
}
.Product__SlideshowMobileNav{
  display: none !important;
}
.Product__SlideshowNav {
     display: block !important; 
}
.main-product .Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNavImage {
    width: 60px !important;
    height: 60px;
    border: none;
}
.main-product .Product__SlideshowNavScroller{
  margin-top: 20px;
}

.main-product .Product__SlideshowNav Product__SlideshowNav--thumbnails main-carousel{
  height: 60px !important;
}
.main-product .Product__SlideshowNav{
  height: 100%;
}
.main-product .flickity-prev-next-button.next {
    right: -14px;
    width: 24px;
    height: 24px;
}
.main-product .flickity-prev-next-button.previous {
    left: -14px;
    width: 24px;
    height: 24px;
}
.main-product .Product__Info  .Container{
  padding: 0 !important;
}
.main-product .loox-rating{
  margin-top: 20px;
    display: flex;
}
.main-product .loox-rating-label{
  font-size: 13px;
  line-height: 18px;
}
.ProductForm {
    margin-top: 16px;
}
.main-product .option-heading {
  font-size: 14px;
  padding-bottom: 0px !important;
}
.main-product .ProductForm__Option {
    margin-top: 5px;
}
.main-product .ProductForm__Item {
    border-radius: 50px;
    padding: 9px 10px;
 
}
.main-product .ProductForm__OptionName{
  font-size: 14px;
}
.main-product .QuantitySelector {
    max-width: 100% !important;
    height: 38px;
    width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 7px 15px;
}
.main-product .ProductForm__QuantitySelector{
  max-width: 100% !important;
    width: 100% !important;
}
.main-product .QuantitySelector--large .QuantitySelector__Button {
    padding: 8px !important;
}
.main-product .QuantitySelector--large .QuantitySelector__CurrentQuantity{
  width: 23px;
  color: var(--sec, #143F48);
text-align: center;
font-family: var(--primary-font-family);
font-size: 16.913px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.main-product .main-add-btn {
   flex-direction:column;
    gap: 6px;
  flex-direction: row;
}
.main-product .ProductForm__AddToCart{
  font-size: 15px;
  line-height: 22px;
  height: 40px;
  padding: 0px;
}
.main-product .ProductForm__Variants {
    margin-bottom: 10px !important;
}
.main-product .free-shippping-svg svg{
  width: 36px;
  height: 28px;
}
.main-product .free-shipping {
    gap: 12px;
    padding: 15px 0 0 0px;
  margin-bottom: 14px;
  align-items: start;
  padding-left: 15px;
}
.main-product .free-shipping-text p strong {
  font-size: 18px !important;
  line-height: 14px !important;
  padding: 9px 4px 6px 4px;
}
 .main-product .free-shipping-text p{
   font-size: 14px;
   line-height: 30px;
 } 
.main-product .collapsable-tab-heading{
  font-size: 16px;
}
.main-product .icon-plus{
  width: 16px;
  height: 16px;
}
.main-product .collapsable-tab-main {
  padding: 6px;
}
.main-product .collapsable-tab-content p {
  font-size: 14px;
  line-height: 17px;
}
.open {
    padding-top: 5px;
    opacity: 1;
}
.main-product .product-bottom-reviews-main{
  flex-direction: column;
    align-items: center;
  margin-top: 10px;
  margin-left: 0px;
}
.main-product .main-image-bottom-reviews-image {
  width: 200px;
}
.main-product .main-image-bottom-reviews{
  display: flex;
    flex-direction: column;
    align-items: center;
}
.main-product .main-image-bottom-reviews-para p {
    font-size: 13px;
    line-height: 17px;
    text-align: center;
}
.main-product .main-image-bottom-reviews{
  margin-top:8px;
}
.main-image-bottom-reviews-name {
  font-size: 13px;
}
.main-product .main-image-bottom-reviews-text{
font-size: 11px;
}
}

/*featured-product*/
.featured-product{
  margin-top: 30px;
}
.featured-product .SectionHeader{
  margin: 0 !important;
}
.custom-collection .loox-rating{
  min-height: 25px;
}
.featured-product .prose h2{
  color: #143F48;
  text-align: center;
  font-family: var(--secondary-font-family);
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -4.96px;
  /* text-transform: capitalize; */
  padding-bottom: 40px;
}
.featured-product .ProductItem__Info{
  margin-top: 15px !important;
}
.featured-product .loox-rating{
  display: flex;
  min-height: 25px;
}
.featured-product .ProductItem__Title{
  text-align: left;
  color: #143F48;
  font-family: var(--primary-font-family);
  font-size: 16.024px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.03px;
  padding-top: 6px;
  /* min-height: 45px; */
  text-transform: capitalize;
  letter-spacing: 0px;
  min-height: 60px;
}
    .featured-product .floating-controls-container>.floating-controls-container__control{
      display: block;
    }
.featured-product .c-n-btn .n-b, .featured-product .c-p-btn .p-b {
   box-shadow: none;
    border-radius: 42.969px !important;
    border: 0.859px solid #143F48 !important;
    background: #FFF !important;
    color: #143F48;
    width: 41px;
    height: 41px;
    background: none;
    box-shadow: none;
    outline: none;
    border: navajowhite;
  position: absolute;
    right: 0;
    top: 0px;
    right: 70px;
   display: flex;
  justify-content: center;
  align-items: center;
  transition: none;
}
.featured-product .floating-controls-container{
  position: unset;
}
.featured-product .c-p-btn .p-b {
   position: absolute;
    right: 0;
    top: 0px;
    right: 130px;
}
.featured-product .justify-items-center{
  justify-items: start;
  gap: 0px;
}
.featured-product .loox-icon{
color: #FDCC0D;
font-size: 15px;
}
.featured-product .product-card__quick-add-button{
  display: none;
}
.featured-product .product-card{
  gap: 15px;
}
.featured-product .loox-rating-content svg use{
  color: #FDCC0D;
}
.featured-product .loox-rating-label{
  color: #131B49;
  font-family: var(--primary-font-family);
  font-size: 15.899px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.036px;
}
.featured-product .ProductItem__PriceList{
  text-align: left;
  padding-top: 5px;
}
.featured-product .price-list .h6{
  color: #143F48;
  font-family: var(--primary-font-family);
  font-size: 16.024px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.03px;
  letter-spacing: 0.501px;
}
.featured-product .ProductForm__AddToCart{
  width: 100%;
  border-radius: 50px;
  margin-top: 25px;
    color: #143F48;
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 16.024px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    background: #E8C1BC;
    border: none;
  overflow: hidden;
  letter-spacing: 0px;
  text-transform: capitalize;
}
.ProductForm__AddToCart{
  overflow: hidden;
}
.featured-product .ProductForm__AddToCart::before{
  border-radius: 50px;
}
.featured-ahop-all-btn{
  margin: 0 auto;
    display: flex;
    max-width: 350px;
    width: 100%;
    height: 61px;
    justify-content: center;
    align-items: center;
    gap: 10.015px;
    border-radius: 10.015px;
    border: 1px solid #143F48;
    background: #FFF9F6;
    color: #143F48;
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 16.024px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
  margin-top: 50px;
}
.featured-product .ProductList{
  position: unset !important;
}
.featured-product{
  position: relative;
  border: none;
}
.featured-product .scroll-area{
  gap: 30px;
}
/* .featured-product .container{
  margin: 0px;
} */
.featured-product .shopify-product-form{
  display: none;
}
.featured-product .ProductList--carousel .flickity-prev-next-button.next {
        right: 96px !important;
        top: 5px;
}
.featured-product .ProductList--carousel .flickity-prev-next-button.previous {
        left: auto !important;
        top: 5px;
        right: 150px !important;
}
.featured-product .flickity-prev-next-button[disabled] {
    opacity: 1 !important;
}
.featured-product .flickity-prev-next-button{
  box-shadow: none;
  border-radius: 42.969px !important;
  border: 0.859px solid #143F48 !important;
  background: #FFF !important;
  color: #143F48;
}
.featured-product .ProductList--carousel .flickity-prev-next-button {
        width: 41px;
        height: 41px;
}
.features--show-price-on-hover .ProductItem__PriceList--showOnHover {
  opacity: 1 !important;
  }
.featured-product .ProductItem__Image{
  border-radius: 10px;
}
.main-product .QuantitySelector__CurrentQuantity{
  color: #143F48;
  text-align: center;
  font-family: var(--primary-font-family);
  font-size: 18px;
  font-style: normal;
 font-weight: 500;
  line-height: normal;
}
.featured-product{
  padding: 55px 0;
}
.featured-product .section-stack{
  gap: 0px;
}
@media screen and (max-width:768px){
  .featured-product .prose h2{
    font-size: 40px !important;
    letter-spacing: -2.8px !important;
    padding-bottom: 29px !important;
  }
  .featured-product .justify-items-center {
    justify-items: center;
    gap: 0px;
}
.featured-product .price-list .h6{
  font-size: 13px;
}
.featured-product .ProductItem__Title{
  font-size: 14px;
  min-height: 50px;
}
.featured-product .product-card{
  gap: 12px;
}
.c-p-btn, .c-n-btn{
  display: none;
}
.featured-ahop-all-btn {
  margin-top: 20px;
  font-size: 14px;
  line-height: 110%;
}
.featured-product .loox-rating {
    display: block;
}
.featured-product .ProductItem__Title {
    text-align: center;
}
.featured-product .ProductItem__PriceList {
    text-align: center;
}
.featured-product .Carousel__Cell{
  margin: 0;
}
.ProductList--carousel .Carousel__Cell:first-child{
  margin:  0 !important;
}
.ProductList--carousel .Carousel__Cell{
  width: 85% !important;
}
}

/* subscription block*/
.main-product .subscription-title-block {
    display: flex;
    justify-content: space-between;
    text-align: center;
    gap: 11px;
    border-bottom: 1.19px solid #0000001A;
  padding: 12.62px 21.38px 12.62px 17.62px;
}
.main-product .variant-picker{
  margin-top: 24px;
  gap: 10px !important;
}
.main-product .variant-picker__option-info{
  gap: 0px !important;
}
.product-info__block-item{
  margin: 0px !important;
}
.main-product .subscribe-block input,.onetime-block input {
    appearance: none;
}
.main-product .subscribe-block,.onetime-block{
  width: 100%;
}
.main-product .subscription-details, .onetime-block{
  position: relative;
}
.main-product .subscribe-block input,.onetime-block input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}
.onetime-left{
  display: flex;
    align-items: center;
    gap: 8px;
}
.checked-icon{
  display: none;
}
.sub-top-block{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
input[name="subscribe"]:checked + .new-checked-icon .checked-icon{
  display: inline;
  }
.subscription-content:has(input[name="subscribe"]:checked){
  background: #E8C1BC;
  }
input[name="subscribe"]:checked + .new-checked-icon .unchecked-icon{
  display: none;
}
.onetime-block:has(input[name="subscribe"]:checked) {
background: #E8C1BC;
}
.subscription-values {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.main-product .subscription-details {
    display: flex;
    justify-content: space-between;
    /* padding: 23px 0px 31px 0px; */
    height: max-content;
    transition: height 0.5s ease-in-out;
    overflow: hidden;
  
}
.main-product .subscription-details2 {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    height: 0px;
  /*height: fit-content;*/
  /*transition: height 0.5s ease-in-out;*/
}
.main-product p.subs-title {
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-weight: 600;
    line-height: 15.5px;
    letter-spacing: 0.9537313580513px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
  margin: 0;
}
.main-product span.greeen-title {
    font-family: var(--primary-font-family);
    font-size: 15.5px;
    font-weight: 600;
    line-height: 15.5px;
    letter-spacing: 0.9537313580513px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #00493B;
}
.main-product select.subs_plan_custom {
  width: 100%;
  padding: 7px 20px 8px 16px;
  box-sizing:border-box;
  border-radius: 20px;
  background: #FFF;
  border: none;
  position: relative;
  z-index: 2;
}
.new-s-drop{
  margin-top: 10px;
}
.main-product .subscribe-block {
    display: flex;
    align-items: center;
   gap: 8px;
    width: auto;
}
.sub-prices, .onetime-price{
  display: flex;
    gap: 10px;
    color: #143F48;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.price-w-o-s{
  text-decoration-line: line-through;
  color: #8C8C8C;
}
.main-product .onetime-block{
  display: flex;
  justify-content: start;
  align-items: center;
  max-width: 100%;
  width: 100%;
  padding: 17px 30px 17px 26px;
  gap: 16px;
  border-radius: 17px;
 background: rgba(232, 193, 188, 0.30);
  border-radius: 30px;
  border: 1px solid #CECECE;
  border: none;
  justify-content: space-between;
}
.main-product .onetime-block label{
  color: #143F48;
  text-align: center;
  font-family: var(--primary-font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.main-product .subscribe-block label p{
  font-family: var(--primary-font-family);
  font-size: 20px;
   font-weight: 500;
   line-height: 18px;
  text-align: left;
   text-underline-position: from-font;
   text-decoration-skip-ink: none;
    color: #143F48;
}
.main-product .subscribe-block label p strong{
  font-weight: 600;
}
.main-product .subscribe-block label span{
  font-family: var(--primary-font-family);
  font-size: 16px;
   font-weight: 500;
   line-height: 18px;
  text-align: left;
   text-underline-position: from-font;
   text-decoration-skip-ink: none;
    color: #57B11F;
}
.main-product .onetime-block{
   font-family: var(--primary-font-family);
   font-size: 16px;
   font-weight: 500;
    line-height: 18px;
    text-align: left;
   text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
}
.main-product .subscription-block-content ul{
  display: flex;
  flex-direction:column;
  gap: 10px;
}
.main-product .subscription-block-content ul li{
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
 }
.main-product .li-text{
  font-family: var(--primary-font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.238432839512825px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #00493B;
  margin: 0;
}
.main-product .li-text p{
  margin: 0;
}
.main-product .subscription-block-content ul{
  margin: 0;
}
.main-product .subscription-block-content ul li{
  margin: 0;
}
.main-product .subscription-block-content {
  padding-top: 19px;
  display: none;
}
.main-product .select.subs_plan_custom:focus{
  border: none;
  outline: none;
  box-shadow: none;
}
.main-product .subs_plan_custom{
  font-family: var(--primary-font-family);
  font-size: 16px; 
  font-weight: 500;
  line-height: 18.36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #00493B;
  letter-spacing: -1px;
}
.main-product .new-checked-icon{
display: flex;
}
.main-product .subscription-content{
  width: 100%;
  background: rgba(232, 193, 188, 0.30);
  padding: 30px 30px;
  border: 1px solid #CECECE;
  border-radius: 10px;
  border: none;
}
.main-product .purchasing-option{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}
.main-product .subscription-block-heading{
  color: #143F48;
  font-family: var(--primary-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.main-product .after-before-img img{
  max-width: 299.127px;
  max-height: 228.106px;
  aspect-ratio: 299.13/228.11;
}
.main-product .after-before-main{
  display: flex;
  gap: 12px;
  padding-top: 18px;
}
.main-product .before-after-heading{
  margin: 0;
  color: #143F48;
  text-align: center;
  font-family: var(--secondary-font-family);
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -3.04px;
  text-transform: capitalize;
  text-align: left;
}
.main-product .before-after{
  margin-top: 30px;
}
.li-svg{
  display: flex;
}
.main-pur-option{
      display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}
select.subs_plan_custom:focus-visible {
    outline: none;
}
@media screen and (max-width:768px){
   .main-product .subscription-details {
    display: flex;
    flex-direction: column;   
    justify-content: space-between;
    /* padding: 17px 21px 29px 18px; */
}
.subscription-block-content{
  display: none;
}
.main-product .subs_plan_custom{
  font-size: 14px;
}
.main-pur-option{
      display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}
  .main-product .subscription-block-heading{
    font-size: 14px;
  }
.main-product .subscription-content {
  padding: 17px 7px 17px 15px;
}
.main-product .subscribe-block label p{
  font-size: 14px;
  line-height: normal;
}
  .main-product .greeen-title{
    text-wrap: nowrap;
  }
  .main-product .subscription-details2 {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    height: 0px;
  /*height: fit-content;*/
  /*transition: height 0.5s ease-in-out;*/
}
  .main-product .subscription-values {
    display: flex;
    flex-direction: row;
    align-items: center; 
    gap: 14px;
    justify-content: space-between;
    padding-top: 20px;
}
  .span.greeen-title {
    font-size: 14px;
  }
.main-product .li-text {
    font-size: 10px;
  line-height: normal
  }
.main-product .li-svg svg{
    width: 15px;
    height: 15px;
  }

.main-product .subscription-title-block {
    display: flex;
    justify-content: space-between;
    text-align: center;
    gap: 12px;
    border-bottom: 1.19px solid #0000001A;
    padding: 12.62px 20px 28.62px 17.62px;
    flex-direction: column;
}
.main-product .subscribe-block, .main-product .onetime-block {
    justify-content: start;
    max-width: auto;
    width: auto;
  }
.main-product .onetime-block{
  padding: 11px 16px;
  gap: 8px;
  justify-content: space-between;
}
.sub-prices, .onetime-price{
  font-size: 14px;
}
.price-w-o-s{
  font-size: 12px !important;
}
.main-product .onetime-block label{
  font-size: 14px;
}
.main-product .before-after {
    margin-top: 24px;
}
.before-after-heading{
  display: none;
}
.main-product .after-before-main{
  padding-top: 0;
}
.after-before-main > *:first-child {
  display: none;
}
.main-product .after-before-img{
  width: 100%;
}
.main-product  .after-before-img img{
  max-width: 100%;
}
.ingridients-points{
  max-width: 100%;
}

header#c-hdder .menu{
  max-width:430px; width:100%; transition:all ease-in-out 0.5s; left:-430px;min-height:93vh; display:flex; padding: 24px;}
  header#c-hdder .menu.active{left:0;}
  body.menu-open main#main{position:relative}
body.menu-open main#main:before{
  content:"";
  width:100%; height:100%;
  position:absolute; top:0; left:0;
   backdrop-filter: blur(5px);
z-index:2;
}

header#c-hdder .header-left ul.menu li.menu-item{padding:0px;}
}

/* annoucment bar */
.AnnouncementBar__Content{
text-align: center;
font-style: normal;
line-height: normal;
letter-spacing: 0.5px !important;
font-family: InterCustom, sans-serif !important;
font-size: 14px;
font-weight: 100;
}
.AnnouncementBar__Wrapper{
  display: flex;
}
.AnnouncementBar__Wrapper{
  position: relative;
}
.annoucment-pre-btn{
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  cursor: pointer;
}
.annoucment-next-btn{
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
   display: flex;
  cursor: pointer;
}
.AnnouncementBar__Wrapper{
  max-width: 580px;
  margin: 0 auto;
}
.AnnouncementBar{
  padding: 1.5px 11px;
}
/* header */
.Header__Wrapper{
  background: #E8C1BC;
}
.home-page .Header__Wrapper, .product-page .Header__Wrapper{
  background: #FFF9F6;
  box-shadow: none;
}
.d-menu{
  display: flex;
    align-items: center;
    gap: 10px;
}
.HorizontalList__Item[aria-haspopup="true"] > a{
  display: flex;
  align-items: center;
  gap: 10px;
}
.Header__Wrapper > *:first-child {
  padding: 0px 0px 0px 20px;
}
.Header__Wrapper .c-menu{
  color: #143F48;
  font-size: 20.18px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.5px; /* 96.63% */
  letter-spacing: 0px !important;
  font-family: InterCustom, sans-serif !important;
  font-size: 14px;
  font-weight: 100;
}
.Header__Wrapper .DropdownMenu  a{
   font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 6px; /* 96.63% */
  text-transform: capitalize;
}
.Header__Wrapper .DropdownMenu .Linklist{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.Header__FlexItem--fill:last-child{
  gap: 20px;
    align-items: center;
}
.Header__Icon+.Header__Icon {
        margin-left: 0 !important;
}
  .Header__Icon .Icon--cart-desktop {
        height: 21px;
        width: 21px;
    }
.Header__Icon .Icon--search-desktop{
  top: 0px !important;
}
.account-svg{
  width: 18px;
  height: 18px;
}
.Icon.Icon--search-desktop {
    width: 18px;
    height: 18px;
}
.Icon.Icon--cart-desktop {
    width: 18px;
    height: 18px;
}
.d-menu svg {
    width: 9px;
}
.faq-page{
  color: #143F48;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.5px;
  letter-spacing: 0.5px;
  font-family: InterCustom, sans-serif !important;
  font-size: 14px;
  font-weight: 100;
}
.header__dropdown-menu a {
    font-size: 14px;
    font-family: InterCustom, sans-serif !important;
    font-weight: 100;
}
.collab-page{
      color: #143F48;
    /* font-family: var(--primary-font-family); */
    font-size: 20.18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.5px;
    letter-spacing: 0px !important;
    font-family: InterCustom, sans-serif !important;
    font-size: 14px;
    font-weight: 100;
}
.Header__Wrapper .HorizontalList{
  display: flex;
  gap: 20px;
}
.Header__Wrapper .HorizontalList__Item{
  margin: 0 !important;
  display: flex;
}
.Icon--search, .Icon--search-desktop {
  fill: none !important;
}
.account-mbl{
  display: none;
}
.Header__Icon .Icon--nav {
    height: 28px;
    width: 28px;
}

@media screen and (max-width:768px){
  /*.faq-page{
    display: none;
  }*/
  .collab-page, .faq-page{
    display: none;
  }
  .Icon--search-desktop{
    width: 20px;
    height: 20px;
  }
  .Icon--cart-desktop{
    width: 20px;
    height: 20px;
  }
  .header__primary-nav {
    gap: 5px !important;
  }
.account-mbl{
  display: flex !important;
}
.Header__Wrapper .Header__FlexItem{
  display: flex;
  gap: 10px;
}
.account-mbl svg{
  width: 18px;
  height: 17px;
}
.AnnouncementBar__Content{
  font-size: 10px;
  letter-spacing: 0.3px !important;
} 
.AnnouncementBar__Wrapper{
  max-width: 335px;
}
}


/* other */
.Collapsible__Button, .Text--subdued{
  font-family: var(--primary-font-family);
}


/* collection page */
.custom-collection .CollectionToolbar{
  box-shadow: none !important;
}
.custom-collection{
  margin-bottom: 50px;
}
.custom-collection .CollectionToolbar__Item{
  border: none;
  color: #000;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18.413px; /* 131.523% */
display: flex;
  gap: 6px;
  align-items: center;
  padding: 0px 0px;
}
.custom-collection .CollectionToolbar__Item span{
  display: flex;
  align-items: center;
}
.custom-collection .CollectionInner {
  margin-top: 47px;
}
 .collection-title{
  color: #143F48;
    text-align: center;
    font-family: var(--secondary-font-family);
    font-size: 62px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -4.96px !important;
}
.collection-header{
  margin: 62px 0px 0px 0px;
}
.collection-tabs{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
.collection-tabs-btn{
  border-radius: 6px;
  border: 1px solid #000;
  padding: 13.554px 30px;
  color: #143F48;
  text-align: center;
  font-family: var(--primary-font-family);
  font-size: 16.681px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.collection-des{
  color: #143F48;
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    /* padding-top: 16px; */
    max-width: 904px;
    margin: 0 auto;
}
.custom-collection .CollectionToolbar{
  display: flex;
  flex-direction: row;
  padding: 0px 0px;
  margin-top: 47px;
}
.collection-items{
  color: #000;
  font-family: var(--primary-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.351px;
}
.custom-collection .loox-rating-label{
  color: #131B49;
  font-family: Inter;
  font-size: 15.899px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.036px;
}
.custom-collection .ProductItem__Info{
  margin-top: 15px;
}
.custom-collection .ProductItem__Title{
  /* margin: 8px 0px 8px 0px; */
  color: #143F48;
  font-family: var(--primary-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 111.28% */
  /* text-transform: capitalize; */
 
  letter-spacing: 0px;
}
.custom-collection .cstm-c-content{
  gap: 8px;
}
.custom-collection .product-card{
  gap: 15px;
}
.custom-collection .ProductItem__Price .text-subdued{
  color: #143F48;
  text-align: center;
  font-family: var(--primary-font-family);
  font-size: 15.024px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.03px; /* 125% */
  letter-spacing: 0.501px;
}
.custom-collection .ProductItem__Image{
  border-radius: 10px;
}
.custom-collection .add_to_cart_col{
  margin-top: 15px;
}
.custom-collection .ProductForm__AddToCart{
  max-width: 307px;
  width: 100%;
  border-radius: 50px;
  /* border: 3px solid #E8C1BC; */
  background: #E8C1BC;
  color: #143F48;
  text-align: center;
  font-family: var(--primary-font-family);
  font-size: 16.024px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  height: 50px;
  outline: none;
  border: none;
  text-transform: capitalize;
  letter-spacing: 0px;
}
.custom-collection .ProductForm__AddToCart::before{
  border-radius: 50px;
    border: none;
    box-shadow: none;
    outline: none;
}
.collection-page .Header__Wrapper{
  background: #E8C1BC;
}
.collection-page #collection-sort-popover{
  background: #E8C1BC;
  border-radius: 15px;
}
.collection-page .Popover__Value{
  font-family: var(--primary-font-family);
    color: #143F48;
    font-size: 14px;
    font-weight: 500;
}
.custom-collection .ProductList{
  padding: 0;
}
.custom-collection .Pagination__NavItem{
  border-bottom: none;
    color: rgba(0, 0, 0, 0.50);
text-align: center;
font-family: var(--primary-font-family);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 166.667% */
  padding: 0px;
}
.custom-collection .Pagination__NavItem svg{
  width: 20px;
  height: 17px;
}
.custom-collection .Pagination__Nav{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.custom-collection .Pagination__NavItem.is-active{
  border-bottom: none;
  box-shadow: none;
  border-radius: 8px;
    background: rgba(0, 0, 0, 0.06);
 padding: 10px 20px;
}
.custom-collection .Pagination{
  margin: 70px 0px 0px 0px;
}
.custom-collection .product-list{
  row-gap: 55px;
  column-gap: 30px;
  justify-content: center;
}
@media screen and (max-width:768px){
  .collection-header {
    margin: 15px 0 0;
}
.custom-collection .cstm-c-content {
  gap: 8px;
}

  
.custom-collection{
  margin-bottom: 30px;
}
.custom-collection .loox-rating {
    min-height: 20px;
}
.collection-title{
  font-size: 40px !important;
  letter-spacing: -2.8px !important;
  line-height: normal;
}
.collection-items {
  font-size: 14px;
  color: #6A6A6A;
}
.collection-tabs{
  overflow-x: auto;
  justify-content: start;
  margin: 21px auto 0;
}
.collection-tabs-btn{
  font-size: 15px;
    white-space: nowrap;
  padding: 12px 20px;
}
.collection-des{
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.293px;
  padding-top: 21px;
}
.custom-collection .CollectionToolbar{
  flex-direction: row-reverse;
  margin-top: 24px;
}
.custom-collection .CollectionInner {
    margin-top: 24px;
}
.custom-collection .loox-rating-label{
  font-size: 8px;
  line-height: 13px;
}
.custom-collection .ProductItem__Title{
  font-size: 12px;
  line-height: 16px;
  margin: 0px 0px 0px 0px;
  min-height: 0px;
}
.custom-collection .ProductItem__Price .text-subdued {
  font-size: 10px;
  font-weight: 500;
line-height: 11.118px; /* 102.093% */
letter-spacing: 0.278px;
}
.custom-collection .ProductItem__Price{
  font-size: 11px;
   line-height: 11px;
}
.custom-collection .ProductForm__AddToCart{
  font-size: 8px;
  height: 27px;
}
.collection-tabs::-webkit-scrollbar {
  display: none;
}
.custom-collection .add_to_cart_col {
    margin-top: 8px;
}
.custom-collection .Pagination__NavItem {
  font-size: 12px;
}
.custom-collection .Pagination__NavItem svg {
    width: 12px;
    height: 11px;
}
.custom-collection .Pagination__NavItem.is-active {
    padding: 5px 15px;
}
.custom-collection .Pagination__Nav {
    gap: 30px;
}
.custom-collection .Pagination {
    margin: 40px 0 0;
}
.custom-collection .product-list {
    row-gap: 20px;
    column-gap: 10px;
    justify-content: center;
}
.custom-collection .product-card {
    gap: 8px;
    width: (50% - 15px) !important;
}
}

/* faq pages */

 .custom-faq-page .SectionHeader__Heading{
  color: #143F48;
  text-align: center;
  font-family: var(--secondary-font-family);
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -4.96px;
  text-transform: capitalize;
}
.custom-faq-page .PageContent, .custom-faq-page .zifyfaq-wrapper{
 max-width: 100% !important;
 padding: 0 !important;
 margin: 0 auto !important;
}
.custom-faq-page .tt-hint{
  background: transparent !important;
}
.custom-faq-page .tt-input{
  border-radius: 225px !important;
  border: 1px solid #000 !important;
  color: #143F48;
  font-family: var(--primary-font-family);
  font-size: 18.75px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 20px;
}
.custom-faq-page .panel-group .cd-faq-group {
    margin-bottom: 0px !important;
    margin-top: 50px !important;
}
.custom-faq-page .cd-faq-group h3{
   margin: 0 !important;
  color: #143F48 !important;
  font-family: var(--secondary-font-family) !important;
  font-size: 62px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: -4.96px !important;
  text-transform: capitalize !important;
  padding-bottom: 20px;
}
.custom-faq-page .bootstrap-zify .panel-heading a:after, .custom-faq-page .bootstrap-zify .panel-heading a.collapsed:after {
    left: 15px !important;
    top: 12px !important;
    color: #474747;
     background-color: transparent !important; 
     border: none !important;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-faq-page .zify-faq-question a{
  padding: 20px 20px 20px 55px !important;
  color: #143F48 !important;
    font-family: var(--primary-font-family);
    font-size: 18.75px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.custom-faq-page .panel-default, .custom-faq-page .panel-heading{
  background-color: transparent !important;
  background: transparent !important;
  border-radius: 0px !important;
}
.custom-faq-page .zify-faq-question a{
  background-color: rgba(232, 193, 188, 0.30) !important;
  border-radius: 20px 20px 0px 0px;
}
.custom-faq-page .collapsed{
   border-radius: 220px !important;
}
.custom-faq-page .zify-faq-answer{
 background-color: rgba(232, 193, 188, 0.30) !important;
 border-radius: 0px 0px 20px 20px;
}
.custom-faq-page .zify-faq-answer p{
  color: #143F48 !important;
  font-family: var(--primary-font-family);
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.faqs .Header__Wrapper{
  background: #E8C1BC;
}
.custom-faq-page .PageHeader{
  margin: 30px 0px !important;
}
.custom-faq-page .bootstrap-zify .panel-group .panel{
  margin: 0px 0px 24px 0px !important;
}
.collection{
 margin: 0 !important;
}
@media screen and (max-width:768px){
.custom-faq-page .SectionHeader__Heading{
  font-size: 40px !imortant;
  line-height: normal;
  letter-spacing: -3,2px !imortant;
}
.custom-faq-page .PageHeader{
  margin: 8px 0px 16px 0px !important;
}
.custom-faq-page .tt-input {
    border-radius: 60px !important;
    font-size: 12px !important;
    line-height: 5px;
   padding-left: 40px !important;
  height: 40px !important;
}
.custom-faq-page .zify-search-icon svg{
  width: 17px;
  height: 18px;
}
.custom-faq-page .cd-faq-group h3 {
    font-size: 40px !important;
    letter-spacing: -3.2px !important;
}
.custom-faq-page .zify-faq-question a {
  padding: 14px 14px 14px 43px !important;
    font-size: 12px !important;
   line-height: normal;
}
.custom-faq-page .bootstrap-zify .panel-heading a:after, .custom-faq-page .bootstrap-zify .panel-heading a.collapsed:after {
    left: 4px !important;
    top: 51% !important;
    color: #474747;
    transform: translateY(-51%);
    background-color: transparent !important;
    border: none !important;
    font-size: 12px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    border-radius: 50%;
    transition: all .3s ease 0s;
}
.custom-faq-page .bootstrap-zify .panel-heading:hover a:after, .custom-faq-page .bootstrap-zify .panel-heading:hover a.collapsed:after {
    transform: translateY(-51%) !important;
}
.custom-faq-page .bootstrap-zify .panel-group .panel{
  margin: 0px 0px 15px 0px !important;
}
}

/* blog page*/

.main-blog-page .h2{
  color: #143F48;
  text-align: center;
  font-family: var(--secondary-font-family);
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -4.96px;
  text-transform: capitalize;
}
.main-blog-page .blog-post-card__title{
  color: #143F48;
  font-family: var(--primary-font-family);
  font-size: 18px;
 font-style: normal;
 font-weight: 500;
 line-height: 20.969px; /*116.494% */
 margin: 0px 0px 8px 0px;
  text-transform: capitalize;
  letter-spacing: 0px;
  
}
.main-blog-page .ArticleList .Grid__Cell {
        margin-bottom: 68px;
}
.main-blog-page .Grid--m>.Grid__Cell {
        padding-left: 30px;
}
.main-blog-page .ArticleList .Grid__Cell {
    margin-bottom: 68px;
}
.main-blog-page .blog-post-card__excerpt{
  color: #143F48;
  font-family: var(--primary-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.69px;
}
.main-blog-page .ArticleItem__Link{
  color: #E8C1BC;
  text-decoration: underline;
}
.main-blog-page .ArticleItem__ImageWrapper{
border-radius: 8px;
}
.blog-image-parent{
  position: relative;
  overflow: visible !important;
}
.main-blog-page  .Pagination{
  margin: 24px 0px 24px 0px !important;
}
.main-blog-page .ArticleListWrapper{
  max-width: 1006px;
}
.main-blog-page .Pagination__NavItem{
  color: #454545;
  text-align: center;
  font-family: var(--primary-font-family);
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 13px;
}
.main-blog-page .ArticleItem__Content{
  margin: 0 !important;
}
.main-blog-page .PageHeader{
  margin: 34px 0px 40px 0px !important;
}
.blog-page .Header__Wrapper{
  background: #E8C1BC;
}
.blog-page-btn{
  display: flex;
  justify-content: center;
    align-items: center;
 width: 49.186px;
 height: 49.186px;
 flex-shrink: 0;
 border-radius: 6830.714px;
 background: #FFF;
}

.blog-page-btn{
  position: absolute;
  bottom: -22px;
  right: 20px;
}
@media screen and (max-width:768px){
  .main-blog-page .h2 {
    font-size: 40px;
    letter-spacing: -3.2px;
  }
.main-blog-page .PageHeader{
  margin: 14px 0px 24px 0px !important;
}
.main-blog-page .Grid--m>.Grid__Cell {
    width: 50%;
    padding-left: 9px;
}
.main-blog-page .Grid--m {
   margin: 0 !important;
}
.main-blog-page .ArticleItem__ImageWrapper {
    border-radius: 4px;
}
.main-blog-page .blog-post-card__title {
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 4px;
}
.main-blog-page .blog-post-card__excerpt {
  font-size: 12px;
  line-height: 14px;
}
.main-blog-page .ArticleList .Grid__Cell {
    margin-bottom: 20px;
}
.ArticleListWrapper {
     margin: 0 auto 0px auto; 
}
.blog-page-btn {
  bottom: -18px;
  width: 38px;
  height: 38px;
}
}


/* overall */
.section-header .h2{
  color: #143F48;
text-align: center;
font-family: var(--secondary-font-family) !important;
font-size: 62px !important;
font-style: normal;
font-weight: 400 !important;
line-height: normal;
letter-spacing: -5px !important;
  text-transform: capitalize !important;
}
.login-card__logo a{
  color: #143F48;
text-align: center;
font-family: var(--secondary-font-family);
font-size: 62px !important;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -2px !important;
}
.PageContent p,  .ui-subheading--subdued{
  color: #143F48;
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.prose strong{
  font-weight: 700
   color: #143F48;
}
.Form__Input, .Form__Textarea{
  color: var(--sec, #143F48);
font-family: var(--primary-font-family);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.PageContent{
  font-family: var(--primary-font-family);
}
.Article__Wrapper h1{
  color: var(--sec, #143F48);
  leading-trim: both;
  text-edge: cap;
font-feature-settings: 'liga' off, 'clig' off;
font-family: var(--secondary-font-family);
font-size: 62px !important;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -4.96px !important;
text-transform: capitalize;
}
.Article__Wrapper h3{
  color: var(--sec, #143F48);
leading-trim: both;
text-edge: cap;
font-feature-settings: 'liga' off, 'clig' off;
font-family: var(--secondary-font-family);
font-size: 46px !important;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -3.68px !important;
text-transform: capitalize;
}
.Article__Wrapper p{
  color: #143F48;
font-family: var(--primary-font-family);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 16.69px; /* 119.213% */
}
@media screen and (max-width:768px){
  .SectionHeader__Heading, .Article__Wrapper h1{
    font-size: 40px !important;
    letter-spacing: -3.2px !important;
  }
  .PageContent p{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.293px;
  }
.Article__Wrapper h3{
  font-size: 24px !important;
  letter-spacing: -1.68px !important;
}
}
.CollectionItem__Content .SectionHeader__Heading{
  font-size: 30px !important;
  line-height: normal;
  letter-spacing: 1px !important;
}
.CollectionItem__Content .SectionHeader__ButtonWrapper{
  text-align: center;
}
.CollectionItem__Content .SectionHeader__ButtonWrapper a{
  font-family: Poppins;
}
.Header__CartDot {
    top: 0px;
    right: -3px;
}
/* .Button--secondary::before {
  background-color: #143F48 !important;
   color: #FFFFFF !important;
} */

/* bundle styling*/
.b-v-p .block-swatch{
  border: none;
  background: rgba(232, 193, 188, 0.30);
  border-radius: 20px;
  color: #143F48;
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
display: flex;
align-items: center;
gap: 10px;
justify-content: center;
padding: 15px 6px;
flex: 1;
}
.b-v-p :checked+.block-swatch{
  border: 1px solid #143F48;
    background: #E8C1BC;
}
.c-bundle{
  display: flex;
    align-items: center;
    gap: 10px;
}
/* .HorizontalList__Item:has(input:checked) label{
 border: 1px solid #143F48;
  background: #E8C1BC;
}
.HorizontalList__Item:not(:has(input:checked)) label {
  border: none;
  background: #E8C1BC4D;
} */
.SizeSwatchh.is-active::after, .SizeSwatch__Radio:checked+.SizeSwatch{
   border: 1px solid #143F48;
  background: #E8C1BC;
}
.custom-bundle ul{
  display: flex;
  align-items: center;
}
.custom-bundle ul li{
  flex: 1;
}
.custom-sizeswatch img{
  height: 60px;
}
.metafield-rich_text_field p{
color: #143F48;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.metafield-rich_text_field ul{
 display: flex;
 flex-wrap: wrap; 
 margin-top: 10px;
}
.metafield-rich_text_field ul li{
  width: calc(50% - 25px);
  color: #143F48;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.benifits-meta-text{
  margin-top: 18px;
}
.main-product .product-gallery{
  position: sticky;
    top: 80px;
    right: 0;
    gap: 12px;
}
.main-product .product-gallery__thumbnail{
  position: relative;
    width: 103px !important;
    border: none;
}
.main-product .product-gallery__thumbnail-scroller{
  display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
   gap: 8px;
}
.main-product .product{
  gap: 55px;
}
.main-product .object-contain{
  border-radius: 7px;
}
.product-gallery__thumbnail[aria-current=true] {
    border-radius: 6.806px !important;
    border: 1.134px solid #143F48 !important;
    background: #FFF;
}
.main-product .product-gallery__zoom-button{
  display: none;
}
.cstm-scroll .tap-area{
  display: flex !important;
  width: 30px;
height: 30px;
border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E8C1BC;
}
.cstm-scroll .tap-area svg{
      width: 12px;
    height: 13px;
}
.flickity-prev{
  position: absolute !important;
    bottom: 40px;
    z-index: 99;
    left: -15px;
}
.flickity-next{
  position: absolute !important;
    bottom: 40px;
    z-index: 99;
  right: -15px;
}
.main-product  .product-gallery__thumbnail-list{
  overflow: hidden;
}
.c-bundle img{
  height: 60px;
}
@media screen and (max-width:768px){
  .metafield-rich_text_field ul li {
    width: 50%;
    font-size: 14px;
}
.metafield-rich_text_field p{
  font-size: 16px;
  line-height: 25px;
}
.main-product .product-gallery__thumbnail {
    width: 60px !important;
}
.metafield-rich_text_field ul{
  row-gap: 5px;
}
.cstm-scroll .tap-area {
    width: 24px;
    height: 24px;
}
.cstm-scroll .tap-area svg {
    width: 10px;
    height: 10px;
}
.flickity-prev {
    position: absolute !important;
    bottom: 52px;
    z-index: 99;
    left: 7px;
}
.flickity-next{
   bottom: 52px;
    z-index: 99;
    right: 7px;
}
.c-bundle{
  display: flex;
  flex-direction: column;
    gap: 13px;
}
.benifits-meta-text {
    margin-top: 9px;
}
.bundle-options .HorizontalList__Item label{
  flex-direction: column;
  font-size: 13px;
}
.custom-sizeswatch img {
    height: 40px;
}
.main-product .product-gallery{
  position: relative;
   padding: 20px 16px 35px 16px;
  background: #F3DFDD;
  width: 100%;
  overflow: hidden;
  top: 0;
  
}
.Header__Wrapper>*:first-child {
    padding: 0 0 0 0px;
}
.main-product {
    margin: 0px 0px 0;
}

}
.flickity-page-dots{
display: none !important;
}
.Product__SlideshowNav {
    display: block !important;
}
@media screen and (max-width:1024px){
  .main-product .Product__Wrapper {
    max-width: 100% !important;
}
.main-product .Product__Gallery {
    position: unset;
    top: 80px;
    right: 0;
}
.main-product .Product__InfoWrapper {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0px !important;
}
.Product__SlideshowMobileNav {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 20px 24px 0 24px;
}
}
.AnnouncementBar__Wrapper{
  padding: 9px 0px 7px 0px !important;
}
@media screen and (max-width:768px){
  .AnnouncementBar__Wrapper{
   padding: 13px 0px 12px 0px !important;
    text-transform: capitalize !important;
}
.main-product .Product__InfoWrapper{
      padding: 0px 16px !important;
}
}
    .ProductForm__AddToCart:hover{
      color: #143F48 !important;
       background-color: #E8C1BC !important;
       background-
    }

/* cart drawer */
.custom-cart-new .Drawer__Title{
     color: #143F48;
    font-family: Poppins !important;
    text-align: center;
    font-family: p;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1px;
    text-align: left;
    line-height: 20px;
}
.custom-cart-new .gap-2{
  gap: 5px !important;
}
.custom-cart-new .Icon--close path{
  color: #143F48;
}
.custom-cart-new .CartItem__Title a, .custom-cart-new .Cart__Taxes, .custom-cart-page .CartItem__Title{
  color: #143F48;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.969px;
}
.custom-cart-new .CartItem__Variant, .custom-cart-new .CartItem__Price, .custom-cart-page .CartItem__Price, .custom-cart-page .CartItem__Variant{
  color: #143F48;
    font-family: Poppins;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
  text-align: left;
}
.custom-cart-page .CartItem__Price{
  font-size: 14px;
  line-height: 15px;
}
.custom-cart-new .CartItem__Price{
  opacity: 0.7;
}
.custom-cart-new .CartItem__Actions{
  margin-top: 10px;
}
.custom-cart-new .CartItem__Remove, .custom-cart-page .CartItem__Remove{
  color: #E8C1BC;
    font-family: Poppins;
    font-size: 12.18px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.5px;
}
.custom-cart-new .QuantitySelector, .custom-cart-page .QuantitySelector{
  height: 30px;
}
.custom-cart-new .Cart__Checkout, .Cart__Footer .Cart__Checkout, .ProductForm__AddToCart, .CollectionItem__Link{
  color: var(--sec, #143F48);
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 120% */
text-transform: uppercase;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-drawer__footer .ProductForm__AddToCart{
  color: var(--sec, #143F48);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 50px;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 30px !important;
    background: rgba(232, 193, 188, 0.30) !important;
    height: 50px;
    align-items: center;
  border: none;
}
.custom-cart-new .Cart__Checkout:before, .Cart__Footer .Cart__Checkout:before, .ProductForm__AddToCart, .CollectionItem__Link:before{
  border-radius: 50px;
   overflow: hidden;
   background: transparent;
}
.Cart__HeadItem, .link-faded-reverse{
  color: #143F48;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.CartItem__Property, .custom-cart-new .text-subdued{
  color: #143F48 !important;
    font-family: Poppins !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    text-align: left !important;
  opacity: 0.8 !important;
  text-transform: lowercase !important;
  letter-spacing: 0px !important;
}
.Header__CartDot{
  box-shadow: none;
  width: 11px;
  height: 11px;
  background-color: #143F48;;
}
.CartItem {
    display: table;
    table-layout: fixed;
    margin: 15px 0;
    width: 100%;
}
.Cart__Empty{
  color: var(--sec, #143F48);
    font-family: Marykate !important;
    font-size: 35px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.96px !important;
    text-transform: capitalize;
}
.loox-rating .loox-icon {
    color: #eba79b;
}



/* sticly btn */
.s-b-top img {
    width: 69px;
    height: 55px;
    object-fit: cover;
}
.s-b-top {
    display: flex;
    gap: 8px;
    align-items: center;
}
.sticky-add-btn {
    display: flex
;
    max-width: 330px;
    padding: 20px;
    flex-direction: column;
    /* align-items: flex-start; */
    /* gap: 10px; */
    border-radius: 10px;
    background: #FFF9F6;
    box-shadow: 0px 0px 10px 0px #E8E8E8;
}
.s-p-title {
    color: #143F48;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
}
 .sticky-add-btn .main-add-btn .btn-form{
  width: 100%;
}
.main-product .sticky-add-btn .ProductForm__AddToCart-sticky{
  color: #143F48;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.985px;
    letter-spacing: -0.362px;
    text-transform: capitalize;
    border: none !important;
    padding: 15px;
  border-radius: 30px;
    background: #E8C1BC;
   width: 100%;
}
.sticky-add-btn {
  display: none;
  position: fixed;
  bottom: 20px; /* Distance from the bottom of the screen */
  right: 38px; /* Distance from the right side of the screen */
  z-index: 1000; /* Ensure it stays on top of other elements */
}

@media screen and (max-width:768px){
  .sticky-add-btn {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1000;
}
.sticky-add-btn {
  max-width: 100%;
  padding: 15px;
}
.s-p-title {
  font-size: 15px;
}
.s-b-top img {
    width: 55px;
    height: 45px;
    object-fit: cover;
}
.main-product .sticky-add-btn .ProductForm__AddToCart-sticky {
  padding: 12px;
}
}


/* blog page */

img.blog-post-card__image.w-full.zoom-image.group-hover\:zoom {
    max-width: 100%;
    border-radius: 8px;
    height: 400px;
    object-fit: cover;
    /* max-width: 350px; */
    width: 100%;
}
.main-blog-page blog-posts.blog-post-list {
    /* gap: 29px; */
    column-gap: 29px;
    row-gap: 70px;
    /* margin: 0 auto; */
    justify-content: center;
}
.main-blog-page .blog-post-card__info {
    gap: 8px;
}
.main-blog-page .section-stack{
  gap: 30px;
}
#faq-submit-question {
    text-align: center;
    display: flex
;
    clear: both;
    justify-content: right;
    position: relative;
    margin-top: 30px;
    color: #a17c5e;
    margin-top: 10px;
}
#faq-submit-question-btn {
  border: none;
}
.cart-page .Drawer__Title{
  font-size: 20px;
}
.cart-page .ProductItem__Price .h6{
  font-size: 18px !important;
}
@media screen and (max-width:768px){
  .main-blog-page blog-posts.blog-post-list {
  grid-template-columns: 1fr 1fr;
    column-gap: 15px;
        row-gap: 25px;
}
.cart-page .Drawer__Title{
  font-size: 15px;
  line-height: normal
}
.cart-page .ProductItem__Price .h6{
  font-size: 13px !important;
}
img.blog-post-card__image.w-full.zoom-image.group-hover\:zoom {
    max-width: 100%;
    border-radius: 5px;
    height: 180px;
    object-fit: cover;
    /* max-width: 350px; */
    width: 100%;
}
}



.header-sidebar__linklist-button{
  font-size: 25px !important;
}
.loox-rating-label{
      font-size: 16px !important;
    font-family: 'Marykate' !important;
  color: #143F48 !important;
}
.QuantitySelector{
  height: unset !important;
}
.popover__value-option{
  position: relative;
}
.popover__value-option .sr-only{
  position: absolute;
  width: 100%;
  height: 100%;
}
.header-sidebar__back-button.is-divided{
  font-size: 24px !important;
}
.header-sidebar__back-button svg{
  width: 25px !imortant;
  height: 25px !important;
}
.custom-richtext{
  margin-top: 15px;
  margin-right: 7px;
}
.custom-richtext li{
  color: #143F48;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    list-style: none;
    position: relative;
}
.custom-richtext li:before{
  content: '✔';
    position: absolute;
    left: -20px;
    font-size: 21px;
    color: #E8C1BC;
    color: #143F48;
    font-weight: 600;

}
@media screen and (max-width:768px){
  .loox-rating-label{
      font-size: 13px !important;
    font-family: 'Marykate' !important;
  color: #143F48 !important;
}
.custom-richtext li{
  font-size: 16px;
  line-height: normal;
}
.custom-richtext {
    margin-top: 10px;
}
}

.new-richtext ul li{
  width: 100% !important;
}