/* Electro HUB — premium Woo product card (Hookii-style) */
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 1.5rem !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
@media (min-width: 700px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (min-width: 1020px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
  content: none !important;
}
.woocommerce ul.products li.product,
.woocommerce ul.products li.eh-product-card {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 22px !important;
  background: #111 !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0,0,0,0.28);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.woocommerce ul.products li.product::before {
  display: none !important;
  content: none !important;
}
.woocommerce ul.products li.product:hover {
  border-color: rgba(255,255,255,0.16) !important;
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(0,0,0,0.42);
}

.eh-product-media {
  display: block;
  background: #f3f3f3;
  aspect-ratio: 1 / 0.92;
  overflow: hidden;
}
.eh-product-media img,
.woocommerce ul.products li.product .eh-product-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: 0 !important;
  padding: 1.4rem !important;
  background: #f3f3f3 !important;
  transition: transform 0.45s ease;
}
.woocommerce ul.products li.product:hover .eh-product-media img {
  transform: scale(1.03);
}

.woocommerce ul.products li.product .onsale {
  top: 0.85rem !important;
  left: auto !important;
  right: 0.85rem !important;
  margin: 0 !important;
  min-height: 0 !important;
  line-height: 1 !important;
  padding: 0.4rem 0.7rem !important;
  border-radius: 999px !important;
  background: #E10600 !important;
  color: #fff !important;
  font-size: 0.7rem !important;
  font-weight: 750 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  z-index: 2;
}

.eh-product-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1.35rem 1.35rem 1.4rem;
  text-align: left;
}

.eh-product-kicker {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

.eh-product-title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.2rem !important;
  font-weight: 650 !important;
  letter-spacing: -0.025em !important;
  padding: 0 !important;
  margin: 0 0 0.55rem !important;
  line-height: 1.25 !important;
  color: #fff !important;
}
.eh-product-title a {
  color: inherit !important;
  text-decoration: none !important;
}

.eh-product-benefit {
  margin: 0 0 1.1rem;
  color: rgba(255,255,255,0.62);
  font-size: 0.92rem;
  line-height: 1.5;
  min-height: 2.7em;
}

.eh-product-price,
.woocommerce ul.products li.product .eh-product-price {
  margin: 0 0 1.15rem !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
}
.eh-product-price .price,
.eh-product-price del,
.eh-product-price ins {
  color: inherit;
}
.eh-product-price del {
  color: rgba(255,255,255,0.4) !important;
  font-weight: 500 !important;
  font-size: 0.9rem !important;
}
.eh-product-price ins {
  background: none !important;
  text-decoration: none !important;
}
.eh-price-request {
  color: rgba(255,255,255,0.78);
  font-weight: 600;
  font-size: 1rem;
}

.eh-product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-top: auto;
}
.eh-btn-details {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.7rem 0.85rem !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255,255,255,0.55) !important;
  background: transparent !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  text-decoration: none !important;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.eh-btn-details:hover {
  border-color: #fff !important;
  background: rgba(255,255,255,0.06) !important;
  color: #fff !important;
}
.woocommerce ul.products li.product .eh-btn-cart,
.woocommerce ul.products li.product a.eh-btn-cart,
.eh-btn-cart {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  width: 100% !important;
  margin: 0 !important;
  padding: 0.7rem 0.85rem !important;
  border-radius: 12px !important;
  background: #E10600 !important;
  color: #fff !important;
  border: 0 !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  text-decoration: none !important;
  transition: filter 0.2s, transform 0.15s !important;
}
.woocommerce ul.products li.product .eh-btn-cart:hover,
.eh-btn-cart:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  color: #fff !important;
}

/* Featured products on homepage */
.eh-featured {
  margin-top: 0.5rem;
}
.eh-featured .woocommerce {
  margin: 0;
}
.eh-featured .woocommerce ul.products {
  gap: 1.75rem !important;
}
.eh-featured .woocommerce ul.products li.product {
  max-width: 100%;
}
.section-alt .eh-featured + .eh-section-cta,
.eh-section-cta {
  margin-top: 2rem;
  text-align: center;
}
.section-alt .section-head {
  text-align: center;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.25rem;
}
.section-alt .section-head h2 {
  margin-bottom: 0.75rem;
  letter-spacing: -0.03em;
}
.section-alt .section-head p {
  color: var(--eh-muted);
  line-height: 1.6;
  margin: 0;
}


