/*
 * AlphaLabs Premium Cart
 * Presentation-only layer. Functional WooCommerce markup remains inherited.
 */
body.alpx-redesign-cart {
  --alcart-ink: #043f49;
  --alcart-ink-2: #0a5560;
  --alcart-teal: #128f92;
  --alcart-teal-dark: #08747a;
  --alcart-teal-soft: #eaf7f5;
  --alcart-orange: #ff7a18;
  --alcart-orange-dark: #e96508;
  --alcart-cream: #fffaf5;
  --alcart-surface: #ffffff;
  --alcart-line: #dfe9e7;
  --alcart-muted: #617176;
  --alcart-shadow: 0 22px 58px rgba(4, 63, 73, .09);
  background: #f8fcfb;
}

body.alpx-redesign-cart .main_content.aboutuspage {
  background:
    radial-gradient(circle at 7% 15%, rgba(30, 174, 169, .08), transparent 31rem),
    radial-gradient(circle at 96% 12%, rgba(255, 122, 24, .06), transparent 28rem),
    linear-gradient(180deg, #f7fbfa 0%, #fffaf5 100%);
  padding-bottom: 72px;
  overflow: visible;
}

body.alpx-redesign-cart .bread-crumb {
  background: rgba(229, 244, 239, .88);
  border-top: 1px solid rgba(4, 63, 73, .05);
  border-bottom: 1px solid rgba(4, 63, 73, .07);
}
body.alpx-redesign-cart .bread-crumb .container {
  max-width: 1180px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 12px;
  color: #587076;
}
body.alpx-redesign-cart .bread-crumb a { color: var(--alcart-teal-dark) !important; text-decoration: none; }
body.alpx-redesign-cart .bread-crumb span,
body.alpx-redesign-cart .bread-crumb span a,
body.alpx-redesign-cart .bread-crumb span a span,
body.alpx-redesign-cart .bread-crumb .current-item {
  color: #355d64 !important;
  -webkit-text-fill-color: currentColor !important;
}
body.alpx-redesign-cart .bread-crumb span a,
body.alpx-redesign-cart .bread-crumb span a span {
  color: var(--alcart-teal-dark) !important;
}

body.alpx-redesign-cart .post-inner-content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 18px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
body.alpx-redesign-cart article.post-7,
body.alpx-redesign-cart article.type-page,
body.alpx-redesign-cart .entry-content,
body.alpx-redesign-cart .woocommerce {
  overflow: visible;
}
body.alpx-redesign-cart .entry-header.page-header { display: none !important; }
body.alpx-redesign-cart .entry-footer { display: none !important; }

/* Premium cart intro injected through a stable WooCommerce hook. */
body.alpx-redesign-cart .alpx-cart-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: end;
  padding: 48px 0 28px;
}
body.alpx-redesign-cart .alpx-cart-intro__eyebrow {
  margin: 0 0 8px;
  color: var(--alcart-teal-dark);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
body.alpx-redesign-cart .alpx-cart-intro h1 {
  max-width: 720px;
  margin: 0;
  color: var(--alcart-ink);
  font-family: 'Inter-Bold', 'Inter', Arial, sans-serif;
  font-size: clamp(38px, 4.7vw, 58px);
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}
body.alpx-redesign-cart .alpx-cart-intro__copy {
  max-width: 650px;
  margin: 15px 0 0;
  color: var(--alcart-muted);
  font-size: 15px;
  line-height: 1.65;
}
body.alpx-redesign-cart .alpx-cart-steps {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 5px;
  white-space: nowrap;
}
body.alpx-redesign-cart .alpx-cart-step {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #718186;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
}
body.alpx-redesign-cart .alpx-cart-step::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cedbd9;
  box-shadow: 0 0 0 4px #eff5f4;
}
body.alpx-redesign-cart .alpx-cart-step.is-active { color: var(--alcart-ink); }
body.alpx-redesign-cart .alpx-cart-step.is-active::before {
  background: var(--alcart-orange);
  box-shadow: 0 0 0 4px #fff0e4;
}
body.alpx-redesign-cart .alpx-cart-step-sep { width: 22px; height: 1px; background: #ccd9d7; }

/* Notices: always occupy a predictable full-width block above the cart. */
body.alpx-redesign-cart .woocommerce-notices-wrapper {
  position: static !important;
  inset: auto !important;
  float: none !important;
  clear: both !important;
  transform: none !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  z-index: auto !important;
}
body.alpx-redesign-cart .woocommerce-notices-wrapper:empty { display: none !important; }
body.alpx-redesign-cart .woocommerce-notices-wrapper > .woocommerce-message,
body.alpx-redesign-cart .woocommerce-notices-wrapper > .woocommerce-info,
body.alpx-redesign-cart .woocommerce-notices-wrapper > .woocommerce-error,
body.alpx-redesign-cart .woocommerce > .woocommerce-message,
body.alpx-redesign-cart .woocommerce > .woocommerce-info,
body.alpx-redesign-cart .woocommerce > .woocommerce-error {
  position: relative !important;
  inset: auto !important;
  float: none !important;
  transform: none !important;
  width: 100% !important;
  min-height: 58px;
  margin: 0 0 12px !important;
  padding: 17px 54px 17px 54px !important;
  border: 1px solid #d6e7e4 !important;
  border-left: 4px solid var(--alcart-teal) !important;
  border-radius: 15px !important;
  background: #f3fbf9 !important;
  color: #244e55 !important;
  box-shadow: 0 12px 28px rgba(4, 63, 73, .07) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  list-style: none !important;
}
body.alpx-redesign-cart .woocommerce-notices-wrapper > .woocommerce-message::before,
body.alpx-redesign-cart .woocommerce > .woocommerce-message::before,
body.alpx-redesign-cart .woocommerce-notices-wrapper > .woocommerce-info::before,
body.alpx-redesign-cart .woocommerce > .woocommerce-info::before,
body.alpx-redesign-cart .woocommerce-notices-wrapper > .woocommerce-error::before,
body.alpx-redesign-cart .woocommerce > .woocommerce-error::before {
  position: absolute !important;
  top: 17px !important;
  left: 18px !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: #dff4ef !important;
  color: var(--alcart-teal-dark) !important;
  font-size: 14px !important;
  line-height: 1 !important;
}
body.alpx-redesign-cart .woocommerce-notices-wrapper > .woocommerce-message::before,
body.alpx-redesign-cart .woocommerce > .woocommerce-message::before { content: '✓' !important; }
body.alpx-redesign-cart .woocommerce-notices-wrapper > .woocommerce-info::before,
body.alpx-redesign-cart .woocommerce > .woocommerce-info::before { content: 'i' !important; font-weight: 900; }
body.alpx-redesign-cart .woocommerce-notices-wrapper > .woocommerce-error,
body.alpx-redesign-cart .woocommerce > .woocommerce-error {
  border-color: #f0d6d3 !important;
  border-left-color: #c94b3c !important;
  background: #fff7f6 !important;
  color: #6d302a !important;
}
body.alpx-redesign-cart .woocommerce-notices-wrapper > .woocommerce-error::before,
body.alpx-redesign-cart .woocommerce > .woocommerce-error::before {
  content: '!' !important;
  background: #fee8e5 !important;
  color: #b53c30 !important;
  font-weight: 900;
}
body.alpx-redesign-cart .woocommerce-notices-wrapper a.button,
body.alpx-redesign-cart .woocommerce-message a.button,
body.alpx-redesign-cart .woocommerce-info a.button {
  float: right !important;
  margin: -6px 0 -6px 16px !important;
  padding: 9px 14px !important;
  border: 1px solid rgba(4,63,73,.14) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--alcart-ink) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

/* Two-column cart composition. */
body.alpx-redesign-cart .cart-flx {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: 26px !important;
  align-items: start !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
body.alpx-redesign-cart form.woocommerce-cart-form {
  min-width: 0;
  margin: 0 !important;
}
body.alpx-redesign-cart .cart-tab {
  overflow: visible !important;
  width: 100%;
  padding: 0 !important;
  border: 1px solid var(--alcart-line);
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  box-shadow: var(--alcart-shadow);
}
body.alpx-redesign-cart .alpx-cart-items-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 24px 17px;
  border-bottom: 1px solid #e8efed;
}
body.alpx-redesign-cart .alpx-cart-items-head h2 {
  margin: 0;
  color: var(--alcart-ink);
  font-family: 'Inter-Bold','Inter',Arial,sans-serif;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.025em;
}
body.alpx-redesign-cart .alpx-cart-items-head span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid #dbeae7;
  border-radius: 999px;
  background: #f3faf8;
  color: var(--alcart-teal-dark);
  font-size: 11px;
  font-weight: 800;
}

