@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

/* ===========================
   FR20 SPORT — Custom CSS
   =========================== */


/* ===========================
   HEADER — fond noir, liens blancs
   =========================== */

#header,
#header .header_content,
#header .header-nav,
#header .header-top {
  background-color: #000000 !important;
}

#header .header-nav {
  border-bottom: 1px solid #222222 !important;
}

#header .header-top {
  border-bottom: 2px solid #cc0000 !important;
}

#header .header-nav a,
#header .header-top a,
#header .top-menu a,
#header .user-info a,
#header .blockcart a,
.search_icon_toogle {
  color: #ffffff !important;
}

#header .top-menu a:hover,
#header .header-nav a:hover {
  color: #cc0000 !important;
  text-decoration: none !important;
}

#_desktop_logo img.logo {
  max-height: 100px !important;
  width: auto !important;
  display: block !important;
}


/* ===========================
   TITRE SECTION — liseré rouge
   =========================== */

.products-section-title {
  position: relative !important;
  text-align: center !important;
  margin-bottom: 30px !important;
}

.products-section-title:before {
  content: "" !important;
  background-color: #e30613 !important;
  height: 2px !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  right: 0 !important;
}

.products-section-title span {
  background-color: #ffffff !important;
  padding: 0 15px !important;
  position: relative !important;
  z-index: 1 !important;
}


/* ===========================
   MODAL FR20 — navigation flèches
   =========================== */

#product-modal .modal-body {
  padding: 0;
  overflow: hidden;
}

#product-modal .modal-dialog {
  max-height: 75vh;
  display: flex;
  flex-direction: column;
}

#product-modal .modal-content {
  max-height: 75vh;
  overflow: hidden;
}

.fr20-modal-figure {
  margin: 0;
  text-align: center;
}

.modal-product-cover-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  min-height: auto;
}

.modal-product-cover-wrap .product-cover-modal {
  max-height: 72vh;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.fr20-modal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  border: none;
  font-size: 2.5rem;
  line-height: 1;
  padding: 0.2rem 0.8rem 0.4rem;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s;
  border-radius: 4px;
}

.fr20-modal-arrow:hover {
  background: #e30613;
}

.fr20-modal-arrow--prev { left: 8px; }
.fr20-modal-arrow--next { right: 8px; }

.fr20-modal-counter {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 0.85rem;
  padding: 3px 10px;
  border-radius: 12px;
  pointer-events: none;
}

#product-modal .thumbnails,
#product-modal #thumbnails,
#product-modal .product-images {
  display: none !important;
}


/* ===========================
   VIGNETTES BOUTIQUE
   =========================== */

.image_item_product {
  height: 420px !important;
  display: block !important;
  padding: 0 !important;
  background-color: #ffffff !important;
  border: 1px solid #d0d0d0 !important;
  position: relative !important;
  overflow: hidden !important;
}

.image_item_product a.product-thumbnail {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.image_item_product a.product-thumbnail img,
.image_item_product img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  padding: 10px !important;
}


/* ===========================
   GRILLE PRODUITS — 3 par ligne desktop
   =========================== */

