/* Start custom CSS for html, class: .elementor-element-bdcaef1 *//* =========================================================
   CASH EXPERT — UNIVERS FILMS & SÉRIES
   PC : menu horizontal premium
   MOBILE : bouton déroulant propre
========================================================= */

/* Bouton mobile caché sur PC */
.elementor-3040101 .elementor-element.elementor-element-bdcaef1 .ce-universe-video__mobile-btn{
  display:none;
}

/* =========================
   PC — MENU CATÉGORIE
========================= */

.elementor-3040101 .elementor-element.elementor-element-bdcaef1 .ce-phone-menu{
  width:100%;
  max-width:1100px;
  margin:18px auto 26px;
  position:relative;
  z-index:40;
}

.elementor-3040101 .elementor-element.elementor-element-bdcaef1 .ce-phone-menu__list{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:12px;
}

.elementor-3040101 .elementor-element.elementor-element-bdcaef1 .ce-phone-menu__item{
  position:relative;
}

.elementor-3040101 .elementor-element.elementor-element-bdcaef1 .ce-phone-menu__link{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:170px;
  min-height:46px;
  padding:0 16px;
  border:1px solid #cfd6df;
  border-radius:14px;
  background:linear-gradient(180deg,#ffffff 0%,#f6f8fb 100%);
  color:#0f172a !important;
  font-size:14px;
  font-weight:800;
  line-height:1;
  letter-spacing:.04em;
  text-transform:uppercase;
  text-decoration:none !important;
  cursor:pointer;
  transition:all .2s ease;
}

.elementor-3040101 .elementor-element.elementor-element-bdcaef1 .ce-phone-menu__link:hover{
  border-color:#07962A;
  color:#07962A !important;
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(7,150,42,.12);
}

/* =========================
   PC — DROPDOWN SI BESOIN
========================= */

.elementor-3040101 .elementor-element.elementor-element-bdcaef1 .ce-phone-menu__dropdown{
  position:absolute;
  top:calc(100% + 10px);
  left:50%;
  transform:translateX(-50%);
  min-width:240px;
  padding:10px;
  border-radius:16px;
  border:1px solid #d8e1ea;
  background:#ffffff;
  display:none;
  flex-direction:column;
  gap:6px;
  z-index:9999;
}

.elementor-3040101 .elementor-element.elementor-element-bdcaef1 .ce-phone-menu__item:hover .ce-phone-menu__dropdown{
  display:flex;
}

.elementor-3040101 .elementor-element.elementor-element-bdcaef1 .ce-phone-menu__dropdown-link{
  display:flex;
  align-items:center;
  min-height:38px;
  padding:0 12px;
  border-radius:12px;
  color:#0f172a !important;
  font-size:13px;
  font-weight:800;
  text-decoration:none !important;
  transition:all .18s ease;
}

.elementor-3040101 .elementor-element.elementor-element-bdcaef1 .ce-phone-menu__dropdown-link:hover{
  background:#f0fdf4;
  color:#07962A !important;
}

.elementor-3040101 .elementor-element.elementor-element-bdcaef1 .ce-phone-menu__arrow{
  margin-left:6px;
  font-size:12px;
}

/* =========================
   MOBILE — UNIVERS FILMS & SÉRIES
========================= */

@media (max-width:767px){

  .elementor-3040101 .elementor-element.elementor-element-bdcaef1 .ce-universe-video{
    margin:14px auto 18px;
    padding:0 14px;
    position:relative;
    z-index:400;
  }

  .elementor-3040101 .elementor-element.elementor-element-bdcaef1 .ce-universe-video__mobile-btn{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    min-height:52px;
    padding:0 12px 0 18px;
    border-radius:18px;
    border:1px solid #d8e1ea;
    background:#ffffff;
    color:#0f172a !important;
    font-size:14px;
    font-weight:950;
    letter-spacing:.06em;
    text-transform:uppercase;
    cursor:pointer;
    box-shadow:none;
    -webkit-tap-highlight-color:transparent;
  }

  .elementor-3040101 .elementor-element.elementor-element-bdcaef1 .ce-universe-video__mobile-icon{
    width:30px;
    height:30px;
    flex:0 0 30px;
    border-radius:999px;
    background:#07962A;
    position:relative;
  }

  .elementor-3040101 .elementor-element.elementor-element-bdcaef1 .ce-universe-video__mobile-icon::before{
    content:"";
    position:absolute;
    left:50%;
    top:45%;
    width:8px;
    height:8px;
    border-right:2px solid #ffffff;
    border-bottom:2px solid #ffffff;
    transform:translate(-50%,-50%) rotate(45deg);
    transition:transform .22s ease, top .22s ease;
  }

  .elementor-3040101 .elementor-element.elementor-element-bdcaef1 .ce-universe-video.is-open .ce-universe-video__mobile-icon::before{
    top:55%;
    transform:translate(-50%,-50%) rotate(-135deg);
  }

  .elementor-3040101 .elementor-element.elementor-element-bdcaef1 .ce-universe-video .ce-phone-menu{
    width:100%;
    max-width:100%;
    margin:0;
    padding:0;
    max-height:0;
    opacity:0;
    overflow:hidden;
    pointer-events:none;
    transform:translateY(-6px);
    transition:max-height .28s ease, opacity .2s ease, transform .22s ease, margin .2s ease, padding .2s ease;
  }

  .elementor-3040101 .elementor-element.elementor-element-bdcaef1 .ce-universe-video.is-open .ce-phone-menu{
    margin-top:8px;
    padding:10px;
    max-height:600px;
    opacity:1;
    pointer-events:auto;
    transform:translateY(0);
    border-radius:18px;
    border:1px solid #d8e1ea;
    background:#ffffff;
  }

  .elementor-3040101 .elementor-element.elementor-element-bdcaef1 .ce-phone-menu__list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }

  .elementor-3040101 .elementor-element.elementor-element-bdcaef1 .ce-phone-menu__item{
    width:100%;
  }

  .elementor-3040101 .elementor-element.elementor-element-bdcaef1 .ce-phone-menu__link{
    width:100%;
    min-width:0;
    min-height:42px;
    padding:0 10px;
    border-radius:14px;
    border:1px solid #d8e1ea;
    background:#ffffff;
    box-shadow:none;
    color:#0f172a !important;
    font-size:12px;
    font-weight:900;
    letter-spacing:.04em;
  }

  .elementor-3040101 .elementor-element.elementor-element-bdcaef1 .ce-phone-menu__link:active{
    transform:scale(.97);
    border-color:#07962A;
    color:#07962A !important;
  }

  .elementor-3040101 .elementor-element.elementor-element-bdcaef1 .ce-phone-menu__dropdown{
    position:static;
    transform:none;
    display:none;
    margin-top:8px;
    padding:8px;
    border-radius:16px;
    border:1px solid #eef2f5;
    background:#fafafa;
  }

  .elementor-3040101 .elementor-element.elementor-element-bdcaef1 .ce-phone-menu__item:hover .ce-phone-menu__dropdown{
    display:flex;
  }
}/* End custom CSS */
/* Start custom CSS for page-settings *//* =========================================================
   CASH EXPERT — CATEGORY PREMIUM FINAL V6
========================================================= */

