/* Hominora 0.7.146 — canonical classic cart and checkout. */
body.hmr-commerce-clean {
  --hmr-commerce-bg: #f6f2ec;
  --hmr-commerce-card: #ffffff;
  --hmr-commerce-ink: #211b16;
  --hmr-commerce-muted: #7d736a;
  --hmr-commerce-line: #e8ddd0;
  --hmr-commerce-gold: #c58b42;
  --hmr-commerce-gold-dark: #a66d29;
  --hmr-commerce-dark: #171411;
  --hmr-commerce-success: #23865f;
  --hmr-commerce-danger: #b84452;
  background: var(--hmr-commerce-bg);
}

body.hmr-commerce-clean *,
body.hmr-commerce-clean *::before,
body.hmr-commerce-clean *::after {
  box-sizing: border-box;
}

body.hmr-commerce-clean .hmr-page--commerce {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: visible;
}

body.hmr-commerce-clean .hmr-purchase-shell {
  width: 100%;
  padding: 34px 0 88px;
  color: var(--hmr-commerce-ink);
  font-size: 15px;
  line-height: 1.85;
}

body.hmr-commerce-clean .hmr-purchase-shell > .hmr-container,
body.hmr-commerce-clean .hmr-checkout-experience__inner {
  width: min(calc(100% - 48px), 1360px);
  max-width: 1360px;
  margin-inline: auto;
}

body.hmr-commerce-clean .hmr-icon {
  display: block;
  width: 20px;
  height: 20px;
}

body.hmr-commerce-clean .woocommerce-notices-wrapper {
  width: min(calc(100% - 48px), 1360px);
  margin: 18px auto 0;
}

body.hmr-commerce-clean .woocommerce-message,
body.hmr-commerce-clean .woocommerce-info,
body.hmr-commerce-clean .woocommerce-error {
  margin: 0 0 16px;
  padding: 14px 18px;
  border: 1px solid var(--hmr-commerce-line);
  border-radius: 16px;
  background: #fff;
  color: var(--hmr-commerce-ink);
  font-size: 14px;
  line-height: 1.9;
  list-style: none;
}

/* Purchase journey */
body.hmr-commerce-clean .hmr-purchase-steps {
  width: 100%;
  margin-top: 28px;
  direction: rtl;
}

body.hmr-commerce-clean .hmr-purchase-steps ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--hmr-step-count, 5), minmax(0, 1fr));
  margin: 0;
  padding: 0;
  direction: rtl;
  list-style: none;
}

body.hmr-commerce-clean .hmr-purchase-steps ol::before {
  position: absolute;
  z-index: 0;
  top: 22px;
  right: 10%;
  left: 10%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(to left, var(--hmr-commerce-gold) 0 var(--hmr-step-progress, 0%), #e3d8cc var(--hmr-step-progress, 0%) 100%);
  box-shadow: inset 0 0 0 1px rgba(117, 90, 62, 0.04);
  content: "";
}

body.hmr-commerce-clean .hmr-purchase-steps li {
  position: relative;
  min-width: 0;
  text-align: center;
}

body.hmr-commerce-clean .hmr-purchase-steps li > a,
body.hmr-commerce-clean .hmr-purchase-steps li > span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: #91857a;
  text-decoration: none;
}

body.hmr-commerce-clean .hmr-purchase-steps li i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid #e6d9ca;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(58, 40, 23, 0.05);
}

body.hmr-commerce-clean .hmr-purchase-steps li i .hmr-icon {
  width: 18px;
  height: 18px;
}