@media (min-width: 992px) {
  #js-product-list .col-md-4,
  #js-product-list .col-lg-4,
  #js-product-list [class*="col-"][class*="4"] {
    width: 33.3333% !important;
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  #js-product-list .col-sm-6,
  #js-product-list [class*="col-"] {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width: 767px) {
  #js-product-list .col-xs-6,
  #js-product-list .col-sm-6,
  #js-product-list .col-md-4,
  #js-product-list .col-lg-4,
  #js-product-list [class*="col-"] {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .products .product-miniature,
  .products article.product-miniature {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .products {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .product-miniature .highlighted-informations {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    transform: none !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 10px 0 !important;
    background: #fff !important;
  }

  .product-miniature .highlighted-informations .add_to_cart_button,
  .product-miniature .highlighted-informations .quick-view {
    position: static !important;
    transform: none !important;
  }

  .product-miniature .highlighted-informations .add_to_cart_button {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  .image_item_product {
    height: 320px !important;
  }
}


/* ===========================
   MOBILE — image + boutons
   =========================== */

@media (max-width: 767px) {
  .image_item_product {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: visible !important;
  }

  .image_item_product a.product-thumbnail {
    height: 280px !important;
    display: block !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 1 !important;
  }

  .image_item_product .highlighted-informations {
    position: static !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 10px 0 !important;
    background: #fff !important;
    width: 100% !important;
    z-index: 2 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .image_item_product .highlighted-informations .add_to_cart_button,
  .image_item_product .highlighted-informations .quick-view {
    position: static !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
  }
}


/* ===========================
   BADGE NOUVEAU — position mobile (listing uniquement)
   =========================== */

@media (max-width: 767px) {
  #js-product-list .product-miniature .thumbnail-container,
  .products .product-miniature .thumbnail-container {
    position: relative !important;
  }

  #js-product-list .product-miniature .product-flags,
  .products .product-miniature .product-flags {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    z-index: 3 !important;
    margin: 0 !important;
  }

  #js-product-list .product-miniature .product-flags li,
  .products .product-miniature .product-flags li {
    z-index: 3 !important;
  }
}


/* ===========================
   LOUPE QUICK-VIEW — masquée sur mobile
   =========================== */

@media (max-width: 767px) {
  .product-miniature .highlighted-informations a.quick-view,
  .product-miniature .quick-view {
    display: none !important;
  }
}


/* ===========================
   LIEN VOIR LE PRODUIT — mobile uniquement
   =========================== */

.fr20-en-savoir-plus {
  display: none !important;
}

@media (max-width: 767px) {
  .fr20-en-savoir-plus {
    display: inline-block !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    color: #D72B2B !important;
    text-decoration: underline !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    margin-top: 8px !important;
  }

  .fr20-en-savoir-plus:hover {
    color: #0a0a0a !important;
  }
}


/* ===========================
   FOOTER — fond noir
   =========================== */

#footer .block_newsletter,
#footer .blocknewsletter,
#footer [id*="newsletter"],
#footer [class*="newsletter"] {
  display: none !important;
}

#footer,
#footer .footer-container,
.footer-container,
#footer .container,
#footer .row,
#footer [class*="col-"],
#footer .wrapper,
#footer .footer_top,
#footer .footer_bottom,
#footer .footer_after,
.footer_after {
  background-color: #222222 !important;
}

#footer .block-social li a {
  background-color: transparent !important;
}


/* ===========================
   SOUS-MENU BOUTIQUE (desktop)
   =========================== */

@media (min-width: 768px) {
  .top-menu .category:hover .sub-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

.top-menu .popover.sub-menu {
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15) !important;
  padding: 8px 0 !important;
}

.top-menu[data-depth="1"] li.category {
  background-color: #ffffff !important;
}

ul.top-menu[data-depth="1"] a.dropdown-item.dropdown-submenu {
  color: #000000 !important;
  background-color: #ffffff !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  padding: 8px 20px !important;
}

ul.top-menu[data-depth="1"] a.dropdown-item.dropdown-submenu:hover,
#header .top-menu .popover.sub-menu a.dropdown-submenu:hover {
  color: #cc0000 !important;
  background-color: #ffffff !important;
  text-decoration: none !important;
}

#header .top-menu .popover.sub-menu a.dropdown-submenu,
#header .top-menu .popover.sub-menu li,
#header .top-menu .popover.sub-menu a.dropdown-item {
  color: #000000 !important;
  background-color: #ffffff !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

#header .top-menu .popover.sub-menu ul.top-menu {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  background-color: #ffffff !important;
  padding: 0 !important;
  margin: 0 !important;
  gap: 0 !important;
}


