/** Shopify CDN: Minification failed

Line 6270:0 Expected "}" to go with "{"

**/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-ink);
  background: var(--color-surface);
  font-family: Inter, var(--font-body-family), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

body.color-dark {
  background: var(--color-ink);
  color: var(--color-surface);
}

img,
svg,
video {
  display: block;
  max-width: 100%;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
}

summary {
  cursor: pointer;
}

.shopify-section {
  width: 100%;
}

.container {
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
}

.container--wide {
  width: min(1380px, calc(100% - 32px));
}

.narrow {
  width: min(860px, calc(100% - 40px));
  margin-inline: auto;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 16px;
  transform: translateY(-150%);
  border-radius: 6px;
  background: var(--color-ink);
  color: var(--color-surface);
  padding: 10px 14px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}

h1,
h2,
h3,
h4,
.display-title {
  margin: 0;
  font-family: "Arial Black", var(--font-heading-family), Arial, sans-serif;
  line-height: 1.02;
  letter-spacing: 0;
}

h1,
.display-title {
  font-size: 4.5rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

p {
  margin: 0;
}

.rte {
  color: var(--color-ink-soft);
}

.rte > * + * {
  margin-top: 1rem;
}

.rte a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--color-muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.lede {
  color: var(--color-ink-soft);
  font-size: 1.12rem;
  max-width: 720px;
}

.section {
  padding: 76px 0;
}

.section--mist {
  background: var(--color-mist-2);
}

.section--dark {
  background: var(--color-ink);
  color: var(--color-surface);
}

.section--dark .lede,
.section--dark .rte,
.section--dark .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.section-heading__copy {
  max-width: 620px;
}

html.js .scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity 680ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

html.js .scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

html.js .scroll-reveal.is-revealed {
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  html.js .scroll-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.button,
.shopify-payment-button__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid var(--color-ink);
  border-radius: 6px;
  background: var(--color-ink);
  color: var(--color-surface);
  padding: 13px 20px;
  font-weight: 900;
  text-align: center;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button:hover,
.shopify-payment-button__button:hover {
  transform: translateY(-1px);
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-ink);
}

.button--secondary {
  background: transparent;
  color: var(--color-ink);
}

.button--secondary:hover {
  background: var(--color-ink);
  border-color: var(--color-ink);
  color: var(--color-surface);
}

.button--light {
  background: var(--color-surface);
  border-color: var(--color-surface);
  color: var(--color-ink);
}

.button--full {
  width: 100%;
}

.button[disabled],
button[disabled] {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--color-line);
  border-radius: 6px;
  background: var(--color-surface);
  color: var(--color-ink);
}

.icon-button svg {
  width: 21px;
  height: 21px;
}

.link-with-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
}

.link-with-arrow svg {
  width: 18px;
  height: 18px;
}

.announcement-bar {
  background: var(--color-ink);
  color: var(--color-surface);
  font-size: 0.86rem;
}

.announcement-bar__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

.announcement-bar strong {
  color: var(--color-accent);
}

.site-header {
  position: sticky;
  z-index: 90;
  top: 0;
  background: var(--color-mist);
  border-bottom: 1px solid transparent;
  transition: border-color 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--color-line);
  background: rgba(247, 247, 245, 0.9);
}

.header-inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(150px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 950;
}

.brand img {
  width: auto;
  max-width: 190px;
  height: auto;
  max-height: 46px;
}

.brand__fallback {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 34px;
  border: 2px solid var(--color-ink);
  border-radius: 50% 50% 44% 44%;
  color: var(--color-accent);
}

.brand__word {
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.nav__item {
  position: relative;
}

.nav__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--color-ink-soft);
  font-size: 0.94rem;
  font-weight: 850;
}

.nav__link:hover,
.nav__item:focus-within .nav__link {
  background: var(--color-surface);
  color: var(--color-ink);
}

.nav__link svg {
  width: 15px;
  height: 15px;
}

.mega-menu {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: min(1040px, calc(100vw - 32px));
  transform: translate(-50%, 10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 160ms ease, opacity 160ms ease, visibility 160ms ease;
}

.nav__item:hover .mega-menu,
.nav__item:focus-within .mega-menu {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mega-menu__panel {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 20px;
  padding: 20px;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: var(--color-surface);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.14);
}

.mega-menu__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.mega-menu__link {
  display: block;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  padding: 14px;
  font-weight: 900;
}

.mega-menu__link span {
  display: block;
  margin-top: 3px;
  color: var(--color-muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.mega-menu__feature {
  display: grid;
  align-content: end;
  min-height: 220px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--color-mist-2);
  padding: 18px;
}

.mega-menu__feature img {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
  margin-bottom: 12px;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}

.cart-count-bubble {
  position: absolute;
  transform: translate(12px, -12px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--color-accent);
  color: var(--color-ink);
  font-size: 0.72rem;
  font-weight: 900;
}

.mobile-menu-button {
  display: none;
}

.mobile-drawer {
  display: none;
}

.search-panel {
  border-top: 1px solid var(--color-line);
  background: var(--color-surface);
  padding: 16px 0;
}

.search-panel[hidden] {
  display: none;
}

.search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.field,
.select,
.textarea,
input[type="search"],
input[type="email"],
input[type="text"],
input[type="number"],
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--color-line);
  border-radius: 6px;
  background: var(--color-surface);
  padding: 12px 14px;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.hero-sport {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: var(--color-mist);
  isolation: isolate;
}

.hero-sport::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: var(--color-ink);
  z-index: -2;
}

.hero-sport__media {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 80px min(7vw, 96px) 60px 36%;
}

.hero-sport__media img {
  width: min(760px, 64vw);
  max-height: 610px;
  object-fit: contain;
  filter: drop-shadow(0 34px 60px rgba(0, 0, 0, 0.18));
}

.hero-sport__inner {
  min-height: 680px;
  display: grid;
  align-items: center;
  padding: 70px 0 80px;
}

.hero-sport__copy {
  width: min(650px, 100%);
}

.hero-sport__title {
  max-width: 720px;
  text-transform: uppercase;
}

.hero-sport__title em {
  color: var(--color-accent);
  font-style: normal;
}

.hero-sport__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-sport__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
  max-width: 640px;
}

.metric-pill {
  min-height: 84px;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  padding: 14px;
}

.metric-pill strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1;
}

.metric-pill span {
  display: block;
  margin-top: 7px;
  color: var(--color-muted);
  font-size: 0.86rem;
}

.trust-bar {
  background: var(--color-ink);
  color: var(--color-surface);
}

.trust-bar__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.trust-item {
  display: flex;
  gap: 12px;
  min-height: 104px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  padding: 22px 18px;
}

.trust-item svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  color: var(--color-accent);
}

.trust-item strong,
.trust-item span {
  display: block;
}

.trust-item span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
}

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

.product-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: var(--color-surface);
}

.product-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 0.86;
  overflow: hidden;
  background: var(--color-mist-2);
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
  transition: opacity 180ms ease, transform 180ms ease;
}

.product-card:hover .product-card__media img:first-child {
  transform: scale(1.03);
}

.product-card__media .product-card__image--secondary {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.product-card:hover .product-card__image--secondary {
  opacity: 1;
}

.badge-row {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  z-index: 1;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  background: var(--color-surface);
  padding: 5px 9px;
  color: var(--color-ink);
  font-size: 0.76rem;
  font-weight: 900;
}

.badge--accent {
  border-color: var(--color-accent);
  background: var(--color-accent);
}

.product-card__body {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.product-card__vendor {
  color: var(--color-muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.product-card__title {
  font-size: 1.05rem;
  line-height: 1.22;
}

.price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  font-weight: 950;
}

.price__compare {
  color: var(--color-muted);
  font-weight: 750;
  text-decoration: line-through;
}

.quick-add-form {
  margin-top: 2px;
}

.quick-add-form .button {
  min-height: 42px;
  width: 100%;
  padding: 10px 12px;
}

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

.category-tile {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: var(--color-surface);
}

.category-tile__media {
  aspect-ratio: 1 / 0.72;
  background: var(--color-mist);
}

.category-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
}

.category-tile__body {
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 18px;
}

.category-tile__body p {
  color: var(--color-muted);
}

.media-text {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 38px;
  align-items: center;
}

.media-text--reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.media-text--reverse .media-text__media {
  order: -1;
}

.media-text__copy {
  display: grid;
  gap: 18px;
  align-content: center;
}

.media-text__media {
  position: relative;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 8px;
  background: var(--color-mist);
}

.media-text__media img,
.media-text__media .media-placeholder {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 3 / 2 !important;
  object-fit: cover;
  padding: 0;
}

.media-placeholder {
  width: 100%;
  min-height: 260px;
  display: grid;
  place-items: center;
  border: 1px dashed color-mix(in srgb, var(--color-muted) 70%, transparent);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.38)),
    repeating-linear-gradient(45deg, transparent 0 14px, rgba(0, 0, 0, 0.035) 14px 28px);
  color: var(--color-muted);
  padding: 22px;
  text-align: center;
}

.media-placeholder strong {
  display: block;
  color: var(--color-ink);
  font-size: 1rem;
}

.media-placeholder span {
  display: block;
  margin-top: 6px;
  font-size: 0.86rem;
}

.hero-sport .media-placeholder {
  width: min(760px, 64vw);
  min-height: 430px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.34)),
    repeating-linear-gradient(45deg, transparent 0 18px, rgba(0, 0, 0, 0.04) 18px 36px);
}

.category-tile__media .media-placeholder,
.product-card__media .media-placeholder {
  min-height: 100%;
  border: 0;
  border-radius: 0;
}

.video-showcase {
  background: var(--color-ink);
  color: var(--color-surface);
}

.video-showcase .lede,
.video-showcase .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.video-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.82fr);
  gap: 34px;
  align-items: center;
}

.video-showcase__copy {
  display: grid;
  gap: 18px;
}

.video-showcase__media {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.video-showcase__media video,
.video-showcase__media iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
}

.external-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--color-ink);
}

.external-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.external-video__fallback {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.78);
  color: var(--color-surface);
  padding: 8px 12px;
  font-size: 0.82rem;
  font-weight: 950;
}

.external-video--background,
.hero-mix__external-video {
  position: absolute;
  inset: 0;
  height: 100%;
  aspect-ratio: auto;
}

.external-video--background iframe,
.hero-mix__external-video iframe {
  width: 100%;
  height: 100%;
}

.video-showcase__media .media-placeholder {
  min-height: 420px;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    repeating-linear-gradient(45deg, transparent 0 18px, rgba(255, 255, 255, 0.06) 18px 36px);
}

.video-showcase__media .media-placeholder strong {
  color: var(--color-surface);
}

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

.feature-list li {
  display: flex;
  gap: 10px;
  align-items: start;
}

.feature-list svg {
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
  color: var(--color-accent);
  margin-top: 2px;
}

.spec-grid {
  display: grid;
  grid-template-columns: 0.8fr repeat(3, minmax(0, 1fr));
  border: 1px solid var(--color-line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--color-surface);
}

.spec-cell {
  min-height: 78px;
  border-right: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
  padding: 16px;
}

