:root{--ink:#101010;--paper:#fff;--soft:#f3f3f1;--line:#ddd;--muted:#666}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:15px Arial,Helvetica,sans-serif}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #708d88;outline-offset:3px}header{height:78px;padding:0 4%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:3}.brand{font-size:26px;font-weight:900;letter-spacing:-2px;text-decoration:none}nav{display:flex;gap:28px;align-items:center}nav a{text-decoration:none}button{border:1px solid var(--line);background:#fff;padding:12px 16px}.count{display:inline-grid;place-items:center;min-width:24px;height:24px;background:#eee;color:#111;border-radius:50%;font-size:12px;margin-left:6px}.hero{position:relative;display:grid;grid-template-columns:1fr 1.3fr;gap:5%;padding:65px 4% 75px;overflow:hidden;min-height:540px}.hero h1{font-family:Didot,'Bodoni MT',Georgia,serif;font-size:clamp(48px,5.7vw,88px);font-weight:400;line-height:1.02;letter-spacing:-3px;margin:20px 0}.hero p{line-height:1.6;max-width:370px;color:var(--muted)}.hero>div,.hero>img{z-index:1}.hero>img{width:100%;height:430px;object-fit:cover;align-self:center}.wordmark{position:absolute;bottom:-55px;left:3%;font-size:180px;letter-spacing:-14px;color:#f1f1f1;font-weight:900}.button{display:inline-block;background:#111;color:#fff;padding:16px 22px;border:0;text-decoration:none}.campaign{margin:0 4% 60px;background:#111;color:#fff;padding:30px 36px;display:flex;align-items:center;justify-content:space-between;gap:25px}.campaign h2{font-family:Georgia,serif;font-weight:400;font-size:30px;margin:0}.campaign p{line-height:1.6;color:#ccc}.campaign a{white-space:nowrap}#catalogo{padding:0 4%}.catalog-heading{display:flex;justify-content:space-between;align-items:baseline}.catalog-heading h2{font-family:Georgia,serif;font-size:40px;font-weight:400;margin:0 0 25px}.catalog-heading p{color:var(--muted)}.filters{display:flex;gap:12px;margin-bottom:25px}.filters label:first-child{flex:1}.filters input,.filters select{width:100%;height:44px;border:1px solid var(--line);padding:10px;background:white}.grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:28px 16px}.product{min-width:0}.product img,.placeholder{width:100%;height:180px;object-fit:contain;background:var(--soft)}.product h3{font-size:14px;line-height:1.4;margin:12px 0 5px;overflow-wrap:anywhere}.product p{font-size:12px;color:var(--muted);margin:5px 0}.product .price{font-size:15px;color:#111;margin-top:10px}.product button{margin-top:10px;width:100%;padding:10px 5px}.product button:hover{background:#111;color:white}.product button:disabled{opacity:.5;cursor:default}footer{padding:70px 4% 120px;margin-top:60px;background:var(--soft)}footer strong{font-size:35px;letter-spacing:-2px}footer p{color:var(--muted);line-height:1.6;max-width:650px}#floating{position:fixed;right:24px;bottom:24px;background:#111;color:white;border:0;box-shadow:0 5px 25px #0003;z-index:5;padding:15px 20px;display:flex;gap:12px;align-items:center}dialog{margin:0 0 0 auto;height:100dvh;max-height:100dvh;width:min(520px,100%);max-width:100%;border:0;padding:0}dialog::backdrop{background:#0006}.drawer-head{position:sticky;top:0;background:white;padding:20px 24px;border-bottom:1px solid var(--line);z-index:2}.drawer-head button{border:0;padding:4px 0;color:#555}.drawer-head h2{font-family:Georgia,serif;font-weight:400;margin:20px 0 0}.drawer-body{padding:0 24px 30px}.cart-row{display:grid;grid-template-columns:75px 1fr;gap:15px;padding:20px 0;border-bottom:1px solid var(--line)}.cart-row img{width:75px;height:75px;object-fit:contain}.cart-row h3{font-size:14px;margin:0 0 8px;overflow-wrap:anywhere}.cart-row p{font-size:12px;color:#666}.quantity{display:flex;align-items:center;gap:10px}.quantity button{padding:6px 10px}.quantity .remove{margin-left:auto;border:0;text-decoration:underline;font-size:12px}.summary{display:flex;justify-content:space-between;padding-top:25px;font-size:18px}.note{font-size:12px;line-height:1.6;color:var(--muted)}form label{display:block;font-size:13px;margin:14px 0}form input,form textarea{display:block;width:100%;padding:12px;margin-top:7px;border:1px solid #ccc}form .button{width:100%;margin-top:10px}button:disabled{opacity:.5}#orderStatus{line-height:1.6}#toast{position:fixed;bottom:90px;right:24px;background:white;box-shadow:0 2px 20px #0002;padding:14px;z-index:6;display:none}.trap,.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}body.cart-open{overflow:hidden}@media(min-width:1500px){.grid{grid-template-columns:repeat(6,minmax(0,1fr))}.product img{height:210px}}@media(max-width:1000px){.grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hero>img{height:340px}.hero h1{font-size:55px}.campaign{padding:25px}}@media(max-width:650px){header{height:64px}nav{gap:12px;font-size:12px}nav button{padding:8px}.hero{padding:30px 5%;grid-template-columns:1fr;gap:20px;min-height:0}.hero h1{font-size:51px;letter-spacing:-2px}.hero h1 br{display:none}.hero>img{height:230px}.wordmark{display:none}.hero p{font-size:13px}.campaign{margin:10px 5% 35px;display:block;padding:22px}.campaign h2{font-size:28px}.campaign p{font-size:13px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 12px}.product img{height:155px}#catalogo{padding:0 5%}.catalog-heading h2{font-size:32px}.catalog-heading p{font-size:12px}.filters{flex-wrap:wrap;gap:8px}.filters label:first-child{flex-basis:100%}.filters label:nth-child(2){flex:1;min-width:0}.filters select{max-width:100%}.filters button{padding:10px}.drawer-head{padding:18px}.drawer-body{padding:0 18px 25px}#floating{right:15px;bottom:15px;padding:13px 16px}#toast{right:15px;bottom:78px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

small{display:block;font:13px/1.6 Arial,sans-serif;letter-spacing:0;margin-top:10px;color:inherit}.hero h1 small{font-size:18px;margin-top:18px}.campaign small{font-size:13px}#language{font-size:12px;padding:8px} @media(max-width:650px){nav{gap:7px}nav a[href^="https://wa.me"]{display:none}.hero h1{font-size:43px}.drawer-head button{font-size:13px}}

@media(max-width:650px){header{padding:0 12px}.brand{font-size:23px}nav{gap:6px}nav button{font-size:11px;padding:7px}.count{min-width:19px;height:19px;margin-left:3px}nav a{max-width:64px;font-size:11px}.summary{gap:12px;font-size:16px}.summary strong{white-space:nowrap}}

.slideshow{position:relative;align-self:center;z-index:1;min-width:0}.slideshow img{width:100%;height:auto;display:block;aspect-ratio:4/3;object-fit:contain}.slide-controls{display:none;align-items:center;justify-content:center;gap:16px;margin-top:10px}.slide-controls button{padding:3px 12px;font-size:20px}.slide-controls span{font-size:12px}.wechat-link{background:transparent;color:inherit;text-decoration:underline;border:0;white-space:nowrap;padding:0}.cart-icon{width:22px;height:22px;vertical-align:middle;margin-right:5px}.product .vip{color:#7b5620;font-weight:600;font-size:13px}.product .vip-note{font-size:11px;line-height:1.4}.product button{padding:6px 12px;font-size:12px;width:auto;min-width:115px}.product button span{display:block;line-height:1.35}.receipt{padding:22px 0;border-bottom:1px solid #ddd}.receipt h3{font-size:23px;margin:8px 0}.receipt p{line-height:1.5}.receipt-line{padding:9px 0;border-bottom:1px solid #eee;font-size:13px}.receipt-notice{color:#b4421b;font-weight:bold;background:#fff5ef;padding:12px}.receipt small{font-size:11px}.receipt-total{display:flex;justify-content:space-between;font-weight:bold}#wechat{margin:auto;padding:25px;height:auto;max-height:95dvh;width:390px;max-width:95vw;text-align:center}#wechat img{width:100%;height:auto}#wechat button{display:block}#wechat h2{font-size:20px}.campaign{flex-wrap:wrap}.campaign h2{flex:1}.campaign p{flex:1}@media(max-width:650px){nav a[href^="https://wa.me"]{display:inline;max-width:none}nav [data-cart]{display:none}.hero .slideshow{width:100%}.campaign .wechat-link{display:inline-block;margin:18px 0 0 20px}.product button{min-width:105px}nav{gap:9px}}

#lastOrder{scroll-margin-top:130px}

.product .product-photo{margin-top:0;display:block;width:100%;min-width:0;padding:0;border:0;background:#f4f4f2;cursor:zoom-in}.product .product-photo img{display:block;width:100%}.product-photo:focus-visible{outline:2px solid #111;outline-offset:3px}
#productPhoto{margin:auto;width:min(1100px,96vw);max-width:96vw;height:auto;max-height:94dvh;padding:18px;border:0;overflow:auto}#productPhoto::backdrop{background:#000b}.photo-header{display:flex;align-items:center;justify-content:space-between;gap:15px;position:sticky;top:-18px;background:white;padding:10px 0;z-index:1}.photo-header h2{font:600 16px/1.4 Arial,sans-serif;margin:0}.photo-header button{white-space:nowrap;padding:10px;font-size:13px}.photo-scroll{overflow:auto;text-align:center;touch-action:pan-x pan-y pinch-zoom}#fullPhoto{max-width:100%;height:auto;width:auto;max-height:none}#photoStatus{font-size:13px}

@media(max-width:650px){body>header{height:auto;min-height:64px;flex-wrap:wrap;gap:8px;padding-top:10px;padding-bottom:10px}body>header nav{flex-wrap:wrap}#openLookup{font-size:12px;padding:8px}}

.contact-icon{width:24px;height:24px;display:inline-block;vertical-align:middle;margin-right:8px}

.brand{display:block;flex-shrink:0;line-height:0}.brand img{display:block;width:125px;height:auto}.footer-logo{display:block;width:165px;max-width:100%;height:auto;mix-blend-mode:multiply}@media(max-width:650px){.brand img{width:110px}}

nav .header-whatsapp{display:flex;align-items:center;max-width:none;white-space:nowrap}nav .header-whatsapp .contact-icon{flex-shrink:0;width:20px;height:20px;margin-right:5px}

.cart-notices{margin:18px 0 24px;padding:16px;background:#fff6ef;color:#994321;border:1px solid #f0ded0}.vip-notice{margin:0;line-height:1.6;font-size:14px;font-weight:600}.cart-notices .payment-notice{color:#994321;border-top:1px solid #ecd8c9;padding-top:12px;margin:14px 0 0;line-height:1.7}

footer .visitor-count{font-size:12px;color:#777;margin-top:24px}
