@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Poppins:wght@400;500;600;700;800&display=swap');

/* === VARIABLES === */
:root {
  --gk-red: #B3362F;
  --gk-red-dark: #922a24;
  --gk-black: #000;
  --gk-dark: #242424;
  --gk-gray: #333;
  --gk-light: #F7F7F7;
  --gk-border: #E5E5E5;
}

/* === BASE === */
html, body { overflow-x: hidden !important; } html, body { max-width: 100vw !important; }
/* Reassurance icones rondes + marques badges arrondis (override theme.css * rule) */
.gk-reassurance div[style*="border-radius"] { border-radius: 50% !important; }
#footer .gk-reassurance h4 { color: #242424 !important; font-size: 18px !important; font-weight: 700 !important; text-transform: none !important; letter-spacing: 0 !important; }
.gk-marque-badge { border-radius: 25px !important; }
/* Supprimer le fond/padding natif du footer PrestaShop */
#footer { background: transparent !important; padding: 0 !important; }
/* Newsletter GK Letter */
.gk-newsletter { text-align: left !important; }
.gk-newsletter p,
.gk-newsletter span,
.gk-newsletter label,
.gk-newsletter h4,
.gk-newsletter div { color: #fff !important; text-align: left !important; }
.gk-newsletter label,
.gk-newsletter form label,
div.gk-newsletter label,
body .gk-newsletter label { color: #fff !important; display: inline !important; cursor: pointer !important; }
.gk-newsletter a,
.gk-newsletter form a,
div.gk-newsletter a,
body .gk-newsletter a { color: #fff !important; text-decoration: underline !important; }
.gk-newsletter form input[type=email],
.gk-newsletter form input[type=text] { color: #000 !important; background: #fff !important; width: 100% !important; max-width: 350px !important; padding: 8px 10px !important; box-sizing: border-box !important; border: 1px solid #bbb !important; }
.gk-newsletter form input[type=submit] { background: #B3362F !important; color: #fff !important; }
.gk-newsletter form input[type=checkbox] { accent-color: #fff !important; }
body { font-family: 'Lato', Arial, sans-serif !important; color: var(--gk-dark); }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Poppins', Arial, sans-serif !important;
  font-weight: 600;
}

/* === CACHER : langue, devise, user-info et blockcart du displayTop === */
.language-selector-wrapper, .currency-selector,
#_desktop_language_selector, #_desktop_currency_selector,
.header-top .user-info, .header-top .blockcart,
.gk-search-zone .user-info, .gk-search-zone .blockcart {
  display: none !important;
}

/* === BARRE ROUGE (header-nav) === */
#header .header-nav { background: var(--gk-red) !important; border: none !important; padding: 0 !important; }
#header .header-nav * { color: #fff !important; font-size: 12px; }
#header .header-nav a:hover { text-decoration: underline !important; }

/* === HEADER BLANC === */
#header .header-top { background: #fff !important; border-bottom: 1px solid var(--gk-border) !important; padding: 0 !important; box-shadow: none !important; }
#_desktop_logo img, .header-top .logo { max-height: 80px !important; width: auto !important; }
#_desktop_logo p, #_desktop_logo span:not(.sr-only), #_desktop_logo .hidden-sm-down { display: none !important; }

/* === ICONES CUSTOM (gk-icons) === */
.gk-icons a:hover { color: var(--gk-red) !important; }
.gk-icons i { transition: color 0.2s; }

/* === RECHERCHE (large, style gkpro.fr) === */
.gk-search-zone #search_widget { width: 100% !important; display: block !important; position: relative !important; }
.gk-search-zone #search_widget form {
  display: flex !important;
  width: 100% !important;
  border: 1px solid #ccc !important;
  background: #fff !important;
  align-items: center !important;
  position: relative !important;
}
.gk-search-zone #search_widget form input[type="text"] {
  flex: 1 !important;
  height: 44px !important;
  border: none !important;
  padding: 0 15px !important;
  font-size: 15px !important;
  background: transparent !important;
  outline: none !important;
  width: 100% !important;
}
.gk-search-zone #search_widget form i.material-icons.search {
  position: absolute !important;
  left: 10px !important;
  color: #999 !important;
  font-size: 22px !important;
}
.gk-search-zone #search_widget form input[type="text"] { padding-left: 40px !important; }
.gk-search-zone #search_widget form button {
  background: #fff !important;
  color: var(--gk-dark) !important;
  border: none !important;
  width: 50px !important;
  height: 44px !important;
  cursor: pointer !important;
}
.gk-search-zone #search_widget form:focus-within { border-color: var(--gk-dark) !important; }

/* === MENU BAR === */
.gk-menu-bar { background: #fff !important; border-bottom: 1px solid var(--gk-border) !important; }

/* Menu principal : etaler sur toute la largeur */
#_desktop_top_menu { width: 100% !important; }
.top-menu-container, #_desktop_top_menu, #top-menu[data-depth="0"] {
  background: transparent !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 0 10px !important;
}

/* Chaque li parent doit etre position:relative pour ancrer son sous-menu */
#top-menu[data-depth="0"] > li {
  position: relative !important;
  flex: 1 !important;
  text-align: center !important;
}

#top-menu[data-depth="0"] > li > a {
  font-family: 'Poppins', Arial, sans-serif !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  color: var(--gk-dark) !important;
  padding: 15px 10px !important;
  transition: color 0.2s;
  white-space: nowrap !important;
  display: block !important;
}
#top-menu[data-depth="0"] > li > a:hover,
#top-menu[data-depth="0"] > li:hover > a { color: var(--gk-red) !important; background: transparent !important; }

