*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#fff;line-height:1.6;background:#1f2937}header.landing-header{background:#1f2937;padding:1.2rem 2rem;position:fixed;width:100%;top:0;z-index:1000;box-shadow:0 2px 8px #0000004d;border-bottom:1px solid #374151}.landing-nav{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.landing-logo{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:2rem;font-weight:700;text-decoration:none}.landing-logo span{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-nav-menu{display:flex;gap:2rem;list-style:none;align-items:center}.landing-nav-menu a{color:#d1d5db;text-decoration:none;font-size:.95rem;transition:color .3s;font-weight:500}.landing-nav-menu a:hover{color:#667eea}.landing-nav-cta{display:flex;gap:1rem;align-items:center}.landing-btn-store{background:#667eea;color:#fff;padding:.7rem 1.8rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #667eea4d}.landing-btn-store:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.landing-hero{background:#1f2937;padding:10rem 2rem 6rem;margin-top:80px;position:relative;overflow:hidden}.landing-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(102,126,234,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(118,75,162,.15) 0%,transparent 50%);pointer-events:none}.landing-hero-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.landing-hero-content{padding:2rem 0}.landing-badge{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;font-size:.85rem;padding:.5rem 1.2rem;border-radius:50px;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.5px}.landing-hero h1{font-size:4rem;font-weight:800;margin-bottom:1rem;line-height:1.1;color:#fff}.landing-hero-subtitle{font-size:1.3rem;color:#d1d5db;margin-bottom:2.5rem;line-height:1.6}.landing-hero-buttons{display:flex;gap:1rem}.landing-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s;border:none;box-shadow:0 4px 15px #667eea4d;display:inline-block}.landing-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66;color:#fff}.landing-btn-secondary{background:#fff;color:#667eea;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s;border:2px solid #667eea;display:inline-block}.landing-btn-secondary:hover{background:#f8f9fa;transform:translateY(-2px);color:#667eea}.landing-hero-image{position:relative;display:flex;justify-content:center;align-items:center}.landing-product-showcase{width:100%;max-width:550px;height:550px;background:linear-gradient(135deg,#374151,#4b5563);border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 60px #00000080;position:relative;overflow:hidden}.landing-product-showcase img{width:100%;height:100%;object-fit:cover;border-radius:20px}.landing-product-placeholder{width:85%;height:85%;background:linear-gradient(135deg,#4b5563,#6b7280);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#d1d5db;font-size:1.2rem;font-weight:600}.landing-collections{padding:5rem 2rem;background:#111827}.landing-collections-container{max-width:1400px;margin:0 auto}.landing-section-header{text-align:center;margin-bottom:3rem}.landing-section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.landing-section-header p{font-size:1.1rem;color:#d1d5db}.landing-collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.landing-collection-card{background:#1f2937;border-radius:12px;overflow:hidden;transition:all .3s;border:1px solid #374151;cursor:pointer;text-decoration:none;display:block}.landing-collection-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #00000080;border-color:#667eea}.landing-collection-image{width:100%;height:280px;background:linear-gradient(135deg,#374151,#4b5563);display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.9rem;overflow:hidden}.landing-collection-image img{width:100%;height:100%;object-fit:cover}.landing-collection-content{padding:1.5rem}.landing-collection-content h3{font-size:1.2rem;margin-bottom:.5rem;color:#fff}.landing-collection-content p{font-size:.9rem;color:#9ca3af}.landing-features{padding:5rem 2rem;background:#1f2937}.landing-features-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.landing-feature-card{background:#111827;padding:2rem;border-radius:12px;text-align:center;transition:all .3s;border:1px solid #374151}.landing-feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000080;border-color:#667eea}.landing-feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.8rem}.landing-feature-card h3{font-size:1.2rem;margin-bottom:.8rem;color:#fff}.landing-feature-card p{font-size:.95rem;color:#9ca3af;line-height:1.6}.landing-cta-section{padding:6rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.landing-cta-content{max-width:800px;margin:0 auto}.landing-cta-content h2{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.landing-cta-content p{font-size:1.2rem;margin-bottom:2.5rem;opacity:.95}.landing-btn-cta{background:#fff;color:#667eea;padding:1.2rem 3rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;display:inline-block;transition:all .3s}.landing-btn-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003;color:#667eea}.landing-footer{background:#111827;color:#e5e7eb;padding:3rem 2rem 2rem}.landing-footer-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.landing-footer-brand h3{font-size:1.8rem;margin-bottom:1rem}.landing-footer-brand p{color:#9ca3af;line-height:1.6}.landing-footer-links h4{font-size:1.1rem;margin-bottom:1rem;color:#fff}.landing-footer-links ul{list-style:none}.landing-footer-links ul li{margin-bottom:.7rem}.landing-footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s}.landing-footer-links a:hover{color:#667eea}.landing-footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center;color:#9ca3af}@media (max-width: 1024px){.landing-hero-container{grid-template-columns:1fr;gap:3rem}.landing-hero h1{font-size:3rem}.landing-collection-grid,.landing-features-container{grid-template-columns:repeat(2,1fr)}.landing-footer-container{grid-template-columns:1fr 1fr}.landing-nav-menu{display:none}}@media (max-width: 768px){.landing-hero{padding:8rem 1rem 4rem}.landing-hero h1{font-size:2.5rem}.landing-hero-buttons{flex-direction:column}.landing-btn-primary,.landing-btn-secondary{text-align:center;width:100%}.landing-collection-grid,.landing-features-container,.landing-footer-container{grid-template-columns:1fr}.landing-cta-content h2{font-size:2rem}.collection-list .card-wrapper{height:100%}.collection-list .card{height:450px!important;display:flex!important;flex-direction:column!important}.collection-list .card__inner{height:100%;display:flex;flex-direction:column}.collection-list .card__media{height:320px!important;flex-shrink:0}.collection-list .card__media img{height:100%!important;width:100%!important;object-fit:cover!important}.collection-list .card__content{flex-grow:1;padding:1.5rem}.collection-list .card__heading{font-size:1.8rem!important;margin-bottom:.5rem!important}.collection-list .card__information p{font-size:1.4rem!important;line-height:1.5!important}#shopify-section-template--28179129139541__hero_ncFbtx{background-color:#1f2937!important;padding-top:0!important}#shopify-section-template--28179129139541__hero_ncFbtx .hero,#shopify-section-template--28179129139541__hero_ncFbtx .hero__inner{background-color:#1f2937!important}[id*=hero]{background-color:#1f2937!important;padding-top:0!important}.hero,.hero__inner,.hero__content{background-color:#1f2937!important}.shopify-section:first-child{padding-top:0!important;margin-top:0!important}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/custom-landing.css.map */
