/*
Theme Name: COREAX v33
Theme URI: https://coreaxgear.com
Author: COREAX
Description: Industrial WooCommerce theme for COREAX RV and overland hardware.
Version: 0.39.5
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
Text Domain: coreax
*/

:root {
  --cx-ink: #121417;
  --cx-carbon: #1d2228;
  --cx-graphite: #343a40;
  --cx-steel: #8c959f;
  --cx-line: #d9dde1;
  --cx-paper: #f6f4ef;
  --cx-white: #ffffff;
  --cx-signal: #cf4f2a;
  --cx-amber: #c58a42;
  --cx-radius: 6px;
  --cx-max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--cx-ink);
  background: var(--cx-paper);
  font-family: Outfit, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  overflow-x: hidden;
}

/* v35 checkout flow conversion upgrade */
.woocommerce-cart .cx-page,
.woocommerce-checkout .cx-page,
.woocommerce-order-received .cx-page {
  padding: 48px 0 78px;
  background:
    linear-gradient(180deg, #f4f3ef 0%, #ffffff 520px),
    #ffffff;
}

.woocommerce-checkout .cx-nav,
.woocommerce-checkout .cx-header-tools,
.woocommerce-checkout .cx-mobile-menu,
.woocommerce-order-received .cx-nav,
.woocommerce-order-received .cx-header-tools,
.woocommerce-order-received .cx-mobile-menu {
  display: none;
}

.woocommerce-checkout .cx-header-inner,
.woocommerce-order-received .cx-header-inner {
  justify-content: space-between;
}

.woocommerce-checkout .cx-mobile-actions,
.woocommerce-order-received .cx-mobile-actions {
  margin-left: auto;
}

.woocommerce-cart .cx-page > .cx-shell,
.woocommerce-checkout .cx-page > .cx-shell,
.woocommerce-order-received .cx-page > .cx-shell {
  max-width: 1260px;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  gap: 26px 32px;
  align-items: start;
}

.woocommerce-order-received .woocommerce {
  max-width: 1120px;
  margin: 0 auto;
}

.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-notices-wrapper,
.cx-checkout-flow-hero,
.cx-flow-assurance {
  grid-column: 1 / -1;
}

.cx-checkout-flow-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .72fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(18, 20, 23, .12);
  padding-bottom: 28px;
}

.cx-flow-kicker {
  margin: 0 0 12px;
  color: #c6552d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cx-checkout-flow-hero h1 {
  max-width: 660px;
  margin: 0;
  color: #111417;
  font-size: clamp(36px, 4.4vw, 58px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .98;
}

.cx-checkout-flow-hero p:not(.cx-flow-kicker) {
  max-width: 560px;
  margin: 16px 0 0;
  color: #5d6670;
  font-size: 16px;
  line-height: 1.55;
}

.cx-flow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(18, 20, 23, .13);
  background: rgba(255, 255, 255, .78);
}

.cx-flow-step {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 92px;
  border-right: 1px solid rgba(18, 20, 23, .11);
  padding: 18px 16px;
  color: #7c858e;
}

.cx-flow-step:last-child {
  border-right: 0;
}

.cx-flow-step i {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(18, 20, 23, .18);
  border-radius: 50%;
  color: inherit;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.cx-flow-step b {
  color: inherit;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cx-flow-step.is-done,
.cx-flow-step.is-active {
  color: #111417;
  background: #ffffff;
}

.cx-flow-step.is-active::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 3px;
  background: #c6552d;
}

.cx-flow-step.is-done i,
.cx-flow-step.is-active i {
  border-color: #111417;
  background: #111417;
  color: #ffffff;
}

.cx-flow-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(18, 20, 23, .12);
  background: #171b20;
  color: #ffffff;
}

.cx-flow-assurance span {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 84px;
  border-right: 1px solid rgba(255, 255, 255, .14);
  padding: 18px 20px;
}

.cx-flow-assurance span:last-child {
  border-right: 0;
}

.cx-flow-assurance svg,
.cx-flow-fit-note svg,
.cx-flow-section-head svg,
.cx-flow-product-link svg,
.cx-flow-order-assurance svg,
.cx-flow-next-steps svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cx-flow-assurance strong,
.cx-flow-assurance small {
  display: block;
}

.cx-flow-assurance strong {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.cx-flow-assurance small {
  margin-top: 3px;
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
  line-height: 1.35;
}

.woocommerce-cart .woocommerce-cart-form {
  grid-column: 1;
  min-width: 0;
}

.woocommerce-cart .cart-collaterals {
  grid-column: 2;
  position: sticky;
  top: 104px;
  min-width: 0;
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table,
.woocommerce-order-received table.shop_table {
  overflow: hidden;
  border: 1px solid rgba(18, 20, 23, .13) !important;
  border-radius: 0 !important;
  background: #ffffff;
  box-shadow: 0 24px 62px -48px rgba(18, 20, 23, .52);
}

.woocommerce-cart table.shop_table th,
.woocommerce-checkout table.shop_table th {
  border-bottom: 1px solid rgba(18, 20, 23, .12) !important;
  color: #59636d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.woocommerce-cart table.shop_table td,
.woocommerce-checkout table.shop_table td,
.woocommerce-order-received table.shop_table td {
  border-top: 1px solid rgba(18, 20, 23, .09) !important;
  color: #252b31;
}

.woocommerce-cart table.cart img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  border: 1px solid rgba(18, 20, 23, .1);
  background: #f7f7f5;
}

.woocommerce-cart table.cart .product-name a,
.woocommerce-checkout-review-order-table .product-name {
  color: #111417;
  font-weight: 850;
  line-height: 1.25;
}

.woocommerce-cart table.cart .product-remove a {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(18, 20, 23, .14);
  color: #69727b !important;
  line-height: 1;
}

.woocommerce-cart table.cart .product-remove a:hover {
  border-color: rgba(198, 85, 45, .45);
  background: #fff4ef;
  color: #c6552d !important;
}

.woocommerce-cart .quantity .qty,
.woocommerce div.product form.cart input.qty {
  min-height: 40px;
  border: 1px solid rgba(18, 20, 23, .16);
  border-radius: 0;
  background: #ffffff;
  color: #111417;
  font-weight: 800;
}

.woocommerce-cart .actions {
  background: #fbfaf7;
}

.woocommerce-cart .coupon {
  display: flex;
  gap: 10px;
  align-items: center;
}

.woocommerce-cart .coupon .input-text,
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select2-container--default .select2-selection--single {
  min-height: 46px;
  border: 1px solid rgba(18, 20, 23, .15);
  border-radius: 0;
  background: #ffffff;
  color: #111417;
  font-size: 14px;
}

.woocommerce-cart .button,
.woocommerce-checkout .button,
.woocommerce-checkout #place_order,
.woocommerce a.button {
  min-height: 46px;
  border-radius: 0 !important;
  border: 1px solid #111417 !important;
  background: #111417 !important;
  color: #ffffff !important;
  padding: 0 20px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition:
    transform .22s cubic-bezier(.16, 1, .3, 1),
    background .22s cubic-bezier(.16, 1, .3, 1),
    border-color .22s cubic-bezier(.16, 1, .3, 1);
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce-checkout #place_order {
  width: 100%;
  min-height: 54px;
  border-color: #c6552d !important;
  background: #c6552d !important;
}

.woocommerce-cart .button:hover,
.woocommerce-checkout .button:hover,
.woocommerce-checkout #place_order:hover,
.woocommerce a.button:hover {
  transform: translateY(-1px);
  background: #cf633d !important;
  border-color: #cf633d !important;
}

.woocommerce-cart .cart_totals,
.woocommerce-checkout #order_review {
  border: 1px solid rgba(18, 20, 23, .13);
  background: #ffffff;
  padding: 22px;
  box-shadow: 0 28px 70px -50px rgba(18, 20, 23, .55);
}

.woocommerce-cart .cart_totals h2,
.woocommerce-checkout #order_review_heading {
  margin: 0 0 16px;
  color: #111417;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
}

.woocommerce-cart .cart_totals table,
.woocommerce-checkout #order_review table {
  box-shadow: none;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding-bottom: 0;
}

.cx-flow-fit-note,
.cx-flow-recommendations {
  grid-column: 1;
  min-width: 0;
}

.cx-flow-fit-note {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 12px 16px;
  align-items: center;
  margin-top: 18px;
  border: 1px solid rgba(18, 20, 23, .13);
  background: #ffffff;
  padding: 18px;
}

.cx-flow-fit-note div {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(18, 20, 23, .13);
  color: #111417;
}

.cx-flow-fit-note strong {
  color: #111417;
  font-size: 15px;
  font-weight: 900;
}

.cx-flow-fit-note p {
  margin: 0;
  color: #5f6871;
  font-size: 13px;
  line-height: 1.45;
}

.cx-flow-fit-note a,
.cx-flow-section-head a,
.cx-flow-product-link,
.cx-flow-thankyou-actions a:not(.cx-button) {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #111417;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cx-flow-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  margin-bottom: 16px;
}

.cx-flow-section-head h2 {
  margin: 0;
  color: #111417;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.06;
}

.cx-flow-section-head p:not(.cx-flow-kicker) {
  max-width: 520px;
  margin: 8px 0 0;
  color: #66707a;
  font-size: 13px;
  line-height: 1.45;
}

.cx-flow-recommendations {
  margin-top: 22px;
}

.cx-flow-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cx-flow-recommendations-thankyou .cx-flow-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cx-flow-product-card {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 14px;
  min-height: 138px;
  border: 1px solid rgba(18, 20, 23, .13);
  background: #ffffff;
  padding: 14px;
}

.cx-flow-product-media {
  display: grid;
  place-items: center;
  background: #f6f6f3;
}

.cx-flow-product-media img {
  width: 100%;
  height: 96px;
  object-fit: contain;
}

.cx-flow-product-card h3 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.22;
}

.cx-flow-product-card h3 a {
  color: #111417;
}

.cx-flow-product-price {
  display: block;
  margin-bottom: 14px;
  color: #c6552d;
  font-size: 14px;
  font-weight: 900;
}

.woocommerce-checkout form.checkout {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  grid-template-rows: auto 1fr;
  gap: 26px 32px;
  align-items: start;
}

.woocommerce-checkout #customer_details {
  grid-column: 1;
  grid-row: 1 / span 2;
  min-width: 0;
}

.woocommerce-checkout #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.woocommerce-checkout #order_review {
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
}

.woocommerce-checkout #order_review {
  position: sticky;
  top: 104px;
}

.woocommerce-checkout .col2-set {
  width: 100%;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  float: none;
  width: 100%;
  border: 1px solid rgba(18, 20, 23, .13);
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 24px 62px -50px rgba(18, 20, 23, .5);
}

.woocommerce-checkout .col2-set .col-2 {
  margin-top: 18px;
}

.woocommerce-checkout form .form-row {
  margin: 0 0 16px;
}

.woocommerce-checkout form .form-row label {
  margin-bottom: 7px;
  color: #22282e;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.woocommerce-checkout form .form-row .required {
  color: #c6552d;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3 {
  margin: 0 0 18px;
  color: #111417;
  font-size: 20px;
  font-weight: 900;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  grid-column: 1 / -1;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce-info,
.woocommerce-cart .woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-top-color: #c6552d;
  background: #fffaf7;
  color: #2b3036;
}

.cx-flow-order-assurance {
  display: grid;
  gap: 8px;
  margin: 16px 0;
  border-top: 1px solid rgba(18, 20, 23, .1);
  padding-top: 16px;
}

.cx-flow-order-assurance span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #55606a;
  font-size: 12px;
  font-weight: 800;
}

.woocommerce-checkout #payment {
  border-radius: 0;
  background: #f7f6f2;
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom-color: rgba(18, 20, 23, .12);
}

.woocommerce-checkout #payment div.payment_box {
  border-radius: 0;
  background: #ffffff;
  color: #59636d;
}

.woocommerce-order-received .cx-checkout-flow-hero {
  margin-bottom: 22px;
}

.woocommerce-order-received .woocommerce-order {
  display: grid;
  gap: 22px;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
  border: 1px solid rgba(18, 20, 23, .13);
  background: #ffffff;
  padding: 24px;
  color: #111417;
  font-size: 24px;
  font-weight: 900;
}

.woocommerce-order-received .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border: 1px solid rgba(18, 20, 23, .13);
  background: #ffffff;
}

.woocommerce-order-received .woocommerce-order-overview li {
  float: none;
  margin: 0;
  border-right: 1px solid rgba(18, 20, 23, .1);
  padding: 18px;
  color: #67717b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.woocommerce-order-received .woocommerce-order-overview li:last-child {
  border-right: 0;
}

.woocommerce-order-received .woocommerce-order-overview strong {
  display: block;
  margin-top: 7px;
  color: #111417;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.cx-flow-next-steps {
  border: 1px solid rgba(18, 20, 23, .13);
  background: #ffffff;
  padding: 24px;
}

.cx-flow-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(18, 20, 23, .12);
}

.cx-flow-next-grid article {
  min-height: 170px;
  background: #ffffff;
  padding: 22px;
}

.cx-flow-next-grid span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border: 1px solid rgba(18, 20, 23, .14);
  color: #111417;
}

.cx-flow-next-grid strong {
  display: block;
  color: #111417;
  font-size: 15px;
  font-weight: 900;
}

.cx-flow-next-grid p {
  margin: 8px 0 0;
  color: #5f6871;
  font-size: 13px;
  line-height: 1.45;
}

.cx-flow-thankyou-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
}

.cx-flow-recommendations-thankyou {
  margin-top: 0;
}

@media (max-width: 980px) {
  .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce,
  .woocommerce-checkout form.checkout,
  .cx-checkout-flow-hero {
    grid-template-columns: 1fr;
  }

  .woocommerce-cart .woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals,
  .cx-flow-fit-note,
  .cx-flow-recommendations,
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: 1;
    grid-row: auto;
  }

  .woocommerce-cart .cart-collaterals,
  .woocommerce-checkout #order_review {
    position: static;
  }

  .cx-flow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cx-flow-assurance,
  .cx-flow-recommendations-thankyou .cx-flow-product-grid,
  .cx-flow-next-grid,
  .woocommerce-order-received .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }

  .cx-flow-assurance span,
  .woocommerce-order-received .woocommerce-order-overview li {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .woocommerce-order-received .woocommerce-order-overview li {
    border-bottom-color: rgba(18, 20, 23, .1);
  }
}

@media (max-width: 640px) {
  .woocommerce-cart .cx-page,
  .woocommerce-checkout .cx-page,
  .woocommerce-order-received .cx-page {
    padding: 30px 0 58px;
  }

  .cx-checkout-flow-hero h1 {
    font-size: clamp(34px, 10vw, 42px);
  }

  .cx-flow-step {
    min-height: 78px;
    padding: 14px 12px;
  }

  .cx-flow-product-grid,
  .cx-flow-recommendations-thankyou .cx-flow-product-grid {
    grid-template-columns: 1fr;
  }

  .cx-flow-fit-note,
  .cx-flow-section-head,
  .cx-flow-product-card {
    grid-template-columns: 1fr;
  }

  .cx-flow-fit-note div {
    grid-row: auto;
  }

  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2,
  .woocommerce-cart .cart_totals,
  .woocommerce-checkout #order_review,
  .cx-flow-next-steps {
    padding: 18px;
  }

  .woocommerce-cart table.cart img {
    width: 72px;
    height: 72px;
  }

  .woocommerce-cart .coupon {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cx-flow-thankyou-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.cx-answer-block,
.cx-geo-answer {
  margin: 34px 0;
  border-left: 4px solid var(--cx-signal);
  padding: 22px 26px;
  background: #f4f5f5;
}

.cx-answer-block span,
.cx-geo-answer span {
  display: block;
  margin-bottom: 8px;
  color: #b95d36;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cx-answer-block p,
.cx-geo-answer p {
  margin: 0;
  max-width: 86ch;
  color: #1d2228;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
  font-weight: 650;
}

.cx-decision-strip,
.cx-geo-checks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 30px 0;
  border: 1px solid var(--cx-line);
  background: var(--cx-line);
}

.cx-decision-strip div,
.cx-geo-checks article {
  min-height: 168px;
  background: #fff;
  padding: 24px;
}

.cx-geo-checks em {
  display: block;
  margin-bottom: 18px;
  color: #b95d36;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .1em;
}

.cx-decision-strip strong,
.cx-geo-checks strong {
  display: block;
  color: var(--cx-ink);
  font-size: 18px;
  line-height: 1.2;
}

.cx-decision-strip span,
.cx-geo-checks p {
  display: block;
  margin: 10px 0 0;
  color: #5c646d;
  line-height: 1.6;
}

.cx-geo-panel {
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid var(--cx-line);
}

.cx-geo-disclosure {
  margin-top: 26px;
  padding-top: 0;
  border-top: 0;
}

.cx-geo-disclosure details {
  overflow: hidden;
  border: 1px solid #d8dcdf;
  border-radius: 8px;
  background: #f7f7f5;
}

.cx-geo-disclosure summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 16px;
  min-height: 60px;
  padding: 14px 18px;
  cursor: pointer;
  color: var(--cx-ink);
  list-style: none;
  transition: background .2s ease, color .2s ease;
}

.cx-geo-disclosure summary::marker,
.cx-geo-disclosure summary::-webkit-details-marker {
  content: "";
}

.cx-geo-disclosure summary:hover {
  background: #fff;
}

.cx-geo-summary-copy {
  display: grid;
  gap: 3px;
}

.cx-geo-summary-copy strong {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
}

.cx-geo-summary-copy small {
  color: #69717a;
  font-size: 13px;
  line-height: 1.35;
}

.cx-geo-summary-tag {
  padding: 5px 9px;
  border: 1px solid #d8dcdf;
  border-radius: 999px;
  background: #fff;
  color: #7b838c;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cx-geo-disclosure summary::after {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-right: 2px solid #b95d36;
  border-bottom: 2px solid #b95d36;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .2s ease;
}

.cx-geo-disclosure details[open] summary::after {
  transform: rotate(225deg) translateY(-2px);
}

.cx-geo-disclosure details[open] summary {
  border-bottom: 1px solid #e2e4e6;
  background: #fff;
}

.cx-geo-disclosure-body {
  padding: 18px;
  background: #fff;
}

.cx-geo-disclosure-copy {
  margin: 0 0 18px;
  max-width: 82ch;
  color: #4f5963;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
}

.cx-geo-disclosure .cx-geo-checks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  border: 0;
  background: transparent;
}

.cx-geo-disclosure .cx-geo-checks article {
  min-height: 0;
  padding: 16px;
  border: 1px solid #e2e4e6;
  border-radius: 6px;
  background: #fafafa;
}

.cx-geo-check-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  gap: 10px;
}

.cx-geo-disclosure .cx-geo-checks em {
  margin: 0;
  color: #b95d36;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: .1em;
}

.cx-geo-disclosure .cx-geo-checks strong {
  font-size: 15px;
  line-height: 1.25;
}

.cx-geo-disclosure .cx-geo-checks p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.55;
}

.cx-geo-faq {
  margin-top: 34px;
  border-top: 1px solid var(--cx-line);
}

.cx-page-faq {
  margin-bottom: 34px;
}

.cx-geo-faq h2 {
  margin: 26px 0 12px;
  color: var(--cx-ink);
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: 0;
}

.cx-geo-faq details {
  border-bottom: 1px solid var(--cx-line);
  padding: 18px 0;
}

.cx-geo-faq summary {
  cursor: pointer;
  color: var(--cx-ink);
  font-weight: 750;
  line-height: 1.35;
}

.cx-geo-faq p {
  margin: 12px 0 0;
  max-width: 78ch;
  color: #5c646d;
  line-height: 1.65;
}

.cx-guide {
  padding: 54px 0 70px;
}

.cx-guide-hero {
  max-width: 880px;
  margin-bottom: 36px;
}

.cx-guide-hero h1 {
  margin: 0;
  max-width: 780px;
  color: var(--cx-ink);
  font-size: clamp(40px, 6vw, 76px);
  line-height: .94;
  letter-spacing: 0;
}

.cx-guide-hero .cx-lead {
  max-width: 760px;
}

.cx-seo-hero {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(320px, .64fr);
  gap: 36px;
  align-items: end;
  max-width: none;
}

.cx-guide-media,
.cx-guide-inline-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid #d9dddf;
  border-radius: 8px;
  background: #fff;
}

.cx-guide-media img,
.cx-guide-inline-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.cx-guide-inline-image {
  margin: 0 0 22px;
}

.cx-guide-index {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid #d9dddf;
}

.cx-guide-card {
  display: grid;
  grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
  gap: 28px;
  min-height: 0;
  padding: 24px 0;
  border: 0;
  border-bottom: 1px solid #d9dddf;
  border-radius: 0;
  background: transparent;
  color: var(--cx-ink);
  text-decoration: none;
  transition: color .2s ease, background .2s ease, padding .2s ease;
}

.cx-guide-card:hover {
  padding-left: 12px;
  background: #fff;
}

.cx-guide-card span {
  display: block;
  margin: 4px 0 0;
  color: #b95d36;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cx-guide-card h2 {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.12;
  letter-spacing: 0;
}

.cx-guide-card p {
  margin: 12px 0 0;
  max-width: 74ch;
  color: #59616a;
  line-height: 1.65;
}

.cx-guide-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 36px;
  border: 1px solid #d9dddf;
  background: #d9dddf;
}

.cx-guide-strip div {
  padding: 22px;
  background: #fff;
}

.cx-guide-strip strong,
.cx-guide-strip span {
  display: block;
}

.cx-guide-strip strong {
  color: var(--cx-ink);
  font-size: 17px;
}

.cx-guide-strip span {
  margin-top: 8px;
  color: #5d6670;
  line-height: 1.55;
}

.cx-guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
  gap: 52px;
  align-items: start;
}

.cx-guide-main {
  display: grid;
  gap: 34px;
}

.cx-guide-main h2,
.cx-guide-aside h2 {
  margin: 0 0 14px;
  color: var(--cx-ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
  letter-spacing: 0;
}

.cx-guide-main p {
  color: #4f5963;
  line-height: 1.7;
}

.cx-guide-answer {
  padding: 24px 28px;
  border-left: 4px solid #b95d36;
  background: #f5f6f4;
}

.cx-guide-answer p {
  margin: 0;
  max-width: 76ch;
  color: #252b31;
  font-size: 18px;
  font-weight: 600;
}

.cx-guide-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #d9dddf;
}

.cx-guide-table div {
  padding: 20px 18px;
  border-bottom: 1px solid #d9dddf;
}

.cx-guide-table div:nth-child(odd) {
  border-right: 1px solid #d9dddf;
}

.cx-guide-table strong,
.cx-guide-table span {
  display: block;
}

.cx-guide-table strong {
  color: var(--cx-ink);
  font-size: 16px;
}

.cx-guide-table span {
  margin-top: 8px;
  color: #5b6470;
  line-height: 1.6;
}

.cx-guide-callout {
  padding: 28px;
  border: 1px solid #d9dddf;
  border-radius: 8px;
  background: #20252b;
  color: #fff;
}

.cx-guide-callout h2 {
  color: #fff;
}

.cx-guide-callout p {
  max-width: 72ch;
  color: #dce1e4;
}

.cx-guide-checklist {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cx-guide-checklist li {
  position: relative;
  padding: 14px 16px 14px 42px;
  border-top: 1px solid #e0e3e5;
  color: #414a54;
  line-height: 1.55;
}

.cx-guide-checklist li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b95d36;
}

.cx-guide-aside {
  position: sticky;
  top: 96px;
  padding: 22px;
  border: 1px solid #d9dddf;
  border-radius: 8px;
  background: #fafafa;
}

.cx-guide-aside h2 {
  font-size: 18px;
}

.cx-guide-aside a {
  display: block;
  padding: 13px 0;
  border-top: 1px solid #e0e3e5;
  color: var(--cx-ink);
  font-weight: 750;
  text-decoration: none;
}

.cx-guide-aside a:hover {
  color: #b95d36;
}

.cx-guide-faq {
  display: grid;
  gap: 12px;
}

.cx-guide-faq details {
  border-top: 1px solid #d9dddf;
  padding: 16px 0;
}

.cx-guide-faq summary {
  cursor: pointer;
  color: var(--cx-ink);
  font-weight: 800;
}

.cx-guide-faq p {
  margin: 12px 0 0;
  max-width: 76ch;
}

.cx-related-fit-guides {
  display: block;
  background: transparent;
}

.cx-related-fit-guides summary::-webkit-details-marker {
  display: none;
}

.cx-related-fit-guides nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 22px;
  margin-top: 12px;
}

.cx-related-fit-guides a {
  color: #3f4852;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  transition: color .18s ease;
}

.cx-related-fit-guides a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  margin-right: 8px;
  vertical-align: middle;
  background: #b95d36;
  opacity: .62;
}

.cx-related-fit-guides a:hover {
  color: #b95d36;
}

@media (max-width: 900px) {
  .cx-decision-strip,
  .cx-geo-checks,
  .cx-guide-strip,
  .cx-guide-table {
    grid-template-columns: 1fr;
  }

  .cx-decision-strip div,
  .cx-geo-checks article {
    min-height: 0;
  }

  .cx-guide-index,
  .cx-seo-hero,
  .cx-related-fit-guides,
  .cx-guide-layout {
    grid-template-columns: 1fr;
  }

  .cx-related-fit-guides nav {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .cx-guide-card {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 0;
  }

  .cx-guide-table div:nth-child(odd) {
    border-right: 0;
  }

  .cx-guide-aside {
    position: static;
  }
}

@media (max-width: 640px) {
  .cx-answer-block,
  .cx-geo-answer {
    padding: 18px;
  }

  .cx-answer-block p,
  .cx-geo-answer p {
    font-size: 18px;
  }

  .cx-guide {
    padding: 38px 0 54px;
  }

  .cx-guide-card,
  .cx-guide-callout,
  .cx-guide-answer {
    padding: 20px;
  }

  .cx-guide-hero h1 {
    font-size: 40px;
  }
}

/* Customer account registration and dashboard */
.cx-account-page {
  background: #f6f4ef;
  color: var(--cx-ink);
  padding: clamp(48px, 7vw, 86px) 0;
}

.cx-account-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.cx-account-head {
  margin-bottom: 24px;
}

.cx-account-head h1 {
  margin: 0;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: .98;
  letter-spacing: 0;
}

.cx-account-head p {
  max-width: 680px;
  margin: 10px 0 0;
  color: #525a63;
  font-size: 16px;
}

.cx-register-layout,
.cx-customer-layout {
  display: grid;
  gap: 22px;
}

.cx-register-layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .8fr);
  align-items: start;
}

