/* ==========================================================================
   WheelsHome — single product (PDP)
   ========================================================================== */
h1{font-family:'Bebas Neue';font-size:clamp(36px,4.8vw,56px);line-height:.92;letter-spacing:.005em;margin:8px 0 14px;color:#fff !important;}

/* ---------- PRODUCT HERO (gallery + buybox) ---------- */
.product-hero{position:relative;padding:26px 5vw 100px;isolation:isolate;overflow:hidden;}
.product-hero .glow-blob{position:absolute;border-radius:50%;filter:blur(100px);mix-blend-mode:screen;pointer-events:none;z-index:0;}
.product-hero .glow-1{width:420px;height:420px;background:radial-gradient(circle,rgba(255,90,31,.36),transparent 70%);top:-14%;right:2%;animation:pulse 9s ease-in-out infinite;}
.product-hero .glow-2{width:320px;height:320px;background:radial-gradient(circle,rgba(255,184,77,.2),transparent 70%);bottom:-10%;left:-6%;animation:pulse 11s ease-in-out infinite 1.2s;}
.product-layout{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr 1fr;gap:48px;align-items:start;}

.gallery{position:sticky;top:104px;}
.gallery-main{position:relative;aspect-ratio:1/1;border:1px solid var(--line);border-radius:26px;overflow:hidden;background:#0d0d10;}
.gallery-main img{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease,transform .5s ease;}
.gallery-main .badge{top:18px;left:18px;right:auto;position:absolute;z-index:2;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,90,31,.4);background:rgba(255,90,31,.16);color:var(--ember2);font-size:10.5px;font-weight:900;text-transform:uppercase;letter-spacing:.03em;backdrop-filter:blur(6px);}
.gallery-thumbs{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap;}
.thumb{width:74px;height:74px;flex:none;padding:0;border-radius:14px;overflow:hidden;border:2px solid transparent;cursor:pointer;opacity:.55;transition:.2s;background:#0d0d10;}
.thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.thumb:hover{opacity:.85}
.thumb.active{opacity:1;border-color:var(--ember);}

.buybox .kicker a{color:inherit}
.rating-row{display:flex;align-items:center;gap:10px;margin-bottom:16px;color:var(--ember2);font-size:14px;letter-spacing:.03em;}
.buybox .lead{color:var(--muted);font-size:14.5px;line-height:1.65;max-width:520px;margin-bottom:10px;}
.buybox .lead p{margin:0;}

.fit-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:22px;}
.fit-tags span{font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:#ddd;border:1px solid var(--line-strong);border-radius:999px;padding:5px 11px;background:rgba(255,255,255,.04);}

.price-row{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--line);}
.price-row .price,.price-row .amount{font-family:'Bebas Neue';font-size:38px;letter-spacing:.01em;color:#fff;font-style:normal;}
.price-row del{color:var(--muted);font-size:.55em;margin-right:10px;font-weight:400;}
.price-row ins{text-decoration:none;}

.spec-quick{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:28px;}
.spec-quick div{border:1px solid var(--line);border-radius:16px;background:var(--panel);padding:12px 8px;text-align:center;}
.spec-quick b{display:block;font-family:'Bebas Neue';font-size:19px;letter-spacing:.01em;color:#fff;}
.spec-quick span{color:var(--muted);font-size:9.5px;text-transform:uppercase;letter-spacing:.03em;}

.variant-group{margin-bottom:22px;}
.variant-group h4{font-family:'Bebas Neue';font-size:14px;letter-spacing:.04em;text-transform:uppercase;color:#fff;margin-bottom:12px;}
.variant-group .chip{height:40px;padding:0 16px;text-decoration:none;}
.variant-group .swatch{width:34px;height:34px;}

/* ---------- REAL WOOCOMMERCE ADD-TO-CART FORM (reskinned, not replaced) --- */
.woocommerce form.cart,.woocommerce form.variations_form{margin-bottom:22px;}
.woocommerce table.variations{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;}
.woocommerce .woocommerce-variation-add-to-cart,
.woocommerce .cart{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
/* Blocksy (parent theme) renders its own working quantity stepper — a
   .qty input plus .ct-increase/.ct-decrease spans it positions and wires
   up itself. Restyle colours only here; don't touch position/size, that
   would fight Blocksy's own layout math for those spans. */
.woocommerce .quantity{position:relative;display:inline-flex;height:54px;}
.woocommerce .quantity .qty{height:54px;min-width:90px;padding:0 34px;border:1px solid var(--line-strong);border-radius:999px;background:#0d0d10;color:#fff;text-align:center;font-weight:800;font-size:14px;-moz-appearance:textfield;}
.woocommerce .quantity .qty::-webkit-outer-spin-button,.woocommerce .quantity .qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.woocommerce .quantity .ct-increase,
.woocommerce .quantity .ct-decrease{color:#fff;cursor:pointer;}
.woocommerce .quantity .ct-increase:hover,
.woocommerce .quantity .ct-decrease:hover{color:var(--ember2);}
.woocommerce button.single_add_to_cart_button{height:54px;padding:0 30px;border-radius:999px;border:0;background:linear-gradient(120deg,var(--ember),#ff8a3d);color:#0a0a0a;font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.03em;cursor:pointer;flex:1;min-width:190px;}
.woocommerce button.single_add_to_cart_button.disabled{opacity:.5;cursor:not-allowed;}
.woocommerce .woocommerce-variation-price{width:100%;order:-1;margin-bottom:6px;color:var(--muted);font-size:13px;}
.woocommerce .woocommerce-variation-price .price,.woocommerce .woocommerce-variation-price .amount{font-family:'Bebas Neue';font-size:26px;color:#fff;}
.woocommerce .woocommerce-variation-availability{width:100%;order:-1;font-size:12.5px;color:var(--ok);margin-bottom:6px;}
.woocommerce .reset_variations{color:var(--ember2);font-size:11.5px;font-weight:800;text-transform:uppercase;margin-left:6px;}

.trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;}
.trust-row span{border:1px solid var(--line);border-radius:999px;background:var(--panel);padding:8px 14px;font-size:11.5px;font-weight:700;color:#ddd;white-space:nowrap;}

.stock-line{display:flex;align-items:center;gap:10px;color:var(--ok);font-size:13px;font-weight:700;}
.stock-dot{width:9px;height:9px;border-radius:50%;background:var(--ok);box-shadow:0 0 0 4px rgba(67,230,160,.18);display:inline-block;flex:none;}

/* ---------- SPECIFICATIONS TABLE (wc_display_product_attributes output) ---
   Real markup: <tr class="woocommerce-product-attributes-item ...">
   <th class="...__label">Label</th><td class="...__value"><p><a rel="tag">Value</a></p></td> */
.faq-a-inner table.woocommerce-product-attributes{width:100%;border-collapse:collapse;margin-bottom:10px;}
.faq-a-inner table.woocommerce-product-attributes tr{border-bottom:1px solid var(--line);}
.faq-a-inner table.woocommerce-product-attributes th,
.faq-a-inner table.woocommerce-product-attributes td{padding:12px 6px;font-size:13.5px;color:#ddd;text-align:left;font-weight:400;vertical-align:top;}
.faq-a-inner table.woocommerce-product-attributes th{color:var(--muted);width:44%;font-weight:400;}
.faq-a-inner table.woocommerce-product-attributes td p{margin:0;}
.faq-a-inner table.woocommerce-product-attributes td a{color:#ddd;text-decoration:none;border-bottom:1px dashed var(--line-strong);transition:.2s;}
.faq-a-inner table.woocommerce-product-attributes td a:hover{color:var(--ember2);border-color:var(--ember2);}

.fit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:26px;}
.fit-card{border:1px solid var(--line);border-radius:16px;padding:14px 16px;background:var(--panel);}
.fit-card b{display:block;font-family:'Bebas Neue';font-size:17px;letter-spacing:.01em;margin-bottom:6px;color:#fff;}
.fit-card span{color:var(--muted);font-size:12.5px;line-height:1.55;display:block;}

@media(max-width:1180px){.product-layout{gap:32px}}
@media(max-width:960px){
  .product-layout{grid-template-columns:1fr;}
  .gallery{position:static;}
  .fit-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:680px){
  .product-hero{padding:18px 20px 70px;}
  .spec-quick{grid-template-columns:repeat(2,1fr)}
  .woocommerce button.single_add_to_cart_button{flex-basis:100%;}
  .fit-grid{grid-template-columns:1fr;}
}
