/** Shopify CDN: Minification failed

Line 294:23 Unterminated string token
Line 502:23 Unterminated string token
Line 620:23 Unterminated string token

**/
.product-bundle {
  display: flex;
  gap: 40px;
  padding: 40px 120px;
  max-width: 1440px;
  margin: 0 auto !important;
}
.md-disabled {
  pointer-events: none;
}
.md-out-stck {
  font-size: 20px !important;
  width: 100% !important;
  padding: 10px !important;
}
.product-images {
  width: 40%;
}
.md-free-shipping {
    color: #000000;
    font-size: 12px;
    line-height: 10px;
}
.pack-option .pack-badge {
  box-shadow: 0px 4px 4px 0px #00000040;
}
.product-details {
  width: 50%;
}
.pack-option.selected .md-free-shipping {
  color: white;
}
.bundle-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.bundle-title {
  font-family: "Bebas Neue";
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  line-height: 120%;
  letter-spacing: 0.78px;
  margin: 0px 0px 8px 0px;
}

.loads-per-bottle {
  font-family: "Bebas Neue";
  font-size: 1.528vw;
  font-weight: 400;
  color: rgba(45, 45, 45, 1);
  line-height: 120%;
  letter-spacing: 0.78px;
  margin: 0px 0px 0px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
  white-space: nowrap;
}

.reviews {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  column-gap: 15px;
}
.reviews .star {
  font-size: 1px;
}
.reviews .review-count {
  font-family: "Courier New" !important;
  font-size: 1.167vw;
  font-weight: 400;
  color: #000000;
  line-height: 140%;
  letter-spacing: 0.63px;
  cursor: pointer;
}
.star-rating {
  color: #000;
  margin-right: 0.5rem;
}

.product-description {
  font-family: "Courier New" !important;
  font-size: 1.111vw;
  font-weight: 400;
  color: #000000;
  line-height: 160%;
  letter-spacing: 0.63px;
  margin-bottom: 32px;
}

.product_pack_scription_wrapper {
  display: block;
  margin-bottom: 0;
  border: 1px solid #E4E4E4;
  border-radius: 8px;
  padding: 40px 25px;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 0;
}
.pack-selection {
  margin-bottom: 24px;
}

.pack-selection h2 {
   font-family: 'Roboto Condensed';
    font-size: 34px;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
    line-height: 100%;
    letter-spacing: .78px;
    margin: 0 0 25px;
}
.pack-options {
  gap: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch; 
  margin-bottom: 1.5rem;
}
.pack-option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 18px) / 3);
  border: 1px solid #000000;
  padding: 30px 10px 20px;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  position: relative;
  flex: 1;
}
.pack-option .pack-size {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
  line-height: 95%;
  letter-spacing: 0px;
  margin: 0px 0px 0px 0px;
}

.pack-option .loads-count {
  font-size: 10px;
  font-weight: 700;
  color: #000000;
  line-height: 110%;
  letter-spacing: 0px;
  margin: 2px 0px 2px 0px;
}
.pack-option .savings {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Roboto Condensed';
  color: #FF0000;
  letter-spacing: 0px;
}
.pack-option .pack-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  font-weight: 600;
  transform: translateX(-50%);
  font-size: 10px;
  padding: 5px;
  white-space: nowrap;
  border-radius: 5px;
  width: 75%;
}
.pack-badge.most-popular {
  background: #FFC300;
  color: #000000;
}
.pack-badge.best-value {
  background: #FFC300;
  color: #000000;
}
.pack-option.selected {
  border-color: #000;
  background: #000;
}
.pack-option.selected .pack-size {
  color: white !important;
}
.pack-option.selected .loads-count {
  color: white !important;
}

.flavor-selection {
  margin-bottom: 3rem;
}
.flavor-selection h2 {
  font-family: 'Roboto Condensed';
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 16px 0;
  color: #000;
}

