/*
Theme Name: Defilev 2026
Theme URI: https://defilev.com
Author: Defilev / Levik Mani
Author URI: https://defilev.com
Description: Thème custom Defilev — refonte 2026, design Apple-style sobre & premium. Compatible WooCommerce. Couleurs : #095da7 (bleu) + #a40929 (rouge bordeaux). Typographie : Montserrat. 13 pages livrées : accueil, défibrillateurs, packs DAE, accessoires, GeoDAE, maintenance, réglementation, devis, contact, mentions légales, confidentialité, CGV/CGU.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: defilev-2026
Tags: woocommerce, e-commerce, custom-colors, custom-menu, custom-logo, featured-images, threaded-comments
*/

/* =========================================================================
   DEFILEV — CSS GLOBAL (extrait des maquettes validées 2026-05-08)
   ========================================================================= */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

:root{
  --bg-massage:url(https://defilev.com/wp-content/uploads/2021/10/defib.jpg);
  --brand-blue:#095da7; --brand-blue-hover:#074a85; --brand-blue-soft:#e8f1fa; --brand-blue-glow:rgba(9,93,167,.18);
  --brand-blue-deep:#0c2747; --brand-navy:#0a1e3a; --brand-navy-2:#0e2a4f;
  --brand-red:#a40929; --brand-red-hover:#850720; --brand-red-soft:#fbe8ec;
  --color-bg:#fff; --color-bg-soft:#f5f5f7; --color-bg-warm:#faf7f2;
  --color-text:#0c2747; --color-text-muted:#6e6e73; --color-text-light:#86868b;
  --color-border:#d2d2d7; --color-border-light:#ebebef;
  --gold:#c69c2f;
  --font-display:"Montserrat",-apple-system,BlinkMacSystemFont,"SF Pro Display","Inter","Helvetica Neue",sans-serif;
  --font-text:"Montserrat",-apple-system,BlinkMacSystemFont,"SF Pro Text","Inter","Helvetica Neue",sans-serif;
  --fs-h1:clamp(2.4rem,7vw,5rem);
  --fs-h2:clamp(1.85rem,5vw,3.5rem);
  --fs-h3:clamp(1.35rem,3vw,1.95rem);
  --fs-h4:1.15rem;
  --fs-body:1.0625rem;
  --fs-caption:.8125rem;
  --section-y:clamp(64px,9vw,128px);
  --container:1240px;
  --gutter:clamp(20px,4vw,48px);
  --r-sm:14px; --r-md:22px; --r-lg:28px; --r-xl:36px; --r-pill:999px;
  --shadow-soft:0 1px 3px rgba(0,0,0,.04),0 8px 24px rgba(0,0,0,.06);
  --shadow-card:0 1px 2px rgba(0,0,0,.04),0 18px 40px -12px rgba(15,30,60,.14);
  --shadow-product:0 40px 80px -20px rgba(15,30,60,.22),0 18px 40px -10px rgba(15,30,60,.12);
  --shadow-hero:0 60px 120px -30px rgba(9,93,167,.35),0 30px 60px -20px rgba(15,30,60,.18);
  --ease:cubic-bezier(.22,.61,.36,1);
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--font-text);font-size:var(--fs-body);line-height:1.55;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;overflow-x:hidden}
body::before{content:"";position:fixed;inset:0;z-index:-1;background-image:var(--bg-massage);background-size:cover;background-position:center 30%;background-repeat:no-repeat;background-attachment:fixed;opacity:.10;-webkit-mask-image:radial-gradient(ellipse 90% 70% at 50% 45%,#000 0%,#000 30%,rgba(0,0,0,.5) 70%,transparent 100%);mask-image:radial-gradient(ellipse 90% 70% at 50% 45%,#000 0%,#000 30%,rgba(0,0,0,.5) 70%,transparent 100%);pointer-events:none}
@media (max-width:980px){body::before{background-attachment:scroll;opacity:.07}}
body.no-bg-massage::before{display:none}

img{max-width:100%;height:auto;display:block}
svg{display:inline-block;vertical-align:middle;max-width:100%}
a{color:var(--brand-blue);text-decoration:none;transition:color .2s var(--ease)}
a:hover{color:var(--brand-blue-hover)}
button{font:inherit;cursor:pointer;border:0;background:none}
h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;letter-spacing:-.022em;margin:0 0 .5em;line-height:1.08;color:var(--color-text)}
h1{font-size:var(--fs-h1);letter-spacing:-.038em;line-height:1.02}
h2{font-size:var(--fs-h2);letter-spacing:-.028em}
h3{font-size:var(--fs-h3)}
h4{font-size:var(--fs-h4);font-weight:600}
p{margin:0 0 1em;color:var(--color-text-muted)}
.container{max-width:var(--container);margin:0 auto;padding:0 var(--gutter)}
.eyebrow{display:inline-block;font-size:var(--fs-caption);font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--brand-blue);margin-bottom:1rem}
.eyebrow.urgent{color:var(--brand-red)}

