:root{--cream: #F9F7F4;--ink: #1A1814;--green-deep: #1B3A2E;--green-soft: #D4E8E1;--accent: #C9A876;--terra: #C8602A}@media(max-width:768px){:root .hero-content p:last-of-type{margin-bottom:.8rem}:root .hero-highlight{color:inherit}:root .hero-content h1{font-size:clamp(2rem,9vw,2.6rem);margin-bottom:1.2rem}:root .hero-content p{margin-bottom:1rem!important}:root .hero-cta{margin-top:0!important;margin-bottom:1.5rem!important}:root #hero{padding:6rem 5% 3rem}:root .sustain-section{padding:3rem 5%!important}:root .sustain-grid{grid-template-columns:1fr!important;gap:2rem!important}:root .sustain-grid h2{font-size:1.6rem;margin-top:.3rem}:root .sustain-img{order:-1;aspect-ratio:16/10!important}:root .hero-grid{grid-template-columns:1fr}:root .nav-links{display:none}:root .modal-grid{grid-template-columns:1fr}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--cream);color:var(--ink)}a{color:inherit;text-decoration:none}button{border:none;cursor:pointer;font-family:inherit}h1,h2{font-family:Georgia,serif;font-weight:700}section{display:block}.container{max-width:1280px;margin:0 auto;padding:0 5%}.section-label{font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;color:var(--green-deep);margin-bottom:1rem;font-weight:700}.urgency-bar{background:var(--terra);color:#fff;text-align:center;padding:.8rem;font-size:.9rem;font-weight:600;position:sticky;top:0;z-index:300}header{position:sticky;top:40px;z-index:200;background:#f9f7f4fa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(27,58,46,.1);padding:1.2rem 5%}nav{display:flex;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto}.logo{font-family:Georgia,serif;font-size:1.8rem;font-weight:900;letter-spacing:-.02em}.nav-links{display:flex;gap:2rem;font-size:.9rem}.nav-links a{transition:color .3s}.nav-links a:hover{color:var(--green-deep)}.btn-cart{background:var(--ink);color:#fff;padding:.6rem 1.5rem;font-weight:600}.btn-primary{background:var(--green-deep);color:#fff;padding:1rem 2.5rem;font-weight:700;display:inline-block;cursor:pointer;transition:all .3s}.btn-primary:hover{background:var(--ink);transform:translateY(-3px)}.btn-secondary{background:transparent;border:2px solid var(--ink);color:var(--ink);padding:.9rem 2.2rem;font-weight:600;cursor:pointer}.btn-secondary:hover{border-color:var(--green-deep);color:var(--green-deep)}.btn-cta{background:var(--green-deep);color:#fff;padding:1.2rem 3rem;font-weight:700;cursor:pointer;display:inline-block}#hero{padding:8rem 5% 6rem;background:linear-gradient(135deg,var(--cream) 0%,var(--green-soft) 100%)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content h1{font-size:clamp(2.5rem,8vw,4rem);line-height:1.05;margin-bottom:1.5rem}.hero-content p{font-size:.95rem;color:#555;margin-bottom:2.5rem;line-height:1.8}.hero-cta{display:flex;gap:1.5rem;margin-bottom:2rem}.hero-visual{width:100%;aspect-ratio:1;overflow:hidden;border:1px solid #E0D5CA}.hero-visual img{width:100%;height:100%;object-fit:cover}#collection{padding:6rem 5%;background:#fff}.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:3rem}.product-card{position:relative;background:#fff;border:1px solid #E0D5CA;overflow:hidden;transition:all .3s;display:flex;flex-direction:column;cursor:pointer}.product-card:hover{border-color:var(--green-deep);box-shadow:0 20px 50px #1b3a2e1f;transform:translateY(-8px)}.product-badge{position:absolute;top:12px;left:12px;background:var(--accent);color:var(--ink);padding:.4rem .8rem;font-size:.75rem;font-weight:700;text-transform:uppercase;z-index:10}.product-image{position:relative;width:100%;aspect-ratio:1;background:#fff;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #E0D5CA;overflow:hidden}.product-image:after{content:"Ver producto \2192";position:absolute;bottom:0;left:0;right:0;background:#1b3a2ee0;color:#fff;text-align:center;padding:.7rem;font-size:.85rem;font-weight:600;opacity:0;transition:opacity .3s}.product-card:hover .product-image:after{opacity:1}.product-image img{max-width:85%;max-height:85%;object-fit:contain}.product-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.product-name{font-weight:700;margin-bottom:.8rem;font-size:1rem}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem}.stars{color:var(--accent)}.product-price{font-family:Georgia,serif;font-size:1.3rem;font-weight:700;color:var(--green-deep);margin-bottom:1rem}.btn-add-product{background:var(--ink);color:#fff;padding:.8rem;font-weight:600;cursor:pointer;transition:all .3s;text-align:center;display:block;border:none;font-family:inherit}.btn-add-product:hover{background:var(--green-deep)}#blog{padding:6rem 5%;background:var(--cream)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.blog-card{background:#fff;border:1px solid #E0D5CA;overflow:hidden;transition:all .3s;cursor:pointer}.blog-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #1b3a2e1a}.blog-image{width:100%;height:200px;overflow:hidden}.blog-image img{width:100%;height:100%;object-fit:cover}.blog-content{padding:1.5rem}.blog-category{font-size:.75rem;text-transform:uppercase;color:var(--green-deep);font-weight:700;margin-bottom:.5rem}.blog-title{font-weight:700;margin-bottom:.8rem;font-size:1.05rem}.blog-desc{font-size:.9rem;color:#666;line-height:1.6}#faq{padding:6rem 5%;background:#fff}.faq-list{max-width:800px;margin:3rem auto 0}.faq-item{margin-bottom:2rem;border-bottom:1px solid #E0D5CA;padding-bottom:2rem}.faq-question{font-weight:700;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{display:none;margin-top:1rem;font-size:.95rem;color:#666;line-height:1.7}.faq-item.open .faq-answer{display:block}#cta{padding:8rem 5%;background:var(--ink);color:#fff;text-align:center}#cta h2{color:#fff;margin-bottom:1.5rem}#cta p{font-size:1.05rem;color:#ccc;max-width:600px;margin:0 auto 2.5rem}.modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;z-index:1000;overflow-y:auto}.modal-overlay.open{display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem}.modal{background:var(--cream);max-width:1000px;width:100%;margin:auto;position:relative}.modal-close{position:absolute;top:1.5rem;right:1.5rem;font-size:1.5rem;background:none;color:var(--ink);z-index:10;line-height:1}.modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.modal-gallery{background:#fff;padding:2rem;display:flex;flex-direction:column;gap:1rem}.modal-main-img{width:100%;aspect-ratio:1;object-fit:contain;background:#fff}.modal-thumbs{display:flex;gap:.8rem}.modal-thumb{width:70px;height:70px;object-fit:contain;background:#fff;border:2px solid transparent;cursor:pointer;transition:border-color .2s}.modal-thumb.active,.modal-thumb:hover{border-color:var(--green-deep)}.modal-info{padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto}.modal-label{font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;color:var(--green-deep);font-weight:700}.modal-title{font-family:Georgia,serif;font-size:1.8rem;font-weight:700;line-height:1.2}.modal-rating{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#666}.modal-price{font-family:Georgia,serif;font-size:2rem;font-weight:700;color:var(--green-deep)}.modal-desc{font-size:.95rem;color:#555;line-height:1.8}.modal-features{display:flex;flex-direction:column;gap:.6rem}.modal-feature{display:flex;gap:.8rem;font-size:.9rem;color:#555}.modal-feature:before{content:"\2713";color:var(--green-deep);font-weight:700;flex-shrink:0}.modal-specs{background:#fff;padding:1.2rem;border:1px solid #E0D5CA}.modal-specs-title{font-weight:700;font-size:.9rem;text-transform:uppercase;margin-bottom:.8rem}.modal-spec-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #F0E8E0;font-size:.9rem}.modal-spec-row:last-child{border-bottom:none}.modal-trust{display:flex;gap:1.5rem;flex-wrap:wrap}.modal-trust-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:#666}.btn-modal-buy{background:var(--green-deep);color:#fff;padding:1.1rem;font-weight:700;font-size:1rem;width:100%;transition:all .3s;border:none;cursor:pointer;font-family:inherit}.btn-modal-buy:hover{background:var(--ink)}.modal-combina{padding:2rem;background:#fff;border-top:1px solid #E0D5CA}.modal-combina-title{font-weight:700;margin-bottom:1rem;font-size:.9rem;text-transform:uppercase}.modal-combina-grid{display:flex;gap:1rem;overflow-x:auto}.modal-combina-item{flex-shrink:0;width:100px;text-align:center;cursor:pointer}.modal-combina-item img{width:80px;height:80px;object-fit:contain;background:var(--cream);border:1px solid #E0D5CA;margin-bottom:.4rem;display:block;margin-left:auto;margin-right:auto}.modal-combina-item span{font-size:.8rem;display:block;font-weight:600}.modal-combina-item em{font-size:.75rem;color:var(--green-deep);font-style:normal;font-weight:700}.whatsapp-btn{position:fixed;bottom:2rem;right:2rem;z-index:999;background:#25d366;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36666;transition:transform .3s}.whatsapp-btn:hover{transform:scale(1.1)}.site-footer{background:var(--ink);color:#fff;padding:5rem 5% 2rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.15)}.footer-logo{font-family:Georgia,serif;font-size:1.5rem;font-weight:900;margin-bottom:1rem}.footer-tagline{font-size:.85rem;color:#fff9;line-height:1.6;margin-bottom:1.5rem;max-width:240px}.footer-social{display:flex;gap:.8rem}.footer-social a:hover{background:#fff;color:var(--ink)}.footer-col-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:var(--accent);margin-bottom:1.2rem}.footer-col a{display:block;font-size:.9rem;color:#ffffffbf;margin-bottom:.8rem;transition:color .2s}.footer-col a:hover{color:#fff}.footer-newsletter-text{font-size:.85rem;color:#fff9;margin-bottom:1rem;line-height:1.5}.footer-form{display:flex;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:.5rem}.footer-form input{background:none;border:none;color:#fff;font-size:.9rem;flex:1;outline:none;font-family:inherit}.footer-form input::placeholder{color:#fff6}.footer-form button{background:none;color:#fff;font-size:1.1rem;padding:0 .5rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;font-size:.8rem;color:#ffffff80}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:#ffffff80}.footer-legal a:hover{color:#fff}@media(max-width:768px){.site-footer{padding:3rem 5% 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2.2rem;padding-bottom:2rem}.footer-tagline{max-width:100%}.footer-bottom{flex-direction:column;gap:.8rem;text-align:center}}.footer-social a{width:36px;height:36px;border:1px solid rgba(255,255,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s}.footer-social a svg{width:18px;height:18px;display:block}@media(max-width:768px){.container>div[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important;gap:2.5rem!important}}@media(max-width:1024px){.design-wrapper{grid-template-columns:1fr}}@media(max-width:768px){.hero-grid{grid-template-columns:1fr}.nav-links{display:none}.modal-grid{grid-template-columns:1fr}#collection{padding:3rem 4%}.collection-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}.product-card{border:none;box-shadow:0 1px 3px #1b3a2e14;border-radius:4px}.product-card:hover{transform:none;box-shadow:0 1px 3px #1b3a2e14}.product-image{border-bottom:none}.product-image:after{display:none}.product-image img{max-width:78%;max-height:78%}.product-badge{top:8px;left:8px;padding:.25rem .5rem;font-size:.6rem}.product-content{padding:.8rem}.product-name{font-size:.85rem;margin-bottom:.4rem;line-height:1.25}.product-rating{font-size:.7rem;gap:.3rem;margin-bottom:.5rem}.product-price{font-size:1.05rem;margin-bottom:.6rem}.btn-add-product{padding:.6rem;font-size:.8rem}.product-content div[style*="font-size:0.85rem"]{font-size:.68rem!important;margin-bottom:.6rem!important}}.compare-section{padding:6rem 5%;background:var(--cream)}.compare-intro{font-size:.95rem;color:#666;margin-top:1rem;max-width:500px}.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}.compare-col{position:relative}.compare-tag{display:inline-block;background:#e0d5ca;color:var(--ink);padding:.4rem 1rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.compare-tag-accent{background:var(--green-deep);color:#fff}.compare-img{width:100%;aspect-ratio:4/3;overflow:hidden;border:1px solid #E0D5CA}.compare-before .compare-img img{width:100%;height:100%;object-fit:cover;filter:grayscale(40%) brightness(.92)}.compare-after .compare-img img{width:100%;height:100%;object-fit:cover}.compare-caption{margin-top:1rem;font-size:.9rem;color:#666;line-height:1.6}@media(max-width:768px){.compare-section{padding:3rem 5%}.compare-grid{grid-template-columns:1fr;gap:2.5rem;margin-top:2rem}.compare-intro{margin-top:.6rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/nekko.css.map */