body.alpx-redesign-cart table.shop_table.cart {
  display: block;
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border-collapse: separate !important;
}
body.alpx-redesign-cart table.shop_table.cart thead { display: none !important; }
body.alpx-redesign-cart table.shop_table.cart tbody { display: block; width: 100%; }
body.alpx-redesign-cart table.shop_table.cart tr.cart_item {
  position: relative;
  display: grid !important;
  grid-template-columns: 104px minmax(0, 1fr) 132px 100px 38px;
  gap: 18px;
  align-items: center;
  width: 100%;
  padding: 22px 24px !important;
  border: 0 !important;
  border-bottom: 1px solid #e9efee !important;
  background: transparent !important;
}
body.alpx-redesign-cart table.shop_table.cart tr.cart_item:last-child { border-bottom: 0 !important; }
body.alpx-redesign-cart table.shop_table.cart td {
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-align: left !important;
}
body.alpx-redesign-cart table.shop_table.cart td::before { display: none !important; }
body.alpx-redesign-cart td.product-thumbnail a {
  display: block;
  overflow: hidden;
  width: 104px;
  height: 104px;
  padding: 7px;
  border: 1px solid #e1ebe9;
  border-radius: 17px;
  background: linear-gradient(145deg,#f6fbfa,#fff8f2);
  transition: transform .25s ease, box-shadow .25s ease;
}
body.alpx-redesign-cart td.product-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border-radius: 11px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
body.alpx-redesign-cart td.product-name > a {
  display: inline-block;
  max-width: 430px;
  color: var(--alcart-ink) !important;
  font-family: 'Inter-Bold','Inter',Arial,sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none !important;
  text-wrap: pretty;
}
body.alpx-redesign-cart td.product-name > a:hover { color: var(--alcart-teal-dark) !important; }
body.alpx-redesign-cart td.product-name .product-price {
  margin-top: 7px;
  color: #52686d;
  font-size: 13px;
  font-weight: 700;
}
body.alpx-redesign-cart td.product-name .variation,
body.alpx-redesign-cart td.product-name dl.variation {
  margin: 7px 0 0 !important;
  color: #6d7f83;
  font-size: 12px;
}

/* Preserve quantity plugin markup; style only. */
body.alpx-redesign-cart td.product-quantity .qib-button-wrapper,
body.alpx-redesign-cart td.product-quantity .quantity {
  box-sizing: border-box;
}
body.alpx-redesign-cart td.product-quantity .qib-button-wrapper {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  width: 118px !important;
  min-width: 118px !important;
  height: 42px !important;
  padding: 3px !important;
  overflow: hidden;
  border: 1px solid #d9e5e3 !important;
  border-radius: 13px !important;
  background: #f7fbfa !important;
}
body.alpx-redesign-cart td.product-quantity .qib-button-wrapper .qib-button {
  display: grid !important;
  place-items: center !important;
  flex: 0 0 34px !important;
  width: 34px !important;
  min-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--alcart-ink) !important;
  box-shadow: none !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}
body.alpx-redesign-cart td.product-quantity .qib-button-wrapper .qib-button:hover {
  background: var(--alcart-teal-soft) !important;
  color: var(--alcart-teal-dark) !important;
}
body.alpx-redesign-cart td.product-quantity .quantity {
  display: block !important;
  flex: 0 0 42px !important;
  width: 42px !important;
  height: 34px !important;
  margin: 0 !important;
}
body.alpx-redesign-cart td.product-quantity input.qty {
  width: 42px !important;
  min-width: 42px !important;
  height: 34px !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 0 2px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--alcart-ink) !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-align: center !important;
  appearance: textfield;
}
body.alpx-redesign-cart td.product-quantity input.qty::-webkit-inner-spin-button,
body.alpx-redesign-cart td.product-quantity input.qty::-webkit-outer-spin-button { appearance: none; margin: 0; }

