@charset "UTF-8";
/*
 * Compiled output is generated from Sass partials.
 * Source of truth: assets/scss/wof-product-page.scss
 *
 * World of Films flagship product template styles.
 *
 * Visual direction: Precision / Premium / Stealth
 * - Dark charcoal canvas
 * - Translucent glass surfaces with restrained blur
 * - Soft off-white typography
 * - Minimal borders and controlled depth
 * - Product media remains the only visually dominant color source
 */
:root {
  --wof-bg: #090b0f;
  --wof-bg-elevated: #0f131a;
  --wof-glass: rgba(17, 22, 30, 0.58);
  --wof-glass-strong: rgba(18, 24, 34, 0.8);
  --wof-border: rgba(227, 233, 244, 0.11);
  --wof-border-soft: rgba(227, 233, 244, 0.06);
  --wof-text: #eef2f7;
  --wof-text-soft: #c7d0de;
  --wof-text-muted: #9ea8b8;
  --wof-focus: #d7ddea;
  --wof-accent: #e09a3a;
  --wof-accent-soft: #e7a84f;
  --wof-accent-strong: #ca8930;
  --wof-shadow-soft: 0 16px 36px rgba(0, 0, 0, 0.2);
  --wof-shadow-card: 0 10px 24px rgba(0, 0, 0, 0.14);
  --wof-radius-sm: 6px;
  --wof-radius-md: 9px;
  --wof-radius-lg: 12px;
  --wof-radius-xl: 14px;
  --wof-blur: blur(18px);
  --wof-max: 1600px;
  --wof-gallery-max: 400px;
  --wof-gap: clamp(1rem, 2vw, 1.5rem);
  --wof-space-section: clamp(2.8rem, 5.4vw, 5rem);
  --wof-font-body: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  --wof-font-display: "Sora", "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  --wof-font: var(--wof-font-body);
  --wof-type-caption: 0.8125rem;
  --wof-type-label: 0.875rem;
  --wof-type-sm: 0.9375rem;
  --wof-type-body: 1rem;
  --wof-leading-tight: 1.2;
  --wof-leading-body: 1.6;
  --wof-ease-snappy: cubic-bezier(0.22, 1, 0.36, 1);
  --wof-ease-smooth: cubic-bezier(0.2, 0.8, 0.2, 1);
  --wof-duration-fast: 0.3s;
  --wof-duration-base: 0.3s;
  --wof-duration-slow: 0.3s;
}

.wof-product-template {
  background: linear-gradient(rgba(7, 10, 14, 0.23), rgba(7, 10, 14, 0.92)), radial-gradient(circle at 12% -6%, rgba(1, 166, 255, 0.31), rgba(207, 24, 24, 0.11) 38.66%), radial-gradient(circle at 88% -8%, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.81) 34.87%), url("/wp-content/uploads/2026/02/gridded-background.png"), linear-gradient(to top, rgba(9, 11, 13, 0.91), rgba(255, 255, 255, 0.16) 57.56%);
  background-position: 0px 0;
  background-size: auto;
  background-repeat: repeat-x;
  color: var(--wof-text);
  font-family: var(--wof-font);
  font-size: var(--wof-type-body);
  line-height: var(--wof-leading-body);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.wof-product-template button,
.wof-product-template a,
.wof-product-template input {
  -webkit-tap-highlight-color: transparent;
}

.site-main {
  /*
   * The header is translucent and overlays content.
   * Padding ensures hero content starts below the glass header while still
   * visually flowing under it.
   */
  padding-top: clamp(5.5rem, 7vw, 7rem);
  padding-bottom: clamp(4rem, 8vw, 6rem);
  max-width: 1600px !important;
  margin-inline: auto;
}

.wof-pdp {
  position: relative;
  margin-top: 100px;
}

.wof-pdp__shell {
  max-width: var(--wof-max);
  margin: 0 auto;
  padding: 0 clamp(1rem, 2.5vw, 2rem) 7rem;
  display: grid;
  gap: var(--wof-space-section);
}

.wof-pdp__columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--wof-space-section);
}

.wof-pdp__column {
  display: grid;
  gap: var(--wof-space-section);
  align-content: start;
}

.wof-pdp__row-secondary {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--wof-space-section);
  align-items: start;
}

.wof-eyebrow {
  margin: 0;
  font-size: var(--wof-type-caption);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wof-text-muted);
}

.wof-title {
  margin: 0.6rem 0 0;
  font-size: clamp(1.65rem, 3.2vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 700;
  font-family: var(--wof-font-display);
  text-wrap: balance;
  color: var(--wof-text);
}

.wof-descriptor {
  margin: 1rem 0 0;
  max-width: 65ch;
  font-size: var(--wof-type-body);
  line-height: var(--wof-leading-body);
  color: var(--wof-text-soft);
}

.wof-section-head {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.wof-section-head h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2.8vw, 1.85rem);
  letter-spacing: -0.02em;
  font-weight: 700;
  font-family: var(--wof-font-display);
  line-height: var(--wof-leading-tight);
  color: var(--wof-text);
}

.wof-section-head p {
  margin: 0;
  max-width: 74ch;
  font-size: var(--wof-type-sm);
  line-height: var(--wof-leading-body);
  color: var(--wof-text-muted);
}

/*
 * Reusable glass surface utility.
 * Used across hero meta, sections, cards, sticky bars to keep one coherent
 * visual system that matches the translucent global header.
 */
.wof-pdp__hero,
.wof-pdp__gallery,
.wof-pdp__commerce,
.wof-pdp__variants,
.wof-pdp__overview,
.wof-pdp__performance,
.wof-pdp__specs,
.wof-pdp__applications,
.wof-pdp__trust,
.wof-pdp__faq,
.wof-pdp__tools,
.wof-glass-card,
.wof-tool-card,
.wof-sticky-commerce__inner {
  background: var(--wof-glass);
  backdrop-filter: var(--wof-blur);
  -webkit-backdrop-filter: var(--wof-blur);
  border: 1px solid var(--wof-border-soft);
  box-shadow: var(--wof-shadow-soft);
  border-radius: var(--wof-radius-sm);
}

/* Above-the-fold hierarchy:
 * - Left narrative + center media stay lighter and quieter.
 * - Right configurator carries stronger contrast as the primary decision surface.
 */
.wof-pdp__hero,
.wof-pdp__overview,
.wof-pdp__performance,
.wof-pdp__gallery,
.wof-pdp__commerce {
  background: rgba(16, 21, 30, 0.42);
  border-color: rgba(227, 233, 244, 0.05);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.wof-pdp__variants {
  background: rgba(18, 24, 35, 0.72);
  border-color: rgba(227, 233, 244, 0.14);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.24);
}

/* -----------------------------
 * 1) Hero
 * ----------------------------- */
