/** Shopify CDN: Minification failed

Line 253:18 Unexpected "{"
Line 253:27 Expected ":"
Line 253:34 Unexpected "{"
Line 254:26 Expected identifier but found whitespace
Line 254:28 Unexpected "{"
Line 254:37 Expected ":"
Line 254:63 Expected ":"
Line 255:29 Expected identifier but found whitespace
Line 255:31 Unexpected "{"
Line 255:40 Expected ":"
... and 1 more hidden warnings

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

.cart__empty-text,
.is-empty .cart__contents,
cart-items.is-empty .title-wrapper,
.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: 7rem 0;
}

.cart__empty-text {
  margin: 4.5rem 0 5.5rem;
}

.is-empty .cart__empty-text {
  text-transform: none;
}

.cart__contents {
  margin-top: 5rem;
}

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

@media screen and (min-width: 990px) {
  .cart__warnings {
    padding: 10rem 0 15rem;
  }

  .cart__empty-text {
    margin: 5rem 0 6rem;
  }
}

cart-items {
  display: block;
}

.cart__items {
  position: relative;
}

@media screen and (min-width: 750px) {
  .cart__items {
    border-bottom: 0.1rem solid rgb(var(--color-border));
  }
}

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

.cart__footer > div:only-child {
  margin-inline-start: auto;
}

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

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

.cart__note {
  display: block;
}

.cart__note label {
  display: block;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.cart__note .field__input {
  padding: 1rem;
}

@media screen and (min-width: 750px) {
  .cart__items {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .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: 36rem;
  }

  .cart__footer > * + * {
    margin-inline-start: 4rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 990px) {
  .cart__footer {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .cart__footer > * {
    width: auto;
    min-width: 36rem;
  }
}

.cart__ctas button {
  width: 100%;
}

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

.no-js .cart__ctas {
  display: block;
}

.cart__ctas noscript .button {
  max-width: 36rem;
  margin-bottom: 1rem;
}

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

.cart__dynamic-checkout-buttons {
  margin-top: 0;
}

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

.tax-note {
  margin: 2.2rem 0 0 auto;
  text-align: center;
  display: block;
}

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

#cart-errors {
  margin-top: 2rem;
}

.cart__ctas {
  text-align: center;
}

.js-contents + .cart__ctas,
.cart__ctas + .js-contents {
  margin-top: 1.6rem;
}

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

  .cart__note .field__input {
    max-width: 36rem;
    font-weight: bold;
  }

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

  .cart__dynamic-checkout-buttons {
    margin-top: 1rem;
  }

  .tax-note {
    text-align: end;
  }

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

  .cart__ctas {
    display: flex;
    gap: 1rem;
  }

  .js-contents + .cart__ctas,
  .cart__ctas + .js-contents {
    margin-top: 2.2rem;
  }
}

.quantity-controls {
  display: none;
}

#shopify-section-{{ section.id }} {
    --section-padding-top: {{ section.settings.padding_top }}px;
    --section-padding-bottom: {{ section.settings.padding_bottom }}px;
  }

  .cart-preview-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cart-preview-modal--hidden {
    display: none;
  }

  .cart-preview-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
  }

  .cart-preview-dialog {
    position: relative;
    z-index: 1;
    max-width: 860px;
    width: 92%;
    max-height: 92vh;
    overflow: auto;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 20px 24px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  }

  .cart-preview-close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: none;
    background: transparent;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
  }

  .cart-preview-title {
    font-size: 16px;
    margin: 0 0 12px;
  }

  .cart-preview-body {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: centre;
  }

  .cart-preview-loading {
    font-size: 13px;
    color: #666666;
  }

  .cart-preview-message {
    font-size: 13px;
    color: #666666;
    text-align: centre;
  }

  /* Hover effect + cursor for clickable preview thumbnails */
  img[data-preview-click="true"] {
    cursor: zoom-in;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
  }

  img[data-preview-click="true"]:hover {
    box-shadow: 0 0 0 2px rgba(255, 181, 3, 0.6); /* Skylit yellow halo */
    transform: translateY(-1px);
  }

  /* Make the whole media cell feel clickable */
  .cart-item__media--personalized {
    cursor: zoom-in;
  }

  .cart-item__media--personalized img {
    transition: box-shadow 0.2s ease, transform 0.2s ease;
  }

  .cart-item__media--personalized:hover img {
    box-shadow: 0 0 0 2px rgba(255, 181, 3, 0.6);
    transform: translateY(-1px);
  }