/*
Theme Name: BR France Vélo
Theme URI: https://brcreative.fr/
Author: BR.creative
Description: Thème B2B sur mesure pour France Vélo Pro.
Version: 3.8.2
Text Domain: br-francevelo
*/

:root{
  --fv-blue:#164a82;
  --fv-blue-dark:#082f63;
  --fv-blue-deep:#062653;
  --fv-red:#e52936;
  --fv-bg:#f5f8fc;
  --fv-soft:#eef4fb;
  --fv-white:#fff;
  --fv-text:#102642;
  --fv-muted:#63758b;
  --fv-border:#d7e2ef;
  --fv-green:#17864e;
  --fv-amber:#a96b00;
  --fv-max:1500px;
  --fv-shadow:0 22px 60px rgba(8,47,99,.10);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--fv-bg);color:var(--fv-text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
button,a,summary,input,select{touch-action:manipulation}
[hidden]{display:none!important}
.fv-container{width:min(calc(100% - 48px),var(--fv-max));margin-inline:auto}
.fv-main{min-height:60vh}
.fv-page-shell,.fv-woo-wrap{width:min(calc(100% - 48px),1380px);margin:40px auto 70px}
.fv-page-shell--account{width:min(calc(100% - 48px),1420px)}
.fv-page-shell>article>h1{font-size:clamp(34px,4vw,58px);line-height:.98;letter-spacing:-.055em;color:var(--fv-blue-dark);margin:0 0 28px}

/* Header */
.fv-site-header{position:sticky;top:0;z-index:900;background:#fff;border-bottom:1px solid var(--fv-border)}
.admin-bar .fv-site-header{top:32px}
.fv-header-main{display:grid;grid-template-columns:190px minmax(320px,1fr) auto;gap:28px;align-items:center;min-height:96px}
.fv-logo{display:flex;align-items:center;min-width:0}
.fv-logo img{display:block;width:auto;max-width:165px;max-height:62px;object-fit:contain}
.fv-logo-text{font-size:21px;font-weight:900;color:var(--fv-blue-dark)}
.fv-search-wrap{position:relative;min-width:0}
.fv-search-form{display:grid;grid-template-columns:1fr auto;border:1px solid #c8d6e6;border-radius:999px;background:#fff;overflow:hidden;transition:border-color .2s,box-shadow .2s}
.fv-search-form:focus-within{border-color:var(--fv-blue);box-shadow:0 0 0 4px rgba(22,74,130,.09)}
.fv-search-form input[type=search]{width:100%;border:0!important;outline:0!important;background:transparent!important;min-height:56px;padding:0 22px;font-size:15px;color:var(--fv-text);box-shadow:none!important}
.fv-search-form button{border:0;background:var(--fv-blue);color:#fff;font-weight:800;padding:0 28px;cursor:pointer}
.fv-search-form button:hover{background:var(--fv-blue-dark)}
.fv-search-results{position:absolute;left:0;right:0;top:calc(100% + 10px);z-index:950;background:#fff;border:1px solid var(--fv-border);border-radius:20px;box-shadow:var(--fv-shadow);padding:8px;max-height:min(620px,70vh);overflow:auto}
.fv-search-result{display:grid;grid-template-columns:68px 1fr;gap:12px;align-items:center;padding:8px;border-radius:14px}
.fv-search-result:hover{background:var(--fv-soft)}
.fv-search-result img{width:68px;height:68px;object-fit:contain;border-radius:10px;background:#f7f9fc}
.fv-search-result__text{min-width:0;display:grid;gap:2px}
.fv-search-result__text small{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--fv-muted);font-weight:800}
.fv-search-result__text strong{font-size:14px;line-height:1.25;color:var(--fv-blue-dark)}
.fv-search-result__text em{font-style:normal;font-size:13px;font-weight:800;color:var(--fv-blue)}
.fv-search-all{display:block;margin:6px 4px 2px;padding:11px 13px;background:var(--fv-blue-dark);border-radius:12px;color:#fff;text-align:center;font-weight:800;font-size:12px}
.fv-search-empty{padding:18px;color:var(--fv-muted);font-size:13px}
.fv-header-actions{display:flex;align-items:center;gap:6px}
.fv-head-link{display:flex;align-items:center;gap:8px;min-height:46px;padding:0 12px;border-radius:13px;color:var(--fv-blue-dark);font-size:13px;font-weight:800;white-space:nowrap}
.fv-head-link:hover{background:var(--fv-soft)}
.fv-head-icon{display:grid;place-items:center;width:26px;height:26px;border:1px solid var(--fv-border);border-radius:50%;font-size:12px}
.fv-cart-count{display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border-radius:999px;background:var(--fv-red);color:#fff;font-size:10px;font-weight:900}

/* Catalogue menu */
.fv-catalog-nav{background:var(--fv-blue)}
.fv-catalog-details{position:relative}
.fv-catalog-summary{list-style:none;display:flex;align-items:center;justify-content:flex-start;gap:12px;width:max-content;min-height:54px;color:#fff;font-weight:900;font-size:15px;cursor:pointer;user-select:none}
.fv-catalog-summary::-webkit-details-marker{display:none}
.fv-catalog-plus{position:relative;width:17px;height:17px}
.fv-catalog-plus:before,.fv-catalog-plus:after{content:"";position:absolute;left:2px;right:2px;top:8px;height:2px;background:#fff;border-radius:2px;transition:transform .2s}
.fv-catalog-plus:after{transform:rotate(90deg)}
.fv-catalog-details[open] .fv-catalog-plus:after{transform:rotate(0)}
.fv-mega{position:absolute;top:100%;left:0;width:min(calc(100vw - 48px),var(--fv-max));max-height:calc(100vh - 170px);overflow:auto;background:#fff;border:1px solid var(--fv-border);border-top:0;border-radius:0 0 24px 24px;box-shadow:var(--fv-shadow);padding:30px;z-index:920}
.fv-mega-top{display:flex;align-items:end;justify-content:space-between;gap:24px;padding-bottom:18px;border-bottom:1px solid var(--fv-border)}
.fv-mega-eyebrow{display:block;color:var(--fv-red);font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;margin-bottom:3px}
.fv-mega-top h2{font-size:24px;line-height:1;margin:0;color:var(--fv-blue-dark);letter-spacing:-.04em}
.fv-mega-all{font-size:12px;font-weight:900;color:var(--fv-blue);white-space:nowrap}
.fv-mega-brands{display:flex;flex-wrap:wrap;gap:8px;padding:18px 0 24px}
.fv-mega-brands a{padding:8px 12px;border:1px solid var(--fv-border);border-radius:999px;color:#42566f;font-size:12px;font-weight:750;background:#fff}
.fv-mega-brands a:hover{background:var(--fv-blue);border-color:var(--fv-blue);color:#fff}
.fv-mega-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:30px;padding-top:4px}
.fv-mega-col h3{font-size:13px;color:var(--fv-blue-dark);margin:0 0 11px}
.fv-mega-col a{display:block;padding:4px 0;color:#51647b;font-size:12px}
.fv-mega-col a:hover{color:var(--fv-red)}
.fv-mega-quick{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-top:24px;padding-top:18px;border-top:1px solid var(--fv-border)}
.fv-mega-quick>span{margin-right:4px;color:var(--fv-muted);font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:900}
.fv-mega-quick a{padding:8px 13px;border-radius:999px;background:var(--fv-soft);color:var(--fv-blue-dark);font-size:12px;font-weight:800}

/* Home */
.fv-section{padding:64px 0}
.fv-section--white{background:#fff}
.fv-section--soft{background:var(--fv-bg)}
.fv-home-start{padding-top:54px}
.fv-section-head{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:28px}
.fv-section-head--lead{margin-bottom:32px}
.fv-section-head>div{max-width:780px}
.fv-kicker{margin:0 0 8px;color:var(--fv-red);font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.fv-kicker--light{color:#c8d9ed}
.fv-section-head h1,.fv-section-head h2{margin:0;color:var(--fv-blue-dark);font-size:clamp(34px,4.1vw,60px);line-height:.98;letter-spacing:-.055em}
.fv-section-head h2{font-size:clamp(30px,3.2vw,48px)}
.fv-section-head p:not(.fv-kicker){margin:13px 0 0;color:var(--fv-muted);font-size:15px;max-width:720px}
.fv-link-arrow{font-size:12px;font-weight:900;color:var(--fv-blue);white-space:nowrap;padding-bottom:4px;border-bottom:2px solid var(--fv-blue)}
.fv-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.fv-product-card{background:#fff;border:1px solid var(--fv-border);border-radius:22px;overflow:hidden;min-width:0;transition:transform .2s,box-shadow .2s}
.fv-product-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(8,47,99,.08)}
.fv-product-card__image{display:grid;place-items:center;aspect-ratio:1/1;background:#f7f9fc;padding:18px}
.fv-product-card__image img{width:100%;height:100%;object-fit:contain}
.fv-product-card__body{padding:17px 18px 20px}
.fv-product-card__brand{font-size:9px;text-transform:uppercase;letter-spacing:.13em;font-weight:900;color:var(--fv-red);margin-bottom:7px}
.fv-product-card h2{margin:0;font-size:17px;line-height:1.18;letter-spacing:-.025em;color:var(--fv-blue-dark)}
.fv-product-card__price{margin-top:12px;font-size:17px;font-weight:900;color:var(--fv-blue-dark)}
.fv-promo-card{display:flex;flex-direction:column;justify-content:space-between;min-height:100%;padding:24px;border-radius:22px;background:linear-gradient(145deg,var(--fv-blue-dark),var(--fv-blue));color:#fff}
.fv-pill{align-self:flex-start;padding:6px 9px;border:1px solid rgba(255,255,255,.24);border-radius:999px;font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:900}
.fv-promo-card strong{display:block;font-size:28px;line-height:1;letter-spacing:-.05em;margin-top:30px}
.fv-promo-card p{color:#d3e1f0;font-size:13px}
.fv-cta-light{font-size:12px;font-weight:900}
.fv-universe-grid{display:grid;gap:18px}
.fv-universe-grid--five{grid-template-columns:repeat(5,minmax(0,1fr))}
.fv-universe-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}
.fv-universe-card{position:relative;display:flex;align-items:flex-end;min-height:280px;border-radius:22px;overflow:hidden;background:#dfe8f3}
.fv-universe-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(4,29,62,.78),rgba(4,29,62,.03) 68%);pointer-events:none}
.fv-universe-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s}
.fv-universe-card:hover img{transform:scale(1.025)}
.fv-universe-card__content{position:relative;z-index:1;display:grid;padding:20px;color:#fff}
.fv-universe-card__content small{font-size:9px;text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:#d6e3f1;margin-bottom:4px}
.fv-universe-card__content strong{font-size:18px;line-height:1.1;letter-spacing:-.03em}
.fv-brand-cloud{display:flex;flex-wrap:wrap;gap:10px}
.fv-brand-cloud a{padding:11px 15px;border:1px solid var(--fv-border);border-radius:999px;background:#fff;color:var(--fv-blue-dark);font-size:12px;font-weight:850}
.fv-brand-cloud a:hover{background:var(--fv-blue);color:#fff;border-color:var(--fv-blue)}
.fv-b2b-band{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;padding:38px 42px;border-radius:26px;background:linear-gradient(115deg,var(--fv-blue-dark),var(--fv-blue));color:#fff}
.fv-b2b-band h2{margin:0;font-size:clamp(28px,3vw,44px);line-height:1;letter-spacing:-.05em}
.fv-b2b-band p{margin:12px 0 0;color:#d7e3f0;max-width:720px}
.fv-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;background:var(--fv-blue);color:#fff;font-weight:900;font-size:12px;border:0;cursor:pointer}
.fv-btn--white{background:#fff;color:var(--fv-blue-dark);white-space:nowrap}

/* Woo archives */
.woocommerce .woocommerce-breadcrumb{margin:0 0 20px!important;color:var(--fv-muted)!important;font-size:11px}
.woocommerce-products-header__title.page-title,.woocommerce .page-title{font-size:clamp(36px,4.5vw,64px);line-height:.95;letter-spacing:-.055em;color:var(--fv-blue-dark);margin:0 0 28px}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin-bottom:24px}
.woocommerce .woocommerce-ordering select{min-height:42px;border:1px solid var(--fv-border);border-radius:12px;background:#fff;padding:0 12px}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0!important}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;padding:0 0 18px!important;background:#fff;border:1px solid var(--fv-border);border-radius:20px;overflow:hidden;display:flex;flex-direction:column}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{display:flex;flex-direction:column;flex:1}
.woocommerce ul.products li.product a img{width:100%!important;aspect-ratio:1/1;object-fit:contain;background:#f7f9fc;margin:0 0 14px!important;padding:14px}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:15px!important;line-height:1.2!important;color:var(--fv-blue-dark);padding:0 16px!important;min-height:2.4em}
.woocommerce ul.products li.product .price{color:var(--fv-blue-dark)!important;font-weight:900!important;font-size:15px!important;padding:0 16px;margin-top:10px!important}
.woocommerce ul.products li.product .button{margin:12px 16px 0!important;border-radius:999px!important;background:var(--fv-blue)!important;color:#fff!important;text-align:center!important;padding:11px 14px!important;font-size:11px!important}

/* Single product */
.single-product .fv-woo-wrap{width:min(calc(100% - 48px),1480px);margin:34px auto 72px}
.fv-single-product{margin:0!important}
.fv-product-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(430px,.9fr);gap:26px;align-items:start}
.fv-product-gallery-panel,.fv-product-buy-panel,.fv-product-details-panel,.fv-related-panel{background:#fff;border:1px solid var(--fv-border);border-radius:24px}
.fv-product-gallery-panel{padding:22px;min-width:0;position:relative}
.fv-product-gallery-panel .onsale{left:22px!important;top:22px!important;right:auto!important;background:var(--fv-red)!important;min-width:auto!important;min-height:auto!important;line-height:1!important;padding:8px 10px!important;border-radius:999px!important;font-size:10px!important}
.fv-product-gallery-panel .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important}
.fv-product-gallery-panel .woocommerce-product-gallery__wrapper{margin:0!important}
.fv-product-gallery-panel .woocommerce-product-gallery__image>a{display:grid;place-items:center;min-height:600px;background:#f7f9fc;border-radius:18px;overflow:hidden}
.fv-product-gallery-panel .woocommerce-product-gallery__image img{width:100%!important;max-height:620px;object-fit:contain;margin:0 auto!important}
.fv-product-gallery-panel .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;margin:12px 0 0!important;padding:0!important}
.fv-product-gallery-panel .flex-control-thumbs li{width:auto!important;float:none!important;border:1px solid var(--fv-border);border-radius:12px;overflow:hidden;background:#fff}
.fv-product-gallery-panel .flex-control-thumbs img{aspect-ratio:1/1;object-fit:contain;padding:5px}
.fv-product-buy-panel{padding:clamp(26px,3vw,42px);position:sticky;top:174px}
.fv-product-heading__top{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px}
.fv-product-brand{color:var(--fv-red);font-size:10px;text-transform:uppercase;letter-spacing:.14em;font-weight:900}
.fv-stock-badge{padding:7px 10px;border-radius:999px;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;background:#edf8f2;color:var(--fv-green)}
.fv-stock-badge.is-backorder{background:#fff5df;color:var(--fv-amber)}
.fv-stock-badge.is-out{background:#fff0f1;color:var(--fv-red)}
.fv-product-heading h1{margin:0;color:var(--fv-blue-dark);font-size:clamp(38px,3.7vw,62px);line-height:.94;letter-spacing:-.06em;max-width:900px}
.fv-product-excerpt{margin-top:18px;color:#53667d;font-size:14px;font-weight:600;max-width:680px}
.fv-product-excerpt p{margin:0}
.fv-price-box{margin-top:28px;padding:20px;border-radius:18px;background:var(--fv-soft);border:1px solid #d7e5f5}
.fv-price-box__head{display:flex;justify-content:space-between;align-items:center;gap:16px}
.fv-price-box__head>span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:var(--fv-muted)}
.fv-tax-toggle{display:flex;padding:3px;background:#fff;border:1px solid var(--fv-border);border-radius:999px}
.fv-tax-toggle button{border:0;background:transparent;border-radius:999px;padding:5px 9px;font-size:9px;font-weight:900;color:var(--fv-muted);cursor:pointer}
.fv-tax-toggle button.is-active{background:var(--fv-blue);color:#fff}
.fv-main-price{font-size:34px;line-height:1;font-weight:900;color:var(--fv-blue-dark);letter-spacing:-.04em;margin-top:8px}
.fv-price-note{margin-top:7px;color:#718197;font-size:10px}
.fv-login-price{margin-top:26px;padding:18px;border-radius:16px;background:var(--fv-soft);display:grid;gap:8px;font-size:12px}
.fv-login-price a{color:var(--fv-blue);font-weight:900}
.fv-purchase-form{margin-top:24px}
.fv-purchase-form .price,.fv-purchase-form .woocommerce-variation-price{display:none!important}
.fv-purchase-form form.cart{margin:0!important}
.fv-purchase-form table.variations{margin:0 0 20px!important;border-collapse:separate!important;border-spacing:0 10px!important}
.fv-purchase-form table.variations tr{display:grid;grid-template-columns:145px 1fr;gap:14px;align-items:center}
.fv-purchase-form table.variations th,.fv-purchase-form table.variations td{display:block!important;padding:0!important;background:transparent!important;line-height:1.2!important}
.fv-purchase-form table.variations label{font-size:11px;color:var(--fv-blue-dark);font-weight:900}
.fv-purchase-form table.variations select{width:100%!important;min-height:48px;border:1px solid #cbd8e8;border-radius:13px;background:#fff;padding:0 14px;font-size:13px;color:var(--fv-text)}
.fv-purchase-form .reset_variations{display:inline-block!important;margin-top:6px;font-size:10px;color:var(--fv-muted)!important}
.fv-purchase-form .single_variation_wrap{margin-top:6px}
.fv-purchase-form .woocommerce-variation-availability{font-size:11px;margin-bottom:8px}
.fv-purchase-form .woocommerce-variation-add-to-cart,.fv-purchase-form .cart{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.fv-purchase-form .quantity .qty{width:76px!important;min-height:48px;border:1px solid #cbd8e8;border-radius:999px;background:#fff;text-align:center;padding:0 8px}
.fv-purchase-form .single_add_to_cart_button{min-height:48px!important;border-radius:999px!important;background:var(--fv-blue)!important;color:#fff!important;padding:0 24px!important;font-size:12px!important;font-weight:900!important;box-shadow:none!important}
.fv-purchase-form .single_add_to_cart_button:hover{background:var(--fv-blue-dark)!important}
.fv-product-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px;border:1px solid var(--fv-border);border-radius:16px;overflow:hidden}
.fv-fact{padding:14px 15px;min-width:0}
.fv-fact+.fv-fact{border-left:1px solid var(--fv-border)}
.fv-fact span{display:block;color:#75869a;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px}
.fv-fact strong{display:block;color:var(--fv-blue-dark);font-size:12px;line-height:1.25;overflow-wrap:anywhere}
.fv-b2b-note{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}
.fv-b2b-note>div{padding:14px 15px;background:#f8fafc;border-radius:14px}
.fv-b2b-note strong,.fv-b2b-note span{display:block}
.fv-b2b-note strong{font-size:11px;color:var(--fv-blue-dark)}
.fv-b2b-note span{font-size:9px;color:var(--fv-muted);margin-top:2px}
.fv-product-details-panel{margin-top:26px;padding:8px 30px}
.fv-product-detail{border-bottom:1px solid var(--fv-border)}
.fv-product-detail:last-child{border-bottom:0}
.fv-product-detail summary{display:flex;justify-content:space-between;align-items:center;list-style:none;padding:22px 0;color:var(--fv-blue-dark);font-size:16px;font-weight:900;cursor:pointer}
.fv-product-detail summary::-webkit-details-marker{display:none}
.fv-product-detail summary:after{content:"+";font-size:20px;font-weight:500}
.fv-product-detail[open] summary:after{content:"−"}
.fv-product-detail__content{padding:0 0 24px;color:#53667d;font-size:14px;max-width:1050px}
.fv-product-detail__content h2,.fv-product-detail__content h3{color:var(--fv-blue-dark)}
.fv-product-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0 0 20px;border:1px solid var(--fv-border);border-radius:14px;overflow:hidden}
.fv-product-specs>div{display:grid;grid-template-columns:130px 1fr;padding:11px 13px;border-bottom:1px solid var(--fv-border)}
.fv-product-specs>div:nth-child(odd){border-right:1px solid var(--fv-border)}
.fv-product-specs dt{font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:var(--fv-muted)}
.fv-product-specs dd{margin:0;font-size:12px;color:var(--fv-blue-dark);overflow-wrap:anywhere}
.fv-product-detail table.woocommerce-product-attributes{border:1px solid var(--fv-border)!important;border-radius:12px;overflow:hidden}
.fv-related-panel{margin-top:26px;padding:30px}
.fv-related-panel .related>h2{margin:0 0 22px;color:var(--fv-blue-dark);font-size:30px;letter-spacing:-.04em}

/* Cart / checkout */
.woocommerce table.shop_table{border:1px solid var(--fv-border)!important;border-radius:18px!important;background:#fff;overflow:hidden;border-collapse:separate!important}
.woocommerce table.shop_table th{color:var(--fv-blue-dark)}
.woocommerce .cart_totals,.woocommerce-checkout #order_review,.woocommerce-checkout .woocommerce-billing-fields,.woocommerce-checkout .woocommerce-additional-fields{background:#fff;border:1px solid var(--fv-border);border-radius:18px;padding:22px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{min-height:46px;border:1px solid #cbd7e4;border-radius:12px;padding:10px 12px;background:#fff}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{border-radius:999px!important;background:var(--fv-blue)!important;color:#fff!important;font-weight:850!important}

/* Account */
.fv-page-shell--account{margin-top:34px}
.fv-page-shell--account article{margin:0}
.fv-page-shell--account .woocommerce{width:100%}
.fv-account-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px;align-items:start}
.fv-account-sidebar{position:sticky;top:174px;background:var(--fv-blue-dark);border-radius:22px;padding:18px}
.fv-account-sidebar__intro{padding:10px 10px 16px;border-bottom:1px solid rgba(255,255,255,.14);margin-bottom:10px}
.fv-account-sidebar__intro span{display:block;color:#9eb9d6;font-size:9px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;margin-bottom:4px}
.fv-account-sidebar__intro strong{display:block;color:#fff;font-size:16px;line-height:1.2}
.fv-account-nav{float:none!important;width:auto!important}
.fv-account-nav ul{list-style:none;margin:0!important;padding:0!important;display:grid;gap:3px}
.fv-account-nav li{margin:0!important;padding:0!important}
.fv-account-nav a{display:flex!important;align-items:center;gap:10px;padding:11px 10px!important;border-radius:11px;color:#d8e5f3!important;font-size:12px;font-weight:800}
.fv-account-nav li.is-active a,.fv-account-nav a:hover{background:#fff!important;color:var(--fv-blue-dark)!important}
.fv-account-nav__icon{display:grid;place-items:center;width:23px;height:23px;border-radius:8px;background:rgba(255,255,255,.09);font-size:11px}
.fv-account-nav li.is-active .fv-account-nav__icon{background:var(--fv-soft)}
.fv-account-content{min-width:0;background:#fff;border:1px solid var(--fv-border);border-radius:22px;padding:clamp(26px,3vw,42px);min-height:540px}
.fv-account-heading{margin-bottom:26px}
.fv-account-heading--compact{margin-bottom:22px}
.fv-account-heading h1{margin:0;color:var(--fv-blue-dark);font-size:clamp(34px,4vw,52px);line-height:.96;letter-spacing:-.055em}
.fv-account-heading p{margin:10px 0 0;color:var(--fv-muted);font-size:13px;max-width:680px}
.fv-account-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.fv-account-cards a{position:relative;display:grid;gap:4px;min-height:150px;padding:18px;border:1px solid var(--fv-border);border-radius:16px;background:#fff}
.fv-account-cards a:hover{background:var(--fv-soft)}
.fv-account-cards span{font-size:9px;color:var(--fv-red);text-transform:uppercase;letter-spacing:.1em;font-weight:900}
.fv-account-cards strong{font-size:16px;color:var(--fv-blue-dark)}
.fv-account-cards em{position:absolute;right:16px;bottom:14px;font-size:20px;font-style:normal;color:var(--fv-blue)}
.fv-orders-list{display:grid;gap:9px}
.fv-order-row{display:grid;grid-template-columns:120px 140px 160px minmax(130px,1fr) auto;gap:16px;align-items:center;padding:16px;border:1px solid var(--fv-border);border-radius:15px;background:#fff}
.fv-order-row>div{min-width:0}
.fv-order-label{display:block;font-size:8px;color:var(--fv-muted);text-transform:uppercase;letter-spacing:.09em;font-weight:900;margin-bottom:3px}
.fv-order-row strong{font-size:12px;color:var(--fv-blue-dark)}
.fv-order-row small{display:block;margin-top:2px;color:var(--fv-muted);font-size:9px}
.fv-order-status{display:inline-flex;padding:5px 8px;border-radius:999px;background:var(--fv-soft)}
.fv-order-actions{display:flex;justify-content:flex-end;gap:6px;flex-wrap:wrap}
.fv-order-btn{display:inline-flex;align-items:center;min-height:34px;padding:0 11px;border-radius:999px;border:1px solid var(--fv-border);font-size:10px;font-weight:900;color:var(--fv-blue-dark)}
.fv-order-btn.is-primary{background:var(--fv-blue);border-color:var(--fv-blue);color:#fff}
.fv-account-pagination{display:flex;justify-content:space-between;gap:10px;margin-top:18px}
.fv-account-empty{padding:30px;border:1px dashed #c8d7e7;border-radius:16px;text-align:center}
.fv-account-empty strong{font-size:18px;color:var(--fv-blue-dark)}
.fv-account-empty p{color:var(--fv-muted);font-size:12px}
.fv-account-content .woocommerce-Addresses{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.fv-account-content .woocommerce-Address{float:none!important;width:auto!important;border:1px solid var(--fv-border);border-radius:16px;padding:18px}
.fv-account-content form.edit-account,.fv-account-content form.woocommerce-EditAccountForm{max-width:760px}
.fv-account-content fieldset{border:1px solid var(--fv-border);border-radius:16px;margin:24px 0;padding:18px}
.fv-account-content legend{font-weight:900;color:var(--fv-blue-dark);padding:0 8px}

/* Login */
.woocommerce-account:not(.logged-in) .fv-page-shell--account{max-width:1050px}
.woocommerce-account:not(.logged-in) .woocommerce h2{color:var(--fv-blue-dark);font-size:28px;letter-spacing:-.04em}
.woocommerce-account form.login,.woocommerce-account form.register{border:1px solid var(--fv-border)!important;border-radius:20px!important;background:#fff;padding:28px!important}

/* Footer */
.fv-footer{background:var(--fv-blue-deep);color:#fff}
.fv-footer-main{padding:48px 0 36px;display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:42px}
.fv-footer h3{color:#fff;font-size:13px;margin:0 0 14px}
.fv-footer p,.fv-footer a{color:#cbd9e8;font-size:13px}
.fv-footer a{display:block;padding:4px 0}
.fv-footer a:hover{color:#fff}
.fv-footer-brand img{max-width:180px;max-height:68px;object-fit:contain;filter:brightness(0) invert(1)}
.fv-footer-brand strong{color:#fff;font-size:20px}
.fv-footer-bottom{border-top:1px solid rgba(255,255,255,.13);padding:17px 0;display:flex;justify-content:space-between;gap:20px;align-items:center;color:#9fb3ca;font-size:12px}
.fv-footer-legal{display:flex;flex-wrap:wrap;gap:14px}
.fv-footer-legal a{padding:0;color:#aebfd2;font-size:12px}

@media(max-width:1180px){
  .fv-header-main{grid-template-columns:160px minmax(260px,1fr) auto;gap:16px}
  .fv-mega-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .fv-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fv-universe-grid--five{grid-template-columns:repeat(3,minmax(0,1fr))}
  .fv-product-layout{grid-template-columns:minmax(0,1fr) minmax(390px,.85fr)}
  .fv-product-gallery-panel .woocommerce-product-gallery__image>a{min-height:500px}
  .fv-order-row{grid-template-columns:110px 130px 150px 1fr}.fv-order-actions{grid-column:1/-1;justify-content:flex-start}
}

@media(max-width:900px){
  .admin-bar .fv-site-header{top:46px}
  .fv-site-header{position:relative;top:0!important}
  .fv-container,.fv-page-shell,.fv-woo-wrap,.single-product .fv-woo-wrap{width:min(calc(100% - 28px),var(--fv-max))}
  .fv-header-main{display:flex;flex-wrap:wrap;padding:13px 0;min-height:0}
  .fv-logo{flex:1}.fv-logo img{max-width:140px;max-height:50px}
  .fv-header-actions{margin-left:auto}
  .fv-search-wrap{order:3;width:100%}
  .fv-search-form input[type=search]{min-height:50px}
  .fv-search-form button{padding:0 18px}
  .fv-catalog-summary{min-height:50px}
  .fv-mega{position:static;width:100%;max-height:none;border-radius:0;padding:22px 0;box-shadow:none;border-left:0;border-right:0}
  .fv-mega-top,.fv-mega-brands,.fv-mega-grid,.fv-mega-quick{padding-left:0;padding-right:0}
  .fv-mega-grid{grid-template-columns:1fr 1fr;gap:22px}
  .fv-section{padding:46px 0}
  .fv-section-head{align-items:flex-start}
  .fv-universe-grid--five,.fv-universe-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fv-b2b-band{grid-template-columns:1fr;padding:30px}
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fv-product-layout{grid-template-columns:1fr}
  .fv-product-buy-panel{position:static}
  .fv-product-gallery-panel .woocommerce-product-gallery__image>a{min-height:420px}
  .fv-account-layout{grid-template-columns:1fr}
  .fv-account-sidebar{position:static}
  .fv-account-nav ul{display:flex!important;overflow:auto;padding-bottom:2px!important}.fv-account-nav li{flex:0 0 auto}.fv-account-nav a{white-space:nowrap}
  .fv-account-sidebar__intro{display:none}
  .fv-account-cards{grid-template-columns:1fr 1fr}
  .fv-footer-main{grid-template-columns:1fr 1fr}.fv-footer-brand{grid-column:1/-1}
}

@media(max-width:620px){
  .fv-header-actions .fv-head-label{display:none}.fv-head-link{padding:0 6px}.fv-head-icon{width:30px;height:30px}
  .fv-search-form{grid-template-columns:1fr auto}.fv-search-form button{font-size:0;width:48px;padding:0}.fv-search-form button:after{content:"⌕";font-size:18px}
  .fv-search-result{grid-template-columns:54px 1fr}.fv-search-result img{width:54px;height:54px}
  .fv-mega-top{align-items:flex-start}.fv-mega-top h2{font-size:22px}.fv-mega-all{display:none}
  .fv-mega-grid{grid-template-columns:1fr}.fv-mega-brands{gap:6px}.fv-mega-brands a{font-size:11px;padding:7px 10px}
  .fv-section-head{display:block}.fv-link-arrow{display:inline-block;margin-top:14px}
  .fv-products-grid,.fv-universe-grid--five,.fv-universe-grid--four,.woocommerce ul.products{grid-template-columns:1fr}
  .fv-product-card__image{aspect-ratio:4/3}
  .fv-product-gallery-panel{padding:12px}.fv-product-gallery-panel .woocommerce-product-gallery__image>a{min-height:330px}.fv-product-gallery-panel .flex-control-thumbs{grid-template-columns:repeat(4,1fr)}
  .fv-product-buy-panel{padding:22px 18px}.fv-product-heading h1{font-size:38px}.fv-main-price{font-size:30px}
  .fv-purchase-form table.variations tr{grid-template-columns:1fr;gap:6px}.fv-purchase-form .woocommerce-variation-add-to-cart,.fv-purchase-form .cart{align-items:stretch}.fv-purchase-form .single_add_to_cart_button{flex:1}
  .fv-product-facts{grid-template-columns:1fr}.fv-fact+.fv-fact{border-left:0;border-top:1px solid var(--fv-border)}
  .fv-b2b-note{grid-template-columns:1fr}.fv-product-details-panel{padding:4px 18px}.fv-product-specs{grid-template-columns:1fr}.fv-product-specs>div:nth-child(odd){border-right:0}
  .fv-account-content{padding:22px 16px}.fv-account-cards{grid-template-columns:1fr}.fv-order-row{grid-template-columns:1fr 1fr;gap:13px}.fv-order-actions{grid-column:1/-1}.fv-account-content .woocommerce-Addresses{grid-template-columns:1fr}
  .fv-footer-main{grid-template-columns:1fr}.fv-footer-brand{grid-column:auto}.fv-footer-bottom{align-items:flex-start;flex-direction:column}
}


/* ============================================================
   v1.2 — Catalogue produit, filtres, promotions, footer
   ============================================================ */
.fv-catalog-toolbar{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:0 0 28px;padding:18px;background:#fff;border:1px solid var(--fv-border);border-radius:18px}
.fv-catalog-filters{display:flex;align-items:end;gap:10px;flex-wrap:wrap;flex:1}
.fv-catalog-filters label{display:grid;gap:5px;min-width:170px}
.fv-catalog-filters label>span{font-size:8px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:var(--fv-muted)}
.fv-catalog-filters select{min-height:42px;border:1px solid #cbd8e8;border-radius:11px;background:#fff;padding:0 34px 0 11px;color:var(--fv-blue-dark);font-size:11px;font-weight:700}
.fv-catalog-filters button{min-height:42px;border:0;border-radius:11px;background:var(--fv-blue);color:#fff;padding:0 18px;font-size:11px;font-weight:900;cursor:pointer}
.fv-catalog-filters button:hover{background:var(--fv-blue-dark)}
.fv-filter-reset{display:inline-flex;align-items:center;min-height:42px;padding:0 10px;color:var(--fv-muted);font-size:10px;font-weight:800}
.fv-catalog-count{white-space:nowrap;color:var(--fv-muted);font-size:11px;font-weight:800;padding-bottom:11px}

.woocommerce ul.products li.product.product-category{display:none!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:0}
.woocommerce ul.products li.product .button.added:after{margin-left:6px}

.fv-footer-logo{display:inline-flex!important;align-items:center;justify-content:center;width:max-content;max-width:220px;min-height:76px;padding:10px 16px!important;margin-bottom:16px;border-radius:15px;background:#fff}
.fv-footer-logo img{display:block!important;max-width:180px!important;max-height:58px!important;width:auto!important;height:auto!important;object-fit:contain!important;filter:none!important}
.fv-footer-logo-text{display:grid;line-height:.82;color:#18251f;font-size:21px;letter-spacing:.08em}
.fv-footer-logo-text b{font-weight:500}.fv-footer-logo-text i{font-style:normal;color:var(--fv-red);font-size:9px;font-weight:900;letter-spacing:.15em;margin-top:7px}

.fv-promotions-hero{padding:58px 0 26px}
.fv-promotions-hero .fv-kicker{margin:0 0 8px}
.fv-promotions-hero h1{margin:0;color:var(--fv-blue-dark);font-size:clamp(42px,5vw,72px);line-height:.92;letter-spacing:-.06em}
.fv-promotions-hero p:last-child{max-width:700px;color:var(--fv-muted);font-size:14px;margin:16px 0 0}
.fv-promotions-content{padding:0 0 70px}
.fv-promotions-empty{padding:34px;border:1px dashed #c7d7e8;border-radius:18px;background:#fff;color:var(--fv-muted);text-align:center}

@media(max-width:900px){
  .fv-catalog-toolbar{align-items:stretch;flex-direction:column}.fv-catalog-filters{display:grid;grid-template-columns:1fr 1fr;width:100%}.fv-catalog-filters label{min-width:0}.fv-catalog-count{padding:0}
}
@media(max-width:620px){
  .fv-catalog-filters{grid-template-columns:1fr}.fv-catalog-filters button,.fv-filter-reset{width:100%;justify-content:center}
}


/* ============================================================
   v1.3 — Filtres avancés, tarifs HT/TTC, densité & pages
   ============================================================ */

/* Pages générales */
.fv-page-shell{margin-top:34px;margin-bottom:72px}
.fv-page-shell>article:not(.type-product){background:#fff;border:1px solid var(--fv-border);border-radius:24px;padding:clamp(24px,4vw,54px)}
.fv-page-shell--account>article{padding:0;background:transparent;border:0}
.fv-page-shell>article>h1{font-size:clamp(32px,3.4vw,50px);line-height:.98;margin-bottom:24px}
.fv-page-shell .entry-content,.fv-page-shell article{font-size:14px}
.fv-page-shell article h2{color:var(--fv-blue-dark);font-size:clamp(24px,2.4vw,34px);letter-spacing:-.035em}
.fv-page-shell article h3{color:var(--fv-blue-dark);font-size:20px}
.fv-page-shell article p{color:#52657b}
.fv-page-shell article a:not(.button){color:var(--fv-blue);font-weight:700}

/* Titres catalogue */
.woocommerce-products-header__title.page-title,.woocommerce .page-title{
  font-size:clamp(36px,4vw,54px);
  line-height:.96;
  margin-bottom:26px;
}

/* Barre de filtres v1.3 */
.fv-catalog-toolbar{
  display:block;
  padding:0;
  margin:0 0 30px;
  background:#fff;
  border:1px solid var(--fv-border);
  border-radius:22px;
  overflow:hidden;
}
.fv-catalog-toolbar__head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:17px 20px;
  border-bottom:1px solid var(--fv-border);
  background:linear-gradient(180deg,#fff,#fbfdff);
}
.fv-catalog-toolbar__head>div{display:flex;align-items:baseline;gap:12px}
.fv-catalog-toolbar__eyebrow{
  color:var(--fv-red);
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.fv-catalog-toolbar__head strong{color:var(--fv-blue-dark);font-size:13px}
.fv-catalog-filters{display:block;padding:18px 20px 20px}
.fv-filter-grid{display:grid;gap:10px}
.fv-filter-grid--primary{grid-template-columns:repeat(4,minmax(0,1fr))}
.fv-filter-grid--extra{grid-template-columns:repeat(4,minmax(0,1fr));padding-top:14px}
.fv-catalog-filters label{display:grid;gap:5px;min-width:0}
.fv-catalog-filters label>span{
  font-size:8px;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-weight:900;
  color:var(--fv-muted)
}
.fv-catalog-filters select{
  width:100%;
  min-height:44px;
  border:1px solid #c9d8e9;
  border-radius:12px;
  background-color:#fff;
  padding:0 34px 0 12px;
  color:var(--fv-blue-dark);
  font-size:11px;
  font-weight:750;
  outline:0;
}
.fv-catalog-filters select:focus{border-color:var(--fv-blue);box-shadow:0 0 0 3px rgba(22,74,130,.08)}
.fv-filter-more{margin-top:12px;border-top:1px solid var(--fv-border);padding-top:12px}
.fv-filter-more summary{
  list-style:none;
  width:max-content;
  color:var(--fv-blue);
  cursor:pointer;
  font-size:11px;
  font-weight:900;
}
.fv-filter-more summary::-webkit-details-marker{display:none}
.fv-filter-more summary span{display:inline-block;margin-left:5px;transition:transform .2s}
.fv-filter-more[open] summary span{transform:rotate(45deg)}
.fv-filter-actions{display:flex;align-items:center;gap:10px;margin-top:15px}
.fv-catalog-filters button{
  min-height:44px;
  border:0;
  border-radius:12px;
  background:var(--fv-blue);
  color:#fff;
  padding:0 20px;
  font-size:11px;
  font-weight:900;
  cursor:pointer
}
.fv-catalog-filters button:hover{background:var(--fv-blue-dark)}
.fv-filter-reset{min-height:auto;padding:0;color:var(--fv-muted);font-size:10px;font-weight:800}
.fv-filter-reset--mobile{display:none}
.fv-active-filters{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  padding:0 20px 18px;
}
.fv-filter-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 9px 7px 11px;
  border:1px solid #cfe0f1;
  border-radius:999px;
  background:var(--fv-soft);
  color:var(--fv-blue-dark);
  font-size:10px;
  font-weight:800;
}
.fv-filter-chip b{font-size:14px;line-height:1;color:var(--fv-red)}

/* Cartes produit catalogue */
.woocommerce ul.products{gap:20px}
.woocommerce ul.products li.product{
  padding-bottom:16px!important;
  border-radius:22px;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease
}
.woocommerce ul.products li.product:hover{
  transform:translateY(-2px);
  border-color:#c5d8eb;
  box-shadow:0 16px 34px rgba(8,47,99,.07)
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{display:flex;flex-direction:column;flex:1}
.woocommerce ul.products li.product a img{
  margin-bottom:0!important;
  padding:18px;
  background:#f8fafc
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  min-height:2.55em;
  margin:0!important;
  padding:16px 16px 0!important;
  font-size:15px!important;
  line-height:1.24!important;
  letter-spacing:-.018em;
}
.woocommerce ul.products li.product .price{display:none!important}
.fv-loop-price{
  min-height:70px;
  margin:0;
  padding:12px 16px 3px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.fv-loop-price-prefix{
  display:block;
  margin-bottom:3px;
  color:var(--fv-muted);
  font-size:9px;
  font-weight:800;
}
.fv-loop-price__main{display:flex;align-items:center;gap:7px}
.fv-loop-price__main strong{
  color:var(--fv-blue-dark);
  font-size:20px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.035em
}
.fv-loop-price__main strong .woocommerce-Price-currencySymbol{font-size:.82em}
.fv-loop-price__main>span{
  display:inline-flex;
  align-items:center;
  min-height:20px;
  padding:0 6px;
  border-radius:999px;
  background:#eaf2fb;
  color:var(--fv-blue);
  font-size:8px;
  font-weight:900;
  letter-spacing:.08em
}
.fv-loop-price--public .fv-loop-price__main>span{background:#f3f5f7;color:#56697f}
.fv-loop-price small{margin-top:5px;color:var(--fv-muted);font-size:10px;font-weight:700}
.woocommerce ul.products li.product .button{
  margin:10px 16px 0!important;
  min-height:42px;
  display:flex!important;
  align-items:center;
  justify-content:center;
  padding:10px 14px!important;
  font-size:11px!important
}

/* Pagination */
.woocommerce nav.woocommerce-pagination{margin-top:32px}
.woocommerce nav.woocommerce-pagination ul,
.fv-promotions-content ul.page-numbers{
  display:flex!important;
  justify-content:center;
  gap:6px;
  border:0!important;
  margin:0!important;
  padding:0!important
}
.woocommerce nav.woocommerce-pagination ul li,
.fv-promotions-content ul.page-numbers li{border:0!important;float:none!important}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.fv-promotions-content .page-numbers a,
.fv-promotions-content .page-numbers span{
  display:grid!important;
  place-items:center;
  min-width:38px;
  height:38px;
  padding:0 10px!important;
  border:1px solid var(--fv-border)!important;
  border-radius:10px;
  background:#fff!important;
  color:var(--fv-blue-dark)!important;
  font-size:12px!important;
  font-weight:800!important
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.fv-promotions-content .page-numbers.current{
  background:var(--fv-blue)!important;
  border-color:var(--fv-blue)!important;
  color:#fff!important
}

/* Fiche produit : meilleure densité */
.single-product .fv-woo-wrap{width:min(calc(100% - 48px),1480px)}
.fv-product-layout{grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:24px}
.fv-product-gallery-panel,.fv-product-buy-panel,.fv-product-details-panel,.fv-related-panel{border-radius:22px}
.fv-product-gallery-panel{padding:18px}
.fv-product-gallery-panel .woocommerce-product-gallery__image>a{min-height:530px;border-radius:16px}
.fv-product-gallery-panel .woocommerce-product-gallery__image img{max-height:560px}
.fv-product-buy-panel{padding:30px;top:166px}
.fv-product-heading__top{margin-bottom:11px}
.fv-product-brand{font-size:9px}
.fv-stock-badge{font-size:8px;padding:6px 9px}
.fv-product-heading h1{
  font-size:clamp(34px,3.1vw,50px);
  line-height:.98;
  letter-spacing:-.05em
}
.fv-product-excerpt{margin-top:13px;font-size:13px;line-height:1.5}
.fv-price-box{margin-top:20px;padding:17px 18px;border-radius:16px}
.fv-price-box__head>span{font-size:9px}
.fv-main-price{font-size:30px;margin-top:6px}
.fv-price-note{font-size:9.5px;line-height:1.45}
.fv-price-note a{color:var(--fv-blue);font-weight:900}
.fv-public-tax-badge{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:0 9px;
  border-radius:999px;
  background:#fff;
  border:1px solid #cedceb;
  color:var(--fv-blue-dark);
  font-size:8px;
  font-weight:900
}
.fv-tax-toggle{padding:2px}
.fv-tax-toggle button{min-width:38px;height:25px;font-size:8px}
.fv-purchase-form{margin-top:18px}
.fv-purchase-form .quantity .qty{width:78px!important;min-height:46px!important}
.fv-purchase-form .single_add_to_cart_button{min-height:46px!important;padding:0 21px!important;font-size:11px!important}
.fv-purchase-form table.variations th label{font-size:10px}
.fv-purchase-form table.variations select{min-height:44px;font-size:11px}
.fv-product-facts{margin-top:18px}
.fv-fact{padding:13px 15px}
.fv-fact span{font-size:8px}
.fv-fact strong{font-size:11px}
.fv-b2b-note{margin-top:14px;gap:10px}
.fv-b2b-note>div{padding:12px 14px}
.fv-b2b-note strong{font-size:10px}
.fv-b2b-note span{font-size:9px}
.fv-product-details-panel{margin-top:22px;padding:6px 26px}
.fv-product-detail summary{padding:18px 0;font-size:14px}
.fv-product-detail__content{padding-bottom:20px;font-size:13px;line-height:1.6}
.fv-product-specs>div{padding:10px 12px}
.fv-related-panel{margin-top:22px;padding:24px}
.fv-related-panel>section>h2,.fv-related-panel>h2{font-size:26px!important}

/* Guests : jamais de HT visible. */
body:not(.logged-in) .fv-tax-toggle{display:none!important}

@media(max-width:1180px){
  .fv-filter-grid--primary,.fv-filter-grid--extra{grid-template-columns:repeat(3,minmax(0,1fr))}
  .fv-product-gallery-panel .woocommerce-product-gallery__image>a{min-height:470px}
}

@media(max-width:900px){
  .fv-catalog-toolbar__head{align-items:flex-start}
  .fv-filter-grid--primary,.fv-filter-grid--extra{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fv-product-layout{grid-template-columns:1fr}
  .fv-product-buy-panel{padding:26px;position:static}
  .fv-product-gallery-panel .woocommerce-product-gallery__image>a{min-height:420px}
}

@media(max-width:620px){
  .fv-page-shell>article:not(.type-product){padding:22px 18px;border-radius:18px}
  .fv-catalog-toolbar{border-radius:17px}
  .fv-catalog-toolbar__head{padding:14px 15px}
  .fv-catalog-toolbar__head>div{display:grid;gap:2px}
  .fv-catalog-filters{padding:15px}
  .fv-filter-grid--primary,.fv-filter-grid--extra{grid-template-columns:1fr}
  .fv-filter-actions{align-items:stretch;flex-direction:column}
  .fv-catalog-filters button,.fv-filter-reset--mobile{display:flex;width:100%;justify-content:center;align-items:center}
  .fv-catalog-toolbar__head>.fv-filter-reset{display:none}
  .fv-active-filters{padding:0 15px 15px}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:0;font-size:15px!important}
  .fv-loop-price{min-height:58px}
  .fv-product-gallery-panel .woocommerce-product-gallery__image>a{min-height:315px}
  .fv-product-buy-panel{padding:22px 18px}
  .fv-product-heading h1{font-size:34px}
  .fv-main-price{font-size:28px}
}


.fv-loop-price--home{padding:12px 0 0;min-height:0}
.fv-native-price-prefix{font-size:.72em;color:var(--fv-muted);font-weight:700}
.fv-native-tax-label{display:inline-flex;align-items:center;min-height:18px;padding:0 5px;border-radius:999px;background:#eef3f8;color:var(--fv-blue);font-size:8px;font-weight:900;vertical-align:middle}

/* ============================================================
   v1.6 — Prix global, filtres contextuels, mobile et commandes
   ============================================================ */

/* Sélecteur HT / TTC global, visible uniquement pour les comptes connectés. */
.fv-global-tax-toggle{
  display:inline-flex;
  align-items:center;
  padding:3px;
  border:1px solid var(--fv-border);
  border-radius:999px;
  background:#f7f9fc;
  flex:0 0 auto;
}
.fv-global-tax-toggle button{
  min-width:38px;
  height:30px;
  padding:0 10px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:var(--fv-muted);
  font-size:9px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
}
.fv-global-tax-toggle button.is-active{
  background:var(--fv-blue);
  color:#fff;
  box-shadow:0 3px 10px rgba(22,74,130,.18);
}

/* Une seule information de prix dans les cartes : on neutralise les anciens rendus snippets. */
.woocommerce ul.products li.product .fcv-prix,
.woocommerce ul.products li.product .fcv-switch-modes,
.woocommerce ul.products li.product .prix-custom,
.woocommerce ul.products li.product > .price,
.woocommerce ul.products li.product .woocommerce-LoopProduct-link > .price{
  display:none!important;
}
.single-product .fcv-prix,
.single-product .fcv-switch-modes{
  display:none!important;
}
.fv-loop-price{
  display:block!important;
  margin-top:10px;
  min-height:44px;
}
.fv-loop-price__main{
  display:flex;
  align-items:center;
  gap:7px;
}
.fv-loop-price__main strong{
  color:var(--fv-blue-dark);
  font-size:22px;
  line-height:1;
  letter-spacing:-.035em;
}
.fv-loop-price__main span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:21px;
  padding:0 7px;
  border-radius:999px;
  background:var(--fv-soft);
  color:var(--fv-blue);
  font-size:8px;
  font-weight:900;
  letter-spacing:.04em;
}
.fv-loop-price-prefix{display:block;margin-bottom:4px;color:var(--fv-muted);font-size:9px;font-weight:800}

/* Les filtres se recalculent à chaque changement : feedback visuel pendant le rechargement. */
.fv-catalog-filters.is-updating{opacity:.62;pointer-events:none;transition:opacity .15s}
.fv-catalog-filters select{cursor:pointer}

/* Commandes : le bouton principal doit toujours conserver son libellé. */
.fv-order-btn{justify-content:center;white-space:nowrap}
.fv-order-btn.is-primary{min-width:112px}

/* Pied de page : crédit agence séparé et discret. */
.fv-footer-copyright{display:grid;gap:4px}
.fv-footer-credit{font-size:11px;color:#8fa8c3}
.fv-footer-credit a{color:#d8e5f3;font-weight:800}
.fv-footer-credit a:hover{color:#fff}

@media(max-width:900px){
  .fv-header-actions{gap:4px}
  .fv-global-tax-toggle button{min-width:34px;padding:0 8px}
}

@media(max-width:620px){
  /* Centrage général des zones de lecture sur mobile. */
  .fv-section-head,
  .fv-product-card__body,
  .woocommerce ul.products li.product,
  .fv-product-heading,
  .fv-price-box,
  .fv-account-heading,
  .fv-account-empty{
    text-align:center;
  }
  .fv-section-head>div{margin-inline:auto}
  .fv-link-arrow{margin-inline:auto}
  .fv-product-card__brand{justify-content:center}
  .fv-loop-price__main{justify-content:center}
  .fv-product-heading__top{justify-content:center}
  .fv-price-box__head{justify-content:center;gap:10px}
  .fv-purchase-form .cart,
  .fv-purchase-form .woocommerce-variation-add-to-cart{
    justify-content:center;
  }
  .fv-product-facts{text-align:center}
  .fv-order-actions{justify-content:center}

  /* Footer réellement centré sur mobile. */
  .fv-footer-main,
  .fv-footer-main>div,
  .fv-footer-brand{
    text-align:center;
  }
  .fv-footer-logo{margin-left:auto;margin-right:auto}
  .fv-footer-brand p{max-width:520px;margin-left:auto;margin-right:auto}
  .fv-footer-brand p a{display:block;margin-top:8px}
  .fv-footer-main>div:not(.fv-footer-brand){display:grid;justify-items:center}
  .fv-footer-bottom{
    align-items:center!important;
    text-align:center;
  }
  .fv-footer-copyright{justify-items:center}
  .fv-footer-legal{justify-content:center}

  /* Le toggle reste accessible sans prendre toute la largeur du header. */
  .fv-global-tax-toggle{order:0}
  .fv-global-tax-toggle button{min-width:32px;height:28px;padding:0 7px;font-size:8px}

  .fv-order-row{grid-template-columns:1fr;text-align:center}
  .fv-order-actions{grid-column:auto}
  .fv-order-status{justify-content:center}
}


/* ============================================================
   v1.7 — UI premium globale, panier, cross-selling, héros
   ============================================================ */

/* Boutons & champs : socle commun */
:where(.fv-main,.fv-footer,.woocommerce,.fv-delivery-panel) button,
:where(.fv-main,.woocommerce,.fv-delivery-panel) input[type="submit"],
:where(.fv-main,.woocommerce,.fv-delivery-panel) .button,
.fv-btn{
  appearance:none;
  min-height:46px;
  border:1px solid transparent;
  border-radius:14px!important;
  padding:0 18px;
  background:linear-gradient(180deg,#1b578f 0%,var(--fv-blue) 100%);
  color:#fff!important;
  font-size:12px;
  font-weight:900!important;
  letter-spacing:-.01em;
  box-shadow:0 8px 18px rgba(8,47,99,.12);
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;
}
:where(.fv-main,.woocommerce,.fv-delivery-panel) button:hover,
:where(.fv-main,.woocommerce,.fv-delivery-panel) .button:hover,
.fv-btn:hover{
  transform:translateY(-1px);
  background:linear-gradient(180deg,var(--fv-blue) 0%,var(--fv-blue-dark) 100%);
  box-shadow:0 12px 24px rgba(8,47,99,.16);
}
.fv-btn--ghost{
  background:#fff!important;
  color:var(--fv-blue-dark)!important;
  border-color:var(--fv-border)!important;
  box-shadow:none!important;
}
.fv-btn--ghost:hover{background:var(--fv-soft)!important;border-color:#b9cbe0!important}
:where(.fv-main,.woocommerce,.fv-delivery-panel) input[type="text"],
:where(.fv-main,.woocommerce,.fv-delivery-panel) input[type="email"],
:where(.fv-main,.woocommerce,.fv-delivery-panel) input[type="tel"],
:where(.fv-main,.woocommerce,.fv-delivery-panel) input[type="number"],
:where(.fv-main,.woocommerce,.fv-delivery-panel) input[type="search"],
:where(.fv-main,.woocommerce,.fv-delivery-panel) input[type="password"],
:where(.fv-main,.woocommerce,.fv-delivery-panel) select,
:where(.fv-main,.woocommerce,.fv-delivery-panel) textarea{
  min-height:48px;
  border:1px solid #cbd8e8;
  border-radius:13px;
  background:#fff;
  color:var(--fv-text);
  padding:0 14px;
  outline:0;
  box-shadow:0 1px 0 rgba(8,47,99,.02);
  transition:border-color .18s,box-shadow .18s,background .18s;
}
:where(.fv-main,.woocommerce,.fv-delivery-panel) textarea{padding:12px 14px;min-height:110px}
:where(.fv-main,.woocommerce,.fv-delivery-panel) input:focus,
:where(.fv-main,.woocommerce,.fv-delivery-panel) select:focus,
:where(.fv-main,.woocommerce,.fv-delivery-panel) textarea:focus{
  border-color:var(--fv-blue);
  box-shadow:0 0 0 4px rgba(22,74,130,.09);
}
:where(.fv-main,.woocommerce,.fv-delivery-panel) label>span{
  color:#566b84;
  font-size:9px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}

/* Message d'ajout au panier */
.woocommerce-notices-wrapper{
  width:min(calc(100% - 48px),1380px);
  margin:28px auto 0;
}
.woocommerce-message{
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:inherit!important;
}
.woocommerce-message:before{display:none!important}
.fv-cart-message{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
  padding:14px 14px 14px 16px;
  border:1px solid #cde5d8;
  border-radius:18px;
  background:linear-gradient(135deg,#f7fcf9,#fff);
  box-shadow:0 14px 32px rgba(18,111,68,.08);
}
.fv-cart-message__icon{
  display:grid;
  place-items:center;
  width:42px;height:42px;
  border-radius:13px;
  background:#e4f6ec;
  color:var(--fv-green);
  font-size:18px;
  font-weight:900;
}
.fv-cart-message__copy{display:grid;gap:2px;min-width:0}
.fv-cart-message__copy strong{font-size:13px;color:var(--fv-blue-dark)}
.fv-cart-message__copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--fv-muted);font-size:12px}
.fv-cart-message__action{margin:0!important;min-height:42px!important}

/* Héros catégories et marques */
.fv-catalog-hero{
  position:relative;
  width:min(calc(100% - 48px),1380px);
  min-height:280px;
  margin:38px auto 22px;
  border-radius:26px;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  isolation:isolate;
  background:#e8f0f9;
  box-shadow:0 20px 55px rgba(8,47,99,.09);
}
.fv-catalog-hero.has-image{
  background-image:var(--fv-hero-image);
  background-size:cover;
  background-position:center;
}
.fv-catalog-hero:before{
  content:"";
  position:absolute;inset:0;z-index:-1;
  background:linear-gradient(90deg,rgba(4,25,54,var(--fv-hero-overlay)) 0%,rgba(4,25,54,calc(var(--fv-hero-overlay) * .72)) 48%,rgba(4,25,54,.08) 100%);
}
.fv-catalog-hero.is-plain:before{
  background:linear-gradient(135deg,var(--fv-blue-dark),var(--fv-blue));
}
.fv-catalog-hero__inner{
  width:min(760px,100%);
  padding:42px 46px;
  color:#fff;
}
.fv-catalog-hero__inner .fv-kicker{color:#f5b5ba}
.fv-catalog-hero__inner h1{
  margin:0;
  color:#fff;
  font-size:clamp(38px,5vw,68px);
  line-height:.95;
  letter-spacing:-.055em;
}
.fv-catalog-hero__inner p{
  max-width:650px;
  margin:14px 0 0;
  color:rgba(255,255,255,.82);
  font-size:15px;
  font-weight:600;
}

/* Livraison panier */
.fv-delivery-panel{
  width:100%;
  margin:24px 0 30px;
  border:1px solid var(--fv-border);
  border-radius:22px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(8,47,99,.05);
}
.fv-delivery-panel__summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:22px 24px;
}
.fv-delivery-panel__summary h2{
  margin:2px 0 4px;
  color:var(--fv-blue-dark);
  font-size:22px;
  letter-spacing:-.035em;
}
.fv-delivery-panel__summary p{margin:0;color:var(--fv-muted);font-size:12px}
.fv-delivery-form{
  padding:22px 24px 24px;
  border-top:1px solid var(--fv-border);
  background:#f9fbfe;
}
.fv-form-grid--delivery{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.fv-form-grid--delivery label{display:grid;gap:7px}
.fv-form-grid--delivery .is-wide{grid-column:span 2}
.fv-delivery-form__actions{
  display:flex;
  justify-content:flex-end;
  gap:10px;
  margin-top:18px;
}

/* Totaux panier plus lisibles */
.woocommerce .cart_totals{
  border-radius:22px!important;
  padding:26px!important;
  box-shadow:0 15px 40px rgba(8,47,99,.06);
}
.woocommerce .cart_totals h2{
  margin:0 0 18px!important;
  font-size:30px!important;
  color:var(--fv-blue-dark)!important;
  letter-spacing:-.045em;
}
.woocommerce .cart_totals table th,
.woocommerce .cart_totals table td{padding:12px 10px!important}
.woocommerce .wc-proceed-to-checkout .checkout-button{
  width:100%;
  min-height:54px!important;
  border-radius:15px!important;
}

/* Cross-selling */
.fv-recommendations{
  width:min(calc(100% - 48px),1380px);
  margin:58px auto 70px;
}
.fv-related-panel .fv-recommendations{width:100%;margin:0}
.fv-recommendations .fv-section-head{margin-bottom:20px}
.fv-recommendations .fv-section-head h2{font-size:clamp(28px,3vw,42px)}
.fv-recommendations ul.products{margin-bottom:0!important}

/* Mentions légales */
.fv-legal-hero{
  padding:72px 0 54px;
  background:linear-gradient(135deg,var(--fv-blue-deep),var(--fv-blue));
  color:#fff;
}
.fv-legal-hero .fv-kicker{color:#f4b2b8}
.fv-legal-hero h1{
  margin:0;
  max-width:900px;
  color:#fff;
  font-size:clamp(44px,6vw,76px);
  line-height:.94;
  letter-spacing:-.06em;
}
.fv-legal-hero p{max-width:760px;margin:18px 0 0;color:#cbd9e8;font-size:15px}
.fv-legal-shell{padding:42px 0 72px}
.fv-legal-card{
  display:grid;
  grid-template-columns:270px minmax(0,1fr);
  gap:0;
  overflow:hidden;
  border:1px solid var(--fv-border);
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 42px rgba(8,47,99,.06);
}
.fv-legal-card__aside{
  padding:30px;
  background:#f1f6fb;
  border-right:1px solid var(--fv-border);
}
.fv-legal-card__aside span{display:block;color:var(--fv-red);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.fv-legal-card__aside strong{display:block;margin-top:6px;color:var(--fv-blue-dark);font-size:22px}
.fv-legal-card__aside a{display:inline-flex;margin-top:24px;color:var(--fv-blue);font-size:12px;font-weight:900}
.fv-legal-content{padding:34px 42px;max-width:900px}
.fv-legal-content h2,.fv-legal-content h3{
  color:var(--fv-blue-dark);
  letter-spacing:-.035em;
}
.fv-legal-content h2{margin:34px 0 10px;font-size:25px}
.fv-legal-content h2:first-child{margin-top:0}
.fv-legal-content h3{margin:24px 0 8px;font-size:18px}
.fv-legal-content p,.fv-legal-content li{color:#52667d;font-size:14px;line-height:1.75}
.fv-legal-content a{color:var(--fv-blue);font-weight:800}
.fv-footer-legal{justify-content:flex-end}

/* Fiche produit : actions plus nettes */
.fv-purchase-form .single_add_to_cart_button{
  border-radius:14px!important;
  min-height:50px!important;
  padding-inline:22px!important;
}
.fv-purchase-form .quantity input.qty{border-radius:14px!important}
.fv-product-details-panel details{border-radius:18px}
.fv-product-details-panel summary{cursor:pointer}

/* Tableaux et boutons compte */
.fv-account-shell .button,
.fv-order-actions .button{border-radius:12px!important;box-shadow:none!important}
.fv-order-actions{gap:8px}

/* Mobile */
@media(max-width:900px){
  .fv-form-grid--delivery{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fv-catalog-hero{min-height:240px}
}
@media(max-width:620px){
  .woocommerce-notices-wrapper{width:min(calc(100% - 28px),1380px);margin-top:18px}
  .fv-cart-message{grid-template-columns:38px minmax(0,1fr);padding:12px}
  .fv-cart-message__icon{width:38px;height:38px}
  .fv-cart-message__action{grid-column:1/-1;width:100%}
  .fv-catalog-hero{width:calc(100% - 28px);min-height:220px;margin-top:20px;border-radius:20px;text-align:center;align-items:center}
  .fv-catalog-hero:before{background:rgba(4,25,54,var(--fv-hero-overlay))}
  .fv-catalog-hero__inner{padding:28px 20px}
  .fv-catalog-hero__inner p{margin-inline:auto}
  .fv-delivery-panel__summary{display:grid;text-align:center;justify-items:center}
  .fv-delivery-panel__summary .fv-btn{width:100%}
  .fv-form-grid--delivery{grid-template-columns:1fr}
  .fv-form-grid--delivery .is-wide{grid-column:auto}
  .fv-delivery-form__actions{display:grid;grid-template-columns:1fr}
  .fv-recommendations{width:calc(100% - 28px);margin-top:42px}
  .fv-legal-card{grid-template-columns:1fr}
  .fv-legal-card__aside{border-right:0;border-bottom:1px solid var(--fv-border);text-align:center}
  .fv-legal-content{padding:26px 22px}
  .fv-footer-legal{justify-content:center}
}

/* ============================================================
   v1.8 — Pages catégories & marques premium
   ============================================================ */
.fv-woo-wrap>.fv-catalog-hero{
  width:100%;
  margin:0 0 24px;
  min-height:330px;
  border-radius:28px;
}
.fv-catalog-hero.has-image{
  background-position:var(--fv-hero-position,center);
}
.fv-catalog-hero__inner{
  width:min(780px,100%);
  padding:48px 52px;
}
.fv-catalog-hero__meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:10px;
}
.fv-catalog-hero__meta .fv-kicker{margin:0}
.fv-catalog-hero__count{
  display:inline-flex;
  align-items:center;
  min-height:27px;
  padding:0 9px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  background:rgba(255,255,255,.11);
  color:#fff;
  font-size:9px;
  font-weight:850;
  letter-spacing:.04em;
  backdrop-filter:blur(8px);
}
.fv-catalog-hero__inner h1{
  max-width:760px;
  font-size:clamp(42px,5vw,72px);
}
.fv-catalog-hero__inner p{
  max-width:680px;
  font-size:14px;
  line-height:1.55;
}
.fv-woo-wrap>.fv-catalog-hero + .woocommerce-notices-wrapper:empty{display:none}
.fv-woo-wrap>.fv-catalog-hero ~ .fv-catalog-toolbar{margin-top:0}

/* Le mega-menu ne laisse visuellement aucune place aux liens absents. */
.fv-mega-col:has(>h3:only-child){display:none}

@media(max-width:760px){
  .fv-woo-wrap>.fv-catalog-hero{
    width:100%;
    min-height:250px;
    margin:0 0 18px;
    border-radius:22px;
  }
  .fv-catalog-hero__inner{padding:30px 22px;text-align:center}
  .fv-catalog-hero__meta{justify-content:center}
  .fv-catalog-hero__inner h1{font-size:clamp(36px,11vw,52px)}
  .fv-catalog-hero__inner p{font-size:13px}
}


/* ============================================================
   v1.9 — finition premium : prix promo, menu riche, hero fold
   ============================================================ */

:root{
  --fv-blue:#17558f;
  --fv-blue-dark:#082f63;
  --fv-red:#e82e3b;
  --fv-red-dark:#bc1825;
}
body{font-size:16px}
.fv-main{font-size:15px}
.fv-page-shell p,.fv-woo-wrap p,.woocommerce p{font-size:14px;line-height:1.62}
.fv-search-form input[type=search]{font-size:16px}
.fv-search-form button{font-size:14px}
.fv-head-link{font-size:14px}
.fv-catalog-summary{font-size:16px}

/* Toggle prix : deux choix parfaitement contrastés. */
.fv-global-tax-toggle{
  display:grid!important;
  grid-template-columns:1fr 1fr;
  gap:4px;
  padding:4px!important;
  min-height:44px;
  border:1px solid #d4e0ed!important;
  border-radius:999px!important;
  background:#f4f7fb!important;
  box-shadow:0 8px 24px rgba(8,47,99,.08);
}
.fv-global-tax-toggle button{
  min-width:46px!important;
  height:34px!important;
  border:0!important;
  border-radius:999px!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:950!important;
  letter-spacing:.04em;
  opacity:.68;
  box-shadow:none!important;
  transform:none!important;
}
.fv-global-tax-toggle button.is-ht{background:var(--fv-blue)!important}
.fv-global-tax-toggle button.is-ttc{background:var(--fv-red)!important}
.fv-global-tax-toggle button.is-active{
  opacity:1;
  box-shadow:0 0 0 3px #fff,0 5px 14px rgba(8,47,99,.18)!important;
}
.fv-global-tax-toggle button:hover{opacity:1}

/* Menu catalogue : on conserve les familles et on ajoute une mise en avant. */
.fv-mega{padding:30px 32px 24px}
.fv-mega-brands{display:flex;flex-wrap:wrap;gap:8px;padding:18px 0 22px}
.fv-mega-brands a{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  padding:0 13px;
  border:1px solid var(--fv-border);
  border-radius:999px;
  font-size:12px;
  font-weight:850;
  color:var(--fv-blue-dark);
  background:#fff;
}
.fv-mega-brands a:hover{background:#edf4fc;border-color:#b8cee6}
.fv-mega-layout{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:24px;align-items:stretch}
.fv-mega-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px 28px!important;
}
.fv-mega-col h3{font-size:14px!important;margin:0 0 11px;color:var(--fv-blue-dark)}
.fv-mega-col a{font-size:13px!important;line-height:1.35;padding:4px 0;color:#556b84}
.fv-mega-col a:hover{color:var(--fv-blue);transform:translateX(2px)}
.fv-mega-feature{
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:310px;
  border:1px solid var(--fv-border);
  border-radius:20px;
  background:#f7faff;
}
.fv-mega-feature__image{position:relative;height:170px;background:#fff;overflow:hidden}
.fv-mega-feature__image img{width:100%;height:100%;object-fit:contain;padding:12px}
.fv-mega-feature__image span{
  position:absolute;left:12px;top:12px;
  padding:6px 9px;border-radius:999px;background:var(--fv-red);color:#fff;
  font-size:9px;font-weight:950;text-transform:uppercase;letter-spacing:.08em
}
.fv-mega-feature__body{display:grid;gap:5px;padding:15px}
.fv-mega-feature__body small{color:var(--fv-red);font-size:9px;font-weight:950;text-transform:uppercase;letter-spacing:.09em}
.fv-mega-feature__body strong{font-size:15px;line-height:1.25;color:var(--fv-blue-dark)}
.fv-mega-feature__body b{font-size:18px;color:var(--fv-blue-dark)}
.fv-mega-feature__body b i{font-size:8px;font-style:normal;color:var(--fv-muted)}
.fv-mega-feature__body>a{margin-top:4px;color:var(--fv-blue);font-size:11px;font-weight:900}

/* Hero catégorie / marque : remplit la zone visible sous le header. */
.fv-woo-wrap>.fv-catalog-hero,
.fv-catalog-hero{
  width:min(calc(100% - 48px),1500px)!important;
  min-height:max(440px,calc(100svh - var(--fv-site-header-height,150px) - 38px))!important;
  margin:28px auto 26px!important;
  border-radius:28px!important;
  display:flex;
  align-items:flex-end!important;
  background-position:var(--fv-hero-position,center)!important;
}
.fv-catalog-hero__inner{
  width:100%;
  max-width:880px!important;
  padding:clamp(36px,5vw,70px)!important;
}
.fv-catalog-hero__inner h1{
  font-size:clamp(54px,7vw,96px)!important;
  line-height:.88!important;
  letter-spacing:-.06em!important;
}
.fv-catalog-hero__inner p{
  max-width:720px!important;
  margin-top:18px!important;
  font-size:clamp(15px,1.35vw,19px)!important;
  line-height:1.5!important;
}
.fv-catalog-hero__count{font-size:10px!important}
.fv-catalog-hero__meta .fv-kicker{font-size:10px!important}

/* Filtres contextuels et plus respirants. */
.fv-filter-grid--primary,
.fv-filter-grid--extra{
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr))!important;
}
.fv-catalog-toolbar__eyebrow{font-size:10px!important}
.fv-catalog-toolbar__head strong{font-size:15px!important}
.fv-catalog-filters label>span{font-size:10px!important}
.fv-catalog-filters select{
  min-height:50px!important;
  font-size:13px!important;
  border-radius:14px!important;
}
.fv-catalog-filters button{
  min-height:46px!important;
  padding:0 20px!important;
  border-radius:13px!important;
  font-size:12px!important;
}

/* Promotions : prix de référence explicite + remise rouge. */
.fv-loop-price{gap:4px}
.fv-loop-price__promo{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:22px;
  margin-bottom:3px;
}
.fv-loop-price__promo del{
  color:var(--fv-red)!important;
  font-size:13px!important;
  font-weight:850!important;
  text-decoration-thickness:2px;
}
.fv-promo-pill{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:0 8px;
  border-radius:999px;
  background:#ffe9eb;
  color:var(--fv-red-dark);
  font-size:9px;
  font-weight:950;
}
.woocommerce span.onsale.fv-sale-badge,
.woocommerce span.onsale{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:auto!important;
  min-height:30px!important;
  padding:0 11px!important;
  border-radius:999px!important;
  background:var(--fv-red)!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:950!important;
  line-height:1!important;
}
.fv-loop-price__main strong{font-size:22px!important}
.fv-loop-price__main>span{font-size:9px!important}

/* Boutons / inputs front. */
:where(.fv-main,.woocommerce,.fv-delivery-panel) .button,
:where(.fv-main,.woocommerce,.fv-delivery-panel) button,
:where(.fv-main,.woocommerce,.fv-delivery-panel) input[type=submit]{
  min-height:46px!important;
  padding:0 18px!important;
  border-radius:13px!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:-.01em;
}
:where(.fv-main,.woocommerce,.fv-delivery-panel) input[type=text],
:where(.fv-main,.woocommerce,.fv-delivery-panel) input[type=email],
:where(.fv-main,.woocommerce,.fv-delivery-panel) input[type=tel],
:where(.fv-main,.woocommerce,.fv-delivery-panel) input[type=number],
:where(.fv-main,.woocommerce,.fv-delivery-panel) input[type=password],
:where(.fv-main,.woocommerce,.fv-delivery-panel) select,
:where(.fv-main,.woocommerce,.fv-delivery-panel) textarea{
  min-height:50px!important;
  border-radius:14px!important;
  font-size:13px!important;
}

/* Messages WooCommerce : carte compacte au lieu du bandeau technique. */
.woocommerce-notices-wrapper{margin-top:20px!important}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error{
  border:0!important;
  border-radius:18px!important;
  box-shadow:0 14px 38px rgba(8,47,99,.08)!important;
  padding:16px 18px!important;
  font-size:13px!important;
}
.fv-cart-message{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr) auto!important;
  gap:14px!important;
  align-items:center!important;
  padding:0!important;
}
.fv-cart-message__icon{
  width:42px!important;height:42px!important;border-radius:13px!important;
  display:grid!important;place-items:center!important;
  background:#e8f7ef!important;color:#11814b!important;font-size:18px!important;font-weight:950!important
}
.fv-cart-message__copy strong{font-size:13px!important}
.fv-cart-message__copy span{font-size:12px!important;color:var(--fv-muted)}
.fv-cart-message__action{
  background:var(--fv-blue)!important;color:#fff!important;border-color:var(--fv-blue)!important;
}

/* Compte client : actions lisibles et sans téléchargement. */
.fv-account-heading p{font-size:14px!important}
.fv-account-nav a{font-size:13px!important}
.fv-order-label{font-size:9px!important}
.fv-order-row strong{font-size:13px!important}
.fv-order-row small{font-size:10px!important}
.fv-order-btn{
  min-height:38px!important;
  padding:0 13px!important;
  font-size:11px!important;
  color:var(--fv-blue-dark)!important;
  background:#fff!important;
  border:1px solid #b9cee6!important;
}
.fv-order-btn.is-primary{
  min-width:120px!important;
  justify-content:center!important;
  background:var(--fv-blue)!important;
  border-color:var(--fv-blue)!important;
  color:#fff!important;
}
.fv-order-btn.is-secondary:hover{background:#eef5fc!important}

/* Promo page */
.fv-promotions-hero p:last-child{font-size:15px!important}
.fv-promotions-content .products .product h2{font-size:15px!important}

@media(max-width:1100px){
  .fv-mega-layout{grid-template-columns:1fr}
  .fv-mega-feature{display:grid;grid-template-columns:190px 1fr;min-height:0}
  .fv-mega-feature__image{height:150px}
  .fv-mega-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:782px){
  body{font-size:15px}
  .fv-global-tax-toggle{min-height:40px}
  .fv-global-tax-toggle button{min-width:40px!important;height:31px!important}
  .fv-woo-wrap>.fv-catalog-hero,
  .fv-catalog-hero{
    width:calc(100% - 24px)!important;
    min-height:max(470px,calc(100svh - var(--fv-site-header-height,140px) - 18px))!important;
    margin:12px auto 18px!important;
    border-radius:22px!important;
    align-items:flex-end!important;
  }
  .fv-catalog-hero__inner{padding:30px 22px!important;text-align:center!important}
  .fv-catalog-hero__meta{justify-content:center!important}
  .fv-catalog-hero__inner h1{font-size:clamp(44px,13vw,64px)!important}
  .fv-catalog-hero__inner p{font-size:14px!important;margin-inline:auto!important}
  .fv-mega{width:100%!important;padding:20px!important}
  .fv-mega-grid{grid-template-columns:1fr!important}
  .fv-mega-feature{grid-template-columns:1fr}
  .fv-mega-feature__image{height:180px}
  .fv-cart-message{grid-template-columns:38px 1fr!important}
  .fv-cart-message__action{grid-column:1/-1;width:100%;justify-content:center}
  .fv-order-btn{width:100%;justify-content:center}
}

/* v1.9 · Promo également explicite sur la fiche produit. */
.fv-price-box__promo{
  display:flex;align-items:center;gap:9px;margin:0 0 6px;
}
.fv-price-box__promo[hidden]{display:none!important}
.fv-price-box__promo del{
  color:var(--fv-red)!important;font-size:14px!important;font-weight:900!important;
  text-decoration-thickness:2px;
}
.fv-price-box__promo span{
  display:inline-flex;align-items:center;min-height:25px;padding:0 9px;border-radius:999px;
  background:var(--fv-red)!important;color:#fff!important;font-size:10px!important;font-weight:950!important;
}


/* ============================================================
 * v2.0 — navigation exhaustive + footer dynamique + bleu unifié
 * ============================================================ */
.fv-search-form button,
.fv-catalog-nav{
  background:var(--fv-blue-deep)!important;
}
.fv-search-form button:hover{background:#041f46!important}
.fv-catalog-summary{background:transparent!important}

.fv-mega-brands{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 26px}
.fv-mega-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:28px 34px!important;
  align-items:start;
}
.fv-mega-col{min-width:0}
.fv-mega-col a{display:block;padding:4px 0;font-size:13px;line-height:1.35;color:#546982}
.fv-mega-layout{grid-template-columns:minmax(0,1fr) 250px!important}
.fv-mega{max-height:calc(100vh - 150px)}

.fv-footer-main{
  grid-template-columns:1.15fr 1.25fr 1.35fr .8fr!important;
  gap:48px!important;
}
.fv-footer-group--wide{min-width:0}
.fv-footer-linkgrid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:24px;
  row-gap:1px;
}
.fv-footer-linkgrid a{min-width:0;overflow-wrap:anywhere}
.fv-footer-all{font-weight:900;color:#fff!important;margin-top:3px}
.fv-footer-contact{display:grid;gap:2px}

@media(max-width:1180px){
  .fv-mega-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .fv-mega-layout{grid-template-columns:1fr!important}
  .fv-mega-feature{display:grid;grid-template-columns:180px 1fr;max-width:520px}
  .fv-footer-main{grid-template-columns:1fr 1fr!important}
  .fv-footer-brand{grid-column:1/-1!important}
}
@media(max-width:760px){
  .fv-mega-grid{grid-template-columns:1fr!important}
  .fv-mega-feature{display:block;max-width:none}
  .fv-footer-main{grid-template-columns:1fr!important}
  .fv-footer-brand{grid-column:auto!important}
  .fv-footer-linkgrid{grid-template-columns:1fr!important}
}


/* ============================================================
   v2.1 · Hero bord à bord + mega-menu sans rubrique fourre-tout
   ============================================================ */

/* Les héros catégories / marques occupent réellement toute la largeur écran. */
.fv-main{overflow-x:clip}
.fv-woo-wrap>.fv-catalog-hero,
.fv-catalog-hero{
  width:100vw!important;
  max-width:none!important;
  margin-top:0!important;
  margin-right:calc(50% - 50vw)!important;
  margin-bottom:30px!important;
  margin-left:calc(50% - 50vw)!important;
  border-radius:0!important;
  min-height:max(440px,calc(100svh - var(--fv-site-header-height,150px)))!important;
}
.fv-catalog-hero__inner{
  width:min(calc(100% - 48px),var(--fv-max))!important;
  max-width:none!important;
  margin-inline:auto!important;
  padding:clamp(38px,5vw,72px) 0!important;
}

/* La carte nouveauté reste une vignette compacte : elle ne suit jamais la
   hauteur des colonnes du menu. */
.fv-mega-layout{
  align-items:start!important;
}
.fv-mega-feature{
  align-self:start!important;
  min-height:0!important;
  height:auto!important;
  max-height:330px!important;
}
.fv-mega-feature__image{
  height:138px!important;
  flex:0 0 138px!important;
}
.fv-mega-feature__image img{
  padding:10px!important;
}
.fv-mega-feature__body{
  gap:4px!important;
  padding:13px 14px 14px!important;
}
.fv-mega-feature__body strong{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  font-size:14px!important;
}
.fv-mega-feature__body b{font-size:16px!important}

@media (max-width:782px){
  .fv-woo-wrap>.fv-catalog-hero,
  .fv-catalog-hero{
    width:100vw!important;
    min-height:calc(100svh - var(--fv-site-header-height,140px))!important;
    margin-inline:calc(50% - 50vw)!important;
    border-radius:0!important;
  }
  .fv-catalog-hero__inner{
    width:min(calc(100% - 32px),var(--fv-max))!important;
    padding:32px 0!important;
  }
  .fv-mega-feature{max-height:none!important}
}


/* ============================================================
   v2.2 · navigation logique, footer minimal et marques virtuelles
   ============================================================ */

/* Sélecteur : couleurs France Vélo. Un seul état est plein, l'autre reste lisible. */
.fv-global-tax-toggle{background:#fff!important;border:1px solid var(--fv-border)!important;box-shadow:0 8px 24px rgba(8,47,99,.10)!important}
.fv-global-tax-toggle button{background:#fff!important}
.fv-global-tax-toggle button.is-ht{color:var(--fv-blue)!important;border-color:transparent!important}
.fv-global-tax-toggle button.is-ttc{color:var(--fv-red)!important;border-color:transparent!important}
.fv-global-tax-toggle button.is-ht.is-active{background:var(--fv-blue)!important;color:#fff!important}
.fv-global-tax-toggle button.is-ttc.is-active{background:var(--fv-red)!important;color:#fff!important}
.fv-global-tax-toggle button:focus-visible{outline:3px solid rgba(8,47,99,.15)!important;outline-offset:2px}

/* Mega-menu : familles = catégories racines uniquement. Les marques restent dans la rangée dédiée. */
.fv-mega-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;align-content:start!important}
.fv-mega-col{align-self:start!important}
.fv-mega-col h3{padding-bottom:7px;border-bottom:1px solid #e6edf6}
.fv-mega-col a{padding:5px 0!important}

/* Footer volontairement minimal. */
.fv-footer-main--minimal{
  grid-template-columns:minmax(280px,1.5fr) minmax(170px,.65fr) minmax(220px,.75fr)!important;
  gap:clamp(42px,7vw,100px)!important;
  align-items:start!important;
}
.fv-footer--minimal .fv-footer-brand{max-width:520px}
.fv-footer--minimal .fv-footer-brand p{max-width:470px}
.fv-footer--minimal .fv-footer-group{display:grid!important;align-content:start!important;gap:8px!important}
.fv-footer--minimal .fv-footer-group h3{margin-bottom:8px!important}
.fv-footer--minimal .fv-footer-bottom{margin-top:34px!important}

@media(max-width:980px){
  .fv-footer-main--minimal{grid-template-columns:1fr 1fr!important}
  .fv-footer-main--minimal .fv-footer-brand{grid-column:1/-1!important}
}
@media(max-width:700px){
  .fv-footer-main--minimal{grid-template-columns:1fr!important;text-align:center!important}
  .fv-footer-main--minimal .fv-footer-brand{grid-column:auto!important;margin-inline:auto}
  .fv-footer--minimal .fv-footer-group{justify-items:center!important}
  .fv-footer--minimal .fv-footer-bottom{text-align:center!important}
}


/* Le hero d'archive démarre directement sous la navigation, sans bande vide. */
.fv-woo-wrap:has(> .fv-catalog-hero){margin-top:0!important}

/* ============================================================
   v2.3 · Mega-menu clair inspiré du site historique + switch robuste
   ============================================================ */

/* Sélecteur HT/TTC : les deux libellés restent toujours visibles. */
.fv-global-tax-toggle{
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
  padding:5px!important;
  min-height:48px!important;
  background:#fff!important;
  border:1px solid #cbd9e8!important;
  border-radius:999px!important;
  box-shadow:0 8px 22px rgba(8,47,99,.10)!important;
}
.fv-global-tax-toggle button{
  display:grid!important;
  place-items:center!important;
  min-width:54px!important;
  height:38px!important;
  padding:0 13px!important;
  border:0!important;
  border-radius:999px!important;
  opacity:.58!important;
  color:#fff!important;
  font-size:0!important;
  line-height:1!important;
  box-shadow:none!important;
  transform:none!important;
}
.fv-global-tax-toggle button span{
  display:block!important;
  color:#fff!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.04em!important;
}
.fv-global-tax-toggle button.is-ht{background:var(--fv-blue)!important}
.fv-global-tax-toggle button.is-ttc{background:var(--fv-red)!important}
.fv-global-tax-toggle button.is-active{
  opacity:1!important;
  box-shadow:0 0 0 3px #fff,0 0 0 5px rgba(8,47,99,.12)!important;
}
.fv-global-tax-toggle button.is-ttc.is-active{box-shadow:0 0 0 3px #fff,0 0 0 5px rgba(229,41,54,.13)!important}
.fv-global-tax-toggle button:hover{opacity:.88!important}

/* Mega-menu : structure proche du site historique, sans colonnes techniques. */
.fv-mega.fv-mega--clear{
  left:50%!important;
  transform:translateX(-50%)!important;
  width:100vw!important;
  max-width:none!important;
  max-height:calc(100vh - 150px)!important;
  overflow:auto!important;
  padding:34px 0 38px!important;
  background:#182879!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:0 26px 60px rgba(4,20,57,.22)!important;
  color:#fff!important;
}
.fv-mega-shell{
  width:min(calc(100% - 64px),var(--fv-max));
  margin-inline:auto;
  display:grid;
  grid-template-columns:minmax(290px,.92fr) minmax(0,2.25fr) minmax(230px,.72fr);
  gap:38px;
  align-items:start;
}
.fv-mega-brands-card{
  padding:28px 28px 30px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:20px;
  background:rgba(255,255,255,.085);
}
.fv-mega-brands-card .fv-mega-eyebrow{
  margin:0 0 10px;
  color:#bcc9e8!important;
  font-size:11px!important;
  letter-spacing:.13em;
}
.fv-mega-brands-card h2{
  margin:0 0 22px;
  color:#fff!important;
  font-size:28px!important;
  line-height:1.05;
  letter-spacing:-.035em;
}
.fv-mega-brand-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:11px 22px;
}
.fv-mega-brand-list a{
  color:#fff!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.25;
}
.fv-mega-brand-list a:hover{color:#ff8a91!important}

.fv-mega-sections{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:38px 34px;
  align-items:start;
}
.fv-mega-section{min-width:0}
.fv-mega-section h3{
  margin:0 0 15px!important;
  padding:0 0 11px!important;
  border-bottom:1px solid rgba(255,255,255,.18)!important;
  color:#aebcdf!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
}
.fv-mega-section__links{display:grid;gap:8px}
.fv-mega-section__links a{
  display:block;
  padding:0!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:760!important;
  line-height:1.35;
}
.fv-mega-section__links a:hover{color:#ff8a91!important;text-decoration:underline;text-underline-offset:3px}

.fv-mega-side{display:grid;gap:18px;align-content:start}
.fv-mega-new{
  display:grid;
  grid-template-columns:86px 1fr;
  gap:12px;
  padding:12px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:18px;
  background:rgba(255,255,255,.08);
  color:#fff!important;
  position:relative;
  min-height:116px;
}
.fv-mega-new__badge{
  position:absolute;top:10px;left:10px;z-index:2;
  padding:5px 8px;border-radius:999px;background:var(--fv-red);color:#fff;
  font-size:8px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;
}
.fv-mega-new__visual{
  display:grid;place-items:center;height:90px;border-radius:12px;background:#fff;overflow:hidden;
}
.fv-mega-new__visual img{width:100%;height:100%;object-fit:contain;padding:10px}
.fv-mega-new__copy{display:grid;align-content:center;gap:3px;min-width:0}
.fv-mega-new__copy small{color:#ff9299;font-size:8px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.fv-mega-new__copy strong{color:#fff;font-size:12px;line-height:1.2;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.fv-mega-new__copy b{color:#fff;font-size:13px}.fv-mega-new__copy b i{font-size:8px;font-style:normal;color:#becbe8}
.fv-mega-new__copy em{font-size:10px;font-style:normal;font-weight:900;color:#fff}

.fv-mega-access{
  padding:20px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:18px;
  background:rgba(255,255,255,.085);
  display:grid;
  gap:9px;
}
.fv-mega-access__title{
  padding-bottom:11px;margin-bottom:3px;border-bottom:1px solid rgba(255,255,255,.18);
  color:#aebcdf;font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;
}
.fv-mega-access a{color:#fff!important;font-size:13px;font-weight:800!important;padding:0!important}
.fv-mega-access a:hover{color:#ff8a91!important}

@media(max-width:1180px){
  .fv-mega-shell{grid-template-columns:minmax(260px,.8fr) minmax(0,1.8fr);}
  .fv-mega-side{grid-column:1/-1;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .fv-mega-sections{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:900px){
  .fv-mega.fv-mega--clear{
    position:static!important;
    left:auto!important;
    transform:none!important;
    width:100vw!important;
    max-height:none!important;
    margin-left:calc(50% - 50vw)!important;
    padding:28px 0 42px!important;
  }
  .fv-mega-shell{
    width:min(calc(100% - 40px),760px);
    grid-template-columns:1fr;
    gap:30px;
  }
  .fv-mega-sections{grid-template-columns:1fr;gap:28px}
  .fv-mega-side{grid-column:auto;grid-template-columns:1fr;gap:16px}
  .fv-mega-brands-card{padding:24px 22px}
  .fv-mega-brand-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px}
  .fv-mega-section h3{font-size:11px!important}
  .fv-mega-section__links a{font-size:15px!important;padding:3px 0!important}
}

@media(max-width:620px){
  .fv-global-tax-toggle{min-height:44px!important;padding:4px!important;gap:4px!important}
  .fv-global-tax-toggle button{min-width:48px!important;height:34px!important;padding:0 10px!important}
  .fv-global-tax-toggle button span{font-size:10px!important}
  .fv-mega-shell{width:calc(100% - 28px)}
  .fv-mega-brands-card h2{font-size:25px!important}
  .fv-mega-brand-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fv-mega-brand-list a{font-size:14px!important}
}

/* ============================================================
   v2.4 · Mega-menu sans trous + nouveauté éditoriale + couleurs de marque
   ============================================================ */

/* Le sélecteur conserve les deux couleurs de marque à pleine intensité. */
.fv-global-tax-toggle{
  background:#fff!important;
  border:1px solid #cbd9e8!important;
  box-shadow:0 7px 20px rgba(8,47,99,.10)!important;
}
.fv-global-tax-toggle button,
.fv-global-tax-toggle button:hover{
  opacity:1!important;
}
.fv-global-tax-toggle button.is-ht{
  background:#082f63!important;
  color:#fff!important;
}
.fv-global-tax-toggle button.is-ttc{
  background:#e52535!important;
  color:#fff!important;
}
.fv-global-tax-toggle button.is-ht span,
.fv-global-tax-toggle button.is-ttc span{
  color:#fff!important;
}
.fv-global-tax-toggle button.is-active{
  box-shadow:0 0 0 3px #fff,0 0 0 5px rgba(8,47,99,.18)!important;
}
.fv-global-tax-toggle button.is-ttc.is-active{
  box-shadow:0 0 0 3px #fff,0 0 0 5px rgba(229,37,53,.22)!important;
}

/* Les trois colonnes métier vivent indépendamment : plus de grand vide sous Amacx. */
.fv-mega-sections.fv-mega-sections--columns{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:34px!important;
  align-items:start!important;
}
.fv-mega-column{
  display:grid;
  gap:34px;
  align-content:start;
  min-width:0;
}
.fv-mega-column .fv-mega-section{margin:0!important}

/* La zone droite n'est plus un duplicata de Mon compte : uniquement la nouveauté. */
.fv-mega-side.fv-mega-side--featured-only{
  display:block!important;
  align-self:start!important;
}
.fv-mega-side--featured-only .fv-mega-new{
  display:block!important;
  min-height:0!important;
  padding:0!important;
  overflow:hidden;
  border-radius:22px!important;
  background:rgba(255,255,255,.09)!important;
}
.fv-mega-side--featured-only .fv-mega-new__badge{
  top:14px!important;
  left:14px!important;
  padding:7px 10px!important;
  background:#e52535!important;
}
.fv-mega-side--featured-only .fv-mega-new__visual{
  width:100%!important;
  height:190px!important;
  border-radius:0!important;
  background:#fff!important;
}
.fv-mega-side--featured-only .fv-mega-new__visual img{
  padding:18px!important;
  object-fit:contain!important;
}
.fv-mega-side--featured-only .fv-mega-new__copy{
  display:grid!important;
  gap:7px!important;
  padding:18px 18px 20px!important;
  background:rgba(255,255,255,.035)!important;
}
.fv-mega-side--featured-only .fv-mega-new__copy small{
  font-size:9px!important;
  color:#ff9aa1!important;
}
.fv-mega-side--featured-only .fv-mega-new__copy strong{
  font-size:16px!important;
  line-height:1.25!important;
  -webkit-line-clamp:3!important;
}
.fv-mega-side--featured-only .fv-mega-new__copy b{
  font-size:19px!important;
}
.fv-mega-side--featured-only .fv-mega-new__copy em{
  margin-top:2px;
  font-size:12px!important;
}

@media(max-width:1180px){
  .fv-mega-sections.fv-mega-sections--columns{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .fv-mega-side.fv-mega-side--featured-only{
    grid-column:1/-1!important;
  }
  .fv-mega-side--featured-only .fv-mega-new{
    display:grid!important;
    grid-template-columns:190px 1fr!important;
    max-width:620px;
  }
  .fv-mega-side--featured-only .fv-mega-new__visual{height:190px!important}
}

@media(max-width:900px){
  .fv-mega-sections.fv-mega-sections--columns{
    grid-template-columns:1fr!important;
    gap:30px!important;
  }
  .fv-mega-column{gap:30px}
  .fv-mega-side--featured-only .fv-mega-new{
    display:grid!important;
    grid-template-columns:minmax(120px,36%) 1fr!important;
    max-width:none;
  }
  .fv-mega-side--featured-only .fv-mega-new__visual{height:170px!important}
}

@media(max-width:560px){
  .fv-mega-side--featured-only .fv-mega-new{
    grid-template-columns:1fr!important;
  }
  .fv-mega-side--featured-only .fv-mega-new__visual{height:210px!important}
}


/* ============================================================
   v2.5 · Tarification HT / PPC + lisibilité fiche produit
   ============================================================ */

/* Sélecteur global : HT = bleu profond, PPC = rouge France Vélo. */
.fv-global-tax-toggle button.is-ppc{
  background:#e52535!important;
  color:#fff!important;
}
.fv-global-tax-toggle button.is-ppc span{color:#fff!important}
.fv-global-tax-toggle button.is-ppc.is-active{
  box-shadow:0 0 0 3px #fff,0 0 0 5px rgba(229,37,53,.22)!important;
}

/* Fiches produit : typographie plus confortable. */
.fv-product-brand{font-size:11px!important}
.fv-stock-badge{font-size:10px!important;padding:8px 11px!important}
.fv-product-excerpt{font-size:16px!important;line-height:1.55!important;font-weight:550!important}
.fv-price-box{padding:24px!important}
.fv-price-box__head>span{font-size:11px!important;letter-spacing:.09em!important}
.fv-main-price{font-size:38px!important}
.fv-price-note{font-size:12px!important;line-height:1.45!important}
.fv-purchase-form table.variations label{font-size:13px!important}
.fv-purchase-form table.variations select{font-size:15px!important;min-height:50px!important}
.fv-purchase-form .reset_variations{font-size:12px!important}
.fv-purchase-form .woocommerce-variation-availability{font-size:13px!important}
.fv-purchase-form .single_add_to_cart_button{font-size:13px!important}
.fv-product-facts{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important}
.fv-fact{padding:16px 18px!important}
.fv-fact span{font-size:10px!important;margin-bottom:5px!important}
.fv-fact strong{font-size:14px!important;line-height:1.3!important;overflow-wrap:normal!important;word-break:normal!important}
.fv-b2b-note strong{font-size:13px!important}
.fv-b2b-note span{font-size:11px!important;line-height:1.4!important}
.fv-product-detail summary{font-size:18px!important}
.fv-product-detail__content{font-size:16px!important;line-height:1.65!important}
.fv-product-specs dt{font-size:10px!important}
.fv-product-specs dd{font-size:14px!important}

/* PPC n'est plus un bloc secondaire : il est un mode de prix à part entière. */
[data-fv-tax-label][data-mode="ppc"],
.fv-loop-price__main>span.is-ppc-label{background:#ffe9eb!important;color:#c51f2c!important}

@media(max-width:760px){
  .fv-main-price{font-size:34px!important}
  .fv-product-excerpt{font-size:15px!important}
  .fv-product-detail__content{font-size:15px!important}
  .fv-fact strong{font-size:13px!important}
}

/* ============================================================
   v2.6 · Accueil mobile compact + toutes les marques
   ============================================================ */

/* Desktop/tablette : la liste reste complète et revient naturellement à la ligne. */
.fv-brands-section .fv-brand-cloud{
  align-items:center;
}
.fv-brands-section .fv-brand-cloud a{
  flex:0 0 auto;
}

@media(max-width:620px){
  /*
   * Les univers de l'accueil ne s'empilent plus verticalement.
   * Une carte principale est visible avec un aperçu de la suivante ;
   * le défilement natif tactile évite une dépendance Javascript.
   */
  .fv-universe-grid--five,
  .fv-universe-grid--four{
    display:flex!important;
    grid-template-columns:none!important;
    gap:14px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory;
    scroll-padding-inline:0;
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    padding:2px 0 8px!important;
  }
  .fv-universe-grid--five::-webkit-scrollbar,
  .fv-universe-grid--four::-webkit-scrollbar{
    display:none;
  }
  .fv-universe-grid--five .fv-universe-card,
  .fv-universe-grid--four .fv-universe-card{
    flex:0 0 min(84vw,360px)!important;
    width:min(84vw,360px)!important;
    min-width:min(84vw,360px)!important;
    min-height:300px!important;
    aspect-ratio:4 / 5;
    scroll-snap-align:start;
    scroll-snap-stop:always;
  }
  .fv-universe-card__content{
    padding:20px!important;
    text-align:left!important;
  }
  .fv-universe-card__content small{
    font-size:10px!important;
  }
  .fv-universe-card__content strong{
    font-size:22px!important;
  }

  /* Toutes les marques restent accessibles sans créer plusieurs rangées sur mobile. */
  .fv-brands-section .fv-brand-cloud{
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x proximity;
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    padding:2px 0 8px;
  }
  .fv-brands-section .fv-brand-cloud::-webkit-scrollbar{
    display:none;
  }
  .fv-brands-section .fv-brand-cloud a{
    flex:0 0 auto!important;
    white-space:nowrap;
    scroll-snap-align:start;
  }
}



/* ============================================================
   v2.7 · Accueil : meilleures ventes = vraies fiches produits
   ============================================================ */
.fv-bestsellers-section .fv-products-grid{
  align-items:stretch;
}
.fv-bestsellers-section .fv-product-card{
  height:100%;
}
.fv-bestsellers-section .fv-product-card__body{
  display:flex;
  flex-direction:column;
  min-height:150px;
}
.fv-bestsellers-section .fv-loop-price{
  margin-top:auto;
  padding-top:14px;
}

@media(max-width:620px){
  .fv-products-grid--bestsellers{
    display:flex!important;
    grid-template-columns:none!important;
    gap:14px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory;
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    padding:2px 0 8px!important;
  }
  .fv-products-grid--bestsellers::-webkit-scrollbar{
    display:none;
  }
  .fv-products-grid--bestsellers .fv-product-card{
    flex:0 0 min(78vw,320px)!important;
    width:min(78vw,320px)!important;
    min-width:min(78vw,320px)!important;
    scroll-snap-align:start;
    scroll-snap-stop:always;
  }
  .fv-products-grid--bestsellers .fv-product-card__image{
    aspect-ratio:1 / 1!important;
  }
}

/* ============================================================
   39 · MON COMPTE / DÉTAIL COMMANDE
   ============================================================ */
.fv-order-view{display:grid;gap:24px}
.fv-order-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.95fr);gap:18px;padding:22px 24px;border:1px solid var(--fv-border);border-radius:22px;background:linear-gradient(180deg,#fdfefe 0%,#f3f8fd 100%);box-shadow:0 14px 32px rgba(8,47,99,.05)}
.fv-order-hero__text h1{margin:0;color:var(--fv-blue-dark);font-size:clamp(34px,4vw,50px);line-height:.96;letter-spacing:-.055em}
.fv-order-hero__text p{margin:12px 0 0;color:var(--fv-muted);font-size:14px;max-width:780px}
.fv-order-hero__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-content:start}
.fv-order-badge{display:grid;gap:6px;padding:16px;border-radius:18px;border:1px solid var(--fv-border);background:#fff;min-height:96px}
.fv-order-badge span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#70859d}
.fv-order-badge strong{font-size:19px;line-height:1.1;color:var(--fv-blue-dark)}
.fv-order-badge--status strong{display:inline-flex;align-items:center;gap:8px}
.fv-order-badge--status strong:before{content:"";display:inline-block;width:10px;height:10px;border-radius:999px;background:#94a7bc}
.fv-order-badge--completed strong:before,.fv-order-badge--processing strong:before{background:var(--fv-green)}
.fv-order-badge--on-hold strong:before{background:#d49d16}
.fv-order-badge--pending strong:before{background:#ec8a1a}
.fv-order-badge--cancelled strong:before,.fv-order-badge--failed strong:before,.fv-order-badge--refunded strong:before{background:var(--fv-red)}
.fv-order-view__grid{display:grid;grid-template-columns:minmax(0,1.3fr) 350px;gap:24px;align-items:start}
.fv-order-view__main,.fv-order-view__aside{min-width:0}
.fv-order-card{padding:22px;border:1px solid var(--fv-border);border-radius:22px;background:#fff;box-shadow:0 10px 24px rgba(8,47,99,.04)}
.fv-order-card--summary{position:sticky;top:174px}
.fv-order-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}
.fv-order-card__head h2{margin:0;color:var(--fv-blue-dark);font-size:24px;line-height:1.02;letter-spacing:-.04em}
.fv-order-items{display:grid;gap:14px}
.fv-order-item{display:grid;grid-template-columns:96px minmax(0,1fr);gap:16px;padding:14px;border:1px solid #e4edf6;border-radius:18px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)}
.fv-order-item__thumb{display:grid;place-items:center;border-radius:14px;background:#f6f9fd;overflow:hidden;min-height:96px}
.fv-order-item__thumb img{width:100%;height:100%;object-fit:contain}
.fv-order-item__top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.fv-order-item h3{margin:0 0 8px;color:var(--fv-blue-dark);font-size:20px;line-height:1.14;letter-spacing:-.03em}
.fv-order-item h3 a{color:inherit}
.fv-order-item__meta{display:flex;flex-wrap:wrap;gap:8px 14px;margin-bottom:6px;color:#6c7e92;font-size:12px;font-weight:700}
.fv-order-item .wc-item-meta{margin:6px 0 0!important;padding:0;list-style:none;color:var(--fv-muted);font-size:12px}
.fv-order-item .wc-item-meta li{display:flex;flex-wrap:wrap;gap:6px}
.fv-order-item .wc-item-meta strong{color:var(--fv-blue-dark)}
.fv-order-item__price{flex:0 0 auto;white-space:nowrap;color:var(--fv-blue-dark);font-size:22px;line-height:1.05;letter-spacing:-.03em}
.fv-order-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:24px}
.fv-order-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.fv-order-info-box{display:grid;gap:5px;padding:14px 16px;border:1px solid #e5edf6;border-radius:16px;background:#f9fbfe}
.fv-order-info-box span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#7b8ca0}
.fv-order-info-box strong{color:var(--fv-blue-dark);font-size:15px;line-height:1.22}
.fv-order-notes{margin:0;padding:0;list-style:none;display:grid;gap:14px}
.fv-order-notes li{position:relative;padding:0 0 0 18px;border-left:2px solid #d8e3ef}
.fv-order-notes li:before{content:"";position:absolute;left:-6px;top:4px;width:10px;height:10px;border-radius:999px;background:var(--fv-blue)}
.fv-order-notes strong{display:block;color:var(--fv-blue-dark);font-size:12px;margin-bottom:6px}
.fv-order-notes p{margin:0;color:var(--fv-muted);font-size:13px}
.fv-order-address{margin:0;color:var(--fv-blue-dark);font-style:normal;line-height:1.7}
.fv-order-address__meta{margin:10px 0 0;color:var(--fv-muted);font-size:13px}
.fv-order-summary{display:grid;gap:6px}
.fv-order-summary__row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:11px 0;border-bottom:1px solid #edf2f7;color:var(--fv-muted)}
.fv-order-summary__row span{font-size:13px}
.fv-order-summary__row strong{color:var(--fv-blue-dark);font-size:15px;line-height:1.25;text-align:right}
.fv-order-summary__row--order_total{padding-top:16px}
.fv-order-summary__row--order_total span,.fv-order-summary__row--order_total strong{font-size:18px;font-weight:900;color:var(--fv-blue-dark)}
.fv-order-summary__actions{display:grid;gap:10px;margin-top:18px}
.fv-order-view .woocommerce-message,.fv-order-view .woocommerce-info{display:none!important}
@media (max-width: 1180px){
  .fv-order-hero{grid-template-columns:1fr}
  .fv-order-view__grid{grid-template-columns:1fr}
  .fv-order-card--summary{position:static}
}
@media (max-width: 760px){
  .fv-order-hero{padding:18px}
  .fv-order-hero__meta{grid-template-columns:1fr}
  .fv-order-card{padding:18px}
  .fv-order-item{grid-template-columns:72px minmax(0,1fr);gap:12px}
  .fv-order-item__top{flex-direction:column;gap:10px}
  .fv-order-item h3{font-size:17px}
  .fv-order-item__price{font-size:20px}
  .fv-order-grid-2,.fv-order-info-grid{grid-template-columns:1fr}
}

/* ============================================================
   41 · COMPTE CLIENT / CLASSEMENT MENSUEL
   ============================================================ */
.fv-client-rank-card{margin:0 0 24px;padding:24px;border:1px solid var(--fv-border);border-radius:22px;background:linear-gradient(135deg,#f8fbff 0%,#eef5fc 100%);box-shadow:0 14px 32px rgba(8,47,99,.055)}
.fv-client-rank-card__head{display:grid;grid-template-columns:minmax(0,1fr) 170px;gap:24px;align-items:start}
.fv-client-rank-card__head h2{margin:0;color:var(--fv-blue-dark);font-size:clamp(28px,3vw,40px);line-height:1;letter-spacing:-.045em}
.fv-client-rank-card__head p{margin:10px 0 0;color:var(--fv-muted);font-size:13px;max-width:760px}
.fv-client-rank-card__position{display:grid;justify-items:end;gap:2px;padding:14px 16px;border:1px solid #d7e3ef;border-radius:18px;background:#fff}
.fv-client-rank-card__position span{font-size:9px;text-transform:uppercase;letter-spacing:.13em;font-weight:900;color:#77899e}
.fv-client-rank-card__position strong{font-size:36px;line-height:1;color:var(--fv-blue-dark);letter-spacing:-.05em}
.fv-client-rank-card__position small{font-size:10px;color:var(--fv-muted);text-align:right}
.fv-client-rank-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}
.fv-client-rank-stat{position:relative;display:grid;gap:5px;min-height:104px;padding:16px;border:1px solid #dce7f2;border-radius:17px;background:#fff}
.fv-client-rank-stat:before{content:"";position:absolute;left:0;top:15px;bottom:15px;width:3px;border-radius:999px;background:#a6b6c8}
.fv-client-rank-stat span{font-size:9px;text-transform:uppercase;letter-spacing:.11em;font-weight:900;color:#75889e}
.fv-client-rank-stat strong{font-size:20px;line-height:1.1;color:var(--fv-blue-dark)}
.fv-client-rank-stat small{font-size:11px;color:var(--fv-muted)}
.fv-client-rank-stat.is-up:before,.fv-client-rank-stat.is-new:before{background:var(--fv-green)}
.fv-client-rank-stat.is-up strong,.fv-client-rank-stat.is-new strong{color:var(--fv-green)}
.fv-client-rank-stat.is-down:before{background:var(--fv-red)}
.fv-client-rank-stat.is-down strong{color:var(--fv-red)}
@media (max-width:900px){
  .fv-client-rank-card__head{grid-template-columns:1fr}
  .fv-client-rank-card__position{justify-items:start;width:100%}
  .fv-client-rank-card__position small{text-align:left}
  .fv-client-rank-stats{grid-template-columns:1fr}
}
@media (max-width:560px){
  .fv-client-rank-card{padding:18px}
}


/* ============================================================
   v3.1 · Variations produit premium
   ============================================================ */
.fv-purchase-form .fv-native-variation-select{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;clip:rect(0,0,0,0)!important;overflow:hidden!important}
.fv-purchase-form table.variations tr:has(.fv-variation-options){grid-template-columns:145px minmax(0,1fr)!important;align-items:start!important}
.fv-variation-options{display:flex;flex-wrap:wrap;gap:9px;min-height:48px}
.fv-variation-option{appearance:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-width:48px!important;min-height:46px!important;padding:0 15px!important;border:1px solid #ccd9e7!important;border-radius:14px!important;background:#fff!important;color:var(--fv-blue-dark)!important;font-size:13px!important;font-weight:850!important;box-shadow:none!important;cursor:pointer!important;transform:none!important;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease,opacity .16s ease!important}
.fv-variation-option:hover:not(:disabled){border-color:#6f97c0!important;background:#f7faff!important;box-shadow:0 0 0 3px rgba(22,74,130,.07)!important}
.fv-variation-option.is-active{border-color:var(--fv-blue-dark)!important;background:#f0f6fc!important;box-shadow:0 0 0 3px rgba(8,47,99,.10)!important}
.fv-variation-option:disabled{opacity:.30!important;cursor:not-allowed!important;text-decoration:line-through!important}
.fv-variation-options--color .fv-variation-option{flex-direction:column!important;gap:6px!important;min-width:70px!important;min-height:72px!important;padding:8px 10px!important;border-radius:16px!important}
.fv-variation-option__color{display:block;width:30px;height:30px;border-radius:999px;border:3px solid #fff;box-shadow:0 0 0 1px #c9d6e5,0 2px 7px rgba(8,47,99,.12)}
.fv-variation-option__label{font-size:10px;line-height:1.05;text-align:center}
.fv-variation-options--image .fv-variation-option{display:grid!important;grid-template-columns:48px auto!important;gap:9px!important;min-height:60px!important;padding:6px 12px 6px 7px!important}
.fv-variation-options--image .fv-variation-option img{width:48px;height:48px;object-fit:contain;border-radius:10px;background:#f5f8fc}
.fv-variation-options--image .fv-variation-option span{font-size:12px}
.fv-variation-gallery-rail{display:flex;gap:10px;overflow-x:auto;padding:12px 2px 2px;scrollbar-width:thin}
.fv-variation-gallery-thumb{flex:0 0 74px!important;width:74px!important;height:74px!important;min-height:74px!important;padding:4px!important;border:1px solid #d2deea!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important;transform:none!important}
.fv-variation-gallery-thumb img{width:100%;height:100%;object-fit:contain;border-radius:8px}
@media(max-width:760px){
  .fv-purchase-form table.variations tr:has(.fv-variation-options){grid-template-columns:1fr!important;gap:8px!important}
  .fv-variation-options{gap:7px}
  .fv-variation-option{min-height:44px!important;padding:0 13px!important;font-size:12px!important}
  .fv-variation-options--color .fv-variation-option{min-width:64px!important;min-height:66px!important}
}

/* ============================================================
   40 · PANIER / CHECKOUT — ajustements premium v3.2
   ============================================================ */
.woocommerce-cart .woocommerce-cart-form{margin-bottom:34px}
.woocommerce-cart table.shop_table{border-radius:22px!important;overflow:hidden!important;box-shadow:0 12px 30px rgba(8,47,99,.04)}
.woocommerce-cart table.shop_table th{padding:16px 18px!important;font-size:14px!important;font-weight:900!important;color:var(--fv-blue-dark)!important}
.woocommerce-cart table.shop_table td{padding:14px 18px!important;vertical-align:middle!important}
.woocommerce-cart table.shop_table .product-thumbnail{width:94px!important}
.woocommerce-cart table.shop_table .product-thumbnail img{width:64px!important;height:64px!important;object-fit:contain!important;border-radius:12px!important;background:#f7f9fc!important}
.woocommerce-cart table.shop_table .product-name a{font-size:16px!important;line-height:1.25!important;font-weight:850!important;color:var(--fv-blue)!important}
.woocommerce-cart table.shop_table .product-price,
.woocommerce-cart table.shop_table .product-subtotal{font-size:17px!important;font-weight:800!important;color:var(--fv-blue-dark)!important;white-space:nowrap!important}
.woocommerce-cart table.shop_table .product-remove a{font-size:0!important;width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border-radius:999px!important;background:#fff4f4!important;color:var(--fv-red)!important}
.woocommerce-cart table.shop_table .product-remove a:before{content:"×";font-size:24px;line-height:1;font-weight:700}
.woocommerce-cart .quantity{display:inline-grid!important;grid-template-columns:38px 54px 38px!important;align-items:center!important;border:1px solid #cfdceb!important;border-radius:14px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 6px 14px rgba(8,47,99,.05)}
.woocommerce-cart .quantity .qty{width:54px!important;min-width:54px!important;height:44px!important;min-height:44px!important;padding:0 4px!important;border:0!important;border-radius:0!important;background:#fff!important;text-align:center!important;font-size:15px!important;font-weight:800!important;color:var(--fv-blue-dark)!important;appearance:textfield!important;-moz-appearance:textfield!important}
.woocommerce-cart .quantity .qty::-webkit-outer-spin-button,.woocommerce-cart .quantity .qty::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}
.woocommerce-cart .fv-cart-qty-btn{appearance:none;border:0!important;border-radius:0!important;background:#f4f8fd!important;color:var(--fv-blue-dark)!important;height:44px!important;min-height:44px!important;padding:0!important;font-size:20px!important;font-weight:800!important;box-shadow:none!important;cursor:pointer!important;transform:none!important}
.woocommerce-cart .fv-cart-qty-btn:hover{background:#e9f2fb!important;transform:none!important;box-shadow:none!important}
.woocommerce-cart .actions{padding:14px 18px!important;background:#fbfdff!important}
.woocommerce-cart .actions .coupon{display:flex!important;gap:8px!important;align-items:center!important}
.woocommerce-cart .actions .coupon .input-text{width:180px!important;min-height:46px!important;border-radius:14px!important}
.woocommerce-cart .actions button.button{min-height:46px!important;border-radius:14px!important}
.woocommerce-cart .cart-collaterals{display:flex!important;justify-content:flex-end!important;margin-top:26px!important}
.woocommerce-cart .cart-collaterals .cart_totals{float:none!important;width:min(100%,720px)!important;margin:0!important;padding:28px!important;border-radius:24px!important}
.woocommerce-cart .cart_totals h2{font-size:34px!important;line-height:1!important;margin:0 0 20px!important}
.woocommerce-cart .cart_totals table{margin:0!important;border-radius:18px!important;overflow:hidden!important}
.woocommerce-cart .cart_totals table th{width:34%!important;padding:15px 18px!important;font-size:15px!important}
.woocommerce-cart .cart_totals table td{padding:15px 18px!important;font-size:15px!important;color:var(--fv-text)!important}
.woocommerce-cart .cart_totals .order-total th,.woocommerce-cart .cart_totals .order-total td{font-size:20px!important;font-weight:900!important;color:var(--fv-blue-dark)!important}
.woocommerce-cart .cart_totals .woocommerce-shipping-destination{margin:8px 0!important;font-size:13px!important;line-height:1.55!important;color:var(--fv-muted)!important}
.woocommerce-cart .cart_totals .shipping-calculator-button{font-size:13px!important;font-weight:850!important}
.woocommerce-cart .wc-proceed-to-checkout{padding:20px 0 0!important}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button{display:flex!important;align-items:center!important;justify-content:center!important;min-height:58px!important;margin:0!important;font-size:16px!important;line-height:1.2!important;padding:0 24px!important;border-radius:16px!important}

.woocommerce-checkout #order_review{padding:26px!important;border-radius:22px!important}
.woocommerce-checkout #order_review_heading{font-size:28px!important;color:var(--fv-blue-dark)!important;letter-spacing:-.035em!important}
.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td{padding:14px 16px!important;font-size:14px!important}
.woocommerce-checkout #order_review table.shop_table .order-total th,
.woocommerce-checkout #order_review table.shop_table .order-total td{font-size:18px!important;font-weight:900!important;color:var(--fv-blue-dark)!important}
.woocommerce-checkout #payment{border-radius:18px!important;overflow:hidden!important;background:#f7f8fb!important}
.woocommerce-checkout #payment .payment_box{font-size:13px!important;line-height:1.55!important}
.woocommerce-checkout #place_order{min-height:54px!important;border-radius:14px!important;font-size:14px!important;padding:0 22px!important}

/* Détail commande client : prix et cartes plus homogènes */
.fv-order-badge strong{font-size:17px!important}
.fv-order-badge:last-child strong{font-size:18px!important;white-space:nowrap!important}
.fv-order-item__price{font-size:19px!important}
.fv-order-summary__row strong{font-size:14px!important;max-width:58%;overflow-wrap:anywhere}
.fv-order-summary__row--order_total span,.fv-order-summary__row--order_total strong{font-size:18px!important}
.fv-order-info-box strong{font-size:14px!important;overflow-wrap:anywhere}

@media(max-width:900px){
  .woocommerce-cart .cart-collaterals{display:block!important}.woocommerce-cart .cart-collaterals .cart_totals{width:100%!important}
  .woocommerce-cart table.shop_table .product-name a{font-size:15px!important}
}
@media(max-width:760px){
  .woocommerce-cart table.shop_table_responsive tr{display:grid!important;grid-template-columns:34px 74px 1fr!important;gap:10px!important;padding:14px!important;border-bottom:1px solid var(--fv-border)!important}
  .woocommerce-cart table.shop_table_responsive tr td{padding:4px 0!important;border:0!important;text-align:left!important}
  .woocommerce-cart table.shop_table_responsive tr td:before{display:none!important}
  .woocommerce-cart table.shop_table_responsive .product-remove{grid-column:1;grid-row:1}.woocommerce-cart table.shop_table_responsive .product-thumbnail{grid-column:2;grid-row:1/4}.woocommerce-cart table.shop_table_responsive .product-name{grid-column:3;grid-row:1}.woocommerce-cart table.shop_table_responsive .product-price{grid-column:3;grid-row:2}.woocommerce-cart table.shop_table_responsive .product-quantity{grid-column:3;grid-row:3}.woocommerce-cart table.shop_table_responsive .product-subtotal{grid-column:3;grid-row:4}
  .woocommerce-cart table.shop_table_responsive thead{display:none!important}
  .woocommerce-cart .actions{display:grid!important;gap:10px!important}.woocommerce-cart .actions .coupon{display:grid!important;grid-template-columns:1fr auto!important}.woocommerce-cart .actions .coupon .input-text{width:100%!important}.woocommerce-cart .actions button.button{width:100%!important}
  .woocommerce-cart .cart_totals{padding:20px!important}.woocommerce-cart .cart_totals h2{font-size:30px!important}.woocommerce-cart .cart_totals table th,.woocommerce-cart .cart_totals table td{font-size:14px!important;padding:13px 10px!important}
}

/* ============================================================
   41 · Correctifs v3.2.1 — panier vide, notice panier, classement
   ============================================================ */
.fv-client-rank-stat strong .woocommerce-Price-amount,
.fv-client-rank-stat strong .woocommerce-Price-currencySymbol{font:inherit!important;color:inherit!important;letter-spacing:inherit!important}

.woocommerce-cart .cart-empty.woocommerce-info,
.woocommerce-cart .wc-empty-cart-message{display:none!important}
.fv-empty-cart{display:grid;justify-items:start;gap:10px;max-width:720px;padding:28px 0 10px}
.fv-empty-cart__icon{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:#eef5fc;color:var(--fv-blue-dark);border:1px solid #d7e4f0}
.fv-empty-cart__icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.fv-empty-cart h2{margin:0;color:var(--fv-blue-dark);font-size:clamp(28px,3vw,38px);line-height:1;letter-spacing:-.045em}
.fv-empty-cart p{margin:2px 0 8px;max-width:620px;color:var(--fv-muted);font-size:14px;line-height:1.6}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message{padding:0!important;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important}
.woocommerce .woocommerce-notices-wrapper .fv-cart-message{display:grid!important;grid-template-columns:40px minmax(0,1fr) auto!important;align-items:center!important;gap:13px!important;padding:11px 12px!important;border:1px solid #d5eadf!important;border-radius:16px!important;background:#fbfefc!important;box-shadow:0 8px 22px rgba(18,111,68,.055)!important}
.woocommerce .woocommerce-notices-wrapper .fv-cart-message__icon{width:40px!important;height:40px!important;border-radius:12px!important;background:#eaf8f0!important;color:var(--fv-green)!important}
.woocommerce .woocommerce-notices-wrapper .fv-cart-message__copy strong{display:block!important;font-size:13px!important;line-height:1.25!important;color:var(--fv-blue-dark)!important}
.woocommerce .woocommerce-notices-wrapper .fv-cart-message__copy span{display:block!important;margin-top:2px!important;font-size:12px!important;line-height:1.35!important;color:var(--fv-muted)!important}
.woocommerce .woocommerce-notices-wrapper .fv-cart-message__action{float:none!important;position:static!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;margin:0!important;padding:0 16px!important;border-radius:12px!important;background:var(--fv-blue)!important;color:#fff!important;box-shadow:none!important;transform:none!important;white-space:nowrap!important}
.woocommerce .woocommerce-notices-wrapper .fv-cart-message__action:hover{background:var(--fv-blue-dark)!important;transform:none!important}
@media(max-width:760px){
  .fv-empty-cart{padding-top:18px}
  .woocommerce .woocommerce-notices-wrapper .fv-cart-message{grid-template-columns:38px minmax(0,1fr)!important}
  .woocommerce .woocommerce-notices-wrapper .fv-cart-message__action{grid-column:1/-1!important;width:100%!important}
}

/* ============================================================
   42 · Classement client — indicateur de tendance v3.2.3
   ============================================================ */
.fv-client-rank-trend{display:flex!important;align-items:center!important;gap:9px!important;line-height:1.15!important}
.fv-client-rank-trend__icon{display:inline-grid!important;place-items:center!important;flex:0 0 auto!important;width:30px!important;height:30px!important;border-radius:10px!important;background:#eef3f8!important;color:#61758d!important;font-size:19px!important;font-weight:950!important;line-height:1!important;box-shadow:inset 0 0 0 1px rgba(97,117,141,.13)!important}
.fv-client-rank-stat.is-up .fv-client-rank-trend__icon{background:#eaf8f0!important;color:#16894f!important;box-shadow:inset 0 0 0 1px rgba(22,137,79,.12)!important}
.fv-client-rank-stat.is-down .fv-client-rank-trend__icon{background:#fff0f2!important;color:var(--fv-red)!important;box-shadow:inset 0 0 0 1px rgba(229,41,54,.12)!important}
.fv-client-rank-stat.is-new .fv-client-rank-trend__icon{background:#eef4ff!important;color:var(--fv-blue)!important;box-shadow:inset 0 0 0 1px rgba(22,74,130,.12)!important;font-size:16px!important}
.fv-client-rank-stat.is-flat .fv-client-rank-trend__icon{background:#f2f5f8!important;color:#687d94!important}
.fv-client-rank-trend__icon.is-waiting{font-size:16px!important}
@media(max-width:760px){.fv-client-rank-trend__icon{width:28px!important;height:28px!important;border-radius:9px!important;font-size:17px!important}}

/* ============================================================
   42 · v3.2.6 — Compte client : statistiques personnelles
   ============================================================ */
.fv-client-activity-card{margin:0 0 24px;padding:24px;border:1px solid var(--fv-border);border-radius:22px;background:linear-gradient(135deg,#f8fbff 0%,#eef5fc 100%);box-shadow:0 14px 32px rgba(8,47,99,.055)}
.fv-client-activity-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}
.fv-client-activity-card__head h2{margin:0;color:var(--fv-blue-dark);font-size:clamp(28px,3vw,40px);line-height:1;letter-spacing:-.045em}
.fv-client-activity-card__head p{margin:10px 0 0;color:var(--fv-muted);font-size:13px}
.fv-client-activity-card__link{display:inline-flex;align-items:center;min-height:42px;padding:0 14px;border:1px solid #d7e3ef;border-radius:13px;background:#fff;color:var(--fv-blue-dark)!important;font-size:12px;font-weight:900;white-space:nowrap}
.fv-client-activity-card__link:hover{background:var(--fv-soft)}
.fv-client-activity-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:20px}
.fv-client-activity-stat{position:relative;display:grid;align-content:start;gap:6px;min-height:118px;padding:17px;border:1px solid #dce7f2;border-radius:17px;background:#fff}
.fv-client-activity-stat:before{content:"";position:absolute;left:0;top:16px;bottom:16px;width:3px;border-radius:999px;background:var(--fv-blue)}
.fv-client-activity-stat>span{font-size:9px;text-transform:uppercase;letter-spacing:.11em;font-weight:900;color:#75889e}
.fv-client-activity-stat>strong{display:flex;align-items:baseline;gap:5px;flex-wrap:wrap;color:var(--fv-blue-dark);font-size:25px;line-height:1.06;letter-spacing:-.035em}
.fv-client-activity-stat>strong .woocommerce-Price-amount,.fv-client-activity-stat>strong .woocommerce-Price-currencySymbol{font:inherit!important;color:inherit!important;letter-spacing:inherit!important}
.fv-client-activity-stat>strong em{font-size:11px;font-style:normal;font-weight:900;letter-spacing:.04em;color:#71849a}
.fv-client-activity-stat small{font-size:11px;line-height:1.35;color:var(--fv-muted)}
@media(max-width:1050px){.fv-client-activity-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.fv-client-activity-card{padding:18px}.fv-client-activity-card__head{display:grid}.fv-client-activity-card__link{width:100%;justify-content:center}.fv-client-activity-stats{grid-template-columns:1fr}.fv-client-activity-stat{min-height:104px}}

/* ============================================================
   43 · v3.2.7 — Compte client : activité personnelle uniquement
   ============================================================ */
.fv-client-last-order{display:grid;grid-template-columns:1.1fr .8fr 1fr .8fr auto;gap:14px;align-items:center;margin-top:14px;padding:14px 16px;border:1px solid #dce7f2;border-radius:16px;background:#fff;color:var(--fv-blue-dark)!important}
.fv-client-last-order>span{display:grid;gap:3px;min-width:0}
.fv-client-last-order small{font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:#75889e}
.fv-client-last-order strong{font-size:13px;line-height:1.2;color:var(--fv-blue-dark);overflow-wrap:anywhere}
.fv-client-last-order>em{font-style:normal;font-size:12px;font-weight:900;color:var(--fv-blue)}
.fv-client-last-order:hover{background:#f7faff}
@media(max-width:760px){
  .fv-client-activity-card__head{display:grid;grid-template-columns:1fr}.fv-client-activity-card__link{justify-content:center;width:100%}
  .fv-client-last-order{grid-template-columns:1fr 1fr}.fv-client-last-order>em{grid-column:1/-1}
}

/* ============================================================
   v3.2.8 · Accueil : toutes les marques avant les meilleures ventes
   ============================================================ */
.fv-home-all-brands{
  margin-top:32px;
  padding-top:26px;
  border-top:1px solid var(--fv-border);
}
.fv-home-all-brands__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
}
.fv-home-all-brands__head .fv-kicker{margin:0}
.fv-home-all-brands__head strong{
  color:var(--fv-blue-dark);
  font-size:18px;
  line-height:1.15;
  letter-spacing:-.025em;
}
.fv-brand-cloud--home{align-items:center}
.fv-brand-cloud--home a{flex:0 0 auto}
.fv-bestsellers-section{border-top:1px solid var(--fv-border)}

@media(max-width:620px){
  .fv-home-all-brands{margin-top:24px;padding-top:22px}
  .fv-home-all-brands__head{display:block;margin-bottom:14px}
  .fv-home-all-brands__head strong{display:block;margin-top:5px;font-size:17px}
  .fv-brand-cloud--home{
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x proximity;
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    padding:2px 0 8px;
  }
  .fv-brand-cloud--home::-webkit-scrollbar{display:none}
  .fv-brand-cloud--home a{
    flex:0 0 auto!important;
    white-space:nowrap;
    scroll-snap-align:start;
  }
}

/* ============================================================
   v3.3.1 · Navigation pilotée par BR Core
   ============================================================ */
.fv-primary-nav-row{position:relative;display:flex;align-items:stretch;gap:2px;min-height:54px}
.fv-primary-nav-row .fv-catalog-details{position:static;flex:0 0 auto}
.fv-primary-links-desktop{display:flex;align-items:stretch;gap:2px;min-width:0}
.fv-primary-link,.fv-primary-summary{display:flex;align-items:center;gap:9px;min-height:54px;padding:0 17px;color:#fff!important;font-size:13px;font-weight:850;white-space:nowrap;transition:background .16s ease,color .16s ease}
.fv-primary-link:hover,.fv-primary-details[open]>.fv-primary-summary,.fv-primary-summary:hover{background:rgba(255,255,255,.11)}
.fv-primary-details{position:relative}
.fv-primary-summary{list-style:none;cursor:pointer;user-select:none}
.fv-primary-summary::-webkit-details-marker{display:none}
.fv-primary-summary>span{width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .16s ease;opacity:.75}
.fv-primary-details[open]>.fv-primary-summary>span{transform:rotate(225deg) translate(-1px,-1px)}
.fv-primary-dropdown{position:absolute;top:calc(100% + 10px);left:0;z-index:930;min-width:310px;max-width:min(440px,calc(100vw - 48px));padding:10px;border:1px solid #d8e3ef;border-radius:17px;background:#fff;box-shadow:0 22px 54px rgba(4,31,67,.18)}
.fv-primary-dropdown:before{content:"";position:absolute;top:-10px;left:0;right:0;height:10px}
.fv-primary-dropdown__all{display:block;margin:0 0 5px;padding:10px 11px;border-radius:10px;background:#eef4fb;color:var(--fv-blue-dark)!important;font-size:11px;font-weight:900}
.fv-primary-dropdown__links{display:grid;gap:2px}
.fv-primary-dropdown__links a{display:block;padding:10px 11px;border-radius:10px;color:#314c6d!important;font-size:12px;font-weight:760;line-height:1.25}
.fv-primary-dropdown__links a:hover{background:#f3f7fc;color:var(--fv-blue)!important}
.fv-mega-mobile-primary{display:none}

@media(min-width:901px){
  .fv-primary-nav-row .fv-catalog-summary{padding-right:18px}
}

@media(max-width:900px){
  .fv-primary-nav-row{display:block;min-height:50px}
  .fv-primary-links-desktop{display:none!important}
  .fv-primary-nav-row .fv-catalog-details{display:block;width:100%}
  .fv-mega-mobile-primary{display:grid;grid-column:1/-1;gap:10px;padding:20px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:rgba(255,255,255,.07)}
  .fv-mega-mobile-primary__title{padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.16);color:#b9c6e4;font-size:10px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
  .fv-mega-mobile-group{display:grid;gap:6px;padding:7px 0}
  .fv-mega-mobile-group+.fv-mega-mobile-group{border-top:1px solid rgba(255,255,255,.10)}
  .fv-mega-mobile-group__main{color:#fff!important;font-size:15px;font-weight:900}
  .fv-mega-mobile-group__children{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 16px}
  .fv-mega-mobile-group__children a{color:#dce5f7!important;font-size:13px;font-weight:720;line-height:1.3}
}

@media(max-width:560px){
  .fv-mega-mobile-group__children{grid-template-columns:1fr}
}


/* ============================================================
   v3.3.4 · Accès marques desktop + mega-menu mobile premium
   ============================================================ */

/* Accueil desktop : uniquement les tags marques remontent sous le menu. */
.fv-home-brand-strip--desktop{display:none}
.fv-home-all-brands--mobile{display:none}

@media(min-width:901px){
  .fv-home-brand-strip--desktop{
    display:block;
    padding:22px 0 24px;
    background:var(--fv-bg);
    border-bottom:1px solid var(--fv-border);
  }
  .fv-home-brand-strip__head{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:24px;
    margin-bottom:14px;
  }
  .fv-home-brand-strip__head .fv-kicker{margin:0}
  .fv-home-brand-strip__head strong{
    color:var(--fv-blue-dark);
    font-size:16px;
    line-height:1.2;
  }
  .fv-brand-cloud--top{gap:9px}
  .fv-brand-cloud--top a{
    padding:9px 14px;
    background:#fff;
    border-color:#cbd9e8;
  }

  /* Les accordéons restent visuellement identiques aux titres historiques sur desktop. */
  .fv-mega-accordion{display:block}
  .fv-mega-accordion__summary{
    display:block;
    margin:0 0 15px!important;
    padding:0 0 11px!important;
    border-bottom:1px solid rgba(255,255,255,.18)!important;
    color:#aebcdf!important;
    font-size:11px!important;
    font-weight:900!important;
    letter-spacing:.13em!important;
    text-transform:uppercase!important;
    list-style:none;
    pointer-events:none;
  }
  .fv-mega-accordion__summary::-webkit-details-marker{display:none}
  .fv-mega-accordion__summary::marker{content:""}
  .fv-mega-accordion__summary i{display:none}
}

@media(max-width:900px){
  /* La rangée marques de l'accueil reste à son emplacement historique sur mobile. */
  .fv-home-all-brands--mobile{display:block}

  /* Recherche : colonne input réellement flexible + bouton icône fixe, sans texte coupé. */
  .fv-search-form{
    grid-template-columns:minmax(0,1fr) 52px!important;
    width:100%;
  }
  .fv-search-form input[type=search]{
    min-width:0!important;
    width:100%!important;
    padding:0 16px!important;
    font-size:15px!important;
  }
  .fv-search-form button{
    position:relative;
    display:grid!important;
    place-items:center;
    width:52px!important;
    min-width:52px!important;
    padding:0!important;
    overflow:hidden;
    font-size:0!important;
    color:transparent!important;
  }
  .fv-search-form button::before{
    content:"";
    width:15px;
    height:15px;
    border:2px solid #fff;
    border-radius:50%;
  }
  .fv-search-form button::after{
    content:""!important;
    position:absolute;
    width:7px;
    height:2px;
    left:29px;
    top:29px;
    border:0!important;
    border-radius:2px;
    background:#fff;
    transform:rotate(45deg);
    font-size:0!important;
  }

  /* Ordre mobile : nouveauté d'abord, marques compactes, puis rubriques déroulantes. */
  .fv-mega-shell{
    gap:18px!important;
    align-items:start;
  }
  .fv-mega-side.fv-mega-side--featured-only{order:1!important}
  .fv-mega-brands-card{order:2!important}
  .fv-mega-sections.fv-mega-sections--columns{order:3!important}
  .fv-mega-mobile-primary{order:4!important}

  /* Produit nouveauté : vraie carte portrait 4:5. */
  .fv-mega-side.fv-mega-side--featured-only{
    width:100%!important;
    max-width:390px!important;
    margin-inline:auto!important;
  }
  .fv-mega-side--featured-only .fv-mega-new{
    display:grid!important;
    grid-template-rows:minmax(0,58%) minmax(0,42%)!important;
    grid-template-columns:1fr!important;
    aspect-ratio:4/5!important;
    width:100%!important;
    max-width:390px!important;
    min-height:0!important;
    margin:0 auto!important;
    overflow:hidden!important;
    border-radius:22px!important;
  }
  .fv-mega-side--featured-only .fv-mega-new__visual{
    width:100%!important;
    height:100%!important;
    min-height:0!important;
  }
  .fv-mega-side--featured-only .fv-mega-new__visual img{
    width:100%!important;
    height:100%!important;
    padding:18px!important;
    object-fit:contain!important;
  }
  .fv-mega-side--featured-only .fv-mega-new__copy{
    min-height:0!important;
    align-content:center!important;
    justify-items:center!important;
    text-align:center!important;
    gap:6px!important;
    padding:16px 18px 18px!important;
  }
  .fv-mega-side--featured-only .fv-mega-new__copy strong{
    font-size:15px!important;
    line-height:1.22!important;
    -webkit-line-clamp:2!important;
  }
  .fv-mega-side--featured-only .fv-mega-new__copy b{font-size:18px!important}

  /* Toutes les marques : tags/chips comme sur l'accueil desktop, pas une longue liste. */
  .fv-mega-brands-card{
    padding:18px!important;
    border-radius:18px!important;
    text-align:center;
    background:rgba(255,255,255,.065)!important;
  }
  .fv-mega-brands-card .fv-mega-eyebrow{
    margin-bottom:5px!important;
    font-size:9px!important;
  }
  .fv-mega-brands-card h2{
    margin:0 0 15px!important;
    font-size:21px!important;
  }
  .fv-mega-brand-list{
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    gap:8px!important;
  }
  .fv-mega-brand-list a{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    min-height:36px;
    padding:7px 11px!important;
    border:1px solid rgba(255,255,255,.22);
    border-radius:999px;
    background:rgba(255,255,255,.07);
    color:#fff!important;
    font-size:12px!important;
    line-height:1.1!important;
    white-space:nowrap;
  }
  .fv-mega-brand-list a:active{background:rgba(255,255,255,.16)}

  /* Rubriques : accordéons tactiles, compacts et lisibles. */
  .fv-mega-sections.fv-mega-sections--columns{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .fv-mega-column{
    display:grid!important;
    gap:10px!important;
  }
  .fv-mega-accordion{
    width:100%;
    margin:0!important;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.14);
    border-radius:16px;
    background:rgba(255,255,255,.055);
  }
  .fv-mega-accordion__summary{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    min-height:54px;
    padding:14px 16px!important;
    list-style:none;
    cursor:pointer;
    color:#fff!important;
    font-size:12px!important;
    font-weight:900!important;
    letter-spacing:.11em!important;
    line-height:1.25!important;
    text-transform:uppercase!important;
    text-align:left;
  }
  .fv-mega-accordion__summary::-webkit-details-marker{display:none}
  .fv-mega-accordion__summary::marker{content:""}
  .fv-mega-accordion__summary i{
    position:relative;
    flex:0 0 28px;
    width:28px;
    height:28px;
    border-radius:999px;
    background:rgba(255,255,255,.09);
  }
  .fv-mega-accordion__summary i::before,
  .fv-mega-accordion__summary i::after{
    content:"";
    position:absolute;
    left:8px;
    top:13px;
    width:12px;
    height:2px;
    border-radius:2px;
    background:#fff;
    transition:transform .18s ease;
  }
  .fv-mega-accordion__summary i::after{transform:rotate(90deg)}
  .fv-mega-accordion[open] .fv-mega-accordion__summary i::after{transform:rotate(0)}
  .fv-mega-accordion[open] .fv-mega-accordion__summary{
    background:rgba(255,255,255,.055);
  }
  .fv-mega-accordion .fv-mega-section__links{
    display:grid!important;
    gap:0!important;
    padding:0 16px 12px!important;
  }
  .fv-mega-accordion .fv-mega-section__links a{
    width:100%;
    padding:11px 4px!important;
    border-top:1px solid rgba(255,255,255,.09);
    color:#fff!important;
    font-size:14px!important;
    font-weight:750!important;
    line-height:1.25!important;
    text-align:left;
  }

  /* Navigation BR Core mobile cohérente avec les accordéons. */
  .fv-mega-mobile-primary{
    padding:16px!important;
    border-radius:16px!important;
  }
}

@media(max-width:560px){
  .fv-mega.fv-mega--clear{padding-top:18px!important}
  .fv-mega-shell{width:calc(100% - 24px)!important}
  .fv-mega-side.fv-mega-side--featured-only{max-width:350px!important}
  .fv-mega-side--featured-only .fv-mega-new{max-width:350px!important}
}


/* ============================================================
   v3.3.6 · Grilles produits des pages catalogue historiques
   ============================================================ */
.fv-legacy-catalog-products{margin-top:34px;padding-top:30px;border-top:1px solid var(--fv-border)}
.fv-legacy-catalog-products .woocommerce{width:100%}
@media(max-width:620px){
  .fv-legacy-catalog-products{margin-top:24px;padding-top:24px}
}


/* ============================================================
   v3.4.1 · Pages catalogue : périmètre exact + état sans source
   ============================================================ */
.fv-catalog-source-empty{margin:16px 18px 0;padding:12px 14px;border:1px solid #f1c4c8;border-radius:12px;background:#fff5f6;color:#8b1f29;font-size:13px;font-weight:750}
.fv-catalog-filters.is-empty{display:none}

/* ============================================================
   v3.6.0 · Accueil marques dynamique
   Desktop : 4 > 3 > 2 cartes. Mobile : carrousel 4:5.
   ============================================================ */
.fv-universe-grid--brands{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

@media(max-width:1450px) and (min-width:981px){
  .fv-universe-grid--brands{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:980px) and (min-width:621px){
  .fv-universe-grid--brands{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:620px){
  .fv-universe-grid--brands{
    display:flex!important;
    grid-template-columns:none!important;
    gap:14px!important;
    margin-inline:calc(50% - 50vw);
    padding:2px 16px 10px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory;
    scroll-padding-inline:16px;
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .fv-universe-grid--brands::-webkit-scrollbar{display:none}
  .fv-universe-grid--brands .fv-universe-card{
    flex:0 0 min(82vw,370px)!important;
    width:min(82vw,370px)!important;
    min-width:min(82vw,370px)!important;
    min-height:0!important;
    aspect-ratio:4 / 5;
    scroll-snap-align:start;
    scroll-snap-stop:always;
  }
}


/* ============================================================
   v3.6.1 · Produits à la une : carrousel mobile
   ============================================================ */
@media(max-width:620px){
  .fv-products-grid--featured{
    display:flex!important;
    grid-template-columns:none!important;
    gap:14px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory;
    scroll-padding-inline:0;
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    padding:2px 0 10px!important;
  }
  .fv-products-grid--featured::-webkit-scrollbar{display:none}
  .fv-products-grid--featured .fv-product-card,
  .fv-products-grid--featured .fv-promo-card{
    flex:0 0 min(82vw,340px)!important;
    width:min(82vw,340px)!important;
    min-width:min(82vw,340px)!important;
    scroll-snap-align:start;
    scroll-snap-stop:always;
  }
  .fv-products-grid--featured .fv-product-card{
    display:flex;
    flex-direction:column;
  }
  .fv-products-grid--featured .fv-product-card__image{
    aspect-ratio:1 / 1!important;
  }
  .fv-products-grid--featured .fv-product-card__body{
    flex:1;
  }
  .fv-products-grid--featured .fv-promo-card{
    min-height:430px;
  }
}


/* ============================================================
   v3.7.5 · Stock réel visible + commande B2B hors stock
   ============================================================ */
.fv-loop-stock{align-self:flex-start;margin:8px 16px 0;padding:5px 9px;border-radius:999px;font-size:9px;line-height:1.15;font-weight:900;letter-spacing:.025em}
.fv-loop-stock.is-out{background:#fff0f1;color:#bc2330}
.fv-loop-stock.is-backorder{background:#fff5df;color:#8a5c00}
.fv-stock-badge.is-out{background:#fff0f1;color:#bc2330}


/* ============================================================
   v3.8.1 · Placeholder produit premium
   ============================================================ */
.fv-product-placeholder{
  width:100%;height:100%;min-height:220px;aspect-ratio:1/1;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;
  border-radius:12px;overflow:hidden;
  background:radial-gradient(circle at 72% 24%,rgba(63,127,196,.42),transparent 32%),linear-gradient(145deg,#041d42 0%,#0a376c 55%,#155792 100%);
  color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}
.fv-product-placeholder__monogram{width:68px;height:68px;border:1px solid rgba(255,255,255,.32);border-radius:50%;display:grid;place-items:center;font-size:23px;font-weight:950;letter-spacing:-.06em;background:rgba(255,255,255,.08);backdrop-filter:blur(4px)}
.fv-product-placeholder__label{font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.78)}
.woocommerce ul.products li.product .fv-product-placeholder{min-height:0;border-radius:0}
@media(max-width:620px){.fv-product-placeholder__monogram{width:58px;height:58px;font-size:20px}}