.cx-account-form,
.cx-account-benefits,
.cx-account-panel,
.cx-account-sidebar,
.cx-account-summary section,
.cx-account-auth-card {
  border: 1px solid rgba(18, 20, 23, .12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 60px -52px rgba(18, 20, 23, .55);
}

.cx-account-form {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 3vw, 30px);
}

.cx-account-form label,
.cx-human-check {
  display: grid;
  gap: 7px;
  margin: 0;
}

.cx-account-form label > span,
.cx-human-check legend {
  color: #2b3137;
  font-size: 13px;
  font-weight: 850;
}

.cx-account-form input[type="email"],
.cx-account-form input[type="password"],
.cx-account-form input[type="text"],
.cx-account-form input[type="number"] {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cfd5da;
  border-radius: 6px;
  background: #ffffff;
  color: var(--cx-ink);
  font: inherit;
  padding: 10px 12px;
}

.cx-hidden-field {
  position: absolute;
  left: -9999px;
}

.cx-human-check {
  border: 1px solid #cfd5da;
  border-radius: 8px;
  padding: 16px;
}

.cx-human-check label {
  grid-template-columns: auto minmax(86px, 130px);
  align-items: center;
}

.cx-human-check small,
.cx-account-consent,
.cx-account-benefits span,
.cx-account-summary p,
.cx-purchased-item span {
  color: #5d6670;
  font-size: 13px;
  line-height: 1.45;
}

.cx-account-consent {
  grid-template-columns: 16px minmax(0, 1fr);
  align-items: start;
}

.cx-account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.cx-account-actions a,
.cx-account-summary a,
.cx-order-table a {
  color: var(--cx-signal);
  font-weight: 850;
}

.cx-account-notice {
  border-left: 4px solid var(--cx-signal);
  background: rgba(207, 79, 42, .08);
  padding: 12px 14px;
  color: var(--cx-ink);
  font-weight: 750;
}

.cx-account-benefits {
  display: grid;
  gap: 20px;
  padding: clamp(20px, 3vw, 30px);
}

.cx-account-benefits h2,
.cx-account-panel h2,
.cx-account-summary h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.15;
}

.cx-account-benefits div {
  display: grid;
  gap: 5px;
  border-top: 1px solid #edf0f2;
  padding-top: 16px;
}

.cx-customer-layout {
  grid-template-columns: 190px minmax(0, 1fr) 260px;
  align-items: start;
}

.cx-account-sidebar,
.cx-account-summary {
  position: sticky;
  top: 96px;
}

.cx-account-sidebar {
  display: grid;
  gap: 6px;
  padding: 18px;
}

.cx-account-sidebar strong {
  margin-bottom: 8px;
  color: #6a737d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.cx-account-sidebar a {
  border-radius: 6px;
  padding: 10px 12px;
  color: #343a40;
  font-size: 14px;
  font-weight: 750;
}

.cx-account-sidebar a.is-active,
.cx-account-sidebar a:hover {
  background: rgba(207, 79, 42, .08);
  color: var(--cx-signal);
}

.cx-customer-main {
  display: grid;
  gap: 18px;
}

.cx-account-panel {
  padding: clamp(18px, 2.5vw, 26px);
}

.cx-order-table {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr 1fr auto;
  gap: 0;
  margin-top: 16px;
  overflow-x: auto;
}

.cx-order-table > * {
  border-bottom: 1px solid #edf0f2;
  padding: 11px 10px;
  font-size: 13px;
}

.cx-order-table > div {
  color: #69717a;
  font-weight: 850;
}

.cx-purchased-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.cx-purchased-item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) minmax(150px, .7fr) auto;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid #edf0f2;
  padding-bottom: 12px;
}

.cx-purchased-image {
  display: grid;
  place-items: center;
  width: 74px;
  height: 62px;
  border: 1px solid #edf0f2;
  border-radius: 6px;
  background: #f7f7f5;
}

.cx-purchased-image img {
  max-width: 68px;
  max-height: 58px;
  object-fit: contain;
}

.cx-purchased-item strong,
.cx-purchased-item span,
.cx-account-summary strong,
.cx-account-summary span {
  display: block;
}

.cx-purchased-item form .cx-button {
  min-height: 38px;
  padding: 10px 14px;
}

.cx-account-summary {
  display: grid;
  gap: 14px;
}

.cx-account-summary section,
.cx-account-auth-card {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.cx-account-empty {
  margin: 14px 0 0;
  color: #5d6670;
}

@media (max-width: 960px) {
  .cx-register-layout,
  .cx-customer-layout {
    grid-template-columns: 1fr;
  }

  .cx-account-sidebar,
  .cx-account-summary {
    position: static;
  }
}

@media (max-width: 640px) {
  .cx-account-page {
    padding: 34px 0 48px;
  }

  .cx-account-shell {
    padding: 0 18px;
  }

  .cx-account-head h1 {
    font-size: clamp(30px, 9vw, 38px);
  }

  .cx-account-form,
  .cx-account-benefits,
  .cx-account-panel,
  .cx-account-auth-card {
    padding: 18px;
  }

  .cx-order-table {
    grid-template-columns: minmax(100px, 1fr) minmax(92px, 1fr) minmax(94px, 1fr) minmax(90px, 1fr) 96px;
  }

  .cx-purchased-item {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .cx-purchased-item > div:nth-of-type(2),
  .cx-purchased-item form {
    grid-column: 1 / -1;
  }

  .cx-purchased-item form .cx-button {
    width: 100%;
  }
}

body.single-product {
  padding-bottom: 88px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cx-shell {
  max-width: var(--cx-max);
  margin: 0 auto;
  padding: 0 24px;
}

.cx-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(18, 20, 23, 0.92);
  color: var(--cx-white);
  backdrop-filter: blur(14px);
}

.cx-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 24px;
}

.cx-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.cx-brand img {
  width: 156px;
  height: auto;
}

.cx-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.cx-nav a {
  color: rgba(255, 255, 255, 0.78);
}

.cx-nav a:hover,
.cx-nav a:focus {
  color: var(--cx-white);
}

.cx-nav .cx-nav-cta {
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 10px 14px;
  border-radius: var(--cx-radius);
  color: var(--cx-white);
}

.cx-main {
  min-height: 70vh;
}

.cx-commerce-hero {
  background: #eeeae1;
}

.cx-hero-track {
  position: relative;
  overflow: hidden;
}

.cx-hero-slide {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.cx-hero-slide-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.cx-hero-slide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cx-hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(246, 244, 239, .98) 0%, rgba(246, 244, 239, .88) 28%, rgba(246, 244, 239, .26) 56%, rgba(246, 244, 239, 0) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, .36) 0%, rgba(255, 255, 255, 0) 45%);
}

.cx-promo-panel {
  max-width: 560px;
  padding: 76px 0 86px;
}

.cx-promo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  margin: 0 0 18px;
  border-left: 5px solid var(--cx-signal);
  padding-left: 12px;
  color: #4b535b;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cx-promo-panel h1 {
  margin: 0;
  max-width: 600px;
  color: var(--cx-ink);
  font-size: clamp(48px, 6.8vw, 86px);
  line-height: .96;
  font-weight: 880;
  letter-spacing: 0;
}

.cx-promo-panel p {
  max-width: 500px;
  margin: 22px 0 0;
  color: #384049;
  font-size: 19px;
}

.cx-promo-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.cx-promo-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(18, 20, 23, .16);
  border-radius: var(--cx-radius);
  padding: 7px 10px;
  background: rgba(255, 255, 255, .68);
  color: #2e353d;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cx-promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.cx-promo-actions .cx-button.secondary {
  border-color: rgba(18, 20, 23, .24);
  background: rgba(255, 255, 255, .7);
  color: var(--cx-ink);
}

.cx-promo-actions .cx-button.secondary:hover {
  background: var(--cx-white);
  color: var(--cx-ink);
}

.cx-hero-dots {
  position: absolute;
  left: max(24px, calc((100vw - var(--cx-max)) / 2 + 24px));
  bottom: 30px;
  display: flex;
  gap: 8px;
}

.cx-hero-dots span {
  width: 34px;
  height: 4px;
  border-radius: 999px;
  background: rgba(18, 20, 23, .28);
}

.cx-hero-dots span:first-child {
  background: var(--cx-signal);
}

.cx-commerce-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--cx-line);
  border-bottom: 1px solid var(--cx-line);
  background: var(--cx-white);
}

.cx-strip-item {
  padding: 22px 24px;
  border-right: 1px solid var(--cx-line);
}

.cx-strip-item:last-child {
  border-right: 0;
}

.cx-strip-item strong {
  display: block;
  color: var(--cx-ink);
  font-size: 15px;
}

.cx-strip-item span {
  display: block;
  margin-top: 4px;
  color: #69717a;
  font-size: 14px;
}

.cx-category-rail {
  padding: 28px 0 0;
  background: var(--cx-paper);
}

.cx-category-rail .cx-shell {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cx-category-tile {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 112px;
  border: 1px solid var(--cx-line);
  border-radius: var(--cx-radius);
  padding: 14px;
  background: var(--cx-white);
}

.cx-category-tile img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  border-radius: var(--cx-radius);
  background: #f4f1e8;
}

.cx-category-tile strong {
  display: block;
  color: var(--cx-ink);
  font-size: 18px;
  line-height: 1.12;
}

.cx-category-tile span {
  display: block;
  margin-top: 4px;
  color: #69717a;
  font-size: 13px;
}

.cx-page {
  padding: 72px 0;
}

.cx-hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  color: var(--cx-white);
  background:
    radial-gradient(circle at 78% 30%, rgba(207, 79, 42, .18), transparent 34%),
    radial-gradient(circle at 86% 78%, rgba(197, 138, 66, .16), transparent 28%),
    linear-gradient(135deg, #121417 0%, #242a31 52%, #111315 100%);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.cx-hero .cx-shell {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 630px) minmax(360px, 1fr);
  align-items: center;
  gap: 56px;
  padding-top: 60px;
  padding-bottom: 80px;
}

.cx-kicker {
  margin: 0 0 18px;
  color: #f0b36d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.cx-hero h1,
.cx-section h2,
.cx-page h1 {
  margin: 0;
  line-height: .98;
  letter-spacing: 0;
}

.cx-hero h1 {
  max-width: 720px;
  font-size: clamp(54px, 8vw, 104px);
  font-weight: 850;
}

.cx-hero p {
  max-width: 620px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
}

.cx-hero-visual {
  position: relative;
}

.cx-hero-visual::before {
  content: "";
  position: absolute;
  inset: 12% -10% -8% 18%;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .04);
  transform: skewX(-8deg);
}

.cx-hero-visual img {
  position: relative;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .38);
  object-fit: cover;
}

.cx-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.cx-button,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: var(--cx-radius);
  padding: 12px 18px;
  background: var(--cx-signal);
  color: var(--cx-white);
  font-weight: 800;
  line-height: 1;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.cx-button:hover,
.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover {
  transform: translateY(-1px);
  background: #b94121;
  color: var(--cx-white);
}

.cx-button.secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.cx-button.secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}

.cx-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.14);
}

.cx-proof {
  padding: 28px 24px;
  background: rgba(18, 20, 23, 0.9);
}

.cx-proof strong {
  display: block;
  font-size: 15px;
  color: var(--cx-white);
}

.cx-proof span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
}

.cx-section {
  padding: 92px 0;
}

.cx-section.light {
  background: var(--cx-white);
}

.cx-section.dark {
  background: var(--cx-carbon);
  color: var(--cx-white);
}

.home .cx-section.dark {
  padding: 82px 0;
}

.home .cx-section.light,
.home .cx-band {
  padding: 78px 0;
}

.cx-section h2,
.cx-page h1 {
  max-width: 780px;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 830;
}

.cx-section .cx-lead,
.cx-page .cx-lead {
  max-width: 720px;
  margin: 18px 0 0;
  color: #59616a;
  font-size: 19px;
}

.cx-section.dark .cx-lead {
  color: rgba(255, 255, 255, 0.7);
}

.cx-section.dark .cx-feature strong {
  color: var(--cx-white);
}

.cx-section.dark .cx-feature span {
  color: rgba(255, 255, 255, 0.68);
}

.cx-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.cx-card {
  border: 1px solid var(--cx-line);
  border-radius: var(--cx-radius);
  background: var(--cx-white);
  overflow: hidden;
}

.cx-card.dark {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.cx-card-media {
  aspect-ratio: 4 / 3;
  background: #e9ecef;
}

.cx-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cx-card-body {
  padding: 24px;
}

.cx-card h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.14;
}

.cx-card p {
  margin: 12px 0 0;
  color: #5c646d;
}

.cx-card.dark p {
  color: rgba(255, 255, 255, 0.7);
}

.cx-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.cx-feature-list {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.cx-feature {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.cx-feature-mark {
  grid-column: 1;
  grid-row: 1;
  width: 34px;
  height: 34px;
  border-radius: var(--cx-radius);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, var(--cx-signal), var(--cx-amber));
}

.cx-feature > p:empty {
  display: none;
}

.cx-feature > div {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.cx-feature strong {
  display: block;
  line-height: 1.2;
}

.cx-feature span {
  display: block;
  margin-top: 5px;
  color: #59616a;
}

.cx-band {
  border-top: 1px solid rgba(18, 20, 23, 0.1);
  border-bottom: 1px solid rgba(18, 20, 23, 0.1);
  background: #e7e2d8;
}

.cx-policy {
  display: grid;
  gap: 18px;
  margin-top: 36px;
}

.cx-policy-block {
  border: 1px solid var(--cx-line);
  border-radius: var(--cx-radius);
  background: var(--cx-white);
  padding: 26px;
}

.cx-policy-block h2,
.cx-policy-block h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.18;
}

.cx-policy-block p,
.cx-policy-block li {
  color: #59616a;
}

.cx-policy-block ul,
.cx-policy-block ol {
  margin: 12px 0 0;
  padding-left: 20px;
}

.cx-note {
  border-left: 4px solid var(--cx-signal);
  margin-top: 28px;
  padding: 16px 18px;
  background: #fff7f1;
  color: #4f5660;
}

.cx-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.cx-footer {
  background: var(--cx-ink);
  color: rgba(255, 255, 255, 0.72);
  padding: 54px 0 32px;
}

.cx-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 32px;
}

.cx-footer img {
  width: 150px;
  margin-bottom: 18px;
}

.cx-footer h3 {
  margin: 0 0 14px;
  color: var(--cx-white);
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cx-footer a {
  display: block;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.72);
}

.cx-footer-bottom {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border: 1px solid var(--cx-line);
  border-radius: var(--cx-radius);
  background: var(--cx-white);
  overflow: hidden;
  padding-bottom: 18px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0 16px;
  color: var(--cx-ink);
  font-size: 18px;
}

.woocommerce ul.products li.product .price {
  padding: 0 16px;
  color: var(--cx-signal);
  font-weight: 800;
}

.woocommerce ul.products li.product .button {
  margin-left: 16px;
}

.woocommerce div.product {
  max-width: var(--cx-max);
  margin: 0 auto;
  padding: 70px 24px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  gap: 58px;
  align-items: start;
}

.woocommerce div.product > * {
  min-width: 0;
}

.woocommerce div.product .woocommerce-product-gallery {
  display: none !important;
}

.woocommerce div.product .summary {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.woocommerce div.product .product_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid var(--cx-line);
  color: #59616a;
  font-size: 14px;
}

.woocommerce div.product .product_title {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
  overflow-wrap: anywhere;
}

.woocommerce div.product p.price {
  color: var(--cx-signal);
  font-weight: 850;
}

.woocommerce div.product form.cart {
  margin-top: 26px;
  padding: 24px;
  border: 1px solid var(--cx-line);
  border-radius: var(--cx-radius);
  background: var(--cx-white);
}

.woocommerce div.product form.cart .variations {
  width: 100%;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
  display: block;
  padding: 0 0 10px;
  text-align: left;
}

.woocommerce div.product form.cart select,
.woocommerce div.product form.cart input.qty {
  min-height: 42px;
  border: 1px solid var(--cx-line);
  border-radius: var(--cx-radius);
  padding: 8px 10px;
  background: #fafafa;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
  background: var(--cx-signal) !important;
  color: var(--cx-white) !important;
}

.cx-product-visual {
  position: relative;
  min-width: 0;
  min-height: 520px;
  border: 1px solid var(--cx-line);
  border-radius: var(--cx-radius);
  background:
    linear-gradient(135deg, #ffffff 0%, #f3f3ef 100%);
  overflow: hidden;
}

.cx-product-visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: contain;
  padding: 34px;
}

.cx-product-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: inline-flex;
  border-radius: var(--cx-radius);
  padding: 10px 12px;
  background: var(--cx-ink);
  color: var(--cx-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cx-product-hero .summary > .price,
.cx-product-hero .summary > .woocommerce-product-details__short-description,
.cx-product-hero .summary > form.cart,
.cx-product-hero .summary > .product_meta {
  max-width: 560px;
}

.cx-product-hero .summary .woocommerce-product-details__short-description ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.cx-product-hero .summary .woocommerce-product-details__short-description li {
  position: relative;
  padding-left: 24px;
  color: #3d454d;
}

.cx-product-hero .summary .woocommerce-product-details__short-description li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cx-signal);
}

.cx-aplus {
  grid-column: 1 / -1;
  margin-top: 64px;
  background: var(--cx-white);
  border-top: 1px solid var(--cx-line);
}

.cx-aplus-section {
  max-width: var(--cx-max);
  margin: 0 auto;
  padding: 88px 24px;
}

.cx-aplus-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: center;
}

.cx-aplus-hero h2,
.cx-aplus-section h2 {
  margin: 0;
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1.02;
}

.cx-aplus-hero p,
.cx-aplus-section p {
  color: #59616a;
}

.cx-aplus-image {
  border: 1px solid var(--cx-line);
  border-radius: var(--cx-radius);
  background: #f6f4ef;
  overflow: hidden;
}

.cx-aplus-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 28px;
}

.cx-spec-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 32px;
  background: var(--cx-line);
  border: 1px solid var(--cx-line);
}

.cx-spec {
  background: var(--cx-white);
  padding: 22px;
}

.cx-spec span {
  display: block;
  color: #69717a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cx-spec strong {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.16;
}

.cx-aplus-dark {
  background: var(--cx-carbon);
  color: var(--cx-white);
}

.cx-aplus-dark p,
.cx-aplus-dark .cx-feature span {
  color: rgba(255, 255, 255, .68);
}

.cx-aplus-dark .cx-feature strong {
  color: var(--cx-white);
}

.cx-aplus-cta {
  margin-top: 34px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--cx-radius);
  background: rgba(255, 255, 255, .06);
}

.related.products {
  display: none;
}

@media (max-width: 900px) {
  .cx-nav {
    gap: 14px;
    font-size: 12px;
  }

  .cx-hero,
  .cx-hero .cx-shell {
    min-height: 680px;
  }

  .cx-hero-slide {
    min-height: 560px;
  }

  .cx-hero-slide::after {
    background:
      linear-gradient(90deg, rgba(246, 244, 239, .97) 0%, rgba(246, 244, 239, .82) 54%, rgba(246, 244, 239, .1) 100%);
  }

  .cx-promo-panel {
    max-width: 520px;
    padding: 66px 0 82px;
  }

  .cx-hero .cx-shell,
  .woocommerce div.product,
  .cx-aplus-hero,
  .cx-split,
  .cx-footer-grid {
    grid-template-columns: 1fr;
  }

  .cx-hero-visual {
    display: none;
  }

  .cx-grid-3,
  .cx-mini-grid,
  .cx-spec-grid,
  .cx-proof-row,
  .cx-commerce-strip,
  .cx-category-rail .cx-shell {
    grid-template-columns: 1fr;
  }

  .cx-strip-item {
    border-right: 0;
    border-bottom: 1px solid var(--cx-line);
  }

  .cx-category-rail {
    padding-top: 18px;
  }

  .woocommerce div.product {
    padding-top: 46px;
  }

  .cx-product-visual,
  .cx-product-visual img,
  .cx-product-video-embed {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .cx-shell {
    padding: 0 18px;
  }

  .cx-header-inner {
    min-height: 68px;
    gap: 12px;
    justify-content: flex-start;
  }

  .cx-brand img {
    width: 116px;
  }

  .cx-nav {
    display: none;
  }

  .cx-nav a:not(.cx-nav-cta) {
    display: none;
  }

  .cx-hero,
  .cx-hero .cx-shell {
    min-height: 620px;
  }

  .cx-hero-slide {
    min-height: 580px;
    align-items: flex-end;
  }

  .cx-hero-slide-media img {
    object-position: 58% center;
  }

  .cx-hero-slide::after {
    background:
      linear-gradient(180deg, rgba(246, 244, 239, .35) 0%, rgba(246, 244, 239, .9) 46%, rgba(246, 244, 239, 1) 100%);
  }

  .cx-promo-panel {
    max-width: 100%;
    padding: 230px 0 72px;
  }

  .cx-promo-eyebrow {
    font-size: 11px;
  }

  .cx-promo-panel h1 {
    font-size: clamp(38px, 11vw, 48px);
  }

  .cx-promo-panel p {
    font-size: 16px;
  }

  .cx-hero-dots {
    left: 18px;
    bottom: 22px;
  }

  .cx-commerce-strip {
    display: none;
  }

  .cx-category-tile {
    grid-template-columns: 72px 1fr;
    min-height: 92px;
  }

  .cx-category-tile img {
    width: 72px;
    height: 72px;
  }

  .woocommerce div.product {
    display: block;
    width: calc(100vw - 36px);
    max-width: none;
    margin-left: 0;
    margin-right: auto;
    padding: 38px 0 0;
    gap: 34px;
    overflow: hidden;
  }

  .woocommerce div.product .summary,
  .cx-product-hero .summary > .price,
  .cx-product-hero .summary > .woocommerce-product-details__short-description,
  .cx-product-hero .summary > form.cart {
    max-width: 100%;
    min-width: 0;
  }

  .woocommerce div.product .product_title {
    font-size: clamp(28px, 7.7vw, 32px);
    line-height: 1.08;
    word-break: break-word;
  }

  .woocommerce div.product .summary {
    margin-top: 34px !important;
  }

  .woocommerce div.product form.cart {
    padding: 18px;
  }

  .woocommerce div.product form.cart select {
    width: 100%;
  }

  .woocommerce div.product form.cart .variations_button {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .cx-product-visual,
  .cx-product-visual img,
  .cx-product-video-embed {
    min-height: 280px;
  }

  .cx-product-visual img {
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }

  .cx-product-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: max-content;
    max-width: calc(100% - 32px);
    white-space: normal;
  }

  .cx-aplus-section {
    width: calc(100vw - 36px);
    max-width: none;
    margin-left: 0;
    margin-right: auto;
    padding: 54px 0;
  }

  .cx-aplus-hero h2,
  .cx-aplus-section h2 {
    font-size: clamp(28px, 8.6vw, 38px);
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .cx-product-hero .summary .woocommerce-product-details__short-description li,
  .cx-aplus-section p,
  .cx-feature span,
  .cx-spec strong {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .cx-aplus-image img {
    padding: 18px;
  }

  .cx-hero h1 {
    font-size: 48px;
  }

  .cx-hero p,
  .cx-section .cx-lead,
  .cx-page .cx-lead {
    font-size: 17px;
  }

  .cx-section {
    padding: 68px 0;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .woocommerce-result-count,
  .woocommerce-ordering {
    display: none !important;
  }
}

/* v15 concept-aligned ecommerce homepage refinement */
.cx-site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(15, 16, 18, 0.98);
}

.cx-header-inner {
  min-height: 70px;
}

.cx-brand img {
  width: 168px;
}

.cx-nav {
  gap: 26px;
}

.cx-nav a[aria-current="page"],
.cx-nav a:first-child {
  color: var(--cx-signal);
}

.cx-nav-shop::after,
.cx-nav-applications::after {
  content: "⌄";
  margin-left: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, .62);
}

.cx-header-tools {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--cx-white);
}

.cx-header-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--cx-white);
}

.cx-header-icon svg {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
}

.cx-mobile-menu,
.cx-mobile-actions {
  display: none;
}

.cx-cart-count {
  position: absolute;
  top: -4px;
  right: -7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background: var(--cx-signal);
  color: var(--cx-white);
  font-size: 9px;
  font-weight: 850;
}

.cx-hero-slide {
  min-height: 500px;
}

.cx-hero-slide-media img {
  object-position: center center;
}

.cx-hero-slide::after {
  background:
    linear-gradient(90deg, rgba(246, 244, 239, .98) 0%, rgba(246, 244, 239, .86) 32%, rgba(246, 244, 239, .28) 50%, rgba(246, 244, 239, 0) 78%),
    linear-gradient(180deg, rgba(255, 255, 255, .36) 0%, rgba(255, 255, 255, 0) 45%);
}

.cx-hero-slide > .cx-shell {
  width: 100%;
  max-width: none;
  padding-left: clamp(32px, 5.6vw, 82px);
  padding-right: clamp(24px, 5vw, 72px);
}

.cx-promo-panel {
  max-width: 470px;
  padding: 64px 0 72px;
}

.cx-promo-eyebrow {
  margin-bottom: 14px;
}

.cx-promo-panel h1 {
  max-width: 520px;
  font-size: clamp(46px, 5.4vw, 72px);
  line-height: .94;
}

.cx-promo-panel p {
  max-width: 410px;
  margin-top: 18px;
}

.cx-promo-meta {
  display: none;
}

.cx-hero-dots {
  left: clamp(32px, 5.6vw, 82px);
  bottom: 22px;
}

.cx-commerce-strip {
  background: rgba(255, 255, 255, .96);
}

.cx-strip-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: center;
  padding: 22px 34px;
}