/* Sous-menus - dropdown vertical positionne sous le parent */
#top-menu[data-depth="0"] > li > .sub-menu,
.top-menu .sub-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  background: #fff !important;
  border: 1px solid var(--gk-border) !important;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1) !important;
  min-width: 220px !important;
  width: auto !important;
  max-width: 300px !important;
  max-height: 400px !important;
  overflow-y: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 100 !important;
}
.top-menu .sub-menu ul[data-depth="1"] { display: flex !important; flex-direction: column !important; padding: 0 !important; margin: 0 !important; }
.top-menu .sub-menu ul[data-depth="1"] > li { display: block !important; width: 100% !important; float: none !important; margin: 0 !important; }
.top-menu .sub-menu a {
  color: var(--gk-gray) !important;
  font-size: 13px !important;
  padding: 10px 20px !important;
  display: block !important;
  border-bottom: 1px solid var(--gk-border) !important;
  white-space: nowrap !important;
  text-transform: none !important;
  font-weight: 400 !important;
}
.top-menu .sub-menu li:last-child a { border-bottom: none !important; }
.top-menu .sub-menu a:hover { color: var(--gk-red) !important; background: var(--gk-light) !important; }

/* Forcer le sous-menu en colonne (pas mega-menu) */
.popover.sub-menu { width: auto !important; max-width: 300px !important; margin: 0 !important; }
.popover.sub-menu .top-menu { flex-direction: column !important; }
.popover.sub-menu .top-menu > li { width: 100% !important; margin: 0 !important; }

/* Cacher les fleches du popover bootstrap */
.popover.sub-menu::before, .popover.sub-menu::after { display: none !important; }

/* METIERS dropdown hover */
.gk-metiers-dropdown a:hover { color: var(--gk-red) !important; background: var(--gk-light) !important; }

/* === LAYOUT PRINCIPAL === */
.gk-wrapper { max-width: 1600px !important; margin: 0 auto !important; padding: 0 40px !important; }
#content { max-width: 100% !important; }

/* === PAGE ACCUEIL : slider pleine largeur === */
.page-index .gk-wrapper { padding: 0 !important; margin: 0 !important; max-width: 100% !important; }
.page-index .gk-wrapper > .row { margin: 0 !important; }
.page-index #content-wrapper { padding: 0 !important; margin: 0 !important; max-width: 100% !important; flex: 0 0 100% !important; }
.page-index #content, .page-home { max-width: 100% !important; padding: 0 !important; margin: 0 !important; background: transparent !important; }

/* === SLIDER === */
#carousel { width: 100% !important; overflow: hidden !important; }
#carousel .carousel-item { width: 100% !important; }
#carousel .carousel-item a { display: block !important; width: 100% !important; }
#carousel .carousel-item figure { margin: 0 !important; width: 100% !important; }
#carousel .carousel-inner, #carousel .carousel-item, .homeslider-container, .homeslider-container li { width: 100% !important; }
img[width="1110"] { width: 100% !important; height: auto !important; }
#carousel img, .homeslider-container img, .carousel-item img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  object-fit: unset !important;
}
#carousel, #carousel .carousel-inner, #carousel .carousel-item, #carousel figure {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

/* === SLIDER === */
#carousel .carousel-item .caption { display: none !important; }
#carousel .carousel-item figure { margin: 0 !important; }

/* Slider navigation */
#carousel .direction { z-index: 15 !important; }
#carousel .carousel-control .icon-next,
#carousel .carousel-control .icon-prev { background: rgba(0,0,0,0.3) !important; padding: 15px !important; }
#carousel .carousel-control .icon-next i,
#carousel .carousel-control .icon-prev i { color: #fff !important; font-size: 28px !important; }

/* === PAGE CATEGORIE === */
#category #wrapper { padding-top: 0 !important; }
#category .gk-wrapper { position: relative !important; }
/* Hero banner categorie - pleine largeur */
#category .block-category {
  position: relative;
  background: #1a1a1a;
  padding: 80px 40px !important;
  text-align: center;
  margin-bottom: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
#category .block-category .category-cover {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  overflow: hidden;
  margin: 0;
}
#category .block-category .category-cover img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  opacity: 0.35;
}
#category .block-category .category-cover picture {
  width: 100%;
  height: 100%;
  display: block;
}
/* Titre categorie - blanc sur fond sombre */
#category .block-category h1,
.page-category .block-category h1 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 42px !important;
  color: #fff !important;
  text-align: center !important;
  margin-bottom: 10px !important;
  position: relative;
  z-index: 1;
}
#category .block-category #category-description,
#category .block-category .category-description {
  text-align: center;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
/* Breadcrumb superpose sur le hero */
#category .breadcrumb {
  position: absolute !important;
  top: 15px !important;
  left: 40px !important;
  z-index: 2 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
#category .breadcrumb a,
#category .breadcrumb span,
#category .breadcrumb li { color: rgba(255,255,255,0.7) !important; font-size: 12px !important; }
#category .breadcrumb a:hover { color: #fff !important; }
/* Page categorie : pleine largeur, sidebar cachee par defaut (toggle via Filtrer) */
#category #left-column {
  display: none;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 320px !important;
  max-width: 85vw !important;
  height: 100vh !important;
  background: #fff !important;
  z-index: 1001 !important;
  overflow-y: auto !important;
  box-shadow: 5px 0 20px rgba(0,0,0,0.2) !important;
  padding: 20px 20px 20px 20px !important;
  flex: none !important;
  transition: transform 0.3s ease !important;
}
#category #left-column.gk-filters-open { display: block !important; }
/* Overlay sombre derriere le panneau filtres */
#gk-filter-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.4);
  z-index: 1000;
  cursor: pointer;
}
#gk-filter-overlay.gk-filters-open { display: block; }
/* Bouton fermer dans le panneau */
.gk-filter-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
  background: none;
  border: none;
  font-weight: 700;
  z-index: 2;
}
#category #left-column h4 { margin-top: 15px !important; }
/* Cacher le bloc arborescence categories dans le panneau filtres */
#category #left-column .block-categories { display: none !important; }
/* Cacher filtres sans valeurs (poids, selections inutiles) */
#category .facet[data-type="weight"] { display: none !important; }
#category .facet[data-type="extras"] { display: none !important; }
#category .facet[data-type="availability"] { display: none !important; }
#category .facet[data-type="category"] { display: none !important; }
/* Style des facets filtres */
#category .facet .facet-title {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  color: #242424 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}
#category .facet .facet-label a { color: #666 !important; font-size: 13px !important; }
#category .facet .facet-label a:hover { color: var(--gk-red) !important; }
#category #content-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  padding: 0 !important;
}
#category .container,
#category .container-fluid { max-width: 100% !important; padding: 0 !important; }
#category .gk-wrapper { padding: 0 !important; }
#category .gk-wrapper > .row,
#category #wrapper > .container-fluid > .row { margin: 0 !important; }
/* Section sous-categories en bas de page categorie (pills rouges) */
.gk-cat-subcats-bottom {
  padding: 30px 40px;
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
}
.gk-cat-subcats-bottom h3 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #242424 !important;
  margin-bottom: 20px !important;
}
.gk-cat-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gk-cat-pill {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid var(--gk-red);
  color: var(--gk-red) !important;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none !important;
  transition: all 0.2s;
}
.gk-cat-pill:hover {
  background: var(--gk-red);
  color: #fff !important;
}

