*{margin:0;padding:0;box-sizing:border-box}body{width:100%;height:100%}.home{width:100%;min-height:100vh;background-color:#fff}.hero-bg{width:100%;display:flex;justify-content:center;align-items:center;margin-top:20px}.hero-bg img{width:90%;box-shadow:2px 2px 10px #000;border-radius:20px}.category-section{width:100%;display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap;margin-top:20px;padding:20px}.category-card{width:200px;height:250px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px;padding:10px;border-radius:20px;transition:all .5s}.category-card:hover{cursor:pointer;box-shadow:2px 2px 10px #0000008f}.category-card img{width:100%;height:60%}.home h1{text-align:center;padding:50px;font-size:40px;font-weight:900}.product{width:300px;height:450px;background-color:#fff;display:flex;justify-content:space-between;align-items:center;flex-direction:column;padding:20px;box-shadow:2px 2px 10px #00000062;border-radius:20px}.product-details{display:flex;justify-content:start;align-items:start;flex-direction:column;gap:10px;font-size:18px}.product-details button{padding:10px 20px;background-color:#241616;color:#fff;border-radius:10px;border:none;font-size:18px}.product-details button:hover{cursor:pointer;opacity:.8}.product img{width:100%;max-height:60%}.product-section{width:100%;padding:10px;display:flex;justify-content:center;align-items:center;gap:30px;flex-wrap:wrap}.nav{width:100%;height:120px;box-shadow:0 4px 10px #00000093;position:relative}.top-nav{width:100%;height:70px;background-color:#11151a;display:flex;justify-content:space-between;align-items:center;padding:10px 30px;position:fixed;top:0;left:0;z-index:1000}.home,.shop,.product-section{margin-top:70px}a{text-decoration:none;color:#fff}.bottom-nav{width:100%;height:50px;background-color:#262d33;display:flex;justify-content:center;align-items:center;gap:20px;color:#fff;list-style:none;font-size:18px;cursor:pointer;position:fixed;top:70px;left:0;z-index:999}.top-nav .logo{color:#fff;font-size:30px;display:flex;align-items:center;gap:10px}.top-nav .search-box{width:60%;height:40px;background-color:#fff;display:flex;align-items:center;border-radius:20px;overflow:hidden}.top-nav .search-box input{width:70%;height:100%;padding:10px 20px;border:none;outline:none;font-size:16px}.top-nav .search-box button{width:30%;height:100%;display:flex;justify-content:end;align-items:center;font-size:24px;background-color:#fff;border:none;padding-right:10px}.cart-box{position:relative}.cart-box svg{color:#fff;width:35px;height:35px}.cart-box span{color:#fff;position:absolute;top:-8px;right:-10px;font-size:14px;background:red;border-radius:50%;padding:2px 6px}@media(max-width:750px){.top-nav .search-box{display:none}}.footer{width:100%;height:100px;display:flex;justify-content:center;align-items:center;gap:10px;background-color:#191d20;color:#fff;font-size:20px;margin-top:10px}.shop{width:100%;min-height:100vh}.shop .heading{font-size:4vmax;width:100%;height:150px;display:flex;justify-content:center;align-items:center;gap:10px;font-weight:900}.cart{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:start;flex-direction:column;gap:20px;padding-top:40px}.empty-cart{width:100%;height:100%;display:flex;justify-content:start;align-items:center;flex-direction:column;gap:20px}.empty-cart img{width:90%;max-width:400px;margin-top:40px}.cartCart-section{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px}.price-section{display:flex;justify-content:center;align-items:center;flex-direction:column;font-size:30px}.cartCard{width:90%;height:180px;display:flex;justify-content:space-between;align-items:center;padding:20px;box-shadow:2px 2px 10px #00000085;border-radius:20px}.left-card{display:flex;justify-content:center;align-items:center;gap:20px;height:100%}.left-card img{max-width:50%;height:100%}.left-card .name-price{display:flex;flex-direction:column;gap:7px;font-size:20px}.right-card button{background-color:red;color:#fff;padding:10px 20px;font-size:18px;border-radius:20px;cursor:pointer;border:none}@media(max-width:750px){.cartCard{flex-direction:column;height:500px;align-items:start;width:300px;gap:20px}.left-card{flex-direction:column;align-items:start}.left-card img{height:40%}}.contact{width:100%;min-height:80vh;display:flex;justify-content:center;align-items:center}.contact form{max-width:500px;width:90%;height:500px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px}input,textarea{width:100%;height:50px;padding:10px 20px;border:2px solid rgb(21,23,26);color:#15171a;outline:none;font-size:18px}.contact form button{padding:10px 20px;background-color:#15171a;color:#fff;font-size:18px;border-radius:20px;cursor:pointer}.contact form button:hover{opacity:.7}