/* ========== Single product base ========== */
body.single-product,
body.single-product .site-main,
body.single-product .eh-woo-wrap,
.single-product .woocommerce,
.woocommerce.single-product,
.single-product div.product.eh-pdp,
.eh-pdp.product {
  background: #000 !important;
  color: #fff !important;
}
/* Keep normal theme .container — no full-bleed hacks (they broke the grid) */
.single-product div.product.eh-pdp,
.woocommerce div.product.eh-pdp {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  grid-template-columns: none !important;
  gap: 0 !important;
}
.eh-pdp-buy-inner {
  background: #111 !important;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 1.25rem 1.25rem 1.35rem;
  color: #fff !important;
  box-shadow: 0 16px 40px rgba(0,0,0,0.32);
}
.eh-pdp-highlights li {
  color: rgba(255,255,255,0.9) !important;
}
.eh-pdp-brandline {
  color: #ff6b63 !important;
}
.eh-pdp-title,
.eh-pdp-buy .product_title,
.eh-pdp-price,
.eh-pdp-price .amount,
.eh-pdp .woocommerce-Price-amount {
  color: #fff !important;
}
.eh-pdp-essence,
.eh-pdp-fine {
  color: rgba(255,255,255,0.7) !important;
}
/* WC cart form inside buy panel — no white box / float mess */
.eh-pdp-cart form.cart,
.woocommerce .eh-pdp form.cart,
.woocommerce div.product .eh-pdp-cart form.cart {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.eh-pdp-cart .quantity {
  display: none !important;
  float: none !important;
  margin: 0 !important;
}
.eh-pdp-cart .single_add_to_cart_button,
.woocommerce div.product .eh-pdp-cart form.cart .single_add_to_cart_button,
.woocommerce .eh-pdp form.cart .single_add_to_cart_button {
  display: flex !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  float: none !important;
  box-sizing: border-box !important;
}
/* ========== Premium Hookii-style PDP ========== */
.eh-pdp {
  --eh-pdp-accent: #C41E3A;
  --eh-pdp-accent-brand: #E10600;
  padding-bottom: 4.25rem;
  display: block !important;
  width: 100%;
}
.eh-pdp > * {
  width: 100%;
  max-width: 100%;
}

/* 1. Trust strip */
.eh-pdp-trust-strip {
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: #0a0a0a;
  padding: 0.65rem 0;
}
.eh-pdp-trust-strip-line {
  margin: 0;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.55);
}

/* 2. Hero */
.eh-pdp-hero {
  padding: 1.1rem 0 0.25rem;
}
.eh-pdp-hero-grid {
  display: grid !important;
  gap: 1.35rem;
  align-items: start;
  grid-template-columns: 1fr;
}
@media (min-width: 960px) {
  .eh-pdp-hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr) !important;
    gap: 2rem;
    padding-top: 0.5rem;
    align-items: stretch;
  }
}

.eh-pdp-media {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  height: 100%;
  min-height: 0;
}
@media (min-width: 960px) {
  .eh-pdp-media {
    align-self: stretch;
  }
  .eh-pdp-buy {
    align-self: stretch;
    display: flex;
    flex-direction: column;
  }
  .eh-pdp-buy-inner {
    flex: 1 1 auto;
    height: 100%;
  }
  /* Pin under-photo panel to the bottom edge of the buy column */
  .eh-pdp-media-panel {
    margin-top: auto;
  }
}
.eh-pdp-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.eh-pdp-main-wrap {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  background:
    radial-gradient(120% 80% at 50% 20%, rgba(196,30,58,0.12), transparent 55%),
    linear-gradient(180deg, #141414 0%, #0a0a0a 100%);
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: min(560px, 100%);
  max-height: min(560px, 68vh);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eh-pdp-main-btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
.eh-pdp-main-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 1.1rem;
  display: block;
}

.eh-pdp-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 0;
  width: 100%;
  max-width: min(560px, 100%);
  overflow-x: auto;
  padding-bottom: 0.15rem;
  scrollbar-width: thin;
}
.eh-pdp-thumb {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  padding: 0;
  border-radius: 12px;
  background: #0a0a0a;
  border: 1px solid rgba(255,255,255,0.12);
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.eh-pdp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.3rem;
  display: block;
}
.eh-pdp-thumb.is-active,
.eh-pdp-thumb:hover {
  border-color: var(--eh-pdp-accent);
}
.eh-pdp-thumb--video .eh-pdp-thumb-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0,0,0,0.55);
  z-index: 1;
}
.eh-pdp-thumb--video .eh-pdp-thumb-play::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
}

/* Buy column — sticky on desktop */
.eh-pdp-buy {
  min-width: 0;
}
@media (min-width: 960px) {
  .eh-pdp-buy-inner {
    position: sticky;
    top: 5.5rem;
  }
}

.eh-pdp-brandline {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ff6b63;
}
.eh-pdp-title,
.eh-pdp-buy .product_title {
  font-size: clamp(1.55rem, 3vw, 2.15rem) !important;
  letter-spacing: -0.03em;
  margin: 0 0 0.65rem !important;
  color: #fff !important;
  line-height: 1.2 !important;
}
.eh-pdp-essence {
  margin: 0 0 1.1rem;
  color: rgba(255,255,255,0.68);
  font-size: 1.02rem;
  line-height: 1.5;
  max-width: 34rem;
}