.spec-cell:nth-child(4n) {
  border-right: 0;
}

.spec-cell strong {
  display: block;
}

.spec-cell span {
  display: block;
  margin-top: 5px;
  color: var(--color-muted);
  font-size: 0.88rem;
}

.spec-cell--head {
  background: var(--color-ink);
  color: var(--color-surface);
}

.spec-cell--accent {
  background: var(--color-accent);
  color: var(--color-ink);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: var(--color-surface);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  font-weight: 900;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary svg {
  width: 18px;
  height: 18px;
  transition: transform 160ms ease;
}

.faq-item[open] summary svg {
  transform: rotate(45deg);
}

.faq-item__content {
  padding: 0 20px 20px;
  color: var(--color-ink-soft);
}

.newsletter-band {
  background: var(--color-ink);
  color: var(--color-surface);
}

.newsletter-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
  gap: 30px;
  align-items: center;
}

.newsletter-band .lede {
  color: rgba(255, 255, 255, 0.72);
}

.newsletter-form {
  display: grid;
  gap: 10px;
}

.newsletter-form__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.newsletter-form input[type="email"] {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-surface);
}

.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.collection-hero,
.page-hero {
  padding: 70px 0 42px;
  background: var(--color-mist-2);
}

.collection-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.filter-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-group {
  position: relative;
}

.filter-group summary {
  min-height: 42px;
  border: 1px solid var(--color-line);
  border-radius: 6px;
  background: var(--color-surface);
  padding: 9px 12px;
  font-weight: 850;
}

.filter-group__panel {
  position: absolute;
  z-index: 10;
  top: calc(100% + 8px);
  left: 0;
  width: min(300px, calc(100vw - 40px));
  max-height: 360px;
  overflow: auto;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: var(--color-surface);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.1);
  padding: 12px;
}

.filter-option {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
}

.active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.active-filter {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  background: var(--color-mist-2);
  padding: 7px 10px;
  font-size: 0.86rem;
  font-weight: 850;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 34px;
}

.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border: 1px solid var(--color-line);
  border-radius: 6px;
  padding: 0 12px;
}

.pagination .current {
  background: var(--color-ink);
  color: var(--color-surface);
}

.product-main {
  padding: 42px 0 80px;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: 42px;
  align-items: start;
}

.product-gallery {
  display: grid;
  gap: 14px;
}

.product-gallery__item {
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: var(--color-mist-2);
}

.product-gallery__item img,
.product-gallery__item model-viewer,
.product-gallery__item video,
.product-gallery__item iframe {
  width: 100%;
  min-height: 420px;
  object-fit: contain;
}

.product-info {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}

.product-title {
  font-size: 3.25rem;
}

.product-form {
  display: grid;
  gap: 16px;
}

.variant-fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}

.variant-fieldset legend {
  margin-bottom: 9px;
  font-weight: 900;
}

.variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.variant-options input {
  position: absolute;
  opacity: 0;
}

.variant-options label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid var(--color-line);
  border-radius: 6px;
  background: var(--color-surface);
  padding: 9px 13px;
  font-weight: 850;
}

.variant-options input:checked + label {
  border-color: var(--color-ink);
  background: var(--color-ink);
  color: var(--color-surface);
}

.product-buy-row {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 10px;
}

.product-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.product-meta-card {
  min-height: 86px;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: var(--color-mist-2);
  padding: 13px;
}

.product-meta-card strong {
  display: block;
}

.product-meta-card span {
  display: block;
  margin-top: 4px;
  color: var(--color-muted);
  font-size: 0.84rem;
}

.accordion {
  display: grid;
  gap: 8px;
}

.accordion details {
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: var(--color-surface);
}

.accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  font-weight: 900;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion__content {
  padding: 0 16px 16px;
  color: var(--color-ink-soft);
}

.cart-page {
  padding: 60px 0 90px;
}

.cart-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.38fr);
  gap: 28px;
  align-items: start;
}

.cart-line {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--color-line);
  padding: 18px 0;
}

.cart-line__media {
  overflow: hidden;
  border-radius: 8px;
  background: var(--color-mist-2);
}

.cart-line__media img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.cart-summary {
  position: sticky;
  top: 96px;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: var(--color-mist-2);
  padding: 20px;
}

.cart-summary__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.cart-drawer {
  position: fixed;
  z-index: 140;
  top: 0;
  right: 0;
  width: min(460px, 100vw);
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  background: var(--color-surface);
  color: var(--color-ink);
  box-shadow: -24px 0 80px rgba(0, 0, 0, 0.18);
  transform: translateX(105%);
  transition: transform 220ms ease;
}

.cart-drawer.is-open {
  transform: translateX(0);
}

.drawer-scrim {
  position: fixed;
  inset: 0;
  z-index: 130;
  background: rgba(0, 0, 0, 0.4);
}

.drawer-scrim[hidden] {
  display: none;
}

.cart-drawer-open body {
  overflow: hidden;
}

.cart-drawer__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--color-line);
  padding: 20px;
}

.cart-drawer__body {
  min-height: 0;
  overflow: auto;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto;
}

.cart-items {
  display: grid;
  gap: 0;
}

.cart-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  border-bottom: 1px solid var(--color-line);
  padding: 16px 20px;
}

.cart-item__media {
  overflow: hidden;
  border-radius: 8px;
  background: var(--color-mist-2);
}

.cart-item__media img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.cart-item__content {
  display: grid;
  gap: 8px;
  align-content: start;
}

.cart-item__title {
  font-weight: 900;
}

.cart-item__variant {
  color: var(--color-muted);
  font-size: 0.86rem;
}

.cart-item__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.quantity-input {
  max-width: 88px;
  min-height: 38px;
}

.cart-note {
  display: grid;
  gap: 8px;
  padding: 16px 20px;
}

.cart-note span {
  font-weight: 900;
}

.cart-drawer__footer {
  display: grid;
  gap: 10px;
  border-top: 1px solid var(--color-line);
  padding: 18px 20px 20px;
}

.cart-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 1.05rem;
}

.empty-state {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  min-height: 360px;
  text-align: center;
  padding: 34px;
}

.template-404 .empty-state {
  min-height: 58vh;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.article-card {
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: var(--color-surface);
}

.article-card__media {
  aspect-ratio: 16 / 10;
  background: var(--color-mist-2);
}

.article-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-card__body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.article-main {
  padding: 58px 0 88px;
}

.article-header {
  margin-bottom: 28px;
}

.article-featured-image {
  overflow: hidden;
  border-radius: 8px;
  margin: 28px 0;
  background: var(--color-mist-2);
}

.article-featured-image img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}

.footer {
  background: var(--color-ink);
  color: var(--color-surface);
  padding: 56px 0 28px;
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 0.7fr));
  gap: 34px;
}

.footer__brand {
  display: grid;
  gap: 16px;
  align-content: start;
  max-width: 360px;
}

.footer__brand img {
  width: auto;
  max-width: 170px;
  max-height: 54px;
}

.footer a {
  color: rgba(255, 255, 255, 0.78);
}

.footer a:hover {
  color: var(--color-accent);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--color-surface);
  font-size: 0.84rem;
  font-weight: 900;
}

.social-links a:hover {
  border-color: var(--color-accent);
  background: var(--color-accent);
  color: var(--color-ink);
}

.social-links--footer {
  gap: 10px;
  margin-top: 2px;
}

.social-links--footer a,
.social-links--footer .social-links__item {
  display: inline-flex;
  align-items: center;
  width: 42px;
  height: 42px;
  justify-content: center;
  min-height: 42px;
  overflow: hidden;
  border-radius: 10px;
  padding: 0;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
}

.social-links--footer .social-links__item--empty {
  cursor: default;
  opacity: 0.9;
  pointer-events: none;
}

.social-links__icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
  transition: transform 160ms ease, opacity 160ms ease;
}

.social-links--footer svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.9;
  transition: transform 160ms ease;
}

.social-links--footer a[aria-label="Facebook"] svg,
.social-links--footer a[aria-label="Pinterest"] svg {
  width: 17px;
  height: 17px;
}

.social-links--footer a:hover svg {
  transform: translateY(-1px);
}

.social-links--footer a:hover .social-links__icon {
  opacity: 0.95;
  transform: translateY(-1px) scale(1.04);
}

.footer__menu {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__title {
  margin-bottom: 13px;
  color: var(--color-surface);
  font-weight: 950;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: 42px;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
}

.payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: end;
}

.payment-icons svg {
  width: 38px;
  height: auto;
  fill: currentColor;
  stroke: none;
}

.global-scroll-ui {
  position: fixed;
  right: 18px;
  bottom: calc(18px + var(--product-floating-bar-offset, 0px));
  z-index: 80;
  display: grid;
  gap: 8px;
  justify-items: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease, bottom 180ms ease;
}

.global-scroll-ui.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.global-scroll-ui__progress {
  width: 44px;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.14);
}

.global-scroll-ui__progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
  background: var(--color-accent);
}

.back-to-top {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-line);
  border-radius: 6px;
  background: var(--color-surface);
  color: var(--color-ink);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.back-to-top svg {
  width: 20px;
  height: 20px;
}

.theme-toast {
  position: fixed;
  left: 50%;
  bottom: calc(20px + var(--product-floating-bar-offset, 0px));
  z-index: 160;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: min(520px, calc(100vw - 32px));
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: var(--color-ink);
  color: var(--color-surface);
  padding: 14px 16px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.theme-toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.theme-toast a {
  color: var(--color-accent);
  font-weight: 900;
}

.engwe-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-line);
  color: var(--color-ink);
}

.engwe-header.is-scrolled {
  background: var(--color-surface);
}

.engwe-header__bar {
  position: relative;
  height: 68px;
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(420px, 1.4fr) minmax(190px, 0.8fr);
  align-items: center;
  gap: 24px;
  padding: 0 26px;
}

.engwe-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  justify-self: start;
}

.engwe-header__brand img {
  width: auto;
  max-width: 166px;
  max-height: 44px;
}

.engwe-header__mark {
  width: 34px;
  height: 34px;
  color: var(--color-accent);
}

.engwe-header__mark svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  stroke: none;
}

.engwe-header__word {
  font-family: "Arial Black", var(--font-heading-family), Arial, sans-serif;
  font-size: 1.16rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.engwe-nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(22px, 2vw, 34px);
  min-height: 68px;
}

.engwe-nav__item {
  display: flex;
  align-items: center;
}

.engwe-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 68px;
  color: var(--color-ink);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.engwe-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  height: 2px;
  background: var(--color-ink);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 150ms ease;
}

.engwe-nav__item.is-active > .engwe-nav__link::after,
.engwe-nav__link:hover::after,
.engwe-nav__item:focus-within > .engwe-nav__link::after {
  transform: scaleX(1);
}

.engwe-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.engwe-header__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--color-ink);
  padding: 0;
}

.engwe-header__icon svg {
  width: 23px;
  height: 23px;
  stroke-width: 1.8;
}

.engwe-header__icon:hover {
  color: var(--color-accent);
}

.engwe-locale {
  position: relative;
  display: inline-flex;
}

.engwe-locale summary {
  list-style: none;
}

