/** Shopify CDN: Minification failed

Line 236:19 Expected ":"

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


/* Custom cart page design */
.cart-page .main{background: linear-gradient(to bottom right, var(--body-bg-color), var(--bg-primary)); display: flex; flex-direction: column; justify-content: center;}
.cart__warnings{padding:40px 0px;}
.cart__empty-text { margin: 0 0 20px;}
.cart__login-title { margin: 20px 0 0;}
.cart__login-paragraph { margin: 0;}
.cart__warnings {  padding: 40px 0px;}
.cart-items td, .cart-items th { padding: 20px; }
.cart-items .title-wrapper-with-link{align-items: center;}
.cart__login-paragraph .link:hover{text-decoration:none;}
.cart__login-paragraph .link{text-decoration:underline;}
.cart-items .underlined-link{color:var(--secondary-color);}
.cart-items div.cart__items{padding: 0px; border: 0px;}
.cart-items .cart-item .loading__spinner{padding: 0px; top:25%; right:50%;}
.cart-items table.cart-items{ border: 1px solid #ebe5e0; background: #fff; border-radius: 12px;}
 .cart__empty-text{color: var(--secondary-color); font-family: var(--font-body-family);font-weight: 700;}
.cart-items { background: linear-gradient(to bottom right,var(--body-bg-color), var(--bg-primary));}
.cart-footer{background: linear-gradient(to bottom left,var(--bg-primary), var(--body-bg-color));}
.cart__footer .totals .totals__total{color: var(--secondary-color); font-family: var(--font-body-family);font-weight: 700;}
.cart-footer .rte a , .cart__login-title , .cart__login-paragraph , .template-404 .error-page-heading , .template-404 .title{color: var(--secondary-color);}
.cart-items .title ,.cart-items .cart-item__name ,.tax-note.rte a{color: var(--secondary-color);}
.cart-drawer .drawer__inner .drawer__header .drawer__heading{color: var(--text-color-primary); font-size: var(--xl-p1-font-size); line-height: var(--xl-p1-line-height);margin:0px;}
.cart__contents .cart-item__details .cart-item__name, .cart__contents .cart-item__details .product-option{font-size: var(--xl-p4-font-size); line-height: var(--xl-p4-line-height);}
.cart__contents .cart-item__totals .cart-item__price-wrapper .price {font-size: var(--xl-p4-font-size); line-height: var(--xl-p4-line-height);}
.cart__contents .cart-item__quantity .quantity__input{font-size: var(--xl-p4-font-size); line-height: var(--xl-p4-line-height);}
 #CartDrawer-CartErrors, #cart-errors{font-size: var(--xl-p4-font-size); line-height: var(--xl-p4-line-height);margin: 10px 0px;}
.cart-drawer .drawer__inner .drawer__footer .cart-drawer__footer .totals .totals__total, .cart-drawer .drawer__inner .drawer__footer .cart-drawer__footer .totals .totals__total-value, .cart__footer .totals .totals__total, .cart__footer .totals .totals__total-value{font-size: var(--xl-p4-font-size); line-height: var(--xl-p4-line-height);}
.cart-drawer .drawer__inner .drawer__footer .cart-drawer__footer .tax-note, .cart__footer .tax-note {font-size: var(--xl-p5-font-size); line-height: var(--xl-p5-line-height);}
.drawer__footer .cart__ctas .cart__checkout-button, .cart__footer .cart__ctas .cart__checkout-button, .title-wrapper-with-link .underlined-link{font-size: var(--xl-p4-font-size); line-height: var(--xl-p4-line-height); transition: transform 0.5s ease;}
.cart__contents .cart-item__quantity .cart-item__quantity-wrapper { flex-wrap: nowrap;}
.title-wrapper-with-link .cart-title {color: var(--text-color-primary); font-size: var(--xl-h4-font-size); line-height: var(--xl-h4-line-height);}
.title-wrapper-with-link .underlined-link:hover, .tax-note a:hover{text-decoration: none;}
.drawer__footer .cart__ctas .cart__checkout-button, .template-404 .button, .cart-drawer__empty-content .button, .cart__warnings .button, .cart__footer .cart__ctas .cart__checkout-button{border-radius:12px; border:1px solid var(--primary-color); color: var(--text-color );background-color: var(--primary-color); font-weight: 500;}
.cart__contents table.cart-items thead tr th{padding: 20px; color: var(--secondary-color);font-weight: 700; font-size: var(--xl-p5-font-size); line-height: var(--xl-p5-line-height);}
.cart__footer .cart__ctas .cart__checkout-button:hover , .template-404 .button:hover,  .cart-drawer__empty-content .button:hover, .drawer__footer .cart__ctas .cart__checkout-button:hover, .cart__warnings .button:hover{border:1px solid var(--primary-color); color: var(--primary-color);background-color: var(--text-color);}
.cart-items .cart-item__image-container .cart-item__image{width: 100%; min-width: 70px;}

/* Custom cart page design */

@media screen and (max-width: 1200px) {
  /* Custom cart page design */
    .cart__contents .cart__items .cart-items .cart-item .cart-item__quantity, .cart__contents .cart__items .cart-items .cart-item>td+td{padding-left: 2rem;}
  /* Custom cart page design */
}
@media screen and (max-width: 991px) {
    .cart-items .page-width{padding:0px 20px; max-width: 100%;}
}
@media screen and (max-width: 767px) {
  /* Custom cart page design */
  .cart-items td, .cart-items th{padding: 10px;}
  .cart-items .cart-item__image-container .cart-item__image{min-width: 80px;}
  .cart__contents .cart__items .cart-items .cart-item{padding:10px}
  .cart-items thead tr{margin:0px 0px 20px;}
  .cart-drawer .drawer__inner .drawer__header .drawer__close .svg-wrapper{ width: 100%; max-width: 16px;}
  .cart-drawer .drawer__inner .drawer__header .drawer__heading{font-size: var(--md-p1-font-size); line-height: var(--md-p1-line-height);}
  .cart__contents .cart-item__details .cart-item__name, .cart__contents .cart-item__details .product-option{font-size: var(--md-p4-font-size); line-height: var(--md-p4-line-height);}
  .cart__contents .cart-item__totals .cart-item__price-wrapper .price {font-size: var(--md-p4-font-size); line-height: var(--md-p4-line-height);}
  .cart__contents .cart-item__quantity .quantity__input{font-size: var(--md-p4-font-size); line-height: var(--md-p4-line-height);}
   #CartDrawer-CartErrors, #cart-errors{font-size: var(--md-p4-font-size); line-height: var(--md-p4-line-height);}
  .cart-drawer .drawer__inner .drawer__footer .cart-drawer__footer .totals .totals__total, .cart-drawer .drawer__inner .drawer__footer .cart-drawer__footer .totals .totals__total-value, .cart__footer .totals .totals__total, .cart__footer .totals .totals__total-value{font-size: var(--md-p4-font-size); line-height: var(--md-p4-line-height);}
  .cart-drawer .drawer__inner .drawer__footer .cart-drawer__footer .tax-note, .cart__footer .tax-note{font-size: var(--md-p4-font-size); line-height: var(--md-p4-line-height);}
  .drawer__footer .cart__ctas .cart__checkout-button, .cart__footer .cart__ctas .cart__checkout-button, .title-wrapper-with-link .underlined-link{font-size: var(--md-p4-font-size); line-height: var(--md-p4-line-height);}
  .title-wrapper-with-link .cart-title {font-size: var(--md-h4-font-size); line-height: var(--md-h4-line-height);}
  .cart__contents table.cart-items thead tr th{font-size: var(--md-p4-font-size); line-height: var(--md-p4-line-height);}
  .cart-item {grid-template: repeat(2, auto) / repeat(3, 1fr);}
  /* Custom cart page design */
}

@media screen and (max-width: 576px) {
  /* Custom cart page design */
  .cart__contents .cart__items .cart-items .cart-item { gap: 8px; margin:0px 0px 20px;}
  .cart-page .cart__contents .quantity {width: calc(12rem / var(--font-body-scale) + var(--inputs-border-width) * 2);}
  .cart-drawer .drawer__inner .drawer__header .drawer__heading{font-size: var(--sm-p1-font-size); line-height: var(--sm-p1-line-height);}
  .cart__contents .cart-item__details .cart-item__name, .cart__contents .cart-item__details .product-option{font-size: var(--sm-p3-font-size); line-height: var(--sm-p3-line-height);}
  .cart__contents .cart-item__totals .cart-item__price-wrapper .price {font-size: var(--sm-p3-font-size); line-height: var(--sm-p3-line-height);}
  .cart__contents .cart-item__quantity .quantity__input{font-size: var(--sm-p3-font-size); line-height: var(--sm-p3-line-height);}
   #CartDrawer-CartErrors, #cart-errors{font-size: var(--sm-p3-font-size); line-height: var(--sm-p3-line-height);}
  .cart-drawer .drawer__inner .drawer__footer .cart-drawer__footer .totals .totals__total, .cart-drawer .drawer__inner .drawer__footer .cart-drawer__footer .totals .totals__total-value, .cart__footer .totals .totals__total, .cart__footer .totals .totals__total-value{font-size: var(--sm-p3-font-size); line-height: var(--sm-p3-line-height);}
  .title-wrapper-with-link .cart-title {font-size: var(--sm-h4-font-size); line-height: var(--sm-h4-line-height);}
  .cart__contents .cart__items .cart-items .cart-item .cart-item__quantity, .cart__contents .cart__items .cart-items .cart-item>td+td{padding-left: 0;}
 /* Custom cart page design */
}

@media screen and (max-width: 380px) {
  /* Custom cart page design */
  
 .cart-items td, .cart-items th , .cart-drawer .cart-items td, .cart__contents .cart-item__quantity{padding:0px}
  .cart__contents  .quantity.cart-quantity{width:100%; max-width: 85px; min-height: auto;}
   .cart__contents  .quantity.cart-quantity .quantity__button:first-child{width: auto; padding: 7px 0px 7px 10px;}
  .cart__contents  .quantity.cart-quantity .quantity__button:last-child{width: auto; padding: 7px 10px 7px 0px;}
  .cart__contents .cart__items .cart-items .cart-item>td+td{padding-right:0px;}
  .cart-drawer .quantity { min-height: unset; padding: 5px 8px; }
  .cart-items .cart-item__media{padding:0 10px 0px 0px;}
  /* Custom cart page design */
}