*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Poppins',sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:fixed;top:0;left:0;right:0;z-index:1000}.nav-wrapper{display:flex;justify-content:space-between;align-items:center;height:70px}.logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:#847f7f;text-decoration:none}.logo-icon{width:32px;height:32px;margin-right:10px;color:#10b981}.desktop-nav{display:flex;gap:2rem}.nav-link{color:#666;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#3b82f6}.nav-link.active::after{content:'';position:absolute;bottom:-5px;left:0;right:0;height:2px;background:#3b82f6}.header-actions{display:flex;align-items:center;gap:1rem}.cart-btn{position:relative;background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;transition:background-color .3s ease}.cart-btn:hover{background-color:#f3f4f6}.cart-btn svg{width:24px;height:24px;color:#666}.cart-count{position:absolute;top:-5px;right:-5px;background:#3b82f6;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.mobile-menu-btn{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:5px}.mobile-menu-btn span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.mobile-nav{display:none;background:#fff;border-top:1px solid #e5e7eb;padding:1rem 0}.mobile-nav .nav-link{display:block;padding:.75rem 1rem;border-bottom:1px solid #f3f4f6}.hero{height:100vh;background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)) , url(https://images.pexels.com/photos/1080721/pexels-photo-1080721.jpeg);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.hero-content{max-width:800px;padding:0 20px}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.btn{display:inline-block;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb;transform:translateY(-2px)}.btn-outline{background:transparent;color:#3b82f6;border:2px solid #3b82f6}.btn-outline:hover{background:#3b82f6;color:#fff}section{padding:80px 0}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.section-header p{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.page-header{background:linear-gradient(135deg,#fef3c7 0%,#d1fae5 100%);padding:120px 0 60px;text-align:center;margin-top:70px}.page-header h1{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.page-header p{font-size:1.25rem;color:#6b7280}.featured-products{background:#f9fafb}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px rgba(0,0,0,.1)}.product-image{position:relative;overflow:hidden;height:250px}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.wishlist-btn{position:absolute;top:15px;right:15px;background:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .3s ease}.wishlist-btn:hover{background:#fee2e2;color:#ef4444}.wishlist-btn svg{width:20px;height:20px}.product-info{padding:1.5rem}.product-name{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.stars{color:#fcd34d}.rating-text{font-size:.875rem;color:#6b7280}.product-footer{display:flex;justify-content:space-between;align-items:center}.product-price{font-size:1.5rem;font-weight:700;color:#3b82f6}.add-to-cart{background:#10b981;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.add-to-cart:hover{background:#059669}.categories{background:#fff}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.category-card{background:linear-gradient(135deg,#fef3c7 0%,#d1fae5 100%);padding:2rem;border-radius:16px;text-align:center;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.category-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(59,130,246,.1) 0%,rgba(16,185,129,.1) 100%);opacity:0;transition:opacity .3s ease}.category-card:hover::before{opacity:1}.category-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.category-icon{background:#fff;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:transform .3s ease;position:relative;z-index:1}.category-card:hover .category-icon{transform:scale(1.1)}.category-icon svg{width:40px;height:40px;color:#3b82f6}.category-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1f2937;position:relative;z-index:1}.category-card p{color:#6b7280;position:relative;z-index:1}.categories-page{padding:60px 0}.categories-grid-large{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem}.category-large-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:all .3s ease}.category-large-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.category-image{height:200px;overflow:hidden}.category-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-large-card:hover .category-image img{transform:scale(1.05)}.category-content{padding:2rem;text-align:center}.category-content .category-icon{margin-bottom:1rem}.category-content h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.category-content p{color:#6b7280;margin-bottom:1rem;line-height:1.6}.product-count{display:inline-block;background:#fef3c7;color:#92400e;padding:4px 12px;border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.why-choose-us{background:linear-gradient(135deg,#ebf8ff 0%,#f0fdf4 100%)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{text-align:center;padding:2rem 1rem}.feature-icon{background:#fff;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.1)}.feature-icon svg{width:40px;height:40px;color:#3b82f6}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.feature-card p{color:#6b7280;line-height:1.6}.reviews{background:#fff}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.review-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.review-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.review-header{display:flex;align-items:center;margin-bottom:1rem}.reviewer-image{width:50px;height:50px;border-radius:50%;object-fit:cover;margin-right:1rem}.reviewer-info h4{font-weight:600;color:#1f2937;margin-bottom:.25rem}.stars{color:#fcd34d;font-size:1rem}.review-card p{color:#6b7280;font-style:italic;line-height:1.6}.special-offers{background:linear-gradient(135deg,#fcd34d 0%,#f59e0b 100%);text-align:center}.offer-banner{background:#fff;padding:3rem 2rem;border-radius:20px;display:inline-block;box-shadow:0 20px 40px rgba(0,0,0,.1)}.offer-banner h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.offer-banner p{font-size:1.25rem;color:#6b7280;margin-bottom:2rem}.newsletter{background:#1f2937;color:#fff;text-align:center}.newsletter-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.newsletter-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.newsletter-form{display:flex;max-width:400px;margin:0 auto;gap:1rem}.newsletter-form input{flex:1;padding:12px 16px;border:none;border-radius:8px;font-size:1rem}.newsletter-form input:focus{outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.3)}.about-section{padding:80px 0}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.about-text p{color:#6b7280;line-height:1.8;margin-bottom:1.5rem;font-size:1.125rem}.about-image img{width:100%;height:400px;object-fit:cover;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.values-section{background:#f9fafb;padding:80px 0}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .3s ease}.value-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px rgba(0,0,0,.1)}.value-icon{background:linear-gradient(135deg,#fef3c7 0%,#d1fae5 100%);width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.value-icon svg{width:40px;height:40px;color:#3b82f6}.value-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.value-card p{color:#6b7280;line-height:1.6}.team-section{padding:80px 0}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.team-card{text-align:center;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .3s ease}.team-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px rgba(0,0,0,.1)}.team-card img{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:1rem}.team-card h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.team-card p{color:#6b7280}.contact-section{padding:80px 0}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-form-wrapper h2{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input,.form-group textarea{padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.contact-info h2{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.contact-item{display:flex;align-items:flex-start;margin-bottom:2rem}.contact-icon{background:linear-gradient(135deg,#fef3c7 0%,#d1fae5 100%);width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1rem;flex-shrink:0}.contact-icon svg{width:24px;height:24px;color:#3b82f6}.contact-details h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.contact-details p{color:#6b7280;line-height:1.6}.faq-section{background:#f9fafb;padding:80px 0}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.faq-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05)}.faq-item h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.faq-item p{color:#6b7280;line-height:1.6}.products-section{padding:60px 0}.filter-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05)}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group label{font-weight:600;color:#374151}.filter-group select{padding:8px 12px;border:2px solid #e5e7eb;border-radius:6px;font-size:.875rem;background:#fff;cursor:pointer}.filter-group select:focus{outline:none;border-color:#3b82f6}.footer{background:#1f2937;color:#fff;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.footer-section p{color:#d1d5db;line-height:1.6}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#374151;border-radius:50%;color:#d1d5db;transition:all .3s ease}.social-links a:hover{background:#3b82f6;color:#fff;transform:translateY(-2px)}.social-links svg{width:20px;height:20px}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center}.footer-bottom p{color:#d1d5db}.footer-bottom a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-bottom a:hover{color:#fff}.fade-in{opacity:0;transform:translateY(30px);transition:all .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@media (max-width:768px){.desktop-nav{display:none}.mobile-menu-btn{display:flex}.mobile-nav.active{display:block}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.section-header h2{font-size:2rem}.page-header h1{font-size:2rem}.about-content{grid-template-columns:1fr;gap:2rem}.contact-content{grid-template-columns:1fr;gap:2rem}.newsletter-form{flex-direction:column}.filter-bar{flex-direction:column;gap:1rem;align-items:stretch}.filter-group{justify-content:space-between}.categories-grid-large{grid-template-columns:1fr}.offer-banner{padding:2rem 1rem}.offer-banner h2{font-size:2rem}}@media (max-width:480px){.container{padding:0 15px}.hero-title{font-size:2rem}.products-grid{grid-template-columns:1fr}.categories-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:1fr}.reviews-grid{grid-template-columns:1fr}.values-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:1fr}.faq-grid{grid-template-columns:1fr}}