.cx-strip-item::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 2px solid var(--cx-signal);
  border-radius: var(--cx-radius);
  color: var(--cx-signal);
  font-size: 22px;
  font-weight: 850;
}

.cx-strip-item.shipping::before {
  content: ">";
}

.cx-strip-item.load::before {
  content: "OK";
  font-size: 13px;
}

.cx-strip-item.support::before {
  content: "30";
  font-size: 13px;
}

.cx-category-rail {
  padding: 22px 0 30px;
  background: #fbfaf7;
}

.cx-category-rail .cx-shell {
  gap: 16px;
}

.cx-category-tile {
  grid-template-columns: 1fr 190px;
  gap: 18px;
  min-height: 162px;
  padding: 22px;
}

.cx-category-tile img {
  width: 100%;
  height: 126px;
}

.cx-category-tile strong {
  font-size: 22px;
}

.cx-shop-now {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin-top: 16px !important;
  color: var(--cx-signal) !important;
  font-size: 13px !important;
  font-weight: 850;
}

.cx-product-showcase {
  padding: 56px 0 78px;
  background: #fbfaf7;
}

.cx-showcase-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.cx-showcase-head h2 {
  margin: 0;
  max-width: 620px;
  color: var(--cx-ink);
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1;
}

.cx-showcase-head p {
  max-width: 620px;
  margin: 10px 0 0;
  color: #59616a;
}

.cx-view-all {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border: 1px solid rgba(18, 20, 23, .32);
  border-radius: var(--cx-radius);
  padding: 10px 18px;
  font-weight: 850;
}

.cx-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.cx-product-grid > p {
  display: contents;
  margin: 0;
}

.cx-product-grid > br,
.cx-product-grid > p:empty {
  display: none;
}

.cx-product-card {
  position: relative;
  display: block;
  height: 100%;
  border: 1px solid var(--cx-line);
  border-radius: var(--cx-radius);
  padding: 14px;
  background: var(--cx-white);
  overflow: hidden;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.cx-product-card:hover {
  border-color: rgba(207, 79, 42, .35);
  box-shadow: 0 18px 42px rgba(18, 20, 23, .12);
  transform: translateY(-2px);
}

.cx-product-card .cx-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  aspect-ratio: auto;
  border-radius: var(--cx-radius);
  background: #f6f4ef;
  overflow: hidden;
}

.cx-product-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  border-radius: var(--cx-radius);
  background: #f6f4ef;
}

.cx-product-card .cx-card-media img {
  height: 100%;
  border-radius: 0;
  background: transparent;
}

.cx-product-card h3,
.cx-product-card .cx-card-title {
  display: block;
  margin: 16px 0 4px;
  color: var(--cx-ink);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.2;
}

.cx-product-card p,
.cx-product-card .cx-card-copy {
  display: block;
  margin: 0;
  color: #69717a;
  font-size: 13px;
  line-height: 1.35;
}

.cx-product-card .price {
  display: block;
  margin-top: 10px;
  color: var(--cx-signal);
  font-weight: 850;
}

.cx-stars {
  display: block;
  margin-top: 7px;
  color: #f5a400;
  font-size: 12px;
  letter-spacing: .04em;
}

.cx-card-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  border-radius: var(--cx-radius);
  padding: 5px 8px;
  background: var(--cx-signal);
  color: var(--cx-white);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .cx-header-tools {
    display: none;
  }

  .cx-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cx-category-tile {
    grid-template-columns: 1fr 140px;
  }
}

@media (max-width: 640px) {
  .cx-brand img {
    width: 116px;
  }

  .cx-hero-slide > .cx-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cx-promo-panel {
    padding-top: 230px;
  }

  .cx-promo-panel h1 {
    font-size: clamp(38px, 11vw, 48px);
  }

  .cx-category-tile {
    grid-template-columns: 1fr 92px;
    min-height: 126px;
  }

  .cx-category-tile img {
    width: 92px;
    height: 92px;
  }

  .cx-category-tile strong {
    font-size: 18px;
  }

  .cx-product-grid {
    grid-template-columns: 1fr;
  }

  .cx-showcase-head {
    display: grid;
  }

  .cx-view-all {
    width: max-content;
  }
}

/* v16 COREAX black/silver palette pass */
:root {
  --cx-signal: #b14630;
  --cx-metal: #c4c8cb;
}

.cx-button,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.cx-promo-actions .cx-button {
  background: var(--cx-ink);
  color: var(--cx-white);
}

.cx-button:hover,
.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.cx-promo-actions .cx-button:hover {
  background: #101214;
}

.cx-promo-actions .cx-button.secondary {
  border-color: rgba(18, 20, 23, .34);
  background: rgba(255, 255, 255, .76);
  color: var(--cx-ink);
}

.cx-promo-eyebrow {
  border-left-color: var(--cx-signal);
  color: #25292d;
}

.cx-hero-dots span:first-child {
  background: var(--cx-ink);
}

.cx-hero-dots span:nth-child(2) {
  background: var(--cx-metal);
}

.cx-hero-dots span:nth-child(3) {
  background: var(--cx-signal);
  width: 18px;
}

.cx-strip-item::before {
  border-color: var(--cx-ink);
  color: var(--cx-ink);
  background: linear-gradient(180deg, #fff, #eef0f1);
}

.cx-shop-now,
.cx-product-card .price {
  color: var(--cx-ink) !important;
}

.cx-stars {
  color: #69717a;
}

.cx-card-badge {
  background: var(--cx-ink);
  color: var(--cx-white);
}

.cx-feature-mark {
  background: linear-gradient(135deg, #f8f9f9, #9aa1a7);
  border-color: rgba(255,255,255,.24);
}

.woocommerce div.product form.cart .single_add_to_cart_button {
  background: var(--cx-ink) !important;
}

@media (max-width: 640px) {
  .cx-promo-actions .cx-button {
    background: var(--cx-ink);
  }
}

/* v17 trust-strip layout fix */
.cx-commerce-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cx-strip-item {
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  min-height: 92px;
}

.cx-strip-item::before {
  grid-column: 1;
  grid-row: 1 / 3;
}

.cx-strip-item strong,
.cx-strip-item span {
  grid-column: 2;
  min-width: 0;
}

.cx-strip-item strong {
  grid-row: 1;
  align-self: end;
  line-height: 1.1;
}

.cx-strip-item span {
  grid-row: 2;
  align-self: start;
  margin-top: 5px;
  line-height: 1.35;
}

/* v21 Amazon-inspired product detail page */
.single-product .cx-page {
  padding-top: 34px;
  background: #fff;
}

.single-product .cx-page > .cx-shell {
  max-width: 1440px;
  padding: 0 26px;
}

.single-product .woocommerce-breadcrumb {
  margin: 0 0 20px;
  color: #69717a;
  font-size: 13px;
}

.woocommerce div.product {
  max-width: 1388px;
  padding: 0;
  grid-template-columns: 74px minmax(430px, .96fr) minmax(340px, .72fr) minmax(282px, .55fr);
  gap: 22px;
}

.woocommerce div.product .summary {
  padding: 14px 0 0;
}

.summary .cx-summary-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.summary .cx-summary-badges span {
  border: 1px solid var(--cx-line);
  border-radius: 999px;
  padding: 5px 9px;
  background: #fff;
  color: #343a40;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.summary .cx-summary-badges span:first-child {
  border-color: rgba(177, 70, 48, .32);
  background: #fff6f2;
  color: var(--cx-signal);
}

.woocommerce div.product .product_title {
  max-width: 100%;
  margin-bottom: 12px;
  font-size: clamp(28px, 2.55vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
}

.woocommerce div.product .woocommerce-product-details__short-description {
  max-width: 100%;
  padding-top: 14px;
  border-top: 1px solid var(--cx-line);
}

.woocommerce div.product .woocommerce-product-details__short-description ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce div.product .woocommerce-product-details__short-description li {
  position: relative;
  padding-left: 34px;
  color: #30363b;
  font-size: 15px;
  line-height: 1.45;
}

.woocommerce div.product .woocommerce-product-details__short-description li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--cx-line);
  border-radius: 50%;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #f8f9f9, #aeb5ba) border-box;
}

.cx-pdp-thumbs {
  position: static;
  display: grid;
  gap: 8px;
  max-height: 592px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 2px 4px 2px 2px;
  scrollbar-width: thin;
}

.cx-pdp-thumb {
  position: relative;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  padding: 4px;
  border: 1px solid var(--cx-line);
  border-radius: 6px;
  background: #f7f7f5;
  cursor: pointer;
}

.cx-pdp-thumb.is-active {
  border-color: var(--cx-signal);
  box-shadow: 0 0 0 1px var(--cx-signal);
}

.cx-pdp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cx-thumb-play {
  position: absolute;
  inset: auto 5px 5px;
  border-radius: 4px;
  padding: 3px 4px;
  background: rgba(18, 20, 23, .88);
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cx-product-visual {
  min-height: 592px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(240,242,242,.8)),
    radial-gradient(circle at 50% 20%, rgba(196, 200, 203, .34), transparent 38%);
}

.cx-product-visual img {
  min-height: 592px;
  padding: 42px;
  transition: opacity .18s ease, transform .18s ease;
}

.cx-product-visual video,
.cx-product-video-embed {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 592px;
  padding: 26px;
  object-fit: contain;
  background: #0f1215;
}

.cx-product-visual img[hidden],
.cx-product-visual video[hidden],
.cx-product-video-embed[hidden] {
  display: none !important;
}

.cx-product-video-embed {
  border: 0;
  padding: 0;
  aspect-ratio: 16 / 9;
}

.cx-product-visual.is-video {
  background: #0f1215;
}

.cx-product-visual.is-video .cx-media-expand,
.cx-product-visual.is-video .cx-image-chip,
.cx-product-visual.is-video .cx-product-badge {
  display: none;
}

.cx-product-visual:hover img {
  transform: scale(1.018);
}

.cx-gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(18, 20, 23, .18);
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: var(--cx-ink);
  box-shadow: 0 18px 40px -28px rgba(18, 20, 23, .55);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.cx-gallery-arrow svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.cx-gallery-prev {
  left: 18px;
}

.cx-gallery-next {
  right: 18px;
}

.cx-gallery-arrow:hover,
.cx-gallery-arrow:focus-visible {
  border-color: rgba(207, 79, 42, .62);
  background: #fff;
  color: var(--cx-signal);
  outline: none;
  transform: translateY(-50%) scale(1.04);
}

.cx-gallery-arrow:active {
  transform: translateY(-50%) scale(.97);
}

.cx-image-chip {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 1;
  border-radius: 6px;
  padding: 8px 10px;
  background: rgba(255,255,255,.88);
  color: #4b535b;
  font-size: 12px;
  font-weight: 750;
}

.cx-product-badge {
  background: rgba(18, 20, 23, .92);
}

.cx-media-expand {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 2;
  min-height: 34px;
  border: 1px solid rgba(18, 20, 23, .18);
  border-radius: 6px;
  padding: 7px 11px;
  background: rgba(255,255,255,.92);
  color: var(--cx-ink);
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.cx-media-expand:hover,
.cx-media-expand:focus-visible {
  border-color: var(--cx-signal);
  color: var(--cx-signal);
}

.cx-buy-panel {
  position: static;
  align-self: start;
  border: 1px solid var(--cx-line);
  border-radius: 8px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(18, 20, 23, .08);
}

.cx-buy-kicker {
  margin: 0 0 6px;
  color: #69717a;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cx-buy-panel .price {
  margin: 0;
  color: var(--cx-ink) !important;
  font-size: clamp(26px, 2.2vw, 34px);
  line-height: 1.1;
  font-weight: 900;
}

.cx-buy-note {
  margin: 14px 0 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--cx-line);
  color: #555e66;
  font-size: 14px;
  line-height: 1.45;
}

.cx-buy-note-delivery {
  margin-bottom: 8px;
  padding-bottom: 0;
  border-bottom: 0;
}

.cx-delivery-estimator {
  margin: 12px 0 18px;
  padding: 12px 0 16px;
  border-top: 1px solid var(--cx-line);
  border-bottom: 1px solid var(--cx-line);
}

.cx-delivery-estimator > strong {
  display: block;
  color: var(--cx-ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.cx-delivery-estimator-row {
  display: grid;
  grid-template-columns: minmax(96px, 132px) auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  margin-top: 8px;
}

.cx-delivery-estimator input {
  min-width: 0;
  height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(18, 20, 23, .16);
  border-radius: 5px;
  background: #ffffff;
  color: var(--cx-ink);
  font-size: 13px;
  font-weight: 800;
  outline: none;
}

.cx-delivery-estimator input:focus {
  border-color: rgba(216, 66, 24, .55);
  box-shadow: 0 0 0 3px rgba(216, 66, 24, .1);
}

.cx-delivery-estimator button {
  height: 34px;
  padding: 0 13px;
  border: 0;
  border-radius: 5px;
  background: #d84218;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, opacity .18s ease;
}

.cx-delivery-estimator button:hover {
  background: #b93615;
}

.cx-delivery-estimator button:active {
  transform: translateY(1px);
}

.cx-delivery-estimator button:disabled {
  cursor: progress;
  opacity: .62;
}

.cx-delivery-estimator small {
  display: block;
  margin-top: 0;
  color: #6a737c;
  font-size: 12px;
  line-height: 1.35;
}

.cx-delivery-estimator small.is-muted-error {
  color: #9a4a34;
}

@media (max-width: 520px) {
  .cx-delivery-estimator-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .cx-delivery-estimator small {
    grid-column: 1 / -1;
  }
}

.cx-stock-availability {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  align-items: center;
  margin: 14px 0 14px;
  padding: 12px 0;
  border-top: 1px solid var(--cx-line);
  border-bottom: 1px solid var(--cx-line);
  color: #343a40;
}

.cx-stock-availability strong {
  color: var(--cx-ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cx-stock-availability span {
  grid-column: 1;
  color: #555e66;
  font-size: 14px;
  line-height: 1.35;
}

.cx-stock-availability small {
  display: none !important;
}

.cx-stock-availability.is-in-stock small {
  background: #ebf3e8;
  color: #244b2a;
}

.cx-stock-availability.is-out-of-stock span {
  color: #8a3328;
}

.cx-stock-availability.is-out-of-stock small {
  background: #f7ece9;
  color: #8a3328;
}

.woocommerce div.product .cx-buy-panel form.cart {
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.woocommerce div.product .cx-buy-panel form.cart .variations label,
.woocommerce div.product .cx-buy-panel .quantity + button,
.woocommerce div.product .cx-buy-panel form.cart .single_add_to_cart_button {
  font-weight: 850;
}

.woocommerce div.product .cx-buy-panel form.cart select,
.woocommerce div.product .cx-buy-panel form.cart input.qty {
  width: 100%;
  min-height: 44px;
  background: #fff;
}

.woocommerce div.product .cx-buy-panel form.cart .variations_button {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.woocommerce div.product .cx-buy-panel form.cart .quantity {
  width: 100%;
}

.woocommerce div.product .cx-buy-panel form.cart .single_add_to_cart_button {
  width: 100%;
  min-height: 48px;
  border-radius: 6px;
  background: var(--cx-signal) !important;
}

.woocommerce div.product .cx-buy-panel .woocommerce-variation.single_variation {
  margin: 14px 0 10px;
}

.woocommerce div.product .cx-buy-panel .woocommerce-variation-description {
  display: none !important;
}

.woocommerce div.product .cx-buy-panel .woocommerce-variation-price .price {
  display: inline-flex;
  margin: 0 0 8px;
  color: var(--cx-ink) !important;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
}

.woocommerce div.product .cx-buy-panel .reset_variations {
  display: inline-flex !important;
  margin-top: 8px;
  color: #69717a;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cx-buy-support {
  display: grid;
  gap: 11px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--cx-line);
  color: #343a40;
  font-size: 13px;
}

.cx-buy-support span {
  position: relative;
  padding-left: 22px;
}

.cx-buy-support span::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cx-signal);
}

.cx-aplus {
  margin-top: 46px;
}

.cx-pdp-guides {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 22px;
  margin-top: 20px;
}

.cx-fit-card,
.cx-compare-card {
  border: 1px solid var(--cx-line);
  border-radius: 8px;
  padding: 26px;
  background: #fff;
}

.cx-fit-card h2,
.cx-compare-card h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.cx-fit-card ol {
  counter-reset: fit;
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.cx-fit-card li {
  counter-increment: fit;
  position: relative;
  min-height: 44px;
  padding: 10px 12px 10px 54px;
  border: 1px solid var(--cx-line);
  border-radius: 6px;
  color: #30363b;
}

.cx-fit-card li::before {
  content: counter(fit);
  position: absolute;
  left: 12px;
  top: 9px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--cx-ink);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.cx-compare-card table {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
  font-size: 15px;
}

.cx-compare-card th,
.cx-compare-card td {
  padding: 14px 0;
  border-bottom: 1px solid var(--cx-line);
  text-align: left;
  vertical-align: top;
}

.cx-compare-card th {
  width: 34%;
  color: #69717a;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cx-size-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(260px, .34fr) minmax(0, .66fr);
  gap: 24px;
  margin-top: 22px;
  border: 1px solid var(--cx-line);
  border-radius: 8px;
  padding: clamp(24px, 3vw, 36px);
  background: #fff;
}

.cx-size-head h2 {
  max-width: 520px;
  margin: 0 0 14px;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.02;
  letter-spacing: 0;
}

.cx-size-head p:last-child {
  max-width: 520px;
  margin: 0;
  color: #59616a;
  line-height: 1.55;
}

.cx-size-expand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 22px;
  border: 1px solid var(--cx-ink);
  border-radius: 6px;
  padding: 9px 14px;
  background: var(--cx-ink);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.cx-size-chart {
  display: grid;
  place-items: center;
  min-height: 420px;
  border: 1px solid var(--cx-line);
  border-radius: 8px;
  padding: clamp(12px, 2vw, 22px);
  background: #fbfaf7;
  cursor: zoom-in;
}

.cx-size-chart img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
}

.cx-media-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 54px);
  background: rgba(11, 13, 15, .86);
}

.cx-media-lightbox[hidden] {
  display: none;
}

.cx-lightbox-open {
  overflow: hidden;
}

.cx-lightbox-stage {
  display: grid;
  place-items: center;
  width: min(1180px, 96vw);
  height: min(820px, 86vh);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  touch-action: none;
  cursor: grab;
}

.cx-lightbox-stage img,
.cx-lightbox-stage video,
.cx-lightbox-stage iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cx-lightbox-stage img {
  padding: clamp(12px, 2vw, 24px);
  transform-origin: center center;
  transition: transform .12s ease-out;
  user-select: none;
  -webkit-user-drag: none;
  will-change: transform;
}

.cx-lightbox-stage.is-dragging {
  cursor: grabbing;
}

.cx-lightbox-stage.is-dragging img {
  transition: none;
}

.cx-lightbox-stage video,
.cx-lightbox-stage iframe {
  border: 0;
  background: #0f1215;
}

.cx-lightbox-close {
  position: fixed;
  right: clamp(18px, 3vw, 36px);
  top: clamp(18px, 3vw, 32px);
  z-index: 10001;
  min-height: 40px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 6px;
  padding: 8px 13px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-weight: 850;
  cursor: pointer;
}

.cx-lightbox-toolbar {
  position: fixed;
  left: 50%;
  top: clamp(18px, 3vw, 32px);
  z-index: 10001;
  display: inline-grid;
  grid-auto-flow: column;
  gap: 6px;
  align-items: center;
  min-height: 40px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 7px;
  padding: 5px;
  background: rgba(18, 20, 23, .72);
  color: #fff;
  transform: translateX(-50%);
  backdrop-filter: blur(12px);
}

.cx-lightbox-toolbar[hidden] {
  display: none;
}

.cx-lightbox-toolbar button,
.cx-lightbox-toolbar output {
  display: grid;
  place-items: center;
  min-width: 38px;
  height: 30px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 5px;
  padding: 0 9px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
}

.cx-lightbox-toolbar button {
  cursor: pointer;
}

.cx-lightbox-toolbar button:hover,
.cx-lightbox-toolbar button:focus-visible {
  border-color: rgba(255,255,255,.36);
  background: rgba(255,255,255,.16);
  outline: none;
}

.cx-sticky-buy {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 65;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(260px, 430px) 96px 180px;
  gap: 14px;
  align-items: center;
  padding: 12px max(24px, calc((100vw - 1388px) / 2 + 24px));
  border-top: 1px solid var(--cx-line);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 -16px 44px rgba(18, 20, 23, .12);
  backdrop-filter: blur(14px);
  transform: translateY(calc(100% + 12px));
  transition: transform .22s ease;
  pointer-events: none;
}

.cx-sticky-buy.is-visible {
  transform: translateY(0);
  pointer-events: auto;
}

.cx-sticky-product {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.cx-sticky-product img {
  width: 56px;
  height: 56px;
  border: 1px solid var(--cx-line);
  border-radius: 6px;
  object-fit: contain;
  background: #f7f7f5;
}

.cx-sticky-product strong {
  display: block;
  overflow: hidden;
  color: var(--cx-ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cx-sticky-product [data-coreax-sticky-price],
.cx-sticky-product [data-coreax-sticky-price] .price {
  display: block;
  color: var(--cx-ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.cx-sticky-product [data-coreax-sticky-price] span {
  display: inline;
}

.cx-sticky-product [data-coreax-sticky-price] bdi {
  white-space: nowrap;
}

.cx-sticky-stock {
  display: inline-flex;
  width: fit-content;
  min-height: 21px;
  align-items: center;
  margin-top: 4px;
  border-left: 2px solid #aeb5bc;
  padding: 2px 8px;
  background: #f4f5f5;
  color: #59636d;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
}

.cx-sticky-stock[hidden] {
  display: none !important;
}

.cx-sticky-stock.is-in-stock {
  border-left-color: #367b49;
  background: #eff7ef;
  color: #285c37;
}

.cx-sticky-stock.is-out-of-stock {
  border-left-color: #b7442a;
  background: #fff4ef;
  color: #9a2f20;
}

.cx-sticky-field {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.cx-sticky-field span {
  color: #69717a;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.cx-sticky-field select,
.cx-sticky-field input {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--cx-line);
  border-radius: 6px;
  padding: 8px 10px;
  background: #fff;
  color: var(--cx-ink);
  font: inherit;
}

.cx-sticky-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 10px;
  min-width: 0;
}

.cx-sticky-option-field {
  min-width: 0;
}

.cx-sticky-options-trigger,
.cx-sticky-options-sheet,
.cx-sticky-size-trigger,
.cx-sticky-size-sheet {
  display: none;
}

.cx-sticky-options-trigger,
.cx-sticky-size-trigger {
  position: relative;
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--cx-line);
  border-radius: 6px;
  padding: 8px 34px 8px 10px;
  background: #fff;
  color: var(--cx-ink);
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.cx-sticky-options-trigger::after,
.cx-sticky-size-trigger::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #69717a;
  border-bottom: 2px solid #69717a;
  transform: translateY(-66%) rotate(45deg);
}

.cx-sticky-options-sheet[hidden],
.cx-sticky-size-sheet[hidden] {
  display: none !important;
}

.cx-sticky-options-backdrop,
.cx-sticky-size-backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  border: 0;
  background: rgba(18, 20, 23, .24);
  cursor: pointer;
}

.cx-sticky-options-panel,
.cx-sticky-size-panel {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: calc(var(--coreax-sticky-height, 72px) + max(10px, env(safe-area-inset-bottom)));
  z-index: 1;
  overflow: hidden;
  max-height: min(54vh, 380px);
  border: 1px solid rgba(18, 20, 23, .14);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(18, 20, 23, .24);
}

.cx-sticky-options-head,
.cx-sticky-size-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--cx-line);
}

.cx-sticky-options-head strong,
.cx-sticky-size-head strong {
  color: var(--cx-ink);
  font-size: 15px;
  font-weight: 900;
}

.cx-sticky-options-head button,
.cx-sticky-size-head button {
  border: 0;
  background: transparent;
  color: #69717a;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}

.cx-sticky-options-groups,
.cx-sticky-size-options {
  overflow-y: auto;
  max-height: calc(min(54vh, 380px) - 52px);
  overscroll-behavior: contain;
}

.cx-sticky-option-group {
  padding: 14px 16px 16px;
  border-bottom: 1px solid rgba(18, 20, 23, .08);
}

.cx-sticky-option-group:last-child {
  border-bottom: 0;
}

.cx-sticky-option-group h3 {
  margin: 0 0 10px;
  color: #69717a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.cx-sticky-option-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cx-sticky-option-choice {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  border: 1px solid rgba(18, 20, 23, .14);
  border-radius: 6px;
  padding: 0 12px;
  background: #fff;
  color: var(--cx-ink);
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.cx-sticky-option-choice i {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(18, 20, 23, .18);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
}

.cx-sticky-option-choice.is-selected {
  border-color: rgba(216, 66, 24, .7);
  background: rgba(216, 66, 24, .06);
  color: var(--cx-signal);
}

.cx-sticky-option-choice:disabled {
  opacity: .42;
  cursor: not-allowed;
}

.cx-sticky-size-option {
  position: relative;
  display: block;
  width: 100%;
  min-height: 48px;
  border: 0;
  border-bottom: 1px solid rgba(18, 20, 23, .08);
  padding: 0 44px 0 16px;
  background: #fff;
  color: var(--cx-ink);
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.cx-sticky-size-option:last-child {
  border-bottom: 0;
}

.cx-sticky-size-option.is-selected {
  color: var(--cx-signal);
  background: rgba(216, 66, 24, .06);
}

.cx-sticky-size-option.is-selected::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 8px;
  height: 14px;
  border-right: 2px solid var(--cx-signal);
  border-bottom: 2px solid var(--cx-signal);
  transform: translateY(-62%) rotate(45deg);
}

.cx-sticky-add {
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  background: var(--cx-ink);
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}

.cx-sticky-add.is-ready {
  background: var(--cx-signal);
}

.cx-sticky-add:disabled {
  background: #b7bdc4;
  color: #fff;
  cursor: not-allowed;
}

@media (max-width: 1180px) {
  .woocommerce div.product {
    grid-template-columns: 62px minmax(0, 1.05fr) minmax(330px, .95fr);
  }

  .woocommerce div.product .summary {
    grid-column: 3;
  }

  .cx-buy-panel {
    grid-column: 2 / 4;
  }
}

@media (max-width: 900px) {
  .single-product .cx-page > .cx-shell {
    padding: 0 22px;
  }

  .woocommerce div.product {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 16px;
  }

  .woocommerce div.product .summary,
  .cx-buy-panel,
  .cx-aplus {
    grid-column: 1 / -1;
  }

  .cx-product-visual,
  .cx-product-visual img,
  .cx-product-visual video,
  .cx-product-video-embed {
    min-height: 430px;
  }

  .cx-pdp-guides,
  .cx-size-panel,
  .cx-aplus-hero {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .cx-size-notes {
    grid-column: 1;
  }
}

@media (max-width: 640px) {
  .single-product .cx-page > .cx-shell {
    padding: 0 18px;
  }

  .woocommerce div.product {
    display: grid;
    width: 100%;
    max-width: 100%;
    margin: 0;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .cx-pdp-thumbs {
    position: static;
    display: flex;
    order: 2;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .cx-pdp-thumb {
    flex: 0 0 68px;
    width: 68px;
    height: 68px;
  }

  .cx-product-visual {
    order: 1;
  }

  .woocommerce div.product .summary {
    order: 3;
    margin-top: 12px !important;
  }

  .cx-buy-panel {
    order: 4;
    padding: 18px;
  }

  .cx-aplus {
    order: 5;
  }

  .cx-pdp-guides {
    order: 5;
  }

  .cx-size-panel {
    order: 6;
    padding: 20px;
  }

  .cx-aplus {
    order: 7;
  }

  .cx-product-visual,
  .cx-product-visual img,
  .cx-product-visual video,
  .cx-product-video-embed {
    min-height: 340px;
  }

  .cx-gallery-arrow {
    width: 36px;
    height: 36px;
  }

  .cx-gallery-arrow svg {
    width: 17px;
    height: 17px;
  }

  .cx-gallery-prev {
    left: 10px;
  }

  .cx-gallery-next {
    right: 10px;
  }

  .cx-image-chip {
    display: none;
  }

  .woocommerce div.product .product_title {
    font-size: clamp(26px, 7.6vw, 34px);
  }

  .cx-fit-card,
  .cx-compare-card,
  .cx-size-panel {
    padding: 20px;
  }

  .cx-media-expand {
    right: 12px;
    top: 12px;
  }

  .cx-lightbox-stage {
    width: 96vw;
    height: 78vh;
  }
}

@media (max-width: 760px) {
  .cx-sticky-buy {
    grid-template-columns: minmax(0, 1fr) 54px 118px;
    gap: 8px;
    padding: 10px 14px;
  }

  .cx-sticky-product {
    display: none;
  }

  .cx-sticky-field {
    grid-template-columns: 1fr;
  }

  .cx-sticky-options {
    display: block;
  }

  .cx-sticky-option-field {
    display: none;
  }

  .cx-sticky-options-trigger {
    display: block;
  }

  .cx-sticky-options-sheet {
    display: block;
  }

  .cx-sticky-size {
    position: relative;
  }

  .cx-sticky-size select {
    display: none;
  }

  .cx-sticky-size-trigger {
    display: block;
  }

  .cx-sticky-size-sheet {
    display: block;
  }

  .cx-sticky-qty {
    display: grid;
    align-self: end;
  }

  .cx-sticky-qty span {
    display: none;
  }

  .cx-sticky-qty input {
    min-height: 42px;
    padding: 8px 4px;
    font-size: 14px;
    font-weight: 850;
    text-align: center;
    appearance: textfield;
    -moz-appearance: textfield;
  }

  .cx-sticky-qty input::-webkit-outer-spin-button,
  .cx-sticky-qty input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
  }

  .cx-sticky-add {
    min-height: 42px;
    padding: 0 8px;
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  .cx-commerce-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .cx-commerce-strip {
    display: grid;
  }

  .cx-strip-item {
    padding: 18px;
    min-height: 82px;
  }
}

/* v18 category rail fidelity fix */
.cx-category-rail .cx-shell {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
}

.cx-category-tile {
  flex: 1 1 0;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 42%);
  overflow: hidden;
}

.cx-category-tile > span {
  min-width: 0;
}

.cx-category-tile img {
  align-self: center;
  justify-self: end;
  width: 100%;
  max-width: 190px;
  height: 124px;
  background: transparent;
}

.cx-category-tile strong,
.cx-category-tile span {
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  .cx-category-rail .cx-shell {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .cx-category-tile {
    grid-template-columns: minmax(0, 1fr) 92px;
  }
}

/* v30.1 richer product detail content */
.cx-scenario-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.cx-scenario-strip span {
  border: 1px solid rgba(18, 20, 23, .14);
  border-radius: 999px;
  padding: 7px 10px;
  background: #f8f7f3;
  color: #343a40;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.cx-aplus-media-grid,
.cx-proof-section {
  max-width: 1388px;
  margin: 0 auto;
  padding: 0 24px 42px;
}

.cx-aplus-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cx-aplus-media-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, .92fr);
  min-height: 360px;
  border: 1px solid var(--cx-line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.cx-aplus-media-card:first-child {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
}

.cx-aplus-media {
  display: grid;
  place-items: center;
  min-width: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(244,245,242,.9)),
    radial-gradient(circle at 50% 30%, rgba(140,149,159,.18), transparent 46%);
}

.cx-aplus-media img {
  width: 100%;
  height: 100%;
  max-height: 540px;
  object-fit: contain;
}

.cx-aplus-media-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3vw, 42px);
}

.cx-aplus-media-copy h3 {
  margin: 0;
  color: var(--cx-ink);
  font-size: clamp(25px, 2.25vw, 38px);
  line-height: 1.05;
  letter-spacing: 0;
}

.cx-aplus-media-copy p:last-child {
  margin-bottom: 0;
  color: #4d555d;
}

.cx-proof-section {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  gap: 22px;
  padding-top: 58px;
}

.cx-qa-panel,
.cx-review-panel {
  border: 1px solid var(--cx-line);
  border-radius: 8px;
  padding: clamp(24px, 3vw, 36px);
  background: #fff;
}

.cx-qa-panel h2,
.cx-review-panel h2 {
  max-width: 680px;
  margin: 0 0 24px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.04;
  letter-spacing: 0;
}

.cx-qa-item {
  border-top: 1px solid var(--cx-line);
  padding: 18px 0;
}

.cx-qa-item:last-child {
  border-bottom: 1px solid var(--cx-line);
}

.cx-qa-item summary {
  cursor: pointer;
  color: var(--cx-ink);
  font-weight: 850;
  line-height: 1.28;
}

.cx-qa-item p {
  margin: 12px 0 0;
  color: #555e66;
}

.cx-review {
  margin: 0;
  padding: 22px 0;
  border-top: 1px solid var(--cx-line);
}

.cx-review:last-child {
  border-bottom: 1px solid var(--cx-line);
}

.cx-review blockquote {
  margin: 0;
  color: #30363b;
  font-size: 16px;
  line-height: 1.55;
}

.cx-review figcaption {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-top: 14px;
  color: #69717a;
  font-size: 13px;
}

.cx-review figcaption strong {
  color: var(--cx-ink);
}

.cx-review figcaption span {
  color: #69717a;
}

.cx-customer-reviews {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(260px, .36fr) minmax(0, .64fr);
  gap: 24px;
  margin-top: 46px;
  border: 1px solid var(--cx-line);
  border-radius: 8px;
  padding: clamp(24px, 3vw, 38px);
  background: #fff;
}

.coreax-reviews,
.cx-customer-reviews {
  scroll-margin-top: 92px;
}

.cx-reviews-head h2 {
  max-width: 520px;
  margin: 0 0 12px;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.02;
  letter-spacing: 0;
}

.cx-reviews-head p:last-child {
  margin: 0;
  color: #59616a;
}

.cx-reviews-body #reviews {
  margin: 0;
}

.cx-reviews-body #comments h2,
.cx-reviews-body #review_form_wrapper .comment-reply-title {
  display: block;
  margin: 0 0 16px;
  color: var(--cx-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
}

.cx-reviews-body .commentlist {
  margin: 0 0 24px !important;
  padding: 0 !important;
  list-style: none !important;
}

.cx-reviews-body .comment_container,
.cx-reviews-body .comment-text,
.cx-reviews-body #review_form {
  border: 1px solid var(--cx-line);
  border-radius: 8px;
  padding: 18px;
  background: #fbfaf7;
}

.cx-reviews-body .comment-form {
  display: grid;
  gap: 14px;
}

.cx-reviews-body .comment-form input,
.cx-reviews-body .comment-form textarea {
  width: 100%;
  border: 1px solid var(--cx-line);
  border-radius: 6px;
  padding: 10px 12px;
  font: inherit;
}

.cx-reviews-body .form-submit .submit,
.cx-reviews-body #submit {
  border: 0;
  border-radius: 6px;
  padding: 12px 18px;
  background: var(--cx-signal);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

/* v30.5 conversion-led product storytelling */
.cx-pdp-guides {
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 18px;
}

.cx-fit-card,
.cx-compare-card,
.cx-size-panel,
.cx-customer-reviews {
  box-shadow: none;
}

.cx-fit-card,
.cx-compare-card {
  position: relative;
  overflow: hidden;
}

.cx-fit-card::before,
.cx-compare-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--cx-signal);
}

.cx-aplus {
  border-top: 0;
  background: #fbfaf7;
}

.cx-aplus > .cx-aplus-section.cx-aplus-hero {
  max-width: 1388px;
  padding-top: 84px;
  padding-bottom: 74px;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .78fr);
}

.cx-aplus > .cx-aplus-section.cx-aplus-hero h2 {
  max-width: 820px;
  font-size: clamp(34px, 4.4vw, 58px);
}

.cx-aplus > .cx-aplus-section.cx-aplus-hero p {
  max-width: 760px;
  font-size: 17px;
  line-height: 1.58;
}

.cx-aplus-image {
  background: #f3f1ec;
}

.cx-aplus-media-grid {
  gap: 16px;
}

.cx-aplus-media-card {
  border-radius: 6px;
  box-shadow: none;
  transition: transform .24s cubic-bezier(.16, 1, .3, 1), border-color .24s cubic-bezier(.16, 1, .3, 1);
}

.cx-aplus-media-card:hover {
  border-color: rgba(207, 79, 42, .36);
  transform: translateY(-2px);
}

.cx-aplus-media-copy h3 {
  max-width: 520px;
}

.cx-aplus-dark {
  margin-top: 22px;
  background: #1d2228;
}

.cx-aplus-dark .cx-aplus-section {
  max-width: 1388px;
}

.cx-proof-section {
  padding-top: 42px;
}

.cx-qa-panel,
.cx-review-panel {
  box-shadow: none;
}

.cx-aplus .cx-aplus-section:last-child {
  padding-top: 62px;
}

@media (max-width: 1180px) {
  .cx-aplus-media-grid {
    grid-template-columns: 1fr;
  }

  .cx-aplus-media-card,
  .cx-aplus-media-card:first-child {
    grid-column: auto;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .86fr);
  }
}

