/** Shopify CDN: Minification failed

Line 541:17 Expected ":"
Line 541:19 Expected identifier but found "200ms"
Line 1122:6 Comments in CSS use "/* ... */" instead of "//"

**/
div#rc_login>p>a{position:relative;top:30px;padding:.9rem 2rem;border-radius:28px;background-color:#0b3b35;color:#fff;transition:all .05s ease-out}div#rc_login>p>a:hover{top:35px}select.rc_widget__option__plans__dropdown{width:275px}

/* okendo reviews fixes */

.oke-w-reviewerRecommendation-text {
  font-size: 18px;
}

.oke-w-reviewReply-body {
    font-size: 16px;
}

body .okeReviews[data-oke-container] .oke-is-large .oke-w-review-side {
    height: max-content;
    border: 1px solid #afabab;
}

@media (max-width:1230px) {
  body .okeReviews[data-oke-container].oke-w, div.okeReviews.oke-w {
      padding-left: 15px;
      padding-right: 15px;
  }
}

@media (min-width:650px) and (max-width:1023px) {
  body .okeReviews[data-oke-container] .oke-is-medium .oke-w-review, body .okeReviews[data-oke-container] .oke-is-large .oke-w-review {
    flex-wrap: wrap;
  }
  body .okeReviews[data-oke-container] .oke-is-medium .oke-w-review-side, body .okeReviews[data-oke-container] .oke-is-large .oke-w-review-side {
    width: 100%;
    flex-basis: 100%;
    margin: 0 0 20px;
  }
  body .okeReviews[data-oke-container] .oke-reviewContent-stars, div.okeReviews .oke-reviewContent-stars {
      margin-left: 0;
  }
}
/* d2c fixes */
/* header fixes */
a.with-img{
  min-width: 250px;
  text-align: center;
}
/* footer fixes */
@media(max-width: 1332px){
  .footer__content{
    gap: unset;
    justify-content: space-between;
  }
  .footer__newsletter{
    flex-grow: 0;
  }
}
@media(max-width: 1100px) and (min-width: 768px){
  .footer__newsletter {
    width: 100%;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-flow: column;
    margin-bottom: 20px;
  }
}
@media(max-width: 990px) and (min-width: 768px){
  .footer__content{
    flex-direction: row;
  }
}
@media(max-width: 767px){
  .footer__content{
    flex-direction: column;
  }
}
/* global */
strong.large{
  font-size: 24px;
}

/* Featured Testimonial */
.featuredTestimonial__inner.reverse-layout .featuredTestimonial__content{
  flex-flow: row-reverse;
}
/* Nutrition Facts */
.vertical-content-center .productNutrition__container{
   display: flex;
   align-items: center;
}
.vertical-content-center .productNutrition__text {
    margin: 0;
}
.productNutrition__container .subtitle-wrap{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
  font-size: 20px;
}
.productNutrition__text .nutri-content,
.educationBanner__header .subtitle-wrap{
  font-size: 20px;
  line-height: 23.9px;
}
.productNutrition__text .nutri-content strong{
  font: 480 1.45rem / 1.6rem var(--f-secondary);
  letter-spacing: .29px;
  text-transform: uppercase;
  margin: 15px 0;
}

/* education banner */
@media(min-width: 991px){
  .educationBanner__header.vertical-content-center{
    align-self: center;
  }
  
}
.educationBanner__header .subtitle-wrap{
  color: #fff;
  margin: 15px 0;
  max-width: 461px;
}
/* product block - icon list */
ul.feature-icon-list li {
    flex: 1;
    display: grid;
}
ul.feature-icon-list .image-wrap{
  grid-row: 1;
  grid-column: 1;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 150px;
}
ul.feature-icon-list .image-wrap.main{
  z-index: 1;
}
/* add to cart */
.compare-price-slashed {
    text-decoration: line-through;
    color: rgb(11 33 29 / 67%);
    font-size: 16px;
}

/* SavedBy Styles Start */
savedby-widget .sb__container {
  padding-bottom: 16px !important;
}

savedby-widget .sb__primary-text {
  padding-top:3px !important;
}
/* SavedBy Styles End */
/* =================================================
GLOBALS AND REUSABLES
==================================================== */

:root {
  --section-titles: 64px;
  --section-titles-small: 48px;
  --section-titles-med: 24px;
  --ag-small-body: 16px;
  --ag-med-body: 18px;
  --title-icons: 21px;
  --max-cont-lg: 1314px;
  --pad-gutter-left: 2.5rem;
  --pad-gutter-right: 2.5rem;
}
@media(min-width: 1350px){
  :root{
    --pad-gutter-left: 0;
    --pad-gutter-right: 0;
  }
}
@media(max-width: 850px) and (min-width: 768px){
  :root{
    --pad-gutter-left: 1.2rem;
    --pad-gutter-right: 1.2rem;
  }
}
@media(max-width: 767px){
  :root{
    --pad-gutter-left: 22px;
    --pad-gutter-right: 22px;
    --gutter: 22px;
    --section-titles: 44px;
    --section-titles-small: 32px;
    --section-titles-med: 20px;
  }
}

.section-max-cont .card-container,
.section-max-cont .section-content,
.section-max-cont .section-content[class*=max-w-site]{
  max-width: var(--max-cont-lg);
  margin: 0 auto;
}
body.hide-header div#shopify-section-header,
body.hide-footer div#shopify-section-footer{
    display: none;
}

/* end fontsize */
.bodytext p{
  font-size: 18px;
  letter-spacing: 0.18px;
  line-height: 23.9px;
}
.pdp-large-title .section-content h2.font-heading,
.bodytext p.title,
.iconlist p.title,
p.title-dz{
  letter-spacing: -0.44px;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  font-family: var(--heading-font-stack);
}
p.title-dz{
  font-size: var(--section-titles-med);
  color: #1D423C;
}
.pdp-large-title .section-content h2.font-heading{
  font-size: var(--section-titles);
  letter-spacing: 0.44px;
  line-height: 100%;
  margin-bottom: 35px;
}
p.subtitle-dz {
  font-family: var(--f-primary);
  letter-spacing: 0.18px;
  font-size: 18px;
  color: #1D423C;
  text-align: center;
  font-weight: 500;
}
/* the slides */
.slick-slide {
    margin: 0 27px;
}

