body.woocommerce-cart {
  --hcr-page: #f8f7f4;
  --hcr-shell: #ffffff;
  --hcr-card: rgba(255, 255, 255, .84);
  --hcr-card-strong: #ffffff;
  --hcr-soft: #f4f3f0;
  --hcr-soft-2: #f8f7f4;
  --hcr-border: rgba(15, 23, 42, .11);
  --hcr-border-soft: rgba(15, 23, 42, .08);
  --hcr-text: #111827;
  --hcr-muted: #64748b;
  --hcr-muted-strong: #475569;
  --hcr-accent: #ff9f0a;
  --hcr-accent-strong: #ff8a00;
  --hcr-danger: #ef4444;
  --hcr-success: #16a34a;
  --hcr-icon-bg: #f2f4f7;
  --hcr-shadow: 0 22px 60px rgba(15, 23, 42, .08);
  --hcr-shadow-soft: 0 12px 35px rgba(15, 23, 42, .06);
  --hcr-radius-lg: 10px;
  --hcr-radius-md: 8px;
  --hcr-radius-sm: 6px;
  background: var(--hcr-page);
}

html.hooger-dark body.woocommerce-cart,
html[data-theme="dark"] body.woocommerce-cart,
html[data-hooger-theme="dark"] body.woocommerce-cart,
body.hooger-dark.woocommerce-cart {
  --hcr-page: #07101a;
  --hcr-shell: #0c141f;
  --hcr-card: rgba(19, 29, 40, .88);
  --hcr-card-strong: #121c28;
  --hcr-soft: rgba(255, 255, 255, .045);
  --hcr-soft-2: rgba(255, 255, 255, .07);
  --hcr-border: rgba(148, 163, 184, .18);
  --hcr-border-soft: rgba(148, 163, 184, .11);
  --hcr-text: #f8fafc;
  --hcr-muted: #aab7c8;
  --hcr-muted-strong: #d5deeb;
  --hcr-icon-bg: rgba(255, 255, 255, .07);
  --hcr-shadow: 0 26px 70px rgba(0, 0, 0, .42);
  --hcr-shadow-soft: 0 18px 44px rgba(0, 0, 0, .26);
  background: var(--hcr-page);
}

body.woocommerce-cart .hooger-woocommerce-content {
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 159, 10, .05), transparent 34%),
    var(--hcr-page) !important;
  color: var(--hcr-text);
  padding-block: clamp(22px, 3.7vw, 46px) !important;
}

html.hooger-dark body.woocommerce-cart .hooger-woocommerce-content,
html[data-theme="dark"] body.woocommerce-cart .hooger-woocommerce-content,
html[data-hooger-theme="dark"] body.woocommerce-cart .hooger-woocommerce-content,
body.hooger-dark.woocommerce-cart .hooger-woocommerce-content {
  background:
    radial-gradient(circle at 12% -8%, rgba(255, 159, 10, .08), transparent 32%),
    linear-gradient(180deg, #07101a 0%, #090f18 100%) !important;
}

body.woocommerce-cart .hooger-woocommerce-content > .hooger-container {
  inline-size: min(100%, 1180px) !important;
}

body.woocommerce-cart .woocommerce,
body.woocommerce-cart .hooger-woocommerce-content .woocommerce {
  display: block !important;
  inline-size: 100% !important;
  margin: 0 !important;
  max-inline-size: none !important;
  min-inline-size: 0 !important;
}

.hooger-cart-ref,
.hooger-cart-ref *,
.hooger-cart-ref *::before,
.hooger-cart-ref *::after {
  box-sizing: border-box;
}

.hooger-cart-ref {
  background: var(--hcr-shell);
  border: 1px solid var(--hcr-border);
  border-radius: var(--hcr-radius-lg);
  box-shadow: var(--hcr-shadow);
  color: var(--hcr-text);
  direction: rtl;
  font-family: "IranSans", "IRANSans", Tahoma, sans-serif;
  inline-size: 100% !important;
  max-inline-size: none !important;
  margin-inline: auto;
  padding: clamp(24px, 3.4vw, 44px);
}

html.hooger-dark .hooger-cart-ref,
html[data-theme="dark"] .hooger-cart-ref,
html[data-hooger-theme="dark"] .hooger-cart-ref,
body.hooger-dark .hooger-cart-ref {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .035), transparent 40%),
    var(--hcr-shell);
}

.hooger-cart-ref svg {
  block-size: 1em;
  fill: none;
  inline-size: 1em;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.hooger-cart-ref a {
  color: inherit;
  text-decoration: none;
}

.hooger-cart-ref-hero {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-block-end: 24px;
  padding-inline: clamp(8px, 1.2vw, 14px);
}

.hooger-cart-ref-titleline {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 14px;
}

.hooger-cart-ref-titleline h1 {
  color: var(--hcr-text);
  font-size: clamp(1.75rem, 2.6vw, 2.35rem);
  font-weight: 900;
  line-height: 1.18;
  margin: 0;
}

.hooger-cart-ref-titleline__icon {
  align-items: center;
  background: var(--hcr-card);
  border: 1px solid var(--hcr-border);
  border-radius: 50%;
  box-shadow: var(--hcr-shadow-soft);
  color: var(--hcr-text);
  display: inline-flex;
  font-size: 1.2rem;
  justify-content: center;
  min-block-size: 42px;
  min-inline-size: 42px;
}

html.hooger-dark .hooger-cart-ref-titleline__icon,
html[data-theme="dark"] .hooger-cart-ref-titleline__icon,
html[data-hooger-theme="dark"] .hooger-cart-ref-titleline__icon,
body.hooger-dark .hooger-cart-ref-titleline__icon {
  background: var(--hcr-accent);
  border-color: transparent;
  color: #ffffff;
}

.hooger-cart-ref-breadcrumb {
  align-items: center;
  color: var(--hcr-muted);
  display: inline-flex;
  flex-direction: row;
  font-size: .88rem;
  font-weight: 600;
  gap: 10px;
}

.hooger-cart-ref-breadcrumb a:hover {
  color: var(--hcr-accent);
}

.hooger-cart-ref-breadcrumb span:has(svg) {
  align-items: center;
  display: inline-flex;
  font-size: .82rem;
}

.hooger-cart-ref-table-form,
.hooger-cart-ref-table-form.woocommerce-cart-form {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
}

.hooger-cart-ref-table-card,
.hooger-cart-ref-panel,
.hooger-cart-ref-benefits {
  background: var(--hcr-card);
  border: 1px solid var(--hcr-border);
  border-radius: var(--hcr-radius-lg);
  box-shadow: var(--hcr-shadow-soft);
}

html.hooger-dark .hooger-cart-ref-table-card,
html.hooger-dark .hooger-cart-ref-panel,
html.hooger-dark .hooger-cart-ref-benefits,
html[data-theme="dark"] .hooger-cart-ref-table-card,
html[data-theme="dark"] .hooger-cart-ref-panel,
html[data-theme="dark"] .hooger-cart-ref-benefits,
html[data-hooger-theme="dark"] .hooger-cart-ref-table-card,
html[data-hooger-theme="dark"] .hooger-cart-ref-panel,
html[data-hooger-theme="dark"] .hooger-cart-ref-benefits,
body.hooger-dark .hooger-cart-ref-table-card,
body.hooger-dark .hooger-cart-ref-panel,
body.hooger-dark .hooger-cart-ref-benefits {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .04), transparent 48%),
    var(--hcr-card);
}

