/**
 * Personnalisations générales du thème
 * 
 * Ce fichier contient les styles personnalisés pour le thème Pycofa
 * qui ne sont pas spécifiques à Elementor ou WooCommerce
 */

.menu-404 .wpml-ls-statics-shortcode_actions a {
  border-color: #e21f1d !important;
}

.menu-404 .wpml-ls-statics-shortcode_actions {
  background-color: #e21f1d !important;
}

.price {
  visibility: hidden !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #flags-desktop-ipad .wpml-ls-legacy-dropdown {
    padding-bottom: 5px;
    max-width: 100px;
    float: right;
  }

  /*
	.made-secure-delivery .elementor-widget-uael-infobox {
	width: 100vw !important;
	margin: 0 auto;
	padding: 0 20%;
}
	.made-secure-delivery .elementor-element-70af9e9b .elementor-widget-uael-infobox {
	position: relative;
	right: 20px;
}
.elementor-element.elementor-products-grid ul.products
		.made-secure-delivery 	.elementor-element-169ed437 .elementor-widget-uael-infobox {
	position: relative;
	right: 20px;
}
		.made-secure-delivery 	.elementor-element-169ed437 .elementor-widget-uael-infobox {
	position: relative;
	right: 20px;
}*/
}

/* UNIVERS MOBILE 100% */
.univers-mobile .elementor-element {
  width: 100% !important;
  padding: 0 8px;
}

/* SAV */
.hide-label .forminator-label {
  display: none !important;
}

#cookie_action_close_header {
  border-radius: 8px !important;
}

.has-submenu:hover {
  cursor: default;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .woocommerce-product-search {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .wpml-ls-item {
    display: inline-block;
  }

  .woocommerce-page input[type="search"],
  .woocommerce input[type="search"] {
    background: transparent;
    color: #707070 !important;
  }

  .woocommerce-product-search .search-field:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
  }

  .woocommerce-product-search .search-field::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #707070 !important;
    font-size: 16px !important;
    opacity: 1;
    /* Firefox */
  }

  .woocommerce-product-search .search-field:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 16px !important;
    color: #707070 !important;
  }

  .woocommerce-product-search .search-field::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 16px !important;
    color: #707070 !important;
  }

  .woocommerce-product-search .search-field:hover,
  .woocommerce-product-search .search-field:focus,
  .woocommerce-product-search .search-field:active {
    background-color: transparent !important;
    color: #707070;
  }

  .woocommerce-product-search {
    margin-right: 10px;
    max-height: 40px;
    border: 2px solid #707070 !important;
    border-radius: 8px;
  }

  .woocommerce-product-search .search-field {
    border-radius: 8px;
    max-height: 40px;
    border: none;
    background: inherit;
  }

  .woocommerce-product-search .search-submit {
    border-radius: 8px;
    max-height: 40px;
    padding: 10px;
    line-height: 0px;
    border: none;
    background: inherit;
    color: #707070;
  }
}

.woocommerce-page input[type="search"],
.woocommerce input[type="search"] {
  background: transparent;
  color: white;
}

@-webkit-keyframes autofill {
  to {
    color: #fff;
    background: transparent;
  }
}

.woocommerce-product-search .search-field:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.woocommerce-product-search .search-field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  font-size: 16px !important;
  opacity: 1;
  /* Firefox */
}

.woocommerce-product-search .search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 16px !important;
  color: white;
}

.woocommerce-product-search .search-field::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 16px !important;
  color: white;
}

.woocommerce-product-search .search-field:hover,
.woocommerce-product-search .search-field:focus,
.woocommerce-product-search .search-field:active {
  background-color: transparent !important;
  color: #fff;
}

.woocommerce-product-search {
  margin-right: 10px;
  max-height: 40px;
  border: 2px solid #fff;
  border-radius: 8px;
}

.woocommerce-product-search .search-field {
  border-radius: 8px;
  max-height: 40px;
  border: none;
  background: inherit;
}

.woocommerce-product-search .search-submit {
  border-radius: 8px;
  max-height: 40px;
  padding: 10px;
  line-height: 0px;
  border: none;
  background: inherit;
}

.astra-advanced-hook-1123 {
  font-size: 11px !important;
}

#searchform {
  height: 40px;
  border: 2px solid #fff;
  border-radius: 8px;
  margin-right: 10px;
}

#searchform input {
  border-radius: 8px;
  max-height: 35px;
  background: transparent;
  border: none;
  width: 80%;
}

