/* SOPETANCA — charte : rouge #C0262A, bleu #0062B5, noir/blanc/gris.
   Mise en page dense inspirée d'obut.com. */

:root{
  --red:#C0262A; --red-dk:#9a1e21; --red-lt:#e8484c;
  --blue:#0062B5; --blue-dk:#004c8c;
  /* Bleu profond : sert de « fond sombre » à la place du noir (charte bleu-blanc-rouge) */
  --navy:#00335F; --navy-2:#002745;
  --ink:#141414; --ink-2:#333; --mut:#6b6b6b;
  --line:#dddddd; --line-2:#eeeeee; --paper:#f7f7f7; --white:#fff;
  --wrap:1320px; --r:6px;
  --shadow:0 10px 30px -18px rgba(0,0,0,.45);
  --ff:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  --fh:'Barlow Condensed','Inter',sans-serif;
}
*,*::before,*::after{box-sizing:border-box}
body{margin:0;font-family:var(--ff);font-size:15px;line-height:1.6;color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
a:hover{color:var(--red)}
.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 24px}

/* ---------- Titres / utilitaires ---------- */
.so-h1,.so-h2{font-family:var(--fh);font-weight:700;letter-spacing:.01em;line-height:1.08;margin:0 0 14px;text-transform:uppercase}
.so-h1{font-size:clamp(30px,4vw,46px)}
.so-h2{font-size:clamp(26px,3.2vw,38px)}
.so-h2 em,.so-h1 em{font-style:normal;color:var(--red)}
.so-h2--light,.so-h2--light em{color:#fff}
.so-h2--light em{color:var(--red-lt)}
.so-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--red);margin-bottom:10px}
.so-eyebrow--light{color:var(--red-lt)}
.so-lead{font-size:16px;color:var(--mut);max-width:62ch;margin:0 0 18px}
.so-sec{padding:clamp(44px,6vw,78px) 0}
.so-sec--alt{background:var(--paper)}
.so-sec--dark{background:var(--blue);color:#fff}
.so-sec--dark .so-lead{color:rgba(255,255,255,.72)}
.so-sec__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:26px}
.so-main{padding:26px 0 60px;min-height:50vh}

