:root{--green:#17372b;--green2:#506b59;--cream:#f5f0e7;--beige:#e7ddce;--gold:#c39a55;--ink:#282722;--white:#fff;--line:rgba(23,55,43,.18);--serif:"Playfair Display",Georgia,serif;--sans:"DM Sans",Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:16px}button,a,input{font:inherit}button,a{color:inherit}button{cursor:pointer}img{display:block;width:100%;height:auto}.topbar{height:84px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:rgba(245,240,231,.9);backdrop-filter:blur(14px);z-index:20;border-bottom:1px solid transparent}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-family:var(--serif);font-size:18px;letter-spacing:-.02em}.brand i{font-weight:400}.brand-mark{width:38px;height:38px;border:1px solid var(--green);border-radius:50%;display:grid;place-items:center;font-family:var(--serif);font-size:13px}.desktop-nav{display:flex;gap:32px}.desktop-nav a{text-decoration:none;font-size:14px;position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:1px;background:var(--gold);transition:.25s}.desktop-nav a:hover:after{right:0}.cart-button{border:0;background:var(--green);color:white;border-radius:999px;padding:11px 14px;display:flex;gap:8px;align-items:center}.cart-button svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.7}.cart-count{background:var(--gold);color:var(--green);border-radius:50%;min-width:22px;height:22px;display:grid;place-items:center;font-weight:600;font-size:12px}.hero{min-height:calc(100vh - 84px);display:grid;grid-template-columns:44% 56%;position:relative;background:var(--green);color:white;overflow:hidden}.hero-copy{padding:clamp(70px,11vw,150px) 7vw;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.eyebrow{text-transform:uppercase;letter-spacing:.19em;font-weight:600;font-size:11px;color:var(--gold);display:block;margin-bottom:20px}.hero h1,.section-head h2,.gift-strip h2,.about-lead{font-family:var(--serif);font-weight:500;letter-spacing:-.045em}.hero h1{font-size:clamp(50px,6vw,92px);line-height:.97;margin:0;max-width:760px}.hero h1 em,.gift-strip h2 em{font-weight:500;color:#d8c092}.hero-copy>p{font-size:17px;line-height:1.6;color:rgba(255,255,255,.72);max-width:520px;margin:28px 0 38px}.primary-button{display:inline-flex;align-items:center;justify-content:space-between;gap:50px;min-height:54px;background:var(--gold);color:var(--green);text-decoration:none;border:0;padding:0 22px;font-weight:600}.primary-button span{font-size:20px}.hero-image{min-height:650px;overflow:hidden}.hero-image img{height:100%;object-fit:cover}.hero-note{position:absolute;bottom:24px;right:24px;width:300px;background:rgba(245,240,231,.94);color:var(--ink);padding:18px;display:flex;gap:18px;align-items:flex-start}.hero-note span{font-family:var(--serif);color:var(--gold);font-size:22px}.hero-note p{font-size:13px;line-height:1.5;margin:2px 0}.catalog{padding:110px clamp(20px,6vw,90px)}.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:44px}.section-head h2{font-size:clamp(40px,5vw,64px);margin:0;line-height:1}.section-head>p{max-width:430px;color:#6a6963;line-height:1.6;margin:0}.filters{display:flex;gap:10px;overflow:auto;padding-bottom:18px;margin-bottom:26px}.filter{white-space:nowrap;border:1px solid var(--line);background:transparent;border-radius:999px;padding:11px 18px}.filter.active{background:var(--green);color:white}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:46px 20px}.product-card{min-width:0}.product-image{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--beige)}.product-image img{height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover img{transform:scale(1.025)}.product-tag{position:absolute;top:14px;left:14px;background:rgba(245,240,231,.92);padding:7px 10px;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.product-info{padding:17px 2px}.product-info .meta{font-size:12px;color:var(--green2);text-transform:uppercase;letter-spacing:.1em}.product-info h3{font-family:var(--serif);font-size:25px;font-weight:500;margin:6px 0 12px}.product-buy{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:13px}.price{font-weight:600;font-size:17px}.add-button{border:0;background:transparent;color:var(--green);font-weight:600;padding:8px 0}.add-button:hover{text-decoration:underline;text-underline-offset:4px}.gift-strip{background:var(--green);color:white;padding:90px clamp(20px,7vw,110px);display:grid;grid-template-columns:1.3fr .7fr auto;align-items:end;gap:60px}.light{color:#d8c092}.gift-strip h2{font-size:clamp(38px,4.6vw,68px);line-height:1.05;margin:0}.gift-strip p{color:rgba(255,255,255,.72);line-height:1.6;margin:0}.outline-button{border:1px solid rgba(255,255,255,.55);background:transparent;color:white;min-height:54px;padding:0 22px;white-space:nowrap}.about{padding:100px max(20px,12vw);text-align:center}.about-lead{font-size:clamp(38px,5vw,70px);line-height:1.1;margin:0 auto 26px;max-width:900px}.about>p:last-child{max-width:620px;margin:auto;line-height:1.7;color:#68675f}footer{background:#10281f;color:white;padding:50px clamp(20px,6vw,90px);display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:13px}.footer-brand .brand-mark{border-color:#d8c092}.footer-brand{color:white}footer p{color:rgba(255,255,255,.6)}.overlay{position:fixed;inset:0;background:rgba(11,23,18,.52);z-index:30;opacity:0;pointer-events:none;transition:.3s}.overlay.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;z-index:31;right:0;top:0;height:100%;width:min(480px,100%);background:var(--cream);transform:translateX(100%);transition:transform .35s ease;display:flex;flex-direction:column;padding:30px}.cart-drawer.open{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:20px}.drawer-head h2{font-family:var(--serif);font-size:38px;margin:0}.icon-button{border:1px solid var(--line);width:42px;height:42px;border-radius:50%;background:transparent;font-size:27px;line-height:1}.cart-items{overflow:auto;flex:1;padding:12px 0}.empty-cart{text-align:center;padding:80px 30px;color:#77746d}.empty-cart strong{font-family:var(--serif);font-size:26px;display:block;color:var(--ink);margin-bottom:8px}.cart-item{display:grid;grid-template-columns:76px 1fr auto;gap:14px;padding:15px 0;border-bottom:1px solid var(--line)}.cart-item img{width:76px;height:92px;object-fit:cover}.cart-item h4{font-family:var(--serif);font-size:18px;font-weight:500;margin:4px 0}.cart-item small{color:#777}.qty{display:flex;align-items:center;gap:10px;margin-top:12px}.qty button{border:1px solid var(--line);background:transparent;width:28px;height:28px}.remove{border:0;background:transparent;color:#8b4d42;font-size:12px;align-self:start;padding:8px 0}.cart-summary{border-top:1px solid var(--line);padding-top:20px}.cart-summary>div{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.cart-summary strong{font-family:var(--serif);font-size:28px}.full{width:100%}.checkout{overflow:auto;flex:1;padding:24px 2px 2px}.back-button{border:0;background:transparent;padding:0;margin-bottom:20px;color:var(--green2)}.order-chip{display:inline-block;background:var(--beige);padding:8px 12px;font-size:13px}.checkout h3{font-family:var(--serif);font-size:31px;font-weight:500;margin:22px 0}.checkout label{display:block;font-size:13px;font-weight:600;margin:18px 0}.checkout input{display:block;width:100%;border:0;border-bottom:1px solid var(--green2);background:transparent;padding:13px 0;font-size:16px;outline:none}.checkout input:focus{border-color:var(--gold)}.delivery-note{display:flex;gap:14px;align-items:center;padding:17px;background:var(--beige);margin:26px 0}.delivery-note svg{width:28px;fill:none;stroke:var(--green);stroke-width:1.4}.delivery-note strong,.delivery-note span{display:block}.delivery-note span{font-size:12px;color:#6c6b64;margin-top:3px}.whatsapp-button{border:0;background:#1f7048;color:white;min-height:58px;width:100%;padding:0 18px;display:flex;justify-content:space-between;align-items:center;font-weight:600}.checkout small{display:block;text-align:center;line-height:1.5;color:#77746d;margin:13px 12px}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,30px);background:var(--green);color:white;padding:12px 18px;z-index:40;opacity:0;pointer-events:none;transition:.25s;font-size:14px}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:900px){.desktop-nav{display:none}.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:76px 24px 55px}.hero-image{min-height:0;aspect-ratio:1/1.05}.hero-note{display:none}.section-head{display:block}.section-head>p{margin-top:20px}.product-grid{grid-template-columns:repeat(2,1fr)}.gift-strip{grid-template-columns:1fr;gap:25px;align-items:start}.gift-strip .outline-button{justify-self:start}footer{align-items:flex-start;flex-direction:column}.cart-label{display:none}}
@media(max-width:560px){.topbar{height:70px;padding:0 16px}.brand{font-size:16px;gap:8px}.brand-mark{width:34px;height:34px}.cart-button{padding:9px 10px}.hero{min-height:calc(100svh - 70px)}.hero-copy{padding:58px 20px 48px}.hero h1{font-size:48px}.hero-copy>p{font-size:16px;margin:24px 0 30px}.primary-button{width:100%}.hero-image{aspect-ratio:1/.95}.catalog{padding:76px 16px}.section-head{margin-bottom:30px}.section-head h2{font-size:42px}.filters{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.product-grid{gap:34px 12px}.product-info h3{font-size:20px}.product-info .meta{font-size:10px}.product-buy{align-items:flex-end;gap:5px}.add-button{font-size:13px}.gift-strip{padding:70px 20px}.about{padding:76px 20px}footer{padding:42px 20px}.cart-drawer{padding:22px 18px}.drawer-head h2{font-size:34px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Refined catalog flow */
body{padding-bottom:82px}.topbar{position:fixed;left:0;right:0;top:0;color:white;background:linear-gradient(to bottom,rgba(10,28,22,.5),transparent);border:0}.brand-mark{border-color:currentColor}.menu-button{width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.55);background:rgba(255,255,255,.12);backdrop-filter:blur(8px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.menu-button span{display:block;width:19px;height:1px;background:white}.hero{min-height:100svh;display:block;position:relative}.hero-image{position:absolute;inset:0;min-height:0}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,27,20,.83) 0%,rgba(8,27,20,.35) 53%,rgba(8,27,20,.08)),linear-gradient(0deg,rgba(8,27,20,.38),transparent 45%)}.hero-image img{height:100%;object-fit:cover;object-position:center 56%}.hero-copy{position:relative;z-index:1;width:min(720px,60vw);height:100svh;padding:170px clamp(24px,8vw,125px) 100px;justify-content:flex-end}.hero h1{font-size:clamp(60px,7.4vw,112px)}.hero-copy>p{font-size:18px;margin:24px 0 32px}.hero-button{width:min(310px,100%);height:62px;padding:0 24px;background:var(--cream);color:var(--ink);text-decoration:none;display:flex;align-items:center;justify-content:space-between;font-weight:600}.hero-index{position:absolute;z-index:2;right:36px;bottom:34px;display:flex;gap:15px;align-items:center;color:white;font-size:11px;text-transform:uppercase;letter-spacing:.14em}.hero-index b{width:42px;height:42px;border:1px solid rgba(255,255,255,.55);border-radius:50%;display:grid;place-items:center;font-family:var(--serif);font-size:15px}.search-box{height:56px;border:1px solid var(--line);display:flex;align-items:center;gap:12px;padding:0 18px;margin-bottom:18px;background:rgba(255,255,255,.32)}.search-box svg{width:21px;fill:none;stroke:var(--green);stroke-width:1.7}.search-box input{width:100%;border:0;outline:0;background:transparent;font-size:15px}.product-card{cursor:pointer}.product-card:focus-visible{outline:2px solid var(--gold);outline-offset:5px}.product-info h3{margin-bottom:6px}.product-buy{border:0;padding-top:3px}.add-button{pointer-events:none;text-decoration:none!important}.add-button:after{content:"Ver detalhes →";font-size:13px}.add-button{font-size:0}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:78px;background:rgba(250,247,241,.96);backdrop-filter:blur(14px);border-top:1px solid var(--line);z-index:25;display:flex;align-items:stretch;justify-content:center;gap:min(9vw,120px);padding-bottom:env(safe-area-inset-bottom)}.bottom-item{width:90px;border:0;background:transparent;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;font-size:12px;color:#68675f}.bottom-item svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.55}.bottom-item.active,.bottom-item:hover{color:var(--green)}.bottom-item.active svg{fill:var(--green);stroke:var(--green)}.nav-icon-wrap{position:relative;display:flex}.nav-icon-wrap .cart-count{position:absolute;right:-13px;top:-10px;background:var(--gold)}.menu-drawer{position:fixed;right:0;top:0;bottom:0;width:min(440px,100%);background:var(--cream);z-index:36;padding:28px;transform:translateX(100%);transition:transform .35s ease}.menu-drawer.open{transform:none}.menu-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:80px}.menu-drawer nav{display:flex;flex-direction:column}.menu-drawer nav a{font-family:var(--serif);font-size:38px;text-decoration:none;border-bottom:1px solid var(--line);padding:17px 0;display:flex;justify-content:space-between}.menu-drawer nav a span{font-family:var(--sans);font-size:21px;color:var(--gold)}.product-page{position:fixed;inset:0;background:var(--cream);z-index:35;overflow:auto;transform:translateX(100%);transition:transform .38s cubic-bezier(.25,.8,.25,1)}.product-page.open{transform:none}.product-page-head{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(18px,4vw,58px);border-bottom:1px solid var(--line);background:rgba(245,240,231,.95);position:sticky;top:0;z-index:2}.circle-back,.detail-cart{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:transparent}.detail-cart{position:relative}.detail-cart svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.6}.detail-cart b{position:absolute;right:-4px;top:-5px;background:var(--gold);width:20px;height:20px;border-radius:50%;font-size:11px;display:grid;place-items:center}.product-detail-layout{min-height:calc(100svh - 82px);display:grid;grid-template-columns:56% 44%}.detail-image{background:var(--beige);overflow:hidden}.detail-image img{height:100%;max-height:calc(100svh - 82px);object-fit:cover}.detail-copy{padding:clamp(45px,7vw,110px);align-self:center}.detail-title-row{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;border-bottom:1px solid var(--line);padding-bottom:26px}.detail-title-row h2{font-family:var(--serif);font-size:clamp(42px,5vw,72px);font-weight:500;line-height:1;margin:0}.detail-title-row strong{font-family:var(--serif);font-size:30px;white-space:nowrap}.detail-facts{margin:28px 0;border-bottom:1px solid var(--line)}.detail-facts>div{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:15px 0;font-size:14px}.detail-copy>p{color:#68675f;line-height:1.7;margin:28px 0 36px}.detail-action{display:grid;grid-template-columns:145px 1fr;gap:12px}.quantity-picker{height:58px;border:1px solid var(--line);display:flex;align-items:center;justify-content:space-around}.quantity-picker button{border:0;background:transparent;width:44px;height:100%;font-size:22px}.add-detail{border:0;background:var(--green);color:white;font-weight:600}.overlay{z-index:34}.cart-drawer{z-index:37}.toast{z-index:40}
@media(max-width:760px){body{padding-bottom:74px}.topbar{height:70px;padding:0 16px}.topbar .brand{font-size:16px}.menu-button{width:40px;height:40px}.hero{min-height:72svh;margin-bottom:0}.hero-copy{height:72svh;width:100%;padding:120px 20px 55px;justify-content:flex-end}.hero h1{font-size:52px}.hero-copy>p{font-size:16px;max-width:300px;margin:18px 0 24px}.hero-image:after{background:linear-gradient(0deg,rgba(8,27,20,.82),rgba(8,27,20,.08) 75%)}.hero-image img{object-position:center}.hero-index{display:none}.hero-button{height:56px}.catalog{padding-top:66px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-info h3{font-size:18px}.product-buy{display:block}.add-button{margin-top:6px}.bottom-nav{height:74px;gap:4vw}.bottom-item{width:78px}.menu-drawer{padding:22px 20px}.menu-head{margin-bottom:64px}.product-page-head{height:70px}.product-page-head>span{font-size:14px}.product-detail-layout{display:block;min-height:auto}.detail-image{height:52svh}.detail-image img{max-height:none}.detail-copy{padding:34px 20px 38px}.detail-title-row{display:block}.detail-title-row h2{font-size:43px;margin-bottom:14px}.detail-title-row strong{font-size:26px}.detail-action{position:sticky;bottom:0;background:var(--cream);padding:14px 0 calc(14px + env(safe-area-inset-bottom));grid-template-columns:128px 1fr}.add-detail{font-size:14px}.cart-drawer{bottom:0;height:calc(100% - 0px);padding-bottom:calc(22px + 74px)}}

/* Compact glass header */
.topbar{height:68px;padding:0 clamp(18px,4vw,58px);background:rgba(255,255,255,.92);color:var(--green);box-shadow:0 1px 0 rgba(23,55,43,.08);transition:height .25s,background .25s,box-shadow .25s}.topbar.scrolled{height:54px;background:rgba(255,255,255,.82);backdrop-filter:blur(18px);box-shadow:0 6px 24px rgba(23,55,43,.08)}.topbar .brand{font-size:16px}.topbar .brand-mark{width:34px;height:34px}.topbar.scrolled .brand-mark{width:29px;height:29px}.menu-button{width:38px;height:38px;background:var(--green);border:0}.menu-button span{width:16px}.hero{padding-top:0}.hero-copy{padding-top:140px}.hero-button{width:260px;height:50px;background:white;border-radius:2px;padding:0 18px;box-shadow:0 7px 24px rgba(0,0,0,.12);font-size:14px;transition:.2s}.hero-button:hover{background:var(--gold);color:var(--green);transform:translateY(-2px)}.home-catalog .product-grid{grid-template-columns:repeat(4,1fr)}.home-catalog{padding-bottom:95px}.text-link{border:0;background:transparent;color:var(--green);font-weight:600;padding:12px 0}.text-link span{margin-left:12px}.site-footer{display:block;background:#f2f0eb;color:var(--green);padding:0}.footer-main{padding:72px clamp(20px,6vw,90px);display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:55px;border-top:1px solid rgba(23,55,43,.25)}.footer-social>p{max-width:280px;color:#5b685f;line-height:1.6;margin:22px 0 28px}.footer-social>strong,.footer-column>strong{text-transform:uppercase;letter-spacing:.1em;font-size:12px;margin-bottom:18px}.social-row{display:flex;gap:10px;margin-top:14px}.social-row a{width:35px;height:35px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;text-decoration:none;font-weight:600}.footer-column{display:flex;flex-direction:column;gap:13px}.footer-column a,.footer-column span{text-decoration:none;font-size:13px;color:#4f5e55}.footer-column a:hover{text-decoration:underline;text-underline-offset:4px}.footer-bottom{border-top:1px solid rgba(23,55,43,.18);padding:22px clamp(20px,6vw,90px);display:flex;justify-content:space-between;font-size:12px;color:#647067}.search-page{position:fixed;inset:0;background:#f7f5f0;z-index:33;overflow:auto;transform:translateX(100%);transition:transform .38s cubic-bezier(.25,.8,.25,1);padding-bottom:82px}.search-page.open{transform:none}.search-page-head{min-height:100px;padding:20px clamp(18px,4vw,58px);display:grid;grid-template-columns:46px 1fr 46px;align-items:center;gap:25px;background:white;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:3}.search-page-head .eyebrow{margin:0 0 5px}.search-page-head h2{font-family:var(--serif);font-size:30px;font-weight:500;margin:0}.search-shell{display:grid;grid-template-columns:250px 1fr;max-width:1450px;margin:auto;min-height:calc(100svh - 100px)}.category-sidebar{padding:38px 25px;border-right:1px solid var(--line);background:white;position:sticky;top:100px;height:calc(100svh - 100px)}.category-sidebar>strong{text-transform:uppercase;letter-spacing:.12em;font-size:12px;display:block;margin-bottom:25px}.category-link{width:100%;display:flex;justify-content:space-between;border:0;background:transparent;padding:13px 0;text-align:left;color:#667168}.category-link.active{color:var(--green);font-weight:600}.category-link span{font-size:11px;border:1px solid var(--line);border-radius:999px;min-width:24px;height:24px;display:grid;place-items:center}.search-content{padding:38px clamp(20px,4vw,65px)}.search-box.large{background:white;border-radius:4px;box-shadow:0 8px 30px rgba(23,55,43,.05)}.category-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:28px 0}.category-cards button{border:0;background:white;padding:10px;display:flex;align-items:center;gap:15px;text-align:left;border-radius:4px}.category-cards img{width:72px;height:72px;object-fit:cover;border-radius:50%}.category-cards b,.category-cards small{display:block}.category-cards b{font-family:var(--serif);font-size:19px}.category-cards small{font-size:11px;color:#737a75;margin-top:4px}.search-banner{display:grid;grid-template-columns:1.2fr .8fr;background:var(--green);color:white;min-height:245px;margin:22px 0 42px;overflow:hidden}.search-banner>div{padding:45px}.search-banner h3{font-family:var(--serif);font-size:38px;font-weight:500;max-width:460px;margin:0 0 27px}.search-banner button{border:0;background:white;padding:13px 18px;font-size:13px}.search-banner img{height:100%;object-fit:cover}.search-results-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.search-results-head h3{font-family:var(--serif);font-size:34px;font-weight:500;margin:0}.search-results-head span{font-size:12px;color:#738078}.search-grid{grid-template-columns:repeat(3,1fr)}
@media(max-width:900px){.home-catalog .product-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1.2fr 1fr 1fr}.footer-column:last-child{grid-column:2}.search-shell{grid-template-columns:1fr}.category-sidebar{display:none}.search-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.topbar{height:58px;padding:0 13px}.topbar.scrolled{height:48px}.topbar .brand-mark{width:30px;height:30px}.topbar .brand{font-size:14px}.menu-button{width:34px;height:34px}.hero-copy{padding-top:95px}.hero-button{width:235px;height:48px}.home-catalog{padding-top:58px}.home-catalog .section-head{display:flex;align-items:end;gap:15px}.home-catalog .section-head h2{font-size:36px}.text-link{font-size:0}.text-link span{font-size:24px;margin:0}.footer-main{padding:52px 22px;grid-template-columns:1fr 1fr;gap:42px 24px}.footer-social{grid-column:1/-1}.footer-column:last-child{grid-column:auto}.footer-bottom{padding:20px 22px;display:block}.footer-bottom span{display:block;margin:6px 0}.search-page-head{min-height:76px;grid-template-columns:40px 1fr 40px;gap:12px;padding:12px 14px}.search-page-head h2{font-size:22px}.search-page-head .eyebrow{display:none}.search-content{padding:20px 14px}.category-cards{display:flex;overflow:auto;margin:18px -14px 20px;padding:0 14px}.category-cards button{min-width:210px}.search-banner{min-height:210px;grid-template-columns:1fr .7fr;margin-bottom:34px}.search-banner>div{padding:28px 22px}.search-banner h3{font-size:29px}.search-grid{gap:30px 12px}.search-results-head h3{font-size:28px}}

/* Brand assets and final compact navigation */
.logo-link{display:block;line-height:0}.logo-link img{width:172px;height:auto;object-fit:contain}.topbar.scrolled .logo-link img{width:145px}.menu-button,.topbar.scrolled .menu-button{width:34px;height:28px;border:0;border-radius:0;background:transparent;backdrop-filter:none;gap:5px;padding:2px}.menu-button span{width:24px;height:1.5px;background:var(--green);transition:transform .2s}.menu-button:hover span:nth-child(2){transform:translateX(-4px)}.hero h1{line-height:.84}.hero-copy{padding-bottom:74px}.hero-copy>p{margin-top:30px}.site-footer{background:var(--green);color:white}.footer-main{padding-top:52px;padding-bottom:48px;grid-template-columns:1.35fr repeat(3,.8fr);gap:38px;border-color:rgba(255,255,255,.17)}.footer-brand img{width:220px}.footer-social>p{color:rgba(255,255,255,.65);font-size:13px;margin:17px 0 22px}.footer-social>strong,.footer-column>strong{color:var(--gold);margin-bottom:13px}.footer-column{gap:9px}.footer-column a,.footer-column span{color:rgba(255,255,255,.72);font-size:12px}.social-row{margin-top:11px}.social-row a{width:34px;height:34px;border-color:rgba(255,255,255,.28);color:white}.social-row svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.4}.footer-bottom{border-color:rgba(255,255,255,.15);padding-top:16px;padding-bottom:16px;color:rgba(255,255,255,.52);font-size:11px}.bottom-nav{height:58px;gap:min(8vw,105px)}body{padding-bottom:58px}.bottom-item{width:76px;gap:2px;font-size:10px}.bottom-item svg{width:18px;height:18px}.nav-icon-wrap .cart-count{right:-12px;top:-9px;min-width:18px;width:auto;height:18px;font-size:10px}.search-page{padding-bottom:58px}.cart-drawer{padding-bottom:calc(22px + 58px)}
@media(max-width:900px){.footer-main{grid-template-columns:1.2fr 1fr 1fr}.footer-column:last-child{grid-column:2}}
@media(max-width:600px){.logo-link img{width:142px}.topbar.scrolled .logo-link img{width:125px}.hero h1{font-size:50px;line-height:.86}.hero-copy{padding-bottom:42px}.footer-main{padding:42px 20px;grid-template-columns:1fr 1fr;gap:34px 20px}.footer-social{grid-column:1/-1}.footer-brand img{width:190px}.footer-column:last-child{grid-column:auto}.bottom-nav{height:58px;gap:3vw}.bottom-item{width:72px}.search-page{padding-bottom:58px}.cart-drawer{padding-bottom:calc(18px + 58px)}}

/* Stable compact header */
.topbar,.topbar.scrolled{height:54px;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);box-shadow:0 4px 18px rgba(23,55,43,.07);transition:none}.logo-link img,.topbar.scrolled .logo-link img{width:128px}.hero h1 span{display:inline-block;margin-left:clamp(18px,4vw,62px)}.menu-head{position:relative}.menu-head .icon-button{position:fixed;top:10px;right:clamp(18px,4vw,58px);width:34px;height:34px;border:0;border-radius:0;background:transparent;font-size:27px;color:var(--green);z-index:2}.menu-drawer{padding-top:18px}
@media(max-width:600px){.topbar,.topbar.scrolled{height:48px;padding:0 13px}.logo-link img,.topbar.scrolled .logo-link img{width:108px}.menu-button,.topbar.scrolled .menu-button{width:34px;height:28px}.menu-head .icon-button{top:7px;right:13px}.menu-drawer{padding-top:12px}.menu-head{padding-right:46px;margin-bottom:54px}.hero-copy{padding-top:78px}.hero h1{font-size:48px;line-height:.9}.hero h1 span{margin-left:24px}}

/* Refined home typography */
.eyebrow{font-size:13px;margin-bottom:10px}.hero h1 .hero-line{display:block;white-space:nowrap;margin-left:0}.hero h1 .hero-line-second{margin-left:clamp(18px,4vw,62px)}.gift-strip p{font-size:18px;line-height:1.65;max-width:520px}
@media(max-width:760px){.hero h1{font-size:clamp(42px,13vw,52px)}.hero h1 .hero-line-second{margin-left:24px}.gift-strip p{font-size:17px}}

/* Promotional carousel */
.promo-carousel{display:block;padding:0;overflow:hidden}.promo-track{width:100%}.promo-slide{min-height:440px;padding:58px clamp(20px,7vw,110px);display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);align-items:center;gap:clamp(36px,7vw,110px)}.promo-copy{max-width:790px}.promo-copy p{margin:28px 0 0;max-width:620px}.promo-product{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px}.promo-product img{width:min(100%,430px);max-height:300px;object-fit:contain;filter:drop-shadow(0 18px 22px rgba(5,20,14,.2))}.promo-product .outline-button{min-width:190px}
@media(max-width:900px){.promo-slide{grid-template-columns:1fr;padding:54px 24px;gap:28px}.promo-product img{width:min(86vw,390px)}.promo-product{align-items:flex-start}.promo-copy p{margin-top:22px}}
@media(max-width:600px){.promo-slide{padding:48px 20px}.promo-slide h2{font-size:clamp(37px,11vw,52px)}.promo-product{align-items:center}.promo-product img{max-height:250px}.promo-product .outline-button{width:100%}}

