.elementor-847 .elementor-element.elementor-element-2abd051d{--display:grid;--e-con-grid-template-columns:repeat(4, 1fr);--e-con-grid-template-rows:repeat(3, 1fr);--grid-auto-flow:row;}.elementor-847 .elementor-element.elementor-element-2abd051d:not(.elementor-motion-effects-element-type-background), .elementor-847 .elementor-element.elementor-element-2abd051d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-847 .elementor-element.elementor-element-2abd051d{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-847 .elementor-element.elementor-element-2abd051d{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for image, class: .elementor-element-3c8e0cb5 */.ad-card img {
  transition: transform .35s ease, box-shadow .35s ease;
}

.ad-card:hover img {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-20be1a33 */.ad-card img {
  transition: transform .35s ease, box-shadow .35s ease;
}

.ad-card:hover img {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-6c5645a6 */.ad-card img {
  transition: transform .35s ease, box-shadow .35s ease;
}

.ad-card:hover img {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-9fe7577 */.ad-card img {
  transition: transform .35s ease, box-shadow .35s ease;
}

.ad-card:hover img {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2abd051d *//* ✅ Conteneur principal */
.product-card {
  text-align: center;
  margin-top: 10px;
  padding: 15px;
  border-radius: 10px;
}

/* ✅ Titre du produit */
.product-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #222;
  margin-bottom: 5px;
}

/* ✅ Dimensions */
.product-size {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #777;
  margin-bottom: 15px;
}

/* ✅ Bloc prix */
.product-price {
  margin-bottom: 20px;
}

.current-price {
  font-size: 22px;
  font-weight: bold;
  color: #ff4d4d; /* Rouge promo */
  margin-right: 10px;
}

.old-price {
  font-size: 14px;
  color: #aaa;
  text-decoration: line-through;
}

/* ✅ Bouton WhatsApp */
.whatsapp-button {
  display: inline-block;
  background-color: #25D366;
  color: #fff;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.whatsapp-button i {
  margin-right: 8px;
}

.whatsapp-button:hover {
  background-color: #1DA851;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.25);
}/* End custom CSS */