/* =========================================================
   FOND PAGE
========================================================= */

body#category{
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8fafc 45%,
      #eef7f2 100%
    ) !important;
}

/* =========================================================
   MASQUER ELEMENTS NATIFS
========================================================= */

body#category h1,
body#category .h1,
body#category .page-title,
body#category #js-product-list-header,
body#category .block-category,
body#category #subcategories,
body#category .subcategories{
  display:none !important;
}

/* =========================================================
   BARRE TRI
========================================================= */

body#category #js-product-list-top,
body#category .products-selection{
  max-width:1260px !important;

  margin:18px auto 30px auto !important;
  padding:10px 14px !important;

  background:#ffffff !important;

  border:none !important;
  border-radius:18px !important;

  box-shadow:
    0 8px 24px rgba(15,23,42,.06) !important;
}

body#category .products-selection .row,
body#category #js-product-list-top .row{
  display:flex !important;
  align-items:center !important;
  flex-wrap:nowrap !important;
}

body#category .products-selection .display,
body#category #js-product-list-top .display{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
}

body#category .products-selection .display a,
body#category #js-product-list-top .display a{
  width:36px !important;
  height:36px !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  border:none !important;
  border-radius:10px !important;

  background:#ffffff !important;
  color:#07162e !important;

  box-shadow:
    0 4px 12px rgba(15,23,42,.06) !important;
}

body#category .products-selection .display .selected a,
body#category #js-product-list-top .display .selected a,
body#category .products-selection .display a:hover,
body#category #js-product-list-top .display a:hover{
  background:#07962a !important;
  color:#ffffff !important;
}