.wof-pdp__hero {
  padding: clamp(1.2rem, 3vw, 2rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.wof-pdp__commerce {
  padding: clamp(1rem, 2.5vw, 1.5rem);
  display: grid;
  gap: 0.85rem;
}

.wof-dispatch-block {
  border: 1px solid var(--wof-border);
  border-radius: var(--wof-radius-sm);
  padding: 0.95rem;
  background: rgba(255, 255, 255, 0.02);
}

.wof-purchase-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: end;
  gap: 0.6rem;
}

.wof-purchase-line__price-wrap {
  display: grid;
  gap: 0.3rem;
  padding: 0.15rem 0;
}

.wof-purchase-line__qty {
  display: grid;
  gap: 0.28rem;
  max-width: 5.2rem;
}

.wof-purchase-line__qty-label {
  font-size: var(--wof-type-caption);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wof-text-muted);
  font-weight: 700;
}

.wof-purchase-line__qty input {
  width: 100%;
  min-height: 2.9rem;
  padding: 0 0.5rem;
  border: 1px solid rgba(227, 233, 244, 0.26);
  border-radius: var(--wof-radius-sm);
  background: rgba(8, 12, 18, 0.56);
  color: var(--wof-text);
  text-align: center;
  font-size: var(--wof-type-sm);
  font-weight: 600;
  transition: border-color var(--wof-duration-base) var(--wof-ease-smooth), background-color var(--wof-duration-base) var(--wof-ease-smooth), box-shadow var(--wof-duration-base) var(--wof-ease-smooth);
}

.wof-purchase-line__qty input:hover {
  border-color: rgba(227, 233, 244, 0.42);
}

.wof-purchase-line__qty input:focus-visible {
  outline: none;
  border-color: rgba(224, 154, 58, 0.78);
  box-shadow: 0 0 0 3px rgba(224, 154, 58, 0.2);
  background: rgba(9, 14, 22, 0.72);
}

.wof-price-block__label {
  display: block;
  font-size: var(--wof-type-caption);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--wof-text-muted);
  font-weight: 700;
}

.wof-price-block__value {
  margin-top: 0.5rem;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--wof-text);
}

.wof-price-block__value .price,
.wof-price-block__value .woocommerce-Price-amount {
  color: inherit;
}

.wof-stock-status {
  font-size: var(--wof-type-sm);
  line-height: 1.4;
  color: var(--wof-text-soft);
}

.wof-stock-status .stock {
  margin: 0;
  color: var(--wof-text-soft);
}

.wof-dispatch-note {
  margin: 0.45rem 0 0;
  font-size: var(--wof-type-caption);
  color: var(--wof-text-muted);
}

.wof-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0 1.1rem;
  border-radius: var(--wof-radius-sm);
  font-size: var(--wof-type-label);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color var(--wof-duration-base) var(--wof-ease-smooth), border-color var(--wof-duration-base) var(--wof-ease-smooth), color var(--wof-duration-base) var(--wof-ease-smooth), transform var(--wof-duration-fast) var(--wof-ease-snappy), box-shadow var(--wof-duration-base) var(--wof-ease-smooth);
  cursor: pointer;
}

.wof-btn--primary {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid transparent;
  color: #111111;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.12) 28%, rgba(255, 255, 255, 0.03) 42%), linear-gradient(150deg, var(--wof-accent-soft) 0%, var(--wof-accent) 40%, var(--wof-accent-strong) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), inset 0 -1px 0 rgba(0, 0, 0, 0.15), 0 7px 18px rgba(0, 0, 0, 0.32);
}

.wof-btn--primary::after {
  content: "";
  position: absolute;
  inset: -22% -34%;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.52) 48%, rgba(255, 255, 255, 0) 72%);
  transform: translateX(-140%) skewX(-14deg);
  transition: transform 480ms var(--wof-ease-snappy);
  pointer-events: none;
  z-index: 0;
}

.wof-btn--primary > * {
  position: relative;
  z-index: 1;
}

.wof-btn--glass {
  border: 1px solid var(--wof-border);
  background: rgba(255, 255, 255, 0.05);
  color: var(--wof-text-soft);
}

.wof-btn--ghost {
  border: 1px solid var(--wof-border);
  background: transparent;
  color: var(--wof-text-soft);
}

.wof-btn:hover,
.wof-btn:focus-visible {
  transform: translateY(-1px);
}

.wof-btn:focus-visible {
  outline: 2px solid var(--wof-focus);
  outline-offset: 2px;
}

.wof-btn--primary:hover,
.wof-btn--primary:focus-visible {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.05) 44%), linear-gradient(150deg, #efb862 0%, #e7a84f 42%, #d29136 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36), inset 0 -1px 0 rgba(0, 0, 0, 0.14), 0 10px 24px rgba(224, 154, 58, 0.24);
}

.wof-btn--primary:hover::after,
.wof-btn--primary:focus-visible::after {
  transform: translateX(140%) skewX(-14deg);
}

.wof-btn--primary:active {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.08) 28%, rgba(255, 255, 255, 0.02) 40%), linear-gradient(150deg, #d8953b 0%, #c9872f 44%, #b97829 100%);
}

.wof-btn--primary:disabled,
.wof-btn--primary[aria-disabled=true] {
  background: rgba(224, 154, 58, 0.35);
  color: var(--wof-text-muted);
  box-shadow: none;
}

.wof-trust-row {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
}

.wof-trust-row li {
  padding: 0.48rem 0.75rem;
  font-size: var(--wof-type-caption);
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: var(--wof-radius-sm);
  border: 1px solid var(--wof-border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--wof-text-soft);
}

@media (max-width: 760px) {
  .wof-purchase-line {
    grid-template-columns: minmax(0, 1fr);
  }
}
/* -----------------------------
 * 2) Gallery
 * ----------------------------- */
.wof-pdp__gallery {
  padding: clamp(0.8rem, 2vw, 1.3rem);
  display: grid;
  gap: 0.95rem;
}

.wof-gallery__stage {
  position: relative;
  border-radius: var(--wof-radius-sm);
  border: 1px solid var(--wof-border);
  overflow: hidden;
  background: transparent;
  width: min(100%, var(--wof-gallery-max));
  max-width: var(--wof-gallery-max);
  max-height: var(--wof-gallery-max);
  margin-inline: auto;
  aspect-ratio: 1/1;
  line-height: 0;
}

.wof-gallery__panel {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--wof-duration-base) var(--wof-ease-smooth);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  will-change: opacity;
}

.wof-gallery__panel.is-active {
  opacity: 1;
  pointer-events: auto;
}

.wof-gallery__image,
.wof-gallery__panel .woocommerce-placeholder {
  width: 100%;
  height: 100%;
  max-width: var(--wof-gallery-max);
  max-height: var(--wof-gallery-max);
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  background: transparent;
  transition: opacity var(--wof-duration-fast) var(--wof-ease-smooth), transform var(--wof-duration-base) var(--wof-ease-snappy);
  will-change: opacity, transform;
}

.wof-gallery__image.is-updating {
  opacity: 0.4;
  transform: scale(1.035);
}

