.elementor-515 .elementor-element.elementor-element-3e90ea75{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-515 .elementor-element.elementor-element-1a4e6ff3{--display:flex;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.products-heading-show .related-products > h2, .elementor-widget-woocommerce-products.products-heading-show .upsells > h2, .elementor-widget-woocommerce-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-515 .elementor-element.elementor-element-6c69f620.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-515 .elementor-element.elementor-element-6c69f620.elementor-wc-products ul.products li.product span.onsale{display:block;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-515 .elementor-element.elementor-element-6c69f620.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-515 .elementor-element.elementor-element-6c69f620.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for html, class: .elementor-element-72c1ddcb *//* === BANNIÈRE PLEINE LARGEUR – AVEC PARALLAX ET ZOOM === */

.banniere-epices-full {
  position: relative;
  width: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8faf7 100%);
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* --- Texture d'épices avec effet parallax --- */
.banniere-epices-full .banniere-overlay {
  position: absolute;
  inset: 0;
  background: url("https://cdn.pixabay.com/photo/2018/02/01/19/20/spices-3121324_1280.jpg") center/cover no-repeat;
  opacity: 0.18;
  filter: blur(4px) brightness(1.1);
  z-index: 0;
  transform: scale(1);
  transition: transform 5s ease, background-position 1s ease;
}

/* --- Halo vert et doré --- */
.banniere-epices-full::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle at center, rgba(0,120,71,0.15) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 1;
}
.banniere-epices-full::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle at center, rgba(219,161,68,0.15) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 1;
}

/* --- Contenu --- */
.banniere-epices-full .banniere-content {
  position: relative;
  z-index: 2;
  font-family: 'Poppins', sans-serif;
  color: #222;
  padding: 80px 20px;
  max-width: 900px;
  animation: fadeInUp 1s ease forwards;
}

/* --- Titre --- */
.banniere-epices-full .banniere-content h1 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #007847;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 6px rgba(255,255,255,0.7);
}

/* --- Texte --- */
.banniere-epices-full .banniere-content p {
  font-size: 1.05rem;
  color: #333;
  max-width: 750px;
  margin: 0 auto 30px;
  line-height: 1.6;
  text-shadow: 0 1px 3px rgba(255,255,255,0.8);
}

/* --- Bouton --- */
.banniere-epices-full .banniere-btn {
  display: inline-block;
  background: linear-gradient(135deg, #007847, #00a35a);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 13px 34px;
  border-radius: 50px;
  transition: all 0.35s ease;
  box-shadow: 0 6px 20px rgba(0, 120, 71, 0.25);
}
.banniere-epices-full .banniere-btn:hover {
  background: linear-gradient(135deg, #00a35a, #007847);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 120, 71, 0.35);
}

/* --- Animation fade --- */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

/* --- Parallax dynamique au scroll --- */
@media (prefers-reduced-motion: no-preference) {
  .banniere-epices-full:hover .banniere-overlay {
    transform: scale(1.1);
    background-position: center 20px;
  }
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .banniere-epices-full {
    min-height: 340px;
  }
  .banniere-epices-full .banniere-content h1 {
    font-size: 1.9rem;
  }
  .banniere-epices-full .banniere-content p {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1a4e6ff3 *//* === BOUTIQUE ÉPICES DE MADAGASCAR – STYLE PREMIUM 2025 === */

/* === GRILLE PRODUITS === */
.elementor-widget-container ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
  gap: 50px !important;
  justify-items: center;
  max-width: 1300px;
  margin: 70px auto !important;
  padding: 50px 30px !important;
  background: rgba(255,255,255,0.9);
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* === CARTE PRODUIT === */
.elementor-widget-container ul.products li.product {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0,0,0,0.06);
  text-align: center;
  border: 1px solid rgba(0,0,0,0.05);
  transform: translateY(0);
  transition: all 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}
.elementor-widget-container ul.products li.product:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 20px 45px rgba(0,0,0,0.1);
  border-color: rgba(0,120,71,0.15);
}

/* === IMAGE PRODUIT === */
.elementor-widget-container ul.products li.product img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
  transition: transform 0.6s ease, filter 0.6s ease;
}
.elementor-widget-container ul.products li.product:hover img {
  transform: scale(1.07);
  filter: brightness(1.08) contrast(1.1) saturate(1.1);
}

/* === NOM DU PRODUIT === */
.elementor-widget-container ul.products li.product h2,
.elementor-widget-container ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600;
  font-size: 1.1rem;
  color: #111 !important;
  margin: 20px 0 8px !important;
  transition: color 0.3s ease;
}
.elementor-widget-container ul.products li.product:hover h2 {
  color: #007847 !important;
}

/* --- Barre décorative verte --- */
.elementor-widget-container ul.products li.product h2::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  margin: 8px auto 0;
  background: linear-gradient(90deg, #007847, #00a35a);
  border-radius: 3px;
  transition: width 0.35s ease;
}
.elementor-widget-container ul.products li.product:hover h2::after {
  width: 40%;
}

/* === PRIX === */
.elementor-widget-container ul.products li.product .price {
  color: #000 !important;
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 18px;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.elementor-widget-container ul.products li.product:hover .price {
  opacity: 1;
}

/* === BOUTON “AJOUTER AU PANIER” === */
.elementor-widget-container ul.products li.product a.button {
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, #007847, #00a35a);
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  padding: 13px 36px;
  font-size: 0.95rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px rgba(0,120,71,0.25);
  overflow: hidden;
}
.elementor-widget-container ul.products li.product a.button:hover {
  background: linear-gradient(135deg, #00a35a, #007847);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0,120,71,0.35);
}

/* Reflet sur le bouton */
.elementor-widget-container ul.products li.product a.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.05) 40%, rgba(255,255,255,0) 100%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}
.elementor-widget-container ul.products li.product a.button:hover::before {
  transform: translateX(100%);
}

/* === BADGE PROMO === */
.elementor-widget-container ul.products span.onsale {
  background: linear-gradient(135deg, #ffb347, #ff7e00);
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 7px 14px;
  border-radius: 40px;
  top: 18px;
  left: 18px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

/* === SUPPRESSION DU TEXTE "VOIR LE PANIER" === */
.woocommerce a.added_to_cart,
.elementor-widget-container .added_to_cart {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* === ANIMATION APPARITION === */
.elementor-widget-container ul.products li.product {
  opacity: 0;
  transform: translateY(25px);
  animation: fadeUp 0.9s ease forwards;
}
.elementor-widget-container ul.products li.product:nth-child(1) { animation-delay: 0.1s; }
.elementor-widget-container ul.products li.product:nth-child(2) { animation-delay: 0.2s; }
.elementor-widget-container ul.products li.product:nth-child(3) { animation-delay: 0.3s; }
.elementor-widget-container ul.products li.product:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .elementor-widget-container ul.products {
    gap: 25px !important;
    padding: 30px 15px !important;
  }
  .elementor-widget-container ul.products li.product img {
    height: 200px;
  }
  .elementor-widget-container ul.products li/* End custom CSS */