.app-shell{flex-direction:column;min-height:100vh;display:flex}.main-content{flex-direction:column;flex:1;gap:4rem;padding:0 4rem 6rem;display:flex}@media (max-width:1024px){.main-content{padding:0 2rem 4rem}}@media (max-width:768px){.main-content{gap:3rem;padding:0 1.5rem 3rem}}.top-bar{background:var(--color-black);color:var(--color-white);justify-content:space-between;align-items:center;padding:.75rem 4rem;font-size:.9rem;display:flex}.top-bar .whatsapp-link{color:var(--color-yellow);font-weight:600}.site-header{background:var(--color-white);z-index:10;position:sticky;top:0;box-shadow:0 2px 12px #0000000f}.header-main{justify-content:space-between;align-items:center;gap:2.5rem;padding:1.5rem 4rem;display:flex}.brand{color:var(--color-black);align-items:center;gap:1rem;display:flex}.brand-mark{background:var(--color-yellow);color:var(--color-black);letter-spacing:.06em;border-radius:.75rem;padding:.75rem 1rem;font-size:1.1rem;font-weight:700}.brand-text{flex-direction:column;font-size:.85rem;line-height:1.1;display:flex}.brand-text strong{font-size:1.35rem}.header-actions{flex:1;align-items:center;gap:1.5rem;display:flex}.search-box{background:var(--color-background);border:1px solid #0000;border-radius:999px;flex:1;align-items:center;padding:.3rem;display:flex}.search-box input{background:0 0;border:none;flex:1;padding:.65rem 1rem}.search-box button{background:var(--color-yellow);color:var(--color-black);border:none;border-radius:50%;width:48px;height:48px}.cta-group{gap:.75rem;display:flex}.cta-primary,.cta-secondary{border-radius:999px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.cta-primary{background:var(--color-yellow);color:var(--color-black);box-shadow:0 10px 20px #fdb8134d}.cta-primary:hover{transform:translateY(-2px)}.cta-secondary{border:1px solid var(--color-border);color:var(--color-dark);background:0 0}.cta-secondary:hover{border-color:var(--color-yellow)}.cta-ghost{color:var(--color-muted);border-radius:999px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-weight:600;display:inline-flex}.cta-ghost:hover{color:var(--color-black)}.site-nav{border-top:1px solid var(--color-border);gap:1.5rem;padding:.75rem 4rem;font-size:.95rem;display:flex}.nav-link{color:var(--color-muted);font-weight:500}.nav-link-active{color:var(--color-black);position:relative}.nav-link-active:after{content:"";background:var(--color-yellow);border-radius:999px;width:100%;height:3px;position:absolute;bottom:-.65rem;left:0}.hero{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;margin-top:3rem;display:grid}.hero-text h1{margin-bottom:1rem;font-size:clamp(2.5rem,4vw,3.5rem)}.hero-text p{max-width:520px;color:var(--color-muted)}.hero-topline{text-transform:uppercase;letter-spacing:.2em;color:var(--color-yellow);font-size:.75rem;font-weight:700}.hero-actions{gap:1rem;margin-top:1.5rem;display:flex}.hero-benefits{color:var(--color-dark);gap:.5rem;margin-top:1.5rem;font-weight:500;display:grid}.hero-image{box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#fdb8131a,#0000000d);border-radius:2rem;padding:1.5rem}.highlight-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.highlight-grid article{background:var(--color-white);border-radius:1.5rem;padding:1.75rem;box-shadow:0 10px 30px #0000000f}.section{flex-direction:column;gap:2rem;display:flex}.section-heading{justify-content:space-between;align-items:flex-end;display:flex}.section-tag{text-transform:uppercase;letter-spacing:.2em;color:var(--color-muted);font-size:.75rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.product-card{background:var(--color-white);border-radius:1.5rem;flex-direction:column;gap:1rem;transition:transform .2s;display:flex;overflow:hidden;box-shadow:0 12px 32px #00000014}.product-card:hover{transform:translateY(-6px)}.product-card-image{display:block;position:relative}.product-card-image img{object-fit:cover;width:100%;height:220px}.badge{background:var(--color-yellow);color:var(--color-black);border-radius:999px;padding:.35rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;left:1rem}.product-card-content{flex-direction:column;justify-content:space-between;gap:1.5rem;height:100%;padding:0 1.75rem 1.75rem;display:flex}.product-title{font-size:1.1rem;font-weight:600;display:inline-block}.product-price{font-size:1.4rem;font-weight:700}.product-previous-price{color:var(--color-muted);margin-top:-.4rem;text-decoration:line-through}.product-installment{color:var(--color-muted);margin-top:.2rem;font-size:.95rem}.product-stock{color:var(--color-dark);margin-top:.4rem;font-size:.9rem;font-weight:500}.product-actions{flex-wrap:wrap;gap:.75rem;display:flex}.section-inverted{background:linear-gradient(135deg,#fdb8131f,#0000000d);border-radius:2rem;padding:2.5rem}.section-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;display:grid}.checklist{gap:.75rem;margin-top:1rem;display:grid}.checklist li{padding-left:2rem;position:relative}.checklist li:before{content:"✔";color:var(--color-yellow);font-weight:700;position:absolute;top:0;left:0}.page{flex-direction:column;gap:3rem;display:flex}.page-header{flex-direction:column;gap:1rem;max-width:720px;display:flex}.catalog-toolbar{flex-wrap:wrap;gap:1.5rem;display:flex}.input-group{color:var(--color-muted);flex-direction:column;gap:.35rem;font-size:.9rem;display:flex}.input-group input,.input-group select,.input-group textarea{border:1px solid var(--color-border);background:var(--color-white);border-radius:.75rem;padding:.75rem 1rem}.empty-state{background:var(--color-white);text-align:center;box-shadow:var(--shadow-soft);border-radius:1.5rem;padding:2.5rem}.breadcrumb{color:var(--color-muted);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.product-details{grid-template-columns:1.1fr 1fr;align-items:start;gap:3rem;display:grid}.product-gallery{flex-direction:column;gap:1rem;display:flex}.product-gallery-main{background:var(--color-white);box-shadow:var(--shadow-soft);border-radius:2rem;padding:2rem}.product-gallery-main img{border-radius:1rem;width:100%}.product-gallery-thumbs{flex-wrap:wrap;gap:.75rem;display:flex}.thumb{background:var(--color-white);border:2px solid #0000;border-radius:1rem;padding:.4rem}.thumb.is-active{border-color:var(--color-yellow)}.thumb img{object-fit:cover;border-radius:.8rem;width:90px;height:90px}.product-info{background:var(--color-white);box-shadow:var(--shadow-soft);border-radius:2rem;flex-direction:column;gap:1.25rem;padding:2rem;display:flex}.product-tag{text-transform:uppercase;color:var(--color-yellow);letter-spacing:.2em;font-size:.75rem}.product-description{color:var(--color-muted)}.product-pricing{flex-direction:column;gap:.4rem;font-size:.95rem;display:flex}.product-pricing strong{font-size:2rem}.product-pricing span{color:var(--color-muted);text-decoration:line-through}.product-options{flex-direction:column;gap:.5rem;display:flex}.product-options ul{flex-wrap:wrap;gap:.5rem;display:flex}.product-options li{background:var(--color-background);border-radius:999px;padding:.45rem 1rem;font-size:.9rem}.product-cta-group{flex-wrap:wrap;gap:.75rem;display:flex}.product-guarantees{color:var(--color-dark);gap:.5rem;font-size:.95rem;display:grid}.policy-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.policy-grid article{background:var(--color-white);border-radius:1.5rem;padding:1.75rem;box-shadow:0 6px 18px #0000000d}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.contact-card,.contact-form,.info-card{background:var(--color-white);border-radius:1.5rem;flex-direction:column;gap:1rem;padding:2rem;display:flex;box-shadow:0 10px 24px #0000000f}.contact-list{color:var(--color-dark);gap:.75rem;display:grid}.site-footer{background:var(--color-black);color:var(--color-white);flex-direction:column;gap:2rem;margin-top:auto;padding:4rem;display:flex}.footer-columns{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.footer-columns h4{margin-bottom:1rem}.footer-columns a{color:var(--color-yellow)}.footer-columns ul{gap:.5rem;display:grid}.footer-highlight{font-weight:600}.footer-bottom{color:#ffffffb3;justify-content:space-between;gap:1rem;font-size:.85rem;display:flex}.floating-whatsapp{color:var(--color-white);background:#25d366;border-radius:999px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;display:inline-flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 14px 24px #25d36666}.floating-whatsapp span{display:none}@media (max-width:1200px){.hero{text-align:center;grid-template-columns:1fr}.hero-text p{margin:0 auto}.hero-benefits{justify-items:center}.hero-image{max-width:480px;margin:0 auto}}@media (max-width:1024px){.top-bar,.header-main,.site-nav{padding-left:2rem;padding-right:2rem}.header-main{flex-direction:column;align-items:stretch}.header-actions{flex-direction:column}.cta-group{justify-content:space-between}}@media (max-width:768px){.top-bar,.site-nav{display:none}.header-main{gap:1rem;padding:1.25rem 1.5rem}.hero-actions,.product-actions,.product-cta-group{flex-direction:column;align-items:stretch}.highlight-grid,.product-details{grid-template-columns:1fr}.product-gallery-thumbs{justify-content:center}.footer-bottom{flex-direction:column;align-items:flex-start}.floating-whatsapp{border-radius:50%;padding:.9rem}.floating-whatsapp span{display:none}}@media (min-width:769px){.floating-whatsapp span{display:inline}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-yellow:#fdb813;--color-black:#000;--color-dark:#111;--color-white:#fff;--color-background:#f6f7f9;--color-surface:#fff;--color-muted:#6b6c72;--color-border:#e3e4e8;--color-cta:#ffd34f;--shadow-soft:0 12px 32px #00000014;font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{background:var(--color-background);min-height:100vh;color:var(--color-dark);margin:0;font-family:inherit}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0;list-style:none}button,input,select,textarea{font:inherit}button{cursor:pointer}
