/** Shopify CDN: Minification failed

Line 232:0 All "@import" rules must come first

**/
.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;
  padding-bottom: 3rem;
  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;
  }
}

/* ==========================================================
   CART PAGE REDESIGN (GALLERY WHITE EDITION)
   ========================================================== */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,400&family=Montserrat:wght@300;400;500;600&display=swap');

/* 1. Page Titles & Links */
.cart .title,
.cart__empty-text {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 48px !important;
    font-weight: 400 !important;
    font-style: italic !important;
    color: #121212 !important;
    text-transform: none !important;
    letter-spacing: 0.02em !important;
    border: none !important;
}

.title-wrapper-with-link .underlined-link {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: #121212 !important;
}

.title-wrapper-with-link .underlined-link:hover {
    color: #b08d55 !important; /* Gold on hover */
}

/* 2. Table Headers (Product, Quantity, Total) */
.cart-items th {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    color: #888888 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    padding-bottom: 1.5rem !important;
}

/* 3. Product Info & Pricing */
.cart-item__name {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: #121212 !important;
    text-decoration: none !important;
}

.cart-item__name:hover {
    color: #b08d55 !important;
}

.cart-item__price-wrapper .price,
.cart-item__details .product-option {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #b08d55 !important; /* Gold pricing for the unit price */
    margin-top: 5px !important;
}

/* Item Total Price */
.cart-item__totals .price {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #121212 !important; /* Black for the total */
}

/* 4. Product Image Matting */
.cart-item__image-container {
    border: 1px solid #f0f0f0 !important;
    background: #fafafa !important;
    border-radius: 4px !important;
    padding: 0.5rem !important;
}
.cart-item__image {
    object-fit: contain !important;
}

/* 5. Quantity Box & Remove Button */
.cart-item quantity-input.quantity {
    border: 1px solid #121212 !important;
    border-radius: 40px !important; /* Sleek pill shape */
    height: 40px !important;
    min-height: 40px !important;
    background: transparent !important;
}

.cart-item .quantity__input {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #121212 !important;
}

.cart-item .quantity__button {
    color: #121212 !important;
}

.cart-item .quantity__button svg {
    width: 12px !important;
    fill: #121212 !important;
}

cart-remove-button .button {
    color: #888888 !important;
    transition: color 0.3s ease !important;
}

cart-remove-button .button:hover {
    color: #d9534f !important; /* Subtle red on hover to indicate delete */
}

/* 6. Footer (Subtotals & Checkout) */
.totals__subtotal {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: #121212 !important;
}

.totals__subtotal-value {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    color: #121212 !important;
}

.tax-note {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 10px !important;
    color: #888888 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    margin-bottom: 2rem !important;
}

/* Checkout Button */
.cart__checkout-button {
    background-color: #121212 !important;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    border-radius: 40px !important; /* Pill shape */
    border: none !important;
    padding: 1.5rem !important;
    transition: all 0.3s ease !important;
    opacity: 1 !important;
}

.cart__checkout-button:hover {
    background-color: #b08d55 !important; /* Gold on hover */
    box-shadow: 0 10px 20px rgba(176, 141, 85, 0.2) !important;
}

/* ==========================================================
   FINAL FIX: CART TITLE & ESTIMATED TOTAL TYPOGRAPHY
   ========================================================== */

/* 1. Target the exact Whisper wrapper for the "Your cart" title */
cart-items .title-wrapper-with-link .title,
cart-items .title--primary {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 48px !important;
    font-weight: 400 !important;
    font-style: italic !important;
    color: #121212 !important;
    text-transform: none !important;
    letter-spacing: 0.02em !important;
    border: none !important;
}

/* 2. Target the exact footer wrapper for the "Estimated total" text */
.cart__footer-wrapper .totals__subtotal,
.cart__footer .totals__subtotal,
.totals h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: #121212 !important;
}

/* 3. Target the exact footer wrapper for the Total Price */
.cart__footer-wrapper .totals__subtotal-value,
.cart__footer .totals__subtotal-value,
.totals p.totals__subtotal-value {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    color: #121212 !important;
    letter-spacing: 0.05em !important;
}