/* the parent */
.slick-list {
    margin: 0 -27px;
}
.slick-slider.slick-dotted ul.slick-dots {
    flex-flow: row;
    justify-content: center;
    bottom: -35px;
}
.slick-dots li button {
    background: none;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 17px;
    height: 17px;
}

.slick-dots li.slick-active button{
    background: #fff;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:before{
  color: unset;
}
.slick-prev, .slick-next {
    color: green;
    font-size: 12px;
    left: 0;
    top: 170px;
    z-index: 2;
}
.slick-next{
  left: unset;
  right: 10px;
}
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
img.slick-prev, img.slick-next {
    width: 32px;
    height: 12px;
    object-fit: contain;
}

.center-container-dzy  {
  display: grid;
  height: 100%;
  grid-template-columns: 60% 40%;
  grid-template-rows: 100%;
  height: 100vh;
}


.left-container-dzy  {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  gap: 20px;
  padding: 1rem;
  padding-top: 200px;
}

.right-dzy  {
  padding: 2rem;
  position: relative;
}

.right-container-dzy  {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.card-dzy {
  display: grid;
  grid-template-columns: 60px auto;
  align-items: flex-start;
  column-gap: 25px;
}
.card-dzy .img-wrapper{
    grid-column: 1;
    grid-row: 1 / span 3;
    position: relative;
}
.iconlist .card-dzy p.title{
    grid-row: 1;
}
.iconlist .card-dzy p.content{
    grid-row: 2;
}
.card-dzy .img-wrapper:after {
    content: '';
    height: 180px;
    width: 10px;
    display: block;
    grid-row: 3;
    margin: 0 auto;
    background: #1d423c;
}
.card-dzy .img-wrapper.none:after{
    height: 0;
}
.card-dzy img{

}
.card-dzy:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 150px;
    color: pink;
    display: block;
    left: 0;
    bottom: 0;
}
.gsap-marker-start, .gsap-marker-end {
    visibility: hidden;
}
.mobile-show,
.slick-slide img.mobile-show{
  display: none;
}