.engwe-locale summary::-webkit-details-marker {
  display: none;
}

.engwe-locale__menu {
  position: absolute;
  top: 100%;
  right: -14px;
  z-index: 110;
  width: 232px;
  margin-top: 10px;
  border: 1px solid var(--color-line);
  background: var(--color-surface);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
}

.engwe-locale:hover .engwe-locale__menu,
.engwe-locale[open] .engwe-locale__menu,
.engwe-locale:focus-within .engwe-locale__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.engwe-locale__menu::before {
  content: "";
  position: absolute;
  right: 17px;
  top: -6px;
  width: 12px;
  height: 12px;
  border-left: 1px solid var(--color-line);
  border-top: 1px solid var(--color-line);
  background: var(--color-surface);
  transform: rotate(45deg);
}

.engwe-locale__form,
.engwe-locale__empty {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 14px;
}

.engwe-locale__title {
  color: var(--color-muted);
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.engwe-locale__list {
  display: grid;
  gap: 4px;
}

.engwe-locale__option,
.engwe-locale__empty a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 42px;
  border: 0;
  background: transparent;
  padding: 10px;
  color: var(--color-ink);
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.15;
  text-align: left;
}

.engwe-locale__option span:last-child {
  color: var(--color-muted);
  font-size: 0.72rem;
  font-weight: 950;
}

.engwe-locale__option:hover,
.engwe-locale__option[aria-current="true"],
.engwe-locale__empty a:hover {
  background: var(--color-accent-soft);
  color: var(--color-ink);
}

.engwe-locale__option[aria-current="true"] span:last-child {
  color: var(--color-accent);
}

.engwe-locale__empty span {
  padding: 2px 10px 0;
  color: var(--color-muted);
  font-size: 0.9rem;
}

.engwe-header .cart-count-bubble {
  transform: translate(10px, -10px);
}

.engwe-mega {
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  z-index: 95;
  display: block;
  background: var(--color-surface);
  border-top: 1px solid var(--color-line);
  box-shadow: 0 26px 45px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
}

.engwe-mega::before,
.engwe-simple-menu::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 68px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.36);
  pointer-events: none;
}

.engwe-nav__item:hover .engwe-mega,
.engwe-nav__item:focus-within .engwe-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.engwe-mega__inner {
  position: relative;
  z-index: 1;
  width: min(1326px, 100%);
  min-height: 560px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 326px minmax(0, 1fr);
  gap: 32px;
  padding: 28px 32px 48px;
}

.engwe-mega__categories {
  display: grid;
  align-content: start;
  background: #f4f4f4;
  padding: 12px 0;
}

.engwe-mega__category {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 8px 14px;
  color: var(--color-ink);
  font-size: 1rem;
  font-weight: 900;
}

.engwe-mega__category:hover {
  background: var(--color-surface);
}

.engwe-mega__thumb {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: var(--color-surface);
  overflow: hidden;
}

.engwe-mega__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.engwe-mega__category svg {
  width: 18px;
  height: 18px;
}

.engwe-mega__products {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 34px 32px;
  align-content: start;
}

.engwe-mega__product {
  display: grid;
  gap: 11px;
  text-align: center;
  color: var(--color-ink);
  font-weight: 950;
}

.engwe-mega__product-media {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  background: #f3f3f3;
  overflow: hidden;
}

.engwe-mega__product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  transition: transform 160ms ease;
}

.engwe-mega__product:hover img {
  transform: scale(1.035);
}

.engwe-mega__product strong {
  display: block;
  min-height: 22px;
  font-size: 1rem;
  line-height: 1.25;
}

.engwe-mega--accessories {
  min-height: 258px;
}

.engwe-mega--accessories .engwe-accessories-menu {
  position: relative;
  z-index: 1;
  width: min(1326px, 100%);
  min-height: 258px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 64px;
  background: var(--color-surface);
  padding: 40px 54px 28px;
}

.engwe-accessories-menu__column h3 {
  margin: 0 0 14px;
  border-bottom: 1px solid var(--color-line);
  padding-bottom: 12px;
  font-family: Inter, var(--font-body-family), ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.2;
}

.engwe-accessories-menu__column ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.engwe-accessories-menu__column a {
  color: var(--color-ink-soft);
  font-size: 0.94rem;
}

.engwe-accessories-menu__column a:hover {
  color: var(--color-accent);
}

.engwe-simple-menu {
  position: absolute;
  top: 68px;
  z-index: 96;
  display: grid;
  gap: 20px;
  background: var(--color-surface);
  border-top: 1px solid var(--color-line);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.11);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
}

.engwe-nav__item:hover .engwe-simple-menu,
.engwe-nav__item:focus-within .engwe-simple-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.engwe-simple-menu a {
  position: relative;
  z-index: 1;
  color: var(--color-ink);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.25;
  white-space: nowrap;
}

.engwe-simple-menu a:hover {
  color: var(--color-accent);
}

.engwe-nav__item--community {
  position: relative;
}

.engwe-simple-menu--community {
  left: 50%;
  width: 244px;
  padding: 30px 32px 32px;
  margin-left: -122px;
}

.engwe-simple-menu--support {
  left: 50%;
  width: 324px;
  padding: 31px 32px 34px;
  margin-left: -6px;
  gap: 22px;
}

.engwe-simple-menu--dealer {
  left: 50%;
  width: 278px;
  padding: 31px 32px 34px;
  margin-left: 120px;
  gap: 22px;
}

.engwe-header__icon.mobile-menu-button {
  display: none;
}

.button--ghost-light {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.72);
  color: var(--color-surface);
}

.button--ghost-light:hover {
  background: var(--color-surface);
  border-color: var(--color-surface);
  color: var(--color-ink);
}

.header-commerce {
  background: rgba(255, 255, 255, 0.96);
  color: var(--color-ink);
}

.header-commerce__utility {
  border-bottom: 1px solid var(--color-line);
  background: var(--color-ink);
  color: var(--color-surface);
  font-size: 0.82rem;
}

.header-commerce__utility-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header-commerce__utility-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, 0.74);
}

.header-commerce__utility-links a:hover {
  color: var(--color-accent);
}

.header-commerce__main {
  min-height: 74px;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 18px;
}

.header-commerce__left,
.header-commerce__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-commerce__actions {
  justify-content: flex-end;
}

.header-commerce__brand {
  justify-self: center;
}

.header-commerce__brand img {
  max-width: 180px;
  max-height: 52px;
}

.header-commerce__search {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  background: var(--color-mist-2);
  padding: 9px 14px;
  color: var(--color-ink-soft);
  font-weight: 850;
}

.header-commerce__search svg {
  width: 18px;
  height: 18px;
}

.header-commerce__nav-wrap {
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}

.nav-commerce {
  min-height: 48px;
  justify-content: center;
  gap: clamp(6px, 1.5vw, 18px);
}

.nav-commerce .nav__link {
  min-height: 48px;
  border-radius: 0;
  padding: 13px 8px;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.nav-commerce .nav__link:hover,
.nav-commerce .nav__item:focus-within .nav__link {
  background: transparent;
  color: var(--color-ink);
}

.nav-commerce .nav__link::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  height: 2px;
  background: var(--color-accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

.nav-commerce .nav__link:hover::after,
.nav-commerce .nav__item:focus-within .nav__link::after {
  transform: scaleX(1);
}

.mega-menu__panel--commerce {
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.7fr);
  border-radius: 0 0 8px 8px;
  padding: 24px;
}

.mega-menu__panel--commerce .mega-menu__link {
  min-height: 76px;
  background: var(--color-mist-2);
}

.hero-mix {
  position: relative;
  min-height: calc(100vh - 44px);
  overflow: hidden;
  background: var(--color-mist-2);
  color: var(--color-surface);
  isolation: isolate;
}

.hero-mix__media,
.hero-mix__slide {
  position: absolute;
  inset: 0;
}

.hero-mix__slide {
  opacity: 0;
  transition: opacity 700ms ease;
}

.hero-mix__slide.is-active {
  opacity: 1;
}

.hero-mix__slide video,
.hero-mix__slide iframe,
.hero-mix__slide img,
.hero-mix__slide picture {
  width: 100%;
  height: 100%;
}

.hero-mix__slide video,
.hero-mix__slide iframe,
.hero-mix__slide img,
.hero-mix__slide picture {
  position: absolute;
  inset: 0;
}

.hero-mix__slide video,
.hero-mix__slide iframe,
.hero-mix__slide img {
  object-fit: cover;
}

.hero-mix__slide iframe {
  border: 0;
  pointer-events: none;
}

.hero-mix__inner {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 44px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  align-items: end;
  gap: 34px;
  padding: 112px 0 52px;
}

.hero-mix__copy {
  width: min(780px, 100%);
}

.hero-mix__title {
  color: var(--color-surface);
  font-size: clamp(3rem, 7vw, 7.2rem);
  text-transform: uppercase;
}

.hero-mix .lede {
  max-width: 640px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
}

.hero-mix .eyebrow {
  color: var(--color-accent);
}

.hero-mix__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-mix__rail {
  display: grid;
  gap: 10px;
}

.hero-mix__metric {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.5);
  padding: 16px;
}

.hero-mix__metric strong,
.hero-mix__metric span {
  display: block;
}

.hero-mix__metric strong {
  color: var(--color-accent);
  font-size: 1.4rem;
  line-height: 1;
}

.hero-mix__metric span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
}

.hero-mix .media-placeholder {
  min-height: 100%;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.82);
  background:
    linear-gradient(135deg, rgba(0, 245, 244, 0.16), rgba(255, 255, 255, 0.06)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0 18px, rgba(255, 255, 255, 0.1) 18px 36px);
}

.hero-mix .media-placeholder strong {
  color: var(--color-surface);
}

.product-card {
  border-radius: 0;
  background: var(--color-surface);
}

.product-card__media {
  background: var(--color-surface);
  aspect-ratio: 1 / 0.96;
}

.product-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 220ms ease, transform 220ms ease;
}

.product-card__image--white {
  z-index: 1;
  object-fit: contain;
  padding: 20px;
  background: var(--color-surface);
}

.product-card__image--scene {
  z-index: 2;
  object-fit: cover;
  padding: 0;
  opacity: 0;
  transform: scale(1.02);
}

.product-card:hover .product-card__image--white {
  opacity: 0;
}

.product-card:hover .product-card__image--scene {
  opacity: 1;
  transform: scale(1);
}

.product-card:hover .product-card__media img:first-child {
  transform: none;
}

.product-card__body {
  gap: 9px;
  padding: 15px 0 0;
}

.product-card__title {
  font-size: 1rem;
}

.quick-add-form .button,
.product-card__body > .button {
  border-radius: 0;
}

.product-main--commerce {
  padding: 24px 0 90px;
  background: var(--color-surface);
}

.product-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 18px 0 0;
  color: var(--color-muted);
  font-size: 0.84rem;
  font-weight: 850;
}

.product-breadcrumbs a {
  color: var(--color-ink-soft);
}

.product-breadcrumbs a:hover {
  color: var(--color-ink);
}

.product-layout--commerce {
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.72fr);
  gap: 36px;
}

.product-gallery-shell {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
}

