.areto-cart-page {
  --areto-cart-text: #111827;
  --areto-cart-muted: #707790;
  --areto-cart-line: #e7e8ee;
  --areto-cart-soft: #fbf8f6;
  --areto-cart-accent: #c67b5c;
  --areto-cart-accent-soft: #e6ddd8;
  --areto-cart-success: #047857;
  --areto-cart-success-bg: rgba(198, 123, 92, 0.12);
  color: var(--areto-cart-text);
  background: #ffffff;
  font-family: var(--FONT-STACK-BODY, "Stolzl", sans-serif);
  padding: 56px 0 72px;
}

body.woocommerce-cart .entry-header,
body.woocommerce-cart .entry-title,
body.woocommerce-cart .page-title,
body.woocommerce-checkout .entry-header,
body.woocommerce-checkout .entry-title,
body.woocommerce-checkout .page-title {
  display: none !important;
}

body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main {
  width: 100%;
  max-width: none;
  padding: 0;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon {
  display: none !important;
}

.areto-cart-page * {
  box-sizing: border-box;
}

.areto-cart-page__container {
  width: min(100%, 1520px);
  margin: 0 auto;
  padding: 0 28px;
}

.areto-cart-page__head {
  margin-bottom: 72px;
}

.areto-cart-page__head h1 {
  margin: 0;
  font-size: clamp(56px, 6vw, 74px);
  line-height: .98;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #2d2e4b;
}

.areto-cart-page__section-caption {
  margin-bottom: 24px;
}

.areto-cart-page__section-caption h2 {
  margin: 0;
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1.05;
  font-weight: 400;
  color: #1e2235;
}

.areto-cart-page__reservation {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px 20px;
  align-items: center;
  padding: 24px 30px 20px;
  margin-bottom: 34px;
  border-left: 4px solid var(--areto-cart-accent);
  background: linear-gradient(90deg, rgba(198, 123, 92, 0.1), rgba(246, 239, 235, 0.9));
}

.areto-cart-page__reservation-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--areto-cart-accent);
  color: #ffffff;
}

.areto-cart-page__reservation-icon svg {
  width: 26px;
  height: 26px;
}

.areto-cart-page__reservation-copy {
  min-width: 0;
}

.areto-cart-page__reservation-title,
.areto-cart-page__reservation-text {
  margin: 0;
}

.areto-cart-page__reservation-title {
  font-size: 19px;
  line-height: 1.45;
  color: #31364d;
}

.areto-cart-page__reservation-title strong {
  color: var(--areto-cart-accent);
  font-size: 21px;
}

.areto-cart-page__reservation-title-short,
.areto-checkout-ref__promo-label-short,
.areto-checkout-ref__progress-label-short {
  display: none;
}

.areto-cart-page__reservation-text {
  font-size: 15px;
  line-height: 1.55;
  color: var(--areto-cart-muted);
}

.areto-cart-page__reservation-bar {
  grid-column: 1 / -1;
  height: 8px;
  background: #dddfe5;
  overflow: hidden;
}

.areto-cart-page__reservation-bar span {
  display: block;
  height: 100%;
  background: var(--areto-cart-accent);
  transition: width 1s linear;
}

.areto-cart-page__layout {
  display: grid;
  gap: 28px;
  align-items: start;
}

.areto-cart-page__layout--items {
  grid-template-columns: minmax(0, 1.9fr) minmax(340px, 0.95fr);
}

.areto-cart-page__layout--checkout {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.84fr);
  margin-top: 42px;
}

.areto-cart-page__layout--checkout-has-suggested {
  grid-template-columns: minmax(0, 1.18fr) minmax(350px, 0.92fr) minmax(300px, 0.68fr);
}

.areto-cart-page__main,
.areto-cart-page__sidebar {
  display: grid;
  gap: 22px;
}

.areto-cart-page__items {
  display: grid;
  gap: 16px;
}

.areto-cart-page__item,
.areto-cart-page__coupon-box,
.areto-cart-page__summary,
.areto-cart-page__suggested,
.areto-cart-page__progress,
.areto-cart-page__empty,
.areto-cart-page__panel {
  border: 1px solid var(--areto-cart-line);
  background: #ffffff;
  border-radius: 0;
}

.areto-cart-page__item {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 26px;
  padding: 30px 34px;
}

.areto-cart-page__item-image,
.areto-cart-page__suggested-image {
  background: #fff;
}

.areto-cart-page__item-image img,
.areto-cart-page__suggested-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.areto-cart-page__item-body {
  display: grid;
  gap: 18px;
}

.areto-cart-page__item-top,
.areto-cart-page__item-bottom,
.areto-cart-page__summary-row,
.areto-cart-page__coupon-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.areto-cart-page__brand {
  display: block;
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #9ca3af;
}

.areto-cart-page__name,
.areto-cart-page__name a {
  margin: 0;
  color: var(--areto-cart-text);
  text-decoration: none;
  font-size: 18px;
  line-height: 1.42;
  font-weight: 400;
}

.areto-cart-page__meta,
.areto-cart-page__meta p,
.areto-cart-page__meta dl,
.areto-cart-page__meta dd {
  margin: 8px 0 0;
}

.areto-cart-page__meta,
.areto-cart-page__meta * {
  font-size: 12px;
  line-height: 1.6;
  color: var(--areto-cart-muted);
}

.areto-cart-page__meta dl {
  display: grid;
  gap: 2px;
}

