/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.ingredient-card{display:flex;flex-direction:row;gap:10px;max-width:50%;}.ingredient-card__texts{display:flex;flex-direction:column;gap:10px;}.ingredient-card__image{flex-shrink:0;max-width:60px;}.ingredient-card__title h4{color:var(--color-secondary);}.ingredient-card__text p{margin:0;font-size:1rem;line-height:24px;color:var(--color-secondary);}.ingredient-wrapper:has(.ingredient-card:nth-child(3):last-child) .ingredient-card:nth-child(3){flex:1 1 100%;max-width:none;}@media all and (min-width:1000px){.ingredient-card{max-width:unset;}}
.ingredient-wrapper{display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;gap:48px}@media all and (min-width:1000px){.ingredient-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}}@media all and (min-width:1400px){.ingredient-wrapper{gap:48px}}
.node--type-product .text h4{padding-top:32px;padding-bottom:24px;}.node--type-product .text p{margin:0;}
.actions__title{font-size:1rem;font-weight:700;color:#333333;}.actions__content{display:flex;align-items:center;gap:5px;margin-top:0.5rem;}.actions__icon > div{display:flex;align-items:center;}.actions__list p{margin:0;}
.product__allegations{padding:2rem 0 4rem;}.product__allegations-title{border-bottom:1px solid #D1D1D1;padding:10px 0;display:flex;justify-content:space-between;gap:1rem;}.product__allegation-head:has(+ .product__allegations-content) .product__allegations-title::after{content:"";position:relative;display:block;width:30px;height:30px;background-position:center;background-repeat:no-repeat;background-size:contain;background-image:url(/themes/custom/dexeryl-gamme/images/allegations/arrow.svg);transform:rotate(180deg);transition:0.25s;}.product__allegations.js-active .product__allegations-title::after{transform:rotate(0);}.product__allegations-title span{display:inline-block;color:#677386;padding:0.25rem;position:relative;z-index:1;font-size:18px;font-style:normal;font-weight:500;line-height:150%;text-transform:uppercase;}.product__allegations-content{max-height:0;overflow:hidden;transition:0.5s;}.product__allegations-description{padding-top:10px;}.product__allegations-description p{color:#677386;font-size:16px;font-weight:400;line-height:150%;margin:0;}.product__allegations-components{display:grid;gap:1rem;height:100%;}.product__allegations-components--single{display:flex;max-width:530px;justify-content:center;align-items:center;margin:auto;}@media all and (min-width:1000px){.product__allegations{padding:2rem 0 4rem;}.product__allegations-components{gap:30px;grid-template-columns:repeat(2,calc(50% - 15px));}}
.product-anchor{display:none;position:relative;z-index:1;white-space:nowrap;font-weight:400;}.product-anchor:first-child:before{right:29px;}.product-anchor.active{display:inline-block;}.product-anchor:first-child{color:var(--color-primary);}.product-anchor:first-child::before,.product-anchor:hover::before{opacity:1;}.product-anchor:first-child::after{content:'';background:url(/themes/custom/dexeryl-gamme/images/arrow.svg);background-position:center;background-repeat:no-repeat;width:15px;height:20px;}.product-anchor.active:first-child::after{transform:rotate(-180deg);}@media all and (min-width:1000px){.product-anchor{display:block;}.product-anchor:first-child::after{content:none;}.product-anchor:first-child:before{right:0;}}
.product-application{background-color:#F7F8F9;padding:4rem 0;}.product-application .grid-row--product{display:flex;flex-direction:column;gap:32px;}h2.product-application__title{text-align:center;color:var(--color-primary);font-size:18px;font-style:normal;font-weight:600;line-height:150%;text-transform:uppercase;margin:0;}.product-application__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:2rem;}.product-application__video + .product-application__text-wrapper{display:flex;flex-direction:column;gap:0;}.product-application__text-wrapper{display:flex;flex-direction:column;flex-wrap:wrap;gap:2rem;}.product-application__text{border-bottom:1px solid var(--color-gray-stroke-light);height:fit-content;display:flex;flex-direction:column;gap:8px;padding:16px 0;}.product-application__video + .product-application__text-wrapper{width:auto;}.application__wrapper--grid .product-application__wrapper{display:flex;flex-direction:column;}.application__wrapper--grid .product-application__text{width:100%;}.product-application__text strong{font-size:1.25rem;line-height:21.1px;}.product-application__text p{margin:0;}.product-application__text ul{margin:0;}.product-application__text > p > strong{display:block;margin-bottom:0.5rem;}.product-application__video{position:relative;}.product-application__video video{max-width:530px;max-height:297px;width:100%;height:auto;aspect-ratio:16/9;}@media all and (min-width:750px){.product-application__wrapper{flex-direction:row;align-items:flex-start;}.product-application__video{flex:1 0 50%;max-width:530px;width:100%;}.product-application__text-wrapper{flex-direction:row;}.product-application__text{width:calc(50% - 2rem);}.product-application__video + .product-application__text-wrapper{flex-direction:column;}.product-application__video + .product-application__text-wrapper .product-application__text{width:auto;}.application__wrapper--grid .product-application__text{width:100%;}.product-application__wrapper.application__wrapper--grid{display:grid;grid-template-areas:"a b"
                         "a c"
                         "d e"
                         "d f";gap :0rem 2rem;}.application__wrapper--grid div:nth-child(1){grid-area:a;}.application__wrapper--grid div:nth-child(2){grid-area:b;}.application__wrapper--grid div:nth-child(3){grid-area:c;}.application__wrapper--grid  div:nth-child(4){grid-area:d;}.application__wrapper--grid  div:nth-child(5){grid-area:e;}.application__wrapper--grid  div:nth-child(6){grid-area:f;}}
@media all and (max-width:750px){.product-hero__components .cta-wrapper{width:100%;position:fixed;bottom:0;z-index:2;left:0;display:flex;font-size:13px;background:#E8F4FF;padding:.9rem .75rem;gap:.5rem;}.product-hero__components .cta-wrapper .cta{margin:0;display:flex;justify-content:center;padding:.5rem 1rem;}.product-hero__components .cta--blue .cta__link{padding:0;font-weight:500;display:flex;gap:.5rem;}.product-hero__components .cta--icon .cta__image{width:15px;height:unset;margin:0;}.product-hero__components .cta--icon .cta__text{padding:0;}}@media all and (max-width:374px){.product-hero__components .cta-wrapper{flex-direction:column;align-items:center;}.product-hero__components .cta-wrapper .cta{width:100%;max-width:220px;}}@media (min-width:375px) and (max-width:750px){.product-hero__components .cta-wrapper{flex-direction:row;justify-content:space-evenly;}.product-hero__components .cta--blue .cta__link{width:max-content;}}
.featured-numbers__cards{display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between;}.featured-card{flex:33.33%;background-color:#92C5F0;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:343px;min-width:343px;padding:32px;position:relative;color:var(--color-white);max-width:343px;margin:0 auto;}.featured-card.text-color--white{color:var(--color-white)}.featured-card.text-color--gray{color:var(--color-secondary)}.featured-card__image{position:absolute;top:0;left:0;bottom:0;right:0;}.featured-card__content{display:flex;padding:0 55px;flex-direction:column;justify-content:center;align-items:center;gap:8px;flex-shrink:0;align-self:stretch;position:relative;height:160px;}.featured-card::before,.featured-card::after{display:block;content:'';height:36px;width:216px;background-position:center;background-repeat:no-repeat;position:absolute;}.featured-card::before{background-image:url(/themes/custom/dexeryl-gamme/images/half-square-top.svg);top:58px;z-index:1;}.featured-card::after{background-image:url(/themes/custom/dexeryl-gamme/images/half-square-bottom.svg);bottom:58px;}.featured-card__text{font-weight:600;font-size:1.25rem;line-height:21.1px;display:flex;align-items:flex-start;}.featured-card__text p{font-size:14px;font-style:normal;font-weight:600;line-height:120%;text-transform:uppercase;margin:0;}.featured-card__number{font-weight:400;font-size:48px;line-height:64px;display:flex;align-items:flex-end;}.featured-card--small-number .featured-card__number{font-size:33px;line-height:100%;font-weight:700;}@media all and (min-width:750px){.featured-card{padding:48px 32px;}.featured-card__content{padding:0 50px;}.featured-numbers__cards{flex-direction:row;gap:1rem;flex-wrap:wrap;}.featured-card__number{font-size:60px;font-style:normal;font-weight:600;line-height:48px;}.featured-card--small-number .featured-card__number{font-size:33px;}}@media all and (min-width:1000px){.featured-numbers__cards{flex-direction:row;gap:2rem;}}
.featured-numbers{background-color:var(--color-white-medium);text-align:center;padding-top:4rem;padding-bottom:4rem;}h2.featured-numbers__title{color:#333333;font-size:1rem;line-height:24px;}.featured-numbers__text p{font-size:1.5rem;line-height:28.8px;color:#333333;margin:1rem auto 2.5rem auto;color:var(--color-primary);}.featured-numbers__source{text-align:left;margin-top:2rem;color:#333333;display:flex;flex-direction:column;gap:8px;}.featured-numbers__source p{margin:0;}@media all and (min-width:750px){.featured-numbers__text p{font-size:30px;line-height:39px;}}
.product-format{display:flex;justify-content:flex-start;gap:16px;flex-wrap:wrap;padding:16px 0;}.product-format-item{max-height:160px;height:100%;width:100%;display:flex;flex-direction:row;justify-content:flex-start;border-radius:3px;border:rgba(103,115,134,0.2) 1px solid;box-shadow:0 4px 32px 0 rgba(0,0,0,0.08);overflow:hidden;}.product-format-item__image img{display:block;margin:0 auto;max-height:97px;width:auto;}.product-format-item__text{display:flex;padding:10px 20px;align-items:center;gap:10px;flex:1 0 0;}.product-format-item__text  p{font-size:14px;}@media all and (min-width:550px){.product-format-item{flex-direction:row;max-width:240px;align-items:flex-start;margin:0;}.product-format-item__text{text-align:left;}.product-format-item__image img{display:block;margin:0 auto;}}
.product-hero__source{padding:12px 0;border-top:1px solid var(--color-primary-clear);border-bottom:1px solid var(--color-primary-clear);color:var(--color-secondary);font-size:16px;font-style:normal;font-weight:400;line-height:150%;}.product-hero__product-images .tns-outer{position:relative;}.product-hero__image-wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem;}.product-hero__image-primary .product-images__teaser{position:absolute;top:unset;bottom:15px;right:10px;max-width:235px;display:none;}.product-hero__image-primary > #product-hero--0 > .product-images__teaser{display:block;}.product-hero__image-primary .product-images__france{display:none;}.product-hero__image-primary > #product-hero--0 > .product-images__france{position:absolute;top:10px;left:10px;display:flex;gap:9px;align-items:center;justify-content:center;font-size:10px;}.product-hero__image-primary > #product-hero--0 > .product-images__france::after{content:'';width:43px;height:6px;background:url(/themes/custom/dexeryl-gamme/images/france.svg);background-repeat:no-repeat;background-position:center;background-repeat:no-repeat;display:block;}@media all and (min-width:1100px){.product-hero__image-primary > #product-hero--0 > .product-images__france{top:32px;left:32px;}.product-hero__image-primary .product-images__teaser{bottom:30px;right:22px;}}.product-hero__image-primary-item{display:none;}.product-hero__image-primary-item.active{display:block;}.product-hero__image-secondary{max-width:280px;position:relative;}.product-hero__image-secondary .slick-slide{margin:0 8px;}.product-hero__image-secondary .slick-arrow{position:absolute;top:50%;transform:translateY(-50%);border:0px;border-radius:100%;width:30px;height:30px;background-color:transparent;color:transparent;transition:all ease .15s;}.product-hero__image-secondary .slick-arrow:hover{background-color:rgba(103,115,134,.16);}.product-hero__image-secondary .slick-prev{left:-45px;background-image:url(/themes/custom/dexeryl-gamme/images/arrow-left.svg);background-repeat:no-repeat;background-position:center;}.product-hero__image-secondary .slick-next{right:-45px;background-image:url(/themes/custom/dexeryl-gamme/images/arrow-right.svg);background-repeat:no-repeat;background-position:center;}.product-hero__image-secondary-item{border:1px solid #BCDAF3;border-radius:2px;cursor:pointer;}.product-hero__image-secondary-item.active{border:3px solid #BCDAF3;}.product-hero__image-secondary-item:hover{border:3px solid #dae7f1;}.product-hero__image-secondary-item.active:hover{border:3px solid #BCDAF3;}.product-hero__image-tertiary{width:100%;}@media all and (min-width:750px){.product-hero__product-images{padding:unset;}}@media all and (min-width:768px){.product-hero__image-secondary{max-width:340px;}.product-hero__image-secondary .slick-arrow{width:25px;height:25px;}.product-hero__image-secondary .slick-prev{left:-35px;}.product-hero__image-secondary .slick-next{right:-35px;}}@media all and (min-width:900px){.product-hero__image-secondary .slick-arrow{width:35px;height:35px;}.product-hero__image-secondary .slick-prev{left:-45px;}.product-hero__image-secondary .slick-next{right:-45px;}}@media all and (min-width:1250px){.product-hero__image-wrapper{justify-content:center;align-items:flex-start;gap:48px;}.product-hero__image-secondary{position:absolute;top:0px;left:-90px;}.product-hero__image-secondary.slick-slider{max-width:100px;display:flex;flex-direction:column;gap:0;}.product-hero__image-secondary .slick-slide{margin:8px 0;}.product-hero__image-secondary .slick-arrow{position:relative;transform:translateY(0);top:initial;margin:0 auto;}.product-hero__image-secondary .slick-prev{left:initial;background-image:unset;}.product-hero__image-secondary .slick-arrow:before{content:'';display:block;background-repeat:no-repeat;background-position:center;width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}.product-hero__image-secondary .slick-prev:before{background-image:url(/themes/custom/dexeryl-gamme/images/arrow-up.svg);}.product-hero__image-secondary .slick-next{right:initial;background-image:unset;}.product-hero__image-secondary .slick-next:before{background-image:url(/themes/custom/dexeryl-gamme/images/arrow-down.svg);}}@media all and (min-width:1300px){.product-hero__image-secondary{left:-10%;}}.product-hero__product-images .tns-nav{position:absolute;top:50%;left:1rem;transform:translateY(-50%);z-index:10;}.product-hero__product-images .tns-nav button{display:block;position:relative;width:14px;height:14px;margin:10px 0;padding:0;border:none;border-radius:100%;background-color:transparent;}.product-hero__product-images .tns-nav button:before{display:block;content:"";position:absolute;width:6px;height:6px;margin:0;padding:0;border:none;border-radius:100%;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#677386;}.product-hero__product-images .tns-nav button.tns-nav-active{border:2px solid #677386;}.product-hero__product-images .tns-nav button:focus{outline:none}.product-hero__product-images img{margin:auto;display:block;}.product-hero__image.product-hero__image-secondary-item img{display:block;width:100%;margin:unset;object-fit:scale-down;max-width:unset;border:3px  transparent;}.product-hero__tags{display:flex;flex-wrap:wrap;justify-content:center;padding:0 1.75rem;}.product-hero__tags .product__tag{text-transform:uppercase;color:#677386;padding:0.25rem 0.75rem;margin:0.15rem;font-size:0.9rem;position:relative;}.product-hero__tags .product__tag::before,.product-hero__tags .product__tag:last-child::after{content:"";width:8px;height:8px;border-radius:100%;display:block;position:absolute;top:50%;transform:translateY(-50%);background-color:#47505E;}.product-hero__tags .product__tag::before{left:-5px;}.product-hero__tags .product__tag:last-child::after{right:-5px;}.product-hero--pink .product__tag::before,.product-hero--pink .product__tag:last-child::after{background-color:#FFA3AE;}.product-hero--green .product__tag::before,.product-hero--green .product__tag:last-child::after{background-color:#8ad4d2;}.product-hero--green .actions__title{color:#6ABBAD;}.product-hero--red .actions__title{color:#B6001D;}.product-hero--blue .product__tag::before,.product-hero--blue .product__tag:last-child::after{background-color:#92C5F0;}.product-hero__range{margin:0;color:#555D63;font-size:14px;font-style:normal;font-weight:400;line-height:140%;}.product-hero__rating{display:flex;gap:4px;padding:16px 0;align-items:center;}.product-hero__rating span{width:20px;height:19px;background:url(/themes/custom/dexeryl-gamme/images/hero-star.svg);background-repeat:no-repeat;}.product-hero--red .product-hero__rating span{background:url(/themes/custom/dexeryl-gamme/images/hero-star-red.svg);}.product-hero__review-number{padding-left:4px;}.product-hero__text hr{border:0;border-top:1px solid #C5D2DD;}.product-hero--pink .product-hero__rating span{background:url(/themes/custom/dexeryl-gamme/images/product-star--pink.svg);}.product-hero--blue .product-hero__rating span{background:url(/themes/custom/dexeryl-gamme/images/product-star--blue.svg);}.product-hero__rating span:last-child{background:url(/themes/custom/dexeryl-gamme/images/hero-star-half.svg)}.product-hero--pink .product-hero__rating span:last-child{background:url(/themes/custom/dexeryl-gamme/images/product-star-half--pink.svg)}.product-hero--blue .product-hero__rating span:last-child{background:url(/themes/custom/dexeryl-gamme/images/product-star-half--blue.svg)}.product-hero__title{margin-top:0;margin-bottom:0;font-size:1.875rem;line-height:39px;color :var(--color-secondary);}.product-hero__subtitle{margin-top:0;margin-bottom:12px;font-size:0.875rem;color:#677386;line-height:140%;}.product-hero__actions-title .actions__title{font-size:24px;font-style:normal;font-weight:400;line-height:150%;}.product-hero--pink .product-hero__actions-title .actions__title{color :var(--color-pink);}.product-hero--blue .product-hero__actions-title .actions__title{color :var(--color-primary);}.product-hero-green .product-hero__actions-title .actions__title{color :var(--color-tertiary);}.product-hero__text{padding:16px 0;}.product-hero__text p{margin:0;color:var(--color-secondary);font-size:16px;font-style:normal;font-weight:400;line-height:150%;}.product-hero__components .cta-wrapper{justify-content:center;}.product-hero__icons_list .icons-list__slider{margin:0;display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;}.product-hero__icons_list .icons-list__slider-item{width:40%;padding:0;}@media all and (min-width:750px){.product-hero{display:flex;flex-direction:row;margin-top:1rem;justify-content:center;position:relative;gap:32px;}.product-hero .cta{padding:16px 20px;}.product-hero__title{font-size:2.5rem;line-height:52px;}.product-hero__icons_list .icons-list__slider{display:flex;flex-direction:column;justify-content:space-between;padding:0;gap:0px;}.product-hero__icons_list .icons-list__slider-item{border-top:1px solid var(--color-primary-clear);width:100%;flex-direction:row;justify-content:flex-start;padding:12px 0;align-items:center;gap:16px;align-self:stretch;}.icons-list__slider-image{width:35px;}.icons-list--small .icons-list__slider{justify-content:start;gap:20px;}.product-hero__components .cta-wrapper{justify-content:flex-start;}.product-hero__product-images{width:50%;max-width:532px;}.product-hero__content{width:40%;max-width:750px;}.product-hero__tags{justify-content:flex-start;font-size:0.9rem;}.product-hero__components{padding:0;}.product-hero__components .cta__text{font-size:0.95em;text-align:center;}}@media all and (min-width:1100px){.product-hero__components .cta__text{font-size:1em;}}@media all and (min-width:1250px){.product-hero__content{max-width:532px;width:100%;}.product-hero{max-width:1092px;}.product-hero__product-images{width:100%;}}@media  all and (min-width:1350px){.product-hero__image-secondary{left:-11%;}}@media all and (min-width:1500px){.product-hero__tags{font-size:1rem;}.product-hero__product-images{width:50%;}}.icons-list__slider{display:flex;display:-ms-flexbox;justify-content:center;list-style:none;padding:0;}.icons-list__slider-item{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0.5rem;height:100%;width:25%;}.icons-list__slider-item img{display:block;max-width:100px;width:auto;margin:0 auto;}.icons-list__slider-item p{font-size:0.8rem;color:#555D63;text-align:unset;margin:0;}.icons-list__slider-texts{text-align:center;}@media all and (min-width:500px){.icons-list__slider-item{padding:0.5rem 1.5rem;}}@media all and (min-width:750px){.icons-list__slider{justify-content:start;}.icons-list__slider-item{padding:0 1.5rem;}.icons-list__slider-texts{text-align:start;}}.icons-list_pretitle{color:var(--color-primary);}.page-node-6 .icons-list__slider-item,.page-node-6 .icons-list_pretitle{display:none;}@media all and (min-width:1350px){.product-hero__title{min-width:600px;}}
.product-info{margin-bottom:2.5rem;}.product-info__wrapper{padding:0;display:flex;flex-direction:column;align-items:center;gap:32px;}.product-info__titles{display:flex;flex-direction:column;gap:16px;align-items:center;}.product-info__titles h2,.product-info__titles p{margin:0;}h2.product-info__title{color:#555D63;font-size:1rem;line-height:22px;display:flex;align-items:center;gap:20px;}h2.product-info__title strong{color:#92C5F0;}.product-info__text{color :var(--color-primary)}.product-info__text  p{font-size:1.5rem;line-height:28.8px;text-align:center;}.product-info__list-item{max-width:100px;padding:0.5rem;}.product-info__list-item img{display:block;max-width:100px;width:100%;}.product-info__list-item p{text-align:center;font-size:0.85rem;}.product-info__content{display:flex;flex-direction:column-reverse;gap:2rem;}.product-info__components{padding:0 2rem;}.product-info__components .collapsible-rows-item{border-bottom:none;}.product-info__components .collapsible-rows-item__title{border-top:1px solid var(--color-gray-stroke-light);border-bottom:1px solid var(--color-gray-stroke-light);}.product-info__components .collapsible-rows-item__title::before{color:#92C5F0;}.collapsible-rows-item .collapsible-rows-item__title::before{top :6px;}@media (min-width:700px){.collapsible-rows-item__title{padding:8px 16px 8px 0;margin:0;}}@media all and (min-width:750px){.product-info__text p{font-size:30pxm;}.product-info{padding:2rem 0 3rem;margin-bottom:3.5rem;}.product-info__content{flex-direction:row;align-items:start;gap:2rem;}.product-info__components,.product-info__cards{width:50%}}@media all and (min-width:900px){.product-info{padding:4rem 0;margin-bottom:5rem;}}
.routine{padding-top:64px;padding-bottom:64px;}.routine__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;}.routine__info{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;}.routine__info p,.routine__info h2,.routine__info h3{margin:0;}.routine .routine-title{font-size:1.5rem;font-weight:500;line-height:130%;color:var(--color-secondary);}.routine__subtitle{text-transform:uppercase;color:var(--color-primary);font-size:18px;line-height:140%;font-weight:600;}.routine__components{display:flex;align-items:center;gap:32px;flex-wrap:wrap;justify-content:center;}.routine__text{font-size:24px;font-style:normal;font-weight:500;line-height:130%;}@media all and (min-width:750px){.routine .routine-title{font-size:30px;}.routine__text{font-size:30px;}}@media all and (min-width:1300px){.routine .grid-row--product{max-width:1380px;}}
.routine-item{position:relative;max-width:367px;}.routine-item__wrapper{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;padding:32px;display:flex;flex-direction:column;justify-content:space-between;}.routine-item__number{font-size:60px;font-weight:700;line-height:64px;}.routine-item__action{align-self:center;display:flex;flex-direction:column;justify-content:center;align-items:center;}.routine-item__text p{margin:0;position:relative;width:fit-content;color:var(--color-white);font-size:24px;font-weight:600;line-height:120%;}.routine-item__text p::after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;width:100%;}.routine-item__cta{background-color:var(--color-primary);color:var(--color-white);display:flex;align-items:center;gap:8px;padding:17px 20px;border:1px solid var(--color-white);font-size:17px;font-weight:600;line-height:16px;transition:all ease 150ms;}.routine-item__cta::before{content:'';display:block;width:20px;height:20px;background-position:center;background-size:contain;background-repeat:no-repeat;background-image:url(/themes/custom/dexeryl-gamme/images/icons/cart-product.svg);transition:all ease 150ms;}.routine-item__cta:hover{background-color:var(--color-white);color:var(--color-primary);}.routine-item__cta:hover::before{background-image:url(/themes/custom/dexeryl-gamme/images/icons/cart-product-hover.svg);}.routine-item__subtitle{color:var(--color-white);font-size:16px;font-weight:600;line-height:140%;margin-top:10px;}.routine-item--red .routine-item__number{color:var(--color-pink);}.routine-item--red .routine-item__text p::after{background-color:var(--color-pink);}.routine-item--grey .routine-item__number{color:var(--color-secondary);}.routine-item--grey .routine-item__text p::after{background-color:var(--color-secondary);}
@keyframes gin-throbber{0%{transform:rotateZ(0);}100%{transform:rotateZ(360deg);}}.ajax-progress__throbber,.ajax-progress__throbber--fullscreen,.ui-dialog .ajax-progress__throbber,.media-library-item .ajax-progress__throbber{border:3px solid var(--gin-color-primary);border-inline-end:3px dotted transparent;}.ajax-progress .ajax-progress__message{color:var(--gin-color-text);}[dir].gin--dark-mode .ajax-progress--fullscreen{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber,[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber--fullscreen{border:3px solid var(--gin-bg-app);border-inline-end:3px dotted transparent;}.media-library-widget .ajax-progress__throbber,.media-library-widget .ajax-progress__throbber--fullscreen{border:2px solid var(--gin-color-primary);border-inline-end:2px dotted transparent;}.ui-dialog .ajax-progress-throbber{padding:var(--gin-spacing-xs);background:var(--gin-bg-app);border-radius:50%;box-shadow:0 2px 6px 0 rgba(34,35,48,.1);border:1px solid rgba(216,217,224,.8);}.gin--dark-mode .ui-dialog .ajax-progress-throbber{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}.ui-dialog .ajax-progress-throbber::before,.contextual-links .ajax-progress-throbber::before{content:"";display:block;position:absolute;inset-block-start:var(--gin-spacing-xs);inset-inline-start:var(--gin-spacing-xs);width:1.125rem;height:1.125rem;border:2px solid var(--gin-color-primary);border-inline-end:2px dotted transparent;border-radius:50%;animation:gin-throbber .75s linear infinite;}.gin--dark-mode .ui-dialog .ajax-progress,.gin--dark-mode .media-library-item .ajax-progress.ajax-progress.ajax-progress{background-color:var(--gin-bg-app);border-color:var(--gin-bg-app);}.contextual-links li{position:relative;}.contextual-links .ajax-progress-throbber{position:absolute;inset-block-start:0;inset-inline-end:var(--gin-spacing-xxs);width:24px;height:24px;}.contextual-links .ajax-progress-throbber::before{inset-block-start:0;inset-inline-start:.25em;}.claro-autocomplete__message{color:var(--gin-color-primary);}