.product-gallery-shell--single {
  width: 100%;
}

.product-thumbs {
  display: none !important;
}

.product-thumb {
  display: block;
  width: 100%;
  border: 1px solid var(--color-line);
  border-radius: 6px;
  background: var(--color-surface);
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}

.product-thumb:hover,
.product-thumb:focus-visible,
.product-thumb.is-active {
  border-color: var(--color-ink);
  box-shadow: inset 0 0 0 1px var(--color-ink);
}

.product-thumb img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 6px;
}

.product-gallery__badges {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  pointer-events: none;
}

.product-gallery-shell--single .product-gallery__badges {
  left: 14px;
}

.product-gallery__badges span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--color-ink);
  border-radius: 999px;
  background: var(--color-accent);
  color: var(--color-ink);
  padding: 7px 11px;
  font-size: 0.82rem;
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.product-gallery__badges span + span {
  border-color: var(--color-line);
  background: rgba(255, 255, 255, 0.94);
}

.product-gallery {
  display: block;
  width: 100%;
  min-width: 0;
  touch-action: pan-y;
}

.product-gallery__item {
  position: relative;
  display: block;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden;
  border-radius: 0;
  background: var(--color-surface);
}

.product-gallery__item[hidden] {
  display: none;
}

.product-gallery__item img,
.product-gallery__item model-viewer,
.product-gallery__item video,
.product-gallery__item iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  background: var(--color-surface);
}

.product-gallery__item .external-video,
.product-gallery__item .media-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  aspect-ratio: 1 / 1;
}

.product-gallery__controls {
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 4px;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  color: var(--color-muted);
  font-size: 0.86rem;
  backdrop-filter: blur(8px);
}

.product-gallery__controls button {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: var(--color-surface);
  color: var(--color-ink);
  cursor: pointer;
}

.product-gallery__controls button:hover,
.product-gallery__controls button:focus-visible {
  border-color: var(--color-ink);
}

.product-info--commerce {
  top: 150px;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: var(--color-surface);
  padding: 22px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.07);
}

.product-info__header,
.product-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.product-badge,
.stock-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.78rem;
  font-weight: 900;
}

.product-badge {
  background: var(--color-accent);
  color: var(--color-ink);
}

.stock-pill {
  border: 1px solid var(--color-line);
  color: var(--color-ink-soft);
}

.product-rating {
  color: var(--color-muted);
  font-size: 0.86rem;
  font-weight: 850;
}

.product-rating span {
  color: var(--color-accent);
  margin-right: 6px;
}

.product-title {
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  text-transform: uppercase;
}

.product-subtitle,
.payment-note {
  color: var(--color-muted);
}

.price--product {
  font-size: 1.45rem;
}

.payment-note {
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: var(--color-mist-2);
  padding: 11px 12px;
  font-size: 0.9rem;
}

.product-form--commerce {
  gap: 18px;
}

.variant-options--commerce label {
  border-radius: 0;
  min-width: 58px;
}

.product-panel-title {
  margin-bottom: 10px;
  font-weight: 950;
}

.product-gifts {
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: var(--color-mist-2);
  padding: 14px;
}

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

.product-gift {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: var(--color-surface);
  padding: 10px;
}

.product-gift img,
.product-gift__placeholder {
  width: 56px;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 6px;
  background: var(--color-mist);
}

.product-gift__placeholder {
  display: grid;
  place-items: center;
  color: var(--color-muted);
  font-size: 0.72rem;
  font-weight: 900;
}

.product-gift strong,
.product-gift span {
  display: block;
}

.product-gift span {
  color: var(--color-muted);
  font-size: 0.82rem;
}

.product-buy-row--commerce {
  grid-template-columns: 92px minmax(0, 1fr);
}

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

.product-service {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  padding: 11px;
}

.product-service svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  color: var(--color-accent);
  margin-top: 2px;
}

.product-service strong,
.product-service span {
  display: block;
}

.product-service span {
  color: var(--color-muted);
  font-size: 0.82rem;
}

.product-accordion details {
  border-radius: 0;
}

.product-highlights {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.product-highlight {
  min-height: 132px;
  display: grid;
  align-content: start;
  gap: 10px;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: var(--color-mist-2);
  padding: 16px;
}

.product-highlight__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--color-ink);
  color: var(--color-accent);
}

.product-highlight__icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 2;
}

.product-highlight strong,
.product-highlight span {
  display: block;
}

.product-highlight strong {
  line-height: 1.05;
  font-size: 1.05rem;
  font-weight: 950;
}

.product-highlight span {
  color: var(--color-muted);
  font-size: 0.84rem;
  font-weight: 850;
}

.template-content--light {
  background: var(--color-surface);
}

.template-content--mist {
  background: var(--color-mist-2);
}

.template-content--dark {
  background: var(--color-ink);
  color: var(--color-surface);
}

.template-content--dark .eyebrow {
  color: var(--color-accent);
}

.template-content--dark .rte,
.template-content--dark .lede {
  color: rgba(255, 255, 255, 0.74);
}

.template-content__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.78fr);
  gap: 38px;
  align-items: center;
}

.template-content__grid--reverse .template-content__media-grid {
  order: -1;
}

.template-content__copy {
  display: grid;
  gap: 18px;
}

.template-content__body {
  border-top: 1px solid var(--color-line);
  padding-top: 18px;
}

.template-content--dark .template-content__body {
  border-color: rgba(255, 255, 255, 0.22);
}

.template-content__media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  min-height: 360px;
  border: 1px solid var(--color-line);
  background: var(--color-mist-2);
}

.template-content--dark .template-content__media-grid {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.template-content__media {
  min-height: 360px;
  background: var(--color-mist);
}

.template-content__media + .template-content__media {
  border-left: 1px solid var(--color-line);
}

.template-content--dark .template-content__media + .template-content__media {
  border-color: rgba(255, 255, 255, 0.18);
}

.template-content__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.template-content__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.template-content__stat {
  border: 1px solid var(--color-line);
  background: var(--color-surface);
  padding: 18px;
}

.template-content--dark .template-content__stat {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.template-content__stat strong,
.template-content__stat span {
  display: block;
}

.template-content__stat strong {
  font-size: 1.55rem;
  line-height: 1;
}

.template-content__stat span {
  margin-top: 8px;
  color: var(--color-muted);
  font-weight: 850;
}

.template-content--dark .template-content__stat span {
  color: rgba(255, 255, 255, 0.72);
}

.template-content__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.template-content-card {
  display: grid;
  gap: 14px;
  min-height: 220px;
  border: 1px solid var(--color-line);
  background: var(--color-surface);
  padding: 22px;
}

.template-content--dark .template-content-card {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.template-content-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--color-accent);
  color: var(--color-ink);
}

.template-content-card__icon svg {
  width: 24px;
  height: 24px;
}

.product-detail-section {
  background: var(--color-surface);
}

.product-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 38px;
  align-items: center;
}

.product-detail-copy {
  display: grid;
  gap: 18px;
}

.product-detail-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--color-line);
  background: var(--color-mist-2);
}

.product-empty-media {
  min-height: 100%;
  background: var(--color-mist-2);
}

.product-empty-media + .product-empty-media {
  border-left: 1px solid var(--color-line);
}

.product-empty-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.product-key-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.product-key-metric {
  min-height: 160px;
  border: 1px solid var(--color-line);
  background: var(--color-surface);
  padding: 18px;
}

.product-key-metric__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  color: var(--color-ink);
}

.product-key-metric__icon svg {
  width: 38px;
  height: 38px;
  stroke-width: 2.1;
}

.product-key-metric strong,
.product-key-metric span,
.product-key-metric small {
  display: block;
}

.product-key-metric strong {
  font-size: 1.65rem;
  line-height: 1;
}

.product-key-metric span {
  margin-top: 8px;
  color: var(--color-ink);
  font-weight: 950;
}

.product-key-metric small {
  margin-top: 6px;
  color: var(--color-muted);
  font-size: 0.84rem;
}

.product-feature-split {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.72fr);
  gap: 36px;
  align-items: center;
  margin-top: 68px;
  padding: 40px;
  background: var(--color-mist-2);
}

.product-empty-media--wide {
  min-height: 460px;
  background: var(--color-surface);
}

.product-feature-copy {
  display: grid;
  gap: 18px;
}

.product-feature-copy h3 {
  font-size: 2.35rem;
  line-height: 1.04;
}

.product-specs-block {
  margin-top: 74px;
}

.product-spec-table-wrap {
  overflow: hidden;
  border: 1px solid var(--color-line);
  background: var(--color-surface);
}

.product-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.98rem;
}

.product-spec-table th,
.product-spec-table td {
  border-bottom: 1px solid var(--color-line);
  padding: 14px 18px;
  text-align: left;
  vertical-align: top;
}

.product-spec-table th {
  width: 38%;
  background: var(--color-mist-2);
  font-weight: 950;
}

.product-spec-table tr:last-child th,
.product-spec-table tr:last-child td {
  border-bottom: 0;
}

.after-sales-section {
  background: var(--color-mist-2);
}

.after-sales-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.after-sales-card {
  display: grid;
  gap: 14px;
  min-height: 230px;
  border: 1px solid var(--color-line);
  background: var(--color-surface);
  padding: 22px;
}

.after-sales-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--color-accent);
  color: var(--color-ink);
}

.after-sales-card__icon svg {
  width: 26px;
  height: 26px;
  stroke-width: 2;
}

.after-sales-card h3 {
  font-size: 1.12rem;
  line-height: 1.18;
}

.after-sales-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 18px;
  background: var(--color-ink);
  color: var(--color-surface);
  padding: 28px;
}

.after-sales-note .eyebrow {
  color: var(--color-accent);
}

.after-sales-note .rte {
  color: rgba(255, 255, 255, 0.74);
}

.after-sales-note h3 {
  margin-bottom: 8px;
  font-size: 1.55rem;
  line-height: 1.12;
}

.has-floating-product-bar .site-main {
  padding-bottom: var(--product-floating-bar-offset, 0px);
}

.product-floating-bar {
  position: fixed;
  z-index: 125;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 18px 18px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(calc(100% + 18px));
  transition: opacity 220ms ease, transform 220ms ease;
}