body.hmr-commerce-clean .hmr-purchase-steps li b {
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

body.hmr-commerce-clean .hmr-purchase-steps li.is-complete i,
body.hmr-commerce-clean .hmr-purchase-steps li.is-current i {
  border-color: var(--hmr-commerce-gold);
  background: var(--hmr-commerce-gold);
  color: #fff;
}

body.hmr-commerce-clean .hmr-purchase-steps li.is-complete b,
body.hmr-commerce-clean .hmr-purchase-steps li.is-current b {
  color: var(--hmr-commerce-ink);
}

/* Cart hero */
body.hmr-commerce-clean .hmr-cart-hero,
body.hmr-commerce-clean .hmr-checkout-intro {
  margin-bottom: 24px;
  padding: 30px;
  border: 1px solid #e9ddcf;
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 0, rgba(207, 155, 84, 0.14), transparent 31%),
    linear-gradient(180deg, #fffdfa, #fbf6ee);
  box-shadow: 0 20px 50px rgba(67, 45, 22, 0.06);
}

body.hmr-commerce-clean .hmr-cart-hero__head,
body.hmr-commerce-clean .hmr-checkout-intro__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

body.hmr-commerce-clean .hmr-cart-hero__copy > span,
body.hmr-commerce-clean .hmr-purchase-heading > div > span {
  display: block;
  margin-bottom: 7px;
  color: var(--hmr-commerce-gold-dark);
  font-size: 14px;
  font-weight: 900;
}

body.hmr-commerce-clean .hmr-cart-hero h1,
body.hmr-commerce-clean .hmr-purchase-heading h1 {
  margin: 0;
  color: var(--hmr-commerce-ink);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 950;
  line-height: 1.45;
}

body.hmr-commerce-clean .hmr-cart-hero__copy p,
body.hmr-commerce-clean .hmr-purchase-heading p {
  max-width: 720px;
  margin: 8px 0 0;
  color: var(--hmr-commerce-muted);
  font-size: 14px;
  line-height: 2;
}

body.hmr-commerce-clean .hmr-cart-hero__head > a {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid #dfcfbc;
  border-radius: 14px;
  background: #fff;
  color: var(--hmr-commerce-ink);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

body.hmr-commerce-clean .hmr-cart-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

body.hmr-commerce-clean .hmr-cart-overview__card {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid #eadfd3;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

body.hmr-commerce-clean .hmr-cart-overview__card > i {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 14px;
  background: #f1e3d0;
  color: var(--hmr-commerce-gold-dark);
}

body.hmr-commerce-clean .hmr-cart-overview__card small,
body.hmr-commerce-clean .hmr-cart-overview__card strong,
body.hmr-commerce-clean .hmr-cart-overview__card p {
  display: block;
  margin: 0;
}

body.hmr-commerce-clean .hmr-cart-overview__card small {
  color: var(--hmr-commerce-muted);
  font-size: 13.5px;
}

body.hmr-commerce-clean .hmr-cart-overview__card strong {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 950;
}

body.hmr-commerce-clean .hmr-cart-overview__card p {
  margin-top: 3px;
  color: #978a7f;
  font-size: 13px;
  line-height: 1.7;
}

body.hmr-commerce-clean .hmr-cart-overview__card.is-positive > i {
  background: #dff2e9;
  color: var(--hmr-commerce-success);
}

/* Cart: two-column product cards and fixed summary column */
body.hmr-commerce-clean .hmr-cart-layout {
  display: grid;
  grid-template-columns: 370px minmax(0, 1fr);
  grid-template-areas: "summary list";
  gap: 24px;
  align-items: start;
  direction: ltr;
}

body.hmr-commerce-clean .hmr-cart-list {
  grid-area: list;
  min-width: 0;
  margin: 0;
  padding: 22px;
  border: 1px solid var(--hmr-commerce-line);
  border-radius: 26px;
  background: var(--hmr-commerce-card);
  box-shadow: 0 16px 44px rgba(63, 42, 22, 0.055);
  direction: rtl;
}

body.hmr-commerce-clean .hmr-cart-list__toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee5dc;
}

body.hmr-commerce-clean .hmr-cart-list__toolbar small,
body.hmr-commerce-clean .hmr-cart-list__toolbar h2,
body.hmr-commerce-clean .hmr-cart-list__toolbar > span {
  display: block;
  margin: 0;
}

body.hmr-commerce-clean .hmr-cart-list__toolbar small {
  color: var(--hmr-commerce-gold-dark);
  font-size: 14px;
  font-weight: 900;
}

body.hmr-commerce-clean .hmr-cart-list__toolbar h2 {
  margin-top: 3px;
  font-size: 22px;
  font-weight: 950;
}

body.hmr-commerce-clean .hmr-cart-list__toolbar > span {
  max-width: 360px;
  color: var(--hmr-commerce-muted);
  font-size: 13.5px;
  line-height: 1.8;
  text-align: left;
}

body.hmr-commerce-clean .hmr-cart-list__head {
  display: none;
}

body.hmr-commerce-clean .hmr-cart-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.hmr-commerce-clean .hmr-cart-item {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-areas:
    "product product product"
    "price quantity subtotal";
  gap: 12px;
  padding: 15px;
  border: 1px solid #e9dfd4;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(65, 45, 25, 0.045);
}

body.hmr-commerce-clean .hmr-cart-item__product {
  display: grid;
  min-width: 0;
  grid-area: product;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding-bottom: 13px;
  border-bottom: 1px solid #eee6dd;
}

body.hmr-commerce-clean .hmr-cart-item__image {
  display: grid;
  width: 98px;
  height: 98px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #ece3d9;
  border-radius: 17px;
  background: #fbf9f6;
}

body.hmr-commerce-clean .hmr-cart-item__image img {
  width: 100%;
  height: 100%;
  padding: 4px;
  object-fit: contain;
}

body.hmr-commerce-clean .hmr-cart-item h2 {
  margin: 0;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.85;
}

body.hmr-commerce-clean .hmr-cart-item h2 a {
  color: var(--hmr-commerce-ink);
  text-decoration: none;
}

body.hmr-commerce-clean .hmr-cart-item .variation {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin: 5px 0 0;
  color: var(--hmr-commerce-muted);
  font-size: 13px;
}

body.hmr-commerce-clean .hmr-cart-item .variation dt,
body.hmr-commerce-clean .hmr-cart-item .variation dd,
body.hmr-commerce-clean .hmr-cart-item .variation p {
  margin: 0;
}

body.hmr-commerce-clean .hmr-cart-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}

body.hmr-commerce-clean .hmr-cart-item__meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 7px;
  border-radius: 999px;
  background: #f5efe7;
  color: #786a5e;
  font-size: 12.5px;
  font-weight: 800;
}

