@charset "UTF-8";/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*************************************************************************************************************/.my-contact{display:grid;grid-gap:20px;gap:20px;width:50%;margin:0 auto}.form__textfield{width:100%;display:flex;flex-direction:column;position:relative}.form__textfield label{color:#86868b;font-family:Sohne,sans-serif;font-weight:400;font-size:1rem;line-height:.6875rem;margin-bottom:0;display:flex;align-items:center;position:absolute;top:20px;left:20px;transition:all .2s ease}.form__textfield input:focus+label,.form__textfield input:not(:placeholder-shown)+label{font-size:.625rem;line-height:.4375rem;top:10px}.form__textfield input,.form__textfield textarea,.form__textfield input[type=search],.form__textfield select{width:-webkit-fill-available;padding:20.5px 30px;border:none;border-radius:30px;box-shadow:inset 0 0 10px #00000040;background-color:var(--accent-primary, #f5f5f7);font-weight:600}.form__textfield input::placeholder,.form__textfield textarea::placeholder,.form__textfield input[type=search]::placeholder,.form__textfield select::placeholder{color:#c4c4c4}.form__textfield input::-webkit-search-cancel-button,.form__textfield textarea::-webkit-search-cancel-button,.form__textfield input[type=search]::-webkit-search-cancel-button,.form__textfield select::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.form__textfield input{padding:22px 20px 10px}.form__textfield--select select{appearance:none;-moz-appearance:none;-webkit-appearance:none;background-image:url(https://cdn.shopify.com/s/files/1/0601/5529/7966/files/select-arrow.svg?v=1721136416);background-position:calc(100% - 30px),center;background-size:20px;background-repeat:no-repeat;outline:0}.form__textfield--markets{width:-webkit-fill-available;position:relative;padding:10px;border:none;border-radius:30px;outline:0;flex-direction:row;align-items:center;font-size:.875rem;line-height:1.125rem;color:var(--primary, #000);font-family:Sohne,sans-serif;background-color:#fff;cursor:pointer}.form__textfield--markets .flag{width:18px;height:18px;border-radius:100%;margin-right:8px}.form__textfield--markets:before{content:"";position:absolute;width:15px;height:100%;top:0;right:10px;background-image:url(https://cdn.shopify.com/s/files/1/0601/5529/7966/files/select-arrow.svg?v=1721136416);background-position:center;background-size:15px;background-repeat:no-repeat;transition:.2s all ease}.form__textfield--markets[aria-expanded=true]:before{transform:rotate(-180deg)}.form__textfield--markets--bg-transparent_color-dark{background-color:#1d1d1f;color:#fff}.form__textfield--markets--bg-transparent_color-light{background-color:#fff;color:#000}.form__textfield--spaced{margin-bottom:.5rem}.form__textfield.error input,.form__textfield.error textarea,.form__textfield.error input[type=search]{color:#ba4125}.form__textfield.error .label-error{color:#ba4125;font-size:.875rem;margin-bottom:0;margin-top:10px;text-transform:none;font-weight:400}.form__checkbox{display:flex}.form__checkbox input{margin-right:10px}.toggle__checkbox{align-items:center}.toggle__checkbox .slider{height:24px;width:48px;border-radius:12px;border:1px solid rgb(179,179,179);margin-right:10px;display:block;position:relative;cursor:pointer;background:#ccc;transition:.2s}.toggle__checkbox .slider:after{height:20px;width:20px;top:50%;left:2px;border-radius:50%;transform:translateY(-50%);position:absolute;content:"";background-color:#fff;transition:.5s ease}.toggle__checkbox input{display:none}.toggle__checkbox input:checked+.slider{background:var(--color-base-principal)}.toggle__checkbox input:checked+.slider:after{left:auto;right:2px;background-color:#525252}.form__radio-button{display:flex;align-items:center}.form__radio-button input[type=radio]{accent-color:#000;height:20px;width:20px;margin-right:10px}.form__question{display:grid;grid-gap:20px;gap:20px;text-align:left}.form__question--answer{font-weight:600}.form__message{display:flex;align-items:center;justify-content:center;font-size:16px;margin-bottom:10px;padding:10px;border:1px solid;border-radius:5px;background-color:transparent}.form__message--success{color:#428445;border-color:#428445}.form__message--error{color:#ba4125;border-color:#ba4125}.form__message>svg{width:25px;height:25px;margin-right:10px}.icon-error{width:25px;height:25px;margin-right:10px}.list-errors{list-style:none}.errors{margin-bottom:20px}.errors>ul{list-style:none}.dark .form__textfield label{color:var(--accent-secondary, #fff)}.dark .form__textfield input,.dark .form__textfield textarea,.dark .form__textfield input[type=search],.dark .form__textfield select{box-shadow:inset 0 0 10px #00000040;background-color:#1d1d1f}.dark .form__textfield input::placeholder,.dark .form__textfield textarea::placeholder,.dark .form__textfield input[type=search]::placeholder,.dark .form__textfield select::placeholder{color:#c4c4c4}.dark .form__textfield--markets{background-color:#1d1d1f;color:var(--primary, #000)}.dark .form__textfield--markets:before{background-image:url(https://cdn.shopify.com/s/files/1/0601/5529/7966/files/select-arrow-dark.svg?v=1721254905);background-position:center;background-size:15px;background-repeat:no-repeat}.dark .form__textfield--markets[aria-expanded=true]:before{transform:rotate(-180deg)}.dark.footer,.dark.form__textfield{--primary: #f5f5f7;--secondary: #fff;--accent-primary: #000;--accent-secondary: #101010}.light.footer,.light.form__textfield{--primary: #000;--secondary: #101010;--accent-primary: #f5f5f7;--accent-secondary: #fff}.site-overlay{position:fixed;top:0;width:100vw;height:100vh;z-index:1000;background:#0000005c;visibility:hidden;opacity:0;pointer-events:none;transition:all .3s linear;display:block!important}body.menu-opened,html.menu-opened{overflow-y:hidden}body,html{max-width:100%}.header-wrapper{position:relative;height:102px}@media (width <= 991px){.header-wrapper{height:86px}}.main-header{position:fixed;width:100%;top:0;z-index:500000;transition:top .3s ease-out}.main-header .menu-localization{position:relative;cursor:pointer}.main-header .menu-localization .disclosure__button{color:var(--accent-secondary, #fff);display:flex;align-items:center;background:transparent;border:none;font-size:.875rem;font-family:Sohne,sans-serif;padding:0;margin:0 10px}.main-header .menu-localization .disclosure__button .flag{margin-right:8px;height:18px}.main-header .menu-localization .disclosure__list-wrapper{position:absolute;background:#000;border-radius:10px;padding-top:28px;top:-10px;z-index:-1;transition:opacity .2s ease-in-out;opacity:0}.main-header .menu-localization .disclosure__list-wrapper.active{opacity:1}.main-header .menu-localization .disclosure__list-wrapper .disclosure__item{list-style:none;margin:15px 10px}.main-header .menu-localization .disclosure__list-wrapper .disclosure__item .link{display:flex;align-items:center;padding:0}.main-header .menu-localization .disclosure__list-wrapper .disclosure__item .link .flag{height:18px;min-width:18px;margin-right:8px}.main-header .header-layout__bg-light_color-dark{background-color:#fff;padding:15px 0;border-bottom:1px solid #e6e6e6}.main-header .header-layout__bg-light_color-dark .container{display:flex;justify-content:space-between;align-items:center}.main-header .header-layout__bg-light_color-dark .container .logo a img{display:block}@media (width <= 991px){.main-header .header-layout__bg-light_color-dark .container .logo a img{height:21px}}.main-header .header-layout__bg-light_color-dark .container .main-menu{display:flex;justify-content:flex-end;align-items:center;gap:25px}@media (width <= 991px){.main-header .header-layout__bg-light_color-dark .container .main-menu:not(.mobile){display:none}}.main-header .header-layout__bg-light_color-dark .container .main-menu.mobile{display:none}@media (width <= 991px){.main-header .header-layout__bg-light_color-dark .container .main-menu.mobile{display:flex}.main-header .header-layout__bg-light_color-dark .container .main-menu.mobile .cart{margin-right:45px;display:flex}.main-header .header-layout__bg-light_color-dark .container .main-menu.mobile .menu{transition:.32s ease-in-out;position:absolute;z-index:6;display:flex}.main-header .header-layout__bg-light_color-dark .container .main-menu.mobile .menu.active{transition:.32s ease-in-out}.main-header .header-layout__bg-light_color-dark .container .main-menu.mobile .menu.active svg path{transition:.32s ease-in-out}.main-header .header-layout__bg-light_color-dark .container .main-menu.mobile .menu.active svg path:nth-child(1){transform:rotate(45deg) translate(4px,-5px);transition:.32s ease-in-out}.main-header .header-layout__bg-light_color-dark .container .main-menu.mobile .menu.active svg path:nth-child(2){transform:rotate(-45deg) translate(-10px,1px);transition:.32s ease-in-out}}.main-header .header-layout__bg-light_color-dark .container .main-menu a,.main-header .header-layout__bg-light_color-dark .container button{font-size:.875rem;font-family:Sohne,sans-serif;font-weight:500;color:var(--secondary, #101010);padding:10.5px 0;border-radius:38px;border:1px solid transparent;transition:.3s}.main-header .header-layout__bg-light_color-dark .container .main-menu a.highlighted{border:1px solid var(--secondary, #101010);font-size:.75rem;padding:14px 20px;line-height:.5625rem;display:flex;height:37px;max-height:37px;box-sizing:border-box;justify-content:center;align-items:center;gap:5px}.main-header .header-layout__bg-light_color-dark .container .main-menu a:hover{text-decoration:none}.main-header .header-layout__bg-light_color-dark .container .main-menu .cart{cursor:pointer}.main-header .header-layout__bg-light_color-dark .container .main-menu .cart button{border:1px solid var(--secondary, #101010);font-size:.75rem;padding:14px 20px;line-height:.5625rem;display:flex;height:37px;max-height:37px;box-sizing:border-box;justify-content:center;align-items:center;gap:5px}.main-header .header-layout__bg-light_color-dark .container .main-menu .cart a .count-items{margin-left:5px}.main-header .header-layout__bg-light_color-dark .menu-popup{background-color:var(--accent-primary, #f5f5f7);padding:110px 20px 100px 35px;position:absolute;top:0;width:-webkit-fill-available;height:calc(100vh - 210px);display:flex;flex-direction:column;justify-content:space-between;visibility:hidden;transition:.5s;transform:translateY(-100%);z-index:3}.main-header .header-layout__bg-light_color-dark .menu-popup.active{visibility:visible;transform:translateY(0)}.main-header .header-layout__bg-light_color-dark .menu-popup .items{display:flex;flex-direction:column;gap:15px}.main-header .header-layout__bg-light_color-dark .menu-popup .items a{font-size:1.5625rem;font-family:Sohne,sans-serif;font-weight:500;color:var(--secondary, #101010);display:flex;align-items:center;justify-content:space-between}.main-header .header-layout__bg-light_color-dark .menu-popup .items a:hover{text-decoration:none}.main-header .header-layout__bg-light_color-dark .menu-popup .items a svg{display:none}.main-header .header-layout__bg-light_color-dark .menu-popup .items a.has-submenu svg{display:inline-block;width:9px;height:18px}.main-header .header-layout__bg-light_color-dark .menu-popup .items a.has-submenu svg path{stroke:var(--secondary, #101010)}.main-header .header-layout__bg-transparent_color-dark{background-color:var(--secondary, #101010);padding:15px 0;transition:.3s}.main-header .header-layout__bg-transparent_color-dark.header-transparent{background-color:var(--secondary, #101010)}@media screen and (max-width: 900px){.main-header .header-layout__bg-transparent_color-dark.scroll-up-header{background-color:var(--secondary, #101010)}}.main-header .header-layout__bg-transparent_color-dark .container{display:flex;justify-content:space-between;align-items:center}.main-header .header-layout__bg-transparent_color-dark .container .logo a img{display:block}@media (width <= 991px){.main-header .header-layout__bg-transparent_color-dark .container .logo a img{height:21px}}.main-header .header-layout__bg-transparent_color-dark .container .main-menu{display:flex;justify-content:flex-end;align-items:center;gap:25px}@media (width <= 991px){.main-header .header-layout__bg-transparent_color-dark .container .main-menu:not(.mobile){display:none}}.main-header .header-layout__bg-transparent_color-dark .container .main-menu.mobile{display:none}@media (width <= 991px){.main-header .header-layout__bg-transparent_color-dark .container .main-menu.mobile{display:flex}.main-header .header-layout__bg-transparent_color-dark .container .main-menu.mobile .cart{margin-right:45px;display:flex}.main-header .header-layout__bg-transparent_color-dark .container .main-menu.mobile .menu{transition:.32s ease-in-out;position:absolute;z-index:6;display:flex}.main-header .header-layout__bg-transparent_color-dark .container .main-menu.mobile .menu.active{transition:.32s ease-in-out}.main-header .header-layout__bg-transparent_color-dark .container .main-menu.mobile .menu.active svg path{transition:.32s ease-in-out}.main-header .header-layout__bg-transparent_color-dark .container .main-menu.mobile .menu.active svg path:nth-child(1){transform:rotate(45deg) translate(4px,-5px);transition:.32s ease-in-out;stroke:#000}.main-header .header-layout__bg-transparent_color-dark .container .main-menu.mobile .menu.active svg path:nth-child(2){transform:rotate(-45deg) translate(-10px,1px);transition:.32s ease-in-out;stroke:#000}}.main-header .header-layout__bg-transparent_color-dark .container .main-menu a{font-size:.875rem;line-height:.625rem;font-family:Sohne,sans-serif;font-weight:500;color:var(--accent-secondary, #fff);padding:11.5px 0;border-radius:38px;border:1px solid transparent;transition:.3s;box-sizing:border-box;display:inline-block}.main-header .header-layout__bg-transparent_color-dark .container .main-menu a.highlighted{border:1px solid var(--accent-secondary, #fff);font-size:.75rem;padding:14px 20px;line-height:.5625rem;display:flex;height:37px;max-height:37px;box-sizing:border-box;justify-content:center;align-items:center;gap:5px}.main-header .header-layout__bg-transparent_color-dark .container .main-menu a:hover{text-decoration:none}.main-header .header-layout__bg-transparent_color-dark .container .main-menu .cart{cursor:pointer}.main-header .header-layout__bg-transparent_color-dark .container .main-menu .cart a{border:1px solid var(--accent-secondary, #fff);font-size:.75rem!important;padding:14px 20px;line-height:.5625rem;display:flex;height:37px;max-height:37px;box-sizing:border-box;justify-content:center;align-items:center;gap:5px}.main-header .header-layout__bg-transparent_color-dark .container .main-menu .cart a .count-items{margin-left:5px}.main-header .header-layout__bg-transparent_color-dark .menu-popup{background-color:var(--accent-primary, #f5f5f7);padding:110px 20px 100px 35px;position:absolute;top:0;width:-webkit-fill-available;height:calc(100vh - 210px);display:flex;flex-direction:column;justify-content:space-between;visibility:hidden;transition:.5s;transform:translateY(-100%);z-index:3}.main-header .header-layout__bg-transparent_color-dark .menu-popup.active{visibility:visible;transform:translateY(0)}.main-header .header-layout__bg-transparent_color-dark .menu-popup .items{display:flex;flex-direction:column;gap:15px}.main-header .header-layout__bg-transparent_color-dark .menu-popup .items a{font-size:1.5625rem;font-family:Sohne,sans-serif;font-weight:500;color:var(--secondary, #101010);display:flex;align-items:center;justify-content:space-between}.main-header .header-layout__bg-transparent_color-dark .menu-popup .items a:hover{text-decoration:none}.main-header .header-layout__bg-transparent_color-dark .menu-popup .items a svg{display:none}.main-header .header-layout__bg-transparent_color-dark .menu-popup .items a.has-submenu svg{display:inline-block;width:9px;height:18px}.main-header .header-layout__bg-transparent_color-dark .menu-popup .items a.has-submenu svg path{stroke:var(--secondary, #101010)}.main-header .header-layout__bg-transparent_color-light{background-color:#f5f5f7;padding:15px 0;transition:.3s}.main-header .header-layout__bg-transparent_color-light.header-transparent{background-color:#fff0}@media screen and (max-width: 900px){.main-header .header-layout__bg-transparent_color-light.scroll-up-header{background-color:#fff}}.main-header .header-layout__bg-transparent_color-light .container{display:flex;justify-content:space-between;align-items:center}.main-header .header-layout__bg-transparent_color-light .container .logo a img{display:block}@media (width <= 991px){.main-header .header-layout__bg-transparent_color-light .container .logo a img{height:21px}}.main-header .header-layout__bg-transparent_color-light .container .main-menu{display:flex;justify-content:flex-end;align-items:center;gap:25px}@media (width <= 991px){.main-header .header-layout__bg-transparent_color-light .container .main-menu:not(.mobile){display:none}}.main-header .header-layout__bg-transparent_color-light .container .main-menu.mobile{display:none}@media (width <= 991px){.main-header .header-layout__bg-transparent_color-light .container .main-menu.mobile{display:flex}.main-header .header-layout__bg-transparent_color-light .container .main-menu.mobile .cart{margin-right:45px;display:flex}.main-header .header-layout__bg-transparent_color-light .container .main-menu.mobile .menu{transition:.32s ease-in-out;position:absolute;z-index:6;display:flex}.main-header .header-layout__bg-transparent_color-light .container .main-menu.mobile .menu.active{transition:.32s ease-in-out}.main-header .header-layout__bg-transparent_color-light .container .main-menu.mobile .menu.active svg path{transition:.32s ease-in-out}.main-header .header-layout__bg-transparent_color-light .container .main-menu.mobile .menu.active svg path:nth-child(1){transform:rotate(45deg) translate(4px,-5px);transition:.32s ease-in-out}.main-header .header-layout__bg-transparent_color-light .container .main-menu.mobile .menu.active svg path:nth-child(2){transform:rotate(-45deg) translate(-10px,1px);transition:.32s ease-in-out}.main-header .header-layout__bg-transparent_color-light .container .main-menu.mobile svg path,.main-header .header-layout__bg-transparent_color-light .container .main-menu.mobile svg rect{stroke:var(--secondary, #101010)}}.main-header .header-layout__bg-transparent_color-light .container .main-menu a{font-size:.875rem;font-family:Sohne,sans-serif;font-weight:500;color:var(--secondary, #101010);padding:10.5px 0;border-radius:38px;border:1px solid transparent;transition:.3s}.main-header .header-layout__bg-transparent_color-light .container .main-menu a.highlighted{border:1px solid var(--secondary, #101010);font-size:.75rem;padding:14px 20px;line-height:.5625rem;display:flex;height:37px;max-height:37px;box-sizing:border-box;justify-content:center;align-items:center;gap:5px}.main-header .header-layout__bg-transparent_color-light .container .main-menu a:hover{text-decoration:none}.main-header .header-layout__bg-transparent_color-light .container .main-menu .cart{cursor:pointer}.main-header .header-layout__bg-transparent_color-light .container .main-menu .cart a{border:1px solid var(--secondary, #101010);font-size:.75rem;padding:14px 20px;line-height:.5625rem;display:flex;height:37px;max-height:37px;box-sizing:border-box;justify-content:center;align-items:center;gap:5px}.main-header .header-layout__bg-transparent_color-light .container .main-menu .cart a .count-items{margin-left:5px}.main-header .header-layout__bg-transparent_color-light .menu-popup{background-color:#fff;padding:110px 20px 100px 35px;position:absolute;top:0;width:-webkit-fill-available;height:calc(100vh - 210px);display:flex;flex-direction:column;justify-content:space-between;visibility:hidden;transition:.5s;transform:translateY(-100%);z-index:3}.main-header .header-layout__bg-transparent_color-light .menu-popup.active{visibility:visible;transform:translateY(0)}.main-header .header-layout__bg-transparent_color-light .menu-popup .items{display:flex;flex-direction:column;gap:15px}.main-header .header-layout__bg-transparent_color-light .menu-popup .items a{font-size:1.5625rem;font-family:Sohne,sans-serif;font-weight:500;color:var(--secondary, #101010);display:flex;align-items:center;justify-content:space-between}.main-header .header-layout__bg-transparent_color-light .menu-popup .items a:hover{text-decoration:none}.main-header .header-layout__bg-transparent_color-light .menu-popup .items a svg{display:none}.main-header .header-layout__bg-transparent_color-light .menu-popup .items a.has-submenu svg{display:inline-block;width:9px;height:18px}.main-header .header-layout__bg-transparent_color-light .menu-popup .items a.has-submenu svg path{stroke:var(--secondary, #101010)}.main-header .header-layout__bg-transparent_color-light .menu-localization .disclosure__button{color:var(--secondary, #101010)}.main-header .header-layout__bg-transparent_color-light .disclosure__list-wrapper{background:#fff}.main-header .header-layout__bg-dark_color-light{background-color:#000;padding:15px 0}.main-header .header-layout__bg-dark_color-light .container{display:flex;justify-content:space-between;align-items:center}.main-header .header-layout__bg-dark_color-light .container .logo a img{display:block}@media (width <= 991px){.main-header .header-layout__bg-dark_color-light .container .logo a img{height:21px}}.main-header .header-layout__bg-dark_color-light .container .main-menu{display:flex;justify-content:flex-end;align-items:center;gap:25px}@media (width <= 991px){.main-header .header-layout__bg-dark_color-light .container .main-menu:not(.mobile){display:none}}.main-header .header-layout__bg-dark_color-light .container .main-menu.mobile{display:none}@media (width <= 991px){.main-header .header-layout__bg-dark_color-light .container .main-menu.mobile{display:flex}.main-header .header-layout__bg-dark_color-light .container .main-menu.mobile .cart{margin-right:45px;display:flex}.main-header .header-layout__bg-dark_color-light .container .main-menu.mobile .menu{transition:.32s ease-in-out;position:absolute;z-index:6;display:flex}.main-header .header-layout__bg-dark_color-light .container .main-menu.mobile .menu.active{transition:.32s ease-in-out}.main-header .header-layout__bg-dark_color-light .container .main-menu.mobile .menu.active svg path{transition:.32s ease-in-out}.main-header .header-layout__bg-dark_color-light .container .main-menu.mobile .menu.active svg path:nth-child(1){transform:rotate(45deg) translate(4px,-5px);transition:.32s ease-in-out}.main-header .header-layout__bg-dark_color-light .container .main-menu.mobile .menu.active svg path:nth-child(2){transform:rotate(-45deg) translate(-10px,1px);transition:.32s ease-in-out}.main-header .header-layout__bg-dark_color-light .container .main-menu.mobile svg path,.main-header .header-layout__bg-dark_color-light .container .main-menu.mobile svg rect{stroke:#fff;transition:.32s ease-in-out}}.main-header .header-layout__bg-dark_color-light .container .main-menu a{font-size:.875rem;font-family:Sohne,sans-serif;font-weight:500;color:#fff;padding:10.5px 0;border-radius:38px;border:1px solid transparent;transition:.3s}.main-header .header-layout__bg-dark_color-light .container .main-menu a.highlighted{border:1px solid #fff;font-size:.75rem;padding:14px 20px;line-height:.5625rem;display:flex;height:37px;max-height:37px;box-sizing:border-box;justify-content:center;align-items:center;gap:5px}.main-header .header-layout__bg-dark_color-light .container .main-menu a:hover{text-decoration:none}.main-header .header-layout__bg-dark_color-light .container .main-menu .cart{cursor:pointer}.main-header .header-layout__bg-dark_color-light .container .main-menu .cart a{border:1px solid #fff;font-size:.75rem;padding:14px 20px;line-height:.5625rem;display:flex;height:37px;max-height:37px;box-sizing:border-box;justify-content:center;align-items:center;gap:5px}.main-header .header-layout__bg-dark_color-light .container .main-menu .cart a .count-items{margin-left:5px}.main-header .header-layout__bg-dark_color-light .menu-popup{background-color:#1d1d1f;padding:110px 20px 100px 35px;position:absolute;top:0;width:-webkit-fill-available;height:calc(100vh - 210px);display:flex;flex-direction:column;justify-content:space-between;visibility:hidden;transition:.5s;transform:translateY(-100%);z-index:3}.main-header .header-layout__bg-dark_color-light .menu-popup.active{visibility:visible;transform:translateY(0)}.main-header .header-layout__bg-dark_color-light .menu-popup .items{display:flex;flex-direction:column;gap:15px}.main-header .header-layout__bg-dark_color-light .menu-popup .items a{font-size:1.5625rem;font-family:Sohne,sans-serif;font-weight:500;color:#fff;display:flex;align-items:center;justify-content:space-between}.main-header .header-layout__bg-dark_color-light .menu-popup .items a:hover{text-decoration:none}.main-header .header-layout__bg-dark_color-light .menu-popup .items a svg{display:none}.main-header .header-layout__bg-dark_color-light .menu-popup .items a.has-submenu svg{display:inline-block;width:9px;height:18px}.main-header .header-layout__bg-dark_color-light .menu-popup .items a.has-submenu svg path{stroke:#fff}.header__logo-svg{display:block;height:23px;width:auto}@media (width <= 991px){.header__logo-svg{height:21px}}.logo-dark{display:block}.logo-light,.header-layout__bg-transparent_color-dark .logo-dark,.header-layout__bg-dark_color-light .logo-dark{display:none}.header-layout__bg-transparent_color-dark .logo-light,.header-layout__bg-dark_color-light .logo-light,.header-layout__bg-light_color-dark .logo-dark,.header-layout__bg-transparent_color-light .logo-dark{display:block}.header-layout__bg-light_color-dark .logo-light,.header-layout__bg-transparent_color-light .logo-light{display:none}.main-menu--dark svg path,.main-menu--dark svg rect{stroke:#000}.main-menu--light svg path,.main-menu--light svg rect{stroke:#fff}@media (width <= 991px){.main-header .menu-popup{background-color:#101010!important}.main-header .menu-popup .items a{color:#fff!important}.main-header .menu-popup .items a.has-submenu svg path{stroke:#fff!important}.main-header .menu-popup .footer-localization .form__textfield--markets{background-color:#1d1d1f;color:#fff;border:none}.main-header .menu-popup .footer-localization .form__textfield--markets:before{background-image:url(https://cdn.shopify.com/s/files/1/0601/5529/7966/files/select-arrow-light.svg?v=1722227769)}.main-header .menu-popup .footer-localization{max-width:204px}.main-header .main-menu.mobile .menu.active svg path{stroke:#fff!important}}.footer{--column-gap: 60px;--row-gap: 0;--rows: auto;--columns: 1fr;padding:40px 15px 80px;background-color:#f5f5f7;text-align:center}.footer__bg-transparent_color-dark{background-color:#101010;color:#f5f5f7}.footer__bg-transparent_color-dark .footer-logo--light{display:none}.footer__bg-transparent_color-dark .footer-logo--dark{display:flex}.footer__bg-transparent_color-dark .footer-newsletter__title{color:#f5f5f7}.footer__bg-transparent_color-dark .footer-newsletter__form{background-color:#000}.footer__bg-transparent_color-dark .footer-newsletter__form .newsletter__subtitle,.footer__bg-transparent_color-dark .footer-newsletter__form .newsletter__subtitle b,.footer__bg-transparent_color-dark .footer-newsletter__form .newsletter__subtitle strong{color:#f5f5f7}.footer__bg-transparent_color-dark .footer-newsletter__form .btn{background-color:#f5f5f7;color:#101010}.footer__bg-transparent_color-dark .footer-blocks__title{color:#f5f5f7}.footer__bg-transparent_color-dark .footer-blocks__title:after{color:#f5f5f7}.footer__bg-transparent_color-dark .footer-blocks__list li>a{color:#f5f5f7}.footer__bg-transparent_color-dark .footer-use__legal .policy a,.footer__bg-transparent_color-dark .footer-use__legal .copyright{color:#f5f5f7}.footer__bg-transparent_color-light{background-color:#f5f5f7;color:#101010}.footer__bg-transparent_color-light .footer-logo--light{display:flex}.footer__bg-transparent_color-light .footer-logo--dark{display:none}.footer__bg-transparent_color-light .footer-newsletter__title{color:var(--primary, #000)}.footer__bg-transparent_color-light .footer-newsletter__form{background-color:#fff}.footer__bg-transparent_color-light .footer-newsletter__form .newsletter__subtitle,.footer__bg-transparent_color-light .footer-newsletter__form .newsletter__subtitle b,.footer__bg-transparent_color-light .footer-newsletter__form .newsletter__subtitle strong{color:var(--primary, #000)}.footer__bg-transparent_color-light .footer-newsletter__form .btn{background-color:#101010;color:#f5f5f7}.footer__bg-transparent_color-light .footer-blocks__title{color:var(--primary, #000)}.footer__bg-transparent_color-light .footer-blocks__title:after{color:var(--primary, #000)}.footer__bg-transparent_color-light .footer-blocks__list li>a{color:#000}.footer__bg-transparent_color-light .footer-use__legal .policy a{color:#86868b}.footer__bg-transparent_color-light .footer-use__legal .copyright{color:var(--primary, #000)}.footer-newsletter{margin-bottom:40px}.footer-newsletter__title{font-family:Sohne,sans-serif;color:var(--primary, #000);font-weight:600;font-size:1.25rem;line-height:1.5625rem;text-align:center;display:inline-block;margin-bottom:40px}.footer-newsletter__form{border-radius:20px;background-color:#fff;padding:20px}.footer-newsletter__form .newsletter__subtitle{margin-bottom:30px;font-size:.875rem;line-height:1.125rem;font-weight:400;font-family:Sohne,sans-serif;color:var(--primary, #000);display:flex;flex-direction:column;width:100%;gap:20px}.footer-newsletter__form .newsletter__subtitle b,.footer-newsletter__form .newsletter__subtitle strong{font-size:.875rem;line-height:1.125rem;letter-spacing:.2px;font-weight:600}.footer-newsletter__form .btn{width:max-content;min-width:5.5rem;padding:.9375rem 1.125rem;max-height:2.625rem;font-size:.875rem;line-height:.625rem;font-weight:500;background-color:#101010;color:#f5f5f7;border:none;display:flex;align-items:center;justify-content:center;box-sizing:border-box;cursor:pointer;letter-spacing:0;border-radius:1.375rem;margin:auto}@media screen and (min-width: 900px){.footer-newsletter__form .btn{margin:0}}.footer-blocks__title{display:block;padding:15px 0;font-family:Sohne,sans-serif;font-size:1rem;line-height:.6875rem;font-weight:600;letter-spacing:.2px;text-align:left;color:var(--primary, #000);cursor:pointer;transition:all .4s;margin:0}.footer-blocks__title:after{content:"+";color:var(--primary, #000);font-weight:700;float:right;margin-right:10px}.footer-blocks__title.active:after{content:"\2212"}.footer-blocks__list{list-style:none;padding-top:5px;display:flex;flex-direction:column;gap:12px;padding-bottom:4px}.footer-blocks__list li{text-align:left;display:flex;flex-direction:column;justify-content:center}.footer-blocks__list li>a{font-family:Sohne,sans-serif;text-decoration:none;text-align:left;color:#000;font-size:.875rem;line-height:.875rem;display:inline-flex;height:10px}.footer-blocks__list li:last-child{margin-bottom:0}.footer-blocks__linklist:first-child .footer-blocks__title{padding-top:0}.footer-blocks__linklist:last-child{margin-bottom:40px;border-bottom:none}.footer-use .form__textfield--markets{margin-bottom:40px}.footer-use__legal{margin-top:20px}.footer-use__legal .policy{display:flex;gap:10px;margin-bottom:26px}.footer-use__legal .policy nav{height:1rem;display:flex;align-items:center}.footer-use__legal .policy a{font-family:Sohne,sans-serif;color:#86868b;text-align:left;font-weight:500;font-size:.75rem;line-height:1rem}.footer-use__legal .copyright{margin-bottom:26px;font-family:Sohne,sans-serif;font-size:.75rem;line-height:1rem;color:var(--primary, #000);text-align:left;font-weight:400}.footer-logo{display:flex;align-items:center;justify-content:center}.footer-logo--dark{display:none}.footer.dark{border-color:#86868b}.footer.dark .footer-logo--dark{display:flex}.footer.dark .footer-logo--light{display:none}.footer.dark .footer-newsletter__form{box-shadow:inset 0 0 6px #00000040}@media screen and (min-width: 900px){.footer{padding:25.72px 40px 34.29px;text-align:left}.footer .navegation{--columns: 1fr 2fr;margin-bottom:155px}.footer .legal-information{--columns: 3fr 1fr}.footer-newsletter{margin-bottom:0}.footer-newsletter__title{text-align:left}.footer .accordions{grid-template-columns:1fr 1fr;row-gap:10px}.footer .accordions .accordion-item{padding-left:10px}.footer .accordions .accordion-item__content{max-height:none}.footer .accordion-item__button[data-active=true]:after{content:none}.footer-blocks__title{padding:0;margin-bottom:20px;cursor:default}.footer-blocks__title:after,.footer-blocks__title.active:after{content:none}.footer-blocks__list li>a{height:auto}.footer-blocks__linklist{border-bottom:none}.footer-blocks__linklist:last-child{margin-bottom:0}.footer-use{--column-gap: 60px;display:grid;grid-template-columns:2fr 1fr;align-items:center;gap:8rem}.footer-use__legal{order:-1;display:flex;flex-direction:column;justify-content:flex-end;margin:0;gap:10px}.footer-use__legal .policy,.footer-use__legal .copyright{margin:0;font-family:Sohne,sans-serif}.footer-use .form__textfield--markets{margin-bottom:0;max-width:221px}.footer-logo{max-width:206.33px;width:100%;max-height:40px;align-items:flex-end;justify-content:flex-end}.footer-logo img{max-width:206.33px;width:100%;max-height:40px}}@media screen and (min-width: 1000px){.footer{padding:60px 40px 80px}.footer .accordions{width:100%;max-width:46.32vw;grid-template-columns:1fr 1fr 1fr 1fr;gap:40px;margin-left:auto}.footer-use__legal{flex-direction:row-reverse;align-items:center}.footer .footer-localization .disclosure,.footer .footer-localization .form__textfield--markets{width:221px;min-width:221px;max-width:221px}.footer .footer-localization .disclosure__list-wrapper{max-height:0;opacity:0;overflow:hidden;pointer-events:none;transform:translateY(-3px);transition:max-height .9s ease,opacity ease,transform .9s ease}.footer .footer-localization .disclosure__list-wrapper.active{max-height:500px;opacity:1;pointer-events:auto;transform:translateY(0)}.footer .legal-information{--columns: 4fr 1fr;gap:9.14vw}.footer .footer-logo{margin-left:auto}}.grid{display:grid;column-gap:var(--column-gap, 10px);grid-column-gap:var(--column-gap, 10px);grid-row-gap:var(--row-gap, 10px);grid-template-columns:var(--columns, repeat(3, 1fr));grid-template-rows:var(--rows, 1fr);row-gap:var(--row-gap, 10px)}@media screen and (width <= 749px){.grid{grid-template-columns:var(--columns, repeat(2, 1fr))}}@media screen and (width <= 430px){.grid{grid-template-columns:var(--columns, 1fr)}}.flex{display:flex;flex-direction:var(--direction);align-items:var(--align, center);justify-content:var(--justify, flex-start)}.flex>*:not(:last-child){margin-right:var(--gap-flex, 20px)}.sticky{position:sticky;top:var(--top, 0);z-index:2}.slider__wrapper{position:relative}swiper-slide{height:auto}.btn-arrow{display:block;position:relative;width:40px;height:40px;border-radius:50%;background-color:var(--color-base-bg);cursor:pointer}.btn-arrow>svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.swiper-button{background-color:transparent;border-style:none;position:absolute;top:50%;transform:translateY(-50%);z-index:1;width:initial;height:initial}.swiper-button-prev{left:-60px}.swiper-button-next{right:-60px}.swiper-button:after{display:none}@media screen and (width <= 749px){.swiper-button-prev{left:0}.swiper-button-next{right:0}}.swiper-pagination-bullet-active{background:var(--color-base-principal)}.sidebar-opened{overflow-y:hidden}.sidebar-opened menu-sidebar{transform:translate(0);z-index:800000}.sidebar-opened .site-overlay{opacity:1;visibility:visible;pointer-events:all}menu-sidebar{width:460px;height:100%;top:0;position:fixed;transition:transform .3s ease-in-out;transform:translate(-100%);overflow:-moz-scrollbars-none;-ms-overflow-style:none;scrollbar-width:none;z-index:1001}@media (width <= 499px){menu-sidebar{width:100%}}menu-sidebar sidebar-content{background:#fff;z-index:2;position:relative;height:calc(100% - 34px);display:grid;max-width:100%;margin-top:34px;border-radius:0 20px 20px 0;align-content:space-between;grid-template-rows:min-content 1fr min-content;grid-template-columns:100%}@media (width <= 499px){menu-sidebar sidebar-content{border-radius:0;margin-top:0;height:100vh;height:calc(var(--vh, 1vh) * 100)}}menu-sidebar sidebar-content sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:20px;position:sticky;border-bottom:1px solid #e6e6e6}menu-sidebar sidebar-content sidebar-header .close-sidebar{font-size:.75rem;line-height:.5rem;font-family:Sohne,sans-serif;font-weight:500;color:var(--secondary, #101010);padding:14px 20px;border-radius:38px;border:1px solid #86868b;text-transform:lowercase;transition:.3s;cursor:pointer;letter-spacing:.2px}menu-sidebar sidebar-content sidebar-header .close-sidebar:hover{border:1px solid #000}menu-sidebar sidebar-content sidebar-body{padding:20px;overflow:hidden auto}menu-sidebar sidebar-content sidebar-body .menu-with-image-container{display:flex;flex-flow:row nowrap;gap:30px;width:100%;transition:.5s}menu-sidebar sidebar-content sidebar-body .menu-with-image-container.submenu-active{transform:translate(calc(-100% - 30px))}menu-sidebar sidebar-content sidebar-body .menu-with-image-container .submenu-with-image{display:flex;flex-flow:row wrap;gap:12.67px 10px;justify-content:space-between;flex:0 0 100%;align-items:normal}menu-sidebar sidebar-content sidebar-body .menu-with-image-container .submenu-with-image a{text-decoration:none;padding:15px;border-radius:20px;background-color:var(--accent-primary, #f5f5f7);display:flex;align-items:center;gap:20px;border:1px solid transparent;transition:.3s;width:41%;max-height:58px}@media (width <= 499px){menu-sidebar sidebar-content sidebar-body .menu-with-image-container .submenu-with-image a{gap:12px;width:40%}}@media (width <= 420px){menu-sidebar sidebar-content sidebar-body .menu-with-image-container .submenu-with-image a{width:39%}}@media (width <= 383px){menu-sidebar sidebar-content sidebar-body .menu-with-image-container .submenu-with-image a{width:38%}}@media (width <= 375px){menu-sidebar sidebar-content sidebar-body .menu-with-image-container .submenu-with-image a{width:37%}}menu-sidebar sidebar-content sidebar-body .menu-with-image-container .submenu-with-image a:hover{border:1px solid #000}menu-sidebar sidebar-content sidebar-body .menu-with-image-container .submenu-with-image a img{width:50px;height:50px}menu-sidebar sidebar-content sidebar-body .menu-with-image-container .submenu-with-image a .content-text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px}menu-sidebar sidebar-content sidebar-body .menu-with-image-container .submenu-with-image a .content-text span{font-size:.875rem;font-family:Sohne,sans-serif;color:var(--secondary, #101010);font-weight:500;margin-bottom:0}menu-sidebar sidebar-content sidebar-body .menu-with-image-container .menu-with-image{display:flex;flex-direction:column;gap:10px;width:100%;flex:0 0 100%;box-sizing:border-box}menu-sidebar sidebar-content sidebar-body .menu-with-image-container .menu-with-image a{text-decoration:none;padding:10px;border-radius:20px;background-color:var(--accent-primary, #f5f5f7);display:flex;gap:20px;border:1px solid transparent;transition:.3s}menu-sidebar sidebar-content sidebar-body .menu-with-image-container .menu-with-image a:hover{border:1px solid #000}menu-sidebar sidebar-content sidebar-body .menu-with-image-container .menu-with-image a img{width:70px;height:70px}menu-sidebar sidebar-content sidebar-body .menu-with-image-container .menu-with-image a .content-text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px}menu-sidebar sidebar-content sidebar-body .menu-with-image-container .menu-with-image a .content-text span{font-size:1.125rem;font-family:Sohne,sans-serif;color:var(--secondary, #101010);font-weight:500;margin-bottom:0}menu-sidebar sidebar-content sidebar-body .menu-with-image-container .menu-with-image a .content-text p{font-size:.875rem;font-family:Sohne,sans-serif;color:#86868b}menu-sidebar sidebar-content sidebar-body .menu-text{display:flex;flex-direction:column;gap:5px;margin-top:30px}menu-sidebar sidebar-content sidebar-body .menu-text .menu-text-item{display:flex;justify-content:space-between;align-items:center;cursor:pointer}menu-sidebar sidebar-content sidebar-body .menu-text .menu-text-item.active svg{transform:rotate(180deg)}menu-sidebar sidebar-content sidebar-body .menu-text .menu-text-item a{text-decoration:none;padding:10px 10px 10px 0;font-size:1rem;font-family:Sohne,sans-serif;color:var(--secondary, #101010);font-weight:500;margin-bottom:0}menu-sidebar sidebar-content sidebar-body .menu-text .menu-text-item svg{transition:.3s}menu-sidebar sidebar-content sidebar-body .menu-text .menu-text-item svg path{stroke:var(--secondary, #101010)}menu-sidebar sidebar-content sidebar-footer{display:flex;justify-content:space-between;align-items:center;padding:20px;position:sticky;bottom:0;width:calc(100% - 40px);background-color:#fff}menu-sidebar sidebar-content sidebar-footer .form__textfield--markets{min-width:220px;box-shadow:none;background-color:var(--accent-primary, #f5f5f7)}menu-sidebar sidebar-content sidebar-footer .account{text-decoration:none;display:flex;justify-content:center;align-items:center;gap:8px;font-size:.875rem;font-weight:500;color:#06f;font-family:Sohne,sans-serif}menu-sidebar sidebar-content sidebar-footer .account svg path,menu-sidebar sidebar-content sidebar-footer .account svg rect,menu-sidebar sidebar-content sidebar-footer .account svg circle{stroke:#06f}.sidebar-scroll{display:flex;flex-direction:column;gap:5px}@media screen and (min-width: 1260px){.sidebar-scroll{flex-direction:row;gap:5px}}.sidebar-scroll__sidebar{position:unset;top:1127px;flex:1}@media screen and (min-width: 1260px){.sidebar-scroll__sidebar{position:sticky;height:calc(100vh - 127px)}}.sidebar-scroll__content{width:100%}@media screen and (min-width: 1260px){.sidebar-scroll__content{max-width:1024px;max-width:unset;width:66%}}.sidebar-scroll__menu-sticky{position:fixed;top:auto;bottom:0;left:0;z-index:20;height:auto;width:100%;padding:1.25rem;background-color:var(--primary, #000);border-radius:1.25rem 1.25rem 0 0;box-sizing:border-box}@media screen and (min-width: 1260px){.sidebar-scroll__menu-sticky{display:none}}.sidebar-scroll__menu-sticky .nav-menu{display:flex;flex-flow:row nowrap;gap:.625rem;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.sidebar-scroll__menu-sticky .nav-menu::-webkit-scrollbar{display:none}.sidebar-scroll__menu-sticky .nav-link{margin:0}.shopify-challenge__button,.btn-outline-contrast,.btn-outline,.btn-contrast,.btn-secondary,.btn-primary{padding:15px 20px;min-width:180px;border-width:1px;border-style:none;border-radius:30px;cursor:pointer;font-weight:500;transition:.3s ease;transition-property:background-color;text-align:center;font-size:1rem;line-height:1.25rem;font-family:Sohne,sans-serif;letter-spacing:.2px}.wrapper{margin-right:auto;margin-left:auto}@media screen and (width >= 750px){.wrapper{padding:2.78vw}}@media screen and (width <= 749px){.wrapper{padding:4vw}}.wrapper--s{max-width:900px}.wrapper--l{max-width:1950px}section,.margin-section{margin-bottom:60px}.no-margin{margin-bottom:0}.contact{text-align:center;margin:4.17vw 0;display:flex;flex-direction:column}.contact.align-left{flex-direction:row}.contact.align-left .contact-heading{width:50%}.contact--description{padding:10px;margin-bottom:20px}.contact--description strong{font-weight:600}.contact .error-check-js,.contact .error-user-exist{display:none}.card-content{display:flex;overflow:hidden;flex-direction:column;border:1px solid #000;border-radius:10px}.card-content--image{position:relative;padding-bottom:100%;margin-bottom:20px}.card-content--image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.card-content--title{padding:0 20px;margin-bottom:20px;font-size:18px;font-weight:600}.card-content--description{padding:0 20px;margin-bottom:20px;font-size:14px}.carousel-content{margin-bottom:4.17vw}.carousel-products h2{color:var(--product-carousel-title-color)}.product-card{display:flex;position:relative;overflow:hidden;flex-direction:column;border-radius:15px;width:167px;height:100%;box-shadow:0 1px 6px #0000001a;gap:15px;background-color:var(--accent-secondary, #fff)}.product-card__head{position:relative;display:flex;flex-direction:column;gap:14px;height:100%;padding:30px}@media screen and (max-width: 900px){.product-card__head{padding:20px}}.product-card__head:hover{text-decoration:none}.product-card__variants-dots{position:absolute;z-index:10;top:30px;right:30px;display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 900px){.product-card__variants-dots{top:13px;right:13px}}.product-card__variants-dots .color-dot{width:14px;height:14px;border-radius:50%;box-shadow:inset 0 0 8px #00000040;cursor:pointer}.product-card__variants-dots .color-dot.selected{box-shadow:0 0 0 1px #fff,0 0 0 2px #000,inset 0 0 #00000040}.product-card__head-images{position:relative;overflow:hidden;padding-bottom:84.5%}.product-card__head-images img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:.3s ease;transition-property:opacity,display}.product-card__head-images:hover .product-image-2{display:block}.product-card__head-images:hover .product-image-1{opacity:0}.product-card__tags--wrapper{min-height:20px;margin-bottom:12px;display:flex}.product-card__head-info{display:flex;flex-direction:column;row-gap:13px;width:100%;justify-content:space-between}.product-card__tag{color:var(--background, rgba(66, 66, 69, .6980392157));font-family:Sohne,sans-serif;font-size:.75rem;font-weight:500;line-height:1rem;letter-spacing:.2px;text-align:left;display:flex;align-items:center;text-box-trim:trim-both;-webkit-box-orient:vertical;-webkit-line-clamp:1}.product-card__name{display:flex;flex-direction:column;gap:8px}.product-card__name strong,.product-card__name p{font-family:Sohne,sans-serif;text-align:left;color:var(--secondary, #101010)}.product-card__name strong{display:block;font-size:1rem;font-weight:500;line-height:1.375rem}.product-card__name p{font-size:.75rem;font-weight:400;line-height:1rem;letter-spacing:.2px}.product-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.product-card__custom-price{display:flex;align-items:flex-end;justify-content:flex-start;flex-wrap:wrap;gap:3px}@media screen and (max-width: 900px){.product-card__custom-price{flex-direction:column;align-items:flex-start;gap:0px}}.product-card__custom-price span{font-family:Sohne,sans-serif;text-align:left;color:var(--secondary, #101010);font-size:.875rem;line-height:1.25rem}.product-card__custom-price span.small{font-size:.75rem;line-height:1rem;letter-spacing:.2px}.product-card__custom-price .price{display:flex;align-items:flex-end;gap:3px}.product-card__custom-price .compare{font-family:Sohne,sans-serif;text-align:left;color:#86868b;font-size:.875rem;line-height:1.25rem}.product-card__form{display:flex;flex-direction:column;margin-top:auto}.product-card__form button{margin:0;border-radius:38px;border-width:0;padding:12px;align-items:center;justify-content:center;background-color:var(--secondary, #101010);color:var(--accent-primary, #f5f5f7);font-size:.75rem;line-height:1rem;letter-spacing:.2px;font-family:Sohne,sans-serif;text-align:center;font-weight:500;cursor:pointer}.product-card__form button.notify{background-color:var(--accent-secondary, #fff);color:var(--secondary, #101010);border:1px solid var(--secondary, #101010)}.product-card.disabled .product-card__head-images,.product-card.disabled .product-card__head-info,.product-card.disabled .product-card__custom-price{opacity:.5}@media screen and (min-width: 900px){.product-card{border-radius:20px;max-width:332px;width:100%;gap:20px;box-shadow:none}.product-card:not(.disabled):hover{box-shadow:0 2px 10px #00000026}.product-card__head{padding:30px;gap:15px}.product-card__head-info{row-gap:15px}.product-card__tag{font-size:.875rem;line-height:1.25rem;letter-spacing:0}.product-card__name strong{font-size:1.375rem;line-height:1.75rem}.product-card__name p{font-size:.875rem;line-height:1.25rem;letter-spacing:0}.product-card__custom-price span,.product-card__custom-price span.small,.product-card__custom-price .price,.product-card__custom-price .compare{font-size:.875rem;line-height:1.25rem}.product-card__form button{padding:14px 20px}}.article-card{display:flex;overflow:hidden;flex-direction:column;border-radius:0;background:var(--color-base-bg)}.article-card__head{display:flex;flex-direction:column}.article-card__images{position:relative;overflow:hidden;padding-bottom:100%}.article-card__images img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.article-card__images .badge{position:absolute;bottom:0;background:#fff;padding:5px;border:1px solid #f5f5f5;border-radius:5px;margin:5px}.article-card__info{display:flex;width:95%;justify-content:space-between;padding:10px 0;margin:0 auto 20px}.page-card{display:flex;overflow:hidden;flex-direction:column;border-radius:0}.page-card--head{display:flex;flex-direction:column;height:100%}.page-card--head-images{position:relative;overflow:hidden;padding-bottom:100%;background:var(--color-base-bg);height:inherit}.page-card--head-images:hover>.info{text-decoration:underline}.page-card--head-images .info{display:flex;height:inherit;flex-direction:column;justify-content:center;position:absolute;margin-left:5px}.page-card--head-images .badge{position:absolute;bottom:0;background:#fff;padding:5px;border:1px solid #f5f5f5;border-radius:5px;margin:5px}.page-card--head-info{display:flex;width:95%;justify-content:space-between;padding:10px 0;margin:0 auto 20px}.pagination{display:flex;flex-direction:column;margin:20px 0}.pagination--nav{margin:0 auto}.pagination--nav ul{display:flex;align-items:center;list-style:none}.pagination--nav ul li{margin:5px}.pagination .caret{font-size:0}.pagination .caret--next svg{transform:rotate(-90deg)}.pagination .caret--prev svg{transform:rotate(90deg)}.pagination .caret svg{width:10px}.variant__radio-button{cursor:pointer}.variant__radio-button input:checked+.variant__radio-button--design{border:1px solid #000;box-shadow:0 2px 5px #0000004d}.variant__radio-button--design{width:20px;height:20px;border:1px solid rgba(0,0,0,.3);border-radius:50%}.variant__radio-button[data-disable=true]>span:before{position:absolute;top:6px;left:16px;width:2px;height:69%;background:#955;content:" ";transform:rotate(45deg)}.variants{display:grid;grid-row-gap:10px;row-gap:30px}@media screen and (max-width: 900px){.variants{row-gap:25px}}.variants__model-size-description{margin-top:15px}.variants__model-size-description p{font-size:.75rem;letter-spacing:.2px;line-height:16px;font-weight:400;font-family:Sohne,sans-serif;color:#86868b}.variants--name{display:block;margin-bottom:5px;font-weight:600}.variants--radio-container{display:flex;flex-wrap:wrap}.variants--radio-container label{margin-right:5px}.variants--radio-container label :last-of-type{margin-right:0}.variants--options{padding-top:10px}.variants--options:last-child{padding-bottom:10px}div.product.price>.compare{text-decoration:line-through}#loading,.loading{display:inline-block;width:10px;height:10px;border:2px solid #000;border-top-color:#e5e5e5;border-radius:50%;animation:spin .7s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.row-icons{padding-top:calc(4.17vw - 30px);padding-bottom:calc(4.17vw - 30px)}.row-icons__elements{flex-wrap:nowrap;align-items:flex-start;--gap-flex: 30px;--justify: space-around}@media screen and (width <= 850px){.row-icons__elements{flex-wrap:wrap;--gap-flex: 0}}@media screen and (width <= 650px){.row-icons__elements.slider-mobile{--justify: flex-start;overflow-x:auto;flex-wrap:nowrap;margin-left:-1rem;margin-right:-1rem}.row-icons__elements.slider-mobile .row-icons__element{flex-shrink:0;width:auto;padding:0 20px}.row-icons__elements.slider-mobile::-webkit-scrollbar{display:none}}.row-icons__description>div{overflow:hidden;text-overflow:ellipsis;display:box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.row-icons__description>div strong{font-weight:600}.row-icons__element{width:23%;padding:0;margin-top:30px;margin-bottom:30px;box-sizing:border-box;display:flex;align-items:center}@media screen and (width <= 850px){.row-icons__element{width:45%}}@media screen and (width <= 425px){.row-icons__element{width:100%;padding:0 20px}.row-icons__element.position__left{justify-content:center}}.row-icons__element h3{margin:10px 0}.row-icons__element.position__left{justify-content:space-around}.row-icons__element.position__left img{margin-right:30px}.row-icons__element.position__left h3{font-size:20px}.row-icons__element.position__top{justify-content:center;flex-direction:column}.row-icons__element.position__top h3{font-size:20px;text-align:center}.row-icons__element.position__top p{text-align:center}.container__dual-section{display:flex;flex-direction:column;align-items:stretch}.container__dual-section .container__media,.container__dual-section .container__description{width:100%;align-self:center}.container__dual-section .container__media{height:0;overflow:hidden;padding-top:75%;background:#fff;position:relative}.container__dual-section .container__media img{overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.container__dual-section .container__media>.dual-section__iframe,.container__dual-section .container__media>.dual-section__video{width:100%;height:30vh;z-index:-1;pointer-events:none;overflow:hidden}.container__dual-section .container__media>.dual-section__iframe iframe,.container__dual-section .container__media>.dual-section__video video{height:56.25vw;min-height:100vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.container__dual-section .container__media>.dual-section__video video{width:100vw;min-width:177.77vh}.container__dual-section .container__description div{padding:20px 0;display:flex;flex-direction:column;align-items:flex-start}.container__dual-section .container__description div h2,.container__dual-section .container__description div h3,.container__dual-section .container__description div h4{font-weight:600;margin:20px 0}.container__dual-section .container__description div strong{font-weight:600}.container__dual-section .container__description div a{display:block;text-align:center;text-decoration:none}@media (width >= 768px){.position__image-left{flex-direction:row}.position__image-left .container__description div{margin:10px 0 10px 20px}.position__image-right{flex-direction:row-reverse}.position__image-right .container__description div{margin:10px 20px 10px 0}.container__dual-section .container__media,.container__dual-section .container__description{width:50%;align-self:center}.container__dual-section .container__media{padding-top:31.6%}}.text-buttons{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.text-buttons>*{display:block;text-decoration:none}.text-buttons>h1{color:#fff}.text-buttons__p{margin-bottom:20px;color:#fff;text-align:inherit}.text-buttons__p strong{font-weight:600}.text-buttons.center{align-items:center;text-align:center}.text-buttons.right{align-items:flex-end;text-align:right}.accordions{display:grid}.accordion-item__content{overflow:hidden;max-height:0;transition:max-height .25s ease-out,margin .5s}.accordion-item__button svg{width:20px;transition:transform .3s ease}.accordion-item__button[data-active=true]:after{content:"\2212"}.accordion-item__button[data-active=true]~div.accordion-item__content{max-height:1000px;transition:max-height .25s ease-in,margin .5s;margin-bottom:15px}.accordion-item__button[data-active=true] svg{transform:rotate(180deg)}.list-icons-social{--justify: center;list-style-type:none}.list-icons-social__item a{display:flex;width:30px;height:30px;align-items:center;justify-content:center;background-color:#fff;border-radius:5px}.list-icons-social__item a svg{width:15px;height:auto;color:#000}.search-icon{display:block}.search-icon[data-active=false]{display:none}.predictive-search{position:absolute;width:100%;padding:10px 0;background:#fff;z-index:2;flex-direction:row;justify-content:center;display:flex}.predictive-search[data-active=false]{display:none}.predictive-search[data-show=true]{position:initial;z-index:1}.predictive-search-form{display:flex;align-items:center}.predictive-search-form form{position:relative;display:flex;align-items:center}.predictive-search-form .form__textfield{width:300px}.predictive-search-form svg{width:12px;margin-left:5px;cursor:pointer}#predictive-search-list{position:absolute;background:#fff;left:0;right:0;top:45px;z-index:1}#predictive-search-list .loading-container{display:flex;justify-content:center}#predictive-search-list .loading-container #loading{border-top-color:#9c9c9c}#predictive-search-list #predictive-search-results,#predictive-search-list .loading-container{padding:5px;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}#predictive-search-list #predictive-search-results h3,#predictive-search-list .loading-container h3{font-size:14px;font-weight:400;border-bottom:1px solid #e9e9e9;padding:8px 0 5px;margin:0}#predictive-search-list ul{list-style:none}#predictive-search-list ul li{margin-top:3px}#predictive-search-list ul li:hover{background:#e9e9e9}#predictive-search-list ul li a{display:flex}#predictive-search-list ul li a img{margin-right:3px}#predictive-search-list ul li a div{font-size:13px;margin-top:3px}#predictive-search-list ul li button{background:none;border:none;width:100%;border-top:1px solid #e9e9e9;padding:6px 0;font-size:14px;cursor:pointer}#predictive-search-list ul li button:hover{background:#e9e9e9}.masonry-v1{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(2,minmax(150px,300px));grid-gap:16px;gap:16px}@media screen and (width <= 768px){.masonry-v1{grid-template-columns:1fr;grid-template-rows:auto}}.masonry-v1__image{position:relative}.masonry-v1__image-background{width:100%;height:100%;object-position:center;object-fit:cover;border-radius:10px}.masonry-v1__image-label{position:absolute;box-sizing:border-box;bottom:0;width:100%;background-color:var(--color-base-bg);padding:16px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.masonry-v1__image-label--hover{display:none}.masonry-v1__image--main-left{grid-row:1/span 2}.masonry-v1__image--main-right{grid-row:1/span 2;grid-column:2}.masonry-v1__image:hover .masonry-v1__image-label--hover{display:block}.masonry__title{display:flex;align-items:center;justify-content:center}.masonry .masonry-v2{columns:var(--masonry-columns) auto;column-gap:.5rem}@media screen and (width <= 768px){.masonry .masonry-v2{columns:2 auto}}.masonry .masonry-v2__image{display:block;width:100%;border-radius:10px;margin-bottom:.5rem}.masonry .masonry-v2__item{display:block}.video__background{padding:0;position:relative;background-size:cover;background-repeat:no-repeat;background-position:center}.video__background:before{content:"";display:block;padding-top:56.25%}.video__button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:transparent;border-style:none;cursor:pointer}.video__button:active{transform:translate(-50%,-50%) scale(.9)}.video__button>svg{height:70px;width:80px;color:#fff}.video__content{position:absolute;padding:0 50px 50px;text-align:center;display:flex;flex-direction:column;align-items:center;bottom:0;left:0;right:0}.video__content>h2{font-weight:500}.video__content>h2 strong{font-weight:600}.video__content>h2 a{font-size:2.5rem}.video__content>a.btn-1{display:block;text-decoration:none}.video__close{display:none;position:fixed;top:0;right:0;z-index:3;cursor:pointer}.video__modal{z-index:2;display:none;width:60%;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.video__modal[data-active=true]{display:block}.video__modal[data-active=true]+.video__close{display:block}.video__modal-wrapper{position:relative;padding-bottom:60%}.video__modal-wrapper>iframe{position:absolute;top:0;left:0;height:100%;width:100%}.video>.overlay{z-index:2;position:fixed;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.5}.result__search--header{margin-top:45px;display:flex;flex-direction:column;justify-content:center;align-items:center}.result__search--list{margin:20px 0}.result__search--list-head{display:flex;justify-content:flex-end;margin-bottom:10px}.result__search--empty{display:flex;justify-content:center;margin-bottom:50px}.cta{position:relative;display:flex;flex-direction:column}.cta__image{position:absolute;z-index:-1;width:100%;height:100%;object-fit:cover;object-position:top}.cta__content{display:flex;flex-flow:row wrap;align-items:center;justify-content:space-between;margin:4rem auto}@media screen and (width >= 768px){.cta__content--50{width:50%}}.cta__title{flex-basis:60%}@media screen and (width <= 768px){.cta__title{flex-basis:100%}}.cta__buttons-wrapper{display:flex;flex-wrap:nowrap;justify-content:space-between}@media screen and (width <= 768px){.cta__buttons-wrapper{flex-basis:100%}}@media screen and (width <= 374px){.cta__buttons-wrapper{flex-wrap:wrap}}.cta__button{display:flex;align-items:center;justify-content:center}.cta__button:nth-child(2){margin-left:.5rem}@media screen and (width <= 768px){.cta__button{width:50%;text-align:center}}@media screen and (width <= 374px){.cta__button{width:100%}.cta__button:nth-child(2){margin-left:0;margin-top:.5rem}}.cta__title,.cta__buttons-wrapper{margin:.5rem 0}.markdown>*{margin-bottom:10px}.markdown--list{padding-left:20px}.markdown--sub-item{padding-left:10px}body{background-color:var(--secondary, #101010)}.error-page{display:flex;flex-direction:column;justify-content:space-between;padding:80px 140px 46.55%;position:relative;background-size:contain;background-repeat:no-repeat;background-position:center;box-sizing:border-box}.error-page:before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(180deg,transparent 56%,#000 86%);top:0;left:0}.error-page .row-two{z-index:10;position:absolute;bottom:80px;left:140px;right:140px}@media screen and (max-width: 900px){.error-page .row-two{right:15px;left:15px}}.error-page .error-header-container{display:flex;justify-content:space-between;align-items:center;gap:40px}.error-page .error-header-container .column-one{display:flex;justify-content:flex-start;align-items:center;gap:1rem}.error-page .error-header-container h1,.error-page .error-header-container h2{font-family:Sohne,sans-serif;font-size:3.25rem;line-height:2.3125rem;font-weight:500}.error-page .error-header-container h1.text404-title.padding404-section.text-white{color:var(--accent-secondary, #fff)}.error-page .error-header-container h2.text404-title.padding404-section.text-gray{color:#86868b;text-align:left;line-height:60px;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media screen and (max-width: 900px){.error-page .error-header-container h2.text404-title.padding404-section.text-gray{line-height:32px}}.error-page .corner-container{display:flex;gap:9px;align-items:center;height:100%;width:100%}.error-page .corner-container .corner-image{border-radius:100%;background-color:#c4c4c4;width:35px;height:35px;max-width:35px;max-height:35px;min-width:35px;min-height:35px}.error-page .corner-container .corner-column{display:flex;flex-direction:column;align-items:flex-start;gap:10px;min-width:140px}.error-page .corner-container .corner-text{font-family:Sohne,sans-serif;color:var(--accent-secondary, #fff);font-size:.875rem;line-height:.625rem;font-weight:500}.error-page .corner-container .corner-link{text-decoration:none;font-family:Sohne,sans-serif;color:#06f;font-size:.875rem;line-height:.625rem;font-weight:400}.error-page .corner-container .corner-link:hover{text-decoration:none}.error-page .corner-container .corner--icon{position:relative;width:max-content;display:block;font-size:.875rem;line-height:.625rem}.error-page .corner-container .corner--icon:after{content:"";position:absolute;width:5px;height:10px;right:-10px;top:50%;transform:translateY(-30%);background-image:url(https://cdn.shopify.com/s/files/1/0601/5529/7966/files/icon-corner-link.svg?v=1732199249);background-size:contain;background-position:center center;background-repeat:no-repeat}.error-page .row-one{display:flex;flex-direction:column;gap:3.75rem}.error-page .underline-items{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:20px}.error-page .underline-items .underline-item{text-decoration:underline;color:#fff;font-weight:500;font-family:Sohne,sans-serif;font-size:1.375rem;line-height:1rem;z-index:10}.error-page .quick-links-container{display:flex;flex-direction:column;justify-content:start;gap:45px}.error-page .quick-links-container .quick-link-text{text-align:left;font-family:Sohne,sans-serif;font-size:1.875rem;line-height:34px;font-weight:500;color:var(--accent-secondary, #fff);-webkit-box-orient:vertical;-webkit-line-clamp:2}@media screen and (max-width: 900px){.error-page .quick-links-container .quick-link-text{font-size:1.375rem;line-height:32px}}.error-page .quick-links-container .quick-link-items{display:flex;gap:15px;flex-wrap:wrap}.error-page .quick-links-container .quick-link-items .quick-link-item{padding:16px 20px;border-radius:30px;background-color:#424245b2;text-align:center;font-family:Sohne,sans-serif;font-size:1rem;line-height:.6875rem;font-weight:500}.error-page .quick-links-container .quick-link-items .quick-link-item .quick-link-item-text{color:var(--accent-secondary, #fff);text-decoration:none;font-weight:500;font-family:Sohne,sans-serif;font-size:1rem;line-height:.6875rem}.error-page .quick-links-container .quick-link-items .quick-link-item .quick-link-item-text:hover{color:var(--accent-secondary, #fff);text-decoration:none}.error-page p,.error-page a,.error-page div,.error-page span,.error-page b{font-family:Sohne,sans-serif}.error-page h1,.error-page h2,.error-page .h1,.error-page .h2{margin-bottom:0;font-weight:500;font-size:3.25rem}@media screen and (max-width: 900px){.error-page{padding:40px 15px 100%}.error-page .error-header-container{flex-direction:column;align-items:flex-start}.error-page .error-header-container .column-one{gap:.5rem}.error-page .error-header-container h1,.error-page .error-header-container h2{font-size:1.5625rem;line-height:1.125rem}.error-page .corner-container .corner-image{width:30px;height:30px;max-width:30px;max-height:30px;min-width:30px;min-height:30px}.error-page .corner-container .corner-text,.error-page .corner-container .corner-link{font-size:.75rem;line-height:.5625rem}.error-page .row-one{gap:45px}.error-page .underline-items{gap:10px}.error-page .underline-items .underline-item{font-size:.75rem;line-height:.5625rem}.error-page .quick-links-container{gap:30px}.error-page .quick-links-container .quick-link-items{gap:10px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:15px}.error-page .quick-links-container .quick-link-items .quick-link-item{padding:12px 15px;font-size:.75rem;line-height:.5625rem;letter-spacing:.2px;border-radius:38px;white-space:nowrap}.error-page .quick-links-container .quick-link-items .quick-link-item .quick-link-item-text{font-size:.75rem;line-height:.5625rem;letter-spacing:.2px;white-space:nowrap}}.flex-block{display:flex;flex-wrap:wrap;justify-content:space-around;margin:1rem auto}.flex-block__wrapper{display:flex;flex-flow:column nowrap;align-items:flex-start;margin-bottom:2rem}.flex-block__wrapper--30{flex-basis:calc(33.33% - 7.5px)}.flex-block__wrapper--30:not(:nth-child(3n)){margin-right:10px}.flex-block__wrapper--50{flex-basis:calc(50% - 5px)}.flex-block__wrapper--50:not(:nth-child(2n)){margin-right:10px}.flex-block__wrapper--100{flex-basis:100%}.flex-block__wrapper:last-child{margin-right:0}@media screen and (width <= 768px){.flex-block__wrapper{flex-basis:100%;margin-right:0!important}}.flex-block__wrapper>*:not(:last-child){margin-bottom:1rem}.flex-block__wrapper>*.btn-1{margin-top:auto;text-decoration:none}.flex-block__image{margin-bottom:.8rem;width:100%;padding-bottom:80%;position:relative}.flex-block__image>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.ratings{position:relative;vertical-align:middle;display:inline-block;overflow:hidden}.ratings__full-stars{position:absolute;left:0;top:0;white-space:nowrap;overflow:hidden;color:var(--color-base-text)}.ratings__empty-stars:before,.ratings__full-stars:before{content:"\2605\2605\2605\2605\2605";font-size:1rem}.ratings__empty-stars:before{-webkit-text-stroke:1px var(--color-base-title);color:transparent}.ratings__full-stars:before{-webkit-text-stroke:1px var(--color-base-text)}@document url-prefix(){.ratings__full-stars{color:var(--color-base-text)}}.reviews{margin:1rem auto}.reviews__title{margin-bottom:.5}.reviews__single{text-align:center;padding:20px;height:100%;box-sizing:border-box;border:2px double #000}.reviews__single>*{margin-bottom:8px}.reviews__header{display:flex;flex-flow:column nowrap;align-items:center;margin-bottom:16px}.reviews__header-ratings-wrapper{display:flex;flex-direction:column;align-items:center;text-align:center;padding:10px 15px;background-color:var(--color-base-bg);margin-bottom:8px}.reviews__header-ratings-count{margin-left:4.8px}.reviews__header-icon{margin-bottom:8px}.reviews .swiper-wrapper{align-items:stretch}.reviews .swiper-slide{height:auto}.top__bar{width:100%;background:var(--color-base-bg);color:var(--color-base-title);z-index:600000;min-height:34px;transition:background-color .5s,color .5s;position:relative}.top__bar .bar-next-js{margin-top:7px;z-index:2}.top__bar svg{width:10px;height:10px;z-index:2;cursor:pointer}.top__bar .container{display:flex;justify-content:space-between;align-items:center}.top__bar--content{align-items:center}.top__bar--content strong{font-weight:600}.top__bar--message{align-items:center;justify-content:center;padding:13px 0 12px;width:100%;transform:translate(-100%);transition:1s ease-out;position:absolute;top:0;opacity:0}.top__bar--message.active{display:block;transform:translate(0);opacity:1}.top__bar--message.previous{display:block;transform:translate(100%)}.top__bar--message p{margin:0;text-align:left;font-family:Sohne,sans-serif;font-size:.75rem;line-height:.785!important;font-weight:500;letter-spacing:.2px;width:100%;max-width:90%;-webkit-box-orient:vertical;-webkit-line-clamp:1}@media screen and (max-width: 900px){.top__bar--message p{-webkit-box-orient:vertical;-webkit-line-clamp:1;max-width:85%}}.top__bar--message a{text-decoration:underline}.top__bar--clickable{cursor:pointer}.slideshow{padding:20px 40px 40px}@media screen and (max-width: 900px){.slideshow{padding:20px 15px 30px}}.slideshow .splide .images{height:100%}.slideshow .splide .images .ratio-container>*{position:fixed;top:unset;left:unset}@media screen and (max-width: 900px){.slideshow .splide .images .ratio-container>*{position:relative}}.slideshow .splide .images picture{display:block;width:100%}@media screen and (max-width: 900px){.slideshow .splide .images picture{height:auto;padding-bottom:0}}.slideshow .splide img{width:100%;object-fit:cover;border-radius:25px}@media screen and (max-width: 900px){.slideshow .splide img{border-radius:20px;aspect-ratio:2/3;height:auto}}.slideshow .splide__track{border-radius:25px}@media screen and (max-width: 900px){.slideshow .splide__track{border-radius:20px}}.slideshow .splide .marquee{overflow:hidden;display:flex;background-color:#fff3;position:absolute;bottom:35px;left:35px;border-radius:30px;max-width:calc(50% - 40px);width:100%;padding:11px 0;font-family:Sohne,sans-serif;color:var(--marquee-color, #ffffff)!important}@media screen and (max-width: 900px){.slideshow .splide .marquee{max-width:calc(100% - 40px);width:100%;margin:0 20px;left:0;right:0;bottom:20px}}.slideshow .splide .marquee p{font-size:.875rem;white-space:nowrap;display:flex;gap:15px;font-weight:500;line-height:1.286!important;color:inherit}.slideshow .splide .second__image{width:100%;position:absolute;top:0;left:0;opacity:0;transition:all .3s ease-in-out}.slideshow .splide .second__image.active{opacity:1}.slideshow .splide__pagination{bottom:35px;left:auto;padding:18px 25px;right:35px;border-radius:30px;background-color:#fff3;gap:18px}@media screen and (max-width: 900px){.slideshow .splide__pagination{position:relative;width:fit-content;left:0;bottom:unset;padding:13px 15px;margin-top:20px}}.slideshow .splide__pagination li{display:flex}.slideshow .splide__pagination__page{background:#d9d9d9;height:4px;margin:0;opacity:1;width:4px}.slideshow .splide__pagination__page.is-active{background:#1d1d1f;transform:scale(1)}.slideshow .splide__slide{margin-right:40px!important}.slideshow .slide__content{position:absolute;top:40px;left:40px;z-index:1;max-width:calc(50% - 40px);display:flex;flex-direction:column;gap:35px}@media screen and (max-width: 900px){.slideshow .slide__content{top:20px;left:20px;gap:25px;max-width:calc(100% - 40px)}}.slideshow .slide__content .slide__titles{display:flex;flex-direction:column;gap:25px}@media screen and (max-width: 900px){.slideshow .slide__content .slide__titles{gap:15px}}.slideshow .slide__content h1,.slideshow .slide__content h2{font-family:Sohne,sans-serif;font-size:40px;line-height:1.125rem;color:var(--color, var(--accent-primary, #f5f5f7));font-weight:500;margin:0}@media screen and (max-width: 900px){.slideshow .slide__content h1,.slideshow .slide__content h2{padding-right:20px;font-size:25px;line-height:1.75rem;color:var(--color-mobile, var(--accent-primary, #f5f5f7))}}.slideshow .slide__content .slide__subtitle{font-family:Sohne,sans-serif;font-size:20px;line-height:1.4;color:var(--color, var(--accent-primary, #f5f5f7));font-weight:400;margin:0}@media screen and (max-width: 900px){.slideshow .slide__content .slide__subtitle{font-size:.875rem;padding-right:20px;color:var(--color-mobile, var(--accent-primary, #f5f5f7))}}.slideshow .slide__content a{color:var(--color, var(--accent-primary, #f5f5f7));padding:13.25px 25px;border:1px solid var(--color, var(--accent-primary, #f5f5f7));border-radius:30px;font-size:1rem;font-family:Sohne,sans-serif;font-weight:500;width:fit-content}@media screen and (max-width: 900px){.slideshow .slide__content a{padding:10px 20px;font-size:.875rem;color:var(--color-mobile, var(--accent-primary, #f5f5f7));border-color:var(--color-mobile, var(--accent-primary, #f5f5f7))}}.slideshow .slide__content a:hover{text-decoration:none;background-color:var(--color, var(--accent-primary, #f5f5f7));color:var(--secondary, #101010);border-color:var(--color, var(--accent-primary, #f5f5f7))}.slideshow .secondImageTrigger{z-index:1;position:absolute;border:1px dashed var(--color, var(--accent-primary, #f5f5f7));transform:rotate(-15deg);font-size:14px;line-height:1.25rem;color:var(--color, var(--accent-primary, #f5f5f7));font-family:Sohne,sans-serif;font-weight:500;padding:10px;border-radius:100%;width:82px;height:82px;top:clamp(0%,var(--pos-y-desktop) - 52px,100% - 104px);left:clamp(0%,var(--pos-x-desktop) - 52px,100% - 104px);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out;opacity:1}@media screen and (max-width: 900px){.slideshow .secondImageTrigger{border:1px dashed var(--color-mobile, var(--accent-primary, #f5f5f7));color:var(--color-mobile, var(--accent-primary, #f5f5f7));font-size:.75rem;line-height:1rem;width:62px;height:62px}}.slideshow .secondImageTrigger.fade-out{opacity:0}.slideshow .secondImageTrigger.fade-in{opacity:1}@media screen and (max-width: 900px){.slideshow .secondImageTrigger{top:clamp(0%,var(--pos-y-mobile) - 42px,100% - 84px);left:clamp(0%,var(--pos-x-mobile) - 42px,100% - 84px)}}.slideshow .secondImageTrigger span{max-width:65px;text-align:center}.splide.is-focus-in .splide__pagination__page:focus{outline:none}.text__content{padding:30px 40px}@media screen and (max-width: 900px){.text__content{padding:30px 15px}}.text__content_wrapper{max-width:620px;display:flex;flex-direction:column;gap:40px;padding:0 40px;font-size:1.25rem;line-height:1.563rem;font-family:Sohne,sans-serif;color:var(--accent-primary, #f5f5f7);font-weight:400;text-align:left}@media screen and (max-width: 900px){.text__content_wrapper{font-size:1rem;line-height:1.375rem;padding:0 20px;gap:20px}}.text__content_wrapper h2{font-size:1.875rem;line-height:2.125rem;font-family:Sohne,sans-serif;color:#fff;font-weight:500;text-align:left;margin:0}@media screen and (max-width: 900px){.text__content_wrapper h2{font-size:1.375rem;line-height:1.75rem}}.text__content_wrapper p{padding:0}.text__content_wrapper ul{list-style-position:inside}.collection__grid{padding:20px 40px}@media screen and (max-width: 900px){.collection__grid{padding:30px 15px}}.collection__grid__wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:10px}@media (width <= 991px){.collection__grid__wrapper{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}}.collection__grid__wrapper a{position:relative}.collection__grid__wrapper a .badge{display:flex;padding:4.5px 10px;border-radius:15px;position:absolute;top:30px;left:30px;z-index:1}@media (width <= 991px){.collection__grid__wrapper a .badge{top:15px;left:15px}}.collection__grid__wrapper a .badge span{font-size:.75rem;line-height:1rem;letter-spacing:.2px;font-weight:500;font-family:Sohne,sans-serif}@media screen and (max-width: 900px){.collection__grid__wrapper a .badge span{font-size:.625rem;line-height:.75rem}}.collection__grid__wrapper a:hover{text-decoration:none}.collection__grid__wrapper a:hover svg{opacity:1}.collection__grid__wrapper a img{border-radius:25px}@media (width <= 991px){.collection__grid__wrapper a img{width:100%;height:100%;object-fit:cover;border-radius:15px;background-color:#000}}.collection__grid__content{position:absolute;left:30px;bottom:30px;display:flex;align-items:center;justify-content:space-between;padding-right:30px;width:calc(100% - 60px)}@media (width <= 991px){.collection__grid__content{bottom:15px;left:15px;padding-right:15px;width:calc(100% - 30px)}}.collection__grid__content h2{font-size:1rem;line-height:1.375rem;font-family:Sohne,sans-serif;font-weight:500;color:var(--accent-primary, #f5f5f7);margin:0}@media screen and (max-width: 900px){.collection__grid__content h2{font-size:.875rem;line-height:1.25rem}}.collection__grid__content svg{opacity:0;transition:.3s}.collection__grid__content svg path{stroke:var(--accent-primary, #f5f5f7)}.collection__grid__item{position:relative}.collection__grid__item img{width:100%;height:100%;object-fit:cover;position:absolute}.collection__grid__item1{grid-row:span 2/span 2;padding-bottom:100.8%}@media (max-width: 991px){.collection__grid__item1{grid-row:unset;padding-bottom:100%}}.collection__grid__item3{grid-column-start:2;grid-row-start:2}@media (width <= 991px){.collection__grid__item3{grid-column-start:unset;grid-row-start:unset}}.collection__grid__item4{grid-row:span 2/span 2;grid-column-start:3;grid-row-start:1}@media (width <= 991px){.collection__grid__item4{grid-row:unset;grid-column-start:unset;grid-row-start:unset}}.product-double-slider{padding:20px 40px}@media screen and (max-width: 1000px){.product-double-slider{padding:30px 15px}}.product-double-slider__wrapper{display:flex;gap:40px}@media screen and (max-width: 1000px){.product-double-slider__wrapper{gap:0;flex-direction:column}}.product-double-slider__left{width:calc(50% - 20px);flex-basis:calc(50% - 20px);box-sizing:border-box}@media (width <= 1000px){.product-double-slider__left{width:100%;flex-basis:100%}}.product-double-slider__left .splide__track{height:100%;border-radius:25px}@media screen and (max-width: 1000px){.product-double-slider__left .splide__track{border-radius:20px 20px 0 0}}.product-double-slider__left .splide .desktop-image{width:100%;height:100%}@media screen and (max-width: 1000px){.product-double-slider__left .splide .desktop-image{display:none}}.product-double-slider__left .splide .mobile-image{height:100%}@media (width >= 1000px){.product-double-slider__left .splide .mobile-image{display:none}}.product-double-slider__left .splide img{width:100%;object-fit:cover;aspect-ratio:1/1}.product-double-slider__left .splide h2{font-size:1.875rem;line-height:2.125rem;font-weight:500;font-family:Sohne,sans-serif;color:#f6f6f6;margin:0;position:absolute;left:40px;top:40px}@media screen and (max-width: 1000px){.product-double-slider__left .splide h2{left:20px;top:20px;font-size:1.375rem;line-height:1.75rem}}.product-double-slider__left .splide__pagination{bottom:40px;left:40px;padding:21.5px 25px;right:40px;border-radius:30px;background-color:#fff3;gap:18px;column-gap:18px;width:fit-content}@media screen and (max-width: 1000px){.product-double-slider__left .splide__pagination{left:20px;bottom:20px;padding:13px 15px}}.product-double-slider__left .splide__pagination li{display:flex}.product-double-slider__left .splide__pagination__page{background:#d9d9d9;height:4px;margin:0;opacity:1;width:4px}.product-double-slider__left .splide__pagination__page.is-active{background:#1d1d1f;transform:scale(1)}.product-double-slider__right{width:calc(50% - 20px);flex-basis:calc(50% - 20px);box-sizing:border-box;background-color:#000;padding:65px 39px 40px;border-radius:25px}@media (width <= 1000px){.product-double-slider__right{width:100%;flex-basis:100%}}@media screen and (max-width: 1000px){.product-double-slider__right{border-radius:0 0 20px 20px;padding:20px}}.product-double-slider__right .splide{height:100%}.product-double-slider__right .splide__slide{justify-content:space-between;padding:1px}.product-double-slider__right .splide figure{position:relative;overflow:hidden;padding-bottom:63.3%;display:block}@media screen and (max-width: 1200px){.product-double-slider__right .splide figure{padding-bottom:55%}}@media screen and (max-width: 1000px){.product-double-slider__right .splide figure{margin:0 0 60px;padding-bottom:27%;width:28%}}.product-double-slider__right .splide figure img{width:80%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);object-fit:cover}@media screen and (max-width: 1000px){.product-double-slider__right .splide figure img{object-fit:cover;width:100%}}@media screen and (max-width: 1000px){.product-double-slider__right .splide__slide{display:flex;flex-direction:row-reverse;gap:20px}}.product-double-slider__right .splide .product-info{display:flex;flex-direction:column;gap:15px}@media screen and (max-width: 1000px){.product-double-slider__right .splide .product-info{width:70%}}.product-double-slider__right .splide .product-info .product-stars{display:flex;gap:3px}@media screen and (max-width: 1000px){.product-double-slider__right .splide .product-info .product-stars{gap:1px}.product-double-slider__right .splide .product-info .product-stars svg{height:10px;width:10px}}.product-double-slider__right .splide .product-info h2{font-size:1.375rem;line-height:1.75rem;font-weight:500;font-family:Sohne,sans-serif;color:var(--accent-primary, #f5f5f7);margin:0}@media screen and (max-width: 1000px){.product-double-slider__right .splide .product-info h2{font-size:1.125rem;line-height:1.375rem}}.product-double-slider__right .splide .product-info p{font-size:1rem;line-height:1.375rem;font-weight:400;font-family:Sohne,sans-serif;color:var(--accent-primary, #f5f5f7);margin:0}@media screen and (max-width: 1000px){.product-double-slider__right .splide .product-info p{font-size:.875rem;line-height:1.25rem}}.product-double-slider__right .splide .product-info a{margin-top:15px;text-decoration:none;padding:11.5px 25px;border-radius:30px;border:1px solid #86868b;font-size:1rem;line-height:1.375rem;font-weight:500;font-family:Sohne,sans-serif;color:var(--accent-primary, #f5f5f7);transition:.3s;width:fit-content;box-sizing:border-box;text-align:center}@media screen and (max-width: 1000px){.product-double-slider__right .splide .product-info a{font-size:.875rem;line-height:1.25rem;padding:8px 20px;margin-top:auto}}.product-double-slider__right .splide .product-info a:hover{border:1px solid var(--accent-primary, #f5f5f7)}.product-double-slider__right .splide .product-info a span{font-size:1rem;line-height:1.375rem;font-weight:400;font-family:Sohne,sans-serif;color:#86868b;text-decoration:line-through}@media screen and (max-width: 1000px){.product-double-slider__right .splide .product-info a span{font-size:.875rem;line-height:1.25rem}}.product-double-slider__right .splide__pagination{bottom:0;padding:12.45px 15px;right:0;left:auto;border-radius:30px;background-color:#1d1d1f;gap:10px;width:fit-content}@media screen and (max-width: 1000px){.product-double-slider__right .splide__pagination{gap:3px;left:auto;bottom:0;padding:9.5px 15px}}.product-double-slider__right .splide__pagination li{display:flex;justify-content:center;align-items:center;min-width:22px;min-height:22px;max-width:22px;max-height:22px;width:22px;height:22px;border:1px solid transparent;border-radius:100%;transition:.3s;box-sizing:border-box}@media screen and (max-width: 1000px){.product-double-slider__right .splide__pagination li{min-width:16px;min-height:16px}}.product-double-slider__right .splide__pagination li:has(.splide__pagination__page.is-active){border:1px solid var(--accent-primary, #f5f5f7)}.product-double-slider__right .splide__pagination__page{background:#d9d9d9;height:16px;width:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;margin:0;padding:0;border:none;opacity:1}@media screen and (max-width: 1000px){.product-double-slider__right .splide__pagination__page{height:14px;width:14px}}.product-double-slider__right .splide__pagination__page:hover{opacity:1}.product-double-slider__right .splide__pagination__page.is-active{transform:scale(1)}.product-double-slider__right .splide__track{height:100%}.product-double-slider__right .splide__track li{display:flex;flex-direction:column}@media screen and (max-width: 1000px){.product-double-slider__right .splide__track li{flex-direction:row-reverse;margin-right:20px}}.product-grid-home .product-grid__items{padding:40px}@media screen and (max-width: 900px){.product-grid-home .product-grid__items{padding:0 15px}}@media screen and (max-width: 900px){.product-grid-home .product-grid{padding-top:60px}}.product-grid{padding:40px}@media screen and (max-width: 900px){.product-grid{padding:30px 15px}}.product-grid__wrapper{display:flex;flex-direction:column;gap:45px}@media screen and (max-width: 900px){.product-grid__wrapper{gap:30px}}.product-grid__wrapper h2{font-size:1.875rem;line-height:2.125rem;font-family:Sohne,sans-serif;font-weight:500;margin:0;color:#86868b;padding:0 40px}@media screen and (max-width: 900px){.product-grid__wrapper h2{padding:0 20px;font-size:1.375rem;line-height:1.75rem}}.product-grid__items{padding:40px;border-radius:25px;display:flex;flex-wrap:wrap;background-color:#000;position:relative}@media screen and (max-width: 900px){.product-grid__items{background-color:transparent;gap:10px;flex-wrap:nowrap;overflow-x:scroll!important;overflow-y:hidden!important;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch;margin-right:-15px;margin-left:-15px;padding:0 15px;border-radius:0}.product-grid__items::-webkit-scrollbar{display:none}.product-grid__items.splide,.product-grid__items.splide.is-initialized{overflow:scroll!important;visibility:visible!important}.product-grid__items .splide__track{display:flex;overflow:visible!important;border-radius:20px}.product-grid__items .splide__list{display:flex;gap:10px}}.product-grid__items .splide__track{border-radius:20px}.product-grid__items .splide__arrows,.product-grid__items .splide__pagination{display:none}.product-grid__controls{width:100%;display:flex;align-items:center;gap:40px;margin-top:40px}@media screen and (max-width: 900px){.product-grid__controls{display:none}}.product-grid__progress{flex:1;height:3px;background-color:#fff3;position:relative;border-radius:2px}.product-grid__progress-bar{position:absolute;left:0;top:0;height:100%;background-color:#fff;border-radius:2px;transition:width .3s ease;width:0%}.product-grid__arrows{display:flex;gap:10px}.product-grid__arrow{background-color:#333;height:40px;width:40px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s;color:var(--accent-secondary, #fff)}.product-grid__arrow:hover{background-color:#ffffff40}.product-grid__arrow svg{width:10px;height:14px}.product-grid__item{border-radius:20px;padding:30px;flex:0 0 425px;box-sizing:border-box;transition:.3s;display:flex;flex-direction:column;gap:30px;text-decoration:none;position:relative}@media screen and (max-width: 900px){.product-grid__item{background-color:#000;padding:20px;flex:0 0 304px;width:304px;min-height:514px}}.product-grid__item:hover{background-color:var(--secondary, #101010);text-decoration:none}@media screen and (max-width: 900px){.product-grid__item:hover{background-color:#000}}.product-grid__item .badge-container{position:absolute;top:50px;left:50px;display:flex;gap:10px;flex-wrap:wrap;z-index:1}@media screen and (max-width: 900px){.product-grid__item .badge-container{top:40px;left:40px}}.product-grid__item .badge{display:inline-block;border-radius:15px;padding:8px 10px;font-size:.625rem;line-height:.75rem;font-family:Sohne,sans-serif;font-weight:500;position:relative;opacity:1;transition:.3s}.product-grid__item__media{width:100%;aspect-ratio:1/1;border-radius:20px}@media screen and (max-width: 900px){.product-grid__item__media{width:264px;height:244px;border-radius:15px;aspect-ratio:auto}}.product-grid__item__media img,.product-grid__item__media video{width:100%;height:100%;object-fit:cover;border-radius:20px;aspect-ratio:1/1}.product-grid__item__content{display:flex;flex-direction:column;gap:20px;height:100%;max-height:270px}.product-grid__item__content__stars{display:flex;align-items:center;gap:3px;font-size:.75rem;line-height:1rem;font-family:Sohne,sans-serif;font-weight:500;color:var(--accent-primary, #f5f5f7)}.product-grid__item__content__title h3{font-size:1.25rem;line-height:1.75rem;font-family:Sohne,sans-serif;font-weight:500;color:#fff;margin:0 0 5px}@media screen and (max-width: 900px){.product-grid__item__content__title h3{font-size:1.125rem;line-height:1.375rem;margin:0}}.product-grid__item__content__description{font-size:.875rem;line-height:1.25rem;font-family:Sohne,sans-serif;font-weight:400;color:#fff;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 900px){.product-grid__item__content__description{font-size:.75rem;line-height:1rem}}.product-grid__item__content__description p{margin:0}.product-grid__item__content__button{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-grid__item__content__button__price{flex:1;min-width:0}.product-grid__item__content__button__price p{font-size:.875rem;line-height:1.25rem;font-family:Sohne,sans-serif;font-weight:400;color:#fff;margin:0;display:flex;align-items:center;gap:5px}@media screen and (max-width: 1260px){.product-grid__item__content__button__price p{flex-wrap:wrap}}.product-grid__item__content__button__price p svg{width:14px;height:14px;flex-shrink:0}.product-grid__item__content__button__price p a{color:#fff;text-decoration:underline;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-grid__item__content__button__price p .product-title{text-decoration:underline}@media screen and (max-width: 1260px){.product-grid__item__content__button__price p .product-title{display:block;width:100%}}.product-grid__item__content__button__price p>span.compare-price{text-decoration:line-through;color:#86868b}@media screen and (max-width: 900px){.product-grid__item__content__button__price p>span.compare-price{display:none}}.product-grid__item__content__button form{display:inline-block;flex-shrink:0}.product-grid__item__content__button form:not(.bis-form) button{border-radius:38px;padding:14px 20px;border:1px solid #86868b;background-color:transparent;font-size:.75rem;line-height:1rem;font-family:Sohne,sans-serif;font-weight:500;color:#fff;letter-spacing:.2px;transition:.3s;cursor:pointer}.product-grid__item__content__button form:not(.bis-form) button:hover{border:1px solid #fff}.product-grid__item__content__button .ooo-button{border-radius:38px;padding:14px 20px;border:1px solid #86868b;background-color:transparent;font-size:.75rem;line-height:1rem;font-family:Sohne,sans-serif;font-weight:500;color:#fff;letter-spacing:.2px;transition:.3s;cursor:pointer;flex-shrink:0}.product-grid__item__content__button .ooo-button:hover{border:1px solid #fff}.product-grid .product-grid__item:hover .badge{pointer-events:none}@media screen and (min-width: 901px){.product-grid--press-mode{background-color:#000;border-radius:25px;padding:40px 0 0!important;margin:40px}.product-grid--press-mode .product-grid__wrapper{gap:0}.product-grid--press-mode .product-grid__wrapper h2{color:#fff}.product-grid--press-mode .product-grid__items{background-color:transparent}.product-grid--press-mode .product-grid__item__content__description{color:#86868b}}.product-grid--press-mode .splide__list{gap:10px}.product-grid--press-mode .product-grid__item{background-color:var(--secondary, #101010)}@media screen and (max-width: 900px){.product-grid--press-mode .product-grid__item{background-color:#000;min-height:auto}}.product-grid--press-mode .product-grid__item__content__stars,.product-grid--press-mode .product-grid__item__content__title{display:none}.product-grid--press-mode .product-grid__item__media{height:100%;width:auto;aspect-ratio:auto;border-radius:0!important}.product-grid--press-mode .product-grid__item__media img,.product-grid--press-mode .product-grid__item__media video{height:30px;width:auto;object-fit:contain;border-radius:0!important;aspect-ratio:auto}.image-with-features{padding:40px}@media screen and (max-width: 900px){.image-with-features{padding:30px 15px}}.image-with-features__wrapper{position:relative;display:grid;border-radius:25px;overflow:hidden}.image-with-features__wrapper:before{content:"";grid-area:1/1;padding-top:56.25%}@media screen and (max-width: 900px){.image-with-features__wrapper{min-height:792px;border-radius:20px}.image-with-features__wrapper:before{display:none}}.image-with-features__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.image-with-features__bg--mobile{display:none}@media screen and (max-width: 900px){.image-with-features__bg{object-position:top}.image-with-features__bg--desktop:has(+.image-with-features__bg--mobile){display:none}.image-with-features__bg--mobile{display:block}}.image-with-features__content{grid-area:1/1;z-index:1;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;gap:40px}@media screen and (max-width: 900px){.image-with-features__content{justify-content:flex-end;padding:20px}}.image-with-features__top{padding:40px 0 0 40px;display:flex;flex-direction:column;gap:30px;align-items:flex-start;font-size:1rem;line-height:1.375rem;font-family:Sohne,sans-serif;font-weight:400;color:var(--accent-primary, #f5f5f7);max-width:calc(50% - 80px)}@media screen and (max-width: 900px){.image-with-features__top{padding:0;font-size:.875rem;line-height:1.25rem;gap:20px;max-width:100%}}.image-with-features__top h2{font-size:2.5rem;line-height:2.813rem;font-family:Sohne,sans-serif;font-weight:500;color:#fff;margin:0}@media screen and (max-width: 900px){.image-with-features__top h2{font-size:1.5625rem;line-height:1.875rem}}.image-with-features__top p{margin:0}.image-with-features__top a{text-decoration:none;border-radius:30px;padding:11.5px 25px;border:1px solid #86868b;transition:.3s;font-size:1rem;line-height:1.375rem;font-family:Sohne,sans-serif;font-weight:500;color:var(--accent-primary, #f5f5f7)}@media screen and (max-width: 900px){.image-with-features__top a{font-size:.875rem;line-height:1.25rem;padding:8px 20px}}.image-with-features__top a:hover{border-color:var(--accent-primary, #f5f5f7)}.image-with-features__top ul{list-style-position:inside}.image-with-features__bottom{padding:0 0 40px 40px;display:grid;grid-template-columns:repeat(2,minmax(200px,1fr));max-width:calc(30% - 80px);gap:60px 40px}@media screen and (max-width: 900px){.image-with-features__bottom{padding:0;grid-template-columns:repeat(2,1fr);gap:30px 20px;width:100%;max-width:100%}}.image-with-features__feature{display:flex;flex-direction:column;gap:15px;min-width:200px}@media screen and (max-width: 900px){.image-with-features__feature{min-width:0}}.image-with-features__feature-top,.image-with-features__feature-bottom{font-size:1rem;line-height:1.375rem;font-family:Sohne,sans-serif;font-weight:500;color:#86868b;margin:0;text-wrap:balance;text-box-trim:trim-both!important;text-box-edge:cap alphabetic}@media screen and (max-width: 900px){.image-with-features__feature-top,.image-with-features__feature-bottom{font-size:.875rem;line-height:1.25rem}}.image-with-features__feature-middle{font-size:3.25rem;line-height:3.75rem;font-family:Sohne,sans-serif;font-weight:500;color:var(--accent-primary, #f5f5f7);margin:0;text-box-trim:trim-both!important;text-box-edge:cap alphabetic}@media screen and (max-width: 900px){.image-with-features__feature-middle{font-size:2.5rem;line-height:2.813rem}}.reviews-grid{padding:20px 40px}@media screen and (max-width: 900px){.reviews-grid{padding:30px 15px}}.reviews-grid__wrapper{display:flex;flex-direction:column;gap:45px}@media screen and (max-width: 900px){.reviews-grid__wrapper{gap:30px}}.reviews-grid__wrapper h2{font-size:1.875rem;line-height:2.125rem;font-family:Sohne,sans-serif;font-weight:500;margin:0;color:#86868b;padding:0 20px}@media screen and (max-width: 900px){.reviews-grid__wrapper h2{font-size:1.375rem;line-height:1.75rem}}.reviews-grid__items{background-color:transparent;gap:10px;flex-wrap:nowrap;overflow-x:auto;border-radius:0;margin-right:-15px;margin-left:-15px;padding:0 20px;-ms-overflow-style:none;scrollbar-width:none;display:flex}.reviews-grid__items::-webkit-scrollbar{display:none}.reviews-grid__item{background-color:#000;border-radius:20px;padding:30px;flex:0 0 400px;box-sizing:border-box;transition:.3s;display:flex;flex-direction:column;gap:30px;text-decoration:none;position:relative}@media screen and (max-width: 900px){.reviews-grid__item{padding:20px;flex:0 0 82%}}.reviews-grid__item:hover{background-color:var(--secondary, #101010);text-decoration:none}@media screen and (max-width: 900px){.reviews-grid__item:hover{background-color:#000}}.reviews-grid__item .badge-container{position:absolute;top:50px;left:50px;display:flex;gap:10px;flex-wrap:wrap}@media screen and (max-width: 900px){.reviews-grid__item .badge-container{top:40px;left:40px}}.reviews-grid__item .badge{display:inline-block;border-radius:15px;padding:6.5px 10px;font-size:.625rem;line-height:1;font-family:Sohne,sans-serif;font-weight:500;position:relative;transition:.3s}.reviews-grid__item .badge:hover{background-color:var(--badge-hover-bg)!important}.reviews-grid__item img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:20px}.reviews-grid__item__content{display:flex;flex-direction:column;gap:20px}.reviews-grid__item__content__stars{display:flex;align-items:center;gap:3px;font-size:.75rem;line-height:1rem;font-family:Sohne,sans-serif;font-weight:500;color:var(--accent-primary, #f5f5f7)}.reviews-grid__item__content__title h3{font-size:1.25rem;line-height:1.75rem;font-family:Sohne,sans-serif;font-weight:500;color:#fff;margin:0 0 5px}@media screen and (max-width: 900px){.reviews-grid__item__content__title h3{font-size:1.125rem;line-height:1.375rem;margin:0}}.reviews-grid__item__content__description{font-size:.875rem;line-height:1.25rem;font-family:Sohne,sans-serif;font-weight:400;color:#fff;display:-webkit-box;line-clamp:4;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 900px){.reviews-grid__item__content__description{font-size:.75rem;line-height:1rem;-webkit-line-clamp:5}}.reviews-grid__item__content__description p{margin:0}@media (width >= 1025px){.reviews-grid__item__content__description p{margin-bottom:20px}}.reviews-grid__item__content__description ol,.reviews-grid__item__content__description ul{list-style-position:inside;padding:0}.reviews-grid__item__content__button{display:flex;justify-content:space-between;align-items:center}.reviews-grid__item__content__button__customer p{font-size:.75rem;line-height:1rem;font-family:Sohne,sans-serif;font-weight:500;color:#fff;letter-spacing:.2px;margin:0;display:flex;gap:5px;align-items:center}@media (width <= 1024px){.reviews-grid__item__content__button__customer p{flex-wrap:wrap}.reviews-grid__item__content__button__customer p span{display:none}}.reviews-grid__item__content__button__customer p a{font-size:.75rem;line-height:1rem;font-family:Sohne,sans-serif;font-weight:500;color:#fff;letter-spacing:.2px;margin:0;text-decoration:underline}@media screen and (max-width: 900px){.reviews-grid__item__content__button__customer p a{display:block;width:100%}}.reviews-grid__item__content__button form{display:inline-block}.reviews-grid__item__content__button form:not(.bis-form) button{border-radius:38px;padding:14px 20px;border:1px solid #86868b;background-color:transparent;font-size:.75rem;line-height:1rem;font-family:Sohne,sans-serif;font-weight:500;color:#fff;letter-spacing:.2px;transition:.3s;cursor:pointer}@media screen and (max-width: 900px){.reviews-grid__item__content__button form:not(.bis-form) button{height:37px}}.reviews-grid__item__content__button form:not(.bis-form) button:hover{border:1px solid #fff}.multisection-images{padding:20px 40px}@media screen and (max-width: 900px){.multisection-images{padding:30px 15px}}.multisection-images__wrapper{display:grid;border-radius:25px;overflow:hidden;background-color:var(--primary, #000)}@media screen and (min-width: 900px){.multisection-images__wrapper{grid-template-columns:1fr 1fr;gap:40px;background-color:transparent;overflow:visible}}.multisection-images__text-content{padding:40px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;box-sizing:border-box}@media screen and (min-width: 900px){.multisection-images__text-content{background-color:var(--primary, #000);border-radius:25px}}@media screen and (max-width: 900px){.multisection-images__text-content{padding:20px;row-gap:40px}}.multisection-images__text-content__top{display:flex;flex-direction:column;gap:40px;align-items:flex-start}@media screen and (max-width: 900px){.multisection-images__text-content__top{gap:20px}}.multisection-images__text-content__top h2{font-size:2.5rem;line-height:2.813rem;font-family:Sohne,sans-serif;font-weight:500;color:#fff;margin:0}@media screen and (max-width: 900px){.multisection-images__text-content__top h2{margin:5px 0 0;font-size:1.5625rem;line-height:1.875rem}}.multisection-images__text-content__top p{font-size:1rem;line-height:1.375rem;font-family:Sohne,sans-serif;font-weight:400;color:var(--accent-primary, #f5f5f7);margin:0 0 10px}@media screen and (max-width: 900px){.multisection-images__text-content__top p{margin:0;font-size:.875rem;line-height:1.25rem}}.multisection-images__text-content__top a{text-decoration:none;border-radius:30px;padding:11.5px 25px;border:1px solid #86868b;transition:.3s;font-size:1rem;line-height:1.375rem;font-family:Sohne,sans-serif;font-weight:500;color:var(--accent-primary, #f5f5f7);margin:0}@media screen and (max-width: 900px){.multisection-images__text-content__top a{font-size:.875rem;line-height:1.25rem;padding:8px 20px}}.multisection-images__text-content__top a:hover{border:1px solid var(--accent-primary, #f5f5f7)}.multisection-images__text-content__bottom{display:flex;width:100%}.multisection-images__text-content__bottom__container{display:flex;flex-direction:column;gap:0;align-items:flex-start;width:100%}.multisection-images__text-content__bottom__container__link{font-size:1.5625rem;line-height:1.875rem;font-family:Sohne,sans-serif;font-weight:500;color:var(--accent-primary, #f5f5f7);margin:0;padding:9px 0;transition:.3s;display:flex;justify-content:space-between;align-items:center;width:100%;cursor:pointer}@media screen and (max-width: 900px){.multisection-images__text-content__bottom__container__link{font-size:1.125rem;line-height:1.375rem;padding:7.5px 0}}.multisection-images__text-content__bottom__container__link:hover svg{opacity:1}.multisection-images__text-content__bottom__container__link svg{opacity:0;transition:.3s}.multisection-images__image-content{box-sizing:border-box;position:relative;overflow:hidden;padding-bottom:100%}@media screen and (min-width: 900px){.multisection-images__image-content{border-radius:25px}}@media screen and (max-width: 900px){.multisection-images__image-content{grid-row-start:1}}.multisection-images__image-content img{width:100%;object-fit:cover;border-radius:0 25px 25px 0}@media screen and (min-width: 900px){.multisection-images__image-content img{border-radius:25px}}@media screen and (max-width: 900px){.multisection-images__image-content img{border-radius:20px 20px 0 0;height:auto;aspect-ratio:1/1}}.multisection-images__image-content__front-image,.multisection-images__image-content__slides{position:absolute;top:0;left:0;overflow-x:hidden;width:100%;height:100%}.multisection-images__image-content__front-image img,.multisection-images__image-content__slides img{transition:.6s}.multisection-images__image-content__slides{display:flex;flex-wrap:nowrap;overflow-x:hidden}.multisection-images__image-content__slides img{flex:0 0 100%;transition:.3s}.hidden-slide{transform:translate(-100%)}.home-faq{padding:20px 40px}@media screen and (max-width: 900px){.home-faq{padding:30px 15px}}.home-faq__wrapper{padding:40px;border-radius:25px;background-color:#000;display:flex;flex-direction:column;gap:40px}@media screen and (max-width: 900px){.home-faq__wrapper{padding:20px;gap:20px;border-radius:20px}}.home-faq__wrapper h2{font-size:1.875rem;line-height:2.125rem;font-family:Sohne,sans-serif;font-weight:500;color:var(--accent-primary, #f5f5f7);margin:0}@media screen and (max-width: 900px){.home-faq__wrapper h2{font-size:1.375rem;line-height:1.75rem}}.home-faq__items{display:flex;flex-direction:column;gap:15px}.home-faq__item{padding:5.5px 0;display:flex;flex-direction:column}@media screen and (max-width: 900px){.home-faq__item{padding:3px 0}}.home-faq__item.active .home-faq__item__icon{transform:rotate(180deg)}.home-faq__item.active .home-faq__item__content{padding-top:20px}@media screen and (max-width: 900px){.home-faq__item.active .home-faq__item__content{padding-top:12px}}.home-faq__item__title{cursor:pointer;display:flex;justify-content:space-between}@media screen and (max-width: 900px){.home-faq__item__title{gap:10px;align-items:center}}.home-faq__item__title h3{font-size:1.125rem;line-height:22px;font-family:Sohne,sans-serif;font-weight:500;color:var(--accent-primary, #f5f5f7);margin:0;display:flex;align-items:center}@media screen and (max-width: 900px){.home-faq__item__title h3{font-size:14px;line-height:20px;font-weight:400}}.home-faq__item__icon{transition:transform .4s ease}.home-faq__item__content{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out,padding .5s;font-size:.875rem;line-height:1.25rem;font-family:Sohne,sans-serif;font-weight:400;color:var(--accent-primary, #f5f5f7);margin:0;display:flex;flex-direction:column;gap:15px}.home-faq__item__content p,.home-faq__item__content span,.home-faq__item__content a,.home-faq__item__content b,.home-faq__item__content strong,.home-faq__item__content li{font-size:1rem}@media screen and (max-width: 900px){.home-faq__item__content p,.home-faq__item__content span,.home-faq__item__content a,.home-faq__item__content b,.home-faq__item__content strong,.home-faq__item__content li{font-size:12px;line-height:18px}}.home-faq__item__content a{letter-spacing:.2px;font-weight:400;line-height:22px;color:var(--accent-primary, #f5f5f7);text-decoration:underline}.home-faq__item__content strong{font-weight:500}.home-faq__item__content ul,.home-faq__item__content ol{list-style-position:inside;padding:0}.tolstoy{padding:20px 40px}@media screen and (max-width: 900px){.tolstoy{padding:30px 15px}}.tolstoy__wrapper{padding:40px;display:flex;flex-direction:column;border-radius:25px;background-color:var(--primary, #000)}@media screen and (max-width: 900px){.tolstoy__wrapper{padding:30px 20px}}.tolstoy__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:50px}@media screen and (max-width: 900px){.tolstoy__top{margin-bottom:30px}}.tolstoy__top h2{font-family:Sohne,sans-serif;font-size:30px;line-height:34px;color:var(--accent-secondary, #fff);margin-bottom:0}@media screen and (max-width: 900px){.tolstoy__top h2{font-size:22px;line-height:28px}}.tolstoy__btn .btn-text-mobile{display:none;font-size:14px}.tolstoy__btn .btn-text-desktop{display:inline;font-size:14px}@media screen and (max-width: 900px){.tolstoy__btn .btn-text-desktop{display:none;font-size:14px}.tolstoy__btn .btn-text-mobile{display:inline;font-size:14px}}.tolstoy__btn.btn-outline{min-width:auto;height:fit-content;color:var(--accent-secondary, #fff);text-box-trim:trim-both;text-box-edge:cap alphabetic}.tolstoy__btn.btn-outline:hover{color:var(--accent-secondary, #fff);text-decoration:none}@media screen and (max-width: 900px){.tolstoy__btn.btn-outline{padding:14px}}.tolstoy-carousel[data-publish-id="3ir1ttpyyccgz"] ._progressBarContainer_1cxil_316{background:#333;margin:0}.tolstoy-carousel[data-publish-id="3ir1ttpyyccgz"] ._bottomControlsContainer_1cxil_299{gap:40px}.tolstoy-carousel[data-publish-id="3ir1ttpyyccgz"] ._progressBar_1cxil_316{background:#f5f5f7}.tolstoy-carousel[data-publish-id="3ir1ttpyyccgz"] ._bottomArrowsContainer_1cxil_309{gap:10px}.tolstoy-carousel[data-publish-id=whu0y02ssaqwo] .tolstoy-carousel-video-container,.tolstoy-carousel[data-publish-id=whu0y02ssaqwo] ._video_1cxtl_49{aspect-ratio:1/1!important}.tolstoy-carousel[data-publish-id=whu0y02ssaqwo] .tolstoy-carousel-video-container video,.tolstoy-carousel[data-publish-id=whu0y02ssaqwo] ._video_1cxtl_49 video{aspect-ratio:1/1!important;object-fit:cover;width:100%;height:100%}.tolstoy-carousel[data-publish-id=whu0y02ssaqwo] .tolstoy-carousel-video{aspect-ratio:1/1!important}.tolstoy-carousel[data-publish-id=whu0y02ssaqwo] .tolstoy-carousel-video iframe,.tolstoy-carousel[data-publish-id=whu0y02ssaqwo] .tolstoy-carousel-video video{aspect-ratio:1/1!important;object-fit:cover}.tolstoy-carousel div{border-radius:25px}.tolstoy-carousel>div.tolstoy-carousel-container{width:auto;margin-top:0;margin-bottom:0;max-width:unset!important}.tolstoy-carousel .tolstoy-carousel-arrow-button-container:first-of-type{right:50px}.tolstoy-carousel .tolstoy-carousel-arrow-button>button[type=button]{background-color:#333;height:40px;width:40px}@media screen and (max-width: 900px){.tolstoy-carousel .tolstoy-carousel-arrow-button>button[type=button]{height:30px;width:30px;display:flex!important}}.tolstoy-carousel .tolstoy-carousel-arrow-button>button[type=button]>svg{height:14px}.tolstoy-carousel .tolstoy-carousel-arrow-button>button[type=button]>svg>path{fill:var(--accent-secondary, #fff)}.tolstoy-carousel .tolstoy-carousel-video-container{background-color:transparent}.tolstoy-carousel .tolstoy-video-carousel-container{position:relative;padding-bottom:30px}@media screen and (max-width: 900px){.tolstoy-carousel .tolstoy-video-carousel-container{padding-bottom:10px}}.video-banner{padding:20px 40px}@media screen and (max-width: 900px){.video-banner{padding:30px 15px}}.video-banner__wrapper{position:relative}.video-banner .video-desktop{padding-top:56.3%}@media screen and (max-width: 900px){.video-banner .video-desktop{display:none}}.video-banner .video-desktop video{width:100%;border-radius:25px}@media (width >= 1025px){.video-banner .video-desktop video{object-fit:cover}}.video-banner .video-desktop img{width:100%;object-fit:cover;object-position:center;border-radius:25px}.video-banner .video-mobile{display:none}@media screen and (max-width: 900px){.video-banner .video-mobile{display:block;padding-top:145%}.video-banner .video-mobile.no-video{position:relative;overflow:hidden;border-radius:20px}.video-banner .video-mobile.no-video video{border-radius:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%;width:auto;height:auto;object-fit:cover}}.video-banner .video-mobile video{width:100%;border-radius:20px}.video-banner .video-mobile img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:20px}.video-banner .video-desktop,.video-banner .video-mobile{position:relative}.video-banner .video-desktop video,.video-banner .video-desktop img,.video-banner .video-mobile video,.video-banner .video-mobile img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.video-banner__content{display:flex;width:400px;flex-direction:column;align-items:flex-start;gap:40px;position:absolute;top:40px;left:40px}@media screen and (max-width: 900px){.video-banner__content{top:20px;left:20px;gap:20px;width:calc(100% - 40px)}}.video-banner__content h2{font-family:Sohne,sans-serif;font-size:1.875rem;font-weight:500;line-height:2.125rem;color:var(--accent-primary, #f5f5f7);margin:0}@media screen and (max-width: 900px){.video-banner__content h2{font-size:1.375rem;line-height:1.75rem}}.video-banner__content a{padding:11.5px 25px;border:1px solid var(--accent-primary, #f5f5f7);font-family:Sohne,sans-serif;font-size:1rem;font-weight:500;line-height:1.375rem;color:var(--accent-primary, #f5f5f7);margin:0;transition:.3s;text-decoration:none;border-radius:30px}@media screen and (max-width: 900px){.video-banner__content a{font-size:.875rem;line-height:1.25rem;padding:8px 20px}}.video-banner__content a:hover{background-color:var(--accent-primary, #f5f5f7);color:var(--secondary, #101010)}.video-banner__logo-list{overflow:hidden;display:flex;max-width:580px;width:580px;background-color:#fff3;padding:10px 0;border-radius:30px;position:absolute;left:40px;bottom:35px}@media (width <= 799px){.video-banner__logo-list{max-width:520px;width:520px}}@media screen and (max-width: 900px){.video-banner__logo-list{max-width:calc(100% - 40px);width:calc(100% - 40px);left:20px;bottom:24px}}.video-banner__logo-list .logo-container{white-space:nowrap;display:flex;gap:20px;flex:none;padding:0 10px}.video-banner__logo-list img{height:20px;width:auto}.video-banner__sound{background-color:#fff3;border-radius:100%;width:fit-content;padding:10.5px;position:absolute;bottom:40px;right:40px;cursor:pointer;min-width:19px}.video-banner__sound.no-mobile{display:none}@media screen and (min-width: 900px){.video-banner__sound.no-mobile{display:block}.video-banner__sound.no-desktop{display:none}}.video-banner__sound.active .video-banner__sound__off{display:none}.video-banner__sound.active .video-banner__sound__on{display:block}@media screen and (max-width: 900px){.video-banner__sound{right:20px;bottom:80px}}.video-banner__sound__off{margin-bottom:-5px}.video-banner__sound__on{margin-bottom:-5px;display:none}.container__reward{position:relative;height:90px;padding:0}.container__reward-bar{overflow:hidden;width:100%;height:6px;margin-top:10px;background:var(--color-bar-reward-empty);border-radius:50px}.container__reward-bar--progress{width:0;height:100%;background:var(--color-bar-reward-active);border-radius:inherit;transition:width .3s ease-in-out}.container__reward-content{position:absolute;z-index:-1;top:1px;display:flex;width:100%;align-items:center;justify-content:space-between}.container__reward-content--reward{width:25%;text-align:center}.container__reward-content--reward p{color:var(--color-bar-reward-empty);font-weight:600}.container__reward-content--reward p.active{color:var(--color-bar-reward-active)}.container__reward-content--reward p.point-none{color:#4440}.btn-primary,.btn-secondary,.btn-contrast,.btn-outline,.btn-outline-contrast,.shopify-challenge__button{padding:15px 20px;min-width:180px;border-width:1px;border-style:none;border-radius:30px;cursor:pointer;font-weight:500;transition:.3s ease;transition-property:background-color;text-align:center;font-size:1rem;line-height:1.25rem;font-family:Sohne,sans-serif;letter-spacing:.2px}.shopify-challenge__button:disabled,.btn-outline-contrast:disabled,.btn-outline:disabled,.btn-contrast:disabled,.btn-secondary:disabled,.btn-primary:disabled{opacity:.8}.btn-primary{border:1px solid var(--primary, #000);background-color:var(--primary, #000);color:var(--accent-secondary, #fff)}.btn-primary>div#loading{border:3px solid transparent;border-top-color:var(--accent-secondary, #fff)}.btn-primary.unselect{border:1px solid #86868b;background-color:transparent;color:var(--primary, #000)}.btn-primary.unselect>div#loading{border:3px solid transparent;border-top-color:var(--primary, #000)}.btn-primary:hover{border:1px solid var(--primary, #000);background-color:transparent;color:var(--primary, #000)}.btn-primary:hover>div#loading{border:3px solid transparent;border-top-color:var(--primary, #000)}.btn-primary:hover svg,.btn-primary:hover svg path{fill:var(--primary, #000)}.btn-secondary{border:1px solid #7a45f0;background-color:#7a45f0;color:var(--accent-secondary, #fff)}.btn-secondary>div#loading{border:3px solid transparent;border-top-color:var(--accent-secondary, #fff)}.btn-contrast{border:1px solid var(--accent-secondary, #fff);background-color:var(--accent-secondary, #fff);color:var(--primary, #000)}.btn-contrast>div#loading{border:3px solid transparent;border-top-color:var(--primary, #000)}.btn-outline{border:1px solid #86868b;background-color:transparent;color:var(--primary, #000)}.btn-outline>div#loading{border:3px solid transparent;border-top-color:var(--primary, #000)}.btn-outline-contrast{border:1px solid #ff005c;background-color:transparent;color:#ff005c}.btn-outline-contrast>div#loading{border:3px solid transparent;border-top-color:#ff005c}.btn--xs{padding:10px 20px;min-width:63px;line-height:.875rem;font-size:.75rem;letter-spacing:.2px}.btn--s{padding:14px 20px;min-width:104px;line-height:1.125rem;font-size:.875rem}.btn--l{padding:19.5px 50px;min-width:224px}.btn--xl{padding:20px 40px;min-width:275px}.btn--circle{padding:15px;min-width:auto;width:50px;height:50px}.btn--icon svg,.btn--icon img{width:12px;height:12px;margin-left:10px}.light .btn-primary{color:var(--accent-primary, #f5f5f7)}.shopify-challenge__container{margin:7rem auto!important}.shopify-challenge__message{display:block;font-size:18px;font-weight:600;margin-bottom:25px}.g-recaptcha{margin:1rem auto}body.page-how-it-works{background-color:var(--secondary, #101010)}body .page-content-product{margin:40px}@media screen and (max-width: 900px){body .page-content-product{margin:40px 5px}}body .page-content-product__menu{display:flex;flex-direction:column;border-radius:25px;background:#fff;padding:30px;box-sizing:border-box;transition:height .5s ease-in-out;margin-bottom:5px}@media screen and (max-width: 900px){body .page-content-product__menu{padding:0 10px 40px;background-color:transparent}}body .page-content-product__menu h1{color:var(--secondary, #101010);font-size:1.875rem;font-style:normal;font-weight:500;line-height:2.125rem;margin-top:0;margin-bottom:50px}@media screen and (max-width: 900px){body .page-content-product__menu h1{margin-bottom:40px;color:#fff}}@media screen and (max-width: 900px){body .page-content-product__menu nav{overflow:hidden}}@media screen and (max-width: 900px){body .page-content-product__menu nav ul{white-space:nowrap;overflow:auto}}body .page-content-product__menu nav ul li{list-style:none}@media screen and (max-width: 900px){body .page-content-product__menu nav ul li{display:inline-block;vertical-align:middle;width:auto}}body .page-content-product__menu nav ul li a{display:inline-block;padding:14px 18.99px;border-radius:38px;border:1px solid #86868b;color:var(--secondary, #101010);font-size:.75rem;font-family:Sohne,sans-serif;font-style:normal;font-weight:500;line-height:.438rem;letter-spacing:.2px;margin-bottom:15px;text-decoration:none}@media screen and (max-width: 900px){body .page-content-product__menu nav ul li a{color:#fff}}body .page-content-product__menu nav ul li a:hover{border:1px solid #000}body .page-content-product__menu--external{margin-top:auto}@media screen and (max-width: 900px){body .page-content-product__menu--external{display:none}}body .page-content-product__menu--external__link{height:35px;padding-left:44px;margin-top:30px;position:relative;font-family:Sohne,sans-serif}body .page-content-product__menu--external__link span{position:absolute;left:0;top:0;width:35px;height:35px;background-color:#c4c4c4;border-radius:42px;box-shadow:0 0 4px #00000040 inset}body .page-content-product__menu--external__link p{color:#000;font-size:.875rem;font-style:normal;font-weight:500;line-height:1rem}body .page-content-product__menu--external__link a{color:#06f;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;display:block}body .page-content-product__scroll{box-sizing:border-box;color:#fff}body .page-content-product__scroll--row{display:flex;justify-content:space-between;box-sizing:border-box;position:relative;width:auto;overflow:hidden;white-space:nowrap;transition:all .2s;will-change:transform;-webkit-user-select:none;user-select:none;cursor:pointer;scroll-snap-type:x mandatory;scroll-behavior:smooth}body .page-content-product__scroll--row.active{cursor:grabbing}body .page-content-product__scroll--row.gallery{height:41.667vw}@media screen and (max-width: 900px){body .page-content-product__scroll--row.gallery{height:53.334vw}}body .page-content-product__scroll--row.gallery .page-content-product__scroll--row__col{flex:0 0 50%;overflow:hidden;display:inline-block;padding-left:5px;scroll-snap-align:start}@media screen and (max-width: 900px){body .page-content-product__scroll--row.gallery .page-content-product__scroll--row__col{flex:0 0 100%;padding-left:0}}@media screen and (max-width: 900px){body .page-content-product__scroll--row.double{margin-left:0;height:auto}}body .page-content-product__scroll--row.grid-layout{display:grid;grid-template-columns:1fr 1fr}body .page-content-product__scroll--row.light{background-color:#fff;border-radius:25px;min-height:100px;padding:30px;margin-left:5px}@media screen and (max-width: 900px){body .page-content-product__scroll--row.light{padding:20px;margin-left:0}}body .page-content-product__scroll--row.light button,body .page-content-product__scroll--row.light a{border:1px solid #86868b;color:var(--secondary, #101010);text-align:center;font-size:.75rem;font-family:Sohne,sans-serif;font-style:normal;line-height:2.25rem;font-weight:500;letter-spacing:.2px;padding:0 20px;border-radius:38px;height:37px;margin-bottom:20px;background-color:transparent;display:inline-block;text-decoration:none}@media screen and (min-width: 900px){body .page-content-product__scroll--row.light button.desktop-dark,body .page-content-product__scroll--row.light a.desktop-dark{color:var(--accent-primary, #f5f5f7);background-color:var(--secondary, #101010);border:none}}body .page-content-product__scroll--row.light .page-content-product__scroll--row__col.card{border-radius:20px;background:var(--accent-primary, #f5f5f7);padding:20px;margin:5px}@media screen and (max-width: 900px){body .page-content-product__scroll--row.light .page-content-product__scroll--row__col.card{background:transparent;padding:0;height:auto;display:block;flex:initial;overflow:visible}body .page-content-product__scroll--row.light .page-content-product__scroll--row__col.card:nth-child(2){display:none}}body .page-content-product__scroll--row.light .page-content-product__scroll--row__col.card:first-child{margin-left:0}body .page-content-product__scroll--row.light .page-content-product__scroll--row__col.card:last-child{margin-right:0}body .page-content-product__scroll--row.light .page-content-product__scroll--row__col.card h3{color:var(--secondary, #101010);font-size:1.375rem;font-style:normal;font-weight:500;line-height:1rem;margin-bottom:30px}body .page-content-product__scroll--row.light .page-content-product__scroll--row__col.card h2{color:var(--kim-card-color, #06f);font-size:.75rem;font-family:Sohne,sans-serif;font-style:normal;font-weight:600;line-height:1rem;letter-spacing:.2px;margin-bottom:15px;display:block}body .page-content-product__scroll--row.light .page-content-product__scroll--row__col.card h2.dont{color:#ba4125}body .page-content-product__scroll--row.light .page-content-product__scroll--row__col.card ul li{list-style:none;color:var(--secondary, #101010);font-size:.875rem;font-family:Sohne,sans-serif;font-style:normal;font-weight:400;line-height:1.25rem;margin-bottom:8px;position:relative;padding-left:16px;white-space:normal}body .page-content-product__scroll--row.light .page-content-product__scroll--row__col.card ul li:last-child{margin-bottom:0}body .page-content-product__scroll--row.light .page-content-product__scroll--row__col.card ul li svg{position:absolute;left:0;top:8px}body .page-content-product__scroll--row.light .page-content-product__scroll--row__col.card ul li a{border:0;height:auto;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;margin:auto;padding:0;text-decoration:underline;color:#00f}body .page-content-product__scroll--row__col{flex:1;box-sizing:border-box;overflow:hidden}@media (max-width: 1612px){body .page-content-product__scroll--row__col table{display:block;overflow-x:auto;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}body .page-content-product__scroll--row__col table::-webkit-scrollbar{display:none}}body .page-content-product__scroll--row__col .image-cover{object-fit:cover;border-radius:0}body .page-content-product__scroll--row__col h2{color:var(--secondary, #101010);font-size:1.5625rem;font-style:normal;font-weight:500;line-height:1.875rem;margin-top:0;margin-bottom:30px}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col h2{font-size:1.375rem;line-height:1.75rem}}body .page-content-product__scroll--row__col.slider{margin-left:5px;background-color:#fff;border-radius:25px;overflow:hidden;position:relative}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.slider{display:block;width:100%;flex:auto;margin-left:0}}body .page-content-product__scroll--row__col.slider h2{padding:30px 30px 0;position:fixed}body .page-content-product__scroll--row__col.slider .slider-canvas{position:absolute;top:90px;right:0;bottom:80px;left:0}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas{position:relative;top:auto;bottom:auto}}body .page-content-product__scroll--row__col.slider .slider-canvas__slider-next-shortcut{display:none}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__slider-next-shortcut{display:flex;align-items:center;justify-content:center;position:absolute;background:#fff;border:1px solid #000;border-radius:115px;bottom:26px;right:20px;z-index:10;width:40px;height:40px}}body .page-content-product__scroll--row__col.slider .slider-canvas__slider-next-shortcut svg path{stroke:#000}body .page-content-product__scroll--row__col.slider .slider-canvas__list-images{display:flex;align-items:center;flex-wrap:nowrap;gap:10px;padding:30px}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__list-images{display:none}}body .page-content-product__scroll--row__col.slider .slider-canvas__list-images img{object-fit:cover;border-radius:15px}body .page-content-product__scroll--row__col.slider .slider-canvas__list-images .ratio-container{width:calc(25% - 10px);padding-bottom:calc(25% - 10px);flex:1}body .page-content-product__scroll--row__col.slider .slider-canvas__container{position:absolute;top:0;left:0;display:flex;transition:transform .5s ease-in-out;width:100%;height:100%;cursor:grab;-webkit-user-select:none;user-select:none}body .page-content-product__scroll--row__col.slider .slider-canvas__container:active{cursor:grabbing}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__container{position:relative;height:auto}}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide{min-width:100%;height:auto;box-sizing:border-box;padding:30px 30px 0;color:var(--secondary, #101010);position:relative;display:flex;flex-direction:column;justify-content:flex-end}@media screen and (min-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide{justify-content:flex-end;flex-direction:column}}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide{width:100%;padding:calc(100% + 10px) 20px 25px 20px;justify-content:flex-start}}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide *{font-family:Sohne,sans-serif}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide h3{font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.375rem}@media screen and (min-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide h3{text-wrap:auto;min-height:75px}}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide h3{font-size:20px;line-height:24px;margin-top:0;margin-bottom:18px;min-height:66px;text-wrap:auto}}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide p{font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;white-space:break-spaces}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide p{margin:0}}body .page-content-product__scroll .content-richiest{overflow-y:auto}@media screen and (width > 992px){body .page-content-product__scroll .content-richiest{max-height:50%}}@media screen and (width > 1281px){body .page-content-product__scroll .content-richiest{max-height:48%}}@media screen and (width > 1440px){body .page-content-product__scroll .content-richiest{max-height:55%}}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__toggle{display:none}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltips{margin-top:0}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltips{display:flex;align-items:center;gap:10px;max-width:calc(100% - 60px)}}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltip{border-radius:15px;background:var(--accent-primary, #f5f5f7);padding:18px;margin-top:30px}@media screen and (min-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltip{margin:0;padding:15px}}@media screen and (width <= 1281px){body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltip{bottom:0}}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltip{position:relative;inset:auto;margin-top:25px;width:100%}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltip div{max-height:0;overflow:hidden;transition:all .3s ease}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltip.open.image{padding-left:80px}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltip.open.image img{visibility:visible;opacity:1}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltip.open h4 svg{transform:rotate(180deg) scale(.8)}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltip.open div{max-height:500px;margin-top:10px}}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltip h4.title-recycling{font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;letter-spacing:.2px;margin:0 0 15px}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltip h4.title-recycling{margin-bottom:0}}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltip h4.title-recycling svg{display:none}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltip h4.title-recycling svg{display:block;position:absolute;right:18px;top:18px;transform:rotate(0) scale(.8);transition:all .3s ease}}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltip p{font-size:.75rem;font-family:Sohne,sans-serif;font-style:normal;font-weight:400;line-height:1rem;letter-spacing:.2px;margin-bottom:4px;-webkit-box-orient:vertical;-webkit-line-clamp:3}@media screen and (min-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltip p{min-height:64px}}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltip ul{margin-left:18px}@media screen and (min-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltip.image{padding-left:90px}}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltip.image h4.title-recycling{margin-bottom:0}@media screen and (min-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltip.image h4.title-recycling{margin-top:6px}}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltip.image h4.title-recycling .recycle{display:inline-block!important;width:12px;height:12px;margin-left:4px;position:relative;top:2px}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltip.image p{line-height:1.1rem;margin-top:10px}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltip.image img{position:absolute;width:60px;height:60px;left:40px;bottom:50px;margin:auto;object-fit:cover;object-position:center}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide__tooltip.image img{visibility:hidden;left:10px;opacity:0}}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide.double-slide .slider-canvas__container--slide__tooltips .slider-canvas__container--slide__toggle{display:block;width:100%;border-radius:20px;background:var(--accent-primary, #f5f5f7);padding:15px;font-size:.75rem;font-style:normal;line-height:1rem;letter-spacing:.2px;margin-top:30px;font-weight:500;position:relative}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide.double-slide .slider-canvas__container--slide__tooltips .slider-canvas__container--slide__toggle svg{position:absolute;right:18px;top:18px;transform:rotate(0) scale(.8);transition:all .3s ease}}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide.double-slide .slider-canvas__container--slide__tooltips .slider-canvas__container--slide__tooltip{left:auto;right:auto;bottom:auto;position:relative;border-radius:0;margin:0}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide.double-slide .slider-canvas__container--slide__tooltips .slider-canvas__container--slide__tooltip{max-height:0;overflow:hidden;transition:all .3s ease;padding-top:0!important;padding-bottom:0!important;margin-top:0;border-radius:0!important}}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide.double-slide .slider-canvas__container--slide__tooltips .slider-canvas__container--slide__tooltip:nth-of-type(2){-webkit-border-top-left-radius:20px;-webkit-border-top-right-radius:20px;-moz-border-radius-topleft:20px;-moz-border-radius-topright:20px;border-top-left-radius:20px;border-top-right-radius:20px;padding-bottom:4px}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide.double-slide .slider-canvas__container--slide__tooltips .slider-canvas__container--slide__tooltip:nth-of-type(2){display:none}}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide.double-slide .slider-canvas__container--slide__tooltips .slider-canvas__container--slide__tooltip:nth-of-type(3){-webkit-border-bottom-left-radius:20px;-webkit-border-bottom-right-radius:20px;-moz-border-radius-bottomleft:20px;-moz-border-radius-bottomright:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;padding-top:4px}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide.double-slide .slider-canvas__container--slide__tooltips .slider-canvas__container--slide__tooltip:nth-of-type(3){display:none}}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide.double-slide .slider-canvas__container--slide__tooltips .slider-canvas__container--slide__tooltip:nth-of-type(3) img{top:-14px}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide.double-slide .slider-canvas__container--slide__tooltips .slider-canvas__container--slide__tooltip:last-of-type{-webkit-border-bottom-right-radius:20px!important;-webkit-border-bottom-left-radius:20px!important;-moz-border-radius-bottomright:20px!important;-moz-border-radius-bottomleft:20px!important;border-bottom-right-radius:20px!important;border-bottom-left-radius:20px!important}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide.double-slide .slider-canvas__container--slide__tooltips .slider-canvas__container--slide__tooltip div{max-height:500px;overflow:auto}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide.double-slide .slider-canvas__container--slide__tooltips .slider-canvas__container--slide__tooltip div h4 svg{display:none}}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide.double-slide .slider-canvas__container--slide__tooltips .slider-canvas__container--slide__tooltip.image{padding-left:80px}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide.double-slide .slider-canvas__container--slide__tooltips .slider-canvas__container--slide__tooltip.image div{max-height:500px;overflow:auto}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide.double-slide .slider-canvas__container--slide__tooltips .slider-canvas__container--slide__tooltip.image h4 svg.arrow-accordion{display:none}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide.double-slide .slider-canvas__container--slide__tooltips .slider-canvas__container--slide__tooltip.image img{visibility:visible;opacity:1}}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide.double-slide .slider-canvas__container--slide__tooltips.open .slider-canvas__container--slide__toggle{border-radius:20px 20px 0 0!important;-webkit-border-top-left-radius:20px!important;-webkit-border-top-right-radius:20px!important;-moz-border-radius-topleft:20px!important;-moz-border-radius-topright:20px!important}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide.double-slide .slider-canvas__container--slide__tooltips.open .slider-canvas__container--slide__tooltip{max-height:500px;padding:15px!important}body .page-content-product__scroll--row__col.slider .slider-canvas__container--slide.double-slide .slider-canvas__container--slide__tooltips.open .slider-canvas__container--slide__tooltip.image{padding-left:80px!important}}body .page-content-product__scroll--row__col.slider .slider-canvas__arrows{position:absolute;bottom:-54px;display:flex;justify-content:space-between;left:30px;right:30px}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__arrows{display:none}}body .page-content-product__scroll--row__col.slider .slider-canvas__arrows button{background:none;border:none;font-size:2rem;cursor:pointer}body .page-content-product__scroll--row__col.slider .slider-canvas__dots{text-align:center;padding:10px 0;z-index:2;position:absolute;left:60px;right:60px;bottom:-65px}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__dots{display:none}}body .page-content-product__scroll--row__col.slider .slider-canvas__dots .dot{height:4px;width:4px;background-color:#d9d9d9;border-radius:50%;display:inline-block;margin:0 5px;cursor:pointer;transition:background-color .3s}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.slider .slider-canvas__dots .dot{margin:0 8px}}body .page-content-product__scroll--row__col.slider .slider-canvas__dots .dot.active{background-color:var(--secondary, #101010)}body .page-content-product__scroll--row__col.target-slider{position:relative;height:100%;border-radius:25px}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.target-slider{height:max-content;z-index:2;display:block;position:absolute;left:20px;top:20px;right:20px}}body .page-content-product__scroll--row__col.target-slider .target-slider-gallery{display:flex;transition:transform .5s ease-in-out;width:100%;height:100%;cursor:grab;-webkit-user-select:none;user-select:none}body .page-content-product__scroll--row__col.target-slider .target-slider-gallery:active{cursor:grabbing}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.target-slider .target-slider-gallery{height:max-content}}body .page-content-product__scroll--row__col.target-slider .target-slider-gallery__slide{min-width:100%;box-sizing:border-box;display:block}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.target-slider .target-slider-gallery__slide{height:auto;position:relative;padding-top:100%}}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.target-slider .target-slider-gallery__slide>img{top:0;left:0;position:absolute;width:100%;height:100%;object-fit:cover}}@media screen and (max-width: 900px){body .page-content-product__scroll--row__col.target-slider .target-slider-gallery__slide img{width:100%;height:100%;object-fit:cover}}body .page-content-product__scroll--row__col table{border-spacing:2px;border-collapse:separate;table-layout:fixed}body .page-content-product__scroll--row__col table th,body .page-content-product__scroll--row__col table td{width:calc((100% - 148px) / 9);max-width:calc((100% - 148px) / 9)}body .page-content-product__scroll--row__col table th:first-child,body .page-content-product__scroll--row__col table td:first-child{width:108px;position:sticky;left:0;background-color:var(--accent-primary, #f5f5f7);z-index:2}@media (max-width: 1612px){body .page-content-product__scroll--row__col table th:first-child,body .page-content-product__scroll--row__col table td:first-child{min-width:126px}}@media (max-width: 1612px){body .page-content-product__scroll--row__col table th,body .page-content-product__scroll--row__col table td{min-width:76px}}body .page-content-product__scroll--row__col table thead tr th{background-color:var(--accent-primary, #f5f5f7);padding:10px 5px 20px}@media (max-width: 1612px){body .page-content-product__scroll--row__col table thead tr th{padding:10px 5px}}body .page-content-product__scroll--row__col table thead tr th p{font-size:.875rem;line-height:1.25rem;font-weight:500;font-family:Sohne,sans-serif;margin:0;color:var(--secondary, #101010)}@media (max-width: 1612px){body .page-content-product__scroll--row__col table thead tr th p{font-size:.75rem;line-height:1rem;letter-spacing:.2px}}body .page-content-product__scroll--row__col table thead tr th:first-of-type{border-radius:20px 0 0}body .page-content-product__scroll--row__col table thead tr th:last-of-type{border-radius:0 20px 0 0}body .page-content-product__scroll--row__col table thead tr th.actives-text{padding:5px 20px;text-align:left;font-size:.875rem;line-height:1.25rem;font-weight:500;font-family:Sohne,sans-serif;margin:0;color:#86868b;text-transform:uppercase}body .page-content-product__scroll--row__col table tbody tr td{padding:11.5px 20px;background-color:var(--accent-primary, #f5f5f7);text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:500;font-family:Sohne,sans-serif;margin:0;color:var(--secondary, #101010)}@media (max-width: 1612px){body .page-content-product__scroll--row__col table tbody tr td{font-size:.75rem;line-height:1rem;letter-spacing:.2px}}body .page-content-product__scroll--row__col table tbody tr td:first-of-type{text-align:left}body .page-content-product__scroll--row__col table tbody tr:last-of-type td{padding-bottom:21.5px}body .page-content-product__scroll--row__col table tbody tr:last-of-type td:first-of-type{border-radius:0 0 0 20px}body .page-content-product__scroll--row__col table tbody tr:last-of-type td:last-of-type{border-radius:0 0 20px}body .page-content-product__scroll--row .section-list-routine{display:flex;box-sizing:border-box;position:relative;width:auto;overflow:hidden;white-space:nowrap;transition:all .2s;will-change:transform;-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:20px;margin-bottom:39.5px}body .page-content-product__scroll--row .section-list-routine:last-of-type{margin-bottom:0}body .page-content-product__scroll--row .section-list-routine__item{overflow:hidden;display:inline-block;min-width:220px;max-width:220px;color:gray;background-color:var(--accent-primary, #f5f5f7);box-sizing:border-box;padding:20px;margin-right:10px;border-radius:20px}body .page-content-product__scroll--row .section-list-routine__item--number{position:absolute;width:22px;height:22px;z-index:1;border-radius:100%;border:1px solid var(--secondary, #101010);text-align:center;font-size:.75rem;font-weight:500;line-height:1.375rem;font-family:Sohne,sans-serif;color:var(--primary, #000)}body .page-content-product__scroll--row .section-list-routine__item img{width:180px;height:180px;object-fit:contain;object-position:center;user-drag:none;-webkit-user-drag:none}body .page-content-product__scroll--row .section-list-routine__item .subtitle{font-size:.75rem;line-height:1rem;font-weight:500;font-family:Sohne,sans-serif;margin:0;letter-spacing:.2px;color:var(--color-subtitle)}body .page-content-product__scroll--row .section-list-routine__item .title{font-size:1rem;line-height:1.375rem;font-weight:500;font-family:Sohne,sans-serif;margin:.625rem 0;color:var(--secondary, #101010)}body .page-content-product__scroll--row .section-list-routine__item .description{font-size:.75rem;line-height:1rem;font-weight:400;font-family:Sohne,sans-serif;white-space:normal;font-style:italic;margin:0;letter-spacing:.2px;color:#86868b;min-height:30px}body .page-content-product__scroll--row .guide-table{display:flex}body .page-content-product__scroll--row .guide-table__features{width:148px}body .page-content-product__scroll--row .guide-table__features--head{height:110px;background:var(--accent-primary, #f5f5f7);-webkit-border-top-left-radius:25px;-moz-border-radius-topleft:25px;border-top-left-radius:25px;display:flex;align-items:center;padding:0 20px;color:#86868b;font-size:.75rem;font-family:Sohne,sans-serif;font-style:normal;font-weight:500;line-height:1.25rem;text-transform:uppercase;margin:2px 1px}body .page-content-product__scroll--row .guide-table__features--item{color:var(--secondary, #101010);font-size:.875rem;font-family:Sohne,sans-serif;font-style:normal;font-weight:600;line-height:1.25rem;height:38px;padding:0 20px;background:var(--accent-primary, #f5f5f7);display:flex;align-items:center;margin:2px 1px}body .page-content-product__scroll--row .guide-table__features--item:last-of-type{-webkit-border-bottom-left-radius:25px;-moz-border-radius-bottomleft:25px;border-bottom-left-radius:25px}body .page-content-product__scroll--row .guide-table__items{flex:1;display:flex;box-sizing:border-box;position:relative;width:auto;overflow:hidden;white-space:nowrap;transition:all .2s;will-change:transform;-webkit-user-select:none;user-select:none;cursor:pointer;-webkit-border-bottom-right-radius:25px;-moz-border-radius-bottomright:25px;border-bottom-right-radius:25px}@media screen and (min-width: 900px){body .page-content-product__scroll--row .guide-table__items{-webkit-border-top-right-radius:25px;-webkit-border-bottom-right-radius:25px;-moz-border-radius-topright:25px;overflow-x:auto}}body .page-content-product__scroll--row .guide-table__items--item{overflow:hidden;display:inline-block;flex:0 0 125px}body .page-content-product__scroll--row .guide-table__items--item__head{height:110px;text-align:center;background:var(--accent-primary, #f5f5f7);color:var(--secondary, #101010);font-size:.875rem;font-family:Sohne,sans-serif;font-style:normal;font-weight:600;line-height:1.25rem;padding-top:12px;box-sizing:border-box;margin:2px 1px}body .page-content-product__scroll--row .guide-table__items--item__head img{width:60px;height:60px;display:block;margin:0 auto 6px}body .page-content-product__scroll--row .guide-table__items--item__info{height:38px;text-align:center;display:flex;align-items:center;justify-content:center;background:var(--accent-primary, #f5f5f7);margin:2px 1px}body .page-content-product__scroll--row .guide-table__items--item:last-of-type .guide-table__items--item__info:last-of-type{-webkit-border-bottom-right-radius:25px;-moz-border-radius-bottomright:25px;border-bottom-right-radius:25px}body .page-content-product__scroll--row .accordion-container__item{width:100%;overflow:hidden;margin-bottom:10px}body .page-content-product__scroll--row .accordion-container__item--head{position:relative;cursor:pointer}body .page-content-product__scroll--row .accordion-container__item--head h4{color:var(--secondary, #101010);font-size:1rem;font-style:normal;font-weight:500;line-height:1.375rem;margin-bottom:12px;position:relative;padding-right:30px;white-space:normal}body .page-content-product__scroll--row .accordion-container__item--head h4 svg{position:absolute;right:0;top:6px}@media screen and (max-width: 900px){body .page-content-product__scroll--row .accordion-container__item--head h4 svg{top:8px}}body .page-content-product__scroll--row .accordion-container__item--content{max-height:0;overflow:hidden;will-change:max-height;transition:all .25s ease-out;color:#f1f1f1;opacity:0;white-space:normal}body .page-content-product__scroll--row .accordion-container__item--content *{font-family:Sohne,sans-serif}body .page-content-product__scroll--row .accordion-container__item--content p{color:var(--secondary, #101010);font-size:.875rem;font-style:normal;font-weight:400;line-height:1rem;margin-top:0;margin-bottom:12px}body .page-content-product__scroll--row .accordion-container__item--content p a{border:0;height:auto;font-size:.875rem;font-style:normal;font-weight:400;line-height:1rem;margin:auto;padding:0;text-decoration:underline}body .page-content-product__scroll--row .accordion-container__item--content ul{margin-left:20px}body .page-content-product__scroll--row .accordion-container__item--content ul li{color:var(--secondary, #101010)}body .page-content-product__scroll--row .accordion-container__item.accordion__active .accordion-container__item--content{opacity:1;margin-bottom:14px}body .page-content-product__scroll--row .accordion-container__item.accordion__active .accordion-container__item--head svg{transform:rotate(180deg)}body .page-content-product__scroll--row .text-image-items{display:flex;justify-content:space-between;align-items:center;gap:30px}@media screen and (max-width: 900px){body .page-content-product__scroll--row .text-image-items{display:block}}body .page-content-product__scroll--row .text-image-items__list{width:256px;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width: 900px){body .page-content-product__scroll--row .text-image-items__list{display:block;width:100%;margin-bottom:30px}}body .page-content-product__scroll--row .text-image-items__list ul li{list-style:none;color:var(--secondary, #101010);font-size:.75rem;font-family:Sohne,sans-serif;font-style:normal;font-weight:400;line-height:1rem;letter-spacing:.2px;margin:6px 0}body .page-content-product__scroll--row .text-image-items__list ul li strong{color:var(--secondary, #101010);font-size:.875rem;font-family:Sohne,sans-serif;font-style:normal;font-weight:500;line-height:1.25rem}body .page-content-product__scroll--row .text-image-items__images{display:flex;position:relative;width:auto;white-space:nowrap;flex-direction:column;justify-content:center}@media screen and (max-width: 900px){body .page-content-product__scroll--row .text-image-items__images{display:block;width:100%}}body .page-content-product__scroll--row .text-image-items__images ul{flex:1;display:flex;position:relative;gap:20px;flex-wrap:wrap}body .page-content-product__scroll--row .text-image-items__images ul li{list-style:none;color:gray;justify-content:center;display:flex;flex-direction:column;text-align:center}@media screen and (max-width: 900px){body .page-content-product__scroll--row .text-image-items__images ul li{position:relative;padding:0 10px 24px;box-sizing:border-box}}body .page-content-product__scroll--row .text-image-items__images ul li div{display:block}body .page-content-product__scroll--row .text-image-items__images ul li div span{display:inline-block;vertical-align:top;color:var(--secondary, #101010);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;font-family:Sohne,sans-serif}@media screen and (max-width: 900px){body .page-content-product__scroll--row .text-image-items__images ul li div span{position:absolute;bottom:0;left:10px}}body .page-content-product__scroll--row .text-image-items__images ul li div img{width:80px;height:80px;min-width:80px;min-height:80px;max-width:80px;max-height:80px;display:inline-block;vertical-align:top;object-fit:cover;object-position:center}@media screen and (max-width: 900px){body .page-content-product__scroll--row .text-image-items__images ul li div img{width:100%;height:auto}}@media screen and (max-width: 900px){body .page-content-product__scroll--row#routine-layering-guide{padding-right:0;padding-left:0}body .page-content-product__scroll--row#routine-layering-guide h2{padding:0 20px}body .page-content-product__scroll--row#routine-layering-guide a{margin-left:20px;background-color:transparent;color:var(--secondary, #101010)}body .page-content-product__scroll--row#routine-layering-guide a:nth-of-type(2){position:absolute;top:58px;left:116px}body .page-content-product__scroll--row#routine-layering-guide a.active,body .page-content-product__scroll--row#routine-layering-guide a:focus,body .page-content-product__scroll--row#routine-layering-guide a:active{color:var(--accent-primary, #f5f5f7);background-color:var(--secondary, #101010)}body .page-content-product__scroll--row#routine-layering-guide .page-content-product__scroll--row__col{position:relative}body .page-content-product__scroll--row#routine-layering-guide .section-list-routine{border-radius:0;padding:0 20px;display:none;margin-bottom:6px}body .page-content-product__scroll--row#routine-layering-guide .section-list-routine.show{display:flex}}.slider-canvas__container-wrapper{width:100%;height:100%;transition:.3s ease-in-out}@media screen and (max-width: 900px){.slider-canvas__container-wrapper{position:relative;height:auto}}.slide-in-right{-webkit-animation:slide-in-right .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-right .5s cubic-bezier(.25,.46,.45,.94) both}@keyframes slide-in-right{0%{-webkit-transform:translateX(100px);transform:translate(100px);opacity:0}90%{-webkit-transform:translateX(-10px);transform:translate(-10px);opacity:1}to{-webkit-transform:translateX(0);transform:translate(0);opacity:1}}body.page-how-it-works .slider-canvas__list-images{display:none!important}body.page-how-it-works .slider-canvas__container--slide__tooltips{margin-top:auto!important}body.page-how-it-works .slider-canvas__container--slide h3{min-height:auto!important}@media screen and (max-width: 900px){body.page-how-it-works .page-content-product__scroll--row__col.target-slider{top:70px!important}}@media screen and (max-width: 900px){body.page-how-it-works .slider-canvas__container--slide{padding:calc(100% + 60px) 20px 25px 20px!important}}.product-modal{position:fixed;display:none;width:50%;min-height:40%;max-height:90%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;background-color:#fff;overflow-y:auto}.product-modal[data-active=true]{display:flex}.product-modal__wrapper{width:100%;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:20px;column-gap:20px;padding:25px;box-sizing:border-box}.product-modal__wrapper>.flex{--justify: center;grid-column:1/span 2}.product-modal__image{position:relative}.product-modal__image img{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px;object-fit:cover}.product-modal__information{display:flex;flex-direction:column}.product-modal::-webkit-scrollbar{width:5px;height:100%}.product-modal::-webkit-scrollbar-track{background-color:#e4e4e4;border-radius:0 80px 80px 0}.product-modal::-webkit-scrollbar-thumb{background-color:#b4b4b4;height:20px;border-radius:0 80px 80px 0}@media screen and (width <= 768px){.product-modal{width:90%}.product-modal__wrapper{grid-template-columns:1fr}.product-modal__image{display:none}}@media screen and (width >= 1500px){.product-modal{width:665px}}.modal-product__detail{margin-bottom:20px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.modal-product__detail h2{font-size:24px;line-height:40px;margin-bottom:0}.modal-product__quantity{box-sizing:border-box;margin-bottom:15px}.modal-product__quantity>span{display:block;margin-bottom:10px;font-size:14px;font-weight:600}.modal-product__cta>button{width:100%}.modal-product__link{display:block;text-align:center;margin-top:20px}.modal-product .overlay{position:fixed;width:100%;height:100%;background-color:#0006;right:0;top:0;z-index:4}.container-quantity{display:flex;justify-content:flex-start;align-items:center;width:fit-content;padding:5px;border:1px solid;margin-top:10px}.container-quantity input{width:50px;padding:0;text-align:center;border-style:none}.container-quantity .btn-change{line-height:16px;font-weight:600;cursor:pointer;padding:5px;display:flex}.window{width:100%;height:100%;z-index:3;max-width:450px;top:0;left:0;position:fixed;background-color:#fff;animation:slidewindow .3s ease}.window>*{position:relative;height:100%}.window[data-active=true]{display:block}@keyframes slidewindow{0%{transform:translate(-100%)}to{transform:translate(0)}}.window *{box-sizing:border-box}.window__button{display:flex;cursor:pointer}.window__close{width:68px;height:65px;padding:0;position:absolute;top:0;right:0;z-index:2;background-color:var(--color-base-principal);border:none;display:flex;justify-content:center;align-items:center;cursor:pointer}.window__header{cursor:pointer;height:65px;padding:21px;display:flex;align-items:center;justify-content:flex-start;box-shadow:0 2px 12px #0000001f}.window__header--item>.window__button{padding-right:23px}.window__header--item>.window__button>svg{transform:rotate(180deg)}.window__content{height:calc(100% - 65px);overflow-y:auto}.window__content::-webkit-scrollbar{width:8px;height:8px}.window__content::-webkit-scrollbar-track{border-radius:10px}.window__content::-webkit-scrollbar-thumb{background-color:#e5e5e5;border-radius:10px}.window__footer{padding:20px 16px;display:flex;align-items:center;justify-content:center;position:sticky;bottom:0;background-color:#fff}.window__footer-buttons{width:100%;display:grid;grid-template-columns:repeat(2,1fr);column-gap:12px;grid-column-gap:12px}.window__item:not(:last-child){border-bottom:1px solid #ebebeb}.window__control{padding:20px 16px;display:flex;align-items:center;justify-content:space-between}.window__control>span{margin-right:20px}.window__control[data-active=true]~*{display:block}.window__layer{display:none;position:fixed;max-width:450px;width:100%;height:100%;top:0;left:0;z-index:1;background-color:#fff}.window .truncate-1-line{max-width:80%;-webkit-box-orient:vertical;-webkit-line-clamp:1}.unit{display:flex;align-items:center;justify-content:center;font-weight:500;font-size:12px;line-height:16px;letter-spacing:.2px;position:relative}.unit .unit>span span{color:#86868b;margin-left:4px;font-size:10px}.unit .unit-cm,.unit .unit-in{display:flex;align-items:flex-start;gap:4px;position:absolute;opacity:0;transition:opacity .4s ease-in-out;line-height:16px}.unit .unit-cm.active,.unit .unit-in.active{opacity:1;position:relative}.unit .unit-cm span,.unit .unit-in span{font-size:10px;line-height:12px;letter-spacing:.2px;color:#86868b}.size-modal{display:none;position:fixed;z-index:99999999;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#0006}.size-modal.active .size-modal__container{transform:translateY(0)}.size-modal__container{transform:translateY(100%);transition:transform .4s;position:relative;padding:0 20px 20px;border-radius:25px 25px 0 0;background:#fff;margin:25px auto 0;width:100%;box-sizing:border-box;overflow:scroll;height:calc(100% - 25px)}@media (min-width: 1024px){.size-modal__container{padding:0 30px 30px}}@media screen and (min-width: 1360px){.size-modal__container{max-width:1360px}}.size-modal__header{display:flex;align-items:center;position:sticky;top:0;z-index:2;background:#fff;padding:20px 0}.size-modal__header .close-measure-modal{margin-left:auto}.size-modal__title{display:flex;align-items:flex-start;flex-direction:column}@media (min-width: 1024px){.size-modal__title{flex-direction:row}}.size-modal__title h4{margin:0;font-size:22px}@media (min-width: 1024px){.size-modal__title h4{font-size:25px}}.size-modal__subtitle{font-family:12px;font-size:.875rem;color:#86868b;font-weight:500}@media (min-width: 1024px){.size-modal__subtitle{margin-left:15px;font-family:Sohne,sans-serif}}.size-modal__menu{display:flex;align-items:center;gap:10px;margin-bottom:30px}@media (min-width: 1024px){.size-modal__menu{gap:15px}}.size-modal__tab{display:grid;gap:10px;grid-template-columns:repeat(1,1fr)}@media (min-width: 1024px){.size-modal__tab{grid-template-columns:repeat(2,1fr)}}.size-modal__tab-container{position:absolute;width:100%;top:0;left:0;opacity:0;transition:opacity .4s ease-in-out}.size-modal__tab-container.active{position:relative;opacity:1;z-index:1}.size-modal__content{position:relative;width:100%;overflow:hidden}.size-modal span{font-family:Sohne,sans-serif}.size-modal .btn input{display:none}.size-modal .btn:has(input:checked){color:var(--accent-secondary, #fff);background:var(--primary, #000)}.size-modal .mobile{display:initial}@media (min-width: 1024px){.size-modal .mobile{display:none}}.size-modal .desk{display:none}@media (min-width: 1024px){.size-modal .desk{display:initial}}.modal-card{padding:20px 15px;border-radius:20px;background:#f5f5f7;display:flex;justify-content:space-between;flex-direction:column}@media (min-width: 1024px){.modal-card{padding:30px}}.modal-card__title{font-size:18px;font-weight:500;line-height:28px}@media (min-width: 1024px){.modal-card__title{font-size:1.375rem}}.modal-card__header{display:flex;align-items:center;justify-content:space-between}.modal-card__header .btn{box-sizing:border-box;min-width:35px;width:35px;border-radius:10px;padding:7px}@media (min-width: 1024px){.modal-card__header .btn{min-width:48px;width:48px}}.modal-card__sizes{display:flex;align-items:center;gap:10px}.modal-card__image{align-self:center;position:relative;overflow:hidden;padding-bottom:80%;width:80%}.modal-card__image.variant{margin:40px 0}.modal-card__image img{position:absolute;width:100%;left:50%;top:50%;transform:translate(-50%,-50%)}.modal-card__images{align-self:center;position:relative;overflow:hidden;margin:auto;padding-bottom:80%;width:80%}@media (min-width: 1280px){.modal-card__images{margin-top:40px}}.modal-card__images img{opacity:0;transition:opacity .4s ease-in-out;position:absolute;width:100%;left:50%;top:50%;transform:translate(-50%,-50%)}.modal-card__images img.active{opacity:1}.modal-card__table{display:grid;grid-template-columns:79px 1fr;margin:40px 0;font-weight:500}@media (min-width: 1024px){.modal-card__table{grid-template-columns:128px 1fr;margin:68px 0}}.modal-card__table-body{display:grid;grid-template-columns:repeat(auto-fill,minmax(75px,1fr));grid-auto-columns:minmax(75px,1fr);grid-auto-flow:column;overflow-x:auto;background:#fff;border-radius:15px;padding-bottom:5px}@media (min-width: 640px){.modal-card__table-body{grid-template-columns:unset}}@media (min-width: 1024px){.modal-card__table-body{grid-template-columns:repeat(auto-fill,minmax(152px,1fr));grid-auto-columns:minmax(152px,1fr)}}.modal-card__column{display:flex;flex-direction:column;align-items:center;gap:10px;padding:10px 15px}.modal-card__column.left-direction{padding:10px 0 15px}.modal-card__column.left-direction p{text-align:start}.modal-card__column.left-direction .header{text-decoration:none}.modal-card__column:has(input:checked){border-radius:15px;border:1px solid #101010}.modal-card__column p{margin:10px 0;flex:1;position:relative;width:100%;text-align:center;font-size:12px;font-family:Sohne,sans-serif}@media (min-width: 1024px){.modal-card__column p{font-size:14px}}.modal-card__column input{display:none}.modal-card__column .header{margin-bottom:25px;text-decoration:underline}.modal-card__list{list-style:none}.modal-card__item{margin-bottom:30px}.modal-card__item .item-title{display:inline-block;font-weight:500;color:#101010;margin-bottom:10px}.modal-card__item .item-content{font-size:.875rem}.modal-card__footer{display:flex;align-items:center;justify-content:flex-start}.modal-card__footer .circle{display:inline-block;min-width:30px;width:30px;height:30px;border-radius:50%;background:#c4c4c4;margin-right:9px}@media (min-width: 1024px){.modal-card__footer .circle{min-width:35px;width:35px;height:35px}}.modal-card__footer>div{max-width:143px;font-size:12px;font-weight:500}@media (min-width: 1024px){.modal-card__footer>div{max-width:unset;font-size:16px}}.modal-card__variants-list--item{position:relative;display:flex;align-items:center;justify-content:space-between;gap:20;margin-bottom:4px}.modal-card__variants-list--item:last-child{margin:0}.modal-card__variants-list--option{right:0;position:absolute;opacity:0;transition:opacity .4s ease-in-out}.modal-card__variants-list--option.active{position:relative;opacity:1}.modal-card__variants-list span{font-size:12px}.switch{display:flex;align-items:center;justify-content:center;gap:10px}.switch .right-text,.switch .left-text{font-family:Sohne,sans-serif;font-weight:500;font-size:.875rem;line-height:16px;letter-spacing:.2px;text-align:center;color:var(--secondary, #101010)}.switch .right-text{color:#86868b}.switch:has(.toogle-switch input:checked) .right-text{color:var(--secondary, #101010)}.switch:has(.toogle-switch input:checked) .left-text{color:#86868b}.switch .toogle-switch{position:relative;display:inline-block;width:55px;height:30px}.switch .toogle-switch input{opacity:0;width:0;height:0}.switch .toogle-switch input:checked+.slider:before{-webkit-transform:translateX(24px);-ms-transform:translateX(24px);transform:translate(24px)}.switch .toogle-switch .slider{position:absolute;cursor:pointer;top:0;left:0;width:100%;height:100%;box-sizing:border-box;background:transparent;-webkit-transition:.4s;transition:.4s;border-radius:34px;border:1px solid #000}.switch .toogle-switch .slider:before{position:absolute;content:"";height:24px;width:24px;left:2px;bottom:2px;background:var(--secondary, #101010);-webkit-transition:.4s;transition:.4s;border-radius:50%}:root{--primary: #000;--secondary: #101010;--accent-primary: #f5f5f7;--accent-secondary: #fff}.dark.form__textfield,.dark.footer{--primary: #f5f5f7;--secondary: #fff;--accent-primary: #000;--accent-secondary: #101010}.light.form__textfield,.light.footer{--primary: #000;--secondary: #101010;--accent-primary: #f5f5f7;--accent-secondary: #fff}.ratio-container{display:block;position:relative;width:100%;height:0;padding-bottom:100%}.ratio-container--3-4{padding-bottom:133.333%}.ratio-container--1-1{padding-bottom:100%}.ratio-container--5-6{padding-bottom:120%}.ratio-container--21-9{padding-bottom:42.857%}.ratio-container--16-9{padding-bottom:56.25%}.ratio-container--9-16{padding-bottom:144.927%}.ratio-container>*{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media screen and (max-width: 900px){.ratio-container-m--9-16{padding-bottom:144.927%}}@media screen and (max-width: 900px){.ratio-container-m--2-3{padding-bottom:150%}}#gls-market-fixed{z-index:1!important}*::-webkit-scrollbar{width:0;height:0}*{scrollbar-width:none;-ms-overflow-style:none}inbox-online-store-chat{z-index:10000!important}inbox-online-store-chat[is-open=true]{z-index:1000000!important}/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/@splidejs/splide/dist/css/splide.min.css ***!
  \*********************************************************************************************************/.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports (outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports (outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
/*# sourceMappingURL=/cdn/shop/t/108/assets/theme.dev.css.map */