.eh-pdp-price-block { margin-bottom: 1.1rem; }
.eh-pdp-price {
  font-size: clamp(1.65rem, 2.8vw, 2rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}
.eh-pdp-price .amount { color: #fff !important; }
.eh-pdp-price .eh-price-request {
  color: rgba(255,255,255,0.85);
  font-weight: 700;
  font-size: 1.35rem;
}

.eh-pdp-highlights {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}
.eh-pdp-highlights li {
  position: relative;
  padding: 0.3rem 0 0.3rem 1.15rem;
  color: #d4d4d4;
  font-size: 0.95rem;
  line-height: 1.4;
}
.eh-pdp-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--eh-pdp-accent);
}

/* Series switcher */
.eh-pdp-series {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-bottom: 1.15rem;
}
@media (max-width: 420px) {
  .eh-pdp-series { grid-template-columns: repeat(2, 1fr); }
}
.eh-pdp-series-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  padding: 0.7rem 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  background: #121212;
  color: #eee;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.2s, background 0.2s;
}
.eh-pdp-series-btn:hover {
  border-color: rgba(255,255,255,0.28);
}
.eh-pdp-series-btn.is-active {
  border-color: var(--eh-pdp-accent);
  background: rgba(196, 30, 58, 0.12);
}
.eh-pdp-series-label {
  font-weight: 750;
  font-size: 0.95rem;
}
.eh-pdp-series-area {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.5);
}
.eh-pdp-series-note {
  margin: -0.55rem 0 1rem;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
}

.eh-pdp-actions {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1.25rem;
  width: 100%;
}
.eh-pdp-cart {
  padding: 0;
  border: 0;
  background: transparent;
  width: 100%;
}
.eh-pdp-cart form.cart {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}
/* Hide qty on PDP — robots go 1 at a time */
.eh-pdp .quantity,
.eh-pdp-cart .quantity,
.eh-pdp form.cart .quantity {
  display: none !important;
}
.eh-pdp-actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.55rem;
  width: 100%;
  box-sizing: border-box;
}
.eh-pdp-actions > * {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.eh-pdp-actions .eh-pdp-cart,
.eh-pdp-actions form.cart,
.woocommerce div.product .eh-pdp-actions form.cart {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-sizing: border-box !important;
}
/* Beat theme.css: .woocommerce div.product form.cart .single_add_to_cart_button { margin-left: .5rem } */
.woocommerce div.product .eh-pdp-actions form.cart .single_add_to_cart_button,
.eh-pdp-actions .single_add_to_cart_button,
.eh-pdp-cart .single_add_to_cart_button,
.eh-pdp .single_add_to_cart_button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 52px;
  margin: 0 !important;
  float: none !important;
  box-sizing: border-box !important;
  background: var(--eh-pdp-accent) !important;
  color: #fff !important;
  border: 1px solid rgba(196,30,58,0.85) !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  padding: 0.85rem 1.25rem !important;
  box-shadow: 0 10px 28px rgba(196,30,58,0.28);
}
/* TG + MAX share the same grid column width */
.eh-pdp-actions .eh-msg-row.eh-pdp-msg,
.eh-pdp-actions .eh-pdp-msg {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.55rem;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: stretch;
  box-sizing: border-box !important;
}
.eh-pdp-actions .eh-pdp-msg .eh-msg-btn {
  flex: none !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 52px;
  box-sizing: border-box !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255,255,255,0.28) !important;
}
.eh-pdp-tg {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: 100%;
  border-radius: 12px !important;
  font-weight: 650 !important;
}

.eh-pdp-iconlines {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}
.eh-pdp-iconlines li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.9rem;
  color: #ccc;
}
.eh-pdp-iconlines-dot {
  flex: 0 0 auto;
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.4rem;
  border-radius: 50%;
  background: var(--eh-pdp-accent);
}
.eh-pdp-iconlines strong {
  display: block;
  color: #fff;
  font-weight: 650;
  font-size: 0.9rem;
}
.eh-pdp-iconlines-sub {
  display: block;
  color: rgba(255,255,255,0.45);
  font-size: 0.8rem;
  margin-top: 0.1rem;
}
.eh-pdp-fine {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.45;
}

/* Mobile order: photo → buy (price/CTAs) → under-photo panel */
@media (max-width: 959px) {
  .eh-pdp-hero-grid {
    display: flex;
    flex-direction: column;
  }
  /* Flatten media so gallery / panel can reorder vs buy */
  .eh-pdp-media {
    display: contents;
  }
  .eh-pdp-gallery {
    order: 1;
    margin-bottom: 0.85rem;
  }
  .eh-pdp-buy {
    order: 2;
  }
  .eh-pdp-media-panel {
    order: 3;
    margin-top: 0.85rem;
  }
}