/* === BUTTONS === */
.btn{display:inline-flex;align-items:center;gap:.55em;padding:14px 26px;font-family:var(--font-text);font-size:1rem;font-weight:500;border-radius:var(--r-pill);transition:transform .25s var(--ease),background .2s var(--ease),color .2s var(--ease),box-shadow .25s var(--ease);white-space:nowrap;letter-spacing:-.005em}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--brand-blue);color:#fff}
.btn-primary:hover{background:var(--brand-blue-hover);color:#fff;box-shadow:0 12px 28px rgba(9,93,167,.25)}
.btn-buy{background:var(--brand-blue);color:#fff;padding:16px 30px;font-size:1.05rem;box-shadow:0 8px 22px rgba(9,93,167,.28),0 1px 2px rgba(9,93,167,.4)}
.btn-buy:hover{background:var(--brand-blue-hover);color:#fff;box-shadow:0 16px 38px rgba(9,93,167,.4),0 2px 4px rgba(9,93,167,.5)}
.btn-urgent{background:var(--brand-red);color:#fff;box-shadow:0 8px 22px rgba(164,9,41,.28)}
.btn-urgent:hover{background:var(--brand-red-hover);color:#fff;box-shadow:0 16px 38px rgba(164,9,41,.4)}
.btn-ghost{background:rgba(255,255,255,.7);backdrop-filter:blur(8px);color:var(--color-text);border:1px solid var(--color-border);padding:13px 25px}
.btn-ghost:hover{background:#fff;color:var(--color-text);border-color:var(--color-text-muted)}
.btn-link{color:var(--brand-blue);font-weight:500;padding:0;display:inline-flex;align-items:center;gap:.35em}
.btn-link::after{content:"›";transition:transform .2s var(--ease)}
.btn-link:hover::after{transform:translateX(4px)}

/* === HEADER === */
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.78);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--color-border-light)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px;max-width:var(--container);margin:0 auto;padding:0 var(--gutter)}
.logo{display:flex;align-items:center;gap:.6rem}
.logo img{height:30px;width:auto}
.nav-main{display:flex;gap:2.25rem}
.nav-main a{color:var(--brand-blue-deep);font-size:.95rem;font-weight:500;position:relative;padding:6px 0}
.nav-main a:hover{color:var(--brand-blue)}
.nav-main a.active::after,.nav-main a.current-menu-item::after,.nav-main li.current-menu-item > a::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--brand-blue);border-radius:2px}
.nav-main ul{list-style:none;padding:0;margin:0;display:flex;gap:2.25rem}
.header-actions{display:flex;align-items:center;gap:.25rem}
.icon-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--r-pill);color:var(--color-text);position:relative;flex-shrink:0;transition:background .2s var(--ease)}
.icon-btn svg{width:20px;height:20px}
.icon-btn:hover{background:var(--color-bg-soft)}
.cart-badge{position:absolute;top:6px;right:4px;background:var(--brand-red);color:#fff;font-size:.65rem;font-weight:700;border-radius:var(--r-pill);min-width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px}
.menu-toggle{display:none;width:40px;height:40px;align-items:center;justify-content:center;border-radius:var(--r-pill);color:var(--color-text)}

/* === FOOTER === */
.site-footer{background:linear-gradient(180deg,var(--brand-navy) 0%,var(--brand-blue-deep) 100%);color:rgba(255,255,255,.7);padding:80px 0 32px;font-size:.92rem;position:relative;overflow:hidden}
.site-footer::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 40% at 50% 0%,rgba(9,93,167,.18) 0%,transparent 60%);pointer-events:none}
.site-footer .container{position:relative}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-brand p{color:rgba(255,255,255,.6);max-width:320px}
.footer-brand-name{font-family:var(--font-display);font-weight:700;font-size:1.4rem;letter-spacing:-.02em;color:#fff;display:block;margin-bottom:.75rem}
.footer-col h5{color:#fff;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;margin:0 0 1.1rem;font-weight:600}
.footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}
.footer-col a{color:rgba(255,255,255,.7);transition:color .2s var(--ease)}
.footer-col a:hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;font-size:.82rem;color:rgba(255,255,255,.5);flex-wrap:wrap;gap:14px}
.footer-bottom-links{display:flex;gap:1.25rem;flex-wrap:wrap}
.footer-bottom-links a{color:rgba(255,255,255,.6)}
.footer-bottom-links a:hover{color:#fff}

/* === BREADCRUMB === */
.breadcrumb-wrap{padding:18px 0 12px;font-size:.85rem;color:var(--color-text-muted)}
.breadcrumb-wrap a{color:var(--color-text-muted)}
.breadcrumb-wrap a:hover{color:var(--brand-blue)}
.breadcrumb-wrap .sep{margin:0 .4em;opacity:.5}

/* === REVEAL ANIMATIONS === */
.reveal{opacity:0;transition:opacity .9s var(--ease),transform .9s var(--ease)}
.reveal.rv-up{transform:translateY(40px)}
.reveal.rv-left{transform:translateX(-40px)}
.reveal.rv-right{transform:translateX(40px)}
.reveal.rv-scale{transform:scale(.94)}
.reveal.rv-tilt{transform:rotate(-2deg) translateY(20px)}
.reveal.in{opacity:1;transform:none}
.reveal.delay-1{transition-delay:.05s}
.reveal.delay-2{transition-delay:.12s}
.reveal.delay-3{transition-delay:.2s}
.reveal.delay-4{transition-delay:.28s}
@media (prefers-reduced-motion:reduce){.reveal,.reveal.in{transition:none;transform:none;opacity:1}}

/* === FORMS GLOBAL === */
input[type="text"],input[type="email"],input[type="tel"],input[type="number"],input[type="password"],input[type="search"],
select,textarea{
  border:1px solid var(--color-border);
  border-radius:14px;
  padding:12px 16px;
  font-family:var(--font-text);
  font-size:1rem;
  background:#fff;
  color:var(--color-text);
  transition:all .25s var(--ease);
}
input:focus,select:focus,textarea:focus{
  outline:none;
  border-color:var(--brand-blue);
  box-shadow:0 0 0 4px rgba(9,93,167,.12);
}

/* === WOOCOMMERCE OVERRIDES === */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce-page .button,
.woocommerce ul.products li.product .button,
input[type="submit"]{
  background:var(--brand-blue) !important;
  color:#fff !important;
  border:0 !important;
  padding:14px 26px !important;
  font-size:1rem !important;
  font-weight:500 !important;
  font-family:var(--font-text) !important;
  border-radius:var(--r-pill) !important;
  transition:transform .25s var(--ease),background .2s var(--ease),box-shadow .25s var(--ease) !important;
  box-shadow:0 8px 22px rgba(9,93,167,.28),0 1px 2px rgba(9,93,167,.4) !important;
  letter-spacing:-.005em !important;
  text-transform:none !important;
  cursor:pointer;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
input[type="submit"]:hover{
  background:var(--brand-blue-hover) !important;
  color:#fff !important;
  transform:translateY(-2px);
  box-shadow:0 16px 38px rgba(9,93,167,.4),0 2px 4px rgba(9,93,167,.5) !important;
}

.woocommerce ul.products li.product{
  background:#fff;
  border:1px solid var(--color-border-light);
  border-radius:var(--r-lg) !important;
  overflow:hidden;
  transition:all .35s var(--ease);
  padding:0 !important;
}
.woocommerce ul.products li.product:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow-product);
  border-color:var(--brand-blue-soft);
}
.woocommerce ul.products li.product img{
  margin:0 auto !important;
  padding:32px;
  background:linear-gradient(180deg,#fff 0%,var(--color-bg-soft) 100%);
  width:100% !important;
}
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-size:1.3rem !important;
  padding:24px 28px 0 !important;
  margin:0 !important;
}
.woocommerce ul.products li.product .price{
  font-family:var(--font-display) !important;
  font-size:1.45rem !important;
  font-weight:600 !important;
  letter-spacing:-.02em !important;
  color:var(--color-text) !important;
  padding:8px 28px !important;
}
.woocommerce ul.products li.product .button{
  margin:14px 28px 24px !important;
  width:calc(100% - 56px) !important;
}

