/** Shopify CDN: Minification failed

Line 124:11 Expected ":"
Line 793:0 Unexpected "}"
Line 802:45 Unterminated string token

**/
body {
    font-smoothing: antialiased; /* Pour Firefox */
    -webkit-font-smoothing: antialiased; /* Pour WebKit (Chrome, Safari) */
    -moz-osx-font-smoothing: grayscale; /* Pour Firefox sur macOS */
}

/* Tablette */
@media (min-width: 768px) and (max-width: 1024px) {
/* Styles spécifiques aux tablettes */

.menu-drawer__mobile-content.menu-drawer__title-and-close-btn .custom_logo_cart {
    width: 25%;
}  

.cnt_main {
        display: block;
        text-align: center;
} 

.sticky-atc__left__content {
    flex-direction: column-reverse;
    display: flex;
    bottom: 10px;
    position: relative;
}  

  
}

/* Media queries pour desktop uniquement */
@media (min-width: 1024px) {
  .drawer.active .drawer__inner {
    transform: translate(0);
    border-radius: 6px;
    margin: 0;
  }
  .product__text-container--background {
    padding:4px!important;
  }
}

.drawer__close svg {
    height: 2rem;
    width: 2rem;
    background: #f2f2f2;
    padding: 4px;
    border-radius: 100px;
    color: #000;
    margin-left: -4px;
}

.cart-drawer__warnings .drawer__close {
    right: -10px !important;
}

.drawer__close svg:hover {
    transition: transform 0.5s;
    transform: scale(0.7);
}

.cart-drawer-item .cart-item__image,
.cnt_main {
  border-radius: 6px;
}

#CartDrawer-Checkout,
span.sticky-atc__label {
  text-transform: uppercase;
}
.sticky-atc__image img {
    border-radius: 4px;
}

span.main-atc__label.button__label,
span.sticky-atc__label {
  display: block;
  direction: rtl;
}

dynamic-dates.estimated-shipping.estimated-shipping {
  background-color: #eaf2ed;
  color: #0aa649;
  border-radius: 0.375rem;
  padding: 10px 13px;
  text-align: center;
  font-size: 14px;
}

@media (min-width: 750px) {
  .font-size--desktop-auto {
    font-size: calc(var(--font-size) * 1);
  }
}

.shipping-checkpoints {
  column-gap: 10rem !important;
}

@media (min-width: 1000px) {
  .shipping-checkpoint p {
    font-size: 1.4rem;
  }
}

/* Ajustements pour les versions mobile et desktop */
@media (max-width: 768px) {
  .cnt_main_mob {
    width: 100%;
    justify-content: center;
    display: flex;
    margin: 4px 0 -4px;
    color: #000;
    padding: 6px;
  }

  .sticky-atc {
    padding 0rem 0 0.5rem;
  }
  .cnt_main {
    display: none;
  }
  
}

@media (min-width: 600px) and (max-width: 900px) {
    .cnt_main_mob {
        display: none; /* Hides the element */
    }
}

@media (min-width: 769px) {
  .cnt_main_mob {
    display: none;
  }
  .cnt_main {
    display: flex;
    color: #000;
    padding: 4px 4px;
  }
  .cnt_main span.material-symbols-outlined {
    margin: 2px 2px 0px 0px;
  }
}

.sticky-atc__left__content {
  flex-direction: column-reverse;
  display: flex;
}

sticky-atc#sticky-atc-template--17328660054166__main {
  border-radius: 6px;
}

@keyframes highlight {
  0% {
    background-color: #EAF2ED;
  }
  50% {
    background-color: #d8fae4; /* Couleur de surbrillance */
  }
  100% {
    background-color: #EAF2ED;
  }
}


.list-menu__item {
  font-weight:500;
}

.list-menu.list-menu--inline li:first-child a {
    background: rgb(var(--accent-color));
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 6px;
    margin-top: 3px;
    font-weight: bold;
    margin-right: 15px;
}