/* 3. Key figures */
.eh-pdp-stats {
  padding: 1.75rem 0 0.5rem;
}
.eh-pdp-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
@media (min-width: 760px) {
  .eh-pdp-stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
.eh-pdp-stat {
  text-align: center;
  padding: 1.1rem 0.75rem;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  background: #111;
}
.eh-pdp-stat strong {
  display: block;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 0.25rem;
}
.eh-pdp-stat span {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  text-transform: lowercase;
}

/* 4. Feature modules — even premium cards */
.eh-pdp-features-long {
  padding: 0.5rem 0 0;
}
.eh-pdp-feature-row {
  padding: 0.85rem 0;
}
.eh-pdp-feature-row + .eh-pdp-feature-row {
  border-top: none;
}
.eh-pdp-feature-card {
  display: grid;
  gap: 0;
  align-items: stretch;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.015));
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow:
    0 18px 48px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,255,255,0.06);
}
.eh-pdp-feature-grid {
  display: grid;
  gap: 0;
  align-items: stretch;
}
@media (min-width: 900px) {
  .eh-pdp-feature-grid {
    grid-template-columns: 1.15fr 0.85fr;
  }
  .eh-pdp-feature-row--right .eh-pdp-feature-media { order: 2; }
  .eh-pdp-feature-row--right .eh-pdp-feature-copy { order: 1; }
}
.eh-pdp-feature-media {
  overflow: hidden;
  background: #0a0a0a;
  aspect-ratio: 4 / 3;
  max-height: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
@media (min-width: 900px) {
  .eh-pdp-feature-media {
    aspect-ratio: auto;
    min-height: 280px;
    max-height: 420px;
  }
  .eh-pdp-feature-row--left .eh-pdp-feature-media {
    border-right: 1px solid rgba(255,255,255,0.08);
  }
  .eh-pdp-feature-row--right .eh-pdp-feature-media {
    border-left: 1px solid rgba(255,255,255,0.08);
  }
}
.eh-pdp-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  display: block;
  background: transparent;
}
.eh-pdp-feature-copy {
  padding: 1.35rem 1.35rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0,0,0,0.22);
}
@media (min-width: 900px) {
  .eh-pdp-feature-copy {
    padding: 2rem 2.1rem;
  }
}
.eh-pdp-feature-copy h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.25rem, 2.3vw, 1.7rem);
  letter-spacing: -0.025em;
  color: #fff;
  line-height: 1.25;
}
.eh-pdp-feature-copy p {
  margin: 0 0 0.65rem;
  color: rgba(255,255,255,0.68);
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 34rem;
}
.eh-pdp-feature-copy p:last-child { margin-bottom: 0; }
@media (max-width: 899px) {
  .eh-pdp-feature-media {
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
}

.eh-pdp-daily {
  padding: 2.5rem 0 1rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.eh-pdp-daily-title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  color: #fff;
  letter-spacing: -0.02em;
}
.eh-pdp-daily-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 800px) {
  .eh-pdp-daily-grid { grid-template-columns: repeat(4, 1fr); }
}
.eh-pdp-daily-card {
  padding: 1.2rem 1.1rem;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(165deg, #151515, #0c0c0c);
}
.eh-pdp-daily-card strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.35rem;
}
.eh-pdp-daily-card p {
  margin: 0;
  color: rgba(255,255,255,0.5);
  font-size: 0.88rem;
  line-height: 1.45;
}