.wof-gallery__video,
.wof-gallery__iframe {
  width: 100%;
  height: 100%;
}

.wof-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
  gap: 0.55rem;
}

.wof-gallery__thumb {
  position: relative;
  padding: 0;
  border-radius: var(--wof-radius-sm);
  overflow: hidden;
  border: 1px solid var(--wof-border-soft);
  background: rgba(255, 255, 255, 0.03);
  aspect-ratio: 1/1;
  cursor: pointer;
  color: var(--wof-text-soft);
  font-size: var(--wof-type-caption);
  font-weight: 600;
  transition: border-color var(--wof-duration-base) var(--wof-ease-smooth), box-shadow var(--wof-duration-base) var(--wof-ease-smooth), transform var(--wof-duration-fast) var(--wof-ease-snappy), background-color var(--wof-duration-base) var(--wof-ease-smooth);
}

.wof-gallery__thumb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wof-gallery__thumb.is-active,
.wof-gallery__thumb:focus-visible {
  border-color: var(--wof-focus);
  box-shadow: inset 0 0 0 1px rgba(215, 221, 234, 0.24), 0 0 0 1px rgba(215, 221, 234, 0.12);
}

.wof-gallery__thumb:focus-visible {
  outline: none;
}

.wof-gallery__thumb:hover {
  transform: translateY(-1px);
}

.wof-gallery__selection-name {
  margin: 0.1rem 0 0;
  font-size: var(--wof-type-caption);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wof-text-muted);
}

/* -----------------------------
 * 3) Variants
 * ----------------------------- */
.wof-pdp__variants {
  padding: clamp(1rem, 2.6vw, 1.8rem);
  display: grid;
  gap: 1.15rem;
  align-content: start;
}

.wof-pdp__variants .wof-section-head {
  gap: 0.4rem;
}

.wof-buybox-sheet__handle,
.wof-buybox-sheet__close {
  display: none;
}

.wof-selected-sku {
  position: relative;
  top: auto;
  z-index: 1;
  padding: 0.78rem 0.82rem;
  border: 1px solid rgba(227, 233, 244, 0.1);
  border-radius: var(--wof-radius-sm);
  background: rgba(19, 25, 36, 0.76);
  backdrop-filter: var(--wof-blur);
  -webkit-backdrop-filter: var(--wof-blur);
}

.wof-selected-sku__head h3 {
  margin: 0;
  font-size: var(--wof-type-label);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wof-text-muted);
}

.wof-selected-sku__rows {
  margin-top: 0.52rem;
  display: grid;
  gap: 0.36rem;
}

.wof-selected-sku__row {
  display: grid;
  grid-template-columns: minmax(4.5rem, 5.3rem) minmax(0, 1fr) auto;
  gap: 0.45rem;
  align-items: center;
  padding: 0.26rem 0;
  border-bottom: 1px solid rgba(227, 233, 244, 0.08);
}

.wof-selected-sku__row:last-child {
  border-bottom: 0;
}

.wof-selected-sku__label {
  font-size: var(--wof-type-caption);
  color: var(--wof-text-muted);
}

.wof-selected-sku__value {
  min-width: 0;
  font-size: var(--wof-type-sm);
  color: var(--wof-text);
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wof-selected-sku__change {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  color: var(--wof-text-muted);
  font-size: var(--wof-type-caption);
  text-decoration: underline;
  text-underline-offset: 0.16rem;
  cursor: pointer;
  padding: 0.15rem 0;
  transition: color var(--wof-duration-base) var(--wof-ease-smooth);
}

.wof-selected-sku__change:hover,
.wof-selected-sku__change:focus-visible {
  color: var(--wof-text);
}

.wof-selected-sku__change:focus {
  outline: none;
}

.wof-variant-shell {
  display: grid;
  gap: 1rem;
}

.wof-variant-shell form.cart {
  margin: 0;
  display: grid;
  gap: 0.8rem;
}

.wof-enhanced-variants {
  display: grid;
  gap: 0.8rem;
  margin-top: 0.2rem;
}

.wof-variant-shell .variations {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.wof-variant-shell .variations tr {
  display: grid;
  gap: 0.55rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--wof-border-soft);
}

.wof-variant-shell .variations tr:last-child {
  border-bottom: 0;
}

.wof-variant-shell .variations label {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: var(--wof-type-label);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--wof-text-muted);
}

.wof-variant-shell .variations select {
  width: 100%;
  min-height: 2.8rem;
  padding: 0 0.75rem;
  border: 1px solid var(--wof-border);
  border-radius: var(--wof-radius-sm);
  background: rgba(255, 255, 255, 0.04);
  color: var(--wof-text);
}

.wof-variant-shell .woocommerce-variation-price,
.wof-variant-shell .woocommerce-variation-availability,
.wof-variant-shell .woocommerce-variation-description {
  margin: 0;
  font-size: var(--wof-type-sm);
  color: var(--wof-text-soft);
}

.wof-variant-shell .woocommerce-variation-price .price {
  font-size: clamp(1.1rem, 1.4vw, 1.3rem);
  font-weight: 700;
  color: var(--wof-text);
}

.wof-variant-shell .single_variation_wrap {
  display: grid;
  gap: 0.62rem;
  padding: 0.72rem;
  border-radius: var(--wof-radius-sm);
  border: 1px solid rgba(227, 233, 244, 0.11);
  background: rgba(255, 255, 255, 0.02);
}

.wof-variant-shell .woocommerce-variation.single_variation {
  padding: 0.5rem 0.62rem;
  border-radius: var(--wof-radius-sm);
  border: 1px solid rgba(227, 233, 244, 0.1);
  background: rgba(255, 255, 255, 0.02);
}

.wof-variant-shell .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: minmax(5.2rem, 6.4rem) minmax(0, 1fr);
  gap: 0.6rem;
  align-items: stretch;
}

.wof-variant-shell .quantity {
  margin: 0;
}

.wof-variant-shell .quantity .qty {
  width: 100%;
  min-height: 2.8rem;
  padding: 0 0.5rem;
  border-radius: var(--wof-radius-sm);
  border: 1px solid rgba(227, 233, 244, 0.26);
  background: rgba(8, 12, 18, 0.56);
  color: var(--wof-text);
  font-size: var(--wof-type-sm);
  font-weight: 600;
  text-align: center;
  transition: border-color var(--wof-duration-base) var(--wof-ease-smooth), background-color var(--wof-duration-base) var(--wof-ease-smooth), box-shadow var(--wof-duration-base) var(--wof-ease-smooth);
}

.wof-variant-shell .quantity .qty:hover {
  border-color: rgba(227, 233, 244, 0.42);
}

.wof-variant-shell .quantity .qty:focus-visible {
  outline: none;
  border-color: rgba(224, 154, 58, 0.78);
  box-shadow: 0 0 0 3px rgba(224, 154, 58, 0.2);
  background: rgba(9, 14, 22, 0.72);
}

