*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;min-height:100vh}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding-top:80px}header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000}.header-container{margin:0 auto;max-width:1200px;padding:0 2rem}.header-top{justify-content:space-between;margin-bottom:1rem}.header-top,.logo-section{align-items:center;display:flex}.logo-section{gap:1rem}.logo-img{border:3px solid #fff;border-radius:50%;height:50px;object-fit:cover;width:50px}.logo-text h1{font-size:1.5rem;font-weight:700}.logo-text p{font-size:.9rem;opacity:.9}.header-actions{align-items:center;display:flex;gap:1.5rem}.cart-icon-container{cursor:pointer;position:relative;transition:transform .3s ease}.cart-icon-container:hover{transform:scale(1.1)}.cart-count{align-items:center;background:#ff4757;border-radius:50%;color:#fff;font-size:.75rem;font-weight:700;height:20px;position:absolute;right:-8px;top:-8px;width:20px}.cart-count,nav ul{display:flex;justify-content:center}nav ul{gap:2rem;list-style:none}nav a{align-items:center;color:#fff;display:flex;font-weight:500;gap:.5rem;text-decoration:none;transition:opacity .3s ease}nav a:hover{opacity:.8}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin-bottom:3rem;padding:4rem 2rem;text-align:center}.hero-section h2{font-size:2.5rem;margin-bottom:1rem}.hero-section p{font-size:1.2rem;margin:0 auto;max-width:800px}.welcome-section{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;margin:2rem auto;max-width:1200px;padding:3rem 2rem}.welcome-greetings{margin-bottom:2rem;text-align:center}.welcome-greetings h3{color:#667eea;font-size:1.8rem;margin-bottom:1rem}.greetings-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1rem}.greeting-item{background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:10px;color:#fff;font-size:1.1rem;padding:1rem}.features-section{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;margin:3rem auto;max-width:1200px;padding:3rem 2rem}.features-section h2{color:#667eea;font-size:2.5rem;margin-bottom:1rem;text-align:center}.features-section>p{color:#666;font-size:1.2rem;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.feature-card{background:linear-gradient(135deg,#ffecd2,#fcb69f);border-radius:10px;padding:2rem;text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-10px)}.feature-icon{color:#667eea;font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#333;font-size:1.5rem;margin-bottom:.5rem}.feature-card p{color:#666}.stats-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:3rem}.stat-item{background:linear-gradient(135deg,#a8edea,#fed6e3);border-radius:10px;padding:1.5rem;text-align:center}.stat-number{color:#667eea;font-size:2.5rem;font-weight:700}.stat-label{color:#666;font-size:1rem;margin-top:.5rem}.cta-button{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:25px;color:#fff;display:inline-block;font-weight:700;margin-top:2rem;padding:1rem 2rem;text-decoration:none;transition:transform .3s ease}.cta-button:hover{transform:scale(1.05)}.about-products-section{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;margin:3rem auto;max-width:1200px;padding:3rem 2rem}.about-products-section h2{color:#667eea;font-size:2.5rem;margin-bottom:1.5rem;text-align:center}.about-products-section h3{color:#764ba2;font-size:1.8rem;margin-bottom:1rem;margin-top:2rem}.about-products-section p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;text-align:justify}.about-products-section ul{list-style:none;margin-bottom:1.5rem;padding-left:0}.about-products-section li{color:#555;font-size:1.1rem;padding:.5rem 0 .5rem 2rem;position:relative}.about-products-section li:before{color:#667eea;content:"✓";font-size:1.3rem;font-weight:700;left:0;position:absolute}.products-section{margin:3rem auto;max-width:1200px;padding:2rem}.products-section h2{color:#667eea;font-size:2.5rem;margin-bottom:2rem;text-align:center}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.product-card{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;cursor:pointer;overflow:hidden;transition:transform .3s ease}.product-card:hover{transform:translateY(-10px)}.product-image-container{height:250px;overflow:hidden;position:relative;width:100%}.product-image{height:100%;object-fit:cover;width:100%}.product-badge{background:#ff4757;border-radius:20px;color:#fff;font-weight:700;padding:.5rem 1rem;position:absolute;right:10px;top:10px}.product-info{padding:1.5rem}.product-title{color:#333;font-size:1.5rem;margin-bottom:.5rem}.product-description{color:#666;font-size:.95rem;margin-bottom:1rem}.product-rating{align-items:center;color:#ffa502;display:flex;gap:.5rem;margin-bottom:1rem}.product-price{color:#667eea;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.product-actions{display:flex;flex-wrap:wrap;gap:1rem}.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:25px;cursor:pointer;display:flex;flex:1 1;font-weight:700;gap:.5rem;justify-content:center;padding:.8rem 1.5rem;transition:transform .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-secondary{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.btn-primary:hover,.btn-secondary:hover{transform:scale(1.05)}.product-detail-container{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;margin:2rem auto;max-width:1200px;padding:2rem}.product-detail-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:3rem}.product-detail-image{border-radius:15px;box-shadow:0 5px 15px #0000001a;width:100%}.product-detail-info h1{color:#333;font-size:2.5rem;margin-bottom:1rem}.product-detail-info .product-rating{margin-bottom:1.5rem}.product-detail-info .product-price{font-size:2.5rem;margin-bottom:1.5rem}.product-detail-info .product-description{font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.quantity-selector{align-items:center;display:flex;gap:1rem;margin-bottom:2rem}.quantity-selector button{background:#fff;border:2px solid #667eea;border-radius:50%;color:#667eea;cursor:pointer;font-size:1.2rem;height:40px;transition:all .3s ease;width:40px}.quantity-selector button:hover{background:#667eea;color:#fff}.quantity-selector span{font-size:1.5rem;font-weight:700;min-width:50px;text-align:center}.product-features{margin-top:3rem}.product-features h2{color:#667eea;font-size:2rem;margin-bottom:1.5rem}.product-features ul{list-style:none;padding:0}.product-features li{background:linear-gradient(135deg,#ffecd2,#fcb69f);border-radius:10px;margin-bottom:.5rem;padding:1rem 1rem 1rem 3rem;position:relative}.product-features li:before{color:#667eea;content:"✓";font-size:1.5rem;font-weight:700;left:1rem;position:absolute}.cart-container{margin:2rem auto;max-width:1200px;padding:2rem}.cart-container h1{color:#667eea;font-size:2.5rem;margin-bottom:2rem;text-align:center}.cart-items{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;margin-bottom:2rem;padding:2rem}.cart-item{grid-gap:2rem;align-items:center;border-bottom:2px solid #f0f0f0;display:grid;gap:2rem;grid-template-columns:100px 1fr auto;padding:1.5rem}.cart-item:last-child{border-bottom:none}.cart-item-image{border-radius:10px;height:100px;object-fit:cover;width:100px}.cart-item-info h3{color:#333;font-size:1.3rem;margin-bottom:.5rem}.cart-item-controls{align-items:center;display:flex;gap:1rem;margin-top:1rem}.cart-item-controls button{background:#fff;border:2px solid #667eea;border-radius:50%;color:#667eea;cursor:pointer;height:30px;width:30px}.remove-button{background:#ff4757;border:none;border-radius:20px;color:#fff;cursor:pointer;margin-top:1rem;padding:.5rem 1rem}.cart-summary{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2rem}.cart-summary h2{color:#667eea;font-size:2rem;margin-bottom:1.5rem}.summary-row{border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:1rem 0}.summary-row.total{border-bottom:none;color:#667eea;font-size:1.5rem;font-weight:700;margin-top:1rem}.checkout-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;margin-top:1.5rem;padding:1rem;width:100%}.empty-cart{padding:3rem;text-align:center}.empty-cart p{color:#666;font-size:1.3rem;margin-bottom:2rem}.checkout-container{margin:2rem auto;max-width:800px;padding:2rem}.checkout-container h1{color:#667eea;font-size:2.5rem;margin-bottom:2rem;text-align:center}.checkout-form{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;padding:.8rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;margin-top:1rem;padding:1rem;width:100%}.submit-button:hover{transform:scale(1.02)}.success-container{margin:4rem auto;max-width:800px;padding:2rem;text-align:center}.success-content{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:3rem}.success-icon{color:#10ac84;font-size:5rem;margin-bottom:2rem}.success-content h1{color:#667eea;font-size:2.5rem;margin-bottom:1rem}.success-content p{color:#666;font-size:1.2rem;margin-bottom:2rem}.contact-container{margin:2rem auto;max-width:1200px;padding:2rem}.contact-container h1{color:#667eea;font-size:2.5rem;margin-bottom:2rem;text-align:center}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.contact-info{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2rem}.contact-info h2{color:#667eea;font-size:2rem;margin-bottom:1.5rem}.contact-item{align-items:center;background:linear-gradient(135deg,#ffecd2,#fcb69f);border-radius:10px;display:flex;gap:1rem;margin-bottom:1rem;padding:1rem}.contact-item-icon{color:#667eea;font-size:1.5rem}.contact-item-text h3{color:#333;font-size:1.1rem;margin-bottom:.3rem}.contact-item-text p{color:#666}.contact-form{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2rem}.about-container{margin:2rem auto;max-width:1200px;padding:2rem}.about-container h1{color:#667eea;font-size:2.5rem;margin-bottom:2rem;text-align:center}.about-content{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;margin-bottom:3rem;padding:3rem}.about-content h2{color:#764ba2;font-size:2rem;margin-bottom:1rem}.about-content p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.team-section h2{color:#667eea;font-size:2.5rem;margin-bottom:2rem;text-align:center}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.team-member{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.team-member:hover{transform:translateY(-10px)}.team-member img{border:5px solid #667eea;border-radius:50%;margin-bottom:1rem}.team-member h3{color:#333;font-size:1.5rem;margin-bottom:.5rem}.team-member p{color:#666;margin-bottom:.5rem}.team-member p:last-child{color:#888;font-style:italic}footer{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin-top:4rem;padding:3rem 0 1rem}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem}.footer-section a,.footer-section p{color:#ffffffe6;display:block;margin-bottom:.5rem;text-decoration:none}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #fff3;margin-top:2rem;padding-top:2rem;text-align:center}.policy-links{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:1rem}.policy-links a{color:#fff;text-decoration:none}.policy-links a:hover{text-decoration:underline}.cookie-consent{background:#fff;bottom:0;box-shadow:0 -5px 20px #0003;left:0;padding:1.5rem;position:fixed;right:0;transform:translateY(100%);transition:transform .3s ease;z-index:2000}.cookie-consent.visible{transform:translateY(0)}.cookie-content{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px}.cookie-text{flex:1 1;min-width:300px}.cookie-text h3{color:#667eea;font-size:1.3rem;margin-bottom:.5rem}.cookie-text p{color:#666;margin-bottom:.5rem}.cookie-text a{color:#667eea;text-decoration:none}.cookie-text a:hover{text-decoration:underline}.cookie-buttons{display:flex;flex-wrap:wrap;gap:1rem}.cookie-btn{border:none;border-radius:25px;cursor:pointer;font-weight:700;padding:.8rem 1.5rem;transition:transform .3s ease}.cookie-btn-accept{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cookie-btn-customize{background:#fff;border:2px solid #667eea;color:#667eea}.cookie-btn-decline{background:#e0e0e0;color:#666}.cookie-btn:hover{transform:scale(1.05)}.policy-container{margin:2rem auto;max-width:1000px;padding:2rem}.policy-content{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:3rem}.policy-content h1{color:#667eea;font-size:2.5rem;margin-bottom:1rem;text-align:center}.policy-content h2{color:#764ba2;font-size:2rem;margin-bottom:1rem;margin-top:2rem}.policy-content h3{color:#667eea;font-size:1.5rem;margin-bottom:.5rem;margin-top:1.5rem}.policy-content p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.policy-content ul{margin-bottom:1rem;margin-left:2rem}.policy-content li{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:.5rem}.notification{animation:slideIn .3s ease;background:linear-gradient(135deg,#10ac84,#05c46b);border-radius:10px;box-shadow:0 5px 15px #0003;color:#fff;padding:1rem 1.5rem;position:fixed;right:20px;top:100px;z-index:1001}@keyframes slideIn{0%{opacity:0;transform:translateX(400px)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.header-top,nav ul{flex-direction:column;gap:1rem}nav ul{align-items:center}.hero-section h2{font-size:2rem}.cart-item,.contact-grid,.form-row,.product-detail-grid{grid-template-columns:1fr}.cookie-content{align-items:flex-start;flex-direction:column}}
/*# sourceMappingURL=main.076c3f61.css.map*/