.hooger-cart-ref-table-card {
  overflow: hidden;
  padding: 20px 28px 18px;
}

.hooger-cart-ref-table-card > h1,
.hooger-cart-ref-table-card > h2,
.hooger-cart-ref-table-card > h3,
.hooger-cart-ref > .woocommerce-products-header,
.hooger-cart-ref > .entry-title {
  display: none !important;
}

.woocommerce table.shop_table.hooger-cart-ref-table,
.hooger-cart-ref-table,
body.woocommerce-cart .hooger-woocommerce-content table.shop_table.cart.hooger-cart-ref-table {
  background: transparent !important;
  border: 0 !important;
  border-collapse: collapse;
  border-radius: 0 !important;
  inline-size: 100%;
  min-inline-size: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  overflow: visible !important;
  table-layout: fixed !important;
}

.hooger-cart-ref-table thead th,
.woocommerce table.shop_table.hooger-cart-ref-table thead th {
  border: 0 !important;
  color: var(--hcr-muted-strong);
  font-size: .85rem;
  font-weight: 800;
  line-height: 1.5;
  padding: 0 0 18px !important;
  text-align: center;
  white-space: nowrap;
}

.hooger-cart-ref-table thead th.product-name {
  text-align: right;
  width: 38%;
}

.hooger-cart-ref-table thead th.product-price {
  width: 19%;
}

.hooger-cart-ref-table thead th.product-quantity {
  width: 20%;
}

.hooger-cart-ref-table thead th.product-subtotal {
  width: 18%;
}

.hooger-cart-ref-table thead th.product-remove {
  width: 5%;
}

.hooger-cart-ref-table tbody tr.cart_item,
.woocommerce table.shop_table.hooger-cart-ref-table tbody tr.cart_item {
  border-block-start: 1px solid var(--hcr-border-soft);
}

.hooger-cart-ref-table tbody tr.cart_item:first-child {
  border-block-start-color: var(--hcr-border);
}

.hooger-cart-ref-table tbody td,
.woocommerce table.shop_table.hooger-cart-ref-table tbody td {
  background: transparent !important;
  border: 0 !important;
  color: var(--hcr-text);
  padding: 20px 0 !important;
  text-align: center;
  vertical-align: middle;
}

.hooger-cart-ref-table tbody td.product-name {
  text-align: right;
}

.hooger-cart-ref-product {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 86px minmax(0, 1fr);
}

.hooger-cart-ref-product__media,
.hooger-cart-ref-product__media a {
  display: block;
}

.hooger-cart-ref-product__media img {
  aspect-ratio: 1.25 / 1;
  background: var(--hcr-soft);
  border: 1px solid var(--hcr-border-soft);
  border-radius: var(--hcr-radius-md);
  box-shadow: 0 10px 22px rgba(15, 23, 42, .08);
  display: block;
  inline-size: 86px;
  max-inline-size: 86px;
  object-fit: cover;
}

.hooger-cart-ref-product__copy {
  min-inline-size: 0;
}

.hooger-cart-ref-product__title {
  color: var(--hcr-text);
  display: block;
  font-size: .98rem;
  font-weight: 900;
  line-height: 1.7;
  overflow-wrap: break-word;
}

.hooger-cart-ref-product__title:hover {
  color: var(--hcr-accent);
}

.hooger-cart-ref-product__meta,
.hooger-cart-ref-product__meta :where(p, dl, dd, dt) {
  color: var(--hcr-muted);
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.65;
  margin: 2px 0 0;
}

.hooger-cart-ref-product__meta dl {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.hooger-cart-ref-table .product-price,
.hooger-cart-ref-table .product-subtotal {
  color: var(--hcr-text);
  font-size: .92rem;
  font-weight: 900;
  white-space: nowrap;
}

.hooger-cart-ref-table .product-price {
  color: var(--hcr-accent-strong);
}

.hooger-cart-ref-table .amount,
.hooger-cart-ref-summary .amount,
.hooger-cart-ref-total .amount {
  color: inherit;
  font-weight: inherit;
  white-space: nowrap;
}

.hooger-cart-ref-qty {
  align-items: center;
  background: var(--hcr-soft);
  border: 1px solid var(--hcr-border-soft);
  border-radius: var(--hcr-radius-md);
  display: inline-flex;
  min-block-size: 42px;
  overflow: hidden;
}

.hooger-cart-ref-qty .quantity,
.woocommerce .hooger-cart-ref-qty .quantity,
body.woocommerce-cart .hooger-woocommerce-content .hooger-cart-ref-qty .quantity,
body.woocommerce-cart .hooger-woocommerce-content table.shop_table.cart td.product-quantity .hooger-cart-ref-qty .quantity {
  align-items: center !important;
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: 36px 42px 36px !important;
  inline-size: 114px !important;
  justify-content: center !important;
  margin: 0 !important;
  max-inline-size: none !important;
  min-inline-size: 114px !important;
  overflow: hidden !important;
}

.hooger-cart-ref-qty .screen-reader-text {
  block-size: 1px !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  inline-size: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
}

.hooger-cart-ref-qty__btn,
.hooger-cart-ref-qty .hooger-wc-qty-button,
body.woocommerce-cart .hooger-woocommerce-content table.shop_table.cart td.product-quantity .hooger-cart-ref-qty .hooger-wc-qty-button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--hcr-text);
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 900;
  inline-size: 36px !important;
  justify-content: center;
  min-block-size: 42px;
  min-inline-size: 36px !important;
  padding: 0;
}

