@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);body{font-family:Roboto,sans-serif;margin:0;padding:0}.wrapper{font-size:30px;margin:40px auto;width:85%}header .top-section{display:flex;justify-content:space-between}header .top-section .nav-wrapper{display:flex;gap:60px;position:relative}header .top-section .nav-wrapper .shop-cart{cursor:pointer}header .top-section .nav-wrapper .cart-open{background-color:#f5f5f5;box-shadow:1px 1px 15px 0;left:-120px;min-height:100px;padding:30px;position:absolute;top:70px;width:570px;z-index:1}header .top-section .nav-wrapper .cart-open .cart-item{align-items:center;display:flex;justify-content:space-between}header .top-section .nav-wrapper .cart-open .cart-item .delete-cart-item{cursor:pointer;font-size:16px}header .top-section .nav-wrapper .cart-open .cart-item .cart-item-wrapper,header .top-section .nav-wrapper .cart-open .cart-item .price-delete-cart{align-items:center;display:flex;gap:20px}header .top-section .nav-wrapper .cart-open .cart-item img{height:80px;width:90px}header .top-section ul{display:flex;gap:20px;list-style:none;margin:0;padding:0}header .top-section ul li{cursor:pointer;transition:opacity .5s ease}header .top-section ul li:hover{opacity:.5}header .presentation{background:url(/react-shop/static/media/header.553b5b8b9f3bac6684be.png);background-blend-mode:multiply;background-color:#9e9e9e;background-position:bottom;background-repeat:no-repeat;background-size:cover;height:500px;margin:50px 0;position:relative;width:100%}header .presentation:after{color:#fff;content:"Найкращі товари для вашого дому";font-size:42px;font-weight:600;left:60px;position:absolute;top:50px;width:30%}header .presentation:before{color:#fff;content:"в нашому магазині";left:60px;position:absolute;top:200px}main{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}main .item{background-color:#f5f5f5;border:1px solid #dbdbdb;cursor:pointer;font-size:24px;margin-bottom:50px;overflow:hidden;padding:10px;text-align:center;width:43%}.item h4,.item p{margin:10px 0}main .item .img-container img{height:350px;max-width:100%;transition:transform .5s ease}main .item .img-container{align-items:center;background-color:#fff;display:flex;justify-content:center;overflow:hidden}main .item .img-container img:hover{transform:scale(1.05)}main .item .price-wrapper{display:flex;justify-content:space-between;padding:0 15px}main .item .price-wrapper .add-container{align-items:center;background-color:#45618c;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;min-width:40px;transition:transform .5s ease}main .item .price-wrapper .add-container:hover{transform:scale(1.2)}main .item .price-wrapper .add-container .add-to-cart{color:#fff}footer{text-align:center}
/*# sourceMappingURL=main.f9e3820e.css.map*/