/* Masquer sous-categories et quick-view */
#subcategories { display: none !important; }
.subcategory-heading { display: none !important; }
.product-miniature .highlighted-informations { display: none !important; }
/* Grille produits - override flex du theme */
#category #js-product-list { padding: 0 40px !important; }
#products .products,
.featured-products .products,
.product-accessories .products,
#js-product-list .products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px !important;
  flex-wrap: unset !important;
}
/* Barre tri - toolbar GK style gkpro */
#category .products-selection,
.products-selection {
  padding: 12px 40px !important;
  margin-bottom: 0 !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 50 !important;
  background: rgba(255,255,255,0.97) !important;
  border-bottom: 1px solid #e5e5e5 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.gk-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.gk-toolbar-left { display: flex; gap: 8px; align-items: center; }
.gk-toolbar-center { display: flex; align-items: center; gap: 6px; }
.gk-toolbar-right { display: flex; align-items: center; gap: 15px; }
.gk-btn-filter {
  display: inline-block;
  padding: 8px 22px;
  background: var(--gk-red);
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
}
.gk-btn-filter:hover { background: var(--gk-red-dark); }
.gk-btn-reset {
  display: inline-block;
  padding: 8px 22px;
  background: #000;
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.gk-btn-reset:hover { background: #333; }
.gk-view-label {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #666;
}
.gk-view-sep { color: #ccc; }
.gk-view-link {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #999 !important;
  text-decoration: none !important;
}
.gk-view-link.gk-view-active,
.gk-view-link:hover {
  color: var(--gk-red) !important;
}
.gk-sort-label {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #666;
  white-space: nowrap;
}
/* Override Bootstrap col classes inside toolbar */
.gk-toolbar .sort-by,
.gk-toolbar .products-sort-order {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  padding: 0 !important;
  float: none !important;
}
.gk-toolbar .sort-by { display: none !important; }
.products-sort-order .select-title {
  border: 1px solid #ddd !important;
  padding: 8px 15px !important;
  font-size: 13px !important;
  min-width: 150px !important;
  font-family: 'Lato', sans-serif !important;
}
/* Les enfants directs du grid sont les .js-product divs */
#products .products > .js-product,
#products .products > .product,
.featured-products .products > div,
#js-product-list .products > div {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: none !important;
}
.products .product-miniature {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}
.product-miniature .product {
  width: 100% !important;
  min-width: 0 !important;
}
#products .products .product-miniature .thumbnail-container,
.product-miniature .thumbnail-container {
  width: 100% !important;
  max-width: 100% !important;
}
.product-miniature .thumbnail-top {
  width: 100% !important;
}
.product-miniature .thumbnail.product-thumbnail {
  display: block !important;
  width: 100% !important;
}
.product-miniature .thumbnail-container img,
.product-miniature .product-thumbnail img {
  width: 100% !important;
  max-width: 100% !important;
  height: 320px !important;
  object-fit: contain !important;
  background: #fff;
  padding: 15px !important;
}
.product-miniature .product-description {
  padding: 15px !important;
}
.product-miniature .product-title {
  margin-bottom: 5px !important;
  height: auto !important;
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: normal !important;
}
.product-miniature .product-title a {
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: normal !important;
  display: block !important;
}
.product-miniature .product-price-and-shipping {
  margin-top: 5px !important;
}
/* Reference visible sur les cartes */
.product-miniature .product-reference {
  display: block !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 12px !important;
  color: #888 !important;
  margin-bottom: 5px !important;
  letter-spacing: 0.3px !important;
}
/* Box shadow douce comme gkpro */
.product-miniature {
  box-shadow: 0 0 15px 5px rgba(227,227,227,0.3) !important;
  border: none !important;
  transition: box-shadow 0.3s !important;
}
.product-miniature:hover {
  box-shadow: 0 0 20px 8px rgba(180,57,51,0.15) !important;
  border: none !important;
}
/* Cacher les etoiles vides en listing */
.product-miniature .star-content { display: none !important; }
/* Ref produit */
.product-miniature .product-reference {
  font-size: 11px !important;
  color: #999 !important;
  font-family: 'Lato', sans-serif;
}
/* Sidebar nettoyee */
#left-column { padding-right: 20px !important; }
#left-column h4, #left-column .h4 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  color: #242424 !important;
  letter-spacing: 0.5px !important;
}
/* Tri et compteur produits */
.products-sort-order .select-title,
.total-products p {
  font-family: 'Lato', sans-serif !important;
  font-size: 13px !important;
  color: #666 !important;
}

/* === SECTIONS HOMEPAGE === */
.gk-section .container { max-width: 1400px !important; margin: 0 auto !important; padding: 0 15px !important; }
.featured-products .products-section-title, .products-section-title {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  font-size: 22px !important;
  text-transform: uppercase !important;
  border-bottom: 2px solid var(--gk-red);
  padding-bottom: 15px;
}

/* === BOUTONS === */
.btn-primary { background: var(--gk-black) !important; border-color: var(--gk-black) !important; font-family: 'Poppins', sans-serif !important; font-weight: 700 !important; text-transform: uppercase !important; font-size: 12px !important; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active { background: var(--gk-red) !important; border-color: var(--gk-red) !important; }

/* === PRODUITS (listing) - styles de base (les box-shadow/border sont dans la section categorie) === */
.product-miniature .product-title a { font-family: 'Poppins', sans-serif !important; font-weight: 600 !important; font-size: 13px !important; color: var(--gk-dark) !important; }
.product-miniature .product-title a:hover { color: var(--gk-red) !important; }
.product-price-and-shipping .price, .product-price .current-price-value, .product-price .price, .product-miniature .price {
  color: var(--gk-red) !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
}
.product-flag { background: var(--gk-red) !important; font-weight: 700 !important; text-transform: uppercase !important; }
.product-miniature .add-to-cart { background: var(--gk-black) !important; border-color: var(--gk-black) !important; color: #fff !important; }
.product-miniature .add-to-cart:hover { background: var(--gk-red) !important; border-color: var(--gk-red) !important; }

/* === FICHE PRODUIT === */
/* Titre produit */
.product-detail h1[itemprop="name"],
h1.product-detail-name {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  color: #242424 !important;
  margin-bottom: 10px !important;
}
/* Prix fiche produit */
.product-prices .current-price,
.product-prices .current-price-value {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  color: var(--gk-red) !important;
}
.product-prices .regular-price {
  font-size: 16px !important;
  text-decoration: line-through !important;
  color: #999 !important;
}
/* Description courte */
.product-description-short {
  font-size: 14px !important;
  color: #666 !important;
  line-height: 1.7 !important;
  margin-bottom: 20px !important;
}
/* Selecteur taille/variante */
.product-variants .product-variants-item {
  margin-bottom: 15px !important;
}
.product-variants .form-control-select {
  border: 2px solid #ddd !important;
  padding: 10px 15px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  min-width: 120px !important;
  background: #fff !important;
}
.product-variants .form-control-select:focus {
  border-color: var(--gk-red) !important;
  outline: none !important;
}
.product-variants .form-control-label {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  color: #242424 !important;
  margin-bottom: 8px !important;
  display: block !important;
}
/* Description produit - nettoyage format */
.product-description h2, .product-description h3 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  color: var(--gk-dark) !important;
  margin: 25px 0 10px !important;
  text-transform: uppercase !important;
}
.product-description ul {
  padding-left: 20px !important;
  margin: 10px 0 20px !important;
}
.product-description ul li {
  font-size: 14px !important;
  line-height: 1.8 !important;
  color: #555 !important;
}
.product-description { overflow-x: hidden !important; }
.product-description table {
  border-collapse: collapse !important;
  margin: 15px 0 !important;
  font-size: 13px !important;
  display: block !important;
  overflow-x: auto !important;
  max-width: 100% !important;
}
.product-description table th, .product-description table td {
  padding: 8px 12px !important;
  border: 1px solid #e5e5e5 !important;
  text-align: center !important;
}
.product-description table th {
  background: #f5f5f5 !important;
  font-weight: 600 !important;
}
/* Bouton ajouter au panier */
.product-add-to-cart .add-to-cart {
  background: var(--gk-red) !important;
  border-color: var(--gk-red) !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 14px 40px !important;
  font-size: 14px !important;
  letter-spacing: 0.5px !important;
}
.product-add-to-cart .add-to-cart:hover { background: var(--gk-red-dark) !important; border-color: var(--gk-red-dark) !important; }
/* Quantite */
.product-add-to-cart .qty input {
  border: 1px solid #ddd !important;
  height: 48px !important;
  width: 60px !important;
  text-align: center !important;
  font-size: 16px !important;
}
/* Onglets produit */
.product-tabs .nav-tabs {
  border-bottom: 2px solid #e5e5e5 !important;
  margin-bottom: 25px !important;
}
.product-tabs .nav-tabs .nav-link {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  color: var(--gk-gray) !important;
  padding: 12px 20px !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  margin-bottom: -2px !important;
}
.product-tabs .nav-tabs .nav-link.active {
  color: var(--gk-dark) !important;
  border-bottom-color: var(--gk-red) !important;
}
.product-tabs .tab-content {
  font-size: 14px !important;
  color: #666 !important;
  line-height: 1.8 !important;
}
/* Galerie images */
.product-cover img {
  width: 100% !important;
  object-fit: contain !important;
  background: #fff;
}
.product-images > li img {
  border: 1px solid #e5e5e5 !important;
  cursor: pointer;
}
.product-images > li img:hover,
.product-images > li.selected img {
  border-color: var(--gk-red) !important;
}
/* Disponibilite */
#product-availability .product-available { color: #28a745 !important; font-weight: 600 !important; }
#product-availability .product-last-items { color: #ff8c00 !important; font-weight: 600 !important; }
#product-availability .product-unavailable { color: #dc3545 !important; font-weight: 600 !important; }
/* Partage social - cacher */
.social-sharing { display: none !important; }

/* === SOUS-CATEGORIES === */
.subcategory-name a, .subcategory-name { color: var(--gk-dark) !important; font-family: 'Poppins', sans-serif !important; font-weight: 600 !important; text-transform: uppercase !important; font-size: 12px !important; }
.subcategory-name a:hover { color: var(--gk-red) !important; }

/* === SIDEBAR === */
#left-column .block-categories a { color: var(--gk-gray) !important; }
#left-column .block-categories a:hover, #left-column .block-categories .current a { color: var(--gk-red) !important; font-weight: 700 !important; }

/* === PAGINATION comme gkpro === */
nav.pagination {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 30px 40px !important;
  padding: 20px 0 !important;
  border-top: 1px solid #e5e5e5 !important;
}
nav.pagination > .col-md-4 { display: none !important; }
nav.pagination > .col-md-6 {
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.page-list {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 3px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.page-list li a,
.page-list li span {
  display: inline-block !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  color: #333 !important;
  padding: 8px 12px !important;
  min-width: 38px !important;
  text-align: center !important;
  text-decoration: none !important;
  border: none !important;
  background: transparent !important;
  transition: color 0.2s !important;
}
.page-list li a:hover {
  color: var(--gk-red) !important;
}
.page-list li.current a,
.page-list li.current span {
  background: var(--gk-red) !important;
  color: #fff !important;
  font-weight: 700 !important;
}
.page-list li a.disabled {
  pointer-events: none;
}
.page-list li a.next,
.page-list li a.previous {
  font-size: 16px !important;
  font-weight: 700 !important;
}
/* BREADCRUMB === */
.breadcrumb a { color: var(--gk-gray) !important; }
.breadcrumb a:hover { color: var(--gk-red) !important; }

/* === PANIER === */
.cart-grid { max-width: 1200px !important; margin: 0 auto !important; }
.cart-grid-body { padding: 0 20px !important; }
.cart-summary .cart-total .value { color: var(--gk-red) !important; font-family: 'Poppins', sans-serif !important; font-weight: 700 !important; }
.cart-summary .cart-total .label { font-family: 'Poppins', sans-serif !important; font-weight: 600 !important; text-transform: uppercase !important; }
/* Produit dans le panier */
.cart-item .product-line-info a { font-family: 'Poppins', sans-serif !important; font-weight: 600 !important; color: var(--gk-dark) !important; }
.cart-item .product-line-info a:hover { color: var(--gk-red) !important; }
.cart-item .product-price { color: var(--gk-red) !important; font-weight: 700 !important; }
.cart-item img { object-fit: contain !important; background: #fff; }
/* Bouton commander */
.checkout a.btn { background: var(--gk-red) !important; border-color: var(--gk-red) !important; font-family: 'Poppins', sans-serif !important; font-weight: 700 !important; text-transform: uppercase !important; }
.checkout a.btn:hover { background: var(--gk-red-dark) !important; }
/* Titre panier */
.cart-grid-body h1, #cart .h1 { font-family: 'Poppins', sans-serif !important; font-weight: 700 !important; font-size: 24px !important; text-transform: uppercase !important; }

/* === CHECKOUT === */
.checkout-step .step-title { font-family: 'Poppins', sans-serif !important; font-weight: 700 !important; font-size: 16px !important; text-transform: uppercase !important; }
.checkout-step .step-number { background: var(--gk-red) !important; color: #fff !important; }
#payment-confirmation .btn { background: var(--gk-red) !important; border-color: var(--gk-red) !important; font-family: 'Poppins', sans-serif !important; font-weight: 700 !important; }

/* === PAGE COMPTE / LOGIN === */
#authentication h1, #my-account h1, #identity h1, #history h1, #order-detail h1 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  text-transform: uppercase !important;
  color: var(--gk-dark) !important;
  text-align: center !important;
  margin-bottom: 30px !important;
}
#authentication .login-form, #authentication .register-form {
  max-width: 500px !important;
  margin: 0 auto !important;
}
#authentication .form-control {
  border: 1px solid #ddd !important;
  padding: 12px 15px !important;
  font-size: 14px !important;
}
#authentication .btn-primary,
#my-account .btn-primary {
  background: var(--gk-red) !important;
  border-color: var(--gk-red) !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 12px 30px !important;
  width: 100% !important;
}
#authentication .btn-primary:hover { background: var(--gk-red-dark) !important; }
/* Dashboard compte */
#my-account .links a {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: var(--gk-dark) !important;
  border: 1px solid #e5e5e5 !important;
  padding: 20px !important;
  text-align: center !important;
  transition: border-color 0.2s !important;
}
#my-account .links a:hover { border-color: var(--gk-red) !important; color: var(--gk-red) !important; }
#my-account .links a i { color: var(--gk-red) !important; font-size: 32px !important; display: block !important; margin-bottom: 10px !important; }
/* Bandeau dashboard revendeur - toutes les pages */
.gk-dashboard-banner {
  background: #1a1a1a;
  padding: 25px 40px;
  border-bottom: 3px solid var(--gk-red);
}
/* Supprimer l'espace entre menu et bandeau revendeur */
#wrapper:has(.gk-dashboard-banner) { padding-top: 0 !important; }
.gk-dash-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.gk-dash-col h4.gk-dash-title {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border-bottom: 2px solid var(--gk-red);
  padding-bottom: 8px !important;
  margin-bottom: 15px !important;
}
.gk-dash-col p {
  font-size: 13px;
  color: #ccc;
  margin: 0 0 6px;
  line-height: 1.5;
}
.gk-dash-col p strong {
  color: #fff;
  font-size: 12px;
}
.gk-dash-val {
  color: var(--gk-red) !important;
  font-weight: 600;
}
/* Layout compte avec sidebar */
.gk-account-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.gk-account-sidebar {
  text-align: center;
}
.gk-account-avatar {
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
  background: #f0f0f0;
}
.gk-account-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gk-account-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--gk-dark);
  margin: 0 0 5px;
}
.gk-account-client-num {
  background: #f5f5f5;
  padding: 8px 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: var(--gk-dark);
  margin: 10px 0 20px;
}
.gk-account-client-num span {
  color: var(--gk-red);
  font-weight: 700;
}
.gk-account-nav {
  border-top: 1px solid #e5e5e5;
}
.gk-nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 15px;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
  color: var(--gk-dark);
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  transition: color 0.2s;
}
.gk-nav-item:hover, .gk-nav-item.active {
  color: var(--gk-red);
  text-decoration: none;
}
.gk-nav-item i {
  font-size: 20px;
  color: #999;
}
.gk-nav-item:hover i, .gk-nav-item.active i {
  color: var(--gk-red);
}
.gk-nav-item::after {
  content: '\E315';
  font-family: 'Material Icons';
  margin-left: auto;
  font-size: 18px;
  color: #ccc;
}
.gk-nav-logout { color: #999; }
.gk-nav-logout:hover { color: var(--gk-red); }
/* Contenu principal compte */
.gk-account-content {
  min-height: 400px;
  overflow: hidden;
  min-width: 0;
}
.gk-account-content h1 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  color: var(--gk-dark) !important;
  margin-bottom: 25px !important;
  text-align: left !important;
  text-transform: none !important;
}
/* Cacher liens parasites sur page mon-compte */
#my-account #psgdpr-link, #my-account #wishlist-link, #my-account .links { display: none !important; }
/* Dashboard revendeur page mon-compte */
.gk-revendeur-dashboard { padding: 10px 0; }
.gk-dash-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
.gk-dash-card-value { font-size: 20px; }
.gk-dash-card-label { font-size: 11px; }
.gk-dash-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 25px 20px;
  background: #f8f8f8;
  border-left: 4px solid var(--gk-red);
}
.gk-dash-card-icon i {
  font-size: 36px;
  color: var(--gk-red);
}
.gk-dash-card-value {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--gk-dark);
  line-height: 1.2;
}
.gk-dash-card-label {
  display: block;
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.gk-dash-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.gk-dash-detail-block h4 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  color: var(--gk-dark) !important;
  border-bottom: 2px solid var(--gk-red) !important;
  padding-bottom: 8px !important;
  margin-bottom: 15px !important;
}
.gk-dash-table {
  width: 100%;
  font-size: 13px;
}
.gk-dash-table td {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  color: #666;
}
.gk-dash-table td.gk-val {
  text-align: right;
  font-weight: 600;
  color: var(--gk-dark);
}
/* Page Commandes & Factures */
.gk-encours-bar {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  padding: 12px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
  color: #666;
}
.gk-orders-table {
  width: 100%;
  border-collapse: collapse;
}
.gk-orders-table thead th {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--gk-dark);
  background: #f8f8f8;
  padding: 12px 15px;
  border-bottom: 2px solid #e5e5e5;
}
.gk-orders-table tbody td {
  padding: 14px 15px;
  font-size: 13px;
  color: #555;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}
.gk-orders-table tbody tr:hover { background: #fafafa; }
.gk-order-status {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.gk-order-actions {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.gk-action-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: var(--gk-dark);
  text-decoration: none;
}
.gk-action-link:hover { color: var(--gk-red); text-decoration: none; }
.gk-action-link i { font-size: 16px; }
.gk-action-pdf { color: var(--gk-red); }
.gk-no-orders {
  text-align: center;
  padding: 40px;
  color: #999;
  font-size: 14px;
}
@media (max-width: 768px) {
  .gk-dash-cards { grid-template-columns: 1fr; }
  .gk-dash-details { grid-template-columns: 1fr; }
  .gk-encours-bar { flex-direction: column; gap: 5px; }
}
/* Page historique commandes */
#history .table th {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  color: var(--gk-dark) !important;
  background: #f8f8f8 !important;
}
#history .table td { font-size: 13px !important; vertical-align: middle !important; }
#history .label, #history .badge {
  font-size: 11px !important;
  padding: 4px 10px !important;
  border-radius: 3px !important;
}
/* Formulaires compte */
#identity .form-control, #address .form-control, #addresses .form-control {
  border: 1px solid #ddd !important;
  padding: 10px 12px !important;
  font-size: 14px !important;
}
#identity .btn-primary, #address .btn-primary {
  background: var(--gk-red) !important;
  border-color: var(--gk-red) !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