/* Complete promotional carousel */
.promo-carousel{position:relative}.promo-track{display:flex;transition:transform .6s cubic-bezier(.25,.8,.25,1);touch-action:pan-y}.promo-slide{flex:0 0 100%;padding-left:max(28px,calc((100vw - 1450px)/2 + 40px));padding-right:max(28px,calc((100vw - 1450px)/2 + 40px))}.promo-slide:not(.active){pointer-events:none}.promo-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.promo-copy h2{margin:0}.promo-product .outline-button{display:flex;align-items:center;justify-content:center;text-decoration:none}.promo-product-wide img{width:min(100%,560px)}.promo-controls{position:absolute;left:50%;bottom:20px;transform:translateX(-50%);display:flex;align-items:center;gap:14px;z-index:2}.promo-arrow{width:38px;height:38px;border:1px solid rgba(255,255,255,.42);background:rgba(255,255,255,.06);color:white;font-size:19px;display:grid;place-items:center}.promo-dots{display:flex;gap:8px}.promo-dots button{width:8px;height:8px;border:1px solid var(--gold);border-radius:50%;padding:0;background:transparent}.promo-dots button.active{background:var(--gold)}
@media(max-width:900px){.promo-slide{padding-left:24px;padding-right:24px;padding-bottom:86px}.promo-controls{bottom:25px}.promo-product-wide img{width:min(92vw,560px)}}
@media(max-width:600px){.promo-slide{padding-left:20px;padding-right:20px}.promo-slide h2 br{display:none}.promo-copy p{margin-top:18px}.promo-product{gap:12px}.promo-controls{bottom:20px}}
@media(prefers-reduced-motion:reduce){.promo-track{transition:none}}

