/* Shared DuroMax storefront design system: home, catalog, products and support. */
:root {
  --store-navy: #092f59;
  --store-navy-deep: #062344;
  --store-blue: #0757a6;
  --store-blue-light: #eaf2fa;
  --store-yellow: #ffca05;
  --store-yellow-dark: #dda800;
  --store-ink: #102b47;
  --store-muted: #52677b;
  --store-border: #d8e2eb;
  --store-canvas: #f3f6f9;
  --store-white: #fff;
  --store-shadow: 0 18px 44px rgba(6, 35, 68, .09);
}
html { scroll-behavior: smooth; }
body.brand-theme {
  margin: 0;
  background: var(--store-canvas) !important;
  color: var(--store-ink) !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.brand-theme :is(h1,h2,h3,h4,h5,h6,.btn,.btn-cart-trigger,.nav-link-item,.store-button,.equipment-title) {
  font-family: Saira, Inter, Arial, sans-serif !important;
}
body.brand-theme :is(h1,h2,h3,h4,p) { margin-top: 0; }
body.brand-theme a { color: inherit; }
body.brand-theme img { max-width: 100%; }
.store-container,
body.brand-theme main .container {
  width: min(100% - 64px, 1520px) !important;
  max-width: 1520px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.store-kicker {
  display: inline-block;
  color: var(--store-blue) !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  line-height: 1.4;
  text-transform: uppercase;
}
.store-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--store-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.store-breadcrumb a { color: var(--store-blue) !important; text-decoration: none; }
.store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}
.store-button-primary {
  background: var(--store-yellow) !important;
  border-color: var(--store-yellow-dark) !important;
  color: var(--store-navy-deep) !important;
  box-shadow: 0 4px 0 #bd9000;
}
.store-button-primary:hover { background: #ffda43 !important; transform: translateY(1px); box-shadow: 0 3px 0 #bd9000; }
.store-button-outline { background: #fff !important; border-color: #afc3d5 !important; color: var(--store-navy) !important; }
.store-button-outline:hover { background: var(--store-blue-light) !important; }
.store-button-disabled { background: #e4eaf0 !important; border-color: #d1dbe4 !important; color: #708092 !important; box-shadow: none; cursor: not-allowed; }

/* Shared navigation and cart */
.marquee-shell, .topbar-shell { display: none !important; }
.site-shell {
  position: sticky !important;
  top: 0;
  z-index: 60 !important;
  background: rgba(255,255,255,.97) !important;
  border-bottom: 1px solid var(--store-border) !important;
  box-shadow: 0 5px 18px rgba(6,35,68,.06) !important;
  backdrop-filter: blur(14px);
}
.header-layout {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
  width: min(100% - 56px, 1520px) !important;
  max-width: 1520px !important;
  min-height: 76px !important;
  padding: 10px 0 !important;
  margin: auto !important;
}
.brand-logo-wrap { flex: 0 0 auto; }
.brand-logo-img { display: block; width: 190px !important; height: auto !important; max-height: 48px; object-fit: contain; }
.header-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px !important;
  flex: 1 1 auto;
  min-width: 0;
}
.header-nav .nav-link-item {
  padding: 11px 10px !important;
  color: var(--store-muted) !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  white-space: nowrap;
}
.header-nav .nav-link-item:hover,
.header-nav .nav-link-item.active { color: var(--store-navy) !important; background: var(--store-blue-light) !important; }
.header-actions { flex: 0 0 auto; }
.btn-cart-trigger {
  display: inline-grid !important;
  place-items: center;
  width: 46px !important;
  height: 46px !important;
  color: #fff !important;
  background: var(--store-navy) !important;
  border: 1px solid var(--store-navy) !important;
  border-radius: 5px !important;
}
.cart-icon-wrap { position: relative; display: inline-flex; }
.cart-badge-count { background: var(--store-yellow) !important; color: var(--store-navy) !important; }
.btn-mobile-menu-toggle { display: none !important; color: var(--store-navy) !important; background: #fff !important; border: 1px solid var(--store-border) !important; border-radius: 4px !important; }
.mobile-menu-backdrop { background: rgba(6,24,42,.58) !important; backdrop-filter: blur(4px); }
.mobile-menu-drawer { background: #fff !important; box-shadow: 20px 0 55px rgba(0,0,0,.18) !important; }
.mobile-drawer-header { background: var(--store-navy) !important; }
.mobile-drawer-logo { max-width: 180px; }
.mobile-nav-title { color: var(--store-blue) !important; font-weight: 900 !important; letter-spacing: .1em; }
.mobile-nav-link { color: var(--store-ink) !important; border-radius: 4px !important; font-weight: 800 !important; }
.mobile-nav-link.active, .mobile-nav-link:hover { background: var(--store-blue-light) !important; color: var(--store-navy) !important; }
.mobile-call-btn { background: var(--store-yellow) !important; color: var(--store-navy) !important; }
.cart-backdrop { background: rgba(6,24,42,.58) !important; backdrop-filter: blur(4px); }
.cart-drawer { border-left: 1px solid var(--store-border) !important; box-shadow: -18px 0 50px rgba(0,0,0,.16) !important; }
.cart-header { background: var(--store-navy) !important; border-bottom-color: var(--store-yellow) !important; }
.cart-footer { background: #f5f8fb !important; }
.cart-footer [data-checkout-btn] { background: var(--store-yellow) !important; color: var(--store-navy) !important; box-shadow: 0 4px 0 #bd9000 !important; }

/* Shared footer */
.footer-shell {
  margin-top: 74px !important;
  padding: 58px 0 22px !important;
  background: var(--store-navy-deep) !important;
  color: #fff !important;
  border-top: 4px solid var(--store-yellow) !important;
}
.footer-shell .container { color: inherit !important; }
.footer-grid { display: grid !important; grid-template-columns: 1.35fr 1fr 1fr 1fr !important; gap: 34px !important; }
.footer-logo-img { width: 190px !important; max-height: 52px; object-fit: contain; object-position: left; }
.footer-desc { max-width: 360px; color: #c8d5e2 !important; font-size: 13px !important; line-height: 1.65 !important; }
.footer-col-title { color: var(--store-yellow) !important; font-family: Saira, Inter, sans-serif !important; font-size: 12px !important; font-weight: 900 !important; letter-spacing: .13em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; padding: 0; list-style: none; }
.footer-links a, .footer-contact-item a { color: #dce7f0 !important; font-size: 12px !important; text-decoration: none; }
.footer-links a:hover, .footer-contact-item a:hover { color: var(--store-yellow) !important; }
.footer-contact-item { color: #dce7f0 !important; }
.footer-contact-item strong { color: #fff !important; }

/* Home */
.store-home { padding: 30px 0 70px; }
.home-hero-v2 {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  min-height: 500px;
  overflow: hidden;
  background: var(--store-navy);
  border-radius: 7px;
  box-shadow: var(--store-shadow);
}
.home-hero-copy-v2 { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(32px,5vw,76px); color: #fff; }
.home-hero-copy-v2 .store-kicker { color: var(--store-yellow) !important; }
.home-hero-copy-v2 h1 { margin: 18px 0 16px; color: #fff; font-size: clamp(46px,4.2vw,60px); font-weight: 900; line-height: .98; letter-spacing: -.03em; text-transform: none; }
.home-hero-copy-v2 h1 em { color: var(--store-yellow); font-style: normal; }
.home-hero-copy-v2 p { max-width: 470px; margin: 0; color: #d5e2ee; font-size: clamp(16px,1.4vw,19px); }
.home-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 26px; }
.home-hero-actions .store-button { min-width: 190px; min-height: 54px; font-size: 15px; }
.home-text-link { color: #fff !important; font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.home-fuel-line { margin-top: 28px; color: #b6cadc; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.home-fuel-line span { color: var(--store-yellow); padding: 0 5px; }
.home-hero-product { position: relative; display: flex; align-items: center; justify-content: center; min-width: 0; padding: 50px 30px 95px; background: linear-gradient(150deg,#eef3f7 0%,#dbe5ed 100%); text-decoration: none !important; }
.home-hero-product img { width: 100%; height: 390px; object-fit: contain; mix-blend-mode: multiply; }
.hero-product-label { position: absolute; top: 24px; left: 28px; padding: 7px 10px; background: var(--store-yellow); color: var(--store-navy); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.hero-product-caption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 28px; background: rgba(255,255,255,.94); border-top: 1px solid var(--store-border); }
.hero-product-caption div { display: grid; gap: 3px; min-width: 0; }
.hero-product-caption strong { overflow: hidden; color: var(--store-ink); font-family: Saira, sans-serif; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.hero-product-caption span { color: var(--store-muted); font-size: 11px; font-weight: 700; }
.hero-product-caption b { color: var(--store-navy); font-family: Saira,sans-serif; font-size: 24px; white-space: nowrap; }
.home-benefits { display: grid; grid-template-columns: repeat(3,1fr); margin: 20px 0 66px; background: #fff; border: 1px solid var(--store-border); border-radius: 5px; box-shadow: 0 8px 22px rgba(6,35,68,.05); }
.home-benefits > div { display: flex; align-items: center; gap: 13px; padding: 20px 24px; border-right: 1px solid var(--store-border); }
.home-benefits > div:last-child { border-right: 0; }
.benefit-icon { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 40px; background: var(--store-blue-light); color: var(--store-blue); border-radius: 5px; font-size: 20px; font-weight: 900; }
.home-benefits strong, .home-benefits small { display: block; }
.home-benefits strong { color: var(--store-ink); font-size: 13px; font-weight: 900; }
.home-benefits small { margin-top: 3px; color: var(--store-muted); font-size: 11px; }
.home-series-section, .home-products-section, .related-products { margin-top: 66px; }
.section-heading-v2 { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.section-heading-v2 h2 { margin: 8px 0 0; color: var(--store-ink); font-size: clamp(30px,4vw,46px); font-weight: 900; line-height: 1; text-transform: uppercase; }
.section-heading-v2 > a { color: var(--store-blue) !important; font-size: 12px; font-weight: 900; text-decoration: none; white-space: nowrap; }
.home-series-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.home-series-grid > a { display: grid; gap: 16px; min-height: 150px; padding: 22px; background: #fff; border: 1px solid var(--store-border); border-top: 4px solid var(--store-yellow); border-radius: 5px; text-decoration: none !important; transition: transform .18s ease, box-shadow .18s ease; }
.home-series-grid > a:hover { transform: translateY(-3px); box-shadow: var(--store-shadow); }
.home-series-grid > a > span { color: var(--store-blue); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.home-series-grid strong { color: var(--store-ink); font-family: Saira,sans-serif; font-size: 23px; font-weight: 900; line-height: 1; text-transform: uppercase; }
.home-series-grid strong b { float: right; color: var(--store-blue); }
.home-series-grid small { color: var(--store-muted); font-size: 12px; font-weight: 600; }
.home-product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.home-product-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--store-border); border-radius: 5px; box-shadow: 0 8px 22px rgba(6,35,68,.05); }
.home-product-image { display: flex; align-items: center; justify-content: center; box-sizing: border-box; height: 240px; padding: 16px; background: linear-gradient(145deg,#fff,#edf3f8); }
.home-product-image img { width: 100%; height: 100%; min-width: 0; min-height: 0; max-width: 100%; max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.home-product-info { padding: 18px; }
.home-product-series { color: var(--store-blue); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.home-product-info h3 { display: -webkit-box; min-height: 2.24em; overflow: hidden; margin: 7px 0; font-size: 18px; line-height: 1.12; font-weight: 900; text-transform: uppercase; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.home-product-info h3 a { color: var(--store-ink) !important; text-decoration: none; }
.home-product-info > p { display: -webkit-box; min-height: 37px; overflow: hidden; margin: 0 0 14px; color: var(--store-muted); font-size: 12px; line-height: 1.5; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.home-product-buy { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; margin: 14px 0; }
.home-product-buy strong { color: var(--store-navy); font-family: Saira,sans-serif; font-size: 22px; font-weight: 900; }
.home-product-buy span, .catalog-product-availability { font-size: 10px; font-weight: 900; }
.is-available { color: #176c3b !important; }
.is-unavailable { color: #8a4c12 !important; }
.home-product-info .store-button { width: 100%; }
.home-support-callout, .sizing-callout { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 70px; padding: clamp(24px,4vw,46px); background: var(--store-navy); border-top: 4px solid var(--store-yellow); border-radius: 6px; color: #fff; }
.home-support-callout .store-kicker, .sizing-callout .store-kicker { color: var(--store-yellow) !important; }
.home-support-callout h2, .sizing-callout h2 { margin: 8px 0; color: #fff; font-size: clamp(26px,3vw,38px); font-weight: 900; line-height: 1; text-transform: uppercase; }
.home-support-callout p, .sizing-callout p { max-width: 640px; margin: 0; color: #d0dce7; font-size: 13px; }
.home-support-callout .store-button, .sizing-callout .store-button { flex: 0 0 auto; }

/* Catalog */
.store-catalog { padding: 30px 0 74px; }
.catalog-hero { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: clamp(30px,5vw,58px); background: var(--store-navy); border-left: 6px solid var(--store-yellow); border-radius: 6px; box-shadow: var(--store-shadow); color: #fff; }
.catalog-hero .store-kicker { color: var(--store-yellow) !important; }
.catalog-hero h1 { margin: 12px 0 10px; color: #fff; font-size: clamp(34px,5vw,62px); font-weight: 900; line-height: .98; text-transform: uppercase; }
.catalog-hero p { max-width: 750px; margin: 0; color: #d5e2ee; font-size: 15px; }
.catalog-count { display: grid; justify-items: end; flex: 0 0 auto; }
.catalog-count strong { color: var(--store-yellow); font-family: Saira,sans-serif; font-size: 45px; font-weight: 900; line-height: 1; }
.catalog-count span { color: #c3d5e5; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.collection-filters { display: flex; gap: 8px; overflow-x: auto; margin: 24px 0; padding: 4px 1px 10px; scrollbar-width: thin; }
.collection-filter { flex: 0 0 auto; padding: 11px 15px; background: #fff; border: 1px solid var(--store-border); border-radius: 4px; color: var(--store-muted) !important; font-size: 12px; font-weight: 900; text-decoration: none !important; }
.collection-filter.active, .collection-filter:hover { color: #fff !important; background: var(--store-blue) !important; border-color: var(--store-blue) !important; }
.catalog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.catalog-product-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--store-border); border-radius: 6px; box-shadow: 0 8px 22px rgba(6,35,68,.05); transition: transform .18s ease, box-shadow .18s ease; }
.catalog-product-card:hover { transform: translateY(-3px); box-shadow: var(--store-shadow); }
.catalog-product-image { position: relative; display: flex; align-items: center; justify-content: center; box-sizing: border-box; height: 300px; padding: 16px; background: linear-gradient(145deg,#fff,#edf3f8); border-bottom: 1px solid var(--store-border); }
.catalog-product-image img { width: 100%; height: 100%; min-width: 0; min-height: 0; max-width: 100%; max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.catalog-product-badge { position: absolute; top: 14px; left: 14px; padding: 6px 9px; background: var(--store-yellow); color: var(--store-navy); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.catalog-product-content { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.catalog-product-category { color: var(--store-blue); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.catalog-product-content h2 { display: -webkit-box; min-height: 2.2em; overflow: hidden; margin: 8px 0; font-size: 20px; font-weight: 900; line-height: 1.1; text-transform: uppercase; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.catalog-product-content h2 a { color: var(--store-ink) !important; text-decoration: none; }
.catalog-product-description { display: -webkit-box; min-height: 56px; overflow: hidden; margin: 0 0 13px; color: var(--store-muted); font-size: 12px; line-height: 1.55; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.catalog-product-availability { display: flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 10px; }
.catalog-product-availability > span, .generic-availability > span { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: currentColor; }
.catalog-product-price-row { display: flex; align-items: baseline; gap: 10px; margin: 10px 0 15px; }
.catalog-product-price-row strong { color: var(--store-navy); font-family: Saira,sans-serif; font-size: 27px; font-weight: 900; }
.catalog-product-price-row del { color: #778899; font-size: 13px; }
.catalog-product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.catalog-product-actions .store-button { width: 100%; padding: 10px 8px; font-size: 11px; }
.catalog-empty { padding: 50px 24px; background: #fff; border: 1px solid var(--store-border); border-radius: 5px; text-align: center; }
.catalog-empty h2 { margin-bottom: 8px; font-size: 26px; font-weight: 900; }
.catalog-empty p { color: var(--store-muted); }
.sizing-callout { margin-top: 55px; }
.sizing-actions { display: flex; flex-wrap: wrap; gap: 9px; }

/* Product detail page: replace legacy width and image caps. */
body.brand-theme .pdp-container {
  width: min(100% - 64px, 1520px) !important;
  max-width: 1520px !important;
  padding: 28px 0 110px !important;
  margin: 0 auto !important;
}
body.brand-theme .breadcrumbs { margin-bottom: 24px !important; gap: 10px !important; font-size: 11px !important; font-weight: 800 !important; text-transform: uppercase; }
body.brand-theme .conversion-box {
  grid-template-columns: minmax(0, 1.18fr) minmax(420px, .82fr) !important;
  gap: clamp(24px,4vw,58px) !important;
  align-items: start !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
body.brand-theme .carousel-col { gap: 12px !important; }
body.brand-theme .carousel-stage {
  width: 100% !important;
  max-height: none !important;
  min-height: 560px !important;
  aspect-ratio: 1.12 / 1 !important;
  background: linear-gradient(145deg,#fff,#e9f0f6) !important;
  border: 1px solid var(--store-border) !important;
  border-radius: 7px !important;
  box-shadow: var(--store-shadow) !important;
}
body.brand-theme .carousel-stage #mainImage,
body.brand-theme .carousel-stage > img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  padding: 35px !important;
  object-fit: contain !important;
  mix-blend-mode: multiply;
}
body.brand-theme .thumb-strip { display: grid !important; grid-template-columns: repeat(7,minmax(0,1fr)) !important; gap: 9px !important; overflow: visible !important; padding: 0 !important; }
body.brand-theme .thumb-btn { width: 100% !important; height: auto !important; aspect-ratio: 1; padding: 3px !important; background: #fff !important; border: 1px solid var(--store-border) !important; border-radius: 4px !important; }
body.brand-theme .thumb-btn.active { border: 3px solid var(--store-blue) !important; padding: 1px !important; }
body.brand-theme .thumb-btn img { width: 100% !important; height: 100% !important; object-fit: cover !important; }
body.brand-theme .purchase-col {
  position: static !important;
  gap: 14px !important;
  padding: clamp(22px,2.5vw,38px) !important;
  background: #fff !important;
  border: 1px solid var(--store-border) !important;
  border-top: 5px solid var(--store-yellow) !important;
  border-radius: 6px !important;
  box-shadow: var(--store-shadow) !important;
}
body.brand-theme .product-title { margin: 12px 0 2px !important; color: var(--store-ink) !important; font-size: clamp(30px,2.6vw,38px) !important; font-weight: 900 !important; line-height: 1.04 !important; letter-spacing: -.03em; }
body.brand-theme .current-deal-price { color: var(--store-navy) !important; font-size: 42px !important; font-weight: 900 !important; }
body.brand-theme .primary-buy-btn { min-height: 58px !important; background: var(--store-yellow) !important; color: var(--store-navy) !important; border: 2px solid var(--store-yellow-dark) !important; border-radius: 4px !important; box-shadow: 0 4px 0 #bd9000 !important; font-size: 16px !important; font-weight: 900 !important; }
body.brand-theme .primary-buy-btn:hover { background: #ffda43 !important; }
body.brand-theme .product-primary-nav { display: flex; justify-content: center; gap: 26px; min-height: 42px; padding: 0 22px; border-top: 1px solid var(--store-border); }
body.brand-theme .product-primary-nav a { display: flex; align-items: center; color: var(--store-muted) !important; font-size: 11px; font-weight: 900; text-decoration: none; text-transform: uppercase; }
body.brand-theme .product-primary-nav a:hover { color: var(--store-blue) !important; }
body.brand-theme .promo-strip { display: block !important; padding: 7px 12px !important; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
body.brand-theme .pdp-metric-band { margin-top: 38px !important; border-top: 4px solid var(--store-yellow) !important; border-radius: 6px !important; }
body.brand-theme .pdp-subnav { top: 76px !important; }
body.brand-theme .pdp-cinematic-section { margin-top: 38px !important; }
body.brand-theme .pdp-spec-container, body.brand-theme .pdp-included-box, body.brand-theme .pdp-reviews-section, body.brand-theme .pdp-faq-container { width: 100%; box-sizing: border-box; }
body.brand-theme .photo-card img { width: 100%; height: 100%; object-fit: cover; }
body.brand-theme .reviews-summary-card { color: #fff !important; }
body.brand-theme .score-number { color: var(--store-yellow) !important; font-family: Saira,sans-serif !important; font-size: 55px !important; font-weight: 900 !important; }
body.brand-theme .score-stars { color: var(--store-yellow) !important; font-size: 20px !important; letter-spacing: .08em; }
body.brand-theme .rating-row { display: grid !important; grid-template-columns: 35px 1fr 58px; align-items: center; gap: 9px; margin: 7px 0; color: #fff; font-size: 12px; }
body.brand-theme .rating-track { height: 8px; background: rgba(255,255,255,.16); border-radius: 5px; overflow: hidden; }
body.brand-theme .rating-fill { height: 100%; background: var(--store-yellow) !important; }
body.brand-theme .rating-pct { color: #d2e0ed !important; text-align: right; font-size: 11px; }
body.brand-theme .trust-item h6 { color: #fff !important; font-weight: 900 !important; }
body.brand-theme .trust-item p { color: #c9d8e6 !important; }
body.brand-theme .reviews-masonry { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)) !important; gap: 16px !important; }
body.brand-theme .review-item { padding: 20px !important; background: #fff !important; border: 1px solid var(--store-border) !important; border-top: 4px solid var(--store-blue) !important; border-radius: 5px !important; box-shadow: 0 8px 18px rgba(6,35,68,.06) !important; }
body.brand-theme .review-item.has-photo { border-top-color: var(--store-yellow) !important; }
body.brand-theme .review-stars-strip { color: var(--store-yellow-dark) !important; font-size: 18px !important; }
body.brand-theme .pdp-reviews-section { width: 100% !important; max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; background: #fff !important; border: 1px solid var(--store-border) !important; border-radius: 6px !important; box-shadow: var(--store-shadow); }
body.brand-theme .mobile-bottom-bar { z-index: 55 !important; padding-bottom: max(9px,env(safe-area-inset-bottom)) !important; border-top: 3px solid var(--store-yellow) !important; background: var(--store-navy) !important; box-shadow: 0 -10px 24px rgba(6,35,68,.14) !important; }
body.brand-theme .mobile-bottom-price strong { color: #fff !important; }
body.brand-theme .mobile-bottom-price span { color: #c9d8e6 !important; }
body.brand-theme .mobile-bottom-btn { background: var(--store-yellow) !important; color: var(--store-navy) !important; font-weight: 900 !important; }

/* Products that have catalog data but no XP13000-specific editorial content. */
.generic-product-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(380px,.85fr); align-items: start; gap: clamp(26px,4vw,58px); }
.generic-main-image { position: relative; display: grid; place-items: center; min-height: 570px; aspect-ratio: 1.12/1; overflow: hidden; background: linear-gradient(145deg,#fff,#e9f0f6); border: 1px solid var(--store-border); border-radius: 7px; box-shadow: var(--store-shadow); }
.generic-main-image img { width: 100%; height: 100%; padding: 34px; object-fit: contain; mix-blend-mode: multiply; }
.generic-gallery-arrow { position: absolute; z-index: 2; top: 50%; display: grid; place-items: center; width: 42px; height: 42px; transform: translateY(-50%); background: #fff; border: 1px solid var(--store-border); border-radius: 50%; color: var(--store-navy); font-size: 27px; cursor: pointer; }
.generic-gallery-arrow.prev { left: 16px; }
.generic-gallery-arrow.next { right: 16px; }
.generic-counter { position: absolute; bottom: 16px; left: 16px; padding: 6px 9px; background: var(--store-navy); color: #fff; border-radius: 3px; font-size: 11px; font-weight: 900; }
.generic-thumbnails { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 9px; margin-top: 12px; }
.generic-thumb { aspect-ratio: 1; overflow: hidden; padding: 3px; background: #fff; border: 1px solid var(--store-border); border-radius: 4px; cursor: pointer; }
.generic-thumb.active { border: 3px solid var(--store-blue); padding: 1px; }
.generic-thumb img { width: 100%; height: 100%; object-fit: cover; }
.generic-purchase-card { padding: clamp(22px,2.5vw,38px); background: #fff; border: 1px solid var(--store-border); border-top: 5px solid var(--store-yellow); border-radius: 6px; box-shadow: var(--store-shadow); }
.generic-category { display: block; margin-top: 12px; color: var(--store-blue); font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.generic-purchase-card h1 { margin: 10px 0 15px; color: var(--store-ink); font-size: clamp(32px,3vw,42px); font-weight: 900; line-height: 1.02; text-transform: uppercase; }
.generic-availability { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 900; }
.generic-price { display: flex; align-items: baseline; gap: 12px; margin: 18px 0; padding: 16px; background: var(--store-blue-light); border-left: 5px solid var(--store-yellow); }
.generic-price strong { color: var(--store-navy); font-family: Saira,sans-serif; font-size: 40px; font-weight: 900; }
.generic-price del { color: var(--store-muted); font-size: 15px; }
.generic-product-description { margin: 0 0 18px; color: var(--store-muted); font-size: 14px; line-height: 1.7; }
.generic-delivery-note { display: grid; gap: 3px; margin-bottom: 18px; padding: 14px; background: #f6f8fa; border: 1px solid var(--store-border); border-radius: 4px; }
.generic-delivery-note strong { color: var(--store-ink); font-size: 12px; font-weight: 900; }
.generic-delivery-note span { color: var(--store-muted); font-size: 12px; }
.generic-add { width: 100%; min-height: 56px; font-size: 15px; }
.generic-purchase-links { display: grid; gap: 8px; margin-top: 17px; padding-top: 14px; border-top: 1px solid var(--store-border); }
.generic-purchase-links a { color: var(--store-blue) !important; font-size: 12px; font-weight: 800; text-decoration: none; }
.generic-details { display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; margin-top: 56px; padding: clamp(24px,4vw,48px); background: #fff; border: 1px solid var(--store-border); border-radius: 6px; }
.generic-details h2 { margin: 10px 0 0; color: var(--store-ink); font-size: clamp(28px,3vw,42px); font-weight: 900; line-height: 1; text-transform: uppercase; }
.generic-details p { margin: 0; color: var(--store-muted); font-size: 14px; line-height: 1.8; }

/* Shared content pages: contact, track order, legal and confirmation */
body.brand-theme main.page, body.brand-theme main.legal-page { min-height: 50vh; padding: 52px 0 76px !important; }
.page-header { max-width: 850px; margin: 0 auto 28px !important; }
.page-eyebrow, .page-header .page-eyebrow { color: var(--store-blue) !important; font-size: 11px !important; font-weight: 900 !important; letter-spacing: .14em; text-transform: uppercase; }
.page-title { color: var(--store-ink) !important; font-size: clamp(36px,5vw,58px) !important; font-weight: 900 !important; line-height: 1 !important; text-transform: uppercase; }
.page-lede { max-width: 760px; color: var(--store-muted) !important; font-size: 16px !important; line-height: 1.7 !important; }
.page-card, .legal-card { max-width: 930px; margin: 0 auto; padding: clamp(24px,4vw,44px) !important; background: #fff !important; border: 1px solid var(--store-border) !important; border-top: 4px solid var(--store-yellow) !important; border-radius: 6px !important; box-shadow: var(--store-shadow) !important; }
.field-label { color: var(--store-ink) !important; font-size: 12px !important; font-weight: 900 !important; }
.field-input, .field-textarea, input, textarea, select { max-width: 100%; border: 1px solid #b9c9d6 !important; border-radius: 4px !important; color: var(--store-ink) !important; background: #fff !important; }
.field-input:focus, .field-textarea:focus, input:focus, textarea:focus, select:focus { outline: 3px solid rgba(7,87,166,.15); border-color: var(--store-blue) !important; }
.btn, .actions .btn { background: var(--store-yellow) !important; border-color: var(--store-yellow-dark) !important; color: var(--store-navy) !important; font-weight: 900 !important; }
.btn-outline, .actions .btn-outline { background: #fff !important; color: var(--store-navy) !important; border: 1px solid var(--store-border) !important; }
.alert-success { padding: 14px 16px; background: #eaf5ed; border-left: 4px solid #258148; border-radius: 4px; color: #16562e; font-weight: 800; }
.legal-container { display: grid; grid-template-columns: 200px minmax(0,1fr); gap: 22px; align-items: start; }
.legal-nav { position: sticky; top: 100px; display: grid; gap: 5px; padding: 8px; background: #fff; border: 1px solid var(--store-border); border-radius: 5px; }
.legal-nav-link { padding: 10px 12px; color: var(--store-muted) !important; border-radius: 3px; font-size: 12px; font-weight: 900; text-decoration: none !important; }
.legal-nav-link:hover, .legal-nav-active { background: var(--store-navy) !important; color: #fff !important; }
.legal-title { color: var(--store-ink) !important; font-size: clamp(34px,4vw,50px) !important; line-height: 1 !important; text-transform: uppercase; }
.legal-meta { color: var(--store-muted) !important; font-size: 12px !important; }
.legal-prose { color: var(--store-ink); font-size: 14px; line-height: 1.8; }
.legal-prose h2, .legal-prose h3 { margin: 28px 0 10px; color: var(--store-navy); font-weight: 900; }
.legal-prose a, .legal-footer-note a { color: var(--store-blue) !important; }
.legal-footer-note { padding-top: 16px; border-top: 1px solid var(--store-border); color: var(--store-muted); }
.track-order-card, .order-confirmation-card { max-width: 850px; margin: auto; padding: clamp(24px,4vw,44px); background: #fff; border: 1px solid var(--store-border); border-top: 4px solid var(--store-yellow); border-radius: 6px; box-shadow: var(--store-shadow); }

@media (max-width: 1180px) {
  .header-layout { gap: 12px !important; }
  .header-nav .nav-link-item { padding: 9px 6px !important; font-size: 10px !important; }
  .brand-logo-img { width: 160px !important; }
  .footer-grid { grid-template-columns: repeat(2,1fr) !important; }
  body.brand-theme .conversion-box, .generic-product-layout { grid-template-columns: minmax(0,1.1fr) minmax(360px,.9fr) !important; gap: 25px !important; }
  body.brand-theme .carousel-stage, .generic-main-image { min-height: 440px !important; }
}
@media (max-width: 950px) {
  .header-nav { display: none !important; }
  .btn-mobile-menu-toggle { display: inline-grid !important; place-items: center; width: 44px; height: 44px; }
  .header-layout { justify-content: flex-start !important; }
  .header-actions { margin-left: auto; }
  body.brand-theme .conversion-box, .generic-product-layout { grid-template-columns: 1fr !important; }
  body.brand-theme .carousel-stage, .generic-main-image { min-height: min(72vw,650px) !important; }
  body.brand-theme .purchase-col { position: static !important; }
  .catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-series-grid { grid-template-columns: repeat(2,1fr); }
  .pdp-reviews-section .reviews-masonry { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
}
@media (max-width: 680px) {
  .store-container, body.brand-theme main .container { width: min(100% - 28px, 1520px) !important; }
  .header-layout { width: min(100% - 28px, 1520px) !important; min-height: 64px !important; padding: 8px 0 !important; }
  .brand-logo-img { width: 144px !important; max-height: 38px; }
  .btn-cart-trigger { width: 42px !important; height: 42px !important; }
  .store-home, .store-catalog { padding-top: 16px; }
  .home-hero-v2 { grid-template-columns: 1fr; min-height: auto; }
  .home-hero-copy-v2 { padding: 28px 22px 32px; }
  .home-hero-copy-v2 h1 { margin: 14px 0; font-size: clamp(40px,10vw,54px); line-height: 1; }
  .home-hero-copy-v2 p { font-size: 15px; }
  .home-hero-product { min-height: 290px; padding: 26px 18px 80px; }
  .home-hero-product img { height: 270px; }
  .hero-product-caption { padding: 14px 16px; }
  .hero-product-caption strong { max-width: 230px; font-size: 12px; }
  .hero-product-caption b { font-size: 19px; }
  .home-benefits { grid-template-columns: 1fr; margin: 12px 0 48px; }
  .home-benefits > div { padding: 13px 16px; border-right: 0; border-bottom: 1px solid var(--store-border); }
  .home-benefits > div:last-child { border-bottom: 0; }
  .home-series-section, .home-products-section, .related-products { margin-top: 48px; }
  .section-heading-v2 { align-items: flex-start; flex-direction: column; gap: 10px; }
  .section-heading-v2 h2 { font-size: 32px; }
  .home-series-grid { gap: 8px; }
  .home-series-grid > a { min-height: 130px; gap: 12px; padding: 15px; }
  .home-series-grid strong { font-size: 18px; }
  .home-series-grid small { font-size: 10px; }
  .home-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
  .home-product-image { height: 155px; padding: 10px; }
  .home-product-info { padding: 12px; }
  .home-product-info h3 { font-size: 14px; }
  .home-product-info > p { min-height: 44px; font-size: 10px; }
  .home-product-buy { align-items: flex-start; flex-direction: column; gap: 2px; margin: 10px 0; }
  .home-product-buy strong { font-size: 19px; }
  .home-product-info .store-button { min-height: 38px; padding: 8px; font-size: 10px; }
  .home-support-callout, .sizing-callout { align-items: flex-start; flex-direction: column; margin-top: 48px; padding: 24px 19px; }
  .home-support-callout .store-button, .sizing-callout .store-button { width: 100%; }
  body.brand-theme .pdp-container { width: min(100% - 28px,1520px) !important; padding: 16px 0 100px !important; }
  body.brand-theme .breadcrumbs { gap: 7px !important; overflow: auto; flex-wrap: nowrap; white-space: nowrap; font-size: 9px !important; }
  body.brand-theme .carousel-stage, .generic-main-image { min-height: 84vw !important; aspect-ratio: 1 / .94 !important; }
  body.brand-theme .carousel-stage #mainImage, body.brand-theme .carousel-stage > img, .generic-main-image img { padding: 12px !important; }
  body.brand-theme .thumb-strip, .generic-thumbnails { grid-template-columns: repeat(5,minmax(0,1fr)) !important; gap: 6px !important; }
  body.brand-theme .thumb-btn:nth-child(n+11) { display: none; }
  body.brand-theme .purchase-col, .generic-purchase-card { padding: 20px 16px !important; }
  body.brand-theme .product-title, .generic-purchase-card h1 { font-size: clamp(29px,8vw,38px) !important; }
  body.brand-theme .product-primary-nav { justify-content: flex-start; gap: 18px; overflow-x: auto; padding: 0 14px; scrollbar-width: none; }
  body.brand-theme .product-primary-nav::-webkit-scrollbar { display: none; }
  body.brand-theme .product-primary-nav a { flex: 0 0 auto; white-space: nowrap; }
  body.brand-theme .promo-strip { font-size: 8px !important; letter-spacing: .04em !important; }
  body.brand-theme .fuel-stat-line { flex-wrap: wrap; }
  body.brand-theme .pdp-metric-band { grid-template-columns: repeat(2,1fr) !important; }
  body.brand-theme .pdp-metric-item { padding: 17px 12px !important; }
  body.brand-theme .pdp-metric-value { font-size: 25px !important; }
  body.brand-theme .pdp-subnav { top: 64px !important; overflow-x: auto; }
  body.brand-theme .pdp-subnav-link { min-width: 120px; white-space: nowrap; }
  body.brand-theme .pdp-cinematic-section { grid-template-columns: 1fr !important; gap: 22px !important; margin-top: 24px !important; padding: 24px 18px !important; }
  body.brand-theme .pdp-cinematic-h2 { font-size: 34px !important; }
  body.brand-theme .pdp-cinematic-img-wrap, body.brand-theme .pdp-cinematic-img { min-height: 225px !important; }
  body.brand-theme .pdp-cinematic-badges { grid-template-columns: 1fr !important; }
  body.brand-theme .pdp-features-grid { grid-template-columns: 1fr !important; }
  body.brand-theme .pdp-feature-item { border-right: 0 !important; border-bottom: 1px solid var(--store-border) !important; }
  body.brand-theme .pdp-spec-container, body.brand-theme .pdp-included-box, body.brand-theme .pdp-reviews-section, body.brand-theme .pdp-faq-container { margin-top: 22px !important; padding: 27px 17px !important; }
  body.brand-theme .pdp-interactive-table td { padding: 10px 6px !important; font-size: 10px !important; }
  body.brand-theme .photos-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; gap: 8px !important; }
  body.brand-theme .reviews-masonry { grid-template-columns: repeat(2,minmax(0,1fr)) !important; gap: 9px !important; }
  body.brand-theme .review-item { padding: 12px !important; }
  body.brand-theme .review-top { flex-wrap: wrap !important; align-items: flex-start !important; justify-content: flex-start !important; gap: 7px !important; }
  body.brand-theme .reviewer-profile { flex: 1 1 100% !important; min-width: 0 !important; }
  body.brand-theme .reviewer-profile > div:last-child { min-width: 0 !important; }
  body.brand-theme .reviewer-name { font-size: 12px !important; }
  body.brand-theme .verified-buyer-pill { font-size: 9px !important; line-height: 1.3 !important; }
  body.brand-theme .review-date-badge { flex: 1 1 100% !important; margin-left: 50px !important; font-size: 9px !important; line-height: 1.3 !important; white-space: normal !important; }
  body.brand-theme .review-headline { font-size: 13px !important; }
  body.brand-theme .review-body-text { font-size: 11px !important; }
  .catalog-hero { align-items: flex-start; flex-direction: column; gap: 16px; padding: 26px 20px; }
  .catalog-hero h1 { font-size: 36px; }
  .catalog-hero p { font-size: 13px; }
  .catalog-count { grid-template-columns: auto auto; align-items: baseline; justify-items: start; gap: 8px; }
  .catalog-count strong { font-size: 27px; }
  .collection-filters { margin: 16px 0; }
  .collection-filter { padding: 9px 11px; font-size: 10px; }
  .catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
  .catalog-product-image { height: 165px; padding: 9px; }
  .catalog-product-badge { top: 7px; left: 7px; padding: 5px 6px; font-size: 8px; }
  .catalog-product-content { padding: 12px; }
  .catalog-product-content h2 { font-size: 13px; }
  .catalog-product-description { min-height: 57px; font-size: 10px; }
  .catalog-product-availability { font-size: 9px; }
  .catalog-product-price-row { gap: 5px; margin: 8px 0 10px; }
  .catalog-product-price-row strong { font-size: 18px; }
  .catalog-product-price-row del { font-size: 10px; }
  .catalog-product-actions { grid-template-columns: 1fr; gap: 6px; }
  .catalog-product-actions .store-button { min-height: 36px; font-size: 9px; }
  .generic-details { grid-template-columns: 1fr; gap: 16px; margin-top: 28px; padding: 23px 18px; }
  .generic-price strong { font-size: 33px; }
  .footer-shell { margin-top: 50px !important; padding-top: 40px !important; }
  .footer-grid { grid-template-columns: 1fr 1fr !important; gap: 25px 18px !important; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-desc { font-size: 11px !important; }
  body.brand-theme main.page, body.brand-theme main.legal-page { padding: 30px 0 50px !important; }
  .page-title { font-size: 38px !important; }
  .page-lede { font-size: 14px !important; }
  .legal-container { grid-template-columns: 1fr; }
  .legal-nav { position: static; display: flex; overflow-x: auto; }
  .legal-nav-link { flex: 0 0 auto; }
}


/* ==========================================================================
   GROUNDMARK COMMERCIAL EQUIPMENT & INDUSTRIAL DEPOT EXTENSIONS
   ========================================================================== */

/* Hero Equipment Department Matrix (2x2 Clean Quadrant) */
.hero-equipment-matrix {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 24px;
  background: linear-gradient(150deg, #ffffff 0%, #edf3f8 100%);
  border-left: 1px solid var(--store-border);
  min-height: 500px;
  box-sizing: border-box;
}
.matrix-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.matrix-tag {
  display: inline-block;
  padding: 5px 11px;
  background: var(--store-navy);
  color: #ffffff;
  font-family: Saira, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 4px;
}
.matrix-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 800;
  color: #166534;
  background: #dcfce7;
  padding: 4px 10px;
  border-radius: 12px;
}
.matrix-badge span {
  font-size: 8px;
  color: #16a34a;
}
.matrix-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  flex: 1;
}
.matrix-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 12px;
  background: #ffffff;
  border: 1px solid #d5e0eb;
  border-radius: 6px;
  text-decoration: none !important;
  transition: all .2s ease;
  box-shadow: 0 2px 6px rgba(6,35,68,.04);
}
.matrix-card:hover {
  transform: translateY(-2px);
  border-color: #0757a6;
  box-shadow: 0 8px 20px rgba(6,35,68,.1);
}
.matrix-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.matrix-card-step {
  color: #0757a6;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
}
.matrix-card-arrow {
  color: #8fa5ba;
  font-weight: 900;
  font-size: 13px;
  transition: transform .2s ease, color .2s ease;
}
.matrix-card:hover .matrix-card-arrow {
  color: #0757a6;
  transform: translateX(3px);
}
.matrix-card-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  margin: 2px 0 6px;
  overflow: hidden;
}
.matrix-card-img-wrap img {
  max-width: 100%;
  max-height: 82px;
  width: auto;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.matrix-card-info {
  border-top: 1px solid #edf2f7;
  padding-top: 5px;
}
.matrix-card-title {
  color: #092f59;
  font-family: Saira, sans-serif;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.matrix-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3px;
}
.matrix-card-sub {
  color: #64748b;
  font-size: 10.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.matrix-card-price {
  color: #092f59;
  font-family: Saira, sans-serif;
  font-size: 12.5px;
  font-weight: 900;
}
.matrix-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #d5e0eb;
  color: #334155;
  font-size: 11px;
  font-weight: 700;
}

/* High-Converting Yellow Card Action Buttons */
.home-product-actions,
.catalog-product-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  margin-top: 10px !important;
}
.btn-card-add {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  background: #ffca05 !important;
  color: #062344 !important;
  border: 1.5px solid #dda800 !important;
  border-radius: 4px !important;
  padding: 9px 10px !important;
  font-family: Saira, Inter, sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: .03em !important;
  box-shadow: 0 3px 0 #b38600 !important;
  cursor: pointer !important;
  transition: all .15s ease !important;
  text-decoration: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.btn-card-add:hover {
  background: #ffd83b !important;
  transform: translateY(1px) !important;
  box-shadow: 0 2px 0 #b38600 !important;
}
.btn-card-add:active {
  transform: translateY(3px) !important;
  box-shadow: 0 0 0 #b38600 !important;
}
.btn-card-details {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
  color: #092f59 !important;
  border: 1.5px solid #afc3d5 !important;
  border-radius: 4px !important;
  padding: 9px 10px !important;
  font-family: Saira, Inter, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: .03em !important;
  cursor: pointer !important;
  transition: all .15s ease !important;
  text-decoration: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.btn-card-details:hover {
  background: #eaf2fa !important;
  border-color: #0757a6 !important;
  color: #0757a6 !important;
}
.btn-card-disabled {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #e2e8f0 !important;
  color: #94a3b8 !important;
  border: 1.5px solid #cbd5e1 !important;
  border-radius: 4px !important;
  padding: 9px 10px !important;
  font-family: Saira, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  width: 100% !important;
  cursor: not-allowed !important;
  box-sizing: border-box !important;
}
.card-shipping-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #166534;
  font-size: 11px;
  font-weight: 800;
  margin: 6px 0 8px;
  padding: 3px 8px;
  background: #f0fdf4;
  border-radius: 3px;
  width: fit-content;
}

/* Product Detail Page Buy Box Full Width Yellow Button */
.direct-buy-stack {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  width: 100% !important;
}
.direct-buy-stack .primary-buy-btn {
  width: 100% !important;
  min-height: 52px !important;
  height: 52px !important;
  background: #ffca05 !important;
  color: #062344 !important;
  border: 2px solid #dda800 !important;
  box-shadow: 0 4px 0 #b38600 !important;
  border-radius: 5px !important;
  font-family: Saira, Inter, sans-serif !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  transition: all .15s ease !important;
}
.direct-buy-stack .primary-buy-btn:hover {
  background: #ffd83b !important;
  transform: translateY(1px) !important;
  box-shadow: 0 3px 0 #b38600 !important;
}
.trust-micro-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 8px !important;
  margin-top: 10px !important;
}
.trust-micro-col {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #334155 !important;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .hero-equipment-matrix {
    border-left: none;
    border-top: 1px solid var(--store-border);
    min-height: auto;
    padding: 18px 16px;
  }
  .matrix-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .matrix-card {
    padding: 10px;
  }
  .matrix-card-img-wrap {
    height: 70px;
  }
  .matrix-card-img-wrap img {
    max-height: 70px;
  }
  .matrix-card-title {
    font-size: 12px;
  }
  .home-product-actions,
  .catalog-product-actions {
    grid-template-columns: 1fr !important;
  }
  .trust-micro-grid {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }
}
