.material-symbols-outlined,.material-icons{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.offcanvas-cart{background-color:#f9f9f9;border-left:1px solid #ddd;box-shadow:-4px 0 12px #0000000d;width:420px;max-width:100%;transition:all .3s ease-in-out}.offcanvas-cart .offcanvas-header{background-color:#0d1b2a;color:#fff;padding:1.5rem;border-bottom:1px solid #e1e4e8}.offcanvas-cart .offcanvas-title{font-size:1.25rem;font-weight:600;margin:0}.offcanvas-cart .btn-close{background:none;border:none;color:#fff;font-size:1.5rem;opacity:1;transition:transform .2s}.offcanvas-cart .btn-close:hover{transform:scale(1.1)}.offcanvas-cart .offcanvas-body{padding:1.5rem 1.5rem 0;overflow-y:auto}.cart-alert{display:flex;align-items:center;background-color:#ffe9e9;border:1px solid #f5c2c2;color:#b30000;border-radius:6px;margin-bottom:1rem}.cart-container>.cart-footer{padding:1.5rem;background:#fff;border-top:1px solid #eee;box-shadow:0 -2px 8px #00000008}.breadcrumbs{margin:2em 0}.breadcrumbs__list{list-style-type:none;margin:0;padding:0}.breadcrumbs__item{display:inline-block}.breadcrumbs__item:not(:last-child):after{border-style:solid;border-width:.1em .1em 0 0;content:"";display:inline-block;height:.2em;margin:0 .2em;position:relative;transform:rotate(45deg);vertical-align:middle;width:.2em}.breadcrumbs__link{text-decoration:underline}.breadcrumbs__link[aria-current=page]{color:inherit;font-weight:400;text-decoration:none}.breadcrumbs__link[aria-current=page]:hover,.breadcrumbs__link[aria-current=page]:focus{text-decoration:underline}@media (max-width: 768px){.breadcrumbs{font-size:12px}}.header__btn .btn.btn--success.btn-toggle-contact{display:flex;justify-content:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:120%;box-sizing:border-box;color:#fff;width:fit-content;padding:.5rem 1.5rem;gap:.25rem;border-radius:.3rem;white-space:nowrap;align-items:center}.header__btn{display:flex;justify-content:flex-end}.header__btn span{position:relative}.header__btn span:before{content:"\f095";font-family:FontAwesome;font-style:normal;font-weight:400;text-decoration:inherit;color:#fff;font-size:13px;padding-right:.3em;position:absolute;top:10px;left:18px}@font-face{font-family:icons;font-display:swap;src:url(/cdn/shop/files/icons.woff?v=1751459727) format("woff");font-weight:400;font-style:normal}[class*=_icon-]:before{font-family:icons;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:10px}[class*=_icon-]:before{display:block}._icon-charge:before{content:"\e903"}._icon-solar:before{content:"\e908"}._icon-all-products:before{content:"\e91e"}._icon-calendar:before{content:"\e918"}.brands-slider-wrapper{position:relative;overflow:hidden;padding:20px 0}.brands-slider{display:flex;align-items:center;gap:60px;animation:scroll-logos 30s linear infinite;white-space:nowrap}.brand-logo-link{display:flex;align-items:center;justify-content:center;min-width:225px;max-height:100px;padding:0 10px}.brand-logo-product-home{max-height:90px;max-width:225px;object-fit:contain;opacity:.9;transition:transform .3s ease}.brand-logo-link:hover .brand-logo-product-home{transform:scale(1.05);opacity:1}@keyframes scroll-logos{0%{transform:translate(0)}to{transform:translate(-50%)}}.brands-slider-wrapper:hover .brands-slider{animation-play-state:paused}.slider-fade-left,.slider-fade-right{position:absolute;top:0;width:100px;height:100%;z-index:2;pointer-events:none}.slider-fade-left{left:0;background:linear-gradient(to right,#f9f9f9,#f9f9f900)}.slider-fade-right{right:0;background:linear-gradient(to left,#f9f9f9,#f9f9f900)}.brands-fullpage-section{padding:60px 0;background-color:#f9f9f9}.brands-fullpage-section h1{font-size:2rem;font-weight:600;color:#0d1b2a}.brands-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:40px;justify-items:center;align-items:center;margin-top:40px}.brand-grid-item{display:flex;align-items:center;justify-content:center;padding:10px;transition:transform .3s ease,opacity .3s ease}.brand-grid-item:hover{transform:scale(1.05);opacity:1}.brand-logo-product-full{max-height:90px;max-width:200px;object-fit:contain;opacity:.9}.collection-header{position:relative;padding:4rem 1rem;text-align:center;overflow:hidden;background-color:#0b2e30}.collection-header .img-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.collection-header .img-wrapper img{object-fit:cover;width:100%;height:100%;filter:brightness(.5)}.collection-header .container{position:relative;z-index:2;max-width:1000px;margin:auto}@media (min-width: 992px){.collection-header .container>.row{display:grid;grid-template-columns:1fr 1fr;align-items:start;column-gap:1.5rem;row-gap:1rem}.collection-header .container>.row>[class*=col-]{width:auto;max-width:none}}.collection-header .title{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:1rem;text-shadow:0 1px 3px rgba(0,0,0,.4);animation:fade_in_down .6s ease-out both}.collection-header .btn-toggle-contact{border-radius:30px;padding:.75rem 1.5rem;font-weight:600;font-size:.95rem;background-color:#0d1b2a!important;color:#fff!important;border:none;transition:background-color .2s ease-in-out;animation:fade_in_up .6s ease-out both;box-shadow:0 3px 10px #00000026;margin-bottom:1.25rem}.collection-header .btn-toggle-contact:hover{background-color:#1a2f46!important}@keyframes fade_in_down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade_in_up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.collection-header{padding:2.5rem 1rem}.collection-header .title{font-size:1.6rem}.collection-header .btn-toggle-contact{font-size:.875rem;padding:.6rem 1.2rem;margin-bottom:1rem}.collection-header .container>.row{display:grid;justify-items:center;row-gap:1rem;text-align:center}.collection-header .container>.row>[class*=col-]{text-align:center!important}.collection-header .description{text-align:center!important}.page-type-collection .collection-header--split .row>div:last-child{display:none!important}.collection-header .btn-toggle-contact{margin-left:auto;margin-right:auto}}@media (max-width: 991.98px){.collection-header{display:flex;align-items:center;min-height:340px}.collection-header .container{width:100%}.collection-header .container>.row{display:grid;justify-items:center;row-gap:1rem;text-align:center}.collection-header .container>.row>[class*=col-]{text-align:center!important}.collection-header .description{text-align:center!important}.collection-header .btn-toggle-contact{margin-left:auto;margin-right:auto}}#collection-product-description{background-color:#faf9f9;padding:2.5rem 1rem;border-radius:12px;box-shadow:0 4px 12px #0d1b2a0d;font-family:Segoe UI,Roboto,sans-serif;line-height:1.7;font-size:1rem;color:#0d1b2a}#collection-product-description p{margin-bottom:1.2rem}#collection-product-description h2,#collection-product-description h3{margin-top:2rem;margin-bottom:1rem;font-weight:700;color:#0d1b2a}#collection-product-description ul{padding-left:1.2rem;list-style:disc;margin-bottom:1.5rem}#collection-product-description li{margin-bottom:.5rem}@media (max-width: 768px){#collection-product-description{padding:1.5rem 1rem;font-size:.95rem}}.eurion-featured-collections .collections-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem}@media (min-width: 1200px){.eurion-featured-collections .collections-grid{grid-template-columns:repeat(2,1fr)}}.collection-card{width:100%}.featured-products .swiper-wrapper,.featured-collections .swiper-wrapper{align-items:stretch}.featured-products .swiper-slide,.featured-collections .swiper-slide{height:auto;display:flex}.featured-products .swiper-slide>.product-card,.featured-collections .swiper-slide>.collection-card{width:100%;height:100%}.eurion-featured-collections .ratio{overflow:hidden}.eurion-featured-collections .ratio img{transition:transform .4s ease;transform:scale(1)}.eurion-featured-collections .card:hover .ratio img{transform:scale(1.05)}.eurion-featured-collections h3{transition:color .4s ease;color:#fff;font-size:34px}.eurion-featured-collections h3{font-size:clamp(1.25rem,2.5vw,2rem);line-height:1.3}.eurion-featured-collections p{font-size:clamp(.95rem,1.8vw,1.1rem);line-height:1.6}.eurion-featured-collections p{color:#fff}.eurion-featured-collections .card{border-radius:.3rem;position:relative;border:.5px solid #0b2e30}.eurion-tilted-left{background-color:#0b2e30;clip-path:polygon(0 0,85% 0,100% 100%,0% 100%);position:absolute;top:-1px;left:0;height:102%;width:53%;z-index:1}.eurion-tilted-left:hover{background-color:#104547}.eurion-featured-collections h3,.eurion-featured-collections p{text-decoration:none}@media (max-width: 767px){.eurion-tilted-left{clip-path:none;position:static;width:100%;padding:20px!important}}.ref-product{color:#0b2441}.product-block-grouped{padding:20px;border-radius:.3rem;background:#f6f8f9;border:1px solid #f0edf7}:root{--mds-submenu-gap: .5rem}#navbar-desktop .nav-link{color:#0d1b2a;font-size:.875rem}#navbar-desktop .nav-link:hover{color:#0b2e30}#offcanvas-menu .accordion-nav .collapse>.nav{margin-top:var(--mds-submenu-gap)}@media (hover: hover) and (min-width: 1200px){#navbar-desktop .dropdown:hover>.dropdown-menu{display:block}#navbar-desktop .dropdown-toggle{cursor:default}#navbar-desktop .nav-desktop-menu .dropdown-menu{padding:.5rem;margin-top:var(--mds-submenu-gap);border-radius:.5rem;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 40px #0f172a2e;max-height:70vh;overflow-y:auto}#navbar-desktop .nav-desktop-menu .dropdown-menu .dropdown-item{padding-top:.4rem;padding-bottom:.4rem;font-size:.875rem;line-height:1.35}}@media (hover: hover) and (min-width: 1200px){#navbar-desktop .nav-desktop-menu .nav-item.dropdown{position:relative}#navbar-desktop .nav-desktop-menu .nav-item.dropdown:after{content:"";position:absolute;left:0;right:0;top:100%;height:var(--mds-submenu-gap)}#navbar-desktop .nav-desktop-menu .dropdown-menu{display:block;opacity:0;visibility:hidden;transform:scale(.98);transform-origin:top center;pointer-events:none;will-change:opacity,transform;transition:opacity .16s ease,transform .16s ease,visibility 0s linear .16s;margin-top:var(--mds-submenu-gap)}#navbar-desktop .dropdown:hover>.dropdown-menu{opacity:1;visibility:visible;transform:scale(1);pointer-events:auto;transition-delay:0s,0s,0s}}@media (hover: hover) and (min-width: 1200px) and (prefers-reduced-motion: reduce){#navbar-desktop .nav-desktop-menu .dropdown-menu{transition:none;transform:none}}.badge{font-size:.75rem;padding:2px 6px;border-radius:50%}.cart-icon-wrapper{position:relative;display:inline-block;line-height:0;vertical-align:middle}.cart-icon-wrapper svg{display:block}.cart-icon-wrapper .cart-count-badge{position:absolute;top:-6px;right:-8px;min-width:18px;height:18px;padding:0 6px;display:inline-flex;justify-content:center;align-items:center;font-size:11px;line-height:18px;border-radius:999px;background-color:var(--bs-primary, #0b2e30);color:#fff;pointer-events:none}@media (max-width: 576px){.cart-icon-wrapper .cart-count-badge{top:-4px;right:-6px}}.product-price-final{font-weight:700;color:#333;font-size:23px!important;padding:0;text-align:center;width:100%}.product-price-final-sale{color:#333}.product-price-compare{color:#545454;font-weight:400}.product-card-price-compare{color:#545454;font-weight:500}.product-price s{color:#545454;font-weight:400}.product-card-price s{color:#545454;font-weight:500}.qty-input-wrapper button svg{color:#000}.qty-input-wrapper .form-control{color:#000}.product-card{background:#fff;border:1px solid #e1e4e8;border-radius:0;box-shadow:0 4px 8px #0d1b2a0d;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;justify-content:space-between;height:100%;min-height:440px;max-height:none;transform:scale(.95)}.product-card-link{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.product-card .atc-cross-sell{padding:.75rem 1rem!important}.product-card-bottom{margin-top:0;flex:1 1 auto;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0d1b2a1a}.page-type-collection .product-list>.product-result-list-item:only-child{margin-left:auto;margin-right:auto}@media (min-width: 1200px){body.page-type-collection .custom-row-breakpoint-collection{align-items:flex-start}}.product-card-img-wrapper{position:relative;background:#fff;border-radius:10px;padding:0!important;display:flex;justify-content:center;align-items:center;height:240px;overflow:hidden}.product-card-img-wrapper img{max-height:100%;max-width:100%;object-fit:contain;transform:scale(1.05)}.product-card-img-wrapper .product-card-bookmark-badge{position:absolute;top:0;left:0;z-index:4;display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:.05rem;max-width:9.5rem;padding:8px 10px 12px;background:#d4a373;background:linear-gradient(135deg,#d4a373,#a98467);color:#fff;font-weight:800;font-size:12px;line-height:1.1;letter-spacing:.02em;text-transform:uppercase;text-align:center;white-space:normal;border-radius:6px 6px 0 0;clip-path:polygon(0 0,100% 0,100% 82%,50% 100%,0 82%);box-shadow:0 6px 12px #0d1b2a26;pointer-events:none}.product-card-img-wrapper .product-sale-badge,.product-card-img-wrapper .product-sold-out-badge{background:#0a8a00;color:#fff;font-weight:700;font-size:1.75rem;padding:4px 10px;border-radius:20px;position:absolute;top:10px;right:10px;z-index:2;text-transform:uppercase}.product-card-img-wrapper .product-sold-out-badge{top:50%;left:50%;right:auto;transform:translate(-50%,-50%);background:#ffffffd9;color:#9aa0a6;pointer-events:none}@media (max-width: 767.98px){.product-card-img-wrapper .product-card-bookmark-badge{top:0;left:0;font-size:10px;padding:6px 7px 9px;max-width:7.75rem}#new-featured-product,.product-new-badge{font-size:10px;padding:3px 6px}}.product-card .product-card-promo{margin:.25rem 0 .35rem;display:inline-flex;align-items:center;gap:.5rem;flex-wrap:nowrap}.product-card .product-card-promo-badge{position:static;display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:6px;font-size:1rem;line-height:1.2;font-weight:700;letter-spacing:.02em;background:#0a8a00;color:#fff;text-transform:uppercase}.product-card .product-card-limited-offer-badge{background:#b22222;font-size:.85rem;padding:6px 7px;gap:.25ch;text-transform:none}.product-card .product-card-promo-tag-badge{background:#dc6210;font-size:.8rem;padding:6px 9px;text-transform:none;transform:translateY(-1px)}.product-card .product-card-limited-offer-line1,.product-card .product-card-limited-offer-line2{display:inline}@media (max-width: 767.98px){.product-card .product-card-promo{display:flex;align-items:flex-start;flex-wrap:nowrap}.product-card .product-card-promo-badge{padding:3px 6px;border-radius:5px;font-size:.8rem;line-height:1.15;flex:0 0 auto}.product-card .product-card-limited-offer-badge{font-size:.6rem;flex-direction:column;gap:0;align-items:center;transform:translateY(-2px)}.product-card .product-card-promo-tag-badge{font-size:.7rem;padding:4px 6px;text-transform:none;transform:translateY(-1px)}.product-card .product-card-limited-offer-line1,.product-card .product-card-limited-offer-line2{display:block;line-height:1.1}.product-card-img-wrapper .product-sale-badge,.product-card-img-wrapper .product-sold-out-badge{font-size:1.05rem;padding:3px 8px;border-radius:16px}.product-card .product-card-price{font-size:1.1rem}.product-card .product-card-price-final{font-size:1.25rem}.product-card .product-card-price-compare{font-size:.8rem}}.page-type-collection .product-card-img-wrapper .product-sale-badge[data-discount-type=value]{top:4px}.product-media-gallery .product-sale-badge{background:#0a8a00;color:#fff;font-weight:700;font-size:1.1rem;padding:10px 12px;border-radius:20px;position:absolute;top:10px;right:10px;z-index:2;text-transform:uppercase}.product-media-gallery .product-prix-imbattable-badge{position:absolute;top:0;right:0;z-index:6;display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:.05rem;max-width:9.5rem;padding:8px 10px 12px;background:#d4a373;background:linear-gradient(135deg,#d4a373,#a98467);color:#fff;font-weight:800;font-size:12px;line-height:1.1;letter-spacing:.02em;text-transform:uppercase;text-align:center;white-space:normal;border-radius:6px 6px 0 0;clip-path:polygon(0 0,100% 0,100% 82%,50% 100%,0 82%);box-shadow:0 6px 12px #0d1b2a26;pointer-events:none}.product-media-gallery .swiper-main-wrapper.has-prix-imbattable-badge .product-sale-badge{top:70px}@media (max-width: 767.98px){.product-media-gallery .product-sale-badge{right:0}.product-media-gallery .product-prix-imbattable-badge{font-size:10px;padding:6px 7px 9px;max-width:7.75rem}.product-media-gallery .swiper-main-wrapper.has-prix-imbattable-badge .product-sale-badge{top:54px}}.product-price .product-sale-badge{background:#0a8a00;color:#fff;font-weight:700;font-size:1.1rem;padding:10px 12px;border-radius:20px;text-transform:uppercase;position:static}.product-media-gallery .product-sale-badge{display:none}@media (max-width: 1199.98px){.product-price .product-sale-badge{display:none!important}.product-media-gallery .product-sale-badge{display:inline-flex}}.brand-logo-product{width:70px;position:absolute;bottom:10px;left:0;z-index:2;background:#fff;padding:4px 6px;border-radius:6px;box-shadow:0 0 3px #0000001a}#new-featured-product,.product-new-badge{position:absolute;font-size:12px;z-index:3;color:#333;background:#ccd5ae;background:linear-gradient(135deg,#ccd5ae,#b7b7a4);box-shadow:0 0 0 .1rem #0e526b2a;padding:4px 8px;border-radius:7px;font-weight:700;line-height:1.2;text-transform:none}.product-card-img-wrapper .product-new-badge,.kit-item .product-new-badge{top:1px;right:1px;left:auto}.product-media-gallery .product-new-badge{top:80px;left:10px;right:auto}.product-card-title{font-weight:500;font-size:1rem;color:#0d1b2a;line-height:1.4;margin-bottom:.25em;min-height:auto;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;overflow-wrap:anywhere}.product-list-charact{font-size:.875rem;color:#4a4a4a;line-height:1.3;margin-bottom:2px;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start}.product-list-charact .am-fileline{margin-bottom:4px}.product-card .product-card-bottom .jdgm-preview-badge,.product-card .product-card-bottom .loox-rating{margin:0 0 .25rem}.product-card-bottom .product-card-price,.product-card-bottom .product-card-promo{margin-top:auto}.product-card-bottom .product-card-promo+.product-card-price{margin-top:0}.product-card-price{font-size:1.25rem;font-weight:700;line-height:1.2;color:#333}.product-card .product-card-price{display:flex;flex-wrap:nowrap;align-items:baseline;gap:.25rem;max-width:100%;white-space:nowrap}.product-card .product-card-price-final,.product-card .product-card-price-compare,.product-card .product-card-price small{white-space:nowrap}.product-card .product-card-price-final{flex:0 0 auto;font-weight:700;font-size:1.5rem}.product-card .product-card-price-compare{flex:1 1 auto;min-width:0;display:block;overflow:hidden;text-overflow:ellipsis;font-weight:500;font-size:.95rem;opacity:.75}@media (min-width: 768px){.product-card .product-card-price-compare{font-size:.95rem}}.product-card .price--on-sale .price-item--regular{text-decoration:line-through;color:#545454;font-size:.9rem;font-weight:500}.product-block-collapse.mt-5{margin-top:.5rem!important}.info-guide-box{background:#f6f8f9;border:1px solid #f0edf7;border-radius:.5rem;padding:12px 20px;margin-top:16px;color:#0d1b2a}.info-guide-heading{position:relative;font-size:1.2rem;font-weight:600;margin-bottom:10px;padding-left:28px}.info-guide-heading:before{content:"info";font-family:Material Symbols Outlined;font-style:normal;font-weight:400;font-variation-settings:"opsz" 24,"wght" 400,"FILL" 0,"GRAD" 200;color:#000;font-size:18px;line-height:1;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);left:0}.info-guide-list{display:flex;flex-direction:column;gap:10px}.pdf-link{position:relative;padding-left:24px;color:#0d1b2a;text-decoration:none;font-size:14px;font-weight:500}.pdf-link:before{content:"\f1c1";font-family:FontAwesome;color:#0d1b2a;font-size:15px;position:absolute;top:1px;left:0}.kit-ideal-icon{position:relative;width:1.5rem;height:1.5rem;display:inline-block;flex-shrink:0}.kit-ideal-icon:before{content:"\f00c";font-family:FontAwesome;font-weight:900;font-style:normal;display:block;font-size:1.5rem;color:#219967}.kit-ideal-section{margin-top:20px;padding:30px 0;background-color:#f9f9f9}.kit-ideal-title{text-align:center;font-size:1.5rem;margin-bottom:2.5rem;color:#0d1b2a}.kit-ideal-list{max-height:360px;position:relative;overflow:hidden;transition:max-height .5s ease;display:flex;flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto}.kit-ideal-item{display:flex;align-items:flex-start;gap:1rem;background:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 10px #0000000d}.kit-ideal-icon{font-size:2rem;color:#c59e48;flex-shrink:0}.kit-ideal-item h3{margin:0 0 .3rem;font-size:1.2rem;color:#0d1b2a}.kit-ideal-item p{margin:0;font-size:.95rem;color:#555}.kit-ideal-list.expanded{max-height:2000px}.kit-ideal-toggle{background:none;border:none;color:#0d1b2a;font-weight:700;cursor:pointer;font-size:1rem}.kit-ideal-overlay{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to bottom,#fff0,#f9f9f9);pointer-events:none;transition:opacity .3s ease}.kit-ideal-list.expanded .kit-ideal-overlay{opacity:0}@media (max-width: 768px){.kit-ideal-title{font-size:1rem;margin-bottom:2rem}.kit-ideal-item h3{font-size:1rem}.kit-ideal-item p{font-size:.55rem}}.description-box{background:#f6f8f9;border:1px solid #f0edf7;border-radius:.5rem;padding:20px;margin-top:30px;color:#0d1b2a}@media (max-width: 768px){.description-box{font-size:12px}}.section-title{font-size:1.2rem;font-weight:600;color:#0d1b2a;margin-bottom:20px;display:flex;align-items:center;gap:8px;position:relative;padding-left:28px}.section-title.description-icon:before{content:"\f05a";font-family:FontAwesome;color:#000;font-size:18px;position:absolute;left:0;top:2px}.description-content table{display:none!important}.reassurance-box{background-color:#0b2e30;color:#fff;border-radius:.5rem;padding:20px;margin-top:20px;display:flex;flex-direction:column;gap:10px;text-align:left}.reassurance-item{position:relative;padding-left:1.8em;font-size:.9rem;line-height:1.4}.reassurance-item:before{font-family:FontAwesome;font-style:normal;font-weight:400;position:absolute;left:0;top:2px;font-size:1rem;color:#fff}.delivery:before{content:"\f0d1";top:1px;left:-4px}.secure:before{content:"\f023"}.support:before{content:"\f095"}.pickup:before{content:"\f276"}.caracteristiques-box,.kit-content-box{background:#f6f8f9;border:1px solid #f0edf7;border-radius:.5rem;padding:20px;margin-top:30px;color:#0d1b2a}.kit-content-title{margin-top:0;padding-left:0}.kit-content-title svg{width:18px;height:18px;fill:#000;display:block}.kit-content-title .kit-content-icon{font-size:18px;line-height:1;color:#000;display:block;font-variation-settings:"opsz" 40,"wght" 400,"FILL" 0,"GRAD" 200}.kit-content-content>*:first-child{margin-top:0}.kit-content-content>*:last-child{margin-bottom:0}@media (max-width: 768px){.section-title{font-size:1rem}.section-title.description-icon:before{top:0}.caracteristiques-box .caracteristiques-content table,.caracteristiques-box .caracteristiques-content th,.caracteristiques-box .caracteristiques-content td,.kit-content-box .kit-content-content,.kit-content-box .kit-content-content p,.kit-content-box .kit-content-content ul,.kit-content-box .kit-content-content ol,.kit-content-box .kit-content-content li,.kit-content-box .kit-content-content table,.kit-content-box .kit-content-content th,.kit-content-box .kit-content-content td{font-size:13px;line-height:1.35}}.section-title.with-icon:before{content:"\f1de";font-family:FontAwesome;font-style:normal;font-weight:400;font-size:18px;color:#000;position:absolute;top:1px;left:0}.table_component td{background:transparent!important;border:none!important}.table_component table{border:none!important}.table_component tr td:nth-child(2){text-align:right}.caracteristiques-content p,.caracteristiques-content ul,.caracteristiques-content li,.caracteristiques-content table caption{display:none!important}.caracteristiques-content table thead tr:first-child{display:none}.carousel-zoom-in{border:.5px solid #0b2e30;margin-top:20px}.indicator{width:10px;height:10px;border-radius:50%;position:relative;border:1px #333 solid;animation-duration:2s;animation-iteration-count:infinite}.indicator--available{width:12px;height:12px;background:#0a8a00;border-color:#0a8a00}.indicator--available.indicator--low-stock{background:#81008a;border-color:#81008a}.indicator--sur-commande{background:#008a81;border-color:#008a81}.indicator--outofstock{background:red;border-color:red}.icon-text{display:flex;align-items:center;margin:10px 0}.icon-text__label{font-weight:300;color:#333;margin-left:10px;position:relative}.icon-text__label--all-clear{color:#0a8a00}.icon-text__label--sur-commande{color:#008a81}.icon-text__label--all-clear.outofstock{color:red}.icon-text__label:before{content:"";position:absolute;left:0;bottom:-5px;width:0;height:2px;background:transparent;transition:.2s ease-in-out;border-radius:40px}.icon-text:hover #__label--all-clear:before{width:100%;background:#0a8a00}.btn-atc,.atc-cross-sell{transition:all .3s ease-in-out;-webkit-box-shadow:0 0 0 .1rem rgba(9,138,0,0);box-shadow:0 0 0 .2rem #098a0000}.btn-atc:active,.atc-cross-sell:active{-webkit-box-shadow:0 0 0 .1rem rgba(10,138,0,.45);box-shadow:0 0 0 .2rem #0a8a0073}.btn-atc:hover{cursor:pointer}.btn-atc:hover,.btn-atc:focus,.btn-atc.loading,.atc-cross-sell:hover{background-color:#0a8a00!important;border:transparent!important;border-color:transparent!important;-webkit-box-shadow:0 0 0 .1rem rgba(10,138,0,.45);box-shadow:0 0 0 .2rem #0a8a0073}.btn-atc:disabled:not(.loading),.btn-atc[disabled]:not(.loading),#ajouter-au-panier:disabled,#ajouter-au-panier[disabled]{background-color:#e5e7eb!important;border-color:#e5e7eb!important;color:#9ca3af!important;cursor:not-allowed!important;box-shadow:none!important}.btn-atc:disabled:not(.loading):hover,.btn-atc[disabled]:not(.loading):hover,#ajouter-au-panier:disabled:hover,#ajouter-au-panier[disabled]:hover{background-color:#e5e7eb!important;border-color:#e5e7eb!important;box-shadow:none!important}body.page-type-product .btn-atc:disabled:not(.loading),body.page-type-product .btn-atc[disabled]:not(.loading),body.page-type-product .btn-atc[aria-disabled=true]:not(.loading),body.page-type-product .btn-atc.disabled:not(.loading),body.page-type-product button[name=add]:disabled:not(.loading),body.page-type-product button[name=add][disabled]:not(.loading),body.page-type-product button[name=add][aria-disabled=true]:not(.loading),body.page-type-product button[name=add].disabled:not(.loading),body.page-type-product #ajouter-au-panier:disabled,body.page-type-product #ajouter-au-panier[disabled],body.page-type-product #ajouter-au-panier[aria-disabled=true],body.page-type-product #ajouter-au-panier.disabled{background:#9ca3af!important;background-color:#9ca3af!important;background-image:none!important;border-color:#9ca3af!important;color:#fff!important;opacity:1!important}body.page-type-product .btn-atc:disabled:not(.loading):hover,body.page-type-product .btn-atc[disabled]:not(.loading):hover,body.page-type-product .btn-atc[aria-disabled=true]:not(.loading):hover,body.page-type-product .btn-atc.disabled:not(.loading):hover,body.page-type-product button[name=add]:disabled:not(.loading):hover,body.page-type-product button[name=add][disabled]:not(.loading):hover,body.page-type-product button[name=add][aria-disabled=true]:not(.loading):hover,body.page-type-product button[name=add].disabled:not(.loading):hover,body.page-type-product #ajouter-au-panier:disabled:hover,body.page-type-product #ajouter-au-panier[disabled]:hover,body.page-type-product #ajouter-au-panier[aria-disabled=true]:hover,body.page-type-product #ajouter-au-panier.disabled:hover{background:#9ca3af!important;background-color:#9ca3af!important;background-image:none!important;border-color:#9ca3af!important;box-shadow:none!important;opacity:1!important}#ajouter-au-panier{margin-bottom:10px}small{font-size:10px;opacity:.9}.product-price-ttc{margin-left:.25rem}[hidden]{display:none!important}#main,#footer-group{max-width:100%;overflow-x:hidden}@media (min-width: 992px){#header-group.sticky-top{position:sticky;top:0;z-index:1030}}.offcanvas-cart{z-index:1200}#footer{padding-bottom:.75rem!important}#footer .container{padding-bottom:0!important}#footer .container>*:last-child{margin-bottom:0!important}#footer-desktop hr.my-8{margin-bottom:.75rem!important}@media (max-width: 576px){#footer{padding-bottom:.75rem!important}}.resp-image-wrapper{position:relative;width:100%;aspect-ratio:var(--resp-aspect, 4 / 3);overflow:hidden}.resp-image{width:100%;height:auto;display:block}.resp-image--cover{width:100%;height:100%;object-fit:cover;display:block}img{image-rendering:auto}@media (min-width: 768px){.collection-header{text-align:initial}}.black-friday-link{display:inline-flex;align-items:center;justify-content:center;padding:.4rem 1.4rem;border-radius:999px;background-color:#000;border:1px solid #fff;color:transparent;font-weight:700;text-transform:uppercase;letter-spacing:.04em;-webkit-text-stroke:1px #fff}.black-friday-link:hover,.black-friday-link:focus{background-color:#fff;color:#000;-webkit-text-stroke:0}.nav-desktop-menu .nav-link.black-friday-link,.accordion-nav .nav-link.black-friday-link{background-color:#000;border-radius:999px;border:1px solid #fff;color:transparent;font-weight:700;text-transform:uppercase;letter-spacing:.04em;-webkit-text-stroke:1px #fff}@media (max-width: 1199.98px){.offcanvas-body .black-friday-link{display:block;width:100%;text-align:center;margin:.75rem 0 .5rem;background-color:#000;border-color:#fff;font-weight:700;color:#fff;-webkit-text-stroke:1px #fff;-webkit-text-fill-color:transparent}}.icon-text .icon-text__label--low-stock{color:#81008a!important}.icon-text .icon-text__label--low-stock .stock-count{font-weight:700;font-size:1.2em}body.page-type-product .product-tabs{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.5rem;margin-top:1.25rem}body.page-type-product .product-tabs__radio{position:absolute;opacity:0;pointer-events:none}body.page-type-product .product-tabs__tab{grid-row:1;display:inline-flex;align-items:center;justify-content:center;padding:.65rem .9rem;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:#f6f8f9;color:#0d1b2a;font-weight:650;font-size:.95rem;line-height:1.2;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease}body.page-type-product .product-tabs__tab:hover{background:#fff;border-color:#0f172a33}body.page-type-product .product-tabs__radio:focus-visible+.product-tabs__tab{outline:2px solid #0a8a00;outline-offset:2px}body.page-type-product .product-tabs__radio:checked+.product-tabs__tab{background:#0b2e30;border-color:#0b2e30;color:#fff;box-shadow:0 10px 24px #0d1b2a26}body.page-type-product .product-tabs__panel{grid-row:2;grid-column:1 / -1;display:block;max-height:0;opacity:0;overflow:hidden;transform:translateY(-6px);pointer-events:none;padding-top:0;will-change:max-height,opacity,transform;transition:max-height .42s cubic-bezier(.2,.75,.15,1),opacity .22s ease,transform .22s ease,padding-top .22s ease}body.page-type-product .product-tabs__radio:checked+.product-tabs__tab+.product-tabs__panel{max-height:5000px;opacity:1;transform:translateY(0);pointer-events:auto;padding-top:.25rem}@media (min-width: 769px){body.page-type-product .product-tabs__panel .product-info-section{opacity:0;transform:translateY(-4px);will-change:opacity,transform;transition:opacity .28s ease,transform .28s ease}body.page-type-product .product-tabs__radio:checked+.product-tabs__tab+.product-tabs__panel .product-info-section{opacity:1;transform:translateY(0);transition-delay:80ms}}@media (prefers-reduced-motion: reduce){body.page-type-product .product-tabs__panel{transition:none;transform:none}}body.page-type-product .product-tabs .product-info-section{padding:1rem;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#fff}body.page-type-product .product-tabs .product-info-section__title{display:none}body.page-type-product .product-tabs .product-info-section__content>*:first-child{margin-top:0}body.page-type-product .product-tabs .product-info-section__content>*:last-child{margin-bottom:0}body.page-type-product .description-box.product-description-tabs .product-tabs{margin-top:0}body.page-type-product .description-box.product-description-tabs .product-tabs__radio:checked+.product-tabs__tab+.product-tabs__panel{padding-top:.75rem}body.page-type-product .description-box.product-description-tabs .product-tabs .product-info-section{padding:0;border:0;border-radius:0;background:transparent}@media (max-width: 768px){body.page-type-product .product-tabs{display:block}body.page-type-product .product-tabs__tab{width:100%;justify-content:space-between;padding:.55rem .75rem;border-radius:12px;font-size:.85rem;line-height:1.15;min-height:40px}body.page-type-product .product-tabs__radio:checked+.product-tabs__tab{box-shadow:0 6px 14px #0d1b2a1f}body.page-type-product .product-tabs__tab:after{content:"";width:.45rem;height:.45rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s ease;flex:0 0 auto;margin-left:.75rem}body.page-type-product .product-tabs__radio:checked+.product-tabs__tab:after{transform:rotate(-135deg)}body.page-type-product .product-tabs__panel{grid-row:auto;grid-column:auto;transform:none}body.page-type-product .product-tabs__radio:checked+.product-tabs__tab+.product-tabs__panel{padding-top:.5rem}body.page-type-product .description-box.product-description-tabs{padding:.75rem!important}body.page-type-product .description-box.product-description-tabs .product-tabs__panel,body.page-type-product .description-box.product-description-tabs .product-tabs__panel .product-info-section__content{padding-left:0!important;padding-right:0!important}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/custom.css.map */
