@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{background:#fff;color:#222;font-family:Montserrat,sans-serif;font-weight:300}.wrapper{margin:50px auto;width:1280px}header{position:relative}header .logo{font-size:20px;font-weight:600}header ul.nav{float:right;list-style:none}header ul.nav li{cursor:pointer;display:inline;margin-left:25px;transition:opacity .3s ease}header ul.nav li:hover{opacity:.5}header .shop-cart-button{cursor:pointer;float:right;transition:color,transform .5s ease}header .shop-cart-button.active,header .shop-cart-button:hover{color:#dc3d3d;transform:scale(1.5)}header .shop-cart{background:#fafafa;box-shadow:0 3px 8px #0000003d;padding:20px 20px 0;position:absolute;right:0;top:30px;width:450px;z-index:1000}header .shop-cart .empty h2{font-size:20px;margin-bottom:20px}header .shop-cart .item{float:left;margin-bottom:20px;width:100%}header .shop-cart img{float:left;margin-right:20px;width:70px}header .shop-cart h2{font-size:20px;margin-bottom:10px;width:90%}header .shop-cart .item p{color:#797979;font-weight:600}header .shop-cart .item .delete-icon{color:#ca5252;cursor:pointer;float:right;position:relative;top:-25px;transition:color,transform .5s ease}header .shop-cart .item .delete-icon:hover{color:#d83030;transform:scale(1.5)}header .shop-cart .suma{float:left;font-size:20px;font-weight:600;margin-bottom:20px;width:100%}header .presentation{background:url(/WebShop/static/media/bg1.b8ede06e3020ba4bdef9.jpg) no-repeat;background-blend-mode:multiply;background-color:#bcbcbc;background-position:50%;background-size:cover;height:500px;margin:50px 0;position:relative;width:100%}header .presentation:after{color:#fff;content:"Найкращі товари для творчості";font-size:40px;font-weight:600;left:50px;position:absolute;top:100px;width:300px}header .presentation:before{color:#fff;content:"за низькими цінами";font-size:15px;font-weight:300;left:50px;position:absolute;top:250px;width:300px}.categories div{background:#f2f2f2;border:1px solid #0000;border-radius:50px;cursor:pointer;display:inline-block;margin-bottom:25px;margin-right:15px;padding:10px 20px;transition:all .5s ease}.categories div:hover{border-color:silver;transform:scale(1.1)}.full-item{align-items:center;background:rgba(0,0,0,.719);bottom:0;display:flex;height:100vh;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999}.full-item>div{background:#fff;border-radius:9px;margin:10% auto;padding:40px 30px;position:relative;width:600px}main{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}main .item{background:#f5f5f5;margin-bottom:50px;overflow:hidden;padding-bottom:20px;position:relative;width:30%}.full-item img,main .item img{border-radius:10px 10px 0 0;transition:transform .5s ease;width:100%}.full-item img:hover,main .item img:hover{cursor:pointer;transform:scale(1.05)}.full-item b,.full-item h2,.full-item p,main b,main h2,main p{color:#333;margin:10px 20px}.full-item b,main b{color:#5fa36a;font-weight:600}.full-item .add-to-cart,main .add-to-cart{background:#ca5252;border-radius:50%;bottom:20px;color:#fff;cursor:pointer;font-weight:600;line-height:35px;position:absolute;right:20px;text-align:center;transition:transform .5s ease;width:35px}.full-item .add-to-cart:hover,main .add-to-cart:hover{transform:scale(1.5) translateY(-5px)}footer{margin-top:100px;text-align:center}
/*# sourceMappingURL=main.6a478fbb.css.map*/