.flavor-item {
  display: flex;
  align-items: center;
  border: 0.5px solid #000000;
  border-radius: 12px;
  gap: 20px;
  background: #fff;
  padding-right: 19px;
  cursor: pointer;
  position: relative;
}
.flavor-item.disabled {
  pointer-events: none;
}
.flavor-badge.top-seller {
  background: linear-gradient(90deg, #f3c7d4, #c1ccea);
  color: #000;
}
.flavor-item .flavor-badge {
  position: absolute;
  top: -12px;
  right: 20px;
  width: fit-content;
   font-family: roboto;
  font-size: 14px;
  white-space: nowrap;
  border-radius: 4px;
  padding-left: 25px;
  padding-right: 25px;
}
.flavor-name {
    font-family: 'Roboto Condensed';
    font-size: 24px;
    margin: 0;
    font-weight: 900;
    letter-spacing: 0;
    color: #000;
    padding-bottom: 5px;
}
.flavor-description {
  font-family: "inter";
  font-size: 12px;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.flavor-controls {
  display: flex;
  align-items: center;
  gap: 16px;
}

.flavor-image {
  margin-right: 20px;
  height: 120px;
}
.flavor-image img {
  object-fit: cover;
  border-radius: 12px;
  display: block;
  height: 100%;
}

.flavor-details {
  flex: 1;
}

.flavor-details p {
  margin: 0px 0px 0px 0px;
}
.quantity-input {
  width: 40px;
  text-align: center;
  border: none;
  background: none;
  font-family: "roboto;
  font-size: 16px;
  padding: 0;
  text-align: center;
}

.add-button {
  background: #000000;
  color: #fff;
  font-family: roboto;
  font-weight: 500;
  font-size: 24px;
  padding: 8px 0 7px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.2s;
  width: 108px;
  letter-spacing: 2.1px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-button:hover {
  background: #000;
}
.add-button.sold-out {
  opacity: 0.7;
}

.subscription-options {
  background: #f8f8f8;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.cart-btn-border {
  width: 100%;
  height: 1px;
  background: #000000;
  display: block !important;
}
.cart-button {
  width: 100%;
  background: #2d2d2d;
  color: #fff;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  padding: 16px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 2.1px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.cart-button[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}
.benefits {
  padding: 25px 30px 0;
  display: none;
}
.benefit-item {
  display: flex;
  justify-content: space-between;
}
.benefit-title {
  font-weight: 700;
  line-height: 100%;
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
}
.benefits-list {
  margin-top: 12px;
  padding-left: 0; 
  list-style: none;
  padding: 17px 0 17px 11px;
  padding-left: 0;
  margin-top: 0;
  padding-top: 5px;
  font-size: 20px;
  font-weight: 400;
}

.benefits-list li {
  position: relative;
  padding-left: 24px;
  font-family: "roboto";
  line-height: 30px; 
  font-size: 16px;
  color: #000;
}
span.remaining_qty {
  text-align: center;
  display: block;
  color: #ee0000;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
  display: block;
}
span.remaining_qty.hidden {
  display: none;
}

.benefits-list li:not(:last-child) {
  margin-bottom: 8px;
}

.benefits-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 12px;
  background-image: url("/cdn/shop/files/Arrow_1tr.svg?v=1754047775");
  background-size: contain;
  background-repeat: no-repeat;
}
.purchase-options input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  height: 25px !important;
  width: 25px !important;
  margin-left: 0 !important;
  min-width: 17px !important;
  outline: none;
  position: relative;
  top: 3px;
}
.purchase-options.active input[type="radio"] {
  border: 1px solid #000;
}
.purchase-options.active input[type="radio"]::after {
  background: #000;
  border: 1px solid;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-53%, -52%);
}

.flavor-quantity {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 12px;
  padding: 4px;
}

.quantity-btn {
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_description {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.benefit-item {
  text-align: center;
  font-size: 14px;
}
.no-margin {
  margin: 0;
}
.flavor-list {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.subscription-dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: url("https://cdn.shopify.com/s/files/1/0609/4081/2536/files/Border.svg?v=1743577640");
  background-repeat: no-repeat;
  background-position: right 10px center;
  font-family: "roboto;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  background-color: #fff;
}
.radio-option {
  font-size: 18px;
  cursor: pointer;
}
.radio-option input {
  margin-right: 15px;
}
.option-title {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    text-wrap: nowrap;
    color: #000000;
}
.highlight {
  border-radius: 4px;
  margin-left: 5px;
}
.subscription-container {
  position: relative;
}
.subscription-container .deal-badge {
  position: absolute;
  top: -10px;
  right: -8px;
  width: fit-content;
  font-family: Bebas Neue, sans-serif;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 4px;
  padding-left: 6px;
  padding-right: 6px;
  background: #f77f72;
  color: #fff;
}
.price-container {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: right;
}
.original-price-container {
  display: flex;
  align-items: center;
  position: relative;
  display: none;
}
.original-price-container.additional-discount-added [data-original-price] {
  position: absolute;
  right: 105%;
}
.original-price {
  text-decoration: line-through;
  color: #888;
  margin-right: 5px;
  font-weight: 400;
}
.discounted-price {
  color: #000;
}
.subscription-dropdown {
  width: 100%;
  padding: 12px;
  border: 1px solid #000;
  margin-bottom: 10px;
  padding-left: 10px;
}
.benefits p {
  margin: 5px 0;
  font-size: 14px;
}
.one-time-price {
  margin-left: auto;
  font-weight: bold;
}
.add-to-basket {
  width: 100%;
  background: black;
  color: white;
  padding: 15px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
}
.radio-container,
.subscription-wrapper {
  display: flex;
  align-items: baseline;
}
.subscription-wrapper {
  justify-content: space-between;
  /* padding-bottom: 10px; */
}
.hidden {
  display: none;
}
.flavor-image {
  max-height: 120px;
}
.thumbnail--narrow img {
  width: 100% !important;
}
.flavor-item.active {
  border-color: #000;
}
span.original-price.regular-price {
  text-decoration: none;
  font-size: 24px;
  font-style: normal;
  font-family: "roboto;
  color: #000;
}
.highlight {
  height: 26px;
  display: flex;
  align-items: center;
}
.hidden {
  display: none;
}
.subscription-element {
  background-color: #D5D5D5;
  padding-top: 13px;
  padding-right: 20px;
  padding-left: 20px;
}
.md-flavor-wraper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
    width:80%;
}
.add-button.disabled {
  opacity: 0.8;
  pointer-events: none;
  cursor: not-allowed;
}
#preview-bar-iframe {
  display: none;
}
.flavor-selection h2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1500px) {
  .bundle-title {
    white-space: nowrap;
  }
  .purchase-options.active input[type="radio"]::after {
    transform: translate(-46%, -52%);
  }
}