.areto-cart-page__meta dt {
  float: left;
  clear: left;
  margin-right: 6px;
  font-weight: 500;
}

.areto-cart-page__meta dd p {
  margin: 0;
}

.areto-cart-page__remove .remove {
  color: #9ca3af;
  text-decoration: none;
  font-size: 40px;
  line-height: 1;
}

.areto-cart-page__remove .remove:hover {
  color: var(--areto-cart-text);
}

.areto-cart-page__qty .quantity {
  display: inline-flex;
  align-items: center;
}

.areto-cart-page__qty .input-text.qty {
  width: 108px;
  min-height: 58px;
  border: 1px solid #d1d5db;
  padding: 0 10px;
  text-align: center;
  border-radius: 8px;
  font-size: 21px;
}

.areto-cart-page__price,
.areto-cart-page__subtotal {
  text-align: right;
}

.areto-cart-page__price {
  font-size: 17px;
  line-height: 1.5;
  color: var(--areto-cart-muted);
}

.areto-cart-page__subtotal {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--areto-cart-text);
}

.areto-cart-page__coupon-box,
.areto-cart-page__summary,
.areto-cart-page__suggested,
.areto-cart-page__progress,
.areto-cart-page__empty,
.areto-cart-page__panel {
  padding: 30px 32px;
}

.areto-cart-page__coupon-box h2,
.areto-cart-page__summary h2,
.areto-cart-page__suggested h2,
.areto-cart-page__panel-head h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.16;
  font-weight: 500;
  color: #23253d;
}

.areto-cart-page__panel-head {
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
}

.areto-cart-page__panel-head p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--areto-cart-muted);
}

.areto-cart-page__coupon-row {
  align-items: stretch;
}

.areto-cart-page__coupon-row .input-text,
.areto-cart-page .woocommerce form .form-row input.input-text,
.areto-cart-page .woocommerce form .form-row select,
.areto-cart-page .woocommerce form .form-row textarea {
  width: 100%;
  min-height: 58px;
  border: 1px solid #d1d5db;
  padding: 14px 18px;
  background: #fff;
  color: var(--areto-cart-text);
  font-size: 17px;
  border-radius: 14px;
}

.areto-cart-page .woocommerce form .form-row textarea {
  min-height: 160px;
  resize: vertical;
}

.areto-cart-page .woocommerce form .form-row label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--areto-cart-text);
}

.areto-cart-page .woocommerce form .form-row {
  margin: 0 0 18px;
}

.areto-cart-page .woocommerce-billing-fields__field-wrapper,
.areto-cart-page .woocommerce-additional-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
}

.areto-cart-page .woocommerce-additional-fields__field-wrapper {
  grid-template-columns: minmax(0, 1fr);
}

.areto-cart-page .woocommerce form .form-row-first,
.areto-cart-page .woocommerce form .form-row-last,
.areto-cart-page .woocommerce form .form-row-wide {
  width: auto;
  float: none;
}

.areto-cart-page .woocommerce-billing-fields > h3,
.areto-cart-page .woocommerce-additional-fields > h3,
.areto-cart-page .woocommerce-checkout-payment h3,
.areto-cart-page .woocommerce-shipping-fields > h3,
.areto-cart-page__review-wrap .woocommerce-shipping-totals {
  display: none;
}

.areto-cart-page__coupon-note,
.areto-cart-page__continue {
  font-size: 14px;
  line-height: 1.7;
  color: var(--areto-cart-muted);
}

.areto-cart-page__coupon-note {
  margin: 12px 0 0;
}

.areto-cart-page__progress {
  background: #faf7f5;
}

.areto-cart-page__progress-head {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.areto-checkout-ref__progress-icon {
  display: none;
}

.areto-cart-page__progress-head strong {
  font-size: 19px;
  line-height: 1.5;
  font-weight: 600;
}

.areto-cart-page__progress-head span {
  font-size: 14px;
  line-height: 1.6;
  color: var(--areto-cart-muted);
}

.areto-cart-page__progress-track {
  height: 10px;
  background: #dddfe5;
  overflow: hidden;
}

.areto-cart-page__progress-track span {
  display: block;
  height: 100%;
  background: var(--areto-cart-accent);
}

.areto-cart-page__summary-rows {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
}

.areto-cart-page__summary-actions {
  display: grid;
  gap: 18px;
}

.areto-cart-page__summary-row {
  align-items: baseline;
  font-size: 16px;
  line-height: 1.6;
}

.areto-cart-page__summary-row span {
  color: var(--areto-cart-muted);
}

.areto-cart-page__summary-row strong {
  text-align: right;
  color: var(--areto-cart-text);
  font-weight: 500;
}

.areto-cart-page__summary-row--discount strong {
  color: var(--areto-cart-success);
}

.areto-cart-page__summary-row--total {
  padding-top: 16px;
  border-top: 1px solid var(--areto-cart-line);
}

.areto-cart-page__summary-row--total span,
.areto-cart-page__summary-row--total strong {
  font-size: 32px;
  line-height: 1.2;
  color: var(--areto-cart-text);
}

.areto-cart-page__button,
.areto-cart-page .woocommerce-checkout-payment #place_order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 0 22px;
  border: 0;
  background: var(--areto-cart-accent-soft);
  color: #625650;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  transition: opacity .2s ease;
  box-shadow: none;
}

.areto-cart-page__button:hover,
.areto-cart-page .woocommerce-checkout-payment #place_order:hover {
  opacity: 0.92;
  color: #625650;
  background: var(--areto-cart-accent-soft);
}