@media (max-width: 900px) {
  .cx-proof-section,
  .cx-customer-reviews {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .cx-aplus-media-grid,
  .cx-proof-section,
  .cx-customer-reviews {
    padding-right: 18px;
    padding-left: 18px;
  }

  .cx-aplus-media-card,
  .cx-aplus-media-card:first-child {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .cx-aplus-media {
    min-height: 220px;
  }

  .cx-aplus-media img {
    max-height: 320px;
  }

  .cx-aplus-media-copy {
    padding: 22px;
  }

  .cx-scenario-strip {
    gap: 7px;
  }

  .cx-scenario-strip span {
    font-size: 11px;
  }
}

/* v27 taste-skill refinement: asymmetric commerce layout, restrained motion, and anti-default typography */
body {
  font-family: Outfit, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}

h1,
h2,
h3,
.cx-product-card .cx-card-title,
.cx-category-tile strong,
.woocommerce div.product .product_title {
  letter-spacing: -0.022em;
}

.cx-site-header {
  background: rgba(16, 18, 20, .96);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.08);
}

.cx-nav a {
  position: relative;
  transition: color .28s cubic-bezier(.16, 1, .3, 1);
}

.cx-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background: var(--cx-signal);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .32s cubic-bezier(.16, 1, .3, 1);
}

.cx-nav a:hover::after,
.cx-nav a:focus::after,
.cx-nav a[aria-current="page"]::after,
.cx-nav a:first-child::after {
  transform: scaleX(1);
}

.cx-button,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.cx-promo-actions .cx-button,
.cx-sticky-add {
  transition:
    transform .28s cubic-bezier(.16, 1, .3, 1),
    background .28s cubic-bezier(.16, 1, .3, 1),
    border-color .28s cubic-bezier(.16, 1, .3, 1),
    box-shadow .28s cubic-bezier(.16, 1, .3, 1);
}

.cx-button:active,
.button:active,
.wp-element-button:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.cx-promo-actions .cx-button:active,
.cx-sticky-add:active {
  transform: translateY(1px) scale(.985);
}

.cx-button:hover,
.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.cx-promo-actions .cx-button:hover {
  background: #101214;
  box-shadow: 0 16px 30px -18px rgba(18, 20, 23, .42);
}

.cx-commerce-hero {
  background: #f2eee6;
}

.cx-hero-slide {
  min-height: min(680px, calc(100dvh - 70px));
}

.cx-hero-slide::after {
  background:
    linear-gradient(90deg, rgba(246,244,239,.98) 0%, rgba(246,244,239,.9) 26%, rgba(246,244,239,.42) 48%, rgba(246,244,239,0) 76%),
    linear-gradient(180deg, rgba(255,255,255,.42) 0%, rgba(255,255,255,0) 48%);
}

.cx-promo-panel {
  max-width: 500px;
}

.cx-promo-panel h1 {
  max-width: 520px;
  font-size: clamp(44px, 5.15vw, 68px);
  letter-spacing: -0.032em;
}

.cx-promo-panel p {
  max-width: 440px;
  color: #343b43;
}

.cx-promo-eyebrow,
.cx-kicker {
  color: #b95d36;
  letter-spacing: .14em;
}

.cx-commerce-strip {
  grid-template-columns: minmax(0, 1.32fr) repeat(2, minmax(0, 1fr));
  background: rgba(255,255,255,.94);
}

.cx-strip-item {
  position: relative;
  padding-block: 24px;
}

.cx-strip-item::before {
  border-color: rgba(18, 20, 23, .78);
  color: #101214;
  transform: translateZ(0);
}

.cx-category-rail {
  padding: 30px 0 38px;
}

.cx-category-rail .cx-shell {
  grid-template-columns: minmax(0, 1.28fr) repeat(2, minmax(0, .92fr));
  align-items: stretch;
}

.cx-category-tile {
  position: relative;
  border-color: rgba(18, 20, 23, .12);
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,247,243,.92));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    0 18px 42px -34px rgba(18, 20, 23, .42);
  overflow: hidden;
  transform: translateZ(0);
  transition:
    transform .32s cubic-bezier(.16, 1, .3, 1),
    border-color .32s cubic-bezier(.16, 1, .3, 1),
    box-shadow .32s cubic-bezier(.16, 1, .3, 1);
}

.cx-category-tile:first-child {
  min-height: 188px;
}

.cx-category-tile::after {
  content: "";
  position: absolute;
  inset: auto 18px 0 18px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(207,79,42,.72), transparent);
  opacity: 0;
  transform: translateY(2px);
  transition: opacity .32s cubic-bezier(.16, 1, .3, 1), transform .32s cubic-bezier(.16, 1, .3, 1);
}

.cx-category-tile:hover {
  border-color: rgba(207, 79, 42, .28);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.94),
    0 26px 54px -38px rgba(18, 20, 23, .5);
  transform: translateY(-3px);
}

.cx-category-tile:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.cx-product-showcase {
  padding: 64px 0 88px;
  background:
    linear-gradient(180deg, #fbfaf7 0%, #f5f2eb 100%);
}

.cx-showcase-head {
  align-items: start;
  margin-bottom: 30px;
}

.cx-showcase-head h2 {
  font-size: clamp(34px, 3.8vw, 54px);
  letter-spacing: -0.035em;
}

.cx-product-grid {
  grid-template-columns: minmax(0, 1.16fr) repeat(2, minmax(0, .92fr));
  grid-auto-flow: dense;
  gap: 18px;
}

.cx-product-card {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.95),
    0 20px 46px -40px rgba(18, 20, 23, .44);
  transition:
    transform .32s cubic-bezier(.16, 1, .3, 1),
    border-color .32s cubic-bezier(.16, 1, .3, 1),
    box-shadow .32s cubic-bezier(.16, 1, .3, 1);
}

.cx-product-card:first-child {
  grid-row: span 2;
  min-height: 500px;
  padding: 18px;
}

.cx-product-card:nth-child(4) {
  grid-column: span 2;
}

.cx-product-card:first-child .cx-card-media {
  height: 290px;
}

.cx-product-card:first-child .cx-card-title {
  margin-top: 22px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.02;
}

.cx-product-card:first-child .cx-card-copy {
  max-width: 27ch;
  font-size: 14px;
}

.cx-product-card:hover {
  border-color: rgba(207, 79, 42, .28);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.95),
    0 28px 56px -38px rgba(18, 20, 23, .55);
  transform: translateY(-3px);
}

.home .cx-section.dark {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, #1a1f25 0%, #20262d 54%, #15191e 100%);
}

.home .cx-section.dark::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, rgba(17,17,17,1) 18%, rgba(17,17,17,1) 82%, transparent);
  opacity: .42;
}

.home .cx-section.dark .cx-shell {
  position: relative;
}

.home .cx-section.dark .cx-split {
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  align-items: start;
}

.home .cx-section.dark h2 {
  max-width: 680px;
  font-size: clamp(44px, 5vw, 72px);
  letter-spacing: -0.04em;
}

.cx-feature {
  border-bottom-color: rgba(255,255,255,.15);
}

.cx-feature-mark {
  border-radius: 4px;
  background: linear-gradient(135deg, #f8f9f9, #858e98);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
}

.cx-feature strong {
  font-size: 17px;
}

.cx-band {
  background: #e5dfd4;
}

.cx-buy-panel {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.94),
    0 28px 70px -48px rgba(18,20,23,.55);
}

.woocommerce div.product .cx-buy-panel form.cart .single_add_to_cart_button,
.cx-sticky-add.is-ready {
  background: #cf4f2a !important;
}

.woocommerce div.product .product_title {
  letter-spacing: -0.036em;
}

.summary .cx-summary-badges span {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.84);
}

.cx-sticky-buy {
  border-top-color: rgba(18,20,23,.14);
  box-shadow: 0 -18px 60px -42px rgba(18,20,23,.55);
}

@keyframes cx-rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cx-category-tile,
.cx-product-card,
.cx-feature,
.cx-fit-card,
.cx-compare-card {
  animation: cx-rise-in .62s cubic-bezier(.16, 1, .3, 1) both;
}

.cx-category-tile:nth-child(2),
.cx-product-card:nth-child(2),
.cx-feature:nth-child(2) {
  animation-delay: .08s;
}

.cx-category-tile:nth-child(3),
.cx-product-card:nth-child(3),
.cx-feature:nth-child(3) {
  animation-delay: .16s;
}

.cx-product-card:nth-child(4) {
  animation-delay: .22s;
}

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

@media (max-width: 900px) {
  .cx-commerce-strip,
  .cx-category-rail .cx-shell,
  .cx-product-grid,
  .home .cx-section.dark .cx-split {
    grid-template-columns: 1fr;
  }

  .cx-product-card:first-child,
  .cx-product-card:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
  }

  .cx-product-card:first-child .cx-card-media {
    height: 220px;
  }
}

@media (max-width: 640px) {
  .cx-hero-slide {
    min-height: calc(100dvh - 68px);
  }

  .cx-promo-panel h1 {
    font-size: clamp(40px, 12vw, 48px);
  }

  .cx-commerce-strip {
    display: grid;
  }

  .cx-strip-item {
    grid-template-columns: 42px 1fr;
    padding: 18px;
  }

  .cx-category-tile {
    grid-template-columns: minmax(0, 1fr) 96px;
  }

  .cx-product-card:first-child .cx-card-title {
    font-size: 22px;
  }
}

/* v28 correction: force the taste layout after legacy homepage fixes */
.cx-category-rail .cx-shell {
  display: grid !important;
  grid-template-columns: minmax(0, 1.34fr) repeat(2, minmax(0, .88fr)) !important;
  gap: 18px;
}

.cx-category-tile {
  width: auto;
}

.cx-category-tile:first-of-type {
  grid-template-columns: minmax(0, 1fr) minmax(180px, 46%);
}

.cx-product-grid .cx-product-card:nth-of-type(4) {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(210px, 1fr);
  align-items: center;
  gap: 0 22px;
}

.cx-product-grid .cx-product-card:nth-of-type(4) .cx-card-media {
  grid-column: 2;
  grid-row: 1 / span 5;
  height: 220px;
}

.cx-product-grid .cx-product-card:nth-of-type(4) .cx-card-title,
.cx-product-grid .cx-product-card:nth-of-type(4) .cx-card-copy,
.cx-product-grid .cx-product-card:nth-of-type(4) .price,
.cx-product-grid .cx-product-card:nth-of-type(4) .cx-stars {
  grid-column: 1;
}

@media (max-width: 900px) {
  .cx-category-rail .cx-shell {
    grid-template-columns: 1fr !important;
  }

  .cx-category-tile:first-of-type {
    grid-template-columns: minmax(0, 1fr) 140px;
  }

  .cx-product-grid .cx-product-card:nth-of-type(4) {
    grid-column: auto;
    display: block;
  }

  .cx-product-grid .cx-product-card:nth-of-type(4) .cx-card-media {
    height: 180px;
  }
}

@media (max-width: 640px) {
  .cx-category-tile:first-of-type {
    grid-template-columns: minmax(0, 1fr) 96px;
  }
}

/* v28.1 homepage QA fixes: remove editor layout artifacts and tighten mobile composition */
.cx-category-rail .cx-shell > br,
.cx-category-rail .cx-shell > p:empty {
  display: none !important;
}

.cx-category-rail .cx-shell {
  grid-auto-flow: column;
}

.cx-category-tile {
  min-height: 184px;
}

.cx-product-card .cx-card-media,
.cx-product-card img {
  background: #fff;
}

.cx-product-card .cx-card-media {
  border: 1px solid rgba(18, 20, 23, .06);
}

.cx-product-card .cx-card-media img {
  padding: 10px;
}

.home .cx-section.dark {
  scroll-margin-top: 86px;
}

@media (max-width: 900px) {
  .cx-category-rail .cx-shell {
    grid-auto-flow: row;
  }
}

@media (max-width: 640px) {
  .cx-hero-slide {
    min-height: 650px;
  }

  .cx-hero-slide-media img {
    object-position: 64% center;
  }

  .cx-hero-slide::after {
    background:
      linear-gradient(180deg, rgba(246, 244, 239, .2) 0%, rgba(246, 244, 239, .72) 42%, rgba(246, 244, 239, .98) 100%),
      linear-gradient(90deg, rgba(246, 244, 239, .96) 0%, rgba(246, 244, 239, .7) 42%, rgba(246, 244, 239, .1) 100%);
  }

  .cx-promo-panel {
    padding: 180px 0 62px;
  }

  .cx-promo-panel h1 {
    max-width: 10ch;
    font-size: clamp(38px, 11vw, 46px);
    line-height: .94;
  }

  .cx-promo-panel p {
    max-width: 31ch;
    font-size: 16px;
    line-height: 1.45;
  }

  .cx-category-rail {
    padding-bottom: 34px;
  }

  .cx-category-tile,
  .cx-category-tile:first-of-type {
    grid-template-columns: minmax(0, 1fr) minmax(92px, 30%);
    min-height: 162px;
  }

  .cx-category-tile img {
    max-width: 112px;
    height: 112px;
  }

  .cx-product-showcase {
    padding-top: 54px;
  }

  .cx-product-card .cx-card-media,
  .cx-product-card:first-child .cx-card-media,
  .cx-product-grid .cx-product-card:nth-of-type(4) .cx-card-media {
    height: 210px;
  }

  .home .cx-section.dark {
    padding: 70px 0 76px;
  }

  .home .cx-section.dark h2 {
    max-width: 10ch;
    font-size: clamp(38px, 11vw, 46px);
    line-height: .98;
  }

  .home .cx-section.dark .cx-feature-list {
    margin-top: 36px;
  }
}

/* v30 category rail repair: stable ecommerce layout, no intentional stagger */
.home .cx-category-rail {
  padding: 28px 0 46px;
}

.home .cx-category-rail .cx-shell {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  gap: 18px !important;
  align-items: stretch;
}

.home .cx-category-rail .cx-shell > br,
.home .cx-category-rail .cx-shell > p:empty {
  display: none !important;
}

.home .cx-category-tile,
.home .cx-category-tile:first-of-type {
  grid-column: auto !important;
  grid-row: auto !important;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 122px !important;
  gap: 16px;
  align-items: center;
  min-height: 176px;
  width: auto;
  padding: 22px 20px;
  transform: none;
}

.home .cx-category-tile img,
.home .cx-category-tile:first-of-type img {
  justify-self: end;
  width: 122px;
  max-width: 122px;
  height: 122px;
  object-fit: contain;
}

