.elementor-kit-2292{--e-global-color-primary:#000000;--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:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-2292 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:020px;}.elementor-element{--widgets-spacing:020px 020px;--widgets-spacing-row:020px;--widgets-spacing-column:020px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* Style des pastilles boutons couleur */
.variation-pastilles-container {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.variation-pastille {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.variation-pastille.selected {
  border-color: #000;
}

.variation-pastille:hover {
  opacity: 0.8;
}



.yith-wcan-color-swatch span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px;
    border: 1px solid #ccc;
    vertical-align: middle;
    cursor: pointer;
}

.yith-wcan-color-swatch span:hover {
    transform: scale(1.2);
    transition: 0.2s;
}





h4.elementor-heading-title {
    background: linear-gradient(135deg, #e0f7fa, #e8f5e9);
    border-left: 6px solid #26a69a;
    padding: 16px 50px 16px 24px; /* padding-right augmenté pour le badge */
    margin: 20px 0;
    font-size: 17px;
    font-weight: 600;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.1);
    position: relative;
    overflow: visible; /* important pour que le badge ne soit pas coupé */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Badge "Delivery" */
h4.elementor-heading-title::before {
    content: "🚚 Delivery";
    position: absolute;
    top: 10px;
    right: 10px;
    background: #26a69a;
    color: white;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    white-space: nowrap; /* empêche le texte de se couper */
}

/* Emoji animation */
h4.elementor-heading-title img.emoji {
    display: inline-block;
    animation: bounce 1.2s infinite;
}

/* Glow border animation */
@keyframes glowBorder {
    0% { border-left-color: #26a69a; box-shadow: 0 0 8px #26a69a33; }
    50% { border-left-color: #00bfa5; box-shadow: 0 0 15px #00bfa533; }
    100% { border-left-color: #26a69a; box-shadow: 0 0 8px #26a69a33; }
}

h4.elementor-heading-title {
    animation: glowBorder 2.5s infinite;
}

/* Emoji bounce */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-6px); }
    60% { transform: translateY(-3px); }
}

/* Hover effect */
h4.elementor-heading-title:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 28px rgba(0,0,0,0.18);
    background: linear-gradient(135deg, #b2ebf2, #c8e6c9);
}











/* Bloc complet */
.product-info-block {
    margin: 20px 0;
    font-family: "Arial", sans-serif;
}

/* Stock Bar */
.stock-bar-container {
    position: relative;
    background-color: #f0f0f0;
    border-radius: 10px;
    height: 20px;
    margin-bottom: 12px;
    overflow: hidden;
}

.stock-bar {
    background-color: #ff9800;
    height: 100%;
    transition: width 0.5s ease-in-out;
}

.stock-text {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 20px;
}

/* Guarantee */
.guarantee-block {
    background: #e8f5e9;
    color: #2e7d32;
    padding: 12px 16px;
    font-weight: 600;
    border-left: 4px solid #2e7d32;
    border-radius: 8px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Limited Offer */
.limited-offer-block {
    background: #e53935;
    color: white;
    font-weight: 700;
    padding: 12px 16px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}/* End custom CSS */