.areto-cart-page__button--secondary {
  width: auto;
  border: 1px solid var(--areto-cart-line);
  background: #ffffff;
  color: var(--areto-cart-text);
  min-width: 168px;
}

.areto-cart-page__button--secondary:hover {
  color: var(--areto-cart-text);
  background: #ffffff;
}

.areto-cart-page__continue {
  display: inline-block;
  margin-top: 14px;
  text-decoration: none;
}

.areto-cart-page__continue:hover {
  color: var(--areto-cart-text);
}

.areto-cart-page__suggested-list {
  display: grid;
  gap: 16px;
}

.areto-cart-page__suggested-list--wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.areto-cart-page__suggested-list--sidebar {
  grid-template-columns: minmax(0, 1fr);
}

.areto-cart-page__suggested-item {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 16px;
  text-decoration: none;
  color: inherit;
}

.areto-cart-page__suggested-copy {
  min-width: 0;
}

.areto-cart-page__suggested-name {
  display: block;
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--areto-cart-text);
}

.areto-cart-page__suggested-price {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: var(--areto-cart-text);
}

.areto-cart-page__suggested-price .woocommerce-Price-amount {
  font-weight: 600;
}

.areto-cart-page__suggested--wide {
  margin-top: 28px;
  display: block;
  width: 100%;
  clear: both;
  grid-column: 1 / -1;
}

.areto-cart-page__suggested--sidebar {
  padding: 22px 20px;
}

.areto-cart-page__suggested--sidebar h2 {
  margin-bottom: 16px;
}

.areto-cart-page__sidebar--suggested .areto-cart-page__suggested-item {
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.areto-cart-page__sidebar--suggested .areto-cart-page__suggested-image {
  background: #f8f8f8;
}

.areto-cart-page__sidebar--suggested .areto-cart-page__suggested-name,
.areto-cart-page__sidebar--suggested .areto-cart-page__suggested-price,
.areto-cart-page__sidebar--suggested .areto-cart-page__brand {
  font-size: 12px;
  line-height: 1.45;
}

.areto-cart-page__empty {
  display: grid;
  gap: 16px;
  justify-items: center;
  text-align: center;
}

.areto-cart-page__empty p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--areto-cart-muted);
}

.areto-cart-page__shipping-groups {
  display: grid;
  gap: 18px;
}

.areto-cart-page__shipping-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.areto-cart-page__shipping-card {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 170px;
  padding: 24px 22px;
  border: 1px solid var(--areto-cart-line);
  background: #fff;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.areto-cart-page__shipping-card input.shipping_method {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.areto-cart-page__shipping-card:hover,
.areto-cart-page__shipping-card.is-active,
.areto-cart-page__shipping-card:has(.shipping_method:checked) {
  border-color: var(--areto-cart-accent);
  background: rgba(230, 221, 216, 0.4);
}

.areto-cart-page__shipping-card--pickup {
  border-color: rgba(198, 123, 92, 0.35);
}

.areto-cart-page__shipping-card--pickup:hover,
.areto-cart-page__shipping-card--pickup.is-active,
.areto-cart-page__shipping-card--pickup:has(.shipping_method:checked) {
  background: linear-gradient(180deg, rgba(198, 123, 92, 0.14), rgba(230, 221, 216, 0.45));
  box-shadow: inset 0 0 0 1px rgba(198, 123, 92, 0.16);
}

.areto-cart-page__shipping-card-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f5f5f4;
  color: #625650;
  overflow: hidden;
}

.areto-cart-page__shipping-card-icon svg {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px;
  min-height: 22px;
  max-width: 22px;
  max-height: 22px;
  display: block;
  flex: 0 0 22px;
}

.areto-cart-page__shipping-card-copy {
  display: grid;
  gap: 6px;
}

.areto-cart-page__shipping-card-copy strong {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.areto-cart-page__shipping-card-copy small {
  font-size: 14px;
  line-height: 1.6;
  color: var(--areto-cart-muted);
}

.areto-cart-page__shipping-card-price {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  text-align: right;
}

.areto-cart-page__pickup-accent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  margin-top: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(198, 123, 92, 0.35);
  background: linear-gradient(90deg, rgba(198, 123, 92, 0.12), rgba(230, 221, 216, 0.42));
}

.areto-cart-page__pickup-accent-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: #625650;
  overflow: hidden;
}

.areto-cart-page__pickup-accent-icon svg {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px;
  min-height: 22px;
  max-width: 22px;
  max-height: 22px;
  display: block;
  flex: 0 0 22px;
}

.areto-cart-page__pickup-accent strong,
.areto-cart-page__pickup-accent p {
  margin: 0;
}

.areto-cart-page__pickup-accent p {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.7;
  color: #625650;
}

