/** Shopify CDN: Minification failed

Line 584:12 Expected ":"

**/
/* #Cart - general */

.cart__empty-text,
.is-empty .cart__contents {
  display: none;
}

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

.cart__warnings {
  display: none;
  text-align: center;
}

.cart__empty-text {
  margin: 0 0 var(--spacing-05);
}

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

.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__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 (width > 46.875rem) {
  .cart__contents>*+* {
    margin-top: 0;
  }
}

.cart__ctas button {
  width: 100%;
}

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

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

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

.cart-note__label {
  display: inline-block;
  margin-bottom: 1rem;
  line-height: calc(1 + 1 / var(--font-body-scale));
}

.tax-note {
  margin: var(--spacing-04) 0 var(--spacing-05) auto;
  text-align: center;
  display: block;
  color: var(--color-foreground-lighter);
}

.cart__checkout-button {
  max-width: 20rem;
}

.cart__ctas {
  text-align: center;
  margin-top: var(--spacing-04-5);
}

@media (width > 46.875rem) {
  .cart-note {
    max-width: 35rem;
  }

  .cart__update-button {
    margin-bottom: 0;
    margin-right: 0.8rem;
  }

  .tax-note {
    margin-bottom: var(--spacing-05);
    text-align: right;
  }

  [data-shopify-buttoncontainer] {
    justify-content: flex-end;
  }

  .cart__ctas {
    display: flex;
    justify-content: end;
    gap: 1rem;
  }
}

.cart-quantity {
  max-width: 6rem;
  min-height: 2rem;
  height: fit-content;
}

.cart-quantity .quantity__button {
  width: 2rem;
  height: 2rem;
}

.cart-quantity .quantity__button .icon {
  width: .75rem;
  height: .75rem;
}

/* #Cart - items */

.cart-items td,
.cart-items th {
  padding: 0;
  border: none;
}

.cart-items th {
  text-align: left;
  opacity: 0.85;
  font-weight: normal;
}

.cart-item__quantity-wrapper {
  display: flex;
  /* gap: var(--spacing-03); */
  justify-content: flex-start;
}

.cart-item {
  position: relative;
}

.cart-item .loading-overlay {
  z-index: 1;
}

.cart-items *.right {
  text-align: right;
}

.cart-item__image-container {
  display: inline-flex;
  align-items: flex-start;
}

.cart-item__image-container:after {
  content: none;
}

.cart-item__image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  border-radius: var(--media-radius);
}

@media (width > 46.875rem) {
  .cart-item__image {
    max-width: 100%;
  }
}

.cart-item__details {
  font-size: 1.6rem;
  line-height: calc(1 + 0.4 / var(--font-body-scale));
}

.cart-item__details dl {
  font-size: var(--font-size-body-xs);
}

.cart-item__details dl:not(:empty) {
  margin-top: var(--spacing-02);
}

.cart-item__details .product-option {
  color: var(--color-foreground-subtle);
}

.cart-item__details>* {
  margin: 0;
  max-width: 30rem;
}

/* .cart-item__details > * + *:not(:empty) {
  margin-top: var(--spacing-02);
} */

.cart-item__media {
  position: relative;
}

.cart-item__image__wrapper {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-background-subtle);
  clip-path: url(#clip-path-rect-vert-1);
}

