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

/**
 * Poeles & Accessoires - Theme V4 / Phase 1
 * Header + category refactor.
 * Product-page rules are preserved below from the validated V2 implementation.
 */
:root {
  --pa-orange: #EA7701;
  --pa-red: #d91616;
  --pa-green: #46a936;
  --pa-ink: #181818;
  --pa-text: #292929;
  --pa-muted: #727272;
  --pa-line: #e7e7e4;
  --pa-soft: #f6f6f4;
  --pa-container: 1320px;
  --pa-radius: 6px;
}

/* Global typography: readable, modern and consistent across the shop. */
html,
body,
button,
input,
select,
textarea {
  font-family: 'Manrope', Arial, sans-serif !important;
}

body {
  font-size: 16px;
  line-height: 1.5;
  color: var(--pa-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================
   POELES & ACCESSOIRES - HEADER V5
   Refonte profonde d'après la nouvelle maquette
   Creative Elements + ETS Mega Menu
   ========================================================== */

#header {
  margin-bottom: 0 !important;
  border: 0 !important;
  background: #fff !important;
  box-shadow: 0 2px 12px rgba(20, 20, 20, .06) !important;
}

/* ==========================================================
   TOP BAR
   ========================================================== */

#header .elementor-element-54267b1e {
  min-height: 36px !important;
  background: #f3f3f1 !important;
  border-bottom: 1px solid #e5e4df !important;
  color: #333 !important;
}

#header .elementor-element-54267b1e > .elementor-container {
  width: calc(100% - 36px) !important;
  max-width: var(--pa-container) !important;
  min-height: 36px !important;
  margin: 0 auto !important;
}

#header .elementor-element-54267b1e .elementor-row {
  width: 100% !important;
  align-items: center !important;
}

#header .elementor-element-54267b1e .elementor-column-wrap,
#header .elementor-element-54267b1e .elementor-widget-wrap,
#header .elementor-element-54267b1e .elementor-widget-container,
#header .elementor-element-54267b1e .elementor-icon-box-wrapper {
  min-height: 36px !important;
}

#header .elementor-element-54267b1e .elementor-icon-box-wrapper,
#header .elementor-element-54267b1e .elementor-item {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  color: #343432 !important;
}

#header .elementor-element-54267b1e .elementor-icon,
#header .elementor-element-54267b1e .elementor-icon i,
#header .elementor-element-54267b1e .elementor-icon svg,
#header .elementor-element-54267b1e .elementor-item i,
#header .elementor-element-54267b1e .elementor-item svg {
  color: var(--pa-orange) !important;
  fill: currentColor !important;
}

#header .elementor-element-54267b1e .elementor-icon-box-description,
#header .elementor-element-54267b1e .elementor-item,
#header .elementor-element-54267b1e .elementor-item span {
  margin: 0 !important;
  color: #343432 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

#header .elementor-element-54267b1e i {
  font-size: 13px !important;
}

#header .elementor-element-54267b1e svg {
  width: 15px !important;
  height: 15px !important;
}

/* La première colonne est vide dans le HTML fourni */
#header .elementor-element-a14518a {
  display: none !important;
}

/* Répartition propre des 3 blocs restants */
#header .elementor-element-7346855,
#header .elementor-element-9f05b24,
#header .elementor-element-25101213 {
  width: 33.3333% !important;
}

#header .elementor-element-7346855 .elementor-widget-wrap {
  justify-content: flex-start !important;
}

#header .elementor-element-9f05b24 .elementor-widget-wrap {
  justify-content: center !important;
}

#header .elementor-element-25101213 .elementor-widget-wrap {
  justify-content: flex-end !important;
}

/* ==========================================================
   MAIN HEADER
   ========================================================== */

#header .elementor-element-10c515f6 {
  min-height: 92px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#header .elementor-element-10c515f6 > .elementor-container {
  width: calc(100% - 36px) !important;
  max-width: var(--pa-container) !important;
  min-height: 92px !important;
  margin: 0 auto !important;
}

#header .elementor-element-10c515f6 .elementor-row {
  width: 100% !important;
  align-items: center !important;
}

#header .elementor-element-4612dbad {
  width: 25% !important;
}

#header .elementor-element-32fd9f {
  width: 50% !important;
}

#header .elementor-element-acd8843 {
  width: 25% !important;
}

/* Logo */
#header .elementor-element-815f28a .elementor-widget-container {
  display: flex !important;
  align-items: center !important;
}

#header .elementor-element-815f28a img {
  width: 178px !important;
  height: auto !important;
  max-width: 178px !important;
}

/* ==========================================================
   SEARCH
   ========================================================== */

#header .elementor-element-7c6d3572 {
  width: 100% !important;
}

#header .elementor-element-7c6d3572 .elementor-widget-container {
  width: 100% !important;
}

#header .elementor-element-7c6d3572 .elementor-search {
  width: 100% !important;
  max-width: 540px !important;
  margin: 0 auto !important;
}

#header .elementor-element-7c6d3572 .elementor-search__container {
  position: relative !important;
  min-height: 46px !important;
  overflow: hidden !important;
  border: 1px solid #dddcd7 !important;
  border-radius: 3px !important;
  background: #fff !important;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .035) !important;
}

#header .elementor-element-7c6d3572 .elementor-search__input {
  width: 100% !important;
  min-height: 46px !important;
  padding: 0 58px 0 16px !important;
  border: 0 !important;
  background: transparent !important;
  color: #30302e !important;
  font-size: 12px !important;
}

#header .elementor-element-7c6d3572 .elementor-search__input::placeholder {
  color: #9d9d98 !important;
}

/* Icone loupe à droite sur fond orange */
#header .elementor-element-7c6d3572
.elementor-search__container > .elementor-search__icon:first-child {
  position: absolute !important;
  z-index: 4 !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 50px !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: var(--pa-orange) !important;
  color: #fff !important;
  pointer-events: none !important;
}

#header .elementor-element-7c6d3572
.elementor-search__container > .elementor-search__icon:first-child svg {
  width: 17px !important;
  height: 17px !important;
  color: #fff !important;
  fill: currentColor !important;
}

#header .elementor-element-7c6d3572 .elementor-search__clear {
  display: none !important;
}

/* ==========================================================
   ACCOUNT / WISHLIST / CART
   ========================================================== */

#header .elementor-element-acd8843 .elementor-widget-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
}

#header .elementor-element-acd8843 .elementor-widget {
  margin: 0 !important;
}

#header .elementor-element-1f59b5f .elementor-item,
#header .elementor-element-55cfa490 .elementor-icon,
#header .elementor-element-2696e67c .elementor-cart__toggle .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  border: 1px solid transparent !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #242421 !important;
  box-shadow: none !important;
  transition:
    color .16s ease,
    background .16s ease,
    border-color .16s ease,
    transform .16s ease !important;
}

#header .elementor-element-1f59b5f i,
#header .elementor-element-55cfa490 i,
#header .elementor-element-2696e67c .elementor-button-icon i {
  color: inherit !important;
  font-size: 23px !important;
}

#header .elementor-element-1f59b5f .elementor-item:hover,
#header .elementor-element-55cfa490 .elementor-icon:hover,
#header .elementor-element-2696e67c .elementor-cart__toggle .elementor-button:hover {
  transform: translateY(-1px);
  border-color: #ffdfbf !important;
  background: #fff4e9 !important;
  color: var(--pa-orange) !important;
}

#header .elementor-element-2696e67c
.elementor-cart__toggle .elementor-button-text {
  display: none !important;
}

/* Badge panier */
#header .elementor-cart__toggle .elementor-button-icon::after,
#header .elementor-cart__toggle .elementor-button-icon[data-counter]::after {
  background: var(--pa-orange) !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  font-size: 9px !important;
  font-weight: 700 !important;
}

/* ==========================================================
   NAVIGATION ORANGE PLEINE LARGEUR
   ========================================================== */

@media (min-width: 992px) {

  #header .elementor-element-7672bcf,
  #header .elementor-element-7672bcf > .elementor-container,
  #header .elementor-element-7672bcf .elementor-row,
  #header .elementor-element-0b4e3b6,
  #header .elementor-element-0b4e3b6 > .elementor-column-wrap,
  #header .elementor-element-0b4e3b6 .elementor-widget-wrap,
  #header .elementor-element-0b4e3b6 .elementor-widget-container,
  #header .ets_mm_megamenu,
  #header .ets_mm_megamenu_content,
  #header .ets_mm_megamenu_content_content {
    width: 100% !important;
    max-width: none !important;
    background: var(--pa-orange) !important;
  }

  #header .elementor-element-7672bcf {
    border: 0 !important;
    background: var(--pa-orange) !important;
    box-shadow: 0 3px 8px rgba(145, 69, 0, .16) !important;
  }

  /* Container interne uniquement pour aligner les liens */
  #header .ets_mm_megamenu_content > .container {
    width: calc(100% - 36px) !important;
    max-width: var(--pa-container) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
  }

  #header .ets_mm_megamenu .mm-menu-toggle,
  #header .ets_mm_megamenu .close_menu {
    display: none !important;
  }

  #header .ets_mm_megamenu ul.mm_menus_ul {
    display: flex !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--pa-orange) !important;
  }

  #header .ets_mm_megamenu ul.mm_menus_ul > li.mm_menus_li {
    position: static !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  #header .ets_mm_megamenu
  ul.mm_menus_ul > li.mm_menus_li > a.ets_mm_url {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 50px !important;
    padding: 0 px !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    transition:
      background .15s ease,
      color .15s ease !important;
  }

  #header .ets_mm_megamenu
  ul.mm_menus_ul > li.mm_menus_li:hover > a.ets_mm_url,
  #header .ets_mm_megamenu
  ul.mm_menus_ul > li.mm_menus_li.active > a.ets_mm_url,
  #header .ets_mm_megamenu
  ul.mm_menus_ul > li.mm_menus_li > a.ets_mm_url:focus-visible {
    background: #dc6d00 !important;
    color: #fff !important;
  }

  #header .ets_mm_megamenu
  ul.mm_menus_ul > li.mm_menus_li > a.ets_mm_url::after {
    display: none !important;
  }

  #header .ets_mm_megamenu .mm_menu_content_title {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    color: inherit !important;
  }

  /* Petite flèche blanche */
  #header .ets_mm_megamenu
  .mm_menu_content_title > .mm_arrow {
    position: relative !important;
    top: -1px !important;
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    margin-left: 2px !important;
    border: 0 !important;
    border-right: 1.5px solid currentColor !important;
    border-bottom: 1.5px solid currentColor !important;
    transform: rotate(45deg) !important;
  }

  #header .ets_mm_megamenu
  ul.mm_menus_ul > li.mm_menus_li > span.arrow {
    display: none !important;
  }

  /* ========================================================
     MEGA MENU DROPDOWNS
     ======================================================== */

  #header .ets_mm_megamenu .mm_columns_ul {
    z-index: 1000 !important;
    margin-top: 0 !important;
    padding: 24px !important;
    border: 1px solid #e5e3dc !important;
    border-top: 3px solid #dc6d00 !important;
    background: #fff !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .14) !important;
  }

  #header .ets_mm_megamenu .mm_blocks_ul {
    background: #fff !important;
  }

  #header .ets_mm_megamenu .ets_mm_block {
    background: #fff !important;
  }

  #header .ets_mm_megamenu .ets_mm_block_type_html strong {
    color: #1f1f1d !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
  }

  #header .ets_mm_megamenu
  .ets_mm_categories > li > a.ets_mm_url:hover {
    color: var(--pa-orange) !important;
  }

  #header .ets_mm_megamenu .mm_img_content img {
    border-radius: 5px !important;
  }
}

/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 991.98px) {

  #header .elementor-element-54267b1e {
    min-height: 30px !important;
  }

  #header .elementor-element-54267b1e > .elementor-container {
    min-height: 30px !important;
  }

  #header .elementor-element-a14518a,
  #header .elementor-element-7346855 {
    display: none !important;
  }

  #header .elementor-element-9f05b24,
  #header .elementor-element-25101213 {
    width: 50% !important;
  }

  #header .elementor-element-9f05b24 .elementor-widget-wrap {
    justify-content: flex-start !important;
  }

  #header .elementor-element-25101213 .elementor-widget-wrap {
    justify-content: flex-end !important;
  }

  #header .elementor-element-10c515f6 {
    min-height: 70px !important;
  }

  #header .elementor-element-10c515f6 > .elementor-container {
    min-height: 70px !important;
  }

  #header .elementor-element-4612dbad {
    width: 45% !important;
  }

  #header .elementor-element-acd8843 {
    width: 55% !important;
  }

  #header .elementor-element-815f28a img {
    width: 138px !important;
    max-width: 138px !important;
  }

  #header .ets_mm_megamenu {
    border: 0 !important;
    background: var(--pa-orange) !important;
	margin-top: 0px;
  }

  #header .ets_mm_megamenu .mm-menu-toggle {
    min-height: 48px !important;
    padding: 0 16px !important;
    background: var(--pa-orange) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
  }

  #header .ets_mm_megamenu .mm-menu-toggle .icon-bar {
    background: #fff !important;
  }

  #header .ets_mm_megamenu ul.mm_menus_ul {
    background: #fff !important;
  }

  #header .ets_mm_megamenu
  ul.mm_menus_ul > li.mm_menus_li > a.ets_mm_url {
    color: #252522 !important;
  }
}

/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767.98px) {

  #header .elementor-element-54267b1e {
    display: none !important;
  }

  #header .elementor-element-10c515f6 {
    min-height: 64px !important;
  }

  #header .elementor-element-10c515f6 > .elementor-container {
    width: calc(100% - 20px) !important;
    min-height: 64px !important;
  }

  #header .elementor-element-4612dbad {
    width: 48% !important;
  }

  #header .elementor-element-acd8843 {
    width: 52% !important;
  }

  #header .elementor-element-815f28a img {
    width: 126px !important;
    max-width: 126px !important;
  }

  #header .elementor-element-acd8843 .elementor-widget-wrap {
    gap: 3px !important;
  }

  #header .elementor-element-1f59b5f .elementor-item,
  #header .elementor-element-55cfa490 .elementor-icon,
  #header .elementor-element-2696e67c .elementor-cart__toggle .elementor-button {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
  }

  #header .elementor-element-1f59b5f i,
  #header .elementor-element-55cfa490 i,
  #header .elementor-element-2696e67c .elementor-button-icon i {
    font-size: 21px !important;
  }

  #header .ets_mm_megamenu .mm-menu-toggle {
    min-height: 46px !important;
  }
}


/* ==========================================================
   POELES & ACCESSOIRES - CATEGORY V6 PREMIUM
   Scope: body#category only
   Goal: premium specialist catalogue, wider layout, stronger
   hierarchy, richer cards and filters, without touching
   PrestaShop/ps_facetedsearch business logic.
   ========================================================== */