/* ===========================
   PRIX HOMEPAGE
   =========================== */

.page-home .product-price-and-shipping,
.page-home .price {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}


/* ===========================
   SECTION SAISON — header stylé (desktop)
   =========================== */

.page-home section {
  margin-top: 30px !important;
  margin-bottom: 20px !important;
  display: block !important;
  overflow: hidden !important;
}

.page-home section > h1 {
  display: inline-block !important;
  float: left !important;
  text-align: left !important;
  font-size: 1.8rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  margin-bottom: 0 !important;
  border-bottom: none !important;
  color: #D72B2B !important;
  line-height: 2.2rem !important;
}

.page-home section > a {
  display: inline-block !important;
  float: right !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  color: #D72B2B !important;
  text-decoration: none !important;
  border: 2px solid #D72B2B !important;
  padding: 5px 14px !important;
  transition: all 0.2s !important;
  line-height: 2.2rem !important;
}

.page-home section > a:hover {
  background: #D72B2B !important;
  color: #fff !important;
}

.page-home section::after {
  content: "" !important;
  display: block !important;
  clear: both !important;
  border-bottom: none !important;
}

.page-home section .products {
  clear: both !important;
  margin-top: 20px !important;
  padding-bottom: 30px !important;
  margin-bottom: 0 !important;
  border-bottom: none !important;
}


/* ===========================
   CTA VOIR TOUS NOS GANTS
   =========================== */

.fr20-cta-wrapper {
  clear: both !important;
  text-align: center !important;
  border-top: 3px solid #D72B2B !important;
  padding-top: 30px !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.fr20-cta-btn {
  display: inline-block !important;
  background: #D72B2B !important;
  color: #fff !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  padding: 14px 40px !important;
  text-decoration: none !important;
  font-size: 1rem !important;
  transition: all 0.2s !important;
}

.fr20-cta-btn:hover {
  background: #0a0a0a !important;
  color: #fff !important;
}


/* ===========================
   BLOCS CATÉGORIES HOMEPAGE
   =========================== */

.fr20-cat-blocks {
  display: flex;
  width: 100%;
  gap: 4px;
  margin: 30px 0;
  padding: 0;
  box-sizing: border-box;
}

.fr20-cat-item {
  flex: 1;
  height: 220px;
  background-color: #1a1a1a;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: block;
}

.fr20-cat-item:hover {
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.fr20-cat-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.75));
  padding: 30px 15px 18px;
}

.fr20-cat-title {
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  text-align: center;
}

@media (max-width: 768px) {
  .fr20-cat-blocks {
    flex-direction: column;
  }
  .fr20-cat-item {
    height: 150px;
  }
}


/* ===========================
   BADGES DÉCLINAISONS
   =========================== */

.fr20-variants-count {
  font-size: 0.78rem !important;
  color: #888 !important;
  margin: 4px 0 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

.fr20-variants-badges {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 5px !important;
  margin-top: 8px !important;
}

.fr20-variant-badge {
  display: inline-block !important;
  background: #1a1a1a !important;
  color: #ffffff !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  padding: 4px 8px !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  letter-spacing: 0.03em !important;
  transition: background 0.2s !important;
}

.fr20-variant-badge:hover {
  background: #D72B2B !important;
  color: #fff !important;
}


/* ===========================
   CARDS PRODUIT — style + police Anton
   =========================== */

.product-miniature {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 10px;
  transition: box-shadow 0.2s;
}

.product-miniature:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.product-miniature .product-title,
.product-miniature .product-title a {
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.fr20-reassurance {
  margin-top: 20px;
  padding-top: 20px;
}


/* ===========================
   MINI-PANIER SURVOL
   =========================== */

#header div.blockcart.cart-preview .body.cart-hover-content,
#header div.blockcart.cart-preview .body.cart-hover-content * {
  background-color: #ffffff !important;
}

#header div.blockcart.cart-preview .body.cart-hover-content {
  color: #1a1a1a !important;
  border: 1px solid #e0e0e0 !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
  border-radius: 6px !important;
  padding: 15px !important;
  min-width: 280px !important;
}

