/** Shopify CDN: Minification failed

Line 64:0 All "@import" rules must come first

**/
@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('/cdn/shop/files/AvenirNextCyr-Regular.eot?v=1757398467');
    src: url('/cdn/shop/files/AvenirNextCyr-Regular.eot?v=1757398467?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/AvenirNextCyr-Regular.woff2?v=1757398467') format('woff2'),
        url('/cdn/shop/files/AvenirNextCyr-Regular.woff?v=1757398467') format('woff'),
        url('/cdn/shop/files/AvenirNextCyr-Regular.ttf?v=1757398467') format('truetype'),
        url('AvenirNextCyr-Regular.svg#AvenirNextCyr-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    letter-spacing: 0;
}

@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('/cdn/shop/files/AvenirNextCyr-Medium.eot?v=1757398468');
    src: url('/cdn/shop/files/AvenirNextCyr-Medium.eot?v=1757398468?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/AvenirNextCyr-Medium.woff2?v=1757398467') format('woff2'),
        url('/cdn/shop/files/AvenirNextCyr-Medium.woff?v=1757398467') format('woff'),
        url('/cdn/shop/files/AvenirNextCyr-Medium.ttf?v=1757398468') format('truetype'),
        url('AvenirNextCyr-Medium.svg#AvenirNextCyr-Medium') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    letter-spacing: 0;
}

@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('/cdn/shop/files/AvenirNextCyr-Demi.eot?v=1757398467');
    src: url('/cdn/shop/files/AvenirNextCyr-Demi.eot?v=1757398467?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/AvenirNextCyr-Demi.woff2?v=1757398467') format('woff2'),
        url('/cdn/shop/files/AvenirNextCyr-Demi.woff?v=1757398467') format('woff'),
        url('/cdn/shop/files/AvenirNextCyr-Demi.ttf?v=1757398467') format('truetype'),
        url('AvenirNextCyr-Demi.svg#AvenirNextCyr-Demi') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    letter-spacing: 0;
}

@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('/cdn/shop/files/AvenirNextCyr-Bold.eot?v=1757398467');
    src: url('/cdn/shop/files/AvenirNextCyr-Bold.eot?v=1757398467?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/AvenirNextCyr-Bold.woff2?v=1757398467') format('woff2'),
        url('/cdn/shop/files/AvenirNextCyr-Bold.woff?v=1757398467') format('woff'),
        url('/cdn/shop/files/AvenirNextCyr-Bold.ttf?v=1757398467') format('truetype'),
        url('AvenirNextCyr-Bold.svg#AvenirNextCyr-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    letter-spacing: 0;
}



@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


    /* --- product desc collapse----- */
    .ps-accordion {
      cursor: pointer;
      padding: 10px;
      width: 100%;
      text-align: left;
      border: none;
      outline: none;
      transition: 0.4s;
      background-color: #f4f4f4;
      margin-top: 1em;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 1.25em;
    }

    .ps-accordion::after {
      content: "+";
      font-size: 27px;
      transition: transform 0.2s ease;
    }

    .ps-accordion.active::after {
      content: "-";
    }

    .ps-panel {
      padding: 0 1em 1em 1em;
      background-color: white;
      display: none;
      overflow: hidden;
      border-left: 1px solid #cccccc59;
      border-right: 1px solid #cccccc59;
      border-bottom: 1px solid #cccccc59;
    }

    .ps-panel a {
      color: #126948;
      font-weight: bold;
    }

    /* ------------ product badge ------- */
    .product__title {
      position: relative;
    }

    span.badge.price__badge-sale.color-accent-2 {
      position: absolute;
      width: 95px;
      padding: 9px 0;
    }
    /* ------------ product badge ------- */
.template_product.fridge-friend .product__media-item .announcement-bar__message {
    color: #fff;
    font-size: 29px;
    font-weight: 600;
    width: 100%;
    line-height: 1;
}
    .Sale-imagetext {
        width: 100%;
        /* background: #0010a8; */
        padding-top: 20px;
        padding-bottom: 20px;
    }

img.image_mobile_banner {
    display: none;
}

.sticky-buy-now {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000; /* button background */
  text-align: center;
  padding: 10px;
  z-index: 9999;
}

.sticky-buy-now-btn {
  background: #ff6600; /* button color */
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 40px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: 90%;
  max-width: 400px;
}

.sticky-buy-now-btn:hover {
  background: #e65500;
}

.new_product .product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(20% - .8rem);
}

.new_product #sticky-buy-now {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #fff;
  padding: 12px;
  box-shadow: 0 -4px 15px rgba(0,0,0,0.1);
  display: none;
  text-align: center;
}

.new_product #sticky-buy-now.visible {
  display: block;
}

.new_product #sticky-buy-now button {
    width: 100%;
    background: rgb(var(--color-base-accent-3));
    color: #fff;
    font-weight: 600;
    padding: 14px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    max-width: 520px;
    text-transform: uppercase;
    font-family: 'Avenir Next Cyr';
    letter-spacing: 1px;
    font-size: 18px;
}


    @media screen and (max-width: 1245px) {
      .template_product.fridge-friend .product__media-item .announcement-bar__message {
          font-size: 2.5vw;
      }
    }
    @media screen and (max-width: 1120px) {
      .template_product.fridge-friend .product__media-item .announcement-bar__message {
                  font-size: 2.3vw;
                  
      }
          .Sale-imagetext {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    }
    @media only screen and (max-width: 750px) {

    .new_product #sticky-buy-now button{
       width: 100%; 
    }
      .product__media-item-text.product__media-item {
        display: block;
      }
.template_product.fridge-friend .product__media-item .announcement-bar__message {
    font-size: 4.5vw;
    font-weight: 600;
}

img.image_mobile_banner {
    display: block;
    width: 100%;
}

.mobile_avail {
    display: none !important;
}

    }

/* ----------------new_product_template_CSS------------------- */
/* Wrapper scope */
.custom-pack-variant {
  margin: 20px 0;
  font-family: Arial, sans-serif;
}

.custom-pack-variant .variant-heading {
  font-size: 16px;
  font-weight: 700;
  margin: 12px 0;
}

