/** Shopify CDN: Minification failed

Line 192:9 Expected ":"

**/

.qty-selector {
  display: flex;
  align-items: center;
  border: 1px solid #e7e7e7;
  border-radius: 9999px;
  overflow: hidden;
  width: 110px;
  height: 40px;
  background: #fff;
}

.pack-variant__image {
width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    height: auto;
    aspect-ratio: 1;
    background: white;
    border-radius: 7px;
    margin-bottom: 10px;}

.pack-variant__image img {
width: auto;
padding: 5px;
height: 150px;}

.variant-info-wrapper {
display: flex;
gap: 0px;
text-align: center;
flex-direction: column;}

.pack-variant__title p {
line-height: 130%;}

.variant-nutrition {
font-size: 10px;
color: grey;
    line-height: 100%;
    padding-top: 3px;}

.qty-btn {
  background: none;
  border: none;
  color: black;
  width: 40px;
  height: 100%;
  font-size: 20px;
  cursor: pointer;
  user-select: none;
}

.qty-selector input {
  width: 30px;
  text-align: center;
  border: none;
  font-size: 16px;
  pointer-events: none;
}


  .pack-product-section {
    display: flex;
    justify-content: center;
    padding: 2rem;
  }

  .pack-variant__title {
    display: flex
;
    align-content: center;
    align-items: center;
}

.pack-variant__title p {
    font-family: GothamBold;
    letter-spacing: 0;
    margin: 0;
}

  .pack-product__wrapper {
grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 5vw;
  }

.pack-product__image {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
}

#pack-box-overlays {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}




  .pack-product__form {
    flex: 1;
  }

  .pack-product__form h2 {
font-family: GothamUltra;
    font-size: 35px;
    margin-bottom: 0;
  }

  .pack-builder__variants {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
    flex-wrap: nowrap;
    column-gap: 5%;
    flex-direction: column;
  }

  .pack-variant {
    width: 100%;
    gap: 1rem;
    align-items: center;

    padding: 1rem;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-between;
  }

  .pack-variant__title {
    flex-direction: column;
  }

  .pack-message {
    margin: 1rem 0;
    color: red;
  }

  #add-pack-to-cart:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  #add-pack-to-cart {
    width: 100%;
    border: none;
    cursor: pointer;
    padding: 15px;
    border-radius: 40px;
    background: #3594d1;
    color: white;
    font-family: GothamBold;
    font-size: 15px;
    border-radius: 7px;
    text-transform: uppercase;
        margin-top: 20px;

}

.pack-img {
border-radius: 10px;}

.variant-info-wrapper {
      align-items: center;
}

.order-badge-wrapper {
    display: flex;
        text-wrap: nowrap;
    margin-left: 7px;
    height: fit-content;
    align-items: center;
}

.order-badge-wrapper svg {
margin-left: -1px;}

@media screen and (min-width: 749px) {
  .pack-product-section {
  padding=top: 50px!important;
}

.pack-builder__variants {
gap: 0;}

    .pack-variant__title p {
          line-height: 110%;
    padding-bottom: 5px;
    }

    .pack-variant__info {
          display: flex;
              margin-top: 10px;
    justify-content: center;
    }

  .pack-title-wrapper {
      align-items: center;
  }
}

.price--on-sale .price-item--regular {
margin-right: 5px;
}

.price__sale,
.price__regular,
.price-item {
  font-size: 17px!important;
  letter-spacing: 0;
}


 @media screen and (max-width: 749px) {

  .pack-header .price {
  margin-top: 5px!important; 
}
    .pack-product__wrapper {
        display: flex;
        flex-direction: column;
    }

    .price__sale,
    .price__regular,
    .price-item {
      font-size: 15px!important;
      letter-spacing: 0;
    }

    .pack-builder__variants {
    grid-template-columns: 1fr 1fr 1fr;
  }



    .pack-variant__image img {
    max-width: 100px;
    height: auto;
}

.pack-product__form {
margin-top: 7px;}

.variant-info-wrapper {
padding-bottom: 10px;}

    #add-pack-to-cart {
    margin-bottom: 30px;}

    .pack-variant__title p {
font-family: GothamBold;
        letter-spacing: 0;
        line-height: 110%;
        font-size: 13px;
        max-width: 100%;
    }

    .pack-variant__title {
    gap: 5px;
}

    .pack-product__image .pack-img {
    width: 100%;
    height: auto;
    }

    .pack-image-padding {
            padding: 0 15vw;
    background: #3594d1;
    }

    .pack-product__form {
    padding: 0 13px;
}

.pack-variant {
padding: 10px 0;
}



.pack-product__form h2 {
font-size: 25px;
    margin-top: 0;
    margin-bottom: 0px;
    font-family: GothamBold;
    letter-spacing: -1px!important;}

    .pack-product-section {
    padding: 0;
    }
}

  .order-badge {
    background: #d0e5f2;
    padding: 5px;

    font-style: italic;
    font-size: 11px;
    display: block;
    line-height: 100%;
    width: fit-content;
    height: fit-content;
    margin-bottom: 0px;
  }

  .pack-title-wrapper {
  display: flex;
gap: 5px; }

.pack-header .price {
  margin-bottom: 20px;
  margin-top: 10px;
}

.pack-description {
  font-size: 13px;
line-height: 140%;
}

.pack-header:has(.pack-description) .price {
      margin-bottom: 0;
}

.atc-price {
    font-weight: 300;
}

s.atc-price {
    font-family: GothamBook;
    font-weight: 300;
}

.pack-variant:has(.qty-selector.disabled) {
    opacity: 0.5;
}


  .pack-variant {
    position: relative;
  }
  .pack-variant.is-selected .remove-chip {
    display: inline-flex;
  }
  .remove-chip {
    display: none;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    border-radius: 9999px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1;
    background: #fff;
    border: 1px solid rgba(0,0,0,.12);
    box-shadow: 0 1px 6px rgba(0,0,0,.08);
    cursor: pointer;
    user-select: none;
    z-index: 2;
  }
  .remove-chip:after {
    content: '×';
    font-size: 18px;
    color: black;
  }

  .pack-variant__image { cursor: pointer; }

  /* Sticky ATC base */
.sticky-atc {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: transform 250ms ease, opacity 250ms ease;
  opacity: 0;
  padding: 12px clamp(12px, 4vw, 20px);
  background: rgba(255,255,255,0.92);
  backdrop-filter: saturate(150%) blur(10px);
  box-shadow: 0 -8px 20px rgba(0,0,0,0.08);
  z-index: 9998;
  /* Respect iOS safe-area */
  padding-bottom: calc(12px + env(safe-area-inset-bottom));
}

/* Show it */
.sticky-atc.is-visible {
  transform: translateY(0);
  opacity: 1;
}

/* Button fills width nicely */
#sticky-atc-btn {
  width: 100%;
}

/* (Optional) show only on mobile. Remove if you want it on desktop too. */
@media (min-width: 990px) {
  .sticky-atc { display: none; }
}
