.hero{background-color:#1d4ed8;color:#fff;text-align:center;padding:4rem 1rem}.hero h1{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.hero p{font-size:1.125rem;margin-bottom:2rem;max-width:42rem;margin-left:auto;margin-right:auto}.hero button{background-color:#fff;color:#1d4ed8;padding:.75rem 2rem;border:none;border-radius:9999px;font-weight:600;cursor:pointer;transition:background-color .3s}.hero button:hover{background-color:#f3f4f6}.footer{background-color:#1f2937;color:#fff;padding:1.5rem 0;margin-top:auto}.footer a{color:inherit;text-decoration:none;transition:color .3s}.footer a:hover{color:#d1d5db}*{margin:0;padding:0;box-sizing:border-box;font-family:sans-serif}body{background-color:#f5f5f5}.search-input{width:300px;position:relative}.suggestions-dropdown{position:absolute;top:100%;right:57px;width:300px;background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 4px #0000001a;margin-top:2px;max-height:240px;overflow-y:auto;z-index:1000}.suggestion-item{padding:8px 12px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:.9em;border-bottom:1px solid #f0f0f0}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background-color:#f8f8f8}.suggestion-category{color:#888;font-size:.85em;margin-left:8px;white-space:nowrap}.container{min-height:100vh;display:flex;flex-direction:column}.main-wrapper{flex:1;display:flex;flex-direction:column}.navbar{background-color:#fff;box-shadow:0 2px 4px #0000001a;padding:1rem 2rem;background-color:#1557b0}.navbar-content{max-width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;background-color:#1557b0}.search-container{position:relative;display:flex;align-items:center}.brand{font-size:30px;font-weight:extrabold;color:#fff}.cart-button{background:none;border:none;position:relative;cursor:pointer;padding:.5rem}.cart-icon{width:40px;height:40px}.cart-count{position:absolute;top:-8px;right:-8px;background-color:#f44;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px}.hero{background-color:#1a73e8;color:#fff;padding:1.5rem;position:relative;overflow:hidden;margin-bottom:1rem}.hero-title{font-size:1.8rem;margin-bottom:1.5rem;text-align:center;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.hero-content{max-width:1000px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.hero-text{flex:1;max-width:400px;text-align:left}.hero-text p{font-size:1rem;margin-bottom:1rem;line-height:1.4}.hero-button{background-color:#fff;color:#1a73e8;border:none;padding:.75rem 1.5rem;font-size:.9rem;border-radius:20px;cursor:pointer;transition:all .2s ease;font-weight:600}.hero-button:hover{background-color:#f0f0f0;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.hero-image{flex:1;display:flex;justify-content:flex-end;align-items:center}.hero-image img{max-width:300px;height:auto;object-fit:contain;border-radius:8px}@media (max-width: 1024px){.hero-title{font-size:2rem}.hero-content{padding:0 1rem}.hero-image img{max-width:400px}}@media (max-width: 768px){.hero{padding:2rem 1rem}.hero-content{flex-direction:column-reverse;text-align:center}.hero-text{text-align:center}.hero-image img{max-width:100%;margin-bottom:1.5rem}.hero-title{font-size:1.8rem}}.main-content{max-width:1200px;margin:0 auto;padding:2rem}.products-section{padding:.5rem 2rem;background-color:#f8f9fa;margin-top:-2.5rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;padding:1rem}.product-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000a;overflow:hidden;transition:all .2s ease;width:100%;display:flex;flex-direction:column;border:1px solid #f0f0f0}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000014;border-color:#e8e8e8}.product-card.expanded{transform:scale(1.02);z-index:1}.product-image{max-width:500px;height:auto;width:100%;aspect-ratio:4/3;object-fit:contain;transition:transform .3s ease-in-out;padding:1rem;display:flex;justify-content:flex-end}.product-image-big{max-width:500px;height:auto;width:100%;aspect-ratio:4/3;object-fit:contain;transition:transform .3s ease-in-out;padding:1rem}.product-card:hover .product-image{transform:scale(1.05)}.product-details{margin-top:1rem;padding:1rem;background-color:#f8f8f8;border-radius:8px}.product-details h4{color:#333;margin:1rem 0 .5rem;font-size:1.1rem}.product-details ul{list-style-type:none;padding:0;margin:.5rem 0}.product-details li{margin:.5rem 0;color:#444}.product-stock{margin-top:1rem;padding-top:1rem;border-top:1px solid #ddd}.product-description p{color:#444;line-height:1.5;margin:.5rem 0}.product-info{padding:1rem}.product-name{font-size:1.1rem;margin-bottom:.5rem;color:#333}.product-category{color:#666;font-size:.9rem;margin-bottom:.5rem}.product-price{font-weight:700;color:#1a73e8;font-size:1.2rem;margin-bottom:1rem}.add-to-cart{width:100%;background-color:#1a73e8;color:#fff;border:none;padding:.8rem;border-radius:4px;cursor:pointer;transition:background-color .3s}.add-to-cart:hover{background-color:#1557b0}.quantity-controls{display:flex;align-items:center;justify-content:center;gap:10px;width:100%}.quantity-btn{width:36px;height:36px;border-radius:4px;border:none;background-color:#1a73e8;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s}.quantity-btn:hover{background-color:#1557b0}.quantity{font-size:1.1rem;font-weight:500;color:#333;min-width:30px;text-align:center}.footer{background-color:#1557b0;color:#fff;padding:2rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:center;gap:2rem}.footer a{color:#fff;text-decoration:none;transition:color .3s}.footer a:hover{color:#1a73e8}@media (max-width: 768px){.hero h1{font-size:2rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}}.search-input{padding:5px 10px;margin-left:750px;width:300px;font-size:16px;background-color:#f9f9f9;border-radius:5px;border:1px solid #ccc}.search-button{padding:6px 12px;background-color:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;margin-left:8px}.product-detail-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-top:1rem}.product-detail-image{display:flex;justify-content:center;align-items:flex-start}.product-detail-image img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 2px 4px #0000001a}.product-detail-info{padding:1rem}.product-detail-info h2{font-size:2rem;color:#333;margin-bottom:1rem}.product-detail-info .product-category{color:#666;margin-bottom:.5rem}.product-detail-info .product-price{font-size:1.5rem;color:#1a73e8;font-weight:700;margin-bottom:1.5rem}.product-detail-info .product-description{margin:2rem 0}.product-detail-info .product-description h3{color:#333;margin-bottom:1rem}.product-detail-info .product-description p{color:#666;line-height:1.6}.back-button{display:inline-flex;align-items:center;padding:.5rem 1rem;background:#f5f5f5;border:none;border-radius:4px;color:#333;font-weight:500;cursor:pointer;transition:background-color .3s}.back-button:hover{background:#e5e5e5}.add-to-cart-detail{width:100%;padding:1rem;background-color:#1a73e8;color:#fff;border:none;border-radius:4px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:background-color .3s;margin-top:2rem}.add-to-cart-detail:hover{background-color:#1557b0}.search-results-container{padding:2rem;max-width:1200px;margin:0 auto;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.search-filters{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.search-filters h2{font-size:1.8rem;color:#333;margin-bottom:1.5rem}.filters-wrapper{display:flex;gap:2rem;align-items:flex-start;flex-wrap:wrap}.price-filter,.sort-filter{flex:1;min-width:250px}.price-filter h3,.sort-filter h3{font-size:1.2rem;color:#555;margin-bottom:.8rem}.price-inputs{display:flex;gap:1rem;align-items:center}.price-input{padding:.8rem;border:1px solid #ddd;border-radius:4px;width:120px;font-size:1rem}.price-inputs span{color:#666}.sort-select{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;background-color:#fff;cursor:pointer}.search-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:1rem 0}.no-results{grid-column:1 / -1;text-align:center;padding:3rem;background:#f9f9f9;border-radius:8px;color:#666;font-size:1.1rem}@media (max-width: 768px){.filters-wrapper{flex-direction:column;gap:1.5rem}.price-filter,.sort-filter{width:100%}.search-results-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}.cart-page{padding:2rem;background-color:#f5f5f5;min-height:calc(100vh - 64px)}.cart-container{max-width:1000px;margin:0 auto;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.cart-title{font-size:2rem;color:#333;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.empty-cart{text-align:center;padding:3rem 0}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:grid;grid-template-columns:auto 1fr auto;gap:1.5rem;padding:1.5rem;border:1px solid #f0f0f0;border-radius:8px;align-items:center}.cart-item-image{width:100px;height:100px;object-fit:cover;border-radius:4px}.cart-item-details{display:flex;flex-direction:column;gap:.5rem}.cart-item-name{font-size:1.1rem;color:#333}.cart-item-price{color:#1a73e8;font-weight:500}.cart-quantity-controls{display:flex;align-items:center;gap:10px;margin:10px 0}.cart-quantity{font-size:1.1rem;font-weight:500;color:#333;min-width:30px;text-align:center}.cart-item .quantity-btn{width:32px;height:32px;font-size:16px;background-color:#1a73e8}.total-label{color:#666;font-size:.9rem;margin-bottom:4px}.total-amount{font-size:1.2rem;font-weight:500;color:#1a73e8}.cart-item-total{font-size:1.1rem;font-weight:700;color:#1a73e8}.remove-item{background:none;border:none;color:#f44;cursor:pointer;padding:4px 8px;font-size:.9rem;transition:color .3s}.remove-item:hover{color:red}.cart-summary{margin-top:2rem;padding-top:2rem;border-top:2px solid #f0f0f0;display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.cart-total{font-size:1.5rem;color:#333;display:flex;gap:1rem}.checkout-button{background-color:#1a73e8;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;cursor:pointer;transition:background-color .3s}.checkout-button:hover{background-color:#1557b0}.continue-shopping{color:#1a73e8;text-decoration:none;font-size:1rem;transition:color .3s}.continue-shopping:hover{color:#1557b0;text-decoration:underline}.page-container{padding:2rem;min-height:calc(100vh - 144px);background-color:#f5f5f5}.back-button{display:inline-flex;align-items:center;padding:8px 16px;background-color:#1a73e8;color:#fff;border:none;border-radius:4px;margin-bottom:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.back-button:hover{background-color:#1557b0}.back-arrow{margin-right:8px;font-size:1.2em}.content-wrapper{max-width:1200px;margin:0 auto;background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.page-title{font-size:2.5rem;color:#333;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.about-section{margin-bottom:2rem}.about-section h2{color:#1a73e8;margin-bottom:1rem;font-size:1.5rem}.features-list{list-style-type:none;padding:0}.features-list li{margin:.5rem 0;padding-left:1.5rem;position:relative}.features-list li:before{content:"✓";color:#1a73e8;position:absolute;left:0}.contact-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem}.contact-info{padding-right:2rem}.contact-item{margin-bottom:1.5rem}.contact-item strong{display:block;color:#1a73e8;margin-bottom:.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group textarea{padding:.8rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.submit-button{background-color:#1a73e8;color:#fff;padding:1rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s}.submit-button:hover{background-color:#1557b0}.home-container{max-width:1200px;margin:0 auto;padding:2rem}.home-hero{text-align:center;padding:3rem 1rem;background:linear-gradient(to right,#1a73e8,#1557b0);color:#fff;border-radius:8px;margin-bottom:3rem}.home-hero h1{font-size:2.5rem;margin-bottom:1rem}.hero-description{font-size:1.2rem;max-width:800px;margin:0 auto;opacity:.9}.featured-categories{margin-bottom:3rem}.featured-categories h2{text-align:center;margin-bottom:2rem;color:#333}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:1rem}.category-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a;transition:transform .3s ease;cursor:pointer}.category-card:hover{transform:translateY(-5px)}.category-image{height:200px;overflow:hidden}.category-image img{width:100%;height:100%;object-fit:cover}.category-info{padding:1.5rem}.category-info h3{color:#333;margin-bottom:.5rem}.category-info p{color:#666;font-size:.9rem}.home-features{margin-bottom:3rem}.home-features h2{text-align:center;margin-bottom:2rem;color:#333}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:1rem}.feature{text-align:center;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.feature h3{color:#1a73e8;margin-bottom:1rem}.feature p{color:#666}.home-actions{text-align:center;margin-top:2rem}.action-button{display:inline-block;padding:1rem 2rem;background-color:#1a73e8;color:#fff;text-decoration:none;border-radius:4px;transition:background-color .3s}.action-button:hover{background-color:#1557b0}.products-section{margin-top:4rem;padding-top:2rem;border-top:1px solid #eee}.products-section h2{text-align:center;margin-bottom:2rem;color:#333;font-size:2rem}.privacy-section{margin-bottom:2rem}.privacy-section h2{color:#1a73e8;margin-bottom:1rem;font-size:1.5rem}.edit-admin-page{min-height:100vh;background-color:#f5f5f5;padding:2rem}.edit-admin-container{max-width:1200px;margin:0 auto}.edit-admin-title{font-size:2rem;font-weight:700;color:#333;margin-bottom:2rem}.edit-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.edit-product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease-in-out}.edit-product-card:hover{transform:translateY(-4px);box-shadow:0 4px 8px #00000026}.edit-product-image{position:relative;width:100%;height:250px;background-color:#f8f8f8;overflow:hidden;display:flex;align-items:center;justify-content:flex-end}.edit-product-image .product-img{width:auto;height:100%;max-width:100%;object-fit:contain;padding:1rem;margin-left:auto}.edit-product-info{padding:1.5rem}.edit-product-name{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:.5rem}.edit-product-price{font-size:1.1rem;color:#1a73e8;font-weight:500;margin-bottom:1rem}.edit-button{width:100%;padding:.75rem 1rem;background-color:#1a73e8;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.edit-button:hover{background-color:#1557b0}.edit-button svg{width:1.25rem;height:1.25rem}.edit-form-container{max-width:600px;margin:0 auto;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.edit-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-weight:500;color:#333}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e833}.edit-form-buttons{display:flex;gap:1rem;margin-top:1rem}.update-button{flex:1;padding:.75rem;background-color:#1a73e8;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.update-button:hover{background-color:#1557b0}.cancel-button{flex:1;padding:.75rem;background-color:#f5f5f5;color:#333;border:1px solid #ddd;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.cancel-button:hover{background-color:#e5e5e5}.edit-message{text-align:center;padding:1rem;margin-bottom:1.5rem;border-radius:6px}.edit-message.error{background-color:#fee2e2;color:#dc2626;border:1px solid #fecaca}.edit-message.success{background-color:#dcfce7;color:#16a34a;border:1px solid #bbf7d0}.edit-loading{text-align:center;padding:2rem;color:#666;font-size:1.1rem}.current-image{margin-top:1rem;padding:1rem;border:1px solid #ddd;border-radius:4px;background-color:#f8f8f8}.current-image p{margin-bottom:.5rem;color:#666}.preview-image{max-width:200px;max-height:200px;object-fit:contain;display:block;margin:.5rem 0}@media (max-width: 768px){.edit-admin-page{padding:1rem}.edit-products-grid{gap:1rem}.edit-form-container{padding:1rem}}.admin-delete-page{padding:2rem;background-color:#f3f4f6;min-height:calc(100vh - 64px)}.admin-delete-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:2rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.admin-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:1rem 0}.admin-product-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;transition:all .2s ease-in-out}.admin-product-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-2px)}.admin-product-image-container{position:relative;padding-top:75%;background-color:#f9fafb}.admin-product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;padding:.5rem}.admin-product-details{padding:1rem}.admin-product-name{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.admin-product-price{color:#2563eb;font-weight:500;font-size:1rem;margin-bottom:1rem}.admin-delete-button{width:100%;padding:.625rem 1.25rem;background-color:#dc2626;color:#fff;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;transition:background-color .15s ease-in-out;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.admin-delete-button:hover{background-color:#b91c1c}.admin-delete-button svg{width:1.25rem;height:1.25rem}.admin-alert{padding:1rem;margin-bottom:1.5rem;border-radius:.375rem;text-align:center}.admin-alert.error{background-color:#fef2f2;color:#dc2626;border:1px solid #fee2e2}.admin-alert.success{background-color:#f0fdf4;color:#16a34a;border:1px solid #dcfce7}.admin-loading{text-align:center;padding:2rem;color:#6b7280;font-size:1.125rem}.admin-no-products{text-align:center;padding:3rem;color:#6b7280;font-size:1.125rem;grid-column:1 / -1;background-color:#fff;border-radius:.5rem;border:1px solid #e5e7eb}@media (max-width: 640px){.admin-delete-page{padding:1rem}.admin-products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.admin-delete-title{font-size:1.5rem}}.admin-delete-page{min-height:100vh;background-color:#f5f5f5;padding:2rem}.admin-delete-container{max-width:1200px;margin:0 auto}.admin-delete-title{font-size:2rem;font-weight:700;color:#333;margin-bottom:2rem}.delete-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.delete-product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease-in-out}.delete-product-card:hover{transform:translateY(-4px);box-shadow:0 4px 8px #00000026}.delete-product-image{position:relative;width:100%;height:250px;background-color:#f8f8f8;overflow:hidden;display:flex;align-items:center;justify-content:center}.delete-product-image .product-img{width:100%;height:100%;object-fit:contain;padding:1rem;display:block}.delete-product-info{padding:1.5rem}.delete-product-name{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:.5rem}.delete-product-price{font-size:1.1rem;color:#1a73e8;font-weight:500;margin-bottom:1rem}.delete-button{width:100%;padding:.75rem 1rem;background-color:#dc2626;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.delete-button:hover{background-color:#b91c1c}.delete-button svg{width:1.25rem;height:1.25rem}.delete-loading{text-align:center;padding:2rem;color:#666;font-size:1.1rem}.delete-message{text-align:center;padding:1rem;margin-bottom:1.5rem;border-radius:6px}.delete-error{background-color:#fee2e2;color:#dc2626;border:1px solid #fecaca}.delete-success{background-color:#dcfce7;color:#16a34a;border:1px solid #bbf7d0}.no-products{text-align:center;padding:3rem;color:#666;font-size:1.1rem;background-color:#fff;border-radius:8px;grid-column:1 / -1}@media (max-width: 768px){.admin-delete-page{padding:1rem}.delete-product-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}.admin-input-container{max-width:800px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.admin-input-container h2{color:#333;margin-bottom:1.5rem;font-size:1.8rem;text-align:center}.admin-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#555}.form-group input,.form-group select,.form-group textarea{padding:.8rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1a73e8;outline:none}.error-message{background-color:#ffebee;color:#c62828;padding:1rem;border-radius:4px;margin-bottom:1rem}.success-message{background-color:#e8f5e9;color:#2e7d32;padding:1rem;border-radius:4px;margin-bottom:1rem}.submit-button{background-color:#1a73e8;color:#fff;padding:1rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s}.submit-button:hover:not(:disabled){background-color:#1557b0}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.privacy-section ul{list-style-type:disc;padding-left:1.5rem;margin:1rem 0}.privacy-section ul li{margin:.5rem 0;color:#444}@media (max-width: 768px){.product-detail-container{grid-template-columns:1fr}.product-detail-image{margin-bottom:1rem}}@media (max-width: 1024px){.products-grid{grid-template-columns:repeat(2,1fr);padding:2rem 1rem}}@media (max-width: 640px){.products-grid{grid-template-columns:1fr;padding:2rem 1rem}}