#searchsubmit {
  border-radius: 8px;
  padding: 5px;
  max-height: 35px;

  float: right;
  width: 20%;
}

#searchsubmit:hover {
  background-color: transparent;
  border: none;
}

#searchform input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

#searchform input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

#searchform input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.bouton-revendeur a {
  margin-top: 5px;
  font-family: "Direkteur", Sans-serif !important;
  font-weight: bold !important;
  letter-spacing: 0px !important;
  background-color: #00a3e2 !important;
  border-radius: 8px 8px 8px 8px !important;
}

.isrc-ajaxsearchform input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

.isrc-ajaxsearchform input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

.isrc-ajaxsearchform input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

/*NAV MENU ETAIT SUR DEUX LIGNES*/
@media screen and (min-width: 1025px) and (max-width: 1193px) {
  .elementor-location-header ul.pp-advanced-menu li {
    font-size: 78% !important;
  }
}

/* PREVENT 20PX MARGIN RIGHT ON SMALL SCREENS FOR CARDS*/
@media screen and (max-width: 767px) {
  .archive .products li {
    margin-right: 0px !important;
  }

  /* SEARCH RESULTS ON MOBILE 1 COL */
  /* .elementor-element.elementor-products-grid ul.products {
    display: block;
  }

  .elementor-element.elementor-products-grid ul.products li {
    width: 100% !important;
    margin-bottom: 16px !important;
  } */
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* image 3-7 ans pas suffisament grosse */
  .elementor-element-395dd372 img {
    width: 246px !important;
  }
}

/* Add spacing between cards in archives on ipad landscape */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .single .related img {
    padding-bottom: 90px !important;
  }

  .archive .products li {
    margin-right: 16px !important;
  }

  .search .products li {
    margin-right: 0px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* image 3-7 ans pas suffisament grosse */
  .elementor-element-395dd372 img {
    width: 331px !important;
  }

  /*Footer livraison rapide pas à la bonne taille*/
  .elementor-element-6ef46a5 img {
    width: 100px !important;
  }
}

/* LAST PRODUCT IPAD TOO LARGE */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /*.archive .products .last {
	margin-right: 20px !important;
}*/

  .woocommerce-page .related li.product a img {
    margin-bottom: 90px !important;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: 0em !important;
  }
}

/*HEADER 100% pages licenses*/
.archive .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1200px !important;
}

.tab-result {
  border-top-color: transparent !important;
}

/* DISABLE INFINITE SCROLL ON ARCHIVES */
body:not(.logged-in) {
  position: static !important;
}

/* CARDS IMAGES OVERLAPSING TITLES */
@media screen and (max-width: 767px) {
  /* 	.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
margin-bottom: 80px !important;
} */
}

/* NEW FORM */
.isrc-s {
  background: transparent !important;
}

.isrc_sc_1 .isrc-input-wrapper,
.isrc_sc_2 .isrc-input-wrapper,
.isrc_sc_3 .isrc-input-wrapper,
.isrc_sc_4 .isrc-input-wrapper {
  background: transparent !important;
  border-radius: 10px;
  min-height: 35px !important;
  max-height: 35px !important;
  line-height: 12px !important;
  border: 2px solid #fff;
}

.isrc_sc_1 input::placeholder,
.isrc_sc_2 input::placeholder,
.isrc_sc_3 input::placeholder,
.isrc_sc_4 input::placeholder {
  font-size: 16px !important;
}

.isrc_sc_1 input,
.isrc_sc_2 input,
.isrc_sc_3 input,
.isrc_sc_4 input {
  font-size: 16px !important;
}

.isrc_sc_1 .isrc-input-wrapper button,
.isrc_sc_2 .isrc-input-wrapper button,
.isrc_sc_3 .isrc-input-wrapper button,
.isrc_sc_4 .isrc-input-wrapper button {
  border: 0px;
  background: transparent !important;
}

#isearch-mobile .isrc_sc_1 .isrc-input-wrapper,
#isearch-mobile .isrc_sc_2 .isrc-input-wrapper,
#isearch-mobile .isrc_sc_3 .isrc-input-wrapper,
#isearch-mobile .isrc_sc_4 .isrc-input-wrapper {
  border: 2px solid #5f5e5e !important;
}

#isearch-mobile .isrc_sc_1 input,
#isearch-mobile .isrc_sc_2 input,
#isearch-mobile .isrc_sc_3 input,
#isearch-mobile .isrc_sc_4 input {
  color: #5f5e5e !important;
}

