:root{--primary: #1a1a2e;--secondary: #16213e;--accent: #e94560;--accent-light: #f5576c;--success: #43e97b;--warning: #f5576c;--text-dark: #1a1a2e;--text-light: #ffffff;--border: #e5e7eb;--bg-light: #f9fafb;--shadow: 0 10px 30px rgba(0, 0, 0, .1);--shadow-lg: 0 20px 60px rgba(0, 0, 0, .15)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,Trebuchet MS,sans-serif;color:var(--text-dark);background:var(--text-light);overflow-x:hidden}.noise-bg{position:fixed;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(0deg,rgba(255,255,255,.015),rgba(255,255,255,.015) 1px,transparent 1px,transparent 2px);pointer-events:none;z-index:1}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:1.2rem 0;box-shadow:0 4px 12px #0000000d}.nav-content{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.8rem;font-weight:800;letter-spacing:.15em;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;list-style:none;gap:2.5rem;align-items:center}.nav-links a{text-decoration:none;color:var(--text-dark);font-weight:500;font-size:.95rem;transition:all .3s ease;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--accent);transition:width .3s ease}.nav-links a:hover:after{width:100%}.cart-icon{font-size:1.3rem;cursor:pointer;transition:transform .2s ease}.cart-icon:hover{transform:scale(1.15) rotate(10deg)}.hero{padding:6rem 0;position:relative;overflow:hidden}.hero .container{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem}.hero-content{animation:slideInLeft .8s ease-out}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.02em}.gradient-text{background:linear-gradient(135deg,var(--accent),var(--accent-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.2rem;color:#666;margin-bottom:2rem;line-height:1.6;max-width:500px}.cta-button{padding:1rem 2.5rem;font-size:1rem;font-weight:600;border:none;border-radius:50px;background:linear-gradient(135deg,var(--accent),var(--accent-light));color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #e945604d;letter-spacing:.5px}.cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 25px #e9456066}.cta-button:active{transform:translateY(-1px)}.hero-visual{position:relative;height:400px}.floating-circle{position:absolute;border-radius:50%;opacity:.8}.circle-1{width:200px;height:200px;background:linear-gradient(135deg,#667eea,#764ba2);top:20px;right:50px;animation:float 6s ease-in-out infinite}.circle-2{width:150px;height:150px;background:linear-gradient(135deg,#f093fb,#f5576c);bottom:80px;left:40px;animation:float 8s ease-in-out infinite 1s}.circle-3{width:100px;height:100px;background:linear-gradient(135deg,#4facfe,#00f2fe);top:200px;right:150px;animation:float 7s ease-in-out infinite 2s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(180deg)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.products{padding:6rem 0;background:linear-gradient(180deg,#f9fafb,#fff)}.section-header{text-align:center;margin-bottom:4rem;animation:fadeInUp .8s ease-out}.section-header h2{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-.01em}.section-header p{font-size:1.1rem;color:#999}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #00000014;transition:all .4s cubic-bezier(.23,1,.32,1);animation:slideUp .6s ease-out;animation-fill-mode:both}.product-card:nth-child(1){animation-delay:.1s}.product-card:nth-child(2){animation-delay:.2s}.product-card:nth-child(3){animation-delay:.3s}.product-card:nth-child(4){animation-delay:.4s}.product-card:nth-child(5){animation-delay:.5s}.product-card:nth-child(6){animation-delay:.6s}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.product-image{position:relative;overflow:hidden;height:280px;background:var(--bg-light)}.product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:4rem;transition:transform .4s ease}.product-card:hover .product-placeholder{transform:scale(1.1) rotate(5deg)}.product-badge{position:absolute;top:12px;right:12px;background:var(--accent);color:#fff;padding:.4rem .9rem;border-radius:50px;font-size:.75rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 4px 12px #e945604d}.product-info{padding:1.5rem}.product-info h3{font-size:1.2rem;font-weight:700;margin-bottom:.6rem;color:var(--text-dark)}.product-info p{font-size:.95rem;color:#777;line-height:1.5;margin-bottom:1.2rem}.product-footer{display:flex;justify-content:space-between;align-items:center}.price{font-size:1.4rem;font-weight:800;background:linear-gradient(135deg,var(--accent),var(--accent-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.add-btn{padding:.7rem 1.5rem;background:var(--primary);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.add-btn:hover{background:var(--accent);transform:scale(1.05)}.trust{padding:6rem 0;background:var(--primary);color:#fff;position:relative;overflow:hidden}.trust:before{content:"";position:absolute;width:400px;height:400px;background:#e945601a;border-radius:50%;top:-200px;right:-200px}.trust:after{content:"";position:absolute;width:300px;height:300px;background:#43e97b0d;border-radius:50%;bottom:-150px;left:-150px}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;position:relative;z-index:2}.trust-item{text-align:center;padding:2rem;animation:fadeInUp .8s ease-out}.trust-icon{font-size:3rem;margin-bottom:1rem;display:inline-block;animation:bounce 2s ease-in-out infinite}.trust-item:nth-child(1) .trust-icon{animation-delay:0s}.trust-item:nth-child(2) .trust-icon{animation-delay:.2s}.trust-item:nth-child(3) .trust-icon{animation-delay:.4s}.trust-item:nth-child(4) .trust-icon{animation-delay:.6s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.trust-item h3{font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.trust-item p{color:#fffc;font-size:.95rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.newsletter{padding:6rem 0;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff}.newsletter-content{text-align:center;max-width:600px;margin:0 auto}.newsletter-content h2{font-size:2.2rem;font-weight:800;margin-bottom:.8rem}.newsletter-content p{font-size:1.1rem;color:#ffffffe6;margin-bottom:2rem}.newsletter-form{display:flex;gap:.5rem;background:#ffffff1a;padding:.5rem;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.newsletter-form input{flex:1;background:transparent;border:none;color:#fff;padding:.8rem 1.5rem;font-size:1rem;outline:none}.newsletter-form input::placeholder{color:#fff9}.footer{background:var(--primary);color:#fff;padding:3rem 0 1rem;border-top:1px solid rgba(255,255,255,.1)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{font-size:1.1rem;font-weight:700;margin-bottom:1rem;letter-spacing:.05em}.footer-section p{color:#ffffffb3;font-size:.95rem;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.7rem}.footer-section a{color:#ffffffb3;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-section a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;color:#fff9;font-size:.9rem}@media(max-width:768px){.hero .container{grid-template-columns:1fr}.hero-visual{display:none}.hero-title{font-size:2.2rem}.nav-links{gap:1.5rem}.newsletter-form{flex-direction:column}.products-grid{grid-template-columns:1fr}.section-header h2{font-size:1.8rem}.trust-grid{grid-template-columns:1fr 1fr}.hero,.products,.trust,.newsletter{padding:3rem 0}}@media(max-width:480px){.nav-links{gap:1rem;font-size:.85rem}.logo{font-size:1.3rem}.hero-title{font-size:1.8rem}.section-header h2{font-size:1.5rem}.trust-grid{grid-template-columns:1fr}.trust-item{padding:1rem}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/theme.css.map */