.cart-item__link {
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cart-item__name {
  text-decoration: none;
  display: block;
  word-wrap: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: var(--font-family-heading);
  font-size: var(--font-size-body-lg);
  line-height: 1;

  @media (width <=46.875rem) {
    font-size: var(--font-size-body);
  }
}

.cart-item__price-wrapper>* {
  display: block;
  margin: 0;
  padding: 0;
}

.cart-item__discounted-prices dd {
  margin: 0;
}

.cart-item__discounted-prices .cart-item__old-price {
  font-size: 1.4rem;
}

.cart-item__old-price {
  display: block;
  color: var(--color-foreground-lighter);
  font-weight: 400 !important;
}

.cart-item__final-price {
  font-weight: 400;
  font-size: var(--font-size-body-sm) !important;
}

.cart-item__discounted-prices .cart-item__old-price {
  font-size: var(--font-size-body-xs) !important;
}

.product-option {
  font-size: var(--font-size-body-xs);
  word-break: break-all;
  line-height: 1.5;
  letter-spacing: 0.05ch;
  display: inline;
  color: var(--color-foreground-lighter);
}

.cart-item cart-remove-button {
  display: flex;
}

@media (width > 46.875rem) and (max-width: 989px) {
  .cart-item cart-remove-button {
    width: 2rem;
    height: 2rem;
  }
}

cart-remove-button .button {
  /* --color-button: var(--color-text); */
  width: 2rem;
  height: 2rem;
  min-width: unset;
  min-height: unset;
  box-sizing: content-box;
  padding: 0;
  border-color: var(--color-border);
  border-left-width: 0;
}

cart-remove-button .button .icon {
  transform: none !important;
}


/* cart-remove-button .button.button--secondary {
  border-color: transparent;
} */

cart-remove-button .button:before,
cart-remove-button .button:after {
  content: none;
}

/* @media (width > 46.875rem) {
  cart-remove-button .button {
    min-width: 2rem;
    min-height: 2rem;
  }
} */

cart-remove-button .icon {
  --icon-size: .8rem;
}

.cart-item:has(.loading-overlay:not(.hidden)) * {
  cursor: wait !important;
}

.cart-item .loading-overlay {
  background-color: color-mix(in srgb, var(--color-background) 75%, transparent) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

/* .cart-item .loading-overlay:not(.hidden)~* {
  visibility: hidden;
} */

.cart-item__error {
  display: flex;
  align-items: flex-start;
  margin-top: .75rem;
}

.cart-item__error-text {
  font-size: var(--font-size-body-xs);
  line-height: 1;
  order: 1;
  color: var(--color-ui-error);
}

.cart-item__error-text+svg {
  flex-shrink: 0;
  width: .75rem;
  margin-right: 0.5rem;
}

.cart-item__error-text:empty+svg {
  display: none;
}

.product-option * {
  display: inline;
  margin: 0;
}

.cart-items thead th {
  text-transform: uppercase;
}

@media (width <=46.875rem) {

  .cart-items,
  .cart-items thead,
  .cart-items tbody {
    display: block;
    width: 100%;
  }

  .cart-items thead tr {
    display: flex;
    justify-content: space-between;
    border-bottom: var(--border-style);
  }

  .cart-items thead th {
    border-bottom: 0 !important;
  }

  .cart-item {
    display: grid;
    grid-template-columns: 6rem 1fr auto;
    gap: 1.5rem;
    margin-bottom: 3.5rem;
  }

  .cart-item:last-child {
    margin-bottom: 0;
  }

  .cart-item__media {
    grid-row: 1 / 3;
  }

  .cart-item__details {
    grid-column: 2 / 3;
  }

  .cart-item__quantity {
    grid-column: 2 / 4;
  }

  .cart-item__quantity-wrapper {
    flex-wrap: wrap;
  }

  .cart-item__totals {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .cart-item__details .cart-item__discounted-prices {
    display: none;
  }
}

/* .cart-item__error-text+svg {
  margin-top: 0.4rem;
} */

@media (width > 46.875rem) {
  .cart-items {
    border-spacing: 0;
    border-collapse: separate;
    box-shadow: none;
    width: 100%;
    display: table;
  }

  .cart-items th {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }

  .cart-items thead th:first-child {
    width: 50%;
  }

  .cart-items td {
    vertical-align: top;
    padding-top: 4rem;
  }

  .cart-item {
    display: table-row;
  }

  .cart-item__details {
    width: 35rem;
  }

  .cart-item__media {
    width: 10rem;
  }

  /* .cart-item__price-wrapper > *:only-child:not(.cart-item__discounted-prices) {
    margin-top: 1rem;
  } */
}

@media screen and (min-width: 990px) {
  /* .cart-item__details {
    width: 50rem;
  } */

  .cart-items thead th:first-child {
    width: 60%;
  }
}

/* Totals */

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

.totals>* {
  font-size: 1.6rem;
  margin: 0;
}

.totals>h2 {
  font-size: var(--font-size-body);
  font-weight: 600;
}

.totals * {
  line-height: 1;
}

.totals>*+* {
  margin-left: var(--spacing-03);
}

.totals__subtotal-value {
  font-size: 1.75rem;
  font-family: var(--font-family-heading);
  color: var(--color-accent);
  font-weight: 400;
  font-weight: 600;

  @media (width <=46.875rem) {
    font-size: 1.5rem;
  }
}

.cart__ctas+.totals {
  margin-top: 2rem;
}

@media all and (min-width: 750px) {
  .totals {
    justify-content: flex-end;
  }
}

/* Discounts */

.discounts:not(:empty) {
  margin-top: var(--spacing-03)
}

.discounts__discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.2rem;
  /* gap: 0.4rem; */
  line-height: 1.2;
  background-color: var(--color-background-subtle);
  padding: 0.4rem 0.8rem;
  width: fit-content;
  border-radius: 0.6rem;
  margin-top
}

.discounts__discount svg {
  flex: 0 0 1.2rem;
}