body,html{width:100%;height:100%;left:0;top:0;margin:0;padding:0;background-color:#fff;font-family:Open Sans,sans-serif}body{padding-top:130px}@media screen and (max-width:800px){body{padding-top:100px}}@media screen and (max-width:500px){body{padding-top:80px}}.container{padding-left:135px;padding-right:135px}@media screen and (max-width:1280px){.container{padding-left:120px;padding-right:120px}}@media screen and (max-width:1112px){.container{padding-left:60px;padding-right:60px}}@media screen and (max-width:500px){.container{padding-left:20px;padding-right:20px}}.maxw{max-width:1170px;margin-left:auto;margin-right:auto}.logo{font-weight:300;font-size:30px;line-height:40px;color:#233138;letter-spacing:.2em;cursor:pointer}@media screen and (max-width:500px){.logo{font-size:25px;line-height:30px}}.text-align-center{text-align:center}.grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:30px}@media screen and (max-width:500px){.grid{column-gap:20px}}h1{font-weight:700;font-size:47px;line-height:57px;margin:0}@media screen and (max-width:1280px){h1{font-size:42px;line-height:50px}}@media screen and (max-width:1024px){h1{font-size:38px;line-height:45px}}@media screen and (max-width:800px){h1{font-size:32px;line-height:40px}}@media screen and (max-width:500px){h1{font-size:28px;line-height:31px}}h2{font-weight:600;font-size:30px;line-height:41px;margin:0}@media screen and (max-width:1024px){h2{font-size:25px;line-height:34px}}@media screen and (max-width:500px){h2{font-size:20px;line-height:27px}}h3{font-weight:600;font-size:20px;line-height:27px;margin:0}@media screen and (max-width:1280px){h3{font-size:18px;line-height:24px}}@media screen and (max-width:500px){h3{font-size:15px;line-height:20px}}h4{font-weight:600;font-size:17px;line-height:23px;margin:0}@media screen and (max-width:500px){h4{font-size:16px;line-height:21px}}h5{font-size:12px;line-height:16px;letter-spacing:.05em}h5,h6{font-weight:600;margin:0}h6{font-size:13px;line-height:14px}p{font-size:14px;line-height:23px;letter-spacing:.05em;color:#8c8c8c;margin:0}.tag{font-weight:400;font-size:10px;line-height:14px;letter-spacing:.1em;text-transform:uppercase}@media screen and (max-width:500px){.tag{font-size:8px;line-height:11px}}.price{font-weight:400;font-size:20px;line-height:27px;letter-spacing:.08em}@media screen and (max-width:1280px){.price{font-size:18px;line-height:24px}}@media screen and (max-width:500px){.price{font-size:15px;line-height:20px}}a{text-decoration:none;color:#233138}li>a:hover{text-decoration:underline}.hidden{overflow:hidden!important;opacity:0!important;pointer-events:none!important;max-height:0!important}*{transition:opacity .2s ease-in-out}@media (hover:hover){.hover--invert{transition:background-color .5s ease,color .5s ease}.hover--invert:hover{background-color:#233138;color:#fff}}header{height:130px;width:100%;box-sizing:border-box;left:0;top:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:fixed;z-index:999;background-color:#fff;transition:background-color .35s ease}@media screen and (max-width:800px){header{height:100px}}@media screen and (max-width:500px){header{height:80px}}header.cream{background-color:#f7f4f0}.header__left-side{display:flex;flex-direction:row;align-items:center}nav{margin-left:135px}@media screen and (max-width:1280px){nav{margin-left:120px}}@media screen and (max-width:1024px){nav{margin-left:60px}}@media screen and (max-width:800px){nav{margin-left:0;display:none}}.nav__ul{list-style-type:none;display:flex;flex-direction:row;align-items:center;padding:0;margin:0}.nav__ul>li{font-weight:400;font-size:12px;line-height:25px;letter-spacing:.2em;text-transform:uppercase;color:#233138;cursor:pointer}.nav__ul>li:not(:first-of-type){margin-left:45px}.header__right-side{display:flex;flex-direction:row;align-items:center}@media screen and (max-width:800px){.header__right-side>.header__icon-holder:not(:last-of-type){display:none}}.header__icon-holder{width:25px;height:22px;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;cursor:pointer}.header__icon-holder:not(:last-of-type){margin-right:25px}.hamburger{position:relative;display:none}@media screen and (max-width:800px){.hamburger{width:30px;height:20px;display:block}}@media screen and (max-width:500px){.hamburger{width:24px;height:15px}}.hamburger-open{display:none;position:absolute}@media screen and (max-width:800px){.hamburger-open{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%}}.hamburger-close{display:none;position:absolute;width:24px;height:24px;top:-4px;transform:rotate(45deg)}@media screen and (max-width:800px){.hamburger-close{display:block;width:30px;height:30px}}@media screen and (max-width:500px){.hamburger-close{width:24px;height:24px}}.hamburger-open>div{height:1px;width:100%;background-color:#233138;transition:all .35s ease}.hamburger-open>div:first-of-type{transition-delay:0}.hamburger-open>div:nth-of-type(2){transition-delay:.1s}.hamburger-open>div:nth-of-type(3){transition-delay:.2s}.hamburger-close>div{background-color:#233138;transition:all .35s ease;position:absolute}.hamburger-close>div:first-of-type{height:1px;width:0;transition-delay:.3s;top:11px}.hamburger-close>div:nth-of-type(2){height:0;width:1px;transition-delay:.4s;left:11px}.mob-menu{position:fixed;left:0;top:0;right:0;bottom:100%;z-index:-1;opacity:0;transition:opacity .35s ease .2s;background-color:#f7f4f0;justify-content:center}.mob-menu,.mob-nav__ul{display:flex;flex-direction:column;align-items:center}.mob-nav__ul{list-style-type:none;padding:0;margin:0}.mob-nav__ul>li{font-weight:400;font-size:18px;line-height:25px;letter-spacing:.2em;text-transform:uppercase;color:#233138;transition:all .35s ease;transform:translateY(100px);opacity:0}.mob-nav__ul>li:not(:last-of-type){margin-bottom:50px}.mob-nav__ul>li:first-of-type{transition-delay:.4s}.mob-nav__ul>li:nth-of-type(2){transition-delay:.5s}.mob-nav__ul>li:nth-of-type(3){transition-delay:.6s}.mob-menu-icons{display:flex;flex-direction:row;margin-bottom:50px;transition:all .35s ease;transform:translateY(100px);opacity:0;transition-delay:.3s}header.opened .hamburger>.hamburger-open>div{width:0}header.opened .hamburger>.hamburger-close>div:first-of-type{width:100%}header.opened .hamburger>.hamburger-close>div:nth-of-type(2){height:100%}header.opened{background-color:#f7f4f0;transition-delay:.3s}header.opened .mob-menu{bottom:0;opacity:1}header.opened .mob-menu-icons,header.opened .mob-nav__ul>li{transform:translateY(0);opacity:1}header.opened.closing .mob-menu{opacity:0;bottom:0;transition-delay:.5s}header.opened.closing .hamburger-open>div{width:100%}header.opened.closing .hamburger-open>div:first-of-type{transition-delay:.5s}header.opened.closing .hamburger-open>div:nth-of-type(2){transition-delay:.4s}header.opened.closing .hamburger-open>div:nth-of-type(3){transition-delay:.3s}header.opened.closing .hamburger-close>div:first-of-type{width:0;transition-delay:.2s}header.opened.closing .hamburger-close>div:nth-of-type(2){height:0;transition-delay:.1s}header.opened.closing .mob-nav__ul>li{transform:translateY(100px);opacity:0}header.opened.closing .mob-nav__ul>li:first-of-type{transition-delay:.2s}header.opened.closing .mob-nav__ul>li:nth-of-type(2){transition-delay:.1s}header.opened.closing .mob-nav__ul>li:nth-of-type(3){transition-delay:0s}header.opened.closing .mob-menu-icons{transform:translateY(100px);opacity:0;transition-delay:.3s}.product{grid-column:span 3;cursor:pointer}@media screen and (max-width:800px){.product{grid-column:span 6}}.product__badge{position:absolute;left:0;top:20px;padding:5px 13px;background-color:#233138;font-weight:400;font-size:11px;line-height:15px;letter-spacing:.05em;color:#fff}@media screen and (max-width:500px){.product__badge{top:10px;padding:3px 10px;font-size:10px;line-height:14px}}.product__aspect-ratio{width:100%;padding-top:133.3%;position:relative}.product__img-holder{position:absolute;top:0;right:0;left:0;bottom:0;background-color:#f8f8f8;display:flex;justify-content:center;align-items:center;transition:background-color .35s ease}.product__img-holder>img{width:100%;height:100%;object-fit:contain}.product__text{margin-top:30px}@media screen and (max-width:500px){.product__text{margin-top:20px}}.product__category{color:#5f5f5f;margin-bottom:2px}.product__name{color:#233138}.product__price{color:#233138;margin-top:5px;display:flex;flex-direction:row;align-items:flex-end}@media screen and (max-width:1280px){.product__price{flex-direction:column;align-items:flex-start}}.product__price--old{font-weight:400;font-size:12px;line-height:24px;text-decoration-line:line-through;color:#965757;margin-left:10px}@media screen and (max-width:1280px){.product__price--old{margin-left:2px}}@media screen and (max-width:500px){.product__price--old{margin-left:2px;line-height:19px}}.product__heart-holder{position:absolute;right:20px;top:20px;cursor:pointer}@media screen and (max-width:500px){.product__heart-holder{right:10px;top:10px}}.product__heart-holder.saved>.product__heart--full{display:block}.product__heart-holder.saved>.product__heart--empty{display:none}.product__heart--empty{display:block;transition:opacity .35s ease}@media screen and (max-width:500px){.product__heart--empty{width:20px}}.product__heart--full{display:none}@media screen and (max-width:500px){.product__heart--full{width:20px}}@media (hover:hover){.product__heart-holder:hover>.product__heart--empty{opacity:.5}.product:hover .product__img-holder{background-color:#ebebeb}}footer{padding-top:90px;padding-bottom:90px;background-color:#f7f4f0}@media screen and (max-width:500px){footer{padding-top:45px;padding-bottom:45px}}footer .grid{row-gap:45px}@media screen and (max-width:500px){footer .grid{row-gap:30px}}.footer__logo{grid-column:span 2}@media screen and (max-width:800px){.footer__logo{grid-column:span 12}}.footer__content{grid-column:3/span 10}@media screen and (max-width:800px){.footer__content{grid-column:1/span 12}}.footer__content-upper{padding-bottom:30px;border-bottom:1px solid #ebebeb;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.footer__nav>ul{list-style-type:none;margin:0;padding:0}.footer__nav>ul>li{font-weight:400;font-size:12px;line-height:25px;letter-spacing:.2em;text-transform:uppercase;color:#233138;cursor:pointer}.footer__nav>ul>li:not(:first-of-type){margin-top:15px}@media screen and (max-width:500px){.footer__nav>ul>li{line-height:20px}}.footer__language{padding:9px 10px;display:flex;flex-direction:row;border:.5px solid #8c8c8c;cursor:pointer}.footer__language-selected{margin:0 10px;margin-right:8px;font-weight:400;font-size:12px;line-height:15px;letter-spacing:.2em;text-transform:uppercase;color:#8c8c8c}.footer__legal-links{padding-top:30px;padding-bottom:30px;border-bottom:1px solid #ebebeb;width:100%;display:grid;grid-template-columns:repeat(10,minmax(0,1fr));column-gap:30px;row-gap:30px}@media screen and (max-width:800px){.footer__legal-links{grid-template-columns:repeat(12,minmax(0,1fr))}}.footer__legal-links__wrapper{grid-column:span 2}@media screen and (max-width:1280px){.footer__legal-links__wrapper{grid-column:span 3}}@media screen and (max-width:800px){.footer__legal-links__wrapper{grid-column:span 6}}@media screen and (max-width:500px){.footer__legal-links__wrapper{grid-column:span 12}}.footer__legal-links__wrapper>a:hover{text-decoration:underline}.footer__legal-link{font-weight:300;font-size:13px;line-height:30px;color:#8c8c8c;cursor:pointer}.footer__content-bottom{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;width:100%;padding-top:30px}@media screen and (max-width:800px){.footer__content-bottom{flex-direction:column;justify-content:flex-start;align-items:flex-start}}.footer__copyright{font-weight:400;font-size:9px;line-height:22px;letter-spacing:.15em;text-transform:uppercase;color:#8c8c8c}.footer__social{display:flex;flex-direction:row}.footer__social>a{cursor:pointer}.footer__social>a:not(:first-of-type){margin-left:30px}@media screen and (max-width:800px){.footer__social{margin-top:20px}.footer__social>a:not(:first-of-type){margin-left:25px}}