.home .cx-category-tile strong {
  font-size: clamp(19px, 1.7vw, 22px);
  line-height: 1.08;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.home .cx-category-tile span {
  max-width: 24ch;
}

@media (max-width: 1120px) {
  .home .cx-category-rail .cx-shell {
    gap: 14px !important;
  }

  .home .cx-category-tile,
  .home .cx-category-tile:first-of-type {
    grid-template-columns: minmax(0, 1fr) 104px !important;
    min-height: 168px;
    padding: 20px 18px;
  }

  .home .cx-category-tile img,
  .home .cx-category-tile:first-of-type img {
    width: 104px;
    max-width: 104px;
    height: 104px;
  }
}

@media (max-width: 900px) {
  .home .cx-category-rail .cx-shell {
    grid-template-columns: 1fr !important;
  }

  .home .cx-category-tile,
  .home .cx-category-tile:first-of-type {
    grid-template-columns: minmax(0, 1fr) minmax(104px, 30%) !important;
    min-height: 156px;
  }
}

/* v30.6 Amazon-inspired shop and category archives */
.cx-shop-archive {
  background:
    linear-gradient(180deg, #f4f2ed 0%, #ffffff 360px),
    #ffffff;
  padding: 34px 0 72px;
}

.cx-archive-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 28px;
  align-items: end;
  padding: 22px 0 20px;
}

.cx-archive-hero h1 {
  margin: 6px 0 10px;
  max-width: 760px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: .95;
  letter-spacing: 0;
}

.cx-archive-hero p {
  max-width: 720px;
  margin: 0;
  color: #4e555c;
  font-size: 17px;
}

.cx-archive-hero-panel {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(18, 20, 23, .12);
  border-left: 4px solid var(--cx-signal);
  background: rgba(255, 255, 255, .72);
  padding: 18px 18px 18px 20px;
  box-shadow: 0 20px 42px -32px rgba(18, 20, 23, .35);
}

.cx-archive-hero-panel strong {
  font-size: 16px;
  line-height: 1.15;
}

.cx-archive-hero-panel span {
  color: #5f666d;
  font-size: 14px;
  line-height: 1.45;
}

.cx-archive-cats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 12px 0 18px;
}

.cx-archive-cat {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 86px;
  border: 1px solid #d8dde1;
  border-radius: 8px;
  background: #ffffff;
  padding: 10px 12px;
  transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.cx-archive-cat:hover,
.cx-archive-cat.is-active {
  border-color: rgba(207, 79, 42, .7);
  box-shadow: 0 16px 30px -26px rgba(18, 20, 23, .65);
  transform: translateY(-1px);
}

.cx-cat-thumb {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 6px;
  background: #f4f5f5;
  overflow: hidden;
}

.cx-cat-thumb img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.cx-archive-cat strong,
.cx-archive-cat small {
  display: block;
}

.cx-archive-cat strong {
  color: var(--cx-ink);
  font-size: 15px;
  line-height: 1.15;
}

.cx-archive-cat small {
  margin-top: 4px;
  color: #687079;
  font-size: 12px;
  line-height: 1.25;
}

.cx-archive-toolbar {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d8dde1;
  border-bottom: 1px solid #d8dde1;
  background: #ffffff;
  padding: 12px 0;
}

.cx-archive-toolbar p {
  margin: 0;
  color: #4f565d;
  font-size: 14px;
  font-weight: 700;
}

.cx-archive-search {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: end;
  justify-content: flex-end;
}

.cx-archive-search label {
  display: grid;
  gap: 4px;
}

.cx-archive-search span {
  color: #697078;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cx-archive-search input,
.cx-archive-search select {
  height: 40px;
  min-width: 190px;
  border: 1px solid #cfd4d9;
  border-radius: 6px;
  background: #ffffff;
  color: var(--cx-ink);
  font: inherit;
  font-size: 14px;
  padding: 0 12px;
}

.cx-archive-search button,
.cx-archive-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border: 1px solid var(--cx-ink);
  border-radius: 6px;
  background: var(--cx-ink);
  color: #ffffff;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  padding: 0 16px;
  cursor: pointer;
}

.cx-archive-reset {
  border-color: #cfd4d9;
  background: #ffffff;
  color: var(--cx-ink);
}

.cx-archive-layout {
  display: grid;
  grid-template-columns: 244px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding-top: 24px;
}

.cx-archive-sidebar {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 18px;
}

.cx-filter-block {
  border-top: 1px solid #d8dde1;
  padding-top: 16px;
}

.cx-filter-block h2 {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.2;
}

.cx-filter-block a:not(.cx-filter-help) {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 0;
  color: #40474f;
  font-size: 14px;
  font-weight: 650;
}

.cx-filter-block a.is-active {
  color: var(--cx-signal);
}

.cx-filter-block p {
  margin: 0;
  color: #626a72;
  font-size: 13px;
  line-height: 1.55;
}

.cx-filter-help {
  display: inline-flex;
  margin-top: 10px;
  color: var(--cx-signal);
  font-size: 13px;
  font-weight: 800;
}

.cx-archive-results {
  display: grid;
  gap: 14px;
}

.cx-archive-card {
  display: grid;
  grid-template-columns: minmax(188px, 230px) minmax(0, 1fr);
  gap: 20px;
  border: 1px solid #d8dde1;
  border-radius: 8px;
  background: #ffffff;
  padding: 16px;
  transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.cx-archive-card:hover {
  border-color: #c0c6cc;
  box-shadow: 0 22px 42px -34px rgba(18, 20, 23, .75);
  transform: translateY(-1px);
}

.cx-archive-media {
  display: grid;
  place-items: center;
  min-height: 220px;
  border-radius: 6px;
  background: #f6f7f7;
  overflow: hidden;
}

.cx-archive-media img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  padding: 8px;
  mix-blend-mode: multiply;
}

.cx-archive-card-body {
  display: grid;
  gap: 10px;
  align-content: start;
}

.cx-archive-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cx-archive-card-meta span {
  border: 1px solid #d8dde1;
  border-radius: 999px;
  color: #48505a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
  padding: 6px 9px;
  text-transform: uppercase;
}

.cx-archive-card h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.1;
  letter-spacing: 0;
}

.cx-archive-card h2 a:hover {
  color: var(--cx-signal);
}

.cx-archive-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  min-height: 22px;
  color: #5a626a;
  font-size: 13px;
  font-weight: 700;
}

.cx-archive-rating .star-rating {
  margin: 0;
  color: #b9632f;
}

.cx-rating-new {
  color: #687079;
}

.cx-archive-bullets {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
  color: #40474f;
  font-size: 14px;
  line-height: 1.45;
}

.cx-archive-buy {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #edf0f2;
  margin-top: 4px;
  padding-top: 14px;
}

.cx-archive-buy .price {
  color: var(--cx-ink);
  font-size: 22px;
  line-height: 1;
}

.cx-archive-buy .price .screen-reader-text {
  position: absolute;
}

.cx-archive-buy .button {
  border-radius: 6px;
  background: var(--cx-signal);
  color: #ffffff;
  font-weight: 850;
  padding: 12px 18px;
}

.cx-archive-buy .button:active,
.cx-archive-search button:active,
.cx-archive-reset:active {
  transform: translateY(1px);
}

.cx-archive-empty {
  border: 1px solid #d8dde1;
  border-radius: 8px;
  background: #ffffff;
  padding: 30px;
}

.cx-archive-empty h2 {
  margin: 0 0 8px;
  font-size: 24px;
}

.cx-archive-empty p {
  margin: 0 0 16px;
  color: #5f666d;
}

@media (max-width: 1120px) {
  .cx-archive-cats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cx-archive-layout {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 18px;
  }

  .cx-archive-card {
    grid-template-columns: minmax(160px, 200px) minmax(0, 1fr);
  }
}

@media (max-width: 860px) {
  .cx-shop-archive {
    padding-top: 24px;
  }

  .cx-archive-hero,
  .cx-archive-layout,
  .cx-archive-card {
    grid-template-columns: 1fr;
  }

  .cx-archive-hero-panel,
  .cx-archive-sidebar {
    position: static;
  }

  .cx-archive-sidebar {
    grid-row: 1;
  }

  .cx-archive-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .cx-archive-search {
    justify-content: stretch;
  }

  .cx-archive-search label,
  .cx-archive-search input,
  .cx-archive-search select,
  .cx-archive-search button,
  .cx-archive-reset {
    width: 100%;
  }

  .cx-archive-media {
    min-height: 230px;
  }
}

@media (max-width: 620px) {
  .cx-shop-archive .cx-shell {
    padding: 0 16px;
  }

  .cx-archive-hero h1 {
    font-size: 34px;
  }

  .cx-archive-cats {
    grid-template-columns: 1fr;
  }

  .cx-archive-card {
    padding: 12px;
  }

  .cx-archive-buy {
    align-items: stretch;
    flex-direction: column;
  }

  .cx-archive-buy .button {
    text-align: center;
  }
}

/* v31.9: lighter archive concept with live-count badges and icon controls */
.cx-shop-archive {
  background: linear-gradient(180deg, #f5f3ee 0, #ffffff 310px);
  padding: 28px 0 66px;
}

.cx-shop-archive svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cx-archive-hero {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 330px);
  gap: 24px;
  padding: 20px 0 16px;
}

.cx-archive-hero h1 {
  max-width: 680px;
  font-size: clamp(32px, 4vw, 52px);
}

.cx-archive-hero p {
  max-width: 560px;
  font-size: 16px;
}

.cx-archive-hero-panel {
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 7px 12px;
  align-items: start;
  border-left-width: 3px;
  padding: 15px 16px;
}

.cx-archive-hero-panel svg {
  grid-row: span 2;
  color: var(--cx-signal);
}

.cx-archive-hero-panel span {
  font-size: 13px;
}

.cx-archive-cats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 10px 0 16px;
}

.cx-archive-cat {
  position: relative;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  min-height: 72px;
  padding: 9px 10px;
}

.cx-cat-thumb {
  width: 52px;
  height: 52px;
}

.cx-cat-thumb img {
  width: 48px;
  height: 48px;
}

.cx-archive-cat strong {
  font-size: 14px;
}

.cx-archive-cat small {
  color: #6a727a;
  font-size: 11px;
}

.cx-archive-cat em {
  display: inline-grid;
  place-items: center;
  min-width: 30px;
  height: 30px;
  border: 1px solid #d8dde1;
  border-radius: 999px;
  background: #f7f8f8;
  color: var(--cx-ink);
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
}

.cx-archive-cat.is-active em,
.cx-archive-cat:hover em {
  border-color: rgba(207, 79, 42, .45);
  background: rgba(207, 79, 42, .09);
  color: #9f3e24;
}

.cx-archive-toolbar {
  padding: 10px 0;
}

.cx-archive-toolbar p {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.cx-archive-toolbar p svg {
  color: var(--cx-signal);
}

.cx-archive-search {
  gap: 8px;
}

.cx-archive-search label {
  gap: 3px;
}

.cx-archive-search > label > span:first-child {
  color: #737a82;
  font-size: 10px;
  letter-spacing: .07em;
}

.cx-search-field {
  position: relative;
  display: block;
}

.cx-search-field svg {
  position: absolute;
  left: 11px;
  top: 50%;
  width: 16px;
  height: 16px;
  color: #777f87;
  transform: translateY(-50%);
}

.cx-archive-search input,
.cx-archive-search select {
  height: 38px;
  min-width: 172px;
  font-size: 13px;
}

.cx-search-field input {
  padding-left: 34px;
}

.cx-archive-search button,
.cx-archive-reset {
  gap: 7px;
  height: 38px;
  padding: 0 14px;
}

.cx-archive-search button svg,
.cx-archive-reset svg,
.cx-archive-buy .button svg {
  width: 15px;
  height: 15px;
}

.cx-archive-layout {
  grid-template-columns: 216px minmax(0, 1fr);
  gap: 22px;
  padding-top: 20px;
}

.cx-archive-sidebar {
  gap: 16px;
}

.cx-filter-block {
  padding-top: 14px;
}

.cx-filter-block h2 {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 9px;
}

.cx-filter-block h2 svg {
  width: 16px;
  height: 16px;
  color: var(--cx-signal);
}

.cx-filter-help-block {
  color: #4c545c;
}

.cx-archive-results {
  gap: 10px;
}

.cx-archive-card {
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 16px;
  padding: 12px;
}

.cx-archive-media {
  min-height: 142px;
}

.cx-archive-media img {
  height: 142px;
  padding: 7px;
}

.cx-archive-card-body {
  grid-template-columns: minmax(0, 1fr) minmax(138px, auto);
  gap: 8px 16px;
  align-content: center;
}

.cx-archive-card-meta {
  grid-column: 1 / -1;
  gap: 6px;
}

.cx-archive-card-meta span {
  font-size: 10px;
  padding: 5px 8px;
}

.cx-archive-card-main {
  display: grid;
  gap: 6px;
}

.cx-archive-card h2 {
  font-size: clamp(19px, 1.55vw, 24px);
}

.cx-archive-rating {
  min-height: 20px;
  font-size: 12px;
}

.cx-archive-rating-link {
  display: inline-flex;
  width: fit-content;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  color: #59616a;
  text-decoration: none;
  transition: color .2s ease;
}

.cx-archive-rating-link:hover,
.cx-archive-rating-link:focus-visible {
  color: var(--cx-signal);
}

.cx-archive-rating-link:focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--cx-signal);
  outline-offset: 3px;
}

.cx-archive-rating-score {
  color: #252a2f;
  font-size: 13px;
  font-weight: 900;
}

.cx-archive-rating .star-rating {
  color: #b9632f;
  font-size: 13px;
}

.cx-archive-rating-count {
  color: #59616a;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: #c7ccd0;
  text-underline-offset: 3px;
}

.cx-archive-card-main p {
  max-width: 64ch;
  margin: 0;
  color: #59616a;
  font-size: 14px;
  line-height: 1.45;
}

.cx-archive-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.cx-archive-specs span {
  border: 1px solid #d8dde1;
  border-radius: 999px;
  background: #fafafa;
  color: #424951;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .03em;
  line-height: 1;
  padding: 7px 9px;
  text-transform: uppercase;
}

.cx-archive-delivery {
  display: grid;
  grid-column: 1;
  gap: 2px;
  align-self: end;
  width: fit-content;
  border-left: 2px solid rgba(207, 79, 42, .72);
  padding: 2px 0 2px 9px;
}

.cx-archive-delivery strong {
  color: #23613d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .035em;
}

.cx-archive-delivery span {
  color: #535c65;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.cx-archive-buy {
  grid-row: 2 / span 3;
  grid-column: 2;
  align-content: end;
  align-items: end;
  flex-direction: column;
  justify-content: end;
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
  text-align: right;
}

.cx-archive-buy .price {
  font-size: 19px;
  white-space: nowrap;
}

.cx-archive-buy .button {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-width: 138px;
  padding: 11px 14px;
}

@media (max-width: 1120px) {
  .cx-archive-card-body {
    grid-template-columns: 1fr;
  }

  .cx-archive-buy {
    grid-row: auto;
    grid-column: auto;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #edf0f2;
    padding-top: 12px;
    text-align: left;
  }

  .cx-archive-delivery {
    grid-column: auto;
  }
}

@media (max-width: 860px) {
  .cx-archive-hero {
    grid-template-columns: 1fr;
  }

  .cx-archive-layout {
    grid-template-columns: 1fr;
  }

  .cx-archive-cats {
    grid-template-columns: 1fr;
  }

  .cx-archive-card {
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 12px;
  }

  .cx-archive-media,
  .cx-archive-media img {
    min-height: 116px;
    height: 116px;
  }

  .cx-archive-sidebar {
    grid-row: auto;
  }
}

@media (max-width: 620px) {
  .cx-shop-archive {
    padding-top: 20px;
  }

  .cx-archive-hero h1 {
    max-width: 8ch;
    font-size: 34px;
    line-height: .96;
  }

  .cx-archive-hero p {
    max-width: 32ch;
  }

  .cx-archive-hero-panel {
    grid-template-columns: 22px minmax(0, 1fr);
  }

  .cx-archive-card {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .cx-archive-media,
  .cx-archive-media img {
    min-height: 180px;
    height: 180px;
  }

  .cx-archive-buy {
    align-items: stretch;
    flex-direction: column;
    text-align: left;
  }

  .cx-archive-delivery {
    width: 100%;
  }

  .cx-archive-buy .price {
    white-space: normal;
  }

  .cx-archive-buy .button {
    width: 100%;
  }
}

/* v31.2: homepage product showcase reflects the three live product families only. */
.home .cx-product-grid {
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, .86fr);
  align-items: stretch;
}

.home .cx-product-card:first-child {
  grid-row: span 2;
  min-height: 512px;
}

.home .cx-product-card:nth-child(2),
.home .cx-product-card:nth-child(3) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, .84fr);
  align-content: center;
  align-items: center;
  gap: 10px 18px;
  min-height: 247px;
}

.home .cx-product-card:nth-child(2) .cx-card-media,
.home .cx-product-card:nth-child(3) .cx-card-media {
  grid-column: 2;
  grid-row: 1 / span 5;
  height: 190px;
}

.home .cx-product-card:nth-child(2) .cx-card-title,
.home .cx-product-card:nth-child(2) .cx-card-copy,
.home .cx-product-card:nth-child(2) .price,
.home .cx-product-card:nth-child(2) .cx-stars,
.home .cx-product-card:nth-child(3) .cx-card-title,
.home .cx-product-card:nth-child(3) .cx-card-copy,
.home .cx-product-card:nth-child(3) .price,
.home .cx-product-card:nth-child(3) .cx-stars {
  grid-column: 1;
}

.home .cx-product-card:nth-child(2) .cx-card-title,
.home .cx-product-card:nth-child(3) .cx-card-title {
  margin-top: 0;
}

@media (max-width: 900px) {
  .home .cx-product-grid {
    grid-template-columns: 1fr;
  }

  .home .cx-product-card:nth-child(2),
  .home .cx-product-card:nth-child(3) {
    display: block;
    min-height: 0;
  }

  .home .cx-product-card:nth-child(2) .cx-card-media,
  .home .cx-product-card:nth-child(3) .cx-card-media {
    height: 210px;
  }

  .home .cx-product-card:nth-child(2) .cx-card-title,
  .home .cx-product-card:nth-child(3) .cx-card-title {
    margin-top: 16px;
  }
}

/* v31.3 builder-first product detail direction */
.single-product .cx-page {
  background:
    linear-gradient(180deg, #f7f5ef 0%, #ffffff 520px),
    #ffffff;
}

.woocommerce div.product {
  align-items: start;
}

.woocommerce div.product .summary {
  position: relative;
}

.woocommerce div.product .woocommerce-product-details__short-description {
  background:
    linear-gradient(90deg, rgba(207, 79, 42, .08), transparent 42%),
    #ffffff;
  border: 1px solid rgba(18, 20, 23, .1);
  border-radius: 8px;
  padding: 18px;
}

.cx-buy-panel {
  position: sticky;
  top: 94px;
}

.cx-buy-measure {
  display: grid;
  gap: 6px;
  margin: -2px 0 18px;
  border: 1px solid rgba(207, 79, 42, .24);
  border-radius: 7px;
  padding: 12px 13px;
  background: #fff8f3;
}

.cx-buy-measure strong {
  color: var(--cx-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.cx-buy-measure span {
  color: #5b6269;
  font-size: 12px;
  line-height: 1.45;
}

.cx-pdp-guides {
  grid-template-columns: minmax(260px, .88fr) minmax(280px, .94fr) minmax(320px, 1.08fr);
  align-items: stretch;
  margin-top: 26px;
}

.cx-builder-intro {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  padding: clamp(24px, 2.6vw, 34px);
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), transparent 48%),
    #1d2228;
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.cx-builder-intro .cx-kicker {
  color: #f2a481;
}

.cx-builder-intro h2 {
  max-width: 420px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(27px, 2.5vw, 38px);
  line-height: 1.04;
  letter-spacing: 0;
}

.cx-builder-intro p:not(.cx-kicker) {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.58;
}

.cx-builder-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.cx-builder-chips span {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.cx-fit-card,
.cx-compare-card {
  min-height: 100%;
}

.cx-fit-card h2,
.cx-compare-card h2 {
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 1.06;
  letter-spacing: 0;
}

.cx-size-panel {
  align-items: start;
  grid-template-columns: minmax(280px, .32fr) minmax(0, .68fr);
  background:
    linear-gradient(135deg, #ffffff, #f6f4ef);
}

.cx-size-content {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.cx-size-chart {
  min-height: 360px;
  background: #ffffff;
}

.cx-size-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--cx-line);
  border-radius: 8px;
  background: #ffffff;
}

.cx-size-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  color: #31373d;
  font-size: 13px;
}

.cx-size-table th,
.cx-size-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--cx-line);
  text-align: left;
  vertical-align: top;
}

.cx-size-table th {
  background: #f3f1ec;
  color: #5c646d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.cx-size-table tr:last-child td {
  border-bottom: 0;
}

.cx-size-notes {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 12px 14px 14px 30px;
  color: #5d646b;
  font-size: 12px;
  line-height: 1.45;
}

.cx-builder-intro,
.cx-size-table-wrap {
  animation: cx-rise-in .62s cubic-bezier(.16, 1, .3, 1) both;
}