#isearch-mobile .isrc_sc_1 input::placeholder,
#isearch-mobile .isrc_sc_2 input::placeholder,
#isearch-mobile .isrc_sc_3 input::placeholder,
#isearch-mobile .isrc_sc_4 input::placeholder {
  color: #5f5e5e !important;
}

#isearch-mobile .isrc-sbm-svg {
  background-color: #5f5e5e !important;
}

#forminator-submit {
  border-radius: 10px !important;
}

/*RESPONSIVE*/
@media (max-width: 544px) {
  .woocommerce-page[class*="columns-"] ul.products li.product:nth-child(n),
  .woocommerce[class*="columns-"] ul.products li.product:nth-child(n) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-loop-product__title {
    margin-top: 10px !important;
  }

  .swiper-button-prev::after {
    /*content: "précédent";*/
    font-size: 15px;
    position: relative;
    bottom: 2px;
    left: 7px;
  }

  .swiper-button-next::before {
    /*content: "précédent";*/
    font-size: 15px;
    position: relative;
    bottom: 2px;
    right: 7px;
  }

  .swiper-button-prev {
    padding: 10px 30px 10px 25px !important;
  }

  .swiper-button-next {
    padding: 10px 25px 10px 30px !important;
    margin-right: -10px !important;
  }

  #marques-vraies-home .swiper-button-next {
    margin-right: 0px !important;
  }

  .swiper-button-prev,
  .swiper-button-next {
    border-radius: 8px;
    margin-top: 80px !important;
    background-color: #00a2e1 !important;
    color: #fff;
  }

  .swiper-pagination {
    margin-top: 80px;
  }

  .filtres-ages li {
    max-width: 100% !important;
  }
}

.header-search-bar-mobile #formulaire-recherche {
  border: 1.5px solid;
  color: #818181;
}

.my_placeholder_container .my_placeholder::placeholder {
  color: #000;
}

.my_placeholder_container .my_placeholder {
  color: #000;
}

.my_placeholder_container .my_placeholder::-webkit-input-placeholder {
  color: #000;
}

.my_placeholder_container .my_placeholder::-moz-placeholder {
  color: #000;
}

.my_placeholder_container .my_placeholder::-ms-placeholder {
  color: #000;
}

.header-search-bar-mobile #formulaire-recherche input {
  width: 80%;
  max-height: 27px;
  color: #000 !important;
}

.header-search-bar-mobile #formulaire-recherche input::placeholder {
  color: #000 !important;
}

.header-search-bar-mobile #searchsubmit {
  background-color: transparent;
  border-color: transparent;
  color: #818181;
}

#searchsubmit:focus {
  border-color: transparent !important;
  background-color: transparent !important;
}

#formulaire-recherche::placeholder {
  color: #000 !important;
}

/*.woocommerce-loop-product__title {
	height: 100px;
}*/
/*.astra-shop-summary-wrap {
    height: 105px;
    line-height: 105px;
}*/

.uael-woo-add-to-cart {
  height: 42px !important;
}

.astra-advanced-hook-3355 {
  font-size: 11px !important;
}

.woocommerce-loop-product__title {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.ast-article-single,
.ast-article-post {
  position: relative !important;
  min-height: 397px !important;
}

.astra-shop-summary-wrap {
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.astra-shop-thumbnail-wrap img {
  border-radius: 20px;
}

/*SAV*/
.forminator-title {
  font-family: "Direkteur" !important;
  line-height: 22px;
}

.forminator-button-next,
.forminator-button-back {
  background-color: #00a3e2 !important;
  border-radius: 10px !important;
}

/* DAPEAUX DISTRIB */
.distri-flag {
  width: 40px;
  margin-right: 15px;
}

.pp-accordion-tab-title {
  padding: 5px 20px 5px 5px !important;
}

.pp-accordion-tab-content {
  padding-right: 45px !important;
  word-break: break-all !important;
}

/* Enlever le padding L&R des pages d'archives produit */
.ast-container {
  padding-left: 0px;
  padding-right: 0px;
}

/* HIDE ADDED TO CART */
.added_to_cart {
  display: none !important;
}

/* HEADER SEARCH BAR */
#header-search-bar .elementor-search-form__container {
  min-height: 35px !important;
  max-height: 35px !important;
  line-height: 12px !important;
}

#header-search-bar .elementor-search-form__input {
  line-height: 20px;
  font-weight: 400;
}