body#category .products-sort-order,
body#category .sort-by-row{
  margin-left:auto !important;
}

body#category .products-selection .sort-by,
body#category #js-product-list-top .sort-by{
  color:#4b5563 !important;
  font-size:13px !important;
  font-weight:900 !important;
  margin-right:10px !important;
}

body#category .products-selection .dropdown-toggle,
body#category #js-product-list-top .dropdown-toggle,
body#category .products-selection .select-title,
body#category #js-product-list-top .select-title{
  min-width:230px !important;
  min-height:42px !important;

  padding:0 14px !important;

  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;

  background:#f8fafc !important;

  border:none !important;
  border-radius:13px !important;

  color:#07162e !important;
  font-size:14px !important;
  font-weight:900 !important;

  box-shadow:
    0 4px 12px rgba(15,23,42,.05) !important;
}

/* =========================================================
   GRILLE
========================================================= */

body#category .products{
  max-width:1260px !important;
  margin:0 auto !important;

  display:flex !important;
  flex-wrap:wrap !important;
  align-items:stretch !important;
}

/* =========================================================
   PRODUITS
========================================================= */

body#category .products .product-miniature,
body#category #js-product-list .products article.product-miniature,
body#category #js-product-list .products .js-product-miniature{
  position:relative !important;

  margin-bottom:30px !important;
  padding:0 10px !important;

  text-align:center !important;

  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}

/* =========================================================
   RESET CADRES NATIFS
========================================================= */

body#category #js-product-list .products .product-miniature,
body#category #js-product-list .products .thumbnail-top,
body#category #js-product-list .products .product-thumbnail,
body#category #js-product-list .products .product-thumbnail a,
body#category #js-product-list .products .product-thumbnail picture,
body#category #js-product-list .products .product-thumbnail .product-image,
body#category #js-product-list .products .product-thumbnail .img_block,
body#category #js-product-list .products .product-thumbnail .image,
body#category #js-product-list .products .product-thumbnail .product-cover,
body#category #js-product-list .products .product-thumbnail .product-cover-image,
body#category #js-product-list .products .product-description,
body#category #js-product-list .products .product-meta,
body#category #js-product-list .products .product-container,
body#category #js-product-list .products .product-description-short,
body#category .products [class*="thumb"],
body#category .products [class*="image"],
body#category .products [class*="cover"]{
  background:transparent !important;
  background-color:transparent !important;

  border:none !important;
  outline:none !important;
  box-shadow:none !important;
}

/* =========================================================
   CARTE BLANCHE PREMIUM
========================================================= */

body#category .products .thumbnail-container{
  position:relative !important;

  height:100% !important;
  min-height:455px !important;

  padding:18px 16px 30px !important;

  background:#ffffff !important;

  border:none !important;
  outline:none !important;

  border-radius:24px !important;

  box-shadow:
    0 10px 28px rgba(15,23,42,.06) !important;

  transition:
    transform .18s ease,
    box-shadow .18s ease !important;

  overflow:hidden !important;
}

body#category .products .thumbnail-container:hover{
  transform:translateY(-4px) !important;

  box-shadow:
    0 18px 42px rgba(15,23,42,.10) !important;
}

/* =========================================================
   BADGES
========================================================= */

body#category .products .thumbnail-container::before{
  content:"QUALITÉ VÉRIFIÉE" !important;

  position:absolute !important;
  top:14px !important;
  left:14px !important;
  z-index:10 !important;

  padding:6px 9px !important;

  background:#07962a !important;
  color:#ffffff !important;

  border-radius:8px !important;

  font-size:9px !important;
  font-weight:900 !important;
  line-height:1 !important;
}

body#category .products .thumbnail-container::after{
  content:"TESTÉ & VALIDÉ" !important;

  position:absolute !important;
  top:45px !important;
  left:14px !important;
  z-index:10 !important;

  padding:6px 9px !important;

  background:#eef2f7 !important;
  color:#07162e !important;

  border-radius:8px !important;

  font-size:9px !important;
  font-weight:900 !important;
  line-height:1 !important;
}

/* =========================================================
   IMAGE
========================================================= */

body#category #js-product-list .products .product-thumbnail{
  height:215px !important;
  min-height:215px !important;

  margin:0 0 14px !important;

  padding:0 !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  background:transparent !important;
  border:none !important;
  outline:none !important;
  box-shadow:none !important;

  overflow:visible !important;
}

