.elementor-123178 .elementor-element.elementor-element-430c34c{--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;--padding-top:0px;--padding-bottom:150px;--padding-left:0px;--padding-right:0px;}.elementor-123178 .elementor-element.elementor-element-c14299f{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-123178 .elementor-element.elementor-element-b3518ca{--display:flex;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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 );}.elementor-123178 .elementor-element.elementor-element-c0136ff{text-align:center;}.elementor-123178 .elementor-element.elementor-element-c0136ff img{width:30%;}.elementor-123178 .elementor-element.elementor-element-bc67e93{--display:flex;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-123178 .elementor-element.elementor-element-3588bf7{text-align:center;}.elementor-123178 .elementor-element.elementor-element-3588bf7 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:28px;font-weight:bold;color:#F22E8A;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-123178 .elementor-element.elementor-element-4451652{text-align:center;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:400;}.woocommerce .elementor-widget-woocommerce-product-price .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-123178 .elementor-element.elementor-element-50e1f82{text-align:center;}.woocommerce .elementor-123178 .elementor-element.elementor-element-50e1f82 .price{color:#000000;font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:600;}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-123178 .elementor-element.elementor-element-4a66d2e .cart button, .elementor-123178 .elementor-element.elementor-element-4a66d2e .cart .button{font-family:"Montserrat", Sans-serif;font-size:20px;font-weight:500;text-transform:none;color:#FFFFFF;background-color:#F22E8A;transition:all 0.2s;}@media(max-width:767px){.elementor-123178 .elementor-element.elementor-element-430c34c{--padding-top:30px;--padding-bottom:30px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for woocommerce-product-add-to-cart, class: .elementor-element-4a66d2e *//* Groupe (bloc de chaque catégorie) */
.ywapo_group_container {
  background: #fff0f7; /* très clair, nuance rose très pâle */
  border: 1px solid #f5c9e1; /* rose clair */
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 30px;
}

/* Titre du groupe */
.ywapo_group_container h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Conteneur des options */
.ywapo_options_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 20px;
}

/* Carte d’option */
.ywapo_input_container {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 12px;
  width: 140px;
  padding: 12px 16px;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(242, 46, 138, 0.1);
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
  text-align: left;
}

.ywapo_input_container:hover:not(.ywapo_selected) {
  transform: scale(1.03);
  border-color: #f22e8a; /* rose vif */
  box-shadow: 0 6px 15px rgba(242, 46, 138, 0.25);
}

/* Option sélectionnée */
.ywapo_input_container.ywapo_selected {
  border: 2px solid #f22e8a !important;
  box-shadow: 0 6px 15px rgba(242, 46, 138, 0.35) !important;
}

/* Image des options */
.ywapo_single_option_image {
  width: auto;
  max-height: 90px;
  object-fit: contain;
  margin-bottom: 10px;
  border-radius: 10px;
  display: block;
}

/* Nom de l’option */
.ywapo_option_label {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
  line-height: 1.25;
  display: block;
  width: 100%;
}

/* Prix, bien aligné à gauche */
.ywapo_label_price {
  margin: 0 0 8px 0;
  padding: 5px 12px;
  background: #fce1f1; /* rose pâle */
  border-radius: 20px;
  font-size: 14px;
  color: #f22e8a;
  font-weight: 600;
  display: inline-block;
  text-align: left;
  width: auto;
  align-self: flex-start;
}

/* Prix et label en rose quand sélectionné */
.ywapo_input_container.ywapo_selected .ywapo_option_label,
.ywapo_input_container.ywapo_selected .ywapo_label_price {
  color: #f22e8a !important;
}

/* Description sous le prix */
.wapo_option_description {
  font-size: 13px;
  font-style: italic;
  color: #666;
  line-height: 1.3;
  margin: 0;
  padding-left: 4px;
  max-height: 3.9em; /* environ 3 lignes */
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

/* Responsive mobile : grille 3 colonnes */
@media (max-width: 768px) {
  .ywapo_options_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .ywapo_input_container {
    width: 100%;
    max-width: none;
  }
}

/* Cacher les totaux */
.yith_wapo_group_table,
.yith_wapo_group_total {
  display: none !important;
}

.yith_wapo_group_table_wrapper {
  transition: none !important;
  animation: none !important;
}
.ywapo_label_price {
  position: relative;  /* pour s'assurer qu'il n'est pas masqué */
  z-index: 2;
  display: inline-block !important;
  color: #f22e8a !important;
  font-weight: 600 !important;
  margin-top: 6px !important;
  text-align: left !important;
  width: auto;
  align-self: flex-start;
}

.wapo_option_description {
  position: relative;
  z-index: 1;
  margin-top: 4px;
  font-size: 13px;
  font-style: italic;
  color: #666;
  line-height: 1.3;
  max-height: 3.9em;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding-left: 4px;
}/* End custom CSS */