.list-menu.list-menu--inline li:first-child a:hover {
    transform: scale(0.95);
}

svg.icon.icon-cart {
    width: 3.4rem;
    height: 2rem;
}

.cnt_main_cart {
    display: flex;
    background: #6F69BB;
    color: #FFF;
    padding: 3px;
    justify-content: center;
    box-sizing: border-box;
    margin-left: -15px; /* Pour éliminer les marges éventuelles */
    margin-right: -15px; /* Ajustez si nécessaire */
    font-size: 14px;
    border-radius: 6px;
    margin: 5px 0px;
    background: linear-gradient(45deg, #3D348B, #3D348B, #9E388B, #DF4F79, #DF4F79);
    background-size: 400% 400%;
    animation: primaryGradient 5s ease infinite;
}
.cnt_main_cart span.material-symbols-outlined {
    margin: 0px 2px ;
}


span.icon-lock {
    display: flex;
}

.icon-lock svg {
    height: 20px;
    width: 15px;
    margin-right: 10px;
    top: -1px;
    position: relative;
}

button#CartDrawer-Checkout {
    padding: 16px;
}

.cart-progress__bar {
    height: .7rem;
}


.swatch-product-free--addon.add-border {
    border: solid 0px rgb(var(--accent-color));
}

.swatch-product-free--addon {
    width: 100%;
    background: rgb(var(--color-button));
    background: linear-gradient(45deg,rgb(var(--accent-color)));
    background-size: 400% 400%;
    animation: primaryGradient 5s ease infinite;
    color: #fff;
    border-radius: 0 0 8px 8px;
    margin: -25px 0px 20px;
    max-width: 100%;
    position: relative;
}

.swatch-product-free--addon .image-and-text-container {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
    height: 47px;
}

/* ATC PADDING */
button#ProductSubmitButton-template--17328660054166__main {
    padding: 20px;
}

.customer a, .link {
    font-size: 1.6rem;
}



.highlight-free {
    color:rgb(var(--accent-color));
    font-weight: bold;
}

.accordion__summary, .accordion__summary:hover, .accordion__summary *, .accordion__summary h2.accordion__title:hover {
    text-decoration: none !important;
}

.accordion.animate-item.animate-item--child.content-container.container-color-scheme-template--18257792893141__9c121ec4-42cd-4c8e-82a2-935e073db7d7.color-background-2.gradient.accordion--medium.accordion--top-border {
    border-radius: 6px;
    overflow: hidden; /* Assure que le contenu respecte le rayon */
    background-color: #f1f1f1; /* ou autre couleur de fond si nécessaire */
    border: 1px solid #ddd; /* Ajuste la bordure si nécessaire */
    text-decoration: none !important;
}