body#category #js-product-list .products .product-thumbnail a,
body#category #js-product-list .products .product-thumbnail picture{
  width:100% !important;
  height:100% !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  background:transparent !important;
  border:none !important;
  outline:none !important;
  box-shadow:none !important;
}

body#category #js-product-list .products .product-thumbnail::before,
body#category #js-product-list .products .product-thumbnail::after,
body#category #js-product-list .products .product-thumbnail a::before,
body#category #js-product-list .products .product-thumbnail a::after,
body#category #js-product-list .products .thumbnail-top::before,
body#category #js-product-list .products .thumbnail-top::after{
  display:none !important;
  content:none !important;
}

body#category #js-product-list .products .product-thumbnail img{
  display:block !important;

  width:auto !important;
  height:auto !important;

  max-width:92% !important;
  max-height:180px !important;

  object-fit:contain !important;

  background:transparent !important;

  border:none !important;
  outline:none !important;
  box-shadow:none !important;

  transition:transform .22s ease !important;
}

body#category .products .thumbnail-container:hover .product-thumbnail img{
  transform:scale(1.045) !important;
}

/* =========================================================
   WISHLIST
========================================================= */

body#category .product-miniature .wishlist-button-add,
body#category .product-miniature .btn-product-wishlist,
body#category .product-miniature .leo-wishlist-button,
body#category .product-miniature .wishlist-button-product,
body#category .product-miniature .wishlist-button{
  position:absolute !important;

  top:14px !important;
  right:14px !important;

  z-index:20 !important;

  width:40px !important;
  height:40px !important;

  border-radius:999px !important;

  background:#ffffff !important;

  border:none !important;

  box-shadow:
    0 8px 18px rgba(15,23,42,.10) !important;
}

/* =========================================================
   TITRE PRODUIT
========================================================= */

body#category .products .product-title,
body#category .products h3.product-title,
body#category .products .h3.product-title{
  min-height:48px !important;
  max-height:48px !important;

  margin:0 0 10px !important;

  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;

  overflow:hidden !important;

  color:#111111 !important;

  font-size:14px !important;
  font-weight:950 !important;
  line-height:1.28 !important;

  text-align:center !important;
  text-transform:uppercase !important;

  letter-spacing:.2px !important;
}

body#category .products .product-title a{
  color:#111111 !important;
  text-decoration:none !important;
  font-weight:950 !important;
}

/* =========================================================
   SOUS TEXTE
========================================================= */

body#category .products .product-title::after{
  content:"Contrôlé • Testé • Disponible magasin" !important;

  display:block !important;

  margin-top:9px !important;

  color:#667085 !important;

  font-size:11px !important;
  font-weight:700 !important;

  text-transform:none !important;
}

/* =========================================================
   PRIX
========================================================= */

body#category .product-price-and-shipping{
  margin:30px 0 0 !important;
  text-align:center !important;
}

body#category .product-price-and-shipping .price,
body#category .product-price-and-shipping .current-price,
body#category .product-price-and-shipping [itemprop="price"]{
  display:block !important;

  color:#07962a !important;

  font-size:22px !important;
  font-weight:950 !important;
  line-height:1.1 !important;
}

/* =========================================================
   CTA
========================================================= */

body#category .product-price-and-shipping::after{
  content:"Voir l’offre" !important;

  width:100% !important;
  max-width:210px !important;
  height:42px !important;

  margin:20px auto 0 !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  background:
    linear-gradient(
      180deg,
      #12b83f 0%,
      #07962a 100%
    ) !important;

  color:#ffffff !important;

  border:none !important;
  border-radius:12px !important;

  box-shadow:
    0 10px 20px rgba(7,150,42,.22) !important;

  font-size:13px !important;
  font-weight:950 !important;

  transition:.18s ease !important;
}

body#category .thumbnail-container:hover .product-price-and-shipping::after{
  transform:translateY(-1px) !important;

  box-shadow:
    0 14px 28px rgba(7,150,42,.28) !important;
}

/* =========================================================
   EXPEDITION
========================================================= */

body#category .product-description::after{
  content:"🚚 Expédition 24/48h" !important;

  display:block !important;

  margin-top:38px !important;

  color:#07162e !important;

  font-size:11px !important;
  font-weight:800 !important;
}

/* =========================================================
   SUPPRIMER NOUVEAU
========================================================= */