/* ---------- PACK OPTIONS ---------- */
.pack-options {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* .new_main_product .pack-card {
    position: relative;
    flex: 1 1 30%;
    min-width: 150px;
    border-radius: 12px;
    padding: 14px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px #00000040;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} */

.new_main_product .pack-card {
    width: 100%;
    height: 100%;
    padding: 14px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new_main_product .input_lable {
    position: relative;
    flex: 1 1 30%;
    min-width: 150px;
    border-radius: 12px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px #00000040;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new_main_product input.peer:checked + .pack-card {
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 2px solid #000000CC;
}

.new_main_product .discount-badge {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #1FB036;
    color: #fff;
    font-size: 15.17px;
    line-height: 23.17px;
    padding: 0px 4px 0px 4px;
    border-radius: 15px 15px 0px 0px;
    width: 60%;
    font-family: 'Poppins';
    font-weight: 800;
}

.new_main_product .pack-title {
    font-family: 'Avenir Next Cyr';
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    margin-bottom: 6px;
    font-weight: 700;
}

.new_main_product .pack-subtext {
    color: #000000;
    margin-bottom: 0;
    font-family: 'Avenir Next Cyr';
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0;
    opacity: 0.70;
    font-weight: 300;
}

.new_main_product .pack-price {
    color: #000;
    font-family: 'Avenir Next Cyr';
    font-size: 22px;
    line-height: 16px;
    letter-spacing: -1px;
    padding-top: 12px;
    font-weight: 600;
    padding-bottom: 7px;
}

.new_main_product .pack-compare {
    font-family: 'Avenir Next Cyr';
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -1px;
    text-decoration: line-through;
    color: #000000;
    opacity: 0.5;
}

/* ---------- COLOUR OPTIONS ---------- */
.color-options {
  display: flex;
  gap: 14px;
  margin-top: 8px;
}

.color-box {
  border: 2px solid #e5e7eb;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 14px;
  cursor: pointer;
  background: #fff;
  transition: all 0.2s ease;
}

.color-box:hover {
  border-color: #16a34a;
}

input.peer:checked + .color-box {
  border-color: #16a34a;
  background: #16a34a;
  color: #fff;
  font-weight: 600;
}


/* Hide original radio button */
.color-radio {
  display: none;
}

/* Label as flex container */
.color-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 8px;
}

/* Fake checkbox box */
.new_main_product .checkbox-box {
  width: 32px;
  height: 32px;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
  transition: all 0.2s ease;
}

.new_main_product .color-options span.checkbox-box:before {
    content: '';
    position: absolute;
    left: -16.5%;
    top: -16%;
    width: 132%;
    height: 131%;
    display: block;
    background: transparent;
    z-index: 999;
    border: 1px solid #0C6742;
    border-radius: 7px;
}

/* Checked state for radio button styled as checkbox */
.color-radio:checked + .color-label .checkbox-box {
  background-color: #126948; /* blue background */
  border-color: #126948;
}

/* Checkmark inside the box */
.new_main_product .color-radio:checked + .color-label .checkbox-box::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 2px;
    width: 31%;
    height: 64%;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Text next to box */
.checkbox-text {
  font-size: 14px;
  color: #333;
}

.featured-text h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.featured-text ul {
  list-style: none;
  padding-left: 0;
}

.arrow-icon {
  width: 16px;   /* adjust size */
  height: 16px;  /* adjust size */
  margin-right: 8px;
}


/* Product Page New CSS */

.never-toss-section {
    text-align: center;
    padding: 50px 20px 28px 20px;
}

.never-toss-title {
    font-size: 36px;
    color: #000;
    margin: 0;
    line-height: 1.3;
    font-family: 'Avenir Next Cyr';
    letter-spacing: 0;
}

.never-toss-title .highlight {
    color: #126948;
}

.never-toss-wave {
    margin: 8px 0px -5px 0;
}

.never-toss-wave svg {
  max-width: 100px;
}

.never-toss-subtitle {
    font-size: 19px;
    color: #000000;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.new_main_product {
    max-width: 1920px;
    padding-left: 80px;
    padding-right: 80px;
}

.new_main_product .thumbs-column {
  width: 90px;
}

.new_main_product .thumbs-column .swiper {
  height: 500px; /* adjust based on design */
}

.new_main_product .thumbs-column .swiper-slide {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.new_main_product .thumb-button {
  border: 2px solid transparent;
  padding: 0;
  background: none;
  cursor: pointer;
  display: block;
}

.new_main_product .thumb-button img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
}

.new_main_product .thumb-button.active {
  border-color: #2563eb;
}

/* Swiper arrows */
.new_main_product .thumbs-column .swiper-button-prev,
.new_main_product .thumbs-column .swiper-button-next {
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
}

.new_main_product .thumbs-column .swiper-button-prev::after,
.new_main_product .thumbs-column .swiper-button-next::after {
  font-size: 12px;
  color: #fff;
}


.new_main_product .vertical-thumbs-gallery {
  display: flex;
  gap: 16px;
}

.new_main_product .vertical-thumbs-gallery .thumbs-column {
    width: 12%;
    display: flex;
    flex-direction: column;
}

.new_main_product .vertical-thumbs-gallery .thumbs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.new_main_product .vertical-thumbs-gallery .thumb-item {
  margin-bottom: 10px;
}

.new_main_product .vertical-thumbs-gallery .thumb-button {
    border: 1px solid transparent;
    padding: 0;
    background: none;
    cursor: pointer;
    display: block;
}

.new_main_product .vertical-thumbs-gallery .thumb-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.new_main_product .vertical-thumbs-gallery .thumb-button.active {
    border-color: #000000;
    border-radius: 8px;
}

.new_main_product .vertical-thumbs-gallery .main-image-column {
    width: 87%;
}

.new_main_product .vertical-thumbs-gallery .main-image-item {
    display: none;
    height: 100%;
}

.new_main_product .vertical-thumbs-gallery .main-image-item.is-active {
  display: block;
}

.new_main_product .vertical-thumbs-gallery .main-image-item img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    height: 99.6%;
}

.new_main_product .product {
    display: flex;
    gap: 3.5%;
    align-items: flex-start;
    padding-bottom: 65px;
    max-width: 1400px;
    margin: auto;
}

.new_main_product .product .vertical-thumbs-gallery {
    width: 54%;
    display: flex;
    gap: 15px;
    position: sticky;
    top: 20px;
}

.new_main_product .product .product__info-wrapper {
    width: 42.5% !important;
    padding: 0;
}

.new_main_product .product__title h1 {
    font-size: 36px;
    font-family: 'Avenir Next Cyr';
    letter-spacing: 0;
}

.new_main_product .product__title h1 .badge.price__badge-sale {
    padding: 10px 0px 8px 0px;
    margin-left: 10px;
}

.new_main_product .price span.price-item {
    font-family: Poppins;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 25px;
}

.new_main_product .price .price-item--regular {
    font-family: Poppins;
    letter-spacing: 0;
}

.new_main_product .featured-text li {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    gap: 10px;
}

.new_main_product .featured-text {
    margin-top: 22px;
}

.new_main_product p.product__text {
    font-size: 18px;
    font-family: 'Avenir Next Cyr';
    letter-spacing: 0;
    color: #000;
    opacity: 0.95;
    line-height: 1.3;
    padding-bottom: 5px;
    font-weight: 400;
}

p.product__text.subtitle {
    font-weight: 600;
    font-size: 20px;
}

.new_main_product .custom-pack-variant h4.variant-heading {
    font-family: 'Avenir Next Cyr';
    font-size: 20px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    letter-spacing: 0;
}

.new_main_product .custom-pack-variant .variant-group:nth-child(1) h4.variant-heading {    
    margin-bottom: 50px;
}

.new_main_product .custom-pack-variant .variant-group:nth-child(1) h4.variant-heading:after{
    content: '';
    position: absolute;
    width: 105px;
    top: 13px;
    background: #000;
    height: 2px;
    margin-left: 30px;
    border-radius: 100px;
}

.new_main_product .both_price {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 0px 10px;
    align-items: center;
    align-content: center;
}

.new_main_product variant-radios.no-js-hidden {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    margin-bottom: 25px;
}

.color-radio[value="White"]:checked + .color-label .checkbox-box {
    background-color: #ffffff;
    border-color: #126948;
}

.color-radio[value="White"]:checked + .color-label .checkbox-box:after {
    border-color: #126948 !important;
}

.new_main_product .product-form__buttons {
    max-width: 100%;
}

.new_main_product .ship_div {    
    max-width: 100%;
}

.new_main_product .guarantee_text {
    text-align: center;
    font-weight: 500;
    color: #000;
    letter-spacing: 0;
    font-family: 'Poppins';
}

.new_main_product .accordion_items {
    margin: 5px 0;
    border-bottom: 1px solid #0000007a;
    padding-bottom: 5px;
}

.new_main_product .accordion_items p {
    margin: 0;
    font-family: 'Avenir Next Cyr';
    font-weight: 300;
}

.accordion_items button.ps-accordion.h4 {
    background: transparent;
    padding-left: 0;
    font-family: 'Avenir Next Cyr';
    font-weight: 400;
    margin-top: 0px;
    font-size: 20px;
    letter-spacing: 0;
}

.new_main_product .accordion_items .ps-panel {
    padding: 0;
    border: none;
    line-height: 1.4;
    padding-bottom: 8px;
    font-size: 16px;
    color: #000;
    padding-left: 0px;
    opacity: 0.8;
}

.accordion_items button.ps-accordion:after {
    filter: brightness(0);
}

.new_product .freshness_section_main {
    max-width: 1920px;
    width: calc(100% - 160px);
    margin: auto;
}

.new_product .freshness-section {
    padding: 80px 20px;
    background-color: #f5fce9; /* fallback if no bg image */
}

.new_product .freshness-grid {
    display: flex;
    align-items: center;
    gap: 5%;
    max-width: 95%;
    margin: 0 auto;
}

.new_product .freshness-title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.new_product .freshness-section.stop-wasting-food .freshness-title {
    color: #FFFFFF !important;    
}

.new_product .freshness-section.stop-wasting-food  .freshness-desc {
    color: #FFFFFF !important;
}

.new_product .freshness-title span {
    color: #008c4a; /* green highlight */
}

.new_product .freshness-wave {
    margin: 12px 0;
}

.new_product .freshness-desc p {
    margin: 10px 0px;
}

/* .new_product .freshness-desc p {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
} */

.new_product .freshness-btn {
    display: inline-block;
    background: #FF8D02;
    color: #fff;
    padding: 16px 28px;
    border-radius: 100px;
    max-width: 240px;
    width: 100%;
    text-align: center;
    margin: 0;
    font-family: Avenir Next Cyr;
    font-weight: 700;
    font-size: 20px;
    line-height: 15.82px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: unset !important;
    margin-top: 12px;
}

.new_product .freshness-btn:hover {
    background: #e27c00;
}

.new_product .freshness-subtitle {
    font-family: Avenir Next Cyr;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.78px;
    letter-spacing: 0;
    color: #000;
    margin-top: 20px;
    margin-bottom: 0;
}

.new_product .freshness-image img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
}