* {
    -webkit-tap-highlight-color: transparent; /* Désactive pour tous les éléments interactifs */
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

.text_blink {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

span.color-purple {
    color: rgb(var(--accent-color));
    font-weight: bold;
}


.test {
    display: flex;
    position: relative; /* Position relative pour le conteneur parent */
    width: 100%; /* Utilise toute la largeur disponible */
    align-items: center;
}

.drawer__heading {
    margin-right: auto; /* Aligne l'icône du panier à gauche */
}

.custom_logo_cart {
    position: absolute; /* Position absolue pour centrer */
    left: 50%; /* Positionne au milieu horizontalement */
    transform: translateX(-50%); /* Centre vraiment l'image */
    width:30%;
}

.comparison-table {
    --border-radius: 6px;
}

.drawer__heading .header__icon span, .header__icon:not(.header__icon--summary) {
    margin-top: 0px;
    margin-right:0rem;
}

.cart-count-bubble {
    position: absolute;
    background-color: rgb(var(--color-button));
    color: rgb(var(--color-button-text));
    height: 1.4rem;
    width: 1.4rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .8rem;
    top: 1rem;
    left: 2.2rem;
}

div#cart-icon-bubble {
    pointer-events: none;
}

.drawer__header .cart-count-bubble {
    position: inherit;
    margin-left: 10px;
    font-size: 1.4rem;
    padding: 12px;
    font-weight: 700;
}

.drawer__header .drawer__heading {
    display: contents;
}

.header__icon span, .header__icon:not(.header__icon--summary) {
    font-family: var(--font-heading-family);
}


.drawer__header {
    border-bottom: .1rem solid rgba(var(--color-foreground), .08);
}

.upsell__price .regular-price {
    color: rgb(var(--lt-color-black));
}

.promo-section {
  display: flex;
  align-items: center;
  font-family: 'Arial', sans-serif;
  color: #ff9900;
  font-size: 18px;
  padding: 15px 0;
  text-align: center;
}

.promo-circle {
  width: 10px;
  height: 10px;
  background-color: orange;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  animation: pulse 1.5s infinite;
}



@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.promo-text {
  color: #ff9900;
  font-size: 16px;
}

.promo-number {
  font-weight: bold;
  font-size: 20px;
  color: black;
}

@media screen and (min-width: 750px) {
    .product__column-sticky {
        display: block !important;
        position: sticky;
        z-index: 2;
        top: 3rem;
    }
}

.thumbnail[aria-current]:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(var(--accent-color)) !important;
    border-radius: 4px!important;
}
.thumbnail[aria-current]{
    border: 1px solid rgb(var(--accent-color)) !important;
  box-shadow: 0 0 0 0.1rem rgb(var(--accent-color)) !important;
    border-radius: 4px!important;
    padding:4px!important;
}  

button.slider-button.slider-button--prev, button.slider-button.slider-button--next {
    display: none !important;
}

@media screen and (min-width: 750px) {
    .thumbnail-slider .thumbnail-list.slider--tablet-up {
        padding: 1px!important;
    }
}

.slider-button {
    width: 30px !important;
}


.cart-drawer__form {
    transform: translateX(30px); /* Commence légèrement décalé vers la droite */
    opacity: 0; /* Commence invisible */
    transition: transform .6s cubic-bezier(.75, 0, .175, 1), opacity .6s cubic-bezier(.75, 0, .175, 1);
    overflow:hidden;
}

.drawer.active .cart-drawer__form {
    transform: translateX(0); /* Glisse à la position normale */
    opacity: 1; /* Devient visible */
}

