:root{--primary-blue:#039;--dark-blue:#001f5c;--footer-white:#fff;--yellow:#fc0;--red:#e22b2a;--text-dark:#1a1a1a;--text-gray:#666;--bg-light:#f9fbfd;--white:#fff;--font-body:"Montserrat", sans-serif;--font-brush:"Permanent Marker", cursive;--font-script:"Caveat", cursive;--shadow-sm:0 4px 6px #0000000d;--shadow-md:0 10px 20px #00000014;--shadow-lg:0 0px 0px #0003;--border-radius:12px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-dark);background-color:var(--white);line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none;transition:all .3s}.brush-text{font-family:var(--font-brush);line-height:1}.script-text{font-family:var(--font-script)}.yellow{color:var(--yellow)}.blue{color:var(--primary-blue)}.red{color:var(--red)}.yellow-text{color:#d4a000}.btn{cursor:pointer;text-align:center;border-radius:30px;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s,background-color .2s;display:inline-block}.btn:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-primary{background-color:var(--primary-blue);color:var(--white);border:2px solid var(--primary-blue)}.btn-primary:hover{background-color:var(--dark-blue);border-color:var(--dark-blue)}.btn-outline{color:var(--primary-blue);border:2px solid var(--primary-blue);background-color:#0000}.btn-outline:hover{background-color:#0033990d}.btn-yellow{background-color:var(--yellow);color:var(--text-dark);border:2px solid var(--yellow)}.btn-yellow:hover{background-color:#e6b800;border-color:#e6b800}.btn-blue{background-color:var(--primary-blue);color:var(--white);border:2px solid var(--primary-blue)}.btn-blue:hover{background-color:var(--dark-blue)}.navbar{background-color:var(--white);box-shadow:var(--shadow-sm);z-index:100;justify-content:space-between;align-items:center;padding:1rem 5%;display:flex;position:sticky;top:0}.logo img{height:80px}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--text-dark);font-size:.95rem;font-weight:500;position:relative}.nav-links a.active,.nav-links a:hover{color:var(--primary-blue)}.nav-links a.active:after{content:"";background-color:var(--yellow);width:100%;height:2px;position:absolute;bottom:-4px;left:0}.cart{cursor:pointer;color:var(--text-dark);position:relative}.cart:hover{color:var(--primary-blue)}.cart-count{background-color:var(--dark-blue);color:var(--white);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.hero{background:linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);justify-content:space-between;align-items:center;gap:2rem;min-height:80vh;padding:4rem 5%;display:flex}.hero-content{flex:1;max-width:600px}.hero-content h1{color:var(--dark-blue);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-content h1 .brush-text{font-size:4.5rem;display:inline-block;transform:rotate(-2deg)}.hero-content p{color:var(--text-gray);margin-bottom:2rem;font-size:1.1rem}.hero-buttons{gap:1rem;margin-bottom:2rem;display:flex}.social-proof{align-items:center;gap:1rem;display:flex}.avatars{display:flex}.avatars img{border:2px solid var(--white);border-radius:50%;width:40px;height:40px;margin-left:-10px}.avatars img:first-child{margin-left:0}.proof-text{color:var(--text-gray);flex-direction:column;font-size:.85rem;display:flex}.hero-image{flex:1;justify-content:flex-end;display:flex;position:relative}.hero-image img{border-radius:var(--border-radius);max-width:90%;box-shadow:var(--shadow-lg);margin-bottom:60px;transition:transform .5s;transform:rotate(2deg)}.hero-image img:hover{transform:rotate(0)scale(1.02)}.trust-bar{border-radius:var(--border-radius);box-shadow:var(--shadow-sm);z-index:10;background-color:#faf9f6;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin:0 5%;padding:2.5rem 5%;display:grid;position:relative;transform:translateY(-50%)}.trust-item{align-items:flex-start;gap:1rem;display:flex}.trust-item .icon{font-size:1.8rem}.trust-item h4{color:var(--dark-blue);margin-bottom:.3rem;font-size:.95rem}.trust-item p{color:var(--text-gray);font-size:.8rem}.products-section{text-align:center;padding:0 5% 5rem}.section-title{margin-bottom:3rem}.subtitle{font-family:var(--font-script);margin-bottom:10px;font-size:2rem;display:block}.section-title h2{color:var(--dark-blue);font-size:2.5rem;font-weight:800}.section-title .divider{background:linear-gradient(90deg, var(--yellow) 33%, var(--primary-blue) 33%, var(--primary-blue) 66%, var(--red) 66%);border-radius:2px;width:80px;height:4px;margin:1rem auto 0}.products-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.product-card{text-align:left;box-shadow:var(--shadow-md);border-radius:20px;justify-content:space-between;align-items:center;padding:3rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.tote-card{background-color:#fff9e6}.cap-card{background-color:#e6f0ff}.product-info{z-index:2;flex:1}.product-info h3{color:var(--dark-blue);margin-bottom:1rem;font-size:2rem}.product-info p{color:var(--text-gray);margin-bottom:1.5rem;font-size:.95rem}.product-card img{z-index:1;width:250px;height:auto;transition:transform .5s}.product-card:hover img{transform:scale(1.05)rotate(-3deg)}.carousel-container{align-items:center;max-width:1200px;margin:4rem auto 0;display:flex;position:relative}.carousel-btn{background:var(--white);cursor:pointer;width:48px;height:48px;box-shadow:var(--shadow-sm);color:var(--dark-blue);z-index:5;border:1px solid #eee;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.carousel-btn:hover{background:var(--primary-blue);color:var(--white);transform:scale(1.05)}.prev-btn{margin-right:-24px}.next-btn{margin-left:-24px}.mini-products-carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-behavior:smooth;flex:1;gap:1.5rem;padding:1rem 2rem 2rem;display:flex;overflow-x:auto}.mini-products-carousel::-webkit-scrollbar{display:none}.mini-product-card{scroll-snap-align:start;background:var(--white);text-align:center;box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;flex:0 0 280px;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.mini-product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.mini-product-card img{object-fit:contain;object-position:center;width:100%;height:400px;transition:transform .4s}.mini-product-card:hover img{transform:scale(1.08)}.mini-product-info{flex-direction:column;flex:1;justify-content:space-between;padding:1.5rem;display:flex}.mini-product-card h4{color:var(--dark-blue);margin-bottom:.5rem;font-size:1.1rem}.mini-product-card .price{color:var(--text-dark);margin-bottom:1rem;font-weight:700}.quote-section{height:400px;color:var(--white);text-align:center;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.quote-bg{filter:brightness(.4)saturate(1.2);z-index:1;background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.quote-content{z-index:2;padding:0 2rem;position:relative}.quote-content blockquote{margin-bottom:1rem;font-size:2.2rem;font-weight:700;line-height:1.3}.quote-content .signature{font-family:var(--font-script);font-size:2.5rem}.pre-footer{background-color:var(--dark-blue);color:var(--white);padding:3rem 5%}.footer-trust{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.ft-item{align-items:flex-start;gap:1rem;display:flex}.ft-icon{color:var(--white)}.ft-item strong{margin-bottom:.3rem;font-size:1rem;display:block}.ft-item span{opacity:.8;font-size:.85rem}footer{background-color:var(--footer-white);color:var(--text-dark);padding:4rem 5% 1.5rem}.footer-main{grid-template-columns:1fr 2fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-logo{border-radius:4px;height:100px;margin-bottom:1rem}.footer-brand p{opacity:.8;font-size:.9rem}.footer-links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.link-column h4{color:var(--dark-blue);margin-bottom:1.5rem;font-size:1.1rem}.link-column a{color:--text-dark;margin-bottom:.8rem;font-size:.9rem;display:block}.link-column a:hover{color:var(--yellow);padding-left:5px}.social-icons{gap:1rem;margin-bottom:1rem;display:flex}.social-icons a{color:var(--dark-blue);background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.social-icons a:hover{background-color:var(--yellow);color:var(--white);padding-left:0}.handle{font-weight:600;color:var(--dark-blue)!important}.footer-newsletter h4{margin-bottom:1.5rem}.newsletter-form{gap:.5rem;display:flex}.newsletter-form input{border:1px solid;border-color:text-gray;border-radius:20px;outline:none;flex:1;padding:.8rem 1rem;font-family:inherit}.footer-bottom{opacity:.6;border-top:1px solid #ffffff1a;justify-content:space-between;padding-top:1.5rem;font-size:.8rem;display:flex}.single-product-showcase{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1000px;margin:0 auto;display:grid}.single-product-showcase.reverse-layout{grid-template-columns:1fr 1fr}.product-info-side{text-align:left}.product-features{margin-bottom:2rem;list-style:none}.product-features li{color:var(--text-dark);margin-bottom:.5rem;font-weight:500}.product-image-side img{border-radius:var(--border-radius);box-shadow:var(--shadow-lg);transition:transform .5s}.product-image-side img:hover{transform:scale(1.03)rotate(-2deg)}.alternate-bg{background-color:var(--bg-light)}.esencia-section{padding:6rem 5%}.esencia-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.esencia-images{position:relative}.img-main{border-radius:var(--border-radius);box-shadow:var(--shadow-md)}.img-badge{width:150px;box-shadow:var(--shadow-sm);border-radius:50%;position:absolute;bottom:-30px;right:-30px}.esencia-text{text-align:left}.esencia-text p{color:var(--text-gray);margin-bottom:1.5rem}.red-divider{background:var(--red)!important}.blue-divider{background:var(--primary-blue)!important}.blog-section{background-color:var(--bg-light);padding:5rem 5%}.blog-carousel{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.blog-card{background:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);transition:transform .3s;overflow:hidden}.blog-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.blog-card img{object-fit:cover;width:100%;height:600px}.blog-card-content{text-align:left;padding:1.5rem}.blog-date{color:var(--text-gray);margin-bottom:.5rem;font-size:.8rem;display:block}.blog-card-content h3{color:var(--dark-blue);margin-bottom:1rem;font-size:1.2rem}.blog-card-content p{color:var(--text-gray);margin-bottom:1rem;font-size:.9rem}.read-more{color:var(--primary-blue);font-weight:600}.contacto-section{padding:6rem 5%}.contacto-container{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.contacto-info{text-align:left}.contacto-img{max-width:300px;margin-top:2rem}.contacto-form-wrapper{background:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow-md);padding:2.5rem}.form-group{text-align:left;margin-bottom:1.5rem}.form-row{gap:1.5rem;display:flex}.form-row .form-group{flex:1}.form-group label{color:var(--dark-blue);margin-bottom:.5rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:8px;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary-blue);outline:none}.w-full{width:100%}.btn-whatsapp{color:#fff;background-color:#25d366;border:2px solid #25d366}.btn-whatsapp:hover{background-color:#128c7e;border-color:#128c7e}.whatsapp-float{color:#fff;z-index:1000;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 10px #0000004d}.whatsapp-float:hover{transform:scale(1.1)}@media (width<=1024px){.hero{text-align:center;flex-direction:column-reverse;padding-top:2rem}.hero-content h1{font-size:3rem}.hero-content h1 .brush-text{font-size:3.5rem}.hero-buttons,.social-proof{justify-content:center}.trust-bar{grid-template-columns:repeat(2,1fr);margin:2rem 5%;transform:none}.products-grid,.footer-main{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(3,1fr)}.pre-footer .footer-trust{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hero-content h1{font-size:2.2rem}.hero-content h1 .brush-text{font-size:2.5rem}.trust-bar{grid-template-columns:1fr}.product-card{text-align:center;flex-direction:column;gap:2rem}.footer-links{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.pre-footer .footer-trust{grid-template-columns:1fr}.single-product-showcase{flex-direction:column-reverse;display:flex}.single-product-showcase.reverse-layout{flex-direction:column;display:flex}.esencia-container,.contacto-container{grid-template-columns:1fr}.form-row{flex-direction:column;gap:0}.blog-card img{height:300px}.quote-content blockquote{font-size:1.5rem}.quote-content .signature{font-size:1.8rem}}.modal-overlay{-webkit-backdrop-filter:blur(5px);z-index:2000;opacity:0;visibility:hidden;background:#001f5c66;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s,visibility .3s;display:flex;position:fixed;top:0;left:0}.modal-overlay.active{opacity:1;visibility:visible}.modal-container{background:var(--white);border-radius:var(--border-radius);width:90%;max-width:600px;max-height:80vh;box-shadow:var(--shadow-lg);flex-direction:column;transition:transform .3s;display:flex;overflow:hidden;transform:translateY(30px)}.modal-overlay.active .modal-container{transform:translateY(0)}.modal-header{background-color:var(--bg-light);border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.modal-header h3{color:var(--dark-blue);margin:0;font-size:1.25rem}.modal-close{color:var(--text-gray);cursor:pointer;background:0 0;border:none;font-size:1.8rem;line-height:1;transition:color .2s}.modal-close:hover{color:var(--red)}.modal-body{color:var(--text-dark);padding:2rem;line-height:1.6;overflow-y:auto}.modal-body p{margin-bottom:1rem}.blog-card-preview:hover,.blog-card:hover{transform:translateY(-5px)!important;box-shadow:0 10px 30px #0000001a!important}.blog-grid-container{grid-template-columns:repeat(1,1fr);gap:2rem;max-width:1200px;margin:0 auto 3rem;display:grid}@media (width>=768px){.blog-grid-container{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.blog-grid-container{grid-template-columns:repeat(3,1fr)}}.hamburger{cursor:pointer;flex-direction:column;gap:5px;display:none}.hamburger span{background-color:var(--dark-blue);border-radius:2px;width:25px;height:3px;transition:all .3s}.hamburger.active span:first-child{transform:translateY(8px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (width<=768px){.hamburger{display:flex}.nav-links{background-color:var(--white);clip-path:polygon(0 0,100% 0,100% 0,0 0);flex-direction:column;gap:1.5rem;width:100%;padding:2rem 5%;transition:clip-path .4s ease-out;display:flex;position:absolute;top:100%;left:0;box-shadow:0 10px 10px #0000000d}.nav-links.nav-active{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}
