:root{--black:#111;--gold:#d4a514;--gold2:#f3ca42;--cream:#f7f4eb;--white:#fff;--muted:#6e6e6e;--line:#e7e2d7;--green:#139c4a}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f8f7f3;color:#181818}.topbar{height:82px;padding:0 5%;background:#111;color:#fff;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20;box-shadow:0 4px 20px #0003}.brand{display:flex;align-items:center;gap:12px}.brand img{height:58px;width:58px;object-fit:contain}.brand strong{display:block;font-size:18px;letter-spacing:.8px}.brand span{font-size:12px;color:#e4c454}.cart-btn{background:var(--gold);border:0;border-radius:999px;padding:12px 18px;font-weight:800;cursor:pointer}.cart-btn b{background:#111;color:#fff;border-radius:999px;padding:3px 8px;margin-left:6px}.hero{background:linear-gradient(110deg,#111 20%,#252013 100%);color:#fff;padding:70px 6%;position:relative;overflow:hidden}.hero:after{content:"NOBRE";position:absolute;right:-25px;bottom:-50px;font-size:170px;font-weight:900;color:#fff08;letter-spacing:-10px}.hero-content{max-width:720px;position:relative;z-index:1}.eyebrow{color:#f2c94c;font-size:12px;font-weight:900;letter-spacing:2px;margin:0 0 9px}.eyebrow.dark{color:#997100}.hero h1{font-size:48px;line-height:1.02;margin:0 0 15px}.hero p{font-size:18px;line-height:1.5}.search{display:flex;align-items:center;background:#fff;border-radius:14px;max-width:600px;margin-top:25px;padding:0 16px}.search input{width:100%;border:0;outline:0;padding:17px 12px;font-size:16px}.stats{max-width:1100px;margin:-28px auto 35px;position:relative;background:#fff;border-radius:18px;box-shadow:0 10px 30px #0001;display:grid;grid-template-columns:repeat(3,1fr);padding:22px}.stats div{text-align:center;border-right:1px solid var(--line)}.stats div:last-child{border:0}.stats b,.stats span{display:block}.stats b{font-size:23px}.stats span{font-size:13px;color:var(--muted);margin-top:3px}main{max-width:1180px;margin:auto;padding:0 20px 60px}.catalog-head{display:flex;align-items:end;justify-content:space-between}.catalog-head h2{margin:0;font-size:32px}.catalog-head select{border:1px solid var(--line);background:#fff;border-radius:10px;padding:11px}.categories{display:flex;gap:9px;overflow:auto;padding:20px 0 24px}.categories button{white-space:nowrap;border:1px solid var(--line);background:#fff;padding:10px 15px;border-radius:999px;cursor:pointer;font-weight:700}.categories button.active{background:#111;color:#fff;border-color:#111}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 14px #00000008;transition:.2s}.card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0001}.image-wrap{height:220px;background:#fff;display:flex;align-items:center;justify-content:center;padding:16px;position:relative}.image-wrap img{width:100%;height:100%;object-fit:contain}.placeholder{height:100%;width:100%;background:linear-gradient(145deg,#f6f1df,#fff);display:grid;place-content:center;text-align:center;color:#9a7c21;font-weight:800}.placeholder img{height:80px;width:80px;margin:auto;opacity:.35}.badge{position:absolute;left:12px;top:12px;background:#111;color:#f2c94c;border-radius:7px;padding:6px 8px;font-size:11px;font-weight:900}.card-body{padding:16px;display:flex;flex-direction:column;flex:1}.category{font-size:11px;color:#997100;font-weight:900;text-transform:uppercase}.card h3{font-size:16px;line-height:1.25;margin:7px 0;min-height:40px}.pack{font-size:12px;color:var(--muted);min-height:30px}.price{font-size:24px;font-weight:900;margin-top:12px}.unit{font-size:12px;color:var(--muted);margin:4px 0 14px}.add{margin-top:auto;border:0;background:var(--gold);padding:12px;border-radius:10px;font-weight:900;cursor:pointer}.drawer{position:fixed;right:-440px;top:0;width:min(420px,100%);height:100vh;background:#fff;z-index:50;transition:.25s;display:flex;flex-direction:column;box-shadow:-10px 0 35px #0003}.drawer.open{right:0}.overlay{position:fixed;inset:0;background:#0008;z-index:40;display:none}.overlay.show{display:block}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--line)}.drawer-head h2{margin:0}.drawer-head button{border:0;background:none;font-size:20px}.cart-items{padding:10px 20px;overflow:auto;flex:1}.cart-item{display:grid;grid-template-columns:1fr auto;gap:10px;padding:15px 0;border-bottom:1px solid var(--line)}.cart-item b{font-size:14px}.cart-item small{display:block;color:var(--muted);margin-top:5px}.qty{display:flex;align-items:center;gap:8px}.qty button{width:28px;height:28px;border:1px solid var(--line);background:#fff;border-radius:7px}.drawer-foot{padding:20px;border-top:1px solid var(--line)}.total{display:flex;justify-content:space-between;font-size:18px}.drawer-foot p{font-size:11px;color:var(--muted)}.whatsapp,.clear{width:100%;padding:14px;border-radius:10px;font-weight:900;cursor:pointer}.whatsapp{border:0;background:var(--green);color:#fff}.clear{border:0;background:#eee;margin-top:8px}footer{background:#111;color:#fff;padding:35px 6%;display:flex;align-items:center;gap:15px;justify-content:center;flex-wrap:wrap}footer img{width:65px;height:65px;object-fit:contain}footer p{margin:0}footer a{color:#f2c94c;margin-left:25px;text-decoration:none}@media(max-width:900px){.grid{grid-template-columns:repeat(3,1fr)}.hero h1{font-size:40px}}@media(max-width:650px){.topbar{height:70px;padding:0 14px}.brand img{width:47px;height:47px}.brand strong{font-size:14px}.brand span{font-size:10px}.cart-btn{padding:10px 12px}.hero{padding:52px 20px 65px}.hero h1{font-size:35px}.hero p{font-size:15px}.hero:after{font-size:90px}.stats{margin:-22px 14px 30px;padding:16px}.stats b{font-size:18px}.grid{grid-template-columns:repeat(2,1fr);gap:10px}.image-wrap{height:160px;padding:10px}.card-body{padding:12px}.card h3{font-size:14px}.price{font-size:20px}.catalog-head h2{font-size:26px}.catalog-head{align-items:center}.catalog-head select{max-width:120px}main{padding:0 12px 45px}}