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}.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}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.title-bar{align-items:center;background-color:#1976d2;box-shadow:0 2px 4px #00000014;color:#fff;display:flex;font-weight:700;justify-content:space-between;padding:16px 24px;position:relative}.title,.title-bar{font-size:1.5rem}.menu{background:#fff;border:1px solid #000;border-radius:4px;box-shadow:0 4px 8px #00000026;left:0;min-width:150px;padding:8px 0;position:absolute;top:100%;z-index:1000}.menu-items{display:flex;gap:15px}.menu-link{background:none;border:none;color:#fff;cursor:pointer;font-size:1rem;text-decoration:none}.menu-link:hover{text-decoration:underline}.hamburger{color:#fff;font-size:1.5rem;padding:4px}.hamburger,.menu .menu-link{background:none;border:none;cursor:pointer}.menu .menu-link{color:#1976d2;display:block;font-size:1rem;padding:10px 20px;text-align:left;width:100%}.menu .menu-link:last-child{border-bottom:none}.menu .menu-link:hover{background-color:#f5f5f5;text-decoration:none}@media (max-width:60em){.menu-link{display:none}.hamburger{display:block}}.product-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:visible;position:relative;transition:transform .2s ease}.product-card.small{padding:1rem;width:250px}.product-card.large{max-width:600px;padding:2rem;width:100%}.product-content{display:flex;flex-direction:column;height:100%}.product-image{border-radius:4px;height:auto;margin-bottom:1rem;width:100%}.product-title{font-size:1.2rem;margin:.5rem 0}.product-price{color:#333;font-weight:700;margin:.5rem 0}.product-description{color:#666;font-size:.9rem;margin:1rem 0}.add-to-cart-btn{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:auto;padding:.75rem;position:relative;transition:background-color .2s;width:100%;z-index:2}.add-to-cart-btn:hover{background-color:#0056b3}.global-success-message{animation:slideIn .3s ease-out;background-color:#4caf50e6;border-radius:4px;bottom:20px;box-shadow:0 2px 10px #0003;color:#fff;padding:10px 20px;position:fixed;right:20px;z-index:9999}.success-content{align-items:center;font-weight:500;gap:8px}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.product-page{background:#f8f9fa;min-height:100vh;padding:2rem}.product-page-container{margin:0 auto;max-width:1200px;padding:2rem}.back-navigation{margin-bottom:2rem}.back-navigation button{background:#0000;border:2px solid #0078d4;border-radius:4px;color:#0078d4;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.back-navigation button:hover{background:#0078d4;color:#fff}.product-page-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin:0 auto}@media (max-width:768px){.product-page,.product-page-container{padding:1rem}.back-navigation{margin-bottom:1rem}.back-navigation button{font-size:.9rem;padding:.5rem 1rem}}.cart-container{background:#fff;border-radius:10px;box-shadow:0 2px 15px #0000001a;margin:2rem auto;max-width:800px;padding:2rem}.cart-header{align-items:center;border-bottom:2px solid #eee;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.cart-header h2{color:#2c3e50;font-size:1.8rem;margin:0}.cart-items{list-style:none;margin:0;padding:0}.cart-item{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;margin-bottom:1rem;padding:1rem;transition:all .2s ease}.cart-item:hover{box-shadow:0 2px 10px #0000001a;transform:translateY(-2px)}.item-details{align-items:center;flex-grow:1;justify-content:space-between;margin-right:1rem}.item-name{color:#2c3e50;font-weight:600;margin-right:1rem}.item-price{color:#2c3e50;font-weight:500}.quantity-controls{align-items:center;display:flex;gap:.5rem}.quantity-btn{align-items:center;background:#fff;border:2px solid #ddd;border-radius:50%;cursor:pointer;display:flex;height:30px;justify-content:center;transition:all .2s ease;width:30px}.quantity-btn:hover{background:#e9ecef;border-color:#ced4da}.quantity-display{font-weight:600;min-width:40px;text-align:center}.cart-actions{border-top:2px solid #eee;display:flex;justify-content:space-between;margin-top:2rem;padding-top:1rem}.button{border:none;border-radius:6px;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.remove-btn{background:#dc3545;border-radius:6px;color:#fff;margin-left:1rem;padding:.5rem 1rem}.remove-btn:hover{background:#c82333}.clear-btn{background:#6c757d;color:#fff}.clear-btn:hover{background:#5a6268}.checkout-btn{background:#28a745;color:#fff;padding:.75rem 2rem}.checkout-btn:hover{background:#218838}.checkout-btn:disabled{background:#ccc;cursor:not-allowed}.login-popup{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.login-popup-content{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;max-width:400px;padding:2rem;text-align:center;width:90%}.login-popup-content h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.login-popup-buttons{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.login-popup-buttons button{border:none;border-radius:6px;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.login-popup-buttons button:first-child{background:#007bff;color:#fff}.login-popup-buttons button:first-child:hover{background:#0056b3}.login-popup-buttons button:nth-child(2){background:#6c757d;color:#fff}.login-popup-buttons button:nth-child(2):hover{background:#5a6268}.login-popup-buttons .close-button{background:#f8f9fa;border:1px solid #dee2e6;color:#333}.login-popup-buttons .close-button:hover{background:#e2e6ea}@media (max-width:768px){.cart-container{margin:1rem;padding:1rem}.cart-item{gap:1rem}.cart-item,.item-details{align-items:flex-start;flex-direction:column}.item-details{gap:.5rem}.cart-actions{flex-direction:column;gap:1rem}.button{width:100%}}.email-input{background-color:#fff;border:2px solid #e1e1e1;border-radius:6px;font-size:1rem;margin:0 auto;max-width:40rem;padding:.75rem;transition:all .2s ease;width:100%}.email-input:hover{border-color:#b3b3b3}.email-input:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.email-input::placeholder{color:#6c757d}.payment-section{display:flex;flex-direction:column;margin:0 auto;max-width:43rem;position:relative;transition:all .2s ease;width:100%}.pay-now-btn{background:linear-gradient(90deg,#28a745,#218838);border:none;border-radius:8px;box-shadow:0 2px 6px #28a74526;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:.5px;margin-bottom:2rem;margin-top:2rem;overflow:hidden;padding:.85rem 2rem;position:relative;transition:background .3s,box-shadow .2s,transform .2s}.pay-now-btn:hover{box-shadow:0 4px 12px #28a74540;transform:translateY(-2px) scale(1.03)}.pay-now-btn:active,.pay-now-btn:hover{background:linear-gradient(90deg,#218838,#28a745)}.pay-now-btn:active{box-shadow:0 2px 6px #28a74526;transform:translateY(0) scale(1)}.pay-now-btn:focus{box-shadow:0 0 0 3px #28a74533;outline:none}.section-title{border-bottom:2px solid #f0f0f0;color:#333;font-size:1.5rem;margin-bottom:1rem;padding-bottom:.5rem}.container{background:#5050503d;border-radius:10px;box-shadow:0 8px 24px #0000002e;box-sizing:border-box;margin:2rem auto;max-width:70rem;outline:2px solid #000;overflow-x:hidden;padding:1.5rem;width:100%}@media screen and (max-width:768px){.container{margin:1rem auto;padding:1rem;width:95%}.email-input{margin-right:0;width:100%}.pay-now-btn{margin-top:1rem;width:100%}}@media screen and (max-width:480px){.container{border-radius:6px;margin:.5rem auto;max-width:100%;overflow-x:hidden;padding:.75rem;width:100%}.email-input{margin-right:0;max-width:20rem;width:100%}.section-title{font-size:1.25rem;margin-bottom:.75rem}.payment-section{align-self:center;flex-direction:column;margin:0 auto;max-width:23rem;padding:0 1rem;position:relative;width:100%}.pay-now-btn{font-size:1rem;max-width:20rem;padding:.75rem;width:100%}}.address-form-container{width:100%}.address-form-title{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.address-form-input{border:2px solid #e1e1e1;border-radius:6px;font-size:1rem;margin:0 auto 1rem;max-width:40rem;padding:.75rem;transition:all .2s ease;width:100%}.address-form-input:hover{border-color:#b3b3b3}.address-form-input:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.address-form-group{margin-bottom:1rem;position:relative}.address-suggestions-list{background:#fff;border:1px solid #e1e1e1;border-radius:6px;box-shadow:0 4px 6px #0000001a;left:0;margin-top:4px;max-height:200px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.address-suggestion-item{border-bottom:1px solid #f0f0f0;cursor:pointer;padding:.75rem 1rem;transition:all .2s ease}.address-suggestion-item:last-child{border-bottom:none}.address-suggestion-item:hover{background-color:#f8f9fa}.address-suggestion-item:active{background-color:#e9ecef}.address-form-input:disabled{background-color:#f8f9fa;cursor:not-allowed}.address-suggestions-list::-webkit-scrollbar{width:8px}.address-suggestions-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.address-suggestions-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.address-suggestions-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.address-suggestions-list{animation:slideDown .2s ease-out}.form-group input[name=postalCode]{letter-spacing:1px;text-transform:uppercase}.form-group input[name=postalCode].error{background-color:#dc35450d;border-color:#dc3545}.form-group input[name=postalCode]:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.form-group.validated input:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2328a745'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7.5 7.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6 10.293l7.146-7.147a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#28a745;padding-right:calc(1.5em + .75rem)}.form-group.validated input.error{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23dc3545'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8 4a.905.905 0 0 0-.9.995l.35 3.507a.552.552 0 0 0 1.1 0l.35-3.507A.905.905 0 0 0 8 4zm.002 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2z'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);padding-right:calc(1.5em + .75rem)}.error-message{align-items:center;color:#dc3545;display:flex;font-size:.8rem;gap:.5rem;margin-top:.25rem}.error-message:before{content:"⚠";font-size:.9rem}.form-group .helper-text{color:#6c757d;font-size:.75rem;margin-top:.25rem}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.error-message{animation:shake .4s ease-in-out}gmp-place-autocomplete{background:#fff!important;border:2px solid #e1e1e1!important;border-radius:6px!important;font-family:inherit!important;font-size:1rem!important;height:42px!important;width:100%!important}gmp-place-autocomplete:hover{border-color:#b3b3b3!important}gmp-place-autocomplete:focus-within{border-color:#007bff!important;box-shadow:0 0 0 3px #007bff1a!important;outline:none!important}gmp-place-autocomplete input{border:none!important;font-family:inherit!important;font-size:1rem!important;height:100%!important;outline:none!important;padding:.75rem!important;width:100%!important}.pac-container{border:1px solid #e1e1e1!important;border-radius:6px!important;box-shadow:0 4px 6px #0000001a!important;font-family:inherit!important;margin-top:4px!important}.pac-item{cursor:pointer!important;font-size:.9rem!important;padding:8px 12px!important}.pac-item:hover{background-color:#f8f9fa!important}.pac-item-selected{background-color:#e9ecef!important}@media screen and (max-width:768px){.address-form-input{margin-right:0;max-width:20rem;width:100%}}.success-page-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:2rem auto;max-width:80rem;padding:2rem}.success-content{display:flex;flex-direction:column;gap:2rem}.success-header{margin-bottom:2rem;text-align:center}.success-header h1{color:#2c3e50;margin-bottom:1rem}.order-status{background-color:#27ae60;border-radius:4px;color:#fff;display:inline-block;font-weight:600;padding:.5rem 1rem}.order-details{background:#f8f9fa;border-radius:8px;max-width:60rem;padding:2rem;width:100%}.order-info-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:1.5rem 0}.addresses-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.billing-address,.shipping-address{background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.confirmation-message{line-height:1.6;margin:2rem 0;text-align:center}.confirmation-message a{color:#3498db;text-decoration:none}.confirmation-message a:hover{text-decoration:underline}.next-steps{background:#f0f7ff;border-radius:8px;margin-top:2rem;padding:2rem}.next-steps h3{color:#2c3e50;margin-bottom:1rem}.next-steps ul{list-style:none;padding:0}.next-steps li{margin:.5rem 0;padding-left:1.5rem;position:relative}.next-steps li:before{color:#27ae60;content:"✓";left:0;position:absolute}@media (max-width:80rem){.success-page-container{margin:1rem;padding:1rem}.addresses-container{grid-template-columns:1fr}}.orders-page{font-family:Arial,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.orders-header{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.orders-header h1{color:#1976d2;font-size:2rem;margin:0}.back-btn{background:#f5f5f5;border:1px solid #ddd;border-radius:5px;color:#333;cursor:pointer;font-size:1rem;padding:10px 20px;transition:background-color .3s}.back-btn:hover{background:#e0e0e0}.loading{color:#666;font-size:1.2rem}.error,.loading{padding:50px;text-align:center}.error{color:#f44336}.error h2{margin-bottom:10px}.retry-btn{background:#1976d2;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;margin-top:20px;padding:10px 20px}.retry-btn:hover{background:#1565c0}.no-orders{background:#f9f9f9;border-radius:10px;margin:20px 0;padding:80px 20px;text-align:center}.no-orders h2{color:#666;margin-bottom:15px}.no-orders p{color:#888;font-size:1.1rem;margin-bottom:30px}.shop-btn{background:#4caf50;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:15px 30px;transition:background-color .3s}.shop-btn:hover{background:#45a049}.orders-list{display:flex;flex-direction:column;gap:20px}.order-card{background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 2px 8px #0000001a;padding:25px;transition:box-shadow .3s}.order-card:hover{box-shadow:0 4px 16px #00000026}.order-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.order-info h3{color:#1976d2;font-size:1.3rem;margin:0 0 5px}.order-date{color:#666;font-size:.95rem;margin:0}.status-badge{border-radius:20px;font-size:.85rem;font-weight:700;padding:5px 12px;text-transform:uppercase}.status-completed{background:#e8f5e8;color:#2e7d32}.status-pending{background:#fff3e0;color:#f57c00}.status-cancelled{background:#ffebee;color:#d32f2f}.status-shipped{background:#e3f2fd;color:#1976d2}.order-details{margin-bottom:20px}.addresses{grid-gap:25px;display:grid;gap:25px;grid-template-columns:1fr 1fr;margin-bottom:25px}.address-section h4{color:#333;font-size:1rem;margin:0 0 10px}.address{background:#f8f8f8;border-radius:5px;color:#555;font-family:inherit;font-size:.9rem;line-height:1.4;margin:0;padding:12px;white-space:pre-line}.order-items{margin-bottom:20px}.order-items h4{color:#333;font-size:1rem;margin:0 0 15px}.items-list{display:flex;flex-direction:column;gap:10px}.order-item{align-items:center;background:#fafafa;border:1px solid #eee;border-radius:5px;display:flex;gap:15px;padding:10px}.item-image{border-radius:5px;height:50px;object-fit:cover;width:50px}.item-details{display:flex;flex:1 1;flex-direction:column;gap:3px}.item-name{color:#333;font-weight:700}.item-quantity{color:#666;font-size:.9rem}.item-price{color:#1976d2;font-weight:700}.order-total{border-top:1px solid #f0f0f0;color:#1976d2;font-size:1.1rem;padding:15px 0;text-align:right}.order-actions{display:flex;gap:10px;justify-content:flex-end}.view-details-btn{background:#1976d2;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;transition:background-color .3s}.view-details-btn:hover{background:#1565c0}.reorder-btn{background:#4caf50;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;transition:background-color .3s}.reorder-btn:hover{background:#45a049}@media (max-width:768px){.orders-page{padding:15px}.orders-header{align-items:stretch;flex-direction:column;gap:15px}.orders-header h1{font-size:1.5rem;text-align:center}.addresses{gap:15px;grid-template-columns:1fr}.order-actions{flex-direction:column}.reorder-btn,.view-details-btn{width:100%}.order-item{align-items:flex-start;flex-direction:column}.item-details{width:100%}}@media (max-width:480px){.order-card{padding:15px}.order-header{align-items:flex-start;flex-direction:column;gap:10px}.no-orders{padding:40px 15px}}
/*# sourceMappingURL=main.d73e7956.css.map*/