/** Shopify CDN: Minification failed

Line 476:0 Expected "}" to go with "{"

**/
.cart {
  position: relative;
  display: block;
}

.cart__empty-text,
.is-empty .cart__contents,
cart-items.is-empty .title-wrapper-with-link,
.is-empty .cart__footer {
  display: none;
}

.is-empty .cart__empty-text,
.is-empty .cart__warnings {
  display: block;
}

.cart__warnings {
  display: none;
  text-align: center;
  padding: 3rem 0 1rem;
}

.cart__empty-text {
  margin: 4.5rem 0 2rem;
}

.cart__contents > * + * {
  margin-top: 2.5rem;
}

.cart__login-title {
  margin: 5.5rem 0 0.5rem;
}

.cart__login-paragraph {
  margin-top: 0.8rem;
}

.cart__login-paragraph a {
  font-size: inherit;
}

@media screen and (min-width: 990px) {
  .cart__warnings {
    padding: 7rem 0 1rem;
  }

  .cart__empty-text {
    margin: 0 0 3rem;
  }
}

cart-items {
  display: block;
}

.cart__items {
  position: relative;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.cart__items--disabled {
  pointer-events: none;
}

.cart__footer-wrapper:last-child .cart__footer {
  padding-bottom: 5rem;
}

.cart__footer > div:only-child {
  margin-left: auto;
}

.cart__footer > * + * {
  margin-top: 6.5rem;
}

.cart__footer .discounts {
  margin-bottom: 1rem;
}

.cart__note {
  height: fit-content;
  top: 2.5rem;
}

.cart__note label {
  display: flex;
  align-items: flex-end;
  position: absolute;
  line-height: 1;
  height: 1.8rem;
  top: -3rem;
  color: rgba(var(--color-foreground), 0.75);
}

.cart__note .field__input {
  height: 100%;
  position: relative;
  border-radius: var(--inputs-radius);
  padding: 1rem 2rem;
}

.cart__note .text-area {
  resize: vertical;
}

.cart__note:after,
.cart__note:hover.cart__note:after,
.cart__note:before,
.cart__note:hover.cart__note:before,
.cart__note .field__input:focus,
.cart__note .field__input {
  border-bottom-right-radius: 0;
}

@media screen and (min-width: 750px) {
  .cart__items {
    grid-column-start: 1;
    grid-column-end: 3;
    padding-bottom: 4rem;
  }

  .cart__contents > * + * {
    margin-top: 0;
  }

  .cart__items + .cart__footer {
    grid-column: 2;
  }

  .cart__footer {
    display: flex;
    justify-content: space-between;
    border: 0;
  }

  .cart__footer-wrapper:last-child {
    padding-top: 0;
  }

  .cart__footer > * {
    width: 35rem;
  }

  .cart__footer > * + * {
    margin-left: 4rem;
    margin-top: 0;
  }
}

.cart__ctas button {
  width: 100%;
}

.cart__ctas > * + * {
  margin-top: 1rem;
}

.cart__update-button {
  margin-bottom: 1rem;
}

.cart__dynamic-checkout-buttons {
  max-width: 36rem;
  margin: 0 auto;
}

.cart__dynamic-checkout-buttons:has(.dynamic-checkout__content:empty) {
  margin: 0;
}

.cart__blocks > * + * {
  margin-top: 1rem;
}

.cart-note__label {
  display: inline-block;
  margin-bottom: 1rem;
  line-height: calc(1 + 1 / var(--font-body-scale));
}

.tax-note {
  margin: 2.2rem 0 1.6rem auto;
  text-align: center;
  display: block;
}

.cart__checkout-button {
  max-width: 36rem;
}

.cart__ctas {
  text-align: center;
}

@media screen and (min-width: 750px) {
  .cart-note {
    max-width: 35rem;
  }

  .cart__update-button {
    margin-bottom: 0;
    margin-right: 0.8rem;
  }

  .tax-note {
    margin-bottom: 2.2rem;
    text-align: right;
  }

  [data-shopify-buttoncontainer] {
    justify-content: flex-end;
  }

  .cart__ctas {
    display: flex;
    gap: 1rem;
  }
}

.card-wrapper.product-card-wrapper {
   /* Set a fixed, maximum width for the entire card (image + text) */
    max-width: 320px; /* Adjust this value to match the width of your images */
    margin-left: auto;
    margin-right: auto;
    width: 100%; 
}

.card__information {
    /* Ensures that the text block takes the full width defined above */
    width: 100%;
    text-align: center; /* Optional: center the name and price */
}

.quick-add__submit {
    max-width: 90%; 
    margin-left: auto;
    margin-right: auto;
}


/* 2. MOBILE RIGHT ALIGNMENT (Max-width 749px) */
@media screen and (max-width: 749px) {
  /* Aligns the "Estimated Total" row to the right */
  .cart__footer .totals {
    justify-content: flex-end !important;
    text-align: right !important;
  }

  /* Aligns the Tax Note to the right */
  .tax-note.caption-large {
    display: block !important;
    text-align: right !important;
    margin-top: 1rem !important;
  }

  /* Hide the Continue shopping link from cart items section */
  .cart__continue-shopping,
  .cart-items__continue-shopping,
  [data-section-id="template--19247223505046__cart-items"] .continue-shopping,
  .main-cart-items .continue-shopping,
  a[href*="/collections"],
  .cart-items a[href*="/collections"] {
    display: none !important;
  }

  /* Alternative selectors for different theme structures */
  .cart-items__footer a,
  .cart__footer-link {
    display: none !important;
  }

/* Hide all product-option by default */
.cart-item__details > .product-option {
  display: none !important;
}

/* Re-show ONLY size / ml */
.cart-item__details dl .product-option {
  display: block !important;
}

.cart-items
  .cart-item__name,
.cart-items
  .product-option,
.cart-items
  .tax-note,
.cart-items
  .totals__subtotal {
  font-family: "Inter", sans-serif !important;
  font-weight: 300 !important;
}

/* Add separator lines between cart items */
  .cart-item,
  .cart-items__item,
  .cart__item,
  [data-section-id="template--19247223505046__cart-items"] .cart-item {
    border-bottom: 1px solid rgba(45, 45, 45, 0.15) !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }

  /* Remove border from last item */
  .cart-item:last-child,
  .cart-items__item:last-child,
  .cart__item:last-child,
  [data-section-id="template--19247223505046__cart-items"] .cart-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
  }

  /* Alternative selectors for different theme structures */
  .cart-items li,
  .cart-items > div > div {
    border-bottom: 1px solid rgba(45, 45, 45, 0.15) !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }

  .cart-items li:last-child,
  .cart-items > div > div:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
  }

  /* Align trash icon and quantity to the right on mobile */