.new_product .freshness-grid .freshness-text {
    width: 48%;
    padding-left: 4%;
    padding-right: 4%;
}

.new_product .freshness-grid .freshness-image {
    width: 52%;
}

/* Head Content */
.new_product .title, .testimonials-header h2, .new_product .info-section .title, .new_product .science-section .title, .new_product .research-data-section .title, .new_product .faq-title, .new_product .fridge-benefits .title, .new_product .family-heading, .new_product .fridge-family-footer .title, .never-toss-title {
    margin: 0 !important;
    font-family: 'Avenir Next Cyr';
    font-weight: 600;
    font-size: 36px;
    line-height: 43.51px;
    letter-spacing: 0;
}

.new_product .family-subheading, .new_product .family-highlight, .new_main_product .featured-text li, .new_product .freshness-desc, .testimonials-header p, .new_product .info-section .description, .new_product .science-description, .new_product .research-subheading, .new_product .comparison-subheading, .new_product .family-textbox {
    color: #000;
    font-family: Avenir Next Cyr;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
}

.new_product .info-wrapper .button {
    display: inline-block;
    background: #FF8D02;
    color: #fff;
    padding: 16px 28px;
    border-radius: 100px;
    max-width: 240px;
    width: 100%;
    text-align: center;
    margin: 0;
    font-family: Avenir Next Cyr;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: unset !important;
    margin-top: 14px;
}

.new_product .info-wrapper .button:after, .new_product .info-wrapper .button:before {
    display: none;
}

.new_product .info-wrapper .button a {
    text-decoration: none;
    color: #fff;
    line-height: 1.2;
}

.new_product .title span.highlight {
    color: #126948;
}

.new_product .freshness-section.stop-wasting-food h2.title {
    color: white;
}

.new_product .product__info-wrapper .product-form__submit {
    font-size: 18px;
}

.new_product .product__info-container {
    max-width: 100rem;
}

.new_product .Prod-Buy-Buttons {
    max-width: 60rem;
}

.new_product .custom-pack-variant {
    max-width: 60rem;
}

.new_product .mobile_slider_only {
    display: none;
}

.new_product .freshness-desc {
    text-align: justify;
}

.new_product .Custom-Trust {
    background: #F8F8F8;
    padding-top: 50px;
    padding-bottom: 0;
    min-height: 190px;
    max-height: 190px;
    position: relative;
    overflow: hidden;
}

.new_product .Custom-Trust:after {
    content: '';
    position: absolute;
    left: 0;
    background: #f8f8f8;
    display: block;
    width: 100%;
    height: 28%;
    bottom: -3%;
}

.new_product .info-section {
    padding: 60px 0 80px 0;
}

.new_product .info-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto;
    gap: 80px;
}

.new_product .info-wrapper.image-left {
    flex-direction: row-reverse;
}

.new_product .info-section .subtitle {
    display: inline-block;
    color: #000;
    padding: 8px 16px 10px 16px;
    border-radius: 4px;
    font-family: Avenir Next Cyr;
    font-weight: 450;
    font-size: 22px;
    line-height: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
    background: #55ce8366;
}

.new_product .info-section .title .highlight {
    color: #006400;
}

.new_product .info-section .wave {
    margin: 10px 0 5px 0;
}

.new_product  .info-section .description {
    font-family: Avenir Next Cyr;
    font-weight: 450;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: justify;
    color: #000;
}

.new_product .info-section .info-image img {
    width: 100%;
    border-radius: 8px;
}

.new_product .info-wrapper .info-image {
    width: 50%;
}

.new_product .info-wrapper .info-text {
    width: 50%;
    padding-left: 0;
    padding-right: 4%;
}

.new_product .info-section .description p {
    margin: 8px 0;
}

.new_product .science-section {
    padding: 60px 20px 70px 20px;
    position: relative;
    text-align: center;
    background-color: #f5faf6;
    max-width: 1920px;
    margin: auto;
    width: calc(100% - 160px);
}

.new_product .science-wrapper {
    max-width: 1360px;
    margin: 0 auto;
}

.new_product .science-section .title .highlight {
    color: #006400;
}

.new_product .science-wrapper .wave {
    margin-bottom: 2px;
    margin-top: 10px;
}

.new_product .science-description {
    text-align: center;
    margin-bottom: 40px;
}

.new_product .science-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
}

.new_product .science-card {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 3.16px 3.16px 0px #0000001A;
}

