/** Shopify CDN: Minification failed

Line 1042:35 Expected ":"

**/
/* Tab menu styling */

.poppins-thin {
  font-family: "Poppins", system-ui;
  font-weight: 100;
  font-style: normal;
}
.order_gift{
  border-radius: 7px;
    border: 1px dashed #0D3063;
    background: #CBE6FF;
    padding:10px 24px;
  color: #0D3063;
text-align: center;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 21px */
}
.poppins-extralight {
  font-family: "Poppins", system-ui;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", system-ui;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", system-ui;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", system-ui;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", system-ui;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", system-ui;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", system-ui;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", system-ui;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", system-ui;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", system-ui;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", system-ui;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", system-ui;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", system-ui;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", system-ui;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", system-ui;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", system-ui;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", system-ui;
  font-weight: 900;
  font-style: italic;
}

div#product__title {
    background: linear-gradient(90deg, #164A94 0%, #2180F0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Value Sans Pro";
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 115%;
}
p.product__text.inline-richtext.subtitle {
    background: linear-gradient(90deg, #164A94 0%, #2180F0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Value Sans Pro";
    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
}
.buy-box__wrapper {
  max-width: 615px;
  width:100%;
  display: flex;
  flex-direction: column;
  /* border: 1px solid #0D3063;
  border-radius: 10px; */
  /* overflow: hidden; */
  font-family: 'Poppins', system-ui;
}

.mobile-tabs {
  display: flex;
  justify-content: center;
  width: 100%;
  /* overflow: hidden; */
  border-radius: 10px;
  flex-direction: column;
  /* border: 1px solid #0D3063; */
  font-family: 'Poppins';
}

.tab-button-container {
  display: flex;
  overflow:hidden;
  border-radius: 10px;
  overflow:hidden;
  border: 1px solid #0D3063;
}
.tab-button {
  background-color: white;
  border: none;
  outline: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 13px;
  transition: background-color 0.3s;
  width: 100%;
  color: #4D4E5BF7;
  font-family: "Poppins", system-ui;
  font-weight: 700;
  color: #0D3063;
  
}
.tab-button[data-tab="autoShip"]{
  border-right:1px solid #0D3063;
}
.tab-button:hover {
  background-color: #ddd;
}
.template-name-three-gift-landing{
      overflow-x: hidden !important;
}

.tab-button.active,.tab-button.active:hover {
  background-color: #CBE5FF;
  color: #0D3063;
  font-family: "Poppins", system-ui;
  font-weight: 700;
}

/* Tab content styling */
.tab-content {
  display: block;
  text-align: center;
  padding: 6px 10px;
}

.tab-content.active {
  display: block;
}

.details-header {
  display: none;
  align-items: center;
  justify-content: space-between;
}

.details-header p {
  font-family: 'Poppins', system-ui;
  font-weight: 700;
  font-style: italic;
  font-size: 12px;
  color: #00A039;
  margin: 0;
}

.details-price__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Poppins';
}

.details__total-price {
  font-size: 12px;
  font-weight: 400;
  color: #0000008F;
  text-decoration: line-through;
  font-family: 'Poppins';
  line-height:140%;
}

.details__discounted-price {
    font-size:15px;
    color: #00A039;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.details__package-selector {
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  align-items: center;
}



.details__package-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: calc(49% - 4px);
    height: 70px;
    position: relative;
    border: 1px solid #B3B3B3;
    border-radius: 4px;
}
.radio__package-box {
    width: 12px;
    height:100%;
}

.details__package-box.selected, .details__package-box:hover {
  background: #CBE6FF;
      border-color:#0D3063;
}

.package__badge {
  position: absolute;
  top:-10px;
  left: 0;
  right: 0;
  background: #00A039;
  color: white;
  font-weight: 500;
  font-size: 10px;
   min-width: 100px;
  text-align:center;
  width: max-content;
  padding: 1px 10px;
  border-radius: 3px;
  margin: auto;
  font-family: 'Poppins';
   line-height:140%;
}

.radio__package-box {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
}

.radio__package-box:checked {
  background-color: #CBE5FF;
}