/* Shared section chrome */
.eh-pdp-section { padding: 2.75rem 0; }
.eh-pdp-section-alt {
  background: #070707;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
.eh-pdp-section .container {
  max-width: 1100px;
}
.eh-pdp-section .section-head {
  margin-bottom: 1.5rem;
}
.eh-pdp-section .section-head.center { text-align: center; }
.eh-pdp-section .section-head h2 {
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 0.5rem;
}
.eh-pdp-section .section-head p {
  color: var(--eh-muted, #a3a3a3);
  max-width: 36rem;
  margin: 0;
  line-height: 1.5;
}

/* 5. Series table */
.eh-pdp-specs-wrap {
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
}
.eh-specs-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  background: #0e0e0e;
}
.eh-specs-table th,
.eh-specs-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid #1c1c1c;
  font-size: 0.9rem;
}
.eh-specs-table th {
  background: #141414;
  color: #fff;
  font-weight: 700;
}
.eh-specs-table th.is-current,
.eh-specs-table td.is-current {
  background: rgba(196, 30, 58, 0.1);
  color: #fff;
  box-shadow: inset 0 -2px 0 var(--eh-pdp-accent);
}
.eh-specs-table td:first-child { color: #aaa; }
.eh-specs-table td { color: #e8e8e8; }
.eh-pdp-specs-mobile { display: none; margin-top: 1rem; }
@media (max-width: 759px) {
  .eh-pdp-specs-wrap { display: none; }
  .eh-pdp-specs-mobile { display: grid; gap: 0.55rem; }
}
.eh-spec-acc {
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
  background: #111;
  padding: 0 1rem;
}
.eh-spec-acc.is-current {
  border-color: rgba(196, 30, 58, 0.45);
}
.eh-spec-acc summary {
  cursor: pointer;
  list-style: none;
  padding: 0.95rem 0;
  font-weight: 700;
  color: #fff;
}
.eh-spec-acc summary::-webkit-details-marker { display: none; }
.eh-spec-acc-body { padding-bottom: 0.85rem; }
.eh-spec-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 0;
  border-top: 1px solid #1c1c1c;
  font-size: 0.88rem;
}
.eh-spec-row span { color: #888; }
.eh-spec-row strong { color: #fff; font-weight: 650; }

.eh-pdp-char-single,
.eh-pdp-specs-list {
  display: grid;
  gap: 0;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.eh-pdp-section#specs .section-head {
  text-align: center;
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
.eh-pdp-section#specs .eh-pdp-specs-toggle {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.eh-pdp-char-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-size: 0.92rem;
}
.eh-pdp-char-row span { color: rgba(255,255,255,0.5); }
.eh-pdp-char-row strong { color: #fff; font-weight: 600; text-align: right; }
.eh-pdp-specs-group {
  margin: 1.35rem 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--eh-pdp-accent);
}
.eh-pdp-specs-group:first-child { margin-top: 0; }
.eh-pdp-specs-toggle {
  margin-top: 1.25rem;
  cursor: pointer;
}
.eh-pdp-specs-more[hidden] { display: none !important; }

/* 6. What's in the box — Hookii-style hero photo on dark premium */
.eh-pdp-section#inbox .section-head.eh-pdp-inbox-head,
.eh-pdp-section#inbox .section-head {
  text-align: center;
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.65rem;
}
.eh-pdp-section#inbox .section-head h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.55rem, 3vw, 2.05rem);
  letter-spacing: -0.03em;
  color: #fff;
}
.eh-pdp-section#inbox .section-head p {
  margin: 0;
  color: rgba(255,255,255,0.55);
  font-size: 0.98rem;
}
.eh-pdp-inbox-figure {
  margin: 0 auto;
  max-width: 1100px;
}
.eh-pdp-inbox-frame {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(196,30,58,0.10), transparent 55%),
    #0c0c0c;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.03) inset,
    0 28px 60px rgba(0,0,0,0.45);
}
.eh-pdp-inbox-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}
.eh-pdp-inbox-frame img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 700px) {
  .eh-pdp-inbox-frame {
    border-radius: 16px;
  }
  .eh-pdp-section#inbox .section-head {
    margin-bottom: 1.15rem;
  }
}
/* legacy grid kept hidden if any leftover markup */

/* 8. CTA band on PDP */
.eh-pdp-cta-band { margin: 0; }

/* 9. Related */
.eh-pdp-related-block + .eh-pdp-related-block {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.eh-pdp-related-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .eh-pdp-related-grid { grid-template-columns: repeat(3, 1fr); }
}
.eh-pdp-related-card {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1.2rem 1.15rem;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  background: #121212;
  text-decoration: none !important;
  color: inherit;
  transition: border-color 0.2s, transform 0.2s;
}
.eh-pdp-related-card:hover {
  border-color: rgba(196, 30, 58, 0.5);
  transform: translateY(-2px);
}
.eh-pdp-related-ico {
  width: 1.5rem;
  height: 3px;
  background: var(--eh-pdp-accent);
  border-radius: 2px;
  margin-bottom: 0.4rem;
}
.eh-pdp-related-card strong { color: #fff; font-size: 1rem; }
.eh-pdp-related-card span { color: rgba(255,255,255,0.45); font-size: 0.85rem; }
.eh-pdp-related-fallback { margin: 0; }
.eh-pdp-woo-related .products {
  margin-top: 0.5rem !important;
}

/* 10. FAQ */
.eh-pdp-faq {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 0.55rem;
}
.eh-faq-item {
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
  background: #111;
  padding: 0 1.1rem;
}
.eh-faq-item summary {
  cursor: pointer;
  padding: 1rem 0;
  font-weight: 650;
  color: #fff;
  list-style: none;
}
.eh-faq-item summary::-webkit-details-marker { display: none; }
.eh-faq-body {
  padding: 0 0 1rem;
  color: #a3a3a3;
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Sticky buy bar */
.eh-pdp-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  background: rgba(8,8,8,0.96);
  backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 0.65rem 0 calc(0.65rem + env(safe-area-inset-bottom, 0px));
  transform: translateY(110%);
  transition: transform 0.25s ease;
}
.eh-pdp-sticky.is-on { transform: translateY(0); }
.eh-pdp-sticky[hidden] { display: block !important; }
.eh-pdp-sticky:not(.is-on) { pointer-events: none; }
.eh-pdp-sticky-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
}
.eh-pdp-sticky-media {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(255,255,255,0.1);
  display: block;
}
.eh-pdp-sticky-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.eh-pdp-sticky-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}
.eh-pdp-sticky-title {
  display: block;
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.eh-pdp-sticky-series {
  display: inline-block;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.eh-pdp-sticky-price {
  color: #ccc;
  font-size: 0.9rem;
  line-height: 1.2;
}
.eh-pdp-sticky-price .amount,
.eh-pdp-sticky-price .woocommerce-Price-amount {
  color: #fff !important;
  font-weight: 700;
  font-size: 1rem;
}
.eh-pdp-sticky-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}
.eh-pdp-sticky-msgs {
  display: none;
  align-items: center;
  gap: 0.4rem;
}
.eh-pdp-sticky-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.22);
  color: #fff;
  text-decoration: none;
  background: transparent;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.eh-pdp-sticky-icon:hover,