.drawer__footer {
    transform: translateY(30px); /* Commence légèrement décalé vers le bas */
    opacity: 0; /* Commence invisible */
    transition: transform .6s cubic-bezier(.75, 0, .175, 1), opacity .6s cubic-bezier(.75, 0, .175, 1);
    border-top: .1rem solid #12121214;
}
.drawer__footer .horizontal-ticker.horizontal-ticker-sections--18257793155285__2c2ec774-3430-481f-b927-e9c035b9d24e.color-custom.gradient.section-sections--18257793155285__2c2ec774-3430-481f-b927-e9c035b9d24e-padding.always-display {
    background: linear-gradient(45deg, #add8e6, #7ac2d9, #538899, #add8e6, #7ac2d9);
    background-size: 400% 400%;
    animation: primaryGradient 10s ease infinite;
}

.drawer.active .drawer__footer {
    transform: translateY(0); /* Glisse à la position normale */
    opacity: 1; /* Devient visible */
}

.drawer__header {
    transform: translateY(-20px); /* Commence légèrement décalé vers le haut */
    opacity: 0; /* Commence invisible */
    transition: transform .6s cubic-bezier(.75, 0, .175, 1), opacity .6s cubic-bezier(.75, 0, .175, 1);
}

.drawer.active .drawer__header {
    transform: translateY(0); /* Glisse à la position normale */
    opacity: 1; /* Devient visible */
}

/* Style initial pour l'élément avant l'activation du menu */
.menu-drawer__mobile-content {
    transform: translateY(-20px); /* Commence légèrement décalé vers le haut */
    opacity: 0; /* Commence invisible */
    transition: transform .6s cubic-bezier(.75, 0, .175, 1), opacity .6s cubic-bezier(.75, 0, .175, 1);
    display: flex;
    align-items: center; /* Centre verticalement les éléments */
    justify-content: center; /* Centre horizontalement les éléments */
    position: relative; /* Pour positionner le bouton de fermeture correctement */
}

/* Style lorsque le menu drawer est actif */
.menu-opening .menu-drawer__mobile-content {
    transform: translateY(0); /* Glisse à la position normale */
    opacity: 1; /* Devient visible */
}

/* Style initial pour l'élément avant l'activation du menu */
.menu-drawer__navigation {
    transform: translateX(-30px); /* Commence légèrement décalé vers la droite */
    opacity: 0; /* Commence invisible */
    transition: transform .6s cubic-bezier(.75, 0, .175, 1), opacity .6s cubic-bezier(.75, 0, .175, 1); /* Transition fluide */
    overflow: hidden; /* Empêche le débordement */
}

/* Style lorsque le menu drawer est actif */
.menu-opening .menu-drawer__navigation {
    transform: translateX(0); /* Glisse à la position normale */
    opacity: 1; /* Devient visible */
}

.cnt_main_cart, .cart-progress {
    opacity: 0; /* Commence invisible */
    transition: opacity 1s cubic-bezier(.75, 0, .175, 1);
    visibility: hidden; /* Cache complètement */
}

.drawer.active .cnt_main_cart, .drawer.active .cart-progress {
    opacity: 1; /* Devient visible */
    visibility: visible; /* Montre l'élément */
}

.cart-drawer__body {
    overflow-x: hidden;
}

.border-custom hr {
    padding: 0px;
    margin: -2px -18px;
    background-color: #12121214;
}

a#cart-icon-bubble:hover {
    transform: scale(1.1);
}

:root {
  --text-boxes-radius: 6px!important;
  --product-card-corner-radius: 6px!important;
}

@media screen and (max-width: 749px) {
    .slider.slider--mobile {
  scroll-padding-left: 3rem!important;
    }
    .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
        margin-left: 0rem;
        margin-right: 0rem;
    }
}


a.header__icon.header__icon--account.link.focus-inset.small-hide:hover {
    transform: scale(1.1);
}

.header__icon, .header__icon--cart .icon {
    width: 3.5rem;
}

.upsell__container {
    padding: 0;
}

.upsell__title h3 {
    font-weight: normal;
    font-size:14px;
}

.upsell__price::before {
    content: "+";
}

.cart-drawer .drawer__footer {
    border-radius: 2rem 2rem 0 0;
}

cart-drawer-upsell.upsell.upsell--checkbox_1.cart-drawer-upsell-cart-drawer.upsell--btn-left.color-background-2.accent-color-accent-1.upsell--custom-bg .upsell__title h3:after, cart-drawer-upsell.upsell.upsell--checkbox_2.cart-drawer-upsell-cart-drawer.upsell--btn-left.color-background-2.accent-color-accent-1.upsell--custom-bg .upsell__title h3:after  {
    content: "- Damage, loss or theft";
    font-weight: normal;
}

.footer .list-payment__item {
    padding: 0.2rem;
}

.menu-drawer {
  width: calc(100vw - 4rem);
}

nav.menu-drawer__navigation li:first-child a {
  background: rgb(var(--accent-color));
  color: #ffffff !important;
  font-weight: bold;
}

nav.menu-drawer__navigation li:first-child a:hover {
  background: rgb(var(--accent-color));
}

nav.menu-drawer__navigation li a:hover {
  background: #F6F6F6;
}

nav.menu-drawer__navigation li a{
    color: #000 !important;
    padding: 15px 10px;
    border-radius: 6px;
    margin-top: 3px;
    font-weight: 500 !important;
    background: #F6F6F6;
  
}


