@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{width:100%;height:100%}.home{width:100%;min-height:100vh;background-color:#fff}.hero-bg{width:90%;display:flex;align-items:center;justify-content:center;margin-top:20px}.hero-bg img{width:90%;box-shadow:2px 2px 10px #00000075;border-radius:20px}.product-section{width:100px;padding:10px;display:flex;align-items:center;justify-content:center;gap:30px;flex-wrap:wrap}.home h1{text-align:center;padding:50px;color:#1c2227;font-size:3vmax}.product{width:240px;min-height:360px;display:flex;align-items:center;justify-content:space-between;flex-direction:column;padding:16px;background-color:#fff;box-shadow:2px 2px 10px #0000002e;border-radius:16px}.product-details{display:flex;align-items:start;justify-content:start;flex-direction:column;gap:10px;font-size:18px}.product-details button{color:#fff;background-color:#191e22;padding:10px 20px;border:None;border-radius:10px;font-size:18px;cursor:pointer}.product-details button:hover{opacity:.8}.product img{width:100%;height:180px;object-fit:contain}.Shop{width:100%;min-height:100vh}.Shop .heading{width:100%;height:120px;display:flex;align-items:center;font-size:4vmax;justify-content:center;gap:10px}.category-section{width:100%;display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;margin-top:30px;padding:10px}.category-card{width:200px;height:200px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;padding:10px;border-radius:20px;transition:all .4s}.category-card:hover{box-shadow:2px 2px 10px #00000075;border-radius:20px}.category-card img{width:100%;height:80%}.product-section{width:100%;padding:10px;display:flex;align-items:center;justify-content:center;gap:30px;flex-wrap:wrap}.Cart{padding:40px 16px 60px;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:start;flex-direction:column;gap:24px;background:linear-gradient(135deg,#191d210a,#191d211a)}.empty-cart{width:100%;max-width:900px;min-height:60vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;background:#fff;border-radius:20px;padding:32px 20px 40px;box-shadow:0 10px 30px #0000001f}.empty-cart img{width:70%;max-width:320px}.empty-cart h1{font-size:28px;color:#171c21}.cartCard-section{width:100%;max-width:980px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px}.price-section{width:100%;max-width:520px;display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:20px;gap:8px;background:#fff;border-radius:16px;padding:18px;box-shadow:0 10px 24px #0000001a}.CartCard{width:90%;height:180px;box-shadow:2px 2px 10px #0008;display:flex;align-items:center;justify-content:space-between;padding:20px;border-radius:20px}.left-card img{max-width:50%;height:100%}.left-card{height:100%;align-items:center;display:flex;justify-content:center;gap:20px}.left-card .name-price{display:flex;flex-direction:column;gap:10px;font-size:20px}.right-card button{padding:10px 20px;font-size:18px;border:none;border-radius:20px;background-color:#e30707;color:#fff;cursor:pointer}.right-card button:hover{opacity:.8}@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;align-items:center;justify-content:center;padding:40px 16px;background:linear-gradient(135deg,#191d210d,#191d211f)}.contact-card{width:100%;max-width:560px;background:#fff;border-radius:18px;box-shadow:0 10px 30px #0000001f;padding:28px 28px 32px}.contact-card h1{font-size:28px;margin-bottom:6px;color:#171c21}.contact-card p{color:#171c21b3;margin-bottom:20px;font-size:15px}.contact-form{display:flex;flex-direction:column;gap:16px}.contact-form label{display:flex;flex-direction:column;gap:8px;font-size:14px;color:#171c21bf}.contact-form input,.contact-form textarea{width:100%;height:46px;color:#171c21;padding:10px 14px;border:1px solid rgba(23,28,33,.2);outline:none;font-size:16px;border-radius:10px;transition:border-color .2s ease,box-shadow .2s ease}.contact-form textarea{height:120px;resize:vertical}.contact-form input:focus,.contact-form textarea:focus{border-color:#00e5ffcc;box-shadow:0 0 0 3px #00e5ff33}.contact-form button{padding:12px 20px;background:linear-gradient(135deg,#ffb703,#ff7b00);color:#fff;border:none;font-size:16px;border-radius:12px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.contact-form button:hover{transform:translateY(-1px);box-shadow:0 8px 18px #ff7b0059}.nav{width:100%;background-color:#262d33;box-shadow:0 4px 10px #0008}.nav a{text-decoration:none;color:#fff}.top-nav{width:100%;min-height:72px;background-color:#191d21;display:flex;align-items:center;justify-content:center;padding:12px 24px}.bottom-nav{width:100%;min-height:52px;background-color:#262d33;display:flex;align-items:center;justify-content:center;gap:24px;list-style:none;font-size:18px}.bottom-nav a{color:#f7d23e;text-decoration:none;font-weight:600;letter-spacing:.3px;transition:color .2s ease,text-shadow .2s ease}.bottom-nav a:hover{color:#00e5ff;text-shadow:0 0 8px rgba(0,229,255,.6)}.top-nav .logo{width:100%;max-width:1200px;color:#fff;font-size:30px;display:flex;align-items:center;justify-content:space-between;gap:20px}.top-nav .brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;flex:0 0 auto}.top-nav .search-box{flex:1;max-width:520px;margin:0 16px;height:44px;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:22px;overflow:hidden;font-size:18px}.top-nav .search-box input{width:100%;height:100%;padding:10px 16px;border:none;outline:none}.top-nav .search-box button{height:100%;display:flex;align-items:center;justify-content:center;font-size:22px;background-color:#fff;border:none;padding:0 14px}.cart-box{position:relative;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.cart-box svg{color:#fff;height:36px;width:36px}.cart-box span{color:#fff;position:absolute;top:-10px;right:-6px;font-size:14px}@media(max-width:750px){.top-nav .search-box{display:none}.top-nav .logo{justify-content:space-between}}.footer{width:100%;background-color:#000;color:#f5f5f5;padding:32px 16px 16px;margin-top:40px}.footer-content{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.footer-title{font-size:22px;font-weight:700}.footer-brand p{color:#f5f5f5b3;margin-top:8px;font-size:14px}.footer-links,.footer-info{display:flex;flex-direction:column;gap:8px;font-size:14px}.footer-links span,.footer-info span{font-weight:600;font-size:15px}.footer-links a{color:#f7d23e;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#00e5ff}.footer-bottom{text-align:center;margin-top:24px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1);font-size:13px;color:#f5f5f599}
