/** Shopify CDN: Minification failed

Line 520:31 Expected ":"

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

.cart__empty-text,
.is-empty .cart__contents,
cart-items.is-empty .cart-header,
.is-empty .cart__footer {
  display: none;
}

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

.size-conversion {
  overflow-y: scroll;
  max-height: 72vh;
}

.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;
}

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

/* ====================== */
/* Cart Header             */
/* ====================== */

.cart-header {
  text-align: center;
  margin-bottom: 24px;
  position: relative;
}

.cart-header__title {
  font-family: 'PerfectlyNineties', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  color: #141414;
  margin: 0;
  letter-spacing: 0.36px;
}

.cart-header__close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

@media screen and (min-width: 750px) {
  .cart-header {
    text-align: center;
    margin-bottom: 48px;
  }
  .cart-header__title {
    font-size: 32px;
    margin-top: 40px;
  }
  .cart-header__close {
    display: none;
  }
}

/* Continue shopping link — left of products table */
.cart-continue-link {
  display: inline-flex;
  align-items: center;
  /*gap: 4px;*/
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #141414;
  text-decoration: none;
  margin-bottom: 24px;
}
.cart-continue-link:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1440px) {
  .cart-header__title {
    font-size: 36px;
  }
}

/* ====================== */
/* Free Shipping Bar       */
/* ====================== */

.free-shipping-bar {
  margin: 24px 0;
}

cart-items.is-empty .free-shipping-bar,
.is-empty .free-shipping-bar {
  display: none !important;
}

.free-shipping-bar__track {
  width: 100%;
  height: 4px;
  background: #D9D9D9;
  border-radius: 12px;
  overflow: hidden;
}

.free-shipping-bar__fill {
  display: block !important;
  height: 100%;
  min-width: 4px;
  background: #00FF2F;
  transition: width 0.4s ease;
}

.free-shipping-bar__track:empty,
.free-shipping-bar__fill:empty {
  display: block !important;
}

.free-shipping-bar__fill[style*="width: 0%"],
.free-shipping-bar__fill[style*="width:0%"] {
  min-width: 0;
}

.free-shipping-bar__message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: center;
}

.free-shipping-bar__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

/* ====================== */
/* Cart Footer / Order Summary */
/* ====================== */

.cart__footer {
  padding: 0;
  margin: 0;
}

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

.cart__footer-wrapper {
  margin: 0;
}

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

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

.cart__note {
  height: fit-content;
}

.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__blocks > * + * {
  /* margin-top: 0; */
}

.totals__desktop-title {
  display: none;
}

.totals {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.totals__subtotal,
h3.totals__subtotal {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400 !important;
  color: #000;
  margin: 0;
  line-height: 1.2;
}

.totals__subtotal-value,
p.totals__subtotal-value {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400 !important;
  color: #000;
  margin: 0;
  line-height: 1.2;
}

.tax-note {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #757575;
  margin: 8px 0 0;
}

.tax-note a {
  color: #757575;
}

/* ====================== */
/* Checkout & CTA Buttons  */
/* ====================== */

.cart__ctas {
  text-align: center;
  margin: 24px 0 0;
  display: block;
  width: 100%;
}

.cart__ctas button {
  width: 100%;
}

.cart__checkout-button {
  background-color: #000;
  color: #fff;
  border-radius: 40px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  padding: 12px 48px;
  border: none;
  cursor: pointer;
  width: 100%;
  max-width: none;
  display: block;
  box-sizing: border-box;
}

@media screen and (min-width: 990px) {
  .cart__checkout-button:hover,
  .cart__checkout-button:focus-visible {
    opacity: 1;
    background-color: #2F2F2F;
    color: #fff;
  }
}

/* Dynamic checkout buttons — restyle to match Figma (all black, rounded) */
.cart__dynamic-checkout-buttons {
  margin: 8px 0 0;
  width: 100%;
}

.cart__dynamic-checkout-buttons .dynamic-checkout__content,
.cart__dynamic-checkout-buttons [data-shopify-buttoncontainer] {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  justify-content: stretch !important;
  width: 100% !important;
}

.cart__dynamic-checkout-buttons .dynamic-checkout__content > *,
.cart__dynamic-checkout-buttons [data-shopify-buttoncontainer] > * {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  /*height: 36px !important;*/
  min-height: 36px !important;
  border-radius: 40px !important;
  overflow: hidden !important;
}

.cart__dynamic-checkout-buttons div[role='button'],
.cart__dynamic-checkout-buttons .shopify-payment-button__button,
.cart__dynamic-checkout-buttons .shopify-payment-button__button--unbranded,
.cart__dynamic-checkout-buttons .shopify-payment-button__button--branded,
.cart__dynamic-checkout-buttons button[type="submit"] {
  border-radius: 40px !important;
  height: 36px !important;
  min-height: 36px !important;
  width: 100% !important;
  border: none !important;
}

.cart__dynamic-checkout-buttons iframe {
  height: 36px !important;
  min-height: 36px !important;
  width: 100% !important;
  border-radius: 40px !important;
}

.cart__dynamic-checkout-buttons [data-shopify-buttoncontainer] > div {
  height: 36px !important;
  min-height: 36px !important;
  border-radius: 40px !important;
  overflow: hidden !important;
}

/* Force Apple Pay, PayPal, ShopPay buttons to be on one line */
.shopify-cleanslate {
  width: 100% !important;
}

.shopify-cleanslate .p28_J2fRvZNDqyZkZ2H9 {
  justify-content: stretch !important;
  gap: 12px !important;
}

shop-pay-wallet-button,
shopify-paypal-button {
  display: block !important;
  flex: 1 1 0 !important;
  width: 100% !important;
  height: 36px !important;
  border-radius: 40px !important;
  overflow: hidden !important;
  /*filter: grayscale(1) brightness(0.55) contrast(1.8) !important;*/
  --shop-pay-button-radius: 40px;
  --shop-pay-button-height: 36px;
  /*--shop-pay-button-background: #000;*/
  /*--shop-pay-button-background-color: #000;*/
}

shopify-paypal-button {
  --paypal-button-border-radius: 40px;
  --paypal-button-height: 36px;
}

shopify-paypal-button div,
shopify-paypal-button iframe {
  border-radius: 40px !important;
  overflow: hidden !important;
}

shopify-accelerated-checkout-cart {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  width: 100% !important;
}

shopify-accelerated-checkout-cart > * {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  border-radius: 40px !important;
  overflow: hidden !important;
  /*filter: grayscale(1) brightness(0.55) contrast(1.8) !important;*/
}

.cart__dynamic-checkout-buttons #dynamic-checkout-cart {
  width: 100% !important;
}

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