.menu-drawer__close-btn svg {
    height: 2.6rem !important;
    width: 2.6rem !important;
    background: #f2f2f2;
    padding: 4px;
    border-radius: 100px;
    color: #000;
    margin-left: -22px;
}

.menu-drawer__utility-links {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    display: flex;
    place-content: center;
}

.menu-drawer__menu-item {
    color: #FFF;
}

nav.menu-drawer__navigation {
    margin-right: 10px;
    margin-left:10px;
}

.js .menu-drawer__menu li {
    margin-bottom: 0.6rem;
}

.banner_mobile_home img {
    border-radius: 6px;
    margin: 10px;
    border: 1px solid rgb(var(--accent-color));
}

.banner_mobile_home.container-xxl {
    margin-right: 22px;
}

.menu-drawer__title-and-close-btn {
    direction: rtl;
}

.menu-drawer__mobile-content.menu-drawer__title-and-close-btn {
    padding: 18px 16px;
}

.menu-drawer__close-btn {
    position: absolute;
    left: 16px;
}

h3.menu-drawer__title {
    visibility: hidden;
}

.menu-drawer__prefooter {
    display: block;
    position: absolute;
    bottom: 70px;
    width: 100%;
    text-align: center;
}

.product-info-upsells-container .splide__pagination, .cart-drawer-upsells-container .splide__pagination {
    margin-top: -22px;
}

.cart-drawer-gift .upsell__title .upsell__price {
    padding-right: 1rem;
}

.PwzrButtonBase-root.PwzrIconButton-root.PwzrIconButton-sizeSmall {
    width: 20px !important;
    height: 20px !important;
}

svg.PwzrSvgIcon-root {
    width: 20px !important;
    height: 20px !important;
}

.pwzrswiper-btn-prev.pwzrjss117, .pwzrswiper-btn-next.pwzrjss116 {
    width: 20px !important;
    height: 20px !important;
}

.pwzrswiper-btn-prev.pwzrjss117 svg, .pwzrswiper-btn-next.pwzrjss116 svg {
    height: 11px !important;
}

.PwzrGrid-root.PwzrGrid-container.PwzrGrid-item.PwzrGrid-align-items-xs-center.PwzrGrid-justify-xs-flex-end:after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: 0;
    pointer-events: none;
    background-image: linear-gradient(to right, #fff0, #fff 98%);
    width: 15%;
    height: 7em;
    right:0;
    margin-right: -3px;
}

.PwzrButtonBase-root.PwzrIconButton-root.PwzrIconButton-sizeSmall {
    display: none;
}

.pwzrjss5 {
    padding: 3px !important;
}

img.pwzrjss3 {
    border-radius: 3px;
}

.grid__item.product__media-wrapper.product__column-sticky:first-of-type {
    display: non !important;
}

.grid__item.product__media-wrapper.product__column-sticky {
    top: 10rem;
}

div#UpsellsBlock--product_upsells_dcNWW3 {
    border-bottom: 1px solid #12121214;
    padding-bottom: 10px;
}









/*BUNDLE SETTINGS */


  .horizontal-ticker.horizontal-ticker-template--18257793024213__horizontal_ticker_izqaJK.color-custom.gradient.section-template--18257793024213__horizontal_ticker_izqaJK-padding.always-display {
    border-radius: 0px!important;
}
}

/* Taille des selecteurs bundles */
.quantity-break__selector-item .select__select {
    height: 2.8rem;
}

/* KAching bundles custom */
.kaching-bundles__bar[data-deal-bar-id="86c20311-7062-4320-bbde-bf50a9df9260"] .kaching-bundles__bar-variant:last-child .kaching-bundles__bar-variant-selects::after {
    content: "← Your bonus item is FREE!"";
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
    font-weight: bold;
      margin-top: 3px;
}

button#ProductPopup-sizing_chart_fNwNLg {
    margin-right: 7px;
}

