*,body{margin:0}*{box-sizing:border-box;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#2c3e50;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{min-height:100vh}.main-content{min-height:calc(100vh - 80px)}.loading{align-items:center;color:#7f8c8d;display:flex;font-size:1.5rem;height:100vh;justify-content:center}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.product-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.product-image{background-color:#f8f9fa;height:200px;object-fit:cover;width:100%}.product-info{padding:1rem}.product-category{background-color:#3498db;border-radius:12px;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.5px;margin-bottom:.5rem;padding:.25rem .5rem;text-transform:uppercase}.product-name{color:#2c3e50;font-size:1.2rem;font-weight:700;margin:0 0 .5rem}.product-description{color:#7f8c8d;font-size:.9rem;line-height:1.4;margin:0 0 1rem}.product-footer{align-items:center;display:flex;justify-content:space-between}.product-price{color:#27ae60;font-size:1.25rem;font-weight:700}.add-to-cart-btn{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:700;padding:.5rem 1rem;transition:background-color .2s}.add-to-cart-btn:hover{background-color:#2980b9}.add-to-cart-btn:active{transform:translateY(1px)}.category-filter{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:1.5rem}.category-filter-title{color:#2c3e50;font-size:1.2rem;font-weight:700;margin:0 0 1rem}.category-filter-loading{color:#7f8c8d;font-style:italic}.category-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.category-btn{background-color:#fff;border:2px solid #3498db;border-radius:20px;color:#3498db;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease;white-space:nowrap}.category-btn:hover{background-color:#3498db;color:#fff;transform:translateY(-1px)}.category-btn.active{background-color:#3498db;box-shadow:0 2px 4px #3498db4d;color:#fff}.category-btn.active:hover{background-color:#2980b9;border-color:#2980b9}@media (max-width:768px){.category-filter{margin-bottom:1.5rem;padding:1rem}.category-filter-title{font-size:1.1rem;margin-bottom:.75rem}.category-buttons{gap:.5rem}.category-btn{font-size:.85rem;padding:.4rem .8rem}}.product-list{margin:0 auto;max-width:1200px;padding:2rem 1rem}.product-list h2{color:#2c3e50;text-align:center}.product-list h2,.products-header{margin-bottom:2rem}.products-header h2{color:#2c3e50;margin:0;text-align:center}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.no-products{color:#7f8c8d;padding:4rem 2rem;text-align:center}.no-products h2{margin-bottom:1rem}@media (max-width:768px){.products-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.product-list{padding:1rem .5rem}}.product-page{background:#f8f9fa;margin:0 auto;max-width:1200px;min-height:calc(100vh - 80px);padding:2rem}.product-page-header{margin-bottom:2rem}.back-btn{align-items:center;background:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .2s}.back-btn:hover{background:#2980b9}.product-page-content{grid-gap:3rem;background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a;display:grid;gap:3rem;grid-template-columns:1fr 1fr;padding:2rem}.product-image-section{align-items:flex-start;display:flex;justify-content:center}.product-page-image{border-radius:8px;box-shadow:0 4px 12px #00000026;height:auto;max-width:500px;object-fit:cover;width:100%}.product-details-section{display:flex;flex-direction:column;gap:1.5rem}.product-category-badge{background-color:#3498db;border-radius:20px;color:#fff;display:inline-block;font-size:.875rem;font-weight:700;letter-spacing:.5px;padding:.5rem 1rem;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.product-page-title{color:#2c3e50;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0}.product-page-description{color:#7f8c8d;font-size:1.125rem;line-height:1.6;margin:0}.product-page-price{align-items:center;display:flex;font-size:1.25rem;gap:1rem}.price-label{color:#7f8c8d;font-weight:500}.price-value{color:#e74c3c;font-size:2rem;font-weight:700}.product-actions{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.quantity-selector{align-items:center;display:flex;gap:1rem}.quantity-selector label{color:#2c3e50;font-size:1.1rem;font-weight:600}.quantity-input{border:2px solid #bdc3c7;border-radius:6px;font-size:1rem;font-weight:600;padding:.75rem;text-align:center;transition:border-color .2s;width:80px}.quantity-input:focus{border-color:#3498db;outline:none}.add-to-cart-btn-large{background:#27ae60;border:none;border-radius:8px;box-shadow:0 4px 12px #27ae604d;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:600;padding:1.25rem 2rem;transition:background-color .2s,transform .1s}.add-to-cart-btn-large:hover{background:#219a52;transform:translateY(-1px)}.add-to-cart-btn-large:active{transform:translateY(0)}.out-of-stock-notice{background:#e74c3c;border-radius:6px;color:#fff;font-weight:600;padding:1rem;text-align:center}.product-page-loading{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.product-page-error{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px;text-align:center}.product-page-error h2{color:#e74c3c;font-size:2rem;margin:0}.product-page-error p{color:#7f8c8d;font-size:1.125rem;margin:0}@media (max-width:768px){.product-page{padding:1rem}.product-page-content{gap:2rem;grid-template-columns:1fr;padding:1.5rem}.product-page-title{font-size:2rem}.price-value{font-size:1.75rem}.product-actions{gap:1rem}.quantity-selector{align-items:flex-start;flex-direction:column;gap:.5rem}}@media (max-width:480px){.product-page-title{font-size:1.75rem}.product-page-description{font-size:1rem}.add-to-cart-btn-large{font-size:1rem;padding:1rem 1.5rem}}.cart-item{align-items:center;background:#fafafa;border:1px solid #ecf0f1;border-radius:8px;display:flex;margin-bottom:1rem;padding:1rem}.cart-item-variation{border:1px solid #ddd;border-radius:5px}.cart-item-image{border-radius:4px;height:80px;margin-right:1rem;object-fit:cover;width:80px}.cart-item-details{flex:1 1;margin-right:1rem}.cart-item-name{color:#2c3e50;font-size:1.1rem;margin:0 0 .5rem}.cart-item-price{color:#7f8c8d;font-size:.9rem;margin:0}.cart-item-controls{align-items:center;display:flex;gap:1rem}.quantity-controls{align-items:center;display:flex;gap:.5rem}.quantity-btn{align-items:center;background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-weight:700;height:32px;justify-content:center;width:32px}.quantity-btn:hover{background-color:#2980b9}.quantity{min-width:30px;text-align:center}.cart-item-total,.quantity{font-size:1.1rem;font-weight:700}.cart-item-total{color:#27ae60;min-width:70px;text-align:right}.remove-btn{background-color:#e74c3c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem}.remove-btn:hover{background-color:#c0392b}@media (max-width:768px){.cart-item{align-items:flex-start;flex-direction:column;gap:1rem}.cart-item-image{margin-right:0}.cart-item-details{margin-right:0;width:100%}.cart-item-controls{justify-content:space-between;width:100%}}.cart{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:2rem auto;max-width:800px;padding:1rem}.cart-header{align-items:center;border-bottom:1px solid #ecf0f1;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.cart-header h2{color:#2c3e50;margin:0}.close-cart-btn{background:none;border:none;color:#95a5a6;cursor:pointer;font-size:1.5rem;padding:.5rem}.close-cart-btn:hover{color:#e74c3c}.empty-cart{color:#7f8c8d;padding:3rem 1rem;text-align:center}.empty-cart p{font-size:1.2rem}.cart-items,.empty-cart p{margin-bottom:2rem}.cart-summary{border-top:1px solid #ecf0f1;padding-top:1rem}.cart-total{margin-bottom:1rem;text-align:right}.cart-total p{font-size:1.1rem;margin:.5rem 0}.total-price{color:#27ae60!important;font-size:1.5rem!important;font-weight:700!important}.cart-actions{display:flex;gap:1rem;justify-content:flex-end}.continue-shopping-btn{background-color:#95a5a6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem}.continue-shopping-btn:hover{background-color:#7f8c8d}.checkout-btn{background-color:#27ae60;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 1.5rem}.checkout-btn:hover{background-color:#229954}@media (max-width:768px){.cart{margin:1rem;padding:.5rem}.cart-actions{flex-direction:column}}.header{background-color:#2c3e50;box-shadow:0 2px 4px #0000001a;color:#fff;padding:1rem 0}.kameleoon-active-header{background-color:#8e44ad}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1rem}.logo{font-size:1.8rem;font-weight:700;margin:0}.search-form{display:flex;flex:1 1;gap:.5rem;margin:0 2rem;max-width:400px}.search-input{flex:1 1;padding:.5rem}.search-button,.search-input{border:none;border-radius:4px;font-size:1rem}.search-button{background-color:#3498db;color:#fff;cursor:pointer;padding:.5rem 1rem}.search-button:hover{background-color:#2980b9}.cart-button{background-color:#e74c3c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.5rem 1rem}.cart-button:hover{background-color:#c0392b}.cart-button.disabled{cursor:not-allowed}.cart-button.disabled,.cart-button.disabled:hover{background-color:#95a5a6}.header-actions{align-items:center;display:flex;gap:1rem}.user-welcome{color:#ecf0f1;font-size:.9rem}.login-button,.logout-button{background-color:#27ae60;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem 1rem}.login-button:hover,.logout-button:hover{background-color:#229954}.logout-button{background-color:#f39c12}.logout-button:hover{background-color:#e67e22}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem}.search-form{margin:0;max-width:100%}.header-actions{flex-wrap:wrap;justify-content:center}.user-welcome{text-align:center;width:100%}}.login-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.login-modal{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-height:90vh;max-width:400px;overflow-y:auto;padding:2rem;width:90%}.login-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.login-header h2{color:#333;margin:0}.close-btn{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;padding:0;width:30px}.close-btn:hover{color:#333}.form-group{margin-bottom:1rem}.form-group label{color:#333;display:block;font-weight:500;margin-bottom:.5rem}.form-group input{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;font-size:1rem;padding:.75rem;width:100%}.form-group input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.btn{border:none;border-radius:4px;cursor:pointer;font-size:1rem;padding:.75rem 1rem;transition:background-color .2s}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover:not(:disabled){background-color:#0056b3}.btn-google{align-items:center;background-color:#fff;border:1px solid #ddd;color:#333;display:flex;gap:.5rem;justify-content:center}.btn-google:hover:not(:disabled){background-color:#f5f5f5}.btn-google img{height:18px;width:18px}.btn-full{width:100%}.divider{margin:1.5rem 0;position:relative;text-align:center}.divider:before{background-color:#ddd;content:"";height:1px;left:0;position:absolute;right:0;top:50%}.divider span{background-color:#fff;color:#666;font-size:.9rem;padding:0 1rem}.login-footer{color:#666;margin-top:1.5rem;text-align:center}.link-btn{background:none;border:none;color:#007bff;cursor:pointer;font-size:inherit;margin-left:.25rem;text-decoration:underline}.link-btn:hover{color:#0056b3}.alert{border-radius:4px;font-size:.9rem;margin-bottom:1rem;padding:.75rem}.alert-error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}
/*# sourceMappingURL=main.23add5b7.css.map*/