@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;800&display=swap);*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{overflow-X:hidden;font-family:Montserrat;width:100%}#root,body,html{height:100%}.wrapper{display:flex;flex-direction:column;margin:0 auto;max-width:1400px;min-height:calc(100vh - 49px)}body{color:#1f1f1f}header{margin:50px 0;width:100%}header .logo{font-size:20px;font-weight:600;line-height:41px}header .presentetion{background:url(../media/img-furniture.4000b79131049defb782.jpg) no-repeat;background-blend-mode:multiply;background-color:#bcbcbc;background-position:50%;background-size:cover;color:#fff;height:500px;margin:50px 0 0;position:relative;width:100%}header .presentetion:after{content:"Лучшие товары  для вашего дома";font-size:30px;font-weight:600;inset:0;padding:0 0 0 10%;position:absolute;top:50%}header .presentetion:before{content:"По низким ценам";font-size:20px;font-weight:400;inset:0;padding:0 0 0 12%;position:absolute;text-transform:uppercase;top:45%}header .hed{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap}header .hed nav{display:inline;flex:1 1 auto}header .hed nav .nav{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;width:100%}@media (max-width:700px){header .hed nav .nav{justify-content:center}}header .hed nav .nav__item.basket{color:#ca5252;font-size:20px;line-height:10px;padding-left:15px;padding-right:15px;position:relative}header .hed nav .nav__item.basket.active{color:#44b759}header .hed nav .nav__item.basket.active:after{background-color:#44b759}header .hed nav .nav__item.basket:after{background-color:#ca5252;border-radius:30px;color:#fff;content:attr(num);font-size:14px;height:26px;line-height:26px;position:absolute;right:0;text-align:center;top:0;-webkit-transform:translate(30%,-30%);transform:translate(30%,-30%);width:26px}header .hed nav .nav__item{border:1px solid hsla(0,0%,47%,.302);border-radius:100px;cursor:pointer;line-height:20px;line-height:23px;list-style:none;margin:0 10px;padding:10px 40px;transition:.5s;-webkit-user-select:none;user-select:none}header .hed nav .nav__item:hover{opacity:.5}header .hed .shop-cart{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:rgba(0,0,0,.678);height:100vh;left:0;position:fixed;top:0;width:100%;z-index:100}header .hed .shop-cart__close{color:#fff;cursor:pointer;font-size:30px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:20px;position:absolute;right:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}header .hed .cart__wrap{overflow-Y:auto;height:100%}header .hed .cart__items{color:#000;overflow:auto;padding:2% 1vw;width:100%}header .hed .cart__item{align-items:center;display:flex;flex-direction:row;gap:10%;justify-content:space-between;padding:1% 1% 1% 50px;width:100%}header .hed .cart .sum{background-color:#fff;border-radius:40px;font-size:20px;font-weight:600;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;line-height:40px;margin:0 0 30px;padding:10px 20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}header .hed .cart .sum span,header .hed .cart .sum:after{color:#44b759;font-size:20px;font-weight:900}header .hed .cart .sum:after{content:" $"}header .hed .cart .item{background-color:#fff;border-radius:10px;margin-bottom:10px;position:relative}header .hed .cart .item__image{height:130px;object-fit:contain;padding:.5vw;width:130px}header .hed .cart .item__title{font-size:26px;margin-bottom:15px}header .hed .cart .item__desc{font-size:20px;line-height:40px}header .hed .cart .item__box{width:100%}header .hed .cart .item__price{border-radius:10px;color:#44b759;display:inline;font-size:20px;font-weight:900;padding:6px 12px}header .hed .cart .item__price:after{content:"$"}header .hed .cart .item__num{border-radius:10px;color:#000;display:inline;font-size:20px;font-weight:900;letter-spacing:10px;padding:6px 12px}header .hed .cart .item__num:before{content:"X"}header .hed .cart .item__icon-trash{background-color:#fff;font-size:20px;height:50px;margin-top:-6%;padding:10px;width:50px}main{background-color:#fff;flex:1 1 auto}main .items{display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;justify-content:space-around;margin:30px 0}main .items__not-found{font-size:20px}main .items .item{background-color:#f3f3f3;border-radius:10px;color:#000;cursor:default;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:400px;overflow:hidden;text-align:start;transition:.5s}main .items .item:hover{scale:1.01}main .items .item__titl{font-size:20px;overflow:hidden;padding:4px 10px;text-overflow:ellipsis;white-space:nowrap}main .items .item__desc{padding:10px}main .items .item__img{background-color:#fff;cursor:pointer;height:400px;object-fit:contain;object-position:center center;width:400px}main .items .item__footer{align-items:center;display:flex;justify-content:space-between;padding:10px 20px}main .items .item__footer-price{border:1px solid #fff;border-radius:10px;color:#44b759;display:inline;font-size:20px;font-weight:900;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:6px 12px}main .items .item__footer-price:after{content:"$"}main .items .item__footer-add{background-color:#ca5252;border-radius:100px;color:#fff;cursor:pointer;display:block;font-size:20px;height:30px;line-height:30px;text-align:center;transition:.5s;-webkit-user-select:none;user-select:none;width:30px}main .items .item__footer-add:hover{opacity:.5;scale:1.25}.categories{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;padding:0 0 50px}.categories__item{background-color:#e9e8e8;border:1px solid #fff;border-radius:20px;cursor:pointer;padding:8px 15px;transition:all .5s;-webkit-user-select:none;user-select:none}.categories__item:hover{border:1px solid #a8a8a8;scale:1.05}.fullItem{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:rgba(0,0,0,.525);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw}.fullItem .item{background-color:#f3f3f3;border-radius:10px;color:#000;cursor:default;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:500px;overflow:hidden;text-align:start;transition:.5s}.fullItem .item__titl{font-size:20px;padding:4px 10px}.fullItem .item__desc{padding:10px}.fullItem .item__img{background-color:#fff;cursor:pointer;max-height:500px;max-width:500px;object-fit:contain;object-position:center center;padding:20px;transition:.5s;width:100%}.fullItem .item__img:hover{scale:1.05}.fullItem .item__footer{align-items:center;display:flex;justify-content:space-between;padding:10px 20px}.fullItem .item__footer-price{border:1px solid #fff;border-radius:10px;color:#44b759;display:inline;font-size:20px;font-weight:900;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:6px 12px}.fullItem .item__footer-price:after{content:"$"}.fullItem .item__footer-add{background-color:#ca5252;border-radius:100px;color:#fff;cursor:pointer;display:block;font-size:20px;height:30px;line-height:30px;text-align:center;transition:.5s;-webkit-user-select:none;user-select:none;width:30px}.fullItem .item__footer-add:hover{opacity:.5;scale:1.25}footer{background-color:#303030;color:#fff;margin-top:10px;padding:10px 0;text-align:center}
/*# sourceMappingURL=main.9ea98c68.css.map*/