button#ModalClose-sizing_chart_fNwNLg svg {
    height: 1.6rem;
    width: 2.6rem;
    background: #f2f2f2;
    padding: 1px;
    border-radius: 100px;
    color: #000;
}

.review-item__author {
border-top:none;
  }

.review-item__author em {
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
}
/* SIZING POPUP */
.product-popup-modal[open] {
      background-color: rgba(var(--color-foreground),.5)
}

.sizing-chart__top-image {
    text-align: center;
}
.sizing-chart__top-image img {
    width: 25%;
}
.sizing-chart-table {
    border: solid 1px rgb(var(--accent-color));
    border-radius: 6px;
}

th.sizing-chart-table__th.color-inverse {
    background: rgb(var(--accent-color));
}

.sizing-chart-table thead th:not(:last-child) {
    border-right: solid 2px rgb(var(--accent-color), 1);
}
/* CUSTOM MARQUEE */
div#shopify-section-template--18257793024213__horizontal_ticker_izqaJK {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.horizontal-ticker.horizontal-ticker-template--18257793024213__horizontal_ticker_izqaJK.color-custom.gradient.section-template--18257793024213__horizontal_ticker_izqaJK-padding.always-display {
    border-radius: 6px;
}

span.quantity-break__caption.dynamic-price.variant-price-update svg {
    height: 10px;
}

.review-item__author {
  padding-top:0!important;
}

.PwzrGrid-root.PwzrGrid-container.PwzrGrid-item.PwzrGrid-align-items-xs-center {
    cursor: pointer;
}

.price .main-comapre-price {
    color: #888;
    font-weight: 400;
}
/*Size guide style*/
.sizing-chart__button__text {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.sizing-chart__button__text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px; /* Thickness of the underline */
    background-color: currentColor; /* Uses the text color */
    transition: width 0.3s ease; /* Adjust timing and easing as needed */
}

.sizing-chart__button__text:hover::after {
    width: 100%;
}

@media screen and (min-width: 750px) {
    .product-popup-modal__content {
        padding-right: 1.5rem;
        margin-top: 1rem;
        width: 70%;
        padding: 0 3rem;
    }
}


.cart-drawer-item .cart-item__name {
    font-weight:bold;
}

.cart-drawer__discounts.list-unstyled .badge {
    padding: 4px .4rem;
}

a.cart-item__name {
    position: relative;
    display: inline-block;
}

a.cart-item__name::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -1px; /* Ajuste la position si nécessaire */
    left: 0;
    background-color: currentColor; /* Utilise la couleur du texte */
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

a.cart-item__name:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    text-decoration: none!important; /* Évite la ligne de soulignement par défaut */
}

.cart-drawer-item .cart-item__name:hover {
    text-decoration: none;
}

h4.sticky-atc__title {
    font-weight:bold;
}

.cart-drawer__empty-content a.button {
    text-transform: uppercase;
}

.card__heading {
    text-transform: uppercase;
}

.horizontal-ticker__container span.material-symbols-outlined {
    vertical-align: middle;
}
@media (max-width: 768px) {
.horizontal-ticker__container span.material-symbols-outlined {
    vertical-align: middle;
    font-size: 20px;
}
}

.urgency-text {
    text-align: center;
    color: #000;
    background: none;
    width: fit-content;
    margin-left: 0;
    border:none!important;
    padding:0!important;
}

p.custom-font-size.horizontal-ticker__item.horizontal-ticker__item--uppercase.horizontal-ticker__item--bold img {
    width: 18px !important;
    margin-top: -4px;
}

.cart-drawer__body .horizontal-ticker horizontal-ticker-sections--18275813490901__2c2ec774-3430-481f-b927-e9c035b9d24e color-custom gradient section-sections--18275813490901__2c2ec774-3430-481f-b927-e9c035b9d24e-padding always-display {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    max-width: 110%;
}