body#category .product-flags,
body#category .product-flag,
body#category .product-flag.new,
body#category .new,
body#category li.product-flag{
  display:none !important;
}

/* =========================================================
   MASQUAGES
========================================================= */

body#category .regular-price,
body#category .discount-percentage,
body#category .product-discount,
body#category .product-price-and-shipping .sr-only,
body#category .price-from,
body#category .from,
body#category .highlighted-informations,
body#category .quick-view,
body#category .variant-links,
body#category .comments_note,
body#category .product-list-reviews,
body#category .compare,
body#category .availability,
body#category .color-list-container{
  display:none !important;
}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:991px){

  body#category .products-selection .display,
  body#category #js-product-list-top .display{
    display:none !important;
  }

  body#category #js-product-list-top,
  body#category .products-selection{
    margin:12px 10px 18px !important;
    padding:10px !important;
  }

  body#category .products{
    padding:0 6px !important;
  }

  body#category .products .product-miniature{
    padding:0 6px !important;
    margin-bottom:16px !important;
  }

  body#category .products .thumbnail-container{
    min-height:405px !important;
    padding:14px 10px 26px !important;
    border-radius:20px !important;
  }

  body#category #js-product-list .products .product-thumbnail{
    height:170px !important;
    min-height:170px !important;
  }

  body#category #js-product-list .products .product-thumbnail img{
    max-height:140px !important;
  }

  body#category .products .product-title,
  body#category .products h3.product-title,
  body#category .products .h3.product-title{
    min-height:44px !important;
    max-height:44px !important;
    font-size:11px !important;
  }

  body#category .product-price-and-shipping{
    margin-top:24px !important;
  }

  body#category .product-price-and-shipping .price,
  body#category .product-price-and-shipping .current-price,
  body#category .product-price-and-shipping [itemprop="price"]{
    font-size:19px !important;
  }

  body#category .product-price-and-shipping::after{
    height:38px !important;
    max-width:180px !important;
    margin-top:18px !important;
    font-size:12px !important;
  }

  body#category .product-description::after{
    margin-top:30px !important;
    font-size:10px !important;
  }
}
/* =========================================================
   PANIER QUICK VIEW TOUJOURS VERT
========================================================= */

body#category .ajax_add_to_cart_button,
body#category .add-to-cart,
body#category .leo-bt-cart,
body#category .button-container .btn,
body#category .product-miniature .cart-button,
body#category .product-miniature .btn-cart,
body#category .product-miniature .ajax_add_to_cart_button{
  background:#07962a !important;
  background-color:#07962a !important;

  border:none !important;

  color:#ffffff !important;

  box-shadow:
    0 10px 22px rgba(7,150,42,.22) !important;
}

/* icone panier */
body#category .ajax_add_to_cart_button i,
body#category .add-to-cart i,
body#category .leo-bt-cart i,
body#category .cart-button i,
body#category .btn-cart i{
  color:#ffffff !important;
}

/* hover JAUNE supprimé */
body#category .ajax_add_to_cart_button:hover,
body#category .add-to-cart:hover,
body#category .leo-bt-cart:hover,
body#category .button-container .btn:hover,
body#category .product-miniature .cart-button:hover,
body#category .product-miniature .btn-cart:hover,
body#category .product-miniature .ajax_add_to_cart_button:hover{
  background:#12b83f !important;
  background-color:#12b83f !important;

  color:#ffffff !important;

  border:none !important;
}

/* supprimer état gris */
body#category .ajax_add_to_cart_button:before,
body#category .ajax_add_to_cart_button:after,
body#category .add-to-cart:before,
body#category .add-to-cart:after{
  background:none !important;
  border:none !important;
}
/* DESCENDRE EXPEDITION 24/48H */

body#category .product-description::after{
  display:block !important;

  position:relative !important;
  top:14px !important;
}
/* =========================================================
   FIX FINAL — VOIR L'OFFRE VRAIMENT CLIQUABLE
========================================================= */

/* on supprime l'ancien faux bouton NON cliquable */
body#category .product-price-and-shipping::after{
  display:none !important;
  content:none !important;
}

/* carte en position */
body#category .products .thumbnail-container{
  position:relative !important;
  padding-bottom:96px !important;
}

/* le lien titre sert aussi de vrai bouton */
body#category .products .product-title a{
  position:static !important;
}