.package-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top:2px;
}
input.radio__package-box:focus-visible {
    outline: 0;
    outline-offset: 0;
    box-shadow: 0;
}
.package-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #0D3063;
  font-family: 'Poppins';
  line-height:140%;
}

.package-discount {
  font-size: 14px;
  font-weight: 500;
  color: #0D3063;
  margin: 0;
  font-family: 'Poppins';
   line-height:140%;
}

.package-discount span {
  /*font-size: 14px;*/
  font-weight: 700;
  margin: 0;
  font-family: 'Poppins';
  line-height: 120%;
}

.packet-individual {
    color: #0d3063;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
}
div:empty {
    display: block;
}

.details__gift-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 9px;
  padding-bottom: 20px;
  border-bottom: 2px solid #5E8FCA33;
  width: 100%;
}

.gift-wrapper__title {
  color: #0D3063;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  margin: 0;
  line-height: 120%; 
}

.gift-progress-bar__wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
    gap: 15px;
    align-items: center;
    margin-top: 20px;
}


.progressBar {
  height: 14px;
  width: 100%;
  border: 0.5px solid #0D3063;
  background: white;
  border-radius: 3px;
  margin-block: 45px;
  overflow: hidden;
}

.progress {
  height: 14px;
  background-color: #E8FFE3;
  width: 0;
}
.progress {
  transition: width 0.3s ease;
}


.free-shipping__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: absolute; */
  flex-direction: column;
  /* top: 10px;
  bottom: 0;
  left: 0px; */
  gap: 4px;
  height: 104px;
}
.energy-sampler__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    flex-direction: column;
    gap: 4px;
}

.image-wrapper {
  width: 100px;
  height: 80px;
  background-color: #E8FFE3;
  border-radius: 6.5px;
  border: 0.5px solid #0D3063;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.free-shipping-img, .energy-sampler-img, .nectar-bottle-img {
  width: 100px;
  height: 80px;
  object-fit: cover;

}

.gift-title {
  font-size: 10px;
  font-family: 'Poppins';
  font-weight: 500;
  color: #0D3063;
}

.free-bottle__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: absolute; */
  flex-direction: column;
  /* top: 10px;
  bottom: 0;
  right: 0; */
  gap: 4px;
  height: 104px;
}
.free-bottle__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: absolute; */
  flex-direction: column;
  /* top: 10px;
  bottom: 0;
  right: 50%; */
  gap: 4px;
  height: 104px;
}


.nectar-bottle-img {
  width: 100px;
  height: 80px;
  object-fit: cover;
}

.details__footer {
  padding-block: 15px;
  gap: 10px;
}

.details__footer-congrats {
  display: flex;
  flex-direction: row;
  background-color: #E8FFE3;
  border-radius: 10px;
  padding-inline: 10px;
  gap: 10px;
  margin-bottom: 0px;
  padding:0 20px;
}

.footer__icon-wrapper {
  display: flex;
  align-items: center;
  width: 30px;
}

.footer-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}


.congrats-text {
  padding-block: 10px;
  margin:0;
  font-size: 11px;
  color: #0D3063;
  text-align: start;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.congrats-text span {
  font-family: 'Poppins';
  font-weight: 700;
}


.footer-value__point {
  font-size: 12px;
  font-family: 'Poppins';
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: start;
  display: flex;
  align-items: center;
  color: #0D3063;
  gap: 10px;
  line-height:140%;
}

.footer-value__point span {
  display: flex;
  align-items: center;
  font-weight: 600;
  
}

.value-point__icon {
  width: 13px;
  height: 13px;
}

.footer-value__point span svg {
  margin-right: 7px;
}

.details__footer:last-child {
  font-weight: 300;
}

.sub-and-save__btn {
  width: 100%;
  padding: 10px 15px;
  border-radius: 6px;
  border: none;
  background-color: #00A7CA;
  color: white;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Poppins';
  margin-top: 8px;
  cursor:pointer;
}

.icon-gift {
  width: 18px;
  height: 18px;
}
.product-media-modal[open] {
    z-index: 99999999999999999 !important;
}
.template-product .product-media-modal__content {
    /* max-height: max-content; */
    width: 100%;
    overflow: auto;
    padding: 15px;
}
.template-product img.global-media-settings.global-media-settings--no-shadow.active {
    height: 100%;
    /* width: 100%; */
}
.template-product img.global-media-settings.global-media-settings--no-shadow.active {
    max-height: 50vw;
    max-width: 50.1vw;
}
.template-product img.global-media-settings.global-media-settings--no-shadow {
    max-height: 50vw;
    max-width: 50.1vw;
}
.template-product .product__media-icon--lightbox {
    display: none;
}

.desktop-radio {
  display: none;
}

.choose-flavor__btn-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin: 10px 0;
  border-top: 1px solid #5E8FCA36;
}