/* Responsive bandeau */
@media (max-width: 768px) {
  .gk-dash-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .gk-account-links { grid-template-columns: 1fr; }
  .gk-dashboard-banner { padding: 20px 15px; }
  .gk-account-layout { grid-template-columns: 1fr; gap: 20px; }
  .gk-account-sidebar { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; text-align: left; }
  .gk-account-avatar { width: 60px; height: 60px; margin: 0; }
  .gk-account-nav { display: flex; flex-wrap: wrap; gap: 5px; width: 100%; border: none; }
  .gk-nav-item { border: 1px solid #e5e5e5; padding: 8px 12px; font-size: 12px; }
  .gk-nav-item::after { display: none; }
}
@media (max-width: 480px) {
  .gk-dash-grid { grid-template-columns: 1fr; }
}

/* === PAGES CMS === */
.page-cms h1, .page-cms .page-header h1 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  text-transform: uppercase !important;
  color: var(--gk-dark) !important;
  text-align: center !important;
  margin-bottom: 30px !important;
}
.page-cms .page-content {
  max-width: 800px !important;
  margin: 0 auto !important;
  font-size: 14px !important;
  color: #666 !important;
  line-height: 1.8 !important;
}

/* === RECHERCHE === */
#search h1, .page-search h1 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

/* === FORMULAIRES === */
.form-control:focus { border-color: var(--gk-red) !important; box-shadow: 0 0 0 .2rem rgba(179,54,47,.15) !important; }

