@import "https://fonts.googleapis.com/css2?family=Play:wght@400;700&family=Quantico:ital,wght@0,400;0,700;1,400;1,700&family=Rajdhani:wght@300;400;500;600;700&family=Saira+Stencil:ital,wght@0,100..900;1,100..900&family=Sarpanch:wght@400;500;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Rajdhani,sans-serif}body{background:radial-gradient(circle,#87eb15 0%,#0bba1a 100%)}header{flex-direction:row;justify-content:space-between;align-items:center;padding:12px;display:flex}nav ul{gap:4.25rem;font-weight:700;list-style-type:none;display:flex}nav ul li .nav-link{cursor:pointer;color:#000;align-items:center;gap:.5rem;text-decoration:none;transition:all .3s;display:flex}nav ul li .nav-link:hover{color:#333}nav ul li .nav-link:active{color:#555;transform:scale(.9)}.shopping-cart-icon{position:relative}.cart-badge{position:absolute;top:-10px;right:-10px}@media (width<=900px){nav ul{gap:2rem}}@media (width<=525px){header h1{font-size:1.5rem}nav ul{gap:1rem}.label{display:none}}.home{padding:2%}.home-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding-top:5%;display:flex}.home h1{margin-bottom:1rem;font-size:3.5rem}.home p{max-width:600px;margin-bottom:2rem;font-size:1.5rem}.home button{color:#fff;cursor:pointer;background-color:#4caf50;border:none;border-radius:12px;padding:.75rem 1.5rem;font-size:1.25rem;font-weight:700}.home button:hover{background-color:#45a049;box-shadow:0 3px 8px #0000003d}.home button:active{background-color:#3e8e41;transform:translateY(-2px)}@media (width<=900px){.home{height:50vh}.home h1{font-size:2.75rem}.home p{font-size:1.25rem}.home button{font-size:1.12rem}}@media (width<=525px){.home h1{font-size:2rem}.home p{font-size:1rem}.home button{padding:.5rem 1rem;font-size:.9rem}}.shopping{padding:20px}.products-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;padding:20px;display:grid}.product-card{text-align:center;background:linear-gradient(15deg,#65f54cbf 0%,#95e053 50%,#afed53bf 100%);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;transition:transform .2s;display:flex;box-shadow:0 4px 8px #0000001a}.product-card:hover{transform:translateY(-5px)}.product-image-container{justify-content:center;align-items:center;width:150px;height:250px;margin-bottom:15px;padding:20px;display:flex}.product-image-container img{max-height:235px}.product-details{background:radial-gradient(circle,#75e864bf 0%,#55f23d 100%);border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;gap:10px;width:100%;height:258px;padding:20px;display:flex}.quantity-container{background:radial-gradient(circle,#a4ff96bf 0%,#89eb7a 100%);justify-content:center;align-items:center;margin-top:10px;display:flex}.quantity-container button,.quantity-container span{width:30px;height:30px}.quantity-container button{color:#fff;cursor:pointer;background:#1dbb04;border:none;font-weight:700}.quantity-container button:first-of-type{border-top-left-radius:5px;border-bottom-left-radius:5px}.quantity-container button:last-of-type{border-top-right-radius:5px;border-bottom-right-radius:5px}.quantity-container button:hover{cursor:pointer;background:#37da1e}.quantity-container button:active{background:#6efd58;transform:scale(.95)}.quantity-container span{justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.product-card h3{text-overflow:ellipsis;-webkit-box-orient:vertical;height:100%;max-height:calc(3.6em + 10px);display:-webkit-box;overflow:hidden}.product-details>button{color:#fff;cursor:pointer;background:radial-gradient(circle,#14a105bf 0%,#3bb300 100%);border:none;border-radius:20px;margin-top:10px;padding:10px 20px;font-weight:700}.product-details>button:hover{background:radial-gradient(circle,#14a105 0%,#3bb300 100%);transform:scale(1.05)}.product-details>button:active{background:radial-gradient(circle,#14a105 0%,#3bb300 100%);transform:scale(.95)}.futuristic-loader-container{justify-content:center;align-items:center;width:100%;min-height:50vh;display:flex}.futuristic-loader{justify-content:center;align-items:center;width:150px;height:150px;display:flex;position:relative}.loader-ring{border:4px solid #0000;border-radius:50%;animation:2s linear infinite spin;position:absolute}.loader-ring:first-child{filter:drop-shadow(0 0 10px #65f54c);border-top:4px solid #65f54c;border-bottom:4px solid #65f54c;width:150px;height:150px;animation-duration:2s}.loader-ring:nth-child(2){filter:drop-shadow(0 0 8px #1dbb04);border-left:4px solid #1dbb04;border-right:4px solid #1dbb04;width:110px;height:110px;animation-duration:1.5s;animation-direction:reverse}.loader-ring:nth-child(3){filter:drop-shadow(0 0 5px #a4ff96);border-top:4px solid #a4ff96;border-bottom:4px solid #a4ff96;width:70px;height:70px;animation-duration:1s}.loader-text{color:#14a105;letter-spacing:2px;text-shadow:0 0 5px #65f54c;font-family:monospace;font-size:14px;font-weight:700;animation:1.5s ease-in-out infinite pulse;position:absolute}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (width<=900px){.products-container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (width<=525px){.products-container{grid-template-columns:repeat(auto-fit,minmax(175px,1fr))}.product-image-container img{max-height:175px}.product-image-container{width:120px;height:200px}}@media (width<=455px){.products-container{grid-template-columns:repeat(auto-fit,minmax(155px,1fr))}.product-image-container img{max-height:135px}.product-image-container{width:90px;height:150px}}.checkout-dialog{text-align:center;z-index:1000;background:linear-gradient(15deg,#65f54cbf 0%,#95e053 50%,#afed53bf 100%);border:none;border-radius:8px;padding:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 8px #0003}.checkout-dialog::backdrop{background-color:#00000080}.checkout-dialog p{margin-bottom:20px;font-size:1.2rem;font-weight:700}.dialog-actions{justify-content:center;gap:15px;display:flex}.dialog-actions button{color:#fff;cursor:pointer;background-color:#14a105;border:none;border-radius:4px;padding:10px 15px;font-size:1rem;font-weight:700}.dialog-actions button:hover{background-color:#1dbb0c}.dialog-actions button:active{background-color:#0f7a07;transform:scale(.98)}.cart-page{flex-direction:column;justify-content:center;align-items:center;padding:2%;display:flex}.empty-cart{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:50vh;display:flex}.empty-cart h1{color:#555;margin-top:20px;font-size:2rem}.empty-cart button{color:#fff;cursor:pointer;background-color:#14a105;border:none;border-radius:5px;margin-top:20px;padding:10px 20px;font-size:1.1rem;font-weight:700}.empty-cart button:hover{background-color:#1dbb0c}.empty-cart button:active{background-color:#0f7a07;transform:scale(.98)}.cart-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding-top:5%;display:flex}.cart-item{background:radial-gradient(circle,#75e864bf 0%,#55f23d 100%);border:1px solid #005200;border-radius:20px;justify-content:space-between;align-items:center;gap:20vw;width:88vw;height:125px;margin-bottom:5px;padding:20px 55px;display:flex}.cart-item:hover{background:radial-gradient(circle,#94ff84d9 0%,#4dff31 100%);border-color:#028a02}.cart-item img{border-radius:5px;width:80px;height:auto}.cart-item-actions{flex-grow:0;flex-shrink:1;justify-content:center;align-items:center;gap:10px;display:flex}.cart-item-actions button{cursor:pointer;color:#fff;background:radial-gradient(circle,#14a105bf 0%,#3bb300 100%);border:none;border-radius:5px;width:30px;padding:5px 10px;font-weight:700}.cart-item-actions button:hover{background:radial-gradient(circle,#27d314 0%,#60dd21 100%)}.cart-item-actions button:active{background:radial-gradient(circle,#50f13e 0%,#68e629 100%);transform:scale(.98)}.cart-item-actions span{font-size:16px;font-weight:700}.cart-summary{flex-direction:column;justify-content:space-between;align-self:flex-end;gap:12px;margin-top:20px;font-size:18px;font-weight:700;display:flex}.checkout-btn{color:#fff;cursor:pointer;background-color:#14a105;border:none;border-radius:5px;padding:10px 20px;font-size:1.1rem;font-weight:700}.checkout-btn:hover{background-color:#1dbb0c}.checkout-btn:active{background-color:#0f7a07;transform:scale(.98)}@media (width<=900px){.cart-item{gap:10vw;width:95vw;padding:15px 30px}.cart-page h1{font-size:1.5rem}}@media (width<=525px){.cart-item{gap:10px;width:95vw;height:150px;padding:15px}.cart-item-actions{gap:5px}.cart-summary h3{font-size:1rem}.cart-summary button{padding:5px 10px;font-size:.875rem}}@media (width<=390px){.cart-page h1{font-size:1.2rem}.cart-item{flex-direction:column;gap:10px;width:95vw;height:220px;padding:15px}.cart-item-actions{gap:10px}.cart-summary h3{font-size:1rem}.cart-summary button{padding:5px 10px;font-size:.875rem}}