@media (min-width: 768px) and (max-width: 1499px) {
  .bundle-title {
    font-size: 30px;
  }
  .loads-per-bottle {
    font-size: 20px;
  }
  .reviews .review-count {
    font-size: 16px;
  }
  .product-description {
    font-size: 14px;
  }
  .pack-selection h2 {
    font-size: 28px;
  }
  .pack-option .pack-size {
    font-size: 26px;
  }
  .pack-option .loads-count {
    font-size: 9px;
  }
  .pack-option .savings {
    font-size: 16px;
  }
  .pack-option .pack-badge {
    font-size: 9px;
  }
  .flavor-selection h2 {
    font-size: 28px;
  }
  .flavor-name {
    font-size: 20px;
  }
  .flavor-description {
    font-size: 11px;
  }
  .flavor-item .flavor-badge {
    font-size: 12px;
  }
  .add-button {
    font-size: 20px;
    width: 90px;
    height: 35px;
  }
  .cart-button {
    font-size: 20px;
    height: 50px;
  }
  .benefit-title {
    font-size: 12px;
  }
  .benefits-list li {
    font-size: 16px;
    line-height: 22px;
  }
  .subscription-dropdown {
    font-size: 20px;
  }
  .option-title {
    font-size: 20px;
  }
  .highlight {
    height: 22px;
  }
  span.original-price.regular-price {
    font-size: 20px;
  }
  .product_description {
    font-size: 14px;
  }
}

@media (max-width: 1299px) {
  .bundle-header {
    display: block;
  }
  .pack-option .savings,
  .loads-per-bottle {
    margin: 0 0 8px;
  }
}