/* === NEWSLETTER === */
.block_newsletter, .block_newsletter .row, .block_newsletter > div,
#blockEmailSubscription_displayFooterBefore {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.block_newsletter *, #block-newsletter-label { color: #fff !important; }
.block_newsletter input[type="email"] { color: var(--gk-dark) !important; background: #fff !important; border: none !important; height: 42px !important; }
.block_newsletter .btn-primary { background: var(--gk-red) !important; border-color: var(--gk-red) !important; }
.block_newsletter .btn-primary:hover { background: var(--gk-red-dark) !important; border-color: var(--gk-red-dark) !important; }

/* === FOOTER === */
.footer-container, #footer { background: var(--gk-dark) !important; color: #999 !important; }
#footer .footer-container { padding: 40px 0 20px !important; }
#footer h4, #footer .h4 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: #fff !important;
}
#footer a { color: #999 !important; }
#footer a:hover { color: #fff !important; }
#footer .footer-after { background: var(--gk-black) !important; border-top: 1px solid rgba(255,255,255,0.1) !important; }

/* === CACHER PRESTASHOP BRANDING === */
a[href*="prestashop-project.org"] { font-size: 0 !important; visibility: hidden !important; height: 0 !important; overflow: hidden !important; display: block !important; }

/* === RESPONSIVE === */
@media (max-width: 1280px) {
  #top-menu > li > a, .top-menu > li > a { font-size: 11px !important; padding: 12px 8px !important; }
}
@media (max-width: 1024px) {
  #top-menu > li > a, .top-menu > li > a { font-size: 10px !important; padding: 10px 6px !important; }
}
@media (max-width: 768px) {
  .container-fluid { padding-left: 15px !important; padding-right: 15px !important; }
  /* Mobile header */
  .header-top > .hidden-sm-down { display: none !important; }
  .gk-mobile-header { display: flex !important; }
  .header-top { padding: 0 !important; position: relative !important; }
  .header-nav { padding: 0 !important; }
  .header-nav .mobile { padding: 0 !important; }
  .header-nav .mobile * { color: #fff !important; }
  #menu-icon { display: flex !important; align-items: center !important; }
  #menu-icon i { color: #333 !important; }
  .gk-menu-bar { display: none !important; }
  .gk-icons { display: none !important; }
  /* Mobile menu dropdown */
  #mobile_top_menu_wrapper {
    background: #fff !important;
    border-top: 1px solid #e5e5e5 !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 999 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
  }
  #mobile_top_menu_wrapper ul,
  #mobile_top_menu_wrapper .top-menu,
  #mobile_top_menu_wrapper #top-menu {
    display: block !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  #mobile_top_menu_wrapper li,
  #mobile_top_menu_wrapper .top-menu > li,
  #mobile_top_menu_wrapper #top-menu > li {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    border-bottom: 1px solid #f0f0f0 !important;
    float: none !important;
    flex: none !important;
    position: relative !important;
  }
  #mobile_top_menu_wrapper li > a,
  #mobile_top_menu_wrapper .top-menu li > a {
    display: block !important;
    padding: 14px 20px !important;
    font-family: Poppins, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #333 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    letter-spacing: 0.5px !important;
    white-space: normal !important;
    background: #fff !important;
    text-align: left !important;
  }
  #mobile_top_menu_wrapper li > a:active { background: #f5f5f5 !important; }
  /* Collapse icons (+ / -) */
  #mobile_top_menu_wrapper .collapse-icons {
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 2 !important;
    padding: 10px !important;
    cursor: pointer !important;
  }
  #mobile_top_menu_wrapper .collapse-icons i { font-size: 20px !important; color: #999 !important; }
  #mobile_top_menu_wrapper .float-xs-right { position: absolute !important; right: 0 !important; top: 0 !important; bottom: 0 !important; display: flex !important; align-items: center !important; padding-right: 15px !important; }
  /* Sous-menus collapses par defaut - laisser Bootstrap gerer le toggle */
  #mobile_top_menu_wrapper .sub-menu,
  #mobile_top_menu_wrapper .popover {
    position: static !important;
    box-shadow: none !important;
    border: none !important;
    width: 100% !important;
    background: #f5f5f5 !important;
    z-index: 10 !important;
  }
  #mobile_top_menu_wrapper .sub-menu li { border-bottom-color: #eee !important; background: #f5f5f5 !important; }
  #mobile_top_menu_wrapper .sub-menu li a {
    padding: 12px 20px 12px 35px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #555 !important;
    text-transform: none !important;
    background: #f5f5f5 !important;
  }
  #mobile_top_menu_wrapper .js-top-menu-bottom { display: none !important; }
  #mobile_top_menu_wrapper .row { margin: 0 !important; padding: 0 !important; }
  .gk-wrapper { padding: 0 15px !important; }
  .gk-section .container { padding: 0 15px !important; }
  #carousel img, .carousel-item img { min-height: 180px !important; object-position: 70% center !important; }
  /* Page categorie mobile */
  #products .products, .products.row { grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; }
  .product-miniature .thumbnail-container img,
  .product-miniature .product-thumbnail img { height: 180px !important; padding: 10px !important; }
  .product-miniature .product-description { padding: 10px !important; }
  #category .block-category h1,
  .page-category .block-category h1 { font-size: 24px !important; }
  #category .block-category { padding: 40px 15px !important; }
  /* Fiche produit mobile */
  .product-prices .current-price-value { font-size: 20px !important; }
  .product-add-to-cart .add-to-cart { width: 100% !important; padding: 12px 20px !important; }
  /* Newsletter mobile */
  .gk-newsletter form input[type=email],
  .gk-newsletter form input[type=text] { max-width: 100% !important; }
  .gk-newsletter h4 { font-size: 18px !important; }
}

