*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#2c3e50;background:#fff}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:80px 0;text-align:center;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 20px}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.3rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.hero-cta{display:inline-flex;gap:1rem;margin-top:2rem}.btn-primary,.btn-secondary{padding:15px 30px;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.btn-primary{background:#ff6b6b;color:#fff;box-shadow:0 4px 15px #ff6b6b66}.btn-primary:hover{background:#ff5252;transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b99}.btn-secondary{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3)}.btn-secondary:hover{background:#ffffff4d;transform:translateY(-2px)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.section-subtitle{text-align:center;font-size:1.2rem;color:#7f8c8d;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.products-section{background:#f8f9fa}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease;position:relative}.product-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #00000026}.product-image{width:100%;height:200px;background:linear-gradient(45deg,#f1f3f4,#e8eaed);display:flex;align-items:center;justify-content:center;position:relative;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-badge{position:absolute;top:12px;left:12px;background:#ff6b6b;color:#fff;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600}.product-content{padding:1.5rem}.product-title{font-size:1.1rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.feature-tag{background:#e3f2fd;color:#1976d2;padding:2px 8px;border-radius:12px;font-size:.7rem;font-weight:500}.product-pricing{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.current-price{font-size:1.5rem;font-weight:700;color:#2c3e50}.original-price{font-size:1rem;color:#95a5a6;text-decoration:line-through}.discount-percent{background:#e8f5e8;color:#2e7d32;padding:2px 6px;border-radius:4px;font-size:.8rem;font-weight:600}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.stars{color:#ffc107}.rating-text{font-size:.9rem;color:#7f8c8d}.product-actions{display:flex;gap:.5rem}.btn-add-cart{flex:1;background:#4caf50;color:#fff;padding:12px 16px;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-add-cart:hover{background:#45a049}.btn-quick-view{background:#f5f5f5;color:#666;padding:12px;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease}.btn-quick-view:hover{background:#e0e0e0}.features-section{background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.feature-card{text-align:center;padding:2rem 1rem;border-radius:12px;background:#f8f9fa;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);background:#fff;box-shadow:0 8px 25px #0000001a}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.5rem;color:#fff}.feature-title{font-size:1.2rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.feature-description{color:#7f8c8d;line-height:1.5}.testimonials-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:#ffffff1a;padding:2rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.testimonial-content{font-style:italic;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.2rem}.author-info h4{font-weight:600;margin-bottom:.2rem}.author-info p{opacity:.8;font-size:.9rem}.contact-section{background:#2c3e50;color:#fff}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.contact-card{text-align:center;padding:2rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.contact-icon{width:50px;height:50px;background:#ff6b6b;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.2rem}.contact-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.contact-info{opacity:.9;line-height:1.5}.contact-info a{color:#ff6b6b;text-decoration:none}.contact-info a:hover{text-decoration:underline}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-cta{flex-direction:column;align-items:center}.product-grid{grid-template-columns:1fr;gap:1.5rem}.section{padding:50px 0}.section-title{font-size:2rem}.features-grid,.testimonials-grid,.contact-grid{grid-template-columns:1fr}}@media (max-width: 480px){.container{padding:0 15px}.hero-title{font-size:2rem}.product-card{margin:0 10px}.btn-primary,.btn-secondary{padding:12px 20px;font-size:1rem}}.fade-in{opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.slide-in-left{opacity:0;transform:translate(-30px);animation:slideInLeft .6s ease forwards}@keyframes slideInLeft{to{opacity:1;transform:translate(0)}}.text-center{text-align:center}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mt-3{margin-top:3rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#5a6fd8}
/*# sourceMappingURL=/cdn/shop/t/3/assets/homepage-redesign.css.map */