/* FILTRES AGE OLD
.filtres-ages li {
	margin-top: 20px !important;
}
.filtres-ages li a {
	background: #00a3e2;
	color: #fff;
	padding: 5px 50px 10px 50px;
	border-radius: 20px;
	font-weight: bold;
}
.filtres-ages .cat-item-all a {
	background: transparent;
	padding: 10px;
}*/

/* FILTRES AGE */
#filtres-ages-baroudeurs h5,
#filtres-ages-jardiniers h5,
#filtres-ages-tetes-brulees h5 {
  color: #fff;
}

.filtres-ages li {
  padding-top: 4px !important;
  margin-top: 20px !important;
  background: #00a3e2;
  border-radius: 20px;
  text-align: center !important;
  border: solid 3px #41caff !important;
  max-width: 250px;
}

.filtres-ages li:last-child {
  margin-bottom: 40px;
}

.filtres-ages li a {
  display: block;
  line-height: 30px;
  color: #fff;
  font-size: 30px;
  font-family: Direkteur;
  text-transform: uppercase;
}

.filtres-ages li .count {
  display: none;
}

.filtres-ages h5 {
  font-family: "Roboto";
  font-size: 22px;
  font-weight: bold;
}

.filtres-ages .cat-item-all a {
  background: transparent;
  padding: 10px;
}

/*Bandeau 404 RED*/
/*.elementor-page-269 .elementor-location-header .elementor-element-a4bf88b .elementor-column-wrap,
.elementor-page-269 .elementor-location-header .elementor-element-431d382 .elementor-column-wrap
{
	background-color: #e21f1d !important;
}*/

.error404
  .elementor-179
  .elementor-element.elementor-element-2e8518fd
  .pp-advanced-menu--dropdown {
  background-color: #e21f1d !important;
}

.error404 #searchsubmit {
  border-color: #e21f1d !important;
  background-color: #e21f1d !important;
}

.error404
  .elementor-179
  .elementor-element.elementor-element-ee83527:not(
    .elementor-motion-effects-element-type-background
  )
  > .elementor-element-populated,
.elementor-179
  .elementor-element.elementor-element-ee83527
  > .elementor-column-wrap
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #e21f1d !important;
}

.error404
  .elementor-179
  .elementor-element.elementor-element-42d68f2b:not(
    .elementor-motion-effects-element-type-background
  )
  > .elementor-element-populated,
.elementor-179
  .elementor-element.elementor-element-42d68f2b
  > .elementor-column-wrap
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #e21f1d !important;
}

.elementor-column-wrap {
  padding: 0 !important;
}

/* Nos marques comme les vraies*/
.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  background-image: none !important;
}

.elementor-text-editor p {
  margin-bottom: 0px !important;
}

.archive .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 90%;
}

@media (min-width: 1201px) {
  .archive.ast-woo-shop-archive .site-content > .ast-container {
    max-width: 100%;
  }

  .archive .elementor-section-boxed > .elementor-container {
    max-width: 1200px !important;
    margin: 0 auto;
  }
}

.product-search-results .search-results .product {
  border-bottom: 1px solid #e9eae8 !important;
  padding-top: 10px !important;
}

.wps_add_to_cart {
  margin-top: 10px;
  margin-bottom: 15px;
}

.product-search-results .search-results .product .title {
  font-weight: bold;
}

#formulaire-recherche {
  border-radius: 10px;
  border: 2px solid #fff;
}

#formulaire-recherche input,
#formulaire-recherche button {
  vertical-align: middle;
}

#formulaire-recherche input {
  background: transparent;
  max-height: 35px;
  border: none;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  width: 90%;
}

#formulaire-recherche button {
  max-height: 35px;
  margin: 0 !important;
  padding: 0 !important;
}

#formulaire-recherche button:hover {
  background: none;
  border: none;
}

#formulaire-recherche input::placeholder {
  color: #fff !important;
  font-weight: 300;
}

.woocommerce-product-details__short-description p {
  margin-bottom: 0px !important;
}

/* WOOCOMMERCE GRID */
.astra-shop-summary-wrap .price {
  float: left;
  margin: 0 !important;
}

.astra-shop-summary-wrap .woocommerce-loop-product__title {
  border-bottom: 1px solid #00a3e2;
  padding-bottom: 5px !important;
}

.astra-shop-summary-wrap .astra-advanced-hook-1153 {
  float: right;
  margin: 8px 0 0 0 !important;
}