.so-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;border:2px solid transparent;border-radius:var(--r);font-weight:700;font-size:13px;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background .2s,color .2s,border-color .2s,transform .15s}
.so-btn:hover{transform:translateY(-1px);color:#fff}
.so-btn--red{background:var(--red);color:#fff;border-color:var(--red)}
.so-btn--red:hover{background:var(--red-dk);border-color:var(--red-dk)}
.so-btn--blue{background:var(--blue);color:#fff;border-color:var(--blue)}
.so-btn--blue:hover{background:var(--blue-dk);border-color:var(--blue-dk)}
.so-btn--outline{border-color:var(--navy);color:var(--navy)}
.so-btn--outline:hover{background:var(--navy);color:#fff}
.so-btn--ghost{border-color:rgba(255,255,255,.6);color:#fff}
.so-btn--ghost:hover{background:#fff;color:var(--ink)}

/* ---------- Barre de topo ---------- */
.so-topbar{background:var(--navy);color:rgba(255,255,255,.82);font-size:12.5px}
.so-topbar__in{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:38px;flex-wrap:wrap}
.so-topbar__right{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.so-topbar a:hover{color:var(--red-lt)}
.so-topbar__ship{color:var(--red-lt);font-weight:600}
/* Sélecteur de langue maison (le moteur Google reste, son interface est masquée) */
.so-lang{display:inline-flex;align-items:center;gap:2px;border:1px solid rgba(255,255,255,.22);border-radius:4px;padding:2px;margin-left:4px}
.so-lang__b{background:none;border:0;color:rgba(255,255,255,.7);font:inherit;font-size:11.5px;font-weight:600;letter-spacing:.04em;padding:3px 7px;border-radius:3px;cursor:pointer;line-height:1.4}
.so-lang__b:hover{color:#fff;background:rgba(255,255,255,.1)}
.so-lang__b.is-on{background:var(--red);color:#fff}
/* Interface injectée par Google : bannière, infobulle, conteneur — tout masqué */
#google_translate_element{position:absolute!important;left:-9999px!important;top:0!important;width:1px;height:1px;overflow:hidden}
.goog-te-banner-frame,.goog-te-balloon-frame,#goog-gt-tt,.goog-te-gadget,.goog-tooltip{display:none!important}
body>.skiptranslate{display:none!important}
body{top:0!important;position:static!important}
.goog-text-highlight{background:none!important;box-shadow:none!important}

/* ---------- En-tête ---------- */
.so-head{position:sticky;top:0;z-index:200;background:#fff;border-bottom:1px solid var(--line)}
.so-head__in{display:flex;align-items:center;gap:26px;min-height:84px;flex-wrap:nowrap}
.so-logo{flex:0 0 auto;display:flex;align-items:center;padding:6px 0}
.so-logo img{height:58px;width:auto}
.so-nav{margin-left:2px;min-width:0}
.so-nav__ul{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}
.so-nav__ul>li{position:relative}
.so-nav__ul>li>a{display:block;padding:12px 13px;font-family:var(--fh);font-size:16px;font-weight:600;letter-spacing:.03em;text-transform:uppercase}
.so-nav__ul>li>a:hover{color:var(--red)}
.so-nav__ul>li.has-sub>a::after,.so-nav__ul>li.menu-item-has-children>a::after{content:'';display:inline-block;width:6px;height:6px;margin-left:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg)}
.so-sub,.so-nav__ul .sub-menu{position:absolute;top:100%;left:0;min-width:240px;background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow);padding:8px;margin:0;list-style:none;opacity:0;visibility:hidden;transform:translateY(6px);transition:.18s;z-index:210}
.so-nav__ul>li:hover .so-sub,.so-nav__ul>li:hover .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.so-sub a,.sub-menu a{display:block;padding:9px 12px;border-radius:4px;font-size:14px}
.so-sub a:hover,.sub-menu a:hover{background:var(--paper);color:var(--red)}

.so-head__tools{margin-left:auto;display:flex;align-items:center;gap:14px}
.so-search{display:flex;align-items:center;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;background:var(--paper)}
.so-search input{border:0;background:transparent;padding:9px 12px;font-size:14px;width:210px;outline:none;font-family:inherit}
.so-search button{border:0;background:var(--navy);color:#fff;padding:9px 12px;cursor:pointer;display:flex;align-items:center}
.so-search button:hover{background:var(--red)}
.so-acct,.so-cart{position:relative;display:flex;align-items:center;color:var(--ink)}
.so-acct:hover,.so-cart:hover{color:var(--red)}
.so-cart__n{position:absolute;top:-6px;right:-9px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:var(--red);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}
.so-burger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:6px}
.so-burger span{display:block;width:24px;height:2px;background:var(--ink);transition:.2s}

/* ---------- Hero ---------- */
.so-hero{background:var(--navy) center/cover no-repeat;background-position:center 38%;color:#fff;min-height:clamp(400px,44vw,560px);display:flex;align-items:center}
.so-hero__in{padding-top:64px;padding-bottom:64px;max-width:720px}
.so-hero h1{font-family:var(--fh);font-size:clamp(38px,6vw,72px);line-height:1.03;text-transform:uppercase;margin:0 0 14px;font-weight:700}
.so-hero h1 em{font-style:normal;color:var(--red-lt);display:block}
.so-hero p{font-size:17px;color:rgba(255,255,255,.82);max-width:56ch;margin:0 0 26px}
.so-hero__cta{display:flex;gap:12px;flex-wrap:wrap}

/* ---------- Réassurance ---------- */
.so-reas{background:var(--paper);border-top:1px solid var(--line-2);border-bottom:1px solid var(--line-2)}
.so-reas__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding-top:20px;padding-bottom:20px}
.so-reas__item{display:flex;align-items:center;gap:13px;padding:6px 10px}
.so-reas__ic{flex:0 0 auto;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;border:1px solid var(--line);color:var(--red)}
.so-reas__ic svg{width:20px;height:20px}
.so-reas__item strong{display:block;font-size:13.5px;line-height:1.25}
.so-reas__item span{display:block;font-size:12.5px;color:var(--mut)}

/* ---------- Catégories ---------- */
.so-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.so-cat{display:block;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;background:#fff;transition:box-shadow .2s,transform .2s}
.so-cat:hover{box-shadow:var(--shadow);transform:translateY(-3px)}
.so-cat__img{aspect-ratio:4/3;background:var(--paper) center/cover no-repeat;border-bottom:1px solid var(--line-2)}
.so-cat__body{padding:16px 18px 20px}
.so-cat__body h3{font-family:var(--fh);font-size:20px;text-transform:uppercase;margin:0 0 4px;font-weight:600}
.so-cat__body span{font-size:13.5px;color:var(--mut)}
.so-cat:hover .so-cat__body h3{color:var(--red)}

/* ---------- Guide ---------- */
.so-guia{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(28px,5vw,64px);align-items:center}
.so-guia__steps{list-style:none;margin:0 0 26px;padding:0;display:grid;gap:18px}
.so-guia__steps li{display:flex;gap:16px}
.so-guia__n{flex:0 0 auto;width:36px;height:36px;border-radius:50%;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--fh);font-size:19px;font-weight:700}
.so-guia__steps strong{display:block;font-size:16px;margin-bottom:2px}
.so-guia__steps p{margin:0;color:rgba(255,255,255,.82);font-size:14.5px}
/* Sur fond bleu, le rouge de marque reste la couleur d'accent (numéros, sur-titre) */
.so-sec--dark .so-eyebrow--light{color:#fff}
.so-sec--dark .so-h2--light em{color:#fff;background:var(--red);padding:0 10px;display:inline-block}
.so-guia__img img{border-radius:var(--r);width:100%;object-fit:cover;aspect-ratio:4/3}

/* ---------- À propos ---------- */
.so-sobre{display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(28px,5vw,60px);align-items:center}
.so-sobre__img img{border-radius:var(--r);aspect-ratio:4/3;object-fit:cover;width:100%}
.so-ticks{list-style:none;margin:0 0 24px;padding:0;display:grid;gap:9px}
.so-ticks li{position:relative;padding-left:28px;font-size:15px}
.so-ticks li::before{content:'';position:absolute;left:0;top:6px;width:16px;height:9px;border-left:2.5px solid var(--blue);border-bottom:2.5px solid var(--blue);transform:rotate(-45deg)}

/* ---------- WooCommerce : grille produits ---------- */
.woocommerce ul.products,ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:22px;list-style:none;margin:0;padding:0}
/* WooCommerce ajoute un clearfix ::before/::after : en grille il occuperait une cellule
   et décalerait toute la première rangée. */
.woocommerce ul.products::before,.woocommerce ul.products::after,ul.products::before,ul.products::after{content:none!important;display:none!important}
.woocommerce ul.products li.product,ul.products li.product{width:auto!important;margin:0!important;float:none!important;border:1px solid var(--line);border-radius:var(--r);background:#fff;padding:0;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s;text-align:left}
.woocommerce ul.products li.product:hover{box-shadow:var(--shadow);transform:translateY(-3px)}
/* NB : ces règles ne sont PAS préfixées « .woocommerce » — la grille de la page d'accueil
   est rendue hors du wrapper WooCommerce, un sélecteur préfixé ne l'atteindrait pas. */
ul.products li.product a img{margin:0;padding:16px;background:#fff;aspect-ratio:1/1;object-fit:contain;width:100%}
/* Titre sur 2 lignes maxi : sans cela les noms longs décalent le prix d'une carte à l'autre */
ul.products li.product .woocommerce-loop-product__title{font-family:var(--fh);font-size:16px;font-weight:600;text-transform:uppercase;line-height:1.22;padding:0 16px;margin:2px 0 8px;min-height:2.44em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
ul.products li.product .price{display:block;padding:0 16px;color:var(--ink);font-size:17px;font-weight:700;margin:0 0 14px;min-height:1.5em}
ul.products li.product .price del{color:var(--mut);font-weight:400;font-size:14px;margin-right:6px}
ul.products li.product .price ins{text-decoration:none;color:var(--red)}
ul.products li.product .button,ul.products li.product .added_to_cart{margin:auto 16px 16px;background:var(--navy);color:#fff;border-radius:var(--r);padding:11px 16px;font-size:12.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-align:center;display:block;border:0;line-height:1.3}
ul.products li.product .button:hover,ul.products li.product .added_to_cart:hover{background:var(--red);color:#fff}
.woocommerce span.onsale,ul.products li.product .onsale{position:absolute;top:10px;left:10px;background:var(--red);color:#fff;border-radius:3px;padding:4px 10px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;min-height:0;line-height:1.4;margin:0}
ul.products li.product{position:relative}

/* ---------- WooCommerce : fiche produit ---------- */
.so-crumb{font-size:13px;color:var(--mut);margin-bottom:18px}
.so-crumb a:hover{color:var(--red)}
/* Titres de page WooCommerce (boutique, catégories, panier…) à la police du thème */
.woocommerce-products-header__title,.woocommerce h1.page-title,.woocommerce-page h1.entry-title,
.woocommerce h2.woocommerce-loop-category__title{font-family:var(--fh);font-weight:700;text-transform:uppercase;letter-spacing:.01em;line-height:1.08;font-size:clamp(28px,3.4vw,42px);margin:0 0 10px}
.woocommerce .woocommerce-result-count{color:var(--mut);margin:0 0 22px}
.woocommerce .woocommerce-ordering{margin:0 0 22px}
.term-description{color:var(--mut);max-width:70ch;margin-bottom:18px}
.woocommerce div.product{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(24px,4vw,56px);align-items:start}
/* Galerie produit : statique, en grille. L'opacité est forcée car WooCommerce pose
   opacity:0 en style inline et compte sur son JS pour la remonter. */
.woocommerce div.product .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0;opacity:1!important}
.woocommerce div.product .woocommerce-product-gallery__wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:0;padding:0;transform:none!important;width:auto!important}
.woocommerce div.product .woocommerce-product-gallery__image{margin:0;width:auto!important;float:none!important;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;background:#fff}
.woocommerce div.product .woocommerce-product-gallery__image:first-child{grid-column:1/-1}
.woocommerce div.product .woocommerce-product-gallery__image img{width:100%;height:100%;object-fit:contain;padding:10px;aspect-ratio:1/1;display:block}
.woocommerce div.product .woocommerce-product-gallery__image:first-child img{aspect-ratio:4/3;padding:22px}
.woocommerce div.product .woocommerce-product-gallery__trigger{display:none}
.woocommerce div.product .flex-control-thumbs{display:none}
/* La galerie est plus haute que le résumé : on rend le résumé collant pour éviter
   une grande colonne vide à droite. */
.woocommerce div.product .summary{width:100%!important;float:none!important;margin:0;position:sticky;top:104px}
.woocommerce div.product .product_title{font-family:var(--fh);font-size:clamp(26px,3vw,38px);text-transform:uppercase;font-weight:700;line-height:1.1;margin:0 0 12px}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--ink);font-size:28px;font-weight:700;margin-bottom:16px}
.woocommerce div.product p.price ins{color:var(--red);text-decoration:none}
.woocommerce div.product form.cart{margin-top:18px}
.woocommerce div.product form.cart .variations{margin-bottom:14px}
.woocommerce div.product form.cart .variations th{text-align:left;font-weight:600;padding:8px 12px 8px 0}
.woocommerce div.product form.cart .variations select,.woocommerce .quantity input,.woocommerce input[type=text],.woocommerce input[type=email],.woocommerce input[type=tel],.woocommerce input[type=password],.woocommerce input[type=number],.woocommerce textarea,.woocommerce select{border:1px solid var(--line);border-radius:var(--r);padding:10px 12px;font-family:inherit;font-size:14px;background:#fff}
.woocommerce div.product form.cart .button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.woocommerce a.button.alt,.woocommerce button.button.alt{background:var(--red);color:#fff;border-radius:var(--r);padding:14px 28px;font-weight:700;font-size:13px;letter-spacing:.06em;text-transform:uppercase;border:0;line-height:1.3}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover{background:var(--red-dk);color:#fff}
.woocommerce .woocommerce-tabs ul.tabs{padding:0;margin:0 0 18px;border-bottom:1px solid var(--line)}
.woocommerce .woocommerce-tabs ul.tabs::before{border:0}
.woocommerce .woocommerce-tabs ul.tabs li{background:transparent;border:0;border-radius:0;margin:0 22px 0 0;padding:0}
.woocommerce .woocommerce-tabs ul.tabs li::before,.woocommerce .woocommerce-tabs ul.tabs li::after{display:none}
.woocommerce .woocommerce-tabs ul.tabs li a{font-family:var(--fh);font-size:18px;text-transform:uppercase;font-weight:600;padding:12px 0;display:block;color:var(--mut);border-bottom:3px solid transparent}
.woocommerce .woocommerce-tabs ul.tabs li.active a{color:var(--ink);border-bottom-color:var(--red)}
.woocommerce div.product .woocommerce-tabs{grid-column:1/-1;margin-top:14px}
.woocommerce .related.products,.woocommerce .upsells.products{grid-column:1/-1;margin-top:34px}
.woocommerce .related h2,.woocommerce .upsells h2{font-family:var(--fh);font-size:26px;text-transform:uppercase;font-weight:700}
.woocommerce div.product .so-reas{grid-column:1/-1;margin-top:26px}

/* Panier / commande */
.woocommerce table.shop_table{border-radius:var(--r);border-color:var(--line)}
.woocommerce table.shop_table th{font-family:var(--fh);text-transform:uppercase;font-size:15px}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:var(--red);border-radius:var(--r);background:var(--paper)}
.woocommerce-message::before,.woocommerce-info::before{color:var(--red)}
.woocommerce .woocommerce-ordering select,.woocommerce .woocommerce-result-count{font-size:14px}

/* ---------- Pages / blog ---------- */
.so-page--narrow{max-width:840px}
.so-rte h2{font-family:var(--fh);font-size:26px;text-transform:uppercase;margin-top:28px}
.so-rte h3{font-size:19px;margin-top:22px}
.so-rte ul{padding-left:20px}
.so-posts{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.so-post{border:1px solid var(--line);border-radius:var(--r);overflow:hidden;background:#fff}
.so-post__body{padding:16px 18px 20px}
.so-post__body h2{font-family:var(--fh);font-size:21px;text-transform:uppercase;margin:0 0 6px}
.so-post__meta{font-size:12.5px;color:var(--mut);margin-bottom:8px}
.so-post__hero{border-radius:var(--r);margin:14px 0 20px}

/* ---------- Newsletter + pied ---------- */
.so-news{background:var(--red);color:#fff}
.so-news__in{display:flex;align-items:center;justify-content:space-between;gap:26px;flex-wrap:wrap;padding:32px 0}
.so-news h3{font-family:var(--fh);font-size:26px;text-transform:uppercase;margin:0 0 4px;font-weight:700}
.so-news p{margin:0;color:rgba(255,255,255,.82);font-size:14.5px}
.so-news__form{display:flex;gap:10px;flex-wrap:wrap}
.so-news__form input{border:0;border-radius:var(--r);padding:13px 16px;min-width:280px;font-family:inherit;font-size:14px}

.so-foot{background:var(--navy);color:rgba(255,255,255,.75);padding:52px 0 0;font-size:14px}
.so-foot__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:36px}
.so-foot a{color:rgba(255,255,255,.72)}
.so-foot a:hover{color:#fff}
.so-foot__brand img{margin-bottom:14px;height:42px;width:auto}
.so-foot__brand p{margin:0 0 12px}
.so-foot address{font-style:normal;margin-bottom:12px;line-height:1.7}
.so-foot__contact a{color:#fff;font-weight:600}
.so-foot__social{display:flex;gap:10px;margin-top:14px}
.so-foot__social a{width:36px;height:36px;border:1px solid rgba(255,255,255,.22);border-radius:50%;display:flex;align-items:center;justify-content:center}
.so-foot__social a:hover{background:var(--red);border-color:var(--red);color:#fff}
.so-foot__col h5{font-family:var(--fh);font-size:17px;text-transform:uppercase;color:#fff;margin:0 0 14px;font-weight:600;letter-spacing:.04em}
.so-foot__col ul{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.so-foot__bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.12);margin-top:44px;padding-top:20px;padding-bottom:24px;font-size:13px}

.so-totop{position:fixed;right:20px;bottom:20px;width:44px;height:44px;border-radius:50%;border:0;background:var(--navy);color:#fff;display:none;align-items:center;justify-content:center;cursor:pointer;z-index:150;box-shadow:var(--shadow)}
.so-totop.on{display:flex}
.so-totop:hover{background:var(--red)}

/* ---------- Ajustements ---------- */
/* Ancres : l'en-tête est collant, sinon la cible passe dessous */
[id]{scroll-margin-top:96px}
/* Photos catalogue détourées sur fond blanc : « contain », sinon le produit est rogné */
.so-cat__img{background-size:contain;background-repeat:no-repeat;background-color:#fff}
.so-guia__img img{object-fit:contain;background:#fff;padding:20px}
.so-sobre__img img{object-fit:cover}
/* WooCommerce cible « .woocommerce ul.products li.product .price » : plus spécifique que
   nos règles non préfixées, il réimposerait sa couleur verte par défaut. */
.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price{color:var(--ink);font-size:17px;font-weight:700}
.woocommerce ul.products li.product .price ins{color:var(--red)}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:var(--fh);font-size:16px;text-transform:uppercase;min-height:2.44em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
/* Le bouton d'une carte produit reste collé en bas quelle que soit la longueur du titre */
ul.products li.product .button,ul.products li.product .added_to_cart{margin-top:auto}
/* Les cartes d'une même rangée ont la même hauteur */
ul.products li.product{height:100%}

/* ---------- Responsive ---------- */
@media(max-width:1240px){
  .so-nav__ul>li>a{padding:12px 9px;font-size:15px}
  .so-search input{width:150px}
  .so-head__in{gap:16px}
}
@media(max-width:1100px){
  .so-cats,.woocommerce ul.products,ul.products{grid-template-columns:repeat(3,1fr)}
  .so-reas__grid{grid-template-columns:repeat(2,1fr)}
  .so-posts{grid-template-columns:repeat(2,1fr)}
  .so-search input{width:150px}
}
@media(max-width:1040px){
  .so-burger{display:flex}
  .so-nav{position:fixed;inset:84px 0 auto 0;background:#fff;border-bottom:1px solid var(--line);max-height:calc(100vh - 84px);overflow:auto;display:none;margin:0;padding:10px 0 18px}
  .so-nav.open{display:block}
  .so-nav__ul{flex-direction:column;align-items:stretch;gap:0}
  .so-nav__ul>li>a{padding:13px 24px;border-bottom:1px solid var(--line-2)}
  .so-sub,.so-nav__ul .sub-menu{position:static;opacity:1;visibility:visible;transform:none;border:0;box-shadow:none;padding:0 0 8px 24px;min-width:0}
  .so-guia,.so-sobre{grid-template-columns:1fr}
  .so-guia__img,.so-sobre__img{order:-1}
  .woocommerce div.product{grid-template-columns:1fr}
  .so-foot__grid{grid-template-columns:1fr 1fr}
  .so-search{display:none}
}
@media(max-width:640px){
  .so-cats,.woocommerce ul.products,ul.products,.so-posts{grid-template-columns:repeat(2,1fr)}
  .so-reas__grid{grid-template-columns:1fr}
  .so-topbar__msg{display:none}
  .so-foot__grid{grid-template-columns:1fr}
  .so-news__form input{min-width:0;flex:1}
}