.single-product .product .images img,
.woocommerce-product-gallery img{
  border-radius:var(--r-xl) !important;
}
.single-product .product_title{
  font-size:clamp(1.5rem,2.8vw,2rem) !important;
  margin-bottom:.5rem !important;
}
.single-product .price{
  font-family:var(--font-display) !important;
  font-size:clamp(2rem,3.5vw,2.6rem) !important;
  font-weight:600 !important;
  letter-spacing:-.025em !important;
  color:var(--color-text) !important;
  display:block;
  margin:1rem 0 !important;
  padding:1.25rem 0 !important;
  border-top:1px solid var(--color-border-light);
  border-bottom:1px solid var(--color-border-light);
}
.single_add_to_cart_button{
  font-size:1.1rem !important;
  padding:18px 32px !important;
  font-weight:600 !important;
}
.woocommerce-cart .cart-collaterals,
.woocommerce-cart table.cart{
  border-radius:var(--r-md);
  border:1px solid var(--color-border-light);
}
.woocommerce-cart .cart_item img{border-radius:14px}
.cart-subtotal,.order-total{font-weight:600;color:var(--color-text)}
.woocommerce-checkout #payment{
  background:#fff !important;
  border:1px solid var(--color-border-light);
  border-radius:var(--r-md);
}
.woocommerce-breadcrumb{
  font-size:.85rem !important;
  color:var(--color-text-muted) !important;
  padding:18px 0 12px !important;
  margin:0 !important;
}
.woocommerce-breadcrumb a{color:var(--color-text-muted) !important}
.woocommerce-breadcrumb a:hover{color:var(--brand-blue) !important}