.new_product .science-card img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
}

.new_product .card-content {
    padding: 18px;
    text-align: center;
}

.new_product .card-content h3 {
    margin-bottom: 6px;
    color: #000;
    margin-top: 0;
    font-family: Avenir Next Cyr;
    font-weight: 600;
    font-size: 22px;
    line-height: 27.69px;
    letter-spacing: 0;
    text-align: center;
    min-height: 55px;
}

.new_product .card-content .underline {
    width: 40px;
    height: 2px;
    background: #ff9900;
    margin-bottom: 10px;
}

.new_product .card-content p {
    font-family: Avenir Next Cyr;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    opacity: 0.8;
    margin: 10px 0;
}

.new_product .card-button {
    color: #000;
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 16px;
    letter-spacing: 0;
    position: relative;
    text-align: center;
    width: 100%;
    margin: auto;
    max-width: 130px;
    padding: 8px 0px 17px 0px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.new_product .card-button:after {
    content: '';
    width: 100%;
    left: 0;
    bottom: 0px;
    height: 4px;
    display: block;
    position: absolute;
    background: #FF8D02;
    border-radius: 100px;
}

.new_product .research-data-section {
    padding: 80px 20px 50px 20px;
    background: #fff;
    text-align: center;
}

.new_product .research-data-container {
    max-width: 1500px;
    margin: 0 auto;
}

.new_product .research-data-section .subtitle {
    display: inline-block;
    background: #55ce8366;
    color: #000;
    padding: 6px 14px;
    border-radius: 5px;
    font-family: Avenir Next Cyr;
    font-weight: 450;
    font-size: 22px;
    line-height: 28.08px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 10px;
}

.new_product .research-data-section .title .highlight {
  color: #006400;
}

.new_product .research-subheading {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
    padding-top: 0px;
}

.new_product .research-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    border-radius: 30px;
    padding: 15px 30px;
    box-shadow: 0px 0px 7.91px 0px #00000040;
}

.new_product .research-column img {
    max-width: 100%;
    width: 100%;
}

.new_product .research-caption {
    font-family: Avenir Next Cyr;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    opacity: 0.9;
    margin: 12px 0;
}

.new_product .research-divider {
  width: 2px;
  background: #1f8a4c;
  opacity: 0.2;
}

.new_product .research-data-container .wave {
    display: flex;
    justify-content: center;
    margin: 9px 0;
}

.new_product .research-column:nth-child(1) {
    width: 60%;
}

.new_product .research-column:nth-child(2) {
    width: calc(40% - 40px);
}

.new_product .comparison-section {
    width: 100%;
    padding-bottom: 40px;
}

.new_product .comparison-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 20px 0px 20px;
    text-align: center;
    color: #fff;
    position: relative;
}

.new_product .comparison-hero:after {
    position: absolute;
    content: '';
    width: 100%;
    background: #ffffff;
    bottom: 0;
    height: 20%;
    left: 0;
    z-index: 0;
}

.new_product .comparison-container {
    max-width: 1500px;
    margin: 0 auto;
    z-index: 9;
    position: relative;
}

.new_product .comparison-subheading {
    max-width: 1350px;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}

.new_product .comparison-card {
    background: #fff;
    border-radius: 23.73px;
    overflow: hidden;
    box-shadow: 0px 0px 15.82px 0px #00000040;
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 35px;
}

.new_product .comparison-table {
    width: 100%;
    border-collapse: collapse;
}

.new_product .comparison-table .highlight-white {
    background: #fff !important;
}

.new_product .comparison-table th, .new_product .comparison-table td {
    padding: 14px 8px;
    border-bottom: 1px solid hsl(0deg 0% 0% / 36%);
    text-align: center;
}

.new_product .comparison-table th:first-child, .new_product .comparison-table td:first-child {
    text-align: left;
    font-family: Avenir Next Cyr;
    font-weight: 600;
    font-size: 20px;
    line-height: 47.47px;
    letter-spacing: 0;
    color: #000;
}

.new_product .comparison-table th {
    /* background: #f9f9f9; */
    color: #333;
}

.new_product .comparison-table .highlight-col {
    background: #1FB77A;
    color: #fff;
    font-weight: 600;
    position: relative;
}

.new_product .comparison-table tr td.highlight-col:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: -1px;
    height: 1px;
    left: 0;
    background: #1FB77A;
    display: block;
}

.new_product .comparison-table tr td:nth-child(1) {
    width:40%;
}

.new_product .comparison-table tr td:nth-child(2) {
    width:20%;
}

.new_product .comparison-table tr td:nth-child(3) {
    width:25%;
}

.new_product .comparison-table tr td:nth-child(4) {
    width:15%;
}