.eh-pdp-sticky-icon:focus-visible {
  border-color: rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.06);
  outline: none;
  color: #fff;
}
.eh-pdp-sticky-icon-max {
  width: 18px;
  height: 18px;
}
.eh-pdp-sticky-cart {
  white-space: nowrap;
}
@media (min-width: 720px) {
  .eh-pdp-sticky-msgs { display: inline-flex; }
  .eh-pdp-sticky-media {
    width: 56px;
    height: 56px;
  }
  .eh-pdp-sticky-title { font-size: 0.95rem; }
}
@media (max-width: 519px) {
  .eh-pdp-sticky-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.55rem;
  }
  .eh-pdp-sticky-media {
    width: 44px;
    height: 44px;
    border-radius: 8px;
  }
  .eh-pdp-sticky-title {
    font-size: 0.78rem;
  }
  .eh-pdp-sticky-series {
    font-size: 0.65rem;
  }
  .eh-pdp-sticky-price {
    font-size: 0.8rem;
  }
  .eh-pdp-sticky-price .amount,
  .eh-pdp-sticky-price .woocommerce-Price-amount {
    font-size: 0.9rem;
  }
  .eh-pdp-sticky-actions .btn {
    min-width: 0;
    min-height: 40px;
    padding: 0.45rem 0.85rem;
    font-size: 0.82rem;
  }
}

/* Lightbox */
.eh-pdp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0,0,0,0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.eh-pdp-lightbox[hidden] { display: none !important; }
.eh-pdp-lightbox img {
  max-width: min(96vw, 1100px);
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
}
.eh-pdp-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
}

/* Hide default Woo bits we replaced */
.eh-pdp .woocommerce-product-rating,
.eh-pdp .product_meta,
.eh-pdp .woocommerce-product-gallery {
  display: none !important;
}


.eh-pdp-sticky-actions .btn {
  min-height: 42px;
  min-width: 7.5rem;
  padding: 0.55rem 1rem;
}


/* —— Media under-photo panel (fills dead space) —— */
.eh-pdp-media-panel {
  display: grid;
  gap: 0.75rem;
  padding: 0.95rem 1rem 1.05rem;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.10);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015)),
    #0d0d0d;
  width: 100%;
  box-sizing: border-box;
}
.eh-pdp-media-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
}
@media (max-width: 520px) {
  .eh-pdp-media-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.eh-pdp-media-stat {
  padding: 0.65rem 0.55rem;
  border-radius: 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  text-align: center;
}
.eh-pdp-media-stat-v {
  display: block;
  font-weight: 750;
  font-size: 0.92rem;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.2;
}
.eh-pdp-media-stat-l {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.68rem;
  color: rgba(255,255,255,0.48);
  line-height: 1.25;
}
.eh-pdp-media-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}
.eh-pdp-media-points li {
  position: relative;
  padding: 0.35rem 0.2rem 0.35rem 1.05rem;
  font-size: 0.88rem;
  line-height: 1.4;
  color: rgba(255,255,255,0.78);
}
.eh-pdp-media-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--eh-pdp-accent, #C41E3A);
}
.eh-pdp-media-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 0.75rem;
  row-gap: 0.15rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  text-decoration: none;
  border: 1px solid rgba(196,30,58,0.35);
  background:
    linear-gradient(135deg, rgba(196,30,58,0.18), rgba(196,30,58,0.05));
  transition: border-color 0.2s, transform 0.15s, background 0.2s;
}
.eh-pdp-media-cta:hover {
  border-color: rgba(196,30,58,0.7);
  transform: translateY(-1px);
  background: linear-gradient(135deg, rgba(196,30,58,0.26), rgba(196,30,58,0.08));
}
.eh-pdp-media-cta-kicker {
  grid-column: 1;
  grid-row: 1;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ff8a82;
}
.eh-pdp-media-cta-title {
  grid-column: 1;
  grid-row: 2;
  font-size: 0.92rem;
  font-weight: 650;
  color: #fff;
  line-height: 1.35;
}
.eh-pdp-media-cta-go {
  grid-column: 2;
  grid-row: 1 / span 2;
  font-size: 1.35rem;
  color: #fff;
  opacity: 0.85;
}

@media (max-width: 959px) {
  .eh-pdp-main-wrap {
    aspect-ratio: 4 / 3;
    max-height: min(420px, 58vh);
  }
  .eh-pdp-media-panel {
    margin-bottom: 0.25rem;
  }
}

/* Override legacy msg margin */
.eh-pdp-msg { margin-top: 0 !important; width: 100%; }


