/** Shopify CDN: Minification failed

Line 948:0 Unexpected "}"

**/
/* The One cart v2.6. Cart drawer and cart page refinements. */

.the-one-cart-drawer {
  --the-one-cart-radius: 0px;
  --the-one-cart-body-padding: 2rem;
  --the-one-cart-footer-shadow: 0 -1.2rem 3.6rem rgba(0, 0, 0, 0.08);
}

.the-one-cart-drawer .drawer__inner {
  width: min(52rem, 100vw);
  max-width: 100vw;
  border: 0;
  border-radius: var(--the-one-cart-radius) 0 0 var(--the-one-cart-radius);
  box-shadow: -1.8rem 0 5rem rgba(0, 0, 0, 0.16);
}

.the-one-cart-drawer .drawer__header {
  min-height: 7rem;
  padding: 1.8rem var(--the-one-cart-body-padding);
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

.the-one-cart-drawer .drawer__header-copy {
  display: grid;
  min-width: 0;
  gap: 0.25rem;
}

.the-one-cart-drawer .drawer__heading {
  font-family: var(--font-heading-family);
  font-size: clamp(2rem, 2vw, 2.5rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.the-one-cart-drawer .drawer__subheading {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.35;
  opacity: 0.58;
}

.the-one-cart-drawer .drawer__close {
  right: calc(var(--the-one-cart-body-padding) - 1rem);
  justify-content: center;
  border-radius: 999px;
  transition: background-color 160ms ease, transform 160ms ease;
}

.the-one-cart-drawer .drawer__close:hover {
  background: rgba(var(--color-foreground), 0.07);
}

.the-one-cart-drawer .cart-drawer__body {
  padding: 0 var(--the-one-cart-body-padding) 2rem;
  scrollbar-width: thin;
}

.the-one-cart-drawer .cart-progress {
  margin-inline: calc(var(--the-one-cart-body-padding) * -1);
  padding: 1.8rem var(--the-one-cart-body-padding) 2rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  background: rgba(var(--color-foreground), 0.025);
}

.the-one-cart-drawer .cart-progress__text {
  margin-bottom: 1.25rem;
  font-size: 1.35rem;
  font-weight: 750;
}

.the-one-cart-drawer .cart-progress__bar {
  height: 0.75rem;
  margin-inline: 0.4rem;
  background: rgba(var(--color-foreground), 0.12);
}

.the-one-cart-drawer .cart-progress__bar__badge {
  font-size: 3.2rem;
  box-shadow: 0 0.4rem 1.4rem rgba(0, 0, 0, 0.12);
}

.the-one-cart-drawer .product__text-container {
  width: 100%;
  padding: 1.1rem 1.2rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.09);
  border-radius: 1rem;
  background: rgba(var(--color-foreground), 0.035);
}

.the-one-cart-drawer .product__text-container .product__text {
  justify-content: flex-start;
  font-size: 1.3rem;
  line-height: 1.4;
}

.the-one-cart-drawer cart-drawer-items {
  display: block;
}

.the-one-cart-drawer .cart-items {
  row-gap: 0;
}

.the-one-cart-drawer .cart-drawer-item {
  gap: 1.4rem;
  padding: 1.8rem 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.09);
}

.the-one-cart-drawer .cart-drawer-item:first-child {
  padding-top: 0.5rem;
}

.the-one-cart-drawer .cart-drawer-item:last-child {
  border-bottom: 0;
}

.the-one-cart-drawer .cart-drawer-item .cart-item__media {
  width: 10.5rem;
}

.the-one-cart-drawer .cart-drawer-item .cart-item__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 1.2rem;
  box-shadow: none;
  object-fit: cover;
  background: rgba(var(--color-foreground), 0.04);
}

.the-one-cart-drawer .cart-drawer-item__right {
  min-width: 0;
  padding-left: 0;
}

.the-one-cart-drawer .cart-drawer-item__details-and-delete-btn {
  gap: 1rem;
}

.the-one-cart-drawer .cart-drawer-item .cart-item__details {
  min-width: 0;
  padding-right: 0;
}

