.elementor-1996 .elementor-element.elementor-element-d02a4b9{--display:flex;--padding-top:5%;--padding-bottom:5%;--padding-left:2%;--padding-right:2%;}.elementor-1996 .elementor-element.elementor-element-8eb3935 .wps-items.wps-items-list{grid-template-columns:repeat(3,1fr);grid-column-gap:40px;}.elementor-1996 .elementor-element.elementor-element-8eb3935 .wps-products-title{color:var( --e-global-color-text );font-family:"Barlow", Sans-serif;font-size:24px;font-weight:700;}.elementor-1996 .elementor-element.elementor-element-8eb3935 .wps-component-products-description{color:#111111;}.elementor-1996 .elementor-element.elementor-element-8eb3935 .wps-component-products-pricing *{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1996 .elementor-element.elementor-element-8eb3935 .wps-product-image-wrapper{justify-content:flex-start;}.elementor-1996 .elementor-element.elementor-element-8eb3935 .wps-add-to-cart{background-color:var( --e-global-color-secondary );}.elementor-1996 .elementor-element.elementor-element-8eb3935 .wps-add-to-cart span{color:var( --e-global-color-text );}.elementor-1996 .elementor-element.elementor-element-8eb3935 .wps-btn-dropdown .wps-btn.wps-icon-dropdown{background-color:#FFF;color:#FFFFFF;}/* Start custom CSS for shopwp-products, class: .elementor-element-8eb3935 */.shopwp-grid [data-wpshopify-component] * {
  box-sizing: border-box;
}

/* GRILLE PRODUITS */
.shopwp-grid [data-wpshopify-component] ul:not([role="menu"]):not(.szh-menu),
.shopwp-grid [data-wpshopify-component] ol {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

/* TABLETTE */
@media (max-width: 1024px) {
  .shopwp-grid [data-wpshopify-component] ul:not([role="menu"]):not(.szh-menu),
  .shopwp-grid [data-wpshopify-component] ol {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px !important;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .shopwp-grid [data-wpshopify-component] ul:not([role="menu"]):not(.szh-menu),
  .shopwp-grid [data-wpshopify-component] ol {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

/* PROTECTION DES MENUS */
.shopwp-grid [data-wpshopify-component] .szh-menu-container,
.shopwp-grid [data-wpshopify-component] .szh-menu,
.shopwp-grid [data-wpshopify-component] ul[role="menu"] {
  display: block !important;
}

.shopwp-grid [data-wpshopify-component] .szh-menu {
  position: absolute !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.shopwp-grid [data-wpshopify-component] li[role="menuitem"] {
  display: block !important;
}/* End custom CSS */