:root{--bg:#d9f5ff;--ink:#15203b;--muted:#6a7aa1;--brand:#1f2a5a;--brand-2:#3f4ca3;--card:#ffffff;--ring:#3bb1e5;--radius:16px;--shadow:0 10px 30px rgba(21,32,59,.15)}*{box-sizing:border-box}html,body{height:100%}body{min-height:100vh;display:flex;flex-direction:column;margin:0;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:linear-gradient(#c3ecff 60%)}main{flex:1}.site-footer{padding:.5rem 0;font-size:.85rem}.footer-inner{padding:0;min-height:100px}.site-footer .mini a{font-size:.8em;margin-left:.5rem}.container{width:min(1100px,92%);margin:auto}.btn{border:0;padding:.85rem 1.1rem;border-radius:999px;font-weight:700;cursor:pointer;transition:.2s transform,.2s box-shadow}.btn:hover{transform:translateY(-1px)}.btn-dark{background:var(--brand);color:#fff;text-decoration:none}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;box-shadow:var(--shadow)}.btn-icon{border:0;background:transparent;font-size:1.2rem;cursor:pointer}.chip{border:1.5px solid #c6d4ff;background:#f2f6ff;padding:.4rem .7rem;border-radius:12px;font-weight:600;cursor:pointer;transition:.15s}.chip.is-active,.chip:hover{border-color:var(--brand);color:var(--brand)}.swatch{width:28px;height:28px;border-radius:50%;border:2px solid rgba(0,0,0,.1);cursor:pointer}.swatch[data-color=verde]{background:#11a37f}.swatch[data-color=azul]{background:#1f7ae0}.swatch[data-color=amarelo]{background:#f7c71f}.swatch[data-color=vermelho]{background:#ef3c3c}.site-header{position:sticky;top:0;z-index:50;background:#d9f5ffa6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(0,0,0,.05)}.header-inner{display:flex;align-items:center;gap:1rem;padding:.6rem 1rem}.brand{display:flex;align-items:center;gap:.5rem;font-weight:800;letter-spacing:.08em}.logo-text{font-size:1.4rem;margin:left 90spx}.main-nav{display:flex;gap:1rem;margin-left:auto}.main-nav a{color:var(--ink);text-decoration:none;font-weight:600;opacity:.85}.actions{display:flex;gap:.6rem;align-items:center}.actions input[type=search]{border:1.5px solid #b9dfff;border-radius:999px;padding:.6rem .9rem;outline:none;width:220px;background:#fff}.hero{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:2rem;padding:clamp(1rem,4vw,3rem) 0}.hero-text h1{font-size:clamp(2rem,6vw,4rem);line-height:1.05;margin:.2rem 0 1rem}.hero-text h1 span{color:var(--brand)}.hero-text p{max-width:45ch;color:var(--muted);margin-bottom:1.2rem}.hero-art img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow)}.catalog{display:grid;grid-template-columns:260px 1fr;gap:2rem;padding:2rem 0}.filters{background:#fff9;padding:1rem;border-radius:var(--radius);box-shadow:var(--shadow);position:sticky;top:84px;height:-moz-max-content;height:max-content}.lbl{display:block;font-weight:700;margin-bottom:.4rem}.filter-block{margin-bottom:1rem}.range-legend{display:flex;justify-content:space-between;font-size:.9rem;color:var(--muted)}.chips{display:flex;flex-wrap:wrap;gap:.5rem}.color-list{display:flex;gap:.5rem}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.card{background:var(--card);border-radius:18px;padding:.8rem;box-shadow:var(--shadow);display:flex;flex-direction:column}.card img{width:100%;aspect-ratio:4/5;-o-object-fit:cover;object-fit:cover;border-radius:14px}.card h4{margin:.6rem .1rem .2rem}.price{color:var(--brand);font-weight:800}.card .btn{margin-top:auto}.backdrop{position:fixed;inset:0;background:#0003;opacity:0;pointer-events:none;transition:.2s}.drawer{position:fixed;right:0;top:0;bottom:0;width:360px;background:#fff;transform:translate(110%);box-shadow:-10px 0 30px #00000026;display:flex;flex-direction:column;z-index:60;transition:.25s}.drawer.open{transform:none}.backdrop.show{opacity:1;pointer-events:auto}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.1rem;border-bottom:1px solid #eee}.drawer-body{padding:1rem;overflow:auto;flex:1;display:flex;flex-direction:column;gap:.8rem}.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:.7rem;align-items:center}.cart-item img{width:64px;height:80px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.cart-item .meta{font-size:.9rem}.cart-item .meta small{color:var(--muted)}.cart-item .qty{display:flex;align-items:center;gap:.4rem}.qty button{border:1px solid #ddd;background:#fafafa;border-radius:8px;padding:.2rem .5rem;cursor:pointer}.drawer-foot{border-top:1px solid #eee;padding:1rem 1.1rem}.drawer-foot .totals{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.secure{font-size:.9rem;color:var(--muted);text-align:center;margin-top:.5rem}.site-footer{padding:2rem 0 4rem}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;color:var(--muted)}.footer-inner a{color:inherit}@media (max-width: 980px){.products{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr}}@media (max-width: 720px){.catalog{grid-template-columns:1fr}.filters{position:static}.actions input[type=search]{display:none}}#preco{width:100%;max-width:350px;margin-top:.5rem}.no-underline{text-decoration:none!important}.auth-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f3f4f6;padding:1rem}.auth-card{width:100%;max-width:400px;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 8px 20px #0000001a}.auth-title{font-size:1.75rem;font-weight:700;text-align:center;margin-bottom:1.5rem;color:#1f2937}.auth-input{width:100%;padding:.6rem .75rem;border:1px solid #d1d5db;border-radius:8px;margin-top:.25rem;font-size:.95rem;outline:none;transition:border-color .2s,box-shadow .2s}.auth-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e533}.auth-btn{width:100%;background:#3f4ca3;color:#fff;font-weight:600;padding:.6rem 1rem;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.auth-btn:hover{background:#4338ca}.auth-link{font-size:.875rem;color:#4f46e5;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-error{font-size:.875rem;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;padding:.75rem;border-radius:8px;margin-bottom:1rem}.auth-status{font-size:.875rem;color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;padding:.75rem;border-radius:8px;margin-bottom:1rem}.container{max-width:900px;margin:40px auto;padding:20px}h1{font-size:2rem;text-align:center;color:#2d3748;margin-bottom:25px}h2,h3{color:#374151;margin-bottom:15px}.cart{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 12px #00000014}#cart-items{margin-bottom:20px;padding:15px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.subtotal{font-size:1.2rem;font-weight:700;color:#1f2937;margin-bottom:20px}form{margin-bottom:20px}form div{margin-bottom:12px}label{display:block;font-weight:600;margin-bottom:5px;color:#4b5563}input,select{width:100%;padding:10px;border:1px solid #d1d5db;border-radius:8px;outline:none;transition:border-color .2s ease;background:#fff}input:focus,select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}button,.btn{display:inline-block;padding:10px 18px;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out}.btn-primary,#checkout{background:#2563eb;color:#fff}.btn-primary:hover,#checkout:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 3px 8px #2563eb4d}.btn-secondary,#btn-change-address,#btn-cep{background:#e5e7eb;color:#374151}.btn-secondary:hover,#btn-change-address:hover,#btn-cep:hover{background:#d1d5db;transform:translateY(-1px)}@media (max-width: 600px){.container{padding:15px}h1{font-size:1.6rem}.cart{padding:15px}}.container{width:min(1400px,100%);margin:auto}