.wof-variant-shell .single_add_to_cart_button,
.wof-variant-shell .button.alt {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 2.9rem;
  padding: 0 1.1rem;
  border: 1px solid transparent;
  border-radius: var(--wof-radius-sm);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.12) 28%, rgba(255, 255, 255, 0.03) 42%), linear-gradient(150deg, var(--wof-accent-soft) 0%, var(--wof-accent) 40%, var(--wof-accent-strong) 100%);
  font-size: var(--wof-type-label);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111111;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), inset 0 -1px 0 rgba(0, 0, 0, 0.15), 0 7px 18px rgba(0, 0, 0, 0.32);
  transition: transform var(--wof-duration-fast) var(--wof-ease-snappy), background-color var(--wof-duration-base) var(--wof-ease-smooth), border-color var(--wof-duration-base) var(--wof-ease-smooth), box-shadow var(--wof-duration-base) var(--wof-ease-smooth);
}

.wof-variant-shell .single_add_to_cart_button:hover,
.wof-variant-shell .single_add_to_cart_button:focus-visible {
  transform: translateY(-1px);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.05) 44%), linear-gradient(150deg, #efb862 0%, var(--wof-accent-soft) 42%, #d29136 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.17), 0 10px 22px rgba(0, 0, 0, 0.34);
}

.wof-variant-shell .single_add_to_cart_button.disabled,
.wof-variant-shell .single_add_to_cart_button:disabled {
  opacity: 0.48;
  color: rgba(17, 17, 17, 0.68);
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Elementor Add To Cart widget (simple products) */
.wof-product-template .elementor-add-to-cart .quantity .qty,
.wof-product-template .elementor-widget-woocommerce-product-add-to-cart .quantity .qty {
  width: 100%;
  min-height: 2.8rem;
  padding: 0 2rem;
  border-radius: var(--wof-radius-sm);
  border: 1px solid rgba(227, 233, 244, 0.26);
  background: rgba(8, 12, 18, 0.1);
  color: var(--wof-text);
  font-size: var(--wof-type-sm);
  font-weight: 600;
  text-align: center;
  transition: border-color var(--wof-duration-base) var(--wof-ease-smooth), background-color var(--wof-duration-base) var(--wof-ease-smooth), box-shadow var(--wof-duration-base) var(--wof-ease-smooth);
  appearance: textfield;
  -moz-appearance: textfield;
}

.wof-product-template .elementor-add-to-cart .quantity .qty::-webkit-outer-spin-button,
.wof-product-template .elementor-add-to-cart .quantity .qty::-webkit-inner-spin-button,
.wof-product-template .elementor-widget-woocommerce-product-add-to-cart .quantity .qty::-webkit-outer-spin-button,
.wof-product-template .elementor-widget-woocommerce-product-add-to-cart .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wof-product-template .elementor-add-to-cart .quantity .qty:hover,
.wof-product-template .elementor-widget-woocommerce-product-add-to-cart .quantity .qty:hover {
  border-color: rgba(227, 233, 244, 0.42);
}

.wof-product-template .elementor-add-to-cart .quantity .qty:focus-visible,
.wof-product-template .elementor-widget-woocommerce-product-add-to-cart .quantity .qty:focus-visible {
  outline: none;
  border-color: rgba(224, 154, 58, 0.78);
  box-shadow: 0 0 0 3px rgba(224, 154, 58, 0.2);
  background: rgba(9, 14, 22, 0.72);
}

.wof-product-template .wof-qty-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 120px;
}

.wof-product-template .wof-qty-wrap .wof-qty-stepper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 1.5rem;
  height: 1.5rem;
  border: 0;
  border-radius: 999px;
  background: rgba(227, 233, 244, 0.12);
  color: var(--wof-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  font-size: 1rem;
  transition: background-color var(--wof-duration-base) var(--wof-ease-smooth), color var(--wof-duration-base) var(--wof-ease-smooth), transform var(--wof-duration-fast) var(--wof-ease-snappy);
}

.wof-product-template .wof-qty-wrap .wof-qty-stepper:hover,
.wof-product-template .wof-qty-wrap .wof-qty-stepper:focus-visible {
  background: rgba(224, 154, 58, 0.28);
  color: #ffffff;
}

.wof-product-template .wof-qty-wrap .wof-qty-stepper:focus-visible {
  outline: 1px solid rgba(224, 154, 58, 0.7);
  outline-offset: 1px;
}

.wof-product-template .wof-qty-wrap .wof-qty-stepper:active {
  transform: translateY(-50%) scale(0.96);
}

.wof-product-template .wof-qty-wrap .wof-qty-stepper--minus {
  left: 0rem;
}

.wof-product-template .wof-qty-wrap .wof-qty-stepper--plus {
  right: 0.32rem;
}

.wof-product-template .elementor-add-to-cart .single_add_to_cart_button,
.wof-product-template .elementor-widget-woocommerce-product-add-to-cart .single_add_to_cart_button,
.wof-product-template .elementor-widget-woocommerce-product-add-to-cart .button.alt {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 2.9rem;
  padding: 0 1.1rem;
  border: 1px solid transparent;
  border-radius: var(--wof-radius-sm);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.12) 28%, rgba(255, 255, 255, 0.03) 42%), linear-gradient(150deg, var(--wof-accent-soft) 0%, var(--wof-accent) 40%, var(--wof-accent-strong) 100%);
  color: #111111;
  font-size: var(--wof-type-label);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), inset 0 -1px 0 rgba(0, 0, 0, 0.15), 0 7px 18px rgba(0, 0, 0, 0.32);
  transition: transform var(--wof-duration-fast) var(--wof-ease-snappy), background-color var(--wof-duration-base) var(--wof-ease-smooth), border-color var(--wof-duration-base) var(--wof-ease-smooth), box-shadow var(--wof-duration-base) var(--wof-ease-smooth);
}

.wof-product-template .elementor-add-to-cart .single_add_to_cart_button:hover,
.wof-product-template .elementor-add-to-cart .single_add_to_cart_button:focus-visible,
.wof-product-template .elementor-widget-woocommerce-product-add-to-cart .single_add_to_cart_button:hover,
.wof-product-template .elementor-widget-woocommerce-product-add-to-cart .single_add_to_cart_button:focus-visible {
  transform: translateY(-1px);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.05) 44%), linear-gradient(150deg, #efb862 0%, var(--wof-accent-soft) 42%, #d29136 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.17), 0 10px 22px rgba(0, 0, 0, 0.34);
}

.wof-variant-shell__secondary {
  display: grid;
}

.wof-variant-shell__secondary .wof-btn {
  width: 100%;
  min-height: 2.7rem;
}

/*
 * Right column keeps configuration controls only.
 * Native add-to-cart controls remain in DOM for Woo validation/submission,
 * but are visually removed so center column owns purchase actions.
 */
.wof-pdp__column--right .wof-variant-shell .woocommerce-variation-add-to-cart,
.wof-pdp__column--right .wof-variant-shell__secondary {
  display: none !important;
}

