/** Shopify CDN: Minification failed

Line 217:0 Unexpected "}"

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

cart-items .page-header {
  border: none;
  margin: 2rem 0 3.2rem 0;
  padding: 0;
}
@media (min-width: 990px) {
  cart-items .page-header {
    margin: 4rem 0 6.4rem 0;
  }
}
@media (max-width: 750px) {
  cart-items .page-header h2 {
    font-size: 3rem;
  }
}
cart-items .page-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 2rem;
}

.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: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgb(var(--color-base-background-2));
}

.cart__link-remove {
  display: block;
  transition: var(--duration-default);
  margin-top: 2rem;
}

.cart__link-remove:hover {
  color: rgb(var(--color-foreground), 0.75);
}

.cart__warnings {
  display: none;
  padding: 12.2rem 4rem;
  text-align: center;
}
.cart__warnings .cart__empty-text {
  font-size: 2rem;
  font-weight: 400;
}
.cart__warnings .icon-account-order-none {
  width: 4.8rem;
  height: 4.8rem;
}
.cart__warnings .button {
  min-width: 20.4rem;
}

.cart__empty-text {
  margin: 0.8rem 0 2.4rem;
}

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

cart-items {
  display: block;
}

.cart__items {
  position: relative;
  padding: 2rem 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

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

.cart__footer-wrapper {
  padding: 0 2rem;
}
@media (min-width: 576px) {
  .cart__footer-wrapper {
    padding: 0 3.2rem;
  }
}
@media (min-width: 1360px) {
  .cart__footer-wrapper {
    padding: 0 6.4rem;
  }
}
@media (max-width: 990px) {
  .cart__footer-wrapper {
    margin-top: 2.4rem;
  }
}

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

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

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

.cart__note {
  display: block;
}

.cart__note label {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  height: 1.8rem;
  margin-bottom: 2rem;
  color: rgba(var(--color-foreground), 0.75);
}
@media (max-width: 990px) {
  .cart__note label {
    margin-top: 1rem;
  }
}

.cart__note .field__input {
  padding: 1rem;
}

.cart__ctas button {
  padding-left: 4.3rem;
  padding-right: 4.3rem;
  gap: 1.4rem;
}

.cart__ctas > *:not(noscript:first-child) + * {
  margin-top: 1rem;
}

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

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

.cart__footer-dynamic-checkout {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.cart__footer-dynamic-checkout .cart__dynamic-checkout-buttons {
  margin: 0;
  margin-right: 3.1rem;
}

.cart__footer-container {
  background-color: rgba(var(--color-base-background-2), 0.24);
}

.cart__blocks {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.cart__dynamic-checkout-buttons div[role=button] {
  border-radius: 0 !important;
}

.cart-note__label {
  display: inline-block;
  margin-bottom: 1rem;
  line-height: 2;
}

.tax-note {
    display: block;
    line-height: var(--font-body-line-height);
    font-weight: 400;
    color: rgba(var(--color-foreground));
    margin: 0;
    text-decoration: none;
    font-family: Inter;
    font-size: 13px;
    letter-spacing: .1em;
    padding: 1em 0;
}
}

.cart__ctas {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  text-align: center;
}

.cart-errors {
  text-align: right;
}

@media screen and (min-width: 990px) {
  .cart__items {
    grid-column-start: 1;
    grid-column-end: 3;
    padding: 3rem 0;
  }
  .cart__contents > * + * {
    margin-top: 0;
  }
  .cart__items + .cart__footer {
    grid-column: 2;
  }
  .cart__footer {
    display: flex;
    gap: 3.2rem;
    justify-content: space-between;
    border: 0;
  }
}
@media screen and (min-width: 990px) and (max-width: 576px) {
  .cart__footer {
    padding: 2.4rem;
  }
}
@media screen and (min-width: 990px) {
  .cart__footer-wrapper:last-child {
    padding-top: 0;
  }
  .cart__blocks {
    max-width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 3.2rem;
  }
  .cart__note {
    max-width: 35rem;
    padding-left: 3rem;
  }
  .cart__footer > * + * {
    padding-right: 3.1rem;
  }
  .cart-note {
    max-width: 35rem;
  }
  [data-shopify-buttoncontainer] {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 989px) {
  .cart__footer .totals__wrapper {
    padding: 2.5rem;
    text-align: center;
  }
  .cart__footer .totals__wrapper .totals {
    justify-content: center;
    flex-wrap: wrap;
  }
  .cart__footer .tax-note {
    max-width: 100%;
    text-align: center;
    letter-spacing: 0;
  }
  .cart__footer .cart__ctas {
    width: 100%;
    margin-bottom: 1rem;
  }
  .cart__footer .cart__ctas button {
    width: 100%;
  }
  .cart__footer-dynamic-checkout {
    justify-content: flex-start;
  }
  .cart__footer-dynamic-checkout .cart__dynamic-checkout-buttons {
    margin: 0;
  }
  .cart__footer > div:only-child {
    margin-right: 0;
  }
}