*{box-sizing:border-box;margin:0;padding:0}#root,body,html{-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;height:100%}.App{background-color:#f5f5f0;display:flex;flex-direction:column;min-height:100vh}.header{background:linear-gradient(135deg,#1e3c72,#2a5298);box-shadow:0 2px 8px #00000026;color:#fff;padding:1.5rem 1rem}.header-content{margin:0 auto;max-width:1400px}.header-logo{align-items:center;display:flex;gap:1rem;justify-content:center}.logo-img{background:#fff;border:3px solid #ffffff4d;border-radius:50%;height:80px;object-fit:cover;width:80px}.header-content h1{font-size:2.5rem;margin:0;text-align:left}.tagline{font-size:1rem;font-weight:300;margin:0;opacity:.95;text-align:left}.container{flex:1 1;margin:0 auto;max-width:1400px;padding:2rem 1rem;width:100%}.page-title{color:#2c3e50;font-size:1.75rem;font-weight:600;margin-bottom:1.5rem}.content{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr}.footer{background-color:#2c3e50;border-top:1px solid #34495e;color:#fff;margin-top:3rem;padding:2rem 1rem;text-align:center}.footer a{color:#3498db;margin:0 .5rem;text-decoration:none}.footer a:hover{text-decoration:underline}@media (max-width:768px){.header-content h1{font-size:2rem}.content{grid-template-columns:1fr}.container{padding:1rem}.cart-section h2,.products-section h2{font-size:1.25rem}}.main-header{background:#f5f5f0;border-bottom:1px solid #ddd;box-shadow:0 2px 4px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-container{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1400px;padding:1rem 2rem}.header-brand{align-items:center;color:#000;display:flex;text-decoration:none}.header-logo{height:60px;object-fit:contain;width:60px}.header-nav{align-items:center;display:flex;gap:2rem;left:50%;position:absolute;transform:translateX(-50%)}.header-nav a{color:#000;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s;white-space:nowrap}.header-nav a:hover{color:#3498db}.header-cart{align-items:center;color:#000;display:flex;padding:.5rem;position:relative;text-decoration:none;transition:color .2s}.header-cart:hover{color:#3498db}.cart-badge{align-items:center;background:#e74c3c;border-radius:50%;color:#fff;display:flex;font-size:.75rem;font-weight:700;height:20px;justify-content:center;position:absolute;right:0;top:0;width:20px}@media (max-width:768px){.header-container{gap:1rem;padding:1rem}.header-title{font-size:1.25rem}.header-nav{gap:1rem}.header-nav a{font-size:.875rem}.header-logo{height:40px;width:40px}}@media (max-width:600px){.header-nav{display:none}}.main-footer{background:#f5f5f0;border-top:1px solid #ddd;margin-top:auto;padding:3rem 0 1rem}.footer-container{margin:0 auto;max-width:1400px;padding:0 2rem}.footer-newsletter{margin-bottom:3rem;text-align:center}.footer-newsletter h3{color:#000;font-size:1.5rem;margin-bottom:1rem}.newsletter-form{display:flex;gap:0;justify-content:center;margin:0 auto 1rem;max-width:500px}.newsletter-form input{border:1px solid #ccc;border-right:none;flex:1 1;font-size:1rem;padding:.75rem 1rem}.newsletter-form button{background:#000;border:1px solid #000;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 2rem;transition:background .2s}.newsletter-form button:hover{background:#333}.footer-terms{color:#666;font-size:.75rem;margin-top:.5rem}.footer-terms a{color:#3498db;text-decoration:none}.footer-terms a:hover{text-decoration:underline}.footer-content{align-items:center;border-bottom:1px solid #ddd;border-top:1px solid #ddd;display:flex;justify-content:space-between;padding:2rem 0}.footer-brand h3{font-family:Trade Winds,cursive,sans-serif;font-size:1.5rem;font-weight:400;margin-bottom:1rem}.footer-nav{display:flex;gap:1.5rem}.footer-nav a{color:#000;text-decoration:none;transition:color .2s}.footer-nav a:hover{color:#3498db}.footer-social{display:flex;gap:1rem}.footer-social a{color:#000;transition:color .2s}.footer-social a:hover{color:#3498db}.footer-payment{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;padding:2rem 0}.footer-payment img{height:25px;width:auto}.footer-bottom{color:#666;font-size:.875rem;text-align:center}@media (max-width:768px){.footer-content{flex-direction:column;gap:2rem;text-align:center}.footer-nav,.footer-social{justify-content:center}.newsletter-form{flex-direction:column;gap:.5rem}.newsletter-form button,.newsletter-form input{border:1px solid #ccc}}.welcome-banner{align-items:center;background-image:url(/static/media/target_bkgd.9fa5241357a412f50332.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;min-height:400px;position:relative;width:100%}.welcome-banner:before{background-color:#ffffffbf;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.welcome-overlay{max-width:800px;padding:3rem 2rem;position:relative;text-align:center;z-index:2}.welcome-title{color:#000;font-family:Trade Winds,cursive,sans-serif;font-size:3.5rem;font-weight:400;margin-bottom:1.5rem}.welcome-text{color:#333;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.shop-all-btn{background:#000;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1rem 3rem;transition:all .3s}.shop-all-btn:hover{background:#333;box-shadow:0 4px 12px #0000004d;transform:translateY(-2px)}.featured-section{background:#f5f5f0;padding:4rem 0}.featured-container{margin:0 auto;max-width:1400px;padding:0 2rem}.featured-title{color:#000;font-family:Trade Winds,cursive,sans-serif;font-size:2.5rem;font-weight:400;margin-bottom:3rem;text-align:center}.featured-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.featured-product-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;flex-shrink:0;overflow:hidden;transition:all .3s;width:280px}.featured-product-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-8px)}.featured-product-image{aspect-ratio:1;background:#f5f5f5;overflow:hidden;width:100%}.featured-product-image img{height:100%;object-fit:cover;transition:transform .3s;width:100%}.featured-product-card:hover .featured-product-image img{transform:scale(1.05)}.featured-product-info{padding:1.5rem}.featured-product-info h3{color:#2c3e50;font-size:1.25rem;margin-bottom:.5rem}.featured-product-price{color:#27ae60;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.featured-add-to-cart{background:#3498db;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem;transition:background .2s;width:100%}.featured-add-to-cart:hover{background:#2980b9}.error-message,.loading,.no-featured{color:#666;font-size:1.1rem;padding:2rem;text-align:center}@media (max-width:768px){.welcome-banner{min-height:300px}.welcome-title{font-size:2.5rem}.welcome-text{font-size:1rem}.featured-title{font-size:2rem}.featured-grid{gap:1.5rem}.featured-product-card{width:240px}.featured-container{padding:0 1rem}}.product-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-auto-flow:column;justify-self:center;max-width:100%}.product-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s;width:240px}.product-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-4px)}.product-image-link{display:block;text-decoration:none}.product-image{align-items:center;background:#f0f0f0;display:flex;height:200px;justify-content:center;overflow:hidden;transition:opacity .2s;width:100%}.product-image-link:hover .product-image{opacity:.9}.product-image img{height:100%;object-fit:cover;width:100%}.product-info{display:flex;flex-direction:column;flex-grow:1;padding:1.25rem}.product-title-link{color:inherit;text-decoration:none}.product-title-link:hover h3{color:#3498db;text-decoration:underline}.product-info h3{color:#2c3e50;font-size:1.1rem;margin-bottom:.5rem;transition:color .2s}.category{color:#7f8c8d;font-size:.85rem;letter-spacing:.5px;margin-bottom:.75rem;text-transform:uppercase}.description{color:#555;flex-grow:1;font-size:.9rem;line-height:1.4;margin-bottom:1rem}.product-footer{align-items:center;display:flex;gap:1rem;justify-content:space-between}.price{color:#27ae60;font-size:1.5rem;font-weight:700}.add-to-cart-btn{background-color:#3498db;border-radius:4px;flex:1 1;padding:.75rem 1rem;transition:background-color .2s}.add-to-cart-btn:hover:not(:disabled){background-color:#2980b9}.add-to-cart-btn:disabled{background-color:#bdc3c7}.low-stock{color:#e74c3c;font-size:.8rem;font-weight:600;margin-top:.5rem}@media (max-width:768px){.product-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.product-card{border-radius:6px}.product-image{height:180px}}@media (max-width:480px){.product-grid{grid-template-columns:1fr}.product-image{height:200px}}.products-page-container{min-height:calc(100vh - 200px);min-width:auto;padding:2rem 2rem 4rem}.products-page-title{color:#333;font-family:Trade Winds,cursive,sans-serif;font-size:2.5rem;font-weight:400;margin-bottom:2rem;text-align:center}.error-message,.loading{font-size:1.1rem;padding:2rem;text-align:center}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;margin-bottom:2rem}@media (max-width:768px){.products-page-container{padding:1rem}.products-page-title{font-size:2rem}}.checkout-page{background:#f5f5f0;min-height:100vh}.checkout-container{margin:0 auto;max-width:1200px;padding:2rem 1.5rem 4rem}.checkout-title{color:#333;font-family:Trade Winds,cursive,sans-serif;font-size:2.5rem;font-weight:400;margin-bottom:2rem;text-align:center}.progress-steps{gap:1rem;justify-content:center;margin-bottom:3rem;padding:0 2rem}.progress-steps,.step{align-items:center;display:flex}.step{flex:1 1;flex-direction:column;gap:.5rem;max-width:200px;opacity:.5;position:relative;transition:opacity .3s}.step.active{opacity:1}.step.complete .step-number{background:#27ae60;border-color:#27ae60}.step.complete:after{background:#27ae60;content:"";height:2px;left:calc(100% + .5rem);position:absolute;top:15px;width:calc(100% + 1rem);z-index:-1}.step:last-child:after{display:none}.step-number{align-items:center;background:#fff;border:2px solid #ccc;border-radius:50%;display:flex;font-size:1.1rem;font-weight:600;height:40px;justify-content:center;transition:all .3s;width:40px}.step.active .step-number{background:#3498db;border-color:#3498db;color:#fff}.step-label{color:#666;font-size:.875rem;font-weight:500;text-align:center}.step.active .step-label{color:#333;font-weight:600}.checkout-content{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 350px}.address-step,.cart-review-step,.payment-step,.shipping-step{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:2rem}.address-step h2,.cart-review-step h2,.payment-step h2,.shipping-step h2{color:#333;font-size:1.75rem;margin:0 0 .5rem}.step-description{color:#666;margin-bottom:1.5rem}.cart-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.cart-item-row{grid-gap:1rem;align-items:center;background:#f9f9f9;border-radius:8px;display:grid;gap:1rem;grid-template-columns:80px 1fr auto auto auto;padding:1rem;transition:box-shadow .2s}.cart-item-row:hover{box-shadow:0 2px 8px #0000001a}.item-image{border-radius:6px;height:80px;object-fit:cover;width:80px}.item-details h3{color:#333;font-size:1.1rem;margin:0 0 .25rem}.item-price{color:#666;font-size:.9rem}.item-quantity{background:#fff;border:1px solid #ddd;border-radius:6px;gap:.5rem;padding:.25rem}.item-quantity,.qty-btn{align-items:center;display:flex}.qty-btn{background:#f0f0f0;border:none;border-radius:4px;cursor:pointer;font-size:1.2rem;height:30px;justify-content:center;transition:background .2s;width:30px}.qty-btn:hover{background:#e0e0e0}.qty-input{-moz-appearance:textfield;border:none;font-size:1rem;font-weight:500;text-align:center;width:50px}.qty-input::-webkit-inner-spin-button,.qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.qty-input:focus{outline:none}.item-total{color:#333;font-size:1.1rem;font-weight:600;min-width:80px;text-align:right}.remove-btn{align-items:center;background:#f44;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;transition:background .2s;width:32px}.remove-btn:hover{background:#c00}.cart-summary{border-top:2px solid #eee;margin-bottom:2rem;padding-top:1rem}.summary-row{display:flex;font-size:1rem;justify-content:space-between;padding:.5rem 0}.summary-row.total{border-top:2px solid #333;color:#333;font-size:1.25rem;font-weight:700;margin-top:.5rem;padding-top:1rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-weight:500;margin-bottom:.5rem}.form-input{border:1px solid #ddd;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .2s,box-shadow .2s;width:100%}.form-input:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.form-row{grid-gap:1rem;align-items:flex-end;display:grid;gap:1rem;grid-template-columns:1fr 1fr auto;margin-bottom:1.5rem}.form-row .form-group{display:flex;flex-direction:column}.form-row-3{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:2fr 1fr 1fr}.btn-calculate{background:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;height:42px;margin-top:0;padding:.75rem 1.5rem;transition:background .2s;white-space:nowrap}.btn-calculate:hover{background:#2980b9}.btn-calculate:disabled{background:#95a5a6;cursor:not-allowed}.shipping-rates{margin-top:2rem}.shipping-rates h3{font-size:1.25rem;margin:0 0 1rem}.shipping-dropdown{width:100%}#card-container,.test-mode-notice{margin-bottom:1.5rem}.test-mode-notice{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:1.5rem}.test-mode-notice p{color:#856404;margin:.5rem 0}.order-summary-final{background:#f9f9f9;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.order-summary-final h3{font-size:1.25rem;margin:0 0 1rem}.step-actions{display:flex;gap:1rem;justify-content:space-between;margin-top:2rem}.btn-primary,.btn-secondary{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:.875rem 1.5rem;transition:all .2s}.btn-primary{background:#3498db;color:#fff}.btn-primary:hover{background:#2980b9;box-shadow:0 4px 12px #3498db4d;transform:translateY(-2px)}.btn-primary:disabled{background:#95a5a6;cursor:not-allowed;transform:none}.btn-place-order{background:#27ae60}.btn-place-order:hover{background:#229954}.btn-secondary{background:#fff;border:2px solid #ddd;color:#333}.btn-secondary:hover{border-color:#3498db;color:#3498db}.order-summary-sidebar{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:1.5rem;position:-webkit-sticky;position:sticky;top:100px}.order-summary-sidebar h3{border-bottom:2px solid #eee;font-size:1.25rem;margin:0 0 1rem;padding-bottom:.75rem}.summary-items{margin-bottom:1rem;max-height:300px;overflow-y:auto}.summary-item{border-bottom:1px solid #f0f0f0;display:flex;font-size:.9rem;justify-content:space-between;padding:.75rem 0}.summary-item:last-child{border-bottom:none}.summary-totals{border-top:2px solid #eee;padding-top:1rem}.error-message{background:#fee;border:1px solid #fcc;border-radius:6px;color:#c33;margin:1rem 0;padding:.875rem}@media (max-width:900px){.checkout-content{grid-template-columns:1fr}.order-summary-sidebar{order:-1;position:static}.progress-steps{gap:.5rem;padding:0}.step-label{font-size:.75rem}.form-row,.form-row-3{grid-template-columns:1fr}}@media (max-width:600px){.checkout-container{padding:1rem}.checkout-title{font-size:2rem}.address-step,.cart-review-step,.payment-step,.shipping-step{padding:1.5rem}.cart-item-row{gap:.75rem;grid-template-columns:60px 1fr}.item-image{grid-row:1/3;height:60px;width:60px}.item-details{grid-column:2}.item-quantity{grid-column:2;justify-content:flex-start}.item-total{grid-column:2;margin-top:.5rem;text-align:left}.remove-btn{position:absolute;right:1rem;top:1rem}.step-actions{flex-direction:column}.progress-steps{justify-content:flex-start;overflow-x:auto}}.order-success-page{background:#f5f5f5;min-height:100vh;padding:2rem 0}.order-success-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:0 auto;max-width:600px;overflow:hidden}.success-header{background:linear-gradient(135deg,#1e3c72,#2a5298);color:#fff;padding:2rem;text-align:center}.logo-circle{align-items:center;background:#fff;border-radius:50%;display:flex;height:100px;justify-content:center;margin:0 auto 1rem;overflow:hidden;width:100px}.logo-circle img{height:100%;object-fit:cover;width:100%}.success-header h1{font-size:1.75rem;margin:0 0 .5rem}.thank-you{font-size:.95rem;margin:0;opacity:.95}.order-details{padding:2rem}.shipping-address{margin-bottom:1.5rem}.shipping-address h3{color:#666;font-size:.875rem;letter-spacing:.5px;margin:0 0 .5rem;text-transform:uppercase}.customer-name{color:#2c3e50;font-weight:600;margin:0 0 .25rem}.shipping-address p{color:#555;margin:0 0 .25rem}.order-status-btn{background:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:1.5rem;padding:.875rem;transition:background .3s;width:100%}.order-status-btn:hover{background:#2980b9}.order-summary h2{color:#2c3e50;font-size:2.5rem;margin:0 0 1.5rem;text-align:center}.order-items{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;margin-bottom:1rem;padding:1rem 0}.order-item{border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:.75rem 0}.order-item:last-child{border-bottom:none}.item-details{flex:1 1}.item-name{color:#2c3e50;font-weight:600;margin:0 0 .25rem}.item-description{color:#777;font-size:.875rem;margin:0}.item-pricing{text-align:right}.item-quantity{color:#777;font-size:.875rem;margin:0 0 .25rem}.item-price{color:#2c3e50;font-weight:600;margin:0}.order-totals{margin:1rem 0}.total-row{color:#555;display:flex;justify-content:space-between;padding:.5rem 0}.total-row.total{border-top:2px solid #e0e0e0;color:#2c3e50;font-size:1.125rem;font-weight:700;margin-top:.5rem;padding-top:.75rem}.payment-info{background:#f8f9fa;border-radius:4px;margin:1.5rem 0;padding:1rem}.payment-method{align-items:center;color:#2c3e50;display:flex;font-weight:500;gap:.5rem;margin:0 0 .5rem}.card-icon{height:auto;width:40px}.auth-code,.transaction-date{color:#666;font-size:.875rem;margin:.25rem 0}.order-footer{border-top:2px solid #e0e0e0;padding-top:1.5rem;text-align:center}.order-id{color:#2c3e50;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.contact-info{color:#666;font-size:.875rem;line-height:1.6;margin:0}@media (max-width:768px){.order-success-container{margin:0 1rem}.order-details{padding:1.5rem}.order-summary h2{font-size:2rem}}.breadcrumb-container{background:#f5f5f0;width:100%}.breadcrumb{align-items:center;color:#666;display:flex;font-size:.875rem;gap:.5rem;margin:0 auto;max-width:1400px;padding:1rem 2rem}.breadcrumb a{color:#3498db;text-decoration:none;transition:color .2s}.breadcrumb a:hover{color:#2980b9;text-decoration:underline}.breadcrumb-separator{color:#999}.breadcrumb-current{color:#333}@media (max-width:768px){.breadcrumb{font-size:.8rem;padding:.75rem 1rem}}.product-detail{margin:2rem auto;max-width:1200px;padding:0 2rem}.back-button{align-items:center;background:none;border:none;color:#3498db;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;margin-bottom:2rem;padding:.5rem 0}.back-button:hover{color:#2980b9;text-decoration:underline}.product-detail-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.product-images{position:-webkit-sticky;position:sticky;top:2rem}.main-image{aspect-ratio:1;background:#f5f5f5;border-radius:8px;margin-bottom:1rem;overflow:hidden;width:100%}.main-image img{height:100%;object-fit:cover;width:100%}.image-thumbnails{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.thumbnail{aspect-ratio:1;background:#f5f5f5;border:2px solid #0000;border-radius:4px;cursor:pointer;overflow:hidden;transition:border-color .2s}.thumbnail:hover{border-color:#3498db}.thumbnail.active{border-color:#2980b9;box-shadow:0 0 0 1px #2980b9}.thumbnail img{height:100%;object-fit:cover;width:100%}.product-info h1{color:#2c3e50;font-size:2rem;margin-bottom:1rem}.product-price{color:#27ae60;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.product-short-description{border-bottom:1px solid #eee;color:#555;font-size:1rem;line-height:1.6;margin-bottom:2rem;padding-bottom:2rem}.quantity-selector{margin-bottom:1.5rem}.quantity-selector label{color:#2c3e50;display:block;font-weight:600;margin-bottom:.5rem}.quantity-controls{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.quantity-controls button{align-items:center;background:#fff;border:2px solid #3498db;border-radius:4px;color:#3498db;cursor:pointer;display:flex;font-size:1.5rem;font-weight:700;height:40px;justify-content:center;transition:all .2s;width:40px}.quantity-controls button:hover:not(:disabled){background:#3498db;color:#fff}.quantity-controls button:disabled{cursor:not-allowed;opacity:.3}.quantity-controls input{-moz-appearance:textfield;border:2px solid #ddd;border-radius:4px;font-size:1.125rem;font-weight:600;height:40px;text-align:center;width:80px}.quantity-controls input::-webkit-inner-spin-button,.quantity-controls input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.stock-info{color:#27ae60;font-size:.875rem}.add-to-cart-btn{background:#27ae60;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:600;margin-bottom:2rem;padding:1rem;transition:background .2s;width:100%}.add-to-cart-btn:hover:not(:disabled){background:#229954}.add-to-cart-btn:disabled{background:#95a5a6;cursor:not-allowed}.product-long-description{border-top:1px solid #eee;margin-bottom:2rem;padding-top:2rem}.product-long-description h2{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.product-long-description p{color:#555;line-height:1.8;margin-bottom:1rem}.product-details{background:#f8f9fa;border-radius:8px;padding:1.5rem}.product-details h3{color:#2c3e50;font-size:1.25rem;margin-bottom:1rem}.product-details ul{list-style:none;padding:0}.product-details li{border-bottom:1px solid #e9ecef;color:#555;padding:.5rem 0}.product-details li:last-child{border-bottom:none}.product-detail-error,.product-detail-loading{color:#555;font-size:1.25rem;padding:4rem 2rem;text-align:center}.product-detail-error{color:#e74c3c}@media (max-width:768px){.product-detail{padding:0 1rem}.product-detail-content{gap:2rem;grid-template-columns:1fr}.product-images{position:static}.product-info h1,.product-price{font-size:1.5rem}.image-thumbnails{grid-template-columns:repeat(auto-fill,minmax(60px,1fr))}}.contact-page{background:#f5f5f0;min-height:calc(100vh - 200px);padding:3rem 2rem}.contact-container{margin:0 auto;max-width:700px;text-align:center}.contact-container h1{color:#000;font-family:Trade Winds,cursive,sans-serif;font-size:3rem;font-weight:400;margin-bottom:1rem}.contact-subtitle{color:#333;font-size:1rem;margin-bottom:3rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form input,.contact-form textarea{background:#ffffffb3;border:1px solid #ccc;border-radius:4px;font-family:inherit;font-size:1rem;padding:1rem;width:100%}.contact-form input:focus,.contact-form textarea:focus{border-color:#666;outline:none}.contact-form textarea{min-height:120px;resize:vertical}.contact-disclaimer{color:#333;font-size:.875rem;margin:0;text-align:center}.contact-terms{color:#666;font-size:.75rem;margin:0;text-align:center}.contact-terms a{color:#3498db;text-decoration:underline}.submit-button{align-self:center;background:#666;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;padding:1rem 3rem;transition:background .2s}.submit-button:hover{background:#555}@media (max-width:768px){.contact-page{padding:2rem 1rem}.contact-container h1{font-size:2.5rem}.contact-form{gap:1rem}}.about-page{background:#f5f5f0;min-height:calc(100vh - 200px);padding:3rem 2rem}.about-container{margin:0 auto;max-width:1100px}.about-container h1{color:#000;font-family:Trade Winds,cursive,sans-serif;font-size:3rem;font-weight:400;margin-bottom:2rem;text-align:center}.about-content{margin:0 auto 4rem;max-width:900px;text-align:center}.about-content p{color:#333;font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem}.location-section{margin-top:4rem}.location-section h2{color:#000;font-family:Trade Winds,cursive,sans-serif;font-size:2.5rem;font-weight:400}.location-info,.location-section h2{margin-bottom:2rem;text-align:center}.location-info p{color:#333;font-size:1rem;margin:.25rem 0}.business-name{font-weight:600;margin-top:0!important}.phone{margin-top:.5rem!important}.directions-link{color:#3498db;display:inline-block;font-size:1rem;margin-top:1rem;text-decoration:none}.directions-link:hover{text-decoration:underline}.map-placeholder{border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:0 auto;max-width:600px;overflow:hidden}@media (max-width:768px){.about-page{padding:2rem 1rem}.about-container h1{font-size:2.5rem}.location-section h2{font-size:2rem}.about-content p{font-size:1rem}}
/*# sourceMappingURL=main.21dd92ae.css.map*/