.the-one-cart-drawer .cart-drawer-item .cart-item__name {
  display: -webkit-box;
  overflow: hidden;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.the-one-cart-drawer .cart-drawer-item .product-option {
  font-size: 1.18rem;
  line-height: 1.4;
  opacity: 0.66;
}

.the-one-cart-drawer .cart-drawer-item cart-remove-button,
.the-one-cart-drawer .cart-drawer-item cart-remove-button .button {
  width: 3.2rem;
  height: 3.2rem;
  flex: 0 0 3.2rem;
  border-radius: 999px;
}

.the-one-cart-drawer .cart-drawer-item cart-remove-button .button:hover {
  background: rgba(var(--color-foreground), 0.07);
}

.the-one-cart-drawer .cart-drawer-item__quantity-and-prices {
  align-items: flex-end;
  margin-top: 1.2rem;
}

.the-one-cart-drawer .cart-drawer-item .quantity {
  min-height: 3.6rem;
  background: rgb(var(--color-background));
}

.the-one-cart-drawer .cart-drawer-item .cart-item__price-wrapper {
  text-align: right;
}

.the-one-cart-drawer .cart-drawer-item .price,
.the-one-cart-drawer .cart-drawer-item .cart-item__final-price {
  font-size: 1.45rem;
  font-weight: 800;
}

.the-one-cart-drawer .drawer__footer {
  position: relative;
  z-index: 4;
  padding: 0 var(--the-one-cart-body-padding) max(1.6rem, env(safe-area-inset-bottom));
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.1);
  background: rgb(var(--color-background));
  box-shadow: var(--the-one-cart-footer-shadow);
}

.the-one-cart-drawer .drawer__footer > .cart-drawer__footer {
  padding-top: 1.6rem;
}

.the-one-cart-drawer .cart-drawer__totals {
  gap: 0.9rem;
  padding: 1.4rem 0 0.2rem;
}

.the-one-cart-drawer .cart-drawer__totals__row {
  font-size: 1.45rem;
}

.the-one-cart-drawer .cart-drawer__totals__row:last-child {
  font-size: 2.1rem;
  font-weight: 800;
}

.the-one-cart-drawer .cart__checkout-button {
  min-height: 5.4rem;
  border-radius: 999px;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.the-one-cart-drawer .payment-badges-block {
  margin-top: 1rem !important;
}

.the-one-cart-drawer .payment-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}

.the-one-cart-drawer .payment-badges .list-payment__item {
  display: grid;
  min-width: 4rem;
  min-height: 2.6rem;
  place-items: center;
  padding: 0.25rem 0.4rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 0.5rem;
  background: #fff;
}

.the-one-cart-drawer .payment-badges svg {
  width: auto;
  max-width: 3.4rem;
  height: 2rem;
}

.the-one-cart-drawer .cart-drawer__empty-content {
  padding-inline: 2rem;
}

.the-one-cart-drawer .cart__empty-text {
  font-family: var(--font-heading-family);
  font-size: 3rem;
  letter-spacing: -0.03em;
}

.the-one-cart-drawer .cart-drawer__empty-text {
  max-width: 34rem;
  margin: 1rem auto 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  opacity: 0.68;
}

.the-one-cart-page {
  --the-one-cart-page-max: 160rem;
  --the-one-cart-page-padding: 3rem;
  width: min(100%, var(--the-one-cart-page-max));
  margin-inline: auto;
  padding-inline: var(--the-one-cart-page-padding);
}

.the-one-cart-page .title-wrapper-with-link {
  margin-bottom: 3rem;
}

