body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{height:100%;margin:0;padding:0}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}.header{align-items:center;background:linear-gradient(90deg,#0077b6,#00b4d8);box-shadow:0 2px 8px #0000001a;display:flex;height:80px;justify-content:space-between;padding:0 40px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.logo{color:#fff;font-family:Poppins,sans-serif;font-size:24px;font-weight:700;text-decoration:none;transition:color .3s ease}.logo:hover{color:#ffdd57}.spinner-container{align-items:center;display:flex;height:70vh;justify-content:center}.spinner{animation:spin 1s linear infinite;border:6px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cart-div{cursor:pointer;position:relative;transition:transform .2s ease}.cart-div:hover{transform:scale(1.05)}.cart-div img{background-color:#fff;border:2px solid #0077b6;border-radius:12px;box-shadow:0 0 6px #0003;height:48px;object-fit:cover;width:48px}.cart-count{align-items:center;background-color:#ff4c4c;border-radius:50%;box-shadow:0 0 4px #0000004d;color:#fff;display:flex;font-size:13px;font-weight:700;height:22px;justify-content:center;position:absolute;right:-8px;top:-8px;transition:all .3s ease;width:22px}.cart-div:hover .cart-count{transform:scale(1.1)}@media (max-width:600px){.header{padding:0 20px}.logo{font-size:20px}.cart-div img{height:40px;width:40px}.cart-count{font-size:11px;height:18px;width:18px}}.product-container{grid-gap:36px;background-color:#f9fafc;display:grid;gap:36px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));justify-items:center;padding:40px}.product-item{align-items:center;background-color:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;font-family:Poppins,sans-serif;max-width:280px;padding:20px;text-align:center;transition:transform .2s ease,box-shadow .3s ease;width:100%}.product-item:hover{box-shadow:0 6px 18px #00000026;transform:translateY(-5px)}.product-image{border-bottom:1px solid #eee;height:180px;margin-bottom:10px;object-fit:contain;width:100%}.product-title{color:#222;font-size:1rem;font-weight:600;line-height:1.3;max-height:45px;min-height:45px;overflow:hidden}.product-category{color:#666;font-size:.9rem;margin-top:5px}.product-price{color:#007bff;font-size:1rem;font-weight:600;margin-top:5px}.product-description{color:#444;font-size:.88rem;line-height:1.4;margin:10px 0;max-height:100px;min-height:100px;overflow:hidden}.product-rating{color:#555;font-size:.9rem;margin-top:auto}.product-item button{background:linear-gradient(90deg,#0077b6,#00b4d8);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:12px;padding:10px 18px;transition:background-color .3s ease,transform .2s ease}.product-item button:hover{background-color:#005f8a;transform:scale(1.05)}@media (max-width:600px){.product-container{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));padding:20px}.product-item{padding:15px}.product-item img{height:120px;width:120px}}.cart-page{background-color:#f9fafb;font-family:Segoe UI,sans-serif;min-height:100vh;padding:30px 50px}.cart-header{align-items:center;display:flex;justify-content:space-between}.back-link{background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 18px;text-decoration:none}.back-link:hover{background-color:#0056b3;text-decoration:none}.clear-cart-btn{background-color:#ff4d4d;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 18px}.clear-cart-btn:hover{background-color:#e63939}.cart-title{color:#333;font-size:2rem;margin-bottom:30px;text-align:center}.empty-cart{color:#666;font-size:1.2rem;text-align:center}.cart-page-container{align-items:flex-start;display:flex;gap:30px;justify-content:space-between}.cart-table{background:#fff;border-collapse:collapse;border-radius:10px;box-shadow:0 2px 8px #0000001a;flex:2 1;overflow:hidden;width:100%}.cart-table th{background-color:#007bff;color:#fff;font-size:1rem;padding:15px;text-align:left}.cart-table td{border-bottom:1px solid #ddd;padding:15px;vertical-align:middle}.cart-table tr:hover{background-color:#f1f7ff}.cart-img{height:60px;object-fit:contain;width:60px}.remove-btn{background-color:#f44336;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:8px 12px}.remove-btn:hover{background-color:#d32f2f}.price-details{background:#fff;border:2px solid #007bff;border-radius:10px;box-shadow:0 2px 8px #0000001a;flex:1 1;padding:20px 25px}.price-details h2{border-bottom:2px solid #007bff;color:#333;font-size:1.3rem;margin-bottom:20px;padding-bottom:5px}.adjust-price{display:flex;font-size:1rem;justify-content:space-between;margin:10px 0}.adjust-price.total{color:#007bff;font-size:1.1rem;font-weight:700}.checkout-btn{background-color:#28a745;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;margin-top:20px;padding:12px;width:100%}.checkout-btn:hover{background-color:#218838}@media (max-width:768px){.cart-page-container{align-items:center;flex-direction:column;margin:10px}.cart-table,.price-details{width:100%}}.footer{background-color:#222;border-top:4px solid #007bff;color:#fff;font-size:.95rem;margin-top:40px;padding:20px 0;text-align:center}.footer-content p{font-size:15px;margin:5px 0}.footer a{color:#61dafb;font-weight:500;text-decoration:none}.footer a:hover{text-decoration:underline}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.925b9305.css.map*/