.areto-cart-page__pickup-locations {
  display: grid;
  gap: 10px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.areto-cart-page__pickup-locations li {
  display: grid;
  gap: 2px;
}

.areto-cart-page__pickup-locations span {
  font-size: 12px;
  line-height: 1.6;
  color: var(--areto-cart-muted);
}

.areto-cart-page__mrkv-fields {
  margin-top: 20px;
}

.areto-cart-page__shipping-empty {
  padding: 16px;
  border: 1px dashed var(--areto-cart-line);
  color: var(--areto-cart-muted);
  font-size: 13px;
  line-height: 1.6;
}

.areto-cart-page__review-wrap .woocommerce-checkout-payment {
  padding-top: 22px;
  border-top: 0;
  background: transparent !important;
}

.areto-cart-page__review-wrap .wc_payment_methods {
  display: grid;
  gap: 14px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.areto-cart-page__review-wrap .wc_payment_method {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--areto-cart-line);
  background: #ffffff;
}

.areto-cart-page__review-wrap #payment,
.areto-cart-page__review-wrap #payment ul.payment_methods,
.areto-cart-page__review-wrap #payment .payment_box,
.areto-cart-page__review-wrap #payment div.form-row,
.areto-cart-page__review-wrap #payment .place-order {
  background: transparent !important;
  box-shadow: none !important;
}

.areto-cart-page__review-wrap #payment {
  border: 0 !important;
}

.areto-cart-page__review-wrap .wc_payment_method > label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
}

.areto-cart-page__review-wrap .payment_box {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--areto-cart-muted);
  background: #f7eef7;
  padding: 18px 16px;
  border: 1px solid #eadbea;
}

.areto-cart-page__review-wrap .payment_box p {
  margin: 0 0 12px;
}

.areto-cart-page__review-wrap .payment_box p:last-child {
  margin-bottom: 0;
}

.areto-cart-page__review-wrap .payment_box img,
.areto-cart-page__review-wrap .wc_payment_method label img {
  max-width: 120px !important;
  width: auto !important;
  height: auto !important;
  display: inline-block;
  vertical-align: middle;
  float: none !important;
}

.areto-cart-page__review-wrap .wc_payment_method label img {
  margin-left: auto;
}

.areto-cart-page__review-wrap .form-row.place-order {
  margin-top: 16px;
  padding: 0 !important;
}

.areto-cart-page__review-wrap .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 14px;
}

.areto-cart-page__review-wrap .woocommerce-terms-and-conditions-wrapper,
.areto-cart-page__review-wrap .woocommerce-privacy-policy-text,
.areto-cart-page__review-wrap .woocommerce-form__label-for-checkbox,
.areto-cart-page__review-wrap .woocommerce-terms-and-conditions-wrapper * {
  font-size: 13px;
  line-height: 1.7;
  color: var(--areto-cart-muted);
}

.areto-cart-page__review-wrap .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.areto-cart-page__review-wrap .woocommerce-form__input-checkbox {
  margin-top: 3px;
}

.areto-cart-page__review-wrap .woocommerce-checkout-payment .form-row.place-order {
  display: grid;
  gap: 14px;
}

.areto-cart-page__review-wrap .woocommerce-checkout-payment #place_order {
  margin-top: 4px;
}

.areto-cart-page__review-wrap .blockOverlay {
  background: rgba(255, 255, 255, 0.68) !important;
}

.areto-cart-page__zone {
  margin: 26px 0 34px;
  border-top: 3px solid #ff5fc9;
  border-bottom: 3px solid #ff5fc9;
}

.areto-cart-page__zone-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 10px;
}

.areto-cart-page__zone-icon {
  width: 22px;
  height: 22px;
  color: #ff5fc9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.areto-cart-page__zone-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.areto-cart-page__zone-inner p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  color: #50556d;
}

.areto-cart-review {
  display: grid;
  gap: 24px;
}

.areto-cart-review__items {
  display: grid;
  gap: 18px;
}

.areto-cart-review__item {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.areto-cart-review__item-thumb {
  border: 1px solid var(--areto-cart-line);
  background: #fff;
  padding: 8px;
}

.areto-cart-review__item-thumb img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.areto-cart-review__item-copy {
  min-width: 0;
}

.areto-cart-review__brand {
  margin: 0 0 6px;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #a3a8bd;
}

.areto-cart-review__name,
.areto-cart-review__price,
.areto-cart-review__qty {
  font-size: 14px;
  line-height: 1.55;
  color: #202338;
}

.areto-cart-review__price {
  font-weight: 500;
}

.areto-cart-review__meta,
.areto-cart-review__meta * {
  font-size: 12px;
  line-height: 1.6;
  color: var(--areto-cart-muted);
}

.areto-cart-review__totals {
  display: grid;
  gap: 18px;
}

.areto-cart-review__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.areto-cart-review__row span,
.areto-cart-review__row strong {
  font-size: 17px;
  line-height: 1.5;
  color: #202338;
}

.areto-cart-review__row strong {
  font-weight: 600;
  text-align: right;
}

.areto-cart-review__shipping-note {
  padding: 22px 20px;
  background: #f8ebf6;
  border: 1px solid #f0d9e8;
}

.areto-cart-review__shipping-title,
.areto-cart-review__shipping-text,
.areto-cart-review__shipping-foot {
  margin: 0;
}

.areto-cart-review__shipping-title {
  color: #ff6b00;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.areto-cart-review__shipping-text,
.areto-cart-review__shipping-foot {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.75;
  color: #6e728a;
}

.areto-cart-review__shipping-progress {
  margin-top: 14px;
  height: 10px;
  background: #ffffff;
  overflow: hidden;
}

.areto-cart-review__shipping-progress span {
  display: block;
  height: 100%;
  background: #ffb000;
}

.areto-cart-review__row--total {
  padding-top: 8px;
  align-items: center;
}

.areto-cart-review__row--total span,
.areto-cart-review__row--total strong {
  font-size: 21px;
  font-weight: 700;
}

.areto-cart-page .woocommerce-notices-wrapper {
  width: min(100%, 1520px);
  margin: 0 auto 20px;
  padding: 0 28px;
}

.areto-cart-page .woocommerce-message,
.areto-cart-page .woocommerce-error,
.areto-cart-page .woocommerce-info {
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  .areto-cart-page__layout--items,
  .areto-cart-page__layout--checkout {
    grid-template-columns: minmax(0, 1fr);
  }

  .areto-cart-page__sidebar {
    order: -1;
  }

  .areto-cart-page__suggested-list--wide,
  .areto-cart-page__suggested-list--sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .areto-cart-page {
    padding: 24px 0 44px;
  }

  .areto-cart-page__item {
    grid-template-columns: minmax(0, 1fr);
  }

  .areto-cart-page__item-image {
    width: 112px;
  }

  .areto-cart-page__item-bottom,
  .areto-cart-page__coupon-row,
  .areto-cart-page__shipping-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .areto-cart-page__prices {
    width: 100%;
  }

  .areto-cart-page__price,
  .areto-cart-page__subtotal,
  .areto-cart-page__shipping-card-price {
    text-align: left;
  }

  .areto-cart-page .woocommerce-billing-fields__field-wrapper,
  .areto-cart-page__shipping-methods,
  .areto-cart-page__suggested-list--wide,
  .areto-cart-page__suggested-list--sidebar {
    grid-template-columns: minmax(0, 1fr);
  }

  .areto-cart-page__pickup-accent {
    grid-template-columns: minmax(0, 1fr);
  }
}

.areto-checkout-ref__cart-form {
  margin-bottom: 34px;
}

.areto-checkout-ref__cart-update-form {
  display: none;
}

.areto-checkout-ref__page-head {
  margin-bottom: 24px;
}

.areto-checkout-ref__page-head h1 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0;
  color: #111827;
}

.areto-checkout-ref__reservation {
  margin-bottom: 24px;
}

.areto-checkout-ref__archive-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(300px, .95fr);
  gap: 32px;
  align-items: start;
}

