/** Shopify CDN: Minification failed

Line 559:7 Unexpected "/"
Line 603:0 Unexpected "}"

**/

/* Product Information CSS Start */
#shopify-section-template--18108463251526__main {
  background-color: #f8f3ec;
}
/* Product Information CSS End */

/* FAQ Container */
.product-highlights-faq-item summary::-webkit-details-marker {
  display: none;
}

/* Icon lines transition */
.product-highlights-faq-icon line {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
.product-highlights-faq-item[open] .product-highlights-faq-icon line.vertical {
  opacity: 0;
  transform: scaleY(0);
}
.product-highlights-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.product-highlights-faq-item[open] .product-highlights-faq-answer {
  max-height: 200px;
}
.product-highlights .product-highlights-faq-item .minus-icon {
    display: none;
}
.product-highlights .product-highlights-faq-item[open] .plus-icon {
    display: none;
}
.product-highlights .product-highlights-faq-item[open] .minus-icon {
    display: block;
}


/* New Hero Revamp PDP Start */
/* Media css */
.hero-revamp-main-product .product .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
/* .hero-revamp-main-product .product .swiper-wrapper {
  display: flex;
  width: 100%;
} */
.hero-revamp-main-product .product.grid {
  padding-top: 40px;
  padding-bottom: 80px;
}
.hero-revamp-main-product .product--medium:not(.product--no-media) .product__media-wrapper {
  padding-left: 0;
  max-width: 50%;
  width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
}
.hero-revamp-main-product .product--medium:not(.product--no-media) .product__info-wrapper {
  max-width: 50%;
  width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  padding-left: 112px;
}
.hero-revamp-main-product .product .product__column-sticky .hero-revamp-product-media-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero-revamp-main-product .product .product__column-sticky .hero-revamp-product-media-wrapper .slider-for {
  /* width: calc(85% - 10px);
  order: 2;
  flex: 1; */
  padding: 0 5px;
}
.hero-revamp-main-product .product .product__column-sticky .hero-revamp-product-media-wrapper .slider-nav-wrapper {
  /* width: calc(15% - 10px) !important;
  margin: 0 !important;
  order: 1; */
  display: flex;
  gap: 5px;
  /* flex-direction: column; */
} 
.hero-revamp-main-product .product .product__column-sticky .hero-revamp-product-media-wrapper .slider-nav {
  /* max-height: 600px;
  height: 100%; */
  overflow: hidden;
  margin: 0;
  width: 100% !important;
  max-width: 575px;
}
.product__column-sticky .slick-media-thumbs video {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 12px;
  vertical-align: middle;
}
.hero-revamp-main-product .product .product__column-sticky .hero-revamp-product-media-wrapper .next-button-arrow {
  width: 100%;
  /* height: 132px; */
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebe2db;
  cursor: pointer;
  /* margin-top: 8px; */
  margin-right: 5px;
  flex: 1;
  /* aspect-ratio: 1; */
}
.hero-revamp-main-product .product .product__column-sticky .hero-revamp-product-media-wrapper .next-button-arrow img {
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  rotate: 270deg;
}
.hero-revamp-product-media-wrapper .slick-prev {
  display: none !important;
}
.hero-revamp-product-media-wrapper .slick-next {
  background-color: #EBE2DB;
  background-image: none;
  width: 134px;
  height: 134px;
  right: 0;
  border-radius: 12px;
  left: 0;
  display: none !important;
}
/* .hero-revamp-product-media-wrapper .slick-next:before {
  content: url(/cdn/shop/files/Arrow_Down.svg?v=1758544517);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
} */
/* .hero-revamp-main-product .product__column-sticky .slick-media-thumbs.slick-current {
  padding-top: 0;
} */
.hero-revamp-main-product .product__column-sticky .slick-media-thumbs {
  padding: 0 5px;
  cursor: pointer;
}
.hero-revamp-main-product .product__column-sticky .hero-revamp-product-media-wrapper .slider-for .slick-slide {
  padding-top: 9px;
  padding-bottom: 0px;
}
.hero-revamp-product-review-wrapper {
  /* margin-top: 64px; */
  padding: 0 24px 48px;
}
.trustpilot-reviews-wrapper .hero-revamp-product-review-wrapper.hero-revamp-product-review-wrapper-mobile {
  display: none;
}
.trustpilot-reviews-wrapper .hero-revamp-product-review-wrapper .review-heading {
  font-size: 30px;
  font-weight: 700;
  font-family: 'TT Norms Pro Medium';
  letter-spacing: -1px;
  line-height: 35px;
  margin: 0 0 32px 0;
}
.trustpilot-reviews-wrapper .hero-revamp-product-review-wrapper .hero-revamp-review-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}
.hero-revamp-product-review-wrapper .hero-revamp-review-content .tp-trust-left {
  max-width: 100%;
  flex: 0 0 30%;
  margin-left: 30px !important;
}
.trustpilot-reviews-wrapper .hero-revamp-review-slider-wrapper {
  flex: 1;
  max-width: 100%;
}
.trustpilot-reviews-wrapper .hero-revamp-product-review-wrapper .hero-revamp-review-content .review-caption * {
  font-size: 18px;
  line-height: 28px;
  color: #5D6B59;
  font-weight: 700;
  margin: 0 0 8px;
}
.trustpilot-reviews-wrapper .hero-revamp-review-slider-wrapper .swiper-slide{
  height:auto !important;
  display: flex;
}
.trustpilot-reviews-wrapper .hero-revamp-review-slider-wrapper .hero-revamp-slide .hero-revamp-slide-content {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #B9B89C;
  /* min-height: 335px; */
  height: auto;
  margin-right: 1px;
}
.trustpilot-reviews-wrapper .hero-revamp-review-slider-wrapper .review-user-name {
  font-size: 24px;
  color: #241023;
  font-family: 'TT Norms Pro Medium';
  font-weight: 700;
  letter-spacing: 0;
  line-height: 32px;
  margin: 0 0 16px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #B9B89C;
  display: inline-block;
}
.trustpilot-reviews-wrapper .hero-revamp-review-slider-wrapper .reviews-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
}
.trustpilot-reviews-wrapper .hero-revamp-review-slider-wrapper .reviews-stars svg {
  width: 20px;
  height: 20px;
}
.trustpilot-reviews-wrapper .hero-revamp-review-slider-wrapper .review-content {
  font-size: 18px;
  line-height: 28px;
  color: #241023;
  margin: 0;
  font-weight: 300;
  font-family: 'Outfit';
  letter-spacing: 0;
}
.trustpilot-reviews-wrapper .hero-revamp-review-slider-wrapper .swiper-pagination-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* justify-content: end; */
  margin-top: 32px;
}
.trustpilot-reviews-wrapper .hero-revamp-review-slider-wrapper .swiper-pagination-link-wrapper .swiper-pagination-link {
  position: relative;
  width: max-content;
}
.trustpilot-reviews-wrapper .hero-revamp-review-slider-wrapper .swiper-pagination-link-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #5E6B5A;
}
.trustpilot-reviews-wrapper .hero-revamp-review-slider-wrapper .swiper-pagination-link-wrapper .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  cursor: pointer;
  border-radius: 4px;
  background-color: #B9B89C;
  opacity: 1;
}
.trustpilot-reviews-wrapper .hero-revamp-review-slider-wrapper .swiper-pagination-link-wrapper .view-more-btn {
  font-size: 18px;
  color: #3A3937;
  line-height: 30px;
  font-weight: 500;
  font-family: 'TT Norms Pro Medium';
}