@media (max-width: 1180px) {
  .cx-buy-panel {
    position: static;
  }

  .cx-pdp-guides {
    grid-template-columns: 1fr 1fr;
  }

  .cx-builder-intro {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .woocommerce div.product .woocommerce-product-details__short-description {
    padding: 16px;
  }

  .cx-pdp-guides,
  .cx-size-panel {
    grid-template-columns: 1fr;
  }

  .cx-aplus > .cx-aplus-section.cx-aplus-hero {
    grid-template-columns: 1fr;
  }

  .cx-builder-intro {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .cx-builder-intro,
  .cx-fit-card,
  .cx-compare-card {
    padding: 20px;
  }

  .cx-builder-chips {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .cx-builder-chips span {
    flex: 0 0 auto;
  }

  .cx-size-table {
    min-width: 540px;
  }

  .cx-customer-reviews {
    order: 8;
  }

  .cx-aplus > .cx-aplus-section.cx-aplus-hero {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/* v31.3: homepage category thumbnails use transparent product cutouts. */
.home .cx-category-tile img,
.home .cx-category-tile:first-of-type img {
  background: transparent !important;
  border-radius: 0;
}

/* v31.5: closer PDP concept match for conversion-first buying */
.single-product .cx-site-header {
  margin: 12px auto 0;
  width: min(1540px, calc(100% - 24px));
  border-radius: 8px 8px 0 0;
  box-shadow: 0 18px 54px -42px rgba(18, 20, 23, .55);
}

.single-product .cx-header-inner {
  min-height: 74px;
}

.single-product .cx-brand img {
  width: 238px;
}

.single-product .cx-nav {
  gap: clamp(22px, 3vw, 44px);
}

.single-product .cx-nav a {
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  letter-spacing: .05em;
}

.single-product .cx-nav a:first-child::after {
  transform: scaleX(0);
}

.single-product .cx-page {
  padding-top: 34px;
}

.single-product .cx-page > .cx-shell {
  max-width: 1420px;
}

.woocommerce div.product {
  grid-template-columns: 62px minmax(430px, 1.05fr) minmax(360px, .84fr) minmax(292px, .56fr);
  gap: 24px;
}

.woocommerce div.product .product_title {
  margin-bottom: 8px;
  font-size: clamp(34px, 3.2vw, 46px);
  line-height: .98;
}

.cx-summary-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(18, 20, 23, .14);
  color: #343a40;
  font-size: 13px;
  font-weight: 700;
}

.cx-rating-stars {
  color: var(--cx-signal);
  font-size: 0;
  letter-spacing: 1px;
  line-height: 1;
}

.cx-rating-stars::before {
  content: "\2605\2605\2605\2605\2605";
  font-size: 15px;
}

.cx-summary-rating-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #30363b;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}

.cx-summary-rating-link:hover,
.cx-summary-rating-link:focus-visible {
  color: var(--cx-signal);
}

.cx-summary-rating-link:focus-visible {
  outline: 2px solid var(--cx-signal);
  outline-offset: 4px;
}

.woocommerce div.product .woocommerce-product-details__short-description {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.woocommerce div.product .woocommerce-product-details__short-description ul {
  gap: 22px;
}

.woocommerce div.product .woocommerce-product-details__short-description li {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-height: 0;
  padding-left: 0;
  font-size: 14px;
}

.woocommerce div.product .woocommerce-product-details__short-description li::before {
  display: none;
  top: 1px;
  width: 38px;
  height: 38px;
  border-color: rgba(18, 20, 23, .16);
  background: #ffffff;
}

.woocommerce div.product .woocommerce-product-details__short-description li::after {
  display: none;
}

.cx-summary-dot {
  width: 7px;
  height: 7px;
  margin-top: .58em;
  border-radius: 50%;
  background: #1d2228;
}

.cx-summary-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.cx-summary-copy strong {
  color: var(--cx-ink);
  font-weight: 900;
  line-height: 1.25;
}

.cx-summary-copy span {
  color: #30363b;
  line-height: 1.48;
}

.cx-product-visual {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(18, 20, 23, .08);
}

.cx-product-visual img {
  padding: 30px 40px 44px;
}

.cx-image-chip {
  inset: auto 0 18px;
  display: inline-flex;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
  background: transparent;
  color: #5b6269;
}

.cx-product-badge {
  left: 24px;
  bottom: 24px;
  border-radius: 6px;
}

.cx-buy-panel {
  padding: 26px;
  border-radius: 8px;
  box-shadow: 0 30px 80px -54px rgba(18, 20, 23, .55);
}

.cx-buy-note {
  position: relative;
  padding-left: 24px;
}

.cx-buy-note strong,
.cx-buy-note span {
  display: block;
}

.cx-buy-note strong {
  color: var(--cx-ink);
  font-size: 13px;
  font-weight: 900;
}

.cx-buy-note span {
  margin-top: 3px;
}

.cx-buy-note::before {
  content: "";
  position: absolute;
  left: 0;
  top: .4em;
  width: 15px;
  height: 10px;
  border: 1.8px solid #66707a;
  border-radius: 2px;
}

.cx-buy-measure {
  order: 10;
  margin-top: 16px;
}

.woocommerce div.product .cx-buy-panel form.cart .variations label {
  color: var(--cx-ink);
  font-size: 13px;
}

.woocommerce div.product .cx-buy-panel form.cart select,
.woocommerce div.product .cx-buy-panel form.cart input.qty {
  min-height: 46px;
  border-radius: 5px;
}

.woocommerce div.product .cx-buy-panel form.cart .single_add_to_cart_button {
  min-height: 54px;
  border-radius: 5px;
  background: #d84218 !important;
  font-size: 18px;
}

.cx-pdp-guides {
  grid-template-columns: minmax(320px, .58fr) minmax(0, 1fr);
  gap: 16px;
  margin-top: 38px;
}

.cx-fit-card,
.cx-build-card,
.cx-proof-strip {
  border: 1px solid rgba(18, 20, 23, .13);
  border-radius: 5px;
  background: #ffffff;
}

.cx-fit-card {
  padding: 22px 24px;
}

.cx-fit-card::before,
.cx-compare-card::before {
  display: none;
}

.cx-fit-card h2 {
  max-width: 430px;
  margin-bottom: 20px;
  font-size: clamp(24px, 2.1vw, 30px);
}

.cx-fit-card ol {
  gap: 13px;
  margin-top: 0;
}

.cx-fit-card li {
  min-height: 0;
  border: 0;
  padding: 0 0 0 42px;
  font-size: 13px;
}

.cx-fit-card li::before {
  left: 0;
  top: -3px;
  width: 24px;
  height: 24px;
  background: #d84218;
  font-size: 12px;
}

.cx-build-card {
  padding: 22px 22px 20px;
}

.single-product .cx-pdp-guides {
  scroll-margin-bottom: 112px;
}

.cx-build-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.cx-build-item {
  min-width: 0;
}

.cx-build-image {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
}

.cx-build-image img,
.cx-build-item img {
  display: block;
  width: 100%;
  aspect-ratio: 1.28 / 1;
  border-radius: 8px;
  object-fit: cover;
}

.cx-build-image img {
  transition: transform .22s ease, filter .22s ease;
}

.cx-build-image span {
  position: absolute;
  right: 8px;
  bottom: 8px;
  border-radius: 5px;
  padding: 5px 7px;
  background: rgba(18, 20, 23, .84);
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .18s ease, transform .18s ease;
}

.cx-build-image:hover img,
.cx-build-image:focus-visible img {
  filter: contrast(1.03);
  transform: scale(1.025);
}

.cx-build-image:hover span,
.cx-build-image:focus-visible span {
  opacity: 1;
  transform: translateY(0);
}

.cx-build-image:focus-visible {
  outline: 2px solid rgba(216, 66, 24, .62);
  outline-offset: 3px;
}

.cx-build-item strong,
.cx-build-item span {
  display: block;
}

.cx-build-item strong {
  margin-top: 10px;
  color: var(--cx-ink);
  font-size: 15px;
  line-height: 1.2;
}

.cx-build-item span {
  margin-top: 4px;
  color: #5d646b;
  font-size: 13px;
  line-height: 1.35;
}

.cx-proof-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 18px 20px;
}

.cx-proof-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px 14px;
  align-items: center;
  min-width: 0;
}

.cx-proof-item span {
  position: relative;
  grid-row: span 2;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(18, 20, 23, .24);
  border-radius: 50%;
  background: #ffffff;
}

.cx-proof-item span::before,
.cx-proof-item span::after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 2px solid #1d2228;
}

.cx-proof-item:nth-child(1) span::before {
  border-radius: 50%;
}

.cx-proof-item:nth-child(1) span::after {
  inset: 13px;
  border-radius: 50%;
}

.cx-proof-item:nth-child(2) span::before {
  inset: 8px 12px;
  border-width: 2px 0;
}

.cx-proof-item:nth-child(2) span::after {
  inset: 8px 15px;
  border-width: 0 2px;
}

.cx-proof-item:nth-child(3) span::before {
  inset: 14px 9px 8px;
  border-radius: 2px;
}

.cx-proof-item:nth-child(3) span::after {
  inset: 7px 12px 16px;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.cx-proof-item:nth-child(4) span::before {
  inset: 8px 11px 9px;
  border-radius: 50% 50% 55% 55%;
  transform: rotate(45deg);
}

.cx-proof-item:nth-child(4) span::after {
  display: none;
}

.cx-line-icon {
  display: grid;
  place-items: center;
}

.cx-line-icon::before,
.cx-line-icon::after {
  display: none !important;
}

.cx-line-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: #1d2228;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cx-proof-item strong {
  color: var(--cx-ink);
  font-size: 14px;
  line-height: 1.2;
}

.cx-proof-item small {
  color: #666f78;
  font-size: 12px;
  line-height: 1.25;
}

@media (max-width: 1180px) {
  .woocommerce div.product {
    grid-template-columns: 62px minmax(0, 1fr) minmax(320px, .86fr);
  }

  .cx-pdp-guides {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .single-product .cx-site-header {
    width: 100%;
    margin-top: 0;
    border-radius: 0;
  }

  .single-product .cx-brand img {
    width: 150px;
  }

  .cx-build-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cx-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 640px) {
  .woocommerce div.product {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .woocommerce div.product .summary,
  .cx-buy-panel,
  .cx-pdp-guides,
  .cx-size-panel,
  .cx-decision-section,
  .cx-aplus,
  .cx-customer-reviews {
    grid-column: 1 / -1;
  }

  .cx-product-visual {
    width: 100%;
    min-height: 340px;
    order: 1;
  }

  .cx-product-visual img,
  .cx-product-visual video,
  .cx-product-video-embed {
    min-height: 340px;
  }

  .cx-pdp-thumbs {
    order: 2;
  }

  .woocommerce div.product .summary {
    order: 3;
  }

  .cx-buy-panel {
    order: 4;
  }

  .cx-pdp-guides {
    order: 5;
  }

  .cx-size-panel {
    order: 6;
  }

  .cx-aplus {
    order: 7;
  }

  .cx-decision-section {
    order: 8;
  }

  .cx-customer-reviews {
    order: 9;
  }

  .woocommerce div.product .product_title {
    font-size: clamp(27px, 7vw, 34px);
  }

  .cx-summary-rating {
    margin-bottom: 14px;
    padding-bottom: 14px;
  }

  .woocommerce div.product .woocommerce-product-details__short-description li {
    min-height: 0;
    grid-template-columns: 9px minmax(0, 1fr);
    gap: 10px;
    padding-left: 0;
    font-size: 13px;
  }

  .cx-summary-dot {
    width: 6px;
    height: 6px;
  }

  .cx-build-grid {
    display: flex;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .cx-build-item {
    flex: 0 0 72%;
  }

  .cx-proof-strip {
    grid-template-columns: 1fr;
  }
}

/* v31.7: restore original header and bottom sticky buy behavior after concept pass */
.single-product .cx-site-header {
  width: 100%;
  margin: 0;
  border-radius: 0;
}

.single-product .cx-header-inner {
  min-height: 76px;
}

.single-product .cx-brand img {
  width: 156px;
}

.single-product .cx-nav {
  gap: 22px;
}

.single-product .cx-nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  letter-spacing: .06em;
}

.single-product .cx-nav .cx-nav-cta {
  color: var(--cx-white);
}

.single-product .cx-nav a:first-child::after {
  transform: scaleX(1);
}

.cx-sticky-buy {
  z-index: 12000;
  overflow: visible;
  background: #ffffff;
  isolation: isolate;
}

/* v31.9: bottom buy bar is the only floating purchase surface */
.cx-buy-panel {
  position: static !important;
  top: auto !important;
}

.cx-sticky-buy {
  inset: auto 0 0 0 !important;
  z-index: 2147483000;
}

.cx-sticky-buy.is-visible {
  transform: translateY(0) !important;
}

.cx-decision-section {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 18px;
  margin-top: 24px;
  padding: 0;
}

.cx-decision-section .cx-qa-panel,
.cx-support-panel {
  border: 1px solid rgba(18, 20, 23, .13);
  border-radius: 6px;
  padding: clamp(22px, 2.6vw, 32px);
  background: #ffffff;
}

.cx-decision-section h2,
.cx-support-panel h2 {
  margin: 0 0 18px;
  max-width: 520px;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.04;
}

.cx-support-note {
  display: grid;
  gap: 6px;
  padding: 16px 0;
  border-top: 1px solid var(--cx-line);
}

.cx-support-note strong {
  color: var(--cx-ink);
  font-size: 14px;
}

.cx-support-note span,
.cx-support-cta p {
  color: #586069;
  font-size: 14px;
  line-height: 1.52;
}

.cx-support-cta {
  margin-top: 18px;
  border-top: 1px solid var(--cx-line);
  padding-top: 18px;
}

.cx-support-cta strong {
  color: var(--cx-ink);
}

.cx-sticky-buy select,
.cx-sticky-buy button,
.cx-sticky-buy input {
  position: relative;
  z-index: 1;
}

.cx-sticky-options-backdrop {
  position: fixed !important;
  z-index: 0 !important;
}

.cx-sticky-options-panel {
  z-index: 2;
}

@media (max-width: 760px) {
  .cx-sticky-buy {
    grid-template-columns: minmax(0, 1fr) 54px 118px;
    padding: 10px 14px max(10px, env(safe-area-inset-bottom));
  }

  .cx-sticky-add {
    min-height: 42px;
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  .cx-decision-section {
    grid-template-columns: 1fr;
  }
}

/* COREAX About page concept */
.cx-about-page {
  padding: 0;
}

.cx-about {
  background: var(--cx-paper);
  color: var(--cx-ink);
  overflow: hidden;
}

.cx-about .cx-shell {
  max-width: var(--cx-max);
}

.cx-about h1,
.cx-about h2,
.cx-about h3,
.cx-about p {
  margin-top: 0;
}

.cx-about h1,
.cx-about h2 {
  color: var(--cx-ink);
  line-height: 1.02;
  letter-spacing: 0;
}

.cx-about h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(44px, 5.6vw, 76px);
  font-weight: 900;
}

.cx-about h2 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 900;
}

.cx-about h3 {
  margin-bottom: 8px;
  color: var(--cx-ink);
  font-size: 19px;
  line-height: 1.18;
  font-weight: 900;
}

.cx-about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #4b535b;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cx-about-kicker::before {
  content: "";
  width: 34px;
  height: 4px;
  border-radius: 999px;
  background: var(--cx-signal);
}

.cx-about-lead {
  max-width: 680px;
  margin: 0 0 30px;
  color: #3f464d;
  font-size: 20px;
  line-height: 1.62;
  font-weight: 500;
}

.cx-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.cx-about .cx-button {
  min-height: 48px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.cx-about .cx-button.secondary {
  border-color: rgba(18, 20, 23, .24);
  background: transparent;
  color: var(--cx-ink);
}

.cx-about .cx-button.secondary:hover {
  border-color: rgba(18, 20, 23, .42);
  background: rgba(18, 20, 23, .06);
  color: var(--cx-ink);
}

.cx-about-hero {
  position: relative;
  overflow: hidden;
  background: #eeeae1;
}

.cx-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(246, 244, 239, .98) 0%, rgba(246, 244, 239, .82) 42%, rgba(246, 244, 239, .12) 100%),
    var(--cx-about-hero-image);
  background-position: center, right center;
  background-size: cover, cover;
  background-repeat: no-repeat;
}

.cx-about-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: 64px;
  min-height: 690px;
  padding-top: 88px;
  padding-bottom: 72px;
}

.cx-about-hero-card {
  align-self: end;
  justify-self: end;
  width: min(470px, 100%);
  margin-bottom: -24px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--cx-radius);
  background: rgba(18, 20, 23, .92);
  color: var(--cx-white);
  box-shadow: 0 28px 60px rgba(18, 20, 23, .22);
  overflow: hidden;
}

.cx-about-hero-card img {
  width: 100%;
  height: 265px;
  object-fit: cover;
}

.cx-about-hero-card div {
  padding: 26px;
}

.cx-about-hero-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--cx-white);
  font-size: 18px;
  line-height: 1.2;
}

.cx-about-hero-card span {
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

.cx-about-proof {
  background: var(--cx-ink);
  color: var(--cx-white);
}

.cx-about-proof-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 1px;
  border-left: 1px solid rgba(255, 255, 255, .13);
  border-right: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .13);
}

.cx-about-proof-item {
  min-height: 148px;
  padding: 28px;
  background: var(--cx-ink);
}

.cx-about-proof-item:first-child {
  background: var(--cx-carbon);
}

.cx-about-proof-item span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.cx-about-proof-item strong {
  display: block;
  color: var(--cx-white);
  font-size: clamp(23px, 2.4vw, 30px);
  line-height: 1.08;
  font-weight: 900;
}

.cx-about-section {
  padding: 104px 0;
}

.cx-about-split {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 72px;
  align-items: start;
}

.cx-about-copy {
  color: #4b535b;
  font-size: 17px;
  line-height: 1.72;
}

.cx-about-copy p {
  margin-bottom: 18px;
}

.cx-about-dark {
  background: var(--cx-carbon);
  color: var(--cx-white);
}

.cx-about-dark h2,
.cx-about-dark h3 {
  color: var(--cx-white);
}

.cx-about-dark .cx-about-kicker {
  color: rgba(255, 255, 255, .68);
}

.cx-about-dark .cx-about-copy {
  color: rgba(255, 255, 255, .72);
}

.cx-about-principles {
  display: grid;
  grid-template-columns: 1.35fr .85fr 1fr;
  gap: 1px;
  margin-top: 46px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .14);
}

.cx-about-principle {
  min-height: 250px;
  padding: 34px;
  background: var(--cx-carbon);
}

.cx-about-principle-image {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-image:
    linear-gradient(180deg, rgba(18, 20, 23, .24), rgba(18, 20, 23, .84)),
    var(--cx-about-principle-image);
  background-position: center;
  background-size: cover;
}

.cx-about-principle:nth-child(4) {
  background: #252b31;
}

.cx-about-principle span {
  display: block;
  margin-bottom: 28px;
  color: var(--cx-amber);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cx-about-principle p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .7);
}

.cx-about-product-system {
  background: var(--cx-white);
}

.cx-about-product-grid {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 22px;
  margin-top: 44px;
}

.cx-about-product-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--cx-line);
  border-radius: var(--cx-radius);
  background: #f7f7f4;
}

.cx-about-product-card-wide {
  grid-row: span 2;
  min-height: 682px;
}

.cx-about-product-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cx-about-product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 20, 23, 0) 18%, rgba(18, 20, 23, .72) 100%),
    linear-gradient(90deg, rgba(18, 20, 23, .12), rgba(18, 20, 23, .02));
}

.cx-about-product-card div {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  z-index: 1;
  color: var(--cx-white);
}

.cx-about-product-card h3 {
  color: var(--cx-white);
  font-size: 25px;
}

.cx-about-product-card p {
  max-width: 520px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .76);
}

.cx-about-workflow {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 72px;
  align-items: center;
}

.cx-about-steps {
  display: grid;
  gap: 1px;
  border: 1px solid var(--cx-line);
  background: var(--cx-line);
}

.cx-about-step {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 26px;
  padding: 28px;
  background: var(--cx-paper);
}

.cx-about-step > p:empty {
  display: none;
}

.cx-about-step > div {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.cx-about-step strong {
  color: var(--cx-signal);
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}

.cx-about-step p {
  margin-bottom: 0;
  color: #4c545c;
}

.cx-about-cta {
  padding: 76px 0;
  background: linear-gradient(90deg, var(--cx-ink), #22272d);
  color: var(--cx-white);
}

.cx-about-cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
}

.cx-about-cta h2 {
  max-width: 780px;
  margin-bottom: 14px;
  color: var(--cx-white);
}

.cx-about-cta p {
  max-width: 780px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 18px;
}

.cx-about-cta .cx-button.secondary {
  border-color: rgba(255, 255, 255, .24);
  color: var(--cx-white);
}

.cx-about-cta .cx-button.secondary:hover {
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .08);
  color: var(--cx-white);
}

@media (max-width: 960px) {
  .cx-about-hero-grid,
  .cx-about-split,
  .cx-about-workflow,
  .cx-about-cta-grid {
    grid-template-columns: 1fr;
  }

  .cx-about-proof-grid,
  .cx-about-principles,
  .cx-about-product-grid {
    grid-template-columns: 1fr;
  }

  .cx-about-hero-grid {
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .cx-about-hero-card {
    justify-self: start;
    margin-bottom: 0;
  }

  .cx-about-product-card-wide {
    min-height: 420px;
  }

  .cx-about-principle-image {
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .cx-about h1 {
    font-size: clamp(40px, 11vw, 48px);
  }

  .cx-about h2 {
    font-size: clamp(30px, 8.8vw, 38px);
  }

  .cx-about-lead {
    font-size: 16px;
  }

  .cx-about-hero::before {
    background-image:
      linear-gradient(180deg, rgba(246, 244, 239, .7) 0%, rgba(246, 244, 239, .96) 44%, rgba(246, 244, 239, 1) 100%),
      var(--cx-about-hero-image);
    background-position: center, 58% center;
  }

  .cx-about-hero-grid {
    padding-top: 52px;
  }

  .cx-about-section {
    padding: 72px 0;
  }

  .cx-about-proof-item {
    min-height: auto;
    padding: 24px 18px;
  }

  .cx-about-principle {
    min-height: 220px;
    padding: 26px;
  }

  .cx-about-product-card,
  .cx-about-product-card-wide {
    min-height: 360px;
  }

  .cx-about-product-card div {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .cx-about-step {
    grid-template-columns: 54px 1fr;
    gap: 16px;
    padding: 22px 18px;
  }

  .cx-about-actions {
    align-items: stretch;
  }

  .cx-about-actions .cx-button {
    width: 100%;
  }
}

/* Mobile icon navigation */
@media (max-width: 640px) {
  .cx-site-header {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  .cx-header-inner,
  .single-product .cx-header-inner {
    position: relative;
    display: block;
    min-height: 64px;
  }

  .cx-nav,
  .cx-header-tools {
    display: none !important;
  }

  .cx-brand img,
  .single-product .cx-brand img {
    width: 126px;
  }

  .cx-brand {
    position: absolute;
    top: 50%;
    left: 70px;
    right: 112px;
    min-width: 0;
    margin: 0;
    transform: translateY(-50%);
  }

  .cx-mobile-menu {
    position: fixed;
    top: 12px;
    left: 18px;
    z-index: 70;
    display: block;
  }

  .cx-mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: var(--cx-radius);
    background: rgba(255, 255, 255, .055);
    color: var(--cx-white);
    cursor: pointer;
    transition:
      border-color .24s cubic-bezier(.16, 1, .3, 1),
      background .24s cubic-bezier(.16, 1, .3, 1),
      transform .24s cubic-bezier(.16, 1, .3, 1);
  }

  .cx-mobile-menu-toggle::-webkit-details-marker {
    display: none;
  }

  .cx-mobile-menu-toggle::marker {
    content: "";
  }

  .cx-mobile-menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  .cx-mobile-menu[open] .cx-mobile-menu-toggle,
  .cx-mobile-menu-toggle:focus,
  .cx-mobile-menu-toggle:hover {
    border-color: rgba(207, 79, 42, .58);
    background: rgba(207, 79, 42, .16);
    outline: none;
  }

  .cx-mobile-menu-toggle:active,
  .cx-mobile-icon:active {
    transform: translateY(1px) scale(.98);
  }

  .cx-mobile-menu-panel {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 80;
    display: grid;
    min-width: 214px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(16, 18, 20, .98);
    box-shadow: 0 24px 54px -34px rgba(0, 0, 0, .85);
    backdrop-filter: blur(16px);
  }

  .cx-mobile-menu-panel a {
    display: flex;
    align-items: center;
    min-height: 44px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    padding: 0 16px;
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition:
      color .24s cubic-bezier(.16, 1, .3, 1),
      background .24s cubic-bezier(.16, 1, .3, 1);
  }

  .cx-mobile-menu-panel a:last-child {
    border-bottom: 0;
  }

  .cx-mobile-menu-panel a:hover,
  .cx-mobile-menu-panel a:focus {
    background: rgba(207, 79, 42, .12);
    color: var(--cx-white);
    outline: none;
  }

  .cx-mobile-actions {
    position: fixed;
    top: 12px;
    right: 18px;
    z-index: 70;
    display: flex;
    width: 88px;
    gap: 8px;
    align-items: center;
    justify-content: end;
  }

  .cx-mobile-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: var(--cx-radius);
    background: rgba(255, 255, 255, .055);
    color: var(--cx-white);
    transition:
      border-color .24s cubic-bezier(.16, 1, .3, 1),
      background .24s cubic-bezier(.16, 1, .3, 1),
      transform .24s cubic-bezier(.16, 1, .3, 1);
  }

  .cx-mobile-icon:hover,
  .cx-mobile-icon:focus {
    border-color: rgba(255, 255, 255, .32);
    background: rgba(255, 255, 255, .09);
    outline: none;
  }

  .cx-mobile-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.1;
  }

  .cx-mobile-icon .cx-cart-count {
    top: -5px;
    right: -6px;
    width: 16px;
    height: 16px;
    font-size: 9px;
    line-height: 1;
  }

  .cx-hero-slide {
    min-height: clamp(430px, 52dvh, 490px);
    align-items: flex-start;
  }

  .cx-hero-slide > .cx-shell {
    padding-right: 18px;
    padding-left: 18px;
  }

  .cx-hero-slide-media img {
    object-position: 70% 22%;
  }

  .cx-hero-slide::after {
    background:
      linear-gradient(180deg, rgba(246, 244, 239, .72) 0%, rgba(246, 244, 239, .9) 58%, rgba(246, 244, 239, .98) 100%),
      linear-gradient(90deg, rgba(246, 244, 239, .96) 0%, rgba(246, 244, 239, .72) 42%, rgba(246, 244, 239, .18) 100%);
  }

  .cx-promo-panel {
    padding: 66px 0 40px;
  }

  .cx-promo-eyebrow {
    min-height: 0;
    margin-bottom: 10px;
    border-left-width: 4px;
    padding-left: 10px;
    font-size: 10px;
    line-height: 1.35;
  }

  .cx-promo-panel h1 {
    max-width: 11ch;
    font-size: clamp(32px, 8.8vw, 39px);
    line-height: .96;
  }

  .cx-promo-panel p {
    max-width: 32ch;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.42;
  }

  .cx-promo-actions {
    gap: 10px;
    margin-top: 18px;
  }

  .cx-promo-actions .cx-button {
    min-height: 40px;
    padding: 9px 13px;
    font-size: 13px;
  }

  .cx-hero-dots {
    bottom: 14px;
  }

  .home .cx-product-card:first-child,
  .cx-product-card:first-child {
    min-height: 0 !important;
    height: auto !important;
    padding: 16px !important;
  }

  .home .cx-product-card:first-child .cx-card-media,
  .cx-product-card:first-child .cx-card-media,
  .cx-product-card .cx-card-media,
  .cx-product-grid .cx-product-card:nth-of-type(4) .cx-card-media {
    height: clamp(188px, 48vw, 218px) !important;
  }

  .home .cx-product-card:first-child .cx-card-title,
  .cx-product-card:first-child .cx-card-title {
    margin-top: 16px !important;
    font-size: clamp(22px, 6.4vw, 27px) !important;
    line-height: 1.06;
  }

  .home .cx-product-card:first-child .cx-card-copy,
  .cx-product-card:first-child .cx-card-copy {
    max-width: none;
    font-size: 14px;
  }

  .cx-product-card .price {
    margin-top: 8px !important;
  }

  .cx-stars {
    margin-top: 5px !important;
  }
}

/* v34 customer account polish: compact dashboard proportions */
.cx-account-page {
  padding: clamp(28px, 4.2vw, 54px) 0 64px;
}

.cx-account-shell {
  max-width: 1420px;
}

.cx-account-page .cx-kicker {
  margin: 0 0 10px;
  color: #69717a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cx-account-page .cx-account-head h1,
.cx-account-page .cx-account-auth-card h1,
.cx-account-page .cx-account-form h1 {
  max-width: 720px;
  margin: 0;
  color: var(--cx-ink);
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.cx-account-page .cx-account-head p,
.cx-account-page .cx-account-auth-card p,
.cx-account-page .cx-account-form > p {
  max-width: 560px;
  margin: 8px 0 0;
  color: #58616a;
  font-size: 15px;
  line-height: 1.55;
}

.cx-register-layout {
  grid-template-columns: minmax(0, .98fr) minmax(320px, .76fr);
  gap: 18px;
}

.cx-customer-layout {
  grid-template-columns: 220px minmax(0, 1fr) 300px;
  gap: 22px;
}

.cx-account-form,
.cx-account-benefits,
.cx-account-panel,
.cx-account-sidebar,
.cx-account-summary section,
.cx-account-auth-card {
  border-color: rgba(18, 20, 23, .1);
  box-shadow: 0 18px 48px -42px rgba(18, 20, 23, .45);
}

.cx-account-form,
.cx-account-benefits,
.cx-account-panel,
.cx-account-auth-card {
  padding: 24px;
}

.cx-account-sidebar {
  padding: 18px 14px;
}

.cx-account-sidebar a {
  display: block;
  min-height: 42px;
  padding: 10px 14px;
}

.cx-account-sidebar a[href^="#"] {
  cursor: pointer;
}

.cx-account-panel {
  scroll-margin-top: 96px;
}

.cx-account-panel h2,
.cx-account-summary h2,
.cx-account-benefits h2 {
  font-size: 20px;
  font-weight: 900;
}

.cx-order-table {
  grid-template-columns: 1fr .9fr .9fr .9fr 104px;
}

.cx-purchased-item {
  grid-template-columns: 72px minmax(0, 1.05fr) minmax(170px, .72fr) 112px;
}

.cx-purchased-item .cx-button,
.cx-order-table a {
  width: 100%;
  min-height: 36px;
  border: 1px solid rgba(18, 20, 23, .22);
  border-radius: 6px;
  background: #101214;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.cx-login-form {
  align-content: start;
}

.cx-header-tools {
  gap: 14px;
}

@media (max-width: 1100px) {
  .cx-customer-layout {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .cx-account-summary {
    grid-column: 2;
    position: static;
  }
}

@media (max-width: 760px) {
  .cx-register-layout,
  .cx-customer-layout {
    grid-template-columns: 1fr;
  }

  .cx-account-summary {
    grid-column: auto;
  }

  .cx-account-page .cx-account-head h1,
  .cx-account-page .cx-account-auth-card h1,
  .cx-account-page .cx-account-form h1 {
    font-size: clamp(30px, 9vw, 38px);
  }

  .cx-account-form,
  .cx-account-benefits,
  .cx-account-panel,
  .cx-account-auth-card {
    padding: 18px;
  }
}

/* v35 homepage concept implementation */
.cx-nav-with-caret {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.cx-nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.cx-nav-with-caret svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.cx-dropdown {
  position: absolute;
  top: calc(100% + 22px);
  left: 50%;
  z-index: 80;
  display: grid;
  grid-template-columns: 1fr;
  width: min(620px, calc(100vw - 48px));
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(17, 20, 23, .98);
  box-shadow: 0 30px 70px -42px rgba(0, 0, 0, .95);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition:
    opacity .22s cubic-bezier(.16, 1, .3, 1),
    visibility .22s cubic-bezier(.16, 1, .3, 1),
    transform .22s cubic-bezier(.16, 1, .3, 1);
  visibility: hidden;
}

.cx-nav-has-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -18px;
  right: -18px;
  height: 28px;
}

.cx-nav-has-dropdown:hover .cx-dropdown,
.cx-nav-has-dropdown:focus-within .cx-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.cx-shop-dropdown {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
}

.cx-dropdown-small {
  width: min(360px, calc(100vw - 48px));
}

.cx-dropdown-column {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding: 20px;
}

.cx-dropdown-column + .cx-dropdown-column {
  border-left: 1px solid rgba(255, 255, 255, .1);
}

.cx-dropdown-column > span {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .5);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cx-dropdown-column a {
  display: grid;
  gap: 4px;
  border-radius: 6px;
  padding: 12px;
  color: rgba(255, 255, 255, .88);
  letter-spacing: 0;
  text-transform: none;
  transition:
    background .22s cubic-bezier(.16, 1, .3, 1),
    color .22s cubic-bezier(.16, 1, .3, 1),
    transform .22s cubic-bezier(.16, 1, .3, 1);
}

.cx-dropdown-column a:hover,
.cx-dropdown-column a:focus {
  background: rgba(242, 108, 36, .12);
  color: #ffffff;
  outline: none;
  transform: translateY(-1px);
}

.cx-dropdown-column strong,
.cx-dropdown-column small {
  display: block;
}

.cx-dropdown-column strong {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
}

.cx-dropdown-column small {
  max-width: 30ch;
  color: rgba(255, 255, 255, .6);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.cx-home-v35 {
  --home-bg: #f3f2ee;
  --home-ink: #121417;
  --home-orange: #f26c24;
  --home-line: rgba(18, 20, 23, .16);
  background: var(--home-bg);
  color: var(--home-ink);
  overflow: hidden;
}

.cx-home-v35 h1,
.cx-home-v35 h2,
.cx-home-v35 h3,
.cx-home-v35 p {
  margin-top: 0;
}

.cx-home-v35 h1,
.cx-home-v35 h2,
.cx-home-v35 h3 {
  letter-spacing: 0;
}

.cx-home-v35 svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cx-home-hero {
  position: relative;
  min-height: min(720px, calc(100dvh - 76px));
  overflow: hidden;
  background: #101214;
  color: #ffffff;
  isolation: isolate;
}

.cx-home-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(13, 15, 17, .96) 0%, rgba(13, 15, 17, .82) 33%, rgba(13, 15, 17, .34) 58%, rgba(13, 15, 17, .08) 100%),
    linear-gradient(180deg, rgba(13, 15, 17, .18) 0%, rgba(13, 15, 17, .28) 100%),
    url("assets/coreax-outdoor-hardware-ecosystem-hero.png") center center / cover no-repeat;
}

.cx-home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(320px, 1fr);
  gap: 60px;
  align-items: center;
  min-height: min(720px, calc(100dvh - 76px));
  padding-top: 64px;
  padding-bottom: 72px;
}

.cx-home-hero-copy h1 {
  max-width: 560px;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: clamp(44px, 4.7vw, 68px);
  font-weight: 900;
  line-height: 1.02;
}

.cx-home-hero-copy p {
  max-width: 560px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .77);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.58;
}

.cx-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.cx-home-actions .cx-button,
.cx-home-final .cx-button {
  min-height: 54px;
  min-width: 166px;
  border-radius: 2px;
  background: var(--home-orange);
  color: #fff;
  font-size: 14px;
}

.cx-home-actions .cx-button:hover,
.cx-home-final .cx-button:hover {
  background: #d95b1d;
}

.cx-home-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  min-width: 154px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 2px;
  padding: 0 18px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  transition:
    transform .22s cubic-bezier(.16, 1, .3, 1),
    border-color .22s cubic-bezier(.16, 1, .3, 1),
    background .22s cubic-bezier(.16, 1, .3, 1);
}

