@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";.hero{display:flex;align-items:center;justify-content:space-between}.hero .hero-content{width:49%;display:flex;flex-direction:column;gap:20px}.hero .hero-content h2{font-size:30px}.hero .hero-img{width:49%}.hero .hero-img img{width:100%;height:auto}.hero .btns{display:flex;gap:20px}.hero .btns button{padding:12px 30px;border:none;background-color:#3052f3;border-radius:5px;color:#fff;font-family:Inter,sans-serif;font-weight:500;cursor:pointer}.hero .btns .btn1{padding-block:10px;background:none;border:2px solid #3052F3;color:#3052f3}.about .wrapper{display:flex;justify-content:space-between;align-items:center}.about .wrapper .img{width:49%}.about .wrapper .img img{width:100%;height:auto;border-radius:12px}.about .wrapper .img h2{margin-bottom:10px}.about .wrapper .img h2 span{color:#3052f3}.about .wrapper .content{width:49%;display:flex;flex-direction:column;gap:30px}.contacts .wrapper{display:flex;gap:30px}.contacts .wrapper .contents{flex:1;display:flex;flex-direction:column;gap:20px}.contacts .wrapper .contents .headings h3{color:#3052f3;font-size:30px}.contacts .wrapper .contents table tr td{padding:15px}.contacts .wrapper .contents .icons{background:#3052f3;display:flex;width:50%;justify-content:space-around;align-items:center;padding-block:15px;border-radius:5px}.contacts .wrapper form{flex:1;display:flex;flex-direction:column;gap:20px}.contacts .wrapper form input{border:1px solid rgb(205,204,204);outline:none;padding:10px;border-radius:5px;font-family:Inter,sans-serif}.contacts .wrapper form textarea{border:1px solid rgb(205,204,204);outline:none;padding:10px;border-radius:5px;resize:none;height:100%;font-family:Inter,sans-serif}.contacts .wrapper form button{background-color:#3052f3;color:#fff;border:none;border-radius:5px;padding:10px;cursor:pointer;font-family:Inter,sans-serif}footer{background:#3052f3;color:#fff;margin-top:30px}footer .wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;padding-block:30px}footer .wrapper .main-content{display:flex;flex-direction:column;gap:20px}footer .wrapper .links{display:flex;justify-content:space-between}footer .wrapper .links .contact{display:flex;flex-direction:column;gap:10px}footer .wrapper .links .contact .tel,footer .wrapper .links .contact .email{display:flex;gap:15px}footer .right_reserved{text-align:center;padding-block:15px;border-top:2px solid rgba(186,183,183,.3)}body{font-family:Inter,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}.wrapper{width:100%;max-width:1200px;padding-inline:40px;margin:0 auto}ul{list-style-type:none}a{text-decoration:none;color:inherit}section{padding-block:40px}.loader{width:40px;height:40px;display:block;border:4px solid #d1d1d1;border-bottom-color:#3052f3;border-radius:50%;box-sizing:border-box;margin:25px auto;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}header{padding-block:15px}header .wrapper{display:flex;align-items:center;justify-content:space-between}header .wrapper ul{display:flex;gap:35px;font-weight:500}header .wrapper button{background-color:#3052f3;padding:12px 35px;font-family:Inter;outline:none;border:none;color:#fff;border-radius:5px;cursor:pointer;font-weight:500}.wrapper .products{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;margin-top:50px}.wrapper .products .product-item{width:30%;display:flex;flex-direction:column;gap:10px}.wrapper .products .product-item img{width:100%;height:300px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.wrapper .products .product-item .bottom{display:flex;justify-content:space-between;align-items:center}.wrapper .products .product-item .name{font-size:18px;font-weight:500}.wrapper .products .product-item .category{color:#3052f3}.wrapper .products .product-item button{background-color:#3052f3;color:#fff;border-radius:50%;width:30px;aspect-ratio:1;text-align:center;align-content:center;border:none;cursor:pointer;font-weight:600}.wrapper .empty{width:100%;display:flex;flex-direction:column;align-items:center;gap:10px}.wrapper .empty img{width:250px;height:auto}.wrapper .checkout{display:flex;flex-direction:column;align-items:center;gap:20px;margin-top:10px}.wrapper .checkout .total{font-size:18px;font-weight:500;margin-right:auto;margin-top:15px;display:flex;align-items:center;gap:16px}.wrapper .checkout .total button{background-color:#3052f3;border:none;color:#fff;padding:10px 20px;border-radius:5px;cursor:pointer;font-family:Inter,sans-serif}.wrapper .checkout .checkout-item{width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px}.wrapper .checkout .checkout-item img{width:100px;height:100px;-o-object-fit:cover;object-fit:cover}.wrapper .checkout .checkout-item .name{font-weight:500}.wrapper .checkout .checkout-item button{background-color:transparent;border:none;cursor:pointer}