body.hmr-commerce-clean .hmr-cart-item__meta .hmr-icon {
  width: 12px;
  height: 12px;
}

body.hmr-commerce-clean .hmr-cart-item__price,
body.hmr-commerce-clean .hmr-cart-item__quantity,
body.hmr-commerce-clean .hmr-cart-item__subtotal {
  display: flex;
  min-width: 0;
  min-height: 68px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 9px 7px;
  border: 1px solid #eee4d9;
  border-radius: 14px;
  background: #faf7f2;
  text-align: center;
}

body.hmr-commerce-clean .hmr-cart-item__price { grid-area: price; }
body.hmr-commerce-clean .hmr-cart-item__quantity { grid-area: quantity; }
body.hmr-commerce-clean .hmr-cart-item__subtotal {
  grid-area: subtotal;
  border-color: #ead6b8;
  background: #fff7ea;
}

body.hmr-commerce-clean .hmr-cart-item__price small,
body.hmr-commerce-clean .hmr-cart-item__quantity small,
body.hmr-commerce-clean .hmr-cart-item__subtotal small {
  color: var(--hmr-commerce-muted);
  font-size: 13px;
  font-weight: 700;
}

body.hmr-commerce-clean .hmr-cart-item__price strong,
body.hmr-commerce-clean .hmr-cart-item__subtotal strong {
  color: var(--hmr-commerce-ink);
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}

body.hmr-commerce-clean .hmr-cart-item__remove {
  position: absolute;
  top: 10px;
  left: 10px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid #f0d7da;
  border-radius: 10px;
  background: #fff5f6;
  color: var(--hmr-commerce-danger);
}

body.hmr-commerce-clean .hmr-cart-item__remove .hmr-icon {
  width: 15px;
  height: 15px;
}

body.hmr-commerce-clean .quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.hmr-commerce-clean .quantity .qty {
  width: 56px;
  height: 34px;
  margin: 0;
  border: 1px solid #dfd2c4;
  border-radius: 10px;
  background: #fff;
  color: var(--hmr-commerce-ink);
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

body.hmr-commerce-clean .hmr-cart-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #eee5dc;
}

body.hmr-commerce-clean .hmr-update-cart {
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  background: #eee5da;
  color: var(--hmr-commerce-ink);
  font: inherit;
  font-size: 13.5px;
  font-weight: 900;
  cursor: pointer;
}