#category {
  --pa-cat-bg: #f4f3ef;
  --pa-cat-surface: #ffffff;
  --pa-cat-surface-soft: #f8f7f4;
  --pa-cat-ink: #1d1d1b;
  --pa-cat-muted: #6f716f;
  --pa-cat-line: #e3e2dd;
  --pa-cat-orange: #f57900;
  --pa-cat-orange-dark: #d96800;
  --pa-cat-red: #d91616;
  --pa-cat-green: #3e9c3e;
  --pa-cat-radius: 10px;
}

#category #wrapper {
  background: var(--pa-cat-bg);
}

#category #left-column,
#category #right-column {
  display: none !important;
}

#category #content-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  padding: 0 18px 40px !important;
}

#category #wrapper > .container {
  width: calc(100% - 28px) !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
}

#category .breadcrumb {
  margin: 18px 0 14px !important;
  color: #7c7c78;
  font-size: 13px !important;
  line-height: 1.45;
  display: none;
}

#category .breadcrumb a {
  color: #5f605d;
}

#category .pa-catalog-page {
  color: var(--pa-cat-ink);
}

/* ---------- Hero ---------- */
#category .pa-category-header {
  margin: 0;
}

#category .pa-category-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 310px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  background: #26231f;
}

#category .pa-category-hero__media,
#category .pa-category-hero__overlay {
  position: absolute;
  inset: 0;
}

#category .pa-category-hero__media picture,
#category .pa-category-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
}

#category .pa-category-hero__media img {
  object-fit: cover;
  object-position: center;
  transform: scale(1.002);
}

#category .pa-category-hero__overlay {
  background:
    linear-gradient(
      90deg,
      rgba(12,12,11,.92) 0%,
      rgba(12,12,11,.82) 24%,
      rgba(12,12,11,.58) 44%,
      rgba(12,12,11,.18) 69%,
      rgba(12,12,11,.04) 100%
    );
}

#category .pa-category-hero__content {
  position: relative;
  z-index: 2;
  width: min(610px, 58%);
  padding: 42px 48px;
  color: #fff;
}

#category .pa-category-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px;
  color: #ff9a3a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

#category .pa-category-hero__eyebrow::before {
  content: '';
  width: 28px;
  height: 2px;
  border-radius: 10px;
  background: currentColor;
}

#category .pa-category-hero__title {
  max-width: 620px;
  margin: 0 0 14px !important;
  color: #fff !important;
  font-size: clamp(38px, 3.2vw, 50px) !important;
  font-weight: 800 !important;
  line-height: 1.02 !important;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

#category .pa-category-hero__description,
#category .pa-category-hero__description p {
  max-width: 560px;
  margin: 0 !important;
  color: rgba(255,255,255,.95) !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

#category .pa-category-hero__description > *:not(:first-child) {
  display: none;
}

#category .pa-category-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 18px;
  color: rgba(255,255,255,.86);
  font-size: 12px;
  font-weight: 600;
}

#category .pa-category-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

#category .pa-category-hero__meta .material-icons {
  color: #ff9a3a;
  font-size: 17px;
}

/* ---------- Benefits ---------- */
#category .pa-category-benefits {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0,1fr));
  margin: 0 0 20px !important;
  border: 1px solid var(--pa-cat-line);
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: var(--pa-cat-surface);
  box-shadow: 0 8px 24px rgba(28,28,25,.035);
}

#category .pa-category-benefit {
  display: grid !important;
  grid-template-columns: 42px minmax(0,1fr);
  align-items: center;
  gap: 12px;
  min-height: 86px;
  padding: 14px 18px;
  border-right: 1px solid #ecebe7;
}

#category .pa-category-benefit:last-child {
  border-right: 0;
}

#category .pa-category-benefit__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px !important;
  height: 42px !important;
  border-radius: 50%;
  background: #fff4e9;
  color: var(--pa-cat-orange);
}

#category .pa-category-benefit__icon svg {
  width: 24px !important;
  height: 24px !important;
}

#category .pa-category-benefit strong {
  display: block;
  color: #20201e;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.15;
  text-transform: uppercase;
}

#category .pa-category-benefit small {
  display: block;
  margin-top: 4px;
  color: #747571;
  font-size: 12px !important;
  line-height: 1.35;
}

/* ---------- Subcategory rail ---------- */
#category .pa-subcategories-wrap {
  margin: 0 0 18px !important;
}

#category .pa-subcategories {
  padding: 18px !important;
  border: 1px solid var(--pa-cat-line) !important;
  border-radius: var(--pa-cat-radius) !important;
  background: var(--pa-cat-surface) !important;
  box-shadow: 0 6px 20px rgba(28,28,25,.025);
}

#category .pa-subcategories__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 14px !important;
}

#category .pa-subcategories__title {
  margin: 0 !important;
  color: var(--pa-cat-ink);
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.2;
  text-transform: none;
}

#category .pa-subcategories__subtitle {
  margin: 4px 0 0;
  color: var(--pa-cat-muted);
  font-size: 13px;
  line-height: 1.4;
}

#category .pa-subcategories__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

#category .pa-subcategory-card {
  min-width: 0;
  width: auto;
}

#category .pa-subcategory-card__link {
  display: grid !important;
  grid-template-columns: 82px minmax(0,1fr) 20px;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 8px 12px 8px 8px;
  overflow: hidden;
  border: 1px solid #e5e4df;
  border-radius: 8px;
  background: #fbfbf9;
  color: #2a2a28;
  text-decoration: none !important;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

#category .pa-subcategory-card__link:hover {
  transform: translateY(-2px);
  border-color: #d9d7d0;
  background: #fff;
  box-shadow: 0 8px 18px rgba(29,29,27,.07);
}

#category .pa-subcategory-card__media {
  display: block !important;
  width: 82px;
  height: 62px;
  overflow: hidden;
  border-radius: 6px;
  background: #eeede8;
}

#category .pa-subcategory-card__media img,
#category .pa-subcategory-card__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

#category .pa-subcategory-card__media img {
  object-fit: cover;
  object-position: center;
}

#category .pa-subcategory-card__body {
  min-width: 0;
  padding: 0 !important;
}

#category .pa-subcategory-card__name {
  display: block;
  color: inherit;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.3;
}

#category .pa-subcategory-card__hint {
  display: block;
  margin-top: 4px;
  color: #82827f;
  font-size: 11px;
  line-height: 1.3;
}

#category .pa-subcategory-card__arrow {
  color: var(--pa-cat-orange);
  font-size: 18px;
}

/* ---------- Toolbar ---------- */
#category .pa-products-toolbar {
  display: grid;
  grid-template-columns: minmax(260px,1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 72px;
  margin: 0 0 12px;
  padding: 12px 16px;
  border: 1px solid var(--pa-cat-line);
  border-radius: var(--pa-cat-radius);
  background: var(--pa-cat-surface);
}

#category .pa-products-toolbar__main {
  min-width: 0;
}

#category .pa-products-toolbar__title {
  margin: 0;
  color: #20201e;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

#category .pa-products-toolbar__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
  color: var(--pa-cat-muted);
  font-size: 12px;
}

#category .pa-filter-toggle {
  display: none;
}

#category .pa-products-toolbar__clear a,
#category .pa-clear-label {
  color: #6d6d69;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#category .pa-products-toolbar__sort {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

#category .pa-products-toolbar__sort .sort-by {
  width: auto;
  padding: 0;
  color: #686965;
  font-size: 13px;
}

#category .pa-products-toolbar__sort .products-sort-order {
  width: 170px;
}

#category .pa-products-toolbar__sort .select-title {
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #dcdad4;
  border-radius: 7px;
  background: #fff;
  color: #252522;
  font-size: 13px;
  box-shadow: none;
}

/* ---------- Layout ---------- */
#category .pa-catalog-layout {
  display: grid;
  grid-template-columns: 248px minmax(0,1fr);
  align-items: start;
  gap: 16px;
}

#category .pa-catalog-products,
#category .pa-product-list {
  min-width: 0;
}

#category .pa-catalog-products--full {
  grid-column: 1 / -1;
}


/* Price slider */
#category .faceted-slider {
  display: block !important;
  width: 100%;
}

#category .faceted-slider p[id^='facet_label_'] {
  margin: 0 0 10px !important;
  color: #5e5f5b !important;
  font-size: 12px !important;
}

#category [id^='slider-range_'].ui-slider {
  position: relative !important;
  display: block !important;
  width: calc(100% - 10px) !important;
  height: 4px !important;
  margin: 13px 5px 7px !important;
  border: 0 !important;
  border-radius: 99px !important;
  background: #d9d8d2 !important;
}

#category [id^='slider-range_'].ui-slider .ui-slider-range {
  height: 100% !important;
  background: var(--pa-cat-orange) !important;
}

#category [id^='slider-range_'].ui-slider .ui-slider-handle {
  top: 50% !important;
  width: 14px !important;
  height: 14px !important;
  margin-top: -7px !important;
  margin-left: -7px !important;
  border: 2px solid var(--pa-cat-orange) !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: 0 2px 5px rgba(0,0,0,.08) !important;
}

#category .pa-native-range {
  position: relative;
  width: 100%;
  height: 28px;
}

#category .pa-native-range::before {
  content: '';
  position: absolute;
  top: 12px;
  right: 5px;
  left: 5px;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(
    to right,
    #d9d8d2 0,
    #d9d8d2 var(--pa-range-start,0%),
    var(--pa-cat-orange) var(--pa-range-start,0%),
    var(--pa-cat-orange) var(--pa-range-end,100%),
    #d9d8d2 var(--pa-range-end,100%),
    #d9d8d2 100%
  );
}

#category .pa-native-range input[type='range'] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 28px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  pointer-events: none;
}

#category .pa-native-range input[type='range']::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
}

#category .pa-native-range input[type='range']::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  margin-top: -5px;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid var(--pa-cat-orange);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,.08);
  pointer-events: auto;
}

#category .pa-native-range input[type='range']::-moz-range-track {
  height: 4px;
  background: transparent;
}

#category .pa-native-range input[type='range']::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: 2px solid var(--pa-cat-orange);
  border-radius: 50%;
  background: #fff;
  pointer-events: auto;
}

/* Active filters */
#category .pa-active-filters .active_filters {
  margin: 0 0 10px !important;
  padding: 9px 11px !important;
  border: 1px solid var(--pa-cat-line) !important;
  border-radius: 8px;
  background: #fff !important;
}

#category .pa-active-filters .filter-block {
  padding: 5px 9px !important;
  border-radius: 16px !important;
  background: #efeee9 !important;
  font-size: 11px !important;
}

/* ---------- Product cards ---------- */
#category .pa-product-list .products.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px !important;
}

#category .pa-product-list .products > .product {
  display: flex;
  padding: 0 7px !important;
  margin-bottom: 14px !important;
}

#category .pa-product-card {
  width: 100%;
  height: 100%;
}

#category .pa-product-card__container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgb(31 31 28 / 9%);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(31,31,28,.035);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

#category .pa-product-card:hover .pa-product-card__container {
  transform: translateY(-4px);
  border-color: #d5d3cc;
  box-shadow: 0 14px 28px rgba(31,31,28,.10);
}

#category .pa-product-card__media {
  position: relative;
  height: 290px;
  overflow: hidden;
  background: white;
}

#category .pa-product-card__image,
#category .pa-product-card__image picture,
#category .pa-product-card__image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

#category .pa-product-card__image img {
  object-fit: contain !important;
  object-position: center !important;
  padding: 16px;
  transition: transform .24s ease;
}

#category .pa-product-card:hover .pa-product-card__image img {
  transform: scale(1.035);
}

#category .pa-product-card .product-flags {
  position: absolute !important;
  z-index: 4;
  top: 10px !important;
  left: 10px !important;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin: 0 !important;
  padding: 0 !important;
}

#category .pa-product-card .product-flags li.product-flag {
  position: static !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 5px 8px !important;
  border: 0 !important;
  border-radius: 12px !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-transform: uppercase;
}

#category .pa-product-card .product-flag.new {
  background: var(--pa-cat-green) !important;
}

#category .pa-product-card .product-flag.discount,
#category .pa-product-card .product-flag.on-sale {
  background: var(--pa-cat-red) !important;
}

#category .pa-product-card .wishlist-button-add {
  top: 10px !important;
  right: 10px !important;
  z-index: 6 !important;
}

#category .pa-product-card__quick-view {
  position: absolute;
  z-index: 5;
  right: 11px;
  bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #deddd7;
  border-radius: 50%;
  background: rgba(255,255,255,.96);
  color: #40403d;
  opacity: 0;
  transform: translateY(3px);
  transition: .18s ease;
}

#category .pa-product-card:hover .pa-product-card__quick-view {
  opacity: 1;
  transform: none;
}

#category .pa-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 15px 16px 16px !important;
}

#category .pa-product-card__brand {
  display: block !important;
  margin-bottom: 5px;
  color: #9a9a95;
  font-size: 10px !important;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#category .pa-product-card__title {
  min-height: 43px !important;
  margin: 0 0 7px !important;
}

#category .pa-product-card__title a {
  display: -webkit-box;
  overflow: hidden;
  color: #1d1d1b !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.38 !important;
  text-decoration: none !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#category .pa-product-card__title a:hover {
  color: var(--pa-cat-orange) !important;
}

#category .pa-product-card__reviews {
  min-height: 20px !important;
  margin: 0 0 8px !important;
}

#category .pa-product-card__reviews:empty {
  display: none !important;
}

#category .pa-product-card__pricing {
  min-height: 44px !important;
  margin: auto 0 10px !important;
}

#category .pa-product-card__price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
}

#category .pa-product-card__price {
  color: #171715 !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.1;
}

#category .pa-product-card__regular-price {
  color: #969690 !important;
  font-size: 12px !important;
  text-decoration: line-through;
}

#category .pa-product-card__saving {
  margin-top: 4px;
  color: var(--pa-cat-red);
  font-size: 11px;
  font-weight: 700;
}

#category .pa-product-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-height: 43px;
  padding: 10px 12px;
  border: 1px solid var(--pa-red) !important;
  border-radius: 6px;
  background: var(--pa-red) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background .16s ease, border-color .16s ease, transform .16s ease;
}

#category .pa-product-card__button .material-icons {
  font-size: 16px !important;
}

#category .pa-product-card__button:hover {
  border-color: var(--pa-cat-orange-dark) !important;
  background: var(--pa-cat-orange-dark) !important;
}

#category .pa-product-card__button--secondary {
  border-color: #2a2a27 !important;
  background: #fff !important;
  color: #2a2a27 !important;
}