@media screen and (max-width: 749px) {
  .cart-item__quantity-wrapper,
  .cart-item__totals {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .cart-item__quantity {
    margin-left: auto;
  }
  
  .cart-remove-button {
    margin-left: 1rem;
  }
}

/* Change ONLY the quantity input field background color */
  .quantity-selector input,
  .quantity-selector input[type="number"],
  .cart-item__quantity input,
  .cart-item__quantity input[type="number"],
  [data-section-id="template--19247223505046__cart-items"] .quantity-selector input,
  [data-section-id="template--19247223505046__cart-items"] .cart-item__quantity input,
  .quantity input,
  .quantity input[type="number"],
  .quantity-input input,
  .quantity-input input[type="number"] {
    background-color: #F1F1EF !important;
  }

  /* Change ONLY the quantity selector buttons background */
  .quantity-selector button,
  .cart-item__quantity button,
  [data-section-id="template--19247223505046__cart-items"] .quantity-selector button,
  [data-section-id="template--19247223505046__cart-items"] .cart-item__quantity button,
  .quantity button,
  .quantity-input button {
    background-color: #F1F1EF !important;
    border-radius: 32px;
  }

  /* Ensure text is visible on the new background */
  .quantity-selector input,
  .quantity-selector input[type="number"],
  .cart-item__quantity input,
  .cart-item__quantity input[type="number"],
  .quantity input,
  .quantity input[type="number"],
  .quantity-input input,
  .quantity-input input[type="number"] {
    color: #2d2d2d !important;
  }

  /* Ensure button text is visible */
  .quantity-selector button,
  .cart-item__quantity button,
  .quantity button,
  .quantity-input button {
    color: #2d2d2d !important;
  }

   /* Increase product image size in cart items */
  .cart-item__image,
  .cart-item__media,
  .cart-item__thumbnail,
  .cart-item img,
  [data-section-id="template--19247223505046__cart-items"] .cart-item__image,
  [data-section-id="template--19247223505046__cart-items"] .cart-item__media,
  .cart-item .product-image,
  .cart-item .product-thumbnail {
    width: 150px !important;
    height: 150px !important;
    min-width: 150px !important;
    min-height: 150px !important;
    max-width: 150px !important;
    max-height: 150px !important;
  }

  /* Increase image container size */
  .cart-item__image-container,
  .cart-item__media-container,
  [data-section-id="template--19247223505046__cart-items"] .cart-item__image-container {
    width: 150px !important;
    height: 150px !important;
    min-width: 150px !important;
    min-height: 150px !important;
  }

  /* Ensure images scale properly */
  .cart-item img,
  .cart-item__image img,
  .cart-item__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  /* Mobile - slightly smaller for mobile screens */
  @media (max-width: 768px) {
    .cart-item__image,
    .cart-item__media,
    .cart-item__thumbnail,
    .cart-item img,
    [data-section-id="template--19247223505046__cart-items"] .cart-item__image,
    [data-section-id="template--19247223505046__cart-items"] .cart-item__media,
    .cart-item .product-image,
    .cart-item .product-thumbnail {
      width: 120px !important;
      height: 120px !important;
      min-width: 120px !important;
      min-height: 120px !important;
      max-width: 120px !important;
      max-height: 120px !important;
    }

    .cart-item__image-container,
    .cart-item__media-container,
    [data-section-id="template--19247223505046__cart-items"] .cart-item__image-container {
      width: 120px !important;
      height: 120px !important;
      min-width: 120px !important;
      min-height: 120px !important;
    }
  }

  
  