.wof-pdp__column--right .wof-variant-shell .woocommerce-variation-price {
  display: none;
}

/*
 * JS-enhanced variant controls:
 * - Native selects are preserved for WooCommerce logic
 * - Custom controls mirror select state and hierarchy
 */
.wof-option-group {
  display: grid;
  gap: 0.5rem;
}

.wof-option-group--color {
  gap: 0.6rem;
}

.wof-option-label {
  font-size: var(--wof-type-label);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--wof-text-muted);
}

.wof-option-meta {
  display: grid;
  gap: 0.5rem;
}

.wof-option-search {
  width: 100%;
  min-height: 2.45rem;
  padding: 0 0.78rem;
  border: 1px solid var(--wof-border);
  border-radius: var(--wof-radius-sm);
  background: rgba(255, 255, 255, 0.04);
  color: var(--wof-text);
  font-size: var(--wof-type-sm);
}

.wof-option-search::placeholder {
  color: var(--wof-text-muted);
}

.wof-option-search:focus-visible {
  outline: 2px solid var(--wof-focus);
  outline-offset: 1px;
}

.wof-option-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.wof-filter-button {
  min-height: 2.15rem;
  padding: 0 0.6rem;
  appearance: none;
  -webkit-appearance: none;
  border-radius: var(--wof-radius-sm);
  border: 1px solid var(--wof-border-soft);
  background: rgba(255, 255, 255, 0.02);
  color: var(--wof-text-muted);
  font-size: var(--wof-type-caption);
  font-weight: 600;
  cursor: pointer;
  transition: border-color var(--wof-duration-base) var(--wof-ease-smooth), color var(--wof-duration-base) var(--wof-ease-smooth), background-color var(--wof-duration-base) var(--wof-ease-smooth);
  -webkit-tap-highlight-color: transparent;
}

.wof-filter-button:hover,
.wof-filter-button:focus-visible {
  border-color: #e09a3a;
  color: var(--wof-text);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.06) 36%, rgba(255, 255, 255, 0.02) 52%), linear-gradient(150deg, rgba(231, 168, 79, 0.22) 0%, rgba(224, 154, 58, 0.14) 52%, rgba(201, 135, 47, 0.12) 100%);
  box-shadow: 0 6px 14px rgba(224, 154, 58, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.wof-filter-button:focus {
  outline: none;
}

.wof-filter-button[aria-pressed=true] {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.05) 35%, rgba(255, 255, 255, 0.02) 50%), linear-gradient(150deg, rgba(231, 168, 79, 0.2) 0%, rgba(224, 154, 58, 0.13) 56%, rgba(201, 135, 47, 0.1) 100%);
  border-color: rgba(224, 154, 58, 0.75);
  color: #f2f4f6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.wof-option-count {
  font-size: var(--wof-type-caption);
  color: var(--wof-text-muted);
}

.wof-option-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.wof-option-list--color {
  display: grid;
  gap: 0.5rem;
  max-height: none;
  overflow: visible;
  padding-right: 0.25rem;
  align-content: start;
}

.wof-color-family {
  border: 1px solid rgba(227, 233, 244, 0.09);
  border-radius: var(--wof-radius-sm);
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
  max-height: 60rem;
  opacity: 1;
  transform: translateY(0);
  transition: max-height var(--wof-duration-base) var(--wof-ease-smooth), opacity var(--wof-duration-base) var(--wof-ease-smooth), transform var(--wof-duration-fast) var(--wof-ease-snappy), border-color var(--wof-duration-base) var(--wof-ease-smooth), background-color var(--wof-duration-base) var(--wof-ease-smooth);
}

.wof-color-family.is-filtered-out {
  max-height: 0;
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
  border-color: transparent;
}

.wof-color-family__toggle {
  width: 100%;
  min-height: 2.15rem;
  padding: 0.2rem 0.66rem;
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  border: 0;
  border-bottom: 1px solid rgba(227, 233, 244, 0.08);
  background: rgba(255, 255, 255, 0.01);
  color: var(--wof-text-soft);
  font-size: var(--wof-type-caption);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: color var(--wof-duration-base) var(--wof-ease-smooth), background-color var(--wof-duration-base) var(--wof-ease-smooth), border-color var(--wof-duration-base) var(--wof-ease-smooth);
}

.wof-color-family__toggle::after {
  content: "−";
  font-size: 1rem;
  line-height: 1;
  color: var(--wof-text-muted);
  transition: transform var(--wof-duration-fast) var(--wof-ease-snappy), color var(--wof-duration-base) var(--wof-ease-smooth);
}

.wof-color-family.is-collapsed .wof-color-family__toggle::after {
  content: "+";
  transform: rotate(90deg);
}

.wof-color-family__toggle:hover,
.wof-color-family__toggle:focus-visible {
  color: #f2f4f6;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.04) 40%, rgba(255, 255, 255, 0.01) 58%), linear-gradient(150deg, rgba(224, 154, 58, 0.12) 0%, rgba(224, 154, 58, 0.05) 65%, rgba(201, 135, 47, 0.04) 100%);
}

.wof-color-family__toggle:focus {
  outline: none;
}

.wof-color-family__list {
  padding: 0.45rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.42rem;
  max-height: 48rem;
  opacity: 1;
  overflow: hidden;
  transition: max-height var(--wof-duration-slow) var(--wof-ease-smooth), opacity var(--wof-duration-base) var(--wof-ease-smooth), padding var(--wof-duration-base) var(--wof-ease-smooth);
}