#category .pa-product-card__button--secondary:hover {
  background: #2a2a27 !important;
  color: #fff !important;
}

#category .pa-product-card .highlighted-informations,
#category .pa-product-card .product-description::after {
  display: none !important;
}

/* ---------- Pagination ---------- */
#category .pa-pagination {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  margin: 18px 0 0 !important;
  padding: 12px 14px !important;
  border: 1px solid var(--pa-cat-line);
  border-radius: var(--pa-cat-radius);
  background: #fff !important;
}

#category .pa-pagination__summary {
  grid-column: 1;
  color: #777873;
  font-size: 12px;
}

#category .pa-pagination__list {
  grid-column: 2;
  display: flex !important;
  gap: 5px;
  margin: 0 !important;
  padding: 0 !important;
}

#category .pa-pagination__link,
#category .pa-pagination__spacer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px !important;
  height: 34px !important;
  padding: 0 9px !important;
  border: 1px solid #deddd7 !important;
  border-radius: 50px !important;
  background: #fff !important;
  color: #292925 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

#category .pa-pagination__item.is-current .pa-pagination__link {
  border-color: var(--pa-cat-orange) !important;
  background: var(--pa-cat-orange) !important;
  color: #fff !important;
}

#category .pa-pagination__link:hover {
  border-color: var(--pa-cat-orange) !important;
  color: var(--pa-cat-orange) !important;
}

/* ---------- Expert help card ---------- */
#category .pa-category-help {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: 18px;
  padding: 22px 24px;
  overflow: hidden;
  border-radius: var(--pa-cat-radius);
  background:
    linear-gradient(110deg, #1f1f1d 0%, #2a2926 72%, #3a3128 100%);
  color: #fff;
}

#category .pa-category-help h2 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
}

#category .pa-category-help p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.55;
}

#category .pa-category-help__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 6px;
  background: var(--pa-cat-orange);
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none !important;
  text-transform: uppercase;
}

#category .pa-category-help__link:hover {
  background: var(--pa-cat-orange-dark);
}

#category .pa-category-reassurance {
  margin-top: 22px;
}

#category .pa-filter-backdrop,
#category .pa-filter-drawer__head {
  display: none;
}

#category #left-column #search_filters,
#category #right-column #search_filters {
  display: none !important;
}

/* ---------- Tablet ---------- */
@media (max-width: 991.98px) {
  #category #wrapper > .container {
    width: calc(100% - 18px) !important;
  }

  #category .pa-category-hero {
    min-height: 280px;
  }

  #category .pa-category-hero__content {
    width: min(620px, 74%);
    padding: 36px 34px;
  }

  #category .pa-category-benefits {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  #category .pa-category-benefit:nth-child(2) {
    border-right: 0;
  }

  #category .pa-category-benefit:nth-child(-n+2) {
    border-bottom: 1px solid #ecebe7;
  }

  #category .pa-subcategories__grid {
    grid-template-columns: 1fr;
  }

  #category .pa-products-toolbar {
    position: sticky;
    top: 0;
    z-index: 30;
    grid-template-columns: auto 1fr auto;
    min-height: 62px;
  }

  #category .pa-filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 40px;
    padding: 0 13px;
    border: 1px solid #d8d6d0;
    border-radius: 6px;
    background: #fff;
    color: #262623;
    font-size: 12px !important;
    font-weight: 800;
    text-transform: uppercase;
  }

  #category .pa-products-toolbar__main {
    display: none;
  }

  #category .pa-catalog-layout {
    grid-template-columns: 1fr;
  }

  #category .pa-catalog-sidebar {
    display: block;
    position: fixed;
    z-index: 10050;
    top: 0;
    bottom: 0;
    left: 0;
    width: min(370px,90vw);
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    transform: translateX(-105%);
    transition: transform .22s ease;
    box-shadow: 8px 0 30px rgba(0,0,0,.16);
  }

  #category .pa-filter-drawer__head {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 0 16px;
    border-bottom: 1px solid #e5e5e1;
    background: #fff;
  }

  #category .pa-filter-drawer__close {
    width: 38px;
    height: 38px;
    border: 0;
    background: transparent;
    font-size: 27px;
  }

  #category .pa-filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10040;
    border: 0;
    background: rgba(0,0,0,.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
  }

  html.pa-filters-open {
    overflow: hidden;
  }

  html.pa-filters-open #category .pa-catalog-sidebar {
    transform: translateX(0);
  }

  html.pa-filters-open #category .pa-filter-backdrop {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  #category .pa-category-help {
    grid-template-columns: 1fr;
  }
}

/* ---------- Mobile ---------- */
@media (max-width: 767.98px) {
  #category #wrapper > .container {
    width: calc(100% - 12px) !important;
  }

  #category #content-wrapper {
    padding: 0 0 28px !important;
  }


  #category .pa-category-hero {
    min-height: 300px;
    border-radius: 9px 9px 0 0;
  }

  #category .pa-category-hero__overlay {
    background: linear-gradient(90deg, rgba(13,13,12,.88), rgba(13,13,12,.50));
  }

  #category .pa-category-hero__content {
    width: 100%;
    padding: 30px 22px;
  }

  #category .pa-category-hero__title {
    font-size: 32px !important;
  }

  #category .pa-category-hero__description,
  #category .pa-category-hero__description p {
    font-size: 14px !important;
  }

  #category .pa-category-benefits {
    grid-template-columns: 1fr;
  }

  #category .pa-category-benefit {
    min-height: 70px;
    border-right: 0;
    border-bottom: 1px solid #ecebe7;
  }

  #category .pa-category-benefit:last-child {
    border-bottom: 0;
  }

  #category .pa-subcategories {
    padding: 14px !important;
  }

  #category .pa-subcategories__title {
    font-size: 17px !important;
  }

  #category .pa-products-toolbar {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 9px;
  }

  #category .pa-products-toolbar__sort .sort-by {
    display: none;
  }

  #category .pa-products-toolbar__sort .products-sort-order {
    width: 100%;
  }

  #category .pa-product-card__media {
    height: 250px;
  }

  #category .pa-product-card__body {
    padding: 13px !important;
  }

  #category .pa-product-card__title a {
    font-size: 14px !important;
  }

  #category .pa-product-card__price {
    font-size: 18px !important;
  }

  #category .pa-pagination {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  #category .pa-pagination__summary,
  #category .pa-pagination__list {
    grid-column: 1;
    justify-self: center;
  }

  #category .pa-pagination__word {
    display: none;
  }

  #category .pa-product-card__quick-view {
    display: none;
  }

  #category .pa-category-help {
    padding: 18px;
  }

  #category .pa-category-help h2 {
    font-size: 19px;
  }
}


/* ==========================================================
   POELES & ACCESSOIRES - PRODUCT PAGE V1
   Scope: body#product only.
   ========================================================== */

#product #wrapper {
  background: #f7f7f6;
}

#product #wrapper > .container {
  width: calc(100% - 32px);
  max-width: 1240px;
}

#product #left-column,
#product #right-column {
  display: none !important;
}

#product #content-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  padding-right: 15px;
  padding-left: 15px;
}

#product .breadcrumb {
  margin: 14px 0 12px;
  font-size: 12px;
}

#product .pa-product-page {
  --pa-product-red: #d91717;
  --pa-product-green: #49a735;
  --pa-product-amber: #e79718;
  --pa-product-text: #171717;
  --pa-product-muted: #707070;
  --pa-product-line: #e6e6e3;
  color: var(--pa-product-text);
}

/* ---------- Main product card ---------- */
#product .pa-product-main {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr);
  gap: 42px;
  padding: 26px;
  border: 1px solid var(--pa-product-line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .035);
}

#product .pa-product-gallery-column {
  position: relative;
  min-width: 0;
}

/* Native product flags: discount stays over the media. */
#product .pa-product-gallery-column > .product-flags {
  position: absolute;
  z-index: 9;
  top: 8px;
  left: 92px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin: 0;
  pointer-events: none;
}

#product .pa-product-gallery-column > .product-flags .product-flag {
  position: static;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 6px 9px;
  border-radius: 14px;
  box-shadow: none;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

#product .pa-product-gallery-column > .product-flags .discount,
#product .pa-product-gallery-column > .product-flags .on-sale {
  background: var(--pa-product-red);
  color: #fff;
}

#product .pa-product-gallery-column > .product-flags .new {
  background: var(--pa-product-green);
  color: #fff;
}

/* ---------- Gallery ---------- */
#product .pa-product-images {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

#product .pa-product-thumbs-wrap {
  min-width: 0;
}

#product .pa-product-thumbs-mask {
  width: 72px;
  height: 500px;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

#product .pa-product-thumbs {
  display: flex !important;
  flex-direction: column;
  gap: 9px;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  transform: none !important;
}

#product .pa-product-thumb-item {
  float: none !important;
  width: 70px;
  height: 70px;
  margin: 0 !important;
  padding: 0;
}

#product .pa-product-thumb {
  display: block;
  width: 70px !important;
  height: 70px !important;
  margin: 0 !important;
  padding: 3px;
  object-fit: cover;
  border: 1px solid #ddd !important;
  border-radius: 4px;
  background: #fff;
  opacity: 1 !important;
  cursor: pointer;
}

#product .pa-product-thumb.selected,
#product .pa-product-thumb:hover {
  border: 2px solid var(--pa-orange, #f57900) !important;
  padding: 2px;
}

#product .pa-product-cover-wrap {
  min-width: 0;
}

#product .pa-product-cover {
  position: relative;
  height: 500px;
  margin: 0;
  overflow: hidden;
  border-radius: 5px;
  background: #f3f1ed;
}

#product .pa-product-cover picture,
#product .pa-product-cover .js-qv-product-cover {
  display: block;
  width: 100%;
  height: 100%;
}

#product .pa-product-cover .js-qv-product-cover {
  max-width: none;
  object-fit: contain;
  object-position: center;
}

#product .pa-product-zoom {
  position: absolute;
  z-index: 5;
  right: 12px;
  bottom: 12px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  background: rgba(255, 255, 255, .96);
  color: #333;
  box-shadow: 0 2px 9px rgba(0, 0, 0, .09);
  cursor: pointer;
}

#product .pa-product-zoom .material-icons {
  font-size: 22px;
}

/* ---------- Summary ---------- */
#product .pa-product-summary {
  min-width: 0;
  padding-top: 3px;
}

#product .pa-product-summary__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 24px;
  margin-bottom: 9px;
}

#product .pa-product-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 4px 8px;
  border-radius: 3px;
  background: #efefed;
  color: #333;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

#product .pa-product-badge--new,
#product .pa-product-badge--stock {
  background: #eaf7e7;
  color: #2e8b2a;
}

#product .pa-product-badge--availability {
  background: #fff3db;
  color: #9a6810;
}

#product .pa-product-brand {
  margin-bottom: 4px;
  color: #8a8a8a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
}

#product .pa-product-title {
  margin: 0 0 8px;
  color: #171717;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.02em;
  text-transform: none;
}

#product .pa-product-rating {
  min-height: 24px;
  margin-bottom: 9px;
}

#product .pa-product-rating .star-content,
#product .pa-product-rating .grade-stars {
  margin: 0;
}

/* ---------- Price ---------- */
#product .pa-product-prices {
  margin: 0 0 18px;
}

#product .pa-product-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 9px;
}

#product .pa-product-current-price,
#product .pa-product-current-price .current-price-value {
  color: var(--pa-product-red);
  font-size: 29px;
  font-weight: 800;
  line-height: 1;
}

#product .pa-product-old-price {
  color: #777;
  font-size: 12px;
  text-decoration: line-through;
}

#product .pa-product-saving {
  color: var(--pa-product-red);
  font-size: 11px;
  font-weight: 700;
}

#product .pa-product-tax-label {
  margin-top: 6px;
  color: #929292;
  font-size: 10px;
}

/* ---------- Six key features ---------- */
#product .pa-product-key-features {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

#product .pa-product-key-features li {
  display: grid;
  grid-template-columns: 20px auto 1fr;
  align-items: start;
  gap: 7px;
  min-width: 0;
  color: #343434;
  font-size: 12px;
  line-height: 1.3;
}

#product .pa-product-key-features__icon {
  color: #666;
  font-size: 17px;
}

#product .pa-product-key-features__name {
  font-weight: 600;
}

#product .pa-product-key-features__name::after {
  content: ' :';
}

#product .pa-product-key-features__value {
  min-width: 0;
}

#product .pa-product-short-description {
  margin-bottom: 18px;
  color: #505050;
  font-size: 13px;
  line-height: 1.55;
}

/* ---------- Variants ---------- */
#product .pa-product-actions .product-variants {
  margin: 0 0 14px;
}

#product .pa-product-actions .product-variants-item {
  margin: 0 0 12px;
}

#product .pa-product-actions .product-variants-item .control-label {
  display: block;
  margin-bottom: 7px;
  color: #333;
  font-size: 11px;
  font-weight: 700;
}

#product .pa-product-actions .form-control-select {
  min-height: 42px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background-color: #fff;
}

/* ---------- Buy box ---------- */
#product .pa-product-buybox {
  margin: 5px 0 0;
}

#product .pa-product-purchase-row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  align-items: end;
}

#product .pa-product-qty__label {
  display: block;
  margin-bottom: 6px;
  color: #777;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

#product .pa-product-qty #quantity_wanted {
  width: 96px;
  height: 48px;
  padding: 0 12px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  background: #fff;
  text-align: center;
}

#product .pa-product-add .add-to-cart {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0;
  border: 1px solid var(--pa-product-red);
  border-radius: 4px;
  background: var(--pa-product-red);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: none;
}

#product .pa-product-add .add-to-cart:hover:not(:disabled) {
  background: #bf1010;
  border-color: #bf1010;
}

#product .pa-product-add .add-to-cart:disabled {
  opacity: .55;
}

#product .pa-product-actions-extra {
  margin-top: 10px;
}

#product .pa-product-actions-extra > * {
  width: 100%;
}

#product .pa-product-availability {
  margin-top: 10px;
}

#product .pa-product-availability__message {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  padding: 8px 10px;
  border-radius: 4px;
  background: #f3f3f1;
  color: #4c4c4c;
  font-size: 11px;
}

#product .pa-product-availability__message .material-icons {
  font-size: 17px;
}

#product .pa-product-availability__message.is-stock {
  background: #edf8ea;
  color: #357d2d;
}

#product .pa-product-availability__message.is-warning {
  background: #fff5df;
  color: #966710;
}

#product .pa-product-availability__message.is-danger {
  background: #fff0f0;
  color: #a62b2b;
}

#product .pa-product-availability__message small {
  display: block;
  margin-top: 2px;
}

#product .product-additional-info {
  margin-top: 10px;
}

