/** Shopify CDN: Minification failed

Line 828:0 Unexpected "}"

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

body:has(.cart__items-wrapper) {
  background: #faf8f4;
}

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

.cart__warnings {
  display: none;
  text-align: center;
  padding: 3rem 0 1rem;
}

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

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

.cart__login-title {
  margin: 5.5rem 0 0.5rem;
}

.cart__login-paragraph {
  margin-top: 0.8rem;
}

.cart__login-paragraph a {
  font-size: inherit;
}

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

  .cart__empty-text {
    margin: 0 0 3rem;
  }
}

cart-items {
  display: block;
}

.cart__items {
  position: relative;
  padding-bottom: 2.2rem;
  border-bottom: 0;
}

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

.cmi-free-shipping-progress {
  background: #faf8f4;
  border: 0.1rem solid rgba(213, 204, 188, 0.72);
  border-radius: 1rem;
  color: #505846;
  font-family: Rubik, var(--font-body-family);
  margin: 0 0 1.6rem;
  padding: 1.1rem 1.2rem;
}

.cmi-free-shipping-progress__message {
  align-items: center;
  display: flex;
  gap: 0.7rem;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.35;
  margin-bottom: 0.9rem;
  text-align: center;
}

.cmi-free-shipping-progress__icon {
  align-items: center;
  color: #667256;
  display: inline-flex;
  flex: 0 0 auto;
  height: 1.8rem;
  justify-content: center;
  width: 1.8rem;
}

.cmi-free-shipping-progress__icon svg {
  fill: none;
  height: 100%;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 100%;
}

.cmi-free-shipping-progress__text {
  font-size: 1.4rem;
  font-weight: 500;
}

.cmi-free-shipping-progress__track {
  background: rgba(102, 114, 86, 0.13);
  border-radius: 999px;
  height: 0.5rem;
  overflow: hidden;
}

.cmi-free-shipping-progress__fill {
  background: #667256;
  border-radius: inherit;
  display: block;
  height: 100%;
  transition: width 180ms ease;
}

.cmi-free-shipping-progress.is-unlocked {
  background: #f2f6ec;
}

.cmi-free-shipping-progress__status {
  color: rgba(43, 43, 43, 0.66);
  font-size: 1.3rem;
  line-height: 1.35;
  margin: 0.8rem 0 0;
  text-align: center;
}

.cmi-free-shipping-progress--summary {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0 0 1.4rem;
  padding: 0;
}

.cmi-free-shipping-progress--summary .cmi-free-shipping-progress__message {
  justify-content: flex-start;
  margin-bottom: 0.7rem;
  text-align: right;
}

.cmi-free-shipping-progress--summary .cmi-free-shipping-progress__icon {
  display: none;
}

.cmi-free-shipping-progress--summary .cmi-free-shipping-progress__text,
.cmi-free-shipping-progress--summary .cmi-free-shipping-progress__status {
  font-size: 1.3rem;
}

.cmi-free-shipping-progress--summary .cmi-free-shipping-progress__track {
  background: #e8ded2;
  height: 0.55rem;
}

.cmi-free-shipping-progress--summary .cmi-free-shipping-progress__status {
  margin-top: 0.7rem;
  text-align: right;
}

.cmi-cart-upsell-slot--mobile {
  display: none;
}

.cmi-cart-upsell {
  background: #fcfaf7;
  border-radius: 0.6rem;
  color: #2b2b2b;
  display: block;
  font-family: Rubik, var(--font-body-family);
  letter-spacing: 0;
  margin-top: 1.6rem;
  padding: 1.2rem 0 0;
}

.cmi-cart-upsell__header {
  margin: 0 auto 1rem;
  max-width: 32rem;
  padding: 0 1.6rem;
  text-align: center;
}

.cmi-cart-upsell__heading {
  color: #2b2b2b;
  font-family: Rubik, var(--font-heading-family);
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
}

.cmi-cart-upsell__subheading {
  display: none;
}

.cmi-cart-upsell__track {
  direction: rtl;
  display: grid;
  column-gap: 2rem;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: visible;
  padding: 0 1.6rem 0.9rem;
  row-gap: 2.8rem;
}

.cmi-cart-upsell__track::-webkit-scrollbar {
  height: 0.3rem;
}

.cmi-cart-upsell__track::-webkit-scrollbar-track {
  background: rgba(244, 239, 232, 0.9);
}

.cmi-cart-upsell__track::-webkit-scrollbar-thumb {
  background: rgba(94, 107, 79, 0.32);
  border-radius: 999px;
}

.cmi-cart-upsell__card {
  align-items: center;
  direction: rtl;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  text-align: center;
}

.cmi-cart-upsell__media {
  background: #f4efe8;
  aspect-ratio: 1 / 1;
  border-radius: 1.6rem;
  display: block;
  height: auto;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}

.cmi-cart-upsell__media img,
.cmi-cart-upsell__placeholder {
  aspect-ratio: 1 / 1;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cmi-cart-upsell__details {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  padding-top: 0;
  width: 100%;
}

.cmi-cart-upsell__title {
  align-items: center;
  color: #2b2b2b;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.3;
  margin: 1rem 0 0;
  min-height: 4.2rem;
  overflow: hidden;
  text-decoration: none;
}

.cmi-cart-upsell__price {
  color: rgba(43, 43, 43, 0.72);
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0.6rem;
  text-align: center;
}

.cmi-cart-upsell__price .price {
  color: inherit;
  font-size: inherit;
  letter-spacing: 0;
}

.cmi-cart-upsell__options {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0.5rem;
  width: 100%;
}

.cmi-cart-upsell__option {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

.cmi-cart-upsell__option-label {
  color: rgba(43, 43, 43, 0.62);
  font-size: 0.9rem;
  line-height: 1.2;
}

.cmi-cart-upsell__select {
  appearance: none;
  background: #fffdf9;
  border: 0.1rem solid rgba(213, 204, 188, 0.9);
  border-radius: 999px;
  color: #2b2b2b;
  cursor: pointer;
  font-family: Rubik, var(--font-body-family);
  font-size: 1rem;
  min-height: 2.7rem;
  padding: 0.45rem 0.9rem;
  width: 100%;
}

.cmi-cart-upsell__button {
  align-items: center;
  appearance: none;
  background: #e6c9c2;
  border: 0;
  border-radius: 999px;
  color: #2b2b2b;
  cursor: pointer;
  display: inline-flex;
  font-family: Rubik, var(--font-body-family);
  font-size: 1.05rem;
  font-weight: 500;
  gap: 0.6rem;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  margin-top: auto;
  min-height: 2.8rem;
  padding: 0.65rem 1.1rem;
  position: relative;
  touch-action: manipulation;
  transition: background 180ms ease, opacity 180ms ease;
  width: 100%;
  z-index: 2;
}

.cmi-cart-upsell__button:hover {
  background: #d07a5b;
}

.cmi-cart-upsell__button[disabled] {
  cursor: default;
  opacity: 0.78;
}

.cmi-cart-upsell__button .loading__spinner {
  height: 1.1rem;
  width: 1.1rem;
}

.cart__footer-wrapper:last-child .cart__footer {
  padding-bottom: 5rem;
}

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

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

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

.cart__note {
  height: fit-content;
  top: 2.5rem;
}

.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 screen and (min-width: 750px) {
  .cart__items {
    grid-column-start: 1;
    grid-column-end: 3;
    padding-bottom: 4rem;
  }

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

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

.cart__ctas button {
  width: 100%;
}

.cart__ctas > * + * {
  margin-top: 1rem;
}

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

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

.cart__dynamic-checkout-buttons:has(.dynamic-checkout__content:empty) {
  margin: 0;
}

#main-cart-footer .cart__blocks > * + * {
  margin-top: 1.4rem;
}

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

#main-cart-footer .cart__blocks {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #2b2b2b;
  direction: rtl;
  font-family: Rubik, var(--font-body-family);
  letter-spacing: 0;
  padding: 0;
  text-align: right;
}

.cmi-cart-summary__heading {
  color: #2b2b2b;
  font-family: Rubik, var(--font-heading-family);
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 1.5rem;
  text-align: right;
}

.cmi-cart-summary__totals,
.cmi-cart-shipping-summary {
  align-items: center;
  display: flex;
  gap: 1.2rem;
  justify-content: space-between;
}

.cmi-cart-summary__totals {
  margin-top: 1.6rem;
}

.cmi-cart-shipping-summary {
  border-top: 0.1rem solid rgba(213, 204, 188, 0.75);
  margin-top: 1.3rem;
  padding-top: 1.2rem;
}

.cmi-cart-summary__copy {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.cmi-cart-summary__label {
  color: #2f312c;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.25;
}

.cmi-cart-summary__meta {
  color: rgba(43, 43, 43, 0.58);
  font-size: 1.3rem;
  line-height: 1.35;
}

.cmi-cart-summary__amount {
  color: #2f312c;
  direction: ltr;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  unicode-bidi: isolate;
  white-space: nowrap;
}

.cmi-cart-shipping-summary strong {
  color: #2f312c;
  direction: ltr;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  unicode-bidi: isolate;
  white-space: nowrap;
}

.cmi-cart-shipping-summary strong.is-free {
  color: #667256;
}

#main-cart-footer .cart__checkout-button {
  background: #667256;
  border: 0;
  border-radius: 1.1rem;
  box-shadow: none;
  color: #ffffff;
  font-family: Rubik, var(--font-body-family);
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0;
  min-height: 5.4rem;
  max-width: 36rem;
  width: 100%;
}

#main-cart-footer .cart__checkout-button:before,
#main-cart-footer .cart__checkout-button:after {
  content: none;
}

#main-cart-footer .cart__checkout-button:hover {
  background: #556447;
  border: 0;
  box-shadow: none;
}

#main-cart-footer .cart__ctas {
  text-align: center;
}

.cmi-cart-summary__secure {
  color: rgba(43, 43, 43, 0.58);
  font-size: 1.3rem;
  line-height: 1.35;
  margin: 0.9rem 0 0;
  text-align: center;
}

.cmi-sticky-checkout {
  display: none;
}

@media screen and (min-width: 750px) {
  .cart-note {
    max-width: 35rem;
  }

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

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

  #main-cart-footer .cart__ctas {
    display: block;
  }
}

@media screen and (min-width: 990px) {
  main:has(> .cart__items-wrapper + .cart__footer-wrapper) {
    align-items: start;
    column-gap: 5.2rem;
    display: grid;
    grid-template-columns: minmax(0, 64%) minmax(36rem, 36%);
    margin: 0 auto;
    max-width: 124rem;
    padding: 0 5rem;
  }

  main:has(> .cart__items-wrapper + .cart__footer-wrapper) > .cart__items-wrapper,
  main:has(> .cart__items-wrapper + .cart__footer-wrapper) > .cart__footer-wrapper {
    min-width: 0;
  }

  main:has(> .cart__items-wrapper + .cart__footer-wrapper) > .cart__footer-wrapper {
    align-self: start;
    position: sticky;
    top: 11.5rem;
  }

  .cart__items-wrapper .page-width,
  .cart__footer-wrapper .page-width {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .cart__items-wrapper cart-items,
  #main-cart-footer {
    background: transparent;
  }

  .cart__items-wrapper cart-items {
    padding-bottom: 5rem;
  }

  .cart__items-wrapper .title-wrapper-with-link {
    margin-bottom: 2.4rem;
  }

  .cart__items-wrapper .title--primary {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0;
  }

  .cart__footer-wrapper:last-child .cart__footer {
    padding-bottom: 4rem;
  }

  #main-cart-footer .cart__footer {
    display: block;
    padding-top: 3.6rem;
  }

  #main-cart-footer .cart__blocks {
    max-width: 42rem;
    padding: 3rem 0 0;
  }

  .cmi-cart-summary__heading {
    font-size: 2.4rem;
  }

  .cmi-free-shipping-progress--summary .cmi-free-shipping-progress__text,
  .cmi-free-shipping-progress--summary .cmi-free-shipping-progress__status,
  .cmi-cart-summary__label {
    font-size: 1.5rem;
  }

  .cmi-cart-summary__meta,
  .cmi-cart-summary__secure {
    font-size: 1.3rem;
  }

  .cmi-cart-summary__amount,
  .cmi-cart-shipping-summary strong {
    font-size: 1.8rem;
  }

  .cmi-cart-upsell-slot--desktop {
    display: block;
  }

  .cmi-cart-upsell-slot--mobile {
    display: none;
  }

  .cmi-cart-upsell {
    background: transparent;
    margin: 2.6rem 0 0;
    max-width: none;
    padding: 0;
  }

  .cmi-cart-upsell__header {
    margin: 0 0 0.9rem;
    max-width: none;
    padding: 0;
    text-align: right;
  }
}

  .cmi-cart-upsell__heading {
    font-size: 2.2rem;
  }

  .cmi-cart-upsell__subheading {
    font-size: 1.02rem;
  }

  .cmi-cart-upsell__track {
    direction: rtl;
    display: grid;
    gap: 2.4rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: center;
    margin: 0 auto;
    max-width: 110rem;
    overflow: visible;
    padding: 0;
  }

  .cmi-cart-upsell__card {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    min-height: 0;
  }

  .cmi-cart-upsell__card:nth-child(n + 3) {
    display: flex;
  }

  .cmi-cart-upsell__media {
    border-radius: 1.6rem;
    height: auto;
    width: 100%;
  }

  .cmi-cart-upsell__details {
    align-self: center;
    padding-top: 0;
  }

  .cmi-cart-upsell__title {
    font-size: 1.6rem;
    min-height: 4.2rem;
  }

  .cmi-cart-upsell__price {
    font-size: 1.5rem;
  }

  .cmi-cart-upsell__options {
    gap: 0.35rem;
    margin-top: 0.45rem;
  }

  .cmi-cart-upsell__option-label {
    font-size: 0.82rem;
  }

  .cmi-cart-upsell__select {
    font-size: 0.92rem;
    min-height: 2.45rem;
    padding: 0.35rem 0.75rem;
  }

  .cmi-cart-upsell__button {
    font-size: 0.98rem;
    margin-top: auto;
    min-height: 2.6rem;
    padding: 0.55rem 1rem;
    width: auto;
  }
}

@media screen and (max-width: 989px) {
  .cmi-cart-upsell__card {
    min-width: 0;
  }

  .cmi-cart-upsell__button {
    pointer-events: auto;
  }
}

@media screen and (max-width: 749px) {
  body:has(cart-items:not(.is-empty)) {
    padding-bottom: 8rem;
  }

  .cart__items-wrapper cart-items,
  #main-cart-footer {
    background: transparent;
  }

  .cart__items-wrapper .page-width,
  .cart__footer-wrapper .page-width {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .cart__items-wrapper .title-wrapper-with-link {
    align-items: center;
    margin-bottom: 1.8rem;
  }

  .cart__items-wrapper .title--primary {
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 0;
  }

  .cart__items-wrapper .underlined-link {
    display: none;
  }

  .cart__items {
    padding-bottom: 0;
  }

  #main-cart-footer .cart__footer {
    padding-top: 0;
  }

  .cmi-free-shipping-progress--summary .cmi-free-shipping-progress__text {
    font-weight: 500;
  }

  #main-cart-footer .cart__blocks {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }

  #main-cart-footer .cart__blocks > * + * {
    margin-top: 1.2rem;
  }

  .cmi-cart-summary__heading {
    font-size: 2.15rem;
    margin-bottom: 1.4rem;
  }

  .cmi-cart-summary__totals {
    margin-top: 1.5rem;
  }

  .cmi-cart-shipping-summary {
    margin-top: 1.1rem;
    padding-top: 1rem;
  }

  .cmi-cart-summary__label {
    font-size: 1.5rem;
  }

  .cmi-cart-summary__meta,
  .cmi-cart-summary__secure {
    font-size: 1.2rem;
  }

  .cmi-cart-summary__amount,
  .cmi-cart-shipping-summary strong {
    font-size: 1.7rem;
  }

  #main-cart-footer .cart__checkout-button {
    border-radius: 1.1rem;
    font-size: 1.7rem;
    min-height: 5.5rem;
  }

  .cmi-cart-summary__secure {
    margin-top: 0.7rem;
  }

  .cmi-sticky-checkout {
    align-items: center;
    appearance: none;
    background: #667256;
    border: 0;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    direction: rtl;
    display: flex;
    font-family: Rubik, var(--font-body-family);
    font-size: 1.65rem;
    font-weight: 600;
    height: 5.8rem;
    justify-content: space-between;
    left: 0;
    letter-spacing: 0;
    padding: 0 1.8rem;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 999;
  }

  .cmi-sticky-checkout:before,
  .cmi-sticky-checkout:after {
    content: none;
  }

  .cmi-cart-upsell-slot--desktop {
    display: none;
  }

  .cmi-cart-upsell-slot--mobile {
    display: block;
    width: 100%;
  }

  .cmi-cart-upsell {
    background: transparent;
    margin-top: 2.4rem;
    padding-top: 0;
  }

  .cmi-cart-upsell__header {
    margin: 0 0 1.2rem;
    max-width: none;
    padding: 0 1.5rem;
    text-align: right;
  }

  .cmi-cart-upsell__heading {
    font-size: 2.15rem;
  }

  .cmi-cart-upsell__track {
    column-gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1rem;
    row-gap: 2.8rem;
  }

  .cmi-cart-upsell__card {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  .cmi-cart-upsell__media {
    border-radius: 1.6rem;
    height: auto;
  }

  .cmi-cart-upsell__title {
    font-size: 1.6rem;
    line-height: 1.3;
    min-height: 4.2rem;
  }

  .cmi-cart-upsell__price {
    font-size: 1.5rem;
    margin-top: 0.6rem;
  }

  .cmi-cart-upsell__options {
    display: grid;
    gap: 0.45rem;
    grid-template-columns: 1fr;
    margin-top: 0.55rem;
  }

  .cmi-cart-upsell__option-label {
    font-size: 1rem;
  }

  .cmi-cart-upsell__select {
    border-radius: 0.8rem;
    font-size: 1.15rem;
    min-height: 3rem;
    padding: 0.35rem 0.75rem;
  }

  .cmi-cart-upsell__button {
    font-size: 1.15rem;
    margin-top: auto;
    min-height: 3rem;
    padding: 0.45rem 0.8rem;
  }
}

@media screen and (max-width: 389px) {
  .cmi-cart-upsell__track {
    column-gap: 2rem;
    row-gap: 2.8rem;
  }

  .cmi-cart-upsell__title {
    font-size: 1.6rem;
  }

  .cmi-cart-upsell__price {
    font-size: 1.5rem;
  }
}

/* Complete-look cards: one predictable card rhythm at every breakpoint. */
.cmi-cart-upsell {
  background: transparent;
  border-radius: 0;
  direction: rtl;
  margin: 2.4rem auto 0;
  max-width: 120rem;
  padding: 0;
}

