@import "https://fonts.googleapis.com/css2?family=Cormorant:wght@400;500;600;700&display=swap";
.ProductCard-module__EMljqa__card{cursor:pointer;background-color:#eee;border:1px solid #e0e0e0;border-radius:20px;flex-direction:column;align-items:center;width:340px;padding:28px;transition:all .25s;display:flex;box-shadow:0 8px 20px rgba(0,0,0,.08)}.ProductCard-module__EMljqa__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.12)}.ProductCard-module__EMljqa__imageWrapper{justify-content:center;align-items:center;width:240px;height:240px;margin-bottom:20px;display:flex}.ProductCard-module__EMljqa__image{object-fit:cover;width:100%;height:100%;transition:transform .35s}.ProductCard-module__EMljqa__card:hover .ProductCard-module__EMljqa__image{transform:scale(1.03)}.ProductCard-module__EMljqa__content{flex-direction:column;align-items:center;width:100%;display:flex}.ProductCard-module__EMljqa__title{color:#111;text-align:center;letter-spacing:.3px;font-size:20px;font-weight:600}.ProductCard-module__EMljqa__desc{color:#666;text-align:center;max-width:95%;margin-top:8px;margin-bottom:20px;font-size:14px;font-weight:400;line-height:1.5}.ProductCard-module__EMljqa__sizes{justify-content:center;gap:10px;margin-bottom:20px;display:flex}.ProductCard-module__EMljqa__size{color:#777;cursor:pointer;background-color:#fff;border:1px solid #ccc;border-radius:10px;padding:6px 16px;font-size:15px;transition:all .2s}.ProductCard-module__EMljqa__sizeActive{color:#000;background-color:#f5f5f5;border-color:#000}.ProductCard-module__EMljqa__priceRow{align-items:baseline;gap:10px;margin-bottom:24px;display:flex}.ProductCard-module__EMljqa__oldPrice{color:#999;font-size:16px;text-decoration:line-through}.ProductCard-module__EMljqa__price{color:#111;font-size:22px;font-weight:700}.ProductCard-module__EMljqa__discount{color:green;font-size:14px;font-weight:500}.ProductCard-module__EMljqa__buttons{justify-content:center;gap:16px;width:100%;display:flex}.ProductCard-module__EMljqa__button{color:#000;cursor:pointer;background-color:#fff;border:none;border-radius:10px;flex:1;height:56px;font-size:18px;transition:all .2s;box-shadow:0 2px 8px rgba(0,0,0,.05)}.ProductCard-module__EMljqa__button:hover{background-color:#f4f4f4;transform:translateY(-2px)}.ProductCard-module__EMljqa__secondary{color:#111;cursor:pointer;background-color:transparent;border:1px solid #bbb;border-radius:10px;flex:1;height:56px;font-size:18px;transition:all .2s}.ProductCard-module__EMljqa__secondary:hover{background-color:#f7f7f7;border-color:#111}
.Header-module__iODCGa__header{z-index:20;background-color:#f7f7f9;justify-content:space-between;align-items:center;padding:24px 32px;display:flex;position:relative}.Header-module__iODCGa__logo{color:#000;height:40px}.Header-module__iODCGa__header__nav{gap:40px;display:flex}.Header-module__iODCGa__header__nav__item{cursor:pointer;color:#000;font-size:18px;text-decoration:none;transition:color .2s}.Header-module__iODCGa__header__nav__item:hover{color:#555}.Header-module__iODCGa__client__section{align-items:center;display:flex}.Header-module__iODCGa__avatar{border-radius:50%;width:40px;height:40px}.Header-module__iODCGa__client__button__section{flex-direction:column;align-items:end;margin-right:12px;display:flex}.Header-module__iODCGa__login__button{cursor:pointer;font-size:16px}.Header-module__iODCGa__cart__button{color:gray;margin-top:4px;font-size:14px}.Header-module__iODCGa__mobile__section{align-items:center;gap:18px;display:none}.Header-module__iODCGa__bagIcon{cursor:pointer;width:26px;height:26px}.Header-module__iODCGa__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;transition:all .3s;display:flex}.Header-module__iODCGa__burger span{background:#111;border-radius:1px;width:100%;height:2px;transition:all .3s}.Header-module__iODCGa__burger.Header-module__iODCGa__open span:first-child{transform:rotate(45deg)translateY(6px)}.Header-module__iODCGa__burger.Header-module__iODCGa__open span:nth-child(2){opacity:0}.Header-module__iODCGa__burger.Header-module__iODCGa__open span:nth-child(3){transform:rotate(-45deg)translateY(-6px)}.Header-module__iODCGa__mobile__menu{opacity:0;pointer-events:none;background:#fff;border-radius:16px;flex-direction:column;gap:20px;width:240px;padding:16px 20px;transition:all .3s;display:flex;position:absolute;top:100%;right:20px;transform:translateY(-10px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.Header-module__iODCGa__mobile__menu.Header-module__iODCGa__show{opacity:1;pointer-events:auto;transform:translateY(0)}.Header-module__iODCGa__menuProfile{border-bottom:1px solid #eee;align-items:center;gap:12px;padding-bottom:12px;display:flex}.Header-module__iODCGa__menuAvatar{object-fit:cover;border-radius:50%;width:48px;height:48px}.Header-module__iODCGa__menuName{color:#111;font-size:16px;font-weight:600}.Header-module__iODCGa__menuAction{color:#555;cursor:pointer;background:0 0;border:none;margin-top:2px;font-size:14px;transition:color .2s}.Header-module__iODCGa__menuAction:hover{color:#111}.Header-module__iODCGa__menuLinks{flex-direction:column;gap:10px;display:flex}.Header-module__iODCGa__menuLinks .Header-module__iODCGa__header__nav__item{color:#111;font-size:16px;text-decoration:none;transition:color .2s}.Header-module__iODCGa__menuLinks a:hover{color:#555}@media (max-width:768px){.Header-module__iODCGa__header{padding:16px 20px}.Header-module__iODCGa__header__nav,.Header-module__iODCGa__client__section{display:none}.Header-module__iODCGa__mobile__section{display:flex}}
.Footer-module__jzYQhq__footer{background-color:#454545;width:100%;height:380px}.Footer-module__jzYQhq__links__column{flex-direction:column;gap:16px;display:flex}.Footer-module__jzYQhq__link{color:#fff;font-family:montserrat sans-serif;font-size:18px;font-weight:500;text-decoration:none}.Footer-module__jzYQhq__links__row{gap:103px;margin-top:32px;display:flex}.Footer-module__jzYQhq__footer__content{flex-direction:column;justify-content:space-between;width:1280px;margin:32px auto;display:flex}.Footer-module__jzYQhq__bottom__block{flex-direction:column;justify-content:center;margin-top:102px;display:flex}.Footer-module__jzYQhq__logo__block{justify-content:center;align-items:center;display:flex}.Footer-module__jzYQhq__decoration__divider{background-color:#fff;width:203px;height:1px}.Footer-module__jzYQhq__logo{margin:0 24px}.Footer-module__jzYQhq__copyright__block{flex-direction:column;justify-content:center;align-items:center;margin-top:16px;display:flex}.Footer-module__jzYQhq__copyright__top{color:#fff;font-size:18px}.Footer-module__jzYQhq__copyright__bottom{color:#fff;font-size:16px}@media (max-width:768px){.Footer-module__jzYQhq__footer{box-sizing:border-box;height:auto;margin-top:48px;padding:32px 16px}.Footer-module__jzYQhq__footer__content{width:100%;margin:0 auto}.Footer-module__jzYQhq__links__row{flex-direction:column;align-items:center;gap:32px;margin-top:16px}.Footer-module__jzYQhq__links__column{align-items:center;gap:12px}.Footer-module__jzYQhq__link{text-align:center;font-size:16px}.Footer-module__jzYQhq__bottom__block{margin-top:48px}.Footer-module__jzYQhq__decoration__divider{width:80px}.Footer-module__jzYQhq__logo{width:72px;height:auto;margin:0 16px}.Footer-module__jzYQhq__copyright__top{font-size:16px}.Footer-module__jzYQhq__copyright__bottom{font-size:14px}}
.MainHero-module__dOi3ca__wrapper{background-image:url(/linear_bg.png);background-repeat:no-repeat;background-size:cover;flex-direction:column;width:100vw;height:100vh;display:flex}.MainHero-module__dOi3ca__content{flex-direction:column;justify-content:space-between;align-items:center;height:100vh;padding:48px;display:flex}.MainHero-module__dOi3ca__header{justify-content:space-between;width:1280px;display:flex}.MainHero-module__dOi3ca__header__nav{gap:38px;display:flex}.MainHero-module__dOi3ca__header__nav__item{color:#000;font-size:18px;text-decoration:none}.MainHero-module__dOi3ca__cart__button{margin-left:72px}.MainHero-module__dOi3ca__middle__block{flex-direction:column;justify-content:center;align-items:center;gap:20px;max-width:510px;display:flex}.MainHero-module__dOi3ca__product__name{text-align:center;font-family:Cormorant,sans-serif}.MainHero-module__dOi3ca__product__description{text-align:center;font-family:Cormorant,sans-serif;font-size:18px;font-weight:300}.MainHero-module__dOi3ca__info__button{color:#fff;background-color:#9e5a36;border:none;border-radius:24px;width:180px;height:54px;margin-top:20px;font-size:18px}.MainHero-module__dOi3ca__mobile__header{display:none}@media (max-width:768px){.MainHero-module__dOi3ca__content{padding:32px 16px 16px}.MainHero-module__dOi3ca__header{display:none}.MainHero-module__dOi3ca__mobile__header{display:block}.MainHero-module__dOi3ca__product__name{font-size:24px}.MainHero-module__dOi3ca__product__description{font-size:16px}}
.CartBottom-module__jCDdtG__background{background-color:#252525;place-content:end space-between;align-items:end;height:90px;padding:32px 48px;display:flex}.CartBottom-module__jCDdtG__price__title{color:#fff;font-size:18px}.CartBottom-module__jCDdtG__price__text{color:#fff;margin-top:12px;font-size:32px;font-weight:700}.CartBottom-module__jCDdtG__item__count__text{color:gray;margin-top:8px;font-size:16px}.CartBottom-module__jCDdtG__order__button{color:#000;background-color:#fff;border:none;width:180px;height:60px;font-size:18px}
.CartItem-module__UxXEPG__card{background-color:#f5f5f5;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:16px 24px;transition:opacity .3s,transform .2s;display:flex;box-shadow:0 4px 10px rgba(0,0,0,.05)}.CartItem-module__UxXEPG__dimmed{opacity:.5}.CartItem-module__UxXEPG__left{align-items:center;gap:20px;display:flex}.CartItem-module__UxXEPG__image{object-fit:cover;border-radius:12px;width:90px;height:90px}.CartItem-module__UxXEPG__info{flex-direction:column;gap:12px;display:flex}.CartItem-module__UxXEPG__name{color:#111;letter-spacing:.3px;font-size:18px;font-weight:600}.CartItem-module__UxXEPG__row{align-items:center;gap:24px;display:flex}.CartItem-module__UxXEPG__sizes{gap:8px;display:flex}.CartItem-module__UxXEPG__sizeBtn{cursor:pointer;background-color:#fff;border:1px solid #ccc;border-radius:8px;padding:6px 12px;font-size:14px;transition:all .2s}.CartItem-module__UxXEPG__sizeActive{background-color:#eee;border-color:#000;font-weight:500}.CartItem-module__UxXEPG__counter{border:1px solid #ccc;border-radius:8px;align-items:center;height:34px;display:flex;overflow:hidden}.CartItem-module__UxXEPG__counter button{cursor:pointer;background:#eee;border:none;width:32px;height:34px;font-size:18px;font-weight:500;transition:background-color .2s}.CartItem-module__UxXEPG__counter button:hover{background:#ddd}.CartItem-module__UxXEPG__counter span{text-align:center;width:38px;font-size:15px}.CartItem-module__UxXEPG__right{flex-direction:column;align-items:flex-end;min-width:120px;display:flex}.CartItem-module__UxXEPG__price{color:#111;font-size:18px;font-weight:600}.CartItem-module__UxXEPG__subtotal{color:#777;margin-top:4px;font-size:14px}@media (max-width:768px){.CartItem-module__UxXEPG__card{flex-direction:column;align-items:flex-start;padding:16px}.CartItem-module__UxXEPG__left{flex-direction:column;align-items:flex-start}.CartItem-module__UxXEPG__image{width:100%;height:auto}.CartItem-module__UxXEPG__right{align-items:flex-start;margin-top:12px}}.CartItem-module__UxXEPG__sizes{gap:8px;margin:8px 0 12px;display:flex}.CartItem-module__UxXEPG__sizeBtn{color:#333;cursor:pointer;background:#fff;border:1px solid #dcdcdc;border-radius:8px;padding:6px 14px;font-size:14px;transition:all .15s}.CartItem-module__UxXEPG__sizeBtn:hover{border-color:#000}.CartItem-module__UxXEPG__sizeActive{background:#eaeaea;border-color:#000;font-weight:600}
.NewProductCard-module__06gmAG__product__card{background-color:#fff;border-radius:12px;flex-direction:column;justify-content:space-between;max-width:364px;height:484px;padding:16px;display:flex}.NewProductCard-module__06gmAG__img__placeholder{background-color:#d9d9d9;border-radius:8px;width:auto;height:230px}.NewProductCard-module__06gmAG__img__image{object-fit:cover;background-color:#d9d9d9;border-radius:8px;width:100%;height:230px}.NewProductCard-module__06gmAG__category__title{margin-top:12px;font-size:16px;font-weight:300}.NewProductCard-module__06gmAG__name__title{margin-top:12px;font-size:24px;font-weight:600}.NewProductCard-module__06gmAG__weights__row{flex-direction:row;gap:12px;display:flex}.NewProductCard-module__06gmAG__weight__item{cursor:pointer;border:.5px solid gray;border-radius:4px;justify-content:center;align-items:center;width:88px;height:32px;margin-top:16px;font-size:16px;font-weight:300;display:flex}.NewProductCard-module__06gmAG__weight__item__selected{color:#fff;background-color:#8d5e4b;border:none;border-radius:4px}.NewProductCard-module__06gmAG__add__to__cart__block{flex-direction:row;justify-content:space-between;display:flex}.NewProductCard-module__06gmAG__add__to__cart__price__block{flex-direction:column;gap:4px;display:flex}.NewProductCard-module__06gmAG__add__to__cart__button{cursor:pointer;color:#fff;background-color:#8d5e4b;border:none;border-radius:8px;place-content:center;align-items:center;width:178px;height:48px;font-size:18px;font-weight:500;display:flex}.NewProductCard-module__06gmAG__main__price{font-size:20px;font-weight:600}.NewProductCard-module__06gmAG__sub__price{color:gray;font-size:16px;font-weight:400;text-decoration:line-through}
.Cart-module__HTdNFa__page{background-color:#fafafa;flex-direction:column;min-height:100vh;display:flex}.Cart-module__HTdNFa__content{flex-direction:column;flex:1;width:100%;margin:54px auto 0;display:flex}.Cart-module__HTdNFa__title{color:#111;margin-bottom:40px;font-size:32px;font-weight:700}.Cart-module__HTdNFa__items{flex-direction:column;gap:16px;display:flex}@media (max-width:768px){.Cart-module__HTdNFa__title{text-align:center;font-size:26px}.Cart-module__HTdNFa__content{padding:24px 16px 80px}}