@media only screen and (max-width: 990px){
  .hero-revamp-main-product.page-width {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .hero-revamp-main-product .product.grid {
    padding-top: 24px;
    padding-bottom: 48px;
    gap: 40px;
  }
  .hero-revamp-main-product .product .product__column-sticky .hero-revamp-product-media-wrapper {
    flex-direction: column;
    gap: 12px;
  }
  .hero-revamp-main-product .product .product__column-sticky .hero-revamp-product-media-wrapper .slider-for {
    order: 1;
    width: 100%
  }
  
  .hero-revamp-main-product .product__column-sticky .hero-revamp-product-media-wrapper .slider-for .slick-slide {
    padding: 0px 5px;
  }
  .hero-revamp-main-product .product .product__column-sticky .hero-revamp-product-media-wrapper .slider-nav-wrapper {
    order: 2;
    width: 100% !important;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .hero-revamp-main-product .product--medium:not(.product--no-media) .product__media-wrapper {
    padding-left: 0;
    max-width: 100%;
    width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .hero-revamp-main-product .product--medium:not(.product--no-media) .product__info-wrapper {
    max-width: 100%;
    width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2);
    padding-left: 0rem;
  }
  .hero-revamp-main-product .product__column-sticky .slick-media-thumbs {
    padding: 0 5px;
  }
  /* .hero-revamp-main-product .product .product__column-sticky .hero-revamp-product-media-wrapper .slider-nav {
    max-width: 500px;
  } */
  .hero-revamp-main-product .product .product__column-sticky .hero-revamp-product-media-wrapper .next-button-arrow {
    margin: 0 5px 0 0;    
    /* width: 100%; */
    height: -webkit-fill-available;
    flex: 1;
    padding: 20px;
  }
  .hero-revamp-main-product .product .product__column-sticky .hero-revamp-product-media-wrapper .next-button-arrow img {
    rotate: 270deg;
  }
  .product__column-sticky.hero-revamp-review-media-wrapper .hero-revamp-product-review-wrapper {
    display: none;
  }
  .trustpilot-reviews-wrapper .hero-revamp-product-review-wrapper.hero-revamp-product-review-wrapper {
    display: block;
  } 
  .trustpilot-reviews-wrapper .hero-revamp-product-review-wrapper.hero-revamp-product-review-wrapper .hero-revamp-product-review-heading-container {
    overflow: hidden;
  }
  .hero-revamp-product-review-wrapper .hero-revamp-review-content .tp-trust-left {
    flex: 0 0 100%;
    margin-left: 0 !important;
  }
  .trustpilot-reviews-wrapper .hero-revamp-review-slider-wrapper {
    max-width: 100%;
  }
  .trustpilot-reviews-wrapper .hero-revamp-product-review-wrapper .review-heading {
    margin: 0 0 20px;
  } 
  .trustpilot-reviews-wrapper .hero-revamp-product-review-wrapper .hero-revamp-review-content {
    gap: 8px;
    flex-direction: column;
  }
  .hero-revamp-main-product .product .product__column-sticky .hero-revamp-product-media-wrapper .slider-nav {
    max-width: 750px;
  }
}

@media only screen and (max-width: 750px){
  .hero-revamp-main-product .product__column-sticky .slick-media-thumbs {
    padding: 0 5px;
  } 
  .hero-revamp-main-product .product--medium:not(.product--no-media) .product__info-wrapper {
    padding-left: 0rem;
  }
  .hero-revamp-main-product .product .product__column-sticky .hero-revamp-product-media-wrapper .slider-nav {
    max-width: 600px;
  }
}

@media only screen and (max-width: 450px){
    .hero-revamp-main-product .product .product__column-sticky .hero-revamp-product-media-wrapper .next-button-arrow {
        padding: 30px;
        height: unset;
    }
}
@media only screen and (min-width: 400px) and (max-width: 449px) {
  
  .hero-revamp-main-product .product .product__column-sticky .hero-revamp-product-media-wrapper .next-button-arrow {
    padding: 35px;
  }
  .hero-revamp-main-product .product .product__column-sticky .hero-revamp-product-media-wrapper .next-button-arrow img {
    width: 40px;
    aspect-ratio: 1;
  }
}
@media only screen and (min-width: 351px) and (max-width: 399px) {
  
  .hero-revamp-main-product .product .product__column-sticky .hero-revamp-product-media-wrapper .next-button-arrow {
    padding: 35px;
  }
  .hero-revamp-main-product .product .product__column-sticky .hero-revamp-product-media-wrapper .next-button-arrow img {
    width: 40px;
    aspect-ratio: 1;
  }
}
@media only screen and (max-width: 350px) {
  
  .hero-revamp-main-product .product .product__column-sticky .hero-revamp-product-media-wrapper .next-button-arrow {
    padding: 20px;
  }
  .hero-revamp-main-product .product .product__column-sticky .hero-revamp-product-media-wrapper .next-button-arrow img {
    width: 35px;
    aspect-ratio: 1;
  }
}


/* Product Information */
html {
  scroll-behavior: smooth;
}
/* .hero-revamp-main-product .product .product__title .metafield-rich_text_field h1 {
  line-height: 64px;
} */
.hero-revamp-main-product .product .hero-revamp-micro-review {
  text-align: left !important;
}
.hero-revamp-main-product .product .hero-revamp-micro-review {
    margin: 12px 0;
}
/* .hero-revamp-main-product .product .price {
  margin-top: 12px;
} */
/* .hero-revamp-main-product .product .price__container {
  margin: 0;
} */
/* .hero-revamp-main-product .price .price__regular .price-item {
  line-height: 58px;
} */
.hero-revamp-main-product .product .product-installment-form-wrapper {
  margin: 0;
}
.hero-revamp-main-product .product .product-headline-hero {
  font-family: TT Norms Pro Bold;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -1.5px;
  color: #5D6B59;
  margin: 32px 0;
  max-width: 500px;
}
.hero-revamp-main-product .product .product-form-buy-buttons-wrapper {
  margin: 0;
}
.hero-revamp-main-product .product .product__info-container .product-form {
  margin: 32px 0;
}
.hero-revamp-main-product .product .product__info-container .product-form .main-button {
  margin: 0;
  min-height: 71px;
}
.hero-revamp-main-product .hero-revamp-icon-with-text.icon-with-text--horizontal {
  column-gap: 20px;
  flex-wrap: wrap;
  margin: 32px 0;
}
.hero-revamp-icon-with-text .icon-with-text__item {
  padding: 12px 65px 12px 16px;
  border: 1px solid #B9B89C;
  border-radius: 8px;
  gap: 8px;
  align-items: flex-start;
}
.hero-revamp-icon-with-text.icon-with-text--horizontal .icon-with-text__item {
  width: 100%;
  flex: 1;
}
.hero-revamp-icon-with-text .icon-with-text__item img {
  margin: 0;
}
.hero-revamp-icon-with-text .icon-with-text__item span {
  font-family: Outfit;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
  font-size: 18px;
  text-align: left;
}
.hero-revamp-main-product .content > * {
  /* font-size: 18px; */
  /* line-height: 26px; */
  font-weight: 400;
  font-family: 'Outfit';
  margin: 20px 0 !important;
  letter-spacing: 0px;
}
.hero-revamp-main-product .content > :first-child {
  margin-top: 0 !important;
}
.hero-revamp-main-product .auther-details-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}
.hero-revamp-main-product .auther-details-wrapper img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    vertical-align: middle;
}
.hero-revamp-main-product .auther-name {
  font-style: italic;
  font-weight: 500;
  font-family: 'TT Norms Pro Medium';
  line-height: 26px;
}
.hero-revamp-main-product .metafield_description_wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0px;
}
.hero-revamp-main-product .metafield_description_wrapper ul li {
  position: relative;
  /* padding-inline-start: 25px; */
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.hero-revamp-main-product .metafield_description_wrapper ul li:before {
  content: url(/cdn/shop/files/check-icon.svg?v=1758540812);
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin: auto 0;
  line-height: 0; */
  margin-top: 5px;
}
.hero-revamp-main-product .product #d2c-tabs-icon-insert-block {
  margin: 0px;
}
.hero-revamp-main-product .metafield_description_wrapper * {
  font-size: 22px;
  color: #241023;
  /* line-height: 30px; */
}
@media only screen and (min-width: 750px){
  .hero-revamp-main-product .product .product__info-container {
    max-width: 100%
  }
}
@media only screen and (max-width: 1300px){
  .hero-revamp-icon-with-text .icon-with-text__item {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1200px){
  .hero-revamp-main-product .product--medium:not(.product--no-media) .product__info-wrapper {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 990px){
  /* .hero-revamp-main-product .product .product__title .metafield-rich_text_field h1 {
    font-size: 42px;
  } */
  /* .hero-revamp-main-product .price .price__regular .price-item {
    /* line-height: 51px; */
    font-size: 34px !important;
  }   */
  .hero-revamp-main-product .product .product-headline-hero {
    margin: 24px 0;
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 34px;
    max-width: 450px
  }
  .hero-revamp-main-product .product .product__info-container .product-form {
    margin: 24px 0;
  }
  .hero-revamp-main-product .product .product__info-container .product-form__buttons {
    max-width: 100%;
  }
  .hero-revamp-main-product .product .product__info-container .product-form .main-button {
    width: 100%;
    padding: 26px;
    border-radius: 75px;
  }
  .hero-revamp-icon-with-text.icon-with-text--horizontal {
    gap: 8px;
  }
  .hero-revamp-icon-with-text .icon-with-text__item {
    flex: 0 0 50%;
  }
  .hero-revamp-icon-with-text.icon-with-text--horizontal .icon-with-text__item {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-right: 16px;
  }
  .hero-revamp-icon-with-text .icon-with-text__item:nth-child(3) {
    flex: 0 0 100%;
  }
  .hero-revamp-icon-with-text .icon-with-text__item span {
    text-align: center;
    font-size: 20px !important;
    line-height: 24px;
  }
  .hero-revamp-main-product .product #d2c-tabs-icon-insert-block .content > *,
  .hero-revamp-main-product .product #d2c-tabs-icon-insert-block .auther-name {
    font-size: 20px !important;
    line-height: 30px;
  }
}