.cx-home-ghost:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, .08);
}

.cx-home-ghost:active,
.cx-home-mini-button:active {
  transform: translateY(1px) scale(.985);
}

.cx-home-product-stage {
  position: relative;
  min-height: 450px;
}

.cx-home-stage-card {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 3px;
  background: rgba(12, 14, 16, .32);
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, .42));
  transform: translateZ(0);
}

.cx-home-stage-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cx-home-stage-slide {
  right: 8%;
  top: 30%;
  width: min(660px, 78vw);
  height: 190px;
}

.cx-home-stage-under {
  right: 4%;
  top: 42%;
  width: min(560px, 64vw);
  height: 160px;
  opacity: .94;
}

.cx-home-stage-bracket {
  right: 0;
  bottom: 10%;
  width: 330px;
  height: 250px;
}

.cx-home-proof {
  background: linear-gradient(90deg, #1b2025, #252a30);
  color: #ffffff;
}

.cx-home-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid rgba(255, 255, 255, .14);
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.cx-home-proof-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 108px;
  padding: 24px 36px;
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.cx-home-proof-item:last-child {
  border-right: 0;
}

.cx-home-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: currentColor;
}

.cx-home-icon svg {
  width: 40px;
  height: 40px;
  stroke-width: 1.7;
}

.cx-home-proof-item strong,
.cx-home-support-item strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.cx-home-proof-item span:not(.cx-home-icon),
.cx-home-support-item span:not(.cx-home-icon) {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  line-height: 1.42;
}

.cx-home-section {
  padding: 62px 0;
}

.cx-home-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 28px;
}

.cx-home-section-head h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 900;
  line-height: 1.1;
}

.cx-home-section-head p {
  margin: 0;
  color: #4d5660;
  font-size: 14px;
}

.cx-home-section-head a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #15181b;
  font-size: 13px;
  font-weight: 800;
}

.cx-home-section-head a svg {
  width: 18px;
  height: 18px;
  color: var(--home-orange);
  stroke-width: 2.2;
}

.cx-home-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.cx-home-category-card {
  display: grid;
  min-height: 296px;
  border: 1px solid rgba(18, 20, 23, .15);
  background: #f7f7f5;
  transition:
    border-color .28s cubic-bezier(.16, 1, .3, 1),
    transform .28s cubic-bezier(.16, 1, .3, 1);
}

.cx-home-category-card:hover,
.cx-home-feature-product:hover,
.cx-home-app-card:hover {
  border-color: rgba(242, 108, 36, .58);
  transform: translateY(-3px);
}

.cx-home-category-card img {
  width: 100%;
  height: 236px;
  object-fit: contain;
  padding: 22px 26px 8px;
}

.cx-home-category-card span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  padding: 0 20px 20px;
  color: #15181b;
  font-size: 18px;
  font-weight: 900;
}

.cx-home-category-card svg,
.cx-home-app-card svg {
  width: 20px;
  height: 20px;
  color: var(--home-orange);
  stroke-width: 2.2;
}

.cx-home-featured {
  border-top: 1px solid rgba(18, 20, 23, .1);
  background: #f6f5f1;
}

.cx-home-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border-left: 1px solid rgba(18, 20, 23, .18);
  border-right: 1px solid rgba(18, 20, 23, .18);
}

.cx-home-feature-product {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(150px, .9fr);
  gap: 20px;
  align-items: center;
  min-height: 300px;
  border-top: 1px solid rgba(18, 20, 23, .18);
  border-bottom: 1px solid rgba(18, 20, 23, .18);
  background: #f9f9f7;
  padding: 28px 22px;
  transition:
    border-color .28s cubic-bezier(.16, 1, .3, 1),
    transform .28s cubic-bezier(.16, 1, .3, 1);
}

.cx-home-product-media {
  min-width: 0;
}

.cx-home-product-media img {
  width: 100%;
  max-height: 210px;
  object-fit: contain;
}

.cx-home-product-copy h3 {
  margin: 0 0 12px;
  color: #121417;
  font-size: 17px;
  line-height: 1.1;
}

.cx-home-product-copy ul {
  display: grid;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
  color: #23282e;
  font-size: 13px;
  list-style: none;
}

.cx-home-product-copy li::before {
  content: "✓";
  margin-right: 8px;
  color: #121417;
}

.cx-home-product-copy strong {
  display: block;
  margin-bottom: 18px;
  color: #121417;
  font-size: 17px;
}

.cx-home-mini-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 1px;
  background: #111417;
  color: #ffffff;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  transition:
    transform .22s cubic-bezier(.16, 1, .3, 1),
    background .22s cubic-bezier(.16, 1, .3, 1);
}

.cx-home-mini-button:hover {
  background: var(--home-orange);
  color: #ffffff;
}

.cx-home-applications,
.cx-home-support-strip {
  background: linear-gradient(135deg, #12161a, #22282e);
  color: #ffffff;
}

.cx-home-applications .cx-home-section-head h2,
.cx-home-support-strip .cx-home-section-head h2 {
  color: #ffffff;
}

.cx-home-applications .cx-home-section-head a,
.cx-home-support-strip .cx-home-section-head a {
  color: #ffffff;
}

.cx-home-app-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.cx-home-app-card {
  min-height: 370px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .03);
  transition:
    border-color .28s cubic-bezier(.16, 1, .3, 1),
    transform .28s cubic-bezier(.16, 1, .3, 1);
}

.cx-home-app-card img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.cx-home-app-card div {
  position: relative;
  min-height: 124px;
  padding: 24px 54px 26px 20px;
}

.cx-home-app-card h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.12;
}

.cx-home-app-card p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  line-height: 1.45;
}

.cx-home-app-card div > svg {
  position: absolute;
  right: 18px;
  bottom: 24px;
}

.cx-home-compare-section {
  background: #f4f3ef;
}

.cx-home-compare-grid {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 32px;
  align-items: start;
}

.cx-home-guide-list {
  display: grid;
  border: 1px solid rgba(18, 20, 23, .16);
  background: #ffffff;
}

.cx-home-guide-list a {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 22px;
  gap: 16px;
  align-items: center;
  min-height: 108px;
  border-bottom: 1px solid rgba(18, 20, 23, .14);
  padding: 18px;
}

.cx-home-guide-list a:last-child {
  border-bottom: 0;
}

.cx-home-guide-list .cx-home-icon {
  color: #121417;
}

.cx-home-guide-list .cx-home-icon svg {
  width: 36px;
  height: 36px;
}

.cx-home-guide-list strong,
.cx-home-guide-list small {
  display: block;
  grid-column: 2;
}

.cx-home-guide-list strong {
  margin-bottom: 4px;
  color: #111417;
  font-size: 15px;
  line-height: 1.2;
}

.cx-home-guide-list small {
  color: #5f6871;
  font-size: 13px;
  line-height: 1.4;
}

.cx-home-guide-list a > svg {
  grid-column: 3;
  grid-row: 1 / span 2;
  width: 17px;
  height: 17px;
  color: #111417;
  stroke-width: 1.8;
}

.cx-home-compare-table {
  border: 1px solid rgba(18, 20, 23, .16);
  background: #ffffff;
}

.cx-home-compare-title {
  padding: 19px 24px;
  border-bottom: 1px solid rgba(18, 20, 23, .14);
  color: #111417;
  font-size: 17px;
  font-weight: 900;
}

.cx-home-compare-row {
  display: grid;
  grid-template-columns: .72fr 1fr 1fr;
  border-bottom: 1px solid rgba(18, 20, 23, .14);
}

.cx-home-compare-row > div {
  min-height: 42px;
  border-right: 1px solid rgba(18, 20, 23, .14);
  padding: 12px 16px;
  color: #4f5963;
  font-size: 13px;
  line-height: 1.35;
}

.cx-home-compare-row > div:last-child {
  border-right: 0;
}

.cx-home-compare-row:first-of-type > div,
.cx-home-compare-row > div:first-child {
  color: #15191d;
  font-weight: 850;
}

.cx-home-compare-help {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 24px;
}

.cx-home-compare-help span {
  color: #5c6570;
  font-size: 13px;
}

.cx-home-support-strip {
  padding: 38px 0 0;
}

.cx-home-support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.cx-home-support-item {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 116px;
  border-right: 1px solid rgba(255, 255, 255, .18);
  padding: 24px 28px;
}

.cx-home-support-item:last-child {
  border-right: 0;
}

.cx-home-support-item .cx-home-icon svg {
  width: 39px;
  height: 39px;
}

.cx-home-final {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, 0) 64px),
    #111417;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.cx-home-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 44px;
}

.cx-home-final-copy > span {
  display: block;
  margin-bottom: 10px;
  color: var(--home-orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cx-home-final h2 {
  max-width: 640px;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 900;
  line-height: 1.05;
}

.cx-home-final p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  line-height: 1.55;
}

.cx-home-final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.cx-home-final-link {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 2px;
  padding: 0 18px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.cx-home-final-link:hover {
  border-color: rgba(255, 255, 255, .52);
  background: rgba(255, 255, 255, .06);
  color: #ffffff;
  transform: translateY(-1px);
}

.cx-home-final-link svg {
  width: 16px;
  height: 16px;
  color: var(--home-orange);
}

@media (max-width: 1100px) {
  .cx-home-hero-grid,
  .cx-home-feature-grid,
  .cx-home-compare-grid,
  .cx-home-support-grid {
    grid-template-columns: 1fr;
  }

  .cx-home-product-stage {
    display: none;
  }

  .cx-home-feature-grid {
    border-right: 0;
    border-left: 0;
  }

  .cx-home-feature-product {
    grid-template-columns: minmax(0, .9fr) minmax(220px, 1fr);
  }

  .cx-home-support-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .cx-home-support-item:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 900px) {
  .cx-home-proof-grid,
  .cx-home-category-grid,
  .cx-home-app-grid {
    grid-template-columns: 1fr;
  }

  .cx-home-proof-grid {
    border: 0;
  }

  .cx-home-proof-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .cx-home-proof-item:last-child {
    border-bottom: 0;
  }

  .cx-home-section-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .cx-home-compare-table {
    overflow-x: auto;
  }

  .cx-home-compare-title,
  .cx-home-compare-row,
  .cx-home-compare-help {
    min-width: 680px;
  }
}

@media (max-width: 640px) {
  .cx-home-hero {
    min-height: 690px;
  }

  .cx-home-hero-bg {
    background:
      linear-gradient(180deg, rgba(12, 14, 16, .22) 0%, rgba(12, 14, 16, .56) 38%, rgba(12, 14, 16, .98) 100%),
      url("assets/coreax-outdoor-hardware-ecosystem-hero.png") 63% top / cover no-repeat;
  }

  .cx-home-hero-grid {
    min-height: 690px;
    padding-top: 320px;
    padding-bottom: 42px;
  }

  .cx-home-hero-copy h1 {
    max-width: calc(100vw - 36px);
    font-size: clamp(34px, 9.3vw, 40px);
    overflow-wrap: break-word;
  }

  .cx-home-hero-copy p {
    max-width: calc(100vw - 36px);
    font-size: 15px;
    overflow-wrap: break-word;
  }

  .cx-home-actions {
    align-items: stretch;
  }

  .cx-home-actions .cx-button,
  .cx-home-ghost,
  .cx-home-final .cx-button,
  .cx-home-final-link {
    width: 100%;
  }

  .cx-home-proof-item,
  .cx-home-support-item {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 20px 0;
  }

  .cx-home-category-card {
    min-height: 238px;
  }

  .cx-home-category-card img {
    height: 174px;
  }

  .cx-home-feature-product {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .cx-home-product-media img {
    max-height: 190px;
  }

  .cx-home-app-card {
    min-height: 0;
  }

  .cx-home-app-card img {
    height: 210px;
  }

  .cx-home-guide-list a {
    grid-template-columns: 44px minmax(0, 1fr) 18px;
    padding: 16px;
  }

  .cx-home-compare-title,
  .cx-home-compare-row,
  .cx-home-compare-help {
    min-width: 0 !important;
    width: 100%;
  }

  .cx-home-compare-title {
    padding: 16px 18px;
    font-size: 16px;
    line-height: 1.25;
  }

  .cx-home-compare-row {
    grid-template-columns: .82fr 1fr 1fr;
  }

  .cx-home-compare-row > div {
    min-height: 38px;
    padding: 10px 8px;
    font-size: 11px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .cx-home-compare-help {
    grid-template-columns: 1fr;
    padding: 16px 18px;
  }

  .cx-home-final-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 32px;
    padding-bottom: 34px;
  }

  .cx-home-final-actions {
    justify-content: stretch;
  }
}

/* v35 checkout flow final cascade */
.woocommerce-cart .cx-page,
.woocommerce-checkout .cx-page,
.woocommerce-order-received .cx-page {
  background:
    linear-gradient(180deg, #f4f3ef 0%, #ffffff 520px),
    #ffffff !important;
}

.woocommerce-checkout .cx-nav,
.woocommerce-checkout .cx-header-tools,
.woocommerce-checkout .cx-mobile-menu,
.woocommerce-order-received .cx-nav,
.woocommerce-order-received .cx-header-tools,
.woocommerce-order-received .cx-mobile-menu {
  display: none !important;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-checkout form.checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  grid-template-rows: auto 1fr;
  gap: 26px 32px;
  align-items: start;
}

.woocommerce-checkout form.checkout {
  grid-column: 1 / -1;
}

.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.cx-checkout-flow-hero,
.cx-flow-assurance {
  grid-column: 1 / -1;
}

.woocommerce-cart .woocommerce-cart-form,
.cx-flow-fit-note,
.cx-flow-recommendations,
.woocommerce-checkout #customer_details {
  grid-column: 1;
}

.woocommerce-checkout #customer_details {
  grid-row: 1 / span 2;
}

.woocommerce-cart .cart-collaterals,
.woocommerce-checkout #order_review_heading {
  grid-column: 2;
}

.woocommerce-checkout #order_review_heading {
  grid-row: 1;
}

.woocommerce-checkout #order_review {
  grid-column: 2;
  grid-row: 2;
}

.woocommerce-cart .cart-collaterals,
.woocommerce-checkout #order_review {
  position: sticky;
  top: 104px;
}

.woocommerce-cart .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2,
.woocommerce-order-received .woocommerce-thankyou-order-received,
.woocommerce-order-received .woocommerce-order-overview,
.cx-flow-fit-note,
.cx-flow-product-card,
.cx-flow-next-steps {
  border: 1px solid rgba(18, 20, 23, .13) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: 0 24px 62px -50px rgba(18, 20, 23, .52);
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table,
.woocommerce-order-received table.shop_table {
  border: 1px solid rgba(18, 20, 23, .13) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce-checkout #place_order {
  width: 100% !important;
  min-height: 54px !important;
  border-color: #c6552d !important;
  background: #c6552d !important;
  color: #ffffff !important;
}

.woocommerce-cart .button,
.woocommerce-checkout .button,
.woocommerce-checkout #place_order,
.woocommerce a.button {
  border-radius: 0 !important;
  font-weight: 900 !important;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-cart .coupon .input-text {
  border: 1px solid rgba(18, 20, 23, .15) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  float: none !important;
  width: 100% !important;
  padding: 24px;
}

.woocommerce-checkout .col2-set .col-2 {
  margin-top: 18px;
}

.woocommerce-order-received .woocommerce {
  display: block !important;
  max-width: 1120px;
  margin: 0 auto;
}

.woocommerce-order-received .woocommerce-order-overview {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce,
  .woocommerce-checkout form.checkout,
  .cx-checkout-flow-hero {
    grid-template-columns: 1fr !important;
  }

  .woocommerce-cart .woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals,
  .cx-flow-fit-note,
  .cx-flow-recommendations,
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .woocommerce-cart .cart-collaterals,
  .woocommerce-checkout #order_review {
    position: static;
  }

  .woocommerce-order-received .woocommerce-order-overview {
    grid-template-columns: 1fr !important;
  }
}

/* v35.2 WooCommerce Blocks checkout flow */
.cx-flow-block-page .wp-block-woocommerce-cart,
.cx-flow-block-page .wp-block-woocommerce-checkout {
  margin-top: 28px;
}

.cx-flow-block-page .wp-block-woocommerce-cart.alignwide,
.cx-flow-block-page .wp-block-woocommerce-checkout.alignwide {
  max-width: none;
}

.cx-flow-block-cart .wp-block-woocommerce-filled-cart-block,
.cx-flow-block-page .wc-block-components-sidebar-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px) !important;
  gap: 28px 32px !important;
  align-items: start;
}

.cx-flow-block-cart .wp-block-woocommerce-cart-items-block,
.cx-flow-block-page .wc-block-components-main {
  grid-column: 1;
  width: auto !important;
  padding-right: 0 !important;
}

.cx-flow-block-cart .wp-block-woocommerce-cart-totals-block,
.cx-flow-block-page .wc-block-components-sidebar {
  grid-column: 2;
  position: sticky !important;
  top: 104px;
  width: auto !important;
  padding-left: 0 !important;
}

.cx-flow-block-page .wc-block-cart-items,
.cx-flow-block-page .wc-block-components-sidebar,
.cx-flow-block-page .wp-block-woocommerce-empty-cart-block,
.cx-flow-block-page .wc-block-components-order-summary,
.cx-flow-block-page .wc-block-components-checkout-step,
.cx-flow-block-page .wc-block-components-totals-wrapper,
.cx-flow-block-page .wc-block-components-panel,
.cx-flow-block-page .wc-block-checkout__terms,
.cx-flow-block-page .wc-block-checkout__actions {
  border-color: rgba(18, 20, 23, .13) !important;
  border-radius: 0 !important;
}

.cx-flow-block-page .wc-block-cart-items,
.cx-flow-block-page .wp-block-woocommerce-empty-cart-block,
.cx-flow-block-page .wc-block-components-checkout-step,
.cx-flow-block-page .wc-block-components-sidebar {
  background: #ffffff;
  box-shadow: 0 24px 62px -50px rgba(18, 20, 23, .52);
}

.cx-flow-block-page .wc-block-components-sidebar {
  padding: 22px !important;
}

.cx-flow-block-page .wc-block-components-title,
.cx-flow-block-page .wc-block-components-checkout-step__title,
.cx-flow-block-page .wp-block-woocommerce-empty-cart-block h2 {
  color: #111417;
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}

.cx-flow-block-page .wc-block-cart-items__header th,
.cx-flow-block-page .wc-block-components-order-summary-item__description,
.cx-flow-block-page .wc-block-components-totals-item__label,
.cx-flow-block-page .wc-block-components-checkout-step__description {
  color: #5f6871;
}

.cx-flow-block-page .wc-block-components-product-name,
.cx-flow-block-page .wc-block-components-order-summary-item__individual-prices,
.cx-flow-block-page .wc-block-components-totals-item__value,
.cx-flow-block-page .wc-block-formatted-money-amount {
  color: #111417;
  font-weight: 850;
}

.cx-flow-block-page .wc-block-cart-item__image img,
.cx-flow-block-page .wc-block-components-order-summary-item__image img {
  object-fit: contain;
  border: 1px solid rgba(18, 20, 23, .1);
  background: #f7f7f5;
}

.cx-flow-block-page .wc-block-components-text-input input,
.cx-flow-block-page .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.cx-flow-block-page .wc-block-components-form .wc-block-components-text-input input[type="email"],
.cx-flow-block-page .wc-block-components-form .wc-block-components-text-input input[type="tel"],
.cx-flow-block-page .wc-block-components-form .wc-block-components-text-input input[type="text"],
.cx-flow-block-page .wc-block-components-form .wc-block-components-text-input input[type="number"] {
  min-height: 48px;
  border-color: rgba(18, 20, 23, .15) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #111417;
}

.cx-flow-block-page .wc-block-components-button,
.cx-flow-block-page .wc-block-components-checkout-place-order-button,
.cx-flow-block-page .wc-block-cart__submit-button {
  min-height: 54px !important;
  border-radius: 0 !important;
  background: #c6552d !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition:
    transform .22s cubic-bezier(.16, 1, .3, 1),
    background .22s cubic-bezier(.16, 1, .3, 1);
}

.cx-flow-block-page .wc-block-components-button:hover,
.cx-flow-block-page .wc-block-components-checkout-place-order-button:hover,
.cx-flow-block-page .wc-block-cart__submit-button:hover {
  transform: translateY(-1px);
  background: #cf633d !important;
}

.cx-flow-block-cart .wp-block-woocommerce-empty-cart-block {
  padding: 36px 24px;
}

.cx-flow-block-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
  gap: 16px;
}

.cx-flow-block-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
  border: 1px solid rgba(18, 20, 23, .13);
  background: #ffffff;
  padding: 18px;
}

.cx-flow-block-page .wc-block-components-notice-banner {
  border-radius: 0 !important;
}

@media (max-width: 980px) {
  .cx-flow-block-cart .wp-block-woocommerce-filled-cart-block,
  .cx-flow-block-page .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr !important;
  }

  .cx-flow-block-cart .wp-block-woocommerce-cart-items-block,
  .cx-flow-block-cart .wp-block-woocommerce-cart-totals-block,
  .cx-flow-block-page .wc-block-components-main,
  .cx-flow-block-page .wc-block-components-sidebar {
    grid-column: 1 !important;
  }

  .cx-flow-block-cart .wp-block-woocommerce-cart-totals-block,
  .cx-flow-block-page .wc-block-components-sidebar {
    position: static !important;
  }
}