/* === PAGE WRAP === */
main.site-main{min-height:60vh;padding-bottom:0}
main.site-main + .site-footer,
.site-footer{margin-top:clamp(40px,6vw,80px)}
.entry-content{max-width:var(--container);margin:0 auto;padding:48px var(--gutter)}
.entry-content h1{margin-top:0}

/* === FIX product cards on homepage — image alignment === */
.product-image{aspect-ratio:4/3 !important;height:auto !important;max-height:430px !important;overflow:hidden !important}
.product-image img{max-height:75% !important;height:auto !important;width:auto !important;max-width:88% !important;object-fit:contain !important}

/* === Masquer section Autres modèles (placeholder, à compléter plus tard) === */
.other-models{display:none !important}

/* === Mon Compte WooCommerce === */
.woocommerce-account .woocommerce{max-width:1100px;margin:0 auto;padding:20px 0 40px}
.woocommerce-account .entry-title,
.woocommerce-account .page-title{font-size:clamp(1.8rem,3.5vw,2.6rem);margin-bottom:2rem}
.woocommerce-account .woocommerce-MyAccount-navigation{float:none !important;width:auto !important}
.woocommerce-account .woocommerce-MyAccount-content{float:none !important;width:auto !important;background:#fff;border:1px solid var(--color-border-light);border-radius:var(--r-md);padding:32px 36px;box-shadow:var(--shadow-soft)}
.woocommerce-account .woocommerce::after{content:'';display:table;clear:both}
@media (min-width:880px){
  .woocommerce-account .woocommerce{display:grid;grid-template-columns:260px 1fr;gap:32px;align-items:start}
  .woocommerce-account .woocommerce-MyAccount-navigation{grid-column:1;grid-row:1}
  .woocommerce-account .woocommerce-MyAccount-content{grid-column:2;grid-row:1}
}
.woocommerce-MyAccount-navigation ul{list-style:none;padding:12px;margin:0;display:flex;flex-direction:column;gap:6px;background:#fff;border:1px solid var(--color-border-light);border-radius:var(--r-md);box-shadow:var(--shadow-soft)}
.woocommerce-MyAccount-navigation ul li{padding:0;margin:0}
.woocommerce-MyAccount-navigation ul li a{display:block;padding:11px 16px;border-radius:14px;color:var(--color-text);font-weight:500;font-size:.95rem;transition:all .2s ease}
.woocommerce-MyAccount-navigation ul li a:hover{background:var(--brand-blue-soft);color:var(--brand-blue)}
.woocommerce-MyAccount-navigation ul li.is-active a{background:var(--brand-blue);color:#fff}
.woocommerce-MyAccount-content p{font-size:1rem;line-height:1.6}
.woocommerce-MyAccount-content table{width:100%;border-collapse:collapse}
.woocommerce-MyAccount-content table th,.woocommerce-MyAccount-content table td{padding:14px 16px;border-bottom:1px solid var(--color-border-light);text-align:left}
.woocommerce-MyAccount-content .button{display:inline-block !important;margin-right:8px}

/* === Page Panier WooCommerce === */
.woocommerce-cart .woocommerce,
.woocommerce-cart-form{max-width:1100px;margin:0 auto}
.woocommerce-cart .entry-title,
.woocommerce-cart .page-title{font-size:clamp(1.8rem,3.5vw,2.6rem);margin-bottom:1.5rem}
.woocommerce-cart .cart-empty.woocommerce-info{background:#fff;border:1px solid var(--color-border-light);border-left:4px solid var(--brand-blue);border-radius:18px;padding:28px 32px;color:var(--color-text);font-size:1.1rem;font-weight:500;box-shadow:var(--shadow-soft)}
.woocommerce-cart .cart-empty.woocommerce-info::before{color:var(--brand-blue)}
.woocommerce-cart .return-to-shop{margin-top:24px}
.woocommerce-cart table.shop_table{background:#fff;border:1px solid var(--color-border-light) !important;border-radius:var(--r-md) !important;border-collapse:separate !important;border-spacing:0 !important;overflow:hidden;box-shadow:var(--shadow-soft)}
.woocommerce-cart table.shop_table thead{background:var(--color-bg-soft)}
.woocommerce-cart table.shop_table th{padding:18px 20px !important;font-weight:600 !important;font-size:.85rem !important;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text) !important;text-align:left}
.woocommerce-cart table.shop_table td{padding:20px !important;border-top:1px solid var(--color-border-light) !important;vertical-align:middle}
.woocommerce-cart table.shop_table .product-thumbnail img{max-width:80px;border-radius:14px}
.woocommerce-cart table.shop_table .product-name a{color:var(--color-text);font-weight:600}
.woocommerce-cart table.shop_table .product-name a:hover{color:var(--brand-blue)}
.woocommerce-cart table.shop_table .product-price,
.woocommerce-cart table.shop_table .product-subtotal{font-weight:600;color:var(--color-text)}
.woocommerce-cart table.shop_table .product-quantity input.qty{width:80px;padding:10px 12px !important;text-align:center}
.woocommerce-cart table.shop_table td.product-remove a.remove{color:var(--brand-red) !important;font-size:1.4rem}
.woocommerce-cart table.shop_table td.product-remove a.remove:hover{background:var(--brand-red-soft) !important;color:var(--brand-red) !important}
.woocommerce-cart table.shop_table .actions{padding:16px 20px !important;background:var(--color-bg-warm)}
.woocommerce-cart .coupon{display:flex;gap:10px;align-items:center;flex-wrap:nowrap}
.woocommerce-cart .coupon input.input-text,
.woocommerce-cart .coupon input#coupon_code{width:240px !important;min-width:240px !important;flex:0 0 auto}
@media (max-width:640px){.woocommerce-cart .coupon{flex-wrap:wrap}.woocommerce-cart .coupon input.input-text{width:100% !important;min-width:0 !important}}
.woocommerce-cart .cart-collaterals{margin-top:32px}
.woocommerce-cart .cart-collaterals .cart_totals{background:#fff;border:1px solid var(--color-border-light);border-radius:var(--r-md);padding:28px 32px;box-shadow:var(--shadow-soft);float:right;width:100%;max-width:480px}
.woocommerce-cart .cart-collaterals h2{font-size:1.4rem;margin:0 0 1.25rem;color:var(--color-text)}
.woocommerce-cart .cart_totals table th{background:none !important;text-transform:none !important;letter-spacing:0 !important;padding:14px 0 !important;border-top:1px solid var(--color-border-light) !important;color:var(--color-text-muted) !important;font-weight:500 !important}
.woocommerce-cart .cart_totals table td{padding:14px 0 !important;text-align:right !important;border-top:1px solid var(--color-border-light) !important;font-weight:600;color:var(--color-text)}
.woocommerce-cart .cart_totals table .order-total th,
.woocommerce-cart .cart_totals table .order-total td{font-size:1.2rem !important;font-weight:700 !important}
.woocommerce-cart .wc-proceed-to-checkout{padding:0 !important;margin-top:1.5rem}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button{width:100%;justify-content:center;font-size:1.1rem !important;padding:18px 32px !important;font-weight:600 !important}

/* === Page Produit single === */
.single-product .product{max-width:1200px;margin:0 auto;padding:30px 0 60px}
.single-product .woocommerce-breadcrumb{padding:8px 0 28px !important;font-size:.88rem !important}
.single-product div.product div.images{background:#fff;border:1px solid var(--color-border-light);border-radius:28px;padding:32px;box-shadow:var(--shadow-soft)}
.single-product div.product div.images img{border-radius:18px}
.single-product .flex-control-thumbs{margin-top:16px !important}
.single-product .flex-control-thumbs li img{border-radius:14px;border:2px solid transparent;transition:all .2s ease}
.single-product .flex-control-thumbs li img.flex-active{border-color:var(--brand-blue)}
.single-product div.product div.summary{padding:0 0 0 32px}
.single-product .product_title{font-size:clamp(1.6rem,2.8vw,2.2rem) !important;font-weight:600;letter-spacing:-.02em;color:var(--color-text);margin-bottom:.6em !important}
.single-product .price ins{text-decoration:none;font-weight:700}
.single-product .price del{opacity:.5;font-size:.7em;margin-right:.5rem}
.single-product .woocommerce-product-details__short-description{margin:1rem 0 1.5rem;color:var(--color-text)}
.single-product .woocommerce-product-details__short-description ul{padding-left:1.2em}
.single-product .woocommerce-product-details__short-description li{margin:.35em 0;color:var(--color-text);font-size:.96rem}
.single-product form.cart{display:flex !important;align-items:center;gap:14px;margin:1.25rem 0 1.5rem !important;flex-wrap:wrap}
.single-product form.cart .quantity input.qty{width:80px !important;padding:14px 12px !important;text-align:center;font-size:1rem}
.single-product .product_meta{padding-top:1.25rem !important;border-top:1px solid var(--color-border-light) !important;font-size:.88rem;color:var(--color-text-muted)}
.single-product .product_meta a{color:var(--brand-blue)}
.single-product .wc-tabs-wrapper,
.single-product .woocommerce-tabs{margin-top:64px;background:#fff;border:1px solid var(--color-border-light);border-radius:28px;overflow:hidden;box-shadow:var(--shadow-soft)}
.single-product .woocommerce-tabs ul.tabs{list-style:none;padding:0 28px !important;margin:0 !important;display:flex;background:var(--color-bg-soft);border-bottom:1px solid var(--color-border-light)}
.single-product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce-tabs ul.tabs::after{display:none !important}
.single-product .woocommerce-tabs ul.tabs li{background:none !important;border:0 !important;border-radius:0 !important;padding:0 !important;margin:0 !important}
.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after{display:none !important}
.single-product .woocommerce-tabs ul.tabs li a{display:block;padding:18px 22px !important;color:var(--color-text-muted) !important;font-weight:600;font-size:.95rem;text-decoration:none;border-bottom:2px solid transparent;text-shadow:none !important}
.single-product .woocommerce-tabs ul.tabs li.active a{color:var(--color-text) !important;border-bottom-color:var(--brand-blue);background:#fff}
.single-product .woocommerce-tabs .panel{padding:32px 36px !important;margin:0 !important}
.single-product .woocommerce-tabs .panel h2{font-size:clamp(1.3rem,2.2vw,1.7rem);margin-top:0 !important;margin-bottom:1rem;color:var(--color-text)}
.single-product .woocommerce-tabs .panel p{font-size:1rem;line-height:1.7;color:var(--color-text)}
.single-product .related.products,
.single-product .upsells.products{margin-top:64px;padding-top:48px;border-top:1px solid var(--color-border-light)}
.single-product .related.products > h2,
.single-product .upsells.products > h2{font-size:clamp(1.4rem,2.5vw,1.8rem) !important;font-weight:600 !important;letter-spacing:-.02em;color:var(--color-text);text-align:left;margin-bottom:1.5rem !important}
@media (max-width:880px){
  .single-product div.product div.summary{padding:32px 0 0 0 !important}
}

/* === MOBILE === */
@media (max-width:980px){
  .footer-grid{grid-template-columns:1fr 1fr}
  .nav-main{display:none}
  .nav-main.is-open{display:flex;position:absolute;top:64px;left:0;right:0;background:#fff;flex-direction:column;padding:18px var(--gutter);border-bottom:1px solid var(--color-border-light);box-shadow:var(--shadow-soft);gap:10px}
  .menu-toggle{display:inline-flex}
}
@media (max-width:640px){
  .footer-grid{grid-template-columns:1fr;gap:28px;padding-bottom:32px}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  body{font-size:1rem}
}