@media only screen and (max-width: 750px){
  .hero-revamp-main-product.page-width {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .hero-revamp-main-product .product.grid {
    gap: 28px;
  }
  .hero-revamp-main-product .product__column-sticky .slick-media-thumbs {
    padding: 0 5px;
  }
}
/* New Hero Revamp PDP End */

/* @media (min-width: 1215px) and (max-width: 1292px) {
  .hero-revamp-review-slider-wrapper .hero-revamp-slide .hero-revamp-slide-content {
    min-height: 351px;
  }
}
@media (min-width: 1048px) and (max-width: 1214px) {
  .hero-revamp-review-slider-wrapper .hero-revamp-slide .hero-revamp-slide-content {
    min-height: 373px;
  }
}
@media (min-width: 991px) and (max-width: 1047px) {
  .hero-revamp-review-slider-wrapper .hero-revamp-slide .hero-revamp-slide-content {
    min-height: 402px;
  }
}
@media (min-width: 392px) and (max-width: 421px) {
  .hero-revamp-review-slider-wrapper .hero-revamp-slide .hero-revamp-slide-content {
    min-height: 346px;
  }
}
@media (min-width: 363px) and (max-width: 391px) {
  .hero-revamp-review-slider-wrapper .hero-revamp-slide .hero-revamp-slide-content {
    min-height: 374px;
  }
}
@media (min-width: 333px) and (max-width: 362px) {
  .hero-revamp-review-slider-wrapper .hero-revamp-slide .hero-revamp-slide-content {
    min-height: 403px;
  }
} */
@media (max-width: 990px) {
  .hero-revamp-main-product .metafield_description_wrapper * {
      font-size: 20px;
  }
  .hero-revamp-main-product .hero-revamp-icon-with-text.icon-with-text--horizontal {
      margin: 42px 0;
  }
  .metafield_description_wrapper {
    margin-bottom: 30px !important;
  }
  
.hero-revamp-main-product .metafield-rich_text_field ul li:before {
    content: url(/cdn/shop/files/check-mobile.svg?v=1758721845);
    left: -4px;
}
.hero-revamp-main-product .metafield-rich_text_field ul li {
    padding-inline-start: 26px;
}

}

/* Trust Pilot Css */
.tp-trust-left{ margin-left:0!important; padding-left:0!important; }
.tp-trust-left .trustpilot-widget{
  display:inline-block!important;
  text-align:left!important;
  width:auto!important;        
}
.tp-trust-left .trustpilot-widget iframe{
  display:block!important;
  margin:0!important;           
}
@media (min-width:990px){
  .tp-trust-left{
    --tp-desktop-nudge:-30px; 
    transform:translateX(var(--tp-desktop-nudge));
  }
  .tp-trust-left.tp-trust-small-left.german-review-widget {
    --tp-desktop-nudge: -20px;
  }
}

@media (max-width:989px){
  .tp-trust-left{
    display:flex!important;
    justify-content:flex-start!important;
    text-align:left!important;
    padding-left:0!important;
    transform:none!important;
    --tp-mobile-gutter:30px;
  }
  .hero-revamp-product-review-wrapper .hero-revamp-review-content .tp-trust-left{
      margin-left:-25px !important;
  }
  .tp-trust-small-left{
     margin-left:-29px !important;
  }
  .tp-trust-left.tp-trust-small-left.german-review-widget {
     margin-left:-22px !important;
  }
  .tp-trust-left .trustpilot-widget{ width:auto!important; }
  .tp-trust-left .trustpilot-widget iframe{ margin-left:0!important; }

  @supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
  .hero-revamp-product-review-wrapper .hero-revamp-review-content .tp-trust-left{
    margin-left:0 !important;
    margin-bottom:20px !important;
  }
  .tp-trust-small-left{
    margin-left:-66px !important;
  }
  .tp-trust-left.tp-trust-small-left.german-review-widget {
     margin-left:-55px !important;
  }
}
}