.drawer__footer .horizontal-ticker.horizontal-ticker-sections--18275813490901__2c2ec774-3430-481f-b927-e9c035b9d24e.color-custom.gradient.section-sections--18275813490901__2c2ec774-3430-481f-b927-e9c035b9d24e-padding.always-display {
    display: flex;
    width: 110%;
    left: -15px !important;
    position: relative;
    max-width: 110%;
    margin-top: 1px;
    padding: 10px 0px;
    background: linear-gradient(45deg, #add8e6, #7ac2d9, #538899, #add8e6, #7ac2d9);
    background-size: 400% 400%;
    animation: primaryGradient 10s ease infinite;
}

p.testimonial-card__author:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: -1px -4px;
    background-image: url(/cdn/shop/files/svgviewer-png-output_4.png?v=1727465214);
    background-size: cover;
    background-repeat: no-repeat;
}


p.testimonial-card__stars {
    margin-top: -22px;
    background: #f5f5f5;
    border-radius: 3px;
    padding: 4px 0px !important;
    max-width: 45%;
    left: 27%;
    position: absolute;
    right: 0;
}

.multicolumn-card__info>:nth-child(2) {
    margin-top: 2rem;
}

.footer-block__details-content.rte a {
    color: #FFF;
    font-weight: 600;
}

.pwzrjss5 {
    border: 2px solid rgb(var(--accent-color)) !important;
}

.quantity-break__image im {
    height: 50px;
    width: 50px;
}

/* Hide the badge on all images by default */
.product-media__trust-badge {
    display: none; /* Hides the badge */
}

/* Show the badge only on the first product image */
.product__media-list .product__media-item:first-child .product-media__trust-badge {
    display: block; /* Displays the badge only on the first image */
}

.main-content__inner-container,
.footer {
  overflow: visible;
}


.toggle-switch {
    margin-right: 1.5rem;
}

.review-star-half,
.review-star {
  width: 20px;
  height: 20px;
  margin-right: -3px;
}

.faq-answer {
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-toggle {
  transition: transform 0.3s ease;
}

button#CartDrawer-Checkout {
  text-transform: uppercase;
}
img.cart-item__image {
  border-radius: 1rem;
}
.cart-drawer-item__saving.text-color-text {
  background: rgb(var(--accent-color));
  color: white;
  display: inline-table;
  padding: 0.5rem;
  border-radius: 10px;
  font-size: 11px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 300;
}
.cart-item__totals.right {
  margin-top: -20px;
}
s.cart-item__old-price.product-option.text-color-text {
  display: none;
}
strong.cart-item__final-price.product-option.text-color-accent-1 {
  display: none;
}
.cart-drawer__discounts .badge {
  margin-left: -3px;
  margin-top: 3px;
}

.product__title h1 {
    font-weight: bold;
}

.sticky-atc .button {
    line-height: 2em!important;
}

@media only screen and (min-width: 750px) {
    .h2, h2 {
        font-size: calc(var(--font-heading-scale) * 1.8rem)!important;
    }
}

/* ✅ Animation d’actualisation de prix */
.main-price.price-animate {
  animation: priceFadeInUp 0.4s ease;
}