.wof-color-family.is-collapsed .wof-color-family__list {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* Search mode: show matching results without family toggles to reduce friction. */
.wof-option-list--color.is-searching .wof-color-family {
  border-color: rgba(227, 233, 244, 0.06);
  background: rgba(255, 255, 255, 0.015);
}

.wof-option-list--color.is-searching .wof-color-family__toggle {
  display: none;
}

.wof-option-list--color.is-searching .wof-color-family__list,
.wof-option-list--color.is-searching .wof-color-family.is-collapsed .wof-color-family__list {
  max-height: 48rem;
  opacity: 1;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}

.wof-option-button {
  min-height: 2.5rem;
  padding: 0 0.78rem;
  appearance: none;
  -webkit-appearance: none;
  border-radius: var(--wof-radius-sm);
  border: 1px solid var(--wof-border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--wof-text-soft);
  font-size: var(--wof-type-sm);
  font-weight: 600;
  cursor: pointer;
  transition: border-color var(--wof-duration-fast) var(--wof-ease-smooth), color var(--wof-duration-fast) var(--wof-ease-smooth), background-color var(--wof-duration-fast) var(--wof-ease-smooth), box-shadow var(--wof-duration-fast) var(--wof-ease-smooth);
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.wof-option-list--color .wof-option-button {
  width: 100%;
  justify-content: flex-start;
  padding-right: 0.6rem;
}

.wof-option-button__text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wof-option-button:hover,
.wof-option-button:focus-visible {
  border-color: #e09a3a;
  color: var(--wof-text);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.07) 36%, rgba(255, 255, 255, 0.02) 56%), linear-gradient(150deg, rgba(231, 168, 79, 0.22) 0%, rgba(224, 154, 58, 0.14) 54%, rgba(201, 135, 47, 0.12) 100%);
  box-shadow: 0 8px 18px rgba(224, 154, 58, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.wof-option-button:focus {
  outline: none;
}

.wof-option-button:active {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.03) 38%, rgba(255, 255, 255, 0.01) 56%), linear-gradient(150deg, rgba(212, 143, 51, 0.24) 0%, rgba(201, 135, 47, 0.16) 56%, rgba(185, 120, 41, 0.14) 100%);
  border-color: rgba(201, 135, 47, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.wof-option-button[aria-pressed=true] {
  border-color: rgba(224, 154, 58, 0.78);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.04) 40%, rgba(255, 255, 255, 0.01) 58%), linear-gradient(150deg, rgba(231, 168, 79, 0.2) 0%, rgba(224, 154, 58, 0.14) 54%, rgba(201, 135, 47, 0.12) 100%);
  color: #f2f4f6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.wof-option-button.is-search-match {
  border-color: rgba(224, 154, 58, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(224, 154, 58, 0.28);
}

.wof-option-button[disabled] {
  opacity: 0.38;
  cursor: not-allowed;
}

.wof-option-button--swatch {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding-right: 0.86rem;
}

.wof-option-swatch-chip {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: var(--wof-radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.22);
  background: linear-gradient(135deg, rgba(212, 220, 232, 0.22) 0%, rgba(170, 181, 197, 0.18) 100%), repeating-conic-gradient(from 45deg, rgba(255, 255, 255, 0.08) 0% 25%, rgba(0, 0, 0, 0.08) 0% 50%) 50%/8px 8px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.wof-option-swatch-chip.is-image {
  background-image: var(--wof-swatch-image);
  border-color: rgba(255, 255, 255, 0.24);
  background-size: 220%;
  background-position: center;
}

.wof-option-swatch-chip.is-clear {
  background: linear-gradient(135deg, rgba(220, 229, 240, 0.85) 0%, rgba(200, 211, 226, 0.35) 100%), repeating-conic-gradient(from 45deg, rgba(255, 255, 255, 0.18) 0% 25%, rgba(0, 0, 0, 0.1) 0% 50%) 50%/8px 8px;
}

.wof-option-empty {
  font-size: var(--wof-type-caption);
  color: var(--wof-text-muted);
  padding: 0.35rem 0.1rem 0;
}

.wof-native-select-wrap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.wof-buybox-sheet__backdrop {
  display: none;
}

@media (max-width: 1360px) {
  .wof-color-family__list {
    grid-template-columns: 1fr;
  }
}
/* -----------------------------
 * 4) Sticky commerce
 * ----------------------------- */
.wof-sticky-commerce {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  z-index: 9999;
  pointer-events: none;
  transform: translateY(120%);
  transition: transform var(--wof-duration-slow) var(--wof-ease-snappy);
  will-change: transform;
}

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

.wof-sticky-commerce__inner {
  max-width: min(var(--wof-max), 100vw - 1.8rem);
  margin: 0 auto;
  padding: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  border-radius: var(--wof-radius-sm);
  background: var(--wof-glass-strong);
  border-color: var(--wof-border);
}

.wof-sticky-commerce__meta {
  display: grid;
  gap: 0.22rem;
  min-width: 0;
}

.wof-sticky-commerce__title {
  font-size: var(--wof-type-sm);
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--wof-text);
}

.wof-sticky-commerce__price {
  font-size: var(--wof-type-caption);
  color: var(--wof-text-soft);
}

.wof-sticky-commerce__selection {
  font-size: var(--wof-type-caption);
  color: var(--wof-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wof-sticky-commerce__actions {
  display: inline-flex;
  gap: 0.45rem;
}

.wof-sticky-commerce__actions .wof-btn {
  min-height: 2.35rem;
  padding: 0 0.85rem;
  font-size: var(--wof-type-caption);
  white-space: nowrap;
}

.wof-sticky-commerce__actions .wof-btn.is-configure {
  border-color: rgba(227, 233, 244, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: var(--wof-text-soft);
}

/* -----------------------------
 * 5/6/8/9/10/11 content sections
 * ----------------------------- */
.wof-pdp__overview,
.wof-pdp__performance,
.wof-pdp__specs,
.wof-pdp__applications,
.wof-pdp__trust,
.wof-pdp__faq,
.wof-pdp__tools {
  padding: clamp(1rem, 2.6vw, 1.65rem);
  display: grid;
  gap: 1rem;
}

.wof-richtext {
  color: var(--wof-text-soft);
  font-size: var(--wof-type-body);
  line-height: 1.75;
}

.wof-richtext p {
  margin: 0 0 1rem;
}

.wof-richtext p:last-child {
  margin-bottom: 0;
}

.wof-trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--wof-gap);
}

.wof-performance-flow {
  display: grid;
  gap: 0;
}

.wof-performance-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(227, 233, 244, 0.09);
}

.wof-performance-item:first-child {
  padding-top: 0.15rem;
}

.wof-performance-item:last-child {
  border-bottom: 0;
  padding-bottom: 0.2rem;
}

.wof-performance-item h3 {
  margin: 0;
  font-size: var(--wof-type-sm);
  font-family: var(--wof-font-display);
  color: var(--wof-text);
}

.wof-performance-item p {
  margin: 0.42rem 0 0;
  font-size: var(--wof-type-sm);
  line-height: 1.6;
  color: var(--wof-text-soft);
}

.wof-glass-card {
  padding: 1rem;
  border-radius: var(--wof-radius-sm);
  box-shadow: var(--wof-shadow-card);
}

.wof-glass-card h3 {
  margin: 0;
  font-size: clamp(1.02rem, 1.15vw, 1.12rem);
  letter-spacing: -0.01em;
  color: var(--wof-text);
  font-family: var(--wof-font-display);
}

.wof-glass-card p,
.wof-glass-card ul {
  margin: 0.7rem 0 0;
  font-size: var(--wof-type-sm);
  line-height: 1.65;
  color: var(--wof-text-soft);
}

.wof-glass-card ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.42rem;
}

.wof-glass-card li {
  padding-left: 0.7rem;
  position: relative;
}

.wof-glass-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: var(--wof-radius-sm);
  background: rgba(239, 243, 249, 0.62);
}

/* -----------------------------
 * 7) Specifications behavior
 * ----------------------------- */
.wof-specs-details {
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.wof-specs-details summary {
  cursor: pointer;
  padding: 0 0 0.72rem;
  font-size: var(--wof-type-label);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--wof-text-muted);
  border-bottom: 1px solid var(--wof-border-soft);
}

.wof-specs-table-wrap {
  padding: 0.5rem 0 0;
}