.choose-flavor__btn {
  background-color: #EC875F;
  color: white;
  border-radius: 30px;
  border: 2px solid #EC875F;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Poppins';
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  width: 100%;
}

.choose-flavor__btn:hover {
  background: white;
  color: #0D3063;
}

.delivery-text {
  font-size: 15px;
  color: #0D3063;
  font-family: 'Poppins';
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 5px;
  gap: 10px;
  margin-top: 5px;
  line-height: 140%;
}
.progressBar {
    position: absolute;
    z-index: -66;
}
@media screen and (min-width: 789.98px) {
  .sub-and-save__btn .bottom_sticky {
    display: none;
}
}
@media screen and (max-width: 767px) {
  .jdgm-prev-badge__text {
    font-size: 13px;
  }
  	/* .choose-flavor__btn-wrapper.mobile .delivery-text {
    display: none;
} */
      .saving_discount {
        margin-bottom: 4px;
    }
    /* .step-2{
    	padding-bottom:0px;
    } */
    .pdp_topbar p.pack_sticks.f_saving.mb-0 {
    margin-top: 0;
}
.pdp_topbar_flex {
    padding-top: 15px !important;
}
.pdp_topbar_flex h3 {
    margin-top: 0;
    margin-bottom:4px;
}
.f_saving.mt-0{
	margin-top:15px;
}
  .tab-content{
    padding-bottom:10px;
  }
  p.footer-value__point:last-child {
    margin-bottom: 0;
}
  .template-product img.global-media-settings.global-media-settings--no-shadow.active {
    max-height: 90vw;
    max-width: 90.1vw;
}
  
}
p.free_title span {
    text-decoration: line-through;
}
p.free_title {
    position: absolute;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    padding: 3px 8px;
    top: -8px;
    border-radius: 2px;
    background: #459AFF;
}
@media screen and (min-width: 789px) {
  .radio__package-box {
    width: 18px;
}
  /* .mobile-tabs {
    display: none;
  } */

  .desktop-radio {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

  /* .choose-flavor__btn-wrapper.mobile {
    display: none;
  } */

  .radio-label {
    display:block;
    border-radius: 16px;
    border: 1px solid #0D3063;
    padding: 15px 25px 0 25px;
    position: relative;
  }

  .radio-label.one-time {
    padding: 17px 24px 7px;
  }

  .radio-label.one-time .radio-tab {
    top: 14px;
  }

  .radio-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .radio-tab {
    position: absolute;
    left: 26px;
    top: 16px;
    width: 25px;
    height: 25px;
  }

.radio-header-title {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-left: 4.5rem;
    gap: 3px;
    color: #0D3063;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 10px;
}

  .radio-header-title span {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #0D3063;
    line-height: 140%;
  }

  .radio-header .details-price__wrapper {
    align-items: baseline;
  }

  .details__total-price {
    font-size: 19px;
  }

  .details__discounted-price {
    font-size: 22px;
  }

  .details__package-selector {
    gap: 16px;
    
  }

 .details__package-box {
    width: 100%;
    max-width: calc(50% - 10px);
    height: 98px;
    border-radius: 7px;
    margin: 0;
}

.package__badge {
    top: -13px;
    font-size: 16px;
    min-width: 170px;
}

 .package-title {
    font-size: 24px;
    margin-bottom: -6px;
}
 .package-discount {
    font-size: 19px;
}
  .packet-individual {
    font-size: 12px;
  }

  .gift-wrapper__title {
    margin-block: 10px;
    font-size: 19px;
    margin-bottom:0px;
  }

  .progressBar {
    opacity:0;
    margin-block: 75px ;
  }

  .free-shipping__wrapper {
    
    height: 150px;
    /* left: 0px;
    top: 20px; */
  }
  .energy-sampler__wrapper{
     height: 150px;
    /* left: 50%;
    transform:translateX(-50%);
    top: 20px; */
  }

  .free-bottle__wrapper {
    height: 150px;
    /* top: 20px;
    right:0; */
  }

.image-wrapper {
    width: 140px;
    height: 120px;
}

  .free-shipping-img, .energy-sampler-img , .nectar-bottle-img {
    width: 140px;
    height: 115px;
    object-fit: cover;
  }

  .gift-title {
    font-size: 14px;
  }

  .details__footer-congrats {
    background-color: #E8FFE3;
    display: flex;
    flex-direction: row;
  }

  .sub-and-save__btn {
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    padding: 17px;
    margin-top: 0px;
  }


  

  .congrats-text {
    /* background-color: #E8FFE3; */
    font-size: 14px;
  }

  .value-points__container {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 0px;
    justify-content: center;
    margin-bottom: 15px;
    padding-block: 15px;
    border-bottom: 1px solid #5E8FCA33;
  }

  .footer-value__point {
    font-size: 16px;
  }

  .value-point__icon {
    width: 17px;
    height: 17px;
  }

  .choose-flavor__btn-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid #5E8FCA36;
  }

  .choose-flavor__btn {
    background-color: #00A039;
    color: white;
    border-radius: 30px;
    border: 2px solid #00A039;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    width: 100%;
  }

  .choose-flavor__btn:hover {
    background: white;
    color: #0D3063;
  }

  .delivery-text {
    font-size: 15px;
    color: #0D3063;
    font-family: 'Poppins';
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 5px;
    gap: 10px;
    margin-top: 5px;
  }

  .details__footer-habit {
    background-color: #FFCBCB;
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    padding-inline: 10px;
    gap: 10px;
    margin-bottom: 10px;
  }

  .value-points__container.radio-closed {
    padding: 0;
    border: none;
    
  }
}
.gift-wrapper__title span.green{
  font-weight:700;
  color:#00a039;
}
.gift-wrapper__title span.lit{
  font-weight:400;
}
p.button_upper {
    color: #0d3063;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
    text-transform: capitalize;
    margin: 0;
    gap: 5px;
    display: flex;
    align-items: center;
}
p.button_upper span{
  color:#00A039;
}
.how_gift{
  display:block !important;d___flex
}
.d___flex p{
  margin-bottom:0px !important;
}
.d___flex {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}
.d___flex .how_gift {
    margin: 0;
    color: #0D3063;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    padding: 6px 8px;
    line-height: 140%;
    text-transform: uppercase;
    border-radius: 4px;
    background: #CAFFBF;
}
.step-2 .pdp_topbar{
     margin-right: auto !important;
    margin-left: auto !important;
}
.choose-flavor__btn-wrapper .bottom_sticky {
    width: 100%;
}
.choose-flavor__btn-wrapper .bottom_sticky .d___flex{
  max-width:100%;
}

@media screen and (max-width: 767px) {
  .d___flex .how_gift{
    font-size: 13.5px;
  }
  p.product__text.inline-richtext.subtitle {
  margin-top: 4px !important;
}
  .d___flex {
    display: flex;
    gap: 8px;
}
.package-title {
    color: #0D3063;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
}
  .package-discount {
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
  .packet-individual {
    margin: 0;
    color: #0D3063;
    text-align: center;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
  .gift-wrapper__title {
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}
.package__badge {
    top: -8px;
    margin: auto;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    max-width: 90px !important;
    min-width: 80px;
}
  .details__footer-congrats {
    margin-bottom: 10px;
}
  .details__footer {
  padding-bottom: 0px;
  }
}
.bottom_sticky .flavor_btn {
    background: #00A039 !important;
    }
@media(min-width:767px){
  .tab-button {
    padding: 12px 20px;
    color: #0D3063;
text-align: center;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 25.2px */
  }
}