@media(max-width: 992px){
  .left-container-dzy{
    padding-top: initial;
  }
}
@media(max-width: 767px){
  .mobile-show,
  .slick-slide img.mobile-show{
    display: block;
  }
  .mobile-hide,
  .slick-slide img.mobile-hide{
    display: none;
  }
}
.btn-wrap-dz {
    text-align: center;
}
.btn-wrap-dz span{
    min-width: 271px;
    font-family: 'ClashGrotesk-Variable';
    font-size: 18px;
    letter-spacing: 0.9px;
    font-weight: 500;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.px-section .image-with-text__content{
  padding: 0;
}
.textrow.image-with-text__text{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.textrow.image-with-text__text p,
.textrow.image-with-text__text span{
    margin: 0;
}
@media(min-width: 1280px){
  .max1130.section-content [class*=max-w-site],
  .max1130 .section-content [class*=max-w-site],
  .max1130 .section-content .px-container,
  .max1130 .section-content .accordion-wrap-pdpv2,
  .offers.hero-promo-pdpv2 .px-section .px-container, 
  .offers.hero-promo-pdpv2 .px-section .accordion-wrap-pdpv2,
  .max1130.section-max-cont .section-content[class*=max-w-site],
  .max1130.comparison-layout-design-2 .card-container,
  .max1130.faq-sc-pdpv2 .section-content,
  #shopify-section-template--24404093043001__page_title_fDFF4L .pageTitle .wrapper{
    max-width: 1130px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .max1130 .comparison-table-pdpv2 .card{
    padding-left: 0;
    padding-right: 0;
  }
}
@media(max-width: 550px){
  .textrow.image-with-text__text{
    margin-top: 20px;
  }
}
/* =================================================
FEATURED BLOCKS EXTENSION
==================================================== */
.featuredBlocks__content{
  margin: 0 auto;
}
/* =================================================
PROMO CARD
==================================================== */
.promoCard__content {
    display: grid;
    grid-template-columns: 85% 15%;
}
.promoCard__title {
    width: 80%;
    grid-column: 1;
}
.promoCard__title.full-row,
.promoCard__heading.full-row{
    width: 100%;
    grid-column: 1 / span 2;
}
.promoCard__price {
    grid-column: 2;
}
.promoCard__text {
    width: 100%;
    grid-column: 1 / span 2;
}
/* =================================================
IMAGE WITH OVERLAY EXTENSION
==================================================== */
.overlay-ext .content-wrap {
  position: relative;
  grid-row: 1;
  grid-column: 1;
  align-self: end;
  height: 100%;
  gap: 20px;
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  justify-content: space-between;
  z-index: 20;
}
.overlay-ext .content-wrap .text-wrapper {
  color: #fff;
  display: flex;
  flex-flow: column;
  gap: 20px;

}
.overlay-ext .content-wrap .text-wrapper.hidden{
 
}
.overlay-ext .content-wrap .text-wrapper div {
    display: flex;
    flex-flow: column;
    gap: 10px;
}
/* accordion */
.accordion-dz {
  cursor: pointer;
  outline: none;
  transition: 0.4s;
}

.active, .accordion:hover {

}

.panel-dz {
  height: 0;
  display: none;
  overflow: hidden;
  transition: ease-in-out 2s;
}
.accordion-wrap-pdpv2{
  display: flex;
  gap: 30px;
}
.accordion-wrap-pdpv2 .accordion-card {
    border-radius: 13px;
    overflow: hidden;
}
.accordion-wrap-pdpv2 .acc-content {
  line-height: 23.9px;
  color: #1d423c;
  height: 100%;
  animation: vertical-fade-in forwards 1s;
  animation-delay; 200ms;
}
@keyframes vertical-fade-in{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
.accordion-wrap-pdpv2 .acc-content .acc-title{
  padding: 25px 25px 30px 25px;
  background: #f9f9ee;
  border-radius: 0 0 12px 12px;
}
.accordion-wrap-pdpv2 .acc-content .acc-title .title-dz{
  display: flex;
  justify-content: space-between;
}
.accordion-wrap-pdpv2 .acc-content .acc-title .title-dz span{
  border-radius: 100%;
  width: 34px;
  height: 34px;
  border: 2px solid #1d423c;
  display: grid;
  place-content: center;
}
.accordion-wrap-pdpv2 .acc-content .acc-title .title-dz svg{
  height: 25px;
  width: 15px;
}
.accordion-wrap-pdpv2 .acc-content .acc-title.active .title-dz span.accoridion-minus{
  display: grid;
}
.accordion-wrap-pdpv2 .acc-content .acc-title .title-dz span.accoridion-minus,
.accordion-wrap-pdpv2 .acc-content .acc-title.active .title-dz span.accoridion-plus{
  display: none;
}
.accordion-wrap-pdpv2 .acc-content .acc-title.active{
  border-radius: 0;
}
.panel-dz.acc-cnt{
  padding: 0px 25px 30px 25px;
  background: #f9f9ee;
  height: 100%;
}
.accordion-wrap-pdpv2 .acc-title .title-dz{
  margin-bottom: 25px;
}
.accordion-wrap-pdpv2 ul {
    list-style: disc;
    padding-left: 15px;
    display: flex;
    flex-flow: column;
    gap: 10px;
}
@media(max-width: 767px){
  .accordion-wrap-pdpv2 {
    flex-flow: column;
  }
  .panel-dz.acc-cnt{
    margin-top: -5px;
  }
}
/* =================================================
IMAGE WITH TEXT EXTENSION
==================================================== */
.callout {
    float: left;
    margin: 0 0 20px 0;
    padding: 5px 20px;
    color: #fff;
    border-radius: 3px;
    transition: ease .3s;
}
.callout.sticky {
    position: fixed;
    top: 109px;
    transition: ease .3s;
}
.iconlist {
    display: flex;
    flex-flow: column;
    
}
.iconlist li {
    display: grid;
    grid-template-columns: 60px auto;
    align-items: center;
    column-gap: 80px;
}
ul.iconlist img {
    max-width: 50px;
    grid-column: 1;
    grid-row: 1 / span 2;
}
.iconlist p.title{
  font-size: var(--title-icons);
}
.iconlist p {
    grid-column: 2;
}
.image-with-text__content .caption-dz {
    margin: 0;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
/* =================================================
REVIEWS SC CUSTOM CSS CLASS
==================================================== */
.reviews-sc-v2 .oke-w-review-side-expandContent,
.reviews-sc-v2 .oke-w-reviewer-avatar,
.reviews-sc-v2 .oke-w-review-recommendation,
.reviews-sc-v2 .oke-w-review-media,
.reviews-sc-v2 .oke-w-review-reply,
.reviews-sc-v2 .oke-reviewContent-date,
.reviews-sc-v2 div.okeReviews .oke-w-review-footer,
.reviews-sc-v2 div.okeReviews .oke-w-breakdownModule,
.reviews-sc-v2 .oke-w-mediaCarouselModule,
.reviews-sc-v2 .oke-w-header-content-block.oke-w-header-content-block--twoThirds.oke-w-header-content-block--left,
.reviews-sc-v2 div.okeReviews .oke-w-reviews-controls{
    display: none;
}
.reviews-sc-v2 .oke-w-reviewer div {
    display: flex;
}
.reviews-sc-v2 .oke-w-reviewer div.oke-w-reviewer-avatar{
  display: none;
}
.reviews-sc-v2 .oke-w-reviewer-verified{
  visibility: collapse;
  flex-flow: row-reverse;
  gap: 5px;
}
.reviews-sc-v2 .oke-w-reviewer-verified span{
  visibility: visible;
}
.reviews-sc-v2 div.okeReviews .oke-w-review .oke-w-review-side {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    height: auto;
    flex-basis: auto;
}
.reviews-sc-v2 .oke-w-main {
    margin-top: -85px;
}
.reviews-sc-v2 .okeReviews.oke-w{
  margin: 0 auto;
  max-width: 1080px !important;
}
.reviews-sc-v2 .okeReviews[data-oke-container] .oke-w-review, 
.reviews-sc-v2 div.okeReviews .oke-w-review{
    flex-flow: column wrap !important;
}
.reviews-sc-v2 div.okeReviews ul.oke-w-reviews-list {
    display: flex;
    flex-flow: column;
    gap: 15px;
    margin-bottom: 35px;
}
.reviews-sc-v2 .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-list-item, div.okeReviews .oke-is-large .oke-w-reviews-list-item,
.reviews-sc-v2 .okeReviews[data-oke-container] .oke-w-reviews-list-item, div.okeReviews .oke-w-reviews-list-item{
    padding: 25px 30px;
    background: #e9ebc7;
    border-radius: 10px;
}
.reviews-sc-v2 .okeReviews[data-oke-container] .oke-button, div.okeReviews .oke-button {
    background: #fff;
    border: 1px solid #294039;
    color: #294039;
    font-weight: 500;
    border-radius: 15px;
}
@media(max-width: 990px){
  .reviews-sc-v2 .oke-is-medium .oke-w-header-content-block--oneThird {
    width: 100%;
  }
}
@media(max-width: 767px){
  .reviews-sc-v2 .oke-is-small .oke-w-header-content-module,
  .reviews-sc-v2 .oke-is-small .oke-w-header-content-block{
    justify-content: flex-start;
    margin: 0;
  }
  .reviews-sc-v2 .oke-w-main{
    margin: 0;
  }
  .reviews-sc-v2 div.okeReviews .oke-w-reviews-head {
    margin-bottom: 20px;
  }
  .reviews-sc-v2 div.okeReviews .oke-w-reviews-writeReview,
  .reviews-sc-v2 div.okeReviews .oke-w-reviews-writeReview a,
  .reviews-sc-v2 .oke-showMore a{
    margin-left: 0;
    width: 100%;
  }

  
}
/* =================================================
FEATURE TEXT COLUMNS VIDEO LIST EXTENSION
==================================================== */
.vidcontainer{
  max-width: var(--max-cont-lg);
  margin: 0 auto;
}
.vidcontainer .vid-list{
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.review-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* =================================================
PDP IMAGES VERSION 2 GRID STYLE EXTENSION
==================================================== */
.pdpv2-images-grid{
  display: grid;
}
.pdpv2-images-grid {
    display: grid;
    grid-template-columns: 157px 23% 23% 23%;
    /* grid-template-rows: 20%; */
    gap: 17px;
    max-width: 614px;
}
.pdpv2-images-grid .pdpv2-image-item {
    border-radius: 12.5px;
    overflow: hidden;
}
.pdpv2-images-grid .pdpv2-image-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.pdpv2-image-item:nth-child(1),
.pdpv2-image-item.pos-large{
    grid-column: 2 / span 3;
    grid-row: 1 / span 3;
}
.pdpv2-image-item.pos-half {
    grid-column: span 2;
}
.pdpv2-image-item.pos-full{
  grid-column: span 4;
}
@media(max-width: 1350px){
  .pdpv2-images-grid {
    grid-template-columns: 23% 23% 23% 23%;
  }
}
@media(max-width: 992px){
  .pdpv2-images-grid {
    grid-template: revert;
  }
}
/* =================================================
PDP MAIN PRODUCT EXTENSION | PRODUCT MAIN BUNDLE CSS. 
KEEP THIS AT THE END OF THE FILE
==================================================== */
.productMainBundle .bundle-tablist .colored-bg{
  background: #E9EAC6;
  border: 1px solid #1D423C;
  border-radius: 0 0 20px 20px;
  border-top: none;
  padding: 10px 15px;
  width: 100%;
}
.productMainBundle .bundleBuilder__sellingPlan:hover, 
.productMainBundle .productMain__sellingPlan:hover{

}
.w3-bar {
    display: flex;
}
.w3-button {
    width: 50%;
    padding: 15px 10px;
    background: #1D423C;
    color: #fff;
    border: 1px solid #1D423C;
    border-radius: 20px 20px 0 0;
    border-bottom: none;
    font-weight: 500;
}
.w3-button.active{
  background: #E9EAC6;
  color: #1D423C;
}
.productMainBundle .bundleBuilder__sidebar {
    flex-flow: row;
    display: grid;
    grid-template-columns: 38% 60%;
    padding: 0;
    gap: 10px;
    margin-top: 10px;
}
.productMainBundle .bundleBuilder__bundleOptions {
    flex-flow: column;
    gap: 7px;
}
.productMainBundle .bundleBuilder__itemControl {
    position: absolute;
    right: 0;
    z-index: 10;
    top: 0;
}
.productMainBundle h2.bundleBuilder__itemTitle {
    font-size: 12px;
    font-family: 'ClashGrotesk-Variable';
    text-transform: capitalize;
    line-height: 16px;
    font-weight: 600;
    color: #30665D;
    max-width: 69px;
    margin: 0 auto;
    margin-top: 10px;
}
.productMainBundle .bundleBuilder__itemControl .cta {
    background: #fff;
    padding: 2px 6px;
}
.productMainBundle .quantityControl--sm button{
    color: var(--background-base-dark);
    background: none;
    font-size: 11px;
}
.productMainBundle .quantityControl.quantityControl--sm.bundleBuilder__quantityControl{
    background: #fff;
    max-height: 23px;
}
.bundleBuilder__sidebarBlock.bundleBuilder__sidebarBlock--add-to-cart:empty {
    display: none;
}
.productMainBundle .quantityControl--sm input {
    min-width: unset;
    font-size: 10px;
}
.productMainBundle .bundleBuilder__sellingPlanPriceDetails{
  align-items: center;
}
.productMainBundle .bundleBuilder__bundleOptionControl,
.productMainBundle :is(:checked,:active)+.bundleBuilder__bundleOptionControl{
    background: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 0;
    cursor: pointer;
}
.productMainBundle .bundleBuilder__bundleOptionControl span.bundle-option-name {
    --control-color-bg-active: var(--background-base-dark);
    --control-color-text-active: var(--color-primary-dark);
    --control-color-border: var(--outline-dark);
    border: 1.5px solid var(--control-color-border);
    border-radius: 20px;
    padding: .6rem .8rem;
    padding: var(--spacing-3) var(--spacing-4);
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(.55,0,0,.1);
    transition-property: background, color;
    background: #fff;
    padding: 5px 20px;
    width: 60%;
}
.productMainBundle .bundleBuilder__bundleOptionControl,
.productMainBundle .bundleBuilder__bundleOptionControl:hover{
  --control-color-bg-active: none;
  --control-color-text-active: none;
}
.productMainBundle .bundleBuilder__bundleOptionControl:focus,
.productMainBundle .bundleBuilder__bundleOptionControl:focus-visible,
.productMainBundle :focus+.bundleBuilder__bundleOptionControl{
  outline: none;
}
.productMainBundle .bundleBuilder__bundleOptionControl:hover{
  background: none;
}
.productMainBundle :is(:checked,:active)+.bundleBuilder__bundleOptionControl{
  color: none;
}

.productMainBundle .bundleBuilder__bundleOption{
  margin: 0;
}
.productMainBundle :is(:checked,:active)+.bundleBuilder__bundleOptionControl span.bundle-option-name {
    background: var(--control-color-bg-active);
    color: var(--control-color-text-active);
}
.productMainBundle .bundleBuilder__bundleOptionUnitPrice {
    position: relative;
    left: 0;
    transform: none;
    left: -20px;
    border: 1px solid var(--color-primary-light);
    background: #FFD859 !important;
}
.productMainBundle .bundleBuilder__sidebar:where([data-color-scheme=secondary],[data-color-scheme=quaternary]) .bundleDiagram--default {
    background: #fff;
    padding: 10px;
}
.productMainBundle .bundleBuilder__sidebarBlock.bundleBuilder__sidebarBlock--buy-actions {
    grid-column: 1 / span 2;
}
.productMainBundle figcaption.bundleDiagram__caption,
.productMainBundle .bundleBuilder__reviews,
.productMainBundle .bundleBuilder__shipping.body,
.productMainBundle .bundleBuilder__itemSubtitle,
.productMainBundle .bundleBuilder__sidebarBlock.bundleBuilder__sidebarBlock--block-images,
.productMainBundle .bundleBuilder__sidebarBlock.bundleBuilder__sidebarBlock--reviews-shipping,
.productMainBundle .bundleBuilder__sidebarBlock.bundleBuilder__sidebarBlock--title,
.productMainBundle .bundleBuilder__sidebarBlock.bundleBuilder__sidebarBlock--description,
.productMainBundle .bundleBuilder__sidebarBlock.bundleBuilder__sidebarBlock--flavors,
.productMainBundle .bundleBuilder__purchaseOptionsHeading,
.productMainBundle .bundleBuilder__sidebarBlock.bundleBuilder__sidebarBlock--selling-plans,
.productMainBundle .bundleBuilder__sidebarBlock.bundleBuilder__sidebarBlock--options{
    display: none;
}
.productMainBundle .bundleBuilder__form,
.productMainBundle .single-wrapper{
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.productMainBundle .bundleBuilder__itemGrid{
  display: block;
  display: flex;
}
.productMainBundle .bundleBuilder__item {
    width: 70px;
    display: inline-block;
    font-size: 10px;
    margin: 10px 10px 0 0;
}
/*
.productMainBundle .bundleDiagram__visualCan{
  background-image: url('https://cdn.shopify.com/s/files/1/0827/6213/7913/files/Mateina-Organic-Yerba-Mate-Drink-Canada-Sugar-Free-Boisson-Mate-Sans-Sucre-Bio--Trimmed_540x_png.png?v=1739203238');
}
*/
.productMainBundle .bundleDiagram__visualCan:before {
    content: '';
    background: #E9EAC6;
    position: absolute;
    left: 3px;
    top: 3px;
    display: block;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: 5px;
    border: 1px dashed #1D423C;
    z-index: 1;
}
.productMainBundle .bundleDiagram__visualCan{
    
    background-image: none;
}
.productMainBundle .bundleDiagram__visualCanImage{
  z-index: 2;
}
.productMainBundle .bundleDiagram__visualCanRemove{
  z-index: 3;
}
.productMainBundle .productMain__swatches .productPill {
    opacity: 50%;
}
.productMainBundle .productMain__swatches .productPill.selected {
    opacity: 100%;
}
.productMainBundle .actions-dz{
  width: 100%;
}
.productMainBundle label.bundleBuilder__sellingPlan,
.productMainBundle .productMain__sellingPlan{
   /* padding: 0;
    margin: 0;
    padding: 12px 0px 12px 44px;
    padding-bottom: 0;
    align-items: flex-start;*/
}
.productMainBundle .bundleBuilder__sellingPlanIndicator {
    top: 28px;
    position: absolute;
    left: 15px;

}
.productMainBundle input:checked+.bundleBuilder__sellingPlan
/*.productMainBundle input:checked+.productMain__sellingPlan*/{
  background: none;
  border: none;
  align-items: flex-start;
}
.productMainBundle .single-product-wrap input:checked+.bundleBuilder__sellingPlan, 
.productMainBundle .single-product-wrap input:checked+.productMain__sellingPlan,
.productMainBundle .single-product-wrap .bundleBuilder__sellingPlan, 
.productMainBundle label.bundleBuilder__sellingPlan
/*.productMainBundle .productMain__sellingPlan*/{
  display: flex;
  justify-content: space-between;
  border: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 80% 20%;
  justify-content: space-between;
  padding-left: 0;
}
.productMainBundle .selection-wrapper,
.productMainBundle .bundleBuilder_title-desc{
  grid-column: 1 / span 2;
  grid-row: 1;
  width: 100%;
}
.productMainBundle .productMain__sellingPlanSelectorTitle, 
.productMainBundle .productMain__sellingPlanTitle,
.productMainBundle strong.bundleBuilder__sellingPlanTitle{
  padding-left: 25px;
}
.productMainBundle .productMain__sellingPlanPriceDetails{
  margin: 0;
  text-align: right;
}
.productMainBundle .price-wrap-dz,
.productMainBundle .bundleBuilder__sellingPlanPriceDetails{
  grid-column: 1 / span 2;
  grid-row: 1;
  text-align: right;
  flex-direction: row;
  color: #30665D;
  justify-content: flex-end;
}
.productMainBundle strong.bundleBuilder__sellingPlanTitle {
    font-size: 18px;
}
.productMainBundle .bundleBuilder__sellingPlanSelectorContainer {
    grid-column: 1 / span 1;
}
.productMainBundle span.bundleBuilder__desc.subscribe-desc ul,
.productMainBundle .productMain__sellingPlan.active .singleProd__desc.subscribe-desc ul
{
    display: grid;
    grid-template-columns: 50% 50%;
    row-gap: 0px;
    column-gap: 5px;
}
.productMainBundle .productMain__sellingPlan.active .singleProd__desc.subscribe-desc ul{
  row-gap: 5px;
}
.productMainBundle .singleProd__desc ul,
.productMainBundle .bundleBuilder__desc ul{
  margin-top: 15px;
  font-size: 12px;
  padding-left: 15px;
}
.productMainBundle .singleProd__desc ul li,
.productMainBundle .bundleBuilder__desc ul li{
    display: flex;
    gap: 5px;
    color: #30665D;
    font-size: 12px;
    font-weight: 500;
}
.productMainBundle .singleProd__desc ul li:before,
.productMainBundle .bundleBuilder__desc ul li:before{
  display: inline-flex;
  content: '';

  /* Using the background-image and
     its related properties to add
     the SVG content */
  background-image: url('https://cdn.shopify.com/s/files/1/0827/6213/7913/files/checkmark.png?v=1739545122');
  background-image: url('https://cdn.shopify.com/s/files/1/0827/6213/7913/files/green-checkmark.png?v=1740750975');
  background-size: 10px 10px;
  height: 10px;
  width: 10px;
  align-self: center;
}
https://cdn.shopify.com/s/files/1/0827/6213/7913/files/checkmark.png?v=1739545122
.singleProd__desc ul {
    font-size: 14px;
}
.productMainBundle .bundleBuilder__sellingPlanSelector {
    flex-flow: row nowrap;
    align-items: center;
}
.productMainBundle .bundleBuilder__sellingPlanSelectorTitle,
.productMainBundle .bundleBuilder__sellingPlanSelector select{
    flex: unset;
    width: auto;
    margin: 0;
}
.productMainBundle .bundle-tablist .bundleBuilder__form .colored-bg {
    padding-bottom: 25px;
}
.productMainBundle .bundleBuilder__sellingPlan span.bundleBuilder__desc,
.productMainBundle .singleProd__desc.subscribe-desc,
.productMainBundle .productMain__sellingPlanSelector{
    display: none;
    display: block;
}
.productMainBundle .bundleBuilder__sellingPlan.active span.bundleBuilder__desc,
.productMainBundle .productMain__sellingPlan.active .singleProd__desc.subscribe-desc{
  display: block;
}
.productMainBundle .productMain__sellingPlan.active .productMain__sellingPlanSelector{
  display: flex;
}
.productMain__sellingPlanPriceDetails span:last-child,
.productMainBundle .productMain__sellingPlanPriceDetails .display-price-dz{
  text-decoration: none;
}
.productMainBundle .compare-price-dz{
  text-decoration: line-through;
}
/* upsells */
.productMain__infoBlock--upsell .upsell-container {
    padding: 20px;
    border: 2px solid #1D423C;
    border-radius: 20px;
    padding: 40px 20px;
}
.productMain__infoBlock--upsell .upsell-wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 30px;
    gap: 15px;
    display: flex;
    justify-content: space-between;
}
.productMain__infoBlock--upsell.productMain__infoBlock,
.productMain__infoBlock.productMain__infoBlock--block-images{
    margin: 0;
}
.productMain__infoBlock--upsell .pill-wrapper {
    max-width: 118px;
    margin: 0 auto;
    text-align: center;
}
.productMain__infoBlock--upsell .upsell-item .promoCard__btn{
  font-size: 12px;
  padding: 10px 15px;
  width: 100%;
  color: #1D423C;
  flex: 1;
}
.productMain__infoBlock--upsell .upsell-item .promoCard__btn:hover{
  color: #fff;
}
.productMain__infoBlock--upsell .slick-track{
  display: flex;
  justify-content: space-between;
}
.productMain__infoBlock--upsell .upsell-wrap .slick-next{
  right: 12px;
}

.productMain__infoBlock--upsell .upsell-item .productPill__image{
  clip-path: none;
  height: 100%;
}
.productMain__infoBlock--upsell .upsell-item p.subtitle-dz {
    max-width: 150px;
    margin: 15px auto;
    line-height: 23.9px;
}
.productMain__infoBlock--mobile-sticky-btn{
  display: none;
}
.feature-vid-ugc{
  z-index: 2;
}
.product-custom-with-bundle {
    z-index: 25;
}
/* RESPONSIVE CHANGES */
@media(max-width: 1222px){
  .productMainBundle .bundleBuilder__sidebar{
    grid-template-columns: 45% 53%;
  }
}
@media(max-width:1200px){
  .productMain__infoBlock--upsell .upsell-wrap{
    gap: 15px;
  }
  .productMain__infoBlock--upsell .pill-wrapper{
    max-width: 90px;
  }
}
@media(max-width: 1080px){
  .productMain__infoBlock--upsell .upsell-item p.subtitle-dz {
    margin: 5px auto;
    font-size: 16px;
  }
  
  .productMainBundle .bundleBuilder__bundleOptionControl span.bundle-option-name {
      font-size: 16px;
  }
}

@media(max-width: 992px){
  .productMainBundle .bundleBuilder__sidebar {
    grid-template-columns: 100%;
  }
  .productMainBundle .bundleBuilder__sidebarBlock.bundleBuilder__sidebarBlock--bundle-diagram {
    grid-column: 1;
    grid-row: 1;
  }
  .bundleBuilder__sidebarBlock.bundleBuilder__sidebarBlock--bundle-options {
    grid-column: 1;
  }
  .productMain__infoBlock--upsell .pill-wrapper{
    max-width: 210px;
  }
  .productMainBundle .bundle-tablist .bundleBuilder__form .colored-bg {
    padding-bottom: 40px;
  }
}
@media(max-width: 990px){
    .productMainBundle .productMain__addToCartContainer--has-footnotes {
        grid-template: "quantity button";
        grid-template-columns: minmax(0, 168px) auto;
    }
    .productMainBundle .productMain__sellingPlanPriceDetails{
      display: block;
    }
    .productMainBundle .quantityControl {
      max-height: 61px;
    }
    .productMainBundle .quantityControl button .icon,
    .productMainBundle .quantityControl button{
      width: 1em;
      height: 1em;
    }
    .productMainBundle input:checked+* .bundleBuilder__sellingPlanSelector{
      grid-template-columns: 100%;
      gap: 0;
    }
}
@media(max-width: 768px){
  .productMainBundle .bundleDiagram--default .bundleDiagram__visual{
    display: flex;
    
  }
  .productMainBundle .bundleBuilder__sidebar {
    display: grid;
    grid-template-columns: 100%;
    border: none;
    padding: 0 22px;
    padding-top: 15px;
  }
  .productMainBundle .bundleBuilder__sidebarBlock--buy-actions{
    display: block;
    grid-column: 1;
  }
}
@media(max-width: 767px){
  .productMainBundle span.bundleBuilder__desc.subscribe-desc ul, .productMainBundle .productMain__sellingPlan.active .singleProd__desc.subscribe-desc ul {
    display: grid;
  }
  .productMainBundle .productMain__infoBlock--add-to-cart{
    transform: none !important;
  }
  .productMainBundle .productMain__addToCartContainer.sticky,
  .productMainBundle .actions-dz.sticky{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: #fff;
    padding: 12px;
    transition: ease .5s;
  }
  .productMainBundle .productMain__addToCartContainer,
  .productMainBundle .actions-dz{
    position: relative;
    /*transition: ease 3s;*/
  }
  
}
@media(max-width: 550px){
  .productMainBundle .bundleBuilder__bundleOptionControl span.bundle-option-name{
    width: 70%;
  }
  .productMainBundle .bundleBuilder__bundleOptionUnitPrice{
    width: 40%;
  }
  .productMainBundle span.bundleBuilder__desc.subscribe-desc ul, .productMainBundle .productMain__sellingPlan.active .singleProd__desc.subscribe-desc ul{
    padding-left: 5px;
  }
  /*.site-header.bg-scheme-background[data-sticky-header] */
  .site-header .font-heading {
    padding: 0;
  }
  .site-header .py-2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .site-header__logo-link img {
    max-width: 50px;
    transition: ease.5s;    
  }
  .productMainBundle .sticky .quantityControl {
    display: none;
  }
  .productMainBundle .sticky button.cta-add-cart-btn.cta{
    padding: 5px;
  }
  .productMainBundle .sticky .productMain__addToCartButton {
    position: relative;
    grid-column: 1 / span 2;
    width: 100%;
  }
  .productMainBundle .sticky .productMain__swatchesFooter,
  .productMainBundle .sticky .bundleBuilder__actions.selling-plans-dz.bundleBuilder__actions--desktop{
    width: 100%;
  }
}
@media(max-width: 429px){
  .productMainBundle .singleProd__desc ul li, .productMainBundle .bundleBuilder__desc ul li{
    font-size: 10px;
  }
  .pdp-main-productv2 .bundleBuilder__sellingPlanSelector select, 
  .pdp-main-productv2 .productMain__sellingPlanSelector select {
    width: 100%;
  }
  .pdp-main-productv2 .w3-button{
    font-size: 15px;
  }
}
@media(max-width: 375px){
  .productMainBundle span.bundleBuilder__desc.subscribe-desc ul, .productMainBundle .productMain__sellingPlan.active .singleProd__desc.subscribe-desc ul{
    display: flex;
    flex-direction: column;
  }
  .productMainBundle .singleProd__desc ul li, .productMainBundle .bundleBuilder__desc ul li{
    font-size: 12px;
  }
  .pdp-main-productv2 .bundleBuilder__sellingPlanSelector select, .pdp-main-productv2 .productMain__sellingPlanSelector select{
    font-size: 14px;
  }
}
/* spacing fixes */
.pdp-main-productv2 {
    padding-top: 20px;
}
.productMainBundle .productMain__infoBlock {
    margin: 0;
}
.productMainBundle .productMain__swatch {
    margin-top: 0;
}
.productMainBundle .productMain__infoBlock .title-wrap-dz.mobile-hide{
  margin: -15px 0;
}
.productMain__infoBlock--description .pc-margin {
    margin: 20px 0;
}
/* pricing size fixes */
.pdp-main-productv2 .productMain__sellingPlanPriceDetails span.price-dz,
.pdp-main-productv2 .productMain__sellingPlanPriceDetails span:last-child,
.pdp-main-productv2 .productMain__sellingPlanPriceDetails span.price-wrapper-dz{
  /*text-decoration: none;*/
}
.pdp-main-productv2 .productMain__sellingPlanPriceDetails span.price-dz,
.pdp-main-productv2 .bundleBuilder__sellingPlanPriceDetails span.price-dz,
.pdp-main-productv2 .bundleBuilder__sellingPlanPriceDetails strong{
  font-size: 18px;
  font-weight: 600;
}
@media(max-width: 767px){
  .pdp-main-productv2,
  .pdp-main-productv2 .productMain__info{
    padding-top: 0 !important;
  }
  .mobile-pdp-padding{
    padding: 15px 0;
  }
  .pdp-large-title .section-content h2.font-heading{
    margin-bottom: 15px;
  }
}
/* price layout fixes */
/* rework of the price layout */
.productMainBundle .price-wrap-dz, .productMainBundle .bundleBuilder__sellingPlanPriceDetails {
    text-align: left;
    padding-left: 25px;
    justify-content: flex-start;
}
.productMainBundle .bundleBuilder_title-desc{
    border: 1px solid #1D423C;
    padding: 10px;
    border-radius: 10px;
    opacity: 75%;
}
.productMainBundle label.bundleBuilder__sellingPlan {
    align-items: flex-start;
}
.productMain__sellingPlan.onetime.active .bundleBuilder_title-desc,
.productMain__sellingPlan.single-subscribe.active .bundleBuilder_title-desc,
.bundleBuilder__sellingPlan.subscribe.active .bundleBuilder_title-desc,
.bundleBuilder__sellingPlan.onetime.active .bundleBuilder_title-desc{
    opacity: 1;
    background: #fff;
}
.productMainBundle .bundleBuilder__sellingPlan.active span.bundleBuilder__desc{
    padding-left: 0px;
    font-size: 12px;
}
.productMainBundle .bundleBuilder__sellingPlan span.bundleBuilder__desc.onetime-desc{
  padding-left: 25px;
  font-size: 12px;
}
.pdp-main-productv2 .bundleBuilder__sellingPlanSelector select{
  margin-top: 10px;
}
.productMainBundle .quantityControl input{
  pointer-events:none;
}
@media(max-width: 500px){
  .productMainBundle .bundleBuilder__sidebar {
    padding: 10px 15px;
    padding-bottom: 0;
  }
  .productMainBundle .bundleBuilder__sellingPlan.active span.bundleBuilder__desc{
    font-size: 9px;
  }
  .productMainBundle .bundleBuilder__sellingPlan.subscribe.active span.bundleBuilder__desc{
    padding-left: 0;
  }
  .productMainBundle .bundleBuilder__desc ul li {
        font-size: 9px;
    }
  .bundleBuilder__sellingPlanTooltip button, .productMain__sellingPlanTooltip button {
    padding: 0;
  }
  .productMainBundle .bundle-tablist .bundleBuilder__form .colored-bg{
    padding-bottom: 10px;
  }
  .productMainBundle label.bundleBuilder__sellingPlan{
    margin-bottom: 0;
  }
  .productMainBundle .bundleBuilder__item{
    width: 60px;
    margin: 0;
    padding: 5px;
  }
  .actions-dz.sticky .bundleBuilder__buttons {
    max-height: 50px;
  }
}
/* end of price layout rework */

  

.productMainBundle .bundleBuilder__itemGrid,
.productMainBundle .productMain__swatches{
  flex-wrap: wrap;
  display: flex;
  text-align: center;
}
.productMainBundle .bundleBuilder__itemGrid .pill-title,
.productMainBundle .productMain__swatches span.pill-title {
    font-weight: 600;
    font-size: 12px;
}
.productMainBundle .bundleBuilder__itemGrid .pill-title.display-mobile,
.productMainBundle .bundleBuilder__itemGrid .pill-title.display-hidden,
.productMainBundle .productMain__swatches span.pill-title.display-mobile,
.productMainBundle .productMain__swatches span.pill-title.display-hidden{
  display: none;
}
.productMain__sellingPlanSelector .plan-wrapper-tooltip select{
  max-width: 348px;
  width: 100%;
}
@media(max-width: 990px){
  .productMainBundle input:checked+* .productMain__sellingPlanSelector{
    display: block;
  }
}
@media(max-width: 950px) and (min-width: 768px){
  .productMainBundle strong.bundleBuilder__sellingPlanTitle,
  .productMainBundle .selection-wrapper, .productMainBundle .bundleBuilder_title-desc,
  .pdp-main-productv2 .productMain__sellingPlanPriceDetails span.price-dz, .pdp-main-productv2 .bundleBuilder__sellingPlanPriceDetails span.price-dz, .pdp-main-productv2 .bundleBuilder__sellingPlanPriceDetails strong{
    font-size: 14px;
  }
}
@media(max-width: 850px){
  
}
@media(max-width: 767px){
  .productMainBundle .bundleBuilder__itemGrid .pill-title.display-desktop,
  .productMainBundle .productMain__swatches span.pill-title.display-desktop{
    display: none;
  }
  .productMainBundle .bundleBuilder__itemGrid .pill-title.display-mobile,
  .productMainBundle .productMain__swatches span.pill-title.display-mobile{
    display: block;
  }
}
@media(max-width: 500px){
  .productMainBundle strong.bundleBuilder__sellingPlanTitle,
  .productMainBundle .selection-wrapper, .productMainBundle .bundleBuilder_title-desc,
  .pdp-main-productv2 .productMain__sellingPlanPriceDetails span.price-dz, .pdp-main-productv2 .bundleBuilder__sellingPlanPriceDetails span.price-dz, .pdp-main-productv2 .bundleBuilder__sellingPlanPriceDetails strong{
    font-size: 14px;
  }
  .productMainBundle .bundleBuilder__desc ul li:before{
    align-self: flex-start;
    margin-top: 3px;
  }
  .productMainBundle .quantityControl,
  .productMainBundle .productMain__addToCartContainer .cta{
      max-height: 50px;
  }
  .productMainBundle .productMain__addToCartContainer .cta{
    padding: 0;
    height: 50px;
  }
  .productMainBundle .quantityControl {
    --btn-size: auto;
  }
  .productMainBundle .quantityControl--sm button{
    --icon-size: 20px;
    width: 17px;
    height: 17px;
  }
  .productMainBundle .quantityControl button .icon {
    width: 17px;
    height: 17px;
  }
  .productMainBundle .quantityControl--sm input{
    font-size: 16px;
  }
  .productMainBundle .bundleBuilder__itemControl{
    left: 0;
    place-content: end;
  }
  #chat-button,
  #chat-window,
  #chat-campaigns {
    right: 0px !important;
    transition: ease;
  }
  .product.sticky #chat-button,
  .product.sticky #chat-window,
  .product.sticky #chat-campaigns {
    bottom: 100px !important;
    right: 0px !important;
    transition: ease;
  }
  .productMainBundle .bundleBuilder__itemGrid.nxtline,
  .productMainBundle .productMain__swatches.nxtline{
    justify-content: center;
    gap: 0;
  }
  .productMainBundle .bundleBuilder__itemGrid.nxtline .bundleBuilder__item,
  .productMainBundle .productMain__swatches.nxtline .productMain__swatch{
    width: 33%;
    padding: 0;
  }
  .productMainBundle .bundleBuilder__itemGrid.nxtline .bundleBuilder__item .productPill,
  .productMainBundle .productMain__swatches.nxtline .productPill{
    max-width: 60px;
    margin: 0 auto;
  }
  .productMainBundle .bundleBuilder__itemGrid.nxtline h2.bundleBuilder__itemTitle{
    max-width: 100%;
  }
  .productMainBundle .bundleBuilder__itemGrid.nxtline h2.bundleBuilder__itemTitle span {
    font-size: 10px;
  }
}
@media(max-width: 400px){
  .productMainBundle .bundleBuilder__itemGrid.nxtline h2.bundleBuilder__itemTitle span {
    font-size: 9px;
  }
}
/* single orders layout rework */
.productMainBundle .single-product-wrap .productMain__sellingPlan,
.productMainBundle .single-product-wrap input:checked+.productMain__sellingPlan,
.productMainBundle input:checked+.productMain__sellingPlan{
  grid-template-rows: auto;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
}
.productMainBundle .productMain__sellingPlan.this-has-desc,
.productMainBundle .single-product-wrap input:checked+.productMain__sellingPlan.this-has-desc{
  align-items: flex-start !important;
}
.productMainBundle .productMain__sellingPlanPrice{
  line-height: 100%;
}
.productMainBundle .productMain__sellingPlanIndicator{
  left: 20px;
  top: 20px;
}
.productMainBundle .productMain__sellingPlan.this-has-desc .productMain__sellingPlanIndicator{
  top: 12px;
}
.productMainBundle .single-product-wrap input:checked+.productMain__sellingPlan {
    background: var(--background-base-lightest);
    border: 1.5px solid rgba(var(--color-scheme-text), 1);
}
.productMainBundle .productMain__sellingPlanSelector{
  margin-top: 0;
  margin-bottom: 10px;
}
.productMainBundle .singleProd__desc ul {
    margin: 10px 0;
}
.price-wrapper-layout2 {
    display: flex;
    flex-flow: column;
}
.plan-wrapper-tooltip {
    display: flex;
}
.productMain__sellingPlanSelector .plan-wrapper-tooltip select{
  margin-left: 0;
}
.initial-disable{
  pointer-events: none;
}