/* ---------- Reassurance ---------- */
#product .pa-product-reassurance {
  margin: 16px 0 20px;
  padding: 0;
}

#product .pa-product-reassurance #block-reassurance,
#product .pa-product-reassurance .blockreassurance_product {
  margin: 0;
}

#product .pa-product-reassurance #block-reassurance ul,
#product .pa-product-reassurance .blockreassurance_product ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#product .pa-product-reassurance #block-reassurance li,
#product .pa-product-reassurance .blockreassurance_product li {
  min-height: 72px;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid #e8e8e5;
  border-radius: 5px;
  background: #fff;
}

/* ---------- Tabs ---------- */
#product .pa-product-tabs-section {
  margin-top: 0;
  border: 1px solid var(--pa-product-line);
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

#product .pa-product-tabs {
  margin: 0;
  padding: 0;
  box-shadow: none;
}

#product .pa-product-tabs .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  overflow-x: auto;
  border: 0;
  border-bottom: 1px solid #e8e8e5;
  background: #fafafa;
}

#product .pa-product-tabs .nav-item {
  flex: 1 0 auto;
  margin: 0;
}

#product .pa-product-tabs .nav-link {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  background: transparent;
  color: #333;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

#product .pa-product-tabs .nav-link.active,
#product .pa-product-tabs .nav-link:hover {
  border-bottom-color: var(--pa-product-red) !important;
  color: var(--pa-product-red);
}

#product .pa-product-tabs .tab-content {
  padding: 26px;
}

#product .pa-product-tabs .tab-pane {
  color: #4b4b4b;
  font-size: 13px;
  line-height: 1.65;
}

#product .pa-product-description p:first-child {
  margin-top: 0;
}

#product .pa-product-tabs #product-details {
  padding: 0;
}

#product .pa-product-tabs .product-features .h6 {
  margin-bottom: 14px;
  color: #222;
  font-size: 13px;
}

#product .pa-product-tabs .data-sheet {
  display: grid;
  grid-template-columns: minmax(160px, .7fr) 1.3fr;
  margin: 0;
  border: 1px solid #e6e6e3;
  border-bottom: 0;
}

#product .pa-product-tabs .data-sheet dt,
#product .pa-product-tabs .data-sheet dd {
  margin: 0;
  padding: 10px 12px;
  border-bottom: 1px solid #e6e6e3;
}

#product .pa-product-tabs .data-sheet dt {
  background: #f7f7f5;
  color: #333;
  font-weight: 700;
}

#product .pa-product-tabs .data-sheet dd {
  background: #fff;
}

/* Documents */
#product .pa-product-documents {
  display: grid;
  gap: 9px;
}

#product .pa-product-document {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #e4e4e1;
  border-radius: 4px;
  color: #252525;
  text-decoration: none !important;
}

#product .pa-product-document:hover {
  border-color: var(--pa-orange, #f57900);
  color: var(--pa-orange-hover, #df6d00);
}

#product .pa-product-document strong,
#product .pa-product-document small {
  display: block;
}

#product .pa-product-document small,
#product .pa-product-document__size {
  color: #888;
  font-size: 10px;
}

#product .pa-compatible-accessories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#product .pa-compatible-accessories-list a {
  padding: 8px 10px;
  border: 1px solid #dededb;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-size: 11px;
  text-decoration: none;
}

/* ---------- Related products ---------- */
#product .pa-product-accessories {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--pa-product-line);
  border-radius: 6px;
  background: #fff;
}

#product .pa-section-heading {
  margin-bottom: 13px;
}

#product .pa-section-heading h2 {
  margin: 0 0 3px;
  color: #222;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

#product .pa-section-heading p {
  margin: 0;
  color: #777;
  font-size: 11px;
}

/* Reuse generic card markup on the product page. */
#product .pa-product-accessories .products {
  margin-right: -6px;
  margin-left: -6px;
}

#product .pa-product-accessories .product {
  display: flex;
  padding-right: 6px;
  padding-left: 6px;
}

#product .pa-product-accessories .pa-product-card {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #e5e5e2;
  border-radius: 5px;
  background: #fff;
}

#product .pa-product-accessories .pa-product-card__container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#product .pa-product-accessories .pa-product-card__media {
  position: relative;
  aspect-ratio: 1.18 / 1;
  overflow: hidden;
  background: #f4f3f0;
}

#product .pa-product-accessories .pa-product-card__image,
#product .pa-product-accessories .pa-product-card__image picture,
#product .pa-product-accessories .pa-product-card__image img {
  display: block;
  width: 100%;
  height: 100%;
}

#product .pa-product-accessories .pa-product-card__image img {
  object-fit: cover;
}

#product .pa-product-accessories .pa-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 10px;
}

#product .pa-product-accessories .pa-product-card__title,
#product .pa-product-accessories .pa-product-card__title a {
  min-height: 32px;
  margin: 0 0 6px;
  color: #222;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

#product .pa-product-accessories .pa-product-card__pricing {
  margin-top: auto;
}

#product .pa-product-accessories .pa-product-card__price {
  color: var(--pa-product-red);
  font-size: 13px;
  font-weight: 800;
}

#product .pa-product-accessories .pa-product-card__action {
  display: none;
}

#product .pa-product-accessories .pa-product-card__quick-view {
  display: none;
}

/* ---------- Modal ---------- */
#product .modal-content .product-images img {
  object-fit: contain;
}

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
  #product #wrapper > .container {
    width: calc(100% - 24px);
  }

  #product .pa-product-main {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 18px;
  }

  #product .pa-product-cover,
  #product .pa-product-thumbs-mask {
    height: 440px;
  }

  #product .pa-product-reassurance #block-reassurance ul,
  #product .pa-product-reassurance .blockreassurance_product ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  #product #wrapper > .container {
    width: calc(100% - 18px);
  }

  #product #content-wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  #product .pa-product-main {
    padding: 12px;
  }

  #product .pa-product-images {
    display: flex;
    flex-direction: column-reverse;
    gap: 9px;
  }

  #product .pa-product-cover {
    height: min(92vw, 430px);
  }

  #product .pa-product-thumbs-mask {
    width: 100%;
    height: 72px;
    overflow-x: auto;
    overflow-y: hidden;
  }

  #product .pa-product-thumbs {
    flex-direction: row;
    width: max-content !important;
  }

  #product .pa-product-gallery-column > .product-flags {
    top: 8px;
    left: 8px;
  }

  #product .pa-product-title {
    font-size: 24px;
  }

  #product .pa-product-current-price,
  #product .pa-product-current-price .current-price-value {
    font-size: 26px;
  }

  #product .pa-product-purchase-row {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 8px;
  }

  #product .pa-product-qty #quantity_wanted {
    width: 82px;
  }

  #product .pa-product-reassurance #block-reassurance ul,
  #product .pa-product-reassurance .blockreassurance_product ul {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  #product .pa-product-tabs .tab-content {
    padding: 17px 14px;
  }

  #product .pa-product-tabs .nav-link {
    min-height: 48px;
    padding: 10px 13px;
    font-size: 10px;
  }

  #product .pa-product-tabs .data-sheet {
    grid-template-columns: 1fr;
  }

  #product .pa-product-tabs .data-sheet dt {
    padding-bottom: 4px;
    border-bottom: 0;
  }

  #product .pa-product-tabs .data-sheet dd {
    padding-top: 4px;
  }

  #product .pa-product-accessories {
    padding: 13px;
  }
}

/* ==========================================================
   POELES & ACCESSOIRES - PRODUCT PAGE V2 FINAL OVERRIDES
   2026-08-14
   These rules intentionally come last to preserve category work
   and override only the product-page details verified in the
   generated HTML.
   ========================================================== */

/* ---------- Main proportions ---------- */
#product #wrapper > .container {
  max-width: 1320px;
}

#product .pa-product-main {
  grid-template-columns: minmax(0, 1.18fr) minmax(410px, .82fr);
  gap: 38px;
  padding: 30px;
}

#product .pa-product-images {
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 18px;
}

#product .pa-product-thumbs-mask {
  width: 76px;
  height: 540px;
}

#product .pa-product-thumb-item,
#product .pa-product-thumb {
  width: 74px !important;
  height: 74px !important;
}

#product .pa-product-cover {
  height: 540px;
  background: #f6f5f2;
}

#product .pa-product-summary {
  padding: 6px 4px 0 0;
}

#product .pa-product-title {
  margin-bottom: 10px;
  font-size: clamp(27px, 2.25vw, 35px);
}

#product .pa-product-rating {
  min-height: 26px;
  margin-bottom: 11px;
}

#product .pa-product-short-description {
  margin: 0 0 20px;
  padding: 13px 0 2px;
  border-top: 1px solid #efefec;
  color: #555;
  font-size: 13px;
  line-height: 1.6;
}

/* ---------- Wishlist: full-width secondary CTA ---------- */
#product .pa-product-actions-extra {
  display: block;
  margin-top: 10px;
}

#product .pa-product-actions-extra .wishlist-button-add,
#product .pa-product-actions-extra .wishlist-button-product,
#product .wishlist-button-product {
  position: static !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100% !important;
  min-height: 44px;
  margin: 0 !important;
  padding: 9px 14px !important;
  border: 1px solid #d6d6d3 !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: #262626 !important;
  box-shadow: none !important;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

#product .pa-product-actions-extra .wishlist-button-add::after,
#product .pa-product-actions-extra .wishlist-button-product::after {
  content: 'Ajouter à ma liste d\'envies';
}

#product .pa-product-actions-extra .wishlist-button-add .material-icons,
#product .pa-product-actions-extra .wishlist-button-product .material-icons {
  margin: 0 !important;
  color: #a83d3d;
  font-size: 20px !important;
}

#product .pa-product-actions-extra .wishlist-button-add:hover,
#product .pa-product-actions-extra .wishlist-button-product:hover {
  border-color: #c9c9c5 !important;
  background: #fafafa !important;
}

/* ---------- Reassurance: actual module DOM ---------- */
#product .pa-product-reassurance {
  margin: 16px 0 22px;
}

#product .pa-product-reassurance .blockreassurance_product {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

#product .pa-product-reassurance .blockreassurance_product > div:not(.clearfix) {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  min-height: 82px;
  margin: 0 !important;
  padding: 13px 15px !important;
  border: 1px solid #e7e7e4;
  border-radius: 5px;
  background: #fff;
}

#product .pa-product-reassurance .blockreassurance_product > .clearfix {
  display: none !important;
}

#product .pa-product-reassurance .item-product {
  grid-row: 1 / 3;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 38px !important;
  min-width: 38px !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#product .pa-product-reassurance .item-product svg,
#product .pa-product-reassurance .item-product img {
  width: 34px !important;
  height: 34px !important;
  max-width: 34px !important;
  max-height: 34px !important;
}

#product .pa-product-reassurance .block-title {
  align-self: end;
  display: block;
  margin: 0 !important;
  color: #202020 !important;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

#product .pa-product-reassurance .blockreassurance_product p {
  align-self: start;
  margin: 3px 0 0 !important;
  color: #777 !important;
  font-size: 10px !important;
  line-height: 1.3;
}

/* ---------- Tabs / reviews ---------- */
#product .pa-product-tabs-section {
  margin-top: 0;
}

#product .pa-product-tabs .nav-item {
  min-width: max-content;
}

#product .pa-product-tabs .tab-content {
  min-height: 230px;
}

#product .pa-product-reviews-host {
  min-height: 120px;
}

#product .pa-product-reviews-loading {
  margin: 0;
  color: #8a8a8a;
  font-size: 12px;
}

#product .pa-product-reviews-host #product-comments-list-header {
  margin: 0 0 16px;
  padding: 0 0 13px;
  border-bottom: 1px solid #e8e8e5;
}

#product .pa-product-reviews-host #product-comments-list-header .comments-nb {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #222;
  font-size: 15px;
  font-weight: 800;
}

#product .pa-product-reviews-host #empty-product-comment {
  margin: 0;
  padding: 24px 18px;
  border: 1px solid #e8e8e5;
  border-radius: 4px;
  background: #fafafa;
  color: #777;
  text-align: center;
}

#product .pa-product-reviews-host #product-comments-list .product-comment-list-item {
  margin: 0 0 12px;
  padding: 16px;
  border: 1px solid #e8e8e5;
  border-radius: 5px;
  background: #fff;
}

/* Comment module modals stay functional even after their DOM nodes are
   moved into the review tab. Bootstrap positions .modal as fixed. */
#product .pa-product-reviews-host .product-comment-modal {
  text-align: left;
}

/* ---------- Footer modules ---------- */
#product .pa-product-footer-hooks {
  margin-top: 18px;
}

#product .pa-product-footer-hooks .pa-product-module-hidden,
#product .pa-product-footer-hooks .featured-products[data-type='viewedproduct'],
#product .pa-product-footer-hooks .featured-products[data-type='categoryproducts'] {
  display: none !important;
}

#product .pa-product-footer-hooks .pa-product-crossselling,
#product .pa-product-footer-hooks .featured-products[data-type='crossselling'] {
  margin: 18px 0 0 !important;
  padding: 18px !important;
  border: 1px solid var(--pa-product-line);
  border-radius: 6px;
  background: #fff;
}

#product .pa-product-footer-hooks .pa-product-crossselling > h2,
#product .pa-product-footer-hooks .featured-products[data-type='crossselling'] > h2 {
  margin: 0 0 14px;
  color: #222;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
#product .pa-product-footer-hooks .pa-product-recommendation-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0 !important;
}

.ph-recommend-products .products.only_desktop {
    display: flex!important;
    flex-wrap: wrap;
    justify-content: center;
}

#product .pa-product-footer-hooks .featured-products .product {
  display: flex;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 12px;
}

/* ---------- Generic cards on product page ---------- */
#product .pa-product-card {
  width: 100%;
  height: 100%;
  padding: 0px;
}

#product .pa-product-card__container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #e5e5e2;
  border-radius: 5px;
  background: #fff;
}

#product .pa-product-card__media {
  position: relative;
  aspect-ratio: 1.12 / 1;
  overflow: hidden;
  background: #f4f3f0;
}

#product .pa-product-card__image,
#product .pa-product-card__image picture,
#product .pa-product-card__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

#product .pa-product-card__image img {
  object-fit: cover;
  object-position: center;
}

#product .pa-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 11px 11px 10px;
}

#product .pa-product-card__title,
#product .pa-product-card__title a {
  min-height: 34px;
  margin: 0 0 6px;
  color: #222;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.32;
}

#product .pa-product-card__reviews {
  min-height: 18px;
  margin-bottom: 4px;
}

#product .pa-product-card__pricing {
  min-height: 38px;
  margin-top: auto;
  margin-bottom: 7px;
}

#product .pa-product-card__price {
  color: var(--pa-product-red);
  font-size: 14px;
  font-weight: 800;
}