.product-floating-bar.is-visible {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.product-floating-bar__inner {
  width: min(1220px, 100%);
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(280px, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-inline: auto;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
  padding: 10px;
}

.product-floating-bar__summary {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.product-floating-bar__media {
  width: 56px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 6px;
  background: var(--color-mist-2);
}

.product-floating-bar__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-floating-bar__title {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.product-floating-bar__title strong,
.product-floating-bar__title span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-floating-bar__title strong {
  font-size: 0.98rem;
  line-height: 1.15;
  text-transform: uppercase;
}

.product-floating-bar__title span {
  color: var(--color-muted);
  font-size: 0.82rem;
  font-weight: 850;
}

.product-floating-bar__nav {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

.product-floating-bar__nav::-webkit-scrollbar {
  display: none;
}

.product-floating-bar__nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--color-ink-soft);
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}

.product-floating-bar__nav a:hover {
  border-color: var(--color-ink);
  color: var(--color-ink);
}

.product-floating-bar__purchase {
  display: grid;
  grid-template-columns: auto minmax(220px, auto);
  gap: 12px;
  align-items: center;
}

.product-floating-bar__price {
  display: grid;
  justify-items: end;
  gap: 2px;
  font-size: 1rem;
  font-weight: 950;
  white-space: nowrap;
}

.product-floating-bar__form {
  display: flex;
  gap: 8px;
  align-items: center;
}

.product-floating-bar__select-wrap {
  min-width: 0;
}

.product-floating-bar__select-wrap select {
  width: 150px;
  min-height: 44px;
  border: 1px solid var(--color-line);
  border-radius: 6px;
  background: var(--color-surface);
  padding: 0 34px 0 10px;
  font-weight: 900;
}

.product-floating-bar__button {
  min-height: 44px;
  padding-inline: 18px;
  white-space: nowrap;
}

.ot16-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
  gap: 38px;
  align-items: center;
}

.ot16-overview__copy {
  display: grid;
  gap: 18px;
}

.ot16-overview__media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 450px;
  overflow: hidden;
  border: 1px solid var(--color-line);
  background: var(--color-mist-2);
}

.ot16-overview__media {
  min-height: 100%;
  background: var(--color-mist-2);
}

.ot16-overview__media + .ot16-overview__media {
  border-left: 1px solid var(--color-line);
}

.ot16-overview__media img,
.ot16-overview__media .media-placeholder {
  width: 100%;
  height: 100%;
  min-height: 450px;
  object-fit: cover;
}

.ot16-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.ot16-metric,
.ot16-promise,
.ot16-app-card {
  border: 1px solid var(--color-line);
  background: var(--color-surface);
}

.ot16-metric {
  min-height: 168px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px;
}

.ot16-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--color-ink);
}

.ot16-icon svg {
  width: 100%;
  height: 100%;
  stroke-width: 2.1;
}

.ot16-metric strong {
  font-size: 1.55rem;
  line-height: 1;
}

.ot16-metric span {
  font-weight: 950;
}

.ot16-metric small,
.ot16-promise p,
.ot16-app-card p {
  color: var(--color-muted);
}

.ot16-promises {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ot16-promise {
  min-height: 230px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 22px;
}

.ot16-promise .ot16-icon,
.ot16-app-card .ot16-icon {
  background: var(--color-accent);
}

.ot16-promise h3,
.ot16-app-card h3 {
  font-size: 1.18rem;
  line-height: 1.16;
}

.ot16-split {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.12fr);
  gap: 38px;
  align-items: center;
}

.ot16-split--image-first {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.78fr);
}

.ot16-split--image-first .ot16-split__media {
  order: -1;
}

.ot16-split__copy {
  display: grid;
  gap: 18px;
}

.ot16-split__copy h2 {
  font-size: clamp(2.15rem, 4vw, 3.6rem);
}

.ot16-split__media {
  min-height: 500px;
  overflow: hidden;
  border: 1px solid var(--color-line);
  background: var(--color-mist-2);
}