#header div.blockcart.cart-preview .body.cart-hover-content .cart_productname,
#header div.blockcart.cart-preview .body.cart-hover-content .product-name,
#header div.blockcart.cart-preview .body.cart-hover-content .product-quantity,
#header div.blockcart.cart-preview .body.cart-hover-content .label,
#header div.blockcart.cart-preview .body.cart-hover-content .value,
#header div.blockcart.cart-preview .body.cart-hover-content .product-line-info,
#header div.blockcart.cart-preview .body.cart-hover-content a,
#header div.blockcart.cart-preview .cart-line-qty * {
  color: #1a1a1a !important;
}

#header div.blockcart.cart-preview .body.cart-hover-content .product-price {
  color: #D72B2B !important;
  font-weight: 700 !important;
}

#header div.blockcart.cart-preview .body.cart-hover-content .cart-total {
  border-top: 2px solid #D72B2B !important;
  margin-top: 10px !important;
  padding-top: 10px !important;
  font-weight: 700 !important;
}

#header div.blockcart.cart-preview .body.cart-hover-content .cart-total .label,
#header div.blockcart.cart-preview .body.cart-hover-content .cart-total .value {
  color: #D72B2B !important;
}

#header div.blockcart.cart-preview .body.cart-hover-content li.cart-wishlist-item {
  border-bottom: 1px solid #eeeeee !important;
  padding: 8px 0 !important;
}

#header div.blockcart.cart-preview .body.cart-hover-content a.cart-wishlist-checkout,
#header div.blockcart.cart-preview .body.cart-hover-content a.cart-wishlist-checkout *,
#header div.blockcart.cart-preview .body.cart-hover-content a.cart-wishlist-checkout:hover,
#header div.blockcart.cart-preview .body.cart-hover-content a.cart-wishlist-checkout:hover * {
  display: block !important;
  background-color: #1a1a1a !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: 700 !important;
  text-align: center !important;
  padding: 10px !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  margin-top: 12px !important;
}

#header div.blockcart.cart-preview .body.cart-hover-content a.cart-wishlist-checkout:hover,
#header div.blockcart.cart-preview .body.cart-hover-content a.cart-wishlist-checkout:hover * {
  background-color: #D72B2B !important;
}

#_desktop_cart:hover .body.cart-hover-content:before {
  display: none !important;
  background-color: transparent !important;
}

.cart-line-qty {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 5px !important;
}

.cart-qty-btn {
  display: inline-block !important;
  width: 22px !important;
  height: 22px !important;
  line-height: 20px !important;
  text-align: center !important;
  border: 1px solid #1a1a1a !important;
  color: #1a1a1a !important;
  font-size: 16px !important;
  font-weight: bold !important;
  text-decoration: none !important;
  border-radius: 3px !important;
}

.cart-qty-btn:hover {
  background-color: #D72B2B !important;
  border-color: #D72B2B !important;
  color: #ffffff !important;
}


/* ===========================
   CARROUSEL — masquer flèches quand menu mobile ouvert
   =========================== */

.owl-nav.fr20-hidden {
  display: none !important;
}

body.fr20-noscroll .owl-nav {
  display: none !important;
}


/* ===========================
   MENU MOBILE FR20
   =========================== */