/* PDP below section */
.template-mylky-maker-new-hero-below,
.template-mylky-maker-new-hero-below.template-type-product .rich-text{
  background:#fff !important;
}
@media (max-width: 749px) {
  .template-mylky-maker-new-hero-below .page-width {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
.template-mylky-maker-new-hero-below h2, .template-mylky-maker-new-hero-below .h1, .template-mylky-maker-new-hero-below .image-with-text__heading.h1, .template-mylky-maker-new-hero-below  .h1 p{
  font-size:40px;
  font-family: "TT Norms Pro Regular";
  letter-spacing: normal;
}
.template-mylky-maker-new-hero-below h3, .template-mylky-maker-new-hero-below .h3{
  color:#241023;
  font-size:20px;
  line-height:24px;
  letter-spacing: -1px;
  font-family: TT Norms Pro Bold;
  margin:0;
}
.template-mylky-maker-new-hero-below p{
  font-size:18px;
  line-height:26px;
  color:#4F3130;
  letter-spacing: normal;
}
@media(min-width:750px){
  .template-mylky-maker-new-hero-below h3, .template-mylky-maker-new-hero-below .h3{
    font-size:28px;
    line-height:36px;
  }
  .template-mylky-maker-new-hero-below p{
    font-size:18px;
    line-height:26px;
  }
}
@media(min-width:750px){
  .template-mylky-maker-new-hero-below h2, .template-mylky-maker-new-hero-below .h1, .template-mylky-maker-new-hero-below .image-with-text__heading.h1, .template-mylky-maker-new-hero-below  .h1 p{
    font-size: 56px;
    letter-spacing: -2.25px;
    line-height: normal;
  }
}
.template-mylky-maker-new-hero-below h2 > strong, .template-mylky-maker-new-hero-below .h1 > strong, .template-mylky-maker-new-hero-below .image-with-text__heading.h1 >strong, .template-mylky-maker-new-hero-below .h1 p > strong{
   font-family: "TT Norms Pro Bold";
}
.template-mylky-maker-new-hero-below .slick-dots{
  justify-content: flex-start !important;
}
.template-mylky-maker-new-hero-below .slick-dots li{
  width: 24px;
  height: 4px;
  cursor: pointer;
  border-radius: 4px;
  background-color: #EBE2DB;
}
.template-mylky-maker-new-hero-below .slick-dots li.slick-active{
  background-color: #5E6B5A;
}
.template-mylky-maker-new-hero-below .slick-dots li button{
  display:none;
}
.pdp-section-header{
  text-align: center;
  margin: 0 auto; 
  margin-bottom:40px;
}

@media(min-width:750px){
  .pdp-section-header{
      max-width:750px;
  }
}
.pdp-section-header h2{
  margin-top:0;
  margin-bottom:16px;
}
@media(max-width:749px){
 .template-mylky-maker-new-hero-below .pdp-section-header .title,
 .template-mylky-maker-new-hero-below .video-section .title{
    max-width: 80%;
    margin: 0 auto !important;
  }
}

/* Video Section */
@media(min-width:750px){
  .template-mylky-maker-new-hero-below .video-section{
    max-width:1200px;
  }
}
.template-mylky-maker-new-hero-below .video-section .title {
  text-align: center;
}
.template-mylky-maker-new-hero-below .video-section .title * {
  margin: 0;
}
.template-mylky-maker-new-hero-below .video-section__media{
   border-radius: 16px;
    box-shadow: none;
    background: none;
    overflow: hidden !important;
        aspect-ratio: 16 / 9;
    padding-bottom: 0 !important;
}
.template-mylky-maker-new-hero-below .video-section__media iframe{
  background:none;
}
@media(max-width:749px){
  .template-mylky-maker-new-hero-below .video-section__media{
    margin:0 24px;
  }
 
}
/* Multi Product Showcase */
.multi-product-showcase-wrapper .grid{
  align-items:center;
}

@media(max-width:749px){
  .multi-product-showcase-wrapper .grid--2-col .grid__item_image{
     width:20%;
  }

  .multi-product-showcase-wrapper .grid--1-col > .grid__item{
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, transparent 0%, #B9B89C 50%, transparent 100%) 1;
            padding: 15px 0 35px;
  }
  .multi-product-showcase-wrapper .grid--1-col > .grid__item:last-child{
    border:none;
    padding-bottom:0;
  }
}

.multi-product-showcase-wrapper p{
  margin-top: 15px;
}

.multi-product-showcase-wrapper p + p{
 margin-top: 25px;
}
.multi-product-showcase-wrapper img{
  width:100%;
  border-radius:16px;
}
.multi-product-showcase-wrapper .row-reverse{
  flex-direction:row-reverse;
}
@media(min-width:750px){
  .multi-product-showcase-wrapper .text-right{
    text-align:right;
  }
}
@media(max-width:749px){
  .multi-product-showcase-wrapper img{
    height: 100%;
    object-fit: cover;
  }
  .multi-product-showcase-wrapper .grid{
    align-items:normal;
  }
}

/* PDP Recipes slider */

.recipes-slider-wrapper .slick-slide{
  margin-left:10px !important;
}

.recipes-slider-wrapper h3{
      font-size:28px;
      line-height:36px;
}
@media screen and (min-width: 750px) {
  .recipes-slider-wrapper.background-none  .multicolumn-card__image-wrapper{
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.recipes-slider-wrapper .multicolumn-card__image{
  border-radius:0px;
}

.recipes-slider-wrapper  a.overlay-link{
  font-size:28px;
  border-radius:16px;
  z-index:1;

}
.recipes-slider-wrapper .media{
  border-radius:16px;
}

.recipes-slider-wrapper .recipe-category {
  position: absolute;
  top: 8px !important;
  right: 8px;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 1;
  z-index: 1;
  border-radius: 12px;
  font-family: Caprasimo, serif;
  letter-spacing: 0.6px;
  color:#241023;
  width:auto !important;
  height:auto !important;
  left:auto !important;
}
.recipes-slider-wrapper .recipe-category--milk {
    background-color: #f9bf3b;
}
.recipes-slider-wrapper .recipe-category--baking{
  background-color: #2b4d23;
  color:#fff;
}
.recipes-slider-wrapper .recipe-category--pulp{
  background-color: #37632C;
   color:#fff;
}
.recipes-slider-wrapper .recipe-category--drinks{
  background-color: #d8830b;
   color:#fff;
}

/* FAQ Section */

@media(max-width:749px){
  .template-mylky-maker-new-hero-below .rb-faq-shopify-section{
    padding: 48px 24px;
 }
}
.template-mylky-maker-new-hero-below .faq-heading{
   padding:0 !important;
}
.template-mylky-maker-new-hero-below .rb-faq-question{
      font-family: TT Norms Pro Bold !important;
      font-size: 24px !important;
      letter-spacing: normal;
      line-height: 32px;
      padding: 30px 0;
      cursor:pointer;
}
.template-mylky-maker-new-hero-below .tab-toggle:checked ~ .rb-faq-answer{
    padding: 0;
    padding-bottom: 30px;
    margin-top: -15px;
}
.template-mylky-maker-new-hero-below .tab-toggle:checked ~ .rb-faq-answer p{
  font-size: 18px !important;
   color: #F8F3EC;
   letter-spacing: normal;
}
.template-mylky-maker-new-hero-below .rb-faq-container-item{
   border-color: #B9B89C;
   margin: 0;
}
.template-mylky-maker-new-hero-below .rb-faq-container-item:last-child{
  border:none;
}
.template-mylky-maker-new-hero-below .rb-faq-question::after{
    background: url("/cdn/shop/t/34/assets/new-accordion-plus.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    margin-top: 8px;
    padding: 0;
    width: 18px;
    height: 18px;
    min-width: 50px;
    background-position: right;
    
}
.template-mylky-maker-new-hero-below .tab-toggle:checked ~ .rb-faq-question::after {
    transform:none;
    background: url("/cdn/shop/t/34/assets/new-accordion-minus.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: right;
}


/* Reviews Tabs with Slider */
.reviews-with-tabs-slider-wrapper .reviews-tabs{
    padding: 0;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 48px;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, transparent 0%, #B9B89C 50%, transparent 100%) 1;
    display: flex;
    gap: 10px;
}
.reviews-with-tabs-slider-wrapper .reviews-tabs::-webkit-scrollbar {
  display: none; /* optional: hide scrollbar */
}
.reviews-with-tabs-slider-wrapper .content-center{
  text-align:center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews-with-tabs-slider-wrapper .reviews-tabs li{
    font-family: TT Norms Pro Bold !important;
    font-size: 24px !important;
    line-height: 32px;
    color:#241023;
    padding: 10px 32px;
    cursor:pointer;
    display: inline-block;
   
}
@media(max-width:749px){
  .reviews-with-tabs-slider-wrapper .reviews-tabs li{
     font-size: 24px !important;
  }
}
.reviews-with-tabs-slider-wrapper .reviews-tabs li.active{
  background: #B9B89C;
  border-radius:12px;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
    border-bottom: solid 1px transparent;
}
.reviews-with-tabs-slider-wrapper .reviews-tabs li:first-child{
   border-bottom-left-radius:12px;
}
.reviews-with-tabs-slider-wrapper .reviews-tabs li:last-child{
   border-bottom-right-radius:12px;
}
.pdp-review-tabs-slider .swiper-slide{
  display:flex;
}
.pdp-review-tabs-slider.swiper-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.pdp-review-tabs-slider .review-user-name{
  font-size: 18px;
    font-family: TT Norms Pro Bold;
    line-height: 24px;
}

.pdp-review-tabs-slider .review-caption p{
    color: #5D6B59;
    font-family: TT Norms Pro Bold;
    margin-bottom: 8px;
}

.reviews-with-tabs-slider-wrapper .reviews-content{
  display:none;
}
.reviews-with-tabs-slider-wrapper .reviews-content-wrapper .reviews-content:first-child{
  display:block;
}

.pdp-review-tabs-slider .swiper-pagination-link-wrapper{
   display:none;
}
.pdp-review-tabs-slider .hero-revamp-slide-content{
     height: auto !important;
}
@media(max-width:749px){
.pdp-review-tabs-slider .swiper-pagination-link-wrapper{
   display:flex;
    margin-top:10px;
}
}

/* PDP Collapsible with slider */
@media(min-width:750px){
  .collapsible-with-slider-wrapper .page-width{
    max-width: 1200px;
  }
  .collapsible-with-slider-wrapper .pdp-section-header{
    text-align:left;
    margin-bottom: 20px;
  }
}
/* @media(max-width:749px){
.pdp-section-header{
   margin-bottom: 20px;
}
} */
 .collapsible-with-slider-wrapper .grid{
  align-items:center;
 }

.collapsible-with-slider-wrapper .collapsible-item .heading{
  cursor:pointer;
  padding:20px 0;
}
.collapsible-with-slider-wrapper .collapsible-item h3{
  font-size:24px;
  line-height:32px;
}
@media(min-width:750px){
  .collapsible-with-slider-wrapper .collapsible-item {
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #B9B89C 0%, transparent 100%) 1;
  }
  .collapsible-with-slider-wrapper .collapsible-item:last-child{
    border:none;
  }
}
.collapsible-with-slider-wrapper .collapsible-item .text{
  margin-top:-20px;
  padding-bottom: 5px;
}
.collapsible-with-slider-wrapper .collapsible-content-desktop .text{
  display:none;
}
 .collapsible-content-desktop{
  display:none;
 }
@media(min-width:750px){
 .collapsible-content-mobile{
  display:none;
 }
  .collapsible-content-desktop{
    display:block;
 }
 .template-mylky-maker-new-hero-below .collapsible-content p {
  line-height: 30px;
 }
}

@media only screen and (max-width: 565px) {
  .collapsible-with-slider-wrapper .collapsible-item .text br{
    display: none;
  }
}
.collapsible-with-slider-wrapper .collapsible-content-mobile .collapsible-item{
  text-align:center;
  display:none;
}


.collapsible-with-slider-wrapper .pdp-collapsible-slider.swiper-container{
  overflow: hidden;
  width: 100%;
}

.template-mylky-maker-new-hero-below .collapsible-content p {
  line-height: 30px;
}
.collapsible-with-slider-wrapper .pdp-collapsible-slide-content img,
.collapsible-with-slider-wrapper .pdp-collapsible-slide-content video{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:16px;
   
}
.collapsible-with-slider-wrapper .pdp-collapsible-slide-content{
  height:100%;
  width: 100%;
}

.collapsible-with-slider-wrapper .pdp-collapsible-slider.swiper-container .swiper-pagination-link-wrapper{
  margin-top: 15px;
  justify-content: center;
}
.collapsible-with-slider-wrapper .swiper-pagination-link-wrapper .swiper-pagination-bullet{
  background-color: #EBE2DB;
}
.collapsible-with-slider-wrapper .pdp-collapsible-slide-content .video-wrapper{
  cursor:pointer;
  height: 100%;
}
.collapsible-with-slider-wrapper .pdp-collapsible-slide-content .video-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  position:absolute;
  z-index:1
}
.collapsible-with-slider-wrapper .pdp-collapsible-slide-content .video-icon img{
  width:auto;
  height:auto;
  border-radius:0;
}


/* Video Review Wrapper */
.video-reviews-slider-wrapper{
  background-color:#F8F3EC;
}
.video-reviews-slider .pdp-section-header {
  margin-bottom: 0;
}
.video-reviews-slider .pdp-section-header .title,
.video-reviews-slider .pdp-section-header .title * {
  margin: 0;
}
#shopify-section-template--18617188220998__1762350962064c4637,
#shopify-section-template--18617188220998__1761886422021a7620 {
  background-color: #f8f3ec;
}

/* PDP Comparision Table */
/* @media(min-width:750px){
  .pdp-comparision-table-container{
      max-width:1200px;
  }
} */



/* Judgeme Css Start */
.jdgm-rev-widg__title {
  font-size: 150% !important;
}
/* Judgeme Css End */

/* Sticky Cart CSS Start */
.pdp-sticky-cart-wrapper.sticky {
  top: 0;
}
.pdp-sticky-cart-wrapper {
  padding: 24px 0;
  background-color: #B9B89C;
  position: fixed;
  width: 100%;
  top: -50%;
  left: 0;
  z-index: 3;
  transition: all 0.5s ease;
}
.pdp-sticky-cart-wrapper .pdp-sticky-cart-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pdp-sticky-cart-wrapper .pdp-sticky-logo .header__heading-logo {
  vertical-align: middle;
}
.pdp-sticky-cart-wrapper .pdp-sticky-product-info-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.pdp-sticky-cart-wrapper .pdp-sticky-product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
}
.pdp-sticky-cart-wrapper .pdp-sticky-product-info .pdp-sticky-product-title * {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: normal;
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.pdp-sticky-cart-wrapper .pdp-sticky-product-info .pdp-sticky-product-title strong {
  font-weight: 700;
}
.pdp-sticky-cart-wrapper .pdp-sticky-product-info .pdp-sticky-price {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.pdp-sticky-cart-wrapper .pdp-sticky-atc .button {
  margin: 0;
  min-height: 60px;
  font-size: 20px;
  line-height: 28px;
  width: 250px;
  background: #5e6b5a !important;
  border: 1px solid;
  border-radius: 40px;
  padding: 11px 20px;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0;
  font-family: TT Norms Pro Medium;
  font-weight: 400;
  text-align: center;
  font-size: 22px;
  text-decoration: none;
  display: inline-block;
  border: none;
  opacity: 1;
}
.pdp-sticky-cart-wrapper .pdp-sticky-atc .button:hover{
  background: #b9a081 !important;
}

@media (max-width: 990px){
  .pdp-sticky-cart {
    display: none;
  }
}
/* 
@media (max-width: 768px){
  .pdp-sticky-cart-wrapper .pdp-sticky-cart-container {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .pdp-sticky-cart-wrapper .pdp-sticky-product-info-wrapper {
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .pdp-sticky-cart-wrapper .pdp-sticky-product-info {
    align-items: flex-start
  }
}
@media (max-width: 565px){
  .pdp-sticky-cart-wrapper .pdp-sticky-product-info-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .pdp-sticky-cart-wrapper .pdp-sticky-logo .header__heading-logo {
    width: 100px;
  }
} */
/* Sticky Cart CSS End */

.swiper-container {
  overflow: hidden;
  display: block;
  position: relative;
}

.template-mylky-maker-new-hero-below .rb-faq-answer p {
  margin: 10px 0 !important;
}


/* New Home Page Css Start */
.new-homepage-wrapper {
  display: none;
}
.banner-wrap {
    display: block;
}
:root {  
  --font-new-homepage-heading-family: 'Caprasimo', serif;
  --font-new-homepage-body-family: 'Public Sans', sans-serif;
  --color-body: #4F594A;
  --color-body-dark: #384036;
  --color-headline: #2A3922;
  --color-beige: #F8F3EC;
  --yellow: #F9BF3B;
  --orange: #D8830B;
  --green: #51962C;
}