/* Dark order summary */
body.hmr-commerce-clean .hmr-cart-summary,
body.hmr-commerce-clean .hmr-checkout-review {
  grid-area: summary;
  width: 100%;
  min-width: 0;
  padding: 22px;
  border: 1px solid #332b24;
  border-radius: 26px;
  background:
    radial-gradient(circle at 0 0, rgba(204, 151, 79, 0.2), transparent 30%),
    linear-gradient(155deg, #211c18, #13110f 72%);
  color: #f8f1e7;
  box-shadow: 0 22px 55px rgba(37, 27, 18, 0.2);
}

body.hmr-commerce-clean .hmr-cart-summary {
  position: sticky;
  top: 24px;
  direction: rtl;
}

body.hmr-commerce-clean .hmr-checkout-coupon-proxy {
  display: none;
}

body.hmr-commerce-clean .hmr-order-coupon {
  margin: 0 0 16px;
  overflow: hidden;
  border: 1px solid rgba(226, 176, 106, 0.28);
  border-radius: 17px;
  background:
    radial-gradient(circle at 100% 0, rgba(216, 161, 83, 0.17), transparent 48%),
    rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

body.hmr-commerce-clean .hmr-order-coupon summary {
  display: grid;
  min-height: 68px;
  grid-template-columns: 42px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 11px;
  padding: 11px 12px;
  color: #fff;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

body.hmr-commerce-clean .hmr-order-coupon summary::-webkit-details-marker {
  display: none;
}

body.hmr-commerce-clean .hmr-order-coupon summary:focus-visible {
  outline: 2px solid #e0ad68;
  outline-offset: -3px;
}

body.hmr-commerce-clean .hmr-order-coupon__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(229, 183, 116, 0.25);
  border-radius: 13px;
  background: rgba(197, 139, 66, 0.17);
  color: #e4b570;
}

body.hmr-commerce-clean .hmr-order-coupon__icon .hmr-icon {
  width: 19px;
  height: 19px;
}

body.hmr-commerce-clean .hmr-order-coupon__copy,
body.hmr-commerce-clean .hmr-order-coupon__copy b,
body.hmr-commerce-clean .hmr-order-coupon__copy small {
  display: block;
  min-width: 0;
}

body.hmr-commerce-clean .hmr-order-coupon__copy b {
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.55;
}

body.hmr-commerce-clean .hmr-order-coupon__copy small {
  margin-top: 2px;
  overflow: hidden;
  color: #c5b7a8;
  font-size: 12.5px;
  line-height: 1.65;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.hmr-commerce-clean .hmr-order-coupon__toggle {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

body.hmr-commerce-clean .hmr-order-coupon__toggle::before,
body.hmr-commerce-clean .hmr-order-coupon__toggle::after {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 11px;
  height: 2px;
  border-radius: 999px;
  background: #e6b873;
  content: "";
  transform: translate(50%, -50%);
  transition: transform 180ms ease, opacity 180ms ease;
}

body.hmr-commerce-clean .hmr-order-coupon__toggle::after {
  transform: translate(50%, -50%) rotate(90deg);
}

body.hmr-commerce-clean .hmr-order-coupon[open] .hmr-order-coupon__toggle {
  border-color: rgba(230, 184, 115, 0.35);
  background: rgba(197, 139, 66, 0.14);
  transform: rotate(180deg);
}

body.hmr-commerce-clean .hmr-order-coupon[open] .hmr-order-coupon__toggle::after {
  opacity: 0;
}

body.hmr-commerce-clean .hmr-order-coupon__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
  margin: 0;
  padding: 0 12px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 12px;
}

body.hmr-commerce-clean .hmr-order-coupon__form input {
  width: 100%;
  min-width: 0;
  height: 46px;
  margin: 0;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  outline: 0;
  background: rgba(255, 255, 255, 0.075);
  color: #fff;
  box-shadow: none;
  font: inherit;
  font-size: 14px;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

body.hmr-commerce-clean .hmr-order-coupon__form input::placeholder {
  color: #a99a8c;
}

body.hmr-commerce-clean .hmr-order-coupon__form input:focus {
  border-color: rgba(226, 176, 106, 0.7);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 3px rgba(197, 139, 66, 0.12);
}

body.hmr-commerce-clean .hmr-order-coupon__form button {
  min-width: 86px;
  min-height: 46px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #d2a05a, #aa702c);
  color: #fff;
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.18);
  font: inherit;
  font-size: 13.5px;
  font-weight: 950;
  cursor: pointer;
  transition: filter 180ms ease, transform 180ms ease;
}

body.hmr-commerce-clean .hmr-order-coupon__form button:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

body.hmr-commerce-clean .hmr-cart-summary__title,
body.hmr-commerce-clean .hmr-checkout-card__heading {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 16px;
}

body.hmr-commerce-clean .hmr-cart-summary__title > span,
body.hmr-commerce-clean .hmr-checkout-card__heading > span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 13px;
  background: rgba(197, 139, 66, 0.18);
  color: #e3b36f;
}

body.hmr-commerce-clean .hmr-cart-summary__title small,
body.hmr-commerce-clean .hmr-cart-summary__title h2,
body.hmr-commerce-clean .hmr-checkout-card__heading small,
body.hmr-commerce-clean .hmr-checkout-card__heading h2 {
  display: block;
  margin: 0;
}

body.hmr-commerce-clean .hmr-cart-summary__title small,
body.hmr-commerce-clean .hmr-checkout-card__heading small {
  color: #c9bbaa;
  font-size: 13px;
}

body.hmr-commerce-clean .hmr-cart-summary__title h2,
body.hmr-commerce-clean .hmr-checkout-card__heading h2 {
  margin-top: 2px;
  color: inherit;
  font-size: 20px;
  font-weight: 950;
}

body.hmr-commerce-clean .hmr-cart-summary .cart_totals,
body.hmr-commerce-clean .hmr-cart-summary .shop_table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: transparent;
}

body.hmr-commerce-clean .hmr-cart-summary .shop_table th,
body.hmr-commerce-clean .hmr-cart-summary .shop_table td {
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #e7ddd2;
  font-size: 14px;
  text-align: right;
}

body.hmr-commerce-clean .hmr-cart-summary .shop_table td {
  text-align: left;
}

body.hmr-commerce-clean .hmr-cart-summary .order-total th,
body.hmr-commerce-clean .hmr-cart-summary .order-total td {
  padding-top: 16px;
  border-bottom: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 950;
}

body.hmr-commerce-clean .hmr-cart-summary .woocommerce-Price-amount,
body.hmr-commerce-clean .hmr-checkout-review .woocommerce-Price-amount {
  color: #f0c381;
  font-weight: 950;
}

body.hmr-commerce-clean .wc-proceed-to-checkout {
  padding: 16px 0 0;
}

body.hmr-commerce-clean .wc-proceed-to-checkout .checkout-button,
body.hmr-commerce-clean #place_order {
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 18px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, #d2a05d, #b77730);
  color: #fff;
  box-shadow: 0 12px 30px rgba(176, 113, 43, 0.25);
  font: inherit;
  font-size: 15px;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
}

