.navbar{background:#603;color:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{display:flex;align-items:center;text-decoration:none}.logo-image{height:60px;width:auto;object-fit:contain}.navbar-menu{display:flex;align-items:center;gap:2rem}.navbar-link{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s}.navbar-link:hover{opacity:.8}.cart-link{background:#fff3;padding:.5rem 1rem;border-radius:5px}.admin-link{background:#fff3;padding:.5rem 1rem;border-radius:5px;font-weight:600}.navbar-user{color:#ffffffe6;font-size:.9rem}.navbar-button{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:5px;cursor:pointer;font-weight:500;transition:background .3s}.navbar-button:hover{background:#ffffff4d}@media (max-width: 768px){.navbar-container{flex-direction:column;gap:1rem}.navbar-menu{flex-wrap:wrap;justify-content:center;gap:1rem}}.admin-navbar{background:#603;color:#fff;padding:1rem 0;box-shadow:0 2px 8px #0000001a}.admin-navbar-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.admin-navbar-logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none}.admin-navbar-menu{display:flex;align-items:center;gap:2rem}.admin-navbar-link{color:#fff;text-decoration:none;font-weight:500;transition:opacity .2s;padding:.5rem 0}.admin-navbar-link:hover{opacity:.8}.admin-navbar-user{color:#ffffffe6;font-size:.9rem}.admin-navbar-button{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:500;transition:background .2s}.admin-navbar-button:hover{background:#ffffff4d}@media (max-width: 768px){.admin-navbar-container{padding:0 1rem;flex-wrap:wrap}.admin-navbar-menu{gap:1rem;font-size:.9rem}}.home{flex:1;background-image:url(/assets/burgundy-BJ2yI3mA.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:100vh;background-attachment:fixed}.hero-section{background:#0000004d;color:#fff;padding:5rem 2rem;text-align:center;position:relative;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hero-title{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.9}.cta-button{display:inline-block;background:#fff;color:#d63384;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:transform .3s,box-shadow .3s;border:none;cursor:pointer}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003}.auth-prompt{margin-top:2rem}.auth-prompt p{margin-bottom:1rem;font-size:1.2rem}.happy-shopping{margin-top:2rem;font-size:1.5rem;font-weight:600;color:#fff;opacity:.95;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.features-section{max-width:1200px;margin:4rem auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:10px;text-align:center;box-shadow:0 5px 15px #0000001a;transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{margin-bottom:.5rem;color:#d63384}.feature-card p{color:#666}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}}.register-page{flex:1;display:flex;justify-content:center;align-items:center;padding:2rem;background-color:#fff0f5}.register-container{background:#fff;padding:3rem;border-radius:10px;box-shadow:0 10px 30px #0000001a;width:100%;max-width:500px}.register-container h2{text-align:center;margin-bottom:2rem;color:#d63384;font-size:2rem}.register-form{display:flex;flex-direction:column;gap:1.5rem}.submit-button{background:#603;color:#fff;padding:1rem;border:none;border-radius:5px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s}.submit-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #6036;background:#704}.register-login-hint{text-align:center;margin-top:1rem;color:#555}.register-login-hint a{color:#d63384;font-weight:600;text-decoration:none}.register-login-hint a:hover{text-decoration:underline}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.server-error{text-align:center;margin-top:-.5rem}@media (max-width: 768px){.register-container{padding:2rem}}.login-page{flex:1;display:flex;justify-content:center;align-items:center;padding:2rem;background-color:#fff0f5}.login-container{background:#fff;padding:3rem;border-radius:10px;box-shadow:0 10px 30px #0000001a;width:100%;max-width:450px}.login-container h2{text-align:center;margin-bottom:.5rem;color:#d63384;font-size:2rem}.login-subtitle{text-align:center;margin-bottom:2rem;color:#555}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-form .form-group{display:flex;flex-direction:column;gap:.5rem}.login-form label{font-weight:600;color:#333}.login-form input{padding:.75rem;border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;transition:border-color .3s}.login-form input:focus{outline:none;border-color:#d63384}.login-form input.error{border-color:#e74c3c}.login-button{background:#603;color:#fff;padding:.9rem;border:none;border-radius:5px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #6036;background:#704}.login-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.login-footer{text-align:center;margin-top:1.5rem;color:#555}.login-footer a{color:#d63384;font-weight:600;text-decoration:none}.login-footer a:hover{text-decoration:underline}.server-error{text-align:center}.products-page{flex:1;padding:2rem;max-width:1200px;margin:0 auto;background-color:#fff0f5;position:relative}.cart-notification{position:fixed;top:1.5rem;right:1.5rem;background:#660033f2;color:#fff;padding:1rem 1.5rem;border-radius:6px;box-shadow:0 10px 30px #6036;z-index:1000;font-weight:600;animation:fadeInOut 3s ease forwards}@keyframes fadeInOut{0%{opacity:0;transform:translateY(-10px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.page-title{text-align:center;margin-bottom:2rem;color:#d63384;font-size:2.5rem}.category-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.category-button{background:#fff;color:#d63384;border:2px solid #d63384;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s;font-size:1rem}.category-button:hover{background:#ffe4e8;transform:translateY(-2px)}.category-button.active{background:#603;color:#fff;border-color:#603}.products-by-category{display:flex;flex-direction:column;gap:3rem}.category-section{margin-bottom:3rem}.category-title{color:#d63384;font-size:2rem;margin-bottom:2rem;text-align:center;font-weight:700}.auth-required{text-align:center;padding:4rem 2rem;background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a}.auth-required h2{margin-bottom:2rem;color:#333}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.product-image{width:100%;height:clamp(220px,32vh,380px);overflow:hidden;background:#f5f5f5;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s}.product-image.contain{padding:0}.product-image img.contain{object-fit:cover;object-position:center;width:100%;height:100%}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:1.5rem;display:flex;flex-direction:column;flex:1}.product-name{font-size:1.25rem;margin-bottom:.5rem;color:#333}.product-description{color:#666;font-size:.9rem;margin-bottom:1rem;flex:1}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-price{font-size:1.5rem;font-weight:700;color:#d63384}.add-to-cart-button{background:#603;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:5px;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s}.add-to-cart-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #6036;background:#704}@media (max-width: 1024px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.products-page{padding:1rem}.products-grid{grid-template-columns:1fr}}.cart-page{flex:1;padding:2rem;max-width:1200px;margin:0 auto;background-color:#fff0f5}.empty-cart{text-align:center;padding:4rem 2rem;background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a}.empty-cart p{font-size:1.5rem;margin-bottom:2rem;color:#666}.cart-container{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-top:2rem}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;display:grid;grid-template-columns:100px 1fr auto auto;gap:1.5rem;align-items:center}.cart-item-image{width:110px;height:110px;overflow:hidden;border-radius:5px;background:#f5f5f5}.cart-item-image img{width:100%;height:100%;object-fit:cover;object-position:center}.cart-item-details h3{margin-bottom:.5rem;color:#333}.cart-item-price{color:#d63384;font-weight:600}.cart-item-controls{display:flex;flex-direction:column;gap:1rem;align-items:center}.quantity-controls{display:flex;align-items:center;gap:1rem}.quantity-button{background:#603;color:#fff;border:none;width:30px;height:30px;border-radius:5px;cursor:pointer;font-weight:700;transition:background .3s}.quantity-button:hover{background:#704}.quantity{font-weight:600;min-width:30px;text-align:center}.remove-button{background:#e74c3c;color:#fff;border:none;padding:.5rem 1rem;border-radius:5px;cursor:pointer;font-size:.875rem;transition:background .3s}.remove-button:hover{background:#c0392b}.cart-item-total{font-size:1.25rem;font-weight:700;color:#d63384}.cart-summary{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;height:fit-content;position:sticky;top:2rem}.cart-summary h2{margin-bottom:1.5rem;color:#333}.checkout-button{width:100%;background:#603;color:#fff;border:none;padding:1rem;border-radius:5px;font-size:1.1rem;font-weight:600;cursor:pointer;margin-top:1.5rem;transition:transform .3s,box-shadow .3s}.checkout-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #6036;background:#704}@media (max-width: 968px){.cart-container{grid-template-columns:1fr}.cart-item{grid-template-columns:80px 1fr;gap:1rem}.cart-item-total{grid-column:1 / -1;text-align:right;margin-top:1rem}.cart-summary{position:static}}.checkout-page{flex:1;padding:2rem;max-width:1200px;margin:0 auto;background-color:#fff0f5}.checkout-container{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-top:2rem}.checkout-form-section{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a}.checkout-form-section h2{margin-bottom:2rem;color:#d63384}.checkout-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.continue-button{background:#603;color:#fff;border:none;padding:1rem;border-radius:5px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s;margin-top:1rem}.continue-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #6036;background:#704}.checkout-summary{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;height:fit-content;position:sticky;top:2rem}.checkout-summary h2{margin-bottom:1.5rem;color:#333}.summary-items{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}@media (max-width: 968px){.checkout-container,.form-row{grid-template-columns:1fr}.checkout-summary{position:static}}.payment-page{flex:1;padding:2rem;max-width:1200px;margin:0 auto;background-color:#fff0f5}.payment-container{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-top:2rem}.payment-form-section{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a}.payment-form-section h2{margin-bottom:2rem;color:#d63384}.payment-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333}.form-group input{padding:.75rem;border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#d63384}.form-group input.error{border-color:#e74c3c}.stripe-payment-element{padding:.75rem;border:2px solid #e0e0e0;border-radius:5px;background:#fff;transition:border-color .3s}.stripe-payment-element:focus-within{border-color:#d63384}.success-message{background:#d4edda;color:#155724;padding:.75rem;border-radius:5px;border:1px solid #c3e6cb;margin-top:.5rem;text-align:center}.error-message{color:#e74c3c;font-size:.875rem}.server-error{background:#fee;padding:.75rem;border-radius:5px;border:1px solid #e74c3c;margin-top:.5rem}.order-number-info{margin-top:1rem;padding:.75rem;background:#f0f8ff;border-radius:5px;color:#333;font-size:.9rem;text-align:center}.form-row{display:grid;grid-template-columns:2fr 1fr;gap:1rem}.pay-button{background:#603;color:#fff;border:none;padding:1rem;border-radius:5px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s;margin-top:1rem}.pay-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #6036;background:#704}.pay-button:disabled{opacity:.6;cursor:not-allowed}.payment-summary{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;height:fit-content;position:sticky;top:2rem}.payment-summary h2{margin-bottom:1.5rem;color:#333}.summary-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.summary-section:last-of-type{border-bottom:none}.summary-section h3{margin-bottom:1rem;color:#d63384;font-size:1.1rem}.summary-section p{color:#666;margin-bottom:.5rem}.summary-items{margin-bottom:1.5rem}.summary-item{display:flex;justify-content:space-between;padding:.5rem 0;color:#666;font-size:.9rem}.summary-totals{margin-top:1rem}.summary-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e0e0e0}.summary-row.total{border-bottom:none;border-top:2px solid #d63384;margin-top:1rem;padding-top:1rem;font-size:1.25rem;font-weight:700;color:#d63384}@media (max-width: 968px){.payment-container,.form-row{grid-template-columns:1fr}.payment-summary{position:static}}.confirmation-page{flex:1;padding:2rem;display:flex;justify-content:center;align-items:center;background-color:#fff0f5}.confirmation-container{background:#fff;padding:3rem;border-radius:10px;box-shadow:0 10px 30px #0000001a;max-width:600px;width:100%;text-align:center}.confirmation-icon{font-size:4rem;margin-bottom:1rem}.confirmation-container h1{color:#d63384;margin-bottom:1rem;font-size:2.5rem}.confirmation-message{font-size:1.2rem;color:#666;margin-bottom:2rem}.order-details,.shipping-details,.order-items{background:#f9f9f9;padding:1.5rem;border-radius:5px;margin-bottom:1.5rem;text-align:left}.order-details h2,.shipping-details h2,.order-items h2{color:#333;margin-bottom:1rem;font-size:1.3rem;text-align:center}.detail-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e0e0e0}.detail-row:last-child{border-bottom:none}.order-number{font-weight:700;color:#d63384}.total-amount{font-weight:700;color:#d63384;font-size:1.2rem}.shipping-details p{margin-bottom:.5rem;color:#666}.order-item{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e0e0e0}.order-item:last-child{border-bottom:none}.confirmation-actions{margin-top:2rem}.continue-shopping-button{background:#603;color:#fff;border:none;padding:1rem 2rem;border-radius:5px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s}.continue-shopping-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #6036;background:#704}@media (max-width: 768px){.confirmation-container{padding:2rem}.confirmation-container h1{font-size:2rem}}.admin-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fff0f5;padding:2rem}.admin-login-container{background:#fff;padding:3rem;border-radius:10px;box-shadow:0 10px 30px #0000001a;width:100%;max-width:450px}.admin-login-header{text-align:center;margin-bottom:2rem}.admin-login-header h1{color:#d63384;font-size:2rem;margin-bottom:.5rem;font-weight:700}.admin-login-header p{color:#666;font-size:.95rem}.admin-login-form{display:flex;flex-direction:column;gap:1.5rem}.admin-form-group{display:flex;flex-direction:column;gap:.5rem}.admin-form-group label{color:#333;font-weight:600;font-size:.9rem}.admin-form-group input{padding:.875rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:border-color .3s}.admin-form-group input:focus{outline:none;border-color:#d63384}.admin-login-button{background:#603;color:#fff;border:none;padding:1rem;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s;margin-top:.5rem}.admin-login-button:hover:not(:disabled){background:#704;transform:translateY(-2px);box-shadow:0 5px 15px #6036}.admin-login-button:disabled{opacity:.6;cursor:not-allowed}.admin-error-message{background:#fee;color:#c33;padding:.875rem;border-radius:6px;border:1px solid #fcc;font-size:.9rem;text-align:center}.admin-login-footer{margin-top:2rem;text-align:center;padding-top:1.5rem;border-top:1px solid #e0e0e0}.admin-login-footer p{color:#666;font-size:.9rem}.admin-login-footer a{color:#d63384;text-decoration:none;font-weight:600}.admin-login-footer a:hover{text-decoration:underline}@media (max-width: 480px){.admin-login-container{padding:2rem 1.5rem}.admin-login-header h1{font-size:1.75rem}}.admin-orders{padding:2rem;max-width:1400px;margin:0 auto;min-height:calc(100vh - 80px);background-color:#fff0f5}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-header h1{color:#603}.back-btn{background:#603;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer}.back-btn:hover{background:#704}.filters{margin-bottom:1rem;display:flex;gap:1rem;flex-wrap:wrap}.filters select{padding:.5rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;transition:border-color .3s;min-width:200px}.filters select:focus{outline:none;border-color:#d63384}.orders-table{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}table{width:100%;border-collapse:collapse}thead{background:#603;color:#fff}th,td{padding:1rem;text-align:left;border-bottom:1px solid #e0e0e0}tbody tr:hover{background:#f5f5f5}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;text-transform:capitalize}.status-pending{background:#fff3cd;color:#856404}.status-processing{background:#cfe2ff;color:#084298}.status-shipped,.status-delivered{background:#d1e7dd;color:#0f5132}.status-cancelled{background:#f8d7da;color:#842029}.payment-status{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;text-transform:capitalize}.payment-completed{background:#d1e7dd;color:#0f5132}.payment-pending{background:#fff3cd;color:#856404}.payment-failed{background:#f8d7da;color:#842029}.view-btn{background:#603;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}.view-btn:hover{background:#704}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:8px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto}.modal-content h2{color:#603;margin-bottom:1.5rem}.order-details-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.order-details-section:last-child{border-bottom:none}.order-details-section h3{color:#603;margin-bottom:.5rem}.order-item-detail{display:flex;justify-content:space-between;padding:.5rem 0}.close-btn{background:#603;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;width:100%;margin-top:1rem}.close-btn:hover{background:#704}.error-message{background:#f8d7da;color:#842029;padding:1rem;border-radius:4px;margin-bottom:1rem}.App{min-height:100vh;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff0f5;color:#333}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.page-title{text-align:center;margin-bottom:2rem;color:#d63384;font-size:2.5rem;font-weight:700}