#product .pa-product-card__regular-price {
  color: #888;
  font-size: 10px;
  text-decoration: line-through;
}

#product .pa-product-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-height: 34px;
  padding: 7px 8px;
  border: 1px solid var(--pa-product-red);
  border-radius: 4px;
  background: var(--pa-product-red);
  color: #fff !important;
  font-size: 9px;
  font-weight: 800;
  text-decoration: none !important;
  text-transform: uppercase;
}

#product .pa-product-card__quick-view {
  position: absolute;
  right: 9px;
  bottom: 9px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #dedede;
  border-radius: 50%;
  background: rgba(255,255,255,.96);
  color: #444;
}

#product .pa-product-card .wishlist-button-add {
  position: absolute !important;
  top: 9px !important;
  right: 9px !important;
  z-index: 6 !important;
}

/* The dedicated accessory block from our template is intentionally lighter:
   its action button remains hidden, as in the product mockup carousel. */
#product .pa-product-accessories .pa-product-card__action {
  display: none;
}

/* ---------- Responsive V2 ---------- */
@media (max-width: 991.98px) {
  #product .pa-product-main {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 18px;
  }

  #product .pa-product-cover,
  #product .pa-product-thumbs-mask {
    height: 460px;
  }

  #product .pa-product-reassurance .blockreassurance_product {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  #product .pa-product-cover {
    height: min(92vw, 440px);
  }

  #product .pa-product-reassurance .blockreassurance_product {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  #product .pa-product-reassurance .blockreassurance_product > div:not(.clearfix) {
    min-height: 70px;
  }

  #product .pa-product-tabs .tab-content {
    min-height: 0;
  }

  #product .pa-product-footer-hooks .pa-product-crossselling,
  #product .pa-product-footer-hooks .featured-products[data-type='crossselling'] {
    padding: 13px !important;
  }
}

/* ==========================================================
   POELES & ACCESSOIRES - HEADER + PRODUCT POLISH V3
   2026-08-14 - final overrides, intentionally appended.
   ========================================================== */

/* ---------- Header: Creative Elements markup verified on site ---------- */

/* ---------- Product gallery navigation ---------- */
#product .pa-product-thumbs-wrap { position: relative; display: flex; flex-direction: column; align-items: center; gap: 6px; min-width: 76px; }
#product .pa-product-thumbs-mask { scrollbar-width: none; }
#product .pa-product-thumbs-mask::-webkit-scrollbar { display: none; }
#product .pa-product-thumb-item { flex: 0 0 auto; overflow: hidden; }
#product .pa-product-thumb { display: block; width: 100% !important; height: 100% !important; object-fit: contain !important; object-position: center !important; background: #fff; }
#product .pa-product-thumbs-nav {
  display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 24px; flex: 0 0 24px;
  padding: 0; border: 1px solid #dededb; border-radius: 3px; background: #fff; color: #333; cursor: pointer;
}
#product .pa-product-thumbs-nav .material-icons { font-size: 20px; }
#product .pa-product-thumbs-nav:disabled { opacity: .28; cursor: default; }
#product .pa-product-cover { position: relative; }
#product .pa-product-gallery-nav {
  position: absolute; z-index: 7; top: 50%; display: flex; align-items: center; justify-content: center; width: 42px; height: 42px;
  margin-top: -21px; padding: 0; border: 1px solid #dededb; border-radius: 50%; background: rgba(255,255,255,.94); color: #222;
  box-shadow: 0 2px 8px rgba(0,0,0,.08); cursor: pointer; transition: opacity .15s ease, transform .15s ease;
}
#product .pa-product-gallery-nav--prev { left: 14px; }
#product .pa-product-gallery-nav--next { right: 14px; }
#product .pa-product-gallery-nav .material-icons { font-size: 28px; }
#product .pa-product-gallery-nav:hover { transform: scale(1.04); }

/* ---------- Quantity: integrate native TouchSpin arrows ---------- */
#product .pa-product-qty .bootstrap-touchspin { position: relative; display: block; width: 96px; }
#product .pa-product-qty .bootstrap-touchspin #quantity_wanted { width: 96px !important; padding-right: 31px !important; }
#product .pa-product-qty .bootstrap-touchspin .input-group-btn-vertical {
  position: absolute !important; z-index: 4; top: 1px; right: 1px; bottom: 1px; display: flex !important; width: 29px; flex-direction: column;
}
#product .pa-product-qty .bootstrap-touchspin .input-group-btn-vertical .btn {
  position: static !important; display: flex !important; align-items: center; justify-content: center; width: 29px !important; height: 23px !important;
  min-height: 0 !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-left: 1px solid #ddd !important;
  border-radius: 0 !important; background: #fafafa !important; color: #444 !important; box-shadow: none !important;
}
#product .pa-product-qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up { border-bottom: 1px solid #ddd !important; border-top-right-radius: 3px !important; }
#product .pa-product-qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down { border-bottom-right-radius: 3px !important; }
#product .pa-product-qty .bootstrap-touchspin .input-group-btn-vertical i { position: static !important; top: auto !important; left: auto !important; font-size: 13px !important; }

/* ---------- Reassurance: 4 columns when the module contains 4 items ---------- */
#product .pa-product-reassurance .blockreassurance_product { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 10px !important; }
#product .pa-product-reassurance .blockreassurance_product > div:not(.clearfix) { min-height: 80px; padding: 12px !important; }

@media (max-width: 991.98px) {
  #header .elementor-element-815f28a img { width: 132px !important; max-width: 132px !important; }
  #product .pa-product-reassurance .blockreassurance_product { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 767.98px) {
  #product .pa-product-thumbs-wrap { flex-direction: row; width: 100%; min-width: 0; }
  #product .pa-product-thumbs-nav { width: 28px; height: 40px; flex: 0 0 28px; }
  #product .pa-product-thumbs-nav .material-icons { transform: rotate(-90deg); }
  #product .pa-product-thumbs-mask { flex: 1 1 auto; width: auto !important; }
  #product .pa-product-gallery-nav { width: 36px; height: 36px; margin-top: -18px; }
  #product .pa-product-gallery-nav--prev { left: 8px; }
  #product .pa-product-gallery-nav--next { right: 8px; }
  #product .pa-product-reassurance .blockreassurance_product { grid-template-columns: 1fr !important; }
}

/* ==========================================================
   CATEGORY V7 - FILTER PANEL + CARD SPECS
   Built on the user's latest V6 stylesheet (2026-08-18).
   ========================================================== */

/* ---------- Filter panel: more premium / structured ---------- */
#category .pa-catalog-sidebar {
  border: 1px solid #deddd8 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(30,30,26,.045) !important;
}

#category .pa-filter-sidebar-intro {
  position: relative;
  padding: 18px 18px 16px !important;
  border-bottom: 1px solid #e8e6e1 !important;
  background: linear-gradient(180deg,#fff 0%,#faf9f6 100%) !important;
}

#category .pa-filter-sidebar-intro::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  width: 4px;
  height: 33px;
  border-radius: 0 3px 3px 0;
  background: var(--pa-cat-orange, var(--pa-orange, #f57900));
}

#category .pa-filter-sidebar-intro strong {
  display: block;
  margin: 0 0 4px;
  color: #1d1d1b;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2;
}

#category .pa-filter-sidebar-intro small {
  display: block;
  max-width: 190px;
  color: #777772;
  font-size: 11px !important;
  line-height: 1.45;
}

#category .pa-catalog-sidebar #search_filters {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

/* This title duplicates our custom intro on desktop. */
#category .pa-catalog-sidebar #search_filters > p.text-uppercase.h6.hidden-sm-down {
  display: none !important;
}

#category .pa-catalog-sidebar .facet {
  position: relative;
  margin: 0 !important;
  padding: 17px 17px 15px !important;
  border-bottom: 1px solid #eceae5 !important;
  background: #fff;
}

#category .pa-catalog-sidebar .facet:last-child {
  border-bottom: 0 !important;
}

#category .pa-catalog-sidebar .facet-title.hidden-sm-down {
  position: relative;
  display: flex !important;
  align-items: center;
  min-height: 22px;
  margin: 0 0 12px !important;
  padding: 0 24px 0 0 !important;
  color: #232320 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.25;
  letter-spacing: .025em;
  text-transform: uppercase;
}

#category .pa-catalog-sidebar .facet-title.hidden-sm-down::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 3px;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-right: 1.5px solid #75756f;
  border-bottom: 1.5px solid #75756f;
  transform: rotate(45deg);
}

/* Native Classic collapses are forced open on desktop. */
@media (min-width: 768px) {
  #category .pa-catalog-sidebar .facet > ul.collapse {
    display: block !important;
    height: auto !important;
  }
}

#category .pa-catalog-sidebar .facet ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#category .pa-catalog-sidebar .facet li {
  margin: 0 !important;
  padding: 0 !important;
}

#category .pa-catalog-sidebar .facet-label {
  position: relative;
  display: flex !important;
  align-items: center !important;
  min-height: 34px;
  margin: 0 !important;
  padding: 4px 2px !important;
  border-radius: 5px;
  transition: background .16s ease;
}

#category .pa-catalog-sidebar .facet-label:hover {
  background: #faf9f6;
}

#category .pa-catalog-sidebar .facet-label a {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  color: #40403c !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.3;
  text-decoration: none !important;
}

#category .pa-catalog-sidebar .facet-label a:hover {
  color: var(--pa-cat-orange, var(--pa-orange, #f57900)) !important;
}

#category .pa-catalog-sidebar .facet-label .magnitude {
  flex: 0 0 auto;
  min-width: 25px;
  padding: 2px 6px;
  border-radius: 10px;
  background: #f1f0ec;
  color: #85857f !important;
  font-size: 10px !important;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

#category .pa-catalog-sidebar .custom-checkbox {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin: 0 9px 0 0 !important;
}

#category .pa-catalog-sidebar .custom-checkbox input {
  position: absolute;
  inset: 0;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  opacity: 0;
  cursor: pointer;
}

#category .pa-catalog-sidebar .custom-checkbox span.ps-shown-by-js:not(.color) {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #c9c8c2 !important;
  border-radius: 4px !important;
  background: #fff !important;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

#category .pa-catalog-sidebar .custom-checkbox input:checked + span.ps-shown-by-js:not(.color) {
  border-color: var(--pa-cat-orange, var(--pa-orange, #f57900)) !important;
  background: var(--pa-cat-orange, var(--pa-orange, #f57900)) !important;
  box-shadow: 0 0 0 2px rgba(245,121,0,.12);
}

#category .pa-catalog-sidebar .custom-checkbox .checkbox-checked {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1;
}

/* Price facet gets a dedicated card-like treatment. */
#category .pa-catalog-sidebar .facet[data-type='price'] {
  padding-bottom: 20px !important;
  background: #fbfaf7;
}

#category .pa-catalog-sidebar .facet[data-type='price'] .faceted-slider li {
  padding: 3px 0 0;
}

#category .faceted-slider p[id^='facet_label_'] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin: 0 0 12px !important;
  padding: 6px 9px;
  border: 1px solid #e4e2dc;
  border-radius: 6px;
  background: #fff;
  color: #3f3f3b !important;
  font-size: 11px !important;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

#category [id^='slider-range_'].ui-slider {
  width: calc(100% - 14px) !important;
  height: 4px !important;
  margin: 15px 7px 7px !important;
  border: 0 !important;
  border-radius: 99px !important;
  background: #d8d6cf !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.04);
}

#category [id^='slider-range_'].ui-slider .ui-slider-range {
  background: var(--pa-cat-orange, var(--pa-orange, #f57900)) !important;
}

#category [id^='slider-range_'].ui-slider .ui-slider-handle {
  width: 16px !important;
  height: 16px !important;
  margin-top: -8px !important;
  margin-left: -8px !important;
  border: 2px solid var(--pa-cat-orange, var(--pa-orange, #f57900)) !important;
  background: #fff !important;
  box-shadow: 0 2px 7px rgba(0,0,0,.12) !important;
}

#category [id^='slider-range_'].ui-slider .ui-slider-handle:hover,
#category [id^='slider-range_'].ui-slider .ui-slider-handle:focus {
  box-shadow: 0 0 0 4px rgba(245,121,0,.12), 0 2px 7px rgba(0,0,0,.12) !important;
  outline: 0;
}

#category .pa-catalog-sidebar .js-search-filters-clear-all {
  width: calc(100% - 34px) !important;
  min-height: 36px !important;
  margin: 0 17px 16px !important;
  border: 1px solid #292925 !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #292925 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .02em;
  text-transform: uppercase;
}

#category .pa-catalog-sidebar .js-search-filters-clear-all:hover {
  background: #292925 !important;
  color: #fff !important;
}

/* ---------- Product card: power + manufacturer second line ---------- */
#category .pa-product-card__title {
  margin-bottom: 5px !important;
}

#category .pa-product-card__specs {
  display: flex;
  align-items: center;
  min-height: 24px;
  margin: -1px 0 7px;
  color: #777873;
  font-size: 11px;
  line-height: 1.3;
}

#category .pa-product-card__spec {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  font-weight: 600;
}

#category .pa-product-card__spec + .pa-product-card__spec::before {
  content: '•';
  margin: 0 7px;
  color: #b1b0aa;
  font-size: 10px;
}

#category .pa-product-card__spec .material-icons {
  margin-right: 3px;
  color: var(--pa-cat-orange, var(--pa-orange, #f57900));
  font-size: 14px !important;
}

#category .pa-product-card__spec--brand {
  overflow: hidden;
  color: #656660;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Do not reserve an empty review row when the reviews module outputs nothing. */
#category .pa-product-card__reviews:empty {
  display: none !important;
  min-height: 0 !important;
  margin: 0 !important;
}

@media (max-width: 767.98px) {
  #category .pa-filter-sidebar-intro strong {
    font-size: 14px !important;
  }

  #category .pa-catalog-sidebar .facet {
    padding: 15px 16px !important;
  }

  #category .pa-product-card__specs {
    font-size: 10px;
  }
}

/* ==========================================================
   POELES & ACCESSOIRES - PRODUCT PAGE V3 PREMIUM
   2026-08-18
   IMPORTANT:
   - appended to the CURRENT custom.css supplied by the user
   - every rule is scoped to body#product
   - no #category rule is changed by this block
   ========================================================== */

#product {
  --pa-p3-bg: #f3f2ee;
  --pa-p3-card: #fff;
  --pa-p3-ink: #1d1d1b;
  --pa-p3-muted: #74746f;
  --pa-p3-line: #e4e2dc;
  --pa-p3-soft: #f8f7f3;
  --pa-p3-orange: #f57900;
  --pa-p3-red: #d91616;
  --pa-p3-green: #3d9637;
  --pa-p3-radius: 12px;
}