/* v35.3 checkout flow QA refinements */
.cx-flow-assurance svg {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.cx-flow-assurance strong,
.cx-flow-assurance small {
  grid-column: 2;
}

.cx-flow-assurance span {
  align-items: start;
}

.cx-flow-product-media {
  min-height: 116px;
}

.cx-flow-product-media img {
  max-width: 150px;
}

.cx-flow-block-cart .wp-block-woocommerce-empty-cart-block .with-empty-cart-icon::before {
  display: none !important;
}

@media (max-width: 640px) {
  .cx-flow-product-card {
    grid-template-columns: 116px minmax(0, 1fr) !important;
    align-items: center;
  }

  .cx-flow-product-media {
    min-height: 112px;
  }

  .cx-flow-product-media img {
    width: 100%;
    max-width: 104px;
    height: 92px;
    object-fit: contain;
  }
}

/* v35.4 cart flow QA: keep shortcut payments on checkout only and lock cart columns */
body:not(.woocommerce-checkout) .ppcp-messages,
body:not(.woocommerce-checkout) .ppc-button-wrapper,
body:not(.woocommerce-checkout) [id^="ppc-button-"],
body:not(.woocommerce-checkout) #ppcp-recaptcha-v2-container,
body:not(.woocommerce-checkout) .wc-block-components-express-payment,
body:not(.woocommerce-checkout) .wc-block-components-express-payment__event-buttons,
body:not(.woocommerce-checkout) .wp-block-woocommerce-cart-express-payment-block {
  display: none !important;
}

.woocommerce-cart .woocommerce {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px) !important;
  grid-template-rows: auto auto auto auto !important;
  align-items: start !important;
}

.woocommerce-cart .woocommerce-cart-form {
  grid-column: 1 !important;
  grid-row: 2 !important;
  min-width: 0;
}

.woocommerce-cart .cart-collaterals {
  grid-column: 2 !important;
  grid-row: 2 / span 3 !important;
  align-self: start !important;
  width: 100% !important;
  min-width: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 22px !important;
}

.woocommerce-cart .cart_totals .shop_table {
  margin: 0 0 18px !important;
}

.woocommerce-cart .wc-proceed-to-checkout {
  display: grid;
  gap: 10px;
  padding: 0 !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  display: inline-flex !important;
  min-height: 52px !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 18px !important;
  font-size: 12px !important;
  line-height: 1.1 !important;
  letter-spacing: .035em;
  text-align: center;
}

.woocommerce-cart .cx-flow-fit-note {
  grid-column: 1 !important;
  grid-row: 3 !important;
  align-items: center;
}

.woocommerce-cart .cx-flow-recommendations {
  grid-column: 1 !important;
  grid-row: 4 !important;
}

.woocommerce-cart .cx-flow-fit-note > div {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.woocommerce-cart .cx-flow-fit-note > strong {
  grid-column: 2;
  grid-row: 1;
}

.woocommerce-cart .cx-flow-fit-note > p {
  grid-column: 2;
  grid-row: 2;
}

.woocommerce-cart .cx-flow-fit-note > a {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  white-space: nowrap;
}

.woocommerce-cart table.cart td.actions {
  padding: 20px !important;
}

.woocommerce-cart .coupon {
  display: grid !important;
  grid-template-columns: minmax(180px, 1fr) auto;
  gap: 10px;
  width: min(100%, 398px);
}

.woocommerce-cart .coupon .input-text {
  width: 100% !important;
  min-width: 180px !important;
  padding: 0 14px !important;
}

@media (max-width: 980px) {
  .woocommerce-cart .woocommerce {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
  }

  .woocommerce-cart .woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals,
  .woocommerce-cart .cx-flow-fit-note,
  .woocommerce-cart .cx-flow-recommendations {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

@media (max-width: 640px) {
  .woocommerce-cart .cx-flow-fit-note {
    grid-template-columns: 1fr !important;
  }

  .woocommerce-cart .cx-flow-fit-note > div,
  .woocommerce-cart .cx-flow-fit-note > strong,
  .woocommerce-cart .cx-flow-fit-note > p,
  .woocommerce-cart .cx-flow-fit-note > a {
    grid-column: 1;
    grid-row: auto;
  }

  .woocommerce-cart .cx-flow-fit-note > a {
    white-space: normal;
  }

  .woocommerce-cart .coupon {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

/* v35.6 PDP purchase panel: keep the buying action visible */
.cx-buy-panel {
  padding: 20px !important;
}

.cx-buy-panel .price {
  font-size: clamp(24px, 2vw, 30px);
}

.cx-stock-availability {
  margin: 10px 0 !important;
  padding: 10px 0 !important;
}

.cx-buy-note {
  margin: 10px 0 12px !important;
  padding-bottom: 12px !important;
}

.cx-delivery-estimator {
  margin: 10px 0 12px !important;
  padding: 10px 0 12px !important;
}

.cx-buy-measure {
  display: none !important;
}

.woocommerce div.product .cx-buy-panel form.cart .variations th,
.woocommerce div.product .cx-buy-panel form.cart .variations td {
  padding-bottom: 8px;
}

.woocommerce div.product .cx-buy-panel form.cart select,
.woocommerce div.product .cx-buy-panel form.cart input.qty {
  min-height: 44px;
}

.woocommerce div.product .cx-buy-panel .woocommerce-variation.single_variation {
  margin: 10px 0 8px;
}

.woocommerce div.product .cx-buy-panel .woocommerce-variation-price .price {
  margin-bottom: 4px;
  font-size: 22px;
}

.woocommerce div.product .cx-buy-panel form.cart .variations_button {
  gap: 10px;
  margin-top: 10px;
}

.woocommerce div.product .cx-buy-panel form.cart .single_add_to_cart_button {
  min-height: 52px;
  font-size: 16px;
}

.cx-buy-support {
  margin-top: 14px;
}

/* v35.7 PDP stock: variable products show stock beside the selected option only */
.woocommerce div.product .cx-buy-panel .woocommerce-variation.single_variation {
  display: grid;
  gap: 6px;
}

.woocommerce div.product .cx-buy-panel .woocommerce-variation-availability {
  margin: 0;
}

.woocommerce div.product .cx-buy-panel .stock {
  display: inline-flex;
  width: fit-content;
  min-height: 26px;
  align-items: center;
  margin: 0;
  border-left: 2px solid #b7442a;
  padding: 3px 9px;
  background: #fff4ef;
  color: #9a2f20;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.woocommerce div.product .cx-buy-panel .stock.in-stock {
  border-left-color: #367b49;
  background: #f0f7ef;
  color: #285c37;
}

/* v35.8 PDP deal and variant availability polish */
.single-product span.onsale,
.single-product .woocommerce span.onsale {
  display: none !important;
}

.cx-buy-panel > .price {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 3px 8px;
  align-items: baseline;
  vertical-align: middle;
}

.cx-buy-panel .price del,
.woocommerce div.product .cx-buy-panel .woocommerce-variation-price .price del {
  color: #818890;
  font-size: .82em;
  font-weight: 800;
  opacity: 1;
  text-decoration-thickness: 1.5px;
}

.cx-buy-panel .price ins,
.woocommerce div.product .cx-buy-panel .woocommerce-variation-price .price ins {
  color: var(--cx-ink);
  font-weight: 950;
  text-decoration: none;
}

.cx-buy-deal {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  gap: 6px;
  margin: 7px 0 0 8px;
  border: 1px solid rgba(216, 66, 24, .22);
  border-radius: 999px;
  padding: 3px 9px;
  background: #fff7f3;
  color: #7d3524;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.1;
  vertical-align: middle;
}

.cx-buy-deal span {
  color: #9a4a34;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cx-buy-deal strong {
  color: #6f2d20;
  font-weight: 950;
}

.woocommerce div.product .cx-buy-panel .woocommerce-variation-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
}

.woocommerce div.product .cx-buy-panel .woocommerce-variation-price .price {
  margin: 0;
}

.cx-variation-deal {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border: 1px solid rgba(216, 66, 24, .2);
  border-radius: 999px;
  padding: 3px 8px;
  background: #fff7f3;
  color: #7b3524;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
}

.cx-variation-deal[hidden] {
  display: none !important;
}

.woocommerce div.product .cx-buy-panel form.cart select option:disabled {
  color: #9aa1a8;
  background: #f6f7f7;
}

/* v32 homepage: professional hardware systems storefront */
.cx-home-v32 {
  --cx32-ink: #121417;
  --cx32-carbon: #1d2228;
  --cx32-paper: #f6f4ef;
  --cx32-line: rgba(18, 20, 23, .16);
  --cx32-orange: #cf4f2a;
  overflow: hidden;
  background: #fff;
  color: var(--cx32-ink);
}

.cx-home-v32 h1,
.cx-home-v32 h2,
.cx-home-v32 h3,
.cx-home-v32 p {
  margin-top: 0;
}

.cx-home-v32 h1,
.cx-home-v32 h2,
.cx-home-v32 h3 {
  letter-spacing: -.025em;
}

.cx-home-v32 svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.cx32-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--cx32-orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.cx32-hero {
  position: relative;
  min-height: min(720px, calc(100dvh - 76px));
  overflow: hidden;
  isolation: isolate;
  background: #101214;
  color: #fff;
}

.cx32-hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(13, 15, 17, .98) 0%, rgba(13, 15, 17, .88) 35%, rgba(13, 15, 17, .26) 62%, rgba(13, 15, 17, .08) 100%),
    linear-gradient(180deg, rgba(13, 15, 17, .08), rgba(13, 15, 17, .24)),
    url("assets/coreax-outdoor-hardware-ecosystem-hero.png") center / cover no-repeat;
}

.cx32-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 590px) 1fr;
  align-items: center;
  min-height: min(720px, calc(100dvh - 76px));
  padding-top: 72px;
  padding-bottom: 78px;
}

.cx32-hero-copy h1 {
  max-width: 590px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(44px, 4.8vw, 70px);
  font-weight: 900;
  line-height: 1.01;
}

.cx32-hero-copy p {
  max-width: 570px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .77);
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.58;
}

.cx32-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.cx32-actions .cx-button,
.cx32-product-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--cx32-orange);
  border-radius: 2px;
  padding: 0 20px;
  background: var(--cx32-orange);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  transition: transform .25s cubic-bezier(.16, 1, .3, 1), background .25s cubic-bezier(.16, 1, .3, 1);
}

.cx32-actions .cx-button:hover,
.cx32-product-button:hover {
  background: #b94324;
  color: #fff;
  transform: translateY(-2px);
}

.cx32-actions .cx-button:active,
.cx32-product-button:active,
.cx32-button-secondary:active {
  transform: translateY(1px) scale(.985);
}

.cx32-button-secondary {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 2px;
  padding: 0 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.cx32-button-secondary:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.cx32-proof {
  background: linear-gradient(90deg, #191d21, #242a2f);
  color: #fff;
}

.cx32-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-inline: 1px solid rgba(255, 255, 255, .13);
}

.cx32-proof-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 104px;
  border-right: 1px solid rgba(255, 255, 255, .16);
  padding: 22px 30px;
}

.cx32-proof-item:last-child {
  border-right: 0;
}

.cx32-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}

.cx32-icon svg {
  width: 34px;
  height: 34px;
}

.cx32-proof-item strong {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
}

.cx32-proof-item div > span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  line-height: 1.4;
}

.cx32-section {
  padding: 78px 0;
}

.cx32-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
}

.cx32-section-head h2,
.cx32-selector-intro h2,
.cx32-install-copy h2,
.cx32-why h2,
.cx32-final h2 {
  margin-bottom: 0;
  color: var(--cx32-ink);
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 900;
  line-height: 1.04;
}

.cx32-text-link,
.cx32-inline-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: var(--cx32-ink);
  font-size: 13px;
  font-weight: 900;
}

.cx32-text-link svg,
.cx32-inline-link svg,
.cx32-product-button svg,
.cx32-project span svg {
  width: 17px;
  height: 17px;
  color: var(--cx32-orange);
  transition: transform .22s cubic-bezier(.16, 1, .3, 1);
}

.cx32-text-link:hover svg,
.cx32-inline-link:hover svg,
.cx32-product-button:hover svg,
.cx32-project:hover span svg {
  transform: translateX(3px);
}

.cx32-products {
  background: var(--cx32-paper);
}

.cx-sales-proof {
  display: inline-flex;
  width: fit-content;
  min-height: 27px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(188, 92, 48, .24);
  border-radius: 999px;
  background: rgba(188, 92, 48, .07);
  color: #6b321d;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .015em;
  line-height: 1.3;
}

.cx-sales-proof-signal {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--cx32-orange, var(--cx-signal));
}

.cx-sales-proof-messages {
  display: grid;
}

.cx-sales-proof-message {
  grid-area: 1 / 1;
  white-space: nowrap;
}

.cx-sales-proof.is-rotating .cx-sales-proof-message {
  animation: cx-sales-proof-swap 16s cubic-bezier(.16, 1, .3, 1) infinite;
}

.cx-sales-proof.is-rotating .cx-sales-proof-message-2 {
  animation-delay: -8s;
}

.cx-sales-proof-home-feature {
  margin: -12px 0 22px;
  border-color: rgba(220, 112, 61, .38);
  background: rgba(220, 112, 61, .12);
  color: rgba(255, 255, 255, .9);
}

.cx-sales-proof-home-compact {
  margin: -4px 0 12px;
}

.cx-sales-proof-archive {
  margin-top: 10px;
}

.cx-sales-proof-summary {
  margin: -6px 0 18px;
}

.cx-sales-proof-buy-panel {
  margin: 8px 0 2px;
}

.cx-sticky-product-copy {
  min-width: 0;
}

.cx-sticky-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
  align-items: center;
  margin-top: 4px;
}

.cx-sales-proof-sticky {
  min-height: 21px;
  padding: 2px 8px;
  font-size: 11px;
  line-height: 1.15;
}

.cx-sticky-product-meta .cx-sticky-stock {
  margin-top: 0;
}

@keyframes cx-sales-proof-swap {
  0%,
  43% {
    opacity: 1;
    transform: translateY(0);
  }
  49%,
  94% {
    opacity: 0;
    transform: translateY(2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cx-sales-proof.is-rotating .cx-sales-proof-message {
    animation: none;
  }

  .cx-sales-proof.is-rotating .cx-sales-proof-message-1 {
    display: none;
  }
}

.cx32-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(360px, .68fr);
  gap: 16px;
}

.cx32-product-feature {
  display: grid;
  grid-template-columns: minmax(250px, .82fr) minmax(320px, 1.18fr);
  min-height: 570px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  background:
    radial-gradient(circle at 70% 42%, rgba(255, 255, 255, .08), transparent 36%),
    #171a1d;
  color: #fff;
}

.cx32-product-feature .cx32-product-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 48px 12px 48px 42px;
}

.cx32-product-feature img {
  align-self: center;
  width: 112%;
  max-width: none;
  max-height: 460px;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, .35));
  transform: translateX(-4%);
}

.cx32-product-label {
  margin-bottom: 14px;
  color: var(--cx32-orange);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cx32-product-feature h3 {
  max-width: 360px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1.04;
}

.cx32-product-feature ul,
.cx32-product-compact ul {
  display: grid;
  gap: 8px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.cx32-product-feature li {
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
}

.cx32-product-feature li::before,
.cx32-product-compact li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 3px;
  margin: 0 10px 3px 0;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(-45deg);
}

.cx32-price {
  display: block;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.cx32-price .woocommerce-Price-amount {
  color: inherit;
}

.cx32-product-feature .cx32-product-button {
  min-height: 46px;
}

.cx32-product-feature .cx32-product-button svg {
  color: #fff;
}

.cx32-product-stack {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cx32-product-compact {
  display: grid;
  grid-template-columns: minmax(160px, .9fr) minmax(180px, 1.1fr);
  gap: 22px;
  align-items: center;
  min-height: 277px;
  border: 1px solid var(--cx32-line);
  background: #fff;
  padding: 26px;
  transition: border-color .25s ease, transform .25s cubic-bezier(.16, 1, .3, 1);
}

.cx32-product-compact:hover {
  border-color: rgba(207, 79, 42, .55);
  transform: translateY(-3px);
}

.cx32-product-compact img {
  width: 100%;
  max-height: 190px;
  object-fit: contain;
}

.cx32-product-compact h3 {
  margin-bottom: 14px;
  color: var(--cx32-ink);
  font-size: 20px;
  line-height: 1.08;
}

.cx32-product-compact ul {
  gap: 5px;
  margin-bottom: 14px;
}

.cx32-product-compact li {
  color: #545d66;
  font-size: 12px;
  line-height: 1.35;
}

.cx32-product-compact .cx32-price {
  margin-bottom: 11px;
  font-size: 17px;
}

.cx32-projects {
  background: #15191d;
  color: #fff;
}

.cx32-section-head-light h2,
.cx32-section-head-light .cx32-text-link {
  color: #fff;
}

.cx32-project-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, .78fr);
  grid-template-rows: repeat(2, 270px);
  gap: 16px;
}

.cx32-project {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  background: #20252a;
  color: #fff;
  isolation: isolate;
}

.cx32-project-large {
  grid-row: 1 / span 2;
}

.cx32-project::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(10, 12, 14, .9), rgba(10, 12, 14, .2) 75%), linear-gradient(0deg, rgba(10, 12, 14, .7), transparent 62%);
  content: "";
}

.cx32-project img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.16, 1, .3, 1);
}

.cx32-project:hover img {
  transform: scale(1.035);
}

.cx32-project > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 520px;
  padding: 30px;
}

.cx32-project-large > div {
  padding: 42px;
}

.cx32-project h3 {
  margin-bottom: 9px;
  color: #fff;
  font-size: clamp(22px, 2.3vw, 34px);
  line-height: 1.05;
}

.cx32-project p {
  max-width: 440px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, .75);
  font-size: 13px;
  line-height: 1.48;
}

.cx32-project span {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.cx32-selector {
  background: #fff;
}

.cx32-selector-intro {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(280px, .55fr);
  column-gap: 50px;
  align-items: end;
  margin-bottom: 32px;
}

.cx32-selector-intro .cx32-kicker {
  grid-column: 1 / -1;
}

.cx32-selector-intro p {
  max-width: 520px;
  margin-bottom: 4px;
  color: #5b646d;
  font-size: 15px;
}

.cx32-selector-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(230px, .78fr);
  border: 1px solid var(--cx32-line);
  background: var(--cx32-paper);
}

.cx32-selector-step,
.cx32-selector-help {
  position: relative;
  min-height: 260px;
  border-right: 1px solid var(--cx32-line);
  padding: 30px 26px;
}

.cx32-selector-step::after {
  position: absolute;
  top: 50%;
  right: -9px;
  z-index: 2;
  width: 16px;
  height: 16px;
  border-top: 1px solid var(--cx32-line);
  border-right: 1px solid var(--cx32-line);
  background: var(--cx32-paper);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.cx32-step-number {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-bottom: 30px;
  border-radius: 50%;
  background: var(--cx32-orange);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.cx32-selector-step .cx32-icon {
  margin-bottom: 20px;
}

.cx32-selector-step h3,
.cx32-selector-help h3 {
  margin-bottom: 8px;
  color: var(--cx32-ink);
  font-size: 18px;
  line-height: 1.1;
}

.cx32-selector-step p,
.cx32-selector-help p {
  margin-bottom: 0;
  color: #5c6570;
  font-size: 13px;
  line-height: 1.48;
}

.cx32-selector-help {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-right: 0;
  background: #181c20;
}

.cx32-selector-help .cx32-icon,
.cx32-selector-help h3 {
  color: #fff;
}

.cx32-selector-help p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .68);
}

.cx32-selector-help .cx32-product-button {
  width: 100%;
  min-height: 44px;
  padding-inline: 14px;
}

.cx32-selector-help .cx32-product-button svg {
  color: #fff;
}

.cx32-install {
  padding: 84px 0;
  background: #15191d;
  color: #fff;
}

.cx32-install-grid {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  gap: 70px;
  align-items: center;
}

.cx32-install-media {
  min-height: 480px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
}

.cx32-install-media img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: 55% center;
}

.cx32-install-copy h2 {
  max-width: 620px;
  margin-bottom: 36px;
  color: #fff;
}

.cx32-install-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.cx32-install-list > div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 15px;
  min-height: 138px;
  border-right: 1px solid rgba(255, 255, 255, .16);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  padding: 24px 22px 24px 0;
}

.cx32-install-list > div:nth-child(2n) {
  border-right: 0;
  padding-left: 22px;
}

.cx32-install-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.48;
}

.cx32-install-list strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 15px;
}

.cx32-why {
  background: var(--cx32-paper);
}

.cx32-why-grid {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr);
  gap: 70px;
  align-items: stretch;
}

.cx32-why-lead {
  padding-right: 44px;
  border-right: 1px solid var(--cx32-line);
}

.cx32-why-lead h2 {
  margin-bottom: 20px;
}

.cx32-why-lead p {
  max-width: 520px;
  margin-bottom: 24px;
  color: #59626b;
  font-size: 15px;
  line-height: 1.6;
}

.cx32-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cx32-principles article {
  padding: 20px 26px;
  border-right: 1px solid var(--cx32-line);
}

.cx32-principles article:last-child {
  border-right: 0;
}

.cx32-principles .cx32-icon {
  margin-bottom: 24px;
}

.cx32-principles .cx32-principle-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  color: #22282e;
}

.cx32-principles .cx32-principle-icon svg {
  width: 58px;
  height: 58px;
  stroke-width: 1.65;
}

.cx32-principles .cx32-principle-icon .cx32-icon-accent {
  color: var(--cx32-orange);
  stroke: currentColor;
  stroke-width: 2.2;
}

.cx32-principles h3 {
  margin-bottom: 10px;
  color: var(--cx32-ink);
  font-size: 19px;
}

.cx32-principles p {
  margin-bottom: 0;
  color: #5d6670;
  font-size: 13px;
  line-height: 1.5;
}

.cx32-final {
  border-top: 1px solid rgba(255, 255, 255, .1);
  background:
    linear-gradient(90deg, rgba(17, 20, 23, .98), rgba(17, 20, 23, .86)),
    url("assets/pdp-slide-storage-scenes.jpg") center 58% / cover no-repeat;
  color: #fff;
}

.cx32-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  min-height: 250px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.cx32-final h2 {
  margin-bottom: 12px;
  color: #fff;
}

.cx32-final p {
  max-width: 590px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
}

.cx32-final .cx32-actions {
  justify-content: flex-end;
  margin-top: 0;
}

@media (max-width: 1120px) {
  .cx32-product-layout,
  .cx32-install-grid,
  .cx32-why-grid {
    grid-template-columns: 1fr;
  }

  .cx32-product-feature {
    min-height: 520px;
  }

  .cx32-product-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .cx32-product-compact {
    grid-template-columns: 1fr;
  }

  .cx32-product-compact img {
    height: 190px;
  }

  .cx32-install-media,
  .cx32-install-media img {
    min-height: 420px;
  }

  .cx32-why-lead {
    padding-right: 0;
    padding-bottom: 36px;
    border-right: 0;
    border-bottom: 1px solid var(--cx32-line);
  }
}

@media (max-width: 900px) {
  .cx32-proof-grid,
  .cx32-principles {
    grid-template-columns: 1fr;
  }

  .cx32-proof-grid {
    border-inline: 0;
  }

  .cx32-proof-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .cx32-project-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 430px 300px 300px;
  }

  .cx32-project-large {
    grid-row: auto;
  }

  .cx32-selector-intro,
  .cx32-selector-flow,
  .cx32-final-grid {
    grid-template-columns: 1fr;
  }

  .cx32-selector-intro {
    row-gap: 16px;
  }

  .cx32-selector-step,
  .cx32-selector-help {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--cx32-line);
  }

  .cx32-selector-step::after {
    display: none;
  }

  .cx32-selector-help {
    border-bottom: 0;
  }

  .cx32-principles article {
    border-right: 0;
    border-bottom: 1px solid var(--cx32-line);
  }

  .cx32-principles article:last-child {
    border-bottom: 0;
  }

  .cx32-final .cx32-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .cx32-section {
    padding: 54px 0;
  }

  .cx32-hero {
    min-height: 700px;
  }

  .cx32-hero-image {
    background:
      linear-gradient(180deg, rgba(12, 14, 16, .14) 0%, rgba(12, 14, 16, .52) 39%, rgba(12, 14, 16, .98) 100%),
      url("assets/coreax-outdoor-hardware-ecosystem-hero.png") 64% top / cover no-repeat;
  }

  .cx32-hero-grid {
    grid-template-columns: 1fr;
    align-items: end;
    min-height: 700px;
    padding-top: 310px;
    padding-bottom: 38px;
  }

  .cx32-hero-copy h1 {
    font-size: clamp(35px, 10vw, 44px);
  }

  .cx32-hero-copy p {
    font-size: 15px;
  }

  .cx32-actions,
  .cx32-actions .cx-button,
  .cx32-button-secondary {
    width: 100%;
  }

  .cx32-section-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .cx32-section-head h2,
  .cx32-selector-intro h2,
  .cx32-install-copy h2,
  .cx32-why h2,
  .cx32-final h2 {
    font-size: clamp(28px, 8.5vw, 36px);
  }

  .cx32-product-feature {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .cx32-product-feature .cx32-product-copy {
    padding: 32px 24px 10px;
  }

  .cx32-product-feature img {
    width: 100%;
    height: 270px;
    transform: none;
  }

  .cx32-product-stack {
    grid-template-columns: 1fr;
  }

  .cx32-product-compact {
    grid-template-columns: minmax(120px, .78fr) minmax(0, 1.22fr);
    gap: 14px;
    padding: 20px 16px;
  }

  .cx32-product-compact img {
    height: 150px;
  }

  .cx32-product-compact h3 {
    font-size: 17px;
  }

  .cx32-project-grid {
    grid-template-rows: repeat(3, 330px);
  }

  .cx32-project > div,
  .cx32-project-large > div {
    padding: 24px;
  }

  .cx32-selector-step,
  .cx32-selector-help {
    padding: 24px 20px;
  }

  .cx32-step-number {
    margin-bottom: 20px;
  }

  .cx32-install {
    padding: 54px 0;
  }

  .cx32-install-grid {
    gap: 34px;
  }

  .cx32-install-media,
  .cx32-install-media img {
    min-height: 300px;
  }

  .cx32-install-list {
    grid-template-columns: 1fr;
  }

  .cx32-install-list > div,
  .cx32-install-list > div:nth-child(2n) {
    border-right: 0;
    padding: 20px 0;
  }

  .cx32-principles article {
    padding: 24px 0;
  }

  .cx32-final-grid {
    min-height: 0;
  }
}