.paypal-button.paypal-button-shape-rect {
  border-radius: 40px !important;
}

/* ====================== */
/* Payment Promo Icons     */
/* ====================== */

.cart-promo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}

.cart-promo span {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #757575;
  text-transform: none;
  font-weight: normal;
  line-height: 120%;
  margin-bottom: 12px;
}

.cart-promo__icons {
  display: flex;
  align-items: center;
  gap: 24px;
}

.cart-promo__icons svg {
  display: block;
  height: auto;
  flex-shrink: 0;
}

.cart-promo__icon--visa { width: 38px; }
.cart-promo__icon--mc { width: 32px; }
.cart-promo__icon--amex { width: 34px; }
.cart-promo__icon--paypal { width: 22px; }
.cart-promo__icon--applepay { width: 38px; }

/* ====================== */
/* Cart Wrapper Layout     */
/* ====================== */

.cart-wrapper {
  display: block;
}

.cart-recommendations__wrapper {
  padding-bottom: 24px;
}

/* ====================== */
/* Mobile Styles           */
/* ====================== */

@media screen and (max-width: 749px) {
  .main-cart {
    padding: 0 12px!important;s
  }
  .cart-header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px 0;
    margin-bottom: 32px;
    position: relative;
  }
  .cart-header__title {
    font-size: 24px;
    line-height: 1.14;
    flex: 1;
  }
  .cart-header__close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    padding: 0;
  }
  #main-cart-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 16px 0 8px;
    z-index: 10;
    border-top: 1px solid rgba(18, 18, 18, 0.08);
  }
  .cart__footer {
    padding: 0;
    margin: 0;
  }
  .totals__subtotal,
  .totals__subtotal-value {
    font-size: 16px;
    font-weight: 400;
  }
  .cart-promo {
    margin-top: 12px;
    margin-bottom: 8px;
  }
}

/* ====================== */
/* Desktop Styles (750px+) */
/* ====================== */

@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__ctas {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 44px;
  }
  .cart__update-button {
    margin-bottom: 0;
    margin-right: 0.8rem;
  }
  .dynamic-checkout__content iframe {
    border-radius: 40px;
  }
  .paypal-button.paypal-button-shape-rect {
    border-radius: 40px !important;
  }
  [data-shopify-buttoncontainer] {
    justify-content: flex-end;
  }
}

.main-cart {
  overflow-x: hidden;
  padding: 0 44px;
}

/* ====================== */
/* Desktop 2-col (990px+)  */
/* ====================== */

@media screen and (min-width: 990px) {
  .totals__desktop-title {
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: 'PerfectlyNineties', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(18, 18, 18, 0.08);
    margin-bottom: 24px;
    color: #141414;
  }
  .cart-item__totals .price {
    height: 44px;
    align-items: center;
  }
}

@media screen and (min-width: 1200px) {
  .cart-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 50px;
  }
  .cart-wrapper > div:first-child {
    flex: 1;
    overflow-x: hidden;
    border-top: none;
  }
  .cart-recommendations__wrapper {
    padding-bottom: 42px;
  }
  #main-cart-footer {
    width: 380px;
    min-width: 380px;
    position: sticky;
    top: 100px;
    margin-top: 46px;
  }
  .cart__footer {
    border: none;
    padding: 0 !important;
    margin: 0;
  }
  .cart__items {
    border-bottom: none;
  }
  .main-cart .cart-item__image-container {
    width: 100%;
    /*max-width: 152px;*/
  }
  .main-cart .cart-item__image-container img {
    width: 100%;
    /*max-width: 152px;*/
  }
}

@media screen and (min-width: 1440px) {
  .cart-wrapper {
    gap: 100px;
  }
  #main-cart-footer {
    width: 445px;
    min-width: 445px;
  }
}

@media screen and (min-width: 1920px) {
  .cart-wrapper {
    gap: 171px;
  }
}

@media screen and (min-width: 990px) {
  .main-cart .cart-header__continue:focus-visible {
    border-bottom: 1px solid #141414;
  }
}
