/** Shopify CDN: Minification failed

Line 430:20 Expected identifier but found bad string token
Line 430:22 Unterminated string token

**/
.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;
  }
}
/* new css */
cart-items h1.title {
  font-family: 'Neue Montreal';
  color: #000;
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}
cart-items h1.cart__empty-text {
  font-family: 'Neue Montreal';
  margin: 0 0 15px;
  color: #000;
  letter-spacing: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
}
cart-items .cart__warnings a.button {
  width: fit-content;
  transform: unset;
  text-shadow: 0px 3.488px 3.488px rgba(0, 0, 0, 0.25);
  font-family: 'Neue Montreal';
  background: #1D1D1D;
  border-radius: 13.08px;
  margin: 0 auto;
  height: 48.84px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16.34px;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 20px;
}
cart-items .cart__warnings a.button:before,cart-items .cart__warnings a.button:after {
  display: none;
}
.cart__warnings h2.cart__login-title {
  margin: 20px 0 0;
  font-family: 'Neue Montreal';
  color: #000;
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}
.cart__warnings p.cart__login-paragraph {
  margin: 10px 0 0;
  font-family: 'Neue Montreal';
  color: #000;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.cart__warnings p.cart__login-paragraph a.link.underlined-link {
  font-family: 'Neue Montreal';
  color: #000;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
cart-items a.underlined-link {
  font-family: 'Neue Montreal';
  text-decoration: none;
  color: #000;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
cart-items a.underlined-link {
  font-family: 'Neue Montreal';
  text-decoration: none;
  color: #000;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.cart__footer h2.totals__total,.cart__footer p.totals__total-value {
  font-family: 'Neue Montreal';
  color: #000;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.cart__footer small.tax-note {
  margin: 15px 0;
  font-family: 'Neue Montreal';
  color: #000;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.cart__footer small.tax-note a {
  color: currentColor;
  text-decoration: none;
}
.cart__footer .cart__ctas button#checkout {
  transform: unset;
  text-shadow: 0px 3.488px 3.488px rgba(0, 0, 0, 0.25);
  font-family: 'Neue Montreal';
  margin-bottom: 0;
  background: #1D1D1D;
  border-radius: 13.08px;
  margin: 0 auto;
  height: 48.84px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16.34px;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 20px;
}
.cart__footer .cart__ctas button#checkout:before,.cart__footer .cart__ctas button#checkout:after {
  display: none;
}
.cart-items td {
  padding-top: 0;
}
.cart-items .cart-items__heading--quantity, .cart-item .cart-item__quantity, .cart-item__quantity--info quantity-popover>* {
  padding-left: 0;
}
.cart-item {
  display: flex;
}
td.cart-item__quantity .cart-item__quantity-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart-items thead {
  display: none !important;
}
td.cart-item__quantity .cart-item__quantity-wrapper .quantity-popover-container {
  padding: 0;
}
td.cart-item__totals.right.medium-hide.large-up-hide {
  display: none;
}
.cart-item:last-child {
  margin-bottom: 0;
}
.cart-item:not(:last-child) {
  margin-bottom: 16px;
}
.cart-items td.cart-item__media {
  background: #FAFAFA;
  min-width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.cart-item a.cart-item__name {
  width: 100%;
  height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Neue Montreal;
  margin-bottom: 16px;
  text-decoration: none !important;
  font-size: 16px;
  color: #1d1d1d;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 19px;
}
.cart-item__details {
  width: 100%;
}
.cart-item>td+td {
  padding-left: 20px;
}
.cart-item .product-option {
  margin-top: 0;
  font-family: Neue Montreal;
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 17px;
}
.cart-item__price-wrapper span.price.price--end {
  margin-top: 0;
  font-family: Neue Montreal;
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 17px;';
}
.cart-item p.product-option {
  display: none;
}
.cart-item cart-remove-button {
  margin: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
cart-remove-button .icon-remove {
  width: 12px;
  height: 12px;
}
.cart-item cart-remove-button a.button {
  background-color: transparent;
  box-shadow: unset;
  transform: unset;
}
cart-remove-button .button {
  min-width: 24px;
  min-height: 24px;
}
.cart-item cart-remove-button button.button span.svg-wrapper {
  width: 16px;
  height: 16px;
}
.cart-item cart-remove-button button.button svg.icon.icon-remove {
  width: 16px;
  height: 16px;
  color: #FA2D00;
}
.cart-item quantity-popover {
  margin-top: 0;
  display: flex;
  justify-content: end;
}
.cart-item quantity-popover quantity-input.cart-quantity {
  min-height: 24px;
  width: 84px;
}
.cart-item quantity-popover quantity-input.cart-quantity button.quantity__button {
  width: 24px;
  height: 24px;
  border-radius: 8px;
}
/* .cart-item quantity-popover quantity-input.cart-quantity button.quantity__button[name="minus"] {
  background: rgba(0,0,0,0.03);
} */
.cart-item quantity-popover quantity-input.cart-quantity button.quantity__button svg {
  color: rgba(0,0,0,0.4);
}
.cart-item quantity-popover quantity-input.cart-quantity button.quantity__button .svg-wrapper {
  width: 12px;
  height: 12px;
}
.cart-item quantity-popover quantity-input.cart-quantity input.quantity__input {
  font-family: Neue Montreal;
  width: 36px;
  padding: 0;
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1;
  box-shadow: unset;
  outline: none;
}
.cart-item quantity-popover quantity-input.cart-quantity:before,.cart-item quantity-popover quantity-input.cart-quantity:after,.cart-item__error {
  display: none;
}
@media only screen and (max-width: 749px){
  .cart-item>td+td {
    padding-left: 0;
  }
  td.cart-item__details {
    grid-column: 2 / 5;
  }
  .cart-item {
    display: grid;
    row-gap: 0;
  }
  .cart-item quantity-popover {
    justify-content: start;
    margin-top: 9px;
  }
  .cart-items td.cart-item__media {
    height: 100%;
  }
  .cart-item a.cart-item__name {
    margin-bottom: 10px;
  }
  .cart-items td.cart-item__media img.cart-item__image {
    width: 100%;
    height: 100%;
  }
  td.cart-item__totals.right.small-hide {
    display: none;
  }
}