/** Shopify CDN: Minification failed

Line 567:0 Unexpected "}"

**/
.option-title.option-title-flavor {
  margin-top: 0px;
}

.variant-selector__wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 1.5rem;
}

.variant-selector__wrapper .option-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.25;
  font-family: Poppins, sans-serif;
  margin: 0;
  color: #023940;
  letter-spacing: 0.1px;
}

.variant-selector__wrapper .option-title span {
}

.flavor__wrapper,
.strength__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 1rem;
}

.option-title a {
  font-weight: 300;
  font-size: 12px;
  text-decoration-line: underline;
  color: #023940;
  display: inline-block;
  margin-left: 24px;
}

@media (max-width: 767px) {
  /* .product-main {
    width: 100%;
  }
  
  .product-main-image {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    max-height: 60vh;
  } */

  .variant-selector__wrapper .option-title {
    display: flex;
    /* flex-direction: column; */
    gap: 6px;
    font-size: 14px;
    flex-wrap: wrap;
    align-items: flex-end;
  }

  .option-title.option-title-cans {
    margin: 24px 0 8px;
  }

  .product_bottom_sec .btn {
    padding: 13px 38px 11px;
  }

  br.d {
    display: none;
  }
}

/* ---------------- COPIED FROM PRODUCT-TOGGLE SNIPPET ------------------- */

.option-title:first-child {
  margin-top: 0;
}

.flavor__wrapper-img {
  position: relative;
  width: 19%;
}

.flavor__wrapper-img.disabled {
  user-select: none;
  pointer-events: none;
}

.flavor__wrapper-img .tooltip {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  width: 150px;
  background: #282828;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 4px 8px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -75px;
  display: none;
}

.flavor__wrapper-img:hover .tooltip {
  display: block;
}

.flavor__wrapper img {
  display: block;
  border-radius: 50%;
  /* border: 1.5px solid #fff; */
  transition: all ease-in-out 0.25s !important;
  cursor: pointer;
  width: 100%;
  height: auto;
  filter: saturate(0.9) brightness(0.8);
}

.flavor__wrapper-img:hover img,
.flavor__wrapper img:focus img,
.flavor__wrapper-img.active img {
  /* border: 1.5px solid  #023940 !important; */
  filter: saturate(1.0) brightness(1.03);
  transform: scale(1.05);
  border: none !important;
}

.flavor__wrapper-img.disabled img {
  cursor: not-allowed;
  opacity: 0.8;
  pointer-events: none;
  filter: grayscale(100%);
}

.flavor__wrapper img.disabled {
  cursor: not-allowed;
  opacity: 0.8;
  pointer-events: none;
  filter: grayscale(100%);
}

.strength__pill {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #023940;
  border: 1px solid #023940 !important;
  border-radius: 20px;
  padding: 6px 32px;
  cursor: pointer;
  transition: all ease-in-out 0.25s;
}

.strength__pill:hover,
.strength__pill:focus,
.strength__pill.active {
  background: #d0edd8;
}
@media screen and (max-width: 767px) {
  .flavor__wrapper-img {
    width: 25%;
  }

  .strength__pill {
    flex: 1 1 0;
    text-align: center;
    padding: 6px 8px;
  }
}


/* -------------- COPIED FROM PDP-MAIN ----------------- */

.the_double_variant_tooltip svg,
.the_version_variant_tooltip svg {
  transform: translateY(3px);
}

.the-double__wrapper,
.the-version__wrapper {
  display: flex;
}

@media screen and (min-width: 788px) {
  .the-double__wrapper-img:focus,
  .the-double__wrapper-img:hover,
  .the-double__wrapper-img.active,
  .the-version__wrapper-img.active {
    /* border: solid 1.5px #023940 !important; */
    filter: saturate(1.1) brightness(1);
    border: none;
    box-shadow: 0px 0px 0px 1.5px #023940;
  }
}

.the-double__wrapper-img,
.the-version__wrapper-img {
  width: 17%;
  text-align: center;
  /* border: solid 1px #eee; */
  padding: 0;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  background-color: #ffffff;
  border: 1.3px solid #c4c4c4;
  cursor: pointer;
  transition: all ease-in-out 0.25s !important;
}

.the-double__wrapper-img img,
.the-version__wrapper-img img {
  width: 100%;
  height: auto;
  line-height: 0;
  border-radius: 100%;
}

.the-double__wrapper-img .tooltip,
.the-version__wrapper-img .tooltip {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  padding: 7px;
  display: block;
  color: #023940;
}

.the-double__wrapper-img.active .tooltip {
  font-weight: 700;
}

.the_double_variant_tooltip,
.the_version_variant_tooltip {
  position: relative;
  display: inline;
  font-weight: 300;
}

.the_double_variant_tooltip .the_double_variant_tooltip_content,
.the_version_variant_tooltip .the_version_variant_tooltip_content {
  position: absolute;
  bottom: 150%;
  left: 50%;
  background-color: #023940;
  padding: 10px 16px;
  border-radius: 20px;
  color: #fff;
  font-style: normal;
  font-size: 12px;
  transform: translateX(-50%);
  width: 265px;
  z-index: 99;
  display: none;
  box-shadow: #3c494aab 0px 1px 12px -1px;
}

.the_double_variant_tooltip .the_double_variant_tooltip_content p,
.the_version_variant_tooltip .the_version_variant_tooltip_content p {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 500;
}

