.elementor-kit-63{--e-global-color-primary:#A30046;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Fira Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-17c514c-font-family:"Times New Roman";--e-global-typography-17c514c-font-size:50px;--e-global-typography-17c514c-letter-spacing:1px;--e-global-typography-6ea01a7-font-family:"Times New Roman";--e-global-typography-6ea01a7-font-size:30px;--e-global-typography-6ea01a7-text-transform:uppercase;--e-global-typography-6ea01a7-letter-spacing:1px;--e-global-typography-a2fda6a-font-family:"Fira Sans";--e-global-typography-a2fda6a-font-size:20px;color:#000000;font-family:"Fira Sans", Sans-serif;}.elementor-kit-63 a{color:var( --e-global-color-primary );}.elementor-kit-63 h1{font-family:"Times New Roman", Sans-serif;font-size:60px;letter-spacing:1px;}.elementor-kit-63 h3{font-family:"Times New Roman", Sans-serif;font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:22px;}.elementor-element{--widgets-spacing:22px 22px;--widgets-spacing-row:22px;--widgets-spacing-column:22px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-63 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1) Desktop – images de produits limitées à 250px */
.wc-block-grid__products .wc-block-grid__product-image img,
.wp-block-woocommerce-product-template img {
  max-height: 250px;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

/* 2) Tablette – max 200px */
@media (max-width: 1024px) {
  .wc-block-grid__products .wc-block-grid__product-image img,
  .wp-block-woocommerce-product-template img {
    max-height: 200px;
  }
}

/* 3) Mobile – max 150px, moins de padding */
@media (max-width: 768px) {
  .wc-block-grid__products .wc-block-grid__product-image img,
  .wp-block-woocommerce-product-template img {
    max-height: 150px;
  }
  .wc-block-grid__products .wc-block-grid__product,
  .wp-block-woocommerce-product-template {
    padding: 5px;
  }
}/* End custom CSS */