.wof-specs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--wof-type-sm);
  table-layout: fixed;
}

.wof-specs-table th,
.wof-specs-table td {
  padding: 0.56rem 0;
  vertical-align: top;
  border-bottom: 1px solid var(--wof-border-soft);
  line-height: 1.45;
}

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

.wof-specs-table th {
  width: 34%;
  text-align: left;
  font-weight: 700;
  font-size: var(--wof-type-caption);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wof-text-muted);
  padding-right: 0.7rem;
}

.wof-specs-table td {
  color: var(--wof-text);
  font-weight: 500;
}

/* -----------------------------
 * 8) Applications
 * ----------------------------- */
.wof-application-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.52rem;
}

.wof-application-list li {
  padding: 0.66rem 0.8rem;
  border-radius: var(--wof-radius-sm);
  border: 1px solid var(--wof-border-soft);
  background: rgba(255, 255, 255, 0.02);
  font-size: var(--wof-type-sm);
  line-height: 1.5;
  color: var(--wof-text-soft);
}

/* -----------------------------
 * 10) FAQ
 * ----------------------------- */
.wof-faq-list {
  display: grid;
  gap: 0;
}

.wof-faq-item {
  border: 0;
  border-bottom: 1px solid rgba(227, 233, 244, 0.09);
  border-radius: 0;
  overflow: hidden;
  background: transparent;
}

.wof-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 0.8rem 0.1rem;
  font-size: var(--wof-type-sm);
  font-weight: 600;
  color: var(--wof-text);
}

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

.wof-faq-item__answer {
  padding: 0 0.1rem 0.75rem;
  color: var(--wof-text-soft);
  font-size: var(--wof-type-sm);
  line-height: 1.6;
}

.wof-faq-item__answer p {
  margin: 0;
}

/* -----------------------------
 * 11) Professional tools
 * ----------------------------- */
.wof-tools-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--wof-gap);
}

.wof-tool-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border-radius: var(--wof-radius-sm);
  overflow: hidden;
}

.wof-tool-card__image-link {
  display: block;
  aspect-ratio: 1/1;
  background: #05070a;
  border-bottom: 1px solid var(--wof-border-soft);
}

.wof-tool-card__image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wof-tool-card__body {
  padding: 0.8rem;
  display: grid;
  gap: 0.55rem;
}

.wof-tool-card h3,
.wof-tool-card h3 a {
  margin: 0;
  font-size: var(--wof-type-sm);
  font-weight: 600;
  line-height: 1.4;
  color: var(--wof-text);
  font-family: var(--wof-font-display);
  text-decoration: none;
}

.wof-tool-card__price,
.wof-tool-card__price .price {
  font-size: var(--wof-type-caption);
  font-weight: 600;
  color: var(--wof-text-soft);
}

/* -----------------------------
 * Woo notices in template tone
 * ----------------------------- */
.wof-product-template .woocommerce-message,
.wof-product-template .woocommerce-info,
.wof-product-template .woocommerce-error {
  border: 0 !important;
  border-top: 0 !important;
  border-radius: var(--wof-radius-sm);
  background: var(--wof-glass);
  backdrop-filter: var(--wof-blur);
  -webkit-backdrop-filter: var(--wof-blur);
  color: var(--wof-text);
}

.wof-product-template .woocommerce-message {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.08) 28%, rgba(255, 255, 255, 0.03) 58%), linear-gradient(145deg, rgba(127, 163, 199, 0.18) 0%, rgba(154, 183, 214, 0.1) 46%, rgba(13, 17, 22, 0.82) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 10px 26px rgba(0, 0, 0, 0.38);
  color: #111111;
}

.wof-product-template .woocommerce-message,
.wof-product-template .woocommerce-message *:not(.button) {
  color: #111111 !important;
}

.wof-product-template .woocommerce-message::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(108deg, rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0.24) 46%, rgba(255, 255, 255, 0) 68%);
  transform: translateX(-120%);
  animation: wof-notice-gleam 3.8s ease-out 1;
  pointer-events: none;
}

.wof-product-template .woocommerce-message .button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(133, 173, 214, 0.72);
  border-radius: var(--wof-radius-sm);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.13) 30%, rgba(255, 255, 255, 0.04) 56%), linear-gradient(150deg, rgba(167, 197, 228, 0.48) 0%, rgba(127, 163, 199, 0.4) 52%, rgba(86, 124, 166, 0.34) 100%);
  color: #f2f4f6;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.14), 0 7px 16px rgba(0, 0, 0, 0.3);
}

.wof-product-template .woocommerce-message .button::after {
  content: "";
  position: absolute;
  inset: -22% -34%;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.52) 48%, rgba(255, 255, 255, 0) 72%);
  transform: translateX(-140%) skewX(-14deg);
  transition: transform 480ms var(--wof-ease-snappy);
  pointer-events: none;
  z-index: 0;
}

.wof-product-template .woocommerce-message .button > * {
  position: relative;
  z-index: 1;
}

.wof-product-template .woocommerce-message .button:hover,
.wof-product-template .woocommerce-message .button:focus-visible {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.16) 34%, rgba(255, 255, 255, 0.06) 58%), linear-gradient(150deg, rgba(239, 184, 98, 0.56) 0%, rgba(231, 168, 79, 0.46) 50%, rgba(201, 135, 47, 0.38) 100%);
  border-color: rgba(224, 154, 58, 0.76);
  box-shadow: 0 8px 18px rgba(224, 154, 58, 0.3);
  color: #f2f4f6;
}

/* Woo can override wc-forward hover states; force amber hover for View cart. */
.wof-product-template .woocommerce-message a.button.wc-forward:hover,
.wof-product-template .woocommerce-message a.button.wc-forward:focus-visible {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.16) 34%, rgba(255, 255, 255, 0.06) 58%), linear-gradient(150deg, rgba(239, 184, 98, 0.56) 0%, rgba(231, 168, 79, 0.46) 50%, rgba(201, 135, 47, 0.38) 100%) !important;
  background-color: rgba(231, 168, 79, 0.9) !important;
  border-color: rgba(224, 154, 58, 0.82) !important;
  color: #f2f4f6 !important;
  box-shadow: 0 8px 18px rgba(224, 154, 58, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.26) !important;
}

.wof-product-template .woocommerce-message .button:hover::after,
.wof-product-template .woocommerce-message .button:focus-visible::after {
  transform: translateX(140%) skewX(-14deg);
}

.wof-product-template .woocommerce-message .button:focus-visible {
  outline: 2px solid var(--wof-accent-outline);
  outline-offset: 2px;
}