body.alpx-redesign-cart td.product-subtotal {
  color: var(--alcart-ink);
  font-family: 'Inter-Bold','Inter',Arial,sans-serif;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}
body.alpx-redesign-cart td.product-remove { position: static !important; inset: auto !important; text-align: right !important; justify-self: end; align-self: center; }
body.alpx-redesign-cart td.product-remove a.remove {
  display: grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  border: 1px solid #e7e9e8 !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #708084 !important;
  box-shadow: none !important;
  font-size: 22px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
}
body.alpx-redesign-cart td.product-remove a.remove:hover {
  transform: rotate(5deg) scale(1.04);
  border-color: #f0c7c2 !important;
  background: #fff2f0 !important;
  color: #b43e31 !important;
}

/* Parent cart CSS uses very specific white-text rules. These selectors intentionally
 * win those inherited rules without changing the WooCommerce remove URL/function. */
body.alpx-redesign-cart .post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td.product-remove a.remove {
  position: relative !important;
  color: transparent !important;
  font-size: 0 !important;
  text-indent: 0 !important;
  overflow: visible !important;
  background: #fff7f5 !important;
  border-color: #f0d9d4 !important;
}
body.alpx-redesign-cart .post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td.product-remove a.remove::before {
  content: '×' !important;
  display: block !important;
  color: #b64739 !important;
  font-family: Arial, sans-serif !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}
body.alpx-redesign-cart .post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td.product-remove a.remove:hover {
  background: #fff0ed !important;
  border-color: #efc6bf !important;
}
body.alpx-redesign-cart .post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td.product-remove a.remove:hover::before {
  color: #9f3429 !important;
}

/* Coupon/update actions. */
body.alpx-redesign-cart .actions.coupon-code {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 16px 0 0 !important;
  padding: 15px !important;
  border: 1px solid var(--alcart-line) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.9) !important;
  box-shadow: 0 14px 34px rgba(4,63,73,.055) !important;
}
body.alpx-redesign-cart .actions.coupon-code .coupon {
  display: flex !important;
  flex: 1 1 auto;
  align-items: center !important;
  gap: 8px !important;
  max-width: 470px;
}
body.alpx-redesign-cart .actions.coupon-code #coupon_code {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 15px !important;
  border: 1px solid #d7e4e2 !important;
  border-radius: 13px !important;
  background: #f7fbfa !important;
  color: var(--alcart-ink) !important;
  box-shadow: none !important;
  font-size: 13px !important;
  outline: none !important;
}
body.alpx-redesign-cart .actions.coupon-code #coupon_code:focus {
  border-color: rgba(18,143,146,.65) !important;
  box-shadow: 0 0 0 4px rgba(18,143,146,.10) !important;
  background: #fff !important;
}

body.alpx-redesign-cart .post-inner-content .entry-content .cart-flx form .coupon-code .coupon #coupon_code,
body.alpx-redesign-cart .post-inner-content .entry-content .cart-flx form .coupon-code .coupon input#coupon_code {
  background: #f5faf8 !important;
  color: var(--alcart-ink) !important;
  -webkit-text-fill-color: var(--alcart-ink) !important;
  opacity: 1 !important;
}
body.alpx-redesign-cart .post-inner-content .entry-content .cart-flx form .coupon-code .coupon #coupon_code::placeholder,
body.alpx-redesign-cart .post-inner-content .entry-content .cart-flx form .coupon-code .coupon input#coupon_code::placeholder {
  color: #6e7f83 !important;
  -webkit-text-fill-color: #6e7f83 !important;
  opacity: 1 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}
body.alpx-redesign-cart .actions.coupon-code button.button {
  width: auto !important;
  min-width: 132px;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 1px solid #c9d9d6 !important;
  border-radius: 13px !important;
  background: #fff !important;
  color: var(--alcart-ink) !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-transform: none !important;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
body.alpx-redesign-cart .actions.coupon-code .coupon button.button {
  border-color: transparent !important;
  background: var(--alcart-teal) !important;
  color: #fff !important;
}
body.alpx-redesign-cart .actions.coupon-code button.button:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(4,63,73,.28) !important;
}
body.alpx-redesign-cart .actions.coupon-code .coupon button.button:hover:not(:disabled) {
  background: var(--alcart-teal-dark) !important;
}
body.alpx-redesign-cart .post-inner-content .entry-content .cart-flx form .coupon-code > button[name="update_cart"],
body.alpx-redesign-cart .actions.coupon-code > button[name="update_cart"] {
  background: #ffffff !important;
  border-color: #cadbd8 !important;
  color: #34545a !important;
  -webkit-text-fill-color: #34545a !important;
  opacity: 1 !important;
}
body.alpx-redesign-cart .post-inner-content .entry-content .cart-flx form .coupon-code > button[name="update_cart"]:disabled,
body.alpx-redesign-cart .actions.coupon-code > button[name="update_cart"]:disabled {
  background: #f4f7f6 !important;
  border-color: #dfe8e6 !important;
  color: #829195 !important;
  -webkit-text-fill-color: #829195 !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
}
body.alpx-redesign-cart .post-inner-content .entry-content .cart-flx form .coupon-code > button[name="update_cart"]:not(:disabled):hover {
  background: #f0f8f6 !important;
  border-color: #95c9c5 !important;
  color: var(--alcart-teal-dark) !important;
  -webkit-text-fill-color: var(--alcart-teal-dark) !important;
}


/* Auto-update enhancement: the native WooCommerce Update cart submit remains in
 * the DOM as a fallback, but is hidden only after JS confirms auto-update is active. */