.ot16-split__media img,
.ot16-split__media .media-placeholder {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.ot16-split__points {
  margin-top: 4px;
}

.ot16-app {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.ot16-app__copy {
  display: grid;
  gap: 18px;
}

.ot16-app__media {
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--color-line);
  background: var(--color-mist-2);
}

.ot16-app__media img,
.ot16-app__media .media-placeholder {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.ot16-app__cards {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ot16-app-card {
  min-height: 210px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 22px;
}

.ot16-compare-table-wrap,
.ot16-spec-table-wrap {
  overflow: hidden;
  border: 1px solid var(--color-line);
  background: var(--color-surface);
}

.ot16-compare-table,
.ot16-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.96rem;
}

.ot16-compare-table th,
.ot16-compare-table td,
.ot16-spec-table th,
.ot16-spec-table td {
  border-bottom: 1px solid var(--color-line);
  padding: 15px 18px;
  text-align: left;
  vertical-align: top;
}

.ot16-compare-table thead th,
.ot16-spec-table__group th {
  background: var(--color-ink);
  color: var(--color-surface);
  font-weight: 950;
}

.ot16-compare-table tbody th,
.ot16-spec-table tbody th:not([colspan]) {
  width: 28%;
  background: var(--color-mist-2);
  font-weight: 950;
}

.ot16-compare-table tbody td:last-child {
  background: color-mix(in srgb, var(--color-accent) 12%, var(--color-surface));
  font-weight: 900;
}

.ot16-spec-table td strong,
.ot16-spec-table td span {
  display: block;
}

.ot16-spec-table td span {
  margin-top: 4px;
  color: var(--color-muted);
  font-size: 0.86rem;
}

.ot16-compare-table tr:last-child th,
.ot16-compare-table tr:last-child td,
.ot16-spec-table tr:last-child th,
.ot16-spec-table tr:last-child td {
  border-bottom: 0;
}

.ot16-final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.ot16-final-cta__inner > div {
  display: grid;
  gap: 14px;
}

@media (max-width: 1100px) {
  .template-content__grid {
    grid-template-columns: 1fr;
  }

  .template-content__grid--reverse .template-content__media-grid {
    order: 0;
  }

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

  .product-detail-hero,
  .product-feature-split,
  .after-sales-note {
    grid-template-columns: 1fr;
  }

  .product-key-metrics,
  .after-sales-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .product-gallery__badges {
    left: 14px;
  }

  .product-feature-split {
    padding: 28px;
  }

  .product-floating-bar__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .product-floating-bar__purchase {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .product-floating-bar__price {
    justify-items: start;
  }

  .ot16-overview,
  .ot16-split,
  .ot16-split--image-first,
  .ot16-app,
  .ot16-final-cta__inner {
    grid-template-columns: 1fr;
  }

  .ot16-split--image-first .ot16-split__media {
    order: 0;
  }

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

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

@media (max-width: 820px) {
  .template-content__media-grid,
  .template-content__stats,
  .template-content__cards {
    grid-template-columns: 1fr;
  }

  .template-content__media-grid,
  .template-content__media {
    min-height: 260px;
  }

  .template-content__media + .template-content__media {
    border-top: 1px solid var(--color-line);
    border-left: 0;
  }

  .template-content-card {
    min-height: auto;
  }

  .product-detail-hero {
    gap: 24px;
  }

  .product-detail-media-grid,
  .product-key-metrics,
  .after-sales-grid {
    grid-template-columns: 1fr;
  }

  .product-empty-media + .product-empty-media {
    border-top: 1px solid var(--color-line);
    border-left: 0;
  }

  .product-detail-media-grid,
  .product-empty-media img {
    min-height: 280px;
  }

  .product-feature-split {
    margin-top: 48px;
    padding: 20px;
  }

  .product-empty-media--wide {
    min-height: 300px;
  }

  .product-feature-copy h3 {
    font-size: 1.85rem;
  }

  .product-spec-table,
  .product-spec-table tbody,
  .product-spec-table tr,
  .product-spec-table th,
  .product-spec-table td {
    display: block;
    width: 100%;
  }

  .product-spec-table th {
    border-bottom: 0;
    padding-bottom: 4px;
  }

  .product-spec-table td {
    padding-top: 4px;
  }

  .after-sales-card {
    min-height: auto;
  }

  .after-sales-note {
    padding: 22px;
  }

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

  .product-highlight {
    min-height: 118px;
    padding: 14px;
  }

  .product-floating-bar {
    padding: 0 10px 10px;
  }

  .product-floating-bar__inner {
    border-radius: 8px;
  }

  .product-floating-bar__summary {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .product-floating-bar__media {
    width: 48px;
  }

  .product-floating-bar__nav {
    padding-bottom: 2px;
  }

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

  .product-floating-bar__form {
    width: 100%;
  }

  .product-floating-bar__select-wrap,
  .product-floating-bar__select-wrap select,
  .product-floating-bar__button {
    width: 100%;
  }

  .ot16-overview {
    gap: 24px;
  }

  .ot16-overview__media-grid,
  .ot16-promises,
  .ot16-app__cards {
    grid-template-columns: 1fr;
  }

  .ot16-overview__media + .ot16-overview__media {
    border-top: 1px solid var(--color-line);
    border-left: 0;
  }

  .ot16-overview__media-grid,
  .ot16-overview__media img,
  .ot16-overview__media .media-placeholder,
  .ot16-app__media,
  .ot16-app__media img,
  .ot16-app__media .media-placeholder {
    min-height: 300px;
  }

  .ot16-split {
    gap: 24px;
  }

  .ot16-split__media,
  .ot16-split__media img,
  .ot16-split__media .media-placeholder {
    min-height: 320px;
  }

  .ot16-promise,
  .ot16-app-card {
    min-height: auto;
  }

  .ot16-compare-table,
  .ot16-compare-table thead,
  .ot16-compare-table tbody,
  .ot16-compare-table tr,
  .ot16-compare-table th,
  .ot16-compare-table td,
  .ot16-spec-table,
  .ot16-spec-table tbody,
  .ot16-spec-table tr,
  .ot16-spec-table th,
  .ot16-spec-table td {
    display: block;
    width: 100%;
  }

  .ot16-compare-table thead {
    display: none;
  }

  .ot16-compare-table tbody th,
  .ot16-spec-table tbody th:not([colspan]) {
    width: 100%;
    border-bottom: 0;
    padding-bottom: 6px;
  }

  .ot16-compare-table td,
  .ot16-spec-table td {
    padding-top: 6px;
  }

  .ot16-compare-table td::before {
    display: block;
    margin-bottom: 4px;
    color: var(--color-muted);
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
  }

  .ot16-compare-table td:nth-child(2)::before {
    content: "OT16 Previous";
  }

  .ot16-compare-table td:nth-child(3)::before {
    content: "OT16-2 New Edition";
  }
}

@media (max-width: 1100px) {
  h1,
  .display-title {
    font-size: 3.6rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .nav {
    display: none;
  }

  .mobile-menu-button {
    display: inline-flex;
  }

  .header-inner {
    grid-template-columns: minmax(120px, 1fr) auto;
  }

  .mobile-drawer {
    display: block;
    border-top: 1px solid var(--color-line);
    background: var(--color-surface);
  }

  .mobile-drawer[hidden] {
    display: none;
  }

  .mobile-drawer__inner {
    display: grid;
    gap: 6px;
    padding: 12px 0 18px;
  }

  .mobile-drawer a {
    display: block;
    border-radius: 6px;
    padding: 12px 0;
    font-weight: 900;
  }

  .hero-sport__media {
    opacity: 0.58;
    padding-left: 28%;
  }

  .header-commerce__utility-links,
  .header-commerce__nav-wrap,
  .header-commerce__search span {
    display: none;
  }

  .header-commerce__main {
    min-height: 64px;
    grid-template-columns: 1fr auto 1fr;
  }

  .header-commerce__brand img {
    max-width: 150px;
  }

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

  .product-gallery-shell {
    width: 100%;
  }

  .product-gallery__controls {
    right: 10px;
    bottom: 10px;
  }

  .product-thumbs {
    display: none !important;
  }

  .product-thumb {
    flex: 0 0 76px;
  }

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

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

  .product-info,
  .cart-summary {
    position: static;
  }
}

@media (max-width: 820px) {
  .container,
  .narrow {
    width: min(100% - 28px, 1200px);
  }

  .section {
    padding: 56px 0;
  }

  h1,
  .display-title {
    font-size: 2.7rem;
  }

  h2 {
    font-size: 2rem;
  }

  .lede {
    font-size: 1rem;
  }

  .announcement-bar__inner {
    min-height: 38px;
    font-size: 0.8rem;
  }

  .header-inner {
    min-height: 66px;
    gap: 12px;
  }

  .brand img {
    max-width: 150px;
  }

  .header-actions .icon-button {
    width: 38px;
    height: 38px;
  }

  .section-heading,
  .collection-toolbar,
  .footer__bottom {
    display: grid;
    align-items: start;
  }

  .hero-sport {
    min-height: 640px;
  }

  .header-commerce__utility-inner {
    justify-content: center;
    min-height: 32px;
    font-size: 0.76rem;
  }

  .header-commerce__main {
    gap: 8px;
  }

  .header-commerce__search {
    width: 38px;
    height: 38px;
    justify-content: center;
    padding: 0;
    border-radius: 6px;
    background: var(--color-surface);
  }

  .hero-mix,
  .hero-mix__inner {
    min-height: calc(100vh - 96px);
  }

  .hero-mix__inner {
    grid-template-columns: 1fr;
    align-items: end;
    gap: 24px;
    padding: 92px 0 34px;
  }

  .hero-mix__title {
    font-size: clamp(2.55rem, 12vw, 4.2rem);
  }

  .hero-mix__rail {
    grid-template-columns: 1fr;
  }

  .hero-mix__metric {
    padding: 12px;
  }

  .product-card__image--white {
    padding: 16px;
  }

  .product-card:hover .product-card__image--white {
    opacity: 1;
  }

  .product-card:hover .product-card__image--scene {
    opacity: 0;
  }

  .hero-sport__inner {
    min-height: 640px;
    align-items: end;
    padding: 56px 0;
  }

  .hero-sport__media {
    align-items: start;
    justify-content: center;
    padding: 54px 10px 0;
  }

  .hero-sport__media img {
    width: min(500px, 104vw);
    max-height: 390px;
  }

  .hero-sport .media-placeholder {
    width: min(500px, 94vw);
    min-height: 300px;
  }

  .hero-sport__copy {
    padding-top: 280px;
  }

  .hero-sport__metrics,
  .trust-bar__grid,
  .product-meta-grid {
    grid-template-columns: 1fr;
  }

  .metric-pill {
    min-height: auto;
  }

  .product-grid,
  .category-grid,
  .blog-grid,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .media-text,
  .media-text--reverse,
  .video-showcase__grid,
  .newsletter-band__inner,
  .cart-page__grid {
    grid-template-columns: 1fr;
  }

  .media-text--reverse .media-text__media {
    order: 0;
  }

  .spec-grid {
    display: block;
  }

  .spec-cell {
    border-right: 0;
  }

  .newsletter-form__row,
  .search-form,
  .product-buy-row {
    grid-template-columns: 1fr;
  }

  .product-title {
    font-size: 2.35rem;
  }

  .product-info--commerce {
    padding: 16px;
    border-radius: 0;
    box-shadow: none;
  }

  .product-gifts__grid,
  .product-service-grid,
  .product-buy-row--commerce {
    grid-template-columns: 1fr;
  }

  .product-gallery__item img,
  .product-gallery__item model-viewer,
  .product-gallery__item video,
  .product-gallery__item iframe {
    aspect-ratio: 1;
  }

  .video-showcase__media .media-placeholder {
    min-height: 240px;
  }

  .product-gallery__item img,
  .product-gallery__item model-viewer,
  .product-gallery__item video,
  .product-gallery__item iframe {
    min-height: 280px;
  }

  .cart-line {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .cart-line__price {
    grid-column: 2;
  }
}

@media (max-width: 1180px) {
  .engwe-header__bar {
    grid-template-columns: minmax(170px, 0.7fr) minmax(390px, 1.4fr) minmax(170px, 0.7fr);
    gap: 16px;
    padding: 0 20px;
  }

  .engwe-nav {
    gap: 20px;
  }

  .engwe-nav__link {
    font-size: 0.94rem;
  }

  .engwe-header__actions {
    gap: 13px;
  }

  .engwe-mega__inner {
    grid-template-columns: 286px minmax(0, 1fr);
    gap: 26px;
  }
}

@media (max-width: 1100px) {
  .engwe-header__bar {
    height: 64px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 0 14px;
  }

  .engwe-header__brand {
    grid-column: 1;
  }

  .engwe-header__brand img {
    max-width: 142px;
    max-height: 40px;
  }

  .engwe-header__word {
    font-size: 1rem;
  }

  .engwe-nav {
    display: none;
  }

  .engwe-header__actions {
    grid-column: 3;
    gap: 11px;
  }

  .engwe-header__icon {
    width: 24px;
    height: 40px;
  }

  .engwe-header__icon svg {
    width: 22px;
    height: 22px;
  }

  .engwe-header__icon.mobile-menu-button {
    display: inline-flex;
  }

  .mobile-drawer {
    border-top: 1px solid var(--color-line);
    background: var(--color-surface);
  }

  .mobile-drawer__inner {
    padding: 12px 0 18px;
  }

  .mobile-drawer a {
    min-height: 46px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--color-line);
    font-size: 1rem;
    font-weight: 950;
    text-transform: uppercase;
  }
}

@media (max-width: 560px) {
  .engwe-header__bar {
    gap: 8px;
  }

  .engwe-header__actions {
    gap: 7px;
  }

  .engwe-header__brand img {
    max-width: 120px;
  }

  .engwe-header__mark {
    width: 28px;
    height: 28px;
  }

  .engwe-header__word {
    max-width: 108px;
    overflow: hidden;
    font-size: 0.92rem;
  }

  .engwe-header__icon {
    width: 22px;
  }

  .engwe-header__icon svg {
    width: 20px;
    height: 20px;
  }

  .engwe-locale__menu {
    right: -36px;
    width: min(232px, calc(100vw - 28px));
  }

  .engwe-locale__menu::before {
    right: 39px;
  }
}

.theme-modal-open {
  overflow: hidden;
}

.product-performance {
  background: var(--color-mist-2);
}

.product-performance__metrics {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.product-performance-metric {
  min-height: 178px;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: var(--color-surface);
  padding: 18px;
}

.product-performance-metric__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: var(--color-accent);
  color: var(--color-ink);
}

.product-performance-metric__icon svg {
  width: 25px;
  height: 25px;
  stroke-width: 2.1;
}

.product-performance-metric strong,
.product-performance-metric span,
.product-performance-metric small {
  display: block;
}

.product-performance-metric strong {
  font-size: 1.65rem;
  line-height: 1;
}

.product-performance-metric span {
  margin-top: 9px;
  font-weight: 950;
}

.product-performance-metric small {
  margin-top: 6px;
  color: var(--color-muted);
  font-size: 0.82rem;
}

.product-performance__body {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.product-performance__media {
  border: 1px solid var(--color-line);
  background: var(--color-surface);
}

.product-performance__media img,
.product-performance__media .media-placeholder {
  width: 100%;
  aspect-ratio: 1 / 0.92;
  min-height: 420px;
  object-fit: contain;
}

.product-performance__tables {
  display: grid;
  gap: 12px;
}

.product-specs-card {
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: var(--color-surface);
  overflow: hidden;
}

.product-specs-card summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 18px;
  font-weight: 950;
}

.product-specs-card summary::-webkit-details-marker {
  display: none;
}

.product-specs-card summary svg {
  width: 20px;
  height: 20px;
  transition: transform 160ms ease;
}

.product-specs-card[open] summary svg {
  transform: rotate(45deg);
}

.product-specs-card__content {
  border-top: 1px solid var(--color-line);
  padding: 0;
}

.product-specs-table {
  width: 100%;
  border-collapse: collapse;
}

.product-specs-table th,
.product-specs-table td {
  border-bottom: 1px solid var(--color-line);
  padding: 14px 18px;
  text-align: left;
  vertical-align: top;
}

.product-specs-table tr:last-child th,
.product-specs-table tr:last-child td {
  border-bottom: 0;
}

.product-specs-table th {
  width: 34%;
  background: var(--color-mist-2);
  font-weight: 950;
}

.product-box-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-box-list li {
  display: flex;
  gap: 10px;
  min-height: 54px;
  align-items: center;
  border-bottom: 1px solid var(--color-line);
  padding: 13px 18px;
}

.product-box-list li:nth-child(odd) {
  border-right: 1px solid var(--color-line);
}

.product-box-list li span {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-accent);
}

.product-faq-list {
  display: grid;
  gap: 0;
}

.product-faq-item {
  display: grid;
  gap: 8px;
  border-bottom: 1px solid var(--color-line);
  padding: 16px 18px;
}

.product-faq-item:last-child {
  border-bottom: 0;
}

.product-accessories {
  background: var(--color-surface);
}

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

.product-accessory-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: var(--color-surface);
  overflow: hidden;
}

.product-accessory-card__media {
  min-height: 230px;
  background: var(--color-mist-2);
}

.product-accessory-card__media img,
.product-accessory-card__media .media-placeholder {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: contain;
}

.product-accessory-card__body {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.product-accessory-card__badge {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  background: var(--color-accent);
  padding: 6px 10px;
  color: var(--color-ink);
  font-size: 0.78rem;
  font-weight: 950;
}

.product-accessory-card h3 {
  font-size: 1.25rem;
}

.product-accessory-card__meta {
  display: grid;
  gap: 8px;
  margin: 0;
}

.product-accessory-card__meta div {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 10px;
  color: var(--color-muted);
  font-size: 0.88rem;
}

.product-accessory-card__meta dt {
  color: var(--color-ink);
  font-weight: 950;
}

.product-accessory-card__meta dd {
  margin: 0;
}

.product-accessory-card__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.product-modal,
.product-popup {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: grid;
  place-items: center;
  padding: 22px;
}

.product-modal[hidden],
.product-popup[hidden] {
  display: none;
}

.product-modal__scrim,
.product-popup__scrim {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(5, 5, 5, 0.62);
  cursor: pointer;
}

.product-modal__dialog,
.product-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  max-height: min(720px, calc(100vh - 44px));
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1fr);
  overflow: auto;
  border-radius: 8px;
  background: var(--color-surface);
  color: var(--color-ink);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.product-modal__close,
.product-popup__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: var(--color-surface);
  color: var(--color-ink);
}

.product-modal__close svg,
.product-popup__close svg {
  width: 20px;
  height: 20px;
}

.product-modal__media,
.product-popup__media {
  min-height: 430px;
  background: var(--color-mist-2);
}

.product-modal__media img,
.product-popup__media img,
.product-modal__media .media-placeholder,
.product-popup__media .media-placeholder {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.product-modal__content,
.product-popup__content {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 54px 36px 36px;
}

.product-modal__content h3,
.product-popup__content h2 {
  font-size: 2rem;
  line-height: 1.06;
}

.product-modal__notes {
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--color-line);
  padding-top: 16px;
  color: var(--color-muted);
}

.product-popup-trigger {
  position: fixed;
  right: 18px;
  bottom: calc(22px + var(--product-floating-bar-offset, 0px));
  z-index: 86;
  min-height: 44px;
  border: 1px solid var(--color-ink);
  border-radius: 999px;
  background: var(--color-accent);
  color: var(--color-ink);
  padding: 10px 16px;
  font-weight: 950;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.product-popup__form {
  display: grid;
  gap: 14px;
}

.product-popup__form input[type="email"] {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--color-ink);
  border-radius: 0;
  background: var(--color-surface);
  padding: 12px 14px;
}

.product-popup__submit {
  border-color: #f26a16;
  background: #f26a16;
  color: var(--color-surface);
  text-transform: uppercase;
}

.product-popup__submit:hover {
  border-color: var(--color-accent);
  background: var(--color-accent);
  color: var(--color-ink);
}

.product-popup__consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--color-ink-soft);
  font-size: 0.9rem;
  line-height: 1.35;
}

.product-popup__consent input {
  width: 20px;
  height: 20px;
  margin: 0;
}

.product-popup__success {
  color: var(--color-muted);
  font-weight: 900;
}

@media (max-width: 1100px) {
  .product-performance__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-performance__body,
  .product-modal__dialog,
  .product-popup__dialog {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .product-performance__metrics,
  .product-accessories__grid,
  .product-box-list {
    grid-template-columns: 1fr;
  }

  .product-performance__body {
    gap: 14px;
  }

  .product-performance__media img,
  .product-performance__media .media-placeholder,
  .product-modal__media,
  .product-popup__media,
  .product-modal__media img,
  .product-popup__media img,
  .product-modal__media .media-placeholder,
  .product-popup__media .media-placeholder {
    min-height: 280px;
  }

  .product-specs-table,
  .product-specs-table tbody,
  .product-specs-table tr,
  .product-specs-table th,
  .product-specs-table td {
    display: block;
    width: 100%;
  }

  .product-specs-table th {
    border-bottom: 0;
    padding-bottom: 4px;
  }

  .product-specs-table td {
    padding-top: 4px;
  }

  .product-box-list li:nth-child(odd) {
    border-right: 0;
  }

  .product-modal,
  .product-popup {
    padding: 12px;
  }

  .product-modal__dialog,
  .product-popup__dialog {
    max-height: calc(100vh - 24px);
  }

  .product-modal__content,
  .product-popup__content {
    padding: 46px 20px 24px;
  }

  .product-popup-trigger {
    right: 12px;
    bottom: calc(14px + var(--product-floating-bar-offset, 0px));
  }

  .global-scroll-ui {
    right: 12px;
    bottom: calc(14px + var(--product-floating-bar-offset, 0px));
  }
}
 
/* Product content system: modular stories, canonical data, and recommendations */
.product-story-modules--light {
  background: var(--color-surface);
}

.product-story-modules--mist,
.product-data-sheet {
  background: var(--color-mist-2);
}

.product-story-modules--dark {
  background: var(--color-ink);
  color: var(--color-surface);
}

.product-story-modules--dark .eyebrow {
  color: var(--color-accent);
}

.product-story-modules--dark .rte,
.product-story-modules--dark .section-heading__copy {
  color: rgba(255, 255, 255, 0.72);
}

.product-story-modules__list {
  display: grid;
  gap: 22px;
}

.product-story-module {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
  min-height: 520px;
  border: 1px solid var(--color-line);
  border-radius: 10px;
  background: var(--color-surface);
  color: var(--color-ink);
  overflow: hidden;
}

.product-story-module--media-right .product-story-module__media {
  order: 2;
}

.product-story-module__media,
.product-story-module__media img,
.product-story-module__media video,
.product-story-module__media model-viewer,
.product-story-module__media iframe,
.product-story-module__media .media-placeholder {
  width: 100%;
  min-height: 520px;
}

.product-story-module__media {
  background: var(--color-mist-2);
}

.product-story-module__media img,
.product-story-module__media video,
.product-story-module__media model-viewer,
.product-story-module__media iframe {
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-story-module__media--contain img,
.product-story-module__media--contain video,
.product-story-module__media--contain model-viewer {
  object-fit: contain;
}

.product-story-module__copy {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(28px, 5vw, 64px);
}

.product-story-module__copy h3 {
  font-size: clamp(2rem, 3.3vw, 3.7rem);
  line-height: 1;
}

.product-story-module__copy .rte {
  color: var(--color-muted);
  font-size: 1.02rem;
}

.product-data-sheet__metrics {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border: 1px solid var(--color-line);
  background: var(--color-surface);
  margin-bottom: 20px;
}

.product-data-sheet__metrics article {
  min-height: 120px;
  display: grid;
  align-content: center;
  gap: 8px;
  border-right: 1px solid var(--color-line);
  padding: 18px;
}

.product-data-sheet__metrics article:last-child {
  border-right: 0;
}

.product-data-sheet__metrics strong,
.product-data-sheet__metrics span {
  display: block;
}

.product-data-sheet__metrics strong {
  font-size: 1.2rem;
  line-height: 1.1;
}

.product-data-sheet__metrics span {
  color: var(--color-muted);
  font-size: 0.84rem;
}

.product-data-sheet__body {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.product-data-sheet__media {
  position: sticky;
  top: 140px;
  border: 1px solid var(--color-line);
  background: var(--color-surface);
}

.product-data-sheet__media img,
.product-data-sheet__media video,
.product-data-sheet__media model-viewer,
.product-data-sheet__media iframe,
.product-data-sheet__media .media-placeholder {
  width: 100%;
  min-height: 460px;
  aspect-ratio: 1;
  object-fit: contain;
}

.product-data-sheet__panels {
  display: grid;
  gap: 12px;
}

.product-data-sheet__panels details {
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: var(--color-surface);
  overflow: hidden;
}

.product-data-sheet__panels summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  font-weight: 600;
  cursor: pointer;
}

.product-data-sheet__panels summary::after {
  content: '+';
  color: var(--color-muted);
  font-size: 1.3rem;
}

.product-data-sheet__panels details[open] summary::after {
  content: '\2212';
}

.product-data-sheet__panels table {
  width: 100%;
  border-collapse: collapse;
}

.product-data-sheet__panels th,
.product-data-sheet__panels td {
  border-top: 1px solid var(--color-line);
  padding: 14px 18px;
  text-align: left;
  vertical-align: top;
}

.product-data-sheet__panels th {
  width: 34%;
  color: var(--color-ink-soft);
  font-size: 0.88rem;
}

.product-data-sheet__richtext,
.product-data-sheet__faq {
  display: grid;
  gap: 18px;
  border-top: 1px solid var(--color-line);
  padding: 18px;
  color: var(--color-muted);
}

.product-data-sheet__richtext h3,
.product-data-sheet__faq h3 {
  color: var(--color-ink);
  font-size: 1rem;
}

.product-data-sheet__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--color-line);
  padding: 0;
  list-style: none;
}

.product-data-sheet__list li {
  border-right: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
  padding: 14px 18px;
}

.product-data-sheet__editor-note {
  border: 1px dashed var(--color-muted);
  background: var(--color-surface);
  padding: 18px;
}

.product-recommendations {
  background: var(--color-surface);
}

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

.product-recommendations__grid .product-card__media,
.product-recommendations__grid .product-card__image,
.product-recommendations__grid .media-placeholder {
  aspect-ratio: 1;
}

@media (max-width: 1100px) {
  .product-data-sheet__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-data-sheet__metrics article:nth-child(3n) {
    border-right: 0;
  }

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

@media (max-width: 820px) {
  .product-story-module,
  .product-data-sheet__body {
    grid-template-columns: 1fr;
  }

  .product-story-module--media-right .product-story-module__media {
    order: 0;
  }

  .product-story-module,
  .product-story-module__media,
  .product-story-module__media img,
  .product-story-module__media video,
  .product-story-module__media model-viewer,
  .product-story-module__media iframe,
  .product-story-module__media .media-placeholder {
    min-height: 320px;
  }

  .product-data-sheet__media {
    position: static;
  }
}

@media (max-width: 620px) {
  .product-data-sheet__metrics,
  .product-recommendations__grid,
  .product-data-sheet__list {
    grid-template-columns: 1fr;
  }

  .product-data-sheet__metrics article,
  .product-data-sheet__metrics article:nth-child(3n),
  .product-data-sheet__list li {
    border-right: 0;
  }

  .product-data-sheet__panels table,
  .product-data-sheet__panels tbody,
  .product-data-sheet__panels tr,
  .product-data-sheet__panels th,
  .product-data-sheet__panels td {
    display: block;
    width: 100%;
  }

  .product-data-sheet__panels td {
    padding-top: 4px;
  }
}

/* Lightweight visual system
   Keeps the original layouts and commerce behavior while reducing the
   extra-heavy typography, oversized controls, and dense card treatment. */

body {
  font-size: 15px;
  line-height: 1.6;
}

body :is(h1, h2, h3, h4, .display-title) {
  font-family: var(--font-heading-family), Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

body :is(h1, .display-title) {
  font-size: clamp(2.75rem, 5.5vw, 5.4rem);
}

body h2 {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
}

body h3 {
  font-size: clamp(1.12rem, 1.6vw, 1.35rem);
}

body h4 {
  font-size: 0.95rem;
}

body :is(strong, b) {
  font-weight: 650;
}

.lede {
  max-width: 680px;
  font-size: 1.04rem;
  line-height: 1.65;
}

.section {
  padding: 64px 0;
}

.section-heading {
  gap: 20px;
  margin-bottom: 26px;
}

body :is(
  .skip-link,
  .eyebrow,
  .button,
  .shopify-payment-button__button,
  .link-with-arrow,
  .brand,
  .mega-menu__link,
  .cart-count,
  .product-card__vendor,
  .external-video__fallback,
  .accordion summary,
  .variant-fieldset legend,
  .cart-item__title,
  .cart-note span,
  .footer__title,
  .theme-toast a,
  .engwe-nav__link,
  .engwe-locale__title,
  .engwe-locale__option,
  .engwe-locale__option span:last-child,
  .engwe-mega__link,
  .engwe-mega__product,
  .engwe-mega__group-title,
  .engwe-simple-menu a,
  .product-breadcrumbs,
  .product-gallery__badges span,
  .product-badge,
  .product-rating,
  .product-panel-title,
  .product-gift__placeholder,
  .product-highlight strong,
  .product-highlight span,
  .template-content__stat span,
  .product-key-metric span,
  .product-spec-table th,
  .product-floating-bar__title span,
  .product-floating-bar__service,
  .product-floating-bar__price,
  .product-floating-bar select,
  .ot16-metric span,
  .mobile-drawer a,
  .product-performance-metric span,
  .product-accordion summary,
  .product-specs-table th,
  .product-accessory-card__badge,
  .product-accessory-card__meta dt,
  .product-offer-trigger,
  .product-popup__success
) {
  font-weight: 600;
}

body :is(
  .price,
  .product-card__title,
  .product-title,
  .product-info__price,
  .cart-summary__total,
  .product-data-sheet__metrics strong
) {
  font-weight: 700;
}

.button,
.shopify-payment-button__button {
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 5px;
  font-size: 0.92rem;
  letter-spacing: 0;
}

.button--small,
.quick-add-form .button {
  min-height: 40px;
  padding: 9px 14px;
  font-size: 0.86rem;
}

.eyebrow {
  margin-bottom: 9px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.price {
  gap: 7px;
  font-size: 0.96rem;
}

.product-card__body {
  gap: 7px;
  padding-top: 12px;
}

.product-card__title {
  font-size: 0.96rem;
  line-height: 1.35;
}

.product-card__vendor {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.hero-mix__title {
  font-size: clamp(2.9rem, 6vw, 5.8rem);
  line-height: 0.98;
}

.product-title {
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  line-height: 1.05;
}

.product-story-module__copy h3,
.ot16-split__copy h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
}

.product-info--commerce {
  padding: 19px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.045);
}

.product-gallery__badges span,
.product-badge,
.product-accessory-card__badge {
  min-height: 28px;
  padding: 5px 9px;
  font-size: 0.72rem;
  box-shadow: none;
}

.product-gallery__controls {
  min-height: 40px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07);
}

.product-gallery__controls button {
  width: 31px;
  height: 31px;
}

.product-highlight {
  padding: 14px;
}

.product-highlight strong {
  font-size: 0.98rem;
}

.product-highlight span,
.product-rating,
.product-subtitle,
.product-info__meta,
.product-panel__note {
  font-size: 0.82rem;
  line-height: 1.55;
}

.product-story-module__copy {
  padding: clamp(24px, 4vw, 48px);
}

.product-data-sheet__metrics article {
  padding: 20px 16px;
}

.product-data-sheet__metrics strong {
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
}

.product-info--commerce,
.product-card,
.category-card,
.mega-menu,
.theme-toast,
.product-popup__dialog,
.product-floating-bar__inner,
.product-accessory-card {
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.055);
}

.product-card:hover,
.category-card:hover,
.product-accessory-card:hover {
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.075);
}