@keyframes priceFadeInUp {
  0% {
    transform: translateY(8px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.custom-hero__container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.custom-hero__benefits {
  margin-top: 20px;
  margin-bottom: 20px;
}
.custom-hero__flex {
  display: flex;
}

.custom-hero__flex--image-left {
  flex-direction: row;
}

.custom-hero__flex--image-right {
  flex-direction: row-reverse;
}

.custom-hero__image-wrapper {
  width: 50%;
  position: relative;
}

.custom-hero__image {
  width: 100%;
  height: auto;
  display: block;
}

.custom-hero__content {
  width: 50%;
  padding: 5px 0;
}

.custom-hero__badge-wrapper {
  margin-bottom: 5px;
  display: block;
  width: 100%;
}

.custom-hero__badge {
  display: inline-block;
  font-size: 14px;
  font-weight: var(--font-weight-semibold);
  margin-bottom: 0;
  padding: 2px 12px;
  border-radius: 20px;
  display: block;
  width: fit-content;
}

.custom-hero__rating-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.custom-hero__rating-container {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-top: 0;
  padding: 4px 0px;
  border-radius: 8px;
  display: inline-flex;
  clear: both;
  width: fit-content;
}

.custom-hero__profile-images {
  display: flex;
  margin-right: 10px;
}

.custom-hero__profile-image {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid white;
  margin-right: -8px;
  object-fit: cover;
}

.custom-hero__rating-stars {
  display: flex;
  margin-right: 8px;
  font-size: 15px;
  letter-spacing: 1.5px;
}

.hero-star-icon {
  margin-right: -4px;
}

.custom-hero__rating-text {
  font-size: 14px;
  font-weight: var(--font-weight-semibold);
  margin-right: 4px;
}

.custom-hero__rating-label {
  font-size: 14px;
  margin-right: 5px;
}

.custom-hero__rating-count {
  font-weight: var(--font-weight-regular);
  font-size: 14px;
}

.custom-hero__title {
  font-size: 3.4rem;
  line-height: 1.2;
  margin-bottom: 2px !important;
  margin-top: -10px;
}

.custom-hero__benefits {
  margin-bottom: 20px;
  padding-right: 50px;
}

.custom-hero__benefit-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.custom-hero__benefit-icon {
  margin-right: 10px;
  font-size: 20px;
  min-width: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-hero__benefit-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.custom-hero__button {
  display: inline-block;
  font-size: var(--global-button-font-size);
  font-weight: var(--global-button-font-weight);
  padding: var(--global-button-padding-y) 60px;
  letter-spacing: var(--global-button-letter-spacing);
  text-transform: var(--global-button-text-transform);
  border-radius: var(--global-button-radius);
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  margin-bottom: 5px;
  width: 220px;
}

.custom-hero__button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.custom-hero__social-proof {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.custom-hero__rating {
  display: flex;
  margin-right: 6px;
}

.custom-hero__star {
  font-size: 16px;
  margin-right: 3px;
}

.custom-hero__review-count {
  font-size: 14px;
}

.custom-hero__guarantee {
  text-align: center;
  margin-top: 1px;
  margin-bottom: 12px;
  width: 220px;
}

.custom-hero__guarantee-icon {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 5px;
  align-items: center;
  justify-content: center;
}

.custom-hero__guarantee-icon svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.custom-hero__guarantee-text {
  font-size: 12px;
  font-weight: var(--font-weight-regular);
  vertical-align: middle;
}

@media (max-width: 768px) {
  .custom-hero__flex {
    flex-direction: column;
  }

  .custom-hero__image-wrapper,
  .custom-hero__content {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .custom-hero__title {
    font-size: 3.4rem;
    line-height: 35px;
  }

  .custom-hero__button {
    width: 100%;
  }

  .custom-hero__guarantee {
    width: 100%;
  }

  .custom-hero__benefits {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 440px) {
  .custom-hero__rating-container {
    max-width: 380px;
  }

  .custom-hero__rating-stars {
    font-size: 11px;
  }

  .custom-hero__rating-text {
    font-size: 11px;
  }

  .custom-hero__rating-label {
    font-size: 11px;
  }

  .custom-hero__rating-count {
    font-size: 11px;
  }
  .custom-hero__benefits {
    margin-top: 12px;
    margin-bottom: 20px;
  }
}


/* Section Statistics Styles */
.section-statistics {
  margin: 0;
  padding: 0;
}

.page-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.statistics-grid {
  margin-top: 30px;
}

@media screen and (max-width: 749px) {
  .page-width {
    padding: 0 15px;
  }
  
  .statistics-grid {
    margin-top: 20px;
  }
} 

.sticky-atc__left {
    width: -webkit-fill-available;
}