/* Desktop storefront header */
.desktop-commerce-header{display:none}.mobile-header{width:100%;display:flex;align-items:center;justify-content:space-between}
@media(min-width:761px){.topbar,.topbar.scrolled{height:116px;padding:0;display:block;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(23,55,43,.1);box-shadow:none}.mobile-header{display:none}.desktop-commerce-header{display:block;height:100%}.desktop-header-top{height:68px;padding:0 clamp(30px,4.5vw,82px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.desktop-logo img,.topbar.scrolled .desktop-logo img{width:154px}.desktop-header-spacer{display:block}.desktop-search{width:min(280px,23vw);display:flex;align-items:center;border-bottom:1px solid rgba(23,55,43,.45)}.desktop-search input{width:100%;height:38px;border:0;background:transparent;outline:0;font-size:13px}.desktop-search button{width:38px;height:38px;border:0;background:transparent;padding:8px}.desktop-search svg{width:20px;fill:none;stroke:var(--green);stroke-width:1.5}.desktop-store-nav{height:48px;display:flex;justify-content:center;align-items:center;gap:42px}.desktop-store-nav>a,.desktop-products-menu>a{height:48px;display:flex;align-items:center;text-decoration:none;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:600}.desktop-products-menu>a span{font-size:15px;margin-left:7px;color:var(--gold)}.desktop-store-nav>a:after,.desktop-products-menu>a:after{content:"";position:absolute;bottom:0;height:2px;background:var(--gold);left:50%;right:50%;transition:.22s}.desktop-store-nav>a,.desktop-products-menu>a{position:relative}.desktop-store-nav>a:hover:after,.desktop-products-menu:hover>a:after,.desktop-products-menu:focus-within>a:after{left:0;right:0}.desktop-mega{position:absolute;top:116px;left:0;right:0;background:rgba(255,255,255,.98);border-top:1px solid var(--line);box-shadow:0 22px 44px rgba(13,33,25,.12);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.22s;z-index:21}.desktop-products-menu:hover .desktop-mega,.desktop-products-menu:focus-within .desktop-mega{opacity:1;visibility:visible;transform:none}.mega-inner{width:min(1180px,calc(100% - 80px));margin:auto;padding:35px 0 42px;display:grid;grid-template-columns:230px 1fr;gap:55px}.mega-inner>strong{font-family:var(--serif);font-size:30px;font-weight:500}.mega-inner nav{display:grid;grid-template-columns:repeat(2,minmax(230px,1fr));gap:0 50px}.mega-inner nav a{text-decoration:none;padding:12px 0;border-bottom:1px solid var(--line);font-size:14px}.mega-inner nav a:hover{color:var(--gold)}.hero-copy{padding-top:190px}.category-link{text-decoration:none}}
@media(max-width:760px){.mobile-header{display:flex}.desktop-commerce-header{display:none}}

/* Hierarchical catalog and delivery notice */
.delivery-strip{min-height:40px;padding:8px 20px;background:var(--green);color:white;display:flex;align-items:center;justify-content:center;gap:10px;font-size:13px;letter-spacing:.01em}.delivery-strip svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.search-shell{min-height:calc(100svh - 140px)}.category-sidebar{top:140px;height:calc(100svh - 140px);padding-top:32px}.category-link{min-height:48px;align-items:center;gap:10px;padding:11px 0;text-decoration:none}.category-link b{font-weight:500}.category-link.active b{font-weight:600}.category-link .category-count{margin-left:auto;font-size:11px;border:1px solid var(--line);border-radius:999px;min-width:24px;height:24px;display:grid;place-items:center}.category-parent i{font-style:normal;font-size:18px;line-height:1;transition:transform .22s;color:var(--gold)}.category-group.open .category-parent i{transform:rotate(180deg)}.category-children{max-height:0;overflow:hidden;transition:max-height .25s ease}.category-group.open .category-children{max-height:150px}.category-children .category-link{min-height:42px;padding:8px 0 8px 17px;font-size:13px;border-left:1px solid var(--line)}.category-children .category-link.active{border-left-color:var(--gold)}.catalog-empty{grid-column:1/-1;background:white;margin:0;padding:70px 24px;min-height:210px;display:grid;place-content:center}.search-results-head{margin-top:34px}
@media(max-width:900px){.delivery-strip{min-height:38px;padding:7px 14px;font-size:12px;text-align:center}.search-shell{min-height:calc(100svh - 114px)}}

/* Shared storefront chrome on catalog and product views */
[data-shared-header]{height:116px;position:relative;z-index:6}
[data-shared-header] .topbar{position:fixed;z-index:6}
[data-shared-footer] .site-footer{position:relative;display:block}
.catalog-intro{max-width:1450px;margin:0 auto;padding:34px 25px 24px;background:#f7f5f0}
.catalog-intro .eyebrow{margin-bottom:6px}
.catalog-intro h2{font-family:var(--serif);font-size:clamp(34px,4vw,52px);font-weight:500;line-height:1.05;margin:0}
.category-link .category-count{display:none}
.category-parent i{margin-left:auto}
.product-breadcrumb{height:48px;padding:0 clamp(18px,4vw,58px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#f7f5f0;color:#667168;font-size:12px;letter-spacing:.03em}
.product-breadcrumb button{border:0;background:transparent;padding:10px 0;color:var(--green);font-weight:600}
.product-detail-layout{min-height:calc(100svh - 164px)}
.detail-image img{max-height:calc(100svh - 164px)}
.bottom-nav{z-index:36}
.menu-drawer{z-index:38}
.cart-drawer{z-index:39}
@media(max-width:760px){
 [data-shared-header]{height:48px}
 .catalog-intro{padding:25px 16px 18px}
 .catalog-intro h2{font-size:32px}
 .product-breadcrumb{height:44px;padding:0 16px}
 .product-detail-layout{min-height:auto}
 .detail-image img{max-height:none}
}

/* Versão 18 — acabamento contemporâneo, movimento leve e superfícies orgânicas */
:root{--soft-shadow:0 18px 55px rgba(18,48,37,.10);--hover-shadow:0 22px 58px rgba(18,48,37,.16);--ease-spring:cubic-bezier(.2,.8,.2,1);--hero-drift:0px;--hero-round:0px}
html{scroll-behavior:smooth;scroll-padding-top:120px}
body{background:var(--cream)}
button,a,input{transition:border-color .28s var(--ease-spring),background-color .28s var(--ease-spring),color .28s var(--ease-spring),box-shadow .28s var(--ease-spring),transform .28s var(--ease-spring)}
button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--gold);outline-offset:4px}

/* botões e controles */
.hero-button,.outline-button,.primary-button,.whatsapp-button,.add-detail,.search-banner button{border-radius:999px!important;min-height:50px;padding-inline:24px;overflow:hidden;isolation:isolate;box-shadow:0 9px 28px rgba(11,42,31,.12)}
.hero-button:hover,.outline-button:hover,.primary-button:hover,.whatsapp-button:hover,.add-detail:hover,.search-banner button:hover{transform:translateY(-3px);box-shadow:var(--hover-shadow)}
.hero-button:active,.outline-button:active,.primary-button:active,.whatsapp-button:active,.add-detail:active,.search-banner button:active{transform:translateY(0) scale(.975)}
.outline-button{backdrop-filter:blur(10px);border-color:rgba(255,255,255,.55)!important;background:rgba(255,255,255,.08)}
.icon-button,.circle-back,.detail-cart,.promo-arrow,.share-actions button,.quantity-picker button,.suggestion-head button,.social-row a,.phone-prefix button{border-radius:999px!important}
.icon-button:hover,.circle-back:hover,.detail-cart:hover,.promo-arrow:hover,.share-actions button:hover,.suggestion-head button:hover,.social-row a:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 10px 25px rgba(18,48,37,.13)}
.quantity-picker,.search-box.large,.desktop-search{border-radius:999px!important}
.quantity-picker{overflow:hidden;background:rgba(255,255,255,.6)}
.quantity-picker input{background:transparent}
.add-button{border:0!important;background:rgba(23,55,43,.07);border-radius:999px;padding:8px 12px!important;text-decoration:none}
.product-card:hover .add-button{background:var(--green);color:#fff}

/* cartões e imagens */
.product-card{border-radius:24px;padding:10px 10px 18px;background:rgba(255,255,255,.34);transition:transform .38s var(--ease-spring),box-shadow .38s var(--ease-spring),background-color .38s var(--ease-spring)}
.product-card:hover{transform:translateY(-7px);box-shadow:var(--soft-shadow);background:rgba(255,255,255,.76)}
.product-image{border-radius:18px;overflow:hidden}
.product-image img{transition:transform .7s var(--ease-spring),filter .5s ease}
.product-card:hover .product-image img{transform:scale(1.035)}
.product-tag{border-radius:999px;backdrop-filter:blur(10px)}
.category-cards button,.header-search-results,.suggestion-card,.search-banner,.about-page-card{border-radius:22px;overflow:hidden}
.category-cards button{box-shadow:0 8px 28px rgba(18,48,37,.06);transition:transform .32s var(--ease-spring),box-shadow .32s var(--ease-spring)}
.category-cards button:hover{transform:translateY(-4px);box-shadow:var(--soft-shadow)}
.header-search-results{box-shadow:0 24px 65px rgba(12,38,29,.18)}
.header-result{border-radius:14px}

/* hero com forma que respira ao rolar */
.hero{isolation:isolate;overflow:hidden}
.hero-image{transform:translate3d(0,var(--hero-drift),0);will-change:transform}
.hero-image:after{transition:background .6s ease}
.hero:before{content:"";position:absolute;right:-12vw;bottom:-30vw;width:min(58vw,780px);aspect-ratio:1;border:1px solid rgba(205,159,74,.35);border-radius:44% 56% 62% 38%/52% 38% 62% 48%;z-index:2;pointer-events:none;transform:translate3d(0,calc(var(--hero-drift) * -.35),0) rotate(calc(var(--hero-round) * .12));transition:border-radius .8s var(--ease-spring)}
.hero-copy>*{position:relative;z-index:3}

/* carrossel como grande superfície arredondada */
.promo-carousel{margin:clamp(18px,3vw,46px);border-radius:clamp(24px,3vw,42px);box-shadow:var(--soft-shadow);transform:translateZ(0)}
.promo-slide{overflow:hidden}
.promo-product img{transition:transform .8s var(--ease-spring),filter .5s ease}
.promo-slide.active .promo-product img{animation:productFloat 5s ease-in-out infinite}
.promo-controls{padding:6px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(10,37,27,.35);backdrop-filter:blur(14px)}
.promo-arrow{border:0!important;background:rgba(255,255,255,.1)!important}
.promo-dots button{transition:width .3s var(--ease-spring),background .3s ease}
.promo-dots button.active{width:25px;border-radius:999px}
@keyframes productFloat{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(.5deg)}}

/* navegação e painéis */
.desktop-store-nav>a,.desktop-products-menu>a{border-radius:999px;padding-inline:15px;height:36px!important}
.desktop-store-nav>a:after,.desktop-products-menu>a:after{display:none}
.desktop-store-nav>a:hover,.desktop-products-menu:hover>a,.desktop-products-menu:focus-within>a{background:rgba(23,55,43,.07)}
.desktop-mega{border-radius:0 0 30px 30px;overflow:hidden}
.menu-drawer{border-radius:30px 0 0 30px}
.cart-drawer{border-radius:32px 0 0 32px;box-shadow:-24px 0 70px rgba(9,29,22,.18)}
.cart-item{border-radius:18px;padding:12px;background:rgba(255,255,255,.42)}
.cart-item-main img{border-radius:14px}
.search-page,.product-page,.about-page{transform:translateY(18px) scale(.994);opacity:0;transition:transform .42s var(--ease-spring),opacity .3s ease}
.search-page.open,.product-page.open,.about-page.open{transform:none;opacity:1}
.detail-image{border-radius:0 28px 28px 0;overflow:hidden}
.detail-copy{position:relative}

/* revelação progressiva — ativada somente quando o JS estiver pronto */
.motion-ready .reveal-item{opacity:0;transform:translateY(28px) scale(.985);transition:opacity .65s ease,transform .75s var(--ease-spring);transition-delay:var(--reveal-delay,0ms)}
.motion-ready .reveal-item.is-visible{opacity:1;transform:none}
.section-head .eyebrow,.promo-copy .eyebrow{display:inline-flex;align-items:center;gap:9px}
.section-head .eyebrow:before,.promo-copy .eyebrow:before{content:"";width:0;height:1px;background:currentColor;transition:width .7s var(--ease-spring)}
.section-head.is-visible .eyebrow:before,.promo-copy.is-visible .eyebrow:before{width:28px}

@media(min-width:761px){
 .topbar,.topbar.scrolled{box-shadow:0 1px 0 rgba(23,55,43,.06),0 12px 35px rgba(23,55,43,.035)}
 .desktop-search{padding:0 5px 0 16px;background:rgba(23,55,43,.035);border:1px solid transparent!important}
 .desktop-search:focus-within{background:#fff;border-color:rgba(23,55,43,.16)!important;box-shadow:0 10px 32px rgba(23,55,43,.09)}
 .catalog,.about{content-visibility:auto;contain-intrinsic-size:800px}
}

@media(max-width:760px){
 html{scroll-padding-top:68px}
 .hero-button,.outline-button,.primary-button,.whatsapp-button,.add-detail{min-height:48px}
 .product-card{border-radius:18px;padding:7px 7px 14px}
 .product-image{border-radius:14px}
 .promo-carousel{margin:14px 10px;border-radius:26px}
 .promo-slide{padding-left:22px;padding-right:22px}
 .bottom-nav{left:10px;right:10px;bottom:9px;width:auto;border-radius:22px;background:rgba(251,249,245,.88);backdrop-filter:blur(18px);box-shadow:0 14px 45px rgba(14,39,30,.18);border:1px solid rgba(255,255,255,.65)}
 body{padding-bottom:78px}
 .search-page{padding-bottom:78px}
 .cart-drawer{padding-bottom:calc(22px + 78px);border-radius:26px 26px 0 0}
 .menu-drawer{border-radius:26px 0 0 26px}
 .detail-image{border-radius:0 0 24px 24px}
 .category-cards button{border-radius:18px}
}

@media(prefers-reduced-motion:reduce){
 html{scroll-behavior:auto}
 *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
 .motion-ready .reveal-item{opacity:1;transform:none}
 .hero-image{transform:none!important}
}

/* Compact product view, sharing and guided cart */
.product-page{scrollbar-gutter:stable}
.product-detail-layout{height:calc(100svh - 222px);min-height:480px;grid-template-columns:56% 44%;overflow:hidden}
.detail-image{height:100%}
.detail-image img{height:100%;max-height:none;object-fit:cover}
.detail-copy{padding:clamp(24px,3.8vw,58px);max-width:760px;width:100%}
.detail-copy .eyebrow{margin-bottom:12px}
.detail-title-row{align-items:flex-end;padding-bottom:18px;gap:20px}
.detail-title-row h2{font-size:clamp(38px,4.2vw,64px);line-height:.98;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;overflow-wrap:anywhere}
.detail-title-row strong{font-size:clamp(24px,2.2vw,31px)}
.detail-facts{margin:18px 0}
.detail-facts>div{padding:11px 0}
.detail-copy>p{font-size:15px;line-height:1.5;margin:17px 0 22px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}
.detail-action{grid-template-columns:145px 1fr}
.quantity-picker,.add-detail{height:52px}
.quantity-picker input{width:48px;border:0;background:transparent;text-align:center;font-weight:700;outline:0;-moz-appearance:textfield}
.quantity-picker input::-webkit-inner-spin-button,.quantity-picker input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.add-detail{position:relative;overflow:hidden}
.add-detail b{position:absolute;inset:0;display:grid;place-items:center;background:var(--green);font-size:22px;transform:translateY(100%);transition:transform .25s}
.add-detail.added b{transform:none}
.share-actions{display:flex;gap:8px}
.share-actions button{height:34px;padding:0 13px;border:1px solid var(--line);background:transparent;display:flex;align-items:center;gap:7px;font-size:12px;color:var(--green)}
.share-actions .share-whatsapp{background:#1f7048;color:white;border-color:#1f7048}
.share-actions svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.cart-bump svg{animation:cart-bump .55s ease}.count-bump{animation:count-bump .55s ease}
@keyframes cart-bump{35%{transform:translateY(-5px) rotate(-8deg)}70%{transform:translateY(1px) rotate(5deg)}}
@keyframes count-bump{40%{transform:scale(1.65);background:#e4bd62}100%{transform:scale(1)}}
.cart-summary{padding-top:14px}
.free-shipping{display:block!important;margin:0 0 12px!important}
.shipping-copy{display:block!important;margin:0 0 8px!important}
.shipping-copy strong{font-family:var(--sans);font-size:13px;line-height:1.3;display:block}
.shipping-copy span{font-size:11px;color:#6f756f;display:block;margin-top:3px}
.shipping-track{height:5px;background:#dedbd1;overflow:hidden}
.shipping-track i{display:block;width:0;height:100%;background:var(--gold);transition:width .4s ease}
.cart-suggestions{display:block!important;margin:0 0 13px!important}
.cart-suggestions>span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.09em;margin-bottom:8px;color:#647067}
.suggestion-track{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}
.suggestion-track::-webkit-scrollbar{height:3px}.suggestion-track::-webkit-scrollbar-thumb{background:var(--line)}
.suggestion-card{flex:0 0 205px;display:grid;grid-template-columns:42px 1fr 28px;gap:9px;align-items:center;background:white;padding:6px;scroll-snap-align:start}
.suggestion-card img{width:42px;height:50px;object-fit:cover}
.suggestion-card b,.suggestion-card span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.suggestion-card b{font-family:var(--serif);font-size:13px;font-weight:500}.suggestion-card span{font-size:11px;color:#6f756f;margin-top:2px}
.suggestion-card button{width:28px;height:28px;border:0;background:var(--green);color:white;font-size:18px}
.cart-total-row{margin:0 0 12px!important}
@media(max-width:760px){
 .product-detail-layout{height:calc(100svh - 150px);min-height:0;display:grid;grid-template-columns:1fr;grid-template-rows:36% 64%;overflow:hidden}
 .detail-image{height:auto;min-height:0}
 .detail-copy{padding:18px 18px 20px;align-self:stretch}
 .detail-copy .eyebrow{font-size:11px;margin-bottom:6px}
 .detail-title-row{display:flex;align-items:flex-end;padding-bottom:10px}
 .detail-title-row h2{font-size:clamp(31px,9.5vw,42px);margin:0;max-width:72%}
 .detail-title-row strong{font-size:22px}
 .detail-facts{margin:10px 0}
 .detail-facts>div{padding:8px 0;font-size:12px}
 .detail-copy>p{font-size:13px;line-height:1.4;margin:10px 0 12px}
 .detail-action{position:static;padding:0;grid-template-columns:122px 1fr}
 .quantity-picker,.add-detail{height:46px}
 .quantity-picker button{width:35px}
 .share-actions button{width:36px;padding:0;justify-content:center}
 .share-actions button span{display:none}
 .product-breadcrumb>button{font-size:11px}
 .cart-drawer{padding-top:18px}
 .suggestion-card{flex-basis:185px}
}
@media(max-height:720px) and (min-width:761px){
 .product-detail-layout{min-height:420px}
 .detail-copy{padding-top:20px;padding-bottom:20px}
 .detail-title-row h2{font-size:44px}
}

/* One shared header and footer across every route */
.search-page,.product-page{position:relative;inset:auto;z-index:auto;display:none;transform:none;transition:none;overflow:visible;padding-bottom:0;background:#f7f5f0}
.search-page.open,.product-page.open{display:block;transform:none}
.search-page,.product-page,.about-page{padding-top:116px}
.about-page{display:none;background:var(--cream);min-height:calc(100svh - 58px)}
.about-page.open{display:block}
.search-page .delivery-strip{position:relative}
.category-sidebar{top:116px}
.suggestion-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.suggestion-head>span{font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:#647067}
.suggestion-head>div{display:flex;gap:5px}
.suggestion-head button{width:27px;height:25px;border:1px solid var(--line);background:white;color:var(--green);display:grid;place-items:center;padding:0}
.cart-suggestions>span{display:none}
.suggestion-track{scrollbar-width:thin;cursor:grab}
.suggestion-track:active{cursor:grabbing}
.about-page-hero{min-height:430px;padding:clamp(70px,9vw,135px) max(22px,10vw);display:grid;grid-template-columns:1.35fr .65fr;gap:clamp(40px,8vw,130px);align-items:end;background:var(--green);color:white}
.about-page-hero .eyebrow{color:var(--gold)}
.about-page-hero h1{font-family:var(--serif);font-size:clamp(48px,6vw,86px);font-weight:500;line-height:1.02;letter-spacing:-.045em;margin:0;max-width:900px}
.about-page-hero>p{font-size:17px;line-height:1.7;color:rgba(255,255,255,.72);margin:0 0 8px;max-width:480px}
.about-page-grid{padding:clamp(60px,8vw,110px) max(22px,7vw);display:grid;grid-template-columns:repeat(2,1fr) 1.2fr;gap:1px;background:var(--line)}
.about-page-grid>article,.about-page-grid>aside{background:var(--cream);padding:clamp(28px,4vw,58px)}
.about-page-grid>article>span{color:var(--gold);font-family:var(--serif);font-size:23px}
.about-page-grid h2{font-family:var(--serif);font-size:clamp(28px,3vw,42px);font-weight:500;line-height:1.1;margin:22px 0 16px}
.about-page-grid p{color:#68675f;line-height:1.65;margin:0}
.about-page-grid>aside{background:#ede7dc}
.about-contacts{display:flex;flex-direction:column;margin-top:28px}
.about-contacts a{padding:15px 0;border-top:1px solid rgba(23,55,43,.18);display:flex;justify-content:space-between;text-decoration:none;font-weight:600}
@media(max-width:760px){
 .search-page,.product-page,.about-page{padding-top:48px}
 .category-sidebar{top:48px}
 .about-page-hero{min-height:480px;padding:70px 22px 48px;grid-template-columns:1fr;gap:30px;align-content:end}
 .about-page-hero h1{font-size:clamp(42px,12vw,58px)}
 .about-page-hero>p{font-size:15px}
 .about-page-grid{padding:40px 16px;grid-template-columns:1fr}
 .about-page-grid>article,.about-page-grid>aside{padding:34px 24px}
 .suggestion-head button{width:30px;height:28px}
}

/* Instant product search in the desktop header */
@media(min-width:761px){
 .desktop-search{position:relative;z-index:24}
 .header-search-results{position:absolute;left:0;top:44px;width:min(440px,72vw);background:white;border:1px solid rgba(23,55,43,.12);box-shadow:0 20px 45px rgba(13,33,25,.16);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.18s;overflow:hidden}
 .header-search-results.open{opacity:1;visibility:visible;transform:none}
 .header-result-list{padding:7px}
 .header-result{width:100%;display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:12px;padding:8px;border:0;background:white;text-align:left}
 .header-result:hover,.header-result:focus-visible{background:#f4f0e8;outline:0}
 .header-result img{width:52px;height:62px;object-fit:cover}
 .header-result span{min-width:0}
 .header-result b,.header-result small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
 .header-result b{font-family:var(--serif);font-size:17px;font-weight:500;color:var(--ink)}
 .header-result small{font-size:11px;color:#71786f;margin-top:4px}
 .header-result strong{font-size:13px;color:var(--green);white-space:nowrap}
 .header-view-all{width:100%;min-height:48px;border:0;border-top:1px solid var(--line);background:#f7f5f0;padding:0 16px;display:flex;align-items:center;justify-content:space-between;text-align:left;font-size:12px;font-weight:600;color:var(--green)}
 .header-view-all span{font-size:18px;color:var(--gold)}
 .header-no-results{padding:24px 18px}
 .header-no-results strong,.header-no-results span{display:block}
 .header-no-results strong{font-family:var(--serif);font-size:18px;font-weight:500}
 .header-no-results span{font-size:12px;color:#71786f;margin-top:5px}
}

/* Wider search and isolated dropdown button sizing */
@media(min-width:761px){
 .desktop-search{width:clamp(300px,32vw,460px)}
 .desktop-search>button{width:42px;height:38px;flex:0 0 42px;border:0;background:transparent;padding:8px}
 .header-search-results{width:min(540px,calc(100vw - 80px));top:45px}
 .desktop-search .header-result{width:100%;height:auto;min-height:76px;padding:8px 10px}
.desktop-search .header-view-all{width:100%;height:auto;min-height:50px;padding:0 18px}

/* Refinamentos de navegação e checkout */
.hero-button{justify-content:center}.text-link{border-bottom:1px solid currentColor;padding:8px 0 5px}.add-button{font-size:13px!important;border-bottom:1px solid rgba(23,55,43,.35);padding-bottom:3px}.add-button:after{content:none!important}.outline-button{font-size:12px;letter-spacing:.09em}.promo-arrow{font-family:var(--serif);font-size:28px;line-height:1}.menu-drawer nav a{position:relative;padding-right:26px}.menu-drawer nav a:after{content:"";position:absolute;right:5px;top:50%;width:5px;height:5px;border-radius:50%;background:var(--gold);transform:translateY(-50%)}.header-view-all{justify-content:flex-start;text-decoration:underline;text-underline-offset:4px}.cart-item{grid-template-columns:1fr auto}.cart-item-main{display:grid;grid-template-columns:76px 1fr;gap:14px;min-width:0;cursor:pointer}.cart-item-main:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.cart-item-main:hover h4{text-decoration:underline;text-underline-offset:3px}.primary-button.full{justify-content:center}.phone-field{display:flex;align-items:stretch;border-bottom:1px solid var(--green2)}.checkout .phone-field input{border:0;min-width:0}.phone-prefix{display:flex;align-items:center;gap:6px;padding-right:10px;font-size:16px;white-space:nowrap}.phone-prefix button{width:20px;height:20px;border:0;border-radius:50%;background:var(--beige);color:var(--green);display:grid;place-items:center;line-height:1;padding:0}.whatsapp-button{justify-content:center;gap:11px}.whatsapp-button svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.6;flex:0 0 auto}
@media(max-width:600px){.text-link{font-size:12px}.menu-drawer nav a:after{right:4px}.cart-item-main{grid-template-columns:72px 1fr}.cart-item-main img{width:72px;height:88px}.whatsapp-button{font-size:14px}}
 .header-result-list{padding:8px}
 .header-result{grid-template-columns:58px minmax(0,1fr) auto;gap:14px}
 .header-result img{width:58px;height:68px}
 .header-result b{font-size:18px}
 .header-result small{font-size:12px}
 .header-result strong{font-size:14px;padding-left:10px}
}

/* v18 cascade lock — mantém o novo acabamento acima dos estilos legados */
.hero-button,.outline-button,.primary-button,.whatsapp-button,.add-detail,.search-banner button{border-radius:999px!important;box-shadow:0 9px 28px rgba(11,42,31,.12)}
.product-card{border-radius:24px;padding:10px 10px 18px;background:rgba(255,255,255,.34)}
.product-image{border-radius:18px}
.add-button{border:0!important;background:rgba(23,55,43,.07)!important;border-radius:999px;padding:8px 12px!important}
.promo-carousel{margin:clamp(18px,3vw,46px);border-radius:clamp(24px,3vw,42px);box-shadow:0 18px 55px rgba(18,48,37,.10)}
.category-cards button,.header-search-results,.suggestion-card,.search-banner,.about-page-card{border-radius:22px}
.desktop-store-nav>a,.desktop-products-menu>a{border-radius:999px;padding-inline:15px;height:36px!important}
.desktop-store-nav>a:after,.desktop-products-menu>a:after{display:none}
.desktop-store-nav>a:hover,.desktop-products-menu:hover>a,.desktop-products-menu:focus-within>a{background:rgba(23,55,43,.07)}
.desktop-search{border-radius:999px!important}
.cart-drawer{border-radius:32px 0 0 32px}
.detail-image{border-radius:0 28px 28px 0}
@media(max-width:760px){.product-card{border-radius:18px;padding:7px 7px 14px}.product-image{border-radius:14px}.promo-carousel{margin:14px 10px;border-radius:26px}.bottom-nav{left:10px;right:10px;bottom:9px;width:auto;border-radius:22px;background:rgba(251,249,245,.88);backdrop-filter:blur(18px);box-shadow:0 14px 45px rgba(14,39,30,.18);border:1px solid rgba(255,255,255,.65)}body{padding-bottom:78px}.cart-drawer{border-radius:26px 26px 0 0}.detail-image{border-radius:0 0 24px 24px}}

/* v19 — ajustes de contraste, respiro e controles */
.desktop-search input:focus,.desktop-search input:focus-visible{outline:none!important;box-shadow:none!important}
.desktop-search:focus-within{outline:none!important;border-color:transparent!important;box-shadow:none!important;background:rgba(23,55,43,.035)!important}
.section-head .eyebrow:before,.promo-copy .eyebrow:before{display:none!important}
.section-head .eyebrow,.promo-copy .eyebrow{gap:0!important}
.product-card{padding:16px 16px 21px!important}
.product-info{padding:20px 3px 0}
.add-button,.product-card:hover .add-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 15px!important;background:var(--green)!important;color:#fff!important;box-shadow:none}
.promo-arrow{display:grid!important;place-items:center;padding:0!important;font-family:inherit!important;line-height:1!important}
.promo-arrow svg{display:block;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.about>p:last-of-type{margin-bottom:28px}
.about-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 28px;border-radius:999px;background:var(--green);color:#fff;text-decoration:none;font-weight:600;box-shadow:0 9px 28px rgba(11,42,31,.12)}
.about-button:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(18,48,37,.18)}
.footer-main>*{opacity:1!important;transform:none!important;transition:none!important}
@media(max-width:760px){.product-card{padding:10px 10px 16px!important}.product-info{padding:16px 2px 0}.add-button,.product-card:hover .add-button{min-height:34px;padding:7px 12px!important}.about-button{width:min(240px,100%)}}

/* v20 — proporções e alinhamentos finais */
.hero h1 .hero-line-second{margin-left:0!important}
.hero-copy{padding-bottom:clamp(120px,14vh,165px)!important}
.product-image{aspect-ratio:4/5!important}
.product-info{display:flex;flex-direction:column;min-height:126px}
.product-info h3{min-height:2em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.product-buy{margin-top:auto;width:100%}
.promo-product{height:330px;justify-content:flex-end!important}
.promo-product img{width:min(100%,430px);height:245px;max-height:245px!important;object-fit:contain;flex:0 0 245px}
.promo-product-wide img{width:min(100%,520px);height:205px;max-height:205px!important;flex-basis:205px}
.promo-product .outline-button{flex:0 0 50px;margin-top:auto}
.product-detail-layout{grid-template-columns:43% 57%!important}
.detail-image{border-radius:0!important}
.detail-image img{object-position:center center}
.detail-copy{padding-left:clamp(54px,6vw,115px);padding-right:clamp(70px,9vw,170px)}
.cart-drawer{padding-top:18px!important}
.drawer-head .eyebrow{margin-bottom:3px}
.drawer-head h2{line-height:1}
.suggestion-head button{width:34px!important;height:34px!important;border-radius:50%!important}
.suggestion-head button svg{display:block;width:18px;height:18px;fill:none;stroke:var(--green);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.suggestion-track{gap:10px;scroll-padding-left:0;overflow-x:auto!important}
.suggestion-card{flex:0 0 78%!important;min-width:0;grid-template-columns:52px minmax(0,1fr) 32px;padding:7px!important}
.suggestion-card img{width:52px;height:58px;border-radius:10px}
@media(max-width:760px){
 .hero-copy{padding-bottom:75px!important}
 .product-image{aspect-ratio:4/5!important}
 .product-info{min-height:118px}
 .promo-product{height:315px}
 .promo-product img{height:230px;max-height:230px!important;flex-basis:230px}
 .promo-product-wide img{height:185px;max-height:185px!important;flex-basis:185px}
 .product-detail-layout{display:block}
 .detail-image{height:46svh!important;border-radius:0!important}
 .detail-copy{padding:30px 20px 38px}
 .cart-drawer{padding-top:12px!important}
 .suggestion-card{flex-basis:82%!important}
}

/* v21 — ponte de hover entre Produtos e o megamenu */
@media(min-width:761px){
 .desktop-products-menu{height:48px;display:flex;align-items:center}
 .desktop-products-menu>a{position:relative;z-index:2}
 .desktop-products-menu:after{display:none!important}
 .desktop-products-menu .desktop-mega{z-index:21}
}

/* v22 — aproveitamento da coluna de informações do produto */
@media(min-width:761px){
 .detail-copy{max-width:none!important;width:100%;padding-left:clamp(52px,5vw,92px)!important;padding-right:clamp(44px,5vw,92px)!important}
 .detail-title-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:end;column-gap:32px}
 .detail-title-row h2{max-width:none!important;overflow-wrap:normal!important;word-break:normal!important;font-size:clamp(40px,4vw,64px)}
 .detail-copy>p{max-width:880px}
 .detail-action{grid-template-columns:145px minmax(280px,520px);max-width:720px}
}

/* v24 — hierarquia comercial da página de produto */
.detail-title-row{display:block!important;border-bottom:0!important;padding-bottom:0!important}
.detail-title-row h2{margin-bottom:0!important}
.detail-commerce{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-top:24px;padding-bottom:24px;border-bottom:1px solid var(--line)}
.detail-price-block{display:flex;flex-direction:column;gap:7px}
.detail-price-block>strong{font-family:var(--serif);font-size:clamp(30px,2.7vw,42px);font-weight:700;line-height:1;white-space:nowrap}
.detail-price-block>span{font-size:14px;color:#68675f;line-height:1.4}
.detail-price-block>span b{color:var(--ink);font-weight:650}
.detail-size-group{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:0 0 auto}
.detail-size-group>span{font-size:13px;color:#68675f}
.detail-size-group>b{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 17px;border-radius:999px;background:var(--green);color:#fff;font-size:14px;font-weight:650;letter-spacing:.01em}
.detail-size-group[hidden]{display:none!important}
.detail-facts{margin:20px 0!important}
.detail-facts>div{gap:24px}
.detail-facts>div b{text-align:right}
.detail-copy>p{margin-top:22px!important}
@media(max-width:760px){
 .detail-commerce{align-items:flex-start;margin-top:18px;padding-bottom:18px}
 .detail-price-block>strong{font-size:30px}
 .detail-price-block>span{font-size:13px}
 .detail-size-group>span{font-size:12px}
 .detail-size-group>b{min-height:34px;padding:0 14px;font-size:13px}
 .detail-facts{margin:16px 0!important}
}

/* v25 — respiro vertical da página de produto */
@media(min-width:761px){
 .detail-copy{align-self:stretch!important;display:flex;flex-direction:column;justify-content:flex-start;padding-top:clamp(30px,5vh,54px)!important;padding-bottom:clamp(42px,7vh,74px)!important}
 .detail-copy .eyebrow{margin-top:0;margin-bottom:14px}
 .detail-title-row h2{-webkit-line-clamp:3!important;line-clamp:3!important;line-height:1.02!important}
 .detail-commerce{margin-top:30px;padding-bottom:28px}
 .detail-facts{margin:28px 0 0!important}
 .detail-facts>div{padding:14px 0}
 .detail-copy>p{margin:28px 0 0!important;line-height:1.58}
 .detail-action{margin-top:34px}
}
@media(max-width:760px){
 .detail-copy{padding-top:24px!important;padding-bottom:44px!important}
 .detail-title-row h2{-webkit-line-clamp:3!important;line-clamp:3!important;line-height:1.04!important}
 .detail-commerce{margin-top:22px;padding-bottom:22px}
 .detail-facts{margin:21px 0 0!important}
 .detail-facts>div{padding:11px 0}
 .detail-copy>p{margin:21px 0 0!important}
 .detail-action{margin-top:24px}
}

/* v27 — enquadramento completo para as fotografias verticais dos kits */
.detail-image.kit-detail-image{background:#e9e4dc}
.detail-image.kit-detail-image img{object-fit:contain!important;object-position:center center!important;width:100%;height:100%}
.product-detail-layout.kit-gallery-layout{grid-template-columns:34% 66%!important}
.detail-image{position:relative}
.detail-gallery-controls{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:18px;pointer-events:none}
.detail-gallery-controls[hidden]{display:none!important}
.detail-gallery-controls button{pointer-events:auto;width:46px;height:46px;border-radius:50%;border:1px solid rgba(20,58,44,.18);background:rgba(255,255,255,.9);color:var(--green);display:grid;place-items:center;box-shadow:0 8px 28px rgba(17,44,34,.12)}
.detail-gallery-controls svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.product-image-alternate{position:absolute;inset:0;opacity:0;z-index:1;transition:opacity .45s ease,transform .7s var(--ease-spring)!important}
.product-card:hover .product-image-alternate,.product-card:focus-visible .product-image-alternate{opacity:1}
.product-card:hover .product-image-primary,.product-card:focus-visible .product-image-primary{opacity:0}
.product-image-primary{transition:opacity .45s ease,transform .7s var(--ease-spring)!important}
.product-tag{z-index:2}
@media(max-width:760px){
 .product-detail-layout.kit-gallery-layout{display:block!important}
 .detail-image.kit-detail-image img{object-position:center center!important}
 .detail-gallery-controls{padding:12px}
 .detail-gallery-controls button{width:40px;height:40px}
}

/* v29 — fechamento do enquadramento dos kits no desktop */
@media(min-width:761px){
 .product-detail-layout.kit-gallery-layout{grid-template-columns:30% 70%!important}
 .detail-image.kit-detail-image{background:#eeeae3}
 .detail-image.kit-detail-image img{object-fit:cover!important;object-position:center center!important}
 .detail-gallery-controls{padding:12px}
 .detail-gallery-controls button{width:34px;height:34px;box-shadow:0 5px 18px rgba(17,44,34,.1)}
 .detail-gallery-controls svg{width:17px;height:17px}
}

/* v30 — cabeçalho e navegação mobile */
@media(max-width:760px){
 .topbar,.topbar.scrolled{height:66px!important;padding:0 16px!important}
 .mobile-header{position:relative;justify-content:flex-end;height:100%}
 .mobile-header .logo-link{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
 .mobile-header .logo-link img,.topbar.scrolled .mobile-header .logo-link img{width:154px!important}
 .mobile-header .menu-button,.topbar.scrolled .mobile-header .menu-button{width:38px!important;height:34px!important;margin-left:auto}
 .search-page,.product-page,.about-page{padding-top:66px}
 .menu-drawer{width:100%;padding:0 18px 28px!important;border-radius:0!important;overflow-y:auto}
 .menu-head{height:66px;margin:0!important;padding:0 44px 0 0!important;display:flex;justify-content:center;border-bottom:1px solid rgba(23,55,43,.1)}
 .menu-head .logo-link img{width:154px!important}
 .menu-head .icon-button{position:absolute!important;top:16px!important;right:16px!important;width:34px;height:34px;font-size:24px}
 .mobile-menu-search{height:46px;margin:18px 0 24px;padding:0 8px 0 16px;border:1px solid rgba(23,55,43,.14);border-radius:999px;background:#fff;display:flex;align-items:center}
 .mobile-menu-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;font-size:13px;color:var(--ink)}
 .mobile-menu-search button{width:36px;height:36px;flex:0 0 36px;border:0;border-radius:50%;background:transparent;display:grid;place-items:center}
 .mobile-menu-search svg{width:19px;height:19px;fill:none;stroke:var(--green);stroke-width:1.7}
 .menu-drawer>.eyebrow{margin:0 0 7px;font-size:10px}
 .mobile-menu-nav{display:flex;flex-direction:column}
 .menu-drawer .mobile-menu-nav>a,.mobile-products-toggle{min-height:50px;padding:11px 2px!important;border:0!important;border-bottom:1px solid var(--line)!important;background:transparent;font-family:var(--serif)!important;font-size:25px!important;font-weight:500;text-decoration:none;display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;color:var(--ink)}
 .menu-drawer .mobile-menu-nav>a:after{display:none!important}
 .mobile-products-toggle i{font-family:var(--sans);font-size:17px;font-style:normal;color:var(--gold);transition:transform .22s ease}
 .mobile-products-group.open .mobile-products-toggle i{transform:rotate(180deg)}
 .mobile-products-children{max-height:0;overflow:hidden;padding-left:12px;transition:max-height .3s ease}
 .mobile-products-group.open .mobile-products-children{max-height:230px}
 .menu-drawer .mobile-products-children a{min-height:40px;padding:9px 4px!important;border-bottom:1px solid rgba(23,55,43,.1)!important;font-family:var(--sans)!important;font-size:13px!important;color:#58675e;text-decoration:none;display:flex;align-items:center}
 .menu-drawer .mobile-products-children a:after{display:none!important}
}
@media(max-width:380px){
 .mobile-header .logo-link img,.topbar.scrolled .mobile-header .logo-link img,.menu-head .logo-link img{width:142px!important}
 .menu-drawer .mobile-menu-nav>a,.mobile-products-toggle{font-size:23px!important;min-height:47px}
}

/* v31 — fechamento responsivo do cabeçalho, hero, busca e navegação inferior */
.hero-support{display:contents}
.hero-support>p{font-size:18px;line-height:1.6;color:rgba(255,255,255,.72);max-width:520px;margin:24px 0 32px}
@media(max-width:760px){
 .topbar,.topbar.scrolled{height:64px!important}
 .mobile-header{justify-content:space-between}
 .mobile-header .logo-link{position:static;transform:none;margin:0}
 .mobile-header .logo-link img,.topbar.scrolled .mobile-header .logo-link img{width:132px!important}
 .menu-head{justify-content:flex-start;padding-right:44px!important}
 .menu-head .logo-link img{width:132px!important}
 .search-page,.product-page,.about-page{padding-top:64px}
 .hero{min-height:0!important;padding-top:64px;background:var(--green);overflow:hidden}
 .hero-image{position:relative!important;inset:auto!important;height:clamp(278px,78vw,350px);min-height:0!important}
 .hero-image img{height:100%;object-fit:cover;object-position:center 54%}
 .hero-image:after{background:linear-gradient(0deg,rgba(8,27,20,.72),rgba(8,27,20,.03) 72%)}
 .hero-copy{position:relative;width:100%;height:auto!important;padding:0!important;display:block}
 .hero-copy h1{position:absolute;z-index:2;left:20px;right:20px;bottom:100%;margin:0 0 17px;font-size:clamp(41px,12vw,51px);line-height:.87}
 .hero h1 .hero-line-second{margin-left:0!important}
 .hero-support{display:block;background:var(--green);padding:22px 20px 28px}
 .hero-support p{max-width:290px;margin:0 0 18px!important;color:rgba(255,255,255,.76);font-size:14px;line-height:1.45}
 .hero-support .hero-button{width:min(224px,100%);height:48px;border-radius:999px;justify-content:center;padding:0 18px;font-size:13px;box-shadow:none}
 .hero:after{display:none!important}
 .bottom-nav{left:16px!important;right:16px!important;bottom:calc(16px + env(safe-area-inset-bottom))!important;width:auto;height:58px;justify-content:space-around;gap:0!important;padding:0 7px!important}
 .bottom-item{flex:1;max-width:96px}
 body{padding-bottom:92px!important}
 .search-page{padding-bottom:92px!important}
 .cart-drawer{padding-bottom:calc(28px + 92px)!important}
 .menu-drawer{position:fixed}
 .mobile-menu-search-results{position:absolute;z-index:4;left:18px;right:18px;top:130px;background:#fff;border:1px solid rgba(23,55,43,.12);border-radius:18px;box-shadow:0 18px 50px rgba(13,33,25,.16);opacity:0;visibility:hidden;transform:translateY(-5px);transition:.18s;overflow:hidden}
 .mobile-menu-search-results.open{opacity:1;visibility:visible;transform:none}
 .mobile-result-list{padding:6px}
 .mobile-result{width:100%;min-width:0;display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:10px;padding:7px;border:0;border-radius:12px;background:#fff;text-align:left}
 .mobile-result+.mobile-result{border-top:1px solid rgba(23,55,43,.08)}
 .mobile-result img{width:46px;height:54px;border-radius:9px;object-fit:cover}
 .mobile-result span{min-width:0}
 .mobile-result b,.mobile-result small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
 .mobile-result b{font-family:var(--serif);font-size:15px;font-weight:500}
 .mobile-result small{font-size:10px;color:#707970;margin-top:3px}
 .mobile-result strong{font-size:12px;white-space:nowrap;color:var(--green)}
 .mobile-view-all{width:100%;min-height:40px;border:0;border-top:1px solid var(--line);background:#f6f3ed;color:var(--green);font-size:12px;font-weight:600}
 .mobile-no-results{padding:20px 17px}
 .mobile-no-results strong,.mobile-no-results span{display:block}
 .mobile-no-results strong{font-family:var(--serif);font-size:17px}
 .mobile-no-results span{font-size:11px;color:#707970;margin-top:4px}
}
@media(max-width:360px){
 .mobile-header .logo-link img,.topbar.scrolled .mobile-header .logo-link img,.menu-head .logo-link img{width:122px!important}
 .hero-image{height:270px}
 .hero-copy h1{font-size:40px;left:17px;right:17px}
 .hero-support{padding-left:17px;padding-right:17px}
 .bottom-nav{left:10px!important;right:10px!important}
 .mobile-result{grid-template-columns:42px minmax(0,1fr) auto;gap:8px}
 .mobile-result img{width:42px;height:50px}
}

/* v32 — enquadramento final do hero no mobile */
@media(max-width:760px){
 .hero-image{width:100%!important}
 .hero-image img{width:112%!important;max-width:none!important;object-position:left 54%!important}
 .hero-copy h1{margin-bottom:36px!important}
 .hero:before{content:none!important;display:none!important}
}

/* v33 — banners compactos e hierarquia final da home */
.footer-brand img{width:170px!important}
@media(max-width:760px){
 .promo-carousel{margin:14px 10px!important}
 .promo-slide{
  height:clamp(500px,72svh,640px);
  min-height:0!important;
  padding:30px 20px 66px!important;
  grid-template-columns:1fr!important;
  grid-template-rows:auto minmax(0,1fr);
  align-items:stretch!important;
  gap:12px!important;
 }
 .promo-copy{min-width:0}
 .promo-copy .eyebrow{font-size:10px;margin-bottom:10px}
 .promo-slide h2{font-size:clamp(30px,8.6vw,36px)!important;line-height:1!important}
 .promo-slide h2 br{display:block!important}
 .promo-copy p{
  margin-top:12px!important;
  font-size:13.5px;
  line-height:1.45;
  min-height:2.9em;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
 }
 [data-promo-slide="florais"] .promo-copy p{min-height:4.35em;-webkit-line-clamp:3}
 .promo-product{
  height:auto!important;
  min-height:0;
  display:grid;
  grid-template-rows:minmax(0,1fr) 44px;
  align-items:end!important;
  justify-items:center;
  gap:10px!important;
 }
 .promo-product img{
  align-self:center;
  width:min(84vw,310px)!important;
  height:clamp(135px,22svh,180px)!important;
  max-height:180px!important;
  flex:none!important;
 }
 .promo-product-wide img{width:min(88vw,340px)!important;height:clamp(112px,18svh,150px)!important;max-height:150px!important}
 .promo-product .outline-button{width:100%!important;height:44px;min-height:44px;flex:none!important;margin:0!important}
 .promo-controls{bottom:13px!important}
 .about{padding-left:18px;padding-right:18px}
 .about-lead{max-width:360px;font-size:clamp(28px,7.8vw,34px);line-height:1.08}
 .footer-brand img{width:138px!important}
}
@media(max-width:380px){
 .promo-slide{padding-left:17px!important;padding-right:17px!important}
 .promo-slide h2{font-size:clamp(28px,8.4vw,32px)!important}
 .promo-copy p{font-size:13px}
}
@media(max-width:760px) and (max-height:650px){
 .promo-slide{height:calc(100svh - 78px);min-height:460px!important;padding-top:20px!important;padding-bottom:58px!important;gap:8px!important}
 .promo-copy .eyebrow{margin-bottom:7px}
 .promo-slide h2{font-size:28px!important}
 .promo-copy p{margin-top:8px!important;font-size:12.5px}
 .promo-product img{height:115px!important;max-height:115px!important}
 .promo-product-wide img{height:96px!important;max-height:96px!important}
 .promo-controls{bottom:10px!important}
}

/* v34 — enquadramento e alinhamento preciso da home */
@media(max-width:760px){
 .hero-image img{
  width:112%!important;
  margin-left:-6%!important;
  object-position:center 54%!important;
 }
 .promo-slide{padding-top:42px!important}
 .promo-product{
  width:100%;
  padding-bottom:25px;
  justify-self:center;
  justify-items:center!important;
 }
 .promo-product img{
  display:block;
  justify-self:center!important;
  margin-inline:auto!important;
  object-position:center!important;
 }
 .promo-product .outline-button{
  width:min(100%,294px)!important;
  justify-self:center!important;
  margin-inline:auto!important;
 }
 .about-lead{font-size:27px!important;max-width:357px!important}
}
@media(max-width:380px){
 .about-lead{font-size:25px!important}
}
@media(max-width:760px) and (max-height:650px){
 .promo-slide{padding-top:28px!important}
 .promo-product{padding-bottom:22px}
}

/* v35 — grade única para todos os slides no mobile */
@media(max-width:760px){
 .promo-slide{
  height:min(620px,calc(100svh - 78px));
  min-height:500px!important;
  grid-template-rows:180px minmax(0,1fr)!important;
  padding-top:34px!important;
  padding-bottom:58px!important;
  gap:0!important;
 }
 .promo-copy{
  height:180px;
  justify-content:flex-start!important;
 }
 .promo-copy p{margin-top:10px!important}
 .promo-product{
  height:100%!important;
  padding:0 0 34px!important;
  grid-template-rows:minmax(0,1fr) 44px!important;
 }
 .promo-product img{
  align-self:center!important;
  justify-self:center!important;
  object-position:center center!important;
  transform-origin:center center!important;
 }
 .promo-product .outline-button{
  align-self:end!important;
  justify-self:center!important;
 }
 .promo-controls{bottom:18px!important}
}
@media(max-width:380px){
 .promo-slide{grid-template-rows:168px minmax(0,1fr)!important}
 .promo-copy{height:168px}
}
@media(max-width:760px) and (max-height:650px){
 .promo-slide{
  height:calc(100svh - 72px);
  min-height:470px!important;
  grid-template-rows:158px minmax(0,1fr)!important;
  padding-top:24px!important;
  padding-bottom:54px!important;
 }
 .promo-copy{height:158px}
 .promo-product{padding-bottom:30px!important}
 .promo-controls{bottom:16px!important}
}

/* v36 — centralização geométrica dos elementos do carrossel */
@media(max-width:760px){
 .promo-product{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  padding:0!important;
 }
 .promo-slide.active .promo-product img,
 .promo-product img{
  position:absolute!important;
  left:50%!important;
  top:43%!important;
  margin:0!important;
  animation:none!important;
  transform:translate(-50%,-50%)!important;
  transform-origin:center center!important;
 }
 .promo-product .outline-button{
  position:absolute!important;
  left:50%!important;
  bottom:34px!important;
  margin:0!important;
  transform:translateX(-50%)!important;
 }
 .promo-controls{
  left:50%!important;
  bottom:18px!important;
  transform:translateX(-50%)!important;
 }
}
@media(max-width:760px) and (max-height:650px){
 .promo-product .outline-button{bottom:30px!important}
 .promo-product img{top:42%!important}
 .promo-controls{bottom:16px!important}
}

/* v38 — catálogo e produto mobile sem estouro lateral */
@media(max-width:760px){
 html,body{max-width:100%;overflow-x:hidden}
 .topbar,.topbar.scrolled{position:fixed!important;top:0;left:0;right:0;z-index:40}
 .search-page,.product-page{width:100%;max-width:100%;min-height:100svh;overflow-x:hidden;padding-top:64px!important;padding-bottom:104px!important}
 .search-page .delivery-strip{min-height:34px;padding:6px 14px;font-size:10.5px;line-height:1.25}
 .search-page .delivery-strip svg{width:18px;height:18px}
 .catalog-intro{padding:25px 18px 16px!important}
 .catalog-intro .eyebrow{font-size:10px}
 .catalog-intro h2{font-size:clamp(31px,9vw,40px)!important;line-height:1.02;margin-top:7px}
 .search-shell{display:block!important;width:100%;max-width:100%;min-height:0!important;margin:0;overflow:visible}
 .category-sidebar{
  position:static!important;
  top:auto!important;
  width:auto!important;
  height:auto!important;
  margin:0 14px 18px;
  padding:14px!important;
  border:1px solid rgba(23,55,43,.12)!important;
  border-radius:18px;
  background:#fff;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:7px;
 }
 .category-sidebar>strong{grid-column:1/-1;margin:0 2px 5px!important;font-size:10px}
 .category-sidebar>.category-link,.category-parent{
  min-width:0!important;
  min-height:38px!important;
  padding:8px 10px!important;
  border:1px solid rgba(23,55,43,.1)!important;
  border-radius:12px;
  background:#f8f6f1!important;
  font-size:12px;
  line-height:1.2;
 }
 .category-sidebar>.category-link.active,.category-group .category-parent.active{background:var(--green)!important;color:#fff!important;border-color:var(--green)!important}
 .category-group{min-width:0}
 .category-parent{width:100%;justify-content:space-between}
 .category-children{grid-column:1/-1}
 .category-group.open{grid-column:1/-1;display:grid;grid-template-columns:1fr}
 .category-group.open .category-children{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:6px;max-height:100px}
 .category-children .category-link{
  min-width:0;min-height:36px!important;padding:7px 6px!important;border:1px solid rgba(23,55,43,.1)!important;border-radius:10px;
  font-size:10.5px;line-height:1.15;text-align:center;justify-content:center;background:#fff
 }
 .search-content{width:100%;max-width:100%;padding:0 14px 24px!important;overflow:hidden}
 .search-box.large{width:100%;height:48px;margin:0 0 22px;border-radius:999px;padding:0 15px;background:#fff}
 .search-box.large input{min-width:0;font-size:13px}
 .category-cards{display:none!important}
 .search-results-head{margin:0 2px 15px!important;align-items:flex-end}
 .search-results-head h3{font-size:27px!important;line-height:1.05}
 .search-results-head span{font-size:10px}
 .search-grid,.home-catalog .product-grid{width:100%;max-width:100%;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px 10px!important}
 .search-grid .product-card{width:100%;min-width:0;margin:0}
 .search-grid .product-image{width:100%;aspect-ratio:4/5!important}
 .search-grid .product-info{min-width:0;min-height:116px;padding:13px 2px 0}
 .search-grid .product-info h3{font-size:17px;line-height:1.02;min-height:2.04em}
 .search-grid .product-info .meta{font-size:9.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
 .search-grid .price{font-size:17px}
 .search-grid .add-button{font-size:11px!important}
 .catalog-empty{min-height:180px;padding:42px 18px}

 .product-breadcrumb{min-height:42px!important;padding:5px 14px!important;position:relative!important;top:auto!important}
 .product-breadcrumb>button{font-size:11px}
 .share-actions{gap:5px}
 .share-actions button{height:30px!important;padding:0 9px!important}
 .share-actions button span{display:none}
 .share-actions button svg{width:16px;height:16px}
 .product-detail-layout,.product-detail-layout.kit-gallery-layout{
  display:block!important;width:100%;height:auto!important;min-height:0!important;overflow:visible!important
 }
 .detail-image,.detail-image.kit-detail-image{width:100%;height:clamp(250px,62vw,340px)!important;min-height:0;background:var(--beige)}
 .detail-image img,.detail-image.kit-detail-image img{
  display:block;width:100%!important;height:100%!important;max-width:100%;max-height:none!important;object-fit:contain!important;object-position:center!important
 }
 .detail-gallery-controls{padding:10px}
 .detail-gallery-controls button{width:34px;height:34px}
 .detail-copy{width:100%;max-width:100%;padding:22px 18px 28px!important}
 .detail-copy .eyebrow{font-size:9.5px;margin-bottom:7px!important}
 .detail-title-row h2{max-width:100%!important;font-size:clamp(30px,9vw,39px)!important;line-height:1.02!important;overflow-wrap:break-word!important}
 .detail-commerce{gap:14px;margin-top:17px!important;padding-bottom:17px!important}
 .detail-price-block{min-width:0}
 .detail-price-block>strong{font-size:29px!important}
 .detail-price-block>span{font-size:11.5px!important}
 .detail-size-group{max-width:42%;align-items:flex-end}
 .detail-size-group>span{font-size:10px!important;text-align:right}
 .detail-size-group>b{min-height:32px!important;padding:0 11px!important;font-size:11px!important;white-space:nowrap}
 .detail-facts{margin:16px 0 0!important}
 .detail-facts>div{gap:12px;padding:9px 0!important;font-size:11.5px!important}
 .detail-facts>div span{flex:0 0 auto}
 .detail-facts>div b{min-width:0;overflow-wrap:anywhere}
 .detail-copy>p{margin:16px 0 0!important;font-size:13px!important;line-height:1.45!important;display:block!important;overflow:visible!important}
 .detail-action{position:static!important;width:100%;margin-top:19px!important;padding:0!important;display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;gap:9px}
 .quantity-picker{width:100%;height:48px}
 .quantity-picker button{width:34px;font-size:18px}
 .quantity-picker input{min-width:28px;width:32px}
 .add-detail{width:100%;min-width:0;height:48px;border-radius:999px;font-size:12.5px!important;padding:0 10px}
 .bottom-nav{position:fixed!important;z-index:45!important}
}
@media(max-width:370px){
 .category-sidebar{margin-left:10px;margin-right:10px;padding:11px!important}
 .search-content{padding-left:10px!important;padding-right:10px!important}
 .search-grid,.home-catalog .product-grid{gap:13px 8px!important}
 .search-grid .product-card{padding:7px 7px 12px!important}
 .search-grid .product-info h3{font-size:15px}
 .detail-copy{padding-left:14px!important;padding-right:14px!important}
 .detail-action{grid-template-columns:104px minmax(0,1fr)!important}
 .add-detail{font-size:11.5px!important}
}

/* v39 — cards limpos e banners mais baixos no mobile */
.product-card,.product-card:hover,.product-card:focus-visible,
.product-card *,.product-card:hover *,.product-card:focus-visible *{
 text-decoration:none!important;
}
.add-button,.product-card:hover .add-button,.product-card:focus-visible .add-button{
 width:auto!important;
 min-height:0!important;
 margin-top:7px!important;
 padding:0!important;
 border:0!important;
 border-radius:0!important;
 background:transparent!important;
 color:var(--green)!important;
 box-shadow:none!important;
 font-size:12px!important;
 font-weight:500!important;
 line-height:1.25!important;
 justify-content:flex-start!important;
}
.add-button:after{content:none!important;display:none!important}
@media(max-width:760px){
 .promo-slide{
  height:min(510px,calc(100svh - 118px))!important;
  min-height:440px!important;
  grid-template-rows:150px minmax(0,1fr)!important;
  padding:27px 18px 48px!important;
 }
 .promo-copy{height:150px!important}
 .promo-copy .eyebrow{margin-bottom:7px!important}
 .promo-slide h2{font-size:clamp(27px,7.8vw,33px)!important}
 .promo-copy p{margin-top:8px!important;font-size:12.5px!important;line-height:1.4!important}
 .promo-product img,.promo-slide.active .promo-product img{
  top:40%!important;
  width:min(77vw,280px)!important;
  height:clamp(112px,18svh,145px)!important;
  max-height:145px!important;
 }
 .promo-product-wide img,.promo-slide.active .promo-product-wide img{
  width:min(82vw,305px)!important;
  height:clamp(98px,16svh,128px)!important;
  max-height:128px!important;
 }
 .promo-product .outline-button{bottom:35px!important;height:40px!important;min-height:40px!important}
 .promo-controls{bottom:8px!important}
 .search-grid .add-button{font-size:11px!important}
}
@media(max-width:380px){
 .promo-slide{
  height:min(480px,calc(100svh - 112px))!important;
  min-height:420px!important;
  grid-template-rows:142px minmax(0,1fr)!important;
  padding:23px 16px 46px!important;
 }
 .promo-copy{height:142px!important}
 .promo-slide h2{font-size:27px!important}
 .promo-product img,.promo-slide.active .promo-product img{height:112px!important;max-height:112px!important}
}