.ot16-compare-table thead th,
.ot16-spec-table__group th,
.ot16-compare-table tbody th,
.ot16-spec-table tbody th:not([colspan]),
.ot16-compare-table tbody td:last-child,
.ot16-compare-table td::before {
  font-weight: 600;
}

@media (max-width: 820px) {
  body {
    font-size: 14.5px;
  }

  body :is(h1, .display-title) {
    font-size: clamp(2.25rem, 10vw, 3.35rem);
  }

  body h2 {
    font-size: clamp(1.75rem, 7vw, 2.25rem);
  }

  .hero-mix__title {
    font-size: clamp(2.3rem, 10.5vw, 3.65rem);
  }

  .product-title {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
  }

  .section {
    padding: 48px 0;
  }

  .section-heading {
    margin-bottom: 22px;
  }

  .product-info--commerce {
    padding: 16px;
    box-shadow: none;
  }

  .product-story-module__copy {
    padding: 24px 18px;
  }
}

/* Apex Fox technology system
   Geometric wordmark rhythm + an Apple-inspired, product-first interface. */

:root {
  color-scheme: light;
}

body {
  --color-ink: #1d1d1f;
  --color-ink-soft: #424245;
  --color-mist: #f5f5f7;
  --color-mist-2: #fafafa;
  --color-surface: #ffffff;
  --color-line: #d9d9de;
  --color-muted: #6e6e73;
  --color-accent: #00e6e3;
  --color-accent-soft: color-mix(in srgb, var(--color-accent) 14%, transparent);
  background: var(--color-mist);
  color: var(--color-ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Inter, "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body :is(h1, h2, h3, h4, .display-title, .product-title, .hero-mix__title, .hero-sport__title) {
  font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Inter, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.035em;
}

body :is(.engwe-header__word, .brand__text, .header-commerce__brand-text) {
  font-family: "Avenir Next", "Helvetica Neue", Inter, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body :is(.eyebrow, .product-card__vendor, .product-breadcrumbs, .engwe-locale__title) {
  font-weight: 550;
  letter-spacing: 0.1em;
}

.site-main {
  background: var(--color-surface);
}

.announcement-bar,
.header-commerce__utility {
  background: var(--color-ink);
  font-size: 0.76rem;
  letter-spacing: 0.015em;
}

.announcement-bar__inner,
.header-commerce__utility-inner {
  min-height: 32px;
}

.site-header,
.engwe-header,
.header-commerce {
  border-bottom-color: rgba(29, 29, 31, 0.1);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.site-header.is-scrolled,
.engwe-header.is-scrolled {
  background: rgba(255, 255, 255, 0.9);
}

.engwe-header__bar {
  height: 64px;
}

.engwe-header__brand img {
  max-height: 38px;
}

.engwe-header__word {
  font-size: 1.02rem;
}

.engwe-nav__link,
.header-commerce__nav-wrap a {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.005em;
  text-transform: none;
}

.engwe-header__icon svg,
.header-commerce__actions svg {
  stroke-width: 1.55;
}

.header-commerce__main {
  min-height: 66px;
}

.header-commerce__nav-wrap {
  border-color: rgba(29, 29, 31, 0.09);
}

.header-commerce__search {
  min-height: 38px;
  border-color: transparent;
  background: rgba(118, 118, 128, 0.08);
  font-weight: 500;
}

.button,
.shopify-payment-button__button,
.product-popup-trigger {
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: -0.01em;
  box-shadow: none;
}

.button,
.shopify-payment-button__button {
  border-color: var(--color-ink);
  background: var(--color-ink);
}

.button--secondary,
.button--ghost {
  border-color: rgba(29, 29, 31, 0.22);
  background: rgba(255, 255, 255, 0.82);
  color: var(--color-ink);
}

.button:hover,
.shopify-payment-button__button:hover {
  transform: none;
  border-color: var(--color-accent);
  background: var(--color-accent);
  color: #001a1a;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
select,
textarea {
  border-radius: 12px;
  border-color: rgba(29, 29, 31, 0.16);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: none;
}

.section--mist,
.product-performance,
.product-story-modules--mist,
.product-data-sheet {
  background: var(--color-mist);
}

.product-card,
.category-card,
.product-accessory-card,
.product-performance-metric,
.product-specs-card,
.product-data-sheet__panels details,
.product-info--commerce {
  border-color: rgba(29, 29, 31, 0.1);
  border-radius: 20px;
  background: var(--color-surface);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.035);
  overflow: hidden;
}

.product-card:hover,
.category-card:hover,
.product-accessory-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.065);
}

.product-card__media,
.product-card__image,
.category-card__media,
.product-accessory-card__media {
  background: var(--color-mist);
}

.product-card__body,
.product-accessory-card__body {
  padding: 16px;
}

.product-card__title,
.product-accessory-card h3 {
  font-weight: 600;
  letter-spacing: -0.018em;
}

.product-card__badge,
.product-gallery__badges span,
.product-badge,
.product-accessory-card__badge {
  border-color: color-mix(in srgb, var(--color-accent) 36%, transparent);
  background: color-mix(in srgb, var(--color-accent) 15%, var(--color-surface));
  color: #006b69;
  font-weight: 600;
  box-shadow: none;
}

.hero-sport__media img {
  filter: drop-shadow(0 28px 50px rgba(0, 0, 0, 0.1));
}

.hero-sport__title,
.hero-mix__title {
  letter-spacing: -0.045em;
}

.hero-sport__buttons,
.hero-mix__actions {
  gap: 10px;
}

.product-main--commerce {
  background: var(--color-mist);
  padding-bottom: 76px;
}

.product-breadcrumbs {
  color: var(--color-muted);
  font-size: 0.72rem;
}

.product-layout--commerce {
  gap: 42px;
}

.product-gallery__item {
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 22px;
  background: var(--color-surface);
}

.product-gallery__item img,
.product-gallery__item model-viewer,
.product-gallery__item video,
.product-gallery__item iframe {
  background: var(--color-surface);
}

.product-gallery__controls {
  border-color: rgba(29, 29, 31, 0.11);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.07);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  backdrop-filter: saturate(180%) blur(16px);
}