.cmi-cart-upsell__header {
  margin: 0 0 2.2rem;
  max-width: none;
  padding: 0 1.6rem;
  text-align: right;
}

.cmi-cart-upsell__heading {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.25;
}

.cmi-cart-upsell__track {
  align-items: stretch;
  column-gap: 1.8rem;
  display: grid;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  grid-auto-rows: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0 1.6rem 0.4rem;
  place-items: start stretch;
  row-gap: 2.8rem;
}

.cmi-cart-upsell__card {
  align-items: stretch;
  align-self: start;
  display: flex;
  flex-direction: column;
  height: auto;
  inline-size: 100%;
  max-inline-size: none;
  min-width: 0;
  text-align: right;
  width: 100%;
}

.cmi-cart-upsell__media {
  aspect-ratio: 4 / 5;
  border-radius: 2rem;
  display: block;
  flex: 0 0 auto;
  height: auto;
  inline-size: 100%;
  max-inline-size: none;
  min-inline-size: 0;
  width: 100%;
}

.cmi-cart-upsell__media img,
.cmi-cart-upsell__placeholder {
  aspect-ratio: auto;
  display: block;
  height: 100%;
  inline-size: 100%;
  max-inline-size: none;
  min-inline-size: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.cmi-cart-upsell__details {
  align-self: stretch;
  flex: 0 0 auto;
  min-width: 0;
  width: 100%;
}

.cmi-cart-upsell__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #2b2b2b;
  display: -webkit-box;
  font-family: Rubik, var(--font-body-family);
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: initial;
  line-height: 1.4;
  margin: 1.2rem 0 0;
  min-height: 0;
  overflow: hidden;
  text-align: right;
}

.cmi-cart-upsell__price {
  color: rgba(43, 43, 43, 0.78);
  direction: ltr;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 0.45rem;
  min-height: 0;
  text-align: right;
  unicode-bidi: isolate;
}

.cmi-cart-upsell__price .price {
  direction: ltr;
  white-space: nowrap;
}

@media screen and (min-width: 990px) {
  .cmi-cart-upsell {
    margin-top: 3rem;
  }

  .cmi-cart-upsell__header {
    margin-bottom: 3rem;
    padding: 0;
  }

  .cmi-cart-upsell__heading {
    font-size: clamp(3rem, 2vw, 3.4rem);
  }

  .cmi-cart-upsell__track {
    column-gap: clamp(2.4rem, 2vw, 3.2rem);
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 120rem;
    overflow: visible;
    padding: 0;
    row-gap: clamp(3.6rem, 3vw, 4.4rem);
  }

  .cmi-cart-upsell__card {
    min-width: 0;
  }

  .cmi-cart-upsell__title {
    font-size: clamp(1.7rem, 1.2vw, 1.8rem);
  }
}

@media screen and (min-width: 1500px) {
  .cmi-cart-upsell__track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