@media (max-width: 991px) {

  body.fr20-noscroll {
    overflow: hidden !important;
  }

  #mobile_top_menu {
    display: none !important;
  }

  #mobile_top_menu.fr20-mobile-open {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: #0a0a0a !important;
    z-index: 99999 !important;
    overflow-y: auto !important;
    padding: 60px 0 40px !important;
    box-sizing: border-box !important;
  }

  #mobile_top_menu #_desktop_top_menu {
    display: none !important;
  }

  #mobile_top_menu.fr20-mobile-open #_desktop_top_menu {
    display: block !important;
    background: transparent !important;
    position: static !important;
    width: 100% !important;
  }

  #fr20-close-menu {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    background: #1a1a1a !important;
    border: none !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    font-size: 20px !important;
    width: 38px !important;
    height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 100000 !important;
    line-height: 1 !important;
  }

  #fr20-close-menu:hover {
    background: #D72B2B !important;
  }

  /* Masquage "Accueil" — ciblage explicite par lien (ne dépend plus de la position) */
  #mobile_top_menu .top-menu[data-depth="0"] > li.home,
  #mobile_top_menu .top-menu[data-depth="0"] > li:has(> a[href$="/"]):not(:has(.popover.sub-menu)) {
    display: none !important;
  }

  #mobile_top_menu .top-menu[data-depth="0"] {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }

  #mobile_top_menu .top-menu[data-depth="0"] > li {
    border-bottom: 1px solid #1e1e1e !important;
  }

  #mobile_top_menu .top-menu[data-depth="0"] > li > a {
    display: block !important;
    padding: 18px 20px !important;
    color: #ffffff !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    text-align: center !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
  }

  #mobile_top_menu .top-menu[data-depth="0"] > li > a:hover {
    color: #D72B2B !important;
  }

  #mobile_top_menu .popover.sub-menu {
    display: none !important;
    background: #0a0a0a !important;
    border: none !important;
    border-top: 2px solid #D72B2B !important;
    box-shadow: none !important;
    width: 100% !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }

  #mobile_top_menu .popover.sub-menu.fr20-sub-open {
    display: block !important;
  }

  #mobile_top_menu .popover.sub-menu .top-menu[data-depth="1"] {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0 !important;
    background: #0a0a0a !important;
  }

  #mobile_top_menu .popover.sub-menu .top-menu[data-depth="1"] li {
    width: 100% !important;
    background: #0a0a0a !important;
    border-bottom: 1px solid #1a1a1a !important;
  }

  #mobile_top_menu .popover.sub-menu .top-menu[data-depth="1"] li a,
  #mobile_top_menu .popover.sub-menu .top-menu[data-depth="1"] li a.dropdown-item {
    display: block !important;
    padding: 14px 20px !important;
    color: #ffffff !important;
    background: #0a0a0a !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-align: center !important;
    letter-spacing: 0.08em !important;
    text-decoration: none !important;
    border: none !important;
    transition: color 0.2s, background 0.2s !important;
  }

  #mobile_top_menu .popover.sub-menu .top-menu[data-depth="1"] li a:hover,
  #mobile_top_menu .popover.sub-menu .top-menu[data-depth="1"] li a:active {
    color: #ffffff !important;
    background: #D72B2B !important;
  }

  .fr20-chevron {
    background: #1a1a1a !important;
    border: none !important;
    border-radius: 4px !important;
    color: #fff !important;
    width: 36px !important;
    height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    margin-left: 10px !important;
    vertical-align: middle !important;
  }

  .fr20-chevron[aria-expanded="true"] {
    background: #D72B2B !important;
  }

  .fr20-chevron[aria-expanded="true"] svg {
    transform: rotate(180deg) !important;
  }

  .navbar-toggler.collapse-icons {
    display: none !important;
  }
}


/* ===========================
   MODALE GUIDE DES TAILLES
   =========================== */

.fr20-size-link {
  display: inline-block !important;
  margin-left: 12px !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  color: #D72B2B !important;
  text-decoration: underline !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  cursor: pointer !important;
  vertical-align: middle !important;
}

.fr20-size-link:hover {
  color: #0a0a0a !important;
}

#fr20-size-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999999;
  align-items: center;
  justify-content: center;
}

#fr20-size-modal-overlay.fr20-modal-open {
  display: flex;
}