.the_double_variant_tooltip .the_double_variant_tooltip_content ul li,
.the_double_variant_tooltip .the_double_variant_tooltip_content ol li,
.the_version_variant_tooltip .the_version_variant_tooltip_content ul li,
.the_version_variant_tooltip .the_version_variant_tooltip_content ol li {
  color: #fff !important;
  list-style: inherit;
  margin-left: 12px;
  margin-bottom: 7px;
  padding-top: 7px;
}

.the_double_variant_tooltip .the_double_variant_tooltip_content:before,
.the_version_variant_tooltip .the_version_variant_tooltip_content:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #023940;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.the_double_variant_tooltip:hover .the_double_variant_tooltip_content,
.the_version_variant_tooltip:hover .the_version_variant_tooltip_content {
  display: block;
}

/* .double-variant-tooltip-list {
      display: flex;
      flex-direction: column;
      gap: 7px;
    } */

.the-version__wrapper {
  padding-top: 20px;
}


.cans__pill {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #023940;
    border: 1.5px solid #023940 !important;
    height: 35px;
    line-height: 1.3;
    border-radius: 80px;
    padding: 0 !important;    
    width: 17%;
    text-align: center;
    align-content: center;
    cursor: pointer;
    transition: all ease-in-out 0.25s;
}


/* .cans__wrapper {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-top: 2px;
  gap: 8px;
  margin-bottom: 43px;
} */


.cans__pill:hover,
.cans__pill:focus,
.cans__pill.active {
  border: 1.5px solid #023940 !important;
  background: #02383e;
  color: #e6eee6;
}

@media screen and (max-width: 767px){
  .cans__pill{
      flex: 1 1 0;
      text-align: center;
      padding: 6px 8px !important;
  }

  .the-double__wrapper {
    gap: 9px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .single-product:not(.ooo-drink-phero) .the-double__wrapper {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 19px 0 !important;
  }
  
  .flavor__wrapper-img,
  .the-double__wrapper-img,
  .the-version__wrapper-img {
    width: 20%;
    padding: 0;
    margin: 0;
    border: none !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: transparent;
  }

  .flavor__wrapper-img:hover img,
  .the-double__wrapper-img:hover img,
  .the-version__wrapper-img:hover img {
    border: 1px solid #02394040;
  }

  .the-double__wrapper-img .tooltip,
  .the-version__wrapper-img .tooltip {
    padding: 0 7px 7px;
    letter-spacing: 0.1px;
    font-size: 13px;
    /* -- circle border --*/
    padding: 0;
    font-weight: 600;
  }

  .flavor__wrapper-img.active,
  .the-double__wrapper-img.active,
  .the-version__wrapper-img.active {
    /* -- circle border --*/
    border: none;
  }

  .the-double__wrapper-img.active .tooltip {
    font-weight: 700;
  }

  .flavor__wrapper-img.active img,
  .the-version__wrapper-img.active img,
  .the-double__wrapper-img.active img {
    border: 1.5px solid #023940;
  }

  .option-wrapper {
    flex-wrap: wrap;
  }
}

.variants-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
}

.option-wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  gap: 1rem;
}



/* -------------- BUNDLE VARIANTS --------------- */

.the-bundle__wrapper {
  display: flex;
}

@media screen and (min-width: 788px) {
  .the-bundle__wrapper-img:focus,
  .the-bundle__wrapper-img:hover,
  .the-bundle__wrapper-img.active {
    filter: saturate(1.1) brightness(1);
    border: none;
    box-shadow: 0px 0px 0px 1.5px #023940;
  }
}

.the-bundle__wrapper-img {
  width: 20%;
  text-align: center;
  /* border: solid 1px #eee; */
  padding: 0;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1.3px solid #c4c4c4;
  cursor: pointer;
  transition: all ease-in-out 0.25s !important;
}

.the-bundle__wrapper-img img {
  width: 85%;
  height: auto;
  line-height: 0;
  /* padding: 7px;
  border: 1.3px solid #c4c4c4; */
  border-radius: 100%;
  transition: all ease-in-out 0.25s !important;
}

.the-bundle__wrapper-img .variant-titles {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  color: #023940;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0px 8px 10px;
}

.the-bundle__wrapper-img .tooltip {
  text-wrap-style: balance;
}

.the-bundle__wrapper-img.active .tooltip {
  font-weight: 700;
}

.the_bundle_variant_tooltip {
  position: relative;
  display: inline;
  font-weight: 300;
}

@media screen and (max-width: 767px){

  .the-bundle__wrapper {
    gap: 9px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .the-bundle__wrapper {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 19px 0 !important;
  }
  
  .the-bundle__wrapper-img {
    width: 20%;
    padding: 0;
    margin: 0;
    border: none !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: transparent;
  }

  .the-bundle__wrapper-img:hover img {
    border: 1px solid #02394040;
  }

  .the-bundle__wrapper-img .tooltip {
    padding: 0 7px 7px;
    letter-spacing: 0.1px;
    font-size: 13px;
    /* -- circle border --*/
    padding: 0;
    font-weight: 600;
  }

  .the-bundle__wrapper-img.active {
    /* -- circle border --*/
    border: none;
  }

  .the-bundle__wrapper-img.active .tooltip {
    font-weight: 700;
  }

  .the-bundle__wrapper-img.active img {
    border: 1.5px solid #023940;
  }

  }
}