@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:"Better Bread";src:url(BetterBread-Regular.woff2) format("woff2"),url(BetterBread-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:AkkuratReg;src:url(AkkuratRegular.woff2) format("woff2"),url(AkkuratRegular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:AkkuratRegSub;src:url(AkkuratRegularSub.woff2) format("woff2"),url(AkkuratRegularSub.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}*{margin:0}body,html{height:100%}img{height:100%;width:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}canvas,img,picture,svg,video{display:block;max-width:100%;width:100%;height:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word;margin:0}#__next,#root{isolation:isolate}.header{all:unset}@media (max-width:768px){.header{display:none}}.header__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:99;background-color:var(--color-white)}.header__logo{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.header__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2.7778rem;padding:1.5278rem 0}.header__menu-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2.0833rem}.header__menu-items .cart__button{font-family:var(--font-family);font-weight:400;font-size:.8333rem;line-height:120%;color:#0f0f0f;position:relative}.header__menu-items .cart__button::before{content:"";width:1.1806rem;height:1.1806rem;border:.75px solid var(--color-black);border-radius:50%;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (max-width:768px){.header__menu-items .cart__button{font-size:3.2rem}}.header__menu-items--item{position:relative;font-family:var(--font-family);font-weight:400;font-size:.8333rem;line-height:120%;color:var(--color-black);-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.header__menu-items--item::after{content:"";left:0;position:absolute;width:100%;height:1.0417rem;top:100%}.header__menu-items--item .header__menu-link{-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.header__menu-items--item:hover .header__menu-link{color:rgba(15,15,15,.5)}.header__menu-items--item .sub-menu{position:absolute;min-width:12.5rem;background-color:var(--color-white);top:calc(100% + 15px);display:none;-webkit-transition:-webkit-transform .3s ease-in;transition:-webkit-transform .3s ease-in;transition:transform .3s ease-in;transition:transform .3s ease-in,-webkit-transform .3s ease-in;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.6944rem;padding:1.0417rem;border:1px solid rgba(15,15,15,.1);border-radius:4px}.header__menu-items--item .sub-menu__link{-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.header__menu-items--item .sub-menu__link:hover{color:rgba(15,15,15,.5)}.header__menu-items--item:hover .sub-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.header-mobile{display:none}@media (max-width:768px){.header-mobile{display:block;padding:5.6rem 0}.header-mobile__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.header-mobile__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2.6667rem}.header-mobile__buttons .login__button{font-family:var(--font-family);font-weight:400;font-size:3.2rem;line-height:120%;color:var(--color-black)}.header-mobile__buttons .cart__button{font-family:var(--font-family);font-weight:400;font-size:2.6667rem;line-height:120%;color:var(--color-black);position:relative}.header-mobile__buttons .cart__button::before{content:"";width:4rem;height:4rem;border:.75px solid var(--color-black);border-radius:50%;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.header-mobile .mobile__menu{position:absolute;padding:5.3333rem;padding-top:21.3333rem;padding-bottom:0;width:calc(100% + 10.6667rem);height:100vh;top:16rem;left:110%;background-color:#fff;-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.header-mobile .mobile__menu.active{left:-5.3333rem;overflow:scroll;overflow-x:hidden}.header-mobile .mobile__menu-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}.header-mobile .mobile__menu-items .localization{font-size:6.4rem;margin-left:auto}.header-mobile .mobile__menu-items--title{margin-top:25.8667rem;font-family:var(--font-family);font-weight:400;font-size:3.7333rem;line-height:120%;letter-spacing:-.01em;color:rgba(15,15,15,.5)}.header-mobile .mobile__menu-items--dot{width:2.1333rem;height:2.1333rem;position:absolute;bottom:15.4667rem;right:5.3333rem}.header-mobile .mobile__menu-items--item{font-family:var(--font-family);font-weight:400;font-size:6.4rem;line-height:180%;letter-spacing:-.01em;color:var(--color-black)}.header-mobile .mobile__menu-items--item .mobile__menu-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2.6667rem}.header-mobile .mobile__menu-items--item .mobile__menu-link svg{width:2.1333rem;height:4rem}.header-mobile .mobile__menu-items--item .sub-menu{left:100%;position:absolute;padding:5.3333rem;padding-top:0;padding-bottom:0;width:calc(100% + 10.6667rem);height:100vh;top:16rem;background-color:#fff;-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.header-mobile .mobile__menu-items--item .sub-menu.active{left:0}.header-mobile .mobile__menu-items--item .sub-menu__back{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.6rem;font-family:var(--font-family);font-weight:400;font-size:3.2rem;line-height:100%;letter-spacing:-.01em;color:var(--color-black);margin-bottom:6.1333rem}.header-mobile .mobile__menu-items--item .sub-menu__back svg{width:2.6667rem;height:1.6rem}}.burger{display:none}@media (max-width:768px){.burger{margin-left:4.5333rem;display:block;width:5.6rem;height:4.8rem;position:relative}.burger .fries,.burger::after,.burger::before{position:absolute;left:0;height:.5333rem;width:100%;background-color:var(--color-black);-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.burger::after,.burger::before{content:""}.burger::before{top:0;-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}.burger::after{bottom:0;-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}.burger .fries{top:50%;-webkit-transform:scale(1) translateY(-50%);-ms-transform:scale(1) translateY(-50%);transform:scale(1) translateY(-50%);display:block}}@media (max-width:768px) and (max-width:768px){.burger .fries{width:2px;height:2px;border-radius:50%;right:0;margin-left:auto}}@media (max-width:768px){.burger.active .fries{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.burger.active::before{top:50%;-webkit-transform:rotate(-45deg) translate(0,-50%);-ms-transform:rotate(-45deg) translate(0,-50%);transform:rotate(-45deg) translate(0,-50%)}.burger.active::after{bottom:50%;-webkit-transform:rotate(45deg) translate(0,50%);-ms-transform:rotate(45deg) translate(0,50%);transform:rotate(45deg) translate(0,50%)}}.footer{margin-top:auto;padding-top:4.1667rem;background-color:var(--color-gray)}@media (max-width:768px){.footer{margin-top:16rem;padding-top:8rem}}.footer .scroll_up{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.3472rem;font-family:var(--font-family);font-weight:400;font-size:.9722rem;line-height:120%;letter-spacing:-.01em;color:var(--color-black);cursor:pointer}@media (max-width:768px){.footer .scroll_up{font-size:2.6667rem;position:absolute;bottom:6.4rem;right:0}}.footer .scroll_up svg{width:.625rem;height:1.0417rem}@media (max-width:768px){.footer .scroll_up svg{width:2.1333rem;height:3.2rem}}.footer__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__logos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer__logos-main{width:7.7083rem;height:1.7361rem;-webkit-filter:drop-shadow(0 4px 4px 0 rgba(0, 0, 0, .25));filter:drop-shadow(0 4px 4px 0 rgba(0, 0, 0, .25))}@media (max-width:768px){.footer__logos-main{width:21.3333rem;height:4.8rem}}.footer__logos-second{width:1.9444rem;height:1.7361rem;-webkit-filter:drop-shadow(0 4px 4px 0 rgba(0, 0, 0, .25));filter:drop-shadow(0 4px 4px 0 rgba(0, 0, 0, .25))}@media (max-width:768px){.footer__logos-second{width:5.3333rem;height:4.8rem}}.footer__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:2.7778rem;padding-bottom:2.9861rem;border-bottom:1px solid rgba(15,15,15,.1);position:relative}@media (max-width:768px){.footer__main{padding-top:8rem;padding-bottom:6.4rem;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:6.6667rem}}.footer__main::after{content:"";width:.5556rem;height:.5556rem;border-radius:100%;background-color:var(--color-black);position:absolute;right:0;bottom:1.3889rem}@media (max-width:768px){.footer__main::after{width:2.1333rem;height:2.1333rem;bottom:20.3889rem}}.footer__main-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:9.6139rem}@media (max-width:768px){.footer__main-menu{max-width:34.6667rem;-ms-flex-preferred-size:50%;flex-basis:50%;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}}.footer__main-menu--title{margin-bottom:1.1111rem;font-family:var(--font-family);font-weight:400;font-size:.9722rem;line-height:120%;letter-spacing:-.01em;color:rgba(15,15,15,.5)}@media (max-width:768px){.footer__main-menu--title{font-size:2.6667rem;margin-bottom:2.6667rem}}.footer__main-menu--item{font-family:var(--font-family);font-weight:400;font-size:.9722rem;line-height:140%;letter-spacing:-.01em;color:var(--color-black);-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.footer__main-menu--item a{-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.footer__main-menu--item:hover a{color:rgba(15,15,15,.5)}@media (max-width:768px){.footer__main-menu--item{font-size:2.6667rem}}.footer__main-menu--item p{font-family:var(--font-family);font-weight:400;font-size:.9722rem;line-height:140%;letter-spacing:-.01em;color:var(--color-black)}@media (max-width:768px){.footer__main-menu--item p{font-size:2.6667rem}}.footer__after{margin-top:1.3889rem;margin-bottom:1.3889rem;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.6944rem}@media (max-width:768px){.footer__after{margin-top:4rem;margin-bottom:5.3333rem}}.footer__after-copy{font-family:var(--font-family);font-weight:400;font-size:.6944rem;line-height:110%;letter-spacing:-.02em;text-transform:uppercase;color:var(--color-black)}@media (max-width:768px){.footer__after-copy{font-size:2.6667rem}}.footer__after-rights{font-family:var(--font-family);font-weight:400;font-size:.6944rem;line-height:110%;letter-spacing:-.02em;text-transform:uppercase;color:var(--color-black)}@media (max-width:768px){.footer__after-rights{font-size:2.6667rem}}.footer__after-languages{margin-left:auto}html{--color-white:#fff;--color-black:#0f0f0f;--color-gray:#f4f4f4;--font-family:"Inter",sans-serif;--mobile:768px;font-size:1vw;scroll-behavior:smooth;font-family:Inter,sans-serif;color:#37424a}@media (min-width:1921px){html{font-size:19.2px}}@media (max-width:768px){html{font-size:1vw;overflow-x:hidden}}html body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input{cursor:pointer!important}input+label{cursor:pointer!important}input[type=number]{-moz-appearance:textfield}html:has(.product__configurator.active) section:not(.product__configurator){display:none}html[lang=he]{direction:rtl}html[lang=he] .banner__info{right:2.0833rem;left:initial}html[lang=he] .product__configurator{right:initial;left:-100%}html[lang=he] .product__configurator .product__configurator-main{margin-left:initial;margin-right:auto}html[lang=he] .product__configurator.active{left:0}html[lang=he] .product__configurator-products .product-item__image{margin-right:0;margin-left:1.3889rem}html[lang=he] .product__configurator-products .product-item__extra{margin-right:auto;margin-left:0}@media (max-width:768px){html[lang=he] .product__configurator-products .product-item__extra{text-align:left}}@media (max-width:768px){html[lang=he] .burger{margin-right:4.5333rem;margin-left:0}}@media (max-width:768px){html[lang=he] .header-mobile .mobile__menu{left:-120%}html[lang=he] .header-mobile .mobile__menu.active{left:-6%}}html[lang=he] .showcase__item-bullets{margin-right:.9722rem;margin-left:0}@media (max-width:768px){html[lang=he] .showcase__item-bullets{margin-right:2.6667rem}}html[lang=he] .footer__after-languages{margin-right:auto;margin-left:0}@media (max-width:768px){html[lang=he] .header-mobile .mobile__menu-items--item .sub-menu{left:-110%}html[lang=he] .header-mobile .mobile__menu-items--item .sub-menu.active{left:-11%}html[lang=he] .header-mobile .mobile__menu-items--dot{left:5.3333rem;right:initial}html[lang=he] .cart-mobile__item-wrapper:has(.item-subtotal){margin-right:auto;margin-left:0}html[lang=he] .cart-mobile__item-image{margin-left:2.6667rem;margin-right:0}html[lang=he] .footer .scroll_up{left:0;right:initial}}html[lang=he] .footer__main::after{left:0;right:initial}html[lang=he] .swiper-button-next::after,html[lang=he] .swiper-button-prev::after{content:none}@media (max-width:768px){html.lv-LV{overflow-x:hidden}}body{scroll-behavior:smooth}@media (max-width:768px){body{overflow-x:hidden}}.container{max-width:100rem;padding:0 2.7778rem;width:100%;margin:0 auto}@media (max-width:768px){.container{padding:0 5.3333rem}}.divider{display:block}.divider__full{width:100%;height:1px;background-color:#212121;display:block!important}.divider__semi{max-width:93.8889rem;padding:0;width:100%;height:1px;background-color:#212121;margin:3.3333rem auto;display:block!important}@media (max-width:768px){.divider__semi{max-width:calc(100% - 32px);padding:0 16px;margin:20px auto}}a,div,h1,h2,h3,h4,h5,h6,p,span{color:#37424a;text-decoration:none}.p1{font-family:Inter,sans-serif;font-weight:400;font-size:1.3889rem;line-height:130%;letter-spacing:-.01em;color:#0f0f0f}@media (max-width:768px){.p1{font-size:4.2667rem}}.p2{font-family:Inter,sans-serif;font-size:1.1111rem;line-height:130%;letter-spacing:-.01em;font-weight:400}@media (max-width:768px){.p2{font-size:3.2rem}}.p3{font-family:Inter,sans-serif;font-size:.9722rem;line-height:130%;letter-spacing:-.01em;font-weight:400}@media (max-width:768px){.p3{font-size:3.2rem}}.h1{font-size:2.2222rem;color:var(--color-black);line-height:1;letter-spacing:-.02em;font-weight:400}@media (max-width:768px){.h1{font-size:6.4rem}}.h2{font-size:1.3889rem;line-height:1;letter-spacing:-.02em;font-weight:400}@media (max-width:768px){.h2{font-size:4.2667rem}}ol,ul{list-style:none;padding:0;margin:0}fieldset{padding:0}.feature-button{all:unset;cursor:pointer;display:block;color:var(--color-black);font-size:.9722rem;line-height:.9028rem;letter-spacing:-1%;padding:.5903rem 1.0417rem .6597rem 2.0139rem;border:1px solid var(--color-black);border-radius:3.4722rem;position:relative;width:-webkit-max-content;width:-moz-max-content;width:max-content;-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.feature-button.sub{background-color:var(--color-black);color:var(--color-white)}.feature-button.sub::before{border:1px solid var(--color-white)}.feature-button.sub:hover{background-color:rgba(15,15,15,.9)}.feature-button.sub:focus{background-color:rgba(15,15,15,.8)}.feature-button::before{content:"";width:.625rem;height:.625rem;border-radius:100%;border:1px solid var(--color-black);position:absolute;left:1.0417rem;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.feature-button:hover{background-color:rgba(15,15,15,.05)}.feature-button:focus{background-color:rgba(15,15,15,.07)}@media (max-width:768px){.feature-button{padding:1.8667rem 4rem 1.8667rem 7.2rem;font-size:3.2rem;font-weight:400;line-height:1.08;border-radius:13.3333rem}.feature-button::before{width:1.8667rem;height:1.8667rem;left:4rem}}.button-wrapper{-webkit-transition:all .3s ease-in;transition:all .3s ease-in;background-color:var(--color-black);border-radius:3.4722rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:2.7083rem}@media (max-width:768px){.button-wrapper{height:8.8rem;border-radius:13.3333rem}}.button-wrapper .feature-button{border:none;background-color:transparent!important}.button-wrapper:hover{background-color:rgba(15,15,15,.9)!important}.button-wrapper:focus{background-color:rgba(15,15,15,.8)!important}.add-to-cart-button-wrapper{-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.add-to-cart-button-wrapper .feature-button{border:none;background-color:transparent!important}.add-to-cart-button-wrapper:hover{background-color:rgba(15,15,15,.9)!important}.add-to-cart-button-wrapper:focus{background-color:rgba(15,15,15,.8)!important}.feature-link{font-size:.9722rem;font-weight:400;line-height:1.4583rem;letter-spacing:0;text-align:left;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.4167rem;margin:0 auto;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;position:relative}@media (max-width:768px){.feature-link{font-size:12px;font-weight:400;line-height:18px;letter-spacing:0}}.feature-link svg{width:.6944rem;height:.6944rem}.feature-link:before{content:"";position:absolute;width:100%;height:1px;background-color:#212121;bottom:-.2083rem;visibility:hidden;-webkit-transition:bottom .3s ease-in;transition:bottom .3s ease-in}.feature-link:hover::before{bottom:0;visibility:visible}.block{overflow:hidden}.product__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.6667rem;margin-bottom:5rem;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:768px){.product__grid{margin-bottom:40px;gap:12px;row-gap:20px}}.product__grid-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.3889rem;-ms-flex-preferred-size:calc(33.33% - 1.1111rem);flex-basis:calc(33.33% - 1.1111rem);min-height:42.2222rem}@media (max-width:768px){.product__grid-item{-ms-flex-preferred-size:calc(50% - 6px);flex-basis:calc(50% - 6px);gap:12px;min-height:463px}.product__grid-item .product__grid-item--form button{opacity:1}}.product__grid-item:hover .product__grid-item--form button{opacity:1}.product__grid-item--image{height:27.7778rem;margin-bottom:.2778rem}@media (max-width:768px){.product__grid-item--image{height:267px;margin-bottom:0}}.product__grid-item--image img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}.product__grid-item--title{font-size:1.1111rem;font-weight:500;line-height:1.1111rem;letter-spacing:.02em;text-align:left;text-transform:uppercase}@media (max-width:768px){.product__grid-item--title{font-size:14px;font-weight:500;line-height:14px;letter-spacing:.02em}}.product__grid-item--description{font-size:.9722rem;font-weight:400;line-height:1.4583rem;letter-spacing:0;text-align:left}@media (max-width:768px){.product__grid-item--description{font-size:12px;font-weight:400;line-height:18px;letter-spacing:0}}.product__grid-item--price{font-size:1.1111rem;font-weight:500;line-height:1.1111rem;letter-spacing:.02em;text-align:left;margin-bottom:.8333rem;margin-top:auto}@media (max-width:768px){.product__grid-item--price{font-size:14px;font-weight:500;line-height:14px;letter-spacing:.02em}}@media (max-width:768px){.product__grid-item--price{margin-bottom:8px}}.product__grid-item--form{width:100%}.product__grid-item--form button{width:100%;opacity:0;-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.grid__pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.9722rem;font-weight:400;line-height:1.4583rem;letter-spacing:0;text-align:left;gap:.5556rem}@media (max-width:768px){.grid__pagination{font-size:12px;font-weight:400;line-height:18px;letter-spacing:0}}.grid__pagination-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5556rem}.grid__pagination-links .current{border-bottom:1px solid #212121}p{font-size:inherit;font-weight:inherit;line-height:inherit;font-family:inherit;color:inherit}.language .disclosure{position:relative;font-family:var(--font-family);font-weight:400;font-size:.8333rem;line-height:120%;color:var(--color-black)}.language button{all:unset;cursor:pointer;font-family:var(--font-family);font-weight:400;font-size:.8333rem;line-height:120%;color:var(--color-black);display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;text-transform:uppercase;-webkit-transition:padding .3s ease;transition:padding .3s ease}@media (max-width:768px){.language button{font-size:2.6667rem}}.language button:after{content:"";width:1px;height:6px;background:#212121;position:absolute;right:-8px;top:50%;margin-top:-3px;-webkit-transform:rotate(35deg);-ms-transform:rotate(35deg);transform:rotate(35deg)}.language button:before{content:"";width:1px;height:6px;background:#212121;position:absolute;right:-5px;top:50%;margin-top:-3px;-webkit-transform:rotate(-35deg);-ms-transform:rotate(-35deg);transform:rotate(-35deg)}[hidden]{display:none!important}.language{position:relative}.language #LanguageList{all:unset;font-family:var(--font-family);font-weight:400;font-size:.8333rem;line-height:120%;color:var(--color-black);position:absolute;text-transform:uppercase;display:block;bottom:-1.3889rem;list-style:none}@media (max-width:768px){.language #LanguageList{font-size:2.6667rem;bottom:-3.2rem}}