.hooger-cart-ref-qty__btn:hover,
.hooger-cart-ref-qty__btn:focus-visible,
.hooger-cart-ref-qty .hooger-wc-qty-button:hover,
.hooger-cart-ref-qty .hooger-wc-qty-button:focus-visible {
  color: var(--hcr-accent);
}

.hooger-cart-ref-qty input.qty,
.woocommerce .hooger-cart-ref-qty .quantity .qty,
body.woocommerce-cart .hooger-woocommerce-content table.shop_table.cart td.product-quantity .hooger-cart-ref-qty .quantity .qty {
  appearance: textfield;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--hcr-text) !important;
  font-size: .9rem;
  font-weight: 900;
  inline-size: 42px !important;
  max-inline-size: 42px !important;
  min-block-size: 42px !important;
  min-inline-size: 42px !important;
  padding: 0 !important;
  text-align: center;
}

.hooger-cart-ref-qty input.qty::-webkit-inner-spin-button,
.hooger-cart-ref-qty input.qty::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.hooger-cart-ref-remove,
.woocommerce a.remove.hooger-cart-ref-remove {
  align-items: center;
  background: var(--hcr-icon-bg) !important;
  border: 1px solid var(--hcr-border-soft) !important;
  border-radius: 50% !important;
  color: var(--hcr-text) !important;
  display: inline-flex !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  justify-content: center;
  line-height: 1 !important;
  min-block-size: 32px;
  min-inline-size: 32px;
  padding: 0 !important;
  position: static !important;
  text-indent: 0 !important;
}

.hooger-cart-ref-remove:hover,
.woocommerce a.remove.hooger-cart-ref-remove:hover {
  background: rgba(239, 68, 68, .1) !important;
  color: var(--hcr-danger) !important;
}

.hooger-cart-ref-actions {
  align-items: center;
  border-block-start: 1px solid var(--hcr-border-soft);
  display: flex;
  flex-direction: row;
  gap: 14px;
  justify-content: space-between;
  padding-block-start: 16px;
}

.hooger-cart-ref-clear,
.hooger-cart-ref-update,
.hooger-cart-ref-coupon__button,
.hooger-cart-ref-checkout,
.hooger-cart-ref-continue {
  align-items: center;
  border-radius: var(--hcr-radius-sm) !important;
  display: inline-flex;
  font-size: .88rem;
  font-weight: 900;
  gap: 9px;
  justify-content: center;
  min-block-size: 42px;
  min-inline-size: 0;
  padding: 0 18px;
  white-space: nowrap;
}

.hooger-cart-ref-clear {
  color: var(--hcr-danger);
}

.hooger-cart-ref-clear svg {
  font-size: .98rem;
}

.hooger-cart-ref-update,
.woocommerce .hooger-cart-ref-update.button {
  background: var(--hcr-soft) !important;
  border: 1px solid var(--hcr-border-soft) !important;
  box-shadow: none !important;
  color: var(--hcr-text) !important;
}

.hooger-cart-ref-update:hover,
.woocommerce .hooger-cart-ref-update.button:hover {
  border-color: rgba(255, 159, 10, .42) !important;
  color: var(--hcr-accent) !important;
}

.hooger-cart-ref-grid {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 1fr);
  margin-block-start: 24px;
}

.hooger-cart-ref-panel {
  min-block-size: 238px;
  padding: 24px 28px;
}

.hooger-cart-ref-panel h2 {
  color: var(--hcr-text);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.6;
  margin: 0 0 18px;
  text-align: right;
}

.hooger-cart-ref-summary__rows {
  display: grid;
  gap: 12px;
  margin: 0 0 14px;
}