.areto-checkout-ref__archive-main,
.areto-checkout-ref__archive-side {
  min-width: 0;
  display: grid;
  gap: 24px;
}

.areto-checkout-ref__archive-side {
  position: sticky;
  top: 24px;
}

.areto-checkout-ref__section-head {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.areto-checkout-ref__section-head h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 500;
}

.areto-checkout-ref__section-head p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color: var(--areto-cart-muted);
}

.areto-checkout-ref__items-panel {
  display: grid;
  gap: 16px;
}

.areto-checkout-ref__items-list {
  display: grid;
  gap: 16px;
}

.areto-checkout-ref__item-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--areto-cart-line);
  background: #fff;
}

.areto-checkout-ref__item-thumb {
  background: #fafafa;
}

.areto-checkout-ref__item-thumb img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.areto-checkout-ref__item-content {
  display: grid;
  gap: 14px;
}

.areto-checkout-ref__item-top,
.areto-checkout-ref__item-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.areto-checkout-ref__item-brand {
  margin: 0 0 4px;
  font-size: 11px;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: #9ca3af;
}

.areto-checkout-ref__item-name,
.areto-checkout-ref__item-name a {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  color: #111827;
  text-decoration: none;
}

.areto-checkout-ref__item-meta,
.areto-checkout-ref__item-meta * {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--areto-cart-muted);
}

.areto-checkout-ref__item-remove .remove {
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
}

.areto-checkout-ref__qty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.areto-checkout-ref__qty-button {
  width: 32px;
  height: 32px;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #111827;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.areto-checkout-ref__qty-input {
  width: 58px;
  min-height: 32px;
  border: 1px solid #d1d5db;
  border-radius: 0;
  text-align: center;
  padding: 0 6px;
}

.areto-checkout-ref__item-price {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
  color: #111827;
}

.areto-checkout-ref__panel {
  padding: 20px;
}

.areto-checkout-ref__panel-note {
  margin: -4px 0 16px;
  color: var(--areto-cart-muted);
  font-size: 14px;
  line-height: 1.5;
}

.areto-checkout-ref .woocommerce-billing-fields__field-wrapper,
.areto-checkout-ref .woocommerce-additional-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.areto-checkout-ref .woocommerce-additional-fields__field-wrapper {
  grid-template-columns: minmax(0, 1fr);
}

.areto-checkout-ref .woocommerce form .form-row {
  margin: 0;
}

.areto-checkout-ref form.woocommerce-checkout .form-row {
  margin: 0;
}

.areto-checkout-ref .woocommerce form .form-row input.input-text,
.areto-checkout-ref .woocommerce form .form-row textarea,
.areto-checkout-ref .woocommerce form .form-row select,
.areto-checkout-ref form.woocommerce-checkout .form-row input.input-text,
.areto-checkout-ref form.woocommerce-checkout .form-row textarea,
.areto-checkout-ref form.woocommerce-checkout .form-row select,
.areto-checkout-ref .areto-cart-page__coupon-row .input-text {
  min-height: 44px;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 1.45;
}

.areto-checkout-ref .woocommerce form .form-row textarea {
  min-height: 120px;
}

.areto-checkout-ref form.woocommerce-checkout .form-row textarea {
  min-height: 120px;
}

.areto-checkout-ref .areto-cart-page__summary,
.areto-checkout-ref .areto-cart-page__progress {
  padding: 18px 20px;
}

.areto-checkout-ref .areto-cart-page__summary h2,
.areto-checkout-ref .areto-cart-page__suggested h2 {
  font-size: 16px;
  line-height: 1.3;
}