/*.astra-shop-summary-wrap .price,
.astra-shop-summary-wrap .astra-advanced-hook-1153
{
	display: inline-block !important;
}*/

.astra-shop-summary-wrap .astra-advanced-hook-1153 {
  margin-left: 80px;
}

/* */
@media screen and (max-width: 767px) {
  .astra-shop-summary-wrap {
    position: relative !important;
  }

  .products li img {
    margin-bottom: 0px !important;
  }

  ul.products .astra-shop-summary-wrap {
    background: white !important;
    margin-top: -30px;
    border-radius: 0 0 20px 20px !important;
  }
}

/* FIX POUR LES CARTES TROP HAUTES - 2025 */
/* Configuration des cartes avec hauteur égale par rangée */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.ast-article-single,
.ast-article-post {
  min-height: 300px !important; /* Hauteur minimale raisonnable au lieu de 397px */
  height: 100% !important; /* Prend toute la hauteur disponible dans la grille */
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important; /* Répartit l'espace entre les éléments */
}

/* Structure interne optimisée */
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
.woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap {
  margin-bottom: 0 !important;
  flex-shrink: 0; /* L'image garde sa taille */
}

/* Conteneur du contenu avec flexbox */
.woocommerce ul.products li.product .astra-shop-summary-wrap,
.woocommerce-page ul.products li.product .astra-shop-summary-wrap {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  padding: 10px !important;
  width: 100% !important;
  flex-grow: 1; /* Prend l'espace disponible */
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

/* Groupe titre + prix */
.woocommerce ul.products li.product .astra-shop-summary-wrap > a,
.woocommerce ul.products li.product .astra-shop-summary-wrap > span.price {
  flex-shrink: 0;
}

/* Optimisation des titres de produits */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: 8px !important;
  line-height: 1.3 !important;
  font-size: 15px !important;
  min-height: 2.6em; /* Environ 2 lignes */
}

/* Style de la référence produit */
.woocommerce ul.products li.product .astra-advanced-hook-1123,
.woocommerce-page ul.products li.product .astra-advanced-hook-1123 {
  margin-bottom: 5px !important;
  font-size: 11px !important;
  color: #999;
  order: -1; /* Place la référence avant le titre */
}

/* Ajustement pour les prix */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  margin-bottom: 8px !important;
  font-weight: bold;
}

/* Conteneur Elementor (bouton) poussé vers le bas */
.woocommerce ul.products li.product .astra-advanced-hook-4900,
.woocommerce-page ul.products li.product .astra-advanced-hook-4900 {
  margin-top: auto !important; /* Pousse le bouton vers le bas */
  margin-bottom: 0 !important;
}

/* Réduction de la taille du bouton Revendeur */
.woocommerce ul.products li.product .elementor-widget-button,
.woocommerce-page ul.products li.product .elementor-widget-button {
  margin: 5px 0 0 0 !important;
}

.woocommerce ul.products li.product .elementor-button.elementor-size-xs,
.woocommerce-page ul.products li.product .elementor-button.elementor-size-xs {
  padding: 8px 15px !important;
  font-size: 13px !important;
}

/* Media queries pour mobile */
@media screen and (max-width: 767px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    min-height: 280px !important; /* Hauteur minimale plus petite sur mobile */
  }
  
  .woocommerce ul.products li.product .astra-shop-summary-wrap,
  .woocommerce-page ul.products li.product .astra-shop-summary-wrap {
    margin-top: 0 !important;
  }
}

/* STYLES SUPPLÉMENTAIRES POUR ELEMENTOR GRIDS */
/* La grille garde son comportement naturel d'égalisation des hauteurs */
.elementor-products-grid ul.products {
  /* Retrait de align-items: start pour permettre l'égalisation des hauteurs */
}

/* Suppression des hauteurs fixes sur les widgets Elementor dans les cartes */
.woocommerce ul.products li.product .elementor,
.woocommerce ul.products li.product .elementor-section,
.woocommerce ul.products li.product .elementor-column,
.woocommerce ul.products li.product .elementor-widget-wrap {
  height: auto !important;
  min-height: auto !important;
}

/* Optimisation spécifique pour la section du bouton Revendeur */
.woocommerce ul.products li.product .elementor-section-height-default {
  min-height: auto !important;
}

/* Réduction du padding dans les colonnes Elementor */
.woocommerce ul.products li.product .elementor-element-populated {
  padding: 5px !important;
}