.hooger-cart-ref-summary__rows div,
.hooger-cart-ref-total {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.hooger-cart-ref-summary__rows dt,
.hooger-cart-ref-summary__rows dd {
  color: var(--hcr-muted-strong);
  font-size: .88rem;
  font-weight: 700;
  margin: 0;
}

.hooger-cart-ref-summary__rows dd {
  color: var(--hcr-text);
  font-weight: 900;
}

.hooger-cart-ref-free {
  align-items: center;
  color: var(--hcr-success);
  display: flex;
  font-size: .82rem;
  font-weight: 800;
  gap: 7px;
  line-height: 1.7;
  margin: 14px 0 20px;
}

.hooger-cart-ref-total {
  margin-block-end: 18px;
}

.hooger-cart-ref-total span {
  color: var(--hcr-text);
  font-size: 1rem;
  font-weight: 900;
}

.hooger-cart-ref-total strong {
  color: var(--hcr-accent-strong);
  font-size: 1rem;
  font-weight: 900;
}

.hooger-cart-ref-checkout,
.woocommerce .hooger-cart-ref-checkout.button {
  background: linear-gradient(180deg, #ffa51a 0%, #ff9300 100%) !important;
  border: 0 !important;
  box-shadow: 0 10px 18px rgba(255, 147, 0, .22) !important;
  color: #ffffff !important;
  inline-size: 100%;
}

.hooger-cart-ref-checkout:hover,
.woocommerce .hooger-cart-ref-checkout.button:hover {
  filter: brightness(.98);
  transform: translateY(-1px);
}

.hooger-cart-ref-continue {
  background: transparent;
  border: 1px solid var(--hcr-border);
  color: var(--hcr-muted-strong);
  inline-size: 100%;
  margin-block-start: 10px;
}

.hooger-cart-ref-continue:hover {
  border-color: rgba(255, 159, 10, .45);
  color: var(--hcr-accent);
}

.hooger-cart-ref-coupon__form {
  display: grid;
  gap: 16px;
  margin: 0;
}

.hooger-cart-ref-coupon input.input-text,
.woocommerce .hooger-cart-ref-coupon input.input-text {
  background: var(--hcr-soft) !important;
  border: 1px solid var(--hcr-border-soft) !important;
  border-radius: var(--hcr-radius-sm) !important;
  box-shadow: none !important;
  color: var(--hcr-text) !important;
  font: inherit;
  font-size: .88rem;
  font-weight: 700;
  inline-size: 100% !important;
  min-block-size: 50px !important;
  outline: 0;
  padding: 0 18px !important;
  text-align: right;
}

.hooger-cart-ref-coupon input.input-text::placeholder {
  color: var(--hcr-muted);
}

.hooger-cart-ref-coupon__button,
.woocommerce .hooger-cart-ref-coupon__button.button {
  align-self: start;
  background: var(--hcr-soft) !important;
  border: 1px solid var(--hcr-border-soft) !important;
  box-shadow: none !important;
  color: var(--hcr-text) !important;
  justify-self: start;
  min-inline-size: 138px;
}

.hooger-cart-ref-coupon__button svg {
  color: var(--hcr-accent);
}

.hooger-cart-ref-coupon__button:hover,
.woocommerce .hooger-cart-ref-coupon__button.button:hover {
  border-color: rgba(255, 159, 10, .45) !important;
}

.hooger-cart-ref-benefits {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-block-start: 34px;
  padding: 24px 18px;
}

.hooger-cart-ref-benefits article {
  align-items: center;
  border-inline-start: 1px solid var(--hcr-border-soft);
  display: grid;
  gap: 8px;
  justify-items: center;
  min-inline-size: 0;
  padding: 0 24px;
  text-align: center;
}

.hooger-cart-ref-benefits article:last-child {
  border-inline-start: 0;
}

.hooger-cart-ref-benefits article > span {
  color: var(--hcr-accent);
  font-size: 1.85rem;
  filter: drop-shadow(0 8px 14px rgba(255, 159, 10, .2));
}

.hooger-cart-ref-benefits h3 {
  color: var(--hcr-text);
  font-size: .94rem;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
}

.hooger-cart-ref-benefits p {
  color: var(--hcr-muted);
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.8;
  margin: 0;
  max-inline-size: 17ch;
}

.hooger-cart-ref .woocommerce-message,
.hooger-cart-ref .woocommerce-error,
.hooger-cart-ref .woocommerce-info {
  border-radius: var(--hcr-radius-md);
}

@media (max-width: 980px) {
  .hooger-cart-ref {
    padding: 22px;
  }

  .hooger-cart-ref-table-card {
    padding-inline: 18px;
  }

  .hooger-cart-ref-product {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .hooger-cart-ref-product__media img {
    inline-size: 74px;
    max-inline-size: 74px;
  }

  .hooger-cart-ref-grid {
    grid-template-columns: 1fr;
  }

  .hooger-cart-ref-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
  }

  .hooger-cart-ref-benefits article:nth-child(2) {
    border-inline-start: 0;
  }
}

@media (max-width: 720px) {
  body.woocommerce-cart .hooger-woocommerce-content {
    padding-block: 18px !important;
  }

  .hooger-cart-ref {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }

  html.hooger-dark .hooger-cart-ref,
  html[data-theme="dark"] .hooger-cart-ref,
  html[data-hooger-theme="dark"] .hooger-cart-ref,
  body.hooger-dark .hooger-cart-ref {
    background: transparent;
  }

  .hooger-cart-ref-hero {
    align-items: center;
    margin-block-end: 22px;
    padding-block-start: 8px;
  }

  .hooger-cart-ref-titleline {
    gap: 10px;
  }

  .hooger-cart-ref-titleline h1 {
    font-size: 1.9rem;
  }

  .hooger-cart-ref-titleline__icon {
    min-block-size: 38px;
    min-inline-size: 38px;
  }

  .hooger-cart-ref-table-card {
    border-radius: 18px;
    padding: 14px;
  }

  .hooger-cart-ref-table,
  .hooger-cart-ref-table tbody,
  .hooger-cart-ref-table tr,
  .hooger-cart-ref-table td {
    display: block !important;
    inline-size: 100% !important;
  }

  .hooger-cart-ref-table thead {
    display: none;
  }

  .hooger-cart-ref-table tbody tr.cart_item,
  .woocommerce table.shop_table.hooger-cart-ref-table tbody tr.cart_item {
    background: var(--hcr-card-strong);
    border: 1px solid var(--hcr-border-soft);
    border-radius: 14px;
    display: grid !important;
    gap: 12px;
    grid-template-columns: 78px minmax(0, 1fr) 34px;
    margin-block: 12px;
    padding: 12px;
  }

  .hooger-cart-ref-table tbody tr.cart_item:first-child {
    margin-block-start: 0;
  }

  .hooger-cart-ref-table tbody td,
  .woocommerce table.shop_table.hooger-cart-ref-table tbody td {
    padding: 0 !important;
  }

  .hooger-cart-ref-table tbody td.product-name {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .hooger-cart-ref-product {
    gap: 12px;
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .hooger-cart-ref-product__media img {
    border-radius: 12px;
    inline-size: 70px;
    max-inline-size: 70px;
  }

  .hooger-cart-ref-product__title {
    font-size: .93rem;
  }

  .hooger-cart-ref-table tbody td.product-remove {
    align-self: start;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .hooger-cart-ref-table tbody td.product-price,
  .hooger-cart-ref-table tbody td.product-quantity,
  .hooger-cart-ref-table tbody td.product-subtotal {
    align-items: center !important;
    display: flex !important;
    flex-direction: row-reverse;
    grid-column: 1 / -1;
    justify-content: space-between;
    min-block-size: 38px;
    text-align: left;
  }

  .hooger-cart-ref-table tbody td.product-price::before,
  .hooger-cart-ref-table tbody td.product-quantity::before,
  .hooger-cart-ref-table tbody td.product-subtotal::before {
    color: var(--hcr-muted);
    content: attr(data-title);
    font-size: .8rem;
    font-weight: 900;
  }

  .hooger-cart-ref-qty {
    min-block-size: 38px;
  }

  .hooger-cart-ref-qty__btn,
  .hooger-cart-ref-qty .hooger-wc-qty-button,
  .hooger-cart-ref-qty input.qty,
  .woocommerce .hooger-cart-ref-qty .quantity .qty {
    min-block-size: 38px !important;
  }

  .hooger-cart-ref-qty .quantity,
  .woocommerce .hooger-cart-ref-qty .quantity,
  body.woocommerce-cart .hooger-woocommerce-content .hooger-cart-ref-qty .quantity,
  body.woocommerce-cart .hooger-woocommerce-content table.shop_table.cart td.product-quantity .hooger-cart-ref-qty .quantity {
    grid-template-columns: 34px 40px 34px !important;
    inline-size: 108px !important;
    min-inline-size: 108px !important;
  }

  .hooger-cart-ref-qty__btn,
  .hooger-cart-ref-qty .hooger-wc-qty-button,
  body.woocommerce-cart .hooger-woocommerce-content table.shop_table.cart td.product-quantity .hooger-cart-ref-qty .hooger-wc-qty-button {
    inline-size: 34px !important;
    min-inline-size: 34px !important;
  }

  .hooger-cart-ref-qty input.qty,
  .woocommerce .hooger-cart-ref-qty .quantity .qty,
  body.woocommerce-cart .hooger-woocommerce-content table.shop_table.cart td.product-quantity .hooger-cart-ref-qty .quantity .qty {
    inline-size: 40px !important;
    max-inline-size: 40px !important;
    min-inline-size: 40px !important;
  }

  .hooger-cart-ref-actions {
    align-items: stretch;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .hooger-cart-ref-clear,
  .hooger-cart-ref-update {
    inline-size: 100%;
  }

  .hooger-cart-ref-grid {
    gap: 16px;
    margin-block-start: 16px;
  }

  .hooger-cart-ref-panel {
    border-radius: 18px;
    min-block-size: auto;
    padding: 20px 16px;
  }

  .hooger-cart-ref-coupon__button {
    inline-size: 100%;
    justify-self: stretch;
  }

  .hooger-cart-ref-benefits {
    border-radius: 18px;
    grid-template-columns: 1fr;
    margin-block-start: 16px;
    padding: 8px 16px;
  }

  .hooger-cart-ref-benefits article {
    border-block-start: 1px solid var(--hcr-border-soft);
    border-inline-start: 0;
    grid-template-columns: 42px minmax(0, 1fr);
    justify-items: start;
    padding: 16px 0;
    text-align: right;
  }

  .hooger-cart-ref-benefits article:first-child {
    border-block-start: 0;
  }

  .hooger-cart-ref-benefits article > span {
    grid-row: 1 / span 2;
  }

  .hooger-cart-ref-benefits p {
    max-inline-size: none;
  }
}

@media (max-width: 430px) {
  body.woocommerce-cart .hooger-woocommerce-content > .hooger-container {
    max-inline-size: calc(100vw - 32px) !important;
  }

  .hooger-cart-ref-titleline h1 {
    font-size: 1.65rem;
  }

  .hooger-cart-ref-table-card,
  .hooger-cart-ref-panel,
  .hooger-cart-ref-benefits {
    border-radius: 16px;
  }

  .hooger-cart-ref-table tbody tr.cart_item,
  .woocommerce table.shop_table.hooger-cart-ref-table tbody tr.cart_item {
    grid-template-columns: 66px minmax(0, 1fr) 32px;
    padding: 10px;
  }

  .hooger-cart-ref-product {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .hooger-cart-ref-product__media img {
    inline-size: 60px;
    max-inline-size: 60px;
  }

  .hooger-cart-ref-product__title {
    font-size: .86rem;
  }

  .hooger-cart-ref-product__meta,
  .hooger-cart-ref-product__meta :where(p, dl, dd, dt) {
    font-size: .76rem;
  }
}

/* Cart final: keep the hero and breadcrumb strictly RTL and single-line. */
body.woocommerce-cart .hooger-cart-ref-hero {
  align-items: flex-start !important;
  direction: rtl !important;
  text-align: right !important;
}

body.woocommerce-cart .hooger-cart-ref-titleline {
  align-items: center !important;
  direction: rtl !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  min-inline-size: 0 !important;
  text-align: right !important;
}

body.woocommerce-cart .hooger-cart-ref-titleline__icon {
  flex: 0 0 auto !important;
  order: 0 !important;
}

body.woocommerce-cart .hooger-cart-ref-titleline h1 {
  flex: 0 1 auto !important;
  min-inline-size: 0 !important;
  order: 1 !important;
  text-align: right !important;
}

body.woocommerce-cart .hooger-cart-ref-breadcrumb {
  align-items: center !important;
  direction: rtl !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: .45rem !important;
  justify-content: flex-start !important;
  line-height: 1.4 !important;
  min-inline-size: 0 !important;
  text-align: right !important;
  white-space: nowrap !important;
}

body.woocommerce-cart .hooger-cart-ref-breadcrumb > * {
  align-items: center !important;
  background: transparent !important;
  block-size: 1.45rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  font: inherit !important;
  justify-content: center !important;
  line-height: 1.4 !important;
  min-block-size: 0 !important;
  min-inline-size: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

body.woocommerce-cart .hooger-cart-ref-breadcrumb svg {
  block-size: .9rem !important;
  display: block !important;
  inline-size: .9rem !important;
  transform: rotate(180deg) !important;
}

body.woocommerce-cart .hooger-cart-ref-breadcrumb span:has(svg) svg {
  display: none !important;
}

body.woocommerce-cart .hooger-cart-ref-breadcrumb span:has(svg)::before {
  color: var(--hcr-muted) !important;
  content: "/" !important;
  display: inline-flex !important;
  font: inherit !important;
  line-height: 1 !important;
}

@media (max-width: 720px) {
  body.woocommerce-cart .hooger-cart-ref-hero {
    align-items: center !important;
    padding-inline: 0 !important;
    text-align: center !important;
  }

  body.woocommerce-cart .hooger-cart-ref-titleline,
  body.woocommerce-cart .hooger-cart-ref-breadcrumb {
    justify-content: center !important;
    text-align: center !important;
  }

  body.woocommerce-cart .hooger-cart-ref-titleline h1 {
    text-align: right !important;
  }
}

/* Cart final: stable product rows on desktop and card layout on mobile/tablet. */
@media (min-width: 901px) {
  body.woocommerce-cart .hooger-cart-ref-table,
  body.woocommerce-cart .woocommerce table.shop_table.hooger-cart-ref-table,
  body.woocommerce-cart .hooger-woocommerce-content table.shop_table.cart.hooger-cart-ref-table {
    table-layout: auto !important;
  }

  body.woocommerce-cart .hooger-cart-ref-table thead th.product-name {
    width: 42% !important;
  }

  body.woocommerce-cart .hooger-cart-ref-table thead th.product-price {
    width: 16% !important;
  }

  body.woocommerce-cart .hooger-cart-ref-table thead th.product-quantity {
    width: 18% !important;
  }

  body.woocommerce-cart .hooger-cart-ref-table thead th.product-subtotal {
    width: 17% !important;
  }

  body.woocommerce-cart .hooger-cart-ref-table thead th.product-remove {
    width: 7% !important;
  }

  body.woocommerce-cart .hooger-cart-ref-table tbody td,
  body.woocommerce-cart .woocommerce table.shop_table.hooger-cart-ref-table tbody td {
    min-inline-size: 0 !important;
    overflow: visible !important;
  }

  body.woocommerce-cart .hooger-cart-ref-table tbody td.product-name {
    min-inline-size: 18rem !important;
    padding-inline-end: 0 !important;
  }

  body.woocommerce-cart .hooger-cart-ref-product {
    align-items: center !important;
    direction: rtl !important;
    gap: 1rem !important;
    grid-template-columns: clamp(4.5rem, 7vw, 5.4rem) minmax(0, 1fr) !important;
  }

  body.woocommerce-cart .hooger-cart-ref-product__media {
    justify-self: start !important;
  }

  body.woocommerce-cart .hooger-cart-ref-product__copy {
    min-inline-size: 0 !important;
    text-align: right !important;
  }

  body.woocommerce-cart .hooger-cart-ref-product__title,
  body.woocommerce-cart .hooger-cart-ref-product__meta {
    max-inline-size: 100% !important;
    overflow-wrap: anywhere !important;
  }

  body.woocommerce-cart .hooger-cart-ref-table tbody td.product-price,
  body.woocommerce-cart .hooger-cart-ref-table tbody td.product-subtotal {
    text-align: center !important;
    white-space: nowrap !important;
  }

  body.woocommerce-cart .hooger-cart-ref-table .amount {
    align-items: baseline !important;
    display: inline-flex !important;
    gap: .25em !important;
    justify-content: center !important;
    max-inline-size: 100% !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 900px) {
  body.woocommerce-cart .hooger-cart-ref-table,
  body.woocommerce-cart .hooger-cart-ref-table tbody,
  body.woocommerce-cart .woocommerce table.shop_table.hooger-cart-ref-table,
  body.woocommerce-cart .woocommerce table.shop_table.hooger-cart-ref-table tbody {
    display: block !important;
    inline-size: 100% !important;
    table-layout: auto !important;
  }

  body.woocommerce-cart .hooger-cart-ref-table thead {
    display: none !important;
  }

  body.woocommerce-cart .hooger-cart-ref-table tbody tr.cart_item,
  body.woocommerce-cart .woocommerce table.shop_table.hooger-cart-ref-table tbody tr.cart_item {
    background: var(--hcr-card-strong) !important;
    border: 1px solid var(--hcr-border-soft) !important;
    border-radius: 16px !important;
    direction: rtl !important;
    display: block !important;
    inline-size: 100% !important;
    margin-block: .85rem !important;
    min-inline-size: 0 !important;
    overflow: hidden !important;
    padding: .9rem !important;
    position: relative !important;
  }

  body.woocommerce-cart .hooger-cart-ref-table tbody tr.cart_item:first-child,
  body.woocommerce-cart .woocommerce table.shop_table.hooger-cart-ref-table tbody tr.cart_item:first-child {
    margin-block-start: 0 !important;
  }

  body.woocommerce-cart .hooger-cart-ref-table tbody td,
  body.woocommerce-cart .woocommerce table.shop_table.hooger-cart-ref-table tbody td {
    background: transparent !important;
    border: 0 !important;
    box-sizing: border-box !important;
    display: block !important;
    inline-size: 100% !important;
    min-inline-size: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
  }

  body.woocommerce-cart .hooger-cart-ref-table tbody td.product-name {
    margin-block-end: .75rem !important;
    padding-inline-start: 0 !important;
    padding-left: 2.8rem !important;
    padding-right: 0 !important;
    text-align: right !important;
  }

  body.woocommerce-cart .hooger-cart-ref-product {
    align-items: center !important;
    direction: rtl !important;
    display: grid !important;
    gap: .75rem !important;
    grid-template-columns: clamp(4rem, 18vw, 5rem) minmax(0, 1fr) !important;
    min-inline-size: 0 !important;
  }

  body.woocommerce-cart .hooger-cart-ref-product__media {
    justify-self: start !important;
    min-inline-size: 0 !important;
  }

  body.woocommerce-cart .hooger-cart-ref-product__media img {
    aspect-ratio: 1.18 / 1 !important;
    block-size: auto !important;
    inline-size: clamp(4rem, 18vw, 5rem) !important;
    max-inline-size: 100% !important;
    object-fit: cover !important;
  }

  body.woocommerce-cart .hooger-cart-ref-product__copy {
    min-inline-size: 0 !important;
    text-align: right !important;
  }

  body.woocommerce-cart .hooger-cart-ref-product__title {
    font-size: clamp(.86rem, 2.7vw, .98rem) !important;
    line-height: 1.65 !important;
    max-inline-size: 100% !important;
    overflow-wrap: anywhere !important;
    text-align: right !important;
  }

  body.woocommerce-cart .hooger-cart-ref-product__meta,
  body.woocommerce-cart .hooger-cart-ref-product__meta :where(p, dl, dd, dt) {
    font-size: clamp(.74rem, 2.35vw, .82rem) !important;
    line-height: 1.65 !important;
    max-inline-size: 100% !important;
    overflow-wrap: anywhere !important;
    text-align: right !important;
  }

  body.woocommerce-cart .hooger-cart-ref-table tbody td.product-remove {
    inline-size: 2.15rem !important;
    inset-block-start: .9rem !important;
    inset-inline-start: auto !important;
    left: .9rem !important;
    position: absolute !important;
    z-index: 2 !important;
  }

  body.woocommerce-cart .hooger-cart-ref-remove,
  body.woocommerce-cart .woocommerce a.remove.hooger-cart-ref-remove {
    block-size: 2.15rem !important;
    inline-size: 2.15rem !important;
    min-block-size: 2.15rem !important;
    min-inline-size: 2.15rem !important;
  }

  body.woocommerce-cart .hooger-cart-ref-table tbody td.product-price,
  body.woocommerce-cart .hooger-cart-ref-table tbody td.product-quantity,
  body.woocommerce-cart .hooger-cart-ref-table tbody td.product-subtotal {
    align-items: center !important;
    background: var(--hcr-soft) !important;
    border-radius: 12px !important;
    display: grid !important;
    direction: rtl !important;
    gap: .75rem !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    margin-block: .5rem !important;
    min-block-size: 3rem !important;
    padding: .55rem .75rem !important;
    text-align: initial !important;
  }

  body.woocommerce-cart .hooger-cart-ref-table tbody td.product-price::before,
  body.woocommerce-cart .hooger-cart-ref-table tbody td.product-quantity::before,
  body.woocommerce-cart .hooger-cart-ref-table tbody td.product-subtotal::before {
    color: var(--hcr-muted) !important;
    content: attr(data-title) !important;
    font-size: .82rem !important;
    font-weight: 900 !important;
    grid-column: 1 !important;
    justify-self: start !important;
    line-height: 1.5 !important;
    min-inline-size: max-content !important;
    text-align: right !important;
    white-space: nowrap !important;
  }

  body.woocommerce-cart .hooger-cart-ref-table tbody td.product-price > .amount,
  body.woocommerce-cart .hooger-cart-ref-table tbody td.product-subtotal > .amount,
  body.woocommerce-cart .hooger-cart-ref-table tbody td.product-price .amount,
  body.woocommerce-cart .hooger-cart-ref-table tbody td.product-subtotal .amount,
  body.woocommerce-cart .hooger-cart-ref-table tbody td.product-quantity .hooger-cart-ref-qty {
    grid-column: 2 !important;
    justify-self: end !important;
    max-inline-size: 100% !important;
    min-inline-size: 0 !important;
    text-align: left !important;
    white-space: nowrap !important;
  }

  body.woocommerce-cart .hooger-cart-ref-table tbody td.product-price .amount,
  body.woocommerce-cart .hooger-cart-ref-table tbody td.product-subtotal .amount {
    align-items: baseline !important;
    display: inline-flex !important;
    gap: .25em !important;
  }

  body.woocommerce-cart .hooger-cart-ref-qty {
    max-inline-size: 100% !important;
  }
}

@media (max-width: 430px) {
  body.woocommerce-cart .hooger-cart-ref-table tbody tr.cart_item,
  body.woocommerce-cart .woocommerce table.shop_table.hooger-cart-ref-table tbody tr.cart_item {
    padding: .78rem !important;
  }

  body.woocommerce-cart .hooger-cart-ref-table tbody td.product-name {
    padding-inline-start: 0 !important;
    padding-left: 2.55rem !important;
    padding-right: 0 !important;
  }

  body.woocommerce-cart .hooger-cart-ref-table tbody td.product-remove {
    inset-block-start: .78rem !important;
    left: .78rem !important;
  }

  body.woocommerce-cart .hooger-cart-ref-table tbody td.product-price,
  body.woocommerce-cart .hooger-cart-ref-table tbody td.product-quantity,
  body.woocommerce-cart .hooger-cart-ref-table tbody td.product-subtotal {
    border-radius: 11px !important;
    gap: .55rem !important;
    padding-inline: .62rem !important;
  }
}

/* Cart final: mobile hero must read visually RTL, not centered/LTR. */
@media (max-width: 720px) {
  body.woocommerce-cart .hooger-cart-ref-hero {
    align-items: flex-end !important;
    direction: rtl !important;
    inline-size: 100% !important;
    justify-content: flex-start !important;
    text-align: right !important;
  }

  body.woocommerce-cart .hooger-cart-ref-titleline,
  body.woocommerce-cart .hooger-cart-ref-breadcrumb {
    direction: rtl !important;
    inline-size: max-content !important;
    justify-content: flex-start !important;
    margin-inline-end: auto !important;
    margin-inline-start: 0 !important;
    max-inline-size: 100% !important;
    text-align: right !important;
  }

  body.woocommerce-cart .hooger-cart-ref-titleline h1 {
    order: 1 !important;
    text-align: right !important;
  }

  body.woocommerce-cart .hooger-cart-ref-titleline__icon {
    order: 0 !important;
  }
}

/* Cart final: keep summary actions and coupon form in one row. */
body.woocommerce-cart .hooger-cart-ref-summary {
  display: grid !important;
  gap: .7rem .65rem !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
}

body.woocommerce-cart .hooger-cart-ref-summary > :where(h2, dl, p, div) {
  grid-column: 1 / -1 !important;
}

body.woocommerce-cart .hooger-cart-ref-summary .hooger-cart-ref-checkout,
body.woocommerce-cart .hooger-cart-ref-summary .hooger-cart-ref-continue {
  inline-size: 100% !important;
  margin-block-start: 0 !important;
  min-inline-size: 0 !important;
  padding-inline: .65rem !important;
  white-space: nowrap !important;
}

body.woocommerce-cart .hooger-cart-ref-coupon__form {
  align-items: stretch !important;
  direction: rtl !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: .6rem !important;
}

body.woocommerce-cart .hooger-cart-ref-coupon input.input-text,
body.woocommerce-cart .woocommerce .hooger-cart-ref-coupon input.input-text {
  flex: 1 1 auto !important;
  min-inline-size: 0 !important;
}

body.woocommerce-cart .hooger-cart-ref-coupon__button,
body.woocommerce-cart .woocommerce .hooger-cart-ref-coupon__button.button {
  direction: rtl !important;
  flex: 0 0 clamp(7rem, 34vw, 8.8rem) !important;
  flex-direction: row-reverse !important;
  inline-size: auto !important;
  justify-self: auto !important;
  margin: 0 !important;
  min-inline-size: 7rem !important;
  padding-inline: .75rem !important;
  white-space: nowrap !important;
}

@media (max-width: 430px) {
  body.woocommerce-cart .hooger-cart-ref-summary {
    gap: .55rem !important;
  }

  body.woocommerce-cart .hooger-cart-ref-summary .hooger-cart-ref-checkout,
  body.woocommerce-cart .hooger-cart-ref-summary .hooger-cart-ref-continue {
    font-size: .78rem !important;
    min-block-size: 2.8rem !important;
  }

  body.woocommerce-cart .hooger-cart-ref-coupon__form {
    gap: .45rem !important;
  }

  body.woocommerce-cart .hooger-cart-ref-coupon__button,
  body.woocommerce-cart .woocommerce .hooger-cart-ref-coupon__button.button {
    flex-basis: 6.7rem !important;
    min-inline-size: 6.7rem !important;
  }
}

/* Cart final: RTL summary, equal coupon fields, and 2x2 benefits on mobile/tablet. */
body.woocommerce-cart .hooger-cart-ref-summary,
body.woocommerce-cart .hooger-cart-ref-summary * {
  direction: rtl !important;
}

body.woocommerce-cart .hooger-cart-ref-summary {
  text-align: right !important;
}

body.woocommerce-cart .hooger-cart-ref-summary__rows div,
body.woocommerce-cart .hooger-cart-ref-total {
  direction: rtl !important;
  flex-direction: row !important;
  text-align: right !important;
}

body.woocommerce-cart .hooger-cart-ref-summary__rows dt,
body.woocommerce-cart .hooger-cart-ref-total span {
  text-align: right !important;
}

body.woocommerce-cart .hooger-cart-ref-summary__rows dd,
body.woocommerce-cart .hooger-cart-ref-total strong {
  margin-inline-start: auto !important;
  text-align: left !important;
}

body.woocommerce-cart .hooger-cart-ref-free {
  direction: rtl !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  text-align: right !important;
}

body.woocommerce-cart .hooger-cart-ref-coupon__form {
  align-items: stretch !important;
  direction: rtl !important;
  display: grid !important;
  gap: .65rem !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
}

body.woocommerce-cart .hooger-cart-ref-coupon input.input-text,
body.woocommerce-cart .woocommerce .hooger-cart-ref-coupon input.input-text,
body.woocommerce-cart .hooger-cart-ref-coupon__button,
body.woocommerce-cart .woocommerce .hooger-cart-ref-coupon__button.button {
  block-size: 3.1rem !important;
  inline-size: 100% !important;
  min-block-size: 3.1rem !important;
  min-inline-size: 0 !important;
  width: 100% !important;
}

body.woocommerce-cart .hooger-cart-ref-coupon input.input-text,
body.woocommerce-cart .woocommerce .hooger-cart-ref-coupon input.input-text {
  font-size: clamp(.72rem, 2.6vw, .88rem) !important;
  padding-inline: .7rem !important;
}

body.woocommerce-cart .hooger-cart-ref-coupon__button,
body.woocommerce-cart .woocommerce .hooger-cart-ref-coupon__button.button {
  direction: rtl !important;
  flex-direction: row-reverse !important;
  font-size: clamp(.78rem, 2.7vw, .88rem) !important;
  gap: .42rem !important;
  margin: 0 !important;
  padding-inline: .55rem !important;
}

/* Cart final: update action appears before clear action in RTL flow. */
body.woocommerce-cart .hooger-cart-ref-actions {
  align-items: stretch !important;
  direction: rtl !important;
  display: grid !important;
  gap: .65rem !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
}

body.woocommerce-cart .hooger-cart-ref-update {
  grid-column: 1 !important;
  inline-size: 100% !important;
  min-inline-size: 0 !important;
  order: 0 !important;
  padding-inline: .55rem !important;
  white-space: nowrap !important;
}

body.woocommerce-cart .hooger-cart-ref-clear {
  grid-column: 2 !important;
  inline-size: 100% !important;
  min-inline-size: 0 !important;
  order: 1 !important;
  padding-inline: .55rem !important;
  white-space: nowrap !important;
}

@media (max-width: 900px) {
  body.woocommerce-cart .hooger-cart-ref-actions {
    align-items: stretch !important;
    direction: rtl !important;
    display: grid !important;
    gap: .65rem !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  }

  body.woocommerce-cart .hooger-cart-ref-update,
  body.woocommerce-cart .hooger-cart-ref-clear {
    inline-size: 100% !important;
    min-inline-size: 0 !important;
    padding-inline: .55rem !important;
    white-space: nowrap !important;
  }

  body.woocommerce-cart .hooger-cart-ref-update {
    grid-column: 1 !important;
  }

  body.woocommerce-cart .hooger-cart-ref-clear {
    grid-column: 2 !important;
  }
}

@media (max-width: 900px) {
  body.woocommerce-cart .hooger-cart-ref-benefits {
    display: grid !important;
    gap: .75rem !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding: .75rem !important;
  }

  body.woocommerce-cart .hooger-cart-ref-benefits article {
    align-content: center !important;
    align-items: center !important;
    background: var(--hcr-soft, rgba(15, 23, 42, .04)) !important;
    border: 1px solid var(--hcr-border-soft, rgba(15, 23, 42, .08)) !important;
    border-radius: 14px !important;
    display: grid !important;
    gap: .35rem !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center !important;
    min-block-size: 8.2rem !important;
    min-inline-size: 0 !important;
    padding: .85rem .45rem !important;
    text-align: center !important;
  }

  body.woocommerce-cart .hooger-cart-ref-benefits article > span {
    grid-row: auto !important;
    font-size: 1.45rem !important;
  }

  body.woocommerce-cart .hooger-cart-ref-benefits h3 {
    font-size: clamp(.76rem, 2.8vw, .9rem) !important;
    line-height: 1.55 !important;
    margin: 0 !important;
    overflow-wrap: anywhere !important;
    text-align: center !important;
  }

  body.woocommerce-cart .hooger-cart-ref-benefits p {
    font-size: clamp(.66rem, 2.45vw, .78rem) !important;
    line-height: 1.65 !important;
    max-inline-size: 14ch !important;
    overflow-wrap: anywhere !important;
    text-align: center !important;
  }
}
