:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navigation{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;color:#2c3e50;text-decoration:none;font-family:Georgia,serif}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{color:#2c3e50;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#3498db}.cart-link{display:flex;align-items:center;gap:.5rem}.cart-badge{background:#e74c3c;color:#fff;border-radius:50%;padding:.2rem .5rem;font-size:.8rem;min-width:1.2rem;text-align:center}@media (max-width: 768px){.nav-container{padding:1rem}.nav-logo{font-size:1.2rem}.nav-links{gap:1rem}.nav-link{font-size:.9rem}}.soap-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.soap-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.soap-image{height:250px;overflow:hidden}.soap-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.soap-card:hover .soap-image img{transform:scale(1.05)}.soap-info{padding:1.5rem}.soap-info h3{font-size:1.3rem;margin-bottom:.5rem;color:#2c3e50;font-family:Georgia,serif}.soap-description{color:#666;margin-bottom:1rem;line-height:1.5}.soap-ingredients{font-size:.9rem;color:#888;margin-bottom:1.5rem}.soap-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.soap-price{font-size:1.4rem;font-weight:700;color:#e74c3c}.soap-actions{display:flex;gap:.5rem}.add-to-cart-btn,.buy-now-btn{padding:.5rem 1rem;border:none;border-radius:5px;cursor:pointer;font-size:.9rem;transition:background .3s ease;font-weight:500}.add-to-cart-btn{background:#3498db;color:#fff}.add-to-cart-btn:hover{background:#2980b9}.buy-now-btn{background:#e74c3c;color:#fff}.buy-now-btn:hover{background:#c0392b}@media (max-width: 768px){.soap-actions{flex-direction:column;gap:.5rem}.add-to-cart-btn,.buy-now-btn{width:100%;padding:.7rem}.soap-footer{flex-direction:column;gap:1rem;align-items:stretch}}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8rem 2rem 4rem;text-align:center;min-height:60vh;display:flex;align-items:center;justify-content:center}.hero-content h1{font-size:3.5rem;margin-bottom:1rem;font-family:Georgia,serif}.hero-content p{font-size:1.2rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{background:#e74c3c;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:5px;cursor:pointer;transition:background .3s ease;font-weight:600}.cta-button:hover{background:#c0392b}.products-section{padding:4rem 0;background:#f8f9fa}.products-section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50;font-family:Georgia,serif}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.testimonials{padding:4rem 0;background:#fff}.testimonials h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50;font-family:Georgia,serif}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.testimonial{background:#f8f9fa;padding:2rem;border-radius:10px;text-align:center;box-shadow:0 2px 10px #0000001a}.testimonial p{font-style:italic;margin-bottom:1rem;color:#555}.testimonial span{color:#2c3e50;font-weight:600}@media (max-width: 768px){.hero{padding:6rem 1rem 3rem;min-height:50vh}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}.testimonials-grid{grid-template-columns:1fr}}.about-hero{padding:4rem 0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h1{font-size:3rem;color:#2c3e50;margin-bottom:1.5rem;font-family:Georgia,serif}.lead{font-size:1.3rem;line-height:1.6;color:#555}.about-image img{width:100%;border-radius:15px;box-shadow:0 10px 30px #0003}.story-section,.values-section,.process-section,.contact-section{padding:4rem 0}.story-section h2,.values-section h2,.process-section h2,.contact-section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50;font-family:Georgia,serif}.story-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.story-item h3{color:#3498db;margin-bottom:1rem;font-size:1.3rem}.story-item p{line-height:1.6;color:#666}.values-section{background:#f8f9fa}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-card h3{font-size:1.2rem;margin-bottom:1rem;color:#2c3e50}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step{text-align:center;padding:2rem}.step-number{background:#3498db;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.step h3{color:#2c3e50;margin-bottom:1rem}.step p{color:#666;line-height:1.6}.contact-section{background:#2c3e50;color:#fff}.contact-section h2{color:#fff}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.contact-item h3{margin-bottom:.5rem;color:#3498db}.contact-item p{font-size:1.1rem}@media (max-width: 768px){.about-content{grid-template-columns:1fr;gap:2rem;text-align:center}.about-text h1{font-size:2.5rem}.lead{font-size:1.1rem}.story-grid,.values-grid,.process-steps{grid-template-columns:1fr}}.checkout{padding:2rem 0 4rem;min-height:80vh}.checkout h1{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50;font-family:Georgia,serif}.checkout-grid{display:grid;grid-template-columns:2fr 1fr;gap:4rem;max-width:1200px;margin:0 auto}.checkout-form{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 15px #0000001a}.customer-info,.payment-info{margin-bottom:2rem}.customer-info h2,.payment-info h2{color:#2c3e50;margin-bottom:1.5rem;font-size:1.3rem}.form-row{display:flex;gap:1rem;margin-bottom:1rem}.form-row input{flex:1;padding:.8rem;border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;transition:border-color .3s ease}.form-row input:focus{outline:none;border-color:#3498db}.place-order-btn{width:100%;background:#e74c3c;color:#fff;border:none;padding:1rem;font-size:1.1rem;border-radius:5px;cursor:pointer;transition:background .3s ease;font-weight:600;margin-top:1rem}.place-order-btn:hover:not(:disabled){background:#c0392b}.place-order-btn:disabled{background:#bdc3c7;cursor:not-allowed}.order-summary{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 15px #0000001a;height:fit-content;position:sticky;top:2rem}.order-summary h2{color:#2c3e50;margin-bottom:1.5rem;font-size:1.3rem}.cart-items{margin-bottom:2rem}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee;align-items:center}.cart-item:last-child{border-bottom:none}.cart-item img{width:60px;height:60px;object-fit:cover;border-radius:5px}.item-details{flex:1}.item-details h3{font-size:.9rem;margin-bottom:.5rem;color:#2c3e50}.item-price{color:#e74c3c;font-weight:700;margin-bottom:.5rem}.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-btn{background:#3498db;color:#fff;border:none;width:25px;height:25px;border-radius:3px;cursor:pointer;font-size:.8rem}.quantity-btn:hover{background:#2980b9}.remove-btn{background:#e74c3c;color:#fff;border:none;padding:.3rem .6rem;border-radius:3px;cursor:pointer;font-size:.8rem}.remove-btn:hover{background:#c0392b}.order-totals{border-top:2px solid #eee;padding-top:1rem}.total-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.total-row.total{font-weight:700;font-size:1.1rem;color:#2c3e50;border-top:1px solid #eee;padding-top:.5rem;margin-top:1rem}.free-shipping-note{color:#27ae60;font-size:.9rem;text-align:center;margin-top:1rem;font-weight:500}.empty-cart,.order-complete{text-align:center;padding:4rem 2rem}.empty-cart h1,.order-complete h1{font-size:2.5rem;color:#2c3e50;margin-bottom:1rem}.empty-cart p,.order-complete p{font-size:1.1rem;color:#666;margin-bottom:2rem}.shop-now-btn,.continue-shopping-btn{background:#3498db;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:5px;cursor:pointer;transition:background .3s ease;font-weight:600}.shop-now-btn:hover,.continue-shopping-btn:hover{background:#2980b9}@media (max-width: 768px){.checkout-grid{grid-template-columns:1fr;gap:2rem}.form-row{flex-direction:column;gap:.5rem}.cart-item{flex-wrap:wrap}.order-summary{position:static}}*{box-sizing:border-box}body{margin:0;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:#f8f9fa;color:#2c3e50}#root{min-height:100vh}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 2rem}img{max-width:100%;height:auto}button{font-family:inherit}@media (max-width: 768px){.container{padding:0 1rem}}