/* —— Hookii-style bento grid (after buy/price) —— */
.eh-pdp-bento-section {
  padding: 1.35rem 0 0.35rem;
}
.eh-pdp-bento {
  display: grid;
  grid-template-columns: 1.15fr 1.15fr 1fr;
  grid-template-rows: minmax(240px, 32vw) minmax(210px, 26vw);
  grid-template-areas:
    "lidar lidar efficiency"
    "antitheft cut-height obstacles";
  gap: 0.5rem;
  align-items: stretch;
}
.eh-pdp-bento-card {
  position: relative;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  background: #0a0a0a;
  min-height: 0;
  height: 100%;
  isolation: isolate;
}
.eh-pdp-bento-card--lidar { grid-area: lidar; }
.eh-pdp-bento-card--efficiency { grid-area: efficiency; }
.eh-pdp-bento-card--antitheft { grid-area: antitheft; }
.eh-pdp-bento-card--cut-height { grid-area: cut-height; }
.eh-pdp-bento-card--obstacles { grid-area: obstacles; }

.eh-pdp-bento-card img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.eh-pdp-bento-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 2.1rem 0.9rem 0.85rem;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.78) 72%);
  pointer-events: none;
}
.eh-pdp-bento-card--lidar .eh-pdp-bento-caption {
  top: 0;
  bottom: auto;
  padding: 0.95rem 1rem 2rem;
  background: linear-gradient(180deg, rgba(0,0,0,0.72) 0%, transparent 88%);
}
.eh-pdp-bento-caption p {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: clamp(0.88rem, 1.5vw, 1.08rem);
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.55);
}

@media (max-width: 900px) {
  .eh-pdp-bento {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(200px, 42vw) minmax(180px, 38vw) minmax(170px, 36vw);
    grid-template-areas:
      "lidar lidar"
      "efficiency obstacles"
      "antitheft cut-height";
    gap: 0.45rem;
  }
}
@media (max-width: 560px) {
  .eh-pdp-bento {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-template-areas:
      "lidar"
      "efficiency"
      "antitheft"
      "cut-height"
      "obstacles";
    gap: 0.45rem;
  }
  .eh-pdp-bento-card {
    height: auto;
    aspect-ratio: 16 / 10;
  }
  .eh-pdp-bento-card--obstacles {
    aspect-ratio: 3 / 4;
  }
  .eh-pdp-bento-card--lidar {
    aspect-ratio: 16 / 9;
  }
}