/* Reference-style free-shipping card: headline, target, progress and a
   floating remaining-amount badge. It stays light inside the dark summary so
   the promotion is visible without fighting the surrounding totals. */
body.hmr-commerce-clean .hmr-free-shipping-progress {
  margin: 0 0 18px;
  padding: 17px 17px 19px;
  border: 1px solid #ead9c1;
  border-radius: 19px;
  background: linear-gradient(145deg, #fffdf9, #fbf2e5);
  color: var(--hmr-commerce-ink);
  box-shadow: 0 12px 30px rgba(39, 29, 20, 0.14);
}

body.hmr-commerce-clean .hmr-free-shipping-progress__copy h3,
body.hmr-commerce-clean .hmr-free-shipping-progress__copy p {
  display: block;
  margin: 0;
}

body.hmr-commerce-clean .hmr-free-shipping-progress__copy h3 {
  color: #241e19;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.65;
}

body.hmr-commerce-clean .hmr-free-shipping-progress__copy p {
  margin-top: 1px;
  color: #7d7166;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

body.hmr-commerce-clean .hmr-free-shipping-progress__meter {
  position: relative;
  margin-top: 15px;
  padding-bottom: 42px;
}

body.hmr-commerce-clean .hmr-free-shipping-progress__track {
  position: relative;
  height: 11px;
  overflow: hidden;
  border-radius: 999px;
  background: #eadfce;
  box-shadow: inset 0 1px 3px rgba(76, 50, 27, 0.12);
}

body.hmr-commerce-clean .hmr-free-shipping-progress__track span {
  display: block;
  width: min(var(--hmr-shipping-progress), 100%);
  height: 100%;
  margin-right: 0;
  margin-left: auto;
  border-radius: inherit;
  background: linear-gradient(90deg, #b97830, #e5ae5e);
  box-shadow: 0 2px 8px rgba(183, 120, 48, 0.32);
}

body.hmr-commerce-clean .hmr-free-shipping-progress__badge {
  position: absolute;
  top: 19px;
  right: clamp(108px, var(--hmr-shipping-progress), calc(100% - 108px));
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: max-content;
  max-width: min(216px, calc(100% - 12px));
  padding: 5px 11px;
  border-radius: 10px;
  background: linear-gradient(135deg, #2a241f, #171310);
  color: #fff;
  box-shadow: 0 7px 18px rgba(29, 22, 16, 0.24);
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.65;
  text-align: center;
  transform: translateX(50%);
  white-space: normal;
}

body.hmr-commerce-clean .hmr-free-shipping-progress__badge::before {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #24201c;
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

body.hmr-commerce-clean .hmr-free-shipping-progress__badge svg {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 15px;
}

body.hmr-commerce-clean .hmr-free-shipping-progress.is-qualified {
  border-color: #b9ddcd;
  background: linear-gradient(145deg, #fbfffd, #edf9f3);
}

body.hmr-commerce-clean .hmr-free-shipping-progress.is-qualified .hmr-free-shipping-progress__track span {
  background: linear-gradient(90deg, #23865f, #73d9ad);
}

body.hmr-commerce-clean .hmr-free-shipping-progress.is-qualified .hmr-free-shipping-progress__badge {
  background: linear-gradient(135deg, #23865f, #176346);
}

body.hmr-commerce-clean .hmr-free-shipping-progress.is-qualified .hmr-free-shipping-progress__badge::before {
  background: #22825d;
}

body.hmr-commerce-clean .hmr-secure-note,
body.hmr-commerce-clean .hmr-cart-summary__benefits > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.hmr-commerce-clean .hmr-secure-note {
  margin-top: 14px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

body.hmr-commerce-clean .hmr-secure-note > .hmr-icon {
  color: #e2b370;
}

body.hmr-commerce-clean .hmr-secure-note b,
body.hmr-commerce-clean .hmr-secure-note small,
body.hmr-commerce-clean .hmr-cart-summary__benefits b,
body.hmr-commerce-clean .hmr-cart-summary__benefits small {
  display: block;
}

body.hmr-commerce-clean .hmr-secure-note b,
body.hmr-commerce-clean .hmr-cart-summary__benefits b {
  color: #fff;
  font-size: 13.5px;
}

body.hmr-commerce-clean .hmr-secure-note small,
body.hmr-commerce-clean .hmr-cart-summary__benefits small {
  margin-top: 2px;
  color: #bcae9f;
  font-size: 12.5px;
  line-height: 1.7;
}

body.hmr-commerce-clean .hmr-cart-summary__benefits {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

body.hmr-commerce-clean .hmr-cart-summary__benefits i {
  color: #e2b370;
}

body.hmr-commerce-clean .hmr-cart-bottom-note {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

body.hmr-commerce-clean .hmr-cart-bottom-note__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--hmr-commerce-line);
  border-radius: 18px;
  background: #fff;
}

body.hmr-commerce-clean .hmr-cart-bottom-note__item i {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 12px;
  background: #f7eddf;
  color: var(--hmr-commerce-gold-dark);
}

body.hmr-commerce-clean .hmr-cart-bottom-note__item i .hmr-icon {
  width: 22px;
  height: 22px;
}

body.hmr-commerce-clean .hmr-cart-bottom-note__item strong,
body.hmr-commerce-clean .hmr-cart-bottom-note__item p {
  display: block;
  margin: 0;
}

body.hmr-commerce-clean .hmr-cart-bottom-note__item strong {
  font-size: 16px;
  font-weight: 950;
  line-height: 1.65;
}

body.hmr-commerce-clean .hmr-cart-bottom-note__item p {
  margin-top: 6px;
  color: var(--hmr-commerce-muted);
  font-size: 14px;
  line-height: 1.95;
}

/* Checkout: form on the right, order summary on the left. */
body.hmr-commerce-clean .hmr-checkout-intro__stage {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid #e1d2c0;
  border-radius: 12px;
  background: #fff;
  color: var(--hmr-commerce-gold-dark);
  font-size: 14px;
  font-weight: 900;
}

body.hmr-commerce-clean .hmr-checkout-intro__shipping {
  margin-top: 20px;
}

body.hmr-commerce-clean .hmr-checkout-intro .hmr-free-shipping-progress {
  margin: 0;
  box-shadow: 0 12px 32px rgba(81, 51, 19, 0.08);
}

body.hmr-commerce-clean .hmr-checkout-form {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: 390px minmax(0, 1fr);
  grid-template-areas: "review fields";
  gap: 24px;
  align-items: start;
  margin: 0;
  direction: ltr;
}

body.hmr-commerce-clean .hmr-checkout-fields {
  min-width: 0;
  grid-area: fields;
  direction: rtl;
}

body.hmr-commerce-clean .hmr-checkout-card {
  padding: 24px;
  border: 1px solid var(--hmr-commerce-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(63, 42, 22, 0.055);
}

body.hmr-commerce-clean .hmr-checkout-card .hmr-checkout-card__heading {
  padding-bottom: 16px;
  border-bottom: 1px solid #eee5dc;
  color: var(--hmr-commerce-ink);
}

body.hmr-commerce-clean .hmr-checkout-review {
  grid-area: review;
  position: sticky;
  top: 24px;
  direction: rtl;
}

body.hmr-commerce-clean .hmr-checkout-form #customer_details,
body.hmr-commerce-clean .hmr-checkout-form #customer_details .col-1,
body.hmr-commerce-clean .hmr-checkout-form #customer_details .col-2 {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}

body.hmr-commerce-clean .hmr-checkout-form #customer_details .col-2 {
  margin-top: 18px;
}

body.hmr-commerce-clean .hmr-checkout-form h3 {
  margin: 0 0 14px;
  color: var(--hmr-commerce-ink);
  font-size: 18px;
  font-weight: 950;
}

body.hmr-commerce-clean .hmr-checkout-form .woocommerce-billing-fields__field-wrapper,
body.hmr-commerce-clean .hmr-checkout-form .woocommerce-shipping-fields__field-wrapper,
body.hmr-commerce-clean .hmr-checkout-form .woocommerce-additional-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.hmr-commerce-clean .hmr-checkout-form .form-row {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
}

body.hmr-commerce-clean .hmr-checkout-form .form-row-wide,
body.hmr-commerce-clean .hmr-checkout-form #billing_address_1_field,
body.hmr-commerce-clean .hmr-checkout-form #billing_address_2_field,
body.hmr-commerce-clean .hmr-checkout-form #shipping_address_1_field,
body.hmr-commerce-clean .hmr-checkout-form #shipping_address_2_field,
body.hmr-commerce-clean .hmr-checkout-form #order_comments_field {
  grid-column: 1 / -1;
}

body.hmr-commerce-clean .hmr-checkout-form label {
  display: block;
  margin-bottom: 6px;
  color: #5f554d;
  font-size: 14.5px;
  font-weight: 800;
}

body.hmr-commerce-clean .hmr-checkout-form .required {
  color: var(--hmr-commerce-danger);
}

body.hmr-commerce-clean .hmr-checkout-form input.input-text,
body.hmr-commerce-clean .hmr-checkout-form textarea,
body.hmr-commerce-clean .hmr-checkout-form select,
body.hmr-commerce-clean .hmr-checkout-form .select2-container .select2-selection {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  margin: 0;
  padding: 0 13px;
  border: 1px solid #ddd1c5;
  border-radius: 13px;
  background: #fbf9f6;
  color: var(--hmr-commerce-ink);
  box-shadow: none;
  font: inherit;
  font-size: 15px;
}

body.hmr-commerce-clean .hmr-checkout-form textarea {
  min-height: 110px;
  padding-block: 12px;
  resize: vertical;
}

body.hmr-commerce-clean .hmr-checkout-form input.input-text:focus,
body.hmr-commerce-clean .hmr-checkout-form textarea:focus,
body.hmr-commerce-clean .hmr-checkout-form select:focus {
  border-color: var(--hmr-commerce-gold);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(197, 139, 66, 0.12);
}

body.hmr-commerce-clean .hmr-checkout-form .select2-container {
  width: 100% !important;
}

body.hmr-commerce-clean .hmr-checkout-form .select2-selection__rendered {
  line-height: 44px;
}

body.hmr-commerce-clean .hmr-checkout-form .select2-selection__arrow {
  top: 10px;
}

body.hmr-commerce-clean .hmr-checkout-review .hmr-checkout-card__heading {
  color: #fff;
}

body.hmr-commerce-clean .hmr-checkout-review #order_review,
body.hmr-commerce-clean .hmr-checkout-review .shop_table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: transparent;
}

body.hmr-commerce-clean .hmr-checkout-review .shop_table th,
body.hmr-commerce-clean .hmr-checkout-review .shop_table td {
  padding: 11px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #e8ddd1;
  font-size: 12.5px;
  text-align: right;
  vertical-align: top;
}

body.hmr-commerce-clean .hmr-checkout-review .shop_table td:last-child {
  text-align: left;
}

body.hmr-commerce-clean .hmr-checkout-review .product-name {
  padding-left: 12px;
}

body.hmr-commerce-clean .hmr-checkout-review .order-total th,
body.hmr-commerce-clean .hmr-checkout-review .order-total td {
  padding-top: 15px;
  border-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 950;
}

body.hmr-commerce-clean .hmr-checkout-review .woocommerce-checkout-payment {
  margin-top: 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.hmr-commerce-clean .hmr-checkout-review .wc_payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.hmr-commerce-clean .hmr-checkout-review .wc_payment_method {
  margin-bottom: 9px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.045);
}

body.hmr-commerce-clean .hmr-checkout-review .wc_payment_method label {
  display: inline;
  margin: 0;
  color: #fff;
  font-size: 14px;
}

body.hmr-commerce-clean .hmr-checkout-review .payment_box {
  margin-top: 8px;
  padding: 9px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: #c8b9aa;
  font-size: 13.5px;
  line-height: 1.8;
}

body.hmr-commerce-clean .hmr-checkout-review .payment_box p,
body.hmr-commerce-clean .hmr-checkout-review .woocommerce-privacy-policy-text p {
  margin: 0;
}

body.hmr-commerce-clean .hmr-checkout-review .place-order {
  padding: 14px 0 0;
}

body.hmr-commerce-clean .hmr-checkout-review .woocommerce-privacy-policy-text,
body.hmr-commerce-clean .hmr-checkout-review .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 12px;
  color: #bcae9f;
  font-size: 12.5px;
  line-height: 1.8;
}

/* WooCommerce uses an icon-font glyph for this notice. Replace it with a
   native, predictable mark so a missing icon font can never show a square. */
body.hmr-commerce-clean .hmr-checkout-review .woocommerce-info {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  margin: 0 0 14px;
  padding: 15px;
  border: 1px solid #d9bd91;
  border-radius: 15px;
  background: #fffaf1;
  color: #2d251e;
  font-size: 14px;
  line-height: 2;
}

body.hmr-commerce-clean .hmr-checkout-review .woocommerce-info::before {
  position: static !important;
  display: grid !important;
  width: 32px;
  height: 32px;
  place-items: center;
  margin: 0 !important;
  border-radius: 50%;
  background: #c58b42;
  color: #fff;
  content: "!" !important;
  font-family: inherit !important;
  font-size: 18px !important;
  font-weight: 950;
  line-height: 1 !important;
}

body.hmr-commerce-clean .hmr-checkout-review a {
  color: #efc27f;
}

/* Empty cart */
body.hmr-commerce-clean .hmr-cart-empty-page__card {
  width: min(100%, 720px);
  margin: 0 auto;
  padding: 42px 28px;
  border: 1px solid var(--hmr-commerce-line);
  border-radius: 28px;
  background: #fff;
  text-align: center;
  box-shadow: 0 18px 50px rgba(63, 42, 22, 0.06);
}

body.hmr-commerce-clean .hmr-cart-empty-page__mark {
  display: grid;
  width: 84px;
  height: 84px;
  margin: 0 auto 18px;
  place-items: center;
}

body.hmr-commerce-clean .hmr-cart-empty-page__mark svg {
  width: 84px;
  height: 84px;
}

body.hmr-commerce-clean .hmr-cart-empty-page__card > span:not(.hmr-cart-empty-page__mark) {
  display: block;
  color: var(--hmr-commerce-gold-dark);
  font-size: 14px;
  font-weight: 900;
}

body.hmr-commerce-clean .hmr-cart-empty-page__card h2 {
  margin: 7px 0 0;
  color: var(--hmr-commerce-ink);
  font-size: 24px;
  font-weight: 950;
}

body.hmr-commerce-clean .hmr-cart-empty-page__card p {
  max-width: 510px;
  margin: 9px auto 0;
  color: var(--hmr-commerce-muted);
  font-size: 14px;
  line-height: 2;
}

body.hmr-commerce-clean .hmr-cart-empty-page__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

body.hmr-commerce-clean .hmr-cart-empty-page__actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid #dfd2c4;
  border-radius: 13px;
  background: #fff;
  color: var(--hmr-commerce-ink);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

body.hmr-commerce-clean .hmr-cart-empty-page__actions .button {
  border-color: var(--hmr-commerce-gold);
  background: var(--hmr-commerce-gold);
  color: #fff;
}

@media (max-width: 1120px) {
  body.hmr-commerce-clean .hmr-cart-layout,
  body.hmr-commerce-clean .hmr-checkout-form {
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 18px;
  }

  body.hmr-commerce-clean .hmr-cart-items {
    grid-template-columns: minmax(0, 1fr);
  }

}

@media (max-width: 860px) {
  body.hmr-commerce-clean .hmr-purchase-shell > .hmr-container,
  body.hmr-commerce-clean .hmr-checkout-experience__inner,
  body.hmr-commerce-clean .woocommerce-notices-wrapper {
    width: min(calc(100% - 28px), 760px);
  }

  body.hmr-commerce-clean .hmr-cart-layout {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "list" "summary";
  }

  body.hmr-commerce-clean .hmr-checkout-form {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "fields" "review";
  }

  body.hmr-commerce-clean .hmr-cart-summary,
  body.hmr-commerce-clean .hmr-checkout-review {
    position: static;
  }

  body.hmr-commerce-clean .hmr-cart-overview,
  body.hmr-commerce-clean .hmr-cart-bottom-note {
    grid-template-columns: minmax(0, 1fr);
  }

  body.hmr-commerce-clean .hmr-cart-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.hmr-commerce-clean .hmr-purchase-shell {
    padding: 16px 0 78px;
  }

  body.hmr-commerce-clean .hmr-purchase-shell > .hmr-container,
  body.hmr-commerce-clean .hmr-checkout-experience__inner,
  body.hmr-commerce-clean .woocommerce-notices-wrapper {
    width: calc(100% - 18px);
  }

  body.hmr-commerce-clean .hmr-cart-hero,
  body.hmr-commerce-clean .hmr-checkout-intro {
    padding: 17px 13px;
    border-radius: 21px;
  }

  body.hmr-commerce-clean .hmr-cart-hero__head,
  body.hmr-commerce-clean .hmr-checkout-intro__heading,
  body.hmr-commerce-clean .hmr-cart-list__toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  body.hmr-commerce-clean .hmr-cart-list__toolbar > span {
    max-width: none;
    text-align: right;
  }

  body.hmr-commerce-clean .hmr-purchase-steps {
    overflow-x: auto;
    padding-bottom: 4px;
  }

  body.hmr-commerce-clean .hmr-purchase-steps ol {
    min-width: 450px;
  }

  body.hmr-commerce-clean .hmr-purchase-steps li i {
    width: 40px;
    height: 40px;
    border-radius: 11px;
  }

  body.hmr-commerce-clean .hmr-purchase-steps ol::before {
    top: 19px;
  }

  body.hmr-commerce-clean .hmr-cart-list,
  body.hmr-commerce-clean .hmr-cart-summary,
  body.hmr-commerce-clean .hmr-checkout-card,
  body.hmr-commerce-clean .hmr-checkout-review {
    padding: 14px;
    border-radius: 20px;
  }

  body.hmr-commerce-clean .hmr-cart-items {
    grid-template-columns: minmax(0, 1fr);
  }

  body.hmr-commerce-clean .hmr-cart-item {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "product product"
      "price subtotal"
      "quantity quantity";
  }

  body.hmr-commerce-clean .hmr-cart-item__product {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  body.hmr-commerce-clean .hmr-cart-item__image {
    width: 82px;
    height: 82px;
  }

  body.hmr-commerce-clean .hmr-cart-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.hmr-commerce-clean .hmr-update-cart {
    width: 100%;
  }

  body.hmr-commerce-clean .hmr-order-coupon__form {
    grid-template-columns: minmax(0, 1fr);
  }

  body.hmr-commerce-clean .hmr-order-coupon__form button {
    width: 100%;
  }

  body.hmr-commerce-clean .hmr-checkout-form .woocommerce-billing-fields__field-wrapper,
  body.hmr-commerce-clean .hmr-checkout-form .woocommerce-shipping-fields__field-wrapper,
  body.hmr-commerce-clean .hmr-checkout-form .woocommerce-additional-fields__field-wrapper {
    grid-template-columns: minmax(0, 1fr);
  }
}