.the-one-cart-page .title--primary {
  font-family: var(--font-heading-family);
  font-size: clamp(4rem, 5vw, 7rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.the-one-cart-page .cart__items {
  border: 0.1rem solid rgba(var(--color-foreground), 0.09);
  border-radius: 1.6rem;
  overflow: hidden;
  background: rgb(var(--color-background));
}

.the-one-cart-page .cart-items {
  margin-bottom: 0;
}

.the-one-cart-page .cart-items thead th {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  background: rgba(var(--color-foreground), 0.035);
}

.the-one-cart-page .cart-item {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.the-one-cart-page .cart-item:last-child {
  border-bottom: 0;
}

.the-one-cart-page .cart-item__image-container,
.the-one-cart-page .cart-item__image {
  border-radius: 1.2rem;
}

.the-one-cart-page .cart-item__name {
  font-size: 1.6rem;
  font-weight: 750;
}

.the-one-cart-page-footer {
  width: min(100%, 160rem);
  margin-inline: auto;
  padding-inline: 3rem;
}

.the-one-cart-page-footer .cart__footer {
  margin-top: 0;
  padding: 2.4rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.09);
  border-radius: 1.6rem;
  background: rgb(var(--color-background));
}

.the-one-cart-page-footer .cart__checkout-button {
  min-height: 5.4rem;
  border-radius: 999px;
  font-size: 1.6rem;
  font-weight: 800;
}

@media screen and (max-width: 749px) {
  .the-one-cart-drawer {
    --the-one-cart-body-padding: 1.5rem;
  }

  .the-one-cart-drawer .drawer__inner {
    width: 100%;
    border-radius: 0;
  }

  .the-one-cart-drawer .drawer__header {
    min-height: 6.4rem;
  }

  .the-one-cart-drawer .cart-drawer-item {
    gap: 1.1rem;
    padding-block: 1.5rem;
  }

  .the-one-cart-drawer .cart-drawer-item .cart-item__media {
    width: 8.8rem;
  }

  .the-one-cart-drawer .cart-drawer-item .cart-item__name {
    font-size: 1.35rem;
  }

  .the-one-cart-page,
  .the-one-cart-page-footer {
    padding-inline: 1.5rem;
  }

  .the-one-cart-page .title-wrapper-with-link {
    align-items: flex-start;
  }

  .the-one-cart-page .title--primary {
    font-size: 4rem;
  }

  .the-one-cart-page .cart__items,
  .the-one-cart-page-footer .cart__footer {
    border-radius: 1.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .the-one-cart-drawer .drawer__close,
  .the-one-cart-page .cart-item__image {
    transition: none;
  }
}

.the-one-cart-page-footer .the-one-cart-summary {
  display: grid;
  gap: 1rem;
}

.the-one-cart-page-footer .the-one-cart-summary__row {
  align-items: center;
  padding: 0.2rem 0;
}

.the-one-cart-page-footer .the-one-cart-summary__row .totals__subtotal,
.the-one-cart-page-footer .the-one-cart-summary__row .totals__subtotal-value {
  font-size: 1.45rem;
}

.the-one-cart-page-footer .the-one-cart-summary__row--subtotal {
  margin-top: 0.6rem;
  padding-top: 1.5rem;
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

.the-one-cart-page-footer .the-one-cart-summary__row--subtotal .totals__subtotal,
.the-one-cart-page-footer .the-one-cart-summary__row--subtotal .totals__subtotal-value {
  font-size: 2.1rem;
  font-weight: 800;
}

.the-one-cart-page-footer .the-one-cart-summary__row--discount,
.the-one-cart-page-footer .the-one-cart-summary__row--savings {
  font-size: 1.35rem;
}

.the-one-cart-page-footer .the-one-cart-summary__row--discount .totals__subtotal {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.the-one-cart-page-footer .the-one-cart-summary__row--discount svg {
  width: 1.4rem;
  height: 1.4rem;
}

.the-one-cart-page-footer .the-one-cart-summary__row--savings {
  font-weight: 750;
}

.the-one-cart-page-footer .the-one-cart-summary__total-values {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 0.8rem;
}

.the-one-cart-page-footer .the-one-cart-summary__total-values s {
  font-size: 1.35rem;
  font-weight: 500;
  opacity: 0.5;
}

.the-one-cart-page-footer .the-one-cart-summary__shipping-message {
  margin: 0.8rem 0 0;
  padding: 0.9rem 1rem;
  border-radius: 0.8rem;
  background: rgba(var(--color-foreground), 0.055);
  font-size: 1.25rem;
  font-weight: 750;
  line-height: 1.4;
  text-align: center;
}

.the-one-cart-drawer .cart-progress__subtext {
  margin: 1.35rem 0 0;
  font-size: 1.25rem;
  line-height: 1.45;
  text-align: left;
  opacity: 0.72;
}


/* The One cart v2.8: compact product rows and useful empty states. */

.the-one-cart-page.is-empty > .title-wrapper-with-link {
  display: none;
}
.the-one-cart-page .cart-items thead {
  display: none;
}

.the-one-cart-page .cart-items,
.the-one-cart-page .cart-items tbody {
  display: block;
  width: 100%;
}

.the-one-cart-page .cart-item {
  display: grid;
  grid-template-columns: 13rem minmax(0, 1fr) minmax(12rem, 16rem);
  grid-template-areas:
    "media details totals"
    "media quantity totals";
  column-gap: 2.2rem;
  row-gap: 1rem;
  align-items: start;
  padding: 2.2rem;
}

.the-one-cart-page .cart-item > td {
  display: block;
  width: auto;
  padding: 0;
}

.the-one-cart-page .cart-item__media {
  grid-area: media;
}

.the-one-cart-page .cart-item__details {
  grid-area: details;
  align-self: end;
  max-width: 58rem;
}

.the-one-cart-page .cart-item__quantity {
  grid-area: quantity;
  align-self: start;
}

.the-one-cart-page .cart-item__totals.small-hide {
  grid-area: totals;
  align-self: center;
  text-align: right;
}

.the-one-cart-page .cart-item__quantity-wrapper {
  justify-content: flex-start;
}

.the-one-cart-page .cart-item__image-container,
.the-one-cart-page .cart-item__image {
  width: 13rem;
  max-width: 13rem;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.the-one-cart-page .cart-item__name {
  display: block;
  max-width: 46rem;
  margin-bottom: 0.65rem;
  font-size: 1.75rem;
  line-height: 1.3;
}

.the-one-cart-page .product-option,
.the-one-cart-page .cart-item__details dl {
  margin-top: 0.3rem;
  font-size: 1.25rem;
  line-height: 1.45;
  opacity: 0.72;
}

.the-one-cart-page-footer > div {
  display: flex;
  justify-content: flex-end;
}

.the-one-cart-page-footer .cart__footer {
  width: min(100%, 56rem);
  padding: 2.6rem;
}

.the-one-cart-page-footer .the-one-cart-summary__row--total {
  margin-top: 0.5rem;
  padding-top: 1.4rem;
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.12);
}

.the-one-cart-page-footer .the-one-cart-summary__row--total .totals__subtotal,
.the-one-cart-page-footer .the-one-cart-summary__row--total .totals__subtotal-value {
  font-size: 2.3rem;
  font-weight: 850;
}

.the-one-cart-page.is-empty .cart__warnings {
  display: grid;
  grid-template-columns: minmax(24rem, 0.8fr) minmax(0, 1.2fr);
  gap: 5rem;
  align-items: center;
  min-height: 52rem;
  padding: 5rem 0;
  text-align: left;
}

.the-one-cart-empty__copy {
  max-width: 52rem;
}

.the-one-cart-empty__eyebrow {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.55;
}

.the-one-cart-page.is-empty .cart__warnings .cart__empty-text {
  margin: 0;
  font-family: var(--font-heading-family);
  font-size: clamp(4rem, 6vw, 7.2rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.the-one-cart-empty__text {
  max-width: 48rem;
  margin: 1.6rem 0 2.4rem;
  font-size: 1.55rem;
  line-height: 1.65;
  opacity: 0.68;
}

.the-one-cart-empty__login {
  margin-top: 2.4rem;
}

.the-one-empty-recommendations__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.4rem;
}

.the-one-empty-recommendations__header h3 {
  margin: 0;
  font-family: var(--font-heading-family);
  font-size: 2.1rem;
}

.the-one-empty-recommendations__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.the-one-empty-recommendation {
  display: block;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.the-one-empty-recommendation__media {
  display: block;
  overflow: hidden;
  border-radius: 1.2rem;
  background: rgba(var(--color-foreground), 0.045);
}

.the-one-empty-recommendation__media img,
.the-one-empty-recommendation__media svg {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 220ms ease;
}

.the-one-empty-recommendation:hover .the-one-empty-recommendation__media img {
  transform: scale(1.025);
}

.the-one-empty-recommendation__title {
  display: -webkit-box;
  margin-top: 0.8rem;
  overflow: hidden;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.the-one-empty-recommendation__price {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.2rem;
  font-weight: 650;
}

.the-one-cart-drawer .drawer__inner-empty {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  overflow-y: auto;
}

.the-one-cart-drawer .cart-drawer__warnings {
  flex: 0 0 auto;
  padding: 4rem var(--the-one-cart-body-padding) 3rem;
}

.the-one-cart-drawer .cart-drawer__collection {
  width: 100%;
  padding: 0 var(--the-one-cart-body-padding) 2rem;
}

.the-one-cart-drawer .the-one-empty-recommendations__grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(14rem, 44%);
  grid-template-columns: none;
  overflow-x: auto;
  padding-bottom: 0.8rem;
  scroll-snap-type: inline proximity;
  scrollbar-width: none;
}

.the-one-cart-drawer .the-one-empty-recommendations__grid::-webkit-scrollbar {
  display: none;
}

.the-one-cart-drawer .the-one-empty-recommendation {
  scroll-snap-align: start;
}

.the-one-cart-drawer .the-one-empty-recommendations__header h3 {
  font-size: 1.8rem;
}

.the-one-cart-drawer .cart-drawer-item {
  grid-template-columns: 11rem minmax(0, 1fr);
  align-items: start;
}

.the-one-cart-drawer .cart-drawer-item .cart-item__media {
  width: 11rem;
}

.the-one-cart-drawer .cart-drawer-item__right {
  display: grid;
  align-content: start;
  gap: 0.8rem;
}

.the-one-cart-drawer .cart-drawer-item__quantity-and-prices {
  margin-top: 0.4rem;
}

.the-one-cart-drawer .cart-drawer-item .cart-item__details dl {
  margin-block: 0.5rem 0;
}

@media screen and (max-width: 749px) {
  .the-one-cart-page.is-empty .cart__warnings {
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
    min-height: auto;
    padding: 4rem 0;
  }

  .the-one-cart-page.is-empty .cart__warnings .cart__empty-text {
    font-size: 4.4rem;
  }

  .the-one-empty-recommendations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .the-one-cart-page .cart-item {
    grid-template-columns: 9rem minmax(0, 1fr);
    grid-template-areas:
      "media details"
      "media totals"
      "quantity quantity";
    column-gap: 1.3rem;
    row-gap: 0.8rem;
    padding: 1.5rem;
  }

  .the-one-cart-page .cart-item__image-container,
  .the-one-cart-page .cart-item__image {
    width: 9rem;
    max-width: 9rem;
  }

  .the-one-cart-page .cart-item__totals.medium-hide {
    grid-area: totals;
    display: block !important;
    text-align: left;
  }

  .the-one-cart-page .cart-item__totals.small-hide {
    display: none !important;
  }

  .the-one-cart-page .cart-item__quantity {
    padding-top: 0.4rem;
  }

  .the-one-cart-page-footer .cart__footer {
    width: 100%;
    padding: 1.8rem;
  }

  .the-one-cart-drawer .cart-drawer-item {
    grid-template-columns: 9rem minmax(0, 1fr);
  }

  .the-one-cart-drawer .cart-drawer-item .cart-item__media {
    width: 9rem;
  }
}


/* Keep the cart header visible and correctly positioned in the empty state. */
.the-one-cart-drawer.is-empty .drawer__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.the-one-cart-drawer.is-empty .drawer__header {
  height: auto;
  min-height: 7rem;
  padding: 1.8rem var(--the-one-cart-body-padding);
  overflow: visible;
  flex: 0 0 auto;
}

@media screen and (max-width: 749px) {
  .the-one-cart-drawer.is-empty .drawer__header {
    min-height: 6.4rem;
  }
}


/* The One v2.11.1: compact reference-inspired cart summary. */
.the-one-cart-drawer .the-one-cart-order-summary {
  padding: 1.2rem 0 0.2rem;
}

.the-one-cart-drawer .the-one-cart-order-summary__rows {
  display: grid;
  gap: 0.72rem;
}

.the-one-cart-drawer .the-one-cart-order-summary__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.6rem;
  margin: 0;
  color: rgb(var(--color-foreground));
  font-size: 1.35rem;
  line-height: 1.35;
}

.the-one-cart-drawer .the-one-cart-order-summary__row > span:first-child {
  min-width: 0;
}

.the-one-cart-drawer .the-one-cart-order-summary__row strong {
  flex: 0 0 auto;
  color: inherit;
  font-weight: 750;
  text-align: right;
}

.the-one-cart-drawer .the-one-cart-order-summary__row--discount,
.the-one-cart-drawer .the-one-cart-order-summary__row--savings {
  font-size: 1.28rem;
}

.the-one-cart-drawer .the-one-cart-order-summary__row--savings {
  font-weight: 750;
}

.the-one-cart-drawer .the-one-cart-order-summary__discount-label {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.55rem;
}

.the-one-cart-drawer .the-one-cart-order-summary__discount-label svg {
  width: 1.4rem;
  height: 1.4rem;
  flex: 0 0 auto;
}

.the-one-cart-drawer .the-one-cart-order-summary__row--total {
  margin-top: 0.45rem;
  padding-top: 1.2rem;
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.14);
  font-size: 1.95rem;
  font-weight: 850;
}

.the-one-cart-drawer .the-one-cart-order-summary__total-values {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 0.75rem;
}

.the-one-cart-drawer .the-one-cart-order-summary__total-values s {
  font-size: 1.25rem;
  font-weight: 500;
  opacity: 0.5;
}

.the-one-cart-drawer .the-one-cart-order-summary__shipping-message {
  margin: 1rem 0 0;
  padding: 0.85rem 1rem;
  border-radius: 0.8rem;
  background: rgba(var(--color-foreground), 0.055);
  font-size: 1.2rem;
  font-weight: 750;
  line-height: 1.35;
  text-align: center;
}

.the-one-cart-drawer .cart-discount {
  margin-top: 1rem;
}

@media screen and (max-width: 749px) {
  .the-one-cart-drawer .the-one-cart-order-summary__row {
    font-size: 1.28rem;
  }

  .the-one-cart-drawer .the-one-cart-order-summary__row--total {
    font-size: 1.8rem;
  }
}

}
