@charset "UTF-8";
/* ==========================================================================
   ZOOM BRICOLAGE — couche visuelle WooCommerce
   Les feuilles du cœur (woocommerce-general / -layout / -smallscreen) sont
   retirées dans inc/woocommerce.php : tout ce qui suit les remplace, sans un
   seul !important de combat. Le balisage reste celui de WooCommerce.
   1. Bandeau · 2. Notices · 3. Catalogue · 4. Fiche produit
   5. Panier · 6. Commande · 7. Compte · 8. Mini-panier
   ========================================================================== */

/* ---------- 1. BANDEAU DE PAGE ------------------------------------------ */
.shop-hero{position:relative;isolation:isolate;overflow:clip;
	background:linear-gradient(150deg,#072A61 0%,#05101F 78%);color:#fff;
	padding-block:clamp(2.25rem,5vw,4rem)}
.shop-hero__inner{position:relative;z-index:1}
.shop-hero__title{font-size:clamp(1.9rem,1.25rem + 2.6vw,3.1rem);text-transform:uppercase;
	margin-top:.6rem}
.shop-hero__sub{margin-top:.8rem;max-width:46rem;color:#A8BDD4;font-size:1.02rem}

.crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;
	font-size:var(--t-xs);color:#9FB4CB}
.crumbs a{color:#C6D4E4}
.crumbs a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}
.crumbs__i+.crumbs__i::before{content:"›";margin-right:.4rem;color:#5A7796}

.shop{padding-block:clamp(2.5rem,5vw,4.5rem)}

/* Fil d'Ariane clair, réservé à la fiche produit (pas de bandeau sombre). */
.crumbs-bar{padding-block:1.1rem;border-bottom:1px solid var(--line);background:var(--ink-50)}
.crumbs-bar .crumbs{color:var(--text-muted)}
.crumbs-bar .crumbs a{color:var(--blue-600)}
.crumbs-bar .crumbs a:hover{color:var(--blue-700)}
.crumbs-bar .crumbs__i+.crumbs__i::before{color:var(--ink-300)}
.single-product .shop{padding-top:clamp(1.75rem,3.5vw,2.75rem)}

/* ---------- 2. NOTICES --------------------------------------------------- */
.woocommerce-notices-wrapper:empty{display:none}
.woocommerce-message,.woocommerce-error,.woocommerce-info{
	display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;
	margin:0 0 1.5rem;padding:1rem 1.25rem;border-radius:var(--r-md);
	font-size:var(--t-sm);font-weight:500;list-style:none;
	box-shadow:inset 0 0 0 1px var(--line)}
.woocommerce-message{background:#E8F6EF;color:#0A5F3B;box-shadow:inset 0 0 0 1px #B7E2CE}
.woocommerce-info{background:var(--blue-50);color:var(--blue-700);box-shadow:inset 0 0 0 1px #C9DDF9}
.woocommerce-error{background:var(--red-100);color:var(--red-700);box-shadow:inset 0 0 0 1px #F6C7C9;
	flex-direction:column;align-items:flex-start;gap:.35rem}
.woocommerce-error li{width:100%}
.woocommerce-message .button,.woocommerce-info .button{margin-left:auto}

/* ---------- 3. CATALOGUE ------------------------------------------------- */
.woocommerce-result-count{margin:0;color:var(--text-muted);font-size:var(--t-sm)}
.woocommerce-ordering{margin:0}
.woocommerce-ordering select{padding:.65rem 2.2rem .65rem 1rem;border:0;border-radius:var(--r-pill);
	background:var(--ink-50);font-size:var(--t-sm);font-weight:600;cursor:pointer;appearance:none;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%234C6A88' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m4 6 4 4 4-4'/%3E%3C/svg%3E");
	background-repeat:no-repeat;background-position:right .85rem center}
.shop-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;
	gap:1rem;margin-bottom:1.75rem;padding-bottom:1.25rem;border-bottom:1px solid var(--line)}

/* Grille produits — même carte que les offres de la page d'accueil */
ul.products{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));
	gap:clamp(1rem,1.8vw,1.4rem);margin:0;padding:0;list-style:none}
ul.products li.product{position:relative;display:flex;flex-direction:column;
	background:#fff;border-radius:var(--r-lg);overflow:hidden;
	box-shadow:inset 0 0 0 1px var(--line),var(--sh-1);
	transition:transform var(--d-2) var(--e-out),box-shadow var(--d-2) var(--e-out)}
ul.products li.product:hover{transform:translateY(-5px);
	box-shadow:inset 0 0 0 1px transparent,var(--sh-3)}

/* Le lien enveloppe l'image et le titre : on le remet en flux normal.
   `:not(.button)` est obligatoire — le bouton d'ajout est LUI AUSSI un <a>
   enfant direct de la carte, et ce sélecteur (0,2,3) l'emporte sur
   `.woocommerce .button{color:#fff}` (0,2,0) : le libellé restait en encre
   sombre sur le rouge, à 2,6:1. */
ul.products li.product>a:not(.button){display:flex;flex-direction:column;color:inherit}
ul.products li.product img{width:100%;aspect-ratio:4/3;object-fit:contain;padding:.9rem;
	background:#fff;transition:transform .6s var(--e-out)}
ul.products li.product:hover img{transform:scale(1.06)}

ul.products li.product .offer__cut,
ul.products li.product .badge{position:absolute;z-index:3}
ul.products li.product .offer__cut{top:.9rem;right:.9rem;
	padding:.35rem .6rem;border-radius:var(--r-sm);background:var(--red-600);color:#fff;
	font-family:var(--f-display);font-weight:800;font-size:.8125rem;
	box-shadow:0 6px 14px rgba(183,28,28,.32)}
ul.products li.product .badge{top:.9rem;left:.9rem}

ul.products li.product .offer__cat{padding:1.05rem 1.15rem 0;margin:0;
	border-top:1px solid var(--line);
	font-size:var(--t-xs);font-weight:700;letter-spacing:.08em;text-transform:uppercase;
	color:var(--blue-600)}
.woocommerce-loop-product__title{padding:.35rem 1.15rem 0;margin:0;
	font-family:var(--f-display);font-weight:700;font-size:1.02rem;line-height:1.3;color:var(--text)}
.loop__excerpt{padding:.4rem 1.15rem 0;margin:0;font-size:var(--t-xs);color:var(--text-muted);
	line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
ul.products li.product .price{padding:.7rem 1.15rem 0;margin:0;
	display:flex;align-items:baseline;gap:.55rem;flex-wrap:wrap;
	font-family:var(--f-display);font-weight:800;font-size:1.3rem;color:var(--red-600);
	font-variant-numeric:tabular-nums}
ul.products li.product .price del{font-family:var(--f-text);font-weight:400;font-size:var(--t-sm);
	color:var(--text-muted);text-decoration:line-through;opacity:1}
ul.products li.product .price ins{text-decoration:none;background:none;color:inherit}
ul.products li.product .price .woocommerce-Price-currencySymbol{font-size:.8em}

/* Le bouton se colle en bas quelle que soit la hauteur du titre.
   `width:auto` est indispensable : le bouton hérite de .btn--block
   (width:100%) et, additionné aux marges latérales, il débordait de 18 px de
   chaque côté de la carte — invisible à l'œil, mesuré au getBoundingClientRect. */
ul.products li.product .button{width:auto;margin:auto 1.15rem 1.15rem;margin-top:auto}
ul.products li.product>a+.button,
ul.products li.product .price+.button{margin-top:1rem}
.added_to_cart{display:none}

/* Cartes de sous-catégories dans la boutique.
   `align-self:start` évite qu'elles s'étirent à la hauteur des fiches produits
   de la même rangée : la page d'accueil de la boutique mélange les deux, et
   une carte de catégorie étirée laisse un grand vide sous son titre. */
ul.products li.product-category{align-self:start}
ul.products li.product-category>a{padding:0}
ul.products li.product-category img{aspect-ratio:1;object-fit:cover;padding:0}
ul.products li.product-category h2{padding:1.05rem 1.15rem 1.15rem;margin:0;
	font-family:var(--f-display);font-weight:700;font-size:1.05rem;color:var(--blue-600);
	display:flex;align-items:baseline;justify-content:space-between;gap:.6rem}
/* WooCommerce écrit le compteur dans un <mark>, que le navigateur surligne en
   jaune vif. On neutralise ce fond hérité plutôt que la balise. */
ul.products li.product-category .count{font-family:var(--f-text);font-weight:600;
	font-size:var(--t-xs);color:var(--text-muted);background:none;padding:0;
	border-radius:var(--r-pill)}
mark.count{background:none;color:inherit}

/* Boutons WooCommerce alignés sur ceux du thème */
.woocommerce .button,.woocommerce button.button,.woocommerce input.button,
.woocommerce a.button,.woocommerce #respond input#submit{
	position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
	padding:.9rem 1.5rem;border:0;border-radius:var(--r-pill);
	background:var(--blue-600);color:#fff;cursor:pointer;
	font-family:var(--f-display);font-weight:700;font-size:.95rem;line-height:1;text-align:center;
	transition:transform var(--d-2) var(--e-spring),box-shadow var(--d-2) var(--e-out),
		background-color var(--d-1)}
.woocommerce .button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,
.woocommerce a.button:hover,.woocommerce #respond input#submit:hover{
	background:var(--blue-500);color:#fff;transform:translateY(-2px);box-shadow:var(--sh-blue)}
.woocommerce .button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,
.woocommerce a.button.alt,ul.products li.product .button{background:var(--red-600)}
.woocommerce .button.alt:hover,.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,.woocommerce a.button.alt:hover,
ul.products li.product .button:hover{background:var(--red-500);box-shadow:var(--sh-red)}
.woocommerce .button:disabled,.woocommerce .button.disabled,
.woocommerce .button.loading{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}
.woocommerce .button.loading::after{content:"";width:14px;height:14px;border-radius:50%;
	border:2px solid rgba(255,255,255,.4);border-top-color:#fff;
	animation:zb-spin .7s linear infinite}
@keyframes zb-spin{to{transform:rotate(360deg)}}

/* Pagination */
.woocommerce-pagination{margin-top:clamp(2rem,4vw,3rem)}
.woocommerce-pagination ul{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem;
	list-style:none;margin:0;padding:0;border:0}
.woocommerce-pagination a,.woocommerce-pagination span{display:grid;place-items:center;
	min-width:44px;height:44px;padding:0 .75rem;border-radius:var(--r-sm);
	font-family:var(--f-display);font-weight:700;font-size:var(--t-sm);
	background:var(--ink-50);color:var(--text);transition:background-color var(--d-1),color var(--d-1)}
.woocommerce-pagination a:hover{background:var(--blue-100);color:var(--blue-700)}
.woocommerce-pagination .current{background:var(--blue-600);color:#fff}

/* Prix des cartes de la page d'accueil : le balisage vient de
   get_price_html() (<del> + <ins>), pas des classes .offer__now/.offer__was.
   Sans cette règle, le prix promo s'affiche souligné par défaut. */
.offer__prices{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap;
	font-family:var(--f-display);font-weight:800;font-size:1.32rem;color:var(--red-600);
	font-variant-numeric:tabular-nums}
.offer__prices ins{text-decoration:none;background:none;color:inherit}
.offer__prices del{font-family:var(--f-text);font-weight:400;font-size:var(--t-sm);
	color:var(--text-muted);opacity:1}
.offer__prices .woocommerce-Price-currencySymbol{font-size:.8em}
.offer__prices .screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;
	clip-path:inset(50%)}

/* ---------- 4. FICHE PRODUIT --------------------------------------------- */
.single-product div.product{display:grid;
	grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
	gap:clamp(1.75rem,4vw,3.5rem);align-items:start}
.single-product div.product .woocommerce-product-gallery{position:relative;margin:0;
	border-radius:var(--r-xl);overflow:hidden;background:#fff;
	box-shadow:inset 0 0 0 1px var(--line),var(--sh-2)}
.single-product .woocommerce-product-gallery__image img{width:100%;aspect-ratio:1;
	object-fit:contain;padding:clamp(1rem,3vw,2.25rem)}
.single-product .woocommerce-product-gallery__trigger{position:absolute;top:1rem;right:1rem;z-index:4;
	display:grid;place-items:center;width:42px;height:42px;border-radius:50%;
	background:rgba(255,255,255,.9);box-shadow:var(--sh-2);font-size:0;color:var(--blue-700)}
.single-product .woocommerce-product-gallery__trigger::after{content:"⤢";font-size:1.05rem}
.single-product .flex-control-thumbs{display:flex;gap:.6rem;list-style:none;
	margin:.85rem;padding:0}
.single-product .flex-control-thumbs li{flex:0 0 72px}
.single-product .flex-control-thumbs img{border-radius:var(--r-sm);cursor:pointer;
	box-shadow:inset 0 0 0 1px var(--line);opacity:.65;transition:opacity var(--d-1)}
.single-product .flex-control-thumbs img.flex-active,
.single-product .flex-control-thumbs img:hover{opacity:1;box-shadow:inset 0 0 0 2px var(--blue-600)}

.single-badges{position:relative;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.9rem}
.single-badges:empty{display:none}
.single-badges .offer__cut,.single-badges .badge{position:static;top:auto;left:auto;right:auto;
	padding:.35rem .7rem;border-radius:var(--r-pill);
	font-family:var(--f-display);font-weight:800;font-size:.78rem;color:#fff}
.single-badges .offer__cut{background:var(--red-600);box-shadow:0 6px 14px rgba(200,21,28,.3)}
.single-badges .badge{background:var(--ink-900);box-shadow:0 6px 14px rgba(5,16,31,.25)}

.single-product .product_title{font-size:clamp(1.55rem,1.15rem + 1.6vw,2.35rem);
	text-transform:none;letter-spacing:-.025em}
.single-product .woocommerce-product-rating{display:flex;align-items:center;gap:.6rem;
	margin:.7rem 0 0;font-size:var(--t-sm)}
.single-product .summary>.price{display:flex;align-items:baseline;gap:.7rem;flex-wrap:wrap;
	margin:1.1rem 0 0;font-family:var(--f-display);font-weight:800;
	font-size:clamp(1.6rem,1.3rem + 1.1vw,2.15rem);color:var(--red-600);
	font-variant-numeric:tabular-nums}
.single-product .summary>.price del{font-family:var(--f-text);font-weight:400;font-size:1.05rem;
	color:var(--text-muted);opacity:1}
.single-product .summary>.price ins{text-decoration:none;background:none}
.woocommerce-product-details__short-description{margin-top:1rem;color:var(--text-muted);
	font-size:1.02rem;line-height:1.65}

.single-product .stock{display:inline-flex;align-items:center;gap:.5rem;margin:1rem 0 0;
	padding:.4rem .8rem;border-radius:var(--r-pill);font-size:var(--t-xs);font-weight:700}
.single-product .stock::before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}
.single-product .stock.in-stock{background:#E8F6EF;color:#0A5F3B}
.single-product .stock.available-on-backorder{background:#FFF4E0;color:#7A4B00}
.single-product .stock.out-of-stock{background:var(--red-100);color:var(--red-700)}

form.cart{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin:1.5rem 0 0}
.quantity{display:inline-flex;align-items:center;border-radius:var(--r-pill);
	background:var(--ink-50);box-shadow:inset 0 0 0 1.5px var(--line)}
.quantity input.qty{width:78px;padding:.85rem .5rem;border:0;background:none;text-align:center;
	font-family:var(--f-display);font-weight:700;font-variant-numeric:tabular-nums;
	-moz-appearance:textfield}
.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button{opacity:1;height:26px}
.quantity input.qty:focus{outline:none}
.quantity:focus-within{box-shadow:inset 0 0 0 1.5px var(--blue-500),0 0 0 4px var(--blue-100)}
form.cart .single_add_to_cart_button{flex:1;min-width:200px;padding-block:1.05rem}

/* « Acheter maintenant » — encre, pour se distinguer du rouge de l'ajout au
   panier sans lui disputer la hiérarchie. Il occupe toute la largeur sous la
   première ligne : c'est un raccourci, pas l'action principale. */
form.cart .buy-now{flex:1 0 100%;justify-content:center;padding-block:1rem}
.btn--ink{--btn-bg:var(--ink-900);--btn-fg:#fff;--btn-sh:0 18px 40px rgba(5,16,31,.3)}
.btn--ink:hover{background:var(--ink-800)}
.btn--ink .icon{color:#FFC978}

/* Barre de partage */
.share{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.5rem;
	padding-top:1.35rem;border-top:1px solid var(--line)}
.share__label{font-family:var(--f-display);font-weight:700;font-size:var(--t-xs);
	letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}
.share__list{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}
.share__btn{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;
	background:var(--net,var(--blue-600));color:#fff;
	transition:transform var(--d-2) var(--e-spring),box-shadow var(--d-2) var(--e-out)}
.share__btn:hover{transform:translateY(-3px) scale(1.06);
	box-shadow:0 10px 20px color-mix(in oklab,var(--net,var(--blue-600)) 45%,transparent)}
.share__btn--copy{--net:var(--ink-700)}
.share__btn.is-copied{--net:var(--green)}

.pdp-trust{display:grid;gap:.6rem;margin:1.75rem 0 0;padding:1.25rem 1.4rem;
	border-radius:var(--r-lg);background:var(--ink-50)}
.pdp-trust li{display:flex;align-items:center;gap:.7rem;font-size:var(--t-sm);color:var(--ink-700)}
.pdp-trust .icon{flex:none;color:var(--red-600)}

.product_meta{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--line);
	font-size:var(--t-xs);color:var(--text-muted);display:grid;gap:.4rem}
.product_meta>span{display:block}
.product_meta a{color:var(--blue-600)}
.product_meta a:hover{text-decoration:underline}

/* Onglets */
.woocommerce-tabs{grid-column:1/-1;margin-top:clamp(2.5rem,5vw,4rem)}
.woocommerce-tabs ul.tabs{display:flex;flex-wrap:wrap;gap:.4rem;margin:0 0 1.5rem;padding:0;
	list-style:none;border-bottom:1px solid var(--line)}
.woocommerce-tabs ul.tabs li{margin:0}
.woocommerce-tabs ul.tabs li a{display:block;padding:.85rem 1.25rem;border-radius:var(--r-sm) var(--r-sm) 0 0;
	font-family:var(--f-display);font-weight:700;font-size:var(--t-sm);color:var(--text-muted);
	border-bottom:2px solid transparent;transition:color var(--d-1),border-color var(--d-1)}
.woocommerce-tabs ul.tabs li a:hover{color:var(--text)}
.woocommerce-tabs ul.tabs li.active a{color:var(--blue-600);border-bottom-color:var(--red-600)}
.woocommerce-tabs .panel{max-width:62rem}
.woocommerce-tabs .panel h2{font-size:1.25rem;margin-bottom:.85rem}
.woocommerce-tabs .panel p{color:var(--ink-700);line-height:1.7}
.shop_attributes{width:100%;border-collapse:collapse;margin-top:1rem}
.shop_attributes th,.shop_attributes td{padding:.75rem 1rem;text-align:left;
	border-bottom:1px solid var(--line);font-size:var(--t-sm)}
.shop_attributes th{width:34%;font-weight:700;color:var(--text-muted)}

/* Avis */
#reviews .commentlist{list-style:none;margin:0;padding:0;display:grid;gap:1rem}
#reviews .comment_container{display:grid;grid-template-columns:auto 1fr;gap:1rem;
	padding:1.25rem 1.4rem;border-radius:var(--r-lg);background:#fff;
	box-shadow:inset 0 0 0 1px var(--line)}
#reviews .comment_container img.avatar{width:44px;height:44px;border-radius:50%}
#reviews .comment-text .star-rating{margin-bottom:.35rem}
#reviews .woocommerce-review__author{font-family:var(--f-display);font-weight:700}
#reviews .woocommerce-review__published-date{font-size:var(--t-xs);color:var(--text-muted)}
#review_form_wrapper{margin-top:1.75rem}
.comment-form-rating{margin-bottom:1rem}

/* Étoiles */
.star-rating{position:relative;display:inline-block;width:5.4em;height:1.2em;
	overflow:hidden;font-size:.85rem;line-height:1.2;font-family:serif;color:#F5A623}
.star-rating::before{content:"★★★★★";position:absolute;left:0;top:0;color:var(--ink-200);
	letter-spacing:.08em}
.star-rating span{position:absolute;left:0;top:0;overflow:hidden;padding-top:1.5em}
.star-rating span::before{content:"★★★★★";position:absolute;left:0;top:0;letter-spacing:.08em}
.woocommerce-product-rating .woocommerce-review-link{color:var(--text-muted);font-size:var(--t-xs)}

/* Produits liés */
.related.products,.upsells.products{grid-column:1/-1;margin-top:clamp(2.5rem,5vw,4rem);
	padding-top:clamp(2rem,4vw,3rem);border-top:1px solid var(--line)}
.related.products>h2,.upsells.products>h2{font-size:clamp(1.35rem,1.1rem + 1vw,1.9rem);
	text-transform:uppercase;margin-bottom:1.5rem}

@media (max-width:900px){
	.single-product div.product{grid-template-columns:1fr}
}

/* ---------- 5. PANIER ---------------------------------------------------- */
.woocommerce-cart-form{margin-bottom:2rem}
/* Le total du panier utilise LUI AUSSI la classe .shop_table, à l'intérieur
   d'un panneau sombre : sans cette restriction, il héritait du fond blanc et
   les libellés clairs devenaient illisibles. */
.woocommerce-cart-form .shop_table,
.woocommerce-checkout-review-order .shop_table,
.woocommerce-orders-table,.woocommerce-table--order-details{
	width:100%;border-collapse:separate;border-spacing:0;
	background:#fff;border-radius:var(--r-lg);overflow:hidden;
	box-shadow:inset 0 0 0 1px var(--line),var(--sh-1)}
.shop_table{width:100%;border-collapse:separate;border-spacing:0}
/* Le fond clair des en-têtes est réservé aux tableaux SUR FOND BLANC.
   Appliqué sans distinction, il repeignait aussi la colonne de libellés du
   « Total panier », posée sur le panneau bleu nuit : texte clair sur clair. */
.woocommerce-cart-form .shop_table th,
.woocommerce-orders-table th,.woocommerce-table--order-details th{
	background:var(--ink-50)}
.shop_table th{padding:1rem 1.15rem;text-align:left;
	font-family:var(--f-display);font-weight:700;font-size:var(--t-xs);
	letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}
.shop_table td{padding:1.1rem 1.15rem;border-top:1px solid var(--line);vertical-align:middle;
	font-size:var(--t-sm)}
.cart_totals .shop_table th,.cart_totals .shop_table td{padding-inline:0;
	border-top:0;border-bottom:1px solid rgba(255,255,255,.1)}
.shop_table .product-thumbnail img{width:74px;height:74px;object-fit:contain;
	border-radius:var(--r-sm);background:var(--ink-50)}
.shop_table .product-name a{font-family:var(--f-display);font-weight:700;font-size:1rem;
	color:var(--text)}
.shop_table .product-name a:hover{color:var(--blue-600)}
.shop_table .product-price,.shop_table .product-subtotal{font-variant-numeric:tabular-nums;
	font-weight:700}
.shop_table .product-subtotal{color:var(--red-600);font-family:var(--f-display);font-size:1.05rem}
.shop_table .product-remove a{display:grid;place-items:center;width:34px;height:34px;
	border-radius:10px;background:var(--ink-50);color:var(--text-muted);font-size:1.25rem;
	line-height:1;transition:background-color var(--d-1),color var(--d-1)}
.shop_table .product-remove a:hover{background:var(--red-100);color:var(--red-600)}
.shop_table .quantity input.qty{width:70px;padding:.6rem .4rem}

/* « Mettre à jour le panier » est masqué : le JS recalcule à chaque changement
   de quantité. Il reste dans le DOM — c'est lui que le script déclenche. */
/* `padding:0` compte : sans lui, le rembourrage hérité de .woocommerce .button
   redonne au bouton une boîte de 48 px. Il reste invisible grâce au clip, mais
   occupe la place — et fausse tout audit qui mesure les boîtes. */
.woocommerce-cart-form .actions .button[name="update_cart"]{
	position:absolute;width:1px;height:1px;padding:0;margin:0;min-height:0;
	overflow:hidden;clip-path:inset(50%);border:0}
/* `.actions` est un <td colspan> : le passer en flex le sort du tableau et
   fait s'effondrer la largeur des colonnes (la case « supprimer » occupait
   alors la moitié de la ligne). On garde la cellule et on met en flex son
   contenu. */
.woocommerce-cart-form .actions{padding:1.1rem 1.15rem;border-top:1px solid var(--line);
	background:var(--ink-50)}
.woocommerce-cart-form .coupon{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}
.woocommerce-cart-form .coupon input{padding:.8rem 1rem;border:0;border-radius:var(--r-pill);
	background:#fff;box-shadow:inset 0 0 0 1.5px var(--line);font-size:var(--t-sm);min-width:190px}
.woocommerce-cart-form .coupon input:focus{outline:none;
	box-shadow:inset 0 0 0 1.5px var(--blue-500),0 0 0 4px var(--blue-100)}

.cart-collaterals{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.7fr);
	gap:clamp(1.5rem,3vw,2.5rem);align-items:start}
/* Sans ventes croisées, le total remontait dans la première colonne et
   s'affichait à moitié largeur, décalé sous le tableau. */
.cart-collaterals .cross-sells{grid-column:1}
.cart_totals{grid-column:2;padding:clamp(1.4rem,3vw,2rem);border-radius:var(--r-xl);
	background:var(--ink-900);color:#fff;box-shadow:var(--sh-4)}
.cart_totals h2{font-family:var(--f-display);font-size:1.15rem;text-transform:uppercase;
	margin-bottom:1.1rem}
.cart_totals table{width:100%;border-collapse:collapse}
.cart_totals th,.cart_totals td{padding:.85rem 0;text-align:left;font-size:var(--t-sm);
	border-bottom:1px solid rgba(255,255,255,.1);vertical-align:top}
.cart_totals th{font-weight:600;color:#9FB4CB}
.cart_totals td{text-align:right;font-variant-numeric:tabular-nums}
.cart_totals .order-total th,.cart_totals .order-total td{border-bottom:0;padding-top:1.1rem;
	font-family:var(--f-display);font-weight:800;font-size:1.25rem;color:#fff}
.cart_totals .woocommerce-shipping-methods{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}
.cart_totals .woocommerce-shipping-methods li{display:flex;align-items:center;gap:.5rem;
	text-align:left}
.cart_totals .woocommerce-shipping-destination{font-size:var(--t-xs);color:#9FB4CB}
.cart_totals .shipping-calculator-button{color:var(--red-400);text-decoration:underline;
	text-underline-offset:3px}
.wc-proceed-to-checkout{margin-top:1.25rem}
.wc-proceed-to-checkout .checkout-button{width:100%;background:var(--red-600);
	padding-block:1.05rem;font-size:1.05rem}
.wc-proceed-to-checkout .checkout-button:hover{background:var(--red-500)}

@media (max-width:1024px){
	.cart-collaterals{grid-template-columns:1fr}
	.cart_totals{grid-column:1}
}
/* Le tableau devient une pile de cartes : un tableau à 6 colonnes ne tient pas
   sur 360 px, et le défilement horizontal fait perdre la colonne prix. */
@media (max-width:720px){
	.shop_table.cart thead{display:none}
	.shop_table.cart,.shop_table.cart tbody,.shop_table.cart tr,.shop_table.cart td{display:block;width:100%}
	.shop_table.cart tr.cart_item{position:relative;display:grid;
		grid-template-columns:84px 1fr;gap:.2rem 1rem;align-items:center;
		padding:1.1rem 1.15rem;border-top:1px solid var(--line)}
	.shop_table.cart td{padding:0;border:0}
	.shop_table.cart .product-thumbnail{grid-row:1/4}
	.shop_table.cart .product-name{padding-right:2.5rem}
	.shop_table.cart .product-price{color:var(--text-muted);font-weight:500}
	.shop_table.cart .product-price::before{content:"Prix unitaire : "}
	.shop_table.cart .product-quantity{margin-top:.5rem}
	.shop_table.cart .product-subtotal{margin-top:.35rem}
	.shop_table.cart .product-subtotal::before{content:"Sous-total : ";
		font-family:var(--f-text);font-weight:500;color:var(--text-muted);font-size:var(--t-xs)}
	.shop_table.cart .product-remove{position:absolute;top:1rem;right:1rem}
	.shop_table.cart tr.woocommerce-cart-form__cart-item+tr.woocommerce-cart-form__cart-item{
		border-top:1px solid var(--line)}
}

/* ---------- 6. COMMANDE -------------------------------------------------- */
.woocommerce-checkout .shop{padding-top:clamp(2rem,4vw,3rem)}
form.checkout{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.75fr);
	gap:clamp(1.75rem,3.5vw,3rem);align-items:start}
/* Le titre natif est remplacé par .order-review__title, rendu à l'intérieur
   du récapitulatif (voir inc/woocommerce.php). */
#order_review_heading{display:none}
.order-review__title{font-family:var(--f-display);font-weight:800;font-size:1.2rem;
	text-transform:uppercase;margin:0 0 1.1rem}
/* Plus aucun placement explicite : avec un seul élément par colonne, le
   placement automatique suffit et rien ne peut décrocher. */
#customer_details{min-width:0}
#customer_details h3{font-family:var(--f-display);font-weight:800;
	font-size:1.2rem;text-transform:uppercase;margin-bottom:1.1rem}
.woocommerce-billing-fields,.woocommerce-shipping-fields,.woocommerce-additional-fields{margin-bottom:1.75rem}

/* Champs de formulaire */
.woocommerce form .form-row{display:grid;gap:.4rem;margin:0 0 1rem;padding:0}
.woocommerce form .form-row label{font-size:var(--t-xs);font-weight:700;
	text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}
.woocommerce form .form-row .required{color:var(--red-600);text-decoration:none;border:0}
/* #8DA3BC ne donnait que 2,6:1 sur blanc. */
.woocommerce form .form-row .optional{color:var(--text-muted);font-weight:500}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container .select2-selection--single{
	width:100%;padding:.9rem 1.05rem;border:0;border-radius:var(--r-sm);background:#fff;
	box-shadow:inset 0 0 0 1.5px var(--line);font-size:var(--t-sm);height:auto;
	transition:box-shadow var(--d-2) var(--e-out)}
.woocommerce form .form-row textarea{min-height:110px;resize:vertical}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.select2-container--open .select2-selection--single{outline:none;
	box-shadow:inset 0 0 0 1.5px var(--blue-500),0 0 0 4px var(--blue-100)}
.woocommerce form .form-row-first,.woocommerce form .form-row-last{width:100%}
.woocommerce form .form-row.woocommerce-invalid input.input-text{
	box-shadow:inset 0 0 0 1.5px var(--red-500)}
.woocommerce form .form-row.woocommerce-validated input.input-text{
	box-shadow:inset 0 0 0 1.5px #6BC79B}
.woocommerce-input-wrapper{display:block}
.form-row .description{font-size:var(--t-xs);color:var(--text-muted)}
@media (min-width:560px){
	.woocommerce form .form-row-first,.woocommerce form .form-row-last{
		display:inline-grid;width:calc(50% - .5rem)}
	.woocommerce form .form-row-first{margin-right:1rem}
}
.select2-container .select2-selection--single .select2-selection__rendered{padding:0;line-height:1.5;
	color:var(--text)}
.select2-container .select2-selection--single .select2-selection__arrow{top:50%;transform:translateY(-50%);
	right:.8rem}
.select2-dropdown{border:0;border-radius:var(--r-sm);box-shadow:var(--sh-3);overflow:hidden}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background:var(--blue-600)}

/* Récapitulatif */
#order_review{padding:clamp(1.4rem,3vw,2rem);border-radius:var(--r-xl);
	background:#fff;box-shadow:inset 0 0 0 1px var(--line),var(--sh-3)}
.woocommerce-checkout-review-order-table{width:100%;border-collapse:collapse;
	background:none;box-shadow:none;border-radius:0}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td{padding:.8rem 0;text-align:left;
	border-bottom:1px solid var(--line);font-size:var(--t-sm);background:none}
.woocommerce-checkout-review-order-table td{text-align:right;font-variant-numeric:tabular-nums}
.woocommerce-checkout-review-order-table thead th{background:none;padding-top:0}
.woocommerce-checkout-review-order-table .product-name{text-align:left;font-weight:600}
.woocommerce-checkout-review-order-table .product-quantity{color:var(--text-muted);font-weight:400}
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td{border-bottom:0;padding-top:1rem;
	font-family:var(--f-display);font-weight:800;font-size:1.2rem;color:var(--red-600)}
.woocommerce-checkout-review-order-table .includes_tax{display:block;font-size:var(--t-xs);
	font-weight:400;color:var(--text-muted)}

#payment{margin-top:1.25rem}
#payment ul.payment_methods{list-style:none;margin:0 0 1rem;padding:0;display:grid;gap:.6rem}
#payment ul.payment_methods li{padding:1rem 1.15rem;border-radius:var(--r-md);
	background:var(--ink-50);box-shadow:inset 0 0 0 1.5px transparent;
	transition:box-shadow var(--d-1),background-color var(--d-1)}
#payment ul.payment_methods li:has(input:checked){background:var(--blue-50);
	box-shadow:inset 0 0 0 1.5px var(--blue-500)}
#payment ul.payment_methods li label{display:inline-flex;align-items:center;gap:.6rem;
	font-family:var(--f-display);font-weight:700;font-size:var(--t-sm);cursor:pointer}
#payment ul.payment_methods li input[type=radio]{accent-color:var(--blue-600);width:18px;height:18px}
#payment .payment_box{margin-top:.7rem;padding:.85rem 1rem;border-radius:var(--r-sm);
	background:#fff;font-size:var(--t-xs);color:var(--text-muted);line-height:1.6}
#payment .payment_box p{margin:0}
.woocommerce-terms-and-conditions-wrapper{margin-bottom:1rem;font-size:var(--t-xs)}
.woocommerce-privacy-policy-text p{font-size:var(--t-xs);color:var(--text-muted)}
#place_order{width:100%;padding-block:1.1rem;font-size:1.05rem;background:var(--red-600)}
#place_order:hover{background:var(--red-500)}
.checkout-note{display:flex;align-items:center;gap:.55rem;margin:0 0 .9rem;
	padding:.75rem .9rem;border-radius:var(--r-sm);background:#E8F6EF;color:#0A5F3B;
	font-size:var(--t-xs);font-weight:600}
.checkout-note .icon{flex:none}

.woocommerce-form-login,.woocommerce-form-coupon{padding:1.25rem 1.4rem;margin-bottom:1.5rem;
	border-radius:var(--r-lg);background:var(--ink-50)}
.woocommerce-form-login-toggle,.woocommerce-form-coupon-toggle{margin-bottom:1rem}

@media (max-width:1024px){
	form.checkout{grid-template-columns:1fr}
	#order_review{position:static}
}

/* Merci / commande reçue */
.woocommerce-order{max-width:56rem}
.woocommerce-thankyou-order-received{font-family:var(--f-display);font-weight:800;
	font-size:clamp(1.4rem,1.1rem + 1.4vw,2rem);color:var(--text);margin-bottom:1.25rem}
ul.woocommerce-order-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
	gap:1rem;list-style:none;margin:0 0 2rem;padding:1.25rem 1.4rem;
	border-radius:var(--r-lg);background:var(--ink-50)}
ul.woocommerce-order-overview li{font-size:var(--t-xs);color:var(--text-muted);
	text-transform:uppercase;letter-spacing:.05em;font-weight:700}
ul.woocommerce-order-overview li strong{display:block;margin-top:.3rem;
	font-family:var(--f-display);font-size:1.02rem;color:var(--text);text-transform:none;
	letter-spacing:0}
.woocommerce-order-details,.woocommerce-customer-details{margin-top:2rem}
.woocommerce-order-details h2,.woocommerce-customer-details h2{font-size:1.2rem;
	text-transform:uppercase;margin-bottom:1rem}

/* ---------- 7. COMPTE ---------------------------------------------------- */
.woocommerce-account .woocommerce{display:grid;grid-template-columns:minmax(220px,.32fr) minmax(0,1fr);
	gap:clamp(1.5rem,3vw,2.5rem);align-items:start}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;
	display:grid;gap:.3rem}
.woocommerce-MyAccount-navigation a{display:block;padding:.8rem 1rem;border-radius:var(--r-sm);
	font-size:var(--t-sm);font-weight:600;color:var(--text-muted);
	transition:background-color var(--d-1),color var(--d-1)}
.woocommerce-MyAccount-navigation a:hover{background:var(--ink-50);color:var(--text)}
.woocommerce-MyAccount-navigation .is-active a{background:var(--blue-600);color:#fff}
.woocommerce-MyAccount-content{min-width:0}
/* La page « Mon compte » déconnectée affiche connexion + inscription côte à côte. */
.woocommerce-account:not(.logged-in) .woocommerce{grid-template-columns:1fr}
.woocommerce-account .col2-set{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
	gap:clamp(1.5rem,3vw,2.5rem)}
.woocommerce-account .col2-set .col-1,.woocommerce-account .col2-set .col-2{
	padding:clamp(1.4rem,3vw,2rem);border-radius:var(--r-xl);background:#fff;
	box-shadow:inset 0 0 0 1px var(--line),var(--sh-1)}
.woocommerce-account h2{font-family:var(--f-display);font-size:1.15rem;text-transform:uppercase;
	margin-bottom:1.1rem}
.woocommerce-form__label-for-checkbox{display:flex;align-items:center;gap:.5rem;
	text-transform:none;letter-spacing:0;font-weight:500;font-size:var(--t-sm)}
.woocommerce-LostPassword{margin-top:.75rem;font-size:var(--t-xs)}
.woocommerce-LostPassword a{color:var(--blue-600);text-decoration:underline;text-underline-offset:3px}
@media (max-width:820px){
	.woocommerce-account .woocommerce{grid-template-columns:1fr}
}

/* ---------- 8. MINI-PANIER ---------------------------------------------- */
.qdrawer .woocommerce-mini-cart{list-style:none;margin:0;padding:0}
.qdrawer .woocommerce-mini-cart-item{display:grid;grid-template-columns:56px 1fr auto;
	gap:.85rem;align-items:center;padding:.9rem 0;border-bottom:1px solid var(--line)}
.qdrawer .woocommerce-mini-cart-item img{grid-row:1;width:56px;height:56px;object-fit:contain;
	border-radius:12px;background:var(--ink-50)}
.qdrawer .woocommerce-mini-cart-item a:not(.remove){font-weight:600;font-size:var(--t-sm);
	line-height:1.3;color:var(--text)}
.qdrawer .woocommerce-mini-cart-item a:not(.remove):hover{color:var(--blue-600)}
.qdrawer .woocommerce-mini-cart-item .quantity{background:none;box-shadow:none;padding:0;
	display:block;font-size:var(--t-xs);color:var(--red-600);font-weight:700;margin-top:.15rem}
.qdrawer .woocommerce-mini-cart-item .remove{display:grid;place-items:center;
	width:32px;height:32px;border-radius:10px;color:var(--ink-400);font-size:1.1rem;line-height:1;
	transition:background-color var(--d-1),color var(--d-1)}
.qdrawer .woocommerce-mini-cart-item .remove:hover{background:var(--red-100);color:var(--red-600)}
.qdrawer .woocommerce-mini-cart__total{display:flex;align-items:baseline;justify-content:space-between;
	gap:1rem;margin:1.1rem 0 0;padding-top:1rem;border-top:1px solid var(--line);
	font-family:var(--f-display);font-weight:800;font-size:1.1rem}
.qdrawer .woocommerce-mini-cart__total strong{font-weight:700;font-size:var(--t-sm);
	font-family:var(--f-text);color:var(--text-muted)}
.qdrawer .woocommerce-mini-cart__total .amount{color:var(--red-600);font-variant-numeric:tabular-nums}
/* Les boutons du mini-panier sont rendus dans le pied du tiroir. */
.qdrawer .woocommerce-mini-cart__buttons{display:none}
.qdrawer__reassure{display:flex;align-items:center;gap:.5rem;margin:0 0 .9rem;
	font-size:var(--t-xs);color:var(--text-muted)}
.qdrawer__reassure .icon{flex:none;color:var(--green)}
.qdrawer__actions{display:grid;grid-template-columns:1fr 1.2fr;gap:.6rem}
.qdrawer__actions .btn{padding-inline:1rem;font-size:.9rem}

/* Compteur du panier en en-tête */
.tool__count[data-empty]{background:var(--ink-300)}
.tool__count.is-bump{animation:zb-bump .4s var(--e-spring)}
@keyframes zb-bump{0%{transform:scale(1)}45%{transform:scale(1.35)}100%{transform:scale(1)}}

/* ---------- Divers ------------------------------------------------------- */
.woocommerce-store-notice{position:relative;z-index:70;padding:.9rem var(--gutter);
	background:var(--ink-900);color:#fff;font-size:var(--t-sm);text-align:center}
.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
.woocommerce-breadcrumb{margin:0}
.wc-block-components-notice-banner{border-radius:var(--r-md)}

@media (prefers-reduced-motion:reduce){
	ul.products li.product,ul.products li.product img,.woocommerce .button{transition:none}
	.tool__count.is-bump{animation:none}
}