body.alpx-redesign-cart.alpx-cart-autoupdate-ready .actions.coupon-code > button[name="update_cart"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/* Totals panel. */
body.alpx-redesign-cart .cart-collaterals {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.alpx-redesign-cart .cart-collaterals .cart_totals {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid var(--alcart-line) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: var(--alcart-shadow) !important;
}

body.alpx-redesign-cart .cart-collaterals .cart_totals::before { display: none !important; content: none !important; }
body.alpx-redesign-cart .cart_totals > h2 {
  margin: 0 !important;
  padding: 22px 23px 17px !important;
  border-bottom: 1px solid #e8efed !important;
  color: var(--alcart-ink) !important;
  background: #fff !important;
  font-family: 'Inter-Bold','Inter',Arial,sans-serif !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: -.025em;
}
body.alpx-redesign-cart .cart_totals table.shop_table {
  width: 100% !important;
  margin: 0 !important;
  padding: 8px 22px 4px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  border-collapse: separate !important;
}
body.alpx-redesign-cart .cart_totals table.shop_table tbody { display: table-row-group !important; }
body.alpx-redesign-cart .cart_totals table.shop_table tr {
  display: table-row !important;
  background: transparent !important;
}
body.alpx-redesign-cart .cart_totals table.shop_table th,
body.alpx-redesign-cart .cart_totals table.shop_table td {
  padding: 13px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #edf2f1 !important;
  background: transparent !important;
  color: #51686d !important;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
  vertical-align: top !important;
}
body.alpx-redesign-cart .cart_totals table.shop_table th {
  width: 48% !important;
  padding-right: 12px !important;
  color: #3c565c !important;
  font-weight: 700 !important;
  text-align: left !important;
}
body.alpx-redesign-cart .cart_totals table.shop_table td {
  text-align: right !important;
  word-break: normal;
}
body.alpx-redesign-cart .cart_totals table.shop_table th small {
  display: block;
  margin-top: 3px;
  color: #8a9799;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.45;
}
body.alpx-redesign-cart .cart_totals tr.order-total th,
body.alpx-redesign-cart .cart_totals tr.order-total td {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  border-bottom: 0 !important;
  color: var(--alcart-ink) !important;
  font-family: 'Inter-Bold','Inter',Arial,sans-serif !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}
body.alpx-redesign-cart .cart_totals tr.order-total .amount { font-size: 20px !important; color: var(--alcart-ink) !important; }
body.alpx-redesign-cart .cart_totals .wc-proceed-to-checkout {
  margin: 0 !important;
  padding: 0 18px 18px !important;
}
body.alpx-redesign-cart .cart_totals .checkout-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 13px 20px !important;
  border: 1px solid var(--alcart-orange) !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #ff831f 0%, #f56f0d 100%) !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(245,111,13,.20) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  text-transform: none !important;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
body.alpx-redesign-cart .cart_totals .checkout-button::after {
  content: '→';
  margin-left: 9px;
  font-size: 17px;
  transition: transform .2s ease;
}
body.alpx-redesign-cart .cart_totals .checkout-button:hover {
  transform: translateY(-2px);
  filter: saturate(1.04);
  box-shadow: 0 16px 30px rgba(245,111,13,.27) !important;
}
body.alpx-redesign-cart .cart_totals .checkout-button:hover::after { transform: translateX(3px); }

body.alpx-redesign-cart .alpx-cart-trust {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0 18px 18px;
  padding: 13px;
  border: 1px solid #dceae7;
  border-radius: 16px;
  background: linear-gradient(145deg, #f4fbf9 0%, #fffaf5 100%);
}
body.alpx-redesign-cart .alpx-cart-trust__item {
  display: grid;
  grid-template-columns: 36px minmax(0,1fr);
  grid-template-areas:
    'icon title'
    'icon copy';
  column-gap: 10px;
  row-gap: 1px;
  align-items: center;
  min-width: 0;
  padding: 8px 9px;
  border-radius: 12px;
  color: var(--alcart-ink);
  text-align: left;
}
body.alpx-redesign-cart .alpx-cart-trust__item + .alpx-cart-trust__item {
  border-top: 1px solid rgba(4,63,73,.07);
  border-radius: 0;
  padding-top: 10px;
}
body.alpx-redesign-cart .alpx-cart-trust__icon {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(18,143,146,.13);
  border-radius: 11px;
  background: #e6f7f3;
  color: var(--alcart-teal-dark);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
}
body.alpx-redesign-cart .alpx-cart-trust__icon svg {
  width: 18px;
  height: 18px;
  display: block;
}
body.alpx-redesign-cart .alpx-cart-trust__title {
  grid-area: title;
  color: var(--alcart-ink);
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1.2;
}
body.alpx-redesign-cart .alpx-cart-trust__copy {
  grid-area: copy;
  margin-top: 2px;
  color: #6c7d81;
  font-size: 9.5px;
  font-weight: 600;
  line-height: 1.35;
}
/* Empty-cart state. */
body.alpx-redesign-cart .cart-empty.woocommerce-info {
  max-width: 720px !important;
  margin: 30px auto 18px !important;
  text-align: left;
}
body.alpx-redesign-cart .return-to-shop { margin: 0 auto 50px; text-align: center; }
body.alpx-redesign-cart .return-to-shop .button {
  padding: 13px 20px !important;
  border-radius: 12px !important;
  background: var(--alcart-orange) !important;
  color: #fff !important;
  font-weight: 800 !important;
}

@media (hover: hover) and (pointer: fine) {
  body.alpx-redesign-cart td.product-thumbnail a:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(4,63,73,.09);
  }
  body.alpx-redesign-cart table.shop_table.cart tr.cart_item {
    transition: background-color .22s ease;
  }
  body.alpx-redesign-cart table.shop_table.cart tr.cart_item:hover { background: linear-gradient(90deg, rgba(234,247,245,.45), rgba(255,255,255,0)) !important; }
  body.alpx-redesign-cart .cart-collaterals .cart_totals {
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }
  body.alpx-redesign-cart .cart-collaterals .cart_totals:hover {
    transform: translateY(-2px);
    border-color: #cbdedb !important;
    box-shadow: 0 28px 68px rgba(4,63,73,.12) !important;
  }
  body.alpx-redesign-cart .alpx-cart-trust__item {
    transition: background-color .2s ease, transform .2s ease;
  }
  body.alpx-redesign-cart .alpx-cart-trust__item:hover {
    background: rgba(255,255,255,.72);
    transform: translateX(2px);
  }
}

@media (min-width: 981px) {
  body.alpx-redesign-cart .cart-collaterals { position: sticky; top: 150px; }
}

@media (max-width: 980px) {
  body.alpx-redesign-cart .alpx-cart-intro { grid-template-columns: 1fr; align-items: start; }
  body.alpx-redesign-cart .alpx-cart-steps { margin-top: -3px; }
  body.alpx-redesign-cart .cart-flx {
    grid-template-columns: minmax(0, 1fr) 315px !important;
    gap: 18px !important;
  }
  body.alpx-redesign-cart table.shop_table.cart tr.cart_item {
    grid-template-columns: 82px minmax(0,1fr) 118px 82px 34px;
    gap: 12px;
    padding: 18px !important;
  }
  body.alpx-redesign-cart td.product-thumbnail a { width: 82px; height: 82px; }
  body.alpx-redesign-cart .actions.coupon-code { flex-wrap: wrap; }
  body.alpx-redesign-cart .actions.coupon-code .coupon { max-width: none; flex: 1 1 100%; }
}

@media (max-width: 767px) {
  body.alpx-redesign-cart .main_content.aboutuspage { padding-bottom: 42px; }
  body.alpx-redesign-cart .bread-crumb { display: none !important; }
  body.alpx-redesign-cart .post-inner-content { padding: 0 14px 10px; }
  body.alpx-redesign-cart .alpx-cart-intro { padding: 30px 2px 20px; gap: 18px; }
  body.alpx-redesign-cart .alpx-cart-intro h1 { font-size: clamp(34px, 11vw, 44px); }
  body.alpx-redesign-cart .alpx-cart-intro__copy { margin-top: 11px; font-size: 14px; line-height: 1.55; }
  body.alpx-redesign-cart .alpx-cart-steps { width: 100%; justify-content: flex-start; overflow: hidden; }
  body.alpx-redesign-cart .alpx-cart-step { font-size: 10px; }
  body.alpx-redesign-cart .alpx-cart-step-sep { width: 14px; }

  body.alpx-redesign-cart .woocommerce-notices-wrapper > .woocommerce-message,
  body.alpx-redesign-cart .woocommerce-notices-wrapper > .woocommerce-info,
  body.alpx-redesign-cart .woocommerce-notices-wrapper > .woocommerce-error,
  body.alpx-redesign-cart .woocommerce > .woocommerce-message,
  body.alpx-redesign-cart .woocommerce > .woocommerce-info,
  body.alpx-redesign-cart .woocommerce > .woocommerce-error {
    min-height: 54px;
    padding: 15px 16px 15px 48px !important;
    border-radius: 13px !important;
    font-size: 13px !important;
  }
  body.alpx-redesign-cart .woocommerce-notices-wrapper a.button,
  body.alpx-redesign-cart .woocommerce-message a.button,
  body.alpx-redesign-cart .woocommerce-info a.button {
    float: none !important;
    display: inline-flex !important;
    margin: 9px 0 0 !important;
  }

  body.alpx-redesign-cart .cart-flx { display: flex !important; flex-direction: column !important; gap: 18px !important; }
  body.alpx-redesign-cart .cart-tab,
  body.alpx-redesign-cart .cart-collaterals .cart_totals { border-radius: 18px !important; }
  body.alpx-redesign-cart .alpx-cart-items-head { padding: 17px 16px 14px; }
  body.alpx-redesign-cart .alpx-cart-items-head h2 { font-size: 18px; }

  body.alpx-redesign-cart table.shop_table.cart tr.cart_item {
    grid-template-columns: 76px minmax(0, 1fr) max-content;
    grid-template-areas:
      'image name name'
      'image quantity subtotal';
    column-gap: 12px;
    row-gap: 12px;
    align-items: center;
    padding: 16px !important;
  }
  body.alpx-redesign-cart td.product-thumbnail { grid-area: image; align-self: start; }
  body.alpx-redesign-cart td.product-name { grid-area: name; min-width: 0; padding-right: 40px !important; }
  body.alpx-redesign-cart td.product-quantity { grid-area: quantity; min-width: 0; align-self: center; }
  body.alpx-redesign-cart td.product-subtotal { grid-area: subtotal; justify-self: end; align-self: center; margin-left: 8px; }
  body.alpx-redesign-cart td.product-remove {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 2;
    width: 30px !important;
    height: 30px !important;
    text-align: center !important;
  }
  body.alpx-redesign-cart td.product-thumbnail a { width: 76px; height: 76px; padding: 5px; border-radius: 14px; }
  body.alpx-redesign-cart td.product-name > a { font-size: 13.5px; line-height: 1.32; }
  body.alpx-redesign-cart td.product-name .product-price { margin-top: 5px; font-size: 12px; }
  body.alpx-redesign-cart td.product-quantity .qib-button-wrapper {
    width: 104px !important;
    min-width: 104px !important;
    height: 38px !important;
  }
  body.alpx-redesign-cart td.product-quantity .qib-button-wrapper .qib-button {
    flex-basis: 30px !important;
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    font-size: 16px !important;
  }
  body.alpx-redesign-cart td.product-quantity .quantity,
  body.alpx-redesign-cart td.product-quantity input.qty {
    width: 38px !important;
    min-width: 38px !important;
    height: 30px !important;
  }
  body.alpx-redesign-cart td.product-subtotal { font-size: 14px; }
  body.alpx-redesign-cart td.product-remove a.remove { width: 30px !important; height: 30px !important; font-size: 19px !important; }

  body.alpx-redesign-cart .actions.coupon-code {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px !important;
    padding: 12px !important;
    border-radius: 16px !important;
  }
  body.alpx-redesign-cart .actions.coupon-code .coupon { display: grid !important; grid-template-columns: minmax(0,1fr) auto; gap: 7px !important; }
  body.alpx-redesign-cart .actions.coupon-code button.button { min-width: 112px; padding: 0 13px !important; }
  body.alpx-redesign-cart .actions.coupon-code > button[name="update_cart"] { width: 100% !important; }
  body.alpx-redesign-cart.alpx-cart-autoupdate-ready .actions.coupon-code { grid-template-columns: 1fr !important; }
  body.alpx-redesign-cart .alpx-cart-autoupdate-note { justify-content: flex-start; margin: 0; min-height: 28px; }

  body.alpx-redesign-cart .cart_totals > h2 { padding: 19px 18px 15px !important; font-size: 19px !important; }
  body.alpx-redesign-cart .cart_totals table.shop_table { padding: 6px 18px 2px !important; }
  body.alpx-redesign-cart .cart_totals .wc-proceed-to-checkout { padding: 0 14px 14px !important; }
  body.alpx-redesign-cart .cart_totals .checkout-button { min-height: 50px !important; font-size: 14px !important; }
  body.alpx-redesign-cart .alpx-cart-trust { margin: 0 14px 15px; padding: 11px; }
  body.alpx-redesign-cart .alpx-cart-trust__item { padding: 7px 8px; }
  body.alpx-redesign-cart .alpx-cart-trust__title { font-size: 11px; }
  body.alpx-redesign-cart .alpx-cart-trust__copy { font-size: 9px; }
}

@media (max-width: 390px) {
  body.alpx-redesign-cart .alpx-cart-step:nth-of-type(2),
  body.alpx-redesign-cart .alpx-cart-step:nth-of-type(3),
  body.alpx-redesign-cart .alpx-cart-step-sep { display: none; }
  body.alpx-redesign-cart .actions.coupon-code .coupon { grid-template-columns: 1fr; }
  body.alpx-redesign-cart .actions.coupon-code .coupon button.button { width: 100% !important; }
  body.alpx-redesign-cart table.shop_table.cart tr.cart_item { grid-template-columns: 68px minmax(0, 1fr) max-content; column-gap: 10px; row-gap: 10px; padding: 14px 12px !important; }
  body.alpx-redesign-cart td.product-thumbnail a { width: 68px; height: 68px; }
  body.alpx-redesign-cart td.product-name { padding-right: 36px !important; }
  body.alpx-redesign-cart td.product-remove { top: 12px !important; right: 12px !important; }
  body.alpx-redesign-cart td.product-quantity .qib-button-wrapper { width: 98px !important; min-width: 98px !important; }
  body.alpx-redesign-cart td.product-subtotal { margin-left: 4px; font-size: 13.5px; }
}



/* v1.4.20.3.28 cart refinements */
body.alpx-redesign-cart .alpx-cart-intro__copy { display: none !important; }

/* Auto-update stays functional but is intentionally invisible to customers. */
body.alpx-redesign-cart.alpx-cart-autoupdate-ready .actions.coupon-code {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
body.alpx-redesign-cart.alpx-cart-autoupdate-ready .actions.coupon-code .coupon {
  flex: 1 1 auto !important;
  max-width: 100% !important;
}

/* Mobile quantity: a true centered three-part segmented control. */
@media (max-width: 767px) {
  body.alpx-redesign-cart td.product-quantity .qib-button-wrapper {
    display: grid !important;
    grid-template-columns: 32px 40px 32px !important;
    align-items: center !important;
    justify-content: center !important;
    width: 108px !important;
    min-width: 108px !important;
    height: 40px !important;
    padding: 3px !important;
    border: 1px solid #d5e4e1 !important;
    border-radius: 13px !important;
    background: #f8fbfa !important;
    overflow: hidden !important;
  }
  body.alpx-redesign-cart td.product-quantity .qib-button-wrapper .qib-button {
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 9px !important;
    font-size: 16px !important;
    line-height: 32px !important;
  }
  body.alpx-redesign-cart td.product-quantity .quantity {
    display: grid !important;
    place-items: center !important;
    width: 40px !important;
    min-width: 40px !important;
    height: 32px !important;
    min-height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 9px !important;
    background: #edf8f6 !important;
  }
  body.alpx-redesign-cart td.product-quantity input.qty {
    display: block !important;
    width: 40px !important;
    min-width: 40px !important;
    height: 32px !important;
    min-height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: transparent !important;
    color: #064c56 !important;
    -webkit-text-fill-color: #064c56 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 32px !important;
    text-align: center !important;
    vertical-align: middle !important;
  }

  /* Keep totals visually balanced despite WooCommerce's small-screen table rules. */
  body.alpx-redesign-cart .cart_totals table.shop_table,
  body.alpx-redesign-cart .cart_totals table.shop_table tbody {
    display: block !important;
    width: 100% !important;
  }
  body.alpx-redesign-cart .cart_totals table.shop_table tr {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(108px, 42%) !important;
    align-items: center !important;
    column-gap: 18px !important;
    width: 100% !important;
    border-bottom: 1px solid #edf2f1 !important;
  }
  body.alpx-redesign-cart .cart_totals table.shop_table tr:last-child {
    border-bottom: 0 !important;
  }
  body.alpx-redesign-cart .cart_totals table.shop_table th,
  body.alpx-redesign-cart .cart_totals table.shop_table td {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 15px 0 !important;
    border: 0 !important;
    background: transparent !important;
    float: none !important;
  }
  body.alpx-redesign-cart .cart_totals table.shop_table th {
    justify-self: stretch !important;
    padding-right: 0 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }
  body.alpx-redesign-cart .cart_totals table.shop_table td {
    justify-self: end !important;
    text-align: right !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }
  body.alpx-redesign-cart .cart_totals table.shop_table td::before {
    display: none !important;
    content: none !important;
  }
  body.alpx-redesign-cart .cart_totals tr.order-total {
    margin-top: 2px !important;
    padding-top: 2px !important;
  }
  body.alpx-redesign-cart .cart_totals tr.order-total th,
  body.alpx-redesign-cart .cart_totals tr.order-total td {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
    font-size: 18px !important;
  }
  body.alpx-redesign-cart .cart_totals tr.order-total .amount {
    font-size: 21px !important;
    white-space: nowrap !important;
  }

  /* With the internal auto-update note removed, keep the coupon panel compact. */
  body.alpx-redesign-cart.alpx-cart-autoupdate-ready .actions.coupon-code {
    display: block !important;
    padding: 12px !important;
  }
  body.alpx-redesign-cart.alpx-cart-autoupdate-ready .actions.coupon-code .coupon {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) auto !important;
    gap: 8px !important;
  }
}

@media (max-width: 390px) {
  body.alpx-redesign-cart td.product-quantity .qib-button-wrapper {
    grid-template-columns: 30px 38px 30px !important;
    width: 102px !important;
    min-width: 102px !important;
  }
  body.alpx-redesign-cart td.product-quantity .qib-button-wrapper .qib-button {
    width: 30px !important;
    min-width: 30px !important;
  }
  body.alpx-redesign-cart td.product-quantity .quantity,
  body.alpx-redesign-cart td.product-quantity input.qty {
    width: 38px !important;
    min-width: 38px !important;
  }
  body.alpx-redesign-cart .cart_totals table.shop_table tr {
    grid-template-columns: minmax(0, 1fr) minmax(100px, 42%) !important;
    column-gap: 12px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.alpx-redesign-cart *,
  body.alpx-redesign-cart *::before,
  body.alpx-redesign-cart *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* v1.4.20.3.29 — force the mobile quantity value into the exact visual center. */
@media (max-width: 767px) {
  body.alpx-redesign-cart td.product-quantity .qib-button-wrapper > .quantity,
  body.alpx-redesign-cart td.product-quantity .qib-button-wrapper > .wqpmb_quantity {
    position: relative !important;
    display: block !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.alpx-redesign-cart td.product-quantity .qib-button-wrapper > .quantity > input.qty,
  body.alpx-redesign-cart td.product-quantity .qib-button-wrapper > .wqpmb_quantity > input.qty,
  body.alpx-redesign-cart td.product-quantity input.wqpmb_input_text.input-text.qty.text {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 100% !important;
    min-height: 0 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-inline: 0 !important;
    text-indent: 0 !important;
    text-align: center !important;
    text-align-last: center !important;
    vertical-align: middle !important;
    line-height: 32px !important;
    letter-spacing: 0 !important;
    font-family: 'Inter-Bold','Inter',Arial,sans-serif !important;
    font-variant-numeric: tabular-nums !important;
    color: #064c56 !important;
    -webkit-text-fill-color: #064c56 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: textfield !important;
    transform: none !important;
  }
}

/* v1.4.20.3.30 — durable quantity controls after WooCommerce AJAX refresh. */
@media (max-width: 767px) {
  /*
   * Make the three visible segments mathematically equal around the quantity
   * value. Earlier plugin CSS could still affect the nested .quantity element.
   */
  body.alpx-redesign-cart td.product-quantity .qib-button-wrapper {
    display: grid !important;
    grid-template-columns: 32px 40px 32px !important;
    grid-template-rows: 32px !important;
    place-content: center !important;
    align-items: center !important;
    justify-items: center !important;
    column-gap: 0 !important;
    width: 110px !important;
    min-width: 110px !important;
    height: 40px !important;
    padding: 3px !important;
  }

  body.alpx-redesign-cart td.product-quantity .qib-button-wrapper > button.qib-button {
    position: static !important;
    float: none !important;
    transform: none !important;
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.alpx-redesign-cart td.product-quantity .qib-button-wrapper > .quantity,
  body.alpx-redesign-cart td.product-quantity .qib-button-wrapper > .wqpmb_quantity {
    position: relative !important;
    grid-column: auto !important;
    display: grid !important;
    place-items: center !important;
    float: none !important;
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: #edf8f6 !important;
    transform: none !important;
  }

  /* Exact visual value: centered independently of Chrome number-input internals. */
  body.alpx-redesign-cart td.product-quantity .qib-button-wrapper > .quantity::after,
  body.alpx-redesign-cart td.product-quantity .qib-button-wrapper > .wqpmb_quantity::after {
    content: attr(data-alpx-qty);
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    pointer-events: none;
    color: #064c56;
    font-family: 'Inter-Bold','Inter',Arial,sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    text-align: center;
  }

  body.alpx-redesign-cart td.product-quantity .qib-button-wrapper input.qty,
  body.alpx-redesign-cart td.product-quantity input.wqpmb_input_text.input-text.qty.text {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    caret-color: #064c56 !important;
    text-align: center !important;
    text-indent: 0 !important;
    appearance: textfield !important;
    -webkit-appearance: none !important;
    -moz-appearance: textfield !important;
  }

  body.alpx-redesign-cart td.product-quantity input.qty::-webkit-inner-spin-button,
  body.alpx-redesign-cart td.product-quantity input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* When someone manually focuses the number field, expose the real input. */
  body.alpx-redesign-cart td.product-quantity .quantity:focus-within::after,
  body.alpx-redesign-cart td.product-quantity .wqpmb_quantity:focus-within::after {
    opacity: 0;
  }
  body.alpx-redesign-cart td.product-quantity .quantity:focus-within input.qty,
  body.alpx-redesign-cart td.product-quantity .wqpmb_quantity:focus-within input.qty {
    z-index: 3 !important;
    color: #064c56 !important;
    -webkit-text-fill-color: #064c56 !important;
    font-family: 'Inter-Bold','Inter',Arial,sans-serif !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 32px !important;
  }
}

@media (max-width: 390px) {
  body.alpx-redesign-cart td.product-quantity .qib-button-wrapper {
    grid-template-columns: 30px 38px 30px !important;
    grid-template-rows: 30px !important;
    width: 104px !important;
    min-width: 104px !important;
    height: 38px !important;
  }
  body.alpx-redesign-cart td.product-quantity .qib-button-wrapper > button.qib-button {
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
  }
  body.alpx-redesign-cart td.product-quantity .qib-button-wrapper > .quantity,
  body.alpx-redesign-cart td.product-quantity .qib-button-wrapper > .wqpmb_quantity {
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
  }
  body.alpx-redesign-cart td.product-quantity .quantity:focus-within input.qty,
  body.alpx-redesign-cart td.product-quantity .wqpmb_quantity:focus-within input.qty {
    line-height: 30px !important;
  }
}


/* v1.4.20.3.31 — premium coupon feedback without disturbing WooCommerce coupon logic. */
body.alpx-redesign-cart .actions.coupon-code {
  flex-wrap: wrap !important;
}

body.alpx-redesign-cart .actions.coupon-code > .alpx-cart-coupon-feedback {
  flex: 0 0 100% !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 1px 0 0 !important;
  padding: 0 !important;
  display: grid !important;
  gap: 8px !important;
}
body.alpx-redesign-cart .actions.coupon-code > .alpx-cart-coupon-feedback:empty {
  display: none !important;
}

/* Reset WooCommerce/parent notice rules inside the compact coupon panel. */
body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback > .alpx-cart-coupon-notice,
body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback > .woocommerce-message,
body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback > .woocommerce-info,
body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback > .woocommerce-error {
  position: relative !important;
  inset: auto !important;
  float: none !important;
  clear: both !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 12px 14px 12px 45px !important;
  border: 1px solid #d8e8e5 !important;
  border-left: 3px solid var(--alcart-teal) !important;
  border-radius: 13px !important;
  background: #f2faf8 !important;
  color: #28545b !important;
  box-shadow: none !important;
  list-style: none !important;
  font-family: 'Inter','Inter-Medium',Arial,sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  text-align: left !important;
  transform: none !important;
}

body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback > .alpx-cart-coupon-notice::before,
body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback > .woocommerce-message::before,
body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback > .woocommerce-info::before,
body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback > .woocommerce-error::before {
  position: absolute !important;
  top: 50% !important;
  left: 13px !important;
  right: auto !important;
  bottom: auto !important;
  display: grid !important;
  place-items: center !important;
  width: 23px !important;
  height: 23px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #dff3ee !important;
  color: var(--alcart-teal-dark) !important;
  content: 'i' !important;
  font-family: Arial,sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
}

body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback > .is-success,
body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback > .woocommerce-message {
  border-color: #cfe7df !important;
  border-left-color: #12907f !important;
  background: #eff9f6 !important;
  color: #24554e !important;
}
body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback > .is-success::before,
body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback > .woocommerce-message::before {
  content: '✓' !important;
  background: #d9f2ea !important;
  color: #087765 !important;
}

body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback > .is-error,
body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback > .woocommerce-error {
  border-color: #f0d8d3 !important;
  border-left-color: #cc5546 !important;
  background: #fff7f5 !important;
  color: #73372f !important;
}
body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback > .is-error::before,
body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback > .woocommerce-error::before {
  content: '!' !important;
  background: #fee9e5 !important;
  color: #b64033 !important;
}

body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback ul,
body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback li,
body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback p {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: inherit !important;
  background: transparent !important;
  font: inherit !important;
  line-height: inherit !important;
  list-style: none !important;
}

body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback a,
body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback a.button {
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 0 0 6px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--alcart-teal-dark) !important;
  box-shadow: none !important;
  font: inherit !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}

@media (max-width: 767px) {
  body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback > .alpx-cart-coupon-notice,
  body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback > .woocommerce-message,
  body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback > .woocommerce-info,
  body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback > .woocommerce-error {
    padding: 11px 12px 11px 42px !important;
    border-radius: 12px !important;
    font-size: 12.5px !important;
    line-height: 1.45 !important;
  }
  body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback > .alpx-cart-coupon-notice::before,
  body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback > .woocommerce-message::before,
  body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback > .woocommerce-info::before,
  body.alpx-redesign-cart .actions.coupon-code .alpx-cart-coupon-feedback > .woocommerce-error::before {
    left: 11px !important;
  }
}

/* v1.4.20.3.32 — WooCommerce 10.7 inline coupon-error layout fix.
 * WooCommerce now appends invalid-coupon feedback as
 * <p class="coupon-error-notice"> directly inside .coupon. Keep that element
 * in its native location so WooCommerce can clear it on input blur, but force
 * it onto its own full-width row and style it as AlphaLabs feedback. */
body.alpx-redesign-cart .actions.coupon-code .coupon {
  flex-wrap: wrap !important;
  row-gap: 9px !important;
}

body.alpx-redesign-cart .actions.coupon-code .coupon > #coupon_code {
  flex: 1 1 180px !important;
}

body.alpx-redesign-cart .actions.coupon-code .coupon > button[name="apply_coupon"] {
  flex: 0 0 auto !important;
}

body.alpx-redesign-cart .actions.coupon-code .coupon > .coupon-error-notice,
body.alpx-redesign-cart .actions.coupon-code .coupon > .alpx-cart-coupon-field-error {
  position: relative !important;
  order: 20 !important;
  flex: 0 0 100% !important;
  align-self: stretch !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 11px 14px 11px 43px !important;
  box-sizing: border-box !important;
  border: 1px solid #efd8d2 !important;
  border-left: 3px solid #c95647 !important;
  border-radius: 12px !important;
  background: #fff7f5 !important;
  color: #713b34 !important;
  -webkit-text-fill-color: #713b34 !important;
  box-shadow: none !important;
  font-family: 'Inter','Inter-Medium',Arial,sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  text-align: left !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

body.alpx-redesign-cart .actions.coupon-code .coupon > .coupon-error-notice::before,
body.alpx-redesign-cart .actions.coupon-code .coupon > .alpx-cart-coupon-field-error::before {
  content: '!' !important;
  position: absolute !important;
  top: 50% !important;
  left: 12px !important;
  display: grid !important;
  place-items: center !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #fee8e3 !important;
  color: #b74436 !important;
  -webkit-text-fill-color: #b74436 !important;
  font-family: Arial,sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
}

body.alpx-redesign-cart .actions.coupon-code #coupon_code.has-error {
  border-color: #d78a80 !important;
  background: #fffdfc !important;
  box-shadow: 0 0 0 4px rgba(201,86,71,.08) !important;
}

@media (max-width: 520px) {
  body.alpx-redesign-cart .actions.coupon-code .coupon > .coupon-error-notice,
  body.alpx-redesign-cart .actions.coupon-code .coupon > .alpx-cart-coupon-field-error {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    padding: 10px 12px 10px 40px !important;
    font-size: 12.5px !important;
  }

  body.alpx-redesign-cart .actions.coupon-code .coupon > .coupon-error-notice::before,
  body.alpx-redesign-cart .actions.coupon-code .coupon > .alpx-cart-coupon-field-error::before {
    left: 10px !important;
  }
}

