body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}.whatsapp-float{position:fixed;width:60px;height:60px;bottom:40px;right:40px;background-color:#25d366;color:#fff;border-radius:50px;text-align:center;font-size:30px;box-shadow:2px 2px 3px #999;z-index:100;display:flex;align-items:center;justify-content:center;animation:pulse 2s infinite;transition:all .3s ease}.whatsapp-float:hover{background-color:#1da851;transform:scale(1.1)}.whatsapp-icon{margin-top:0;color:#fff}@keyframes pulse{0%{box-shadow:0 0 0 0 #25d366b3}70%{box-shadow:0 0 0 10px #25d36600}to{box-shadow:0 0 0 0 #25d36600}}.featured-product-images{display:flex;justify-content:center;gap:2rem;margin:2rem 0;flex-wrap:wrap}@media (max-width:768px){.featured-product-images{flex-direction:column;align-items:center;gap:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6}.App{min-height:100vh;display:flex;flex-direction:column}.site-header{background-color:#e6007e;box-shadow:0 2px 4px #0003;padding:1rem 2rem;position:sticky;top:0;z-index:1000}.site-header nav{justify-content:space-between;max-width:1200px;margin:0 auto}.logo,.site-header nav{display:flex;align-items:center}.logo a{text-decoration:none;color:inherit}.logo img{max-width:100%;vertical-align:middle}.logo-title{color:#fff;font-size:1.2rem;font-weight:500;text-transform:lowercase;letter-spacing:1px;margin:0}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{text-decoration:none;color:#fff;font-weight:500;transition:color .3s}.nav-links a:hover{color:#ffe4e1}main{flex:1 1}.hero{color:#fff;padding:6rem 2rem;text-align:center;min-height:500px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.hero-content{z-index:1;margin-bottom:2rem}.hero h1{font-size:3.5rem;margin-bottom:1rem}.hero p{font-size:1.5rem;margin-bottom:2rem;max-width:600px;text-align:center}.hero-dots{position:absolute;bottom:2rem;display:flex;gap:.5rem;z-index:1}.hero-dots .dot{width:12px;height:12px;border-radius:50%;border:2px solid #fff;background-color:initial;cursor:pointer;padding:0;transition:background-color .3s ease}.hero-dots .dot.active{background-color:#fff}.cta-button{padding:1rem 2rem;font-size:1.2rem;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease;text-decoration:none}.cta-button:hover{background-color:#0056b3}.hero-buttons{display:flex;gap:15px;margin-top:10px;justify-content:center}.whatsapp-banner-button{display:flex;align-items:center;justify-content:center;gap:8px;background-color:#25d366;color:#fff;padding:1rem 2rem;border-radius:5px;font-size:1.2rem;font-weight:600;text-decoration:none;transition:background-color .3s ease;box-shadow:0 4px 10px #0003}.whatsapp-banner-button:hover{background-color:#1da851}.whatsapp-banner-button i{font-size:1.2rem}.featured-products{padding:4rem 2rem;background-color:#f8f9fa}.featured-products h2{text-align:center;margin-bottom:3rem;color:#333;font-size:2.5rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.product-card{box-shadow:0 2px 15px #0000001a}.product-card:hover{transform:translateY(-10px);box-shadow:0 4px 20px #00000026}.product-image{height:250px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:1.5rem}.product-info h3{color:#333;font-size:1.25rem;margin-bottom:.5rem}.product-info p{color:#666;margin-bottom:1rem}.product-info .price{font-size:1.5rem;font-weight:700;color:#e6007e;display:block;margin:1rem 0}.shop-button{display:inline-block;width:100%;padding:.8rem;background-color:#e6007e;color:#fff;text-align:center;text-decoration:none;border-radius:6px;transition:background-color .3s ease}.shop-button:hover{background-color:#cc006f}@media (max-width:768px){.featured-products{padding:3rem 1rem}.product-grid{grid-template-columns:1fr;max-width:400px}.product-image{height:200px}}.features{padding:4rem 2rem}.features h2{text-align:center;margin-bottom:2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.feature{text-align:center;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.contact-page{padding:4rem 2rem}.contact-page h1{text-align:center;margin-bottom:2rem}.contact-container{display:grid;grid-template-columns:1fr 2fr;grid-gap:2rem;gap:2rem}.contact-info{background-color:#f8f9fa;border-radius:8px}.contact-info h2{margin-bottom:1.5rem}.contact-info p{margin-bottom:1rem;color:#666}.contact-form{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.contact-form h2{color:#333}.contact-form h2,.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border-radius:4px}.form-group textarea{min-height:150px;resize:vertical}.contact-form button{background-color:#007bff;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:4px;cursor:pointer;transition:background-color .3s;width:100%}.contact-form button:hover{background-color:#0056b3}.site-footer{background-color:#333;color:#fff;padding:3rem 2rem 1rem;margin-top:4rem}.footer-content{max-width:1200px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin:0 auto 2rem}.footer-section h3{color:#e6007e;margin-bottom:1.5rem;font-size:1.2rem}.footer-section p{margin-bottom:.8rem;display:flex;align-items:center;gap:.5rem}.footer-section i{color:#e6007e;font-size:1.1rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.8rem}.footer-section ul li a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#e6007e}.social-links{display:flex;gap:1rem}.social-links a{color:#fff;font-size:1.5rem;transition:color .3s ease}.social-links a:hover{color:#e6007e}.whatsapp-link-footer{display:flex;align-items:center;gap:.5rem;color:#25d366;text-decoration:none;transition:opacity .3s ease}.whatsapp-link-footer:hover{opacity:.8}.whatsapp-link-footer i{color:#25d366;font-size:1.2rem}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #ffffff1a}.footer-bottom p{color:#999;font-size:.9rem}@media (max-width:768px){.nav-links{display:none}.hero h1{font-size:2rem}.contact-container,.features-grid,.product-grid{grid-template-columns:1fr}.site-footer{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr;text-align:center}.footer-section p,.social-links{justify-content:center}}.testimonials{padding:4rem 2rem;background-color:#fff;text-align:center}.testimonials h2{margin-bottom:3rem;color:#333}.testimonials-slider{max-width:800px;margin:0 auto;position:relative}.testimonial-slide{padding:2rem;transition:opacity .5s ease}.testimonial-text{font-size:1.25rem;color:#555;line-height:1.8;font-style:italic;margin-bottom:2rem}.testimonial-author{display:flex;flex-direction:column;align-items:center;gap:.5rem}.testimonial-author strong{color:#333;font-size:1.1rem}.testimonial-author span{color:#666;font-size:.9rem}.testimonial-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.dot{width:10px;height:10px;border-radius:50%;border:none;background-color:#ddd;cursor:pointer;padding:0;transition:background-color .3s ease}.dot.active{background-color:#e6007e}@media (max-width:768px){.testimonial-text{font-size:1.1rem}.testimonials{padding:3rem 1rem}}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:10px;z-index:1000}.hamburger-icon{display:block;width:25px;height:3px;background-color:#fff;position:relative;transition:background-color .3s}.hamburger-icon:after,.hamburger-icon:before{content:"";position:absolute;width:100%;height:3px;background-color:#fff;transition:transform .3s}.hamburger-icon:before{top:-8px}.hamburger-icon:after{bottom:-8px}@media (max-width:768px){.mobile-menu-toggle{display:block}.nav-links{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#e6007e;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem;z-index:999}.nav-links.active{display:flex}.nav-links li{margin:1rem 0}.nav-links a{font-size:1.5rem}.nav-links a,.site-header{padding:.5rem 1rem}.site-header nav{position:relative}.logo img{height:35px}}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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.products-page{padding:2rem;max-width:1200px;margin:0 auto}.error-message{height:200px;padding:0 2rem}.products-page h1{text-align:center;margin-bottom:.5rem;color:#333}.products-subtitle{text-align:center;color:#666;margin-bottom:2rem;font-size:1.1rem}.filters-container{background-color:#f8f9fa;padding:1.5rem;border-radius:8px;margin-bottom:2rem;box-shadow:0 2px 10px #0000000d}.category-filters h3,.price-filter h3{margin-bottom:1rem;color:#333;font-size:1.1rem}.category-buttons{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.category-button{padding:.5rem 1rem;background-color:#fff;border:1px solid #ddd;border-radius:30px;cursor:pointer;transition:all .3s ease;font-size:.9rem}.category-button:hover{border-color:#e6007e;color:#e6007e}.category-button.active{background-color:#e6007e;color:#fff;border-color:#e6007e}.price-slider{width:100%;margin-top:.5rem;accent-color:#e6007e}.products-count{margin-bottom:1.5rem;color:#666;font-size:.9rem}.category-section{margin-bottom:3rem}.category-title{color:#333;font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e6007e;position:relative}.category-title:after{content:"";position:absolute;bottom:-2px;left:0;width:80px;height:2px;background-color:#e6007e}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 3px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;position:relative;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #00000026}.product-category-tag{position:absolute;top:10px;right:10px;background-color:#e6007ecc;color:#fff;padding:.3rem .8rem;border-radius:30px;font-size:.8rem;font-weight:500;z-index:1;background-color:#f8f9fa}.product-category-tag,.product-image-container{display:flex;align-items:center;justify-content:center}.product-image-container{height:220px;overflow:hidden;background-color:#fff;padding:0;border-radius:8px;border:1px solid #f0f0f0}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-card h3{color:#333;margin:1rem 1.5rem .5rem;font-size:1.2rem}.product-description{color:#666;margin:0 1.5rem 1rem;font-size:.9rem;line-height:1.5}.features-list{list-style:none;padding:0 1.5rem;margin-bottom:1rem}.features-list li{color:#666;margin-bottom:.5rem;padding-left:1.5rem;position:relative;font-size:.9rem}.features-list li:before{content:"✓";position:absolute;left:0;color:#e6007e}.price{display:block;font-size:1.4rem;color:#e6007e;font-weight:700;margin:1.5rem 1.5rem 1rem}.product-buttons{display:flex;gap:.5rem;padding:0 1.5rem 1.5rem;margin-top:auto}.buy-button{flex:1 1;padding:.8rem;background-color:#e6007e;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s;font-weight:500}.buy-button:hover{background-color:#cc006f}.whatsapp-inquiry{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem;background-color:#25d366;color:#fff;text-decoration:none;border-radius:6px;transition:background-color .3s;font-weight:500}.whatsapp-inquiry:hover{background-color:#1da851}.no-products-message{text-align:center;padding:3rem;color:#666;background-color:#f8f9fa;border-radius:8px;margin-top:2rem}@media (max-width:768px){.products-page{padding:1rem}.products-page h1{font-size:1.8rem}.category-buttons{justify-content:center}.products-grid{grid-template-columns:1fr}.product-card{max-width:400px;margin:0 auto}.product-buttons{flex-direction:column}}.about-page{padding:2rem;max-width:1200px;margin:0 auto}.about-header{text-align:center;margin-bottom:3rem;padding:2rem 0}.about-header h1{font-size:2.5rem;color:#333;margin-bottom:1rem}.about-header p{font-size:1.2rem;color:#666}.about-content section,.our-story{margin-bottom:4rem}.story-text{max-width:800px;margin:0 auto;text-align:center}.story-text h2{color:#333;margin-bottom:1.5rem}.story-text p{color:#666;line-height:1.6}.our-values{background-color:#f8f9fa;padding:4rem 2rem;margin:0 -2rem}.our-values h2{text-align:center;margin-bottom:3rem;color:#333}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.value-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center}.value-card h3{color:#e6007e;margin-bottom:1rem}.value-card p{color:#666}.our-process h2{text-align:center;margin-bottom:2rem}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem}.step{text-align:center;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.step-number{width:40px;height:40px;background:#e6007e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-weight:700}.step h3{color:#333;margin-bottom:1rem}.step p{color:#666}.team{text-align:center}.team h2{margin-bottom:1.5rem}.team p{color:#666;margin-bottom:2rem}.certification{background:#f8f9fa;padding:2rem;border-radius:8px;margin-top:2rem}.certification h3{color:#333;margin-bottom:1rem}.certification ul{list-style:none;padding:0}.certification li{color:#666;margin-bottom:.5rem}@media (max-width:768px){.about-page{padding:1rem}.about-header h1{font-size:2rem}.process-steps,.values-grid{grid-template-columns:1fr}}.contact-page{padding:2rem;max-width:1200px;margin:0 auto}.loading-spinner{display:flex;justify-content:center;align-items:center;height:200px;font-size:1.2rem;color:#666}.error-message{color:#e74c3c;background-color:#e74c3c1a}.error-message,.success-message{display:flex;justify-content:center;align-items:center;font-size:1.2rem;text-align:center;padding:1rem;margin-top:1rem;border-radius:6px}.success-message{color:#2ecc71;background-color:#2ecc711a}.contact-header{text-align:center;margin-bottom:3rem;padding:2rem 0}.contact-header h1{font-size:2.5rem;color:#333;margin-bottom:1rem}.contact-header p{color:#666;font-size:1.2rem}.contact-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:4rem}.contact-info{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 15px #0000001a}.contact-info h2{color:#333;font-size:1.8rem;margin-bottom:2rem;text-align:center}.info-items{display:flex;flex-direction:column;gap:2rem}.info-item{padding:1.5rem;border-bottom:1px solid #eee}.info-item:last-child{border-bottom:none}.info-item h3{color:#e6007e;margin-bottom:1rem;font-size:1.2rem}.info-item p{color:#666;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.info-item i{color:#e6007e;width:20px}.whatsapp-link{display:flex;align-items:center;justify-content:center;gap:.8rem;color:#fff;background-color:#25d366;text-decoration:none;font-weight:500;padding:12px 20px;border-radius:8px;margin:1.5rem 0;transition:background-color .3s ease;box-shadow:0 2px 10px #25d3664d}.whatsapp-link:hover{background-color:#1da851}.whatsapp-link i{color:#fff;font-size:1.5rem}.contact-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 15px #0000001a;text-align:center;transition:transform .3s ease}.contact-card:hover{transform:translateY(-5px)}.contact-icon{font-size:2rem;color:#e6007e;margin-bottom:1rem}.contact-card h3{color:#333;margin-bottom:1rem}.contact-card p{color:#666;margin-bottom:.5rem}.contact-timing{font-size:.9rem;color:#888}.contact-form-container{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 15px #0000001a}.contact-form-container h2{color:#333;margin-bottom:2rem;text-align:center}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#333;font-weight:500}.form-group input,.form-group textarea{padding:.8rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#e6007e}.submit-button{background-color:#e6007e;color:#fff;padding:1rem;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.submit-button:hover{background-color:#cc006f}.map-container{margin-top:3rem;text-align:center}.map-container h2{color:#333;margin-bottom:1.5rem}.map-placeholder{background-color:#f8f9fa;border-radius:8px;overflow:hidden}.map-image{height:400px;display:flex;align-items:center;justify-content:center;background-color:#e9ecef;color:#666}@media (max-width:768px){.contact-content{grid-template-columns:1fr}.contact-header h1{font-size:2rem}.contact-page{padding:1rem}.contact-form-container{padding:1.5rem}}