/* —— Sticky anti-theft (Hookii-style: left sticky, right scrolls) —— */
.eh-pdp-protect {
  padding: 2.5rem 0 3rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.eh-pdp-protect-grid {
  display: grid;
  gap: 1.75rem;
}
@media (min-width: 960px) {
  .eh-pdp-protect-grid {
    grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.25fr);
    gap: 2.75rem;
    align-items: start;
  }
}
.eh-pdp-protect-aside-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 960px) {
  .eh-pdp-protect-aside {
    position: sticky;
    top: 6.5rem;
    align-self: start;
  }
}
.eh-pdp-protect-icon {
  width: 72px;
  height: 72px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 8px 24px rgba(80, 160, 255, 0.25));
}
@media (min-width: 960px) {
  .eh-pdp-protect-icon {
    width: 96px;
    height: 96px;
  }
}
.eh-pdp-protect-title {
  margin: 0;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  line-height: 1.25;
  letter-spacing: -0.03em;
  color: #fff;
  max-width: 16ch;
}
.eh-pdp-protect-stream {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.eh-pdp-protect-card h3 {
  margin: 0.9rem 0 0.45rem;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: #fff;
}
.eh-pdp-protect-card p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 40rem;
}
.eh-pdp-protect-media {
  border-radius: 18px;
  overflow: hidden;
  background: #0a0a0a;
  border: 1px solid rgba(255,255,255,0.12);
  aspect-ratio: 1070 / 695;
}
.eh-pdp-protect-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* —— What's in the box — Hookii PC layout (dark site, gray tiles) —— */
.eh-pdp-inbox-section--hookii {
  background: transparent;
  color: #fff;
  padding: 2.5rem 0 3rem;
}
.eh-pdp-inbox-section--hookii .eh-pdp-inbox-head h2 { color: #fff; }
.eh-pdp-inbox-section--hookii .eh-pdp-inbox-head p { color: rgba(255,255,255,0.58); }

.eh-pdp-inbox-hookii {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
@media (min-width: 1024px) {
  .eh-pdp-inbox-hookii {
    display: grid;
    grid-template-columns: 1.1fr 1.4fr 1.1fr;
    gap: 1rem;
    align-items: stretch;
  }
}
.eh-pdp-inbox-col--left,
.eh-pdp-inbox-col--right {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .eh-pdp-inbox-col--left,
  .eh-pdp-inbox-col--right {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .eh-pdp-inbox-col--left,
  .eh-pdp-inbox-col--right {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 0.85rem;
  }
  .eh-pdp-inbox-col--hero {
    display: flex;
  }
  .eh-pdp-inbox-col--hero .eh-pdp-inbox-card--hero {
    flex: 1;
    width: 100%;
    height: 100%;
  }
}

.eh-pdp-inbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .eh-pdp-inbox-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

.eh-pdp-inbox-card {
  margin: 0;
  border-radius: 12px;
  background: transparent;
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.eh-pdp-inbox-card-media {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  border-radius: 14px;
  padding: 0.65rem;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 10px 28px rgba(0,0,0,0.35);
}
.eh-pdp-inbox-card--hero .eh-pdp-inbox-card-media {
  aspect-ratio: 4 / 3;
  padding: 0.5rem;
}
@media (min-width: 1024px) {
  .eh-pdp-inbox-card--hero {
    display: flex;
    flex-direction: column;
  }
  .eh-pdp-inbox-card--hero .eh-pdp-inbox-card-media {
    aspect-ratio: auto;
    flex: 1;
    min-height: 280px;
  }
}
.eh-pdp-inbox-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.eh-pdp-inbox-card-label {
  margin: 0;
  padding: 0 0.15rem;
  text-align: center;
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgba(255,255,255,0.82);
  border-top: none;
}
.eh-pdp-inbox-qty {
  display: inline-block;
  margin-left: 0.15rem;
  color: rgba(255,255,255,0.45);
  font-weight: 500;
}
@media (min-width: 1024px) {
  .eh-pdp-inbox-card-label { font-size: 0.82rem; }
}

/* Mobile Hookii: robot full-width on top, then accessories 3-across */
@media (max-width: 1023px) {
  .eh-pdp-inbox-hookii {
    gap: 1rem;
  }
  .eh-pdp-inbox-col--hero {
    order: -2;
  }
  /* station / docs first (like Hookii), then tools */
  .eh-pdp-inbox-col--right {
    order: -1;
  }
  .eh-pdp-inbox-col--left {
    order: 0;
  }
  .eh-pdp-inbox-col--left,
  .eh-pdp-inbox-col--right {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem 0.45rem;
  }
  .eh-pdp-inbox-card--hero .eh-pdp-inbox-card-media {
    aspect-ratio: 16 / 11;
    padding: 0.75rem 1rem;
  }
  .eh-pdp-inbox-card-media {
    padding: 0.4rem;
    border-radius: 10px;
    box-shadow: none;
  }
  .eh-pdp-inbox-card-label {
    font-size: 0.68rem;
    line-height: 1.25;
  }
  .eh-pdp-inbox-card--hero .eh-pdp-inbox-card-label {
    font-size: 0.9rem;
    margin-top: 0.15rem;
  }
  .eh-pdp-inbox-qty {
    display: block;
    margin: 0.1rem 0 0;
    font-size: 0.85em;
  }
  .eh-pdp-inbox-card--hero .eh-pdp-inbox-qty {
    display: block;
  }
}



/* Series chips as links */
a.eh-pdp-series-btn {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a.eh-pdp-series-btn:hover {
  border-color: rgba(255,255,255,0.35);
}
span.eh-pdp-series-btn.is-active {
  cursor: default;
}


/* PDP bottom CTA — match homepage band */
.eh-pdp-section--cta {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}
.eh-pdp-cta-band {
  margin: 0;
}

/* Back to top — self-contained (theme.css often truncated on MasterHost) */
.eh-to-top {
  position: fixed;
  right: max(0.85rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 200;
  width: 46px;
  height: 46px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(196, 30, 58, 0.55);
  background: rgba(18, 18, 18, 0.95);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.06);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px) scale(0.96);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, border-color 0.15s ease;
}
.eh-to-top[hidden] { display: inline-flex !important; }
.eh-to-top.is-on {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.eh-to-top:hover,
.eh-to-top:focus-visible {
  border-color: #c41e3a;
  background: #1a1a1a;
  color: #fff;
  outline: none;
}
body.single-product .eh-to-top {
  bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
}
@media (min-width: 900px) {
  .eh-to-top {
    right: 1.5rem;
    bottom: 1.75rem;
    width: 48px;
    height: 48px;
  }
  body.single-product .eh-to-top {
    bottom: calc(5.25rem + env(safe-area-inset-bottom, 0px));
  }
}


/* sticky price mobile readable — same WC price as desktop */
@media (max-width: 719px) {
  .eh-pdp-sticky-price,
  .eh-pdp-sticky-price .amount,
  .eh-pdp-sticky-price .woocommerce-Price-amount {
    display: block;
    color: #fff !important;
    font-weight: 700;
    font-size: 0.95rem !important;
    line-height: 1.2;
  }
  .eh-pdp-sticky-price .woocommerce-Price-currencySymbol {
    margin-left: 0.15em;
  }
}


/* Under-photo product blurb (Pro and similar) */
.eh-pdp-media-blurb {
  margin: 0.85rem 0 0;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(196, 30, 58, 0.35);
  background: linear-gradient(135deg, rgba(196,30,58,0.12), rgba(12,12,12,0.9));
  color: rgba(255,255,255,0.82);
  font-size: 0.92rem;
  line-height: 1.55;
}