/* ===== PRIX GK - Miniatures catalogue ===== */
.gk-mini-prices {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 5px;
}
.gk-mini-prices .gk-price-public {
  font-size: 12px;
  color: #666;
}
.gk-mini-prices .gk-price-public strong {
  font-weight: 600;
  color: #333;
}
.gk-mini-prices .gk-price-revendeur {
  font-size: 14px;
  color: var(--gk-red, #b43933);
  font-weight: 700;
}
.gk-mini-prices .gk-price-revendeur strong {
  font-family: 'Poppins', sans-serif;
}
.gk-catalog-login-price {
  text-align: center;
  padding: 8px 0;
}
.gk-catalog-login-price a {
  color: var(--gk-red, #b43933) !important;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none !important;
}
.gk-catalog-login-price a:hover {
  text-decoration: underline !important;
}
/* ===== PRIX GK - Fiche produit ===== */
.gk-prices {
  margin-bottom: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.gk-price-public {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-bottom: 4px;
}
.gk-price-revendeur {
  font-size: 15px;
  color: var(--gk-red, #b43933);
  margin-bottom: 4px;
}
.gk-price-final {
  font-size: 16px;
  color: var(--gk-red, #b43933);
  font-weight: 700;
}
.gk-price-final strong {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
}
.gk-prices-login { margin-bottom: 15px; }
.gk-btn-login-price {
  display: inline-block;
  background: var(--gk-red, #b43933);
  color: #fff !important;
  padding: 12px 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none !important;
  transition: background 0.2s;
}
.gk-btn-login-price:hover { background: #8c2b27; }

/* ===== Page Marques ===== */
#manufacturer h1 { font-family: 'Poppins', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 24px; margin-bottom: 20px; }
#manufacturer .brand-miniature { border: 1px solid #e5e5e5; padding: 20px; text-align: center; transition: box-shadow 0.2s; }
#manufacturer .brand-miniature:hover { box-shadow: 0 2px 12px rgba(0,0,0,0.1); }
#manufacturer .brand-miniature img { max-height: 80px; margin-bottom: 10px; }
#manufacturer .brand-miniature .brand-infos h3 { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px; }

/* ===== Masquer les badges promo B2B ===== */
.product-flag.discount,
.discount-percentage,
.discount-amount,
.product-discount,
.regular-price,
.has-discount .discount {
  display: none !important;
}

/* ===== Recherche AJAX dropdown ===== */
.gk-sr-item{display:flex;align-items:center;padding:10px 15px;border-bottom:1px solid #f0f0f0;text-decoration:none !important;color:#333 !important;transition:background 0.1s;}
.gk-sr-item:hover{background:#f8f8f8;}
.gk-sr-img{width:50px;height:50px;object-fit:contain;flex-shrink:0;margin-right:12px;background:#fafafa;}
.gk-sr-info{flex:1;min-width:0;}
.gk-sr-name{font-size:13px;font-weight:600;line-height:1.3;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.gk-sr-ref{font-size:11px;color:#999;}
.gk-sr-price{font-size:13px;font-weight:700;color:var(--gk-red, #b43933);flex-shrink:0;margin-left:10px;white-space:nowrap;}
.gk-sr-footer{padding:10px 15px;text-align:center;background:#f8f8f8;border-top:1px solid #e5e5e5;}
.gk-sr-footer a{color:var(--gk-red, #b43933) !important;font-weight:600;font-size:13px;text-decoration:none !important;}
.gk-sr-empty{padding:20px;text-align:center;color:#999;font-size:14px;}
.gk-sr-loading{padding:15px;text-align:center;color:#999;font-size:13px;}

/* Fix dropdown recherche au-dessus de tout */
.header-top { position: relative; z-index: 1000; }
.gk-search-zone { position: relative; z-index: 1001; }
.gk-dashboard-banner { position: relative; z-index: 100; }
.gk-menu-bar { position: relative; z-index: 500; }
.gk-sr-item:first-child { border-top: 2px solid var(--gk-red, #b43933); }

/* Force header au-dessus du menu et du bandeau */
.header-top { position: relative; z-index: 100000 !important; }
.gk-menu-bar { position: relative; z-index: 1 !important; }
.gk-dashboard-banner { position: relative; z-index: 1 !important; }

/* Fix overflow pour le dropdown recherche */
.header-top,
.header-top > .hidden-sm-down,
#header {
  overflow: visible !important;
}

/* Force tous les parents du dropdown a overflow visible */
.header-top,
.header-top > .hidden-sm-down,
#header,
header,
main {
  overflow: visible !important;
}
.gk-search-zone {
  overflow: visible !important;
  height: 44px !important;
  align-self: center !important;
}

.gk-thumb-hover .gk-thumb-primary,
.gk-thumb-hover .gk-thumb-secondary {
  width: 100%;
  height: auto;
  transition: opacity 0.4s ease, transform 0.4s ease;
  display: block;
}
.gk-thumb-hover .gk-thumb-secondary {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product-miniature:hover .gk-thumb-hover .gk-thumb-primary {
  opacity: 0;
  transform: scale(1.05);
}
.product-miniature:hover .gk-thumb-hover .gk-thumb-secondary {
  opacity: 1;
  transform: scale(1.05);
}
.product-miniature:hover .gk-thumb-hover:not(:has(.gk-thumb-secondary)) .gk-thumb-primary {
  opacity: 1;
  transform: scale(1.05);
}
.product-miniature {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.product-miniature:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}


/* Miniatures - zoom au survol */
.gk-thumb-hover { overflow: hidden; display: block; }
.gk-thumb-hover img, .gk-thumb-hover .gk-thumb-primary { transition: transform 0.4s ease; display: block; }
.product-miniature:hover .gk-thumb-hover img { transform: scale(1.08); }
.product-miniature { transition: box-shadow 0.2s ease; }
.product-miniature:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.1); }

/* Page Marques */
#manufacturer .brand {
  text-align: center;
  padding: 30px 20px;
  border: 1px solid #e5e5e5;
  background: #fff;
  transition: box-shadow 0.2s, transform 0.2s;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#manufacturer .brand:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}
#manufacturer .brand img { max-height: 80px; margin-bottom: 10px; object-fit: contain; }
#manufacturer .brand-img-container { min-height: 0; }
#manufacturer .brand img[alt]:not([src]),
#manufacturer .brand img[src=""],
#manufacturer .brand picture:empty { display: none !important; }
#manufacturer .brand-infos,
#manufacturer .brand h3,
#manufacturer .brand .h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.3;
}
#manufacturer .brand-infos a,
#manufacturer .brand a h3 {
  color: #1a1a1a !important;
  text-decoration: none !important;
}
#manufacturer .brand:hover .brand-infos,
#manufacturer .brand:hover h3 {
  color: var(--gk-red, #b43933) !important;
}
#manufacturer .brand-products { display: none; }


@media (max-width: 500px) {
  .gk-toolbar-center {
    display: none !important;
  }
}


/* Toolbar categorie responsive mobile */
@media (max-width: 991px) {
  .gk-toolbar {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    padding: 8px 10px !important;
    align-items: center;
    justify-content: space-between;
  }
  .gk-toolbar-left {
    display: flex;
    flex: 0 0 auto;
    gap: 4px !important;
  }
  .gk-toolbar-center { display: none !important; }
  .gk-toolbar-right {
    display: flex;
    flex: 0 1 auto;
    max-width: 180px;
    min-width: 0;
  }
  .gk-toolbar-right .gk-sort-label { display: none !important; }
  .gk-btn-filter,
  .gk-btn-reset {
    padding: 7px 10px !important;
    font-size: 11px !important;
    white-space: nowrap;
  }
  .gk-toolbar .products-sort-order {
    position: relative !important;
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .gk-toolbar .products-sort-order .select-title {
    padding: 7px 24px 7px 10px !important;
    font-size: 12px !important;
    border: 1px solid #ccc !important;
    background: #fff !important;
    width: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
  }
  .gk-toolbar .products-sort-order .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    min-width: 200px;
  }
  .gk-toolbar .sort-by,
  .gk-toolbar .col-xs-8,
  .gk-toolbar .col-sm-7,
  .gk-toolbar .col-md-5,
  .gk-toolbar .col-md-9 {
    padding: 0 !important;
    margin: 0 !important;
  }
}