/* vrai bouton cliquable car rattaché au lien produit */
body#category .products .product-title a::after{
  content:"Voir l'offre" !important;

  position:absolute !important;
  left:50% !important;
  bottom:58px !important;
  z-index:25 !important;

  transform:translateX(-50%) !important;

  width:210px !important;
  height:42px !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  background:linear-gradient(180deg,#12b83f 0%,#07962a 100%) !important;
  color:#ffffff !important;

  border-radius:12px !important;

  font-size:13px !important;
  font-weight:950 !important;
  text-transform:none !important;

  box-shadow:0 10px 20px rgba(7,150,42,.22) !important;

  cursor:pointer !important;

  transition:
    transform .18s ease,
    box-shadow .18s ease,
    filter .18s ease !important;
}

/* effet souris */
body#category .products .product-title a:hover::after{
  transform:translateX(-50%) translateY(-2px) scale(1.02) !important;
  filter:brightness(1.05) !important;
  box-shadow:0 16px 30px rgba(7,150,42,.32) !important;
}

/* expédition replacée dessous */
body#category .product-description::after{
  position:absolute !important;
  left:50% !important;
  bottom:28px !important;
  transform:translateX(-50%) !important;
  margin:0 !important;
  white-space:nowrap !important;
}

/* wishlist toujours cliquable */
body#category .wishlist-button-add,
body#category .btn-product-wishlist{
  z-index:60 !important;
}

/* mobile */
@media(max-width:991px){

  body#category .products .thumbnail-container{
    padding-bottom:88px !important;
  }

  body#category .products .product-title a::after{
    width:180px !important;
    height:38px !important;
    bottom:52px !important;
    font-size:12px !important;
  }

  body#category .product-description::after{
    bottom:24px !important;
    font-size:10px !important;
  }

}
/* =========================================================
   FIX EXPEDITION SOUS VOIR L'OFFRE
========================================================= */

body#category .products .thumbnail-container{
  position:relative !important;
  padding-bottom:118px !important;
}

body#category .product-description::after{
  content:"🚚 Expédition 24/48h" !important;

  position:absolute !important;
  top:auto !important;
  right:auto !important;
  left:50% !important;
  bottom:28px !important;

  transform:translateX(-50%) !important;

  display:block !important;
  margin:0 !important;

  white-space:nowrap !important;

  color:#07162e !important;
  font-size:11px !important;
  font-weight:800 !important;

  z-index:30 !important;
}

/* bouton au-dessus de l'expédition */
body#category .products .product-title a::after{
  bottom:58px !important;
}

@media(max-width:991px){

  body#category .products .thumbnail-container{
    padding-bottom:108px !important;
  }

  body#category .products .product-title a::after{
    bottom:56px !important;
  }

  body#category .product-description::after{
    bottom:28px !important;
    font-size:10px !important;
  }

}
/* =========================================================
   REDUIRE ESPACE PRIX
========================================================= */

body#category .product-price-and-shipping{
  margin:14px 0 0 !important;
  padding:0 !important;
}

body#category .products .product-title{
  min-height:auto !important;
  max-height:none !important;
  margin-bottom:4px !important;
}

/* mobile */
@media(max-width:991px){

  body#category .product-price-and-shipping{
    margin-top:10px !important;
  }

}
/* =========================================================
   REMONTER VOIR L'OFFRE + EXPEDITION
========================================================= */

body#category .products .product-title a::after{
  bottom:78px !important; /* avant 64 */
}

body#category .product-description::after{
  bottom:40px !important; /* avant 24 */
}

/* mobile */
@media(max-width:991px){

  body#category .products .product-title a::after{
    bottom:72px !important;
  }

  body#category .product-description::after{
    bottom:36px !important;
  }

}
/* =========================================================
   MOBILE — FONDU BLANC > VERT > BLANC
========================================================= */

@media(max-width:991px){

  body#category{
    background:#ffffff !important;
  }

  body#category #wrapper{
    background:
      linear-gradient(
        180deg,

        /* haut */
        #ffffff 0px,
        #ffffff 70px,
        #f5fbf7 150px,
        #eaf6ef 280px,
        #e1f1e7 520px,

        /* milieu vert doux */
        #dceee3 70%,

        /* retour blanc avant footer */
        #edf7f1 82%,
        #f7fbf8 92%,
        #ffffff 100%

      ) !important;
  }

  body#category main,
  body#category #content-wrapper,
  body#category #content,
  body#category .page-content,
  body#category .products,
  body#category #js-product-list,
  body#category .product_list{
    background:transparent !important;
    background-color:transparent !important;
  }

}
/* =========================================================
   MOBILE — PERTINENCE CENTRÉ + SUPPRESSION ICONES
========================================================= */