.areto-checkout-ref .areto-cart-page__summary-rows {
  gap: 10px;
  margin-bottom: 14px;
}

.areto-checkout-ref .areto-cart-page__summary-row {
  font-size: 13px;
}

.areto-checkout-ref .areto-cart-page__summary-row--total strong,
.areto-checkout-ref .areto-cart-page__summary-row--total span {
  font-size: 16px;
}

.areto-checkout-ref .areto-cart-page__shipping-methods {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.areto-checkout-ref .areto-checkout-ref__shipping-card {
  min-height: 130px;
  padding: 16px;
  grid-template-columns: 36px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: start;
}

.areto-checkout-ref .areto-cart-page__shipping-card-icon {
  width: 32px;
  height: 32px;
  grid-row: 1 / span 2;
}

.areto-checkout-ref .areto-cart-page__shipping-card-icon svg {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px;
  min-height: 16px;
}

.areto-checkout-ref .areto-cart-page__shipping-card-copy {
  gap: 3px;
}

.areto-checkout-ref .areto-cart-page__shipping-card-copy strong {
  font-size: 13px;
  line-height: 1.35;
}

.areto-checkout-ref .areto-cart-page__shipping-card-copy small {
  font-size: 11px;
  line-height: 1.45;
}

.areto-checkout-ref .areto-cart-page__shipping-card-price {
  grid-column: 2;
  text-align: left;
  font-size: 11px;
  font-weight: 500;
}

.areto-checkout-ref__pickup-accent {
  margin-top: 12px;
  padding: 14px 16px;
}

.areto-checkout-ref__delivery-city,
.areto-checkout-ref__np-location,
.areto-checkout-ref__courier-address {
  position: relative;
  margin-top: 16px;
}

.areto-checkout-ref__delivery-city[hidden],
.areto-checkout-ref__np-location[hidden],
.areto-checkout-ref__courier-address[hidden],
.areto-checkout-ref__pickup-list[hidden],
.areto-checkout-ref__payment-option[hidden] {
  display: none !important;
}

.areto-checkout-ref__delivery-city label,
.areto-checkout-ref__np-location label,
.areto-checkout-ref__courier-address label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
  color: #111827;
}

.areto-checkout-ref__np-autocomplete {
  position: relative;
}

.areto-checkout-ref__delivery-city input,
.areto-checkout-ref__np-location input,
.areto-checkout-ref__courier-address input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid var(--areto-cart-line);
  border-radius: 16px;
  background: #fff;
  color: var(--areto-cart-text);
  font-size: 15px;
  line-height: 1.4;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.areto-checkout-ref__delivery-city input:focus,
.areto-checkout-ref__np-location input:focus,
.areto-checkout-ref__courier-address input:focus {
  border-color: rgba(160, 123, 96, .7);
  box-shadow: 0 0 0 4px rgba(160, 123, 96, .11);
}

.areto-checkout-ref__np-location small {
  display: block;
  margin-top: 8px;
  color: var(--areto-cart-muted);
  font-size: 12px;
  line-height: 1.45;
}

.areto-checkout-ref__np-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 25;
  max-height: 280px;
  overflow: auto;
  padding: 8px;
  border: 1px solid rgba(160, 123, 96, .2);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(54, 43, 35, .13);
}

.areto-checkout-ref__np-suggestions[hidden] {
  display: none !important;
}

.areto-checkout-ref__np-suggestion {
  display: grid;
  gap: 4px;
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--areto-cart-text);
  text-align: left;
  cursor: pointer;
}

.areto-checkout-ref__np-suggestion:hover,
.areto-checkout-ref__np-suggestion:focus {
  background: #f7f1ed;
}

.areto-checkout-ref__np-suggestion strong {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.areto-checkout-ref__np-suggestion small,
.areto-checkout-ref__np-empty {
  color: var(--areto-cart-muted);
  font-size: 12px;
  line-height: 1.45;
}

.areto-checkout-ref__np-empty {
  padding: 12px 14px;
}

.areto-checkout-ref__pickup-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.areto-checkout-ref__pickup-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--areto-cart-line);
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease;
}

.areto-checkout-ref__pickup-option:has(input:checked) {
  border-color: var(--areto-cart-accent);
  background: rgba(230, 221, 216, 0.24);
}

.areto-checkout-ref__pickup-option input {
  margin-top: 3px;
}

.areto-checkout-ref__pickup-copy strong,
.areto-checkout-ref__pickup-copy small {
  display: block;
}

.areto-checkout-ref__pickup-copy strong {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  color: #111827;
}

.areto-checkout-ref__pickup-copy small {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--areto-cart-muted);
}

.areto-checkout-ref__payment-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.areto-checkout-ref__payment-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 112px;
  padding: 16px;
  border: 1px solid var(--areto-cart-line);
  border-radius: 18px;
  background: #fff;
  color: var(--areto-cart-text);
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.areto-checkout-ref__payment-option:hover,
.areto-checkout-ref__payment-option.is-active,
.areto-checkout-ref__payment-option:has(input:checked) {
  border-color: rgba(160, 123, 96, .58);
  background: rgba(230, 221, 216, .22);
  box-shadow: 0 14px 34px rgba(54, 43, 35, .06);
}

.areto-checkout-ref__payment-option input {
  margin-top: 3px;
  accent-color: var(--areto-cart-accent);
}