@keyframes wof-notice-gleam {
  0% {
    transform: translateX(-120%);
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  100% {
    transform: translateX(125%);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wof-product-template .woocommerce-message::before {
    animation: none;
  }
}
/* -----------------------------
 * Responsive behavior
 *
 * Desktop (>= 1180px): true 3-column stacks.
 * Each column is independent, so cards roll up naturally below previous cards.
 * Left stack: hero, overview, performance
 * Center stack: media gallery, price/actions, specs
 * Right stack: configure SKU
 * Secondary row: applications + shipping/warranty/returns + FAQ
 * Tablet: condensed stack with same information hierarchy.
 * Mobile: thumb-friendly controls, sticky bottom CTA, collapsible sections.
 * ----------------------------- */
@media (min-width: 1180px) {
  .wof-pdp__columns {
    grid-template-columns: minmax(300px, 0.88fr) minmax(420px, 1.2fr) minmax(320px, 0.95fr);
    gap: 1.4rem;
    align-items: start;
  }
  /*
   * Keep media + price/CTA in view while installers cycle variations.
   * Sticky is desktop-only so mobile bottom-sheet behavior stays intact.
   */
  .wof-pdp__column--center {
    position: sticky;
    top: clamp(11.8rem, 6vw, 6.25rem);
    align-self: start;
  }
  .wof-pdp__hero,
  .wof-pdp__gallery,
  .wof-pdp__commerce,
  .wof-pdp__variants,
  .wof-pdp__overview,
  .wof-pdp__performance,
  .wof-pdp__specs,
  .wof-pdp__applications,
  .wof-pdp__trust,
  .wof-pdp__faq {
    padding: 1.08rem;
  }
  .wof-pdp__column {
    gap: 1.45rem;
  }
  .wof-pdp__row-secondary {
    grid-template-columns: minmax(260px, 0.9fr) minmax(420px, 1.35fr) minmax(260px, 0.9fr);
    gap: 1.3rem;
  }
  .wof-pdp__hero-meta {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1200px) {
  .wof-pdp__row-secondary {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }
  .wof-tools-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 960px) {
  .wof-pdp__columns,
  .wof-pdp__column,
  .wof-pdp__row-secondary {
    gap: 1.35rem;
  }
  .wof-pdp__row-secondary {
    grid-template-columns: 1fr;
  }
  .wof-pdp__hero-meta {
    grid-template-columns: 1fr;
  }
  .wof-tools-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 901px) {
  /* Desktop: specifications are always visible and not collapsible. */
  .wof-specs-details > summary {
    display: none;
  }
  .wof-specs-details {
    padding-top: 1rem;
  }
}
@media (max-width: 900px) {
  /* Mobile/tablet: specs remain early but collapsible for scanability. */
  .wof-specs-table th,
  .wof-specs-table td {
    display: block;
    width: 100%;
    border-bottom: 0;
    padding: 0;
  }
  .wof-specs-table tr {
    display: grid;
    gap: 0.28rem;
    padding: 0.72rem 0;
    border-bottom: 1px solid var(--wof-border-soft);
  }
  .wof-specs-table tr:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 760px) {
  .wof-pdp__shell {
    padding: 0 0.85rem 7.8rem;
    gap: 1.35rem;
  }
  .wof-pdp__hero,
  .wof-pdp__gallery,
  .wof-pdp__commerce,
  .wof-pdp__variants,
  .wof-pdp__overview,
  .wof-pdp__performance,
  .wof-pdp__specs,
  .wof-pdp__applications,
  .wof-pdp__trust,
  .wof-pdp__faq,
  .wof-pdp__tools {
    border-radius: var(--wof-radius-sm);
    padding: 0.92rem;
  }
  .wof-pdp__hero-actions,
  .wof-pdp__hero-actions .wof-btn {
    width: 100%;
  }
  .wof-variant-shell .woocommerce-variation-add-to-cart {
    grid-template-columns: 1fr;
  }
  .wof-performance-flow,
  .wof-trust-grid,
  .wof-tools-grid {
    grid-template-columns: 1fr;
  }
  body.wof-buybox-sheet-open {
    overflow: hidden;
  }
  .wof-pdp__variants[data-wof-buybox-sheet] {
    position: fixed;
    left: 0.66rem;
    right: 0.66rem;
    bottom: calc(4.6rem + env(safe-area-inset-bottom, 0px));
    max-height: min(84dvh, 44rem);
    overflow: hidden;
    transform: translateY(calc(100% + 1rem));
    opacity: 0;
    pointer-events: none;
    transition: transform var(--wof-duration-slow) var(--wof-ease-snappy), opacity var(--wof-duration-base) var(--wof-ease-smooth);
    z-index: 10001;
  }
  .wof-pdp__variants[data-wof-buybox-sheet].is-sheet-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .wof-buybox-sheet__handle {
    display: block;
    width: 2.8rem;
    height: 0.2rem;
    margin: 0 auto 0.45rem;
    border-radius: 999px;
    background: rgba(227, 233, 244, 0.28);
  }
  .wof-pdp__variants[data-wof-buybox-sheet] .wof-section-head {
    position: sticky;
    top: 0;
    padding-bottom: 0.4rem;
    background: rgba(18, 24, 35, 0.93);
    z-index: 2;
  }
  .wof-buybox-sheet__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 2rem;
    padding: 0 0.58rem;
    border: 1px solid rgba(227, 233, 244, 0.18);
    border-radius: var(--wof-radius-sm);
    background: rgba(255, 255, 255, 0.04);
    color: var(--wof-text-soft);
    font-size: var(--wof-type-caption);
    cursor: pointer;
  }
  .wof-selected-sku {
    position: relative;
    top: auto;
    z-index: 1;
  }
  .wof-pdp__variants[data-wof-buybox-sheet] .wof-variant-shell {
    max-height: calc(84dvh - 14rem);
    overflow: hidden;
  }
  .wof-pdp__variants[data-wof-buybox-sheet] .wof-variant-shell form.cart {
    max-height: calc(84dvh - 18.6rem);
    overflow: auto;
    padding-right: 0.14rem;
  }
  .wof-buybox-sheet__backdrop {
    display: block;
    position: fixed;
    inset: 0;
    border: 0;
    background: rgba(5, 8, 13, 0.56);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--wof-duration-base) var(--wof-ease-smooth);
    z-index: 10000;
  }
  .wof-buybox-sheet__backdrop.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .wof-gallery__thumbs {
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  }
  /* Mobile sticky bar acts as bottom primary action row. */
  .wof-sticky-commerce__inner {
    padding: 0.55rem;
    gap: 0.55rem;
  }
  .wof-sticky-commerce__actions {
    display: grid;
    grid-auto-flow: column;
    gap: 0.4rem;
  }
  .wof-sticky-commerce__actions .wof-btn {
    min-height: 2.15rem;
    padding: 0 0.66rem;
    font-size: var(--wof-type-caption);
  }
}
@media (prefers-reduced-motion: reduce) {
  .wof-gallery__panel,
  .wof-gallery__image,
  .wof-gallery__thumb,
  .wof-sticky-commerce,
  .wof-btn,
  .wof-filter-button,
  .wof-option-button,
  .wof-color-family__toggle,
  .wof-color-family__list,
  .wof-variant-shell .single_add_to_cart_button {
    transition: none;
  }
}