@media(max-width:991px){

  /* supprimer tous les pictos grille / liste */
  body#category .products-selection .display,
  body#category #js-product-list-top .display,
  body#category .products-selection .view-mode,
  body#category #js-product-list-top .view-mode,
  body#category .products-selection .grid-list,
  body#category #js-product-list-top .grid-list,
  body#category .products-selection .display li,
  body#category #js-product-list-top .display li,
  body#category .products-selection .display a,
  body#category #js-product-list-top .display a{
    display:none !important;
    width:0 !important;
    height:0 !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
  }

  /* barre blanche */
  body#category #js-product-list-top,
  body#category .products-selection{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    padding:16px 14px !important;
    margin:16px 10px 18px !important;

    border-radius:18px !important;
  }

  body#category #js-product-list-top .row,
  body#category .products-selection .row{
    width:100% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  /* bloc pertinence centré */
  body#category .products-sort-order,
  body#category .sort-by-row,
  body#category .products-selection .products-sort-order{
    position:relative !important;

    width:240px !important;
    max-width:240px !important;

    margin:0 auto !important;

    left:auto !important;
    right:auto !important;
    top:auto !important;
    transform:none !important;
  }

  /* bouton pertinence */
  body#category .products-selection .dropdown-toggle,
  body#category #js-product-list-top .dropdown-toggle,
  body#category .products-selection .select-title,
  body#category #js-product-list-top .select-title{
    width:240px !important;
    min-width:240px !important;
    height:42px !important;

    border-radius:12px !important;
    border:1px solid #d8e0ea !important;

    background:#f8fafc !important;
    box-shadow:none !important;

    padding:0 14px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
  }

}
/* =========================================================
   MOBILE — SUPPRIMER BULLE BLANCHE AUTOUR PERTINENCE
========================================================= */

@media(max-width:991px){

  /* bloc blanc supprimé */
  body#category #js-product-list-top,
  body#category .products-selection{
    background:transparent !important;
    border:none !important;
    box-shadow:none !important;

    padding:0 !important;
    margin:10px 0 14px !important;

    min-height:0 !important;
  }

  /* ligne centrée */
  body#category #js-product-list-top .row,
  body#category .products-selection .row{
    justify-content:center !important;
    margin:0 !important;
  }

  /* bloc pertinence */
  body#category .products-sort-order,
  body#category .sort-by-row{
    width:240px !important;
    max-width:240px !important;

    margin:0 auto !important;
  }

  /* bouton */
  body#category .products-selection .dropdown-toggle,
  body#category #js-product-list-top .dropdown-toggle,
  body#category .products-selection .select-title,
  body#category #js-product-list-top .select-title{
    height:40px !important;
    min-width:240px !important;

    border-radius:12px !important;

    background:#ffffff !important;

    border:1px solid #dbe4ee !important;

    box-shadow:
      0 4px 14px rgba(15,23,42,.05) !important;
  }

}
/* =========================================================
   FIX PROPRE — CENTRAGE RÉEL PERTINENCE
========================================================= */

@media(max-width:991px){

  /* reset complet */
  body#category .products-selection,
  body#category #js-product-list-top{
    display:grid !important;
    place-items:center !important;

    width:100% !important;

    padding:0 !important;
    margin:12px 0 18px !important;

    background:transparent !important;
    border:none !important;
    box-shadow:none !important;
  }

  /* reset bootstrap */
  body#category .products-selection .row,
  body#category #js-product-list-top .row,
  body#category .products-selection .row > div,
  body#category #js-product-list-top .row > div{
    width:auto !important;
    max-width:none !important;

    margin:0 !important;
    padding:0 !important;

    display:block !important;

    float:none !important;
    flex:none !important;
  }

  /* bloc pertinence */
  body#category .products-sort-order,
  body#category .sort-by-row{
    width:240px !important;
    max-width:240px !important;

    margin:0 auto !important;

    position:static !important;
    transform:none !important;
  }

  /* bouton */
  body#category .products-selection .dropdown-toggle,
  body#category #js-product-list-top .dropdown-toggle,
  body#category .products-selection .select-title,
  body#category #js-product-list-top .select-title{
    width:240px !important;
    min-width:240px !important;

    margin:0 auto !important;
  }

}/* End custom CSS */