.product-info--commerce {
  padding: 24px;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.045);
}

.product-info__header,
.product-info__price-row,
.product-form,
.product-info__panels {
  gap: 14px;
}

.product-title {
  font-weight: 600;
  letter-spacing: -0.04em;
}

.product-subtitle,
.product-info__description,
.rte {
  color: var(--color-muted);
}

.product-highlight {
  border-color: rgba(29, 29, 31, 0.1);
  border-radius: 14px;
  background: var(--color-mist-2);
}

.product-highlight strong,
.product-key-metric strong,
.product-performance-metric strong {
  font-weight: 600;
  letter-spacing: -0.025em;
}

.product-story-modules__list {
  gap: 28px;
}

.product-story-module {
  border-color: rgba(29, 29, 31, 0.1);
  border-radius: 24px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.035);
}

.product-story-module__copy h3 {
  font-weight: 600;
  letter-spacing: -0.04em;
}

.product-data-sheet__metrics {
  border-color: rgba(29, 29, 31, 0.1);
  border-radius: 20px;
  overflow: hidden;
}

.product-data-sheet__metrics article,
.product-data-sheet__panels summary,
.product-data-sheet__panels th,
.product-data-sheet__panels td,
.product-specs-table th,
.product-specs-table td {
  border-color: rgba(29, 29, 31, 0.09);
}

.product-data-sheet__media,
.product-performance__media {
  overflow: hidden;
  border-color: rgba(29, 29, 31, 0.1);
  border-radius: 20px;
  background: var(--color-surface);
}

.product-performance-metric__icon {
  border-radius: 12px;
  background: var(--color-accent-soft);
  color: #007b79;
}

.product-modal__dialog,
.product-popup__dialog {
  border: 1px solid rgba(29, 29, 31, 0.1);
  border-radius: 24px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

.product-modal__scrim,
.product-popup__scrim {
  background: rgba(0, 0, 0, 0.42);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.product-modal__close,
.product-popup__close {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.footer {
  background: var(--color-ink);
}

@media (max-width: 820px) {
  .engwe-header,
  .header-commerce,
  .site-header {
    background: rgba(255, 255, 255, 0.9);
  }

  .engwe-header__bar,
  .header-commerce__main {
    min-height: 60px;
    height: 60px;
  }

  .mobile-drawer {
    background: rgba(255, 255, 255, 0.96);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .mobile-drawer a {
    min-height: 44px;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
  }

  .product-main--commerce {
    padding-bottom: 52px;
  }

  .product-layout--commerce {
    gap: 18px;
  }

  .product-gallery__item {
    border-radius: 18px;
  }

  .product-info--commerce {
    border-radius: 18px;
    padding: 18px;
    box-shadow: none;
  }

  .product-story-module,
  .product-data-sheet__metrics,
  .product-data-sheet__media,
  .product-performance__media,
  .product-specs-card,
  .product-data-sheet__panels details {
    border-radius: 18px;
  }
  .hero-mix__buttons .button--light {
  background: #ffffff;
  border-color: #ffffff;
  color: #1d1d1f;
}

.hero-mix__buttons .button--light:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #001a1a;
}
