/** Shopify CDN: Minification failed

Line 442:1 Expected "}" to go with "{"

**/
/** BADGE SATISFAIT  **/

.product__media.media.media--transparent.gradient.global-media-settings {
    overflow: hidden !important;
}

.product-brosse-wc-badge-satisfaction {
    top: 1rem!important;
}

.product-brosse-wc-badge-satisfaction img {
    left: 1px;
    position: absolute;
    max-width: 100%;
}

@media only screen and (max-width: 1023px) {
.product-brosse-wc-badge-satisfaction img {
    max-width: 12vw;
}
}

@media only screen and (max-width: 749px) {
.product-brosse-wc-badge-satisfaction img {
    max-width: 25vw;
}
}

/** VIGNETTES **/

@media only screen and (max-width: 749px) {
.thumbnail-list__item.slider__slide {
    width: calc(19% - .6rem);
}

.thumbnail-slider .thumbnail-list.slider {
    display: flex;
    padding: 0.5rem 1.5rem;
    flex: 1;
    scroll-padding-left: .5rem;
    justify-content: space-between;
}

.product__media-wrapper .slider-button[disabled] .icon {
    fill: transparent;
    color: transparent;
    border: none;
    box-shadow: none;
}

.product__media-wrapper .slider-button {
    width: 10px;
    height: 10px;
}
}

/** TITRE **/

.product__title h1 {
    color: #0d353f;
    font-size: 25px;
    font-weight: bold;
}

@media only screen and (max-width: 749px) {
.product__title h1 {
    font-size: 20px;
}
}

/** PRODUCT REVIEW **/

a.reviews-rating-product {
    margin: -5px 0 10px 0 !important;
    letter-spacing: 0.5px;
    color: #315156;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
}

a.reviews-rating-product .loox-rating {
    font-size: 16px;
    letter-spacing: -.2px;
}

.reviews-rating-product-text {
    padding-top: 3px;
}

/** PRIX **/

.price__regular .price-item--regular {
    font-size: 25px;
    font-weight: bold;
    color: #0d353f;
}

s.price-item.price-item--regular {
    color: #5a7276;
}

span.price-item.price-item--sale.price-item--last {
    color: #0d353f;
    font-weight: bold;
}

.price.price--large.price--on-sale.price--show-badge {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-item--last {
    font-size: 20px !important;
    color: black;
    font-weight: normal;
    margin-right: 7px !important;
}

.price--on-sale .price-item--regular {
    font-size: 20px !important;
}

@media only screen and (max-width: 749px) {
.price-item--last, .price--on-sale .price-item--regular {
    font-size: 20px !important;
}
}

span.badge.price__badge-sale {
    background-color: #f0825e;
    border-color: #f0825e;
    color: #fff;
}

/** OFFRE MARKETING **/

.custom-main-offer {
    line-height: 1.5em;
    color: #0d353f;
    text-transform: uppercase;
    background-color: #e8f7f2;
    border-style: solid;
    border-color: #0d353f;
    border-width: 1px;
    padding: 10px 15px;
    display: flex;
    justify-content: space-around;
    max-width: 44rem;
    margin: auto;
    position: relative;
    border-radius: 4px;
}

.custom-main-offer-maxwidth {
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
    gap: 12.5px;
}

p.custom-main-offer-promo-title {
    text-align: center;
    font-weight: 700;
    color: #0d353f;
    font-size: 18px;
    margin: 0 0 5px;
    text-transform: capitalize;
}

@media only screen and (max-width: 749px) {
.custom-main-offer-promo-title {
    font-size: 16px;
}
}

p.custom-main-offer-promo-date {
    text-align: center;
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 400;
}

.custom-main-offer-promo-date-underline {
    overflow: visible;
    text-align: inherit;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
}

.custom-main-offer-promo-date-underline span {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    z-index: 1;
}

.custom-main-offer-image {
    display: none;
}

.custom-main-offer-image img {
    width: 50px;
}

.custom-main-offer-old-price {
    opacity: 1;
    position: relative;
}

.custom-main-offer-old-price:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -2px;
    right: -2px;
    height: 2px;
    background-color: red;
    transform: rotate(-8deg);
}

/** BÉNEFICES **/

.custom-main-product-benefits-container {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.custom-main-product-benefits-container img {
    margin-right: 10px;
}

.custom-main-product-benefits-container p {
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #315156;
    margin: 0;
}

/** TOP AVIS **/

.custom-main-product-top-review_img {
    display: none;
}

p.custom-main-product-top-review__text {
    font-size: 16px;
    line-height: 1.6em;
    font-style: italic;
    color: #315156;
    margin-top: 0;
    margin-left: 0;
}

.custom-main-product-top-review__author {
    display: flex;
    justify-content: space-between;
}

p.custom-main-product-top-review__author-name {
    font-weight: 700;
    margin: 0;
    color: #0d353f;
}

.custom-main-product-top-review__author-badge {
    display: flex;
    align-items: center;
}

.custom-main-product-top-review__author-badge img {
    margin-right: 5px;
}

.custom-main-product-top-review__author-badge p {
    margin: 0;
    font-weight: 700;
    color: #0d353f;
}

.custom-main-product-top-review_img img {
    border-radius: 100%;
}

@media only screen and (max-width: 749px) {
/**.custom-main-product-top-review div:first-child {
    flex-direction: column;
}**/
/**p.custom-main-product-top-review__text {
    margin-left: 0;
    text-align: center;
}**/
}

/** VARIANTES + QUANTITÉ **/

.variant_picker_and_color_picker {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.product-form__input {
    max-width: fit-content;
    width: -webkit-fill-available;
    text-align: center;
}

.quantity__rules-cart {
    display: none;
}

.group-div-1-name {
    margin-bottom: .6rem;
    text-align: center;
    font-size: 13px;
    line-height: calc(1 + .5 / var(--font-body-scale));
}

.group-div-1-select {
    display: flex;
    gap: 10px;
}

.group-div-1 {
    display: none;
}

a.prise-anti-moustique-blanc {
    border: solid 0.5px #000;
    background-color: #ffffff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 0;
    display: block;
    cursor: pointer;
}

a.prise-anti-moustique-noir {
    border: solid 0.5px #000;
    background-color: #000;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 0;
    display: block;
    cursor: pointer;
}

/** ATC **/

.product__info-wrapper .product-form__buttons {
    margin: auto;
    width: 100%;
}

.product__info-wrapper .product-form__buttons button {
    background-color: #f0825e;
    border: solid 2px #f0825e;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 16px 32px;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    --border-opacity: none;
}

/* Effet de brillance */
.product__info-wrapper .product-form__buttons button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: 0.5s;
}

/* Animation au survol */
.product__info-wrapper .product-form__buttons button:hover {
    background-color: #e57752; /* Version légèrement plus foncée */
    border-color: #e57752;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(240, 130, 94, 0.3);
}

.product__info-wrapper .product-form__buttons button:hover::before {
    left: 100%;
}

/* Style pour l'état actif */
.product__info-wrapper .product-form__buttons button:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(240, 130, 94, 0.2);
}

/* Style pour l'icône de chargement */
.product__info-wrapper .product-form__buttons button .loading__spinner {
    position: absolute;
    right: 15px;
}

@media only screen and (max-width: 749px) {
.product__info-wrapper .product-form__buttons button {
  font-size: 18px;
}

/** DESCRIPTION **/

.product__description.rte.quick-add-hidden {
    display: none;
}