.new_product .checkmark {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.new_product .crossmark {
    color: #fff;
    opacity: 0.6;
    font-weight: bold;
    font-size: 18px;
}

.new_product .fridge-friend-img {
    display: block;
    max-width: 220px;
    margin: auto;
    padding-top: 10px;
}

.new_product .fridge-friend-title {
    font-weight: 700;
    font-size: 16px;
}

.new_product .comparison-container .comparison-heading {
    font-family: Avenir Next Cyr;
    font-weight: 600;
    font-size: 36px;
    line-height: 43.51px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    margin: 0;
}

.new_product .faq-section {
    background: #DBF9D5;
    padding: 60px 20px 80px 20px;
    text-align: center;
}

.new_product .faq-container {
    max-width: 980px;
    margin: 0 auto;
}

.new_product .faq-divider {
    width: 120px;
    height: 3px;
    background: #1f8a4c;
    margin: 0 auto 40px;
    border-radius: 2px;
}

.new_product .faq-list {
    text-align: left;
}

.new_product .faq-item {
    border-bottom: 1px solid #949494;
}

.new_product .faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 28px 0;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.new_product .faq-question:focus {
    outline: none;
}

.new_product .faq-icon {
    font-size: 20px;
    transition: transform 0.3s;
}

.new_product .faq-answer {
    display: none;
    padding: 0 0 15px;
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

.new_product .faq-item.active .faq-answer {
    display: block;
}

.new_product .faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.new_product .faq-section .wave {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.new_product .faq-section .faq-item span {
    font-family: Avenir Next Cyr;
    font-weight: 400;
    font-size: 23px;
    line-height: 20px;
    letter-spacing: 0;
}

.new_product .faq-section .faq-item .faq-icon {
    margin-right: 10px;
    font-size: 26px;
}

.new_product .faq-item .faq-answer p {
    font-family: 'Avenir Next Cyr';
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #000;
    opacity: 0.8;
}

.new_product .fridge-family-footer .title {
    font-weight: 700;
    font-size: 27px;
}

.new_product .fridge-family {
    padding: 80px 20px;
    background: #fff;
    text-align: center;
}

.new_product .fridge-family-container {
    max-width: 1200px;
    margin: 0 auto;
}

.new_product .family-subheading {
    text-align: center;
    max-width: 450px;
    margin: auto;
    margin-bottom: 40px;
}

.new_product .fridge-family-content {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    background-blend-mode: overlay;
    background: #ffffffed;
    border: 0.79px solid #b7b7b7bd;
    border-radius: 20.57px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.new_product .family-image {
    width: 45%;
}

.new_product .family-image img {
    width: 100%;
    border-radius: 20.57px;
    height: 100%;
    object-fit: cover;
}

.new_product .family-textbox {
    width: 55%;
    padding: 25px;
    text-align: left;
}

.new_product .family-signature {
    margin-top: 30px;
}

.new_product .family-signature img {
    max-width: 250px;
    height: auto;
}

.new_product .signature-text {
    margin: 0;
    font-family: Avenir Next Cyr;
    font-weight: 460;
    font-size: 19px;
    line-height: 30.06px;
    letter-spacing: 0;
    color: #000;
}

.new_product .fridge-family-footer {
    text-align: center;
}

.new_product .family-highlight {
    margin: 4px 0 15px 0;
    text-align: center;
}

.new_product .comparison-table tr td:nth-child(2):after {
    content: '';
    position: absolute;
    display: block;
    bottom: -50%;
    height: 50%;
    width: 100%;
    background: #01b77e;
}

.new_product .fridge-family-footer .title .highlight {
    color: #006400;
}

.new_product .family-btn {
    display: inline-block;
    background: #FF8D02;
    color: #fff;
    padding: 16px 28px;
    border-radius: 100px;
    max-width: 240px;
    width: 100%;
    text-align: center;
    margin: 0;
    font-family: Avenir Next Cyr;
    font-weight: 700;
    font-size: 20px;
    line-height: 15.82px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: unset !important;
}

.new_product .family-btn:hover {
    background: #e59410;
}

.new_product .customer-testimonials {
    text-align: center;
    padding: 0px 20px 60px 20px;
    background: #fff;
}

.new_product .testimonials-header h2 span {
    color: #126948;
}

.new_product .testimonials-header p {
    max-width: 520px;
    margin: auto;
}

.new_product .customer-testimonials .wave-icon {
    color: #126948;
    padding-top: 8px;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 9px;
}

.new_product .testimonials-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
    max-width: 1410px;
    margin: auto;
    padding-top: 35px;
}

.new_product .testimonial-card {
    background: #fff;  
    max-width: 31%;
    text-align: center;
}

.new_product .testimonial-image {
    width: 100%;
    margin-bottom: 0;
    max-height: 515px;
    box-shadow: 0px 4px 4px 0px #00000040;
    min-height: 515px;
    object-fit: cover;
}

.new_product .testimonial-title {
    margin: 15px 0 10px 0;
    color: #000;
    font-family: Avenir Next Cyr;
    font-weight: 600;
    font-size: 22px;
    line-height: 21.37px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
}

.new_product .testimonial-quote {
    color: #000;
    font-style: normal;
    font-family: Avenir Next Cyr;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    opacity: 0.8;
    margin: 0;
    min-height: 85px;
}

.new_product .testimonial-name {
    color: #111;
    font-family: Avenir Next Cyr;
    font-weight: 600;
    font-size: 22px;
    line-height: 17.09px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 12px;
}

.new_product .fridge-family-container .wave {
    display: flex;
    justify-content: center;
    padding: 11px 0px 5px 0px;
}

.new_product .family-textbox strong {
    font-weight: 600;
}

.new_product .stop-wasting-food .container.freshness-grid {
    max-width: 1500px;
    width: 100%;
}

.new_product .stop-wasting-food .freshness-grid .freshness-text {
    padding-left: 0;
    padding-right: 2%;
}

.new_product .features-bar {
    background: #1BA772;
    padding: 40px 0;
    margin-bottom: 55px;
}

.new_product .features-container {
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 80px;
    padding-right: 80px;
}

.new_product .feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-align: center;
}

.new_product .features-container .feature-item {
    font-family: Avenir Next Cyr;
    font-weight: 600;
    font-size: 24.33px;
    line-height: 49.31px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.new_product .feature-item img {
    width: 62px;
    height: auto;
}

.new_product .media-mentions {
  padding: 80px;
  text-align: center;
}

.new_product .media-mentions-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: auto;
}

.new_product .media-mention-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 15px 10px;
    width: calc(100% / 3 - 45px);
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.new_product .media-logo {
    max-width: 120px;
    height: auto;
    margin: 0 auto;
    display: block;
    padding-bottom: 15px;
}

.new_product .media-quote {
    color: #000;
    margin: 0;
    font-family: Avenir Next Cyr;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    opacity: 0.8;
}

.new_product .freshness-section.stop-wasting-food .freshness-desc a {
    color: #fff;
}

.new_product .fridge-benefits {
    padding: 0px 0 60px 0;
    background: #fff;
}

.new_product .fridge-benefits-container {
    max-width: 1920px;
    background-color: #FBFBFB;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-blend-mode: overlay;
    gap: 65px;
    width: calc(100% - 160px);
    margin: auto;
    margin-bottom: 20px;
    padding: 55px 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.new_product .fridge-benefits-image {
    flex: 1;
}
.new_product .fridge-benefits-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.new_product .fridge-benefits-content {
    flex: 1;
}


.new_product .fridge-benefits .title .highlight {
    color: #006400;
}

.new_product .fridge-benefits .wave {
    margin-bottom: 15px;
    display: flex;
    margin-top: 10px;
}

.new_product .benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.new_product .benefits-list li {
    display: flex;
    align-items: flex-start;
    font-family: Avenir Next Cyr;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 9px;
    color: #000;
    text-align:left;
}

.new_product .benefits-list li strong {
    font-weight: 700;
    opacity:0.8;
}

.new_product .check-icon {
    display: inline-block;
    opacity: 0.8;
    font-weight: bold;
    margin-right: 10px;
    font-size: 18px;
    line-height: 1.4;
}

.new_product .benefits-list li p {
    margin: 0;
}

.new_product .proven_tech_commercial h2.title {
    color: #006400;
}

.new_product .proven_tech_commercial span.highlight {
    color: #000 !important;
}

.new_product .comparison-section .wave-icon {
    display: flex;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.new_product .comparison-table thead th {
    font-family: Avenir Next Cyr;
    font-weight: 600;
    font-size: 20px;
    line-height: 47.47px;
    letter-spacing: 0;
    text-align: center;
}

.new_main_product variant-radios.no-js-hidden fieldset.js.product-form__input:nth-child(2) label.color-label span.checkbox-text {
    font-family: Avenir Next Cyr;
    font-weight: 600;
    font-size: 18px;
    line-height: 39.56px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.new_main_product variant-radios.no-js-hidden fieldset.js.product-form__input:nth-child(2) label.color-label {
    margin: 0 !important;
    border: 0;
    padding: 5px 10px 5px 0px !important;
    display: flex;
    flex-direction: row;
}

.new_product .custom-pack-variant legend.form__label {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #000;
}

.new_main_product .product-form__input input[type=radio]+label {
    border-radius: 12px !important;
    padding: 15px 10px !important;
    text-transform: unset;
    font-weight: 700;
    background: transparent !important;
    border: none;
}

.new_product .custom-pack-variant label {
    height: 100%;
    margin: 0 !important;
    display: flex !important;
    background: transparent !important;
    align-content: space-between;
    flex-direction: column;
    justify-content: space-between;
}

.new_product .custom-pack-variant .attraction_text {
    display: none;
}

.new_main_product variant-radios.no-js-hidden fieldset.js.product-form__input:nth-child(1) legend.form__label {
    margin-bottom: 45px;
    position: relative;
}

.new_main_product variant-radios.no-js-hidden fieldset.js.product-form__input:nth-child(1) legend.form__label:after {
    position: absolute;
    left: 115%;
    width: 70%;
    background: #000;
    height: 2px;
    display: block;
    content: '';
    top: 49%;
}

.new_main_product .product-form__input input[type=radio]:checked + label {
    border: 1px solid #000;
}

.new_main_product .product .grid__item.product__media-wrapper {
    width: 45% !important;
    max-width: 45% !important;
    position: sticky;
    top: 40px;
}

.new_main_product .product .product__info-wrapper {
    width: 55% !important;
    max-width: calc(55% - 3.5%) !important;
}

.new_main_product .product .grid__item.product__media-wrapper img {
    border-radius: 30px;
}


.new_main_product .product .grid__item.product__media-wrapper button.thumbnail img {
    border-radius: 10px;
}

.new_main_product .product .grid__item.product__media-wrapper button.thumbnail {
    border-radius: 10px;
}

.new_main_product .product .price--on-sale .price__container .price__sale {
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
    align-items: center;
}

.new_main_product .featured-text li {
    line-height: 36px;
}

.new_product .Custom-Trust {
    background: #F8F8F8;
    padding-top: 50px;
    padding-bottom: 0;
    min-height: 190px;
    max-height: 190px;
    position: relative;
    overflow: hidden;
}

.new_product .Custom-Trust:after {
    content: '';
    position: absolute;
    left: 0;
    background: #f8f8f8;
    display: block;
    width: 100%;
    height: 28%;
    bottom: -3%;
}

td.cart-item__details dl {
    max-width: 100%;
}



/* Responsive */
@media screen and (max-width: 1610px) {
.new_product .title, .testimonials-header h2, .new_product .info-section .title, .new_product .science-section .title, .new_product .research-data-section .title, .new_product .faq-title, .new_product .fridge-benefits .title, .new_product .family-heading, .new_product .fridge-family-footer .title, .never-toss-title {
    font-size: 32px;
    line-height: 41.51px;
}

.never-toss-subtitle {
    font-size: 18px;
}

.new_product .testimonial-card {
    max-width: 30%;
}

.new_product .info-wrapper .info-text {
    padding-right: 1%;
}

.new_product .science-section {
    padding: 60px;
}

.new_product .info-section .subtitle {
    font-size: 20px;
}

.new_product .media-mentions-wrapper {
    gap: 40px;
}

.new_product .fridge-benefits-container {
    width: calc(100% - 0px);
}

.new_product .features-container .feature-item {
    font-size: 20.33px;
}

.new_product .features-bar {
    padding: 30px 0;
}

.new_product .faq-section .faq-item span {
    font-size: 21px;
}

.new_product .info-wrapper .button {
    padding: 5px 28px;
    max-width: 200px;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.new_product .info-wrapper .button a {
    line-height: 1;
}

.new_product .freshness-btn {
    display: flex;
    padding: 14px 28px;
    max-width: 200px;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.new_product .comparison-hero, .new_product .research-data-section, .new_product .info-section, .new_product .customer-testimonials, .new_product .fridge-benefits-container, .new_product .stop-wasting-food {
    padding-left:80px;
    padding-right:80px;
}

.new_product .freshness-grid .freshness-text {
    padding-left: 1%;
}



}    



@media screen and (max-width: 1380px) {
.new_main_product .pack-price {
    font-size: 18px;
}

.new_main_product .pack-compare {
    font-size: 14px;
}

.new_main_product .pack-subtext {
    font-size: 14px;
}

.new_main_product .pack-card {
    padding: 10px;
}

.new_main_product .pack-title {
    font-size: 19px;
}

.new_main_product {
    padding-left: 40px;
    padding-right: 40px;
}

.new_main_product .featured-text li {
    font-size: 16px;
}

.never-toss-subtitle {
    font-size: 18px;
}

.new_main_product p.product__text {
    font-size: 16px;
}

.new_main_product .price span.price-item {
    font-size: 22px;
}

.accordion_items button.ps-accordion.h4 {
    font-size: 16px;
}

.pack-options {
    gap: 40px 16px;
}

.new_product .freshness-section {
    padding: 40px 20px;
}

.new_product .media-mentions {
    padding: 60px 40px;
    text-align: center;
}

.new_product .testimonial-quote {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.new_product .title, .testimonials-header h2, .new_product .info-section .title, .new_product .science-section .title, .new_product .research-data-section .title, .new_product .faq-title, .new_product .fridge-benefits .title, .new_product .family-heading, .new_product .fridge-family-footer .title, .never-toss-title {
    font-size: 30px;
    line-height: 39px;
}

.new_product .freshness_section_main, .new_product .science-section {
    width: calc(100% - 80px);
}

.new_product .media-mention-item {
    width: calc(100% / 3 - 32px);
}

.new_product .info-wrapper {
    gap: 50px;
}

.new_product .card-content h3 {
    font-size: 18px;
    line-height: 25.69px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new_product .card-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.new_product .research-caption {
    font-size: 16px;
}

.new_product .info-section .subtitle {
    font-size: 18px;
    padding: 10px 15px;
}

.new_product .comparison-section {
    padding-bottom: 60px;
}

.new_product .comparison-card {
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 25px;
}

.new_product .stop-wasting-food .freshness-grid .freshness-text {
    padding-left: 0;
    padding-right: 0%;
}

.new_product .feature-item img {
    width: 50px;
}

.new_product .features-container .feature-item {
    font-size: 18px;
}

.new_product .testimonial-image {
    max-height: 415px;
    min-height: 415px;
}

.new_product .comparison-hero, .new_product .research-data-section, .new_product .info-section, .new_product .customer-testimonials, .new_product .fridge-benefits-container, .new_product .stop-wasting-food, .new_product .media-mentions, .new_product .features-container {
    padding-left:40px;
    padding-right:40px;
}



}

@media screen and (max-width: 1100px) {
.new_product .testimonials-wrapper {
    gap: 4%;
}

.new_product .testimonial-title {
    font-size: 19px;
}

.new_product .testimonial-name {
    font-size: 18px;
}

.new_product .science-section {
    padding: 20px;
}

.new_product .science-cards {
    gap: 3%;
}

.new_product .card-button {
    font-size: 18px;
}

.new_product .research-data-section .subtitle {
    font-size: 18px;
}

.new_product .research-flex {
    padding: 15px;
}

.new_product .research-caption {
    line-height: 1.3;
}

.new_product .comparison-card {
    padding-left: 15px;
    padding-right: 15px;
}

.new_product .fridge-friend-img {
    max-width: 130px;
}

.new_product .comparison-table th:first-child, .new_product .comparison-table td:first-child, .new_product .comparison-table thead th {
    font-size: 18px;
}

.new_product .info-wrapper .info-text {
    padding-right: 0%;
}

.new_product .fridge-benefits-container {
    gap: 45px;
    margin-bottom: 0;
}

.new_product .family-textbox {
    padding: 15px 5px;
}

.new_product .fridge-family-footer .title {
    font-size: 25px !important;
}

.new_product .features-container .feature-item {
    width: 50%;
}


}


@media screen and (max-width: 767px) {
.new_main_product .product {
    flex-direction: column;
}

.new_main_product {
    padding-left: 15px;
    padding-right: 15px;
}

.new_main_product .product .vertical-thumbs-gallery {
    width: 100%;
    display: none;
}

.new_main_product .product .product__info-wrapper {
    width: 100% !important;
}

.never-toss-title {
    font-size: clamp(24px, 7.5vw, 34px)
}

.never-toss-subtitle {
    font-size: clamp(16px, 1.6vw, 18px);
    padding-top: 5px;
    line-height: 1.3;
}

.new_main_product .featured-text li {
    gap: 4px;
    line-height: 1.3;
}

.new_main_product .featured-text li svg {
    width: 15px;
    height: 15px;
}

.new_main_product .product__title h1 {
    font-size: clamp(28px, 7.5vw, 34px);
    padding-top: 20px;
}

.mobile_slider_only {
    display: block !important;
}

.mobile_slider_only slider-component {
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
}

.mobile_slider_only ul {
    margin: 0 !important;
    scroll-padding-left: 0 !important;
}

html .mobile_slider_only .grid__item {
    margin-left: 0 !important;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    padding: 0 !important;
    margin-bottom: 10px !important;
}

.thumbnail-list__item.slider__slide {
    width: calc(25% - .6rem) !important;
}

.thumbnail-list__item.slider__slide button {
    border-radius: 12px;
    overflow: hidden;
}

.new_main_product .custom-pack-variant .variant-group:nth-child(1) h4.variant-heading {
    margin-bottom: 16px;
    text-align: center;
}

.new_main_product .custom-pack-variant .variant-group:nth-child(1) {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 3px 15px 15px 15px;
}

.new_main_product .custom-pack-variant .variant-group:nth-child(1) h4.variant-heading:after {
    width: 100%;
    left: 0;
    margin-left: 0;
    z-index: -2;
}

.new_main_product .custom-pack-variant .variant-group:nth-child(1) h4.variant-heading:before {
    content: '';
    position: absolute;
    width: 70%;
    background: #fff;
    height: 100%;
    margin-left: 0;
    border-radius: 100px;
    z-index: -1;
    top: 0;
    left: calc(30% / 2);
}

.new_main_product .both_price {
    align-content: flex-start;
    order: 3;
    justify-content: left;
}

.new_main_product .pack-price {
    font-size: 16px;
}

.new_main_product .pack-compare {
    font-size: 12px;
}

.new_main_product .discount-badge {
    position: relative;
    border-radius: 5px;
    width: fit-content;
    font-size: 12px;
    padding: 1px 6px;
    font-weight: 500;
    top: auto;
    letter-spacing: 0;
    left: auto;
    transform: unset;
    order: 2;
}

.new_main_product .title_sub {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    order: 1;
}

.new_main_product .pack-options {
    gap: 20px;
}

.new_main_product .input_lable input {
    display: block !important;
    position: absolute !important;
    top: 0;
    left: 10px;
    height: 94% !important;
    accent-color: #000;
    width: 19px !important;
    clip: unset !important;
    overflow: unset !important;
    z-index: 99;
    box-shadow: unset !important;
    outline: unset !important;
}

.new_main_product .pack-card {
    padding: 12px 12px 12px 45px;
}

.new_main_product input.peer:checked + .pack-card {
    background: #FFFAEE;
}

.new_main_product .pack-compare {
    position: relative;
    top: 3px;
}

.new_main_product .pack-options {
    flex-direction: column;
}

.new_main_product p.product__text.subtitle {
    font-size: 18px !important;
}

.new_main_product .ps-accordion::after {
    font-size: 22px;
}

.new_main_product .ps-accordion {
    padding: 5px;
}

.never-toss-section {
    padding: 30px 15px 15px 15px;
}

.new_product .title, .testimonials-header h2, .new_product .info-section .title, .new_product .science-section .title, .new_product .research-data-section .title, .new_product .faq-title, .new_product .fridge-benefits .title, .new_product .family-heading, .new_product .fridge-family-footer .title, .never-toss-title, .new_product .comparison-container .comparison-heading {
    font-size: clamp(24px, 7.5vw, 34px);
    line-height: 1.4;
    text-align: center;
}

.new_product .freshness_section_main, .new_product .science-section {
    width: 100%;
}

.new_product .freshness-section {
    padding: 40px 15px;
}

.new_product .freshness-grid {
    gap: 0;
    max-width: 100%;
    margin: 0 auto;
    flex-direction: column-reverse;
}

.new_product .freshness-grid .freshness-text {
    padding: 0;
    width: 100%;
}

.new_product .family-subheading, .new_product .family-highlight, .new_main_product .featured-text li, .new_product .freshness-desc, .testimonials-header p, .new_product .info-section .description, .new_product .science-description, .new_product .research-subheading, .new_product .comparison-subheading, .new_product .family-textbox {
    font-size: 16px;
    text-align: center;
}

.new_main_product .product {
    padding-bottom: 35px;
}

.new_product .freshness-grid .freshness-image {
    width: 100%;
    margin-top: 0;
    margin-bottom: 26px;
}

.new_product .freshness-wave {
    display: flex;
    justify-content: center;
}

.new_product .freshness-btn {
    max-width: 290px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 22px;
}

.new_product .freshness-subtitle {
    text-align: center;
}

.new_main_product .featured-text li span {
    width: calc(100% - 15px);
    text-align: left;
}

.new_product .media-mentions-wrapper, .new_product .testimonials-wrapper, .new_product .fridge-family-content {
    flex-direction: column;
}

.new_product .media-mentions-wrapper {
    gap: 15px;
}

.new_product .comparison-hero, .new_product .research-data-section, .new_product .info-section, .new_product .customer-testimonials, .new_product .fridge-benefits-container, .new_product .stop-wasting-food, .new_product .media-mentions, .new_product .features-container {
    padding-left: 15px;
    padding-right: 15px;
}

.new_product .media-mention-item {
    width: 100%;
    min-height: 140px;
}

.new_product .media-quote {
    font-size: 16px;
    line-height: 24px;
}

.new_product .media-logo {
    padding-bottom: 9px;
}

.new_product .media-mentions {
    padding-top: 40px;
    padding-bottom: 40px;
}

.new_product .testimonial-card {
    max-width: 85%;
}

.new_product .testimonial-image {
    max-height: 325px;
    min-height: 325px;
}

.new_product .testimonial-name, .new_product .testimonial-quote {
    text-align: left;
    white-space: break-spaces;
}

.new_product .testimonial-quote {
    font-size: 16px;
    overflow: unset;
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
    text-align: left;
    min-height: auto;
    white-space: break-spaces;
}

.new_product .testimonial-title {
    font-size: 18px;
    text-align: left;
}

.new_product .testimonials-wrapper {
    gap: 22px !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    overflow: scroll;
    justify-content: left;
}

.new_product .customer-testimonials {
    padding-bottom: 0;
}

.new_product .Custom-Trust {
    padding-top: 40px;
    padding-bottom: 40px;
}

.new_product .features-container .feature-item p {
    margin: 0;
    text-align: left;
    line-height: 1.3;
    font-size: clamp(14px, 4vw, 18px);
}

.new_product .features-container .feature-item {
    width: 47%;
}

.new_product .features-container {
    gap: 10px;
}

.new_product .feature-item img {
    width: 50px;
    max-height: 50px;
    max-width: 50px;
    min-width: 50px;
    object-fit: contain;
}

.new_product .info-wrapper {
    gap: 0px;
    flex-wrap: wrap;
}

.new_product .info-wrapper .info-image {
    width: 100%;
    padding: 20px 0px;
}

.new_product .info-wrapper .info-text {
    width: 100%;
    padding-left: 0;
    padding-right: 0%;
}

.new_product .info-section .wave {
    margin: 10px 0px -10px 0px;
    text-align: center;
}

.new_product .info-section .subtitle {
    font-size: 16px;
    padding: 8px 5px;
    margin: auto;
    display: block;
    width: fit-content;
    margin: 10px auto 5px auto;
}



.new_product .info-section {
    padding: 0px 15px 40px 15px;
}

.new_product .science-section {
    padding: 20px 15px;
}

.new_product .freshness-wave svg, .new_product .customer-testimonials .wave-icon svg, .new_product .info-section .wave svg, .new_product .science-wrapper .wave svg, .new_product .faq-section .wave svg, .new_product .fridge-family-container .wave svg, .new_product .fridge-benefits .wave svg, .new_product .comparison-section .wave-icon, .new_product .research-data-container .wave svg {
    max-width: 80px;
}

.new_product .science-section {
    padding: 30px 15px 140px 15px;
}

.new_product .science-wrapper .wave {
    margin-bottom: 5px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
}

.new_product .card-button {
    display: none;
}

.new_product .card-content p {
    overflow: unset;
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
}

.new_product .science-card {
    overflow: unset;
}

.new_product .features-bar {
    margin-bottom: 45px;
}

.new_product .card-content h3 {
    min-height: 45px;
}

.new_product .faq-section {
    padding: 40px 15px 50px 15px;
}

.new_product .faq-section .faq-item span {
    font-size: 16px;
    text-align: left;
}

.new_product .faq-question {
    padding: 13px 0;
}

.new_product .faq-item .faq-answer p {
    font-size: 16px;
}

.new_product .faq-section .faq-item .faq-icon {
    font-size: 21px;
}

.new_product .fridge-family {
    padding: 40px 15px 40px 15px;
}

.new_product .family-btn {
    font-size: 18px;
    min-height: 45px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.new_product .family-textbox {
    width: 100%;
}

.new_product .family-image {
    width: 100%;
}

.new_product .family-textbox {
    padding: 0px 15px 30px 15px;
    text-align: left;
}

.new_product .fridge-family-content {
    gap: 0px;
}

.new_product .signature-text {
    font-size: 18px;
}

.new_product .family-signature img {
    max-width: 230px;
}

.new_product .family-subheading {
    margin-bottom: 20px;
    line-height: 1.5;
}

.new_product .fridge-benefits-container {
    gap: 0px;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 30px;
}

.new_product .fridge-benefits {
    padding: 0;
}

.new_product .benefits-list li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
}

.new_product .fridge-benefits .wave {
    justify-content: center;
}

.new_product .fridge-benefits-content {
    padding-top: 20px;
}

.new_product .info-wrapper .button {
    padding: 0px 28px;
    max-width: 250px;
    font-size: 18px;
    margin: auto;
    min-height: 45px;
    margin-top: 20px;
}

/* .new_product .proven_tech_commercial .info-text {
    padding-top: 20px;
} */

.new_product .comparison-section .wave-icon {
    margin: auto;
}

.new_product .research-data-section .subtitle {
    font-size: 16px;
    padding: 4px 5px;
}

.new_product .research-data-section {
    padding: 40px 15px 40px 15px;
}

.new_product .research-data-container .wave {
    margin: 9px auto;
}

.new_product .research-flex {
    flex-direction: column;
}

.new_product .research-column:nth-child(2) {
    width: 100%;
}

.new_product .research-column:nth-child(1) {
    width: 100%;
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
}

/* .new_product .info-wrapper {
    flex-direction: column-reverse !important;
} */

.new_product .comparison-table td svg {
    width: 23px;
    height: 23px;
}

.new_product .comparison-table th:first-child, .new_product .comparison-table td:first-child, .new_product .comparison-table thead th {
    font-size: clamp(10px, 3vw, 16px);
    line-height: 1;
}

.new_product .comparison-hero {
    padding: 40px 15px 0px 15px;
}

.new_product .comparison-card {
    padding-left: 10px;
    padding-right: 10px;
}

.new_product .fridge-friend-img {
    max-width: 80px;
    position: absolute;
    left: -16px;
    padding: 0;
    top: 16px;
}

.new_product .science-card img {
    min-height: auto;
    max-height: auto;
    object-fit: cover;
}

.new_main_product .product .grid__item.product__media-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    top: 0;
}

.new_main_product .product .product__info-wrapper {
    width: 100% !important;
    max-width: calc(100% - 0%) !important;
}

.new_main_product .pack-subtext {
    margin-bottom: 6px;
}

.new_product .custom-pack-variant .attraction_text {
    display: block;
    position: absolute;
    top: -8px;
    right: 15px;
    background: #050505;
    color: #fff;
    font-family: 'Avenir Next Cyr';
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0px 20px;
    border-radius: 0px 0px 10px 10px;
}

.new_product .custom-pack-variant .attraction_text:after {
    content: '';
    position: absolute;
    left: -3px;
    top: 0;
    height: 8px;
    width: 10px;
    background: #050505;
    z-index: 9999;
    clip-path: polygon(27% 0, 100% 0, 100% 100%, 0% 100%);
}

.new_product .custom-pack-variant .attraction_text:before {
    content: '';
    position: absolute;
    right: -3px;
    top: 0;
    height: 8px;
    width: 10px;
    background: #050505;
    z-index: 9999;
    clip-path: polygon(0 0, 73% 0, 100% 100%, 0% 100%);
}

.new_main_product .product-form__input input[type=radio]:checked + label {
    border: 2px solid #000;
    background: #FFFAEE !important;
}

.new_main_product .product-form__input input[type=radio]+ label {
    padding-left: 50px !important;
}

.new_main_product variant-radios.no-js-hidden fieldset.js.product-form__input:nth-child(2) label.color-label {
    background: transparent !important;
}

.new_main_product variant-radios.no-js-hidden fieldset.js.product-form__input:nth-child(1) legend.form__label {
    margin-bottom: 15px;
    position: relative;
    width: fit-content;
    text-align: center;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.new_main_product variant-radios.no-js-hidden fieldset.js.product-form__input:nth-child(1) legend.form__label:after {
    position: absolute;
    left: -25%;
    width: 150%;
    background: #000;
    height: 2px;
    display: block;
    content: '';
    top: 49%;
    z-index: -1;
}

.new_main_product .product .grid__item.product__media-wrapper .product__media-list img {
    border-radius: 20px;
}


.new_product .image-top > div:nth-child(2) {
    order: 1;
}

.new_product .image-top > div:nth-child(1) {
    order: 2;
}

.new_product .Custom-Trust {
    min-height: 170px;
    max-height: 170px;
}


}