#product #wrapper {
  background:
    linear-gradient(180deg, #f8f8f6 0, var(--pa-p3-bg) 520px, var(--pa-p3-bg) 100%) !important;
}

#product #wrapper > .container {
  width: calc(100% - 28px) !important;
  max-width: 1340px !important;
}

#product #content-wrapper {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#product .breadcrumb {
  margin: 17px 0 13px !important;
  color: #777873;
  font-size: 12px !important;
}

/* ---------- Premium main stage ---------- */
#product .pa-product-main--premium {
  grid-template-columns: minmax(0, 1.13fr) minmax(420px, .87fr) !important;
  gap: 46px !important;
  padding: 34px !important;
  overflow: visible !important;
  border: 1px solid var(--pa-p3-line) !important;
  border-radius: var(--pa-p3-radius) !important;
  background: #fff !important;
  box-shadow: 0 16px 44px rgba(28, 27, 23, .07) !important;
}

/* ---------- Gallery ---------- */
#product .pa-product-gallery-column {
  min-width: 0;
}

#product .pa-product-images {
  grid-template-columns: 84px minmax(0, 1fr) !important;
  gap: 18px !important;
}

#product .pa-product-thumbs-wrap {
  min-width: 84px !important;
  gap: 7px !important;
}

#product .pa-product-thumbs-mask {
  width: 84px !important;
  height: 585px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

#product .pa-product-thumbs {
  gap: 10px !important;
}

#product .pa-product-thumb-item {
  width: 82px !important;
  height: 92px !important;
  overflow: hidden !important;
  border-radius: 7px;
}

#product .pa-product-thumb-item picture {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

#product .pa-product-thumb {
  width: 82px !important;
  height: 92px !important;
  padding: 7px !important;
  object-fit: contain !important;
  object-position: center !important;
  border: 1px solid #dfddd6 !important;
  border-radius: 7px !important;
  background: #fff !important;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

#product .pa-product-thumb:hover {
  transform: translateY(-1px);
  border-color: #bbb8b0 !important;
}

#product .pa-product-thumb.selected,
#product .pa-product-thumb.js-thumb-selected {
  padding: 6px !important;
  border: 2px solid var(--pa-p3-orange) !important;
  box-shadow: 0 4px 12px rgba(245,121,0,.12);
}

#product .pa-product-thumbs-nav {
  width: 36px !important;
  height: 30px !important;
  flex-basis: 30px !important;
  border-color: #dedcd5 !important;
  border-radius: 50px !important;
  background: #fff !important;
  box-shadow: 0 3px 8px rgba(28,27,23,.04);
}

#product .pa-product-thumbs-nav:hover:not(:disabled) {
  border-color: var(--pa-p3-orange) !important;
  color: var(--pa-p3-orange) !important;
}

#product .pa-product-cover {
  height: 585px !important;
  overflow: hidden !important;
  border: 1px solid #eceae4;
  border-radius: 10px !important;
  background:
    radial-gradient(circle at 50% 46%, #fff 0%, #f8f7f3 56%, #f0eee8 100%) !important;
}

#product .pa-product-cover picture,
#product .pa-product-cover .js-qv-product-cover {
  display: block;
  width: 100%;
  height: 100%;
}

#product .pa-product-cover .js-qv-product-cover {
  padding: 24px !important;
  object-fit: contain !important;
  object-position: center !important;
}

#product .pa-product-gallery-column > .product-flags {
  top: 14px !important;
  left: 112px !important;
}

#product .pa-product-gallery-column > .product-flags .product-flag {
  padding: 7px 10px !important;
  border-radius: 18px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

#product .pa-product-gallery-nav {
  width: 46px !important;
  height: 46px !important;
  margin-top: -23px !important;
  border-color: #dad8d1 !important;
  box-shadow: 0 6px 18px rgba(30,29,25,.10) !important;
}

#product .pa-product-gallery-nav--prev {
  left: 15px !important;
}

#product .pa-product-gallery-nav--next {
  right: 15px !important;
}

#product .pa-product-gallery-nav:hover {
  border-color: var(--pa-p3-orange) !important;
  color: var(--pa-p3-orange) !important;
  transform: translateY(-1px) scale(1.03) !important;
}

#product .pa-product-zoom {
  right: 16px !important;
  bottom: 16px !important;
  width: auto !important;
  height: 42px !important;
  gap: 5px;
  padding: 0 13px !important;
  border-radius: 50px !important;
  font-size: 11px;
  font-weight: 800;
}

#product .pa-product-zoom span {
  display: inline;
}

#product .pa-product-gallery-count {
  position: absolute;
  z-index: 5;
  bottom: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #dfddd7;
  border-radius: 50px;
  background: rgba(255,255,255,.94);
  color: #64645f;
  font-size: 11px;
  font-weight: 700;
}

/* ---------- Summary ---------- */
#product .pa-product-summary {
  padding: 5px 2px 0 0 !important;
}

#product .pa-product-summary__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--pa-p3-orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

#product .pa-product-summary__eyebrow-line {
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

#product .pa-product-summary__badges {
  margin-bottom: 10px !important;
}

#product .pa-product-badge {
  min-height: 25px !important;
  padding: 6px 9px !important;
  border-radius: 50px !important;
  font-size: 9px !important;
  letter-spacing: .03em;
}

#product .pa-product-brand {
  margin: 3px 0 6px !important;
  color: #9a9993 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .09em !important;
}

#product .pa-product-title {
  max-width: 600px;
  margin: 0 0 10px !important;
  color: var(--pa-p3-ink) !important;
  font-size: clamp(31px, 2.45vw, 40px) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
}

#product .pa-product-rating {
  margin-bottom: 12px !important;
}

/* ---------- Price ---------- */
#product .pa-product-prices--premium {
  margin: 0 0 17px !important;
  padding: 17px 0 15px;
  border-top: 1px solid #efeee9;
  border-bottom: 1px solid #efeee9;
}

#product .pa-product-price-row {
  gap: 10px !important;
}

#product .pa-product-current-price,
#product .pa-product-current-price .current-price-value {
  color: var(--pa-p3-red) !important;
  font-size: clamp(31px, 2.7vw, 39px) !important;
  line-height: 1 !important;
  letter-spacing: -.025em;
}

#product .pa-product-old-price {
  color: #8b8b86 !important;
  font-size: 13px !important;
}

#product .pa-product-discount-chip {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 9px;
  border-radius: 50px;
  background: #feeaea;
  color: var(--pa-p3-red);
  font-size: 10px;
  font-weight: 800;
}

#product .pa-product-saving {
  display: flex !important;
  align-items: center;
  gap: 5px;
  margin-top: 8px !important;
  color: var(--pa-p3-red) !important;
  font-size: 11px !important;
  font-weight: 700;
}

#product .pa-product-saving .material-icons {
  font-size: 15px !important;
}

#product .pa-product-tax-label {
  margin-top: 7px !important;
  color: #989893 !important;
  font-size: 10px !important;
}

/* ---------- Short description ---------- */
#product .pa-product-short-description--premium {
  margin: 0 0 17px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #5d5d59 !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

#product .pa-product-short-description--premium p:last-child {
  margin-bottom: 0;
}

/* ---------- Feature cards ---------- */
#product .pa-product-key-features {
  display: none !important;
}

#product .pa-product-feature-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 9px;
  margin: 0 0 17px;
}

#product .pa-product-feature-card {
  display: grid;
  grid-template-columns: 38px minmax(0,1fr);
  align-items: center;
  gap: 10px;
  min-height: 68px;
  padding: 10px 12px;
  border: 1px solid #e8e6e0;
  border-radius: 8px;
  background: #fbfaf7;
}

#product .pa-product-feature-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff1e4;
  color: var(--pa-p3-orange);
  font-size: 20px !important;
}

#product .pa-product-feature-card__name {
  display: block;
  overflow: hidden;
  margin-bottom: 2px;
  color: #898983;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1.2;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

#product .pa-product-feature-card__value {
  display: block;
  color: #272724;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

/* ---------- Variants ---------- */
#product .pa-product-actions--premium .product-variants {
  margin: 0 0 11px !important;
}

#product .pa-product-actions--premium .product-variants-item {
  margin-bottom: 9px !important;
}

#product .pa-product-actions--premium .product-variants-item .control-label {
  margin-bottom: 6px !important;
  color: #656560 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

#product .pa-product-actions--premium .form-control-select {
  min-height: 44px !important;
  border-color: #dedcd6 !important;
  border-radius: 7px !important;
}

/* ---------- Premium buy box ---------- */
#product .pa-product-buybox--premium {
  margin-top: 10px !important;
  padding: 15px;
  border: 1px solid #e4e2dc;
  border-radius: 9px;
  background: #f9f8f5;
}

#product .pa-product-buybox__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

#product .pa-product-buybox__label {
  display: block;
  margin-bottom: 2px;
  color: #92918b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

#product .pa-product-buybox__head strong {
  color: #282825;
  font-size: 13px;
  font-weight: 800;
}

#product .pa-product-buybox__stock {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #9b6e18;
  font-size: 10px;
  font-weight: 700;
  text-align: right;
}

#product .pa-product-buybox__stock.is-stock {
  color: var(--pa-p3-green);
}

#product .pa-product-buybox__stock .material-icons {
  font-size: 16px;
}

#product .pa-product-purchase-row {
  grid-template-columns: 104px minmax(0,1fr) !important;
  gap: 10px !important;
}

#product .pa-product-qty__label {
  margin-bottom: 5px !important;
  color: #74746f !important;
  font-size: 9px !important;
}

#product .pa-product-qty #quantity_wanted,
#product .pa-product-qty .bootstrap-touchspin {
  width: 104px !important;
}

#product .pa-product-qty #quantity_wanted {
  height: 50px !important;
  border-color: #d8d6cf !important;
  border-radius: 6px !important;
  font-size: 14px;
  font-weight: 700;
}

#product .pa-product-add .add-to-cart {
  min-height: 50px !important;
  border-radius: 6px !important;
  box-shadow: 0 7px 16px rgba(217,22,22,.14) !important;
  font-size: 12px !important;
  transition: transform .16s ease, background .16s ease, box-shadow .16s ease;
}

#product .pa-product-add .add-to-cart:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(217,22,22,.20) !important;
}

#product .pa-product-actions-extra .wishlist-button-add,
#product .pa-product-actions-extra .wishlist-button-product,
#product .wishlist-button-product {
  min-height: 42px !important;
  border-radius: 6px !important;
  background: #fff !important;
}

#product .pa-product-availability {
  margin-top: 9px !important;
}

#product .pa-product-availability__message {
  padding: 9px 11px !important;
  border: 1px solid transparent;
  border-radius: 7px !important;
  line-height: 1.35;
}

#product .pa-product-availability__message.is-stock {
  border-color: #dcebd8;
}

#product .pa-product-buybox__trust {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 6px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e7e5df;
}

#product .pa-product-buybox__trust span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  color: #686863;
  font-size: 9px;
  font-weight: 700;
  text-align: center;
}

#product .pa-product-buybox__trust .material-icons {
  color: var(--pa-p3-orange);
  font-size: 15px !important;
}

/* ---------- Brand card ---------- */
#product .pa-product-brand-card {
  display: grid;
  grid-template-columns: 46px minmax(0,1fr);
  align-items: center;
  gap: 12px;
  margin-top: 13px;
  padding: 11px 13px;
  border: 1px solid #e5e3dd;
  border-radius: 8px;
  background: #fff;
}

#product .pa-product-brand-card__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #252522;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

#product .pa-product-brand-card__label,
#product .pa-product-brand-card small {
  display: block;
}

#product .pa-product-brand-card__label {
  color: #999892;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

#product .pa-product-brand-card strong {
  display: block;
  margin: 1px 0;
  color: #2a2a27;
  font-size: 13px;
  font-weight: 800;
}

#product .pa-product-brand-card small {
  color: #767670;
  font-size: 10px;
}

/* ---------- Reassurance ---------- */
#product .pa-product-reassurance--premium {
  margin: 16px 0 18px !important;
}

#product .pa-product-reassurance--premium .blockreassurance_product {
  gap: 10px !important;
}

#product .pa-product-reassurance--premium .blockreassurance_product > div:not(.clearfix) {
  min-height: 94px !important;
  padding: 15px !important;
  border-color: #e3e1db !important;
  border-radius: 9px !important;
  background: #fff !important;
  box-shadow: 0 5px 16px rgba(27,26,22,.025);
}

#product .pa-product-reassurance--premium .item-product {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50%;
  background: #fff2e6;
}

#product .pa-product-reassurance--premium .item-product svg,
#product .pa-product-reassurance--premium .item-product img {
  width: 28px !important;
  height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;
}

#product .pa-product-reassurance--premium .block-title {
  color: #242421 !important;
  font-size: 11px !important;
}

#product .pa-product-reassurance--premium .blockreassurance_product p {
  color: #777771 !important;
  font-size: 10px !important;
}

/* ---------- Tabs ---------- */
#product .pa-product-tabs-section--premium {
  border: 1px solid #e2e0da !important;
  border-radius: var(--pa-p3-radius) !important;
  background: #fff !important;
  box-shadow: 0 8px 28px rgba(28,27,23,.035);
}

#product .pa-product-tabs-section--premium .nav-tabs {
  min-height: 64px;
  background: #fbfaf7 !important;
}

.pa-product-actions-extra [data-container-express-checkout] {
    display: none !important;
}

#product .pa-product-tabs-section--premium .nav-link {
  min-height: 64px !important;
  padding: 15px 20px !important;
  color: #1d1d1b !important
  font-size: 10px !important;
  letter-spacing: .02em;
}

#product .pa-product-tabs-section--premium .nav-link.active,
#product .pa-product-tabs-section--premium .nav-link:hover {
  color: var(--pa-p3-red) !important;
}

#product .pa-product-tabs-section--premium .tab-content {
  min-height: 300px !important;
  padding: 30px 32px !important;
}

#product .pa-product-content-heading {
  display: grid;
  gap: 3px;
  margin-bottom: 22px;
  padding-bottom: 17px;
  border-bottom: 1px solid #eeece6;
}

#product .pa-product-content-heading span {
  color: var(--pa-p3-orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

#product .pa-product-content-heading strong {
  color: #282825;
  font-size: 18px;
  font-weight: 800;
}

#product .pa-product-description {
  max-width: 980px;
  color: #53534f;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

#product .pa-product-description h2,
#product .pa-product-description h3,
#product .pa-product-description h4 {
  margin-top: 24px;
  color: #242421;
  font-weight: 800;
}

#product .pa-product-description li {
  margin-bottom: 5px;
}

#product .pa-product-tabs .data-sheet {
  overflow: hidden;
  border-radius: 8px;
}

