:root{--color-bg:white;--form-active-color:var(--very-dark-color) !important}.btn-primary{--btn-bg:var(--very-dark-color);--btn-hover-bg:color-mix(in srgb, var(--very-dark-color), white 20%)}.underline{font-size:1.4em;font-weight:500}.underline::after{content:'';display:block;width:100%;height:2px;background-color:var(--very-dark-color)}@keyframes skeleton-animation{0%{background-color:#ffffff}100%{background-color:#dfdfdf}}.skeleton{font-size:0;background-color:#ffffff;animation:skeleton-animation .7s infinite alternate;border-radius:15px}html{background:#fff}body{margin:unset;padding:unset;font-family:var(--font)}body main{width:95vw;max-width:1440px;margin:0 auto}button,a{font-family:var(--font)}body:has(aside.opened){overflow-y:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-title)}h1{font-size:2em}h2{font-size:1.7em}h3{font-size:1.2em}h4{font-size:1.1em}h5{font-size:1em}h6{font-size:.9em}@media (max-width: 767.98px){h1{font-size:1.7em}h2{font-size:1.3em}h3{font-size:1em}h4{font-size:1em}h5{font-size:.95em}h6{font-size:.9em}}.product-slider .product.slide:hover{cursor:pointer}.splide__arrow:disabled{visibility:hidden}@media (max-width: 767.98px){.columns{padding:0}}.primary{cursor:pointer;background:none;border:solid 1px var(--very-dark-color);display:flex;align-items:center;justify-content:center;padding:.6em 1.2em;border-radius:13px;transition:all ease-in-out .2s;font-size:.9em;background:var(--very-dark-color);color:var(--very-light-color)}.primary:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.secondary{cursor:pointer;background:none;border:solid 1px var(--very-dark-color);display:flex;align-items:center;justify-content:center;padding:.6em 1.2em;border-radius:13px;transition:all ease-in-out .2s;font-size:.9em;color:var(--very-dark-color)}.secondary:hover{background:color-mix(in srgb, var(--very-light-color), black 5%)}.main-tools{position:fixed;background:white;right:0;width:95vw;max-width:730px;z-index:100;top:var(--header-height, 0px);height:calc(100dvh - var(--header-height, 0px));transform:translateX(100%);transition:transform .2s ease-in-out;display:flex;flex-direction:column}.main-tools.opened{transform:translateX(0%)}.main-tools .tools-body{flex:1;overflow-y:auto;overflow-x:hidden}.main-tools .tools-body [data-panel]{display:none}.main-tools .tools-body [data-panel].active{display:block}.main-tools .tools-header{margin-top:5px;display:flex;justify-content:center;position:relative}.main-tools .tools-header button.close{position:absolute;left:5px;padding:unset;height:auto;background:none;border:none;cursor:pointer}.main-tools .tools-header button.close svg{height:28px}.main-tools .tools-header button.close svg path{color:black}.main-tools .tools-header span{font-size:20px;font-weight:600}.main-tools .cart{height:calc(100% - 27px);overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;align-items:center;padding-top:.5em}.main-tools .cart .empty{display:flex;flex-direction:column;align-items:center;margin-top:16vh;gap:1.5em}.main-tools .cart .empty span{font-size:1.2em}.main-tools .cart .empty svg{width:70px;max-width:80%}.main-tools .cart .empty button{font-family:inherit;cursor:pointer;display:flex;align-items:center;border:unset;width:100%;justify-content:center;padding:.7em;border-radius:13px;transition:all ease-in-out .2s;color:var(--very-light-color);font-size:1em;height:42px;background:var(--very-dark-color)}.main-tools .cart .empty button:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.main-tools .cart .actions{display:flex;align-items:center;margin-top:2em;gap:1.5em}@media (max-width: 767.98px){.main-tools .cart .actions{gap:.5em}}.main-tools .cart .actions button,.main-tools .cart .actions a{text-decoration:unset;box-sizing:border-box;font-family:inherit;cursor:pointer;display:flex;align-items:center;border:unset;width:100%;justify-content:center;padding:.7em;border-radius:13px;transition:all ease-in-out .2s;color:var(--very-light-color);font-size:1em;height:42px;background:var(--very-dark-color)}.main-tools .cart .actions button.primary,.main-tools .cart .actions a.primary{min-width:150px}.main-tools .cart .actions button:hover,.main-tools .cart .actions a:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.main-tools .cart .actions button.secondary,.main-tools .cart .actions a.secondary{background:var(--light-color);color:var(--very-dark-color);width:fit-content;text-wrap:nowrap}.main-tools .cart .actions button.secondary:hover,.main-tools .cart .actions a.secondary:hover{background:color-mix(in srgb, var(--very-light-color), black 5%)}.main-tools .cart .quote-line{padding:1em 0;display:flex;flex-wrap:wrap;width:90%;gap:4%}.main-tools .cart .quote-line .column.left{width:30%}.main-tools .cart .quote-line .column.left img{width:100%;border-radius:10px}.main-tools .cart .quote-line .column.left span{color:gray;font-size:.9em;margin-left:5%}@media (max-width: 767.98px){.main-tools .cart .quote-line .column.left span{font-size:.7em;text-wrap:nowrap}}.main-tools .cart .quote-line .column.right{width:65%;display:flex;flex-direction:column}@media (max-width: 767.98px){.main-tools .cart .quote-line .column.right{gap:.3em}}.main-tools .cart .quote-line .column.right .configurable-cart-options{list-style:none;padding:0;margin:0}.main-tools .cart .quote-line .column.right .configurable-cart-options li{font-size:.85em;color:#666}.main-tools .cart .quote-line .column.right .row{display:flex;margin:0}.main-tools .cart .quote-line .column.right .row::before,.main-tools .cart .quote-line .column.right .row::after{content:none}@media (min-width: 768px){.main-tools .cart .quote-line .column.right .row{justify-content:flex-start;align-items:center;gap:.6em}}@media (max-width: 767.98px){.main-tools .cart .quote-line .column.right .row{flex-direction:column;gap:.5em}}.main-tools .cart .quote-line .column.right .row .name{font-weight:600;font-size:1.25em;line-height:1;color:inherit;text-decoration:none}.main-tools .cart .quote-line .column.right .row .name:hover{text-decoration:underline}.main-tools .cart .quote-line .column.right .row .estimation{border-radius:10px;background:var(--light-color);font-size:.9em;padding:.2em .8em}@media (max-width: 767.98px){.main-tools .cart .quote-line .column.right .row .estimation{width:fit-content;font-size:.8em}}@media (min-width: 768px){.main-tools .cart .quote-line .column.right .row .details{max-width:250px}}.main-tools .cart .quote-line .column.right .row:has(.quantity){justify-content:space-between;margin-top:auto;margin-bottom:1.5em}@media (max-width: 767.98px){.main-tools .cart .quote-line .column.right .row:has(.quantity){flex-direction:row;flex-wrap:wrap;align-items:center;gap:0;width:152.3%;margin-left:-52.3%;margin-bottom:0}.main-tools .cart .quote-line .column.right .row:has(.quantity) .price{order:-1;margin-right:auto}}.main-tools .cart .quote-line:not(:last-child){border-bottom:solid 1px #d9d9d9}.main-tools .cart .quote-line .button.delete{background:none;border:none;padding:unset;width:20px;margin-right:auto;padding:0 .7em;box-sizing:content-box;cursor:pointer;display:flex}@media (max-width: 767.98px){.main-tools .cart .quote-line .button.delete{padding:0 .2em}}.main-tools .cart .quote-line .button.delete svg{color:black;width:20px}.main-tools .cart .quote-line .quantity{width:fit-content;display:flex;align-items:center;border:solid 1px gray;border-radius:10px}@media (max-width: 767.98px){.main-tools .cart .quote-line .quantity{margin:.5em 0}}.main-tools .cart .quote-line .quantity button{background:none;border:none;padding:unset;width:22px;padding:0 .7em;box-sizing:content-box;cursor:pointer;display:flex;align-items:center;justify-content:center;color:black}@media (max-width: 767.98px){.main-tools .cart .quote-line .quantity button{width:19px;padding:0 .5em}}.main-tools .cart .quote-line .quantity button svg{color:black;width:19px}.main-tools .cart .quote-line .quantity input{outline:none;border:none;text-align:center;font-size:16px;width:60px;padding:.6em 0}@media (max-width: 767.98px){.main-tools .cart .quote-line .quantity input{padding:.4em 0;width:50px}}.main-tools .cart .quote-line .price .actual{font-weight:600;font-size:1.1em}.main-tools .cart .quote-line .price .old{margin-right:.3em;position:relative}.main-tools .cart .quote-line .price .old::after{content:"";position:absolute;width:100%;border-bottom:solid 1px var(--very-dark-color);left:0;top:50%}.main-tools .cart .quote-line>.row{width:100%;display:flex;justify-content:space-between;align-items:center}.main-tools .favorite{height:calc(100% - 27px);overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;align-items:center;padding-top:.5em}.main-tools .favorite .empty{display:flex;flex-direction:column;align-items:center;margin-top:16vh;gap:1.5em}.main-tools .favorite .empty span{font-size:1.2em}.main-tools .favorite .empty svg{width:70px;max-width:80%}.main-tools .favorite .empty button{font-family:inherit;cursor:pointer;display:flex;align-items:center;border:unset;width:100%;justify-content:center;padding:.7em;border-radius:13px;transition:all ease-in-out .2s;color:var(--very-light-color);font-size:1em;height:42px;background:var(--very-dark-color)}.main-tools .favorite .empty button:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.main-tools .favorite .product{padding:1em 0;display:flex;flex-wrap:wrap;width:90%;gap:4%}.main-tools .favorite .product .column.right{width:25%}@media (max-width: 767.98px){.main-tools .favorite .product .column.right{width:32%}}.main-tools .favorite .product .column.right img{width:100%;border-radius:10px}.main-tools .favorite .product .column.right span{color:#888888;margin-left:5%}@media (max-width: 767.98px){.main-tools .favorite .product .column.right span{font-size:.7em}}.main-tools .favorite .product .column.left{width:70%;display:flex;flex-direction:column}@media (max-width: 767.98px){.main-tools .favorite .product .column.left{gap:.3em;width:64%}}.main-tools .favorite .product .column.left .row{display:flex;margin:0}.main-tools .favorite .product .column.left .row::before,.main-tools .favorite .product .column.left .row::after{content:none}.main-tools .favorite .product .column.left .row .name{display:flex;flex-direction:column;align-items:flex-start;color:inherit;text-decoration:none}.main-tools .favorite .product .column.left .row .name:hover{text-decoration:underline}.main-tools .favorite .product .column.left .row .name strong{font-weight:600;font-size:1.25em}.main-tools .favorite .product .column.left .row .estimation{border-radius:10px;background:var(--light-color);font-size:.9em;padding:.2em .8em;margin:.5em 0}@media (max-width: 767.98px){.main-tools .favorite .product .column.left .row .estimation{width:fit-content;font-size:.8em}}.main-tools .favorite .product .column.left .row:has(.actions){margin-top:auto;margin-bottom:1.5em;width:100%;display:flex;justify-content:space-between;align-items:center}.main-tools .favorite .product:not(:last-child){border-bottom:solid 1px #d9d9d9}.main-tools .favorite .product .price .actual{font-weight:600;font-size:1.1em}.main-tools .favorite .product .price .old{margin-right:.3em;position:relative}.main-tools .favorite .product .price .old::after{content:"";position:absolute;width:100%;border-bottom:solid 1px var(--very-dark-color);left:0;top:50%}.main-tools .favorite .product .actions{display:flex;gap:.5em}.main-tools .favorite .product .actions button{cursor:pointer;background:none;border:solid .1px var(--very-dark-color);display:flex;justify-content:center;width:55px;padding:.4em 0;border-radius:13px;transition:all ease-in-out .2s}.main-tools .favorite .product .actions button:hover svg{transform:scale(1.1)}.main-tools .favorite .product .actions button svg{height:25px;transition:all ease-in-out .2s}.main-tools .favorite .product .actions button.primary{background:var(--very-dark-color)}.main-tools .favorite .product .actions button.primary svg{color:var(--very-light-color)}.main-tools .favorite .product .actions button.primary:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.main-tools .favorite .product .actions button.secondary{color:black}.main-tools .favorite .product .actions button.secondary:hover{background:color-mix(in srgb, var(--very-light-color), black 5%)}.main-tools .favorite .product>.row{width:100%;display:flex;justify-content:space-between;align-items:center}.main-tools .login{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:.5em;gap:3em;height:calc(100% - 27px);overflow-y:auto;overflow-x:hidden}.main-tools .login .details{font-style:italic;color:#888888}.main-tools .login .step{display:flex;flex-direction:column;align-items:center;width:100%;gap:2em;position:relative}.main-tools .login .step .title{font-size:1.8em}.main-tools .login .step input{font-size:16px;outline:none;padding:none;border:none;background:transparent}.main-tools .login .step input:not(.password),.main-tools .login .step div.password,.main-tools .login .step select{border-radius:10px;border:solid 1px black;width:50%;max-width:300px;min-width:230px;padding:.8em 1.3em}.main-tools .login .step input:not(.password):focus,.main-tools .login .step div.password:focus,.main-tools .login .step select:focus,.main-tools .login .step input:not(.password):has(:focus),.main-tools .login .step div.password:has(:focus),.main-tools .login .step select:has(:focus){background:var(--very-light-color)}.main-tools .login .step select{box-sizing:content-box;background:transparent;font-size:1em}.main-tools .login .step .newsletter{width:50%;max-width:350px;min-width:230px;display:flex;align-items:center;gap:.5em}.main-tools .login .step .newsletter input{min-width:unset;width:fit-content}.main-tools .login .step .newsletter span{text-align:center}.main-tools .login .step .newsletter span.error{color:#d33d3d;font-size:.9em}.main-tools .login .step .newsletter span.success{color:#2d6434;font-size:.9em}.main-tools .login .step div.password{display:flex;justify-content:space-between;padding:0 1.3em}.main-tools .login .step div.password input{width:100%;padding:.85em 0}.main-tools .login .step div.password button{cursor:pointer;border:none;background:none;padding:none}.main-tools .login .step div.password button svg{width:24px}.main-tools .login .step div.password button svg path{color:black}.main-tools .login .step .actions{display:flex;gap:.7em;margin-bottom:2em}.main-tools .login .step .actions button{cursor:pointer;background:none;border:solid .1px var(--very-dark-color);display:flex;justify-content:center;padding:.6em 1.2em;border-radius:13px;transition:all ease-in-out .2s;font-size:.9em}.main-tools .login .step .actions button.primary{background:var(--very-dark-color);color:var(--very-light-color)}.main-tools .login .step .actions button.primary:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.main-tools .login .step .actions button.secondary{color:black}.main-tools .login .step .actions button.secondary:hover{background:color-mix(in srgb, var(--very-light-color), black 5%)}.main-tools .login .step button.back{cursor:pointer;position:absolute;left:2%;background:none;border:none;font-size:1em;color:black}.main-tools .login .step button.back::before{content:'<- '}.main-tools .login .step button.back:hover{text-decoration:underline}@media (max-width: 479.98px){.main-tools .login .step button.back{margin-top:-2em}}.main-tools .login .step .fields{display:flex;flex-direction:column;align-items:center;gap:1em;width:100%}.main-tools .login .step.login-step .actions button,.main-tools .login .step.signin-step .actions button{width:10em;height:2.5em;display:flex;justify-content:center;align-items:center}.main-tools .login .step.login-step .actions button>span,.main-tools .login .step.signin-step .actions button>span{height:25px !important}.main-tools .login .step .error{color:#d33d3d;font-size:.9em;margin-top:-0.8em;max-width:250px;text-align:center}.main-tools .login .step .error a{text-decoration:underline;color:#2a2a2a;cursor:pointer}.main-tools .login .step .error a:hover{text-decoration:none}.main-tools .login-invite{display:flex;flex-direction:column;align-items:center;margin-top:2vh;gap:.8em;text-align:center;width:100%;padding:0 1.5em;box-sizing:border-box}.main-tools .login-invite .title{font-size:1.8em;color:var(--very-dark-color)}.main-tools .login-invite .invite-text{font-size:1em;font-style:italic;color:#888}.main-tools .login-invite .drawer-login-form{display:flex;flex-direction:column;align-items:center;gap:1em;width:100%;max-width:320px;margin-top:1.2em}.main-tools .login-invite .drawer-login-form input{font-size:16px;border:solid 1px black;border-radius:10px;padding:.8em 1.3em;outline:none;width:100%;box-sizing:border-box}.main-tools .login-invite .drawer-login-form input:focus{background:var(--very-light-color)}.main-tools .login-invite .drawer-login-form .password{display:flex;align-items:center;border:solid 1px black;border-radius:10px;padding:0 1.3em;width:100%;box-sizing:border-box}.main-tools .login-invite .drawer-login-form .password input{border:none;padding:.8em 0}.main-tools .login-invite .drawer-login-form .password button{cursor:pointer;border:none;background:none;padding:0;height:auto;display:flex}.main-tools .login-invite .drawer-login-form .password button svg{width:22px}.main-tools .login-invite .drawer-login-form button.primary{font-family:inherit;cursor:pointer;border:none;border-radius:13px;padding:.7em 1.8em;height:42px;color:var(--very-light-color);background:var(--very-dark-color);font-size:1em;width:100%;transition:all ease-in-out .2s}.main-tools .login-invite .drawer-login-form button.primary:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.main-tools .login-invite .drawer-login-form .forgot{font-size:.9em;color:var(--very-dark-color);text-decoration:underline}.main-tools .login-invite .drawer-login-form .forgot:hover{text-decoration:none}.main-tools .actions-toolbar.social-btn{margin-block-start:0;padding-block-start:0;border-block-start-width:0}.main-tools .social-separator{display:flex;align-items:center;gap:.8em;width:100%;max-width:320px;margin:0 auto;color:#888;font-size:.9em}.main-tools .social-separator::before,.main-tools .social-separator::after{content:'';flex:1 1 auto;height:1px;background:color-mix(in srgb, var(--very-dark-color), white 80%)}.social-btn .btn-google{background-color:#4285f4}.social-btn .btn-google:hover,.social-btn .btn-google:focus,.social-btn .btn-google:active{background-color:#3367d6}.main-tools .account{width:100%;display:flex;flex-direction:column;align-items:center;height:100%;overflow-y:auto;overflow-x:hidden;justify-content:space-between;margin-top:1em}.main-tools .account .disconnect{font-size:1.1em;color:#c21a1a;font-family:inherit;background:none;border:none;padding:0;width:fit-content}.main-tools .account .disconnect:hover{cursor:pointer;text-decoration:underline}.main-tools .account:has(.nav-sections){margin-top:10em;margin-bottom:2em}.main-tools .account .nav-sections{display:flex;flex-direction:column;gap:1em;min-width:250px}.main-tools .account .nav-sections button{cursor:pointer;background:none;border:solid .1px var(--very-dark-color);display:flex;justify-content:center;gap:1em;padding:.6em 1.2em;border-radius:13px;transition:all ease-in-out .2s;font-size:1.2em;color:black}.main-tools .account .nav-sections button:hover{background:color-mix(in srgb, var(--very-light-color), black 5%)}.main-tools .account .nav-sections button svg{max-height:25px;height:25px;color:black}.main-tools .account .account-dashboard{width:100%;display:flex;flex-direction:column;gap:1.4em;padding:0 1.5em;box-sizing:border-box}.main-tools .account .account-dashboard .disconnect{align-self:center;margin-top:1em;text-decoration:none}.main-tools .account .account-dashboard .disconnect:hover{text-decoration:underline}.main-tools .account .account-dashboard .db-section{display:flex;flex-direction:column;gap:.35em;padding-bottom:1.1em;border-bottom:solid 1px #d9d9d9}.main-tools .account .account-dashboard .db-title{font-size:1.05em;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.main-tools .account .account-dashboard .db-title-row{display:flex;justify-content:space-between;align-items:center}.main-tools .account .account-dashboard .db-name{font-weight:500}.main-tools .account .account-dashboard .db-email{color:gray;font-size:.95em}.main-tools .account .account-dashboard .db-subtitle{font-weight:600;font-size:.9em;margin-top:.5em}.main-tools .account .account-dashboard .db-text{color:gray;font-size:.9em;line-height:1.3}.main-tools .account .account-dashboard .db-address{display:flex;flex-direction:column;gap:.15em}.main-tools .account .account-dashboard .db-links{display:flex;gap:1.2em;margin-top:.3em;flex-wrap:wrap}.main-tools .account .account-dashboard button:not(.primary){cursor:pointer;background:none;border:none;padding:0;color:var(--very-dark-color);text-decoration:underline;font-size:.9em;font-family:inherit;text-align:left}.main-tools .account .account-dashboard button:not(.primary):hover{text-decoration:none}.main-tools .account .account-dashboard .db-back{align-self:flex-start;margin-bottom:.3em}.main-tools .account .account-dashboard .db-back::before{content:"\2190  "}.main-tools .account .account-dashboard .db-form{display:flex;flex-direction:column;gap:.8em;width:100%;margin-top:.5em}.main-tools .account .account-dashboard .db-form input{font-size:16px;border:solid 1px #999;border-radius:8px;padding:.65em 1em;outline:none;width:100%;box-sizing:border-box}.main-tools .account .account-dashboard .db-form input:focus{border-color:var(--very-dark-color)}.main-tools .account .account-dashboard .db-form button.primary{cursor:pointer;background:var(--very-dark-color);color:var(--very-light-color);border:none;border-radius:10px;padding:.75em;font-size:1em;margin-top:.3em}.main-tools .account .account-dashboard .db-form button.primary:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.main-tools .account .account-dashboard .error{color:#d33d3d;font-size:.85em}.main-tools .account button.back{cursor:pointer;position:absolute;left:2%;background:none;border:none;font-size:1em;background-color:white;margin-right:50%;color:black}.main-tools .account button.back::before{content:'<- '}.main-tools .account button.back:hover{text-decoration:underline}.main-tools .account .history{display:flex;flex-direction:column;width:92%;margin-top:1em}.main-tools .account .history .empty{display:flex;flex-direction:column;align-items:center;margin-top:16vh;gap:1.5em;width:fit-content;margin-left:auto;margin-right:auto}.main-tools .account .history .empty span{font-size:1.2em}.main-tools .account .history .empty svg{width:70px;max-width:80%}.main-tools .account .history .empty button{font-family:inherit;cursor:pointer;display:flex;align-items:center;border:unset;width:100%;justify-content:center;padding:.7em;border-radius:13px;transition:all ease-in-out .2s;color:var(--very-light-color);font-size:1em;height:42px;background:var(--very-dark-color)}.main-tools .account .history .empty button:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.main-tools .account .history .order{display:flex;gap:2em;margin-top:2em;align-items:center}.main-tools .account .history .order:hover{cursor:pointer;text-decoration:underline}.main-tools .account .history .order:not(:last-child){border-bottom:solid 1px black;padding-bottom:2em}.main-tools .account .history .order .infos{display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100%}.main-tools .account .history .order .infos .title,.main-tools .account .history .order .infos .total{font-size:1.2em;font-weight:600}.main-tools .account .history .order .infos .status{color:var(--dark-color)}.main-tools .account .history .order .infos .total{margin-left:auto}.main-tools .account .history .order>svg{height:30px;margin-left:auto}.main-tools .account .history .images{width:120px;aspect-ratio:1/1;display:flex;overflow:hidden}.main-tools .account .history .images.l1 img,.main-tools .account .history .images.l2 img{min-width:100%;max-width:100%}.main-tools .account .history .images.l2 img{transform:translateX(-50%)}.main-tools .account .history .images:not(.l1, .l2){flex-wrap:wrap}.main-tools .account .history .images:not(.l1, .l2) img{min-width:50%;max-width:50%;min-height:50%;max-height:50%}.main-tools .account .order-detail{display:flex;flex-direction:column;width:92%;margin-top:2em;margin-bottom:2em}.main-tools .account .order-detail .id{font-size:1.5em;font-weight:600}.main-tools .account .order-detail .status{color:var(--dark-color);font-size:1.3em}.main-tools .account .order-detail .line{display:flex;align-items:center;padding:1.7em 0;gap:3em;border-bottom:solid 1px black}@media (max-width: 767.98px){.main-tools .account .order-detail .line{gap:1em}}.main-tools .account .order-detail .line:first-of-type{margin-top:1em}.main-tools .account .order-detail .line:hover{cursor:pointer;text-decoration:underline}.main-tools .account .order-detail .line .name{font-weight:600;font-size:1.1em}.main-tools .account .order-detail .line .quantity{margin-left:auto}.main-tools .account .order-detail .line .price{min-width:140px;text-align:end}.main-tools .account .order-detail .line .price .actual{font-weight:600;font-size:1.1em}.main-tools .account .order-detail .line .price .old{margin-right:.3em;position:relative}.main-tools .account .order-detail .line .price .old::after{content:"";position:absolute;width:100%;border-bottom:solid 1px black;left:0;top:50%}.main-tools .account .order-detail .line img{height:60px}.main-tools .account .order-detail .tax,.main-tools .account .order-detail .shipping{text-align:right;align-self:flex-end;padding:.5em 0;width:50%;border-bottom:solid 1px black}.main-tools .account .order-detail .total{text-align:right;padding:.5em 0;font-size:1.4em;font-weight:700}.main-tools .account .order-detail .address{display:flex;flex-direction:column;font-size:1.1em;width:fit-content;margin:1em}.main-tools .account .settings{display:flex;flex-direction:column;align-items:center;width:100%;gap:2em;position:relative;margin-top:3em}.main-tools .account .settings input{font-size:16px;outline:none;padding:none;border:none;background:transparent}.main-tools .account .settings label{margin-right:15%;width:200px;margin-bottom:-10px}.main-tools .account .settings input:not(.password),.main-tools .account .settings div.password,.main-tools .account .settings select{border-radius:10px;border:solid 1px black;width:50%;max-width:300px;min-width:230px;padding:.8em 1.3em}.main-tools .account .settings input:not(.password):focus,.main-tools .account .settings div.password:focus,.main-tools .account .settings select:focus,.main-tools .account .settings input:not(.password):has(:focus),.main-tools .account .settings div.password:has(:focus),.main-tools .account .settings select:has(:focus){background:var(--very-light-color)}.main-tools .account .settings select{box-sizing:content-box;background:transparent;font-size:1em}.main-tools .account .settings div.password{display:flex;justify-content:space-between;padding:0 1.3em}.main-tools .account .settings div.password input{width:100%;padding:.85em 0}.main-tools .account .settings div.password button{cursor:pointer;border:none;background:none;padding:none}.main-tools .account .settings div.password button svg{width:24px}.main-tools .account .settings .actions{display:flex;gap:.7em;margin-bottom:2em}.main-tools .account .settings .actions button{cursor:pointer;background:none;border:solid .1px var(--very-dark-color);display:flex;justify-content:center;padding:.6em 1.2em;border-radius:13px;transition:all ease-in-out .2s;font-size:.9em;width:10em;height:2.5em;align-items:center}.main-tools .account .settings .actions button.primary{background:var(--very-dark-color);color:var(--very-light-color)}.main-tools .account .settings .actions button.primary:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.main-tools .account .settings .actions button.secondary:hover{background:color-mix(in srgb, var(--very-light-color), black 5%)}.main-tools .account .settings .actions button>span{height:25px !important}.main-tools .account .settings .fields{display:flex;flex-direction:column;align-items:center;gap:1em;width:100%}.main-tools .account .settings .fields a{text-decoration:underline;cursor:pointer;font-size:.9em;color:grey}.main-tools .account .settings .fields a:hover{text-decoration:none}.main-tools .account .settings .error{color:#d33d3d;font-size:.9em;margin-top:-0.8em;max-width:250px;text-align:center}.main-tools [data-panel="account"] .account{width:100%;display:flex;flex-direction:column;align-items:center;padding-top:0;margin-top:.5em}.main-tools [data-panel="account"] .guest,.main-tools [data-panel="account"] .pane{width:100%;display:flex;flex-direction:column;align-items:center}.main-tools [data-panel="account"] .switch{margin-top:2em;background:none;border:none;cursor:pointer;font-family:inherit;color:var(--very-dark-color);text-decoration:underline;font-size:.95em}.main-tools [data-panel="account"] .card{border:none;box-shadow:none;background:transparent;padding:0;width:100%}.main-tools [data-panel="account"] .card>div{width:100%}.main-tools [data-panel="account"] form.form-login{display:flex;flex-direction:column;align-items:center;width:100%}.main-tools [data-panel="account"] form.form-login .fieldset{display:flex;flex-direction:column;align-items:center;width:100%;gap:1.4em;margin:0;padding:0;border:none}.main-tools [data-panel="account"] form.form-login .fieldset legend{float:none;width:auto;margin:0 0 1.2em;padding:0;text-align:center}.main-tools [data-panel="account"] form.form-login .fieldset legend h2{font-weight:600;text-transform:none}.main-tools [data-panel="account"] form.form-login .fieldset>p{display:none}.main-tools [data-panel="account"] form.form-login .field{width:60%;max-width:320px;min-width:240px;margin:0}.main-tools [data-panel="account"] form.form-login .field .label{display:none}.main-tools [data-panel="account"] form.form-login .field .control{display:flex;align-items:center;border-radius:10px;border:solid 1px black;padding:0 1.3em}.main-tools [data-panel="account"] form.form-login .field .control input{border:none;outline:none;background:transparent;box-shadow:none;width:100%;padding:.85em 0;font-size:16px}.main-tools [data-panel="account"] form.form-login .field .control button{background:none;border:none;cursor:pointer;padding:0 0 0 .6em;display:flex;align-items:center}.main-tools [data-panel="account"] form.form-login .field .control button svg{width:22px;color:black}.main-tools [data-panel="account"] form.form-login .actions-toolbar{display:flex;flex-direction:column-reverse;align-items:center;gap:1em;margin-top:.4em;border:none;padding-top:0}.main-tools [data-panel="account"] form.form-login .actions-toolbar button{background:var(--very-dark-color);color:var(--very-light-color);border:none;border-radius:13px;padding:.75em 1.6em;cursor:pointer;font-size:1em;min-width:11em;font-family:inherit;transition:all ease-in-out .2s}.main-tools [data-panel="account"] form.form-login .actions-toolbar button:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.main-tools [data-panel="account"] form.form-login .actions-toolbar a{color:black;text-decoration:underline;font-size:.9em}.main-tools [data-panel="account"] .account-auth{width:100%;display:flex;flex-direction:column;align-items:center}.main-tools [data-panel="account"] .account-auth>.pane{width:100%}.main-tools [data-panel="account"] .register-form.step{display:flex;flex-direction:column;align-items:center;width:100%;gap:1.4em}.main-tools [data-panel="account"] .register-form.step .title{font-size:1.8em;color:var(--very-dark-color);margin-top:2vh;margin-bottom:0}.main-tools [data-panel="account"] .register-form.step .fields{display:flex;flex-direction:column;align-items:center;gap:1em;width:100%}.main-tools [data-panel="account"] .register-form.step .fields>input{border-radius:10px;border:solid 1px black;width:60%;max-width:320px;min-width:240px;padding:.8em 1.3em;font-size:16px;outline:none;background:transparent;box-sizing:border-box}.main-tools [data-panel="account"] .register-form.step .fields .password{border-radius:10px;border:solid 1px black;width:60%;max-width:320px;min-width:240px;padding:.8em 1.3em;font-size:16px;outline:none;background:transparent;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;padding:0 1.3em}.main-tools [data-panel="account"] .register-form.step .fields .password input{border:none;outline:none;background:transparent;width:100%;padding:.85em 0;font-size:16px}.main-tools [data-panel="account"] .register-form.step .fields .password button{background:none;border:none;cursor:pointer;padding:0 0 0 .6em;display:flex;align-items:center}.main-tools [data-panel="account"] .register-form.step .fields .password button svg{width:22px;color:black}.main-tools [data-panel="account"] .register-form.step .fields .newsletter{display:flex;align-items:flex-start;gap:.5em;width:60%;max-width:320px;min-width:240px;font-size:.85em;cursor:pointer}.main-tools [data-panel="account"] .register-form.step .fields .newsletter input{appearance:auto;-webkit-appearance:checkbox;flex:0 0 auto;width:16px;height:16px;min-width:0;margin-top:.15em;accent-color:var(--very-dark-color);cursor:pointer}.main-tools [data-panel="account"] .register-form.step .actions button.primary{background:var(--very-dark-color);color:var(--very-light-color);border:none;border-radius:13px;padding:.75em 1.6em;cursor:pointer;font-size:1em;min-width:11em;font-family:inherit;transition:all ease-in-out .2s}.main-tools [data-panel="account"] .register-form.step .actions button.primary:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.main-tools [data-panel="account"] .error{color:#d33d3d;font-size:.9em;text-align:center;max-width:320px}.main-tools [data-panel="account"] .menu{width:100%;display:flex;flex-direction:column;align-items:center;gap:2.5em;padding-top:3em}.main-tools [data-panel="account"] .menu .nav-sections{display:flex;flex-direction:column;gap:1em;min-width:260px}.main-tools [data-panel="account"] .menu .nav-sections a{display:flex;justify-content:center;align-items:center;gap:1em;border:solid 1px var(--very-dark-color);border-radius:13px;padding:.7em 1.2em;font-size:1.15em;color:black;text-decoration:none;transition:all ease-in-out .2s}.main-tools [data-panel="account"] .menu .nav-sections a:hover{background:color-mix(in srgb, var(--very-light-color), black 5%)}.main-tools [data-panel="account"] .menu .nav-sections a svg{width:24px;height:24px}.main-tools [data-panel="account"] .menu .disconnect{font-size:1.1em;color:#c21a1a;text-decoration:none}.main-tools [data-panel="account"] .menu .disconnect:hover{text-decoration:underline}.main-header,.checkout-header{position:fixed;width:100%;top:0;display:flex;flex-direction:column;align-items:center;padding-bottom:.5em;z-index:100;background:var(--very-light-color)}.main-header .row,.checkout-header .row{width:90%;max-width:1000px;display:flex;align-items:center}@media (max-width: 767.98px){.main-header .row,.checkout-header .row{width:95%;justify-content:space-between;flex-wrap:wrap;row-gap:10px;position:relative}}@media (min-width: 768px){.main-header .row,.checkout-header .row{gap:25px}}.main-header .logo-container,.checkout-header .logo-container{display:flex;align-items:center}.main-header .logo-container img,.checkout-header .logo-container img{height:35px;width:auto;max-width:unset}@media (max-width: 767.98px){.main-header .logo-container img,.checkout-header .logo-container img{max-width:100px;height:unset}}@media (max-width: 479.98px){.main-header .logo-container img,.checkout-header .logo-container img{height:25px}}@media (max-width: 767.98px){.main-header .logo-container,.checkout-header .logo-container{position:absolute;left:50%;transform:translateX(-50%);top:0;height:40px}}@media (max-width: 767.98px) and (max-width: 389.98px){.main-header .logo-container,.checkout-header .logo-container{height:34px}}@media (max-width: 767.98px){.main-header.drawer-open .search-container,.checkout-header.drawer-open .search-container{display:none}}.main-header .search-container,.checkout-header .search-container{width:100%}@media (max-width: 767.98px){.main-header .search-container,.checkout-header .search-container{order:1;margin-top:0}}.main-header .search-container .search-bar,.checkout-header .search-container .search-bar{display:flex;flex-direction:row;align-items:center;background-color:white;height:42px;border-radius:15px;border:solid 1px #adadad;transition:all .2s ease-in-out}.main-header .search-container .search-bar:has(:focus-within),.checkout-header .search-container .search-bar:has(:focus-within){border:solid 1px #888888;box-shadow:0 0 5px #888888}.main-header .search-container .search-bar input,.checkout-header .search-container .search-bar input{font-family:var(--font);width:100%;border:none;font-size:16px;background:none}.main-header .search-container .search-bar input:focus,.checkout-header .search-container .search-bar input:focus{outline:none}.main-header .search-container .search-bar button,.checkout-header .search-container .search-bar button{cursor:pointer;display:flex;align-items:center;justify-content:center;height:100%;width:40px;border:none;background:none}.main-header .search-container .search-bar button svg,.checkout-header .search-container .search-bar button svg{height:60%}.main-header .toolbar,.checkout-header .toolbar{display:flex}@media (min-width: 768px){.main-header .toolbar,.checkout-header .toolbar{gap:7px}}.main-header .toolbar button,.checkout-header .toolbar button{cursor:pointer;background:none;border:none;height:32px;width:32px;position:relative;display:flex;align-items:center;justify-content:center}.main-header .toolbar button::after,.checkout-header .toolbar button::after{content:"";width:0%;position:absolute;height:2px;bottom:0;left:0;background-color:color-mix(in srgb, var(--dark-color), black 35%);transition:all .2s ease-in-out}.main-header .toolbar button.active::after,.checkout-header .toolbar button.active::after{width:100%}.main-header .toolbar .cart-button .cart-badge,.checkout-header .toolbar .cart-button .cart-badge{position:absolute;top:-2px;right:-2px;min-width:16px;height:16px;padding:0 4px;box-sizing:border-box;border-radius:8px;background-color:#d33d3d;color:white;font-size:10px;font-weight:600;line-height:16px;text-align:center}.main-header:not(:has(.top-notices)),.checkout-header:not(:has(.top-notices)){padding-top:1em}.main-header .top-notices,.checkout-header .top-notices{width:100%;margin-bottom:1em;background-color:var(--very-dark-color);color:white;padding:.4em 0;font-size:.8em;display:flex;justify-content:center}.main-header .top-notices .notice,.checkout-header .top-notices .notice{display:flex;justify-content:center}.main-header .top-notices a,.checkout-header .top-notices a{color:white;text-decoration:none}.main-header .top-notices a:hover,.checkout-header .top-notices a:hover{text-decoration:underline}.main-header .top-notices a,.checkout-header .top-notices a,.main-header .top-notices span,.checkout-header .top-notices span{text-align:center}.main-header .top-notices .splide__slide,.checkout-header .top-notices .splide__slide{display:flex;align-items:center;justify-content:center}.main-header .nav-bar,.checkout-header .nav-bar{margin-top:.5em;width:100%;display:flex;justify-content:center;gap:5px}@media (max-width: 767.98px){.main-header .nav-bar,.checkout-header .nav-bar{display:none}}.main-header .nav-bar .nav-link,.checkout-header .nav-bar .nav-link,.main-header .nav-bar a,.checkout-header .nav-bar a{display:flex;justify-content:center;align-items:center;color:var(--very-dark-color);text-decoration:none;min-width:3em;padding:.5em 2em;text-align:center;border-radius:10px;background:none;border:none;cursor:pointer;font-size:16px;font-family:var(--font);transition:background .1s ease-in-out}.main-header .nav-bar .nav-link:hover,.checkout-header .nav-bar .nav-link:hover,.main-header .nav-bar a:hover,.checkout-header .nav-bar a:hover{background:#d9d9d9}.main-header .nav-button,.checkout-header .nav-button{cursor:pointer;background:none;border:none;height:40px;min-height:34px;width:40px;min-width:34px}@media (max-width: 389.98px){.main-header .nav-button,.checkout-header .nav-button{height:34px;width:34px}}.main-header .menu-button,.checkout-header .menu-button{position:relative;display:flex;align-items:center;justify-content:center}.main-header .menu-button::after,.checkout-header .menu-button::after{content:"";width:0;position:absolute;height:2px;bottom:4px;left:50%;transform:translateX(-50%);background-color:color-mix(in srgb, var(--dark-color), black 35%);transition:width .2s ease-in-out}.main-header .menu-button.active::after,.checkout-header .menu-button.active::after{width:26px}.main-header .nav-button svg,.checkout-header .nav-button svg,.main-header .toolbar svg,.checkout-header .toolbar svg,.main-header .search-bar svg,.checkout-header .search-bar svg{stroke-width:1.5px}.main-header .nav-button svg path,.checkout-header .nav-button svg path,.main-header .toolbar svg path,.checkout-header .toolbar svg path,.main-header .search-bar svg path,.checkout-header .search-bar svg path{color:black}.main-header .search-results,.checkout-header .search-results{position:fixed;z-index:51;top:var(--header-height, 0px);left:0;width:100%;max-height:calc(100dvh - var(--header-height, 0px));overflow-y:auto;background:var(--very-light-color);display:flex;flex-direction:column;align-items:center}.main-header .search-results .infos,.checkout-header .search-results .infos{width:90%;display:flex;justify-content:space-between;padding:1em 0;margin-top:1em;border-top:1px solid #d9d9d9}.main-header .search-results .infos .see-all,.checkout-header .search-results .infos .see-all{cursor:pointer;background:none;border:solid .1px var(--very-dark-color);padding:.5em 1.5em;border-radius:15px;transition:all ease-in-out .2s;background:var(--very-dark-color);color:var(--very-light-color);text-decoration:none}.main-header .search-results .infos .see-all:hover,.checkout-header .search-results .infos .see-all:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.main-header .search-results .products,.checkout-header .search-results .products{display:flex;justify-content:center;gap:15px;width:95vw;max-width:900px}.main-header .search-results .products .product,.checkout-header .search-results .products .product{display:flex;flex-direction:column;color:var(--very-dark-color);text-decoration:none;margin-bottom:1em;width:calc(100% / 3 - 10px)}@media (max-width: 767.98px){.main-header .search-results .products .product,.checkout-header .search-results .products .product{width:calc(50% - 7.5px)}.main-header .search-results .products .product:last-child:not(:nth-child(2)),.checkout-header .search-results .products .product:last-child:not(:nth-child(2)){display:none}}.main-header .search-results .products .product:hover .name,.checkout-header .search-results .products .product:hover .name{text-decoration:underline}.main-header .search-results .products .product .image,.checkout-header .search-results .products .product .image{width:100px;border-radius:10px;width:100%;aspect-ratio:3/2;object-fit:cover}@media (max-width: 639.98px){.main-header .search-results .products .product .image,.checkout-header .search-results .products .product .image{aspect-ratio:1/1}}.main-header .search-results .products .product .name,.checkout-header .search-results .products .product .name{font-weight:600;font-size:1.2em;margin-left:10px}.main-header .search-results .products .product .details,.checkout-header .search-results .products .product .details{margin-left:10px;line-height:1.1em}.main-header .search-results .products .product .price,.checkout-header .search-results .products .product .price{margin-left:auto;margin-top:.5em}.main-header .search-results .products .product .price .actual,.checkout-header .search-results .products .product .price .actual{font-weight:600;font-size:1.1em}@media (max-width: 639.98px){.main-header .search-results .products .product .price .actual,.checkout-header .search-results .products .product .price .actual{font-size:1em}}.main-header .search-results .products .product .price .old,.checkout-header .search-results .products .product .price .old{margin-right:.3em;position:relative}.main-header .search-results .products .product .price .old::after,.checkout-header .search-results .products .product .price .old::after{content:"";position:absolute;width:100%;border-bottom:solid 1px var(--very-dark-color);left:0;top:50%}@media (max-width: 639.98px){.main-header .search-results .products .product .price .old,.checkout-header .search-results .products .product .price .old{font-size:.9em}}.main-header .search-results .no-results,.checkout-header .search-results .no-results{color:#333;display:flex;flex-direction:column;margin:3em 0;align-items:center;gap:.3em;text-align:center}.main-header.transparent,.checkout-header.transparent{background:transparent}.main-header.transparent .toolbar svg path,.checkout-header.transparent .toolbar svg path,.main-header.transparent .nav-button svg path,.checkout-header.transparent .nav-button svg path{color:var(--very-light-color)}.main-header.transparent .nav-bar .nav-link,.checkout-header.transparent .nav-bar .nav-link,.main-header.transparent .nav-bar .menu__link,.checkout-header.transparent .nav-bar .menu__link{background:rgba(0,0,0,0.1);backdrop-filter:blur(10px);color:white}.main-header.transparent .nav-bar .nav-link:hover,.checkout-header.transparent .nav-bar .nav-link:hover,.main-header.transparent .nav-bar .menu__link:hover,.checkout-header.transparent .nav-bar .menu__link:hover{background:rgba(0,0,0,0.05)}@media (max-width: 767.98px){.checkout-header .row{height:35px}.checkout-header .row .logo-container img{height:35px !important}}.main-nav{position:fixed;background:white;left:0;top:var(--header-height, 0px);height:calc(100dvh - var(--header-height, 0px));width:90vw;max-width:400px;z-index:100;transform:translateX(-100%);transition:transform .2s ease-in-out;display:flex;flex-direction:column;align-items:center;overflow:auto}.main-nav *{direction:ltr}.main-nav.opened{transform:translateX(0%)}.main-nav .nav-header{width:100%;margin-top:5px;min-height:28px;position:relative}.main-nav .nav-header .close{position:absolute;right:5px;padding:unset;height:auto;background:none;border:none;cursor:pointer}.main-nav .nav-header .close svg{height:28px}.main-nav .nav-header .close svg path{color:black}.main-nav .nav-links{width:100%;display:flex;flex-direction:column;align-items:center;padding-bottom:2em}.main-nav .nav-links>.nav-link{width:80%;padding:1em 0}.main-nav .nav-links>.nav-link:not(:last-child){border-bottom:#d9d9d9 1px solid}.main-nav .nav-links>.nav-link a,.main-nav .nav-links>.nav-link button{font-size:20px;font-family:var(--font);background:none;cursor:pointer;border:none;color:black;text-decoration:none;padding:0}.main-nav .nav-links>.nav-link a{padding:0 .2em}.main-nav .nav-links>.nav-link button:first-child{width:100%;display:flex;justify-content:space-between}.main-nav .nav-links>.nav-link button:first-child svg{width:20px}.main-nav .nav-links>.nav-link .children{display:flex;flex-direction:column;margin-top:1em}.main-nav .nav-links>.nav-link .children a{font-size:18px;width:90%;padding:.3em 0 .3em 1em;border-top:#d9d9d9 1px solid}.main-nav .nav-links>.nav-link>a{display:block;width:100%}.main-nav .second-level{width:100%;background:var(--dark-color);margin-top:auto}.main-nav .second-level ul{list-style-type:none;color:var(--very-light-color)}.main-nav .second-level ul a{text-decoration:none;color:var(--light-color);line-height:1.5em}.main-footer{display:flex;flex-direction:column;background:var(--very-light-color)}.main-footer section.first-level{background:var(--dark-color);background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;flex-wrap:wrap;padding:2em 0;text-shadow:0px 0px 6px #000}@media (max-width: 639.98px){.main-footer section.first-level{padding:1.5em 0;margin-bottom:2em}}.main-footer section.first-level .reviews,.main-footer section.first-level .newsletter{width:50%;display:flex;flex-direction:column;box-sizing:border-box}.main-footer section.first-level .reviews span,.main-footer section.first-level .newsletter span{color:var(--very-light-color)}@media (max-width: 639.98px){.main-footer section.first-level .reviews,.main-footer section.first-level .newsletter{width:100%}}.main-footer section.first-level .reviews{align-items:center}.main-footer section.first-level .reviews>div{display:flex;flex-direction:column;align-items:center}.main-footer section.first-level .reviews>div>span:first-child{font-size:1.5em}.main-footer section.first-level .reviews>div>span:first-child .big{font-size:1.85em}.main-footer section.first-level .reviews>div>span:nth-child(2){line-height:.8em}.main-footer section.first-level .newsletter{justify-content:space-around;position:relative;max-width:350px}@media (max-width: 767.98px){.main-footer section.first-level .newsletter{margin:1.5em auto}}.main-footer section.first-level .newsletter>span{text-align:center}.main-footer section.first-level .newsletter form{background:white;display:flex;width:100%;border:solid 1px #d9d9d9;border-radius:8px;position:relative}.main-footer section.first-level .newsletter form:has(input:focus){border-color:black}.main-footer section.first-level .newsletter form input{width:100%;font-size:14px;padding:.4em .5em;outline:none;border-radius:8px 0px 0px 8px;border:none}.main-footer section.first-level .newsletter form button{cursor:pointer;padding:.6em 1.3em;border-radius:8px;font-size:.8em;border:solid 1px var(--very-dark-color);white-space:nowrap}.main-footer section.first-level .newsletter form button.primary{background:var(--very-dark-color);color:var(--very-light-color);transition:all ease-in-out .2s}.main-footer section.first-level .newsletter form button.primary:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.main-footer section.first-level .newsletter .error,.main-footer section.first-level .newsletter .success{font-size:.85em;width:100%;position:absolute;bottom:-1em;text-align:center}@media (max-width: 639.98px){.main-footer section.first-level .newsletter .error,.main-footer section.first-level .newsletter .success{bottom:-1.5em}}.main-footer section.first-level .newsletter .error{color:#d33d3d}.main-footer section.first-level .newsletter .success{color:#3dd33d}.main-footer .reassurance{background:white}.main-footer .reassurance .reassurance-list{width:100%;display:flex;padding:unset;margin:unset;margin:2.2em 0;list-style-type:none;justify-content:space-evenly}.main-footer .reassurance .reassurance-list .reassurance-item img{width:100px;max-width:15vw}.main-footer .reassurance .reassurance-list .reassurance-item a,.main-footer .reassurance .reassurance-list .reassurance-item img{font-size:.9em;display:flex;flex-direction:column;text-align:center;align-items:center;color:black}.main-footer .reassurance .reassurance-list .reassurance-item a:not(:hover),.main-footer .reassurance .reassurance-list .reassurance-item img:not(:hover){text-decoration:none}@media (max-width: 639.98px){.main-footer .reassurance .reassurance-list{flex-wrap:wrap;margin-top:1.5em;justify-content:center;gap:1em}.main-footer .reassurance .reassurance-list .reassurance-item{width:34%}.main-footer .reassurance .reassurance-list .reassurance-item a{display:flex;flex-direction:column;align-items:center}.main-footer .reassurance .reassurance-list .reassurance-item a img{width:100px}}.main-footer section.second-level{display:flex;width:100%;margin:3.5em 0;justify-content:space-evenly}.main-footer section.second-level ul{list-style-type:none;display:flex;flex-direction:column;margin:unset;padding:unset;gap:.6em;min-width:230px}.main-footer section.second-level ul a,.main-footer section.second-level ul strong{color:black}.main-footer section.second-level ul a:not(:hover),.main-footer section.second-level ul strong:not(:hover){text-decoration:none}.main-footer section.second-level .links-section summary{list-style:none;display:flex;align-items:center;justify-content:space-between}.main-footer section.second-level .links-section summary::-webkit-details-marker{display:none}.main-footer section.second-level .links-section summary strong{color:black}@media (min-width: 768px){.main-footer section.second-level .links-section summary{pointer-events:none}.main-footer section.second-level .links-section:not([open])>ul{display:flex}.main-footer section.second-level .links-section::details-content{content-visibility:visible}}@media (max-width: 767.98px){.main-footer section.second-level .links-section{min-width:unset;margin-top:-2em;border-bottom:solid 1px #d9d9d9}.main-footer section.second-level .links-section:first-of-type{margin-top:0}.main-footer section.second-level .links-section:last-of-type{border-bottom:none}.main-footer section.second-level .links-section summary{cursor:pointer;padding:.7em 0}.main-footer section.second-level .links-section summary::after{content:"+";font-size:1.3em;line-height:1}.main-footer section.second-level .links-section[open] summary::after{content:"\2212"}.main-footer section.second-level .links-section ul{padding-bottom:.8em}}.main-footer section.second-level .social-networks{min-width:50px;gap:.2em;justify-content:space-between}.main-footer section.second-level .social-networks li svg{width:30px;color:black}@media (min-width: 768px) and (max-width: 1023.98px){.main-footer section.second-level{flex-wrap:wrap}.main-footer section.second-level .copyright{width:100%;margin-top:3em}}@media (max-width: 767.98px){.main-footer section.second-level{width:90%;margin:.5em 5%;flex-direction:column;gap:2.5em}.main-footer section.second-level .social-networks{width:100%;flex-direction:row;justify-content:space-evenly;max-width:500px;margin:auto}.main-footer section.second-level .social-networks li svg{width:45px}}.main-footer .copyright{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5em;gap:.5em}.main-footer .copyright a{color:#a7a6a6;font-size:.8em;text-decoration:none}.main-footer .copyright .logo-container{display:flex;justify-content:center}.main-footer .copyright img{max-width:50%;width:300px}.main-footer .copyright .payment-methods{display:grid;grid-template-columns:repeat(2, 1fr);gap:1em}.top-container .breadcrumbs{box-shadow:unset}.top-container .breadcrumbs .container{width:95vw;max-width:1440px;margin:0 auto}@media (max-width: 767.98px){.top-container .breadcrumbs .container{padding:0}}.top-container .breadcrumbs .items{padding-top:.5rem;padding-bottom:.5rem}@media (max-width: 767.98px){.top-container .breadcrumbs .items{flex-wrap:nowrap;overflow:hidden}.top-container .breadcrumbs .item{min-width:0;white-space:nowrap}.top-container .breadcrumbs .item a{overflow:hidden;text-overflow:ellipsis}.top-container .breadcrumbs .item .separator{flex-shrink:0;padding:0 3px}}.cms-index-index main,.cms-page-view main,.cms-index-index .columns,.cms-page-view .columns{margin:0;padding:0;width:unset;max-width:unset}.cms-index-index .column.main>*:not([data-appearance="full-bleed"]):not([data-appearance="full-width"]),.cms-page-view .column.main>*:not([data-appearance="full-bleed"]):not([data-appearance="full-width"]){width:95vw;max-width:1440px;margin:0 auto}.page.result{display:flex;flex-direction:column;width:100%;margin-top:10em}.page.result .row:first-of-type{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:.8em;border-bottom:solid 1px #d9d9d9;padding-bottom:1em}@media (max-width: 479.98px){.page.result .row:first-of-type{gap:.4em}}.page.result .row:first-of-type h1,.page.result .row:first-of-type h2{margin:unset}.page.result .row:first-of-type h1{min-height:60px}@media (max-width: 479.98px){.page.result .row:first-of-type h1{margin-left:.2em;min-height:35px}}@media (max-width: 479.98px){.page.result .row:first-of-type h2{margin-left:.2em}}.page.result .row:first-of-type .title .term{min-width:260px;min-height:50px;display:inline-block}@media (max-width: 479.98px){.page.result .row:first-of-type .title .term{min-height:30px}}.page.result .row:nth-of-type(2){width:calc(100% - 2em);display:flex;align-items:center;justify-content:space-between;padding:1em}@media (max-width: 479.98px){.page.result .row:nth-of-type(2){flex-direction:column;align-items:flex-start;padding-left:.6em;padding-right:.6em;width:calc(100% - 1.2em);gap:.6em;font-size:.9em}}.page.result .row:nth-of-type(2) .count{display:inline-block;min-width:80px;min-height:25px}.page.result .row:nth-of-type(2) .order-by{display:flex;align-items:center;gap:1em}.page.result .row:nth-of-type(2) .order-by select{padding:.4em 2em .4em 1.2em;color:var(--very-light-color);background-color:var(--very-dark-color);border:unset;font-family:inherit;text-align:center;text-align-last:center;-webkit-appearance:none;font-size:1em;border-radius:17px;transition:all .2s ease-in-out;cursor:pointer;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="white" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M3 7.5 7.5 3m0 0L12 7.5M7.5 3v13.5m13.5 0L16.5 21m0 0L12 16.5m4.5 4.5V7.5" /></svg>');background-repeat:no-repeat;background-position:right 10px center;background-size:12px}.page.result .row:nth-of-type(2) .order-by select:hover{background-color:color-mix(in srgb, var(--very-dark-color), white 20%)}@media (max-width: 479.98px){.page.result .row:nth-of-type(2) .order-by select{padding:.3em 1.8em .3em .9em}}.page.result .row:nth-of-type(3){border-top:solid 1px #d9d9d9;padding-top:2em}.page.result .row:nth-of-type(3) .products{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1em}@media (max-width: 767.98px){.page.result .row:nth-of-type(3) .products{grid-template-columns:repeat(2, 1fr)}}.page.result .row:nth-of-type(3) .products .no-result{grid-column:span 2;max-width:300px;font-size:1.2em;margin:2em auto 1em;text-align:center}.page.result .row:nth-of-type(3) .products .product{display:flex;flex-direction:column;color:var(--very-dark-color);text-decoration:none;margin-bottom:1em}.page.result .row:nth-of-type(3) .products .product:hover .name{text-decoration:underline}.page.result .row:nth-of-type(3) .products .product .image{width:100px;border-radius:10px;width:100%;aspect-ratio:3/2;object-fit:cover}.page.result .row:nth-of-type(3) .products .product .name{font-weight:600;font-size:1.2em;margin-left:10px;display:inline-block;min-width:calc(50%);width:fit-content;min-height:28px;margin-top:2px}@media (max-width: 479.98px){.page.result .row:nth-of-type(3) .products .product .name{min-height:23px;font-size:1em;margin-left:0}}.page.result .row:nth-of-type(3) .products .product .details{margin-left:10px;line-height:1.1em;display:inline-block;min-width:calc(65%);width:fit-content;margin-top:2px;min-height:18px}@media (max-width: 479.98px){.page.result .row:nth-of-type(3) .products .product .details{min-height:16px;font-size:.9em;margin-left:0}}.page.result .row:nth-of-type(3) .products .product .price{margin-left:auto;margin-top:.5em}.page.result .row:nth-of-type(3) .products .product .price .actual{font-weight:600;font-size:1.1em;min-width:70px;min-height:26px}@media (max-width: 639.98px){.page.result .row:nth-of-type(3) .products .product .price .actual{min-width:63px;min-height:23px;font-size:1em}}.page.result .row:nth-of-type(3) .products .product .price .old{margin-right:.3em;position:relative}.page.result .row:nth-of-type(3) .products .product .price .old::after{content:"";position:absolute;width:100%;border-bottom:solid 1px var(--very-dark-color);left:0;top:50%}@media (max-width: 639.98px){.page.result .row:nth-of-type(3) .products .product .price .old{font-size:.9em}}.page.result .row:nth-of-type(4){display:flex;width:100%;justify-content:center;margin-top:2em;margin-bottom:4em}.page.result .row:nth-of-type(4) .pagination{display:flex;gap:.2em}.page.result .row:nth-of-type(4) .pagination a{color:var(--very-dark-color);text-decoration:none;padding:0 .2em}.page.result .row:nth-of-type(4) .pagination a.active{font-weight:700;cursor:default}.page.result .row:nth-of-type(4) .pagination a:not(.active):hover{text-decoration:underline}.catalog-category-view #maincontent.page-main,.catalogsearch-result-index #maincontent.page-main{margin-top:0;margin-bottom:0}.catalog-category-view .page-main:has(.page-title),.catalogsearch-result-index .page-main:has(.page-title){margin-block:1em}.catalog-category-view .page-main>.container,.catalogsearch-result-index .page-main>.container{width:95vw;max-width:1440px;margin:0 auto}@media (max-width: 767.98px){.catalog-category-view .page-main>.container,.catalogsearch-result-index .page-main>.container{padding-left:0}}.catalog-category-view .column.main>.message.notice,.catalogsearch-result-index .column.main>.message.notice{border:none;background:none;width:fit-content;margin:0 auto}.catalog-category-view #category-view-container,.catalogsearch-result-index #category-view-container{padding:0;max-width:95vw}.catalog-category-view .page-title,.catalogsearch-result-index .page-title,.catalog-category-view .page-number,.catalogsearch-result-index .page-number{font-family:var(--font-title);font-weight:bold;margin:unset}.catalog-category-view .page-title,.catalogsearch-result-index .page-title{margin-bottom:10px}@media (max-width: 767.98px){.catalog-category-view .page-title,.catalogsearch-result-index .page-title{padding-left:.2em}}@media (max-width: 479.98px){.catalog-category-view .page-number,.catalogsearch-result-index .page-number{margin-left:.2em}}@media (max-width: 767.98px){.catalog-category-view .page-main>.page-number.container,.catalogsearch-result-index .page-main>.page-number.container{padding-left:.3em}}.catalog-category-view .category-description .text.clamped,.catalogsearch-result-index .category-description .text.clamped{overflow:hidden;position:relative}.catalog-category-view .category-description .toggle,.catalogsearch-result-index .category-description .toggle{display:block;margin-left:auto;margin-right:var(--pb-inset, 0px);margin-bottom:10px;cursor:pointer;background:none;border:none;padding:0;font-family:inherit;font-size:inherit;color:gray;text-decoration:underline}.catalog-category-view .modes,.catalogsearch-result-index .modes{display:none}.catalog-category-view .columns,.catalogsearch-result-index .columns{display:block;padding:0;max-width:none}.catalog-category-view .columns .column.main,.catalogsearch-result-index .columns .column.main{width:100%;max-width:none;padding:0}.catalog-category-view .toolbar-sorter,.catalogsearch-result-index .toolbar-sorter{grid-column:span 8 / span 8;gap:.6em;border-top:solid 1px #d9d9d9;border-bottom:solid 1px #d9d9d9;padding:1em 0}@media (max-width: 767.98px){.catalog-category-view .toolbar-sorter,.catalogsearch-result-index .toolbar-sorter{padding-top:4.5em;justify-content:start}}.catalog-category-view .toolbar-sorter .sorter-options,.catalogsearch-result-index .toolbar-sorter .sorter-options{height:2.4em;box-sizing:border-box;padding:0 2em 0 1.2em;color:var(--very-light-color);background-color:var(--very-dark-color);border:unset;font-family:inherit;text-align:center;text-align-last:center;-webkit-appearance:none;font-size:1em;border-radius:17px;cursor:pointer;transition:all .2s ease-in-out;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="white"><path stroke-linecap="round" stroke-linejoin="round" d="M3 7.5 7.5 3m0 0L12 7.5M7.5 3v13.5m13.5 0L16.5 21m0 0L12 16.5m4.5 4.5V7.5" /></svg>');background-repeat:no-repeat;background-position:right 10px center;background-size:12px}.catalog-category-view .toolbar-sorter .sorter-options:hover,.catalogsearch-result-index .toolbar-sorter .sorter-options:hover{background-color:color-mix(in srgb, var(--very-dark-color), white 20%)}.catalog-category-view .toolbar-sorter .sorter-action,.catalogsearch-result-index .toolbar-sorter .sorter-action{color:var(--very-dark-color)}.catalog-category-view .toolbar-sorter .sorter-action svg,.catalogsearch-result-index .toolbar-sorter .sorter-action svg{width:22px;height:22px}.catalog-category-view .pages,.catalogsearch-result-index .pages{margin:2em 0 3em}.catalog-category-view .pages .item,.catalogsearch-result-index .pages .item{list-style:none}.catalog-category-view .pages a,.catalogsearch-result-index .pages a,.catalog-category-view .pages .page,.catalogsearch-result-index .pages .page{color:var(--very-dark-color);text-decoration:none;padding:0 .35em;border:unset;background:none;transition:color .15s ease-in-out}.catalog-category-view .pages a:hover,.catalogsearch-result-index .pages a:hover,.catalog-category-view .pages .page:hover,.catalogsearch-result-index .pages .page:hover{text-decoration:underline}.catalog-category-view .pages [aria-current="page"],.catalogsearch-result-index .pages [aria-current="page"],.catalog-category-view .pages .current,.catalogsearch-result-index .pages .current{font-weight:700}.catalog-category-view .toolbar-products .limiter,.catalogsearch-result-index .toolbar-products .limiter,.catalog-category-view .field.limiter,.catalogsearch-result-index .field.limiter{display:none}.catalog-category-view .seo{width:100%;max-width:1000px;margin:1em auto 3em;line-height:1.6;color:var(--very-dark-color)}.catalog-category-view .seo p{margin:.6em 0}.catalog-category-view .seo a{color:var(--very-dark-color);text-decoration:underline}.catalog-category-view .seo ul,.catalog-category-view .seo ol{margin:.6em 0 .6em 1.5em}.products-grid>ul{grid-template-columns:repeat(2, minmax(0, 1fr))}@media (max-width: 639.98px){.products-grid>ul{gap:.5em;padding-bottom:1.5em}}@media (min-width: 1280px){.products-grid>ul{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media (max-width: 639.98px){.catalog-category-view .pages,.catalogsearch-result-index .pages{margin:0 0 1.5em}.catalog-category-view .toolbar-amount,.catalogsearch-result-index .toolbar-amount{grid-column:span 4 / span 4;text-align:center}.products .product .product-infos{flex-direction:column;gap:.2em}.products .product .product-infos .name,.products .product .product-infos .details{margin-left:0;text-align:center}.products .product .product-infos .price{margin-left:unset;justify-content:center;flex-direction:row}}.catalog-category-view #product-list,.catalogsearch-result-index #product-list{padding-top:0}.filters{position:relative;z-index:50;height:2.7em;width:fit-content;margin:1em 0 -3.7em;display:flex;align-items:center}.filters .count{margin-left:1em;color:gray;white-space:nowrap}.filters .filter-toggle{display:inline-flex;align-items:center;gap:.5em;height:2.4em;box-sizing:border-box;padding:0 1.2em;background:none;border:solid 1px var(--very-dark-color);border-radius:17px;cursor:pointer;font-family:inherit;font-size:1em;color:var(--very-dark-color);transition:all .2s ease-in-out}.filters .filter-toggle:hover{background:#f0f0f0}.filters-drawer{position:fixed;left:0;top:var(--header-height, 0px);height:calc(100dvh - var(--header-height, 0px));width:90vw;max-width:400px;z-index:100;background:white;display:flex;flex-direction:column;transform:translateX(-100%);transition:transform .2s ease-in-out}.filters-drawer.opened{transform:translateX(0%)}.filters-drawer .filters-header{display:flex;align-items:center;justify-content:center;position:relative;padding:1em 0;border-bottom:solid 1px #d9d9d9}.filters-drawer .filters-header span{font-size:1.2em;font-weight:600}.filters-drawer .filters-header .close{position:absolute;right:10px;padding:0;background:none;border:none;cursor:pointer}.filters-drawer .filters-body{flex:1;overflow-y:auto;padding:0 1em}.filters-drawer .filters-body .filter-option{border-bottom:solid 1px #d9d9d9;padding:1em 0}.filters-drawer .filters-body .filter-option .filter-options-title{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0;background:none;border:none;cursor:pointer;font-family:inherit}.filters-drawer .filters-body .filter-option .filter-options-title .title{font-weight:600;font-size:1.05em}.filters-drawer .filters-body .filter-option .filter-options-title svg{transition:transform .2s ease-in-out}.filters-drawer .filters-body .filter-option .filter-options-content{margin-top:.6em}.filters-drawer .filters-body .filter-option .filter-options-content ol,.filters-drawer .filters-body .filter-option .filter-options-content ul{list-style:none;margin:0;padding:0}.filters-drawer .filters-body .filter-option .filter-options-content li{padding:.1em 0}.filters-drawer .filters-body .filter-option .filter-options-content a{color:var(--very-dark-color);text-decoration:none;display:flex;gap:.4em;padding:.3em 0}.filters-drawer .filters-body .filter-option .filter-options-content a:hover{text-decoration:underline}.catalog-product-view .page-main{margin-top:0}.catalog-product-view .page-main .product-info-main>section:first-child{padding-top:0}.catalog-product-view .page-main .infos{position:relative;align-self:stretch;display:flex;flex-direction:column;gap:1em}@media (max-width: 767.98px){.catalog-product-view .page-main .infos{margin-top:15px}.catalog-product-view .page-main .infos .name{margin-right:35px}}.catalog-product-view .page-main .infos span{width:fit-content}.catalog-product-view .page-main .infos .flag{border-radius:10px;background:var(--light-color);font-size:.9em;padding:.2em .8em}.catalog-product-view .page-main .infos .name{font-family:var(--font);font-weight:600;line-height:1.2;min-height:45px}.catalog-product-view .page-main .infos .review-ref{display:flex;color:black;margin-top:-0.6em;font-size:.95em;min-height:25px}.catalog-product-view .page-main .infos .review-ref a:hover{text-decoration:underline;cursor:pointer}.catalog-product-view .page-main .infos .review-ref .review{display:flex;align-items:center;gap:5px}.catalog-product-view .page-main .infos .review-ref .review::after{content:'';height:100%;margin:0 5px;width:1px;background-color:#b9b9b9}.catalog-product-view .page-main .infos .review-ref .review .number{text-wrap:nowrap}.catalog-product-view .page-main .infos .review-ref .ref{margin-top:1px}.catalog-product-view .page-main .infos .favorite{position:absolute;right:5%}@media (max-width: 767.98px){.catalog-product-view .page-main .infos .favorite{right:0;top:5px}}.catalog-product-view .page-main .infos .favorite button{background:none;padding:none}.catalog-product-view .page-main .infos .favorite button svg{width:30px;height:30px}.catalog-product-view .page-main .infos .favorite.filled svg{fill:black}.catalog-product-view .page-main .infos .details{font-size:1.25em;min-height:60px}.catalog-product-view .page-main .infos .linked-selection{display:flex;flex-wrap:wrap;gap:.5em;margin-top:.8em}.catalog-product-view .page-main .infos .linked-selection__item{display:block;width:64px;border:2px solid transparent;border-radius:10px;overflow:hidden;line-height:0}.catalog-product-view .page-main .infos .linked-selection__item img{width:100%;height:auto;aspect-ratio:1;object-fit:cover}.catalog-product-view .page-main .infos .linked-selection__item.is-current{border-color:var(--very-dark-color)}@media (hover: hover){.catalog-product-view .page-main .infos .linked-selection__item:not(.is-current):hover{border-color:#d9d9d9}}.catalog-product-view .page-main .infos .goto-desc{margin-top:.2em;font-size:.95em;font-weight:200;cursor:pointer;text-decoration:underline;min-height:22px;max-width:90px}.catalog-product-view .page-main .infos:has(.linked-selection) .linked-selection{margin-top:auto}.catalog-product-view .page-main .infos:has(.linked-selection) .price-status{margin-top:0}@media (max-width: 767.98px){.catalog-product-view .page-main .infos:has(.linked-selection) .details{min-height:0}}.catalog-product-view .page-main .infos .price-status{display:flex;justify-content:space-between;align-items:center;margin-top:auto;width:100%;position:relative;padding-bottom:.5em;border-bottom:1px solid;border-color:var(--color-gray-300)}.catalog-product-view .page-main .infos .price-box{position:relative;display:flex;gap:.4em}.catalog-product-view .page-main .infos .price-box .price-label{padding-right:5px}.catalog-product-view .page-main .infos .price-box .final-price .price{font-size:1.7em;font-weight:600;min-width:100px;text-align:end;min-height:38px}.catalog-product-view .page-main .infos .price-box .old-price .price{position:absolute;font-size:1.1em;top:-24px;right:0}.catalog-product-view .page-main .infos .price-box .old-price .price::after{content:'';display:block;position:absolute;top:60%;background-color:var(--very-dark-color);height:1px;width:100%}.catalog-product-view .page-main .infos .price-box .percent{display:flex;justify-content:center;align-items:center;padding:0 1em;background:#af2e2e;color:var(--very-light-color);border-radius:15px;font-size:1.1em;font-weight:600}.catalog-product-view .page-main .infos #product_addtocart_form{margin:0}.catalog-product-view .page-main .infos #product_addtocart_form>div{margin:0}.catalog-product-view .page-main .infos #product_addtocart_form>div h2{display:none}.catalog-product-view .page-main .infos #product_addtocart_form>div [data-attribute-id]{border-top:none;padding-top:0}.catalog-product-view .page-main .infos #product_addtocart_form>div .swatch-attribute{border:unset}.catalog-product-view .page-main .infos #product_addtocart_form>div .swatch-attribute>div{flex-direction:column}.catalog-product-view .page-main .infos #product_addtocart_form>div .swatch-attribute>div .product-option-label,.catalog-product-view .page-main .infos #product_addtocart_form>div .swatch-attribute>div .product-option-values{width:100% !important}.catalog-product-view .page-main .infos #product_addtocart_form>div .swatch-attribute>div .product-option-label{font-weight:600;color:black}.catalog-product-view .page-main .infos #product_addtocart_form>div .swatch-attribute>div .product-option-label span:last-child{font-weight:400;color:#666;margin:0}.catalog-product-view .page-main .infos #product_addtocart_form>div .swatch-attribute>div .product-option-label span:last-child::before{content:': '}.catalog-product-view .page-main .infos #product_addtocart_form>div .swatch-attribute>div .swatch-attribute-options{gap:8px}.catalog-product-view .page-main .infos #product_addtocart_form>div .swatch-attribute>div .swatch-attribute-options>div{all:unset;position:relative;width:80px;border:2px solid #d9d9d9;border-radius:8px;overflow:hidden;cursor:pointer;background:none;padding:0 2px;transition:border-color ease-in-out .2s}.catalog-product-view .page-main .infos #product_addtocart_form>div .swatch-attribute>div .swatch-attribute-options>div:has(input:checked){border-color:black}.catalog-product-view .page-main .infos #product_addtocart_form>div .swatch-attribute>div .swatch-attribute-options>div .swatch-option{all:unset;display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:.9em;color:#333;text-align:center}.catalog-product-view .page-main .infos .add-to-cart{display:flex;gap:20px;font-family:inherit;position:relative}.catalog-product-view .page-main .infos .add-to-cart .add-to-cart-action{flex:1}.catalog-product-view .page-main .infos .add-to-cart #product-addtocart-button{width:100%}.catalog-product-view .page-main .infos .add-to-cart #product-addtocart-button span{display:block !important}.catalog-product-viewwww .page-main .media{width:60%;max-width:75vh}@media (max-width: 639.98px){.catalog-product-viewwww .page-main .media{max-width:450px;width:unset}.catalog-product-viewwww .page-main .media.skeleton{height:300px;width:100%}}.catalog-product-viewwww .page-main .media img{width:100%}.catalog-product-viewwww .page-main .infos{width:40%;max-width:400px;margin:2em 0}@media (max-width: 639.98px){.catalog-product-viewwww .page-main .infos{margin-top:1em;width:unset;min-width:80vw;max-width:unset}.catalog-product-viewwww .page-main .infos .name.skeleton{max-width:200px}.catalog-product-viewwww .page-main .infos .review-ref.skeleton{max-width:300px}}.catalog-product-viewwww .page-main .infos .status{display:flex;align-items:center;gap:5px;max-width:145px;min-height:23px}.catalog-product-viewwww .page-main .infos .status::before{margin-top:3px;content:'';display:block;width:10px;height:10px;background:#af2e2e;border-radius:50%}.catalog-product-viewwww .page-main .infos .status.available::before{background:#0c660c}.catalog-product-viewwww .page-main .infos .status.skeleton::before,.catalog-product-viewwww .page-main .infos .status.skeleton::after{display:none}.catalog-product-viewwww .page-main .infos .estimation{min-height:23px}.catalog-product-viewwww .page-main .infos .configurable-options{display:flex;flex-direction:column;gap:1em;width:100%}.catalog-product-viewwww .page-main .infos .configurable-options .configurable-option{display:flex;flex-direction:column;gap:.5em}.catalog-product-viewwww .page-main .infos .configurable-options .configurable-option .configurable-option-label{font-size:.95em;font-weight:600}.catalog-product-viewwww .page-main .infos .configurable-options .configurable-option .configurable-option-label .configurable-option-selected{font-weight:400;color:#666}.catalog-product-viewwww .page-main .infos .configurable-options .configurable-option .configurable-option-values{display:flex;flex-wrap:wrap;gap:8px}.catalog-product-viewwww .page-main .infos .configurable-options .configurable-option .configurable-option-values .configurable-option-thumb{position:relative;width:80px;border:2px solid #d9d9d9;border-radius:8px;overflow:hidden;cursor:pointer;background:none;padding:4px;transition:border-color ease-in-out .2s}.catalog-product-viewwww .page-main .infos .configurable-options .configurable-option .configurable-option-values .configurable-option-thumb:hover{border-color:#666}.catalog-product-viewwww .page-main .infos .configurable-options .configurable-option .configurable-option-values .configurable-option-thumb.selected{border-color:var(--very-dark-color);box-shadow:0 0 0 1px var(--very-dark-color)}.catalog-product-viewwww .page-main .infos .configurable-options .configurable-option .configurable-option-values .configurable-option-thumb img{width:100%;height:100%;object-fit:cover}.catalog-product-viewwww .page-main .infos .configurable-options .configurable-option .configurable-option-values .configurable-option-thumb .configurable-option-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:.9em;color:#333;text-align:center}.catalog-product-viewwww .page-main .infos .configurable-options .configurable-option .configurable-option-values .configurable-option-thumb .configurable-option-tooltip{pointer-events:none;position:absolute;bottom:100%;left:50%;transform:translateX(-50%);margin-bottom:4px;white-space:nowrap;background:rgba(0,0,0,0.85);color:white;font-size:.9em;padding:3px 8px;border-radius:4px;opacity:0;transition:opacity ease-in-out .15s;z-index:10}.catalog-product-viewwww .page-main .infos .configurable-options .configurable-option .configurable-option-values .configurable-option-thumb:hover .configurable-option-tooltip{opacity:1}.catalog-product-viewwww .page-main .infos .add-to-cart{display:flex;gap:20px;font-family:inherit;position:relative}.catalog-product-viewwww .page-main .infos .add-to-cart .error{position:absolute;bottom:-25px;font-size:.8rem;color:#f66;display:flex;width:100%;text-align:center;justify-content:center}.catalog-product-viewwww .page-main .infos .add-to-cart .error::before{content:'!';display:flex;border-radius:50%;color:white;width:18px;background:#f66;align-items:center;justify-content:center;margin-right:5px}.catalog-product-viewwww .page-main .infos .add-to-cart button{font-family:inherit;cursor:pointer;background:none;display:flex;align-items:center;border:unset;width:100%;justify-content:center;padding:.7em;border-radius:13px;transition:all ease-in-out .2s;color:var(--very-light-color);font-size:1em;height:42px}.catalog-product-viewwww .page-main .infos .add-to-cart button.primary{background:var(--very-dark-color)}.catalog-product-viewwww .page-main .infos .add-to-cart button.primary:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.catalog-product-viewwww .page-main .infos .add-to-cart button span{transform:translate(-50%, -50%)}.catalog-product-viewwww .page-main .infos .add-to-cart button[disabled]{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.catalog-product-viewwww .row{display:flex;justify-content:center;max-width:1150px;gap:5em;margin:3em 0;width:100%}@media (max-width: 767.98px){.catalog-product-viewwww .row{flex-direction:column;align-items:center;margin-top:0;margin-bottom:.5em;gap:2em}}.catalog-product-viewwww .attributes{margin-top:1em;display:flex;align-self:flex-start;justify-content:center;flex-wrap:wrap;gap:5%;width:43%}@media (max-width: 1023.98px){.catalog-product-viewwww .attributes{width:50%}}@media (max-width: 767.98px){.catalog-product-viewwww .attributes{width:100%}}.catalog-product-viewwww .attributes.skeleton{min-height:500px}.catalog-product-viewwww .attributes .attribute-set{display:flex;flex-direction:column;align-items:flex-start;width:100%}@media (max-width: 639.98px){.catalog-product-viewwww .attributes .attribute-set{width:90%}}.catalog-product-viewwww .attributes .attribute-set .attribute-set-name{font-size:1.4em;font-weight:600;padding:.3em;cursor:pointer;width:calc(100% - 1em);display:flex;justify-content:space-between}.catalog-product-viewwww .attributes .attribute-set .attribute-set-name::after{content:'>';transition:all ease-in-out .2s;transform:rotate(90deg)}.catalog-product-viewwww .attributes .attribute-set.closed .attribute-set-name::after{transform:rotate(0deg)}.catalog-product-viewwww .attributes .attribute-set.closed .attribute-list{transform:translateY(-50%);max-height:0;opacity:0;visibility:hidden}.catalog-product-viewwww .attributes .attribute-set .attribute-list{transition:all ease-in-out .2s;list-style:none;padding:unset;margin:unset;width:100%;max-height:500px}.catalog-product-viewwww .attributes .attribute-set .attribute-list .attribute-item{color:#333;font-size:1.1em;display:flex;justify-content:space-between;border-bottom:1px solid #d9d9d9;padding:10px}.catalog-product-viewwww .attributes .attribute-set .attribute-list .attribute-item:first-child{border-top:1px solid #d9d9d9}.catalog-product-viewwww .attributes .attribute-set .attribute-list .attribute-item .attribute-label::after{content:': '}.catalog-product-viewwww .description{padding:1.5em 0;width:90%;max-width:500px;text-align:justify}.catalog-product-viewwww .description>strong{text-align:left;display:inline-block;font-size:1.4em;font-weight:600;font-family:var(--font)}.catalog-product-viewwww .description>strong.skeleton{min-width:130px;height:33px}.catalog-product-viewwww .description p{color:#333}.catalog-product-viewwww .description p.skeleton{min-height:400px}.catalog-product-viewwww .upsell{margin-bottom:4em;max-width:1150px;width:100%;display:flex;flex-direction:column}@media (max-width: 767.98px){.catalog-product-viewwww .upsell{margin-bottom:3em;margin-top:-2em}}.catalog-product-viewwww .upsell .title{font-size:1.4em;font-weight:600;font-family:var(--font);margin:1em}.catalog-product-viewwww .upsell .title.skeleton{width:100%}.catalog-product-viewwww .upsell .title.skeleton::after{display:none}.catalog-product-viewwww .upsell .title.skeleton::before{content:'';font-size:0;background-color:#ffffff;animation:skeleton-animation .7s infinite alternate;border-radius:15px;width:200px;height:40px;display:block;position:absolute;left:60px}.catalog-product-viewwww .upsell .product.skeleton{margin-right:10px;width:30%;aspect-ratio:1/1}.catalog-product-viewwww .upsell .product{box-sizing:border-box;text-align:left;background-color:var(--light-color);padding:1em}.catalog-product-viewwww .upsell .product:hover{text-decoration:none !important}.catalog-product-viewwww .upsell .product .image{width:100%;height:unset;display:block}.catalog-product-viewwww .upsell .product .name{font-weight:500;margin-top:4px;width:100%;text-align:center;display:inline-block}.catalog-product-viewwww .upsell .product .name a{color:var(--very-dark-color);text-decoration:none}@media (max-width: 479.98px){.catalog-product-viewwww .upsell .product .name{font-size:1em}}.catalog-product-viewwww .cms,.catalog-product-viewwww .seo{width:100%;max-width:1150px;margin:0 auto}.catalog-product-viewwww .cms.skeleton,.catalog-product-viewwww .seo.skeleton{min-height:500px}.catalog-product-viewwww .recently-consulted.products{max-width:1150px;width:100%;margin:2em 0;display:flex;flex-direction:column}.catalog-product-viewwww .recently-consulted.products .product-slider{width:100%}.catalog-product-viewwww .recently-consulted.products .title{font-size:1.5em;text-align:center;font-family:var(--font-title);margin:1em .2em}.catalog-product-viewwww .recently-consulted.products .splide__slide{background-color:var(--light-color)}.catalog-product-viewwww .recently-consulted.products .product{box-sizing:border-box;text-align:left;background-color:var(--light-color);padding:1em}.catalog-product-viewwww .recently-consulted.products .product:hover{text-decoration:none !important}.catalog-product-viewwww .recently-consulted.products .product .image{width:100%;height:unset;display:block}.catalog-product-viewwww .recently-consulted.products .product .name{font-weight:500;margin-top:4px;width:100%;text-align:center;display:inline-block}.catalog-product-viewwww .recently-consulted.products .product .name a{color:var(--very-dark-color);text-decoration:none}@media (max-width: 479.98px){.catalog-product-viewwww .recently-consulted.products .product .name{font-size:1em}}.catalog-product-view [x-data="initRecentlyViewedProductsComponent"]{max-width:1150px;margin:0 auto 4em}.catalog-product-view [x-data="initRecentlyViewedProductsComponent"] .snap-slider>.flex.justify-between{justify-content:center}.catalog-product-view [x-data="initRecentlyViewedProductsComponent"] .snap-slider .btn-secondary{display:none}.catalog-product-view [x-data="initRecentlyViewedProductsComponent"] .card{background:var(--light-color);padding:1em;border:none;box-shadow:none;border-radius:0}.catalog-product-view [x-data="initRecentlyViewedProductsComponent"] .price-container,.catalog-product-view [x-data="initRecentlyViewedProductsComponent"] .mt-auto{display:none}@media (min-width: 1536px){.catalog-product-view [x-data="initRecentlyViewedProductsComponent"] .snap-track{--snap-cols:4}}.catalog-product-view [x-data="initRecentlyViewedProductsComponent"] .product-item-photo{width:100%;max-width:100%;margin:0}.catalog-product-view [x-data="initRecentlyViewedProductsComponent"] .product-item-photo img{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover}.catalog-product-view [x-data="initRecentlyViewedProductsComponent"] .product-item-link{text-align:center;color:var(--very-dark-color);font-weight:500;margin-top:4px}body:has(.top-notices) .page.product-page{margin-top:9.300000000000001em !important}.catalog-product-view .page.messages .messages.container{width:100%;max-width:none;margin-inline:0}#gallery .splide{width:100%;max-width:100%}.catalog-product-view .review .stars{display:block;height:16px}.catalog-product-view #customer-review-list{scroll-margin-top:160px;margin-bottom:4em}.catalog-product-view #customer-review-list .review-grid{position:relative;border:none;display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:2em 3em;overflow:hidden;transition:max-height .35s ease}.catalog-product-view #customer-review-list .review-grid:not(.is-ready) .review-item:nth-child(n+7){display:none}@media (max-width: 1023.98px){.catalog-product-view #customer-review-list .review-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.catalog-product-view #customer-review-list .review-grid:not(.is-ready) .review-item:nth-child(n+5){display:none}}@media (max-width: 767.98px){.catalog-product-view #customer-review-list .review-grid{grid-template-columns:minmax(0, 1fr);gap:1.5em}.catalog-product-view #customer-review-list .review-grid:not(.is-ready) .review-item:nth-child(n+3){display:none}}.catalog-product-view #customer-review-list .review-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;cursor:pointer}.catalog-product-view #customer-review-list .review-text.is-expanded{display:block;-webkit-line-clamp:unset;line-clamp:unset;overflow:visible;cursor:auto}.catalog-product-view #customer-review-list .review-grid-actions{display:flex;justify-content:center;gap:1em;margin-top:1.5em}.catalog-product-view #customer-review-list .review-grid-actions .action{width:auto;padding:.6em 1.2em;white-space:nowrap}.catalog-product-view .page-main .row{display:flex;justify-content:center;max-width:1150px;gap:5em;margin:3em auto;width:100%}@media (max-width: 767.98px){.catalog-product-view .page-main .row{flex-direction:column;align-items:center;margin-top:1em;margin-bottom:.5em;gap:2em}}.catalog-product-view .attributes{display:flex;align-self:flex-start;flex-wrap:wrap;gap:5%;width:43%;flex-shrink:0}@media (max-width: 1023.98px){.catalog-product-view .attributes{width:50%}}@media (max-width: 767.98px){.catalog-product-view .attributes{width:100%}}.catalog-product-view .attributes .attribute-set{display:flex;flex-direction:column;align-items:stretch;width:100%}.catalog-product-view .attributes .attribute-set:only-child .attribute-set-name{pointer-events:none;cursor:default}.catalog-product-view .attributes .attribute-set:only-child .attribute-set-name::after{display:none}.catalog-product-view .attributes .attribute-set .attribute-set-name{list-style:none;font-size:1.4em;font-weight:600;padding:.3em;cursor:pointer;width:calc(100% - 1em);display:flex;justify-content:space-between}.catalog-product-view .attributes .attribute-set .attribute-set-name::-webkit-details-marker{display:none}.catalog-product-view .attributes .attribute-set .attribute-set-name::marker{content:''}.catalog-product-view .attributes .attribute-set .attribute-set-name::after{content:'>';transition:transform .2s ease-in-out;transform:rotate(90deg)}.catalog-product-view .attributes .attribute-set:not([open]) .attribute-set-name::after{transform:rotate(0deg)}.catalog-product-view .attributes .attribute-set .attribute-list{list-style:none;padding:0;margin:0;width:100%}.catalog-product-view .attributes .attribute-set .attribute-list .attribute-item{color:#333;font-size:1.1em;display:flex;justify-content:space-between;border-bottom:1px solid #d9d9d9;padding:10px}.catalog-product-view .attributes .attribute-set .attribute-list .attribute-item:first-child{border-top:1px solid #d9d9d9}.catalog-product-view .attributes .attribute-set .attribute-list .attribute-item .attribute-label::after{content:': '}.catalog-product-view .description{padding:1.5em 0;width:90%;max-width:500px;text-align:justify;scroll-margin-top:10em}.catalog-product-view .description>strong{text-align:left;display:block;font-size:1.4em;font-weight:600;font-family:var(--font)}.catalog-product-view .description p{color:#333}.catalog-product-view .seo,.catalog-product-view .cms{width:100%;margin:0 auto}.catalog-product-view [x-data="msRecentlyViewed"]:not(:has(> section))~.seo{margin-top:50px}.catalog-product-view .seo .seo-text.clamped{position:relative;overflow:hidden}.catalog-product-view .seo .seo-text.clamped::after{content:'\2026';position:absolute;top:var(--ellipsis-top, 0px);left:var(--ellipsis-left, 0px);height:var(--ellipsis-height, 1.5em);font-size:var(--ellipsis-font-size, 1em);line-height:var(--ellipsis-height, 1.5em);padding:0 .2em;background:var(--color-bg, #fff)}.catalog-product-view .seo .toggle{display:block;margin-left:auto;margin-bottom:10px;padding:0;border:none;background:none;font-family:inherit;font-size:inherit;color:gray;text-decoration:underline;cursor:pointer}.checkout-header{position:fixed;top:0;left:0;width:100%;z-index:100;background:var(--very-light-color);display:flex;flex-direction:column;align-items:center;padding-top:.6em;padding-bottom:.6em;box-sizing:border-box;box-shadow:0 1px 6px rgba(0,0,0,0.05)}.checkout-header .row{width:90%;max-width:1000px;display:flex;align-items:center;justify-content:space-between}@media (max-width: 767.98px){.checkout-header .row{justify-content:center}}.checkout-header .logo-container img{height:35px;width:auto}@media (max-width: 767.98px){.checkout-header .progress{display:none}}.progress{display:flex;align-items:center;gap:.1em;margin-left:auto}.progress .step{display:flex;justify-content:center;align-items:center;border-radius:50%;border:solid 2px;border-color:#707070;padding:.5em;color:#707070}.progress .step.active{cursor:pointer;color:var(--very-dark-color);border-color:var(--dark-color)}.progress .step-bar{width:2em;height:3px;border-radius:10px;background-color:#707070;overflow:hidden}.progress .step-bar::after{content:"";display:block;background-color:var(--dark-color);width:100%;height:3px;transition:all .5s ease-in-out;transform:translateX(-100%)}.progress .step-bar.active::after{transform:translateX(-50%)}.progress .step-bar.completed::after{transform:translateX(0)}.progress svg{width:25px}main{display:flex;flex-direction:column}main .progress{margin-right:auto;margin-top:1em}@media (max-width: 767.98px){main .progress{margin-top:5em}}@media (max-width: 767.98px){body:has(.top-notices) .progress{margin-top:6em}}.checkout-index-index .columns,.checkout-index-index .column.main{max-width:none;width:100%}.checkout.page{margin-bottom:5em;display:flex;flex-wrap:wrap}@media (min-width: 768px){.checkout.page{margin-top:2em !important}}@media (max-width: 767.98px){.checkout.page{margin-top:0 !important}}.checkout.page h1{width:100%;padding-left:2em}@media (max-width: 767.98px){.checkout.page h1{padding-left:.5em}}.fastcheckout-checkout-page #header,.checkout-cart-index #header{background:var(--very-light-color)}#fastcheckout-checkout>.border-b{border-bottom:none}#fastcheckout-checkout .grand.totals.excl{display:none}.fastcheckout-checkout-page [data-fastcheckout-mobile-sticky-info] .bg-green-50{display:none}@media (max-width: 767.98px){.fastcheckout-checkout-page #fastcheckout-checkout [data-fastcheckout-place-order-ssr]{display:flex !important}}#fastcheckout-checkout [data-fastcheckout-mobile-sticky] .fastcheckout-place-order-btn{border-radius:30px !important}.fastcheckout-checkout-page [data-fastcheckout-mobile-sticky-info] .uppercase{display:none}.fastcheckout-checkout-page [data-fastcheckout-mobile-sticky]{max-width:90vw;width:90vw;left:5vw;bottom:5px;border-radius:30px;flex-direction:row;gap:10px;padding:.5em 1.5em;filter:drop-shadow(0 0 .75rem #00000030)}@media (max-width: 767.98px){#fastcheckout-checkout{padding-top:0}#fastcheckout-checkout>.border-b{position:relative}#fastcheckout-checkout a[href*="checkout/cart"]{font-size:0;width:fit-content;padding:5px 4px 4px 5px;position:absolute;top:0;right:5px;display:flex}#fastcheckout-checkout a[href*="checkout/cart"]::before{content:"";display:inline-block;width:20px;height:20px;vertical-align:middle;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L10.582 16.07a4.5 4.5 0 0 1-1.897 1.13L6 18l.8-2.685a4.5 4.5 0 0 1 1.13-1.897l8.932-8.931Zm0 0L19.5 7.125'/%3E%3C/svg%3E") no-repeat center / contain}}.checkout.page.cart .products{width:calc(100% - 29em);height:calc(100% - 27px);overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;align-items:center;padding-top:.5em}@media (max-width: 767.98px){.checkout.page.cart .products{width:100%}}.checkout.page.cart .products .empty{display:flex;flex-direction:column;align-items:center;margin-top:5vh;margin-bottom:2em;gap:1.5em}.checkout.page.cart .products .empty span{font-size:1.2em}.checkout.page.cart .products .empty svg{width:70px;max-width:80%}.checkout.page.cart .products .empty button{font-family:inherit;cursor:pointer;display:flex;align-items:center;border:unset;width:100%;justify-content:center;padding:.7em;border-radius:13px;transition:all ease-in-out .2s;color:var(--very-light-color);font-size:1em;height:42px;background:var(--very-dark-color)}.checkout.page.cart .products .empty button:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.checkout.page.cart .products .product{padding:1em 0;display:flex;flex-wrap:wrap;width:90%;border-bottom:solid 1px #d9d9d9;gap:4%}.checkout.page.cart .products .product .column.right{width:25%}.checkout.page.cart .products .product .column.right img{width:100%;border-radius:10px}.checkout.page.cart .products .product .column.right span{color:gray;font-size:.9em;margin-left:5%}.checkout.page.cart .products .product .column.left{width:70%;display:flex;flex-direction:column}@media (max-width: 767.98px){.checkout.page.cart .products .product .column.left{gap:.3em}}.checkout.page.cart .products .product .column.left .row:has(.configurable-cart-options){flex:1;align-items:center}.checkout.page.cart .products .product .column.left .configurable-cart-options{list-style:none;padding:0;margin:0}.checkout.page.cart .products .product .column.left .configurable-cart-options li{font-size:.85em;color:#666}.checkout.page.cart .products .product .column.left .row{display:flex}.checkout.page.cart .products .product .column.left .row .name strong{font-weight:600;font-size:1.25em;margin-right:.1em}.checkout.page.cart .products .product .column.left .row .estimation{border-radius:10px;background:var(--light-color);font-size:.9em;padding:.2em .8em;margin-top:.5em}@media (max-width: 767.98px){.checkout.page.cart .products .product .column.left .row .estimation{width:fit-content;font-size:.8em}}.checkout.page.cart .products .product .column.left .row:has(.actions){margin-top:auto;margin-bottom:1.5em;display:flex;justify-content:space-between;align-items:center}.checkout.page.cart .products .product:not(:last-child){border-bottom:solid 1px #d9d9d9}.checkout.page.cart .products .product .price{display:flex;flex-direction:column;align-items:flex-end}.checkout.page.cart .products .product .price .actual{font-weight:600;font-size:1em}.checkout.page.cart .products .product .price .old{font-size:.9em;position:relative}.checkout.page.cart .products .product .price .old::after{content:"";position:absolute;width:100%;border-bottom:solid 1px var(--very-dark-color);left:0;top:50%}.checkout.page.cart .products .product .actions{display:flex;align-items:flex-end;gap:.5em}.checkout.page.cart .products .product .actions button{cursor:pointer;background:none;border:solid .1px #d9d9d9;display:flex;justify-content:center;width:45px;padding:.3em 0;border-radius:13px;transition:all ease-in-out .2s;height:fit-content}.checkout.page.cart .products .product .actions button:hover svg{transform:scale(1.05)}.checkout.page.cart .products .product .actions button svg{height:18px;transition:all ease-in-out .2s;color:black}.checkout.page.cart .products .product .actions button.secondary:hover{background:color-mix(in srgb, var(--very-light-color), black 5%)}.checkout.page.cart .products .product>.row{width:100%;display:flex;justify-content:space-between;align-items:center}.checkout.page.cart .products .product .row:has(.quantity){margin-left:.5em;margin-right:.5em;flex-wrap:wrap;row-gap:.5em}.checkout.page.cart .products .product .row:has(.quantity)::before,.checkout.page.cart .products .product .row:has(.quantity)::after{display:none}.checkout.page.cart .products .product .quantity{width:fit-content;display:flex;align-items:center;border:solid 1px #d9d9d9;border-radius:13px}.checkout.page.cart .products .product .quantity button{background:none;border:none;padding:unset;width:22px;padding:0 .7em;box-sizing:content-box;cursor:pointer;display:flex}@media (max-width: 767.98px){.checkout.page.cart .products .product .quantity button{width:19px;padding:0 .5em}}.checkout.page.cart .products .product .quantity button svg{color:black;width:22px}@media (max-width: 767.98px){.checkout.page.cart .products .product .quantity button svg{width:19px}}.checkout.page.cart .products .product .quantity input{outline:none;border:none;text-align:center;font-size:16px;width:60px;padding:.6em 0}@media (max-width: 767.98px){.checkout.page.cart .products .product .quantity input{padding:.4em 0;width:50px}}.checkout-cart-index a.btn-secondary[href*="customer/account/login"]{display:none}.checkout-cart-index .rounded-full.bg-blue-50{padding:.3em 1.5em;margin-bottom:.5em}.checkout-cart-index dt.table-cell{width:fit-content;min-width:unset}.checkout-cart-index dt.table-cell::after{content:":"}.checkout-cart-index .quantity{width:fit-content;display:flex;align-items:center;border:solid 1px #d9d9d9;border-radius:13px}.checkout-cart-index .quantity button{background:none;border:none;width:22px;padding:0 .7em;box-sizing:content-box;cursor:pointer;display:flex}@media (max-width: 767.98px){.checkout-cart-index .quantity button{width:19px;padding:0 .5em}}.checkout-cart-index .quantity button svg{color:black;width:22px}@media (max-width: 767.98px){.checkout-cart-index .quantity button svg{width:19px}}.checkout-cart-index .quantity input.qty{outline:none;border:none;box-shadow:none;background:transparent;text-align:center;font-size:16px;width:60px;padding:.6em 0;appearance:textfield}@media (max-width: 767.98px){.checkout-cart-index .quantity input.qty{padding:.4em 0;width:50px}}.checkout-cart-index .quantity input.qty::-webkit-outer-spin-button,.checkout-cart-index .quantity input.qty::-webkit-inner-spin-button{appearance:none;margin:0}.checkout-cart-index .price-box .old{font-size:.9em;position:relative}.checkout-cart-index .price-box .old::after{content:"";position:absolute;width:100%;border-bottom:solid 1px var(--very-dark-color);left:0;top:35%}.checkout-cart-index .cart-wrapper{flex-direction:column-reverse}@media (min-width: 1024px){.checkout-cart-index .cart-wrapper{flex-direction:row-reverse}}.checkout-cart-index .cart.item .product-item-photo{flex:0 0 160px;width:160px}@media (max-width: 767.98px){.checkout-cart-index .cart.item .product-item-photo{flex-basis:110px;width:110px}}.checkout-cart-index .cart.item .product-item-photo img{display:block;width:100%;height:auto;border-radius:10px}@media (max-width: 767.98px){.checkout-cart-index .product-item-subtitle{display:none}}.checkout-cart-index .product-item-subtitle.mobile{display:none}@media (max-width: 767.98px){.checkout-cart-index .product-item-subtitle.mobile{display:block}}@media (max-width: 767.98px){.checkout-cart-index .actions-toolbar.cart.actions{display:none}}.checkout-cart-index .cart.item.free-gift .quantity,.checkout-cart-index .cart.item.free-gift .item-actions{display:none}.checkout.page .checkout-columns{display:flex;flex-wrap:wrap;width:100%;gap:2em;padding:0 2em 3em;box-sizing:border-box;align-items:flex-start}@media (max-width: 767.98px){.checkout.page .checkout-columns{flex-direction:column;padding:0}}.checkout.page .checkout-columns .checkout-main{flex:1;min-width:0;display:flex;flex-direction:column}@media (min-width: 768px){.checkout.page .checkout-columns .checkout-main{gap:1.5em}}@media (max-width: 767.98px){.checkout.page .checkout-columns .checkout-main{width:100%}}.checkout.page .checkout-columns .checkout-main .form-actions{display:flex;justify-content:flex-end;margin-top:1em}.checkout.page .checkout-columns .checkout-main button.primary{cursor:pointer;padding:.75em 2em;border-radius:10px;font-size:1em;border:solid 1px var(--very-dark-color);background:var(--very-dark-color);color:var(--very-light-color);transition:background ease-in-out .2s}.checkout.page .checkout-columns .checkout-main button.primary:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.checkout.page .checkout-columns .checkout-main button.secondary{cursor:pointer;padding:.6em 1.4em;border-radius:10px;font-size:.95em;border:solid 1px var(--very-dark-color);background:transparent;color:var(--very-dark-color);transition:background ease-in-out .2s}.checkout.page .checkout-columns .checkout-main button.secondary:hover{background:color-mix(in srgb, var(--very-light-color), black 3%)}.checkout.page .checkout-columns .summary{width:24em;flex-shrink:0;margin:0;position:sticky;top:2em}@media (max-width: 767.98px){.checkout.page .checkout-columns .summary{width:450px;max-width:90vw;margin:0 auto;position:relative;margin-bottom:6em}}.checkout.page .checkout-section{border-radius:12px;padding:1.5em 0;width:100%;display:flex;flex-direction:column;gap:1em}.checkout.page .checkout-section .section-title{font-size:1.1em;font-weight:600;margin:0;padding-bottom:.5em;border-bottom:solid 1px #e2e2e2;display:flex;align-items:center;gap:.4em}.checkout.page .checkout-section .section-title svg{width:20px}.checkout.page .shipping-address,.checkout.page .billing-address{display:flex;flex-direction:column;gap:.9em}.checkout.page .shipping-address .fields,.checkout.page .billing-address .fields{display:flex;flex-direction:column;gap:.7em}.checkout.page .shipping-address .fields-row,.checkout.page .billing-address .fields-row{display:flex;gap:.7em}@media (max-width: 639.98px){.checkout.page .shipping-address .fields-row,.checkout.page .billing-address .fields-row{flex-direction:column}}.checkout.page .shipping-address .fields-row .field-group,.checkout.page .billing-address .fields-row .field-group{flex:1;display:flex;flex-direction:column;gap:.3em}.checkout.page .shipping-address input,.checkout.page .billing-address input,.checkout.page .shipping-address select,.checkout.page .billing-address select{font-size:1em;border:solid 1px gray;border-radius:8px;padding:.65em 1em;outline:none;background:transparent;width:100%;box-sizing:border-box}.checkout.page .shipping-address input:focus,.checkout.page .billing-address input:focus,.checkout.page .shipping-address select:focus,.checkout.page .billing-address select:focus{border-color:var(--dark-color);background:var(--very-light-color)}.checkout.page .shipping-address select,.checkout.page .billing-address select{background:transparent;cursor:not-allowed}.checkout.page .shipping-address .error,.checkout.page .billing-address .error{color:#d33d3d;font-size:.85em}.checkout.page .shipping-address .form-actions,.checkout.page .billing-address .form-actions{display:flex;justify-content:flex-end}.checkout.page .shipping-address .form-actions button,.checkout.page .billing-address .form-actions button{cursor:pointer;padding:.6em 1.6em;border-radius:10px;font-size:.95em;border:solid 1px var(--very-dark-color);display:flex;align-items:center;justify-content:center;min-width:9em;height:2.5em}.checkout.page .shipping-address .form-actions button.primary,.checkout.page .billing-address .form-actions button.primary{background:var(--very-dark-color);color:var(--very-light-color)}.checkout.page .shipping-address .form-actions button.primary:hover,.checkout.page .billing-address .form-actions button.primary:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.checkout.page .auth-block{display:flex;flex-direction:column;align-items:center;gap:1.5em}.checkout.page .guest-separator{display:flex;align-items:center;width:100%;max-width:400px;gap:1em;color:var(--dark-color);font-size:.9em}.checkout.page .guest-separator::before,.checkout.page .guest-separator::after{content:'';flex:1;border-top:solid 1px var(--light-color)}.checkout.page .guest-block{display:flex;flex-direction:column;align-items:center;gap:.8em;width:100%;max-width:420px}.checkout.page .guest-block p{margin:0;color:var(--dark-color);font-size:.95em}.checkout.page .guest-block .guest-email-row{display:flex;gap:.6em;width:100%}.checkout.page .guest-block .guest-email-row input{flex:1;font-size:1em;border:solid 1px var(--light-color);border-radius:8px;padding:.65em 1em;outline:none}.checkout.page .guest-block .guest-email-row input:focus{border-color:var(--dark-color)}.checkout.page .guest-block .guest-email-row button{cursor:pointer;padding:.6em 1.3em;border-radius:8px;font-size:.9em;border:solid 1px var(--very-dark-color);white-space:nowrap}.checkout.page .guest-block .guest-email-row button.primary{background:var(--very-dark-color);color:var(--very-light-color)}.checkout.page .guest-block .guest-email-row button.primary:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.checkout.page .guest-block .error{color:#d33d3d;font-size:.85em}.checkout.page .saved-addresses{display:flex;flex-direction:column;gap:.7em}.checkout.page .saved-addresses .saved-address-card{display:flex;flex-direction:column;gap:.2em;padding:.85em 1.2em;border:solid 1.5px #b3b3b3;border-radius:10px;cursor:pointer;background:white;text-align:left;transition:border-color .2s;width:100%}.checkout.page .saved-addresses .saved-address-card:hover{border-color:gray}.checkout.page .saved-addresses .saved-address-card.selected{background:var(--very-light-color);border-color:var(--very-dark-color)}.checkout.page .saved-addresses .saved-address-card.unavailable{opacity:.5;cursor:not-allowed}.checkout.page .saved-addresses .saved-address-card .name{color:black;font-weight:600}.checkout.page .saved-addresses .saved-address-card .line{font-size:.9em;color:gray}.checkout.page .saved-addresses .address-options{display:flex;gap:.7em;align-items:center;flex-wrap:wrap;margin-top:.3em}.checkout.page .saved-addresses .address-options button{cursor:pointer;padding:.55em 1.2em;border-radius:8px;font-size:.9em;border:solid 1px var(--very-dark-color)}.checkout.page .saved-addresses .address-options button.primary{background:var(--very-dark-color);color:var(--very-light-color)}.checkout.page .saved-addresses .address-options button.primary:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.checkout.page .saved-addresses .address-options button.secondary{background:transparent}.checkout.page .saved-addresses .address-options button.secondary:hover{background:color-mix(in srgb, var(--very-light-color), black 4%)}.checkout.page .saved-addresses .address-options .address-confirmed{color:green;font-size:.9em;font-weight:500}.checkout.page .back-btn{align-self:flex-start;cursor:pointer;background:none;border:none;font-size:.9em;color:var(--dark-color);padding:0}.checkout.page .back-btn:hover{text-decoration:underline}.checkout.page .checkbox-label{display:flex;align-items:center;gap:.6em;cursor:pointer;font-size:.95em}.checkout.page .checkbox-label input[type="checkbox"]{width:16px;height:16px;cursor:pointer}.checkout.page .address-recap-block{display:flex;flex-direction:column;gap:.2em;font-size:.95em}.checkout.page .address-recap-block span{color:gray}.checkout.page .address-recap-block span:first-child{color:var(--very-dark-color);font-weight:500}.checkout.page .address-recap-block .edit-link,.checkout.page .address-recap-block .method-title{color:var(--very-dark-color);font-weight:500}.checkout.page .address-recap-block .edit-link{font-size:.85em;text-decoration:underline}.checkout.page .address-recap-block .edit-link:hover{text-decoration:none}.checkout.page .address-recap-block .method-carrier{color:gray;font-size:.85em}.checkout.page .shipping-loading,.checkout.page .payment-loading{display:flex;justify-content:center;padding:2em}.checkout.page .no-methods{color:var(--dark-color);font-size:.95em}.checkout.page .no-methods a{color:var(--very-dark-color);text-decoration:underline}.checkout.page .shipping-hint{color:gray;font-size:.9em;margin:0 0 .2em}.checkout.page .rates-loading{font-size:.75em;font-weight:400;color:var(--very-dark-color);margin-left:.6em;font-style:italic}.checkout.page .shipping-methods{display:flex;flex-direction:column;gap:.7em;transition:opacity .2s}.checkout.page .shipping-methods.disabled{opacity:.5;pointer-events:none}.checkout.page .shipping-method-card{display:flex;align-items:center;gap:1em;padding:.9em 1.2em;border:solid 1.5px gray;border-radius:10px;cursor:pointer;background:transparent;width:100%;text-align:left;transition:border-color .2s}.checkout.page .shipping-method-card:hover:not(.unavailable){border-color:gray}.checkout.page .shipping-method-card.selected{border-color:var(--very-dark-color);background:color-mix(in srgb, var(--very-light-color), var(--very-dark-color) 4%)}.checkout.page .shipping-method-card.unavailable{opacity:.4;cursor:not-allowed}.checkout.page .shipping-method-card .method-icon svg{width:28px;color:black}.checkout.page .shipping-method-card .method-info{flex:1;display:flex;flex-direction:column;gap:.1em}.checkout.page .shipping-method-card .method-info .method-title{color:black;font-weight:500}.checkout.page .shipping-method-card .method-info .method-carrier{font-size:.85em;color:gray}.checkout.page .shipping-method-card .method-price{font-weight:600;white-space:nowrap}.checkout.page .error{color:#d33d3d;font-size:.9em;margin-top:.3em}#fastcheckout-checkout :is(
    .fastcheckout-native-shipping-address,
    .payment-method-billing-address,
    .checkout-billing-address
) .actions-toolbar .action,#fastcheckout-checkout .billing-address-details .action-edit-address{padding:0;background:transparent;margin:0}#fastcheckout-checkout .checkout-billing-address>.fieldset:not(.address),#fastcheckout-checkout .payment-method-billing-address .checkout-billing-address>.fieldset:not(.address){background:transparent !important;border:none !important}@media (min-width: 640px){#fastcheckout-checkout :is(
        .fastcheckout-native-shipping-address,
        .payment-method-billing-address,
        .checkout-billing-address
    ) :is(
        .control._with-tooltip,
        .admin__field-control._with-tooltip
    ){margin-right:-2.5em}}#fastcheckout-checkout :is(
    .fastcheckout-native-shipping-address,
    .payment-method-billing-address,
    .checkout-billing-address
) :is(
    .admin__control-text,
    .admin__control-select,
    .input-text,
    select
){padding-right:2em}#fastcheckout-checkout .control._with-tooltip .field-tooltip,#fastcheckout-checkout .control._with-tooltip>.note{display:none !important}.fastcheckout-shipping-method-option{border-radius:10px}.table-checkout-shipping-method>.fastcheckout-shipping-method-option:not(:last-of-type){margin-bottom:.5em}.fastcheckout-payment-after-methods{margin-top:1.5em}#fastcheckout-checkout .payment-method.stripe-payments{border:none;background:none}#fastcheckout-checkout .payment-method.stripe-payments>.payment-method-title{padding:0;display:none}#fastcheckout-checkout .payment-method.stripe-payments>.payment-method-content{padding:.2rem}#fastcheckout-checkout .payment-method.stripe-payments>.payment-method-content>.stripe-payments-billing-address-warning{order:51;padding:0}.checkout-onepage-success .page-main>.container:has(> .page-title){display:none}.checkout-onepage-success .fastcheckout-success-card{width:90%;max-width:620px;margin:0 auto;padding:3em 2.5em;background:none;border:none;border-radius:13px;box-shadow:none;text-align:center}@media (max-width: 767.98px){.checkout-onepage-success .fastcheckout-success-card{padding:0 1.5em}}.checkout-onepage-success .fastcheckout-success-card>div+div{margin-top:1.75em}.checkout-onepage-success .fastcheckout-success-card>div:first-child{width:4.5em;height:4.5em;margin:0 auto;background:var(--light-color);color:var(--dark-color)}.checkout-onepage-success .fastcheckout-success-card>div:first-child svg{width:2.2em;height:2.2em}.checkout-onepage-success .fastcheckout-success-title{font-family:var(--font-title);font-weight:400;font-size:1.75em;line-height:1.25;letter-spacing:normal;color:var(--very-dark-color)}@media (max-width: 767.98px){.checkout-onepage-success .fastcheckout-success-title{font-size:1.45em}}.checkout-onepage-success .fastcheckout-success-copy{gap:.9em}.checkout-onepage-success .fastcheckout-success-copy p{max-width:34em;margin:0 auto;font-size:1em;line-height:1.6;color:var(--very-dark-color)}.checkout-onepage-success .fastcheckout-success-copy a{color:var(--dark-color);font-weight:600;text-decoration:underline;text-underline-offset:2px;transition:all ease-in-out .2s}.checkout-onepage-success .fastcheckout-success-copy a:hover{color:var(--very-dark-color)}.checkout-onepage-success .fastcheckout-success-registration{padding-top:1.75em;border-top:solid 1px #d9d9d9}.checkout-onepage-success .fastcheckout-success-registration p{margin:0 0 .4em;font-size:.95em;line-height:1.6;color:var(--very-dark-color)}.checkout-onepage-success .fastcheckout-success-registration a.btn{cursor:pointer;background:none;border:solid 1px var(--very-dark-color);display:flex;align-items:center;justify-content:center;padding:.6em 1.2em;border-radius:13px;transition:all ease-in-out .2s;font-size:.9em;background:var(--very-dark-color);color:var(--very-light-color);display:inline-flex;width:auto;margin-top:1em;padding:.7em 1.8em;text-decoration:none}.checkout-onepage-success .fastcheckout-success-registration a.btn:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.checkout-onepage-success .fastcheckout-success-print a{color:var(--dark-color);text-decoration:underline;text-underline-offset:2px}.checkout-onepage-success .fastcheckout-success-print a:hover{color:var(--very-dark-color)}.checkout-onepage-success .fastcheckout-success-actions>a.btn-primary{display:none}.checkout-onepage-success .fastcheckout-success-actions>a.btn-secondary{cursor:pointer;background:none;border:solid 1px var(--very-dark-color);display:flex;align-items:center;justify-content:center;padding:.6em 1.2em;border-radius:13px;transition:all ease-in-out .2s;font-size:.9em;width:auto;margin:0 auto;text-decoration:none;color:var(--very-dark-color)}.checkout-onepage-success .fastcheckout-success-actions>a.btn-secondary:hover{background:color-mix(in srgb, var(--very-light-color), black 5%)}.checkout-onepage-success .fastcheckout-success-actions:not(:has(> a.btn-secondary)){display:none}.checkout.page.customer .checkout-columns{width:100%}.checkout.page .login{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:.5em;gap:3em;overflow-y:auto;overflow-x:hidden;max-width:800px;margin-left:auto;margin-right:auto}.checkout.page .login>.title{color:gray}.checkout.page .login .details{font-style:italic;color:var(--dark-color)}.checkout.page .login .step{display:flex;flex-direction:column;align-items:center;width:100%;gap:2em;position:relative}.checkout.page .login .step .title{font-size:1.8em}.checkout.page .login .step input{font-size:16px;outline:none;padding:none;border:none;background:transparent}.checkout.page .login .step input:not(.password),.checkout.page .login .step div.password,.checkout.page .login .step select{border-radius:10px;border:solid 1px black;width:50%;max-width:300px;min-width:230px;padding:.8em 1.3em}.checkout.page .login .step input:not(.password):focus,.checkout.page .login .step div.password:focus,.checkout.page .login .step select:focus,.checkout.page .login .step input:not(.password):has(:focus),.checkout.page .login .step div.password:has(:focus),.checkout.page .login .step select:has(:focus){background:var(--very-light-color)}.checkout.page .login .step select{box-sizing:content-box;background:transparent;font-size:1em}.checkout.page .login .step .newsletter{width:50%;max-width:350px;min-width:230px;display:flex;align-items:center;gap:.5em}.checkout.page .login .step .newsletter input{min-width:unset;width:fit-content}.checkout.page .login .step .newsletter span{text-align:center}.checkout.page .login .step .newsletter span.error{color:#d33d3d;font-size:.9em}.checkout.page .login .step .newsletter span.success{color:#2d6434;font-size:.9em}.checkout.page .login .step div.password{display:flex;justify-content:space-between;padding:0 1.3em}.checkout.page .login .step div.password input{width:100%;padding:.85em 0}.checkout.page .login .step div.password button{cursor:pointer;border:none;background:none;padding:none}.checkout.page .login .step div.password button svg{width:24px}.checkout.page .login .step .actions{display:flex;gap:.7em;margin-bottom:2em}.checkout.page .login .step .actions button{cursor:pointer;background:none;border:solid .1px var(--very-dark-color);display:flex;justify-content:center;padding:.6em 1.2em;border-radius:13px;transition:all ease-in-out .2s;font-size:.9em}.checkout.page .login .step .actions button.primary{background:var(--very-dark-color);color:var(--very-light-color)}.checkout.page .login .step .actions button.primary:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.checkout.page .login .step .actions button.secondary:hover{background:color-mix(in srgb, var(--very-light-color), black 5%)}.checkout.page .login .step button.back{cursor:pointer;position:absolute;left:2%;background:none;border:none;font-size:1em}.checkout.page .login .step button.back::before{content:'<- '}.checkout.page .login .step button.back:hover{text-decoration:underline}@media (max-width: 479.98px){.checkout.page .login .step button.back{margin-top:-2em}}.checkout.page .login .step .fields{display:flex;flex-direction:column;align-items:center;gap:1em;width:100%}.checkout.page .login .step.login-step .actions button,.checkout.page .login .step.signin-step .actions button{width:10em;height:2.5em;display:flex;justify-content:center;align-items:center}.checkout.page .login .step.login-step .actions button>span,.checkout.page .login .step.signin-step .actions button>span{height:25px !important}.checkout.page .login .step .error{color:#d33d3d;font-size:.9em;margin-top:-0.8em;max-width:250px;text-align:center}.checkout.page .login .step .error a{text-decoration:underline;color:#2a2a2a;cursor:pointer}.checkout.page .login .step .error a:hover{text-decoration:none}.checkout.page .summary{display:flex;flex-direction:column;width:24em;flex-shrink:0;align-items:center;background:var(--very-light-color);border-radius:15px;padding:2em 1em;box-sizing:border-box;margin:0 2em;position:relative;top:5em;height:fit-content}@media (max-width: 767.98px){.checkout.page .summary{width:450px;max-width:90vw;margin:1em auto;top:0}}.checkout.page .summary .title{padding-bottom:.4em;font-size:1.35em;border-bottom:solid 1px #d9d9d9;width:90%}.checkout.page .summary .items{display:flex;flex-direction:column;gap:.5em;width:90%;padding:.7em 0;border-bottom:solid 1px #d9d9d9}.checkout.page .summary .items .item{display:flex;gap:.3em}.checkout.page .summary .items .item .configurable-cart-options{list-style:none;padding:0;margin:.2em 0 0 0}.checkout.page .summary .items .item .configurable-cart-options li{font-size:.8em;color:#666}.checkout.page .summary .items .item .price{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end}.checkout.page .summary .items .item .price .actual{font-weight:600}.checkout.page .summary .items .item .price .old{margin-right:0;position:relative}.checkout.page .summary .items .item .price .old::after{content:"";position:absolute;width:100%;border-bottom:solid 1px var(--very-dark-color);left:0;top:50%}.checkout.page .summary .reductions,.checkout.page .summary .total{display:flex;justify-content:space-between;width:90%;padding:.7em 0}.checkout.page .summary .reductions{border-bottom:solid 1px var(--light-color);color:gray}.checkout.page .summary .total{font-size:1.1em;font-weight:600}.checkout.page .summary .shipping,.checkout.page .summary .tax,.checkout.page .summary .promotion{display:flex;justify-content:space-between;width:90%;padding:.4em 0;border-bottom:solid 1px #d9d9d9;color:gray}.checkout.page .summary .promotion .label{display:flex;align-items:center}.checkout.page .summary .promotion .label a{cursor:pointer;display:flex}.checkout.page .summary .promotion .label a svg{margin-top:.1em;width:20px}.checkout.page .summary .coupon{width:100%;border-bottom:solid 1px #d9d9d9;padding-bottom:1em;display:flex;flex-direction:column;gap:.4em}.checkout.page .summary .coupon .coupon-form{display:flex;width:100%;border:solid 1px #d9d9d9;border-radius:8px;position:relative}.checkout.page .summary .coupon .coupon-form:has(input:focus){border-color:black}.checkout.page .summary .coupon .coupon-form input{width:100%;font-size:16px;padding:.4em .5em;outline:none;border-radius:8px;border:none}.checkout.page .summary .coupon .coupon-form button{cursor:pointer;padding:.6em 1.3em;border-radius:8px;font-size:.8em;border:solid 1px var(--very-dark-color);white-space:nowrap}.checkout.page .summary .coupon .coupon-form button.primary{background:var(--very-dark-color);color:var(--very-light-color);transition:all ease-in-out .2s}.checkout.page .summary .coupon .coupon-form button.primary:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.checkout.page .summary .coupon .coupon-form .error{color:#d33d3d;font-size:.85em;width:100%;position:absolute;bottom:-2em;text-align:center}.checkout.page .summary .coupon .coupon-form:has(.error){margin-bottom:1em}.checkout.page .summary .actions{margin-top:1.5em}.checkout.page .summary .actions button{height:2.5em}.checkout.page .summary .actions button,.checkout.page .summary .actions a{cursor:pointer;text-decoration:none;background:none;border:solid .1px var(--very-dark-color);display:flex;justify-content:center;padding:.6em 1.2em;border-radius:13px;transition:all ease-in-out .2s;font-size:.9em;width:10em;align-items:center}@media (max-width: 767.98px){.checkout.page .summary .actions button,.checkout.page .summary .actions a{width:20em;max-width:80vw}}.checkout.page .summary .actions button.primary,.checkout.page .summary .actions a.primary{background:var(--very-dark-color);color:var(--very-light-color)}.checkout.page .summary .actions button.primary:hover,.checkout.page .summary .actions a.primary:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.checkout.page .summary .actions button.secondary:hover,.checkout.page .summary .actions a.secondary:hover{background:color-mix(in srgb, var(--very-light-color), black 5%)}.checkout.page .summary .actions button>span,.checkout.page .summary .actions a>span{height:25px !important}.checkout.page .summary .reassurance{position:absolute;bottom:-1em;transform:translateY(100%);width:80%;display:flex;flex-direction:column;align-items:center;text-align:center}.checkout.page .summary .reassurance .title{font-size:1.2em;font-weight:700;border-bottom:none;padding-bottom:0}.checkout.page .summary .reassurance .subtitle{font-size:.9em;color:black}.checkout.page .summary .reassurance .icons{display:flex;align-items:center;gap:1em;margin-top:.5em}.checkout.page .summary .reassurance .icons svg{width:40px;height:auto}#fastcheckout-checkout .details-qty .label{display:none}#fastcheckout-checkout .details-qty .value::before{content:"x"}#fastcheckout-checkout .product-item-subtitle{font-size:.85em;color:gray}#fastcheckout-checkout .subtotal .old{font-size:.9em;margin-right:.4em;position:relative}#fastcheckout-checkout .subtotal .old::after{content:"";position:absolute;width:100%;border-bottom:solid 1px var(--very-dark-color);left:0;top:35%}.checkout.page .payment-method-list{display:flex;flex-direction:column;gap:.7em;margin-bottom:1.2em}.checkout.page .payment-method-list .payment-method-card{display:flex;align-items:center;padding:.9em 1.2em;border:solid 1.5px gray;border-radius:10px;cursor:pointer;background:transparent;width:100%;text-align:left;color:black;font-weight:500;transition:border-color .2s}.checkout.page .payment-method-list .payment-method-card:hover{border-color:gray}.checkout.page .payment-method-list .payment-method-card.selected{border-color:var(--very-dark-color);background:color-mix(in srgb, var(--very-light-color), var(--very-dark-color) 4%)}.checkout.page .stripe-payment{display:flex;flex-direction:column;gap:1.5em}.checkout.page .stripe-payment .stripe-submit{display:flex;align-items:center;justify-content:center;width:90%;margin-left:5%;height:2.5em;padding:.6em 1.6em;font-size:.95em;border-radius:10px;border:solid 1px var(--very-dark-color);background:var(--very-dark-color);color:var(--very-light-color);cursor:pointer}.checkout.page .stripe-payment .stripe-submit:hover:not(:disabled){background:color-mix(in srgb, var(--very-dark-color), white 20%)}.checkout.page .stripe-payment .stripe-submit:disabled{opacity:.6;cursor:not-allowed}.products-grid .product,.product-slider .product,.widget-product-carousel .product,.products .product{display:flex;flex-direction:column;color:var(--very-dark-color);text-decoration:none;margin-bottom:1em}.products-grid .product:hover .name,.product-slider .product:hover .name,.widget-product-carousel .product:hover .name,.products .product:hover .name{text-decoration:underline}.products-grid .product .image,.product-slider .product .image,.widget-product-carousel .product .image,.products .product .image{width:100%;border-radius:10px;aspect-ratio:3/2;object-fit:cover}.products-grid .product .name,.product-slider .product .name,.widget-product-carousel .product .name,.products .product .name{font-weight:600;margin-left:10px;margin-top:.4em}@media (max-width: 479.98px){.products-grid .product .name,.product-slider .product .name,.widget-product-carousel .product .name,.products .product .name{margin-left:0}}.products-grid .product .details,.product-slider .product .details,.widget-product-carousel .product .details,.products .product .details{margin-left:10px;margin-top:2px;line-height:1.1em}@media (max-width: 479.98px){.products-grid .product .details,.product-slider .product .details,.widget-product-carousel .product .details,.products .product .details{font-size:.9em;margin-left:0}}.products-grid .product .product-infos,.product-slider .product .product-infos,.widget-product-carousel .product .product-infos,.products .product .product-infos{display:flex;gap:.5em}.products-grid .product .product-text,.product-slider .product .product-text,.widget-product-carousel .product .product-text,.products .product .product-text{flex:1;min-width:0;display:flex;flex-direction:column}.products-grid .product .price,.product-slider .product .price,.widget-product-carousel .product .price,.products .product .price{margin-left:auto;margin-top:0;white-space:nowrap;height:100%;display:flex;flex-direction:column;justify-content:flex-end}.products-grid .product .price:has(.old),.product-slider .product .price:has(.old),.widget-product-carousel .product .price:has(.old),.products .product .price:has(.old){align-items:flex-end}.products-grid .product .price .actual,.product-slider .product .price .actual,.widget-product-carousel .product .price .actual,.products .product .price .actual{font-weight:600;font-size:1.1em}@media (max-width: 639.98px){.products-grid .product .price .actual,.product-slider .product .price .actual,.widget-product-carousel .product .price .actual,.products .product .price .actual{font-size:1em}}.products-grid .product .price .old,.product-slider .product .price .old,.widget-product-carousel .product .price .old,.products .product .price .old{margin-right:.3em;position:relative}.products-grid .product .price .old::after,.product-slider .product .price .old::after,.widget-product-carousel .product .price .old::after,.products .product .price .old::after{content:"";position:absolute;width:100%;border-bottom:solid 1px var(--very-dark-color);left:0;top:50%}@media (max-width: 639.98px){.products-grid .product .price .old,.product-slider .product .price .old,.widget-product-carousel .product .price .old,.products .product .price .old{font-size:.9em}}.widget-product-carousel,.product-slider{position:relative;padding-top:0;margin-bottom:20px}.widget-product-carousel>h2,.product-slider>h2,.widget-product-carousel>.flex>h2,.product-slider>.flex>h2{text-align:center}.widget-product-carousel>.flex:has(> h2),.product-slider>.flex:has(> h2){justify-content:center}.widget-product-carousel [data-page-builder-slider-nav],.product-slider [data-page-builder-slider-nav],.widget-product-carousel>.flex>.flex,.product-slider>.flex>.flex{position:absolute;inset:0;z-index:1;pointer-events:none;align-items:center}.widget-product-carousel [data-page-builder-slider-nav] .btn,.product-slider [data-page-builder-slider-nav] .btn,.widget-product-carousel>.flex>.flex .btn,.product-slider>.flex>.flex .btn{pointer-events:auto;border:none;border-radius:50%;width:2.6em;height:2.6em;background:#000;color:white;transition:all ease-in-out .2s}.widget-product-carousel [data-page-builder-slider-nav] .btn:hover,.product-slider [data-page-builder-slider-nav] .btn:hover,.widget-product-carousel>.flex>.flex .btn:hover,.product-slider>.flex>.flex .btn:hover{background:rgba(0,0,0,0.85)}.widget-product-carousel [data-page-builder-slider-nav] .btn[disabled],.product-slider [data-page-builder-slider-nav] .btn[disabled],.widget-product-carousel>.flex>.flex .btn[disabled],.product-slider>.flex>.flex .btn[disabled]{opacity:0}.widget-product-carousel>.flex>.flex,.product-slider>.flex>.flex{justify-content:space-between}.widget-product-carousel .snap-pager,.product-slider .snap-pager{pointer-events:auto;position:absolute;left:50%;bottom:0;transform:translateX(-50%);display:flex;gap:.5em;min-block-size:unset}.widget-product-carousel .snap-pager{left:0;transform:none;width:100%}.fade{background-color:rgba(0,0,0,0.6);position:fixed;width:100vw;top:var(--header-height, 0px);height:calc(100dvh - var(--header-height, 0px));left:0;z-index:50;display:none;opacity:0;transition:opacity .2s ease-in-out}.fade.active{opacity:1;display:block}.ms-lookbook{width:100%}.ms-lookbook .ms-lookbook__title{margin-bottom:.8em;color:var(--very-dark-color)}.ms-lookbook .ms-lookbook__stage{position:relative;display:block;width:100%}.ms-lookbook .ms-lookbook__image{display:block;width:100%;height:auto}.ms-lookbook .ms-lookbook__pin{position:absolute;transform:translate(-50%, -50%);z-index:2}.ms-lookbook .ms-lookbook__pin:focus-within,.ms-lookbook .ms-lookbook__pin:hover{z-index:4}.ms-lookbook .ms-lookbook__marker{cursor:pointer;border:none;border-radius:20px;padding:.4em .9em;font-family:inherit;font-size:.9em;white-space:nowrap;color:var(--very-light-color);background:var(--very-dark-color);box-shadow:0 2px 8px rgba(0,0,0,0.25);transition:all ease-in-out .2s}.ms-lookbook .ms-lookbook__marker:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}.ms-lookbook .ms-lookbook__marker .price{color:inherit}.ms-lookbook .ms-lookbook__card{position:absolute;top:calc(100% + .6em);left:50%;transform:translateX(-50%);z-index:3;width:min(180px, 45vw);padding:.8em;border-radius:10px;background:var(--very-light-color);box-shadow:0 10px 15px -3px rgba(0,0,0,0.15)}.ms-lookbook .ms-lookbook__card a{display:flex;flex-direction:column;gap:.4em;text-align:center;color:inherit;text-decoration:none}.ms-lookbook .ms-lookbook__card img{width:100%;height:auto}.ms-lookbook .ms-lookbook__name{font-size:.9em;line-height:1.3}.error-boundary{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem;text-align:center;gap:1.5rem}.error-boundary p{font-size:1rem;color:var(--very-dark-color)}.error-boundary a{font-size:.9rem}.faq-items-list{border-top:none}.faq-items-list>.faq-item:not(:last-child){margin-bottom:.5em}.faq-item-header{border-radius:10px}.faq-search button:first-of-type{display:none}.faq-item-vote{gap:.5em}.faq-wrapper.cms-page-faq-wrapper,.faq-wrapper.product-faq-wrapper,.faq-wrapper.category-faq-wrapper{padding:0;background:transparent}.faq-wrapper.cms-page-faq-wrapper .faq-filters,.faq-wrapper.product-faq-wrapper .faq-filters,.faq-wrapper.category-faq-wrapper .faq-filters{display:none}.faq-wrapper.cms-page-faq-wrapper .faq-item-header:focus,.faq-wrapper.product-faq-wrapper .faq-item-header:focus,.faq-wrapper.category-faq-wrapper .faq-item-header:focus{outline:none}.faq-wrapper.cms-page-faq-wrapper .faq-view-all,.faq-wrapper.product-faq-wrapper .faq-view-all,.faq-wrapper.category-faq-wrapper .faq-view-all{display:none}.faq-wrapper.cms-page-faq-wrapper .faq-content,.faq-wrapper.product-faq-wrapper .faq-content,.faq-wrapper.category-faq-wrapper .faq-content{padding-bottom:0}.faq-wrapper.cms-page-faq-wrapper .faq-item-content,.faq-wrapper.product-faq-wrapper .faq-item-content,.faq-wrapper.category-faq-wrapper .faq-item-content{display:grid;grid-template-rows:0fr;padding-bottom:0;transition:grid-template-rows .3s ease,padding-bottom .3s ease}.faq-wrapper.cms-page-faq-wrapper .faq-item-content>.faq-answer,.faq-wrapper.product-faq-wrapper .faq-item-content>.faq-answer,.faq-wrapper.category-faq-wrapper .faq-item-content>.faq-answer{min-height:0;overflow:hidden}.faq-wrapper.cms-page-faq-wrapper .faq-item.active>.faq-item-content,.faq-wrapper.product-faq-wrapper .faq-item.active>.faq-item-content,.faq-wrapper.category-faq-wrapper .faq-item.active>.faq-item-content{grid-template-rows:1fr;padding-bottom:20px}.product-breadcrumb{width:100%;max-width:1150px;margin-bottom:-15px}@media (max-width: 767.98px){.product-breadcrumb{margin-bottom:10px}}.product-breadcrumb .breadcrumb-items{display:flex;list-style:none;margin:unset;font-size:.9em}@media (max-width: 767.98px){.product-breadcrumb .breadcrumb-items{padding:unset;font-size:.85em}}.product-breadcrumb .breadcrumb-items .breadcrumb-item{width:fit-content;text-align:center;display:flex;align-items:center}.product-breadcrumb .breadcrumb-items .breadcrumb-item:has(.breadcrumb-separator){padding-left:30px;position:relative}.product-breadcrumb .breadcrumb-items .breadcrumb-item:has(.breadcrumb-separator) .breadcrumb-separator{position:absolute;width:16px;left:7px;top:50%;transform:translateY(-50%)}.product-breadcrumb .breadcrumb-items .breadcrumb-item:has(.breadcrumb-separator) .breadcrumb-separator.skeleton{height:16px}.product-breadcrumb .breadcrumb-items .breadcrumb-item a{color:black;text-decoration:none;transition:text-decoration ease-in-out .2s}.product-breadcrumb .breadcrumb-items .breadcrumb-item a:hover{text-decoration:underline}.product-breadcrumb .breadcrumb-items .breadcrumb-item span.skeleton:not(.breadcrumb-separator){display:block;width:60px;height:15px}.catalog-product-view .infos .name,[x-data="msMiniCart"] .name,.products-grid .name,.product-slider .name,.widget-product-carousel .name,.products .name,.checkout-cart-index .name,.checkout-index-index .name,.checkout.page .name,.catalog-product-view .infos .details,[x-data="msMiniCart"] .details,.products-grid .details,.product-slider .details,.widget-product-carousel .details,.products .details,.checkout-cart-index .details,.checkout-index-index .details,.checkout.page .details,.catalog-product-view .infos .product-item-name,[x-data="msMiniCart"] .product-item-name,.products-grid .product-item-name,.product-slider .product-item-name,.widget-product-carousel .product-item-name,.products .product-item-name,.checkout-cart-index .product-item-name,.checkout-index-index .product-item-name,.checkout.page .product-item-name,.catalog-product-view .infos .product-item-subtitle,[x-data="msMiniCart"] .product-item-subtitle,.products-grid .product-item-subtitle,.product-slider .product-item-subtitle,.widget-product-carousel .product-item-subtitle,.products .product-item-subtitle,.checkout-cart-index .product-item-subtitle,.checkout-index-index .product-item-subtitle,.checkout.page .product-item-subtitle{overflow-wrap:normal;word-break:normal;hyphens:none}.category-widget{margin:0 auto 4em;max-width:1150px;width:100%;display:flex;flex-direction:column}@media (max-width: 767.98px){.category-widget{margin-bottom:3em}}.category-widget .title{font-size:1.4em;font-weight:600;font-family:var(--font);margin:1em;text-align:center}.category-widget .product-slider{width:100%;max-width:100%}.category-widget .product .image,.ms-category-slider .product .image{aspect-ratio:1}.category-widget .product .name,.ms-category-slider .product .name{margin-left:0;text-align:center}.category-widget .product .product-text,.ms-category-slider .product .product-text{align-items:center}@media (max-width: 767.98px){.ms-category-slider .snap-track{--snap-cols:2}}.sub-categories{margin-bottom:1.5em}.sub-categories__list{display:flex;flex-wrap:wrap;gap:.5em;margin:.5em 0 0;padding:0;list-style:none}@media (max-width: 767.98px){.sub-categories__list{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-inline:.3em}.sub-categories__list::-webkit-scrollbar{display:none}}.sub-categories__item{margin:0}.sub-categories__link{display:inline-block;padding:.6em 1.1em;border-radius:15px;background:var(--very-light-color);color:var(--very-dark-color);font-size:.9em;line-height:1.3;text-decoration:none;white-space:nowrap;transition:background-color .2s ease}@media (hover: hover){.sub-categories__link:hover{background:var(--light-color)}}.mageos-blog.mageos-blog-container{padding-top:0}.mageos-blog.mageos-blog-container:has(.mageos-blog-cards){max-width:none}.mageos-blog .mageos-blog-cards{grid-template-columns:repeat(3, 1fr)}@media (max-width: 1023.98px){.mageos-blog .mageos-blog-cards{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 767.98px){.mageos-blog .mageos-blog-cards{grid-template-columns:1fr}}.mageos-blog.mageos-blog-post{display:flex;flex-direction:column}.mageos-blog .mageos-blog-post__title{order:1;font-size:2em}@media (max-width: 767.98px){.mageos-blog .mageos-blog-post__title{font-size:1.7em}}.mageos-blog .mageos-blog-post__hero{order:2}.mageos-blog .mageos-blog-post__meta{order:3}.mageos-blog .mageos-blog-post__content{order:4;font-family:var(--font)}.mageos-blog .mageos-blog-post__content h2{font-size:1.7em}@media (max-width: 767.98px){.mageos-blog .mageos-blog-post__content h2{font-size:1.3em}}.mageos-blog .mageos-blog-post__content h2,.mageos-blog .mageos-blog-post__content h3,.mageos-blog .mageos-blog-post__content h4{font-family:var(--font-title);font-weight:inherit}.mageos-blog .mageos-blog-post__footer{order:5}.mageos-blog .mageos-blog-related{margin-top:0;margin-bottom:2rem}.mageos-blog .ms-blog-related-products{order:6}@media (min-width: 1024px){.mageos-blog .ms-blog-related-products .snap-track{--snap-cols:2}}.mageos-blog .mageos-blog-card{margin-bottom:0;padding-bottom:0;border-bottom:0}.mageos-blog .mageos-blog-card__hero{position:relative}.mageos-blog .mageos-blog-card__tag{position:absolute;top:.75rem;left:.75rem;padding:.25rem .75rem;border-radius:15px;background:var(--very-dark-color);color:#ffffff;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;line-height:1.6}.mageos-blog .mageos-blog-card__meta,.mageos-blog .mageos-blog-card__cta{display:none}.mageos-blog .mageos-blog-card__excerpt{color:#4e4e4e;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden;text-overflow:ellipsis}#cc--main{--cc-font-family:var(--font);--cc-bg:white;--cc-text:var(--very-dark-color);--cc-block-text:var(--very-dark-color);--cc-border-radius:13px;--cc-btn-border-radius:13px;--cc-btn-primary-bg:var(--very-dark-color);--cc-btn-primary-text:var(--very-light-color);--cc-btn-primary-hover-bg:color-mix(in srgb, var(--very-dark-color), white 20%);--cc-btn-primary-hover-text:var(--very-light-color);--cc-btn-secondary-bg:white;--cc-btn-secondary-text:var(--very-dark-color);--cc-btn-secondary-hover-bg:color-mix(in srgb, var(--very-light-color), black 5%);--cc-btn-secondary-hover-text:var(--very-dark-color);--cc-toggle-bg-off:#bdbdbd;--cc-toggle-bg-on:var(--very-dark-color);--cc-toggle-bg-readonly:#d9d9d9;--cc-toggle-knob-bg:white;--cc-toggle-knob-icon-color:white;--cc-cookie-category-block-bg:var(--very-light-color);--cc-cookie-category-block-bg-hover:color-mix(in srgb, var(--very-light-color), black 5%);--cc-section-border:#d9d9d9;--cc-overlay-bg:var(--very-dark-color);--cc-overlay-opacity:.55;--cc-consent-modal-box-shadow:0 1.25em 3.5em rgba(12,12,13,0.25)}#cc--main #cm{max-width:30em;width:calc(100% - 2em);padding:3.25em 0 0;overflow:hidden}#cc--main #cm::before{content:"Meillaki";position:absolute;top:0;left:0;right:0;height:3.25em;display:flex;align-items:center;padding:0 1.5em;background:var(--very-dark-color);color:var(--very-light-color);font-family:var(--font-title);font-size:.85em;letter-spacing:.2em;text-transform:uppercase}#cc--main #c-inr-i{padding:1.5em 1.5em 0}#cc--main #c-ttl{margin:0 0 .75em;font-family:var(--font-title);font-size:1.35em;font-weight:400;line-height:1.25;text-transform:uppercase}#cc--main #c-ttl span{display:block;margin-bottom:.35em;font-family:var(--font);font-size:.62em;text-transform:none;color:color-mix(in srgb, var(--very-dark-color), white 40%)}#cc--main #c-txt{font-size:.88em;line-height:1.65}#cc--main #c-bns{display:flex;gap:.6em;margin:1.4em 0 0;padding:1em 1.5em 1.5em;border-top:1px solid #d9d9d9}#cc--main #c-bns .c-bn{cursor:pointer;background:none;border:solid 1px var(--very-dark-color);display:flex;align-items:center;justify-content:center;padding:.6em 1.2em;border-radius:13px;transition:all ease-in-out .2s;font-size:.9em;flex:1;margin:0;padding:.85em 1em;font-weight:600}#cc--main #c-bns #c-t-bn{order:1;background:white;color:var(--very-dark-color)}#cc--main #c-bns #c-t-bn:hover{background:color-mix(in srgb, var(--very-light-color), black 5%)}#cc--main #c-bns #c-p-bn{order:2;background:var(--very-dark-color);color:var(--very-light-color)}#cc--main #c-bns #c-p-bn:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}#cc--main #c-bns #c-s-bn{position:absolute;top:0;right:1.5em;height:3.25em;margin:0;padding:0;display:flex;align-items:center;gap:.5em;flex:none;width:auto;border:0;border-radius:0;background:none;color:var(--very-light-color);font-size:.85em;font-weight:600}#cc--main #c-bns #c-s-bn::after{content:"→";font-size:1.25em;transition:all ease-in-out .2s}#cc--main #c-bns #c-s-bn:hover{background:none;color:var(--very-light-color)}#cc--main #c-bns #c-s-bn:hover::after{transform:translateX(.2em)}#cc--main #s-inr{overflow:hidden}#cc--main #s-hdr{background:var(--very-dark-color);border-bottom:0}#cc--main #s-ttl{color:var(--very-light-color);font-family:var(--font-title);font-size:1em;font-weight:400;letter-spacing:.12em;text-transform:uppercase}#cc--main #s-c-bn{background:none}#cc--main #s-c-bn::before,#cc--main #s-c-bn::after{background:var(--very-light-color)}#cc--main #s-c-bn:hover{background:rgba(255,255,255,0.12)}#cc--main #s-bl .title{font-weight:600}#cc--main #s-bl .b-tl{font-family:var(--font)}#cc--main #s-bl a{color:var(--very-dark-color);text-decoration:underline}#cc--main #s-bns{display:flex;gap:.6em;border-top-color:#d9d9d9}#cc--main #s-bns .c-bn{cursor:pointer;background:none;border:solid 1px var(--very-dark-color);display:flex;align-items:center;justify-content:center;padding:.6em 1.2em;border-radius:13px;transition:all ease-in-out .2s;font-size:.9em;flex:1;margin:0;padding:.85em 1em;font-weight:600}#cc--main #s-bns #s-all-bn{order:3;background:var(--very-dark-color);color:var(--very-light-color)}#cc--main #s-bns #s-all-bn:hover{background:color-mix(in srgb, var(--very-dark-color), white 20%)}#cc--main #s-bns #s-rall-bn,#cc--main #s-bns #s-sv-bn{background:white;color:var(--very-dark-color)}#cc--main #s-bns #s-rall-bn:hover,#cc--main #s-bns #s-sv-bn:hover{background:color-mix(in srgb, var(--very-light-color), black 5%)}@media screen and (max-width:688px){#cc--main #cm{width:auto;padding:3.25em 0 0 !important}#cc--main #c-bns{flex-direction:row}}@media (max-width: 639.98px){#cc--main #c-ttl{font-size:1.2em}#cc--main #c-bns #c-s-bn{right:1.2em}#cc--main #s-bns{flex-direction:column}}