.areto-checkout-ref__payment-copy strong,
.areto-checkout-ref__payment-copy small {
  display: block;
}

.areto-checkout-ref__payment-copy strong {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
}

.areto-checkout-ref__payment-copy small {
  margin-top: 6px;
  color: var(--areto-cart-muted);
  font-size: 12px;
  line-height: 1.45;
}

.areto-checkout-ref__mrkv {
  margin-top: 14px;
}

.areto-checkout-ref__mrkv .mrkv_ua_shipping_checkout_fields {
  margin-top: 14px;
}

.areto-checkout-ref__mrkv .mrkv_ua_shipping_checkout_fields > div {
  display: grid;
  gap: 12px;
}

.areto-checkout-ref__mrkv .form-row,
.areto-checkout-ref__mrkv p.form-row {
  margin: 0;
}

.areto-checkout-ref__mrkv label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.4;
  color: var(--areto-cart-text);
}

.areto-checkout-ref__options {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.areto-checkout-ref__option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid var(--areto-cart-line);
  background: #fff;
}

.areto-checkout-ref__option.is-disabled {
  opacity: .55;
}

.areto-checkout-ref__option input {
  margin: 0;
}

.areto-checkout-ref__option-copy strong,
.areto-checkout-ref__option-copy small {
  display: block;
}

.areto-checkout-ref__option-copy strong {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}

.areto-checkout-ref__option-copy small {
  margin-top: 3px;
  font-size: 11px;
  line-height: 1.45;
  color: var(--areto-cart-muted);
}

.areto-checkout-ref__option-price {
  font-size: 12px;
  font-weight: 600;
}

.areto-checkout-ref__option-price--free {
  color: #1d8f4c;
}

.areto-checkout-ref__promo {
  margin-top: 12px;
  border: 1px solid var(--areto-cart-line);
  padding: 16px;
  background: #fff;
}

.areto-checkout-ref__promo-toggle {
  padding: 0;
  border: 0;
  background: transparent;
  color: #111827;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  cursor: pointer;
}

.areto-checkout-ref__promo-plus {
  display: inline-flex;
  margin-right: 4px;
}

.areto-checkout-ref__promo-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin-top: 14px;
}

.areto-checkout-ref__extras {
  gap: 0;
}

.areto-checkout-ref__review-panel,
.areto-checkout-ref__progress,
.areto-checkout-ref__suggested {
  position: static;
}

.areto-checkout-ref .areto-cart-review {
  gap: 18px;
}

.areto-checkout-ref .areto-cart-review__items {
  gap: 14px;
}

.areto-checkout-ref .areto-cart-review__item {
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
}

.areto-checkout-ref .areto-cart-review__brand {
  font-size: 10px;
  margin-bottom: 3px;
}

.areto-checkout-ref .areto-cart-review__name,
.areto-checkout-ref .areto-cart-review__price,
.areto-checkout-ref .areto-cart-review__qty {
  font-size: 12px;
  line-height: 1.45;
}

.areto-checkout-ref .areto-cart-review__row span,
.areto-checkout-ref .areto-cart-review__row strong {
  font-size: 13px;
}

.areto-checkout-ref .areto-cart-review__row--total span,
.areto-checkout-ref .areto-cart-review__row--total strong {
  font-size: 16px;
}

.areto-checkout-ref .areto-cart-review__shipping-note {
  padding: 14px;
}

.areto-checkout-ref .areto-cart-review__shipping-title {
  font-size: 13px;
}

.areto-checkout-ref .areto-cart-review__shipping-text,
.areto-checkout-ref .areto-cart-review__shipping-foot {
  font-size: 11px;
}

.areto-checkout-ref .areto-cart-page__review-wrap .wc_payment_method > label {
  font-size: 13px;
}

.areto-checkout-ref .areto-cart-page__review-wrap .payment_box {
  padding: 14px;
  font-size: 12px;
}

.areto-checkout-ref .areto-cart-page__review-wrap .payment_box img,
.areto-checkout-ref .areto-cart-page__review-wrap .wc_payment_method label img {
  max-width: 94px !important;
}

.areto-checkout-ref .areto-cart-page__review-wrap .woocommerce-checkout-payment #place_order {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  background: #e6ddd8;
  color: #625650;
  font-size: 13px;
  font-weight: 600;
}

.areto-checkout-ref__suggested {
  padding: 24px 18px 22px;
}

.areto-checkout-ref__suggested h2 {
  margin: 0 0 18px;
}

.areto-checkout-ref .areto-cart-page__suggested-list--sidebar {
  display: grid;
  gap: 16px;
}

.areto-checkout-ref .areto-cart-page__suggested-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  text-decoration: none;
}