#product .pa-product-tabs .data-sheet dt {
  background: #f6f5f1 !important;
}

#product .pa-product-tabs .data-sheet dt,
#product .pa-product-tabs .data-sheet dd {
  padding: 12px 14px !important;
  font-size: 12px;
}

/* ---------- Accessories ---------- */
#product .pa-product-accessories--premium {
  margin-top: 18px !important;
  padding: 22px !important;
  border-color: #e2e0da !important;
  border-radius: var(--pa-p3-radius) !important;
  box-shadow: 0 8px 28px rgba(28,27,23,.035);
}

#product .pa-section-heading__eyebrow {
  display: block;
  margin-bottom: 4px;
  color: var(--pa-p3-orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

#product .pa-product-accessories--premium .pa-section-heading h2 {
  font-size: 20px !important;
  text-transform: none !important;
}

#product .pa-product-accessories--premium .pa-section-heading p {
  font-size: 11px !important;
}

/* ---------- Sticky buy bar ---------- */
#product .pa-product-sticky-buy {
  position: fixed;
  z-index: 10020;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  padding: 10px 18px;
  border-top: 1px solid #dddcd6;
  background: rgba(255,255,255,.97);
  box-shadow: 0 -10px 30px rgba(22,21,18,.10);
  opacity: 0;
  transform: translateY(105%);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  backdrop-filter: blur(12px);
}

#product .pa-product-sticky-buy.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

#product .pa-product-sticky-buy__inner {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto 220px;
  align-items: center;
  gap: 18px;
  width: calc(100% - 28px);
  max-width: 1320px;
  margin: 0 auto;
}

#product .pa-product-sticky-buy__product {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 11px;
}

#product .pa-product-sticky-buy__product img {
  width: 52px;
  height: 52px;
  padding: 3px;
  object-fit: contain;
  border: 1px solid #e5e3dd;
  border-radius: 6px;
  background: #f7f6f2;
}

#product .pa-product-sticky-buy__product > div {
  min-width: 0;
}

#product .pa-product-sticky-buy__brand {
  display: block;
  color: #94938d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

#product .pa-product-sticky-buy__name {
  display: block;
  overflow: hidden;
  max-width: 620px;
  color: #242421;
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#product .pa-product-sticky-buy__price {
  color: var(--pa-p3-red);
  font-size: 19px;
  font-weight: 800;
  white-space: nowrap;
}

#product .pa-product-sticky-buy__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 6px;
  background: var(--pa-p3-red);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

#product .pa-product-sticky-buy__button:disabled {
  opacity: .5;
  cursor: default;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  #product .pa-product-main--premium {
    grid-template-columns: 1fr 1fr !important;
    gap: 26px !important;
    padding: 22px !important;
  }

  #product .pa-product-images {
    grid-template-columns: 74px minmax(0,1fr) !important;
  }

  #product .pa-product-thumbs-wrap {
    min-width: 74px !important;
  }

  #product .pa-product-thumbs-mask {
    width: 74px !important;
    height: 500px !important;
  }

  #product .pa-product-thumb-item,
  #product .pa-product-thumb {
    width: 72px !important;
    height: 82px !important;
  }

  #product .pa-product-cover {
    height: 500px !important;
  }

  #product .pa-product-gallery-column > .product-flags {
    left: 98px !important;
  }
}

@media (max-width: 991.98px) {
  #product .pa-product-main--premium {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  #product .pa-product-cover,
  #product .pa-product-thumbs-mask {
    height: 520px !important;
  }

  #product .pa-product-feature-cards {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }

  #product .pa-product-reassurance--premium .blockreassurance_product {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width: 767.98px) {
  #product #wrapper > .container {
    width: calc(100% - 14px) !important;
  }

  #product .pa-product-main--premium {
    padding: 12px !important;
    border-radius: 9px !important;
  }

  #product .pa-product-images {
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  #product .pa-product-cover {
    height: min(92vw, 450px) !important;
  }

  #product .pa-product-thumbs-wrap {
    flex-direction: row !important;
    width: 100%;
    min-width: 0 !important;
  }

  #product .pa-product-thumbs-mask {
    flex: 1 1 auto;
    width: auto !important;
    height: 84px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  #product .pa-product-thumbs {
    flex-direction: row !important;
    width: max-content !important;
  }

  #product .pa-product-thumb-item,
  #product .pa-product-thumb {
    width: 76px !important;
    height: 76px !important;
  }

  #product .pa-product-thumbs-nav {
    width: 30px !important;
    height: 44px !important;
    flex: 0 0 30px !important;
  }

  #product .pa-product-title {
    font-size: 28px !important;
  }

  #product .pa-product-current-price,
  #product .pa-product-current-price .current-price-value {
    font-size: 30px !important;
  }

  #product .pa-product-feature-cards {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  #product .pa-product-buybox__head {
    align-items: flex-start;
  }

  #product .pa-product-buybox__stock {
    max-width: 44%;
  }

  #product .pa-product-buybox__trust {
    grid-template-columns: 1fr;
  }

  #product .pa-product-reassurance--premium .blockreassurance_product {
    grid-template-columns: 1fr !important;
  }

  #product .pa-product-tabs-section--premium .tab-content {
    min-height: 0 !important;
    padding: 20px 16px !important;
  }

  #product .pa-product-tabs-section--premium .nav-link {
    min-height: 52px !important;
    padding: 12px 14px !important;
  }

  #product .pa-product-sticky-buy {
    padding: 8px 10px;
  }

  #product .pa-product-sticky-buy__inner {
    grid-template-columns: minmax(0,1fr) auto;
    gap: 10px;
    width: 100%;
  }

  #product .pa-product-sticky-buy__product img,
  #product .pa-product-sticky-buy__brand,
  #product .pa-product-sticky-buy__price {
    display: none;
  }

  #product .pa-product-sticky-buy__name {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  #product .pa-product-sticky-buy__button {
    min-width: 150px;
  }
}


/* ==========================================================
   CATEGORY V8 - SUBCATEGORY CONSISTENCY
   Garantit que les sous-catégories reprennent exactement
   la structure catalogue premium des catégories parentes.
   ========================================================== */

#category .pa-catalog-layout--subcategory {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
}

#category .pa-catalog-sidebar--subcategory {
  display: block;
}

#category .pa-category-hero--no-image {
  background:
    linear-gradient(110deg, #1f1f1d 0%, #292723 68%, #3a3128 100%);
}

@media (max-width: 991.98px) {
  #category .pa-catalog-layout--subcategory {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================
   PRODUCT RETURNS - 2026-08-23
   Focused only on the requested product-page adjustments.
   ========================================================== */

/* Price: keep TTC on the same visual line as the current price. */
#product .pa-product-prices--premium .pa-product-price-row {
  align-items: baseline !important;
}

#product .pa-product-prices--premium .pa-product-tax-label {
  display: inline-flex !important;
  align-items: baseline;
  margin: 0 0 0 2px !important;
  color: #8e8e88 !important;
  font-size: 11px !important;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

#product .pa-product-prices--premium .pa-product-price-hooks:empty {
  display: none !important;
}

/* Requested CTA hierarchy below Add to cart. */
#product .pa-product-action-hub {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

#product .pa-product-action-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

#product .pa-product-action-row:empty {
  display: none !important;
}

#product .pa-product-action-row--secondary > *,
#product .pa-product-action-friend,
#product .pa-product-actions-extra {
  min-width: 0;
  margin: 0 !important;
}

/* Review/question buttons injected by ETS Reviews. */
#product .pa-product-action-row--reviews .ets-rv-btn-comment {
  position: static !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100% !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 9px 12px !important;
  border: 1px solid #353532 !important;
  border-radius: 6px !important;
  background: #353532 !important;
  color: #fff !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center;
  text-transform: none !important;
}

#product .pa-product-action-row--reviews .ets-rv-btn-comment:hover {
  border-color: #22221f !important;
  background: #22221f !important;
}

#product .pa-product-action-row--reviews .ets-rv-btn-comment svg {
  width: 15px !important;
  height: 15px !important;
  fill: currentColor !important;
}

/* Wishlist becomes the left secondary action. */
#product .pa-product-action-row--secondary .pa-product-actions-extra,
#product .pa-product-action-row--secondary .pa-product-actions-extra > * {
  width: 100% !important;
}

#product .pa-product-action-row--secondary .wishlist-button-add,
#product .pa-product-action-row--secondary .wishlist-button-product {
  min-height: 42px !important;
  margin: 0 !important;
  border: 1px solid #d6d4ce !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #2d2d2a !important;
}

/* Send-to-friend module becomes the right secondary action. */
#product .pa-product-action-friend .ets-sptf-wrapper,
#product .pa-product-action-friend .sptf-product-page,
#product .pa-product-action-friend .sptf-email-input {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#product .pa-product-action-friend .sptf-email-input {
  display: block !important;
}

#product .pa-product-action-friend .sptf-non-modal-input {
  display: none !important;
}

#product .pa-product-action-friend #sptf-open-popup {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100% !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 9px 12px !important;
  float: none !important;
  border: 1px solid #d6d4ce !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #2d2d2a !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

#product .pa-product-action-friend #sptf-open-popup:hover {
  border-color: var(--pa-p3-orange) !important;
  color: var(--pa-p3-orange) !important;
}

#product .pa-product-action-friend #sptf-open-popup svg {
  width: 15px !important;
  height: 15px !important;
}

/* The small payment / delivery / advice pictos were removed from the template.
   Keep this guard for any stale cached fragment. */
#product .pa-product-buybox__trust {
  display: none !important;
}

/* Social network sharing remains available, but secondary and discreet. */
#product .product-additional-info .social-sharing {
  margin-top: 14px !important;
  padding-top: 12px;
  border-top: 1px solid #eceae4;
}

/* Larger product tabs. */
#product .pa-product-tabs-section--premium .nav-link {
  min-height: 66px !important;
  padding: 16px 22px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .015em !important;
}

/* Reviews tab: themed content container. */
#product .pa-product-reviews-heading {
  margin: 0 0 22px;
  padding: 0 0 18px;
  border-bottom: 1px solid #eceae4;
}

#product .pa-product-reviews-heading > span {
  display: block;
  margin-bottom: 4px;
  color: var(--pa-p3-orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

#product .pa-product-reviews-heading > strong {
  display: block;
  margin-bottom: 5px;
  color: #252522;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

#product .pa-product-reviews-heading > p {
  margin: 0;
  color: #777771;
  font-size: 12px;
  line-height: 1.55;
}

#product .pa-product-reviews-host {
  min-height: 0 !important;
}

#product .pa-product-reviews-host .alert,
#product .pa-product-reviews-host .ets-rv-comment.empty,
#product .pa-product-reviews-host .ets-rv-question.empty {
  margin: 0 0 12px !important;
  padding: 16px 18px !important;
  border: 1px solid #e5e2da !important;
  border-radius: 8px !important;
  background: #faf9f6 !important;
  color: #5f5f5a !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

#product .pa-product-reviews-host .ets-rv-write-rewrite,
#product .pa-product-reviews-host .ets-rv-ask-question {
  color: var(--pa-p3-orange) !important;
  font-weight: 800;
  cursor: pointer;
}

#product .pa-product-reviews-host #product-comments-list-footer {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

/* ETS Reviews popup/login styling, product page only. */
#product .ets_rv_login,
#product .ets-rv-modal,
#product .ets_rv_modal,
#product .ets-rv-modal-content,
#product .ets_rv_reviews_form {
  border-radius: 10px !important;
  font-family: inherit !important;
}

#product .ets_rv_login,
#product .ets-rv-modal-content,
#product .ets_rv_reviews_form {
  border: 1px solid #dedbd4 !important;
  background: #fff !important;
  box-shadow: 0 22px 60px rgba(25,24,21,.18) !important;
}

#product .ets-rv-modal-header,
#product .ets_rv_reviews_header {
  padding: 20px 24px !important;
  border-bottom: 1px solid #ece9e2 !important;
  background: #fbfaf7 !important;
  color: #252522 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

#product .ets-rv-modal-body,
#product .ets_rv_reviews_body,
#product .ets_rv_reviews_form_content {
  padding: 24px !important;
  color: #55554f !important;
  font-size: 13px !important;
}

#product .ets_rv_login .btn,
#product .ets-rv-modal .btn,
#product .ets_rv_modal .btn,
#product .ets_rv_reviews_form button,
#product .ets_rv_reviews_form input[type='submit'] {
  min-height: 42px !important;
  padding: 9px 16px !important;
  border-radius: 6px !important;
  font-family: inherit !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

#product .ets_rv_login .btn-primary,
#product .ets-rv-modal .btn-primary,
#product .ets_rv_modal .btn-primary,
#product .ets_rv_reviews_form input[type='submit'] {
  border-color: var(--pa-p3-orange) !important;
  background: var(--pa-p3-orange) !important;
  color: #fff !important;
}

#product .ets_rv_login input,
#product .ets_rv_login textarea,
#product .ets-rv-modal input,
#product .ets-rv-modal textarea,
#product .ets_rv_modal input,
#product .ets_rv_modal textarea,
#product .ets_rv_reviews_form input,
#product .ets_rv_reviews_form textarea,
#product .ets_rv_reviews_form select {
  border: 1px solid #dcd9d2 !important;
  border-radius: 6px !important;
  background: #fff !important;
  box-shadow: none !important;
}

#product .ets_rv_login input:focus,
#product .ets-rv-modal input:focus,
#product .ets-rv-modal textarea:focus,
#product .ets_rv_reviews_form input:focus,
#product .ets_rv_reviews_form textarea:focus,
#product .ets_rv_reviews_form select:focus {
  border-color: var(--pa-p3-orange) !important;
  box-shadow: 0 0 0 3px rgba(245,121,0,.10) !important;
  outline: 0 !important;
}

/* Footer recommendations: style all useful rails consistently.
   Viewed products stay hidden as before; category/other recommendations
   are now allowed and receive the premium card treatment. */
#product .pa-product-footer-hooks .pa-product-recommendation-section .slick-track:before, #product .pa-product-footer-hooks .pa-product-recommendation-section .slick-track:after{
  display: none!important;
}
#product .pa-product-footer-hooks .featured-products[data-type='viewedproduct'] {
  display: none !important;
}

#product .pa-product-footer-hooks .featured-products[data-type='categoryproducts'] {
  display: block !important;
}

#product .pa-product-footer-hooks .pa-product-recommendation-section {
  margin: 18px 0 0 !important;
  padding: 22px !important;
  border: 1px solid #e2e0da !important;
  border-radius: var(--pa-p3-radius) !important;
  background: #fff !important;
  box-shadow: 0 8px 28px rgba(28,27,23,.035);
}

