/** Shopify CDN: Minification failed

Line 1712:3 Expected "}" to go with "{"

**/
.ctr-main-product__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px;
}

.ctr-main-product__form-additional-buttons.m-walmart .ctr-main-product__form-find-store-button {
  order: 3;
      white-space: nowrap;
}

.ctr-main-product__form-additional-buttons.m-walmart .ctr-main-product__form-amazon-button {
  order: 1;
      white-space: nowrap;
}

.ctr-main-product__form-additional-buttons.m-walmart .ctr-main-product__form-walmart-store-button {
  order: 2;
      white-space: nowrap;
}


@media (min-width: 992px) {
  .ctr-main-product__container {
      padding: 30px;
      gap: 30px;
      flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .ctr-main-product__container {
      padding: 40px 72px;
      gap: 70px;
      flex-direction: row;
  }
}
.ctr-main-product__sticky-container {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ctr-main-product__left-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .ctr-main-product__left-column {
      width: 50%;
      flex-shrink: 0;
  }
}
@media (min-width: 1400px) {
  .ctr-main-product__left-column {
      width: 55%;
  }
}
.ctr-main-product__left-column--image-and-review {
  display: flex;
}
.ctr-main-product__header-mobile {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 992px) {
  .ctr-main-product__header-mobile {
      display: none;
  }
}
.ctr-main-product__title {
  font-family: "AmericanBold", sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
.ctr-main-product__title--desktop {
  display: none;
}
@media (min-width: 992px) {
  .ctr-main-product__title {
      font-size: 40px;
      max-width: 535px;
  }
  .ctr-main-product__title--mobile {
      display: none;
  }
  .ctr-main-product__title--desktop {
      display: block;
  }
}
.ctr-main-product__app-block--desktop {
  display: none;
}
@media (min-width: 992px) {
  .ctr-main-product__app-block--desktop {
      display: block;
  }
}
.ctr-main-product__app-block .junip-product-summary-star-ratings-container {
  margin-bottom: 0;
}
.ctr-main-product__carousel {
  width: 100%;
}
.ctr-main-product__gallery-and-thumbnails {
  display: flex;
  position: relative;
}
@media (min-width: 1400px) {
  .ctr-main-product__gallery-and-thumbnails {
      flex-direction: row;
      gap: 20px;
      padding-left: 100px;
  }
}
@media (min-width: 1600px) {
  .ctr-main-product__gallery-and-thumbnails {
      padding-left: 0;
  }
}
.ctr-main-product__gallery-wrapper {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px;
  overflow: hidden;
}
.ctr-main-product__gallery-wrapper .navigation-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.ctr-main-product__gallery-wrapper .dots {
  display: flex;
  padding: 10px 0;
  justify-content: center;
  gap: 4px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.ctr-main-product__gallery-wrapper .dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d3d3d3;
  cursor: pointer;
}
.ctr-main-product__gallery-wrapper .dots .dot--active {
  background-color: #000;
}
@media (min-width: 1400px) {
  .ctr-main-product__gallery-wrapper .dots {
      display: none;
  }
}
.ctr-main-product__gallery-wrapper .arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  bottom: 15px;
}
.ctr-main-product__gallery-wrapper .arrow--left {
  left: 20px;
}
.ctr-main-product__gallery-wrapper .arrow--right {
  right: 20px;
}
.ctr-main-product__gallery-wrapper .arrow svg {
  margin: 0;
  color: #fff;
}
@media (min-width: 1400px) {
  .ctr-main-product__gallery-wrapper .arrow {
      display: none;
  }
}
.ctr-main-product__gallery {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px;
  overflow: hidden;
}
.ctr-main-product__gallery-item {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.ctr-main-product__gallery-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ctr-main-product__badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.ctr-main-product__badges .badge {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  position: relative;
  white-space: nowrap;
  padding: 5px 4px;
}
.ctr-main-product__badges .badge-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 576px) {
  .ctr-main-product__badges {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .ctr-main-product__badges .badge {
    flex-direction: column;
    aspect-ratio: 1;
    gap: 8px;
    white-space: normal;
    justify-content: center;
    padding: 0;
  }
  .ctr-main-product__badges .badge-text {
    padding: 0 8px;
  }
  
  .ctr-main-product__badges .badge-icon {
    width: 45%;
    height: 45%;
  }
}

@media (min-width: 1400px) {
  .ctr-main-product__badges .badge-icon {
      width: 44px;
      height: 44px;
  }
}
.ctr-main-product__badges .badge-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.ctr-main-product__badges .badge-text {
 font-family: GothamMed, sans-serif;
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}
@media (min-width: 576px) {
  .ctr-main-product__badges .badge-text {
      font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .ctr-main-product__badges .badge-text {
      padding: 0 10px;
      min-height: 30px;
  }
}
.ctr-main-product__media-thumbnails {
  overflow: hidden;
  width: 80px;
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (min-width: 1400px) {
  .ctr-main-product__media-thumbnails {
      display: block;
  }
}
@media (min-width: 1600px) {
  .ctr-main-product__media-thumbnails {
      transform: translate(-100px, -50%);
  }
}
.ctr-main-product__media-thumbnails-slider {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.ctr-main-product__media-thumbnails-slider.keen-slider {
  gap: 0;
  height: 480px;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
}
.ctr-main-product__media-thumbnails-item {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1/1;
  height: 80px !important;
  min-height: 80px !important;
  max-height: 80px !important;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
}
.ctr-main-product__media-thumbnails-item.active {
  opacity: 1;
  border-color: #000;
}
.ctr-main-product__media-thumbnails-item:hover {
  border-color: #000;
}
.ctr-main-product__media-thumbnails-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ctr-main-product__view-nutrition-facts {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.ctr-main-product__view-nutrition-facts-button {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  font-family: "AmericanBold", sans-serif;
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  text-decoration-color: #000;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.ctr-main-product__review {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #344da2;
  color: #fff;
  padding: 24px;
  border-radius: 15px;
}
.ctr-main-product__review--mobile {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .ctr-main-product__review--desktop {
      display: flex;
  }
  .ctr-main-product__review--mobile {
      display: none;
  }
}
.ctr-main-product__review-stars {
  display: flex;
  gap: 2px;
  color: #ffe100;
}
.ctr-main-product__review-stars svg {
  margin: 0;
}
.ctr-main-product__review-title {
  font-size: 20px;
  font-family: "AmericanBold", sans-serif;
  line-height: 1.2;
  text-transform: none;
}
.ctr-main-product__review-text {
  font-size: 16px;
  font-family: "GothamRoundedBold", sans-serif;
  line-height: 1.1;
  color: #fff;
}
.ctr-main-product__review-author {
  font-weight: bold;
  font-style: normal;
  font-family: "AmericanBold", sans-serif;
}
.ctr-main-product__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ctr-main-product__subtitle {
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  text-transform: none;
}
@media (min-width: 992px) {
  .ctr-main-product__subtitle {
      font-size: 24px;
  }
}
.ctr-main-product__description {
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-transform: none;
}

@media (max-width: 575px) {
  .ctr-main-product__bundle-form {
    order: 1;
  }

  .ctr-main-product__description {
    order: 2;
    margin-top: 16px;
  }
}
.ctr-main-product__text {
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-transform: none;
}
.ctr-main-product__separator {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 16px;
}
.ctr-main-product__separator-text {
  padding: 0 20px;
  font-family: "AmericanBold", sans-serif;
  font-weight: 700;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 1;
  text-transform: none;
  position: relative;
  z-index: 1;
}
.ctr-main-product__separator::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  position: absolute;
  top: 14%;
  left: 0;
  transform: translateY(-50%);
}
.ctr-main-product__sampler-form-variants {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 10px;
  margin-bottom: 24px;
  margin-top: 8px;
}
.ctr-main-product__sampler-form-variant {
  width: 100%;
}
.ctr-main-product__sampler-form-variant-radio {
  display: none !important;
}
.ctr-main-product__sampler-form-variant-title {
  font-family: "AmericanBold", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
}
.ctr-main-product__sampler-form-variant-price {
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
.ctr-main-product__sampler-form-variant-per-unit {
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 9px;
  line-height: 1.3;
  text-align: center;
  color: #6c6c6c;
}
.ctr-main-product__sampler-form-variant-save-amount {
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 10px;
  line-height: 1.3;
  text-transform: uppercase;
  padding: 4px 12px;
  color: green;
  background-color: #d7e986;
  border-radius: 12px;
  text-align: center;
}
.ctr-main-product__sampler-form-variant-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  border: 1px solid #d3d3d3;
  border-radius: 12px;
  padding: 24px 12px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.ctr-main-product__sampler-form-variant-label:hover {
  border-color: #000;
  outline: 1px solid #000;
}
@media (min-width: 576px) {
  .ctr-main-product__sampler-form-variant-label {
      padding: 24px 30px;
  }
}
@media (min-width: 992px) {
  .ctr-main-product__sampler-form-variant-label {
      padding: 24px 24px;
  }
}
@media (min-width: 1400px) {
  .ctr-main-product__sampler-form-variant-label {
      padding: 24px 30px;
  }
}
.ctr-main-product__sampler-form-variant-radio:checked + .ctr-main-product__sampler-form-variant-label {
  border-color: #000;
  outline: 1px solid #000;
}
.ctr-main-product__sampler-form-variant-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 10px;
  line-height: 1.3;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 7px;
  color: #000;
  background-color: #d3d3d3;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .ctr-main-product__sampler-form-variant-badge {
      font-size: 12px;
      padding: 4px 12px;
  }
}
.ctr-main-product__form-submit {
  width: 100%;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  font-family: "GothamRoundedBold", sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: 2px solid #000;
  padding: 12px 32px;
}
.ctr-main-product__form-submit:hover {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}
.ctr-main-product__form-find-store-button {
  width: 100%;
  display: block;
  text-align: center;
  background-color: #fff;
  color: #000;
  border-radius: 50px;
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 8px;
  transition: all 0.3s ease;
  border: 2px solid #000;
  text-decoration: none;
}
@media (min-width: 576px) {
  .ctr-main-product__form-find-store-button {
      padding: 12px 32px;
  }
}
@media (min-width: 992px) {
  .ctr-main-product__form-find-store-button {
      padding: 12px 8px;
  }
}
@media (min-width: 1400px) {
  .ctr-main-product__form-find-store-button {
      padding: 12px 32px;
  }
}
.ctr-main-product__form-walmart-store-button {
  width: 100%;
  display: block;
  text-align: center;
  background-image: linear-gradient(to bottom, #3a8bfd, #0254e3);
  color: #ffffff;
  border-radius: 50px;
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 8px;
  transition: all 0.3s ease;
  border: 2px solid #0254e3;
  text-decoration: none;
}
@media (min-width: 576px) {
  .ctr-main-product__form-walmart-store-button {
      padding: 12px 32px;
  }
}
@media (min-width: 992px) {
  .ctr-main-product__form-walmart-store-button {
      padding: 12px 8px;
  }
}
@media (min-width: 1400px) {
  .ctr-main-product__form-walmart-store-button {
      padding: 12px 32px;
  }
}
.ctr-main-product__form-amazon-button {
  width: 100%;
  display: block;
  text-align: center;
  background-image: linear-gradient(to bottom, #f4e1af, #e7bb53);
  color: #111;
  border-radius: 50px;
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 8px;
  border-radius: 50px;
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 2px solid #c19536;
  text-decoration: none;
}
@media (min-width: 576px) {
  .ctr-main-product__form-amazon-button {
      padding: 12px 32px;
  }
}
@media (min-width: 992px) {
  .ctr-main-product__form-amazon-button {
      padding: 12px 8px;
  }
}
@media (min-width: 1400px) {
  .ctr-main-product__form-amazon-button {
      padding: 12px 32px;
  }
}
.ctr-main-product__form-additional-buttons {
  /* display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}
@media (min-width: 400px) {
  .ctr-main-product__form-additional-buttons {
      /* grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto; */
      gap: 8px; 
  }

  .ctr-main-product__form-additional-buttons > * {
      flex: 0 1 calc(50% - 4px);
  }
}
@media (min-width: 576px) {
  .ctr-main-product__form-additional-buttons {
      gap: 16px;
  }

  .ctr-main-product__form-additional-buttons > * {
    flex: 0 1 calc(50% - 8px);
  }
}
@media (min-width: 992px) {
  .ctr-main-product__form-additional-buttons {
      gap: 8px;
  }

  .ctr-main-product__form-additional-buttons > * {
    flex: 0 1 calc(50% - 4px);
  }
}
@media (min-width: 1400px) {
  .ctr-main-product__form-additional-buttons {
      gap: 16px;
  }

  .ctr-main-product__form-additional-buttons > * {
    flex: 0 1 calc(50% - 8px);
  } 
}
.ctr-main-product__banner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #ccedff;
}
.ctr-main-product__banner-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  justify-content: center;
  align-items: flex-start; 
  position: relative;
  z-index: 1;   
  padding: 20px 20px 30px; 
}
@media (min-width: 992px) {
  .ctr-main-product__banner-content {
      padding: 24px;
  }
}
.ctr-main-product__banner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ctr-main-product__banner-title {
  font-family: "AmericanBold", sans-serif;
  font-size: 28px;
  line-height: 1.2;
  text-transform: none;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.ctr-main-product__banner-description {
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 992px) {
  .ctr-main-product__banner-description {
      width: 60%;
  }
}
.ctr-main-product__banner-button {
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  font-family: "GothamRoundedBold", sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: 2px solid #000;
  padding: 12px 32px;
  text-decoration: none;
  min-width: 215px;
  text-align: center;
}
.ctr-main-product__banner-image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .ctr-main-product__banner-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
}
@media (min-width: 992px) {
  .ctr-main-product__banner-image.m--mobile {
      display: none;
  }
}
.ctr-main-product__banner-image.m--desktop {
  display: none;
}
@media (min-width: 992px) {
  .ctr-main-product__banner-image.m--desktop {
      display: block;
  }
}
.ctr-main-product__bundle-progress-bar {
  position: relative;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f6f6f6;
  margin-bottom: 16px;
  margin-top: 0px;
}
.ctr-main-product__bundle-progress-bar.is-subscription {
  margin-top: 20px;
}
.ctr-main-product__bundle-progress-bar-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.ctr-main-product__bundle-progress-bar-fill {
  width: 0;
  height: 8px;
  background: #369534;
  transition: width 0.3s ease;
  border-radius: 5px;
}
.ctr-main-product__bundle-progress-bar-dot {
  width: 16px;
  height: 16px;
  background: #369534;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: left 0.3s ease;
}
.ctr-main-product__bundle-progress-bar-dot::before {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ctr-main-product__bundle-progress-bar-dot.with-savings::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-top: 8px solid rgba(215, 233, 134, 0.4);
  opacity: 1;
}
.ctr-main-product__bundle-progress-bar-savings-text {
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #369534;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: -40px;
  left: 0;
  background-color: #eff6cf;
  padding: 4px 12px;
  border-radius: 7px;
  min-width: 160px;
  text-align: center;
  white-space: nowrap;
  transition: left 0.3s ease;
}
.ctr-main-product__bundle-progress-bar-savings-text.hidden {
  display: none;
}
.ctr-main-product__bundle-progress-bar-text {
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
}
.ctr-main-product__bundle-builder-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ctr-main-product__bundle-builder-tabs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  gap: 8px;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ctr-main-product__bundle-builder-tabs::-webkit-scrollbar {
  display: none;
}
.ctr-main-product__bundle-builder-tabs-item {
  background-color: #fff;
  color: #000;
  border-radius: 50px;
  padding: 12px 8px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  font-weight: 700;
  font-family: "AmericanBold", sans-serif;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 38px;
  min-width: calc(33.3333333333% - 6px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (min-width: 576px) {
  .ctr-main-product__bundle-builder-tabs-item {
      padding: 12px;
  }
}
.ctr-main-product__bundle-builder-tabs-item.active,
.ctr-main-product__bundle-builder-tabs-item:hover {
  background-color: #6c9cf5;
  color: #fff;
  border-color: #000;
}
.ctr-main-product__bundle-builder-callout {
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  text-align: center;
  line-height: 1.3;
  text-transform: none;
  background-color: #ebf4c2;
  padding: 8px 12px;
  border-radius: 4px;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .ctr-main-product__bundle-builder-callout {
      margin-top: 8px;
  }
}
.ctr-main-product__bundle-builder-products-list {
  position: relative;
  margin-top: 16px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .ctr-main-product__bundle-builder-products-list {
      margin-top: 8px;
  }
}
.ctr-main-product__bundle-builder-products {
  display: grid;
  grid-auto-rows: 1fr;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.ctr-main-product__bundle-builder-scroll-wrapper {
  position: relative;
  overflow-x: auto;
  max-height: 355px;
  gap: 8px;
  padding-right: 15px;
}
.ctr-main-product__bundle-builder-scroll-wrapper::-webkit-scrollbar {
  width: 8px;
}
.ctr-main-product__bundle-builder-scroll-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.ctr-main-product__bundle-builder-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 4px;
}
.ctr-main-product__bundle-builder-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.ctr-main-product__bundle-builder-scroll-bottom-text {
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 8px 12px;
  border-radius: 0px 0px 7px 7px;
  background: #6c9cf5;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.ctr-main-product__bundle-builder-product {
  --ctr-product-bg: #ebf2ff;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ctr-main-product__bundle-builder-product-inner-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
  justify-content: space-between;
  position: relative;
  width: 100%;
  min-height: 90px;
  padding-right: 12px;
  padding-left: 106px;
  border-radius: 7px;
  border: 1px solid #c8c8c8;
  background: #fafafa;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
}
.ctr-main-product__bundle-builder-product-inner-wrapper.added {
  border-color: #369534;
  background-color: #eff6cf;
}
.ctr-main-product__bundle-builder-product-inner-wrapper.selected {
  background-color: var(--ctr-product-bg);
}
@media (min-width: 576px) {
  .ctr-main-product__bundle-builder-product-inner-wrapper {
      padding-right: 24px;
      padding-left: 116px;
      gap: 16px;
  }
}
@media (min-width: 992px) {
  .ctr-main-product__bundle-builder-product-inner-wrapper {
      padding-right: 12px;
      padding-left: 106px;
      gap: 12px;
  }
}
@media (min-width: 1400px) {
  .ctr-main-product__bundle-builder-product-inner-wrapper {
      padding-right: 24px;
      padding-left: 116px;
      gap: 16px;
  }
}
.ctr-main-product__bundle-builder-product-right-side {
  min-height: 100%;
  flex-shrink: 0;
  width: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .ctr-main-product__bundle-builder-product-right-side {
      width: 110px;
  }
}
@media (min-width: 992px) {
  .ctr-main-product__bundle-builder-product-right-side {
      width: 100px;
  }
}
@media (min-width: 1400px) {
  .ctr-main-product__bundle-builder-product-right-side {
      width: 110px;
  }
}
.ctr-main-product__bundle-builder-product-add-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "AmericanBold", sans-serif;
  line-height: 24px;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  min-height: 32px;
  font-weight: 700;
  cursor: pointer;
}
.ctr-main-product__bundle-builder-product-add-button.disabled,
.ctr-main-product__bundle-builder-product-add-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.ctr-main-product__bundle-builder-product-image-block {
  width: 90px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 576px) {
  .ctr-main-product__bundle-builder-product-image-block {
      width: 100px;
  }
}
@media (min-width: 992px) {
  .ctr-main-product__bundle-builder-product-image-block {
      width: 90px;
  }
}
@media (min-width: 1400px) {
  .ctr-main-product__bundle-builder-product-image-block {
      width: 100px;
  }
}
.ctr-main-product__bundle-builder-product-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ctr-main-product__bundle-builder-product-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.ctr-main-product__bundle-builder-product-info-title {
  font-family: "AmericanBold", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -0.48px;
}
@media (min-width: 992px) {
  .ctr-main-product__bundle-builder-product-info-title {
      font-size: 16px;
  }
}
.ctr-main-product__bundle-builder-product-info-title i {
  font-family: "AmericanItalic", sans-serif;
  text-transform: lowercase;
  display: block;
}
.ctr-main-product__bundle-builder-product-info-description {
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 10px;
  line-height: 1.2;
  text-transform: none;
}
.ctr-main-product__bundle-builder-product-info-learn-more {
  font-family: "AmericanBold", sans-serif;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
}
.ctr-main-product__bundle-builder-product-quantity {
  width: 100%;
}
.ctr-main-product__bundle-builder-product-quantity .qty-picker {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
.ctr-main-product__bundle-builder-product-quantity .qty-picker__btn {
  font-family: "AmericanBold", sans-serif;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.ctr-main-product__bundle-builder-product-quantity .qty-picker__btn.disabled,
.ctr-main-product__bundle-builder-product-quantity .qty-picker__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.ctr-main-product__bundle-builder-product-quantity .qty-picker__input {
  width: 32px;
  height: 32px;
  text-align: center;
  font-family: "AmericanBold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  outline: none;
  padding: 0 2px;
}
.ctr-main-product__bundle-builder-product-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 8px;
  border-radius: 0px 0px 7px 7px;
  background: #c21c2a;
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 9px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
.ctr-main-product__bundle-builder-subtotal-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-bottom: 24px;
}

.ctr-main-product__bundle-builder-subtotal-wrapper--mobile {
  display: none;
}

@media (max-width: 575px) {
  .ctr-main-product__bundle-builder-subtotal-wrapper--mobile {
    display: flex;
    margin-bottom: 0;
    padding-bottom: 16px;
  }

  .ctr-main-product__bundle-builder-subtotal-wrapper--desktop {
    display: none;
  }
}

@media (min-width: 576px) {
  .ctr-main-product__bundle-builder-subtotal-wrapper {
      margin: 32px auto;
  }
}
.ctr-main-product__bundle-builder-subtotal-label,
.ctr-main-product__bundle-builder-subtotal-price {
  font-family: "AmericanBold", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: #000;
  flex-shrink: 0;
}

.ctr-main-product__bundle-builder-subtotal-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}

.ctr-main-product__bundle-builder-subtotal-saved-text {
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 7px;
  background: rgba(215, 233, 134, 0.20);
}
.ctr-main-product__bundle-builder-subtotal-saved-text {
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #369534;
  text-transform: uppercase;
  white-space: nowrap;
}

.ctr-main-product__bundle-builder-subtotal-price {
  font-family: "AmericanBold", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: #000;
  flex-shrink: 0;
  background-color: #eff6cf;
  padding: 4px 12px;
  border-radius: 7px;
  text-align: center;
  white-space: nowrap;
  margin-left: auto;
}
.ctr-main-product__bundle-builder-frequency-options {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 24px;
}
.ctr-main-product__bundle-builder-frequency-options.show-subscription-first {
  flex-direction: column;
}
@media (min-width: 576px) {
  .ctr-main-product__bundle-builder-frequency-options {
      margin-bottom: 32px;
  }
}
.ctr-main-product__bundle-builder-frequency-option {
  padding: 24px;
  border-radius: 7px;
  cursor: pointer;
  border: 1px solid #c8c8c8;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  margin-top: 12px;
  margin-bottom: 8px;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0);
}
.ctr-main-product__bundle-builder-frequency-option.with-badge {
  margin-top: 40px;
}
.ctr-main-product__bundle-builder-frequency-option.selected,
.ctr-main-product__bundle-builder-frequency-option:hover {
  border-color: #000;
  outline: 1px solid #000;
  box-shadow: 4px 4px 0px 0px #000;
}
.ctr-main-product__bundle-builder-frequency-selector {
  min-width: 50%;
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  color: #000;
  padding: 12px 50px 12px 12px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  background-image: url(/cdn/shop/files/Line_13.png?v=1631750424);
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-position: 92% center;
}
.ctr-main-product__bundle-builder-frequency-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 2px));
  padding: 4px 12px;
  border-radius: 7px 7px 0px 0px;
  background: #fe2b09;
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  z-index: 1;
}
@media (min-width: 576px) {
  .ctr-main-product__bundle-builder-frequency-badge {
      padding: 5px 20px;
  }
}
.ctr-main-product__bundle-builder-frequency-title-and-prices {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.ctr-main-product__bundle-builder-frequency-title {
  font-family: "AmericanBold", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.54px;
  text-transform: uppercase;
  color: #000;
}
.ctr-main-product__bundle-builder-frequency-prices {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  gap: 8px;
  font-family: "AmericanBold", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.54px;
  text-transform: uppercase;
  color: #000;
}
.ctr-main-product__bundle-builder-frequency-prices-old {
  text-decoration: line-through;
  color: #828282;
}
.ctr-main-product__bundle-builder-frequency-benefits {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  gap: 8px;
  padding: 8px 24px;
}
@media (min-width: 576px) {
  .ctr-main-product__bundle-builder-frequency-benefits {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
      gap: 8px;
  }
}
.ctr-main-product__bundle-builder-frequency-benefit {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.ctr-main-product__bundle-builder-frequency-benefit-icon {
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: green;
}
.ctr-main-product__bundle-builder-frequency-benefit-text {
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
}

/* Selling Plans Section */
.ctr-main-product__selling-plans-section {
  margin-bottom: 32px;
  padding: 24px;
  border-radius: 8px;
}

.ctr-main-product__selling-plans-buttons {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  margin-bottom: 24px;
  position: relative;
}

.ctr-main-product__selling-plan-button {
  flex: 1;
  padding: 16px 24px;
  border: 1px solid #c8c8c8;
  background: #e8e8e8;
  color: #000;
  font-family: "AmericanBold", sans-serif;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: none;
}

.ctr-main-product__selling-plan-button.active {
  background: #fff;
  color: #000;
  border: 3px solid #000;
  box-shadow: 4px 4px 0px 0px #000;
}

.ctr-main-product__selling-plan-badge {
  position: absolute;
  top: -39px;
  left: 0;
  right: 0;
  width: 100%;
  background: #dc2626;
  color: #fff;
  padding: 4px 12px;
  font-family: "GothamRoundedMedium", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 4px;
  z-index: 1;
  font-weight: 400;
}

@media (min-width: 575px) {
  .ctr-main-product__selling-plan-button {
    white-space: nowrap;
    padding: 24px;
  }
  .ctr-main-product__selling-plan-badge {
    white-space: nowrap;
    top: -24px;
  }
}

.ctr-main-product__delivery-frequency-wrapper {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 8px;
  align-items: center;
  justify-content: center;
}

.ctr-main-product__delivery-frequency-label {
  font-family: "AmericanBold", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
}

.ctr-main-product__delivery-frequency-selector {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #c8c8c8;
  background: #fff;
  color: #000;
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 4px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

.ctr-main-product__selling-plans-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 8px 0;
}

.ctr-main-product__selling-plan-benefit {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "GothamRoundedBold", sans-serif;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
}

.ctr-main-product__selling-plan-benefit svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0;
}

@media (min-width: 575px) {
  .ctr-main-product__delivery-frequency-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .ctr-main-product__selling-plan-benefit {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .ctr-main-product__selling-plans-benefits {
    grid-template-columns: 1fr 1fr;
  }
}

[data-modal-product-title] i {
  font-family: "AmericanItalic", sans-serif;
  text-transform: lowercase;
  display: block;
}

/*# sourceMappingURL=ctr-main-product.css.map */

/* Custom Layout Fixes: Desktop Separator Hiding */
.ctr-main-product__separator {
  display: none;
}

/* Mobile-Only Overrides (Screens under 768px) */
@media screen and (max-width: 767px) {
  /* 1. Hide the duplicate review block layout container */
  .ctr-main-product__review-container + .ctr-main-product__review-container {
    display: none !important;
  }

  /* 2. Pull the top section container up to eliminate the massive empty gap */
  .template-product .main-product-section {
    padding-top: 0px !important;
    margin-top: -20px !important;
  }
  
  /* Safe fallback buffer for the content wrapper padding */
  .ctr-main-product__summary-wrapper {
    padding-top: 5px !important;
  }
}
@media (max-width: 991px) {
  /* 1. Force hide the desktop review block */
  .ctr-main-product__review--desktop {
    display: none !important;
  }