input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}input[type=number]{-moz-appearance:textfield;outline:none}body.popup{overflow:hidden!important}main.beige-bg{background-color:#fff!important}main{display:flex;flex-direction:column;width:100%;max-width:none}#product-page .image-zoom-popup img,#product-page .image-zoom-popup video,#product-page .shipping-popup img,#product-page .favorite-addtocart-popup-cont img,#product-page .product-global img,#product-page .product-global video,#product-page .cta-add-to-cart img{pointer-events:none}#product-page .image-zoom-popup{opacity:0;display:flex;justify-content:space-between;z-index:1035;position:fixed;top:0;background-color:#fff;width:100vw;height:100vh;pointer-events:none;transition:opacity .2s ease;gap:50px}#product-page .image-zoom-popup.active{display:flex!important;opacity:1;pointer-events:all}#product-page .image-zoom-popup .sidebar-left{display:flex;flex-direction:row;gap:20px;margin-left:20px}#product-page .image-zoom-popup .close-button{flex-shrink:0;margin-top:20px;margin-right:20px;z-index:2}#product-page .image-zoom-popup .color-bar{align-items:center;flex-direction:column;margin-top:20px;margin-bottom:20px;gap:10px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;padding-bottom:10px;padding-left:1px;padding-right:1px}#product-page .image-zoom-popup .side-pictures-bar{margin-top:20px;margin-bottom:20px;scrollbar-width:thin}#product-page .image-zoom-popup .main-picture-bar{display:flex;flex-direction:column;gap:20px;overflow:auto;scrollbar-width:thin;width:100%}#product-page .image-zoom-popup .main-picture-bar:focus-visible{outline:none}#product-page .image-zoom-popup .picture-gallery{height:90%}#product-page .picture-gallery img,#product-page .picture-gallery video{height:100%;width:100%;object-fit:contain;aspect-ratio:2/3}#product-page .picture-gallery:first-of-type{margin-top:20px}#product-page .picture-gallery:last-of-type{margin-bottom:20px}#product-page .picture-gallery.last-visible{margin-bottom:20px}#product-page .close-button{--button-size: 46px;width:var(--button-size);height:var(--button-size);background-color:#f6f6f6;border-radius:50%;border:none;cursor:pointer;position:relative;transition:opacity .2s ease;flex-shrink:0;touch-action:manipulation;filter:invert(1)}#product-page .close-button:hover{filter:unset}#product-page .close-button:hover .close-button:before,#product-page .close-button:hover .close-button:after{background-color:#000;transition:all .2s ease}#product-page .close-button:before,#product-page .close-button:after{position:absolute;content:"";top:50%;left:50%;width:17px;height:2px;border-radius:3px;background-color:#1d1b1a;transform-origin:center;transform:translate(-50%,-50%) rotate(45deg)}#product-page .close-button:after{transform:translate(-50%,-50%) rotate(-45deg)}#product-page .shipping-popup{opacity:0;pointer-events:none;position:fixed;width:100vw;height:100vh;top:0;left:0;background-color:#0000004d;z-index:1035}#product-page .shipping-popup.active{opacity:1;pointer-events:all}@keyframes shipping-popup-fade-in-right{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes shipping-popup-fade-out-right{0%{opacity:0;transform:translate(0)}to{opacity:1;transform:translate(100%)}}@keyframes shipping-popup-fade-in{0%{opacity:0}to{opacity:1}}@keyframes shipping-popup-fade-out{0%{opacity:0}to{opacity:1}}@keyframes add-to-cart-popup-slide-in-right{0%{transform:translate(200%)}to{transform:translate(0);position:relative}}@keyframes add-to-cart-popup-slide-out-right{0%{position:relative;transform:translate(0)}to{transform:translate(200%);position:absolute}}@keyframes product-cta-fade-in-bottom{0%{opacity:0;bottom:-5%}to{opacity:1;bottom:1%;pointer-events:all}}@keyframes product-cta-fade-out-bottom{0%{opacity:1;bottom:1%}to{opacity:0;bottom:-5%}}@keyframes add-to-cart-button-slide-in-middle{0%{opacity:0;left:0;transform:translate(0)}to{opacity:1;left:50%;transform:translate(-50%)}}@keyframes add-to-cart-button-slide-out-middle{0%{opacity:1;left:50%;transform:translate(-50%)}to{opacity:0;left:0;transform:translate(0)}}#product-page .shipping-content{position:absolute;right:0%;width:50%;height:100%;background-color:#fff;animation:shipping-popup-fade-out-right .3s ease forwards}#product-page .shipping-popup.active .shipping-content{animation:shipping-popup-fade-in-right .3s ease forwards}#product-page .shipping-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:10px 0;box-shadow:0 4px 10px #00000026;border-bottom:1px solid #d1d1d1}#product-page .shipping-title{display:flex;flex-direction:row;align-items:center;gap:8px;margin-left:35px}#product-page .shipping-title h3{font-weight:700;font-size:20px;margin-bottom:0}#product-page .shipping-header .close-button{margin-right:20px}#product-page .shipping-article{padding:50px 80px 0;margin:0;overflow-y:auto;max-height:90vh}#product-page .shipping-article h4{font-size:16px;font-weight:700}#product-page .shipping-article section p{font-weight:400;font-size:14px;color:#5d5d5d}#product-page .shipping-article section span{font-weight:600;color:#262626}#product-page .shipping-article section a{color:#fd5c22!important}#product-page .shipping-article section a:focus-visible{outline:none}#product-page .shipping-article section u{text-decoration:underline!important;color:#5d5d5d!important}#product-page .shipping-article section a:hover{text-decoration:underline!important}#product-page .cta-add-to-cart{display:flex;opacity:0;position:relative;pointer-events:none;height:auto;width:100%;align-items:center;justify-content:center;z-index:101;position:fixed;bottom:1%}#product-page .cta-add-to-cart.empty{opacity:0!important;pointer-events:none!important}#product-page .cta-add-to-cart.active{animation:product-cta-fade-in-bottom .3s ease forwards}#product-page .cta-add-to-cart.hide{display:flex;animation:product-cta-fade-out-bottom .3s ease forwards}#product-page .cta-add-to-cart-content{background-color:#fff;height:fit-content;max-width:1700px;width:100%;border-radius:8px;box-shadow:0 4px 10px #00000040;margin-left:25px;margin-right:25px;display:flex;flex-direction:row;justify-content:space-between;position:relative;align-items:center;padding:20px 25px}#product-page .cta-add-to-cart-content .add-to-cart-button{width:400px}#product-page .cta-add-to-cart-content .add-to-cart-button button{touch-action:manipulation;padding-left:20px;padding-right:20px}#product-page .cta-product-info{display:flex;flex-direction:row;align-items:center;gap:15px;max-width:50%}#product-page .cta-product-labels p:first-of-type{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:0;font-weight:600;font-size:14px}#product-page .cta-product-labels p:last-of-type{margin-bottom:0;color:#888;font-weight:400;font-size:16px}#product-page .cta-product-img{max-height:80px;max-width:55px}#product-page .cta-product-img img{width:100%;height:100%;object-fit:cover}#product-page .add-to-cart-popup{display:block;opacity:0;background-color:#fff;box-shadow:0 4px 10px #00000040;border:1px solid #b0b0b0;border-radius:3px;padding:10px 20px 25px;z-index:100;min-width:370px;width:fit-content;transform:translate(200%);position:absolute}#product-page .add-to-cart-popup.active{opacity:1;animation:add-to-cart-popup-slide-in-right .3s ease forwards;pointer-events:all}#product-page .add-to-cart-popup.hide{opacity:1;animation:add-to-cart-popup-slide-out-right .5s ease forwards}#product-page .add-to-cart-popup hr{margin:0}#product-page .add-to-cart-heading{display:flex;flex-direction:row;justify-content:space-between;align-items:center}#product-page .add-to-cart-heading-title{font-weight:700;font-size:15px;color:#000}#product-page .add-to-cart-heading .close-button{background-color:transparent;filter:invert(0)}#product-page .add-to-cart-heading .close-button:hover{background-color:transparent;filter:invert(.6)}#product-page .add-to-cart-content{display:flex;flex-direction:row;gap:10px;margin-top:20px;margin-bottom:20px}#product-page .add-to-cart-details{display:flex;flex-direction:column;justify-content:space-between;gap:10px;width:300px}#product-page .add-to-cart-image{display:flex;max-width:60px;max-height:90px}#product-page .add-to-cart-image img{object-fit:cover}#product-page .add-to-cart-label,#product-page .add-to-cart-brand{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}#product-page .add-to-cart-label{font-weight:600;font-size:14px}#product-page .add-to-cart-brand{font-weight:500;font-size:14px;color:#888}#product-page .add-to-cart-quantity-mpo-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center}#product-page .add-to-cart-details .quantity{display:flex;flex-direction:row;font-size:12px;font-weight:400;gap:3px}#product-page .add-to-cart-details .total-product{font-weight:700;font-size:14px;display:flex;flex-direction:row;gap:6px}#product-page .add-to-cart-progress-cont.hide,#product-page .add-to-cart-progress-cont.not-reached .progress-label[data-value=reached],#product-page .add-to-cart-progress-cont.reached .progress-label[data-value=not-reached]{display:none}#product-page .add-to-cart-progress-cont .progress-label{font-weight:400;font-size:12px}#product-page .add-to-cart-progress-cont .progress-label .price{font-weight:700;font-size:12px}#product-page .add-to-cart-progress{display:flex;flex-direction:row;align-items:center;gap:15px}#product-page .add-to-cart-progress-bar{--progress-width: 0%;width:100%;height:5px;background-color:#d9d9d9;border-radius:30px;position:relative}#product-page .add-to-cart-progress-bar:before{content:"";position:absolute;height:5px;background-color:#069730;border-radius:30px;width:var(--progress-width);transition:width .3s ease}#product-page .add-to-cart-progress .picto.checkmark{--size: 20px;min-width:var(--size);width:var(--size);height:var(--size);background-repeat:no-repeat;background-position:center;background-color:transparent;background-size:contain;background-image:url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.29468 6.25012L5.51751 7.75012L7.55556 4.75012" stroke="%23D1D1D1" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 11C8.76142 11 11 8.76142 11 6C11 3.23858 8.76142 1 6 1C3.23858 1 1 3.23858 1 6C1 8.76142 3.23858 11 6 11Z" stroke="%23D1D1D1"/></svg>')}#product-page .add-to-cart-progress .picto.checkmark.active{background-image:url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.29468 6.25L5.51751 7.75L7.55556 4.75" stroke="%23069730" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 11C8.76142 11 11 8.76142 11 6C11 3.23858 8.76142 1 6 1C3.23858 1 1 3.23858 1 6C1 8.76142 3.23858 11 6 11Z" stroke="%23069730"/></svg>')}#product-page .add-to-cart-link-cont{height:46px;display:flex;justify-content:center;align-items:center;margin-top:16px}#product-page .add-to-cart-link-cont.hide{display:none}#product-page .add-to-cart-link-cont a:focus-visible{outline:none}#product-page .add-to-cart-popup-link{height:44px;width:100%;text-align:center;align-content:center;border-radius:6px;background-color:#000;color:#fff!important}#product-page .add-to-cart-popup-link:hover{height:46px;background-color:#534b46}#product-page .favorite-addtocart-popup-cont{display:flex;flex-direction:column;position:fixed;align-items:flex-end;top:10%;right:0;z-index:100;pointer-events:none;gap:20px}#product-page .breadcrumb{display:block;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#product-page .breadcrumb .breadcrumb-content a:hover{text-decoration:underline!important}#product-page .breadcrumb .breadcrumb-content:last-child{font-weight:600}#product-page .breadcrumb .breadcrumb-content a,#product-page .breadcrumb .breadcrumb-separator span{font-size:14px;color:#909090!important;display:unset}#product-page .breadcrumb .breadcrumb-content a:focus-visible{outline:none}#product-page .breadcrumb .breadcrumb-content[data-type=product]:hover{cursor:text}#product-page .breadcrumb .breadcrumb-content[data-type=product] a{pointer-events:none}#product-page .product-global{display:flex;flex-direction:column;width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:1rem 35px 70px}#product-page .cont-picture-info{display:flex;flex-direction:row;gap:50px;width:100%}#product-page .product-pictures{display:flex;flex-direction:row;position:sticky;top:20px;gap:5px;flex:1;min-width:500px;max-height:700px;transition:top .2s ease,min-width .2s ease}#product-page .product-pictures.scroll-up{top:140px}#product-page .product-pictures .main-picture{max-width:520px;width:100%;height:fit-content}#product-page .side-pictures-bar{display:flex;flex-direction:column;align-items:center;gap:8px;width:150px;min-width:90px;scrollbar-width:none;-ms-overflow-style:none;overflow:visible;overflow-y:auto;outline:0}#product-page .product-pictures .side-pictures-bar{max-height:650px;margin-top:0;margin-bottom:0;scrollbar-width:thin}#product-page .side-pictures-bar .side-picture{width:90px;height:110px;min-width:90px;min-height:110px;overflow:hidden;flex-shrink:0;cursor:pointer;border:1px solid #dee2e6;position:relative;transition:width .3s ease,height .3s ease}#product-page .side-pictures-bar .side-picture.selected{border:1px solid black;width:100px;height:120px}#product-page .side-picture .black-mask{position:absolute;top:0;width:100%;height:100%;background-color:#000;opacity:.5}#product-page .side-picture[data-type=video] .play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#product-page .side-pictures-bar video.mobile-only{display:none}#product-page .side-picture .play-button{width:50px;height:50px;min-width:50px;background-repeat:no-repeat;background-position:center;background-image:url('data:image/svg+xml,<svg fill="%23ffffff" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-51.2 -51.2 614.40 614.40" enable-background="new 0 0 512 512" xml:space="preserve" stroke="%23ffffff" transform="matrix(1, 0, 0, 1, 0, 0)rotate(0)"><g id="SVGRepo_bgCarrier" stroke-width="0" transform="translate(0,0), scale(1)"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><g><path d="M256,0C114.609,0,0,114.609,0,256s114.609,256,256,256s256-114.609,256-256S397.391,0,256,0z M256,472 c-119.297,0-216-96.703-216-216S136.703,40,256,40s216,96.703,216,216S375.297,472,256,472z"></path><polygon points="192,336 352,256 192,176 "></polygon></g></g></svg>')}#product-page .side-pictures-bar .side-picture.hide{display:none}#product-page .side-pictures-bar .side-picture:hover{opacity:.6;transition:opacity .2s ease}#product-page .side-pictures-bar .side-picture img{aspect-ratio:2/3;object-fit:cover;width:100%;height:100%}#product-page .main-picture{width:100%;cursor:zoom-in;position:relative;aspect-ratio:2/3}#product-page .product-pictures .main-picture{overflow:hidden}#product-page .product-pictures .main-picture:hover video,#product-page .product-pictures .main-picture:hover img{scale:1.05}#product-page .main-picture video{width:100%;height:100%}#product-page .main-picture video,#product-page .main-picture img{width:100%;object-fit:cover;aspect-ratio:2/3;transition:scale .4s ease}#product-page .product-informations{display:grid;grid-template-columns:auto;grid-template-rows:auto;flex:1.5;margin-top:20px}#product-page .title-cont{grid-row:1/2;grid-column:1/2;display:flex;flex-direction:column;gap:12px}#product-page .title-cont .tags-cont{display:flex;flex-direction:row;gap:8px}#product-page .tag{width:fit-content;font-weight:600;font-size:12px;background-color:#000;color:#fff;border-radius:4px;padding:3px 8px}#product-page .tag.orange{background-color:#fd5c22}#product-page .tag.black{background-color:#000}#product-page .tag.mint{background-color:#9bb2a2}#product-page .tag.white{background-color:#fff;color:#000}#product-page .tag.premium{display:flex;flex-direction:row;align-items:center;gap:5px;border-radius:5px;background-color:#c4a068;padding:1px 10px}#product-page .product-title{font-weight:700;font-size:22px;color:#3c3c3b;margin-bottom:0;word-break:break-word}#product-page .brand-cont{grid-row:2/3;grid-column:1/2;margin-top:30px;display:flex;flex-direction:column}#product-page .brand-name{display:flex;flex-direction:row;align-items:center;gap:6px}#product-page .picto-validated-brand{display:none!important;display:flex;height:20px;width:20px;background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%200%2020%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7.16658%2017.75L5.58325%2015.0833L2.58325%2014.4167L2.87492%2011.3333L0.833252%209L2.87492%206.66667L2.58325%203.58333L5.58325%202.91667L7.16658%200.25L9.99992%201.45833L12.8333%200.25L14.4166%202.91667L17.4166%203.58333L17.1249%206.66667L19.1666%209L17.1249%2011.3333L17.4166%2014.4167L14.4166%2015.0833L12.8333%2017.75L9.99992%2016.5417L7.16658%2017.75ZM9.12492%2011.9583L13.8333%207.25L12.6666%206.04167L9.12492%209.58333L7.33325%207.83333L6.16658%209L9.12492%2011.9583Z%22%20fill%3D%22%23219900%22/%3E%3C/svg%3E);background-repeat:no-repeat}#product-page .brand-cont .brand-name .brand h2{font-size:16px;font-weight:400;color:#363636!important;margin-bottom:0}#product-page .brand-cont .brand-name .brand:focus-visible{outline:none}#product-page .brand-cont .review-line{display:flex;flex-direction:row;gap:12px}#product-page .brand-cont .review-line.hide{display:none}#product-page .brand-cont .review-line .review-stars{position:relative}#product-page .star-ratings-bottom{display:flex;flex-direction:row;gap:1px;position:relative}#product-page .star-ratings-top{display:flex;flex-direction:row;gap:1px;position:absolute;z-index:1}#product-page .stars{--percent: 100%;--star-size: 16px;--star-color: black;--star-background: #b0b0b0;flex-shrink:0;width:calc(var(--star-size) * 5);height:var(--star-size);background:linear-gradient(90deg,var(--star-color) var(--percent, 0%),var(--star-background) var(--percent, 0%));-webkit-mask:url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2215%22%20viewBox%3D%220%200%2016%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M15.0428%205.81238L10.5285%205.16829L8.51044%201.15186C8.45532%201.0419%208.36464%200.952876%208.25262%200.898764C7.9717%200.762614%207.63033%200.876073%207.48987%201.15186L5.47183%205.16829L0.957489%205.81238C0.833032%205.82983%200.71924%205.88743%200.632118%205.97472C0.526793%206.081%200.468753%206.22397%200.470753%206.37224C0.472754%206.52051%200.53463%206.66193%200.642786%206.76543L3.90897%209.89164L3.13732%2014.306C3.11922%2014.4088%203.1308%2014.5144%203.17073%2014.6109C3.21067%2014.7075%203.27736%2014.7911%203.36325%2014.8524C3.44914%2014.9136%203.55079%2014.95%203.65667%2014.9574C3.76256%2014.9648%203.86844%2014.9429%203.96231%2014.8942L8.00015%2012.8101L12.038%2014.8942C12.1483%2014.9518%2012.2763%2014.971%2012.3989%2014.9501C12.7083%2014.8978%2012.9163%2014.6097%2012.863%2014.306L12.0913%209.89164L15.3575%206.76543C15.4464%206.6799%2015.5051%206.56819%2015.5228%206.446C15.5708%206.14053%2015.354%205.85777%2015.0428%205.81238Z%22%20fill%3D%22%23B0B0B0%22/%3E%3C/svg%3E) repeat-x;mask:url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2215%22%20viewBox%3D%220%200%2016%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M15.0428%205.81238L10.5285%205.16829L8.51044%201.15186C8.45532%201.0419%208.36464%200.952876%208.25262%200.898764C7.9717%200.762614%207.63033%200.876073%207.48987%201.15186L5.47183%205.16829L0.957489%205.81238C0.833032%205.82983%200.71924%205.88743%200.632118%205.97472C0.526793%206.081%200.468753%206.22397%200.470753%206.37224C0.472754%206.52051%200.53463%206.66193%200.642786%206.76543L3.90897%209.89164L3.13732%2014.306C3.11922%2014.4088%203.1308%2014.5144%203.17073%2014.6109C3.21067%2014.7075%203.27736%2014.7911%203.36325%2014.8524C3.44914%2014.9136%203.55079%2014.95%203.65667%2014.9574C3.76256%2014.9648%203.86844%2014.9429%203.96231%2014.8942L8.00015%2012.8101L12.038%2014.8942C12.1483%2014.9518%2012.2763%2014.971%2012.3989%2014.9501C12.7083%2014.8978%2012.9163%2014.6097%2012.863%2014.306L12.0913%209.89164L15.3575%206.76543C15.4464%206.6799%2015.5051%206.56819%2015.5228%206.446C15.5708%206.14053%2015.354%205.85777%2015.0428%205.81238Z%22%20fill%3D%22%23B0B0B0%22/%3E%3C/svg%3E) repeat-x}#product-page .stars.big{--star-size: 26px;-webkit-mask:url(data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M15.0428%205.81238L10.5285%205.16829L8.51044%201.15186C8.45532%201.0419%208.36464%200.952876%208.25262%200.898764C7.9717%200.762614%207.63033%200.876073%207.48987%201.15186L5.47183%205.16829L0.957489%205.81238C0.833032%205.82983%200.71924%205.88743%200.632118%205.97472C0.526793%206.081%200.468753%206.22397%200.470753%206.37224C0.472754%206.52051%200.53463%206.66193%200.642786%206.76543L3.90897%209.89164L3.13732%2014.306C3.11922%2014.4088%203.1308%2014.5144%203.17073%2014.6109C3.21067%2014.7075%203.27736%2014.7911%203.36325%2014.8524C3.44914%2014.9136%203.55079%2014.95%203.65667%2014.9574C3.76256%2014.9648%203.86844%2014.9429%203.96231%2014.8942L8.00015%2012.8101L12.038%2014.8942C12.1483%2014.9518%2012.2763%2014.971%2012.3989%2014.9501C12.7083%2014.8978%2012.9163%2014.6097%2012.863%2014.306L12.0913%209.89164L15.3575%206.76543C15.4464%206.6799%2015.5051%206.56819%2015.5228%206.446C15.5708%206.14053%2015.354%205.85777%2015.0428%205.81238Z%22%20fill%3D%22%23B0B0B0%22/%3E%3C/svg%3E) repeat-x;mask:url(data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M15.0428%205.81238L10.5285%205.16829L8.51044%201.15186C8.45532%201.0419%208.36464%200.952876%208.25262%200.898764C7.9717%200.762614%207.63033%200.876073%207.48987%201.15186L5.47183%205.16829L0.957489%205.81238C0.833032%205.82983%200.71924%205.88743%200.632118%205.97472C0.526793%206.081%200.468753%206.22397%200.470753%206.37224C0.472754%206.52051%200.53463%206.66193%200.642786%206.76543L3.90897%209.89164L3.13732%2014.306C3.11922%2014.4088%203.1308%2014.5144%203.17073%2014.6109C3.21067%2014.7075%203.27736%2014.7911%203.36325%2014.8524C3.44914%2014.9136%203.55079%2014.95%203.65667%2014.9574C3.76256%2014.9648%203.86844%2014.9429%203.96231%2014.8942L8.00015%2012.8101L12.038%2014.8942C12.1483%2014.9518%2012.2763%2014.971%2012.3989%2014.9501C12.7083%2014.8978%2012.9163%2014.6097%2012.863%2014.306L12.0913%209.89164L15.3575%206.76543C15.4464%206.6799%2015.5051%206.56819%2015.5228%206.446C15.5708%206.14053%2015.354%205.85777%2015.0428%205.81238Z%22%20fill%3D%22%23B0B0B0%22/%3E%3C/svg%3E) repeat-x}#product-page .star.white{height:13px;width:13px;background-image:url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.5799 4.61556L8.68271 4.06808L6.94057 0.654116C6.89298 0.560644 6.8147 0.484976 6.718 0.438982C6.47548 0.323254 6.18078 0.419694 6.05952 0.654116L4.31739 4.06808L0.420234 4.61556C0.312792 4.63039 0.214557 4.67935 0.139347 4.75354C0.0484212 4.84388 -0.00168338 4.9654 4.31867e-05 5.09144C0.00177056 5.21746 0.0551869 5.33767 0.148556 5.42564L2.9682 8.08292L2.30204 11.8351C2.28642 11.9225 2.29641 12.0122 2.33089 12.0943C2.36536 12.1764 2.42294 12.2475 2.49708 12.2995C2.57123 12.3516 2.65898 12.3825 2.75039 12.3888C2.8418 12.3951 2.93321 12.3765 3.01424 12.3351L6.50004 10.5636L9.9858 12.3351C10.081 12.3841 10.1915 12.4004 10.2974 12.3827C10.5645 12.3382 10.7441 12.0933 10.698 11.8351L10.0319 8.08292L12.8515 5.42564C12.9283 5.35295 12.9789 5.25799 12.9943 5.15413C13.0357 4.89448 12.8485 4.65413 12.5799 4.61556Z" fill="white"/></svg>')}#product-page .review-line .count-reviews{text-decoration:underline;color:#000;font-size:12px;font-weight:400;background:none;border:none;padding:0}#product-page .review-line .count-reviews:hover{text-decoration:none}#product-page .review-line .count-reviews:focus-visible{outline:none}#product-page .minimum-order-wholesaler a:focus-visible{outline:none}#product-page .minimum-order-wholesaler{margin-top:8px;font-size:14px;font-weight:300;color:#3d3d3d}#product-page .minimum-order-wholesaler.no-minimum .no-min-order-text{display:block}#product-page .minimum-order-wholesaler .no-min-order-text,#product-page .minimum-order-wholesaler.no-minimum .min-order-text,#product-page .minimum-order-wholesaler.no-minimum .min-order-text.mobile-only,#product-page .minimum-order-wholesaler.no-minimum .min-price{display:none}#product-page .minimum-order-wholesaler .min-price{font-weight:600;color:#000}#product-page .mobile-only{display:none}#product-page .premium-cont{display:none;margin-top:10px}#product-page .premium-cont.active{display:block}#product-page .color-cont{grid-row:3/4;grid-column:1/2;margin-top:25px;display:flex;flex-direction:column;gap:10px}#product-page .toggle-colors{border:none;background-color:transparent;width:fit-content;display:flex;flex-direction:row;align-items:center;gap:10px}#product-page .toggle-colors span[data-type=text]{font-size:14px;color:#000;text-decoration:none}#product-page .toggle-colors:hover{text-decoration:underline}#product-page .toggle-colors span[data-type=picto]{--size: 14px;display:inline-block;min-width:var(--size);width:var(--size);height:var(--size);background-repeat:no-repeat;background-position:center;background-color:transparent;border:none;background-image:url('data:image/svg+xml,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 16"><path d="m8.5 15-7-7 7-7" stroke="%23000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');transform:rotate(270deg)}#product-page .toggle-colors.expanded span[data-type=picto]{transform:rotate(90deg)}#product-page .color-cont .color-bar{flex-wrap:wrap;align-items:center;max-height:100px;padding:1px;overflow:hidden;transition:max-height .3s ease}#product-page .product-informations .color-cont .color-bar{width:80%}#product-page .color-heading{font-size:16px;color:#3d3d3d;font-weight:300;display:flex;flex-direction:row;gap:5px}#product-page .color-legend{font-weight:700}#product-page .color-heading p{margin-bottom:0}#product-page .color-heading.default .color-text-selected,#product-page .best-seller-text-cont,#product-page .color-heading.selected .color-text-default{display:none}#product-page .color-heading.best-seller .best-seller-text-cont{display:block}#product-page .best-seller-text-red{color:#eb001b}#product-page .color-bar{display:flex;flex-direction:row;gap:5px}#product-page .color-bar .all-color-button{position:sticky;top:0;left:0}#product-page .color-bar .all-btn-cont{background-color:#fff;position:sticky;left:0;top:0;z-index:1;padding:10px 0}#product-page .image-zoom-popup .color-bar .all-color-button{z-index:1}#product-page .color-cont .color-bar .all-color-button{margin-right:15px}#product-page .color-bar .all-color-button.selected{border:1px solid black!important;outline:none!important;color:#000}#product-page .color-option{transition:border .2s ease}#product-page .color-option:hover{outline:1px solid #757575;color:#000}#product-page .color-option.selected{outline:1px solid black!important}#product-page .all-color-button{border:1px solid #d1d1d1;border-radius:20px;height:36px;padding-left:15px;padding-right:15px;color:#3d3d3d;background-color:#f6f6f6;font-weight:600;font-size:14px;flex-shrink:0;transition:background-color .2s ease}#product-page .all-color-button:hover{font-weight:600;background-color:#dcdcdc}#product-page .color-circle-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:45px;height:45px;flex-shrink:0;border-radius:50%;border:0;background-color:transparent}#product-page .color-option:focus-visible{outline:none}#product-page .color-circle{width:35px;height:35px;border-radius:50%;flex-shrink:0;cursor:pointer;background-size:cover;background-position:center;background-repeat:no-repeat}#product-page .color-circle.unavailable{opacity:.3}#product-page .color-circle.unavailable:before,#product-page .color-circle.unavailable:after{content:"";display:flex;margin:auto;width:4px;height:100%;background-color:#fff;rotate:45deg}#product-page .color-circle.unavailable:after{position:relative;width:2px;top:-100%;background-color:#4f4f4f}#product-page .color-circle.light{border:1px solid #d1d1d1}#product-page .top-sells{position:absolute;top:0;right:-5px;padding:0 2px;font-weight:700;font-size:10px;border-radius:5px;color:#fff;outline:1px solid white;background-color:#eb001b}#product-page .price-info-cont{grid-row:4/5;grid-column:1/2;display:flex;flex-direction:column;margin-top:40px}#product-page .price-info-cont p{margin-bottom:0;color:#363636}#product-page .price-info-cont .starting-from{font-weight:400;font-size:12px}#product-page .price-info-cont .prices{display:flex;flex-direction:row;align-items:center;gap:15px}#product-page .price-info-cont .prices .price-sale{font-weight:700;font-size:24px}#product-page .price-info-cont .prices .price-original{font-weight:400;font-size:14px;text-decoration:line-through}#product-page .price-original.hide{display:none}#product-page .variants-global-cont{grid-row:5/6;grid-column:1/2;width:100%;margin-top:0;display:flex;flex-direction:column;gap:10px}#product-page .variants-global-cont.disable .variant-col.quantity-col{pointer-events:none}#product-page .variants-global-cont.disable .quantity.minus,#product-page .variants-global-cont.disable .quantity.plus{opacity:.5}#product-page .quantity.plus,#product-page .quantity.minus,#product-page .quantity-input{touch-action:manipulation}#product-page .quantity.minus:focus-visible,#product-page .quantity.plus:focus-visible{outline:none}#product-page .variants-global-heading,#product-page .variant-heading,#product-page .variant-content{display:flex;flex-direction:row;align-items:center;text-align:center;background-color:#e7e7e7;height:56px;border-radius:5px}#product-page .variants-global-heading-cont{position:sticky;top:0;z-index:2;background-color:#fff;padding-top:20px;transition:top .2s ease}#product-page .variants-global-heading-cont.scroll-up{top:120px}#product-page .variants-global-heading .variant-col{font-size:12px;font-weight:500;color:#111;white-space:normal}#product-page .variant-item{display:flex;flex-direction:column}#product-page .variant-item.hide{display:none}#product-page .variant-item.no-stock .total-price-col{opacity:.5}#product-page .variant-item.no-stock .quantity-col .quantity,#product-page .variant-item.no-stock .quantity-col .quantity-input{display:none}#product-page .variant-item.no-stock .quantity-col .out-of-stock{white-space:normal;display:block;-webkit-user-select:none;user-select:none}#product-page .variant-item.low-stock .quantity-col .low-stock{white-space:normal;display:block}#product-page .variant-heading{height:auto;border-bottom-left-radius:0;border-bottom-right-radius:0;font-weight:400;font-size:12px;height:28px;background-color:#f6f6f6;border:1px solid #e7e7e7;color:#4d4d4d;overflow:hidden}#product-page .variant-content{height:auto;border-top-left-radius:0;border-top-right-radius:0;background-color:#fff;border:1px solid #e7e7e7;border-top:0px;padding-top:10px;padding-bottom:10px}#product-page .variant-col{display:flex;flex-direction:column;flex:1;align-items:center;justify-content:center;white-space:nowrap}#product-page .variant-col .placeholder{visibility:hidden}#product-page .variant-col.variant-type{display:flex;flex-direction:row;align-items:center;position:relative;font-weight:600}#product-page .variant-content .color-col{height:100%;gap:15px;justify-content:space-around}#product-page .variant-col .color-label{font-weight:400;font-size:11px;height:12px;color:#767676}#product-page .size-col{flex:1.5}#product-page .variant-content .size-col{gap:15px}#product-page .variants-global-heading,#product-page .variant-heading,#product-page .variant-color-cont .color-label,#product-page .variant-size-cont,#product-page .variant-col.price-col,#product-page .variant-col.total-price-col{-webkit-user-select:none;-ms-user-select:none;user-select:none}#product-page .variant-pack-size-cont,#product-page .variant-size-cont{position:relative}#product-page .variant-pack-size-cont .unique-size-info,#product-page .variant-size-cont .unique-size-info{position:absolute;height:17px;width:17px;background-size:contain;background-position:center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 8.5C17 13.1944 13.1944 17 8.5 17C3.80558 17 0 13.1944 0 8.5C0 3.80558 3.80558 0 8.5 0C13.1944 0 17 3.80558 17 8.5ZM7.27662 7.2121C7.27662 6.53639 7.8244 5.98862 8.50011 5.98862C9.17582 5.98862 9.72359 6.53639 9.72359 7.2121V12.9432C9.72359 13.6189 9.17582 14.1666 8.50011 14.1666C7.8244 14.1666 7.27662 13.6189 7.27662 12.9432V7.2121ZM8.53234 5.21591C9.19027 5.21591 9.72363 4.68255 9.72363 4.02462C9.72363 3.36669 9.19027 2.83333 8.53234 2.83333C7.87441 2.83333 7.34105 3.36669 7.34105 4.02462C7.34105 4.68255 7.87441 5.21591 8.53234 5.21591Z' fill='%23E2E2E2'/%3E%3C/svg%3E");top:2px;left:100%;margin-left:8px;z-index:1}#product-page .variant-pack-size-cont .unique-size-info .unique-size-hover,#product-page .variant-size-cont .unique-size-info .unique-size-hover{display:none;position:absolute;left:100%;top:50%;transform:translateY(-50%);background-color:#fff;padding:8px;margin-left:10px;box-shadow:0 0 8px #00000026}#product-page .variant-pack-size-cont .unique-size-info .unique-size-hover p,#product-page .variant-size-cont .unique-size-info .unique-size-hover p{color:#000;font-size:14px;font-weight:400;margin-bottom:0;white-space:nowrap}#product-page .variant-pack-size-cont .unique-size-info:hover .unique-size-hover,#product-page .variant-size-cont .unique-size-info:hover .unique-size-hover{display:block}#product-page .size-col .item-size{font-weight:600;font-size:14px;color:#3c3c3b}#product-page .size-col .item-size-qty{font-weight:400;font-size:14px;color:#767676}#product-page .variant-pack-size-cont{display:flex;flex-direction:row;gap:10px;flex-wrap:wrap}#product-page .variant-type .item-type{position:relative;color:#4d4d4d}#product-page .variants-global-cont .picto{display:inline-block;min-width:20px;width:20px;height:20px;background-repeat:no-repeat;background-position:center;position:absolute;left:-5px;top:50%;transform:translate(-100%,-50%)}#product-page .variants-global-cont .picto.pack{background-image:url('data:image/svg+xml,<svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.2982 4.2313L16.554 3.94537L15.9044 4.2936L16.5292 4.53344L6.97421 9.6596L0.892974 6.36506L1.45458 6.09536L0.849446 5.76761L0.158959 6.09962C0.0642197 6.14486 0.00362081 6.2396 0.00106029 6.34458C-0.00150023 6.44871 0.0548311 6.54601 0.147863 6.59551L6.84021 10.2212C6.92385 10.2664 7.02201 10.2664 7.10565 10.2221L17.3307 4.73743C17.4263 4.68622 17.4843 4.5838 17.4775 4.47455C17.4698 4.3653 17.4006 4.27056 17.2982 4.2313Z" fill="%233D3D3C"/><path d="M17.2982 5.4188L16.554 5.13287L15.9053 5.48025L16.5301 5.72094L6.97421 10.8471L0.892974 7.55342L1.45458 7.28371L0.849446 6.95511L0.158959 7.28712C0.0642197 7.33236 0.00362081 7.42625 0.00106029 7.53123C-0.00150023 7.63621 0.0548311 7.73265 0.147863 7.78301L6.84021 11.4087C6.92385 11.4539 7.02201 11.4539 7.10565 11.4096L17.3307 5.92493C17.4263 5.87286 17.4843 5.77044 17.4775 5.66119C17.4698 5.55195 17.4006 5.45806 17.2982 5.4188Z" fill="%233D3D3C"/><path d="M17.2981 6.5438L16.5538 6.25787L15.9043 6.6061L16.5291 6.84679L6.97409 11.9721L0.892852 8.67927L1.45446 8.40956L0.849323 8.08096L0.158836 8.41298C0.064097 8.45821 0.00264424 8.55295 8.37241e-05 8.65793C-0.0024768 8.76292 0.053855 8.85936 0.146887 8.90972L6.83923 12.5354C6.92288 12.5798 7.02103 12.5806 7.10467 12.5354L17.3297 7.05078C17.4253 6.99872 17.4833 6.8963 17.4765 6.78705C17.4697 6.6778 17.4005 6.58306 17.2981 6.5438Z" fill="%233D3D3C"/><path d="M17.2981 7.68442L16.5538 7.3985L15.9043 7.74673L16.5291 7.98742L6.97409 13.1136L0.892852 9.8199L1.45446 9.55019L0.849323 9.22159L0.158836 9.5536C0.064097 9.59969 0.00264424 9.69358 8.37241e-05 9.79856C-0.0024768 9.90354 0.053855 9.99999 0.146887 10.0503L6.83923 13.676C6.92288 13.7213 7.02103 13.7213 7.10467 13.676L17.3297 8.19141C17.4253 8.13934 17.4833 8.03692 17.4765 7.92853C17.4697 7.81842 17.4005 7.72368 17.2981 7.68442Z" fill="%233D3D3C"/><path d="M17.298 3.05711L10.0474 0.268709C9.97575 0.241396 9.89466 0.243957 9.82638 0.277244L0.158715 4.92544C0.0639756 4.97068 0.00337667 5.06542 0.000816147 5.1704C-0.00174437 5.27452 0.054587 5.37182 0.147619 5.42133L0.849202 5.80199L1.45434 6.12974L6.83996 9.04702C6.92361 9.09226 7.02176 9.09226 7.1054 9.04788L15.9059 4.32713L16.5554 3.9789L17.3313 3.56239C17.4269 3.51033 17.4849 3.40876 17.4781 3.29951C17.4695 3.19112 17.4004 3.09638 17.298 3.05711ZM15.218 4.0634L6.97397 8.48542L2.07484 5.83186L1.46885 5.50412L0.89273 5.19088L9.95953 0.832023L16.5298 3.35926L15.8666 3.71517L15.218 4.0634Z" fill="%233D3D3C"/><path d="M5.18262 2.86386L11.9936 6.04317V10.513H12.5509V5.68811L5.41819 2.35944L5.18262 2.86386Z" fill="%233D3D3C"/><path d="M3.5339 11.5779V7.00656L13.4218 1.92564L13.1674 1.42975L2.97656 6.66601V11.5779H3.5339Z" fill="%233D3D3C"/></svg>')}#product-page .variants-global-cont .picto.unit{background-image:url('data:image/svg+xml,<svg width="19" height="12" viewBox="0 0 19 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.66258 11.5216C1.41585 11.5216 1.20902 11.4476 1.04211 11.2996C0.875203 11.1515 0.791748 10.9681 0.791748 10.7493C0.791748 10.6205 0.820776 10.5015 0.878831 10.3921C0.936887 10.2826 1.02397 10.1957 1.14008 10.1314L8.62925 5.92203V5.07244C8.62925 4.8536 8.71633 4.67017 8.8905 4.52213C9.06467 4.3741 9.27512 4.30008 9.52185 4.30008C9.8847 4.30008 10.1895 4.18423 10.4362 3.95252C10.683 3.72081 10.8063 3.44405 10.8063 3.12224C10.8063 2.80042 10.6793 2.5301 10.4253 2.31126C10.1713 2.09243 9.86293 1.98301 9.50008 1.98301C9.13723 1.98301 8.82881 2.09564 8.57482 2.32091C8.32083 2.54619 8.19383 2.81973 8.19383 3.14154H6.45217C6.45217 2.39493 6.7497 1.75774 7.34477 1.22996C7.93984 0.702182 8.65828 0.438293 9.50008 0.438293C10.3419 0.438293 11.0603 0.698964 11.6554 1.22031C12.2505 1.74165 12.548 2.37562 12.548 3.12224C12.548 3.72725 12.3484 4.2679 11.9493 4.74419C11.5502 5.22047 11.024 5.54873 10.3709 5.72894V5.92203L17.8601 10.1314C17.9762 10.1957 18.0633 10.2826 18.1213 10.3921C18.1794 10.5015 18.2084 10.6205 18.2084 10.7493C18.2084 10.9681 18.125 11.1515 17.9581 11.2996C17.7911 11.4476 17.5843 11.5216 17.3376 11.5216H1.66258ZM3.40425 10.3631H16.0313L9.50008 6.88748L3.40425 10.3631Z" fill="%233D3D3C"/></svg>')}#product-page .variant-color-cont{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;height:42px}#product-page .variant-color-cont:hover .color-hover{display:flex;z-index:3}#product-page .variant-color-cont .color-circle{width:25px;height:25px;cursor:default}#product-page .variant-color-cont .color-hover{display:none;position:absolute}#product-page .color-hover{display:none;position:absolute;left:0;margin-left:80px;top:50%;transform:translateY(-50%);z-index:1;width:max-content}#product-page .color-hover-content{background:#fff;border-radius:5px;box-shadow:0 0 6px #0000001a;padding:15px;position:relative}#product-page .color-hover-content .hover-arrow,#product-page .color-hover-content .hover-arrow-shadow{position:absolute;top:50%;transform:translateY(-50%);left:0;margin-left:-12px}#product-page .color-hover-content .hover-arrow-shadow{z-index:-1;filter:drop-shadow(0px 0px 8px rgba(0,0,0,.15))}#product-page .color-hover-content img{width:150px}#product-page .color-hover-content p{margin-top:2px;font-weight:400;color:#363636;font-size:14px;text-align:center;margin-bottom:0}#product-page .variant-text-mobile-only{display:none;font-weight:400;font-size:14px;color:#3c3c3b}#product-page .variant-sale-price{font-weight:500;font-size:14px;color:#3c3c3b}#product-page .variant-original-price{font-weight:400;font-size:12px;color:#3c3c3b;text-decoration:line-through}#product-page .variant-original-price.hide{display:none}#product-page .quantity-col{display:flex;flex-direction:column;gap:10px}#product-page .quantity-cont{display:flex;flex-direction:row;align-items:center;height:100%}#product-page .quantity-col .quantity{display:flex;position:relative;width:20px;height:20px;background-color:#000;border-radius:50%;border:none;transition:background-color .2s ease}#product-page .quantity-col .quantity:hover{background-color:#4f4f4f}#product-page .quantity-col .quantity:before,#product-page .quantity-col .quantity:after{content:"";position:absolute;background-color:#fff;border-radius:2px;width:8px;height:2px;left:50%;top:50%;transform:translate(-50%,-50%)}#product-page .quantity-col .quantity.plus:after{width:2px;height:8px}#product-page .quantity-input{width:40px;height:32px;margin-left:5px;margin-right:5px;border:1px solid #e2e2e2;border-radius:5px;text-align:center;font-weight:500;font-size:16px}#product-page .quantity-input.active{border:1px solid black}#product-page .quantity-input:focus{outline-width:0;border:1px solid black}#product-page .quantity-col .out-of-stock,#product-page .quantity-col .low-stock{display:none;font-weight:400;font-size:10px;color:red;border:1px solid #ff0000;border-radius:30px;padding:5px 10px}#product-page .quantity-col .low-stock{color:#fd5c22;border-color:#fd5c22;padding:3px 8px}#product-page .total-price-col{font-weight:600;font-size:14px;color:#3c3c3b}#product-page .product-cta-addtocart-favorite{grid-row:6/7;grid-column:1/2;position:sticky;z-index:2;margin-top:35px;padding-bottom:20px;bottom:0;background-color:#fff}#product-page .cont-add-to-cart-favorite{display:flex;flex-direction:row;align-items:center}#product-page .add-to-cart-button{width:100%;height:58px}#product-page .add-to-cart-button.disabled button{background-color:#757575!important;pointer-events:none!important}#product-page .add-to-cart-button button{width:100%;height:100%;border:none;border-radius:6px;background-color:#000;color:#fff;font-weight:600;font-size:14px;transition:background-color .2s ease;position:relative}#product-page .add-to-cart-button button:focus-visible{outline:none}#product-page .add-to-cart-button .button-label.success{display:none;position:absolute;left:0}#product-page .add-to-cart-button button.load .button-label,#product-page .add-to-cart-button button.success .button-label{display:none}#product-page .add-to-cart-button button.success .button-label.success{display:block;animation:add-to-cart-button-slide-in-middle .3s ease forwards,add-to-cart-button-slide-out-middle .3s ease 1.5s forwards}#product-page .loader-btn:hover{outline:none!important}#product-page .add-to-cart-button:hover button{background-color:#534b46}#product-page .product-pictures .add-to-favorite-button{display:none}#product-page .add-to-favorite-button{margin-left:20px;margin-right:20px}#product-page .add-to-favorite-button button{outline:none}#product-page .add-to-favorite-button .picto.heart{display:flex;min-width:35px;width:35px;height:35px;background-repeat:no-repeat;background-position:center;background-image:url('data:image/svg+xml,<svg class="static-heart" xmlns="http://www.w3.org/2000/svg" viewBox="10 10 26 25" width="35px" height="35px" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"><path d="M32.9296,15.8478c-.5655-.5405-1.2369-.9693-1.9759-1.2619s-1.531-.4431-2.3309-.4431-1.592.1506-2.3309.4431-1.4104.7214-1.9759,1.2619l-1.1736,1.1213-1.1736-1.1213c-1.1422-1.0913-2.6914-1.7044-4.3068-1.7044-1.6153,0-3.1645.6131-4.3068,1.7044s-1.7839,2.5715-1.7839,4.1149.6417,3.0235,1.7839,4.1148l1.1736,1.1213 8.6136,8.2297 8.6136-8.2297 1.1736-1.1213c.5658-.5402,1.0146-1.1817,1.3207-1.8878.3062-.706.4638-1.4628.4638-2.227 0-.7643-.1576-1.521-.4638-2.2271s-.7549-1.3475-1.3207-1.8878Z" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-color:transparent;border:none}#product-page .add-to-favorite-button .picto.heart.active{background-image:url('data:image/svg+xml,<svg class="animated-heart" width="35px" height="35px" id="eevUth5sRgH1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="10 10 26 25" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"><style><![CDATA[%23eevUth5sRgH2 {animation-name: eevUth5sRgH2_s_do, eevUth5sRgH2_s_da;animation-duration: 757.5757575757575ms;animation-fill-mode: forwards;animation-timing-function: linear;animation-direction: normal;animation-iteration-count: 1;}@keyframes eevUth5sRgH2_s_do { 0% {stroke-dashoffset: 67.74} 50% {stroke-dashoffset: 0} 100% {stroke-dashoffset: 0}}@keyframes eevUth5sRgH2_s_da { 0% {stroke-dasharray: 67, 74} 50% {stroke-dasharray: 67, 74} 100% {stroke-dasharray: 67, 74}} %23eevUth5sRgH3_ts {animation: eevUth5sRgH3_ts__ts 757.5757575757575ms linear 1 normal forwards}@keyframes eevUth5sRgH3_ts__ts { 0% {transform: translate(23.142699px,23.785651px) scale(0.002412,0.002412)} 50% {transform: translate(23.142699px,23.785651px) scale(0.002412,0.002412);animation-timing-function: cubic-bezier(0.165,0.84,0.44,1)} 100% {transform: translate(23.142699px,23.785651px) scale(1,1)}} %23eevUth5sRgH3 {animation: eevUth5sRgH3_c_o 757.5757575757575ms linear 1 normal forwards}@keyframes eevUth5sRgH3_c_o { 0% {opacity: 0} 50% {opacity: 0} 70% {opacity: 1} 100% {opacity: 1}}]]><\/style><path id="eevUth5sRgH2" d="M32.9296,15.8478c-.5655-.5405-1.2369-.9693-1.9759-1.2619s-1.531-.4431-2.3309-.4431-1.592.1506-2.3309.4431-1.4104.7214-1.9759,1.2619l-1.1736,1.1213-1.1736-1.1213c-1.1422-1.0913-2.6914-1.7044-4.3068-1.7044-1.6153,0-3.1645.6131-4.3068,1.7044s-1.7839,2.5715-1.7839,4.1149.6417,3.0235,1.7839,4.1148l1.1736,1.1213l8.6136,8.2297l8.6136-8.2297l1.1736-1.1213c.5658-.5402,1.0146-1.1817,1.3207-1.8878.3062-.706.4638-1.4628.4638-2.227c0-.7643-.1576-1.521-.4638-2.2271s-.7549-1.3475-1.3207-1.8878Z" fill="none" fill-rule="evenodd" stroke="%23000" stroke-linecap="square" stroke-linejoin="round" stroke-dashoffset="67.74" stroke-dasharray="67,74"/><g id="eevUth5sRgH3_ts" transform="translate(23.142699,23.785651) scale(0.002412,0.002412)"><path id="eevUth5sRgH3" d="M32.9296,15.8478c-.5655-.5405-1.2369-.9693-1.9759-1.2619s-1.531-.4431-2.3309-.4431-1.592.1506-2.3309.4431-1.4104.7214-1.9759,1.2619l-1.1736,1.1213-1.1736-1.1213c-1.1422-1.0913-2.6914-1.7044-4.3068-1.7044-1.6153,0-3.1645.6131-4.3068,1.7044s-1.7839,2.5715-1.7839,4.1149.6417,3.0235,1.7839,4.1148l1.1736,1.1213l8.6136,8.2297l8.6136-8.2297l1.1736-1.1213c.5658-.5402,1.0146-1.1817,1.3207-1.8878.3062-.706.4638-1.4628.4638-2.227c0-.7643-.1576-1.521-.4638-2.2271s-.7549-1.3475-1.3207-1.8878Z" transform="translate(-23.142699,-23.785651)" opacity="0" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="67,74"/></g></svg>')}#product-page .add-to-favorite-button .picto.heart:not(.active):hover{background-image:url('data:image/svg+xml,<svg class="static-heart" xmlns="http://www.w3.org/2000/svg" viewBox="10 10 26 25" width="35px" height="35px" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"><path d="M32.9296,15.8478c-.5655-.5405-1.2369-.9693-1.9759-1.2619s-1.531-.4431-2.3309-.4431-1.592.1506-2.3309.4431-1.4104.7214-1.9759,1.2619l-1.1736,1.1213-1.1736-1.1213c-1.1422-1.0913-2.6914-1.7044-4.3068-1.7044-1.6153,0-3.1645.6131-4.3068,1.7044s-1.7839,2.5715-1.7839,4.1149.6417,3.0235,1.7839,4.1148l1.1736,1.1213 8.6136,8.2297 8.6136-8.2297 1.1736-1.1213c.5658-.5402,1.0146-1.1817,1.3207-1.8878.3062-.706.4638-1.4628.4638-2.227 0-.7643-.1576-1.521-.4638-2.2271s-.7549-1.3475-1.3207-1.8878Z" fill="%23999999" stroke="%23999999" stroke-linecap="round" stroke-linejoin="round"/></svg>')!important}#product-page .cont-shipping-return{grid-row:7/8;grid-column:1/2;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:15px;margin-top:15px}#product-page .cont-shipping-return .side-popup-item:focus-visible{outline:none}#product-page .side-popup-item,#product-page .info-static{display:flex;flex-direction:row;align-items:center;text-align:center;gap:5px;border:none;background-color:transparent;font-size:14px;font-weight:600;color:#000}#product-page .side-popup-item{text-decoration:underline;touch-action:manipulation}#product-page .side-popup-item:hover{text-decoration:none}#product-page .cont-shipping-return .picto,#product-page .shipping-popup .picto{min-width:30px;width:30px;height:30px;background-repeat:no-repeat;background-position:center}#product-page .cont-shipping-return .picto.shipping,#product-page .shipping-popup .picto.shipping{background-image:url('data:image/svg+xml,<svg width="30" height="31" viewBox="0 0 30 31" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_684_4168)"><path d="M24.5455 14.7073L25.7273 16.7073" stroke="black" stroke-width="0.909091" stroke-linecap="round"/><path d="M7.27273 22.3436C7.27273 21.7072 7.63636 20.5254 9.09091 20.5254C10.5455 20.5254 10.9091 21.7072 10.9091 22.3436H24.0909C24.0909 21.6163 24.8182 20.5254 26.2727 20.5254C26.519 20.5131 26.7653 20.551 26.9965 20.6368C27.2277 20.7226 27.439 20.8546 27.6176 21.0247C27.7961 21.1948 27.9383 21.3994 28.0353 21.6261C28.1323 21.8529 28.1821 22.097 28.1818 22.3436H28.6364C28.9091 22.3436 29.5455 22.1618 29.5455 21.4345V19.6163C29.5455 19.3436 29.5455 18.7072 29.0909 17.7981L25.9091 12.7981C25.7273 12.5254 25.2727 11.889 24.5455 11.889H22.2727V10.9799C22.0909 9.61631 21.0909 6.88904 18.1818 6.88904H6.81818C6.36363 6.88904 5.45454 7.16177 5.45454 8.25267V21.4345C5.45454 21.7072 5.63636 22.3436 6.36364 22.3436H6.81818" stroke="black" stroke-width="1.2"/><path d="M8.18182 11.889H2.72727M8.18182 14.6163H1.81818M8.18182 17.3436H0.909088" stroke="%23EB5D2C" stroke-width="1.36364" stroke-linecap="round"/><path d="M22.2727 11.889V22.3436" stroke="black" stroke-width="0.909091"/><path d="M9.0909 25.0708C10.3461 25.0708 11.3636 24.0533 11.3636 22.7981C11.3636 21.5429 10.3461 20.5254 9.0909 20.5254C7.83571 20.5254 6.81818 21.5429 6.81818 22.7981C6.81818 24.0533 7.83571 25.0708 9.0909 25.0708Z" fill="white" stroke="black" stroke-width="0.909091"/><path d="M26.3636 25.0708C27.6188 25.0708 28.6364 24.0533 28.6364 22.7981C28.6364 21.5429 27.6188 20.5254 26.3636 20.5254C25.1084 20.5254 24.0909 21.5429 24.0909 22.7981C24.0909 24.0533 25.1084 25.0708 26.3636 25.0708Z" fill="white" stroke="black" stroke-width="0.909091"/></g><defs><clipPath id="clip0_684_4168"><rect width="30" height="20" fill="white" transform="translate(0 5.97998)"/></clipPath></defs></svg>')}#product-page .cont-shipping-return .picto.package-return{background-image:url('data:image/svg+xml,<svg width="30" height="31" viewBox="0 0 30 31" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_684_4181)"><path d="M24.0305 16.561L21.2342 17.2384C20.9813 17.3003 20.74 17.0913 20.74 16.8113V10.7258L24.3466 10.0342V16.1351C24.3466 16.3403 24.215 16.5171 24.0305 16.5622V16.561Z" fill="%23EB5D2C"/><path d="M28.0372 9.24327C27.792 9.04197 27.5055 8.90777 27.2036 8.84454C27.161 8.82002 27.1158 8.79938 27.0655 8.78647L16.6211 6.1928C16.3476 6.12828 16.0585 6.12699 15.7811 6.1928L5.17668 8.78647C5.11732 8.80067 5.06313 8.82518 5.01538 8.85744C4.73537 8.92583 4.47213 9.05616 4.24244 9.24456C3.7908 9.61619 3.53144 10.1646 3.53144 10.7504V15.4681C1.78683 16.5636 0.714523 18.4837 0.714523 20.5535C0.714523 23.8672 3.41014 26.5628 6.72385 26.5628C8.00779 26.5628 9.22204 26.1667 10.2518 25.417L14.1681 26.4673L14.1655 26.4777C14.2133 26.4906 14.9384 26.6712 15.9682 26.6712C16.563 26.6712 17.2611 26.6093 17.9889 26.4196C18.0276 26.4106 18.0676 26.4002 18.1063 26.3886C18.1167 26.386 18.127 26.3835 18.1373 26.3809C18.1373 26.3809 18.1463 26.3783 18.1502 26.377L27.3765 23.5136C28.1972 23.2594 28.7482 22.511 28.7482 21.6516V10.7491C28.7482 10.1633 28.4888 9.6149 28.0372 9.24327ZM16.0237 7.19672C16.1411 7.16962 16.265 7.16833 16.3772 7.19672L24.508 9.21617L17.1966 10.6588C17.1773 10.6627 17.1579 10.6691 17.1386 10.673L16.1411 10.8679L15.1591 10.6769C15.1346 10.6704 15.1101 10.664 15.0843 10.6588L7.77165 9.21617L16.025 7.19801L16.0237 7.19672ZM9.82078 24.4492C8.9317 25.1576 7.86068 25.5318 6.72385 25.5318C3.9792 25.5318 1.74683 23.2994 1.74683 20.5548C1.74683 18.7547 2.72495 17.0888 4.29922 16.2088C5.03732 15.7958 5.87607 15.5778 6.72514 15.5778C9.46979 15.5778 11.7022 17.8101 11.7022 20.5548C11.7022 22.0787 11.017 23.4982 9.82078 24.4505V24.4492ZM11.1925 24.5718C11.2144 24.5485 11.235 24.524 11.2557 24.4995C11.3034 24.4453 11.3512 24.3898 11.3963 24.333C11.4196 24.3047 11.4428 24.275 11.466 24.2453C11.5086 24.1911 11.5499 24.1369 11.5899 24.0814C11.6118 24.0517 11.6325 24.0221 11.6544 23.9924C11.697 23.9304 11.7396 23.8685 11.7796 23.8053C11.7951 23.7808 11.8118 23.7575 11.826 23.733C11.8802 23.6453 11.9331 23.5575 11.9835 23.4672C11.9912 23.453 11.999 23.4375 12.0067 23.4233C12.048 23.3472 12.088 23.2711 12.1254 23.1936C12.1409 23.1627 12.1551 23.1317 12.1693 23.1007C12.199 23.0375 12.2273 22.9743 12.2544 22.9097C12.2686 22.8762 12.2828 22.8414 12.297 22.8065C12.3228 22.742 12.3474 22.6775 12.3719 22.613C12.3835 22.5807 12.3964 22.5471 12.408 22.5149C12.4351 22.4362 12.4596 22.3575 12.4841 22.2775C12.4893 22.2581 12.4957 22.24 12.5022 22.2207C12.5306 22.1213 12.5564 22.022 12.5796 21.92C12.5861 21.8929 12.5912 21.8658 12.5964 21.8387C12.6132 21.7639 12.6274 21.689 12.6416 21.6142C12.648 21.5781 12.6532 21.5419 12.6596 21.5045C12.67 21.4361 12.6803 21.369 12.688 21.2993C12.6932 21.2619 12.697 21.2245 12.7009 21.1858C12.7087 21.1135 12.7138 21.0426 12.719 20.969C12.7216 20.9355 12.7241 20.9019 12.7254 20.8696C12.7306 20.7638 12.7345 20.6593 12.7345 20.5535C12.7345 17.2398 10.0389 14.5442 6.72514 14.5442C6.6103 14.5442 6.49674 14.548 6.3819 14.5558C6.34964 14.5571 6.31738 14.5597 6.28512 14.5622C6.19608 14.5687 6.10705 14.5777 6.01801 14.588C5.99091 14.5919 5.96252 14.5945 5.93543 14.5971C5.82316 14.6126 5.7109 14.6293 5.59993 14.6513C5.57799 14.6551 5.55476 14.6603 5.53283 14.6655C5.4425 14.6835 5.35088 14.7042 5.26184 14.7274C5.22958 14.7352 5.19732 14.7442 5.16636 14.7519C5.07087 14.7777 4.97538 14.8061 4.88118 14.8358C4.86699 14.841 4.8515 14.8448 4.83731 14.85C4.74569 14.8797 4.65536 14.9119 4.56504 14.9468V10.7491C4.56504 10.4743 4.68762 10.2149 4.89925 10.0407C5.04893 9.91814 5.22958 9.84846 5.41798 9.83556L14.9243 11.6808C15.332 11.7802 15.6262 12.1466 15.6262 12.5699V24.5937C15.6262 24.8815 15.4959 25.146 15.2675 25.3215C15.0391 25.497 14.7488 25.5537 14.4713 25.4789L11.1744 24.5937C11.1808 24.586 11.1873 24.5782 11.195 24.5705L11.1925 24.5718ZM27.7171 21.6542C27.7171 22.0581 27.4578 22.4104 27.072 22.5304L17.8534 25.3912C17.8444 25.3937 17.8354 25.3963 17.8263 25.3989C17.5502 25.4789 17.2611 25.4273 17.0302 25.257C16.7927 25.0828 16.6572 24.8131 16.6572 24.5189V12.5699C16.6572 12.1441 16.954 11.775 17.367 11.6782L26.8306 9.83427C27.0307 9.84072 27.2242 9.9104 27.3829 10.0407C27.5958 10.2149 27.7171 10.4743 27.7171 10.7491V21.6529V21.6542Z" fill="%231D1D1B"/><path d="M9.78077 20.4567C9.67625 19.6334 9.09171 19.023 8.29296 18.9017C7.79616 18.8269 7.45808 18.8269 7.06709 18.8295C6.95354 18.8295 6.83095 18.8295 6.69417 18.8295C6.36383 18.8256 5.94962 18.8243 5.54185 18.8243V18.4849C5.54185 18.2927 5.33539 18.1727 5.16893 18.2695L4.41664 18.703L3.66434 19.1366C3.49788 19.2321 3.49788 19.4721 3.66434 19.5676L4.41535 20.0024L5.16635 20.4373C5.33281 20.5328 5.54056 20.4141 5.54056 20.2218V19.8579C5.94574 19.8579 6.35609 19.8579 6.68256 19.8631C6.8245 19.8644 6.95096 19.8631 7.06967 19.8631C7.44646 19.8618 7.72003 19.8605 8.13811 19.9237C8.64265 19.9999 8.73814 20.4515 8.75621 20.587C8.79363 20.8786 8.69169 21.2309 8.3807 21.3638C7.93036 21.5561 6.43351 21.4838 5.79348 21.4528C5.60766 21.4438 5.44895 21.4361 5.3341 21.4335C5.04247 21.427 4.81279 21.6516 4.80633 21.9367C4.79988 22.2219 5.0257 22.458 5.30958 22.4645C5.41798 22.4671 5.56766 22.4748 5.74444 22.4826C6.20253 22.5045 6.66449 22.5239 7.09548 22.5239C7.791 22.5239 8.40393 22.4748 8.78588 22.3135C9.48527 22.0167 9.88529 21.2696 9.78206 20.4567H9.78077Z" fill="%231D1D1B"/></g><defs><clipPath id="clip0_684_4181"><rect width="28.0336" height="20.5275" fill="white" transform="translate(0.714531 6.14368)"/></clipPath></defs></svg>')}#product-page .product-info-section{grid-row:8/9;grid-column:1/2;margin-top:50px;box-shadow:0 0 0 1px #5d5d5d78;padding:20px 30px;border-radius:5px}#product-page .product-info-section h3{margin-bottom:0}#product-page .product-info-section .info-heading{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;background-color:transparent;border:none;padding:0;touch-action:manipulation;cursor:pointer}#product-page .product-info-section .info-heading:focus-visible{outline:none}#product-page .product-info-section h3{color:#000;font-weight:700;font-size:18px;margin-bottom:0;text-align:left}#product-page .product-info-section .picto{display:inline-block;min-width:16px;width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-color:transparent;border:none}#product-page .product-info-section article.active .picto.arrow{transform:rotate(270deg)}#product-page .product-info-section .picto.arrow{background-image:url('data:image/svg+xml,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 16"><path d="m8.5 15-7-7 7-7" stroke="%23000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');transform:rotate(180deg);transition:transform .3s ease}#product-page .product-info-section .info-content{overflow:hidden;max-height:0;transition:max-height .3s ease;display:flex;flex-direction:column;gap:5px}#product-page .product-info-section .info-content p{margin-bottom:15px}#product-page .product-info-section .info-content dl{margin-bottom:0}#product-page .product-info-section .info-content dl dt,#product-page .product-info-section .info-content dl dd{display:inline;margin-bottom:0}#product-page .product-info-section .info-content .description-cont,#product-page .product-info-section .info-content .value{font-size:14px;color:#888;font-weight:400}#product-page .product-info-section .info-content .description-cont .label,#product-page .product-info-section .info-content .value .label{font-weight:600;color:#262626}#product-page .product-info-section .info-content .description-cont:first-child{margin-top:15px}#product-page .product-banner-component.reco-banner,#product-page .product-banner-component.reco-banner .swiper,#product-page .product-banner-component.reco-banner .swiper-slide{background-color:#f9f5f0}#product-page .product-banner-component.last-viewed,#product-page .product-banner-component.last-viewed .swiper,#product-page .product-banner-component.last-viewed .swiper-slide{background-color:#fafafa}#product-page .reviews{display:flex;flex-direction:row;width:100%;max-width:1600px;background-color:#fff;margin-left:auto;margin-right:auto;justify-content:space-around;gap:50px;padding:70px 35px}#product-page .reviews.hide{display:none}#product-page .reviews-comments{width:60%}#product-page .reviews-comments h3{margin-bottom:35px}#product-page .reviews-cont{display:flex;flex-direction:column;gap:15px;max-height:500px;overflow:auto}#product-page .review{display:flex;flex-direction:column;gap:15px;border:1px solid #e2e2e2;border-radius:6px;padding:20px 30px}#product-page .reviews-rating{display:flex;flex-direction:column;gap:20px;min-width:400px}#product-page .rating-heading{font-weight:300;font-size:48px;color:#121111}#product-page .rating-heading .user-rating{font-weight:700}#product-page .rating-heading .rating-count{font-weight:600;font-size:13px}#product-page .rating-chart{display:flex;flex-direction:column;gap:5px}#product-page .rating-chart .chart-heading{font-weight:400;font-size:12px}#product-page .rating-chart .progress-bar{width:90%;background-color:#c4c4c4;height:10px;border-radius:5px;position:relative}#product-page .rating-chart .progress-bar:after{content:"";position:absolute;width:var(--percent);height:10px;border-radius:5px;background-color:#fd5c22}#product-page .rating-chart .percentage{font-weight:600;font-size:12px;color:#767676}#product-page .rating-chart .chart-bar{display:flex;flex-direction:row;align-items:center;position:relative}#product-page .rating-chart .chart-bar .percentage{position:absolute;right:0}#product-page .rating-date-cont{display:flex;flex-direction:row;gap:12px}#product-page .rating-date-cont .date{font-weight:400;font-size:13px;color:#767676}#product-page .review .comment{font-weight:400;font-size:14px;color:#525252}#product-page .unavailable-cont{width:100%;border-radius:6px;background-color:#fceeec;border:1px solid #c20b1d;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:15px;margin-top:37px;text-align:center}#product-page .unavailable-cont p{font-weight:700;font-size:15px;color:#c20b1d;margin-bottom:0}#product-page .professional-price-cont{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff0d9;border-radius:6px;padding:15px;margin-top:40px;margin-bottom:25px}#product-page .professional-price-cont .picto.lock{--picto-lock-size: 24px;min-width:var(--picto-lock-size);width:var(--picto-lock-size);height:var(--picto-lock-size);background-repeat:no-repeat;background-position:center;background-image:url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 22.3901C5.45 22.3901 4.97917 22.1943 4.5875 21.8026C4.19583 21.411 4 20.9401 4 20.3901V10.3901C4 9.84014 4.19583 9.3693 4.5875 8.97764C4.97917 8.58597 5.45 8.39014 6 8.39014H7V6.39014C7 5.0068 7.4875 3.82764 8.4625 2.85264C9.4375 1.87764 10.6167 1.39014 12 1.39014C13.3833 1.39014 14.5625 1.87764 15.5375 2.85264C16.5125 3.82764 17 5.0068 17 6.39014V8.39014H18C18.55 8.39014 19.0208 8.58597 19.4125 8.97764C19.8042 9.3693 20 9.84014 20 10.3901V20.3901C20 20.9401 19.8042 21.411 19.4125 21.8026C19.0208 22.1943 18.55 22.3901 18 22.3901H6ZM6 20.3901H18V10.3901H6V20.3901ZM12 17.3901C12.55 17.3901 13.0208 17.1943 13.4125 16.8026C13.8042 16.411 14 15.9401 14 15.3901C14 14.8401 13.8042 14.3693 13.4125 13.9776C13.0208 13.586 12.55 13.3901 12 13.3901C11.45 13.3901 10.9792 13.586 10.5875 13.9776C10.1958 14.3693 10 14.8401 10 15.3901C10 15.9401 10.1958 16.411 10.5875 16.8026C10.9792 17.1943 11.45 17.3901 12 17.3901ZM9 8.39014H15V6.39014C15 5.5568 14.7083 4.84847 14.125 4.26514C13.5417 3.6818 12.8333 3.39014 12 3.39014C11.1667 3.39014 10.4583 3.6818 9.875 4.26514C9.29167 4.84847 9 5.5568 9 6.39014V8.39014Z" fill="black"/></svg>')}#product-page .professional-price-cont p{margin-bottom:0;text-align:center}#product-page .professional-price-cont p:first-of-type{font-size:15px;font-weight:700}#product-page .professional-price-cont p:last-of-type{margin-top:10px;font-size:13px;font-weight:400}#product-page .scroll-top-btn-cont{position:fixed;right:25px;bottom:120px;z-index:102;width:34px;height:34px}#product-page .scroll-top-btn-cont.hidden{display:none}#product-page .scroll-top-btn:focus-visible{outline:none}#product-page .scroll-top-btn{filter:invert(1);width:100%;height:100%;border:none;background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url('data:image/svg+xml,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 33"><path d="M0 16.5C0 25.6127 7.3873 33 16.5 33C25.6127 33 33 25.6127 33 16.5C33 7.3873 25.6127 0 16.5 0C7.3873 0 0 7.3873 0 16.5Z" fill="%23fff"/><path class="scroll-top-arrow" d="M24.3643 19.1987L20.6351 15.2733L16.906 11.3479L9.44769 19.1987" stroke="%23000" stroke-width="2" stroke-linecap="round"/></svg>')}#product-page .scroll-top-btn:after{display:none;content:"";position:absolute;width:34px;height:34px;opacity:.5;background-color:#000;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%}#product-page .scroll-top-btn:hover:after{display:block}#product-page .cta-auth{display:none;opacity:0;position:relative;pointer-events:none;justify-content:center;align-items:center;height:90px;box-shadow:0 -4px 10px #00000040;padding-left:45px;padding-right:45px;background-color:#fff;z-index:101;border-radius:8px;position:fixed;bottom:5%}#product-page .cta-auth.active{animation:product-cta-fade-in-bottom .3s ease forwards}#product-page .cta-auth.hide{animation:product-cta-fade-out-bottom .3s ease forwards}#product-page .account-cta{display:flex;flex-direction:row;gap:14px;align-items:center;justify-content:center;width:100%;height:60px;max-width:1200px;touch-action:manipulation}#product-page .account-cta .button-container{width:50%;display:flex;align-items:center;height:58px;border-radius:6px;border:1px solid black;text-align:center;transition:height .3s ease}#product-page .account-cta .button-container:hover{height:60px}#product-page .account-cta .button-container a:focus-visible{outline:none}#product-page .button-container.create{background-color:#000}#product-page .button-container.login{background-color:#fff;color:#000}#product-page .account-cta .button-container a{align-content:center;font-size:14px;font-weight:600;width:100%}#product-page .account-cta .button-container.create a{color:#fff!important}@media screen and (max-width: 1200px){#product-page .product-global{padding:1rem 20px 70px}#product-page .product-pictures{min-width:450px}}@media screen and (max-width: 991px){#product-page .minimum-order-wholesaler .min-order-text{display:none}#product-page .min-order-text.mobile-only{display:inline}#product-page .review-line .count-reviews:hover{text-decoration:underline}#product-page .color-option:hover{outline:none}#product-page .toggle-colors:hover{text-decoration:none}#product-page .picture-gallery:first-of-type{margin-top:unset}#product-page .picture-gallery:last-of-type,#product-page .picture-gallery.last-visible{margin-bottom:unset}#product-page .image-zoom-popup{display:grid;opacity:0;grid-template-rows:1fr auto;gap:unset;grid-template-columns:1fr;width:100%;height:100%;background-color:#333}#product-page .image-zoom-popup.active{display:grid!important}#product-page .image-zoom-popup .color-bar button{touch-action:manipulation}#product-page .image-zoom-popup .color-circle{border:1px solid rgba(222,226,230,.3411764706)}#product-page .image-zoom-popup .color-circle-wrapper.selected{outline:1px solid rgba(222,226,230,.3411764706)!important}#product-page .image-zoom-popup .color-bar .all-btn-cont{background-color:#333}#product-page .image-zoom-popup .sidebar-left{grid-row:2/3;grid-column:1/2;flex-direction:column-reverse;max-width:100vw;margin:0;padding:15px 20px;gap:5px;justify-content:start}#product-page .image-zoom-popup .sidebar-left .side-pictures-bar{flex-shrink:0;margin:0;flex-direction:row;width:100%;scrollbar-width:thin;overflow-y:hidden}#product-page .image-zoom-popup .side-pictures-bar .side-picture .black-mask,#product-page .image-zoom-popup .side-pictures-bar .side-picture .play-button,#product-page .image-zoom-popup .side-pictures-bar .side-picture img{display:block}#product-page .image-zoom-popup .side-pictures-bar .side-picture img{object-fit:cover}#product-page .image-zoom-popup .sidebar-left .color-bar{flex-shrink:0;padding:1px 0;flex-direction:row;margin-top:0}#product-page .image-zoom-popup .main-picture{grid-row:1/2;grid-column:1/2;margin-left:auto;margin-right:auto;width:100%;height:100%}#product-page .image-zoom-popup .side-picture:after{content:"";opacity:1;background-color:#000;opacity:.5;height:100%;width:100%;position:absolute;top:0;transition:opacity .3s ease}#product-page .image-zoom-popup .side-pictures-bar{height:90px;padding-bottom:7px}#product-page .image-zoom-popup .side-picture{border:1px solid rgba(222,226,230,.3411764706);min-width:unset;min-height:unset;width:70px;height:100%}#product-page .image-zoom-popup .side-picture.selected{width:70px;height:100%;border:1px solid #dee2e6}#product-page .image-zoom-popup .side-picture.selected:after{opacity:0}#product-page .image-zoom-popup .close-button{grid-row:1/2;grid-column:1/2;justify-self:flex-end}#product-page .close-button:hover{filter:invert(1)}#product-page .image-zoom-popup .color-bar{overflow-x:auto;overflow-y:hidden;margin-bottom:0}#product-page .image-zoom-popup .color-bar .all-color-button{margin-right:15px}#product-page .image-zoom-popup .main-picture-bar{grid-column:1/2;grid-row:1/2;flex-direction:row;gap:50px;overflow-y:hidden;scroll-snap-type:x mandatory}#product-page .image-zoom-popup .main-picture-bar .picture-gallery{width:100%;height:100%;min-width:100%;scroll-snap-align:start}#product-page .image-zoom-popup .picture-gallery img,#product-page .image-zoom-popup .picture-gallery video{border:none;object-fit:contain}#product-page .product-global{padding:0 0 45px}#product-page .breadcrumb{padding-left:20px;margin:10px 0}#product-page .cont-picture-info{flex-direction:column;gap:unset}#product-page .product-pictures{top:unset;position:relative;min-width:unset;max-width:100vw}#product-page .product-pictures.scroll-up{top:unset}#product-page .product-pictures .main-picture{display:none}#product-page .product-pictures .side-pictures-bar{flex-direction:row;width:100%;gap:10px;overflow-y:auto;scrollbar-width:unset;max-height:550px;height:50vh;transition:height .05s ease}#product-page .product-pictures .side-pictures-bar .side-picture.selected{border:1px solid #dee2e6}#product-page .product-pictures .side-pictures-bar .play-button,#product-page .product-pictures .side-picture[data-type=video] img,#product-page .product-pictures .side-picture .black-mask{display:none}#product-page .side-pictures-bar video.mobile-only{display:block;width:100%;height:100%}#product-page .side-pictures-bar .side-picture:hover{opacity:1}#product-page .product-pictures .side-pictures-bar .side-picture{width:auto;height:100%;min-width:unset;aspect-ratio:2/3}#product-page .product-pictures .side-picture:first-child{margin-left:10px}#product-page .product-pictures .side-picture:last-child{margin-right:10px}#product-page .side-pictures-bar .side-picture img,#product-page .side-pictures-bar .side-picture video{object-fit:cover;aspect-ratio:2/3}#product-page .product-informations{margin-left:20px;margin-right:20px}#product-page .product-informations .color-cont{grid-row:4/5;margin-bottom:30px}#product-page .product-informations .price-info-cont{margin-top:20px;grid-row:3/4}#product-page .product-informations .color-cont .color-bar{width:100%;touch-action:manipulation}#product-page .brand-cont{margin-top:15px}#product-page .variants-global-heading-cont,#product-page .variant-col.placeholder{display:none}#product-page .variant-item.low-stock .variant-content{grid-template-rows:100px}#product-page .variant-content{display:grid;grid-template-rows:70px auto;grid-template-columns:auto;padding-top:25px}#product-page .variant-pack-size-cont .unique-size-info .unique-size-hover,#product-page .variant-size-cont .unique-size-info .unique-size-hover{top:100%;left:unset;right:100%;transform:translate(30px,10px)}#product-page .size-col{flex:1}#product-page .variant-col{white-space:unset}#product-page .variant-size-cont{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:46px}#product-page .variant-pack-size-cont{flex-wrap:wrap}#product-page .variant-content .color-col{grid-row:2/3;grid-column:1/2;gap:20px;padding:20px 0;height:100%;justify-content:space-around}#product-page .variant-color-cont{margin:0;position:relative;height:46px;justify-content:space-between}#product-page .variant-color-cont .color-label{height:fit-content;text-align:left;right:-10px}#product-page .variant-content .size-col{grid-row:2/3;grid-column:2/4;gap:20px;padding:20px 0}#product-page .variant-content .price-col{padding-left:10px;padding-right:10px;grid-column:1/2;grid-row:1/2}#product-page .variant-sale-price{font-weight:600}#product-page .variant-content .quantity-col{grid-column:2/3;grid-row:1/2;display:flex;gap:0px}#product-page .variant-item.low-stock .quantity-col .low-stock{margin-top:10px}#product-page .quantity-cont{display:grid;gap:8px;height:70px}#product-page .quantity-col .quantity{height:30px;width:30px}#product-page .quantity-col .quantity:before,#product-page .quantity-col .quantity:after{width:12px;height:2px}#product-page .quantity-col .quantity.plus:after{height:12px;width:2px}#product-page .quantity-col .quantity.minus{grid-row:2/3;grid-column:1/2}#product-page .quantity-col .quantity.plus{grid-row:1/2;grid-column:1/2}#product-page .quantity-col .quantity:hover{background-color:#000}#product-page .quantity-col .quantity-input{grid-row:1/3;grid-column:2/3;height:70px;width:50px}#product-page .variant-content .total-price-col{padding-left:10px;padding-right:10px;grid-column:3/4;grid-row:1/2}#product-page .variant-text-mobile-only{display:block}#product-page .product-cta-addtocart-favorite{position:relative}#product-page .product-cta-addtocart-favorite.sticky{position:sticky}#product-page .cont-add-to-cart-favorite .add-to-favorite-button{display:none}#product-page .add-to-cart-popup{min-width:unset;width:100%;top:unset;bottom:0;border-radius:6px}#product-page .add-to-cart-content{display:none}#product-page .add-to-cart-progress-cont{margin-top:20px}#product-page .add-to-cart-popup-link,#product-page .add-to-cart-popup-link:hover{height:fit-content;padding:10px}#product-page .product-pictures .add-to-favorite-button{display:block;position:absolute;right:0;bottom:0;z-index:2;margin:20px;padding:10px;background-color:#fff;border-radius:50%;box-shadow:5px 5px 13px 0 rbga(93,93,93,.47);touch-action:manipulation}#product-page .cont-shipping-return{flex-direction:column}#product-page .cont-shipping-return .dash{display:none}#product-page .shipping-popup .shipping-content{width:100%;animation:shipping-popup-fade-out .3s ease forwards}#product-page .shipping-popup.active .shipping-content{animation:shipping-popup-fade-in .3s ease forwards}#product-page .shipping-article{padding-bottom:100px}#product-page .favorite-addtocart-popup-cont{width:100%;top:unset;bottom:0;z-index:200}#product-page .add-to-favorite-button .picto.heart:not(.active):hover{background-image:url('data:image/svg+xml,<svg class="static-heart" xmlns="http://www.w3.org/2000/svg" viewBox="10 10 26 25" width="35px" height="35px" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"><path d="M32.9296,15.8478c-.5655-.5405-1.2369-.9693-1.9759-1.2619s-1.531-.4431-2.3309-.4431-1.592.1506-2.3309.4431-1.4104.7214-1.9759,1.2619l-1.1736,1.1213-1.1736-1.1213c-1.1422-1.0913-2.6914-1.7044-4.3068-1.7044-1.6153,0-3.1645.6131-4.3068,1.7044s-1.7839,2.5715-1.7839,4.1149.6417,3.0235,1.7839,4.1148l1.1736,1.1213 8.6136,8.2297 8.6136-8.2297 1.1736-1.1213c.5658-.5402,1.0146-1.1817,1.3207-1.8878.3062-.706.4638-1.4628.4638-2.227 0-.7643-.1576-1.521-.4638-2.2271s-.7549-1.3475-1.3207-1.8878Z" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round"/></svg>')!important}#product-page .reviews{flex-direction:column}#product-page .cta-add-to-cart{display:none!important}#product-page .cta-auth{display:flex;width:100%;padding-left:20px;padding-right:20px;margin-left:unset;margin-right:unset}#product-page .cta-add-to-cart-content{margin:0;flex-direction:column;align-items:flex-start}#product-page .cta-product-info{max-width:unset}#product-page .cta-add-to-cart-content .add-to-cart-button{margin-top:10px;width:100%}#product-page .cta-product-img{display:none}#product-page .reviews-rating{min-width:unset;width:100%}#product-page .reviews-comments{width:100%}#product-page .scroll-top-btn-cont{right:10px;bottom:110px}#product-page .scroll-top-btn:hover:after{display:none}#product-page .product-banner-component .brand-break-line{display:block}}@media screen and (max-width: 600px){#product-page .product-informations{margin-left:10px;margin-right:10px}#product-page .product-banner-component{padding:50px 10px}#product-page .shipping-popup .shipping-article{padding:30px 20px 100px}#product-page .cta-auth{padding-left:10px;padding-right:10px}#product-page .cta-add-to-cart .cta-add-to-cart-content{margin-left:10px;margin-right:10px}#product-page .reviews{padding:45px 15px}#product-page .product-info-section h3 .info-heading{font-size:16px}}.product-banner-component{display:flex;flex-direction:column;width:100%;padding:70px 30px}.product-banner-component__content{display:grid;grid-template-rows:auto auto;grid-template-columns:auto auto;align-items:center;width:100%;align-self:center;max-width:1600px}.product-banner-component__banner-label{text-align:start;font-weight:500;font-size:28px;color:#363636;margin-bottom:0;grid-column:1/2;grid-row:1/2}.product-banner-component__button-wrapper{grid-row:1/2;grid-column:2/3;display:flex;justify-content:flex-end;align-items:center;height:52px;touch-action:manipulation}.product-banner-component__link{box-sizing:border-box;border:none;background-color:transparent;background-color:#1c1917;padding:16px 40px;color:#fff;border-radius:6px;transition:all .3s ease;height:50px;display:flex;justify-content:center;align-items:center}.product-banner-component__link:focus-visible{outline:none}.product-banner-component__link:hover{background-color:#534b46;height:52px}.product-banner-component__button-label{color:#fff;font-weight:500;font-size:14px;letter-spacing:1px}.product-banner-component .swiper{max-width:1600px;width:100%;margin-top:40px;grid-column:1/3;grid-row:2/3;touch-action:pan-y}.product-banner-component .swiper:hover{cursor:grab}.product-banner-component .swiper .swiper-wrapper{scroll-snap-type:none}.product-banner-component .swiper .swiper-wrapper .product-card-component.swiper-slide{--width: 250px;max-width:var(--width);width:var(--width);min-width:var(--width);scroll-snap-align:none}.product-banner-component .swiper .swiper-wrapper .product-card-component.swiper-slide img{height:100%;width:100%;border-radius:3px;text-align:center}.product-banner-component .swiper .swiper-navigation-btn-cont{--swiper-navigation-top-offset: 40%}.product-banner-component .swiper .swiper-navigation-btn-cont .swiper-button-next:after{padding-left:2px}.product-banner-component .swiper .swiper-navigation-btn-cont .swiper-button-next:after,.product-banner-component .swiper .swiper-navigation-btn-cont .swiper-button-prev:after{--button-size: 34px;--swiper-navigation-size: 19px;background-color:#000;height:var(--button-size);width:var(--button-size);min-width:var(--button-size);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:var(--swiper-navigation-size);font-weight:800;color:#fff}.product-banner-component .swiper .swiper-navigation-btn-cont .swiper-button-next:hover:after,.product-banner-component .swiper .swiper-navigation-btn-cont .swiper-button-prev:hover:after{background-color:#534b46}.product-banner-component .swiper .swiper-navigation-btn-cont .swiper-button-next.swiper-button-disabled,.product-banner-component .swiper .swiper-navigation-btn-cont .swiper-button-prev.swiper-button-disabled{pointer-events:all}@media screen and (max-width: 991px){.product-banner-component{padding:45px 0}.product-banner-component__content{grid-template-rows:auto auto auto;grid-template-columns:auto;row-gap:30px}.product-banner-component__content .swiper{grid-row:3/4;grid-column:1/2;padding-left:20px;margin-top:0}.product-banner-component__content .swiper .swiper-navigation-btn-cont{display:none}.product-banner-component__banner-label{grid-row:1/2;grid-column:1/2;text-align:center;font-weight:600;font-size:22px;color:#000}.product-banner-component__banner-label--centered-mobile{grid-row:1/3}.product-banner-component__button-wrapper{height:auto;padding:0 20px;grid-row:2/3;grid-column:1/2;width:100%}.product-banner-component__button-label{font-size:12px}.product-banner-component__link{height:auto;min-width:240px;margin:0 auto}.product-banner-component__link:hover{height:auto}}@media screen and (max-width: 600px){.product-banner-component .swiper{padding:0}.product-banner-component .swiper .swiper-wrapper .product-card-component.swiper-slide{--width: 200px}.product-banner-component__banner-label{padding:0;text-align:center}.product-banner-component__button-wrapper{padding:0}}.product-card-component__cont-image{position:relative;--height: 375px;--width: 250px;min-width:var(--width);max-width:var(--width);max-height:var(--height);width:var(--width);height:var(--height);aspect-ratio:2/3;object-fit:cover}.product-card-component__image-link{position:relative;height:100%;width:100%}.product-card-component__image-link:focus-visible{outline:none}.product-card-component__product-image{width:100%;height:100%;aspect-ratio:2/3;object-fit:cover;pointer-events:none}.product-card-component__tags-cont{position:absolute;bottom:0;margin-bottom:10px;display:flex;flex-direction:column;gap:5px}.product-card-component__tag{width:fit-content;font-weight:600;font-size:12px;background-color:#000;color:#fff;border-radius:0 4px 4px 0;padding:3px 8px;letter-spacing:1px}.product-card-component__tag--black{background-color:#000}.product-card-component__tag--mint{background-color:#9bb2a2}.product-card-component__tag--orange{background-color:#fd5c22}.product-card-component__tag--white{background-color:#fff}.product-card-component__picto-cont{height:30px;width:30px;position:absolute;top:10px;right:10px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.product-card-component__picto-heart{--size: 100%;min-width:var(--size);width:var(--size);height:var(--size);overflow:visible;background-repeat:no-repeat;background-position:center;background-image:url('data:image/svg+xml, <svg class="static-heart" xmlns="http://www.w3.org/2000/svg" viewBox="10 10 26 25" width="18px" height="15px" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"><path d="M32.9296,15.8478c-.5655-.5405-1.2369-.9693-1.9759-1.2619s-1.531-.4431-2.3309-.4431-1.592.1506-2.3309.4431-1.4104.7214-1.9759,1.2619l-1.1736,1.1213-1.1736-1.1213c-1.1422-1.0913-2.6914-1.7044-4.3068-1.7044-1.6153,0-3.1645.6131-4.3068,1.7044s-1.7839,2.5715-1.7839,4.1149.6417,3.0235,1.7839,4.1148l1.1736,1.1213 8.6136,8.2297 8.6136-8.2297 1.1736-1.1213c.5658-.5402,1.0146-1.1817,1.3207-1.8878.3062-.706.4638-1.4628.4638-2.227 0-.7643-.1576-1.521-.4638-2.2271s-.7549-1.3475-1.3207-1.8878Z" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-color:transparent;border:none;touch-action:manipulation}.product-card-component__picto-heart:focus-visible{outline:none}.product-card-component__picto-heart--active{background-image:url('data:image/svg+xml,<svg class="animated-heart" width="18px" height="15px" id="eevUth5sRgH1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="10 10 26 25" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"><style><![CDATA[%23eevUth5sRgH2 {animation-name: eevUth5sRgH2_s_do, eevUth5sRgH2_s_da;animation-duration: 757.5757575757575ms;animation-fill-mode: forwards;animation-timing-function: linear;animation-direction: normal;animation-iteration-count: 1;}@keyframes eevUth5sRgH2_s_do { 0% {stroke-dashoffset: 67.74} 50% {stroke-dashoffset: 0} 100% {stroke-dashoffset: 0}}@keyframes eevUth5sRgH2_s_da { 0% {stroke-dasharray: 67, 74} 50% {stroke-dasharray: 67, 74} 100% {stroke-dasharray: 67, 74}} %23eevUth5sRgH3_ts {animation: eevUth5sRgH3_ts__ts 757.5757575757575ms linear 1 normal forwards}@keyframes eevUth5sRgH3_ts__ts { 0% {transform: translate(23.142699px,23.785651px) scale(0.002412,0.002412)} 50% {transform: translate(23.142699px,23.785651px) scale(0.002412,0.002412);animation-timing-function: cubic-bezier(0.165,0.84,0.44,1)} 100% {transform: translate(23.142699px,23.785651px) scale(1,1)}} %23eevUth5sRgH3 {animation: eevUth5sRgH3_c_o 757.5757575757575ms linear 1 normal forwards}@keyframes eevUth5sRgH3_c_o { 0% {opacity: 0} 50% {opacity: 0} 70% {opacity: 1} 100% {opacity: 1}}]]><\/style><path id="eevUth5sRgH2" d="M32.9296,15.8478c-.5655-.5405-1.2369-.9693-1.9759-1.2619s-1.531-.4431-2.3309-.4431-1.592.1506-2.3309.4431-1.4104.7214-1.9759,1.2619l-1.1736,1.1213-1.1736-1.1213c-1.1422-1.0913-2.6914-1.7044-4.3068-1.7044-1.6153,0-3.1645.6131-4.3068,1.7044s-1.7839,2.5715-1.7839,4.1149.6417,3.0235,1.7839,4.1148l1.1736,1.1213l8.6136,8.2297l8.6136-8.2297l1.1736-1.1213c.5658-.5402,1.0146-1.1817,1.3207-1.8878.3062-.706.4638-1.4628.4638-2.227c0-.7643-.1576-1.521-.4638-2.2271s-.7549-1.3475-1.3207-1.8878Z" fill="none" fill-rule="evenodd" stroke="%23000" stroke-linecap="square" stroke-linejoin="round" stroke-dashoffset="67.74" stroke-dasharray="67,74"/><g id="eevUth5sRgH3_ts" transform="translate(23.142699,23.785651) scale(0.002412,0.002412)"><path id="eevUth5sRgH3" d="M32.9296,15.8478c-.5655-.5405-1.2369-.9693-1.9759-1.2619s-1.531-.4431-2.3309-.4431-1.592.1506-2.3309.4431-1.4104.7214-1.9759,1.2619l-1.1736,1.1213-1.1736-1.1213c-1.1422-1.0913-2.6914-1.7044-4.3068-1.7044-1.6153,0-3.1645.6131-4.3068,1.7044s-1.7839,2.5715-1.7839,4.1149.6417,3.0235,1.7839,4.1148l1.1736,1.1213l8.6136,8.2297l8.6136-8.2297l1.1736-1.1213c.5658-.5402,1.0146-1.1817,1.3207-1.8878.3062-.706.4638-1.4628.4638-2.227c0-.7643-.1576-1.521-.4638-2.2271s-.7549-1.3475-1.3207-1.8878Z" transform="translate(-23.142699,-23.785651)" opacity="0" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="67,74"/></g></svg>')}@media (hover: hover) and (pointer: fine) and (min-width: 991px){.product-card-component__picto-heart:not(.product-card-component__picto-heart--active):hover{background-image:url('data:image/svg+xml,<svg class="static-heart" xmlns="http://www.w3.org/2000/svg" viewBox="10 10 26 25" width="18px" height="15px" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"><path d="M32.9296,15.8478c-.5655-.5405-1.2369-.9693-1.9759-1.2619s-1.531-.4431-2.3309-.4431-1.592.1506-2.3309.4431-1.4104.7214-1.9759,1.2619l-1.1736,1.1213-1.1736-1.1213c-1.1422-1.0913-2.6914-1.7044-4.3068-1.7044-1.6153,0-3.1645.6131-4.3068,1.7044s-1.7839,2.5715-1.7839,4.1149.6417,3.0235,1.7839,4.1148l1.1736,1.1213 8.6136,8.2297 8.6136-8.2297 1.1736-1.1213c.5658-.5402,1.0146-1.1817,1.3207-1.8878.3062-.706.4638-1.4628.4638-2.227 0-.7643-.1576-1.521-.4638-2.2271s-.7549-1.3475-1.3207-1.8878Z" fill="%23999999" stroke="%23999999" stroke-linecap="round" stroke-linejoin="round"/></svg>')!important}}.product-card-component__cont-details{display:flex;flex-direction:column;align-items:start}.product-card-component__color-list{display:flex;flex-direction:row;align-items:center;gap:2px;margin-top:8px;width:100%;overflow:auto;scrollbar-width:none}.product-card-component__color-list-overflow{display:flex;flex-direction:row;align-items:center;gap:5px;margin-left:10px}.product-card-component__picto-arrow{width:8px;height:16px;background-image:url('data:image/svg+xml,<svg width="9" height="17" viewBox="0 0 9 17" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1046_3822)"><path d="M1.90443 14.1543L6.87205 9.18664C7.45871 8.59998 7.45871 7.63998 6.87205 7.05332L1.90443 2.08569" stroke="%233C3C3B" stroke-width="1.71429" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_1046_3822"><rect width="8" height="16" fill="white" transform="translate(0.830139 0.119995)"/></clipPath></defs></svg>')}.product-card-component__overflow_text{font-weight:400;font-size:13px;color:#333}.product-card-component__color-wrapper{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.product-card-component__color-wrapper--selected{border:1px solid #b6a7aa;border-radius:50%}.product-card-component__color-wrapper:focus-visible{outline:none}.product-card-component__color-circle{height:16px;width:16px;border-radius:50%;flex-shrink:0;cursor:pointer;background-size:cover;background-position:center;background-repeat:no-repeat}.product-card-component__color-circle--light{border:1px solid #d1d1d1}.product-card-component__brand-name,.product-card-component__product-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card-component__brand-name a,.product-card-component__product-name a{font-size:13px;color:#333!important;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all}.product-card-component__brand-name a:focus-visible,.product-card-component__product-name a:focus-visible{outline:none}.product-card-component__brand-name{margin-top:8px}.product-card-component__brand-name a{font-weight:500}.product-card-component__product-name a{font-weight:300}.product-card-component__price-cont{flex-direction:row;align-items:center;margin-top:8px}.product-card-component__price-cont--active .product-card-component__price-sale{color:#fd5c22!important}.product-card-component__price-cont span{font-weight:300;font-size:14px;color:#3c3c3b}.product-card-component__price-cont .product-card-component__price-sale{font-weight:600;font-size:14px;color:#3c3c3b}.product-card-component__price-cont .product-card-component__price-original{font-weight:300;font-size:14px;color:#3c3c3b}.product-card-component__price-cont .product-card-component__discount-percent{font-weight:300;font-size:14px;color:#fd5c22}@media screen and (max-width: 600px){.product-card-component__tag{letter-spacing:0px}.product-card-component__cont-image{--width: 200px;--height: 260px}}@keyframes favorite-popup-slide-in-right{0%{transform:translate(200%)}to{transform:translate(0);position:relative}}@keyframes favorite-popup-slide-out-right{0%{position:relative;transform:translate(0)}to{transform:translate(200%);position:absolute}}.favorite-popup-component{opacity:0;z-index:100;background-color:#111;display:flex;flex-direction:row;padding:15px;gap:15px;max-width:500px;align-items:center;transform:translate(200%);position:absolute;box-shadow:0 4px 10px #00000040;border-radius:3px}.favorite-popup-component--active{opacity:1;animation:favorite-popup-slide-in-right .3s ease forwards;pointer-events:all}.favorite-popup-component--hide{opacity:1;animation:favorite-popup-slide-out-right .5s ease forwards}.favorite-popup-component__image-cont{max-width:100px}.favorite-popup-component__image-cont img{max-height:100%;max-width:100%}.favorite-popup-component__content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px}.favorite-popup-component__message{color:#fff;font-weight:500;font-size:14px}.favorite-popup-component__popup-button{height:36px;width:100%;display:flex;align-items:center;justify-content:center}@media (hover: hover) and (pointer: fine) and (min-width: 991px){.favorite-popup-component__popup-button:hover a{height:36px}}.favorite-popup-component__popup-button a{color:#3d3937;font-weight:600;font-size:14px;text-align:center;white-space:nowrap;letter-spacing:1px;height:34px;padding:5px 40px;align-content:center;background-color:#fff;border-radius:8px;width:100%}.favorite-popup-component__popup-button a:focus-visible{outline:none}.favorite-popup-component__close-button{--button-size: 46px;width:var(--button-size);height:var(--button-size);border-radius:50%;border:none;cursor:pointer;transition:opacity .2s ease;flex-shrink:0;touch-action:manipulation;filter:invert(1);position:absolute;top:0;right:0;background-color:transparent}.favorite-popup-component__close-button:before,.favorite-popup-component__close-button:after{position:absolute;content:"";top:50%;left:50%;width:17px;height:2px;border-radius:3px;background-color:#1d1b1a;transform-origin:center;transform:translate(-50%,-50%) rotate(45deg)}.favorite-popup-component__close-button:after{transform:translate(-50%,-50%) rotate(-45deg)}.favorite-popup-component__close-button:hover{filter:invert(1);scale:1.1}.favorite-popup-component__close-button:hover:before,.favorite-popup-component__close-button:hover:after{background-color:#000;transition:all .2s ease}@media screen and (max-width: 991px){.favorite-popup-component{width:100%;max-width:none;top:unset;bottom:0;justify-content:center}.favorite-popup-component__content__popup-button{height:auto;text-align:center}}