@media (max-width: 1024px) {
  .product-bundle {
    padding: 40px 30px;
  }
}

@media (max-width: 997px) {
  .product-bundle {
    padding: 40px 20px;
  }
  .pack-option .savings,
  .loads-per-bottle {
    font-size: 14px;
  }

  .product_pack_scription_wrapper {
    padding: 24px 10px;
  }
  .subscription-element {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 998px) and (min-width: 768px) {
  .option-title {
    font-size: 14px;
  }
  .benefit-title {
    font-size: 11px;
  }
}

@media (min-width: 768px) {
  .image_wrapper {
    position: sticky;
    top: 0;
    align-self: start;
  }
}

@media (max-width: 767px) {
  .subscription-element {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .add-button {
    width: 96px;
    height: 35px;
    padding-bottom: 7px;
  }
  .md-bottom-icons {
    padding-bottom: 45px;
  }
  .flavor-name{
    font-size:20px;
  }
  .benefits-list li {
    font-size: 14px;
    line-height: 100%;
  }
  .highlight {
    height: 22px;
  }
  span.original-price.regular-price {
    font-size: 20px;
  }
  .product-bundle {
    gap: 0 !important;
  }
  ul.product__media-list,
  .product__media-item {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .pack-options{
    gap:10px;
  }
  
  .pack-option .pack-size {
    font-size: 20px;
  }
  .pack-option .loads-count {
    font-size: 10px;
  }
  .product_pack_scription_wrapper {
    padding: 20px 10px;
    margin-top: 45px;
  }
  .pack-option .savings,
  .loads-per-bottle {
    font-size: 10px;
    margin: 0;
  }
  .md-free-shipping {
    font-size: 10px;
  }
  .bundle-header {
    display: block;
  }
  .bundle-title {
    font-size: 39px;
  }
  .reviews .review-count {
    font-size: 12px;
  }
  .benefits {
    padding: 30px 0 0;
    display: none;
  }
  .flavor-item {
    padding-right: 9px;
  }
  .benefits-list {
    margin-top: 8px;
  }
  .product-bundle {
    flex-wrap: wrap;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    gap: 20px;
  }
  .product-details {
    width: 100%;
  }
  .product_description {
    margin-bottom: 6px;
    margin-top: 8px;
  }
  .not-margin {
    margin: 0;
  }
  .flavor-list {
    margin-top: 8px;
  }
  .flavor-image {
    margin-right: 10px;
  }
  .flavor-description {
    font-size: 12px;
    line-height: 120%;
    margin-top: 2px !important;
  }
  .cart-button {
    font-size: 18px;
    letter-spacing: 2.1px;
  }
}

@media (max-width: 520px) {
  .flavor-image{
    max-height:150px;
    height:150px
  }
  .purchase-options.active input[type="radio"]::after {
    transform: translate(-53%, -55%);
  }
  .benefit-title {
    font-size: 10px;
  }
  .flavor-selection h2 {
    padding-top: 0px;
    font-size: 30px;
  }
  .pack-selection h2 {
    font-size: 30px;
  }
  .md-bottom-icons .inline-richtext {
    font-size: 12px;
  }
  .pack-option .pack-badge {
    min-width: 80%;
    font-size: 8px;
    width: fit-content;
    padding: 3px 6px;
  }
  .flavor-description {
    max-width: 100%;
  }
  .radio-option input {
    margin-right: 10px;
  }
  .option-title {
    font-size: 4.186vw;
  }
  .flavor-item .flavor-badge {
    right: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .pack-option{
    padding:10px;
  }
  .md-flavor-wraper{
    flex-direction:column;
    align-items: flex-start;
    gap: 20px;
    width:100%;
  }
}

@media (max-width: 375px) {
 .pack-option .pack-badge {
  font-size: 6px;
  top: -10px;
 }
 .md-flavor-wraper {
  gap: 10px;
 }
 .flavor-image {
  max-height: 125px;
  height: 125px;
 }
 .flavor-name {
  font-size: 15px;
 }
 .flavor-description {
  font-size: 10px;
 }
 .flavor-item {
  gap: 0;
 }
}