#fr20-size-modal-box {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  max-width: 580px;
  width: 90%;
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}

#fr20-size-modal-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

#fr20-size-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: #1a1a1a;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

#fr20-size-modal-close:hover {
  background: #D72B2B;
}


/* ===========================
   BADGE NOUVEAU — masquer le doublon sur fiche produit
   =========================== */

.page-product .product-cover .product-flags,
.page-product .images-container .product-flags {
  display: none !important;
}


/* ===========================
   PICTOS RÉASSURANCE — fiche produit
   =========================== */

.fr20-reassurance-block {
  margin-top: 20px !important;
  padding-top: 15px !important;
  border-top: 1px solid #eeeeee !important;
  flex-basis: 100% !important;
  width: 100% !important;
}

.fr20-reassurance-item {
  font-size: 0.85rem !important;
  color: #444 !important;
  margin: 6px 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.fr20-reassurance-item .material-icons {
  font-size: 18px !important;
  color: #D72B2B !important;
  flex-shrink: 0 !important;
  line-height: 1 !important;
}

.fr20-payment-logos {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 12px !important;
}

.fr20-payment-logos img {
  height: 28px !important;
  width: auto !important;
  object-fit: contain !important;
  display: block !important;
}


/* ===========================
   QUANTITÉ + RÉASSURANCE — bloc réassurance/paiement en dessous
   =========================== */

.product-add-to-cart {
  flex-wrap: wrap !important;
}


/* ===========================
   ONGLET "DÉTAILS DU PRODUIT" — masqué
   =========================== */

.tabs .nav-tabs li:has(a[href="#product-details"]) {
  display: none !important;
}

#product-details {
  display: none !important;
}


/* ===========================
   PAGE CMS STAGE — grille photos
   =========================== */

.fr20-stage-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 20px;
}

.fr20-stage-main {
  flex: 2 1 320px;
  max-width: 480px;
}

.fr20-stage-side {
  flex: 1 1 200px;
  max-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.fr20-stage-wide {
  flex: 1 1 100%;
  max-width: 740px;
}

.fr20-stage-grid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

@media (max-width: 600px) {
  .fr20-stage-main,
  .fr20-stage-side,
  .fr20-stage-wide {
    flex: 1 1 100%;
    max-width: 100%;
  }
}


/* ===========================
   PAGE CMS STAGE — sections infos
   =========================== */

.fr20-section {
  margin: 30px 0;
  padding: 0;
}

.fr20-section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0a0a0a;
  border-left: 4px solid #D72B2B;
  padding-left: 12px;
  margin-bottom: 15px;
}

.fr20-partners-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.fr20-partner-tag {
  background: #1a1a1a;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 6px 14px;
  border-radius: 4px;
}

.fr20-contact-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fr20-contact-row {
  font-size: 0.95rem;
  color: #333;
}

.fr20-contact-row strong {
  color: #D72B2B;
}


/* ===========================
   MASQUER "CHOISIR SA TAILLE" — produits 69 et 70
   =========================== */

.product-id-69 .fr20-size-link,
.product-id-70 .fr20-size-link {
  display: none !important;
}


/* ===========================
   MOBILE — slider home masqué
   =========================== */

@media (max-width: 767px) {
  .hero-slider,
  .hero-slide {
    display: none !important;
  }
}


/* ===========================
   MOBILE — titre "Saison 26/27" centré
   =========================== */

@media (max-width: 767px) {
  .page-home section > h1 {
    float: none !important;
    display: block !important;
    text-align: center !important;
    width: 100% !important;
  }
}
/* ===========================
   MOBILE — logo centré et agrandi
   =========================== */

@media (max-width: 767px) {
  #_mobile_logo,
  #_mobile_logo a {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
  }

  #_mobile_logo img.logo {
    height: 130px !important;
    max-width: 300px !important;
    width: auto !important;
    margin: 0 auto !important;
    display: block !important;
  }
}