#product .pa-product-footer-hooks .pa-product-recommendation-section > h2,
#product .pa-product-footer-hooks .pa-product-recommendation-section > .products-section-title {
  margin: 0 0 18px !important;
  padding: 0 0 13px;
  border-bottom: 1px solid #eceae4;
  color: #242421 !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-transform: none !important;
}

#product .pa-product-footer-hooks .pa-product-recommendation-section .slick-slider .slick-track, 
#product .pa-product-footer-hooks .pa-product-recommendation-section .slick-slider .slick-list{
  width: auto!important;
}

#product .pa-product-footer-hooks .pa-product-recommendation-section .slick-slider .slick-slide {
    outline: none !important;
    width: auto!important;
}

#product .pa-product-footer-hooks .pa-product-recommendation-item {
  display: flex !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#product .pa-product-footer-hooks .pa-product-recommendation-item .pa-product-card__container {
  border-radius: 8px !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

#product .pa-product-footer-hooks .pa-product-recommendation-item .pa-product-card__container:hover {
  transform: translateY(-3px);
  border-color: #d8d4cc !important;
  box-shadow: 0 12px 28px rgba(30,29,25,.08);
}

@media (max-width: 991.98px) {
  #product .pa-product-footer-hooks .pa-product-recommendation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  #product .pa-product-action-row {
    grid-template-columns: 1fr;
  }

  #product .pa-product-tabs-section--premium .nav-link {
    min-height: 54px !important;
    padding: 12px 15px !important;
    font-size: 12px !important;
  }

  #product .pa-product-footer-hooks .pa-product-recommendation-section {
    padding: 14px !important;
  }

  #product .pa-product-footer-hooks .pa-product-recommendation-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================
   PRODUCT DISPLAY FIXES - 2026-08-24
   Focused only on recommendation width, permanent zoom CTA,
   and alignment of wishlist / send-to-friend actions.
   ========================================================== */

/* Other recommendations: remove the centering inherited from the module
   and neutralise Slick's inline dimensions locally so cards use the full row. */
#product .ph-recommend-products .products.only_desktop,
#product .pa-product-footer-hooks .ph-recommend-products .products.only_desktop {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  justify-content: stretch !important;
}

#product .ph-recommend-products .slick-list,
#product .pa-product-footer-hooks .ph-recommend-products .slick-list {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

#product .ph-recommend-products .slick-track,
#product .pa-product-footer-hooks .ph-recommend-products .slick-track {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  transform: none !important;
}

#product .ph-recommend-products .slick-slide,
#product .pa-product-footer-hooks .ph-recommend-products .slick-slide {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  float: none !important;
}

#product .ph-recommend-products .slick-slide > div,
#product .ph-recommend-products .slick-slide .pa-product-recommendation-item,
#product .pa-product-footer-hooks .ph-recommend-products .slick-slide > div,
#product .pa-product-footer-hooks .ph-recommend-products .slick-slide .pa-product-recommendation-item {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
}

#product .ph-recommend-products .slick-arrow,
#product .ph-recommend-products .slick-dots {
  display: none !important;
}

/* Permanent, visible and better-integrated image zoom control. */
#product .pa-product-cover .pa-product-zoom {
  z-index: 9 !important;
  right: 18px !important;
  bottom: 18px !important;
  display: inline-flex !important;
  visibility: visible !important;
  align-items: center !important;
  justify-content: center !important;
  width: 104px !important;
  min-width: 104px !important;
  height: 42px !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid var(--pa-product-red) !important;
  border-radius: 999px !important;
  background: var(--pa-product-red) !important;
  color: #fff !important;
  box-shadow: 0 7px 20px rgba(24,23,20,.18) !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease !important;
}

#product .pa-product-cover .pa-product-zoom .material-icons {
  color: inherit !important;
  font-size: 19px !important;
}

#product .pa-product-cover .pa-product-zoom span {
  display: inline !important;
  color: inherit !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

#product .pa-product-cover .pa-product-zoom:hover,
#product .pa-product-cover .pa-product-zoom:focus-visible {
  border-color: var(--pa-p3-orange, #f57900) !important;
  background: var(--pa-p3-orange, #f57900) !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 10px 24px rgba(245,121,0,.22) !important;
  outline: 0 !important;
}

/* Secondary actions: force both module-generated controls onto the same baseline. */
#product .pa-product-action-row--secondary {
  align-items: stretch !important;
}

#product .pa-product-action-row--secondary > *,
#product .pa-product-action-row--secondary .pa-product-actions-extra,
#product .pa-product-action-row--secondary .pa-product-action-friend,
#product .pa-product-action-row--secondary .ets-sptf-wrapper,
#product .pa-product-action-row--secondary .sptf-product-page,
#product .pa-product-action-row--secondary .sptf-email-input {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: stretch !important;
}

#product .pa-product-action-row--secondary .wishlist-button-add,
#product .pa-product-action-row--secondary .wishlist-button-product,
#product .pa-product-action-row--secondary #sptf-open-popup {
  width: 100% !important;
  min-height: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  align-self: stretch !important;
}

@media (max-width: 991.98px) {
  #product .ph-recommend-products .slick-track,
  #product .pa-product-footer-hooks .ph-recommend-products .slick-track {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767.98px) {
  #product .ph-recommend-products .slick-track,
  #product .pa-product-footer-hooks .ph-recommend-products .slick-track {
    grid-template-columns: 1fr !important;
  }

  #product .pa-product-cover .pa-product-zoom {
    right: 12px !important;
    bottom: 12px !important;
    min-width: 42px !important;
    width: 42px !important;
    padding: 0 !important;
  }

  #product .pa-product-cover .pa-product-zoom span {
    display: none !important;
  }
}

#product .pa-product-actions-extra > div:has([paypal-messaging-banner]),
#product .pa-product-actions-extra [data-container-express-checkout],
#product .pa-product-actions-extra > .clearfix {
    display: none !important;
}

#product .pa-product-action-row--secondary .pa-product-actions-extra {
    display: flex !important;
    align-items: stretch !important;
    margin: 0 !important;
    padding: 0 !important;
}

#product .pa-product-action-row--secondary .pa-product-actions-extra .wishlist-button-add,
#product .pa-product-action-row--secondary .pa-product-actions-extra .wishlist-button-product {
    width: 100% !important;
    min-height: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    white-space: nowrap;
}

#product .page-content.page-cms ul, p {
    color: #121212;
}

/* ==========================================================
   PRODUCT - variants + Alma polish (2026-09-11)
   ========================================================== */
#product .pa-product-actions--premium .product-variants {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
}

#product .pa-product-actions--premium .product-variants-item {
  flex: 1 1 145px;
  min-width: 0;
  margin: 0 !important;
}

#product .pa-product-actions--premium .product-variants-item .control-label {
  display: block;
  min-height: 16px;
  margin: 0 0 6px !important;
  color: #55534f !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .02em;
  line-height: 1.35;
}

#product .pa-product-actions--premium .form-control-select {
  width: 100% !important;
  min-height: 46px !important;
  padding: 0 42px 0 14px !important;
  border: 1px solid #d8d5ce !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  color: #33322f !important;
  font-size: 14px !important;
  font-weight: 600;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

#product .pa-product-actions--premium .form-control-select:hover {
  border-color: #bdb9b0 !important;
  background-color: #fffdf9 !important;
}

#product .pa-product-actions--premium .form-control-select:focus {
  border-color: #f47b20 !important;
  outline: 0 !important;
  box-shadow: 0 0 0 3px rgba(244, 123, 32, .12) !important;
}

/* Alma: keep the module behaviour intact, only integrate its visual card. */
#product .pa-product-price-hooks .alma-pp-container {
  width: 100%;
  margin: 14px 0 0;
}

#product .pa-product-price-hooks .alma-widget-container,
#product .pa-product-price-hooks .alma-payment-plans-container {
  width: 100%;
  max-width: none;
}

#product .pa-product-price-hooks .alma-payment-plans-container {
  overflow: hidden;
  padding: 14px 16px;
  border: 1px solid #e2dfd8;
  border-radius: 9px;
  background: #faf9f6;
  box-shadow: none;
}

#product .pa-product-price-hooks .alma-payment-plans-eligibility-line {
  display: flex;
  align-items: center;
  gap: 14px;
}

#product .pa-product-price-hooks .alma-payment-plans-know-more-action {
  flex: 0 0 auto;
}

#product .pa-product-price-hooks .alma-payment-plans-eligibility-options {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 7px;
}

#product .pa-product-price-hooks .alma-payment-plans-eligibility-options button {
  min-width: 36px;
  min-height: 32px;
  padding: 5px 8px;
  border-radius: 6px;
  font-weight: 700;
}

#product .pa-product-price-hooks .alma-payment-plans-active-option {
  background: #fff;
  box-shadow: inset 0 0 0 1px #d4d0c7;
}

#product .pa-product-price-hooks .alma-payment-plans-payment-info {
  margin-top: 9px;
  color: #33322f;
  font-size: 13px;
  line-height: 1.45;
}

#product .pa-product-price-hooks .alma-payment-plans-payment-info p {
  margin: 0;
}

/* The action hub must never visually expose transient module duplicates. */
#product [data-pa-action-reviews] .ets-rv-post-product-comment ~ .ets-rv-post-product-comment,
#product [data-pa-action-reviews] .ets-rv-post-product-question ~ .ets-rv-post-product-question,
#product [data-pa-action-friend] .ets-sptf-wrapper ~ .ets-sptf-wrapper {
  display: none !important;
}

@media (max-width: 767px) {
  #product .pa-product-actions--premium .product-variants {
    gap: 10px;
  }

  #product .pa-product-actions--premium .product-variants-item {
    flex-basis: 100%;
  }

  #product .pa-product-price-hooks .alma-payment-plans-container {
    padding: 12px;
  }

  #product .pa-product-price-hooks .alma-payment-plans-eligibility-line {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  #product .pa-product-price-hooks .alma-payment-plans-eligibility-options {
    width: 100%;
    flex-basis: 100%;
  }
}

/* ==========================================================
   MOBILE HEADER / ETS MEGA MENU V7 - 2026-09-11
   Scope strictement mobile. Creative Elements conserve son
   header (logo/recherche/compte/panier), mais son ancien menu
   burger est masque au profit du Mega Menu PRO orange.
   ========================================================== */
@media (max-width: 767.98px) {
  /* Supprime uniquement le menu mobile duplique de Creative Elements. */
  #header .elementor-element-4e30d599 {
    display: none !important;
  }

  /* La colonne gauche ne contient plus que le logo. */
  #header .elementor-element-4612dbad .elementor-widget-wrap {
    align-items: center !important;
  }

  /* Barre orange du vrai menu mobile. */
  #header .ets_mm_megamenu,
  #header .ets_mm_megamenu_content,
  #header .ets_mm_megamenu_content_content {
    width: 100% !important;
    max-width: 100% !important;
	border-bottom: none;
    border-top: none;
  }

  #header .ets_mm_megamenu .mm-menu-toggle {
    display: flex !important;
    align-items: center !important;
    gap: 11px !important;
    min-height: 54px !important;
    padding: 0 20px !important;
    border: 0 !important;
    background: var(--pa-orange) !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .02em !important;
    box-shadow: inset 0 1px rgba(255,255,255,.2) !important;
  }

  #header .ets_mm_megamenu .mm-menu-button-toggle_icon {
    width: 22px !important;
    margin: 0 !important;
  }

  #header .ets_mm_megamenu .mm-menu-toggle .icon-bar {
    width: 22px !important;
    height: 2px !important;
    margin: 4px 0 !important;
    border-radius: 4px !important;
    background: #fff !important;
  }

  /* Tiroir lateral : dimensions et finition. */
  #header .ets_mm_megamenu ul.mm_menus_ul {
    width: min(88vw, 360px) !important;
    max-width: min(88vw, 360px) !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    background: #fff !important;
    box-shadow: 18px 0 45px rgba(0,0,0,.22) !important;
  }

  #header .ets_mm_megamenu ul.mm_menus_ul > li.close_menu {
    min-height: 58px !important;
    padding: 0 16px !important;
    border: 0 !important;
    background: #181817 !important;
    color: #fff !important;
  }

  #header .ets_mm_megamenu .close_menu .pull-left,
  #header .ets_mm_megamenu .close_menu .pull-right {
    min-height: 58px !important;
    display: flex !important;
    align-items: center !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
  }

  #header .ets_mm_megamenu ul.mm_menus_ul > li.mm_menus_li {
    position: relative !important;
    min-height: 54px !important;
    margin: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #ece9e4 !important;
    background: #fff !important;
  }

  #header .ets_mm_megamenu ul.mm_menus_ul > li.mm_menus_li > a.ets_mm_url {
    display: flex !important;
    align-items: center !important;
    min-height: 54px !important;
    padding: 0 54px 0 16px !important;
    color: #1f1f1d !important;
    font-size: 15px !important;
    font-weight: 750 !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
  }

  #header .ets_mm_megamenu ul.mm_menus_ul > li.mm_menus_li:hover,
  #header .ets_mm_megamenu ul.mm_menus_ul > li.mm_menus_li.active {
    background: #fff8f1 !important;
  }

  #header .ets_mm_megamenu ul.mm_menus_ul > li.mm_menus_li:hover > a.ets_mm_url,
  #header .ets_mm_megamenu ul.mm_menus_ul > li.mm_menus_li.active > a.ets_mm_url {
    color: var(--pa-orange) !important;
  }

  /* Zone + plus facile a toucher. */
  #header .ets_mm_megamenu ul.mm_menus_ul > li.mm_menus_li > span.arrow {
    position: absolute !important;
    z-index: 3 !important;
    top: 0 !important;
    right: 0 !important;
    width: 52px !important;
    height: 54px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-left: 1px solid #f0ede8 !important;
  }

  /* Les contenus riches du mega-menu deviennent lisibles en mobile. */
  #header .ets_mm_megamenu .mm_columns_ul {
    background: #f8f7f4 !important;
  }

  #header .ets_mm_megamenu .mm_columns_li,
  #header .ets_mm_megamenu .mm_blocks_li {
    width: 100% !important;
    max-width: 100% !important;
  }

  #header .ets_mm_megamenu .mm_columns_ul .mm_img_content {
    display: none !important;
  }

  #header .ets_mm_megamenu .mm_columns_ul .ets_mm_block_type_product {
    display: none !important;
  }

  #header .ets_mm_megamenu .mm_columns_ul .h4,
  #header .ets_mm_megamenu .mm_columns_ul .ets_mm_block_type_html strong {
    font-size: 13px !important;
    font-weight: 800 !important;
  }

  #header .ets_mm_megamenu .ets_mm_categories a.ets_mm_url {
    min-height: 44px !important;
    padding: 11px 18px !important;
    color: #363633 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }
}