.areto-checkout-ref .areto-cart-page__suggested-name,
.areto-checkout-ref .areto-cart-page__suggested-price,
.areto-checkout-ref .areto-cart-page__suggested-item .areto-cart-page__brand {
  font-size: 11px;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .areto-checkout-ref__archive-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 860px) {
	  .areto-checkout-ref__archive-grid,
	  .areto-checkout-ref .areto-cart-page__shipping-methods,
	  .areto-checkout-ref__payment-options,
	  .areto-checkout-ref .woocommerce-billing-fields__field-wrapper {
	    grid-template-columns: minmax(0, 1fr);
	  }

  .areto-checkout-ref__item-card {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .areto-checkout-ref__item-bottom,
  .areto-checkout-ref__promo-form {
    grid-template-columns: minmax(0, 1fr);
    display: grid;
  }

  .areto-checkout-ref__archive-side {
    position: static;
  }
}

@media (max-width: 640px) {
  .areto-checkout-ref__page-head {
    display: none;
  }

  .areto-checkout-ref__reservation {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 9px 10px;
    align-items: center;
    padding: 10px 12px 9px;
    margin-bottom: 12px;
    border-left-width: 3px;
    border-radius: 16px;
  }

  .areto-checkout-ref__reservation .areto-cart-page__reservation-icon {
    width: 34px;
    height: 34px;
  }

  .areto-checkout-ref__reservation .areto-cart-page__reservation-icon svg {
    width: 17px;
    height: 17px;
  }

  .areto-checkout-ref__reservation .areto-cart-page__reservation-title {
    font-size: 13px;
    line-height: 1.25;
  }

  .areto-checkout-ref__reservation .areto-cart-page__reservation-title strong {
    font-size: 14px;
  }

  .areto-cart-page__reservation-title-full,
  .areto-checkout-ref__reservation .areto-cart-page__reservation-text,
  .areto-checkout-ref__promo-label-full,
  .areto-checkout-ref__progress-label-full {
    display: none;
  }

  .areto-cart-page__reservation-title-short,
  .areto-checkout-ref__promo-label-short,
  .areto-checkout-ref__progress-label-short {
    display: inline;
  }

  .areto-checkout-ref__reservation .areto-cart-page__reservation-bar {
    height: 3px;
    border-radius: 999px;
  }

  .areto-checkout-ref__progress {
    padding: 12px 14px;
    border-radius: 18px;
  }

  .areto-checkout-ref__progress .areto-cart-page__progress-head {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 1px 10px;
    align-items: center;
    margin-bottom: 9px;
  }

  .areto-checkout-ref__progress-icon {
    grid-row: 1 / 3;
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #fff;
    color: var(--areto-cart-accent);
    box-shadow: inset 0 0 0 1px rgba(98, 86, 80, .12);
  }

  .areto-checkout-ref__progress-icon svg {
    width: 18px;
    height: 18px;
  }

  .areto-checkout-ref__progress .areto-cart-page__progress-head strong {
    font-size: 13px;
    line-height: 1.25;
  }

  .areto-checkout-ref__progress .areto-cart-page__progress-head span:not(.areto-checkout-ref__progress-icon) {
    font-size: 11px;
    line-height: 1.3;
  }

  .areto-checkout-ref__progress .areto-cart-page__progress-track {
    height: 4px;
    border-radius: 999px;
  }

  .areto-checkout-ref__promo {
    margin-top: 8px;
    padding: 11px 12px;
    border-radius: 16px;
  }

  .areto-checkout-ref__promo-toggle {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    line-height: 1.25;
  }

  .areto-checkout-ref__promo-form {
    grid-template-columns: minmax(0, 1fr) 98px;
    gap: 8px;
    margin-top: 10px;
  }

  .areto-checkout-ref__promo-form .input-text {
    min-width: 0;
    height: 42px;
    padding: 0 11px;
    font-size: 13px;
  }

  .areto-checkout-ref__promo-form .areto-cart-page__button {
    min-height: 42px;
    padding: 0 10px;
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  .areto-checkout-ref__promo-form {
    grid-template-columns: minmax(0, 1fr);
  }
}

.areto-checkout-ref__hidden-checkout,
.areto-checkout-ref__woo-delivery-hidden {
  display: none !important;
}

.areto-checkout-ref__delivery-tab {
  display: grid;
  gap: 10px;
  justify-items: center;
  align-content: center;
  min-height: 78px;
  padding: 14px 12px;
  border: 1px solid #d9dee8;
  background: #fff;
  color: #4b5563;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.areto-checkout-ref__delivery-tab.is-active {
  border-color: #c67b5c;
  background: #e6ddd8;
  color: #625650;
}

.areto-checkout-ref__delivery-tab-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.areto-checkout-ref__delivery-tab-icon svg {
  width: 18px !important;
  height: 18px !important;
}

.areto-checkout-ref__delivery-tab-label {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}

.areto-checkout-ref__summary-panel {
  padding: 22px 24px;
}

.areto-checkout-ref__summary-lines {
  display: grid;
  gap: 14px;
}

.areto-checkout-ref__summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #374151;
}

.areto-checkout-ref__summary-line strong {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: #111827;
}

.areto-checkout-ref__summary-line--discount span,
.areto-checkout-ref__summary-line--discount strong {
  color: #16a34a;
}

.areto-checkout-ref__summary-line--total {
  padding-top: 18px;
  margin-top: 4px;
  border-top: 1px solid #e5e7eb;
}

.areto-checkout-ref__summary-line--total span {
  font-size: 18px;
  font-weight: 500;
  color: #111827;
}

.areto-checkout-ref__summary-line--total strong {
  font-size: 26px;
  line-height: 1.2;
}

.areto-checkout-ref__summary-actions {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.areto-checkout-ref__checkout-button,
.areto-checkout-ref__apple-button {
  min-height: 44px;
  border-radius: 6px;
  border: 0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  cursor: pointer;
}

.areto-checkout-ref__checkout-button {
  background: #e6ddd8;
  color: #625650;
}

.areto-checkout-ref__apple-button {
  background: #000;
  color: #fff;
}

.areto-checkout-ref__summary-note {
  margin: 18px 0 0;
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
  color: #6b7280;
}
