/** Shopify CDN: Minification failed

Line 185:0 Unexpected "}"

**/
.\#cart-header {
  margin-bottom: 1rem;
}
.\#cart-footer {
  margin-top: 1.5rem;
}
.\#cart-footer-link {
  width: fit-content;
  font-size: 1.25rem;
  text-transform: capitalize;
  gap: 0.64rem;
  font-weight: var(--font-body-weight-bold);
  display: flex;
  align-items: center;
  opacity: 0.8;
  transition: var(--transition-base);
}
.\#cart-footer-link:hover {
  opacity: 1;
}
.\#cart-footer-link .\#icon {
  --size: 1.25rem;
}

.\#cart-item {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}
@media (min-width: 992px) {
  .\#cart-item {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .\#cart-item {
    flex-direction: column;
  }
}
.\#cart-item:not(.\!loading) .\#cart-item-spinner {
  display: none;
}
.\#cart-item-spinner {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 21;
  background: var(--color-g-bg-alpha-70);
}
.\#cart-item-product {
  flex-basis: 40%;
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
}
.\#cart-item-product-media {
  flex-shrink: 0;
  width: 100px;
}
.\#cart-item-product-info-title {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
}
.\#cart-item-product-info-variant {
  opacity: 0.64;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.\#cart-item-product-info-selling-plan {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.\#cart-item-product-info-discounts {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  margin-top: 0.5rem;
  gap: 0.5rem;
}
.\#cart-item-product-info-discounts-item {
  font-size: 0.8695652174rem;
  font-weight: var(--font-body-weight-bold);
  gap: 0.4em;
  display: flex;
  align-items: center;
}
.\#cart-item-product-info-discounts-item .\#icon {
  --size: 1em;
}
.\#cart-item-side {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;
}
.\#cart-item-subtotal-price {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
}
.\#cart-item-subtotal-value {
  font-size: 1.3225rem;
  font-weight: var(--font-body-weight-bold);
}
.\#cart-item-subtotal-original-value {
  text-decoration: line-through;
  opacity: 0.85;
}
.\#cart-item-controls {
  background: var(--color-g-fg);
  overflow: hidden;
  border-radius: var(--border-radius-base);
  display: flex;
  align-items: center;
}
.\#cart-item-controls-item {
  width: 60px;
  display: block;
  align-self: stretch;
}
@media (max-width: 991px) {
  .\#cart-item-controls-item {
    width: 50px;
  }
}
.\#cart-item-controls-item[disabled] {
  border: none;
  opacity: 0.4;
  background-color: var(--color-g-bg);
  cursor: not-allowed;
}
.\#cart-item-controls-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: none;
  border: none;
  padding: 1rem;
}
.\#cart-item-controls-button .\#icon {
  --size: 1rem;
}
.\#cart-item-controls-input {
  width: 100%;
  display: block;
  border: none;
  text-align: center;
  padding: 1rem 1.1rem;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  -moz-appearance: textfield;
  font-size: 1.1rem;
  font-weight: var(--font-body-weight-bold);
}
.\#cart-item-controls-input::-webkit-outer-spin-button, .\#cart-item-controls-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* @media (max-width: 991px) {
  .\#cart-item-controls-input {
    pointer-events: none;
  } */
}
.\#cart-item-remove-button {
  transition: var(--transition-base);
  opacity: 0.64;
}
.\#cart-item-remove-button:hover {
  opacity: 1;
}

.\#cart-sidebar {
  background: var(--color-g-fg);
  border-radius: var(--border-radius-base);
  padding: 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .\#cart-sidebar {
    --sticky-offset: var(--header-height, 0px);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .\#cart-sidebar {
    position: sticky;
    top: calc(1rem + var(--sticky-offset));
  }
}
@media (max-width: 991px) {
  .\#cart-sidebar-wrapper.\@mobile-sticky {
    position: sticky;
    z-index: 22;
    bottom: -1rem;
  }
}
.\#cart-sidebar-tax-note {
  font-size: 1.15rem;
  opacity: 0.64;
}
.\#cart-sidebar-checkout {
  margin-top: 0.25rem;
}
.\#cart-sidebar-checkout-payment-methods {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  opacity: 0.8;
}
.\#cart-sidebar-checkout-payment-methods > svg {
  height: 1.6rem;
  width: auto;
}
.\#cart-sidebar-order-notes > summary {
  cursor: pointer;
  list-style: none;
}
.\#cart-sidebar-order-notes > summary::marker, .\#cart-sidebar-order-notes > summary::-webkit-details-marker {
  display: none;
}
.\#cart-sidebar-order-notes-header {
  cursor: pointer;
}
.\#cart-sidebar-order-notes-header-title {
  border-bottom: 1px dashed var(--color-g-text);
  padding-bottom: 1px;
  font-size: 1.25rem;
}
.\#cart-sidebar-order-notes-body {
  padding-top: 1rem;
}
.\#cart-sidebar-order-notes-input {
  font-family: inherit;
  width: 100%;
  padding: 0.5rem;
  display: block;
  resize: none;
  border-radius: var(--border-radius-inner);
}

.\#cart-subtotal {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.\#cart-subtotal-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}
.\#cart-subtotal-item.\@final {
  font-size: 1.3225rem;
  font-weight: var(--font-body-weight-bold);
}
.\#cart-subtotal-item:not(.\@final) {
  font-size: 1.15rem;
  font-weight: 400;
}
.\#cart-subtotal-item-title {
  font-size: inherit;
  margin-bottom: 0;
  font-weight: inherit;
}
.\#cart-subtotal-item-price {
  font-size: inherit;
  font-weight: inherit;
}
.\#cart-subtotal-item-spacer {
  flex-grow: 1;
  border-bottom: 1px dashed var(--color-g-text);
  margin-bottom: 7px;
  opacity: 0.46;
}