:root{--bg:#f7ecd6;--card:#fef4e8;--muted:#111710;--txt:#433804;--accent:#433804;--danger:#ff5c5c;--ok:#4cd964;--font-ui:"Instrument Sans",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;--font-display:"Playfair Display",Georgia,"Times New Roman",serif}*{box-sizing:border-box}body{margin:0;font-family:var(--font-ui);background:linear-gradient(180deg,#fbf1dc 0%,#f7ecd6 100%);color:var(--txt);overflow-x:hidden}a{color:inherit;text-decoration:none}.container{max-width:1100px;margin:0 auto;padding:16px}.topbar{position:sticky;top:0;z-index:1000;overflow:visible;background:var(--bg);border-bottom:1px solid rgba(255,255,255,.08)}.topbar .container,.topbar .row{overflow:visible}.topbar .row{display:flex;gap:14px;align-items:center;justify-content:space-between;flex-wrap:wrap}.brand{font-weight:800;letter-spacing:.3px;display:flex;justify-content:flex-end;font-size:1.2rem;text-transform:uppercase}.brand-logo{height:70px;width:auto;object-fit:contain;margin-right:10px;border-radius:10px}.brand-name{font-weight:900}.menu{display:flex;gap:18px;flex-wrap:wrap;align-items:center}.menu a{position:relative;padding:12px 2px;border-radius:0;color:var(--muted);font-weight:600}.menu a:hover{opacity:.9}.menu a::after{content:"";position:absolute;left:0;bottom:2px;height:2px;width:0;background:rgba(143,103,34,1);border-radius:999px;transition:width .18s ease}.menu a.active::after{width:100%}.menu-link-icon{display:none;align-items:center;justify-content:center;flex:0 0 18px;width:18px;height:18px;color:currentColor;line-height:0}.menu-link-icon svg{display:block;width:16px;height:16px}.menu-link-label{min-width:0}.cart-link{display:inline-flex;align-items:center;gap:6px;position:relative}.cart-count{display:inline-flex;margin-left:-10px;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 6px;border-radius:999px;font-size:11px;font-weight:900;background:rgba(255,255,255,.9);color:#1f1306;border:1px solid rgba(0,0,0,.08)}.cart-count.is-bumping{animation:cartCountBump .42s ease}@keyframes cartCountBump{0%{transform:scale(1)}38%{transform:scale(1.28)}100%{transform:scale(1)}}.search{display:flex;gap:8px;align-items:center}.search input{background:#ffffff;border:1px solid rgba(255,255,255,.1);color:var(--txt);padding:8px 10px;border-radius:10px;min-width:80px}.search button{background:var(--accent);border:none;color:#fff;padding:8px 12px;border-radius:10px;font-weight:700;cursor:pointer}.search button:hover{filter:brightness(.92);box-shadow:0 8px 18px rgba(0,0,0,.12);transform:translateY(-1px)}.search button:active{transform:translateY(0)}.search button:focus-visible{outline:3px solid rgba(67,56,4,.22);outline-offset:2px}.grid{display:grid;grid-template-columns:280px 1fr;gap:16px}@media (max-width:900px){.grid{grid-template-columns:1fr}.search input{min-width:140px}}.card{background:var(--card);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:14px}.sidebar h3{margin:0 0 10px 0;color:var(--muted);font-size:14px;text-transform:uppercase;letter-spacing:.12em}.cat a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:14px;color:var(--txt);background:#ffffff;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 0 rgba(0,0,0,.02);transition:transform .08s ease,box-shadow .08s ease}.cat a:hover{transform:translateY(-1px);box-shadow:0 6px 14px rgba(0,0,0,.06)}.cat small{color:rgba(0,0,0,.55)}.sidebar-banner{margin-top:12px}.sidebar-banner-link{display:block;border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.06);background:#ffffff}.sidebar-banner-img{display:block;width:100%;height:auto}.btn.disabled{opacity:.55;pointer-events:none}.userbox{position:relative;z-index:1001}.userbox-trigger{display:inline-flex;align-items:center;gap:8px;background:transparent;border:1px solid rgba(0,0,0,.06);border-radius:999px;padding:8px 10px;cursor:pointer}.userbox-trigger:hover{background:rgba(255,255,255,.4)}.userbox-icon{display:inline-flex;align-items:center;justify-content:center;color:inherit;line-height:0}.userbox-icon svg{width:20px;height:20px}.userbox-pop{position:absolute;right:0;top:calc(100%+8px);width:280px;margin-top:-10px;max-width:90vw;background:var(--card);border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:12px;box-shadow:0 16px 40px rgba(0,0,0,.14);display:none;z-index:1002}.userbox.open .userbox-pop{display:block;z-index:1002}.userbox-title{font-weight:900;margin-bottom:8px}.userbox-label{font-size:12px;color:rgba(0,0,0,.65)}.userbox-divider{height:1px;background:rgba(0,0,0,.08)}.userbox-note{font-size:12px;line-height:1.5;color:rgba(67,56,4,.78);background:rgba(255,250,241,.9);border:1px solid rgba(67,56,4,.12);border-radius:12px;padding:10px 12px}.userbox-login-notice{margin-bottom:10px}.userbox.userbox--attention .userbox-pop{box-shadow:0 18px 44px rgba(67,56,4,.24),0 0 0 4px rgba(122,174,91,.22)}.btn-google{background:#fff;border-color:rgba(67,56,4,.14)}.btn-google__icon{display:inline-flex;align-items:center;justify-content:center}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}@media (max-width:1000px){.products{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.products{grid-template-columns:1fr}}.prod{display:flex;flex-direction:column;gap:10px}.prod img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;border:1px solid rgba(255,255,255,1);background:#ffffff}.badge{display:inline-block;background:rgba(143,103,34,1);border:1px solid rgba(22,47,9,.35);color:#FFF;padding:4px 8px;border-radius:999px;font-size:12px}.price{font-size:18px;font-weight:800}.muted2{color:#ffffff}.btn3{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:12px 15px;border-radius:12px;font-weight:700;cursor:pointer;font-size:15px;border:1px solid rgba(0,0,0,.08);background:rgba(34,207,4,1);color:#ffffff;transition:transform .08s ease,box-shadow .12s ease,filter .12s ease}.btn3:hover{filter:brightness(.92);box-shadow:0 10px 24px rgba(0,0,0,.12);transform:translateY(-1px)}.btn3:active{transform:translateY(0);box-shadow:0 6px 14px rgba(0,0,0,.10)}.btn3:focus-visible{outline:3px solid rgba(67,56,4,.22);outline-offset:2px}.btn2{height:10px;align-items:center;justify-content:center;gap:8px;background:rgba(255,255,255,.55);border:1px solid rgba(0,0,0,.08);color:var(--txt)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 12px;border-radius:12px;font-weight:700;cursor:pointer;font-size:12px;border:1px solid rgba(0,0,0,.08);background:rgba(255,255,255,.55);color:var(--txt);box-shadow:0 1px 0 rgba(0,0,0,.02);transition:background .12s ease,border-color .12s ease,transform .08s ease,box-shadow .12s ease,color .12s ease}.btn-sm{padding:8px 10px;border-radius:10px;font-size:12px}.btn:not(.btn-primary):not(.btn-danger):not(.btn3):hover{background:rgba(255,253,242,1);border-color:rgba(0,0,0,.12);box-shadow:0 10px 22px rgba(0,0,0,.08);transform:translateY(-1px)}.btn:active{transform:translateY(0);box-shadow:0 6px 14px rgba(0,0,0,.06)}.btn:focus-visible{outline:3px solid rgba(67,56,4,.22);outline-offset:2px}.btn-primary{background:var(--accent);border-color:rgba(0,0,0,.12);color:#fff}.btn-primary:hover{filter:brightness(.92);box-shadow:0 10px 24px rgba(0,0,0,.14);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0);box-shadow:0 6px 14px rgba(0,0,0,.10)}.btn-primary:focus-visible{outline:3px solid rgba(67,56,4,.28);outline-offset:2px}.btn-danger{background:rgba(255,92,92,.14);border-color:rgba(255,92,92,.45);color:#7f1d1d}.btn-danger:hover{background:rgba(255,92,92,.22);border-color:rgba(255,92,92,.60);box-shadow:0 10px 22px rgba(255,92,92,.12);transform:translateY(-1px)}.btn-danger:active{transform:translateY(0);box-shadow:0 6px 14px rgba(255,92,92,.10)}.btn-danger:focus-visible{outline:3px solid rgba(255,92,92,.30);outline-offset:2px}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:10px;border-bottom:1px solid rgba(255,255,255,.08);text-align:left;vertical-align:top}.table th{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.select,textarea{width:100%;background:#ffffff;border:1px solid rgba(255,255,255,.1);color:var(--txt);padding:10px 12px;border-radius:12px}.input{width:100%;background:#ffffff;border:1px solid rgba(255,255,255,.1);color:var(--txt);padding:10px 12px;border-radius:12px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width:600px){.form-row{grid-template-columns:1fr}}.alert{padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);margin:10px 0}.alert.ok{border-color:rgba(76,217,100,.35);background:rgba(76,217,100,.12)}.alert.err{border-color:rgba(255,92,92,.35);background:rgba(255,92,92,.12)}.footer{color:var(--muted);padding:34px 0;margin-top:26px;background:rgba(255,255,255,.65);border-top:1px solid rgba(0,0,0,.06)}.slider{position:relative;overflow:hidden;border-radius:16px;border:none}.slide{display:none}.slide.active{display:block}.slide img{width:100%;height:260px;object-fit:cover;display:block}.slider .caption{position:absolute;left:12px;bottom:12px;background:rgba(0,0,0,.45);padding:8px 10px;border-radius:12px}.cart-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.cart-table th:nth-child(2),.cart-table td:nth-child(2),.cart-table th:nth-child(4),.cart-table td:nth-child(4){white-space:nowrap}.cart-actions{display:flex;justify-content:flex-end;margin-top:10px}.cart-box{background:rgba(255,255,255,.35)}.cart-login-check{display:grid;gap:7px;margin-top:14px;padding:12px;border-radius:14px;background:rgba(255,255,255,.62);border:1px solid rgba(67,56,4,.12)}.cart-login-check label{font-size:12px;font-weight:900;text-transform:uppercase;color:rgba(67,56,4,.72)}.cart-login-check__status{min-height:16px;color:rgba(67,56,4,.72);font-weight:800}.frete-option{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid rgba(0,0,0,.08);border-radius:12px;margin-bottom:10px;background:#ffffff;cursor:pointer;transition:transform .08s ease,box-shadow .08s ease}.frete-option:hover{transform:translateY(-1px);box-shadow:0 10px 18px rgba(0,0,0,.08)}.frete-option.selected{border-color:rgba(76,217,100,.6);box-shadow:0 10px 18px rgba(76,217,100,.12)}.frete-radio input{transform:scale(1.05)}.frete-info{display:flex;align-items:center;gap:10px}.cart-checkout{margin-top:12px;display:grid;grid-auto-flow:column;grid-auto-columns:max-content;gap:10px;align-items:center;justify-content:end}@media (max-width:700px){.cart-checkout{grid-auto-flow:row;justify-content:start}}.product-buy{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}@media (max-width:700px){.product-buy{grid-template-columns:1fr}}.product-frete-form{display:grid;grid-template-columns:160px auto;gap:10px;align-items:center}@media (max-width:500px){.product-frete-form{grid-template-columns:1fr auto}}.auth-shell{display:grid;gap:18px;margin:12px 0 24px}.auth-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(255,253,247,.92),rgba(254,244,232,.96));border:1px solid rgba(67,56,4,.1);border-radius:28px;padding:28px 30px;box-shadow:0 16px 40px rgba(67,56,4,.08)}.auth-hero.has-media{background-position:center;background-size:cover;background-repeat:no-repeat;min-height:260px;display:flex;align-items:flex-end}.auth-hero::after{content:"";position:absolute;inset:auto -40px -70px auto;width:220px;height:220px;border-radius:999px;background:radial-gradient(circle,rgba(67,56,4,.12),rgba(67,56,4,0));pointer-events:none}.auth-hero--compact{padding:24px 28px}.auth-hero__content{position:relative;z-index:1;max-width:760px}.auth-kicker{display:inline-block;margin-bottom:12px;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:rgba(67,56,4,.72)}.auth-hero h1{margin:0;font-size:clamp(28px,4vw,42px);line-height:1.05}.auth-hero p{margin:12px 0 0;font-size:16px;line-height:1.7;color:rgba(67,56,4,.82)}.auth-hero__chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.auth-chip{display:inline-flex;align-items:center;padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(67,56,4,.09);font-size:12px;font-weight:800;color:var(--accent)}.auth-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.85fr);gap:18px;align-items:start}.auth-layout--register{grid-template-columns:minmax(0,1.3fr) minmax(280px,.85fr)}.auth-card{background:rgba(254,244,232,.94);border:1px solid rgba(67,56,4,.1);border-radius:28px;padding:22px;box-shadow:0 12px 32px rgba(67,56,4,.08)}.auth-card--aside{display:grid;gap:16px}.auth-tabs{display:inline-grid;grid-template-columns:1fr 1fr;gap:8px;padding:6px;background:rgba(247,236,214,.9);border:1px solid rgba(67,56,4,.08);border-radius:18px;margin-bottom:18px}.auth-tab{border:none;background:transparent;color:rgba(67,56,4,.76);padding:12px 16px;border-radius:14px;font-size:14px;font-weight:900;cursor:pointer;transition:background .15s ease,color .15s ease,transform .08s ease}.auth-tab:hover{background:rgba(255,255,255,.6)}.auth-tab.is-active{background:var(--accent);color:#fff;box-shadow:0 12px 28px rgba(67,56,4,.2)}.auth-panel{display:none}.auth-panel.is-active{display:block}.auth-panel__head{margin-bottom:18px}.auth-panel__head h2{margin:0 0 6px;font-size:28px}.auth-panel__head p{margin:0;color:rgba(67,56,4,.75);line-height:1.6}.auth-flash{margin-bottom:16px;padding:13px 15px;border-radius:16px;font-size:14px;font-weight:700}.auth-flash--ok{background:rgba(76,217,100,.12);border:1px solid rgba(76,217,100,.3)}.auth-flash--error{background:rgba(255,92,92,.12);border:1px solid rgba(255,92,92,.28)}.auth-flash--info{background:rgba(67,56,4,.08);border:1px solid rgba(67,56,4,.14)}.auth-form{display:grid;gap:12px}.auth-form--soft{padding:18px;border-radius:22px;background:rgba(255,252,247,.78);border:1px solid rgba(67,56,4,.08)}.auth-form--disabled{opacity:.78;justify-content:center}.auth-form--soft h3{margin:0 0 4px;font-size:18px}.auth-label{display:block;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:rgba(67,56,4,.72)}.auth-error{display:block;color:#a12828;font-size:12px;font-weight:700;margin-top:-4px}.auth-form__actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:4px}.auth-form__actions--spread{justify-content:flex-start}.auth-submit{min-height:46px;padding-inline:18px}.auth-linklike{border:none;background:none;padding:0;color:var(--accent);font-weight:800;cursor:pointer}.auth-linklike:hover{text-decoration:underline}.auth-ghost{background:rgba(255,255,255,.82)}.auth-divider{position:relative;display:grid;place-items:center;margin:18px 0}.auth-divider::before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:rgba(67,56,4,.12)}.auth-divider span{position:relative;padding:0 12px;background:rgba(254,244,232,.94);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:rgba(67,56,4,.6)}.auth-google{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:14px 18px;border-radius:16px;background:#fff;color:var(--accent);border:1px solid rgba(67,56,4,.12);font-weight:900;box-shadow:0 10px 28px rgba(67,56,4,.08);transition:transform .08s ease,box-shadow .12s ease}.auth-google:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(67,56,4,.12)}.auth-google__icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px}.auth-note{padding:14px 16px;border-radius:16px;background:rgba(255,250,241,.88);border:1px solid rgba(67,56,4,.1);font-size:13px;line-height:1.6;color:rgba(67,56,4,.82)}.auth-note--dense{padding:12px 14px}.auth-code{letter-spacing:.24em;text-align:center;font-size:20px;font-weight:900}.auth-disabled-copy{margin:0;color:rgba(67,56,4,.72);line-height:1.7}.auth-recovery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.auth-aside__block h2{margin:6px 0 10px;font-size:28px;line-height:1.1}.auth-aside__block p{margin:0;color:rgba(67,56,4,.74);line-height:1.7}.auth-aside__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.auth-benefits{display:grid;gap:12px}.auth-benefit{display:grid;gap:4px;padding:16px 18px;border-radius:18px;background:rgba(255,252,247,.72);border:1px solid rgba(67,56,4,.08)}.auth-benefit strong{font-size:15px}.auth-benefit span{font-size:13px;line-height:1.6;color:rgba(67,56,4,.74)}@media (max-width:920px){.auth-layout,.auth-layout--register{grid-template-columns:1fr}}@media (max-width:700px){.auth-hero,.auth-card{padding:20px}.auth-tabs{width:100%}.auth-tab{padding:11px 12px}.auth-recovery-grid{grid-template-columns:1fr}.auth-panel__head h2,.auth-aside__block h2{font-size:24px}}.lumi-auth{width:100%;min-height:calc(100vh - 150px);margin:14px 0 26px;padding:18px;box-sizing:border-box;border-radius:34px;background:radial-gradient(circle at 18% 8%,rgba(255,255,255,.98),transparent 28%),linear-gradient(135deg,#fbf3ea 0%,#fffaf4 44%,#f7eadf 100%);color:#332b06;box-shadow:0 18px 46px rgba(67,56,4,.07);animation:lumiAuthFade .5s ease both}.lumi-auth__stage{width:100%;min-height:calc(100vh - 210px);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,520px);align-items:stretch;gap:22px}.lumi-auth__visual{position:relative;overflow:hidden;border-radius:28px;min-height:660px;padding:36px 34px 30px;display:flex;align-items:flex-end;justify-content:center;background:var(--auth-hero-image),linear-gradient(135deg,#fbf3ea,#fffaf4);background-size:contain,cover;background-position:center,center;background-repeat:no-repeat,no-repeat;box-shadow:0 24px 70px rgba(67,56,4,.08);animation:lumiAuthSlideLeft .62s cubic-bezier(.2,.7,.2,1) both}.lumi-auth__visual::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#fff9f3,rgba(255,244,237,.45) 44%,#fff7f1);opacity:var(--auth-overlay-opacity,.74);pointer-events:none}.lumi-auth__visual::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,251,246,.2),transparent 42%,rgba(255,251,246,.28));opacity:var(--auth-overlay-opacity,.74);pointer-events:none}.lumi-auth__mark{position:relative;z-index:1;width:96px;height:96px;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.72);box-shadow:0 18px 36px rgba(67,56,4,.08);animation:lumiAuthFloat 5.8s ease-in-out infinite}.lumi-auth__mark img{width:58px;height:58px;object-fit:contain}.lumi-auth__headline{position:relative;z-index:1;margin-top:28px;text-align:center;animation:lumiAuthRise .7s .08s ease both}.lumi-auth__headline h1{margin:0;color:#343005;font-size:clamp(34px,4vw,46px);line-height:1.05;font-weight:900}.lumi-auth__headline span{display:block;width:48px;height:6px;border-radius:999px;background:#d1a24b;margin:24px auto 0}.lumi-auth__benefits{position:relative;z-index:1;width:min(540px,100%);display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:center}.lumi-auth__benefits>div{display:grid;justify-items:center;gap:10px;color:#40370a;font-weight:800;animation:lumiAuthRise .6s ease both}.lumi-auth__benefits>div:nth-child(2){animation-delay:.08s}.lumi-auth__benefits>div:nth-child(3){animation-delay:.16s}.lumi-auth__benefit-icon{width:56px;height:56px;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.76);box-shadow:0 12px 24px rgba(67,56,4,.1)}.lumi-auth__benefit-icon svg{width:25px;height:25px;fill:#8c6a11}.lumi-auth__benefits strong{font-size:15px;line-height:1.2;max-width:120px}.lumi-auth__card{align-self:center;min-height:600px;padding:36px 32px 30px;border-radius:24px;background:rgba(255,255,255,.58);border:1px solid rgba(67,56,4,.12);box-shadow:0 22px 70px rgba(67,56,4,.12),inset 0 1px 0 rgba(255,255,255,.7);backdrop-filter:blur(18px);animation:lumiAuthSlideRight .62s cubic-bezier(.2,.7,.2,1) both}.lumi-auth__lock{width:70px;height:70px;margin:0 auto 20px;border-radius:999px;display:grid;place-items:center;background:#f7eee5;border:1px solid rgba(67,56,4,.12);animation:lumiAuthGlow 3.8s ease-in-out infinite}.lumi-auth__lock svg{width:28px;height:28px;fill:#6f560c}.lumi-auth__tabs{display:flex;justify-content:center;gap:8px;margin:-6px auto 18px}.lumi-auth__tabs button{border:1px solid rgba(67,56,4,.12);background:rgba(255,255,255,.54);border-radius:999px;padding:8px 14px;color:#6b5d23;font-weight:900;cursor:pointer}.lumi-auth__tabs button.is-active{background:#3b3500;color:#fff;border-color:#3b3500}.lumi-auth__panel{display:none}.lumi-auth__panel.is-active{display:block;animation:lumiAuthPanel .28s ease both}.lumi-auth__card-head{text-align:center;margin-bottom:24px}.lumi-auth__card-head h2{margin:0 0 6px;font-size:30px;color:#393305;line-height:1.1}.lumi-auth__card-head p{margin:0;color:#8a8176;font-size:17px}.lumi-auth__form{display:grid;gap:14px}.lumi-auth__field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.lumi-auth__login-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.lumi-auth__field-block{display:grid;gap:6px;min-width:0}.lumi-auth__form h3{margin:0 0 2px;color:#393305;font-size:16px}.lumi-auth__field{min-height:58px;display:flex;align-items:center;gap:14px;padding:0 18px;border-radius:18px;background:rgba(255,255,255,.66);border:1px solid rgba(67,56,4,.12);box-shadow:inset 0 1px 2px rgba(67,56,4,.04)}.lumi-auth__field svg{width:23px;height:23px;fill:#a57a22;flex:0 0 auto}.lumi-auth__field input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#3b3500;font:inherit;font-size:17px}.lumi-auth__field input::placeholder{color:#b0a79e}.lumi-auth__options{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:4px 0 2px;color:#70685d;font-size:14px}.lumi-auth__options label{display:flex;align-items:center;gap:8px}.lumi-auth__options input{width:19px;height:19px;accent-color:#3b3500}.lumi-auth__options button,.lumi-auth__back{border:0;background:transparent;color:#4c4303;font-weight:900;cursor:pointer}.lumi-auth__submit{min-height:58px;border:0;border-radius:18px;background:linear-gradient(135deg,#4d4500,#2d2900);color:#fff;font-size:17px;font-weight:900;box-shadow:0 16px 28px rgba(67,56,4,.2);cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.lumi-auth__submit:hover{transform:translateY(-2px);box-shadow:0 20px 34px rgba(67,56,4,.24);filter:brightness(1.04)}.lumi-auth__divider{position:relative;display:grid;place-items:center;margin:24px 0;color:#b0a79e;text-transform:uppercase;font-size:12px;letter-spacing:.16em;font-weight:900}.lumi-auth__divider::before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:rgba(67,56,4,.13)}.lumi-auth__divider span{position:relative;background:rgba(255,255,255,.62);padding:0 18px}.lumi-auth__google{min-height:58px;border-radius:18px;display:flex;align-items:center;justify-content:center;gap:12px;color:#303030;background:rgba(255,255,255,.72);border:1px solid rgba(67,56,4,.1);box-shadow:0 12px 26px rgba(67,56,4,.08);transition:transform .16s ease,box-shadow .16s ease}.lumi-auth__google:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(67,56,4,.12)}.lumi-auth__signup{margin-top:34px;display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;padding:22px 26px;border-radius:22px;background:linear-gradient(135deg,rgba(255,229,228,.88),rgba(255,250,247,.82));border:1px solid rgba(222,135,132,.16);box-shadow:0 12px 28px rgba(67,56,4,.07)}.lumi-auth__signup>span{width:56px;height:56px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,#ef9a9a,#f4b2a7)}.lumi-auth__signup svg{width:28px;height:28px;fill:#fff}.lumi-auth__signup strong{display:block;color:#3a3424;font-size:16px}.lumi-auth__signup small{display:block;margin-top:5px;color:#7d746b;font-size:14px}.lumi-auth__signup a{display:inline-flex;align-items:center;gap:10px;white-space:nowrap;border-radius:999px;padding:15px 22px;color:#fff;background:linear-gradient(135deg,#ee9d9a,#f0aaa3);font-weight:900}.lumi-auth__recovery{display:grid;gap:16px}.lumi-auth__form--soft,.lumi-auth__waiting{padding:18px;border-radius:20px;background:rgba(255,255,255,.42);border:1px solid rgba(67,56,4,.1)}.lumi-auth__waiting{color:#6c6256;line-height:1.5}.lumi-auth__waiting strong{display:block;color:#3b3500;margin-bottom:6px}.lumi-auth__back{display:block;margin:18px auto 0}.lumi-auth--register .lumi-auth__card{min-height:0}.lumi-auth--register .lumi-auth__visual{min-height:690px}@keyframes lumiAuthFade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes lumiAuthSlideLeft{from{opacity:0;transform:translateX(-18px)}to{opacity:1;transform:none}}@keyframes lumiAuthSlideRight{from{opacity:0;transform:translateX(18px)}to{opacity:1;transform:none}}@keyframes lumiAuthRise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes lumiAuthPanel{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes lumiAuthFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes lumiAuthGlow{0%,100%{box-shadow:0 0 0 rgba(209,162,75,0)}50%{box-shadow:0 0 0 8px rgba(209,162,75,.08)}}@media (max-width:980px){.lumi-auth{padding:16px;border-radius:26px}.lumi-auth__stage{grid-template-columns:1fr;min-height:auto}.lumi-auth__visual{min-height:430px;border-radius:22px;padding:28px 22px}.lumi-auth__card{min-height:0;padding:30px 22px}}@media (max-width:620px){.lumi-auth{padding:10px}.lumi-auth__visual{min-height:360px}.lumi-auth__benefits{grid-template-columns:repeat(3,1fr);gap:8px}.lumi-auth__benefit-icon{width:44px;height:44px}.lumi-auth__benefits strong{font-size:12px}.lumi-auth__card-head h2{font-size:25px}.lumi-auth__options{display:grid;justify-content:stretch}.lumi-auth__field-row{grid-template-columns:1fr}.lumi-auth__signup{grid-template-columns:1fr;text-align:center}.lumi-auth__signup>span{margin:0 auto}.lumi-auth__signup a{justify-content:center}}.frete-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.frete-logo{width:38px;height:16px;object-fit:contain;flex:0 0 38px;filter:drop-shadow(0 1px 0 rgba(0,0,0,.05))}.frete-badge{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:12px;border:1px solid rgba(0,0,0,.08);background:#fff}.frete-badge-price{font-weight:700}.product-tabs{border:1px solid rgba(0,0,0,.08);border-radius:16px;overflow:hidden;background:#fff}.pt-nav{display:flex;gap:6px;flex-wrap:wrap;padding:10px;border-bottom:1px solid rgba(0,0,0,.06);background:rgba(0,0,0,.02)}.pt-tab{appearance:none;border:1px solid rgba(0,0,0,.10);background:#fff;padding:8px 10px;border-radius:999px;font-weight:700;font-size:13px;cursor:pointer}.pt-tab.is-active{border-color:rgba(0,0,0,.22);box-shadow:0 10px 18px rgba(0,0,0,.06)}.pt-panel{display:none;padding:12px}.pt-panel.is-active{display:block}.pg-media{width:100%}.pg-iframe{width:100%;aspect-ratio:4/3;border:0;border-radius:16px;background:#000}.pg-video{width:100%;border-radius:16px;background:#000}.pg-thumb-video{position:relative;width:56px;height:56px;border-radius:12px;display:block;overflow:hidden;border:1px solid rgba(0,0,0,.10);background:rgba(0,0,0,.04)}.pg-thumb-video img{width:100%;height:100%;object-fit:cover;display:block}.pg-thumb-video .pg-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-weight:900;background:linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.32));color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.45)}@media (max-width:700px){.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table tr{border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:10px;margin-bottom:10px;background:#ffffff}.cart-table td{border:none;padding:6px 0}.cart-table td:last-child{padding-top:10px}}.steps{display:grid;grid-template-columns:auto minmax(32px,1fr) auto minmax(32px,1fr) auto;align-items:center;gap:12px;margin:0 0 18px 0}.step{display:flex;align-items:center;gap:10px;min-height:56px;padding:12px 16px;border-radius:18px;border:1px solid rgba(67,56,4,.10);background:rgba(255,255,255,.88);text-decoration:none;color:inherit;box-shadow:0 12px 26px rgba(67,56,4,.06)}.step .num{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;border:1px solid rgba(0,0,0,.12);background:#f4f4f4}.step.active{border-color:rgba(67,56,4,.20);box-shadow:0 16px 28px rgba(67,56,4,.10)}.step.done .num{background:rgba(76,217,100,.14);border-color:rgba(76,217,100,.35)}.line{flex:1;min-width:20px;height:2px;background:rgba(0,0,0,.08);border-radius:999px}.line.done{background:rgba(76,217,100,.35)}@media (max-width:700px){.steps{grid-template-columns:1fr;gap:8px}.line{display:none}}.checkout-layout{display:grid;grid-template-columns:minmax(420px,.88fr) minmax(520px,1.12fr);gap:18px;align-items:start}.checkout-form-card,.checkout-summary-card{min-width:0;padding:22px;border-radius:24px;border:1px solid rgba(67,56,4,.10);background:rgba(255,250,241,.94);box-shadow:0 18px 42px rgba(67,56,4,.08)}.checkout-form-card h1{font-size:clamp(32px,3vw,42px);line-height:1.05}.checkout-form-card h3{margin:20px 0 10px;font-size:18px;line-height:1.2;color:#2f2602}.checkout-form-card label{display:block;margin-bottom:5px;color:#4b3912;font-weight:800}.checkout-form-card .form-row{gap:10px 12px}.checkout-form-card .input{min-height:44px;border-radius:14px;border-color:rgba(67,56,4,.10);background:rgba(255,255,255,.95);box-shadow:inset 0 1px 0 rgba(67,56,4,.03)}.checkout-form-card .cart-checkout{display:grid;grid-template-columns:1fr;grid-auto-flow:row;grid-auto-columns:auto;gap:12px;justify-content:stretch!important}.checkout-form-card .cart-checkout .checkout-payment-choice{grid-column:auto}.checkout-action-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.checkout-action-row>.btn3,.checkout-action-row>.btn{width:100%;min-height:48px;justify-content:center;text-align:center}.checkout-summary-card{position:sticky;top:16px}.checkout-summary-card>h3{margin:0 0 14px!important;font-size:22px;color:#2f2602}@media (max-width:1080px){.checkout-layout{grid-template-columns:minmax(360px,.9fr) minmax(430px,1.1fr)}}@media (max-width:920px){.checkout-layout{grid-template-columns:1fr}.checkout-summary-card{position:relative;top:auto}}.pay-methods{display:flex;flex-direction:column;gap:12px}.pay-choose{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.pay-radio{display:inline-flex;gap:8px;align-items:center;padding:8px 10px;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#fff;cursor:pointer}.pay-radio input{transform:scale(1.05)}.card-pay{padding:12px;border:1px solid rgba(0,0,0,.08);border-radius:14px;background:#fff}.asaas-card-input{border:1.5px solid rgba(67,56,4,.34) !important;background:#fff !important;box-shadow:0 2px 0 rgba(67,56,4,.06),0 8px 20px rgba(67,56,4,.05)}.asaas-card-input:focus{border-color:#433804 !important;box-shadow:0 0 0 3px rgba(67,56,4,.12),0 10px 24px rgba(67,56,4,.08);outline:none}.asaas-card-input::placeholder{color:rgba(67,56,4,.48)}.checkout-payment-panel{margin-top:12px;padding:16px;border-radius:22px;border-color:rgba(67,56,4,.08);background:linear-gradient(180deg,rgba(255,250,242,.92) 0%,rgba(247,235,219,.74) 100%);box-shadow:0 14px 30px rgba(67,56,4,.06)}.checkout-payment-panel__head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}.checkout-payment-panel__head h3{margin:0!important;font-size:1.15rem;color:#2f2602}.checkout-payment-panel__head strong{padding:8px 12px;border-radius:999px;background:#433804;color:#fff8e8;white-space:nowrap}.checkout-security-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;margin:0 0 14px;padding:13px 14px;border:1px solid rgba(67,56,4,.12);border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.9) 0%,rgba(241,249,236,.88) 100%);box-shadow:0 10px 24px rgba(67,56,4,.06)}.checkout-security-card--choice{grid-column:1 / -1;margin:0 0 2px}.checkout-security-card--panel{margin-top:-2px}.checkout-security-card__identity{display:flex;flex-direction:column;gap:3px;min-width:0}.checkout-security-card__identity span{color:#497037;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.checkout-security-card__identity strong{color:#2f2602;font-size:15px;line-height:1.2;overflow-wrap:anywhere}.checkout-security-card__identity small{color:#6b552d;font-size:13px;font-weight:800}.checkout-security-card__badges{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.checkout-security-card__badge{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:6px 9px;border-radius:999px;background:#fff;color:#3f5f2e;font-size:12px;font-weight:900;white-space:nowrap;box-shadow:inset 0 0 0 1px rgba(73,112,55,.12)}.checkout-security-card__badge svg{width:16px;height:16px;flex:0 0 16px}.pix-saving{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;padding:10px 12px;border-radius:16px;border:1px solid rgba(88,183,77,.26);background:rgba(229,247,219,.82);color:#305f34;font-weight:900}.pix-saving span{color:#3d6a38;font-size:.9rem}.pix-box{padding:14px;border-radius:20px;background:rgba(255,255,255,.66);border:1px solid rgba(67,56,4,.08)}.pix-generate-btn{display:none}.pix-status{min-height:20px;margin-bottom:10px;color:#6b552d;font-size:.92rem;font-weight:800}.pix-status.err{color:var(--danger)}.pix-payment-grid{display:grid;grid-template-columns:190px minmax(0,1fr);gap:14px;align-items:start}.pix-qr-img{display:none;width:190px;height:190px;padding:10px;border-radius:18px;border:1px solid rgba(67,56,4,.10);background:#fff;box-shadow:0 12px 24px rgba(67,56,4,.08)}.pix-code-panel{min-width:0}.pix-code-panel label{display:block;margin-bottom:6px;color:#4b3912;font-size:.88rem;font-weight:900}.pix-code-input{width:100%;min-height:112px;resize:none;font-size:.9rem}.pix-actions{display:flex;gap:10px;align-items:center;margin-top:10px;flex-wrap:wrap}.pix-actions .btn,.pix-actions .btn-primary{min-height:42px;border-radius:14px}.pay-actions{display:none}@media (max-width:760px){.pix-payment-grid{grid-template-columns:1fr}.pix-qr-img{width:180px;height:180px}.checkout-payment-panel__head{align-items:flex-start;flex-direction:column}.checkout-security-card{grid-template-columns:1fr;align-items:flex-start}.checkout-security-card__badges{justify-content:flex-start}}.checkout-payment-choice{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%;margin:6px 0 4px}.checkout-form-card .checkout-payment-choice{grid-template-columns:1fr 1fr;gap:10px;margin:16px 0 4px}.checkout-payment-choice__title{grid-column:1 / -1;font-weight:900;color:#433804;font-size:17px}.checkout-payment-option{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;min-height:78px;padding:14px 16px;border:1px solid rgba(67,56,4,.16);border-radius:18px;background:#fff;cursor:pointer;font-weight:800;box-shadow:0 8px 20px rgba(67,56,4,.06);transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.checkout-form-card .checkout-payment-option{min-height:74px;border-radius:18px;background:linear-gradient(180deg,#fff 0%,#fffaf2 100%)}.checkout-payment-option:hover{transform:translateY(-1px);box-shadow:0 12px 26px rgba(67,56,4,.1)}.checkout-payment-option:has(input:checked){background:#433804;color:#fff;border-color:#433804;box-shadow:0 14px 28px rgba(67,56,4,.18)}.checkout-payment-option input{accent-color:#433804}.checkout-payment-option__body{display:flex;flex-direction:column;gap:4px;line-height:1.2}.checkout-payment-option__body strong{font-size:18px}.checkout-payment-option__body small{font-size:13px;font-weight:700;opacity:.78}.checkout-payment-choice__error{grid-column:1 / -1;color:var(--danger);font-weight:800}@media (max-width:620px){.checkout-payment-choice{grid-template-columns:1fr}}@media (max-width:620px){.checkout-form-card .checkout-payment-choice,.checkout-form-card .cart-checkout,.checkout-action-row{grid-template-columns:1fr}}.account-layout{display:grid;grid-template-columns:260px 1fr;gap:14px;align-items:start}.account-sidebar{padding:12px;position:sticky;top:88px}.account-nav{display:flex;gap:10px;align-items:center;padding:10px 12px;border-radius:14px;text-decoration:none;color:inherit;border:1px solid rgba(0,0,0,.06);background:#fff;margin-bottom:10px}.account-nav:hover{border-color:rgba(0,0,0,.12)}.account-nav.active{border-color:rgba(34,197,94,.35);box-shadow:0 0 0 3px rgba(34,197,94,.12)}.account-content{padding:14px}@media (max-width:900px){.account-layout{grid-template-columns:1fr}.account-sidebar{position:relative;top:auto}}.home-hero{margin-bottom:16px}.slider--full{width:100%}.slider--full .slide img{height:320px}@media (max-width:900px){.slider--full .slide img{height:220px}}.cat--accordion{display:flex;flex-direction:column;gap:3px}.cat-item{display:flex;flex-direction:column;gap:3px}.cat-link,.cat-toggle{display:flex;align-items:center;justify-content:space-between;gap:0px;padding:10px 12px;border-radius:14px;color:var(--txt);background:#ffffff;border:1px dashed rgba(0,0,0,.12);box-shadow:0 1px 0 rgba(0,0,0,.02);transition:transform .08s ease,box-shadow .08s ease}.cat-toggle{cursor:pointer;width:100%;text-align:left}.cat-link:hover,.cat-toggle:hover{transform:translateY(-1px);box-shadow:0 6px 14px rgba(0,0,0,.06)}.cat-link.is-active,.cat-sub-link.is-active{background:#433804;color:#fff!important;border-color:#433804}.cat-link.is-active *,.cat-sub-link.is-active *{color:#fff!important}.cat-chevron{color:rgba(0,0,0,.55);font-size:14px}.cat-link.is-active .cat-chevron{color:rgba(255,255,255,.75)}.cat-sub{padding:8px 10px;border-radius:14px;background:rgba(255,255,255,.0)}.cat-sub a{display:block;padding:8px 10px;border-radius:12px;color:rgba(0,0,0,.82)}.cat-sub a.is-active{background:#433804;color:#fff!important}.cat-sub a:hover{background:rgba(0,0,0,.04)}.cat-sub a.is-active:hover{background:#433804}.cat-sub-all{font-weight:700}.home-filter-empty{margin:18px 0 0;color:#6f5847;font-weight:700;text-align:center}.best-sellers{margin-top:14px}.best-sellers h4{margin:0 0 10px 0;color:var(--muted);font-size:13px;text-transform:uppercase;letter-spacing:.12em}.best-seller-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:14px;background:#fff;border:1px solid rgba(0,0,0,.06);margin-bottom:8px}.best-seller-item:hover{box-shadow:0 6px 14px rgba(0,0,0,.06);transform:translateY(-1px)}.best-seller-img{width:46px;height:46px;border-radius:12px;object-fit:cover;flex:0 0 auto}.best-seller-title{font-size:13px;font-weight:800;line-height:1.2}.best-seller-price{font-size:12px;color:rgba(0,0,0,.72)}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:18px;align-items:start}.footer-title{font-weight:900;color:rgba(0,0,0,.8);margin-bottom:8px}.footer-text{color:rgba(0,0,0,.65);max-width:340px}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.footer-links a{color:rgba(0,0,0,.68)}.footer-links a:hover{color:rgba(0,0,0,.9)}@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.footer-grid{grid-template-columns:1fr}}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;width:100%;max-width:100%}@media (max-width:980px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.product-grid{grid-template-columns:1fr}}.product-card{position:relative;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.product-card--luxury,.prod.product-card--luxury{background:linear-gradient(180deg,#f7efe4 0%,#f4eadf 100%);border-radius:24px;border:1px solid rgba(126,95,55,.10);box-shadow:0 20px 40px rgba(87,57,24,.12),inset 0 1px 0 rgba(255,255,255,.72),inset 0 -10px 24px rgba(109,79,44,.05);padding:7px 7px 7px}.product-card--luxury:hover{transform:translateY(-4px);box-shadow:0 28px 50px rgba(87,57,24,.16),inset 0 1px 0 rgba(255,255,255,.75),inset 0 -10px 24px rgba(109,79,44,.06)}.product-badge-premium{position:absolute;top:14px;left:14px;z-index:3;display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:linear-gradient(135deg,#8f6a33 0%,#d8ba78 100%);color:#fff8e9;box-shadow:0 10px 24px rgba(109,79,44,.16);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.product-media--luxury{position:relative;display:flex;align-items:center;justify-content:center;min-height:178px;padding:14px 12px 20px;text-decoration:none}.product-media--luxury::before{content:"";position:absolute;inset:8px 10px 18px;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(249,244,238,.96) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 12px 24px rgba(96,68,39,.08)}.product-media-glow{position:absolute;inset:8% 14% 26%;border-radius:50%;background:radial-gradient(circle at top left,rgba(255,255,255,.95),rgba(255,255,255,.2) 45%,rgba(213,180,132,.12) 70%,transparent 100%);pointer-events:none}.product-media--luxury img{position:relative;border-radius:5%;z-index:1;max-height:200px;width:100%;height:100%;object-fit:cover;display:block;filter:drop-shadow(8px 12px 14px rgba(82,54,27,.14));transition:transform .35s ease}.product-card:hover .product-media--luxury img{transform:translateY(-2px) scale(1.03)}.product-reflection{position:absolute;left:24%;right:24%;bottom:10px;height:14px;border-radius:50%;background:radial-gradient(circle,rgba(130,97,61,.18) 0%,rgba(130,97,61,.08) 45%,rgba(130,97,61,0) 75%);filter:blur(6px);pointer-events:none}.badge-promo{display:none}.price-old{font-weight:600;font-size:12px;color:#5f4a37;opacity:1;text-decoration:line-through;white-space:nowrap}.price-new{font-weight:800;white-space:nowrap;font-size:30px;color:#b48a4a}.prod .prod-media img{border-radius:0}.product-body{display:flex;flex-direction:column;gap:8px}.product-body--luxury{padding:0 4px 4px}.product-title{text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-title--luxury{color:#2f2118;text-align:center;font-family:"Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,serif;font-size:20px;line-height:1.16;letter-spacing:.01em;min-height:48px}.product-rating{display:flex;align-items:center;justify-content:center;gap:8px;color:#7a5d34;font-size:13px}.product-rating-stars{color:#caa55f;letter-spacing:.18em;font-size:14px}.product-rating-text{color:#6e5540;font-weight:600}.product-price-stack{display:flex;flex-direction:column;align-items:center;gap:6px}.price--luxury{font-family:"Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,serif;font-size:24px;font-weight:700;color:#b48a4a;display:flex;align-items:flex-end;justify-content:center;gap:8px;white-space:nowrap;flex-wrap:wrap}.price--luxury-single{color:#b48a4a}.product-installments{text-align:center;color:#7a695b;font-size:13px}.product-actions{margin-top:4px}.product-actions--luxury .btn-action{width:100%}.loadmore-wrap{display:flex;justify-content:center}.btn-ghost{background:transparent;border:1px solid rgba(0,0,0,.12)}.btn-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;color:#fff8ee;padding:9px 16px;border-radius:999px;font-weight:700;cursor:pointer;font-size:14px;line-height:1.3;letter-spacing:.02em;transition:all .22s ease;text-decoration:none;white-space:nowrap}.btn-action--luxury{min-height:44px;background:linear-gradient(135deg,#8d6938 0%,#d4b170 100%);box-shadow:0 14px 24px rgba(105,76,40,.18),inset 0 1px 0 rgba(255,255,255,.28)}.btn-action:hover{transform:translateY(-1px);box-shadow:0 18px 28px rgba(105,76,40,.22),inset 0 1px 0 rgba(255,255,255,.34)}.btn-action:active{transform:translateY(0);box-shadow:0 10px 18px rgba(105,76,40,.18)}.btn-action:focus{outline:none;box-shadow:0 0 0 3px rgba(212,177,112,.22),0 16px 28px rgba(105,76,40,.20)}.product-info-row{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:nowrap;white-space:nowrap;padding-top:2px;color:#6f5847;font-size:12px}.product-info-row span{display:inline-flex;align-items:center;gap:6px}.product-info-row .shipping-icon{width:14px;height:14px;display:inline-block;color:#b48a4a;flex:0 0 14px}@media (max-width:420px){.product-info-row{font-size:11px;gap:8px}}.btn-action .icon{width:16px;height:16px;fill:white;filter:brightness(0) invert(1)}.btn-action.with-icon::after{content:'→';color:white;font-size:14px;opacity:0.9;margin-left:4px}.product-grid{gap:20px;align-items:stretch}.product-card--luxury,.prod.product-card--luxury{background:#fffaf3;border-radius:18px;border:1px solid rgba(67,56,4,.12);box-shadow:0 14px 34px rgba(67,56,4,.08);padding:10px}.product-card--luxury:hover{transform:translateY(-3px);border-color:rgba(143,103,34,.28);box-shadow:0 20px 42px rgba(67,56,4,.12)}.product-badge-premium{top:16px;left:16px;background:#2f2118;color:#fff8ee;box-shadow:0 10px 22px rgba(47,33,24,.16);font-size:10px;font-weight:800;letter-spacing:.08em}.product-media--luxury{min-height:216px;padding:0;border-radius:14px;overflow:hidden;background:#f4eadf}.product-media--luxury::before,.product-media-glow,.product-reflection{display:none}.product-media--luxury img{width:100%;height:216px;max-height:none;border-radius:0;object-fit:cover;filter:none}.product-card:hover .product-media--luxury img{transform:scale(1.035)}.product-body--luxury{padding:14px 4px 2px;gap:10px;flex:1}.product-title--luxury{min-height:42px;color:#2d241b;text-align:left;font-family:var(--font-ui);font-size:16px;line-height:1.32;font-weight:700;letter-spacing:0}.product-rating{justify-content:flex-start;font-size:12px}.product-price-stack{align-items:flex-start;gap:3px;margin-top:auto}.price--luxury{justify-content:flex-start;font-family:var(--font-ui);font-size:22px;font-weight:800;color:#6e461e;letter-spacing:0}.price-new{color:#6e461e;font-size:24px}.price--luxury-single{color:#6e461e}.product-installments{color:#6f5847;font-size:12px;font-weight:600}.product-actions{margin-top:2px}.btn-action--luxury{min-height:46px;border-radius:12px;background:#433804;box-shadow:0 12px 22px rgba(67,56,4,.16);font-weight:800}.btn-action:hover{box-shadow:0 16px 26px rgba(67,56,4,.2)}.product-info-row{gap:8px;white-space:normal;color:#755f4c;font-size:11px;line-height:1.35}.product-info-row span{min-width:0}.product-card--luxury,.prod.product-card--luxury{border-radius:16px;padding:8px}.product-media--luxury{min-height:0;aspect-ratio:1 / 0.84;border-radius:14px}.product-media--luxury img{height:100%}.product-body--luxury{padding:10px 4px 2px;gap:6px}.product-title--luxury{font-size:17px;line-height:1.08;min-height:36px;text-align:center}.product-price-stack{width:100%;display:grid;grid-template-columns:max-content minmax(0,1fr);align-items:end;gap:8px;margin-top:1px}.price--luxury{font-size:25px;line-height:1}.price--luxury-single{justify-content:flex-start}.price-new{font-size:24px;line-height:1}.product-installments{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:4px 7px;border-radius:999px;background:#f1e7da;color:#6a4b34;font-size:11px;font-weight:800;line-height:1;text-align:left;text-transform:none;padding-bottom:2px}.product-actions{margin-top:5px;max-height:0;opacity:0;overflow:hidden;transform:translateY(8px);transition:max-height .2s ease,opacity .18s ease,transform .18s ease,margin .18s ease}.product-card--luxury:hover .product-actions,.product-card--luxury:focus-within .product-actions{max-height:52px;opacity:1;transform:translateY(0)}@media (hover:none){.product-actions{max-height:52px;opacity:1;transform:none}}.btn-action--luxury{min-height:42px;border-radius:12px;font-size:16px}.product-info-row{margin-top:2px;padding-top:0;font-size:11px;line-height:1.2;color:#8a705a;justify-content:center}.product-card--flash-offer{isolation:isolate;row-gap:0 !important;gap:0 !important;border-color:rgba(221,54,18,.42);background:linear-gradient(135deg,#fff7cc 0%,#ffe3ef 43%,#fff2d4 100%);box-shadow:0 20px 44px rgba(166,42,16,.20),0 0 0 1px rgba(255,198,56,.24) inset}.product-card--flash-offer::before{content:"";position:absolute;inset:-45%;z-index:0;pointer-events:none;background:conic-gradient(from 0deg,transparent 0 18%,rgba(255,255,255,.68) 24%,transparent 32% 64%,rgba(255,205,41,.58) 72%,transparent 82% 100%);opacity:.46;animation:flashMysterySweep 5.5s linear infinite}.product-card--flash-offer>*{position:relative;z-index:1}.product-card--flash-offer:hover{border-color:rgba(221,54,18,.62);box-shadow:0 26px 54px rgba(166,42,16,.26),0 0 0 1px rgba(255,198,56,.34) inset}.product-card--flash-offer .product-media--luxury{background:linear-gradient(135deg,#fffaf0 0%,#ffe9f0 100%);box-shadow:0 10px 24px rgba(135,36,18,.10) inset;margin-top:0 !important;border-top-left-radius:0 !important;border-top-right-radius:0 !important}.product-card--flash-offer .product-flash-countdown~.product-media--luxury{margin-top:0 !important}.product-card--flash-offer .product-badge-premium{top:74px;background:#9c1f0f;color:#fff7d8}.product-flash-countdown{position:relative;top:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1px 6px;align-items:center;min-height:34px;margin:0;padding:4px 8px;border-radius:12px;border-bottom-left-radius:0;border-bottom-right-radius:0;background:linear-gradient(135deg,#3a1606 0%,#a42a10 54%,#f0b21e 100%);color:#fff8df;box-shadow:0 8px 18px rgba(108,35,9,.20),inset 0 1px 0 rgba(255,255,255,.18);overflow:hidden}.product-flash-countdown::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(110deg,transparent 0 36%,rgba(255,255,255,.28) 48%,transparent 60% 100%);transform:translateX(-100%);animation:flashBarSweep 2.6s ease-in-out infinite}.product-flash-countdown__label{grid-column:1;grid-row:1;min-width:0;font-size:9.5px;font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:.02em}.product-flash-countdown strong{grid-row:1 / span 2;grid-column:2;align-self:center;justify-self:end;font-size:clamp(14px,2.1vw,18px);line-height:1;font-weight:900;white-space:nowrap;font-variant-numeric:tabular-nums;animation:flashClockPulse 1s ease-in-out infinite}.product-flash-countdown small{grid-column:1;grid-row:2;min-width:0;color:rgba(255,248,223,.84);font-size:9.5px;font-weight:800;line-height:1;white-space:nowrap}.product-card--flash-active .price-new{color:#b52310}.product-card--flash-active .btn-action--luxury{background:linear-gradient(135deg,#9c1f0f 0%,#e56716 100%);box-shadow:0 14px 26px rgba(156,31,15,.24)}.product-flash-detail{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1px 8px;align-items:center;margin:0 0 10px;padding:9px 12px;border-radius:14px;color:#fff8df;background:linear-gradient(135deg,#341204 0%,#9c1f0f 55%,#f0ad1f 100%);box-shadow:0 18px 36px rgba(124,37,9,.22),inset 0 1px 0 rgba(255,255,255,.18);overflow:hidden;position:relative}.product-flash-detail::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(110deg,transparent 0 38%,rgba(255,255,255,.24) 50%,transparent 62% 100%);transform:translateX(-100%);animation:flashBarSweep 2.8s ease-in-out infinite}.product-flash-detail__label{grid-column:1;grid-row:1;min-width:0;font-size:11px;font-weight:900;text-transform:uppercase;line-height:1}.product-flash-detail strong{grid-row:1 / span 2;grid-column:2;font-size:clamp(18px,3.2vw,28px);line-height:1;font-weight:900;white-space:nowrap;font-variant-numeric:tabular-nums;animation:flashClockPulse 1s ease-in-out infinite}.product-flash-detail small{grid-column:1;grid-row:2;color:rgba(255,248,223,.84);font-size:10px;font-weight:800;line-height:1;white-space:nowrap}@keyframes flashMysterySweep{to{transform:rotate(1turn)}}@keyframes flashBarSweep{0%{transform:translateX(-110%)}55%,100%{transform:translateX(110%)}}@keyframes flashClockPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.045)}}@media (max-width:520px){.product-flash-countdown{top:0;right:auto;min-height:28px;padding:4px 6px;gap:1px 5px}.product-card--flash-offer .product-badge-premium{top:70px}.product-flash-countdown__label,.product-flash-countdown small{display:inline;font-size:8px}.product-flash-countdown strong{font-size:13px}.product-flash-detail{grid-template-columns:minmax(0,1fr) auto;gap:1px 6px;padding:7px 9px}.product-flash-detail strong{grid-row:1 / span 2;grid-column:2;justify-self:end;font-size:18px}}.btn-action.cart-icon::after{content:'🛒';font-size:15px;filter:brightness(0) invert(1);opacity:0.95}.btn-action.outline{background:transparent;border:1.5px solid rgba(143,103,34,0.6);color:rgba(143,103,34,0.9)}.btn-action.outline:hover{background:rgba(143,103,34,0.08);color:rgba(143,103,34,1);border-color:rgba(143,103,34,0.8)}.btn-action.outline .icon{fill:rgba(143,103,34,0.9)}.btn-action.outline:hover .icon{fill:rgba(143,103,34,1)}.btn-action.small{padding:8px 14px;font-size:13px;border-radius:8px;gap:6px}.btn-action.small .icon{width:14px;height:14px}.btn-action.minimal{background:rgba(143,103,34,0.1);border:1px solid rgba(143,103,34,0.2);color:rgba(143,103,34,0.9);padding:8px 12px;font-weight:500}.btn-action.minimal:hover{background:rgba(143,103,34,0.15);border-color:rgba(143,103,34,0.3);color:rgba(143,103,34,1);box-shadow:none;transform:none}.product-gallery{padding:14px}.pg-main{position:relative;width:100%;border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.08);background:rgba(0,0,0,.02)}.pg-image{width:100%;height:100%;object-fit:contain;display:block;background:#fff;cursor:zoom-in}@media (max-width:720px){.pg-image{height:320px}}.pg-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:rgba(255,255,255,.92);box-shadow:0 8px 22px rgba(0,0,0,.10);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1}.pg-prev{left:12px}.pg-next{right:12px}.pg-nav:active{transform:translateY(-50%) scale(.98)}.pg-hint{position:absolute;left:12px;bottom:12px;font-size:12px;padding:6px 10px;border-radius:999px;background:rgba(0,0,0,.55);color:#fff}.pg-thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.pg-thumb{width:72px;height:56px;padding:0;border-radius:12px;overflow:hidden;border:1px solid rgba(0,0,0,.10);background:#fff;cursor:pointer;opacity:.86}.pg-thumb img{width:100%;height:100%;object-fit:cover;display:block}.pg-thumb.is-active{outline:2px solid rgba(0,0,0,.6);opacity:1}.pg-zoom{position:fixed;inset:0;display:none;z-index:9999}.pg-zoom.is-open{display:block}.pg-zoom-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.62)}.pg-zoom-content{position:relative;width:min(980px,calc(100vw - 24px));height:min(720px,calc(100vh - 24px));margin:12px auto;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 18px 60px rgba(0,0,0,.35);display:flex;flex-direction:column}.pg-zoom-close{position:absolute;top:10px;right:10px;width:40px;height:40px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:rgba(255,255,255,.95);cursor:pointer;font-size:22px}.pg-zoom-toolbar{padding:10px 12px;display:flex;gap:8px;justify-content:center;border-bottom:1px solid rgba(0,0,0,.08);background:rgba(0,0,0,.02)}.pg-zoom-btn{border:1px solid rgba(0,0,0,.12);background:#fff;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}.pg-zoom-stage{position:relative;flex:1;overflow:hidden;background:#0b0b0b;display:flex;align-items:center;justify-content:center}.pg-zoom-image{max-width:100%;max-height:100%;transform-origin:center center;cursor:grab;user-select:none}.pg-zoom-image:active{cursor:grabbing}.pg-zoom-iframe,.pg-zoom-video{width:min(1100px,100%);height:min(70vh,620px);border:0;border-radius:14px;background:#000;display:none}.pg-zoom-video{object-fit:contain}.pg-zoom.is-video .pg-zoom-toolbar{display:none}.pg-zoom.is-video .pg-zoom-stage{padding:14px;overflow:auto}.stepper{display:flex;flex-direction:column;gap:10px;margin-top:12px}.stepper .step{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border-radius:14px;border:1px solid rgba(67,56,4,.10);background:#ffffff}.stepper .step .dot{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#fff8db;border:1px solid rgba(67,56,4,.10);font-size:18px;flex:0 0 40px}.stepper .step.done{opacity:.92}.stepper .step.active{box-shadow:0 10px 26px rgba(0,0,0,.06);border-color:rgba(67,56,4,.18)}.stepper .step .t{font-weight:800;color:#433804}.stepper .step .m{font-size:13px;opacity:.82;margin-top:2px}.track-box{display:flex;gap:12px;align-items:center;padding:12px;border-radius:14px;background:#fff8db;border:1px solid rgba(67,56,4,.12)}.track-img{width:96px;height:72px;object-fit:cover;border-radius:12px;border:1px solid rgba(67,56,4,.12);background:#ffffff}.link-muted{background:transparent;border:none;color:#433804;opacity:.8;cursor:pointer;font-size:13px;padding:0}.link-muted:hover{opacity:1;text-decoration:underline}.hide{display:none}.chat{display:flex;flex-direction:column;gap:10px;padding:10px;background:#ffffff;border-radius:14px;border:1px solid rgba(67,56,4,.12)}.chat-row{display:flex}.chat-row.cliente{justify-content:flex-start}.chat-row.admin{justify-content:flex-end}.chat-bubble{max-width:78%;background:#fff8db;border:1px solid rgba(67,56,4,.12);border-radius:14px;padding:10px 12px}.chat-row.admin .chat-bubble{background:#f7ecd6}.chat-meta{font-size:12px;opacity:.75;margin-bottom:4px}.track-steps{display:flex;align-items:stretch;gap:8px;margin-top:14px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:6px}.track-steps::-webkit-scrollbar{height:8px}.track-steps::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:99px}.track-step{display:flex;align-items:center;gap:8px;border:1px solid rgba(0,0,0,.12);background:#fff;border-radius:14px;padding:8px 10px;cursor:pointer;white-space:nowrap;transition:transform .12s ease,box-shadow .12s ease}.track-step:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(0,0,0,.06)}.track-step.locked,.track-step:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.track-step.locked:hover,.track-step:disabled:hover{box-shadow:none;transform:none}.track-dot{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff8db;border:1px solid rgba(0,0,0,.08)}.track-label{font-weight:700;font-size:12px}.track-line{flex:1 1 40px;height:3px;border-radius:999px;background:rgba(0,0,0,.12);min-width:30px;margin-top:22px}.track-step.done{border-color:rgba(67,56,4,.35);background:#ffffff}.track-step.done .track-dot{background:#e9f7e7;border-color:rgba(22,130,32,.25)}.track-line.done{background:rgba(22,130,32,.55)}.track-step.active{box-shadow:0 10px 24px rgba(0,0,0,.08);border-color:rgba(22,130,32,.35)}.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;padding:16px;z-index:9999}.modal-card{width:min(640px,100%);background:#fff;border-radius:18px;box-shadow:0 18px 44px rgba(0,0,0,.18);overflow:hidden}.modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.08);background:#fff8db}.modal-title{font-weight:800;font-size:18px;color:#433804}.modal-sub{font-size:13px;opacity:.75}.modal-close{border:0;background:transparent;cursor:pointer;font-size:18px;line-height:1;padding:6px 8px;border-radius:10px}.modal-close:hover{background:rgba(0,0,0,.06)}.modal-body{padding:16px}.account-shell__head{padding:22px;display:grid;grid-template-columns:minmax(0,1.35fr) auto;gap:18px;align-items:start;background:linear-gradient(135deg,rgba(255,255,255,.72),rgba(255,255,255,.45));border:1px solid rgba(67,56,4,.08)}.account-shell__intro{display:grid;gap:8px;min-width:0}.account-shell__eyebrow,.account-section-head__eyebrow,.account-block-head__eyebrow,.account-order-hero__meta{font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:rgba(67,56,4,.72)}.account-shell__title,.account-section-head__title,.account-block-head__title{margin:0;color:#433804}.account-shell__title{font-size:34px;line-height:1.02}.account-shell__text{margin:0;max-width:700px;color:rgba(67,56,4,.74);line-height:1.6}.account-shell__metrics{display:grid;grid-template-columns:repeat(4,minmax(0,auto));gap:10px;align-items:stretch}.account-shell__metric{min-width:110px;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.75);border:1px solid rgba(67,56,4,.10);display:grid;gap:4px}.account-shell__metric-value{font-size:24px;font-weight:900;color:#433804;line-height:1}.account-shell__metric-label{font-size:13px;color:rgba(67,56,4,.68)}.account-shell__logout{min-height:100%;display:inline-flex;align-items:center;gap:10px}.account-shell__alert{grid-column:1 / -1}.account-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px;align-items:start}.account-sidebar{padding:16px;position:sticky;top:88px;border:1px solid rgba(67,56,4,.08);background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(255,255,255,.62))}.account-sidebar__title{margin-bottom:12px;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:rgba(67,56,4,.66)}.account-nav{display:flex;gap:12px;align-items:center;padding:14px 15px;border-radius:18px;text-decoration:none;color:#433804;border:1px solid rgba(67,56,4,.08);background:rgba(255,255,255,.72);margin-bottom:10px;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease,background .14s ease}.account-nav:hover{border-color:rgba(67,56,4,.18);box-shadow:0 12px 24px rgba(67,56,4,.08);transform:translateY(-1px)}.account-nav.active{color:#ffffff;background:#433804;border-color:#433804;box-shadow:0 16px 28px rgba(67,56,4,.18)}.account-nav.active .account-icon{color:#ffffff}.account-sidebar__tip{margin-top:16px;padding:14px;border-radius:18px;background:#f7ecd6;border:1px solid rgba(67,56,4,.10);display:grid;grid-template-columns:20px 1fr;gap:10px;color:rgba(67,56,4,.74);line-height:1.55;font-size:13px}.account-content{padding:18px;border:1px solid rgba(67,56,4,.08);background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(255,255,255,.64))}.account-overview-hero{margin-top:8px;border-radius:22px;overflow:hidden;border:1px solid rgba(67,56,4,.08);background:linear-gradient(135deg,rgba(247,236,214,.96),rgba(255,255,255,.88));min-height:180px;box-shadow:0 18px 36px rgba(67,56,4,.06);animation:accountOverviewReveal .42s ease both}.account-overview-hero__image{display:block;width:100%;height:auto;object-fit:contain;background:#fffaf4}.account-overview-hero__fallback{min-height:180px;padding:24px;display:grid;align-content:center;gap:9px}.account-overview-hero__fallback h4{margin:0;max-width:720px;font-size:clamp(26px,3vw,36px);line-height:1.06;color:#433804}.account-overview-hero__fallback p{margin:0;max-width:650px;color:rgba(67,56,4,.72);line-height:1.6}.account-overview-grid{margin-top:14px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.account-overview-card{position:relative;overflow:hidden;min-height:148px;padding:16px;display:grid;grid-template-rows:auto 1fr auto;gap:12px;border-radius:18px;text-decoration:none;color:#433804;background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(250,242,227,.86));border:1px solid rgba(67,56,4,.08);box-shadow:0 12px 26px rgba(67,56,4,.045);animation:accountOverviewCardIn .42s ease both;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.account-overview-card:nth-child(2){animation-delay:.04s}.account-overview-card:nth-child(3){animation-delay:.08s}.account-overview-card:nth-child(4){animation-delay:.12s}.account-overview-card::after{content:"";position:absolute;right:14px;top:14px;width:8px;height:8px;border-radius:999px;background:rgba(183,138,69,.32);transform:scale(.85);transition:transform .18s ease,background .18s ease}.account-overview-card:hover{transform:translateY(-3px);border-color:rgba(67,56,4,.16);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(249,238,217,.94));box-shadow:0 20px 34px rgba(67,56,4,.09)}.account-overview-card:hover::after{transform:scale(1.4);background:rgba(183,138,69,.62)}.account-overview-card__icon{width:44px;height:44px;border-radius:15px;display:flex;align-items:center;justify-content:center;color:#433804;background:#f7ecd6;border:1px solid rgba(67,56,4,.10);box-shadow:0 8px 18px rgba(67,56,4,.06);transition:transform .18s ease}.account-overview-card:hover .account-overview-card__icon{transform:translateY(-1px) scale(1.04)}.account-overview-card__icon svg{width:22px;height:22px;fill:currentColor}.account-overview-card__body{display:grid;gap:4px;align-content:start}.account-overview-card__title{display:block;font-size:18px;font-weight:900;line-height:1.12}.account-overview-card__text{display:block;color:rgba(67,56,4,.64);line-height:1.35;font-size:13px}.account-overview-card__meta{justify-self:start;display:inline-flex;align-items:center;min-height:26px;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.64);border:1px solid rgba(67,56,4,.08);font-size:12px;font-weight:900;color:rgba(67,56,4,.74)}@keyframes accountOverviewReveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes accountOverviewCardIn{from{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}@media (max-width:1180px){.account-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.account-icon{display:inline-flex;align-items:center;justify-content:center;line-height:0}.account-icon svg{width:18px;height:18px;fill:currentColor}.account-section-head,.account-block-head{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;flex-wrap:wrap;margin-bottom:14px}.account-section-head--tight{margin-bottom:12px}.account-section-head__badge{padding:10px 14px;border-radius:999px;background:#f7ecd6;border:1px solid rgba(67,56,4,.10);color:#433804;font-weight:800;font-size:13px}.account-form-card,.account-panel,.account-track-card,.account-info-card,.account-support__panel{margin-top:16px;padding:18px;border-radius:24px;background:rgba(255,255,255,.72);border:1px solid rgba(67,56,4,.08);box-shadow:0 16px 38px rgba(67,56,4,.05)}.account-form-card__actions,.account-support__actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}.account-address-grid{display:grid;gap:14px;margin-top:14px}.account-address-item{display:grid;gap:10px}.account-address-card{margin:0;padding:16px 18px;border-radius:22px;border:1px solid rgba(67,56,4,.10);background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(247,236,214,.55))}.account-address-card__main{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center}.account-address-card__content{min-width:0;display:grid;gap:10px}.account-address-card__top{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:center}.account-address-card__icon{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#433804;background:#f7ecd6;border:1px solid rgba(67,56,4,.10)}.account-address-card__icon svg{width:20px;height:20px;fill:currentColor}.account-address-card__title{font-size:18px;font-weight:800;color:#433804;line-height:1.25}.account-address-card__meta{margin-top:4px;color:rgba(67,56,4,.68)}.account-address-card__chips{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.account-address-card__details{display:flex;gap:10px 14px;flex-wrap:wrap;color:rgba(67,56,4,.72);font-size:13px;align-items:center}.account-address-card__actions{display:flex;gap:10px;align-items:center;justify-content:flex-end;flex-wrap:wrap;min-width:150px;margin-left:auto;justify-self:end;align-self:center}.account-inline-form{display:inline-flex}.account-icon-btn{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:#fff;color:#433804;border:1px solid rgba(67,56,4,.12);box-shadow:0 10px 18px rgba(67,56,4,.06);transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.account-icon-btn:hover{transform:translateY(-1px);border-color:rgba(67,56,4,.22);box-shadow:0 14px 24px rgba(67,56,4,.10)}.account-icon-btn.is-danger{color:#b42318;border-color:rgba(180,35,24,.18);background:#fff6f5}.account-icon-btn .account-icon svg{width:18px;height:18px}.account-address-edit{margin-top:10px;padding:16px;border-radius:20px}.account-address-edit__footer{margin-top:12px;display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:space-between}.account-checkbox{display:inline-flex;gap:8px;align-items:center;margin:0;color:#433804;font-weight:700}.account-order-detail{margin-top:14px;padding:18px;border-radius:26px}.account-order-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:start}.account-order-hero__title{margin:6px 0 0;font-size:28px;line-height:1.08;color:#433804}.account-order-hero__line{margin-top:12px;display:flex;gap:10px 12px;flex-wrap:wrap;color:rgba(67,56,4,.72);font-size:14px}.account-date-chip{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:#fffdf7;border:1px solid rgba(67,56,4,.10);color:#433804;box-shadow:0 8px 18px rgba(67,56,4,.05)}.account-date-chip__label{font-size:10px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;color:rgba(67,56,4,.52)}.account-date-chip strong{font-size:12px;font-weight:950;color:#433804}.account-date-chip em{padding:3px 7px;border-radius:999px;background:#f7ecd6;color:#6f4f1a;font-size:11px;font-style:normal;font-weight:900}.account-order-hero__side{min-width:170px;padding:16px;border-radius:20px;background:#fff;border:1px solid rgba(67,56,4,.10);text-align:right}.account-order-hero__side-label{display:block;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:rgba(67,56,4,.58)}.account-order-hero__total{display:block;margin-top:6px;font-size:28px;line-height:1;color:#433804;white-space:nowrap}.account-order-callout{margin-top:16px;padding:14px 16px;border-radius:20px;background:#fff8db;border:1px solid rgba(67,56,4,.12);display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.account-status-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;border:1px solid transparent}.account-status-pill.is-pending{background:#eef3ff;color:#2452b6;border-color:rgba(36,82,182,.12)}.account-status-pill.is-paid{background:#eaf8ef;color:#157347;border-color:rgba(21,115,71,.12)}.account-status-pill.is-progress{background:#fff5e4;color:#a25c00;border-color:rgba(162,92,0,.12)}.account-status-pill.is-shipped{background:#edf7ff;color:#0b66a6;border-color:rgba(11,102,166,.12)}.account-status-pill.is-delivered{background:#e8f7ef;color:#0b7a48;border-color:rgba(11,122,72,.12)}.account-status-pill.is-canceled{background:#fff0ef;color:#b42318;border-color:rgba(180,35,24,.12)}.account-status-pill.is-neutral{background:#f5f3ec;color:#6e6240;border-color:rgba(67,56,4,.10)}.account-status-inline{display:inline-flex;margin-left:4px;font-size:12px;font-weight:800;color:rgba(67,56,4,.66)}.track-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));align-items:stretch;gap:10px;margin-top:12px;overflow:visible;padding:2px 0 0}.track-step{width:100%;min-width:0;display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:12px;border:1px solid rgba(67,56,4,.10);background:#fff;border-radius:20px;padding:14px 16px;box-sizing:border-box}.track-dot{width:40px;height:40px;flex:0 0 40px;border-radius:14px;background:#f7ecd6;border:1px solid rgba(67,56,4,.10);font-size:19px;display:flex;align-items:center;justify-content:center;line-height:1}.track-copy{min-width:0;display:grid;gap:4px;text-align:left;padding-right:12px}.track-label{font-size:12px;font-weight:900;color:#433804;line-height:1.08;white-space:nowrap;word-break:keep-all}.track-state{font-size:10px;color:rgba(67,56,4,.62);font-weight:700;letter-spacing:.03em;text-transform:uppercase;line-height:1.08;white-space:normal}.track-line{display:none}.track-step.done .track-dot{background:#eaf8ef;border-color:rgba(21,115,71,.18)}.track-step.active{border-color:#433804;background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(247,236,214,.72));box-shadow:0 18px 30px rgba(67,56,4,.10)}.track-step.active .track-dot{background:#433804;color:#fff8e7;border-color:#433804}.track-step.active .track-label,.track-step.active .track-state{color:#433804}.track-box{display:grid;grid-template-columns:96px minmax(0,1fr);gap:14px;align-items:center;padding:14px;border-radius:20px}.track-img{width:96px;height:78px;border-radius:16px}.account-support{margin-top:18px;padding-top:18px;border-top:1px solid rgba(67,56,4,.10)}.account-block-head--actions-only{justify-content:flex-end;align-items:center}.account-support__panel{margin-top:12px;padding:16px}.account-support__reply{margin-top:14px;display:grid;gap:10px}.account-support__reply-meta,.account-support__reply-actions{display:flex;gap:10px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.account-order-columns{margin-top:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.account-panel{margin-top:16px}.account-history-list{display:grid;gap:10px}.account-history-item{margin:0;padding:12px 14px;border-radius:18px;background:rgba(255,255,255,.86);border:1px solid rgba(67,56,4,.08);box-shadow:0 10px 22px rgba(67,56,4,.05);animation:accountHistoryItemIn .3s ease both}.account-history-item:nth-child(2){animation-delay:.03s}.account-history-item:nth-child(3){animation-delay:.06s}.account-history-item:nth-child(4){animation-delay:.09s}.account-history-item__top{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.account-history-date{display:inline-flex;align-items:center;gap:7px;padding:6px 8px;border-radius:999px;background:#fffaf3;border:1px solid rgba(67,56,4,.10)}.account-history-date strong{color:#433804;font-size:12px;font-weight:950;line-height:1}.account-history-date small{padding:3px 7px;border-radius:999px;background:#f7ecd6;color:#6f4f1a;font-size:11px;font-weight:900;line-height:1}@keyframes accountHistoryItemIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.account-order-product{display:flex;align-items:center;gap:12px;min-width:0}.account-order-product--link,.account-order-product--unavailable{width:100%;padding:0;border:0;background:transparent;color:inherit;text-align:left;text-decoration:none;cursor:pointer}.account-order-product--link .account-order-product__name{color:#433804;font-weight:800}.account-order-product--link:hover .account-order-product__name{text-decoration:underline;text-underline-offset:3px}.account-order-product--unavailable{opacity:.76}.account-order-product__thumb{width:52px;height:52px;flex:0 0 52px;border-radius:14px;overflow:hidden;border:1px solid rgba(67,56,4,.10);background:linear-gradient(180deg,#f7ecd6,#efe3cd);display:flex;align-items:center;justify-content:center;color:#8a6b30;font-size:18px;font-weight:900;text-transform:uppercase}.account-order-product__thumb img{width:100%;height:100%;object-fit:cover;display:block}.account-order-product__name{min-width:0;line-height:1.4}.account-table{margin-top:0;overflow:hidden;border-collapse:separate;border-spacing:0 8px}.account-table thead th{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:rgba(67,56,4,.62);padding:0 14px 8px;border:none}.account-table tbody tr td{background:rgba(255,255,255,.82);border-top:1px solid rgba(67,56,4,.08);border-bottom:1px solid rgba(67,56,4,.08);padding:11px 12px;vertical-align:middle;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.account-table tbody tr td:first-child{border-left:1px solid rgba(67,56,4,.08);border-top-left-radius:16px;border-bottom-left-radius:16px}.account-table tbody tr td:last-child{border-right:1px solid rgba(67,56,4,.08);border-top-right-radius:16px;border-bottom-right-radius:16px}.account-table__actions{display:flex;justify-content:flex-end;gap:6px;flex-wrap:nowrap;align-items:center;white-space:nowrap}.account-table__actions .btn{display:inline-flex;gap:6px;align-items:center}.account-table--orders tbody tr{animation:accountOrderRowIn .32s ease both}.account-table--orders tbody tr:nth-child(2){animation-delay:.03s}.account-table--orders tbody tr:nth-child(3){animation-delay:.06s}.account-table--orders tbody tr:nth-child(4){animation-delay:.09s}.account-table--orders tbody tr:nth-child(5){animation-delay:.12s}.account-table--orders tbody tr:hover td{background:#fffdf8;border-color:rgba(67,56,4,.16);box-shadow:0 14px 26px rgba(67,56,4,.06)}.account-table--orders tbody tr:hover td:first-child{transform:translateX(1px)}.account-table--orders td:first-child{font-weight:950;color:#433804}.account-order-date{display:inline-grid;gap:3px;min-width:86px}.account-order-date strong{color:#433804;font-size:13px;font-weight:950;line-height:1}.account-order-date small{width:max-content;padding:3px 7px;border-radius:999px;background:#f7ecd6;color:#6f4f1a;font-size:11px;font-weight:900;line-height:1}.account-order-action{min-width:142px;min-height:31px;padding:7px 14px;border-radius:10px;font-size:11px;font-weight:850;line-height:1;white-space:nowrap;flex:0 0 142px;box-shadow:0 6px 14px rgba(67,56,4,.05)}.account-order-action .account-icon svg{width:14px;height:14px}.account-table__money,.account-table--orders thead th:nth-child(4){white-space:nowrap}.account-orders-filter{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.account-orders-filter__chip{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;border:1px solid rgba(67,56,4,.12);background:rgba(255,255,255,.78);color:#433804;font-size:12px;font-weight:850;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.account-orders-filter__chip strong{font-weight:900}.account-orders-filter__chip:hover,.account-orders-filter__chip.is-active{background:#433804;color:#ffffff;border-color:#433804;box-shadow:0 12px 22px rgba(67,56,4,.14);transform:translateY(-1px)}@keyframes accountOrderRowIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chat--support{max-height:46vh;overflow:auto;padding:14px;border-radius:20px;background:#fffdf7}.chat-bubble{border-radius:18px;padding:12px 14px;box-shadow:0 8px 16px rgba(67,56,4,.04)}.chat-attachment{margin-top:10px}.chat-attachment img{display:block;max-width:260px;border-radius:14px;border:1px solid rgba(67,56,4,.10)}.modal-backdrop{background:rgba(50,38,8,.42);backdrop-filter:blur(6px)}.modal-card{width:min(680px,100%);border-radius:24px;border:1px solid rgba(67,56,4,.10);background:#fffdf8}.modal-card--timeline{width:min(620px,100%)}.modal-card--notice{width:min(440px,calc(100vw - 28px))}.modal-card--support{width:min(1080px,calc(100vw - 28px));max-height:calc(100vh - 28px);display:flex;flex-direction:column}.modal-card--support .modal-body{overflow:auto;max-height:calc(100vh - 150px)}.modal-head{padding:18px 20px;background:#f7ecd6;border-bottom:1px solid rgba(67,56,4,.10)}.modal-title{font-size:22px}.modal-sub{margin-top:4px;color:rgba(67,56,4,.68)}.modal-body{padding:18px}.account-dispute-open{box-shadow:0 12px 24px rgba(67,56,4,.08)}.account-support__panel{position:relative;overflow:visible;background:linear-gradient(180deg,#fffdf7 0%,#f8efe2 100%);border:1px solid rgba(67,56,4,.10);border-radius:24px;box-shadow:0 18px 40px rgba(67,56,4,.08);animation:accountSupportReveal .28s ease both}.account-dispute-form{display:grid;gap:14px}.account-dispute-form__hero{display:flex;align-items:center;gap:14px;padding:14px;border-radius:20px;background:#fff;border:1px solid rgba(67,56,4,.08)}.account-dispute-form__hero strong,.account-dispute-form__hero span{display:block}.account-dispute-form__hero strong{color:#433804;font-size:18px}.account-dispute-form__hero span{color:rgba(67,56,4,.68);margin-top:3px}.account-dispute-form__icon,.account-dispute-modal-title__icon,.account-support-feedback__check,.account-upload-drop__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.account-dispute-form__icon,.account-dispute-modal-title__icon{width:46px;height:46px;border-radius:16px;background:#433804;color:#fff8e7;box-shadow:0 12px 22px rgba(67,56,4,.18)}.account-dispute-form__icon svg,.account-dispute-modal-title__icon svg,.account-support-feedback__check svg,.account-upload-drop__icon svg{width:20px;height:20px;fill:currentColor}.account-dispute-grid{display:grid;grid-template-columns:minmax(220px,.75fr) minmax(0,1.25fr);gap:12px}.account-field-shell{display:grid;gap:8px;color:#433804;font-weight:900}.account-field-shell--wide{min-width:0}.account-field-shell .input,.account-support-textarea{border-color:rgba(67,56,4,.14);background:#fffdf8;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.account-support-textarea{min-height:112px;resize:vertical;line-height:1.55}.account-support-textarea.is-attention{border-color:#b94d3d;box-shadow:0 0 0 4px rgba(185,77,61,.12);animation:accountFieldAttention .34s ease both}.account-upload-drop{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;border:1px dashed rgba(67,56,4,.22);border-radius:20px;background:rgba(255,255,255,.72);cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease}.account-upload-drop:hover{transform:translateY(-1px);border-color:rgba(67,56,4,.38);background:#fff}.account-upload-drop input{position:absolute;opacity:0;pointer-events:none}.account-upload-drop__icon{width:42px;height:42px;border-radius:14px;color:#433804;background:#f7ecd6;border:1px solid rgba(67,56,4,.10)}.account-upload-drop__text{display:grid;gap:3px;min-width:0}.account-upload-drop__text strong{color:#433804}.account-upload-drop__text small{color:rgba(67,56,4,.66);font-weight:700}.account-upload-drop img{display:none;width:68px;height:52px;object-fit:cover;border-radius:14px;border:1px solid rgba(67,56,4,.12);box-shadow:0 8px 16px rgba(67,56,4,.08)}.account-upload-drop.has-preview img{display:block}.account-upload-drop--compact{grid-template-columns:38px minmax(0,1fr) auto}.account-support-feedback{display:none;align-items:center;gap:10px;padding:12px 14px;border-radius:18px;color:#27652d;background:#ecf8e8;border:1px solid rgba(39,101,45,.16);box-shadow:0 12px 24px rgba(39,101,45,.08)}.account-support-feedback.is-visible,.account-support-feedback--inline{display:flex;animation:accountSupportFeedback .55s ease both}.account-support-feedback--temporary{margin-bottom:12px}.account-support-feedback--temporary.is-leaving{animation:accountSupportFeedbackOut .45s ease both}.account-support-feedback__check{width:34px;height:34px;border-radius:12px;background:#dff3d8;color:#27652d}.account-dispute-modal-title{display:flex;align-items:center;gap:14px}.modal-card--support{animation:accountSupportModalIn .28s ease both;box-shadow:0 30px 90px rgba(50,38,8,.26)}.chat--support{display:grid;gap:12px;background:#fffaf3;border:1px solid rgba(67,56,4,.10)}.chat-row.cliente{justify-content:flex-end}.chat-row.admin{justify-content:flex-start}.chat-bubble{width:fit-content;max-width:min(76%,640px);min-width:120px;border:1px solid rgba(67,56,4,.10);background:#ffffff;overflow-wrap:anywhere}.chat-row.cliente .chat-bubble{background:#f8f1e7;color:#3f3208;border-color:rgba(67,56,4,.12)}.chat-row.admin .chat-bubble{background:#ffffff;border-color:rgba(67,56,4,.10)}.chat-meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap;opacity:1;margin-bottom:8px}.chat-author{font-weight:900}.chat-date,.chat-time{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:900;background:rgba(67,56,4,.08);color:rgba(67,56,4,.76)}.chat-row.cliente .chat-date,.chat-row.cliente .chat-time{background:rgba(67,56,4,.08);color:rgba(67,56,4,.74)}.chat-message{line-height:1.6}.chat-attachment img{max-width:320px;border-radius:18px;box-shadow:0 14px 26px rgba(67,56,4,.12)}.account-reply-card{display:grid;gap:12px;padding:14px;border-radius:22px;background:#fff;border:1px solid rgba(67,56,4,.10);box-shadow:0 14px 28px rgba(67,56,4,.06)}.account-upload-progress{display:grid;gap:8px;padding:12px 14px;border-radius:18px;background:#fffaf3;border:1px solid rgba(67,56,4,.10)}.account-upload-progress[hidden]{display:none}.account-upload-progress__top{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#433804;font-size:13px;font-weight:900}.account-upload-progress__bar{height:9px;border-radius:999px;background:#eadfce;overflow:hidden}.account-upload-progress__bar span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#b68b4b,#6f8f55);transition:width .22s ease}.account-upload-progress small{color:rgba(67,56,4,.62);font-weight:700}.account-support__reply .account-support__reply-actions{margin-top:2px}.account-support__reply.is-sending{opacity:.82}.account-support__reply.is-sending .btn-primary,.account-dispute-form.is-sending .btn-primary{pointer-events:none;filter:saturate(.9)}@keyframes accountSupportReveal{from{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes accountSupportModalIn{from{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes accountSupportFeedback{0%{opacity:0;transform:translateY(8px) scale(.96)}58%{opacity:1;transform:translateY(-2px) scale(1.01)}100%{opacity:1;transform:translateY(0) scale(1)}}@keyframes accountSupportFeedbackOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}@keyframes accountFieldAttention{0%,100%{transform:translateX(0)}25%{transform:translateX(-3px)}75%{transform:translateX(3px)}}@media (max-width:980px){.account-shell__head,.account-layout,.account-order-hero,.account-order-columns,.account-overview-grid,.account-address-card__main{grid-template-columns:1fr}.account-shell__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.account-sidebar{position:relative;top:auto}.account-address-card__actions{justify-content:flex-start}.account-order-hero__side{text-align:left}.account-dispute-grid{grid-template-columns:1fr}}@media (max-width:700px){.account-shell__title{font-size:28px}.account-shell__metrics{grid-template-columns:1fr}.account-overview-hero__image{height:auto}.account-overview-hero__fallback{padding:22px}.account-overview-hero__fallback h4{font-size:28px}.account-content,.account-form-card,.account-panel,.account-track-card,.account-info-card,.account-support__panel,.account-order-detail{padding:16px}.account-address-card{padding:14px}.account-address-card__top{grid-template-columns:40px minmax(0,1fr)}.account-address-card__chips{grid-column:1 / -1;justify-content:flex-start}.account-table{display:block;overflow-x:auto}.account-table__actions{justify-content:flex-start}.account-table--orders{display:block;overflow:visible;border-spacing:0}.account-table--orders thead{display:none}.account-table--orders tbody{display:grid;gap:10px}.account-table--orders tbody tr{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px 10px;padding:12px;border-radius:18px;border:1px solid rgba(67,56,4,.10);background:rgba(255,255,255,.86)}.account-table--orders tbody tr td{display:flex;align-items:center;padding:0;border:0;background:transparent;box-shadow:none}.account-table--orders tbody tr td:first-child,.account-table--orders tbody tr td:last-child{border:0;border-radius:0}.account-table--orders tbody tr td:first-child::before{content:"Pedido ";color:rgba(67,56,4,.58);font-size:11px;font-weight:900;margin-right:3px}.account-table--orders tbody tr td:nth-child(2){justify-content:flex-end}.account-table--orders tbody tr td:nth-child(3),.account-table--orders tbody tr td:nth-child(4),.account-table--orders tbody tr td:nth-child(5){grid-column:1 / -1}.account-table--orders tbody tr td:nth-child(4)::before{content:"Total";margin-right:auto;color:rgba(67,56,4,.58);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.account-table--orders .account-table__actions{justify-content:flex-start;gap:6px;overflow:visible}.account-table--orders .account-order-action{flex:1 1 0;min-width:132px;max-width:none;padding:7px 12px;font-size:10px}.account-address-card__actions{justify-content:flex-start;min-width:0;margin-left:0}.account-dispute-form__hero,.account-dispute-modal-title{align-items:flex-start}.account-upload-drop{grid-template-columns:38px minmax(0,1fr)}.account-upload-drop img{grid-column:1 / -1;width:100%;height:150px}.chat-bubble{max-width:100%}}@media (max-width:860px){.track-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.track-steps{grid-template-columns:1fr}}.site-footer{position:relative;margin-top:0;background:radial-gradient(circle at top center,rgba(255,244,214,.75) 0%,rgba(247,239,233,.92) 40%,rgba(231,217,196,.96) 100%);padding:20px 0 0;background-size:cover;background-position:center bottom;background-repeat:no-repeat}.site-footer::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(248,240,227,.28) 0%,rgba(84,59,29,.18) 100%);pointer-events:none}.site-footer .footer-card{position:relative;z-index:1;max-width:1120px;margin:0 auto;background:rgba(249,244,240,.92);border:1px solid rgba(255,255,255,.42);border-radius:24px;box-shadow:0 20px 45px rgba(67,56,4,.12);backdrop-filter:blur(8px);overflow:hidden}.footer-benefits{background:#f5eee8;padding:22px 0;border-bottom:1px solid #e6d7ca}.footer-benefits .container{display:flex;align-items:center;justify-content:space-between;gap:18px}.benefit-item{display:flex;align-items:center;gap:10px;color:#8b6a4f;font-size:14px;white-space:nowrap}.benefit-item img{width:28px;height:28px;object-fit:contain}.benefit-link{color:inherit;text-decoration:none}.benefit-link:hover{opacity:.9}.benefit-sep{width:1px;height:26px;background:#e0d1c3;flex:0 0 1px}.footer-main{padding:28px 0 18px;background:transparent}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.footer-col{padding:0 24px}.footer-col:not(:first-child){border-left:1px solid #e6d7ca}.footer-col h3,.footer-col h4{margin:0 0 12px;color:#6b4f3b;font-size:16px;font-weight:700}.footer-item{display:flex;align-items:center;gap:10px;color:#7a6655;font-size:14px;min-height:44px;margin:0 0 4px;text-decoration:none}.footer-item:hover{opacity:.92}.footer-ico{width:18px;height:18px;object-fit:contain;flex:0 0 18px}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;margin-top:18px;padding-top:16px;border-top:1px solid #e6d7ca;font-size:13px;color:#8b7a6b}.footer-cnpj{display:inline-flex;align-items:center;justify-content:center;max-width:100%;overflow-wrap:anywhere;color:#6f5f51;font-weight:800}@media(max-width:900px){.footer-benefits .container{justify-content:center;flex-wrap:wrap}.benefit-item{white-space:normal}.benefit-sep{display:none}.footer-grid{grid-template-columns:1fr 1fr}.footer-col:nth-child(3){border-left:none}.footer-col{padding:0 18px 18px}}@media(max-width:520px){.site-footer{padding:16px 0 0}.footer-grid{grid-template-columns:1fr}.footer-col{border-left:none !important;padding:0 18px 18px}}.cart-bottom-grid{display:grid;grid-template-columns:1fr 320px;gap:14px;margin-top:14px}@media (max-width:900px){.cart-bottom-grid{grid-template-columns:1fr}}form[data-frete-form] .frete-options{display:flex;gap:10px;flex-wrap:wrap;align-items:stretch}form[data-frete-form] .frete-options .frete-option{position:relative;flex:0 0 156px;max-width:156px;min-height:116px;margin-bottom:0;padding:8px 10px 10px;flex-direction:column;align-items:flex-start;border-radius:14px;background:linear-gradient(180deg,#fff 0%,#fffaf4 100%);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}form[data-frete-form] .frete-options .frete-option:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(67,56,4,.08)}form[data-frete-form] .frete-options .frete-option.selected{background:linear-gradient(180deg,#fffdf7 0%,#fff6e8 100%);border-color:#c3912a;box-shadow:0 0 0 1px rgba(195,145,42,.2),0 10px 22px rgba(195,145,42,.14)}form[data-frete-form] .frete-options .frete-radio{align-self:flex-start;height:16px}form[data-frete-form] .frete-options .frete-radio input{width:15px;height:15px;accent-color:#9f7320}form[data-frete-form] .frete-options .frete-info{display:flex;flex-direction:column;gap:5px;width:100%;align-items:flex-start}form[data-frete-form] .frete-options .frete-logo{width:90px;height:32px;object-fit:contain;display:block}form[data-frete-form] .frete-options .frete-info .muted{font-size:13px;line-height:1.2;color:#4f3c1e}form[data-frete-form].is-updating .frete-option.selected::after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(90deg,transparent,rgba(195,145,42,.14),transparent);animation:cartFreteSweep .75s ease}[data-cart-motion-zone].is-updating,[data-cart-motion-zone].is-cep-updating,[data-cart-motion-zone].is-qty-updating,[data-cart-summary].is-updating,[data-cart-summary].is-cep-updating,[data-cart-summary].is-qty-updating{animation:cartSoftPulse .55s ease}[data-cart-motion-zone].is-cep-updating::before,[data-cart-motion-zone].is-qty-updating::before,[data-cart-motion-zone].is-updating::before{content:"";position:absolute;left:18px;right:18px;top:0;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,#c3912a,transparent);animation:cartFreteSweep .7s ease;pointer-events:none}.cart-box--frete{position:relative;overflow:hidden}@keyframes cartSoftPulse{0%{box-shadow:0 0 0 rgba(195,145,42,0)}45%{box-shadow:0 12px 34px rgba(195,145,42,.13)}100%{box-shadow:0 0 0 rgba(195,145,42,0)}}@keyframes cartFreteSweep{0%{transform:translateX(-75%);opacity:0}25%{opacity:1}100%{transform:translateX(75%);opacity:0}}.product-page{grid-template-columns:minmax(220px,250px) minmax(0,1.5fr);align-items:start;gap:22px}.product-page-main{display:flex;flex-direction:column;gap:18px}.product-gallery-card,.product-summary-card,.product-description-card,.freight-card{background:#f6f2eb;border:1px solid rgba(67,56,4,.08);border-radius:26px;box-shadow:0 8px 24px rgba(67,56,4,.05)}.product-gallery-card{padding:18px}.product-summary-card{padding:18px 22px}.product-description-card,.freight-card{padding:18px 22px}.product-gallery{padding:0}.product-title{margin:0;font-size:clamp(1.2rem,1.2vw,1rem);line-height:1.05;color:#342505;text-align:center;font-weight:900}.product-summary-head{display:flex;flex-direction:column;gap:16px}.product-price-row{display:flex;align-items:center;gap:14px;justify-content:center}.price-compare{font-size:14px;color:rgba(67,56,4,.72);margin-bottom:4px}.product-price{font-size:clamp(1.5rem,2vw,1.8rem);line-height:1;color:#b07a0f;font-weight:900}.stock-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:999px;font-weight:800;font-size:14px;background:#e6f2df;color:#237746}.stock-badge.is-out{background:#f8e2e2;color:#9a2c2c}.stock-dot{width:10px;height:10px;border-radius:999px;background:currentColor;box-shadow:0 0 0 5px rgba(255,255,255,.55) inset}.product-summary-divider{height:1px;background:rgba(67,56,4,.10);margin:18px 0}.product-buy-box{display:flex;flex-direction:column;gap:10px}.product-buy-form{display:flex;flex-direction:column;gap:12px}.product-buy-grid-single{grid-template-columns:minmax(0,260px)}.field-block{display:flex;flex-direction:column;gap:8px;align-items:center}.field-label{font-size:14px;font-weight:800;color:#4b3912}.product-select,.freight-input{min-height:46px;background:#fff;border:1px solid rgba(67,56,4,.08);border-radius:18px;padding:0 18px;font-size:15px;box-shadow:0 2px 0 rgba(67,56,4,.02) inset}.product-cart-btn{width:50%;min-height:58px;border:none;border-radius:18px;font-size:18px;font-weight:800;background:linear-gradient(90deg,#6f5200 0%,#9c7106 50%,#6f5200 100%);color:#fff;box-shadow:0 14px 26px rgba(111,82,0,.18);display:block;margin:0 auto}.product-cart-btn:hover{filter:brightness(.98)}.section-title-row{display:flex;align-items:center;gap:16px;margin-bottom:14px}.section-title{margin:0;font-size:20px;line-height:1.1;color:#342505;font-weight:900}.section-title-line{height:1px;flex:1;background:rgba(67,56,4,.12)}.product-description-content{background:#fff;border:1px solid rgba(67,56,4,.08);border-left:3px solid #c3912a;border-radius:22px;padding:18px 24px;color:#56472b;line-height:1.55;font-size:15px}.product-tabs{border:none;background:transparent}.pt-nav{padding:0 0 12px;border:none;background:transparent;gap:8px}.pt-tab{border:1px solid rgba(67,56,4,.10);background:#fff;color:#4a3915;padding:10px 14px;border-radius:999px}.pt-tab.is-active{background:#f6ebd3;border-color:#c3912a;box-shadow:none}.pt-panel{padding:0}.freight-title-row{margin-bottom:12px}.product-frete-form{grid-template-columns:minmax(0,1fr) 154px;gap:12px}.freight-input-wrap{position:relative}.freight-input{padding-left:46px}.freight-input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:rgba(67,56,4,.55);font-size:18px;z-index:2}.freight-calc-btn{min-height:54px;border:none;border-radius:16px;font-size:15px;background:linear-gradient(180deg,#d6a233 0%,#b57a08 100%);color:#fff}.freight-result{margin-top:12px}.freight-address-box{margin-bottom:14px}.freight-address-label{font-size:13px;font-weight:800;color:rgba(67,56,4,.68);margin-bottom:6px}.freight-address-main{font-weight:700;color:#3b2c0d}.freight-address-sub{margin-top:4px;color:rgba(67,56,4,.70);font-size:14px}.frete-grid-inline{display:flex;flex-wrap:wrap;gap:10px}.freight-chip,.frete-option.freight-chip,.frete-badge.freight-chip{min-height:42px;padding:10px 14px;border-radius:16px;border:1px solid rgba(67,56,4,.10);background:#fff;box-shadow:0 2px 8px rgba(67,56,4,.05);margin:0}.freight-chip-info,.frete-badge-info{display:flex;align-items:center;gap:10px}.freight-chip-logo{width:46px;height:20px;flex:0 0 46px}.freight-chip-meta{display:flex;align-items:center;gap:8px;color:#6a5731;font-size:14px;white-space:nowrap}.freight-chip-meta strong{color:#4a3410;font-size:15px}.frete-option{align-items:center}.frete-option.selected{border-color:#c3912a;box-shadow:0 8px 20px rgba(195,145,42,.14)}.freight-footnote{margin-top:12px;font-size:13px;color:rgba(67,56,4,.78)}.pg-main{border-radius:24px;background:#fff;min-height:320px;display:flex;align-items:center;justify-content:center}.pg-media,.pg-media>*{width:100%}.pg-image,.pg-iframe,.pg-video{border-radius:24px}.pg-thumbs{gap:12px;justify-content:flex-start}.pg-thumb{width:104px;height:104px;border-radius:18px;border:1px solid rgba(67,56,4,.10);opacity:1;box-shadow:0 4px 10px rgba(67,56,4,.04)}.pg-thumb.is-active{outline:2px solid #b88619;outline-offset:0}.pg-thumb-video{width:100%;height:100%;border:none;border-radius:18px}.pg-nav{width:48px;height:48px;border:none;background:#fff;color:#4b3911;font-size:28px}.pg-zoom-trigger{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;width:100%;padding:10px 12px;border:none;background:transparent;color:#5a4a28;font-weight:700;font-size:14px;cursor:pointer}.pg-hint{display:none}@media (max-width:980px){.product-page{grid-template-columns:1fr}.pg-main{min-height:420px}}@media (max-width:640px){.product-summary-card{padding:18px}.product-description-card,.freight-card,.product-gallery-card{padding:16px}.product-buy-grid{grid-template-columns:1fr}.product-frete-form{grid-template-columns:1fr}.freight-calc-btn{width:100%}.pg-main{min-height:320px}.pg-thumb{width:78px;height:78px}.stock-badge{font-size:13px}}.product-page{display:grid;grid-template-columns:35% 65%;gap:26px;align-items:start}.product-page-left,.product-page-main{display:flex;flex-direction:column;gap:18px;min-width:0}.product-gallery-card,.product-summary-card,.product-description-card,.freight-card{width:100%;box-sizing:border-box;background:#f6f2eb;border:1px solid rgba(67,56,4,.08);border-radius:26px;box-shadow:0 8px 24px rgba(67,56,4,.05)}.product-gallery-card{padding:18px}.product-summary-card{padding:14px 20px}.product-description-card,.freight-card{padding:18px 22px}.product-page-title{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(30px,2.1vw,40px);line-height:1.04;font-weight:500;letter-spacing:-.02em;color:#2f2118;text-align:left}.product-subtitle{font-size:15px;line-height:1.3;color:#5f4a3a}.product-summary-divider{height:1px;background:#e3d8ce;margin:9px 0}.product-price-block{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.product-price-compare{font-size:15px;color:#8a7767}.product-page-price{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:clamp(14px,2vw,28px);line-height:1;font-weight:700;color:#a7741d;letter-spacing:-.02em}.product-price-line{display:flex;align-items:center;flex-wrap:wrap;gap:10px 12px;min-width:0;overflow:visible}.product-whatsapp-pulse{--product-whatsapp-green:#25d366;position:relative;display:inline-flex;align-items:center;justify-content:flex-start;width:44px;min-width:44px;height:44px;overflow:visible;color:#fff;text-decoration:none;isolation:isolate}.product-whatsapp-pulse__icon{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;background:var(--product-whatsapp-green);box-shadow:0 10px 22px rgba(37,211,102,.28)}.product-whatsapp-pulse__icon img{display:block;width:24px;height:24px;filter:brightness(0) invert(1)}.product-whatsapp-pulse__label{position:absolute;left:38px;top:50%;z-index:1;display:inline-flex;align-items:center;justify-content:center;min-width:156px;min-height:38px;padding:0 15px 0 18px;border-radius:0 999px 999px 0;background:var(--product-whatsapp-green);color:#fff;font-size:12px;font-weight:950;line-height:1;letter-spacing:0;text-align:center;white-space:nowrap;opacity:0;clip-path:inset(0 100% 0 0);transform:translateY(-50%) translateX(-10px);transform-origin:left center;animation:productWhatsappCallout 10s ease-in-out infinite;box-shadow:0 10px 22px rgba(37,211,102,.22)}.product-whatsapp-pulse:hover .product-whatsapp-pulse__label,.product-whatsapp-pulse:focus-visible .product-whatsapp-pulse__label{opacity:1;clip-path:inset(0 0 0 0);transform:translateY(-50%) translateX(0);animation:none}.product-whatsapp-pulse:focus-visible{outline:3px solid rgba(37,211,102,.28);outline-offset:4px;border-radius:999px}@keyframes productWhatsappCallout{0%,62%,100%{opacity:0;clip-path:inset(0 100% 0 0);transform:translateY(-50%) translateX(-10px)}70%,88%{opacity:1;clip-path:inset(0 0 0 0);transform:translateY(-50%) translateX(0)}}@media (prefers-reduced-motion:reduce){.product-whatsapp-pulse__label{opacity:1;clip-path:inset(0 0 0 0);transform:translateY(-50%) translateX(0);animation:none}}@media (max-width:560px){.product-price-line{flex-direction:column;align-items:flex-start;gap:8px}.product-whatsapp-pulse{width:42px;min-width:42px;height:42px}.product-whatsapp-pulse__icon{width:42px;height:42px}.product-whatsapp-pulse__label{left:36px;min-width:146px;min-height:36px;padding:0 13px 0 17px;font-size:11px}}.product-payment-simulator{display:flex;align-items:center;flex-wrap:wrap;gap:5px;max-width:max-content;padding:4px 6px;border:1px solid rgba(67,56,4,.16);border-radius:10px;background:#fffaf3;color:#4d3f04;font-size:11px;line-height:1.1;box-shadow:0 5px 12px rgba(67,56,4,.04)}.product-payment-simulator span{display:inline-flex;align-items:center;gap:3px;white-space:nowrap}.product-payment-simulator span+span::before{content:"";width:1px;height:12px;margin-right:3px;background:rgba(67,56,4,.18)}.product-payment-simulator strong{font-size:10px;font-weight:900;text-transform:uppercase;color:#7a5d1f}.product-payment-simulator em{font-style:normal;font-weight:900;color:#2f2602}.product-payment-simulator small{font-size:10px;font-weight:800;color:#7f6a3f}.product-payment-simulator .product-installment-simulator{gap:4px;flex-wrap:wrap;white-space:normal}.product-installment-select{min-height:28px;max-width:min(100%,260px);padding:5px 28px 5px 8px;border:1px solid rgba(67,56,4,.16);border-radius:9px;background:#fff;color:#2f2602;font-size:11px;font-weight:900;line-height:1.15}.product-purchase-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:8px 10px;align-items:end;margin-bottom:8px}.product-purchase-spacer{display:block;min-height:42px}.product-payment-chip{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:7px;min-height:42px;padding:6px 9px;border:1px solid rgba(67,56,4,.12);border-radius:12px;background:#fffaf3;color:#433804;box-shadow:0 6px 14px rgba(67,56,4,.04)}.product-payment-chip span{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;color:#78613d}.product-payment-chip strong{font-size:13px;white-space:nowrap;color:#2f2602;text-align:right}.product-payment-chip small{font-size:10px;font-weight:900;color:#7a5d1f;white-space:nowrap}.product-payment-chip--pix{background:#fffaf3;border-color:rgba(67,56,4,.12)}.product-summary-badges{display:flex;flex-wrap:wrap;gap:6px;padding:6px 10px;border-radius:14px;background:#efe6dd;color:#6a573f;font-size:12px;margin-bottom:8px;line-height:1.2}.product-buy-form{gap:8px}.product-buy-grid{display:block;min-width:0}.product-buy-grid.product-buy-grid-with-cart-qty{display:block}.product-buy-grid.product-buy-grid-single{grid-template-columns:1fr}.product-option-line{display:flex;align-items:end;gap:10px;width:100%;min-width:0;justify-content:flex-start;flex-wrap:wrap}.product-choice-field{width:auto;min-width:0}.product-option-line .product-choice-field{flex:0 0 auto;min-width:0;width:auto}.product-option-line .product-choice-field--aroma{flex-basis:auto;width:auto}.product-option-line .product-choice-field--color{flex-basis:auto;width:auto}.product-option-line .product-select{width:auto;min-width:92px;max-width:min(46vw,220px);padding-left:12px;padding-right:34px}.product-color-select-wrap{display:inline-grid;grid-template-columns:34px max-content;align-items:center;gap:8px}.product-color-swatch{display:block;width:34px;height:34px;border-radius:999px;background:var(--product-color,#d9d2c6);border:1px solid rgba(67,56,4,.18);box-shadow:inset 0 0 0 3px rgba(255,255,255,.72),0 5px 12px rgba(67,56,4,.08)}.product-color-select{width:auto;min-width:92px;max-width:min(38vw,220px)}.field-block{align-items:stretch;position:relative;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.field-block.is-changing{animation:productFieldChanged .52s ease}.field-block-qty{width:30%;min-width:104px;max-width:112px}.field-block-qty .field-label{font-size:12px;line-height:1.15}.field-block-qty .product-qty-stepper{grid-template-columns:30px minmax(36px,1fr) 30px;min-height:42px;border-radius:14px}.field-block-qty .product-qty-btn{font-size:18px}.field-block-qty .product-qty-input{height:42px;font-size:15px}.product-qty-stepper{display:grid;grid-template-columns:42px minmax(54px,1fr) 42px;align-items:center;min-height:50px;border:1px solid #e8ded4;border-radius:18px;background:#fff;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.product-qty-btn{height:100%;border:0;background:#f7efe5;color:#3b2b12;font-size:20px;font-weight:900;cursor:pointer;transition:background .16s ease,color .16s ease}.product-qty-btn:hover{background:#4d3f04;color:#fff}.product-qty-input{width:100%;height:50px;border:0!important;border-radius:0!important;text-align:center;font-size:17px;font-weight:800;color:#332506;background:#fff;box-shadow:none!important;appearance:textfield}.product-qty-input::-webkit-outer-spin-button,.product-qty-input::-webkit-inner-spin-button{appearance:none;margin:0}.product-action-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.product-cart-btn{width:100%;min-height:46px;border-radius:15px;font-size:16px;font-weight:800;background:linear-gradient(90deg,#3f2d1d 0%,#8b632c 50%,#3f2d1d 100%);box-shadow:0 12px 22px rgba(63,45,29,.18)}.product-cart-btn--secondary{background:#fffaf3;color:#433804;border:1px solid rgba(67,56,4,.22);box-shadow:none}.product-cart-btn--secondary:hover{background:#f7ecd6;box-shadow:0 10px 22px rgba(67,56,4,.1);transform:translateY(-1px)}.product-cart-btn--secondary:disabled{opacity:.68;cursor:wait;transform:none}.product-cart-btn--secondary.is-added{animation:productAddPulse .58s ease}@keyframes productAddPulse{0%{transform:scale(1)}40%{transform:scale(.98);background:#e9f9df;border-color:#9bd77e;color:#23651d}100%{transform:scale(1)}}@keyframes productFieldChanged{0%{transform:scale(1);box-shadow:0 0 0 rgba(167,116,29,0)}38%{transform:scale(1.025);box-shadow:0 12px 24px rgba(167,116,29,.16)}100%{transform:scale(1);box-shadow:0 0 0 rgba(167,116,29,0)}}.product-rating-row{display:flex;align-items:center;gap:10px;justify-content:center;color:#6a5731}.product-rating-row--detail{justify-content:flex-start;margin-top:8px}.product-rating-stars{color:#b9872f;font-size:22px;letter-spacing:1px}.product-rating-text{font-size:14px}.product-review-highlight{margin-top:10px;padding:12px 14px;border:1px solid rgba(185,135,47,.22);border-radius:16px;background:#fffaf1;color:#4d392c;display:grid;gap:4px;font-size:14px;line-height:1.45}.product-review-highlight strong{color:#3f2d1d;font-size:13px}.section-title{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:24px;font-weight:600;color:#2f2118}.product-description-content{background:transparent;border:none;padding:0;color:#4d392c;line-height:1.42;font-size:17px}.product-description-content>*:first-child{margin-top:0}.product-description-content>*:last-child{margin-bottom:0}.product-description-content p{margin:0 0 14px}.product-description-content h2,.product-description-content h3,.product-description-content h4{font-family:Georgia,'Times New Roman',serif;color:#2f2118;line-height:1.2;font-weight:700;margin:20px 0 10px}.product-description-content h2{font-size:24px}.product-description-content h3{font-size:20px}.product-description-content h4{font-size:18px}.product-description-content strong,.product-description-content b{color:#2f2118;font-weight:800}.product-description-content em,.product-description-content i{color:#6a4f38}.product-description-content ul,.product-description-content ol{margin:0 0 16px 22px;padding:0}.product-description-content li{margin:6px 0;padding-left:2px}.pg-main{position:relative;margin-bottom:16px;border-radius:28px;background:#f4eee8;overflow:hidden}.pg-media{width:100%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;background:#f4eee8}.pg-media img,.pg-media iframe,.pg-media video,.pg-image,.pg-iframe,.pg-video{display:block;width:100%;height:100%;object-fit:cover;border:0}.pg-thumbs-wrap{display:flex!important;align-items:center;gap:10px;margin-top:6px}.pg-thumbs{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;justify-content:flex-start!important;align-items:center;gap:14px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:4px 2px 8px;flex:1;scrollbar-width:none;cursor:grab}.pg-thumbs::-webkit-scrollbar{display:none}.pg-thumbs.dragging{cursor:grabbing;scroll-behavior:auto}.pg-thumb{flex:0 0 88px!important;width:88px!important;height:68px!important;border:none;padding:0;border-radius:18px;overflow:hidden;background:#f4eee8;cursor:pointer;scroll-snap-align:center;box-shadow:0 0 0 1px #e1d4c7 inset,0 4px 10px rgba(67,56,4,.04);opacity:1}.pg-thumb.is-active{box-shadow:0 0 0 2px #b78a45 inset,0 6px 16px rgba(0,0,0,.08)}.pg-thumb img,.pg-thumb-video img{width:100%;height:100%;object-fit:cover;display:block}.pg-thumb-video{position:relative;display:block;width:100%;height:100%}.pg-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;background:rgba(0,0,0,.18)}.pg-thumbs-arrow{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:50%;background:#fff;color:#3b2a1e;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 6px 16px rgba(0,0,0,.10);flex:0 0 auto}.pg-nav{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border:none;border-radius:50%;background:#fff;color:#3b2a1e;font-size:34px;line-height:1;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.12);z-index:5}.pg-prev{left:12px}.pg-next{right:12px}.pg-zoom-trigger{margin-top:14px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;font-size:15px;color:#5e4938;cursor:pointer}.pg-zoom{position:fixed;inset:0;z-index:9999;display:none}.pg-zoom.is-open{display:block}.pg-zoom-backdrop{position:absolute;inset:0;background:rgba(34,24,17,.55);backdrop-filter:blur(2px)}.pg-zoom-content{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(92vw,1180px);height:min(88vh,860px);background:#f6efe8;border-radius:26px;box-shadow:0 20px 80px rgba(0,0,0,.24);display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden}.pg-zoom-stage{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f6efe8;border-radius:18px;overflow:hidden}.pg-zoom-image,.pg-zoom-iframe,.pg-zoom-video{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:none!important;border:0;border-radius:16px;background:#f6efe8}.pg-zoom-image.is-active,.pg-zoom-iframe.is-active,.pg-zoom-video.is-active{display:block!important}.pg-zoom-close{position:absolute;top:14px;right:14px;width:44px;height:44px;border:none;border-radius:50%;background:#fff;color:#2f2118;font-size:30px;line-height:1;cursor:pointer;box-shadow:0 6px 18px rgba(0,0,0,.12);z-index:3}.pg-zoom-nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border:none;border-radius:50%;background:#fff;color:#2f2118;font-size:34px;line-height:1;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.14);z-index:3}.pg-zoom-prev{left:18px}.pg-zoom-next{right:18px}@media (max-width:1100px){.product-page{grid-template-columns:1fr}.product-page-title{font-size:38px}.product-page-price{font-size:22px}}@media (max-width:768px){.pg-thumb{flex:0 0 92px!important;width:92px!important;height:92px!important;min-width:92px}.pg-thumbs-arrow{width:34px;height:34px;font-size:24px}.pg-zoom-content{width:min(96vw,1180px);height:min(84vh,860px);padding:14px;border-radius:18px}.pg-zoom-nav{width:42px;height:42px;font-size:28px}.product-page-title{font-size:32px}.product-page-price{font-size:36px}.product-summary-card{padding:20px}.product-description-card,.freight-card,.product-gallery-card{padding:16px}}@media (max-width:560px){.product-action-row{grid-template-columns:1fr}}@media (max-width:900px){.product-purchase-layout{grid-template-columns:1fr}}@media (max-width:620px){.product-purchase-layout{grid-template-columns:1fr}.product-option-line{gap:8px}.product-choice-field{width:auto;min-width:0}.product-option-line .product-choice-field--aroma,.product-option-line .product-choice-field--color{flex-basis:auto;width:auto}.product-option-line .product-select{max-width:42vw}.product-color-select-wrap{grid-template-columns:30px max-content}.product-color-swatch{width:30px;height:30px}.field-block-qty{width:30%;min-width:104px;max-width:112px}.product-payment-chip{grid-template-columns:auto 1fr}.product-payment-chip small{grid-column:2;text-align:right}.product-payment-simulator{max-width:100%;font-size:10px}.product-summary-badges{border-radius:12px}}.site-banner-card{display:block;position:relative;width:min(100%,var(--banner-custom-width,100%));margin-inline:auto;overflow:hidden;border-radius:22px;border:1px solid rgba(67,56,4,.10);background:linear-gradient(135deg,#f5ecdd 0%,#f0e3cf 100%);box-shadow:0 14px 36px rgba(67,56,4,.08);transition:transform .18s ease,box-shadow .18s ease}.site-banner-card:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(67,56,4,.12)}.site-banner-card__img{display:block;width:100%;height:var(--banner-custom-height,auto);object-fit:cover}.site-banner-card__fallback{min-height:140px;display:flex;flex-direction:column;justify-content:center;gap:10px;padding:22px;color:#2f2118}.site-banner-card__pill{display:inline-flex;width:max-content;padding:6px 12px;border-radius:999px;background:rgba(255,255,255,.72);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.site-banner-card--strip .site-banner-card__img,.site-banner-card--grid .site-banner-card__img{aspect-ratio:16/4}.site-banner-card--sidebar .site-banner-card__img{aspect-ratio:4/5}.site-banner-card--corner .site-banner-card__img{aspect-ratio:1/1}.site-banner-card--hero-wrap{height:100%}.site-banner-card--hero-wrap .site-banner-card__img{height:var(--banner-custom-height,320px)}.promo-slot{display:block}.promo-slot+.promo-slot{margin-top:12px}.promo-grid-banner{grid-column:1/-1}.page-content{overflow-wrap:anywhere}.page-content .page-editor-image{position:relative;display:block;margin:18px auto;max-width:100% !important;min-width:0 !important;overflow:hidden}.page-content .page-editor-image img{display:block;width:100% !important;height:100% !important;max-width:none !important;object-fit:cover}.page-content td .page-editor-image,.page-content th .page-editor-image{width:100% !important;max-width:100% !important;min-width:0 !important;margin:0 auto}.page-content .page-editor-table{position:relative;display:block;width:100%;max-width:100%;margin:18px auto;padding:12px;border-radius:18px;overflow:auto;box-sizing:border-box}.page-content .page-editor-table table{width:100% !important;max-width:100%;table-layout:fixed;border-collapse:collapse;border-spacing:0;background:transparent !important}.page-content .page-editor-table td,.page-content .page-editor-table th{background:transparent !important;vertical-align:middle;word-break:break-word;overflow-wrap:anywhere}.page-content .page-editor-table__handle,.page-content .page-editor-table__move,.page-content .page-editor-table__divider,.page-content .page-editor-image__handle{display:none !important}.promo-grid-banner .site-banner-card{height:100%}.promo-slot--home-top,.promo-slot--category-top{margin-bottom:2px}.home-hero{position:relative;width:100vw;margin:-16px calc(50% - 50vw) 0;background:#20150f}.home-hero .banner-carousel--hero{width:100%}.home-hero .site-banner-card,.home-hero .site-banner-card:hover{border:none;border-radius:0;box-shadow:none;transform:none}.home-hero .site-banner-card--hero-wrap .site-banner-card__img{width:100%;height:var(--banner-custom-height,clamp(320px,46vw,560px));object-fit:cover;object-position:center}.home-hero .banner-carousel__arrow{width:54px;height:54px;background:rgba(255,248,236,.9)}.home-hero .banner-carousel__dots{bottom:22px}.home-feature-strip{width:100vw;margin:0 calc(50% - 50vw);padding:0 18px;background:linear-gradient(180deg,#fbf1dd 0%,#f6e9d2 100%);border-top:1px solid rgba(67,56,4,.08);border-bottom:1px solid rgba(67,56,4,.08)}.home-feature-strip__inner{max-width:1100px;min-height:58px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:12px;color:#5b4217;white-space:nowrap;overflow:hidden}.home-feature-strip__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:28px;height:28px;color:#8f6730}.home-feature-strip__icon img,.home-feature-strip__icon svg{width:100%;height:100%;object-fit:contain}.home-feature-strip__text{display:block;min-width:0;max-width:100%;font-size:clamp(11px,1.55vw,18px);font-weight:700;letter-spacing:.04em;text-align:center;white-space:nowrap;line-height:1;overflow:hidden}.home-showcase{--home-showcase-bg:none;width:100vw;margin:0 calc(50% - 50vw);padding:10px 0 18px;background:linear-gradient(180deg,rgba(250,239,217,.58) 0%,rgba(244,232,210,.7) 100%),var(--home-showcase-bg),radial-gradient(circle at 12% 28%,rgba(186,147,78,.12),transparent 20%),radial-gradient(circle at 86% 35%,rgba(186,147,78,.14),transparent 22%),linear-gradient(180deg,rgba(252,244,228,.82) 0%,rgba(248,238,219,.96) 100%);background-size:cover,cover,auto,auto,auto;background-position:center center,center center,12% 28%,86% 35%,center center;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat}.home-showcase.has-bg-image{background-attachment:scroll,scroll,scroll,scroll,scroll}.home-showcase__inner{max-width:1140px;margin:0 auto;padding:0 16px}.home-showcase__grid{align-items:start;padding:18px;border-radius:34px;background:rgba(255,251,245,.92);border:1px solid rgba(255,255,255,.7);box-shadow:0 26px 60px rgba(67,56,4,.08)}.home-main{display:flex;flex-direction:column;gap:16px}.home-main>.card{border-radius:28px;padding:20px;background:linear-gradient(180deg,rgba(255,253,248,.96) 0%,rgba(250,241,225,.96) 100%);box-shadow:0 16px 34px rgba(67,56,4,.07)}.home-showcase .sidebar{border-radius:26px;background:linear-gradient(180deg,rgba(255,253,248,.97) 0%,rgba(247,238,221,.96) 100%);box-shadow:0 16px 32px rgba(67,56,4,.06)}.category-showcase__grid{display:grid !important;grid-template-columns:minmax(240px,280px) minmax(0,1fr) !important;align-items:start}.category-sidebar{display:block !important;visibility:visible !important;min-width:0}@media (max-width:900px){.home-hero .site-banner-card--hero-wrap .site-banner-card__img{height:var(--banner-custom-height,clamp(280px,58vw,420px))}.home-showcase{padding:8px 0 16px}.home-showcase__grid{padding:14px;border-radius:26px}.category-showcase__grid{grid-template-columns:1fr !important}.home-feature-strip{padding-inline:12px}.home-feature-strip__inner{min-height:52px}}@media (max-width:640px){.home-hero{margin:-16px calc(50% - 50vw) 0}.home-hero .banner-carousel__arrow{width:42px;height:42px}.home-hero .site-banner-card--hero-wrap .site-banner-card__img{height:var(--banner-custom-height,clamp(240px,68vw,320px))}.home-feature-strip__inner{gap:8px;min-height:48px}.home-feature-strip__icon{width:22px;height:22px}.home-feature-strip__text{font-size:12px;letter-spacing:.01em}.home-main>.card,.home-showcase .sidebar{border-radius:22px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.banner-carousel{position:relative;overflow:hidden}.banner-carousel__viewport{position:relative;min-height:100%}.banner-carousel__slide{display:none;width:100%}.banner-carousel__slide.is-active{display:block;animation:bannerFade .35s ease}.banner-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:none;border-radius:999px;background:rgba(255,255,255,.92);color:#3f2d1d;box-shadow:0 10px 24px rgba(67,56,4,.18);cursor:pointer;z-index:3}.banner-carousel__arrow--prev{left:16px}.banner-carousel__arrow--next{right:16px}.banner-carousel__dots{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);display:flex;align-items:center;gap:8px;z-index:3}.banner-carousel__dot{position:relative;width:44px;height:44px;border:none;border-radius:999px;background:transparent;box-shadow:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.banner-carousel__dot::after{content:"";width:11px;height:11px;border-radius:999px;background:rgba(255,255,255,.68);box-shadow:0 0 0 1px rgba(67,56,4,.12)}.banner-carousel__dot.is-active::after{background:#fff}.banner-carousel--embedded .banner-carousel__arrow{width:40px;height:40px}.banner-carousel--embedded .banner-carousel__dots{bottom:12px}@keyframes bannerFade{from{opacity:.35}to{opacity:1}}.cart-product-cell{display:flex;align-items:center;gap:12px;min-width:0}.cart-product-thumb{width:70px;height:70px;flex:0 0 70px;overflow:hidden;border-radius:16px;border:1px solid rgba(67,56,4,.10);background:#fff}.cart-product-thumb img{width:100%;height:100%;object-fit:cover;display:block}.cart-product-meta{min-width:0}.cart-product-name{display:block;font-weight:700;color:inherit;text-decoration:none}.cart-product-name:hover{text-decoration:underline}.cart-product-badge{display:inline-flex;margin-top:6px;padding:4px 10px;border-radius:999px;background:rgba(76,217,100,.14);color:#315d2d;font-size:12px;font-weight:800}.cart-side-banner,.checkout-side-banner{margin-top:16px}.cart-table{border-collapse:separate;border-spacing:0 12px}.cart-table thead th{padding:0 12px 2px;border-bottom:none}.cart-row td{padding:18px 12px;vertical-align:middle;border-bottom:1px solid rgba(67,56,4,.12);background:rgba(255,255,255,.72)}.cart-row td:first-child{border-radius:18px 0 0 18px;border-left:1px solid rgba(67,56,4,.10)}.cart-row td:last-child{border-radius:0 18px 18px 0;border-right:1px solid rgba(67,56,4,.10)}.cart-product-col{min-width:320px}.cart-money{font-weight:700;white-space:nowrap}.cart-qtd-cell{width:120px}.cart-qtd{max-width:84px;margin:0 auto;text-align:center;font-weight:700}.cart-remove-cell{width:72px;text-align:right}.cart-remove-btn{width:42px;height:42px;padding:0;border-radius:999px}.cart-remove-btn svg{width:18px;height:18px}.checkout-summary-item{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:8px;padding:10px 12px;border:1px solid rgba(67,56,4,.08);border-radius:18px;background:rgba(255,255,255,.82);box-shadow:0 10px 22px rgba(67,56,4,.045)}.checkout-summary-item:last-of-type{border-bottom:1px solid rgba(67,56,4,.08)}.checkout-summary-media{display:flex;align-items:center;gap:10px;min-width:0}.checkout-summary-thumb{width:54px;height:54px;flex:0 0 54px;border-radius:16px;object-fit:cover;border:1px solid rgba(67,56,4,.10);background:#fff}.checkout-summary-media>div{min-width:0}.checkout-summary-name{font-weight:900;line-height:1.2;color:#2f2602}.checkout-summary-price{display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-weight:900;white-space:nowrap;color:#3d3005}.checkout-summary-price strong{font-size:1rem}.checkout-summary-original{color:rgba(63,45,16,.42);font-size:.78rem;font-weight:800;text-decoration:line-through}.checkout-summary-totals{margin-top:12px;padding:16px 18px;border:1px solid rgba(67,56,4,.10);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(246,235,212,.90) 100%);box-shadow:0 16px 30px rgba(67,56,4,.07)}.checkout-summary-total-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:6px 0}.checkout-summary-total-row span{color:#5b4724}.checkout-summary-total-row strong{white-space:nowrap}.cart-summary-line{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:7px 0;color:#5b4724}.cart-summary-line+.cart-summary-line{border-top:1px solid rgba(67,56,4,.07)}.cart-summary-line strong{color:#3d3005;white-space:nowrap}.cart-summary-line.is-total{margin-top:8px;padding-top:13px;border-top:1px solid rgba(67,56,4,.14);font-size:1.05rem}.cart-summary-line.is-total strong{color:#4c3a11;font-size:1.18rem}.checkout-summary-total-row.is-shipping-free,.cart-summary-line.is-shipping-free{align-items:flex-end;padding:10px 0}.shipping-price-stack{display:inline-grid;justify-items:end;gap:4px;line-height:1.05}.shipping-price-stack__old{position:relative;color:rgba(91,71,36,.54);font-size:.9rem;font-weight:900;text-decoration:line-through;text-decoration-thickness:2px;text-decoration-color:#8b1e18}.shipping-price-stack__free{color:#24642e;font-size:1.08rem;font-weight:950}.shipping-free-badge{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:5px 10px;border-radius:999px;background:linear-gradient(135deg,#2f7b3a 0%,#c3912a 100%);color:#fffaf1;font-size:11px;font-weight:950;letter-spacing:0;box-shadow:0 10px 22px rgba(47,123,58,.22);animation:shippingBadgeFloat 2.6s ease-in-out infinite}.shipping-free-badge svg,.coupon-discount-chip svg{width:16px;height:16px;flex:0 0 16px}.shipping-price-stack--cart .shipping-free-badge{font-size:10px;padding:5px 9px}.coupon-discount-chip{display:inline-flex;align-items:center;gap:7px;min-width:0;color:#305f34;line-height:1.25}.coupon-discount-chip strong{color:#24572d}.coupon-discount-chip em{display:inline-flex;align-items:center;min-height:22px;padding:3px 8px;border-radius:999px;background:#e9f7ed;color:#24642e;font-size:11px;font-style:normal;font-weight:950;white-space:nowrap}.checkout-summary-total-row.is-shipping-coupon,.cart-summary-line.is-shipping-coupon{margin:5px -8px 0;padding:9px 8px;border-radius:14px;background:rgba(233,247,237,.74);border:1px solid rgba(47,123,58,.12)}.checkout-summary-total-row.is-discount{color:#305f34}.checkout-summary-total-row.is-discount span,.checkout-summary-total-row.is-discount strong,.cart-summary-line.is-discount,.cart-summary-line.is-discount strong{color:#305f34}.cart-free-shipping-celebration{position:relative;isolation:isolate;display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;align-items:center;margin-top:14px;padding:13px;border-radius:18px;border:1px solid rgba(47,123,58,.18);background:radial-gradient(circle at 12% 0%,rgba(255,255,255,.72),transparent 35%),linear-gradient(135deg,rgba(233,247,237,.98) 0%,rgba(255,246,223,.98) 100%);box-shadow:0 18px 36px rgba(47,123,58,.13);color:#24572d;overflow:hidden;animation:cartFreeShippingIn .58s cubic-bezier(.2,.84,.24,1) both}.cart-free-shipping-celebration.is-pending{display:none}.cart-free-shipping-celebration::before,.cart-free-shipping-celebration::after{content:"";position:absolute;width:10px;height:10px;border-radius:999px;background:#c3912a;opacity:.75;animation:cartConfettiPop 1.6s ease-out both;z-index:-1}.cart-free-shipping-celebration::before{left:22%;top:12px}.cart-free-shipping-celebration::after{right:18%;top:18px;background:#2f7b3a;animation-delay:.12s}.cart-free-shipping-celebration__icon{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;background:linear-gradient(135deg,#2f7b3a 0%,#c3912a 100%);color:#fffaf1;box-shadow:0 14px 26px rgba(47,123,58,.24);animation:cartTruckArrive .82s cubic-bezier(.2,.84,.24,1) both}.cart-free-shipping-celebration__icon svg{width:27px;height:27px}.cart-free-shipping-celebration__body strong,.cart-free-shipping-celebration__body small{display:block}.cart-free-shipping-celebration__body strong{color:#24572d;font-size:14px;line-height:1.2}.cart-free-shipping-celebration__body small{margin-top:3px;color:#6a5428;font-size:12px;line-height:1.35}.cart-summary-line.is-coupon-entering{animation:cartCouponEnter .78s cubic-bezier(.2,.84,.24,1) both}.cart-summary-line.is-shipping-celebrating .shipping-free-badge{animation:cartBadgeWin 1.2s ease both}.checkout-summary-total-row.is-grand-total{margin-top:10px;padding-top:16px;border-top:1px solid rgba(67,56,4,.12);font-size:1.08rem}.checkout-summary-total-row.is-grand-total strong{font-size:1.24rem;color:#4c3a11}.coupon-reward-modal{position:fixed;inset:0;z-index:10020;display:flex;align-items:center;justify-content:flex-end;padding:18px;pointer-events:auto}.coupon-reward-modal.is-pending{display:none}.coupon-reward-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(38,27,7,.14);backdrop-filter:blur(2px);cursor:pointer}.coupon-reward-modal__panel{position:relative;width:min(390px,calc(100vw - 28px));min-height:0;max-height:min(680px,calc(100vh - 36px));padding:20px;display:flex;flex-direction:column;gap:14px;background:linear-gradient(180deg,#fffdf8 0%,#f6eddf 100%);border:1px solid rgba(67,56,4,.14);border-radius:24px;box-shadow:0 22px 60px rgba(50,38,8,.20);color:#392b0b;animation:couponRewardPanelIn .32s cubic-bezier(.2,.84,.24,1) both;outline:none;overflow:auto}.coupon-reward-modal.is-closing .coupon-reward-modal__panel{animation:couponRewardPanelOut .2s ease both}.coupon-reward-modal.is-closing .coupon-reward-modal__backdrop{opacity:0;transition:opacity .2s ease}.coupon-reward-modal__close{position:absolute;top:14px;right:14px;width:38px;height:38px;border:1px solid rgba(67,56,4,.12);border-radius:999px;background:#fffaf1;color:#4c3a11;font-size:25px;line-height:1;cursor:pointer}.coupon-reward-modal__close:hover{filter:brightness(.98)}.coupon-reward-modal__top{position:relative;padding:8px 44px 0 0}.coupon-reward-modal__icon{width:50px;height:50px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px;border-radius:20px;color:#fffaf1;background:linear-gradient(135deg,#433804 0%,#c3912a 55%,#2f7b3a 100%);box-shadow:0 18px 34px rgba(67,56,4,.20);animation:couponRewardIconPop .58s cubic-bezier(.2,.84,.24,1) both,shippingBadgeFloat 3s ease-in-out .58s infinite}.coupon-reward-modal__icon svg{width:26px;height:26px}.coupon-reward-modal__eyebrow{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border-radius:999px;background:#e9f7ed;color:#24642e;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:0}.coupon-reward-modal__top h2{margin:12px 0 8px;color:#2f2602;font-size:24px;line-height:1.06}.coupon-reward-modal__top p{margin:0;color:#6a5428;font-size:15px;line-height:1.45}.coupon-reward-modal__top p strong{color:#24642e;white-space:nowrap}.coupon-reward-line{padding:15px;border:1px solid rgba(67,56,4,.10);border-radius:22px;background:rgba(255,255,255,.82);box-shadow:0 16px 32px rgba(67,56,4,.07)}.coupon-reward-line__head{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#6a5428;font-size:12px;font-weight:900}.coupon-reward-line__head strong{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:5px 10px;border-radius:999px;background:#fff6df;color:#7b5a10;border:1px solid rgba(195,145,42,.24)}.coupon-reward-line__track{position:relative;height:14px;margin:16px 3px 28px;border-radius:999px;background:#e6d9be;overflow:visible}.coupon-reward-line__fill{position:absolute;inset:0 auto 0 0;width:var(--coupon-progress);min-width:16px;border-radius:999px;background:linear-gradient(90deg,#2f7b3a 0%,#c3912a 100%);box-shadow:0 0 0 4px rgba(47,123,58,.11),0 10px 20px rgba(47,123,58,.18);animation:couponRewardFill .7s cubic-bezier(.2,.84,.24,1) both}.coupon-reward-line__fill::after{content:"";position:absolute;top:50%;right:-9px;width:24px;height:24px;border-radius:999px;background:#fff;border:7px solid #2f7b3a;transform:translateY(-50%);box-shadow:0 8px 18px rgba(47,123,58,.25)}.coupon-reward-line__marker{position:absolute;top:26px;color:#6a5428;font-size:12px;font-weight:900}.coupon-reward-line__marker.is-start{left:0}.coupon-reward-line__marker.is-goal{right:0;color:#24642e}.coupon-reward-line__values{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#5f4a1f}.coupon-reward-line__values strong{color:#24642e;font-size:18px}.coupon-reward-modal__summary{display:grid;grid-template-columns:1fr 1fr;gap:10px}.coupon-reward-modal__summary>div{min-width:0;padding:12px;border:1px solid rgba(67,56,4,.10);border-radius:18px;background:#fffaf1}.coupon-reward-modal__summary span,.coupon-reward-modal__summary strong{display:block}.coupon-reward-modal__summary span{color:#6a5428;font-size:12px;font-weight:800}.coupon-reward-modal__summary strong{margin-top:5px;color:#2f2602;font-size:17px}.coupon-reward-modal__actions{margin-top:auto;display:grid;grid-template-columns:1fr;gap:10px}.coupon-reward-modal__actions .btn{justify-content:center;width:100%;min-height:46px}@keyframes couponRewardPanelIn{from{opacity:0;transform:translateX(36px)}to{opacity:1;transform:translateX(0)}}@keyframes couponRewardPanelOut{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(28px)}}@keyframes couponRewardFill{from{width:0}to{width:var(--coupon-progress)}}@keyframes couponRewardIconPop{from{opacity:0;transform:scale(.76) rotate(-5deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes cartFreeShippingIn{from{opacity:0;transform:translateY(14px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes cartTruckArrive{0%{opacity:0;transform:translateX(-34px) rotate(-8deg)}62%{opacity:1;transform:translateX(4px) rotate(2deg)}100%{opacity:1;transform:translateX(0) rotate(0)}}@keyframes cartCouponEnter{0%{opacity:.35;transform:translateX(42px) scale(.96);box-shadow:none}58%{opacity:1;transform:translateX(-4px) scale(1.02);box-shadow:0 16px 30px rgba(47,123,58,.18)}100%{opacity:1;transform:translateX(0) scale(1);box-shadow:none}}@keyframes cartBadgeWin{0%,100%{transform:translateY(0) scale(1)}38%{transform:translateY(-4px) scale(1.08)}68%{transform:translateY(1px) scale(.98)}}@keyframes cartConfettiPop{0%{opacity:0;transform:translateY(10px) scale(.4)}25%{opacity:.9;transform:translateY(-10px) scale(1)}100%{opacity:0;transform:translateY(-34px) scale(.8)}}@keyframes shippingBadgeFloat{0%,100%{transform:translateY(0);box-shadow:0 10px 22px rgba(47,123,58,.22)}50%{transform:translateY(-2px);box-shadow:0 15px 28px rgba(195,145,42,.26)}}@media (max-width:720px){.coupon-reward-modal{justify-content:center;align-items:flex-end;padding:10px;padding-bottom:max(10px,env(safe-area-inset-bottom))}.coupon-reward-modal__panel{width:100%;min-height:0;max-height:calc(100svh - 20px);border-left:0;border-radius:24px 24px 18px 18px;padding:22px;box-shadow:0 -24px 70px rgba(50,38,8,.24);animation:couponRewardSheetIn .32s cubic-bezier(.2,.84,.24,1) both}@supports not (height:100svh){.coupon-reward-modal__panel{max-height:calc(100vh - 20px)}}.coupon-reward-modal.is-closing .coupon-reward-modal__panel{animation:couponRewardSheetOut .2s ease both}.coupon-reward-modal__summary{grid-template-columns:1fr}.coupon-reward-modal__top h2{font-size:24px}}@keyframes couponRewardSheetIn{from{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes couponRewardSheetOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(24px)}}.checkout-benefits{margin-top:16px;padding:18px;border-radius:24px;border:1px solid rgba(67,56,4,.10);background:linear-gradient(180deg,rgba(255,248,237,.72) 0%,rgba(240,229,206,.70) 100%);box-shadow:0 14px 30px rgba(67,56,4,.06)}.checkout-benefits__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:14px}.checkout-benefits__eyebrow{display:inline-block;margin-bottom:6px;font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#8a6a24}.checkout-benefits__title{margin:0;font-size:1.2rem;color:#3f2d10}.checkout-benefits__hint{margin:0;max-width:240px;color:#6f5a35;line-height:1.45;text-align:right}.checkout-benefits__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.checkout-benefit-card{display:flex;flex-direction:column;gap:10px;min-width:0;padding:16px;border-radius:20px;border:1px solid rgba(67,56,4,.10);background:rgba(255,255,255,.86);box-shadow:none}.checkout-benefit-card--saldo{grid-column:1 / -1;background:linear-gradient(135deg,rgba(229,245,214,.95) 0%,rgba(247,240,223,.96) 100%);border-color:rgba(107,159,83,.28)}.checkout-benefit-card__eyebrow{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#887035}.checkout-benefit-card__title{margin:0;font-size:1.05rem;color:#3f2d10}.checkout-benefit-card__text{margin:0;color:#705936;line-height:1.5}.checkout-benefit-card__status{padding:10px 12px;border-radius:14px;background:#f6efe1;color:#5d4a22;border:1px solid rgba(67,56,4,.08)}.checkout-benefit-card__status.is-active{background:rgba(226,243,214,.9);color:#325536;border-color:rgba(76,217,100,.28)}.checkout-benefit-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.checkout-benefit-form .btn,.checkout-benefit-form .btn-primary{min-height:42px;white-space:nowrap}.checkout-benefit-form .input{min-width:0}.checkout-benefit-form--saldo{grid-template-columns:minmax(0,1fr) auto}.checkout-benefit-checkbox{display:flex;align-items:center;gap:10px;min-height:52px;padding:0 14px;border-radius:16px;border:1px solid rgba(67,56,4,.10);background:rgba(255,255,255,.76);color:#4f3f19}.checkout-benefit-card__saldo-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.checkout-benefit-card__amount{white-space:nowrap;padding:10px 16px;border-radius:16px;background:#3f5f2e;color:#fff8e8;font-size:1.18rem;font-weight:800;box-shadow:0 12px 24px rgba(63,95,46,.18)}.product-summary-topbar{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.product-summary-topbar.has-corner-banner .product-summary-head{flex:1;min-width:0}.product-corner-banner{width:170px;flex:0 0 170px}.product-freight-banner{width:100%}.product-freight-banner .site-banner-card{border-radius:20px}.product-strip-banner-wrap{margin-top:18px}.product-strip-banner-wrap .site-banner-card{border-radius:20px}@media (max-width:1100px){.product-summary-topbar{flex-direction:column}.product-corner-banner{width:100%;max-width:320px}}@media (max-width:900px){.site-banner-card--hero-wrap .site-banner-card__img{height:var(--banner-custom-height,220px)}.banner-carousel__arrow{width:42px;height:42px}}@media (max-width:700px){.cart-product-cell{align-items:flex-start}.checkout-summary-item{align-items:flex-start;flex-direction:column}.checkout-summary-price{padding-left:70px}.checkout-summary-total-row,.cart-summary-line{gap:12px}.checkout-summary-total-row.is-shipping-free,.cart-summary-line.is-shipping-free{align-items:flex-start}.coupon-discount-chip{align-items:flex-start;flex-direction:column;gap:5px}.checkout-benefits{padding:16px}.checkout-benefits__head,.checkout-benefit-card__saldo-head{flex-direction:column}.checkout-benefits__hint{text-align:left;max-width:none}.checkout-benefits__grid,.checkout-benefit-form,.checkout-benefit-form--saldo{grid-template-columns:1fr}}@media (max-width:560px){.site-banner-card--strip .site-banner-card__img,.site-banner-card--grid .site-banner-card__img{aspect-ratio:16/6}.cart-product-thumb{width:58px;height:58px;flex-basis:58px}.checkout-summary-thumb{width:52px;height:52px;flex-basis:52px}.checkout-summary-price{padding-left:64px}.checkout-summary-totals{padding:14px}.checkout-benefit-card{padding:16px}.checkout-benefit-checkbox{padding:12px 14px;align-items:flex-start}.banner-carousel__arrow{width:38px;height:38px}.banner-carousel__arrow--prev{left:10px}.banner-carousel__arrow--next{right:10px}.banner-carousel__dots{bottom:12px}}@media (max-width:700px){.cart-table{border-spacing:0}.cart-table tr.cart-row td{background:transparent;border:none;border-radius:0;padding:6px 0}.cart-remove-cell{text-align:left}}.account-payment-tabs{display:inline-flex;gap:8px;padding:6px;margin-bottom:18px;border-radius:18px;background:rgba(255,248,235,.92);border:1px solid rgba(67,56,4,.10)}.account-payment-tabs__item{border:none;background:transparent;color:#6e5a31;padding:11px 16px;border-radius:14px;font-size:14px;font-weight:800;cursor:pointer;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.account-payment-tabs__item.is-active{background:#fff;color:#433804;box-shadow:0 10px 22px rgba(67,56,4,.08)}.account-payment-tab-panel{display:none}.account-payment-tab-panel.is-active{display:block}.account-payment-tab-panel--standalone{margin-top:4px}.account-payment-grid{display:grid;grid-template-columns:minmax(325px,.83fr) minmax(0,1.17fr);gap:18px;align-items:start}.account-payment-grid--clean{grid-template-columns:minmax(360px,1.35fr) minmax(260px,.65fr);gap:22px}.account-payment-grid--secondary{margin-top:18px;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.account-payment-section{position:relative;overflow:hidden;padding:22px;background:radial-gradient(circle at 95% 0%,rgba(255,219,147,.26),transparent 32%),linear-gradient(180deg,rgba(255,253,248,.98) 0%,rgba(248,241,228,.95) 100%);border-color:rgba(128,96,35,.12);box-shadow:0 20px 42px rgba(67,56,4,.07)}.account-payment-balance{display:grid;gap:18px;min-height:300px;padding:30px;background:radial-gradient(circle at top right,rgba(191,230,162,.48),transparent 34%),radial-gradient(circle at 12% 92%,rgba(255,255,255,.82),transparent 28%),linear-gradient(135deg,rgba(255,250,241,.98) 0%,rgba(235,246,226,.98) 100%);border:1px solid rgba(91,126,61,.16);box-shadow:0 22px 44px rgba(67,56,4,.08);color:#433804}.account-payment-balance__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.account-payment-balance .account-section-head__eyebrow{color:#8a6c2c}.account-payment-balance .muted{color:rgba(67,56,4,.68)}.account-payment-balance__value{font-size:clamp(46px,5vw,64px);font-weight:900;line-height:1.02;margin-top:12px;color:#4b3a10}.account-payment-balance__tag{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.86);border:1px solid rgba(133,117,62,.14);color:#6d5827;font-size:12px;font-weight:800;white-space:nowrap}.account-payment-balance__text{margin:0;color:rgba(67,56,4,.82);line-height:1.55;max-width:28ch}.account-payment-balance__meta{display:grid;grid-template-columns:1fr;gap:10px}.account-payment-balance__meta-item{display:grid;gap:6px;padding:15px 16px;border-radius:18px;background:rgba(255,255,255,.78);border:1px solid rgba(91,126,61,.13);box-shadow:0 10px 22px rgba(67,56,4,.05)}.account-payment-balance__meta-item strong{font-size:13px;color:#4f3d11}.account-payment-balance__meta-item span{font-size:12px;line-height:1.45;color:#6f5c34}.account-add-balance-btn{position:relative;isolation:isolate;width:100%;min-height:58px;border:0;border-radius:18px;background:linear-gradient(135deg,#4a3b05 0%,#79600d 52%,#4a3b05 100%);color:#fff8df;font-weight:900;font-size:16px;cursor:pointer;box-shadow:0 18px 32px rgba(67,56,4,.22);overflow:hidden;transform:translateZ(0);animation:accountBalanceFloat 3.2s ease-in-out infinite}.account-add-balance-btn::before{content:"";position:absolute;inset:-80% auto -80% -35%;width:42%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);transform:rotate(18deg);animation:accountBalanceShine 2.8s ease-in-out infinite;z-index:-1}.account-add-balance-btn:hover{transform:translateY(-2px);box-shadow:0 22px 38px rgba(67,56,4,.26)}@keyframes accountBalanceFloat{0%,100%{box-shadow:0 18px 32px rgba(67,56,4,.22)}50%{box-shadow:0 22px 42px rgba(121,96,13,.34)}}@keyframes accountBalanceShine{0%{left:-45%}58%,100%{left:125%}}.account-add-balance-form{display:grid;gap:13px;padding:16px;border-radius:20px;background:rgba(255,255,255,.78);border:1px solid rgba(91,126,61,.14);box-shadow:0 14px 26px rgba(67,56,4,.06);animation:accountPanelIn .24s ease both}.account-add-balance-form[hidden]{display:none}.account-add-balance-form label{display:grid;gap:7px;color:#5a461d;font-size:13px;font-weight:800}.account-add-balance-methods{display:grid;grid-template-columns:1fr 1fr;gap:10px}.account-add-balance-methods label{position:relative;display:flex;align-items:center;justify-content:center;min-height:46px;border-radius:15px;border:1px solid rgba(67,56,4,.12);background:rgba(255,255,255,.82);cursor:pointer}.account-add-balance-methods input{position:absolute;opacity:0}.account-add-balance-methods label:has(input:checked){background:#433804;color:#fff8e8;border-color:#433804;box-shadow:0 12px 22px rgba(67,56,4,.18)}@keyframes accountPanelIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.account-payment-movements{margin-top:10px}.account-payment-movements--light{padding-top:0;border-top:none}.account-payment-block__title{margin:0;color:#433804;font-size:20px}.account-payment-section__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.account-payment-movement{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px 16px;border:1px solid rgba(67,56,4,.08);border-radius:18px;background:rgba(255,255,255,.72);box-shadow:0 8px 20px rgba(67,56,4,.05)}.account-payment-movements--light .account-payment-movement+.account-payment-movement{margin-top:10px}.account-payment-movement__value{font-weight:900;white-space:nowrap}.account-payment-movement__value.is-positive{color:#3f7a34}.account-payment-movement__value.is-negative{color:#b94d3d}.account-payment-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:14px}.account-payment-cards{display:grid;gap:12px;margin-bottom:16px}.account-payment-card{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:14px 16px;border-radius:18px;border:1px solid rgba(67,56,4,.10);background:linear-gradient(180deg,rgba(255,252,246,.96) 0%,rgba(246,238,219,.92) 100%)}.account-payment-vouchers{margin-top:10px}.account-payment-vouchers--light{padding-top:0;border-top:none}.account-payment-vouchers--light>.muted{margin:0;padding:18px;border-radius:18px;background:rgba(255,255,255,.72);border:1px dashed rgba(128,96,35,.18);color:rgba(67,56,4,.7)}.account-payment-voucher{display:grid;gap:12px;margin-top:12px;padding:18px;border-radius:22px;background:radial-gradient(circle at top right,rgba(255,199,95,.34),transparent 34%),linear-gradient(135deg,rgba(255,248,228,.98) 0%,rgba(255,236,200,.92) 100%);border:1px solid rgba(196,145,47,.22);box-shadow:0 16px 34px rgba(164,115,20,.12)}.account-payment-voucher__head{display:flex;justify-content:space-between;gap:12px;align-items:center}.account-payment-voucher__status{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap}.account-payment-voucher__status.is-active{background:linear-gradient(135deg,#cdeeb2 0%,#a9de77 100%);color:#34591f;box-shadow:0 8px 18px rgba(100,156,50,.16)}.account-payment-voucher__status.is-inactive{background:rgba(224,209,181,.84);color:#6e5b36}.account-payment-voucher__status.is-deleted{background:linear-gradient(135deg,#ffd8cc 0%,#f0a18c 100%);color:#8b3420;box-shadow:0 8px 18px rgba(192,96,69,.14)}.account-payment-voucher__code{padding:13px 16px;border-radius:16px;background:linear-gradient(135deg,#fff4d6 0%,#f7dc9a 100%);border:1px solid rgba(196,145,47,.22);font-size:15px;font-weight:900;letter-spacing:.08em;color:#7b4b00;word-break:break-word}.account-payment-voucher__notice{padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.58);border:1px solid rgba(196,145,47,.18);color:#7a5520;line-height:1.5;font-size:13px}.account-payment-voucher__meta{display:flex;flex-wrap:wrap;gap:10px 16px;color:rgba(67,56,4,.82);font-size:13px}.account-payment-voucher__meta span{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.52)}.account-date-chip{border:1px solid rgba(128,96,35,.12);color:#6f5421}.account-date-chip strong{color:#44330f;font-size:12px}.account-payment-history-corner{margin-top:16px;margin-left:auto;width:min(330px,100%);padding:12px;border-radius:18px;background:rgba(255,255,255,.5);border:1px solid rgba(128,96,35,.09);box-shadow:0 10px 22px rgba(67,56,4,.04)}.account-payment-history-corner__head{display:flex;justify-content:flex-end;margin-bottom:8px;color:rgba(67,56,4,.58);font-size:12px;font-weight:900;text-transform:uppercase}.account-payment-history-corner .muted{margin:0;text-align:right;font-size:12px}.account-payment-history-list{display:grid;gap:8px}.account-payment-history-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:9px 10px;border-radius:14px;background:rgba(255,255,255,.56)}.account-payment-history-item strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:rgba(67,56,4,.76);font-size:12px}.account-payment-history-date{display:block;margin-top:3px;color:rgba(67,56,4,.52);font-size:11px}.account-payment-history-value{color:rgba(67,56,4,.66);font-size:12px;font-weight:900;white-space:nowrap}.account-payment-history-value.is-positive{color:rgba(63,122,52,.82)}.account-payment-history-value.is-negative{color:rgba(185,77,61,.82)}.account-card-form{display:grid;gap:14px;margin-top:18px;padding:18px;border-radius:22px;background:linear-gradient(180deg,rgba(255,252,246,.96) 0%,rgba(245,237,220,.92) 100%);border:1px solid rgba(67,56,4,.10);box-shadow:0 14px 28px rgba(67,56,4,.06)}.account-card-form label{display:grid;gap:7px;color:#5a461d;font-size:13px;font-weight:800}.account-card-form .input{min-height:50px;padding:13px 14px;border-radius:14px;border:1px solid rgba(67,56,4,.12);background:rgba(255,255,255,.94);box-shadow:inset 0 1px 0 rgba(255,255,255,.6),0 8px 18px rgba(67,56,4,.04)}.account-card-form .input:focus{outline:none;border-color:rgba(183,138,69,.68);box-shadow:0 0 0 3px rgba(183,138,69,.14),0 10px 20px rgba(67,56,4,.06)}.account-card-form__actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.account-payment-security{margin-top:18px;padding-top:18px;border-top:1px solid rgba(67,56,4,.08)}.account-payment-security__list{margin:10px 0 0 18px;padding:0;display:grid;gap:8px;color:rgba(67,56,4,.76)}.account-topup-page{padding-top:28px;padding-bottom:48px}.account-topup-back{display:inline-flex;margin-bottom:16px;color:#6f5421;font-weight:900;text-decoration:none}.account-topup-shell{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(360px,1.15fr);gap:24px;align-items:start}.account-topup-summary,.account-topup-card{border-radius:24px;border:1px solid rgba(67,56,4,.11);box-shadow:0 22px 46px rgba(67,56,4,.08)}.account-topup-summary{padding:32px;min-height:390px;display:grid;align-content:center;gap:16px;background:radial-gradient(circle at 12% 12%,rgba(255,255,255,.9),transparent 28%),radial-gradient(circle at 100% 10%,rgba(191,230,162,.48),transparent 32%),linear-gradient(135deg,#fff9eb 0%,#eff8e8 100%)}.account-topup-summary h1{margin:0;color:#332901;font-size:clamp(30px,4vw,46px);line-height:1.04}.account-topup-summary p{margin:0;max-width:36ch;color:#6b5a35;line-height:1.55}.account-topup-amount{margin-top:8px;font-size:clamp(40px,5vw,62px);line-height:1;color:#4b3a10;font-weight:950}.account-topup-badges{display:flex;flex-wrap:wrap;gap:10px}.account-topup-badges span{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.76);border:1px solid rgba(67,56,4,.1);color:#5d4920;font-size:12px;font-weight:900}.account-topup-card{padding:28px;background:linear-gradient(180deg,rgba(255,253,248,.98) 0%,rgba(248,241,228,.95) 100%)}.account-topup-card h2{margin:4px 0 0;color:#332901}.account-topup-card-form{display:grid;gap:14px}.account-topup-card-form label{display:grid;gap:8px;color:#5a461d;font-size:13px;font-weight:900}.account-topup-card-form .form-row{gap:12px}.account-topup-pay-btn{min-height:54px;border-radius:16px;animation:accountBalanceFloat 3.2s ease-in-out infinite}.account-topup-status{margin-top:16px;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.7);color:#6f5421;font-weight:800}.account-topup-pix{display:grid;gap:12px;margin-top:16px}.account-topup-pix[hidden]{display:none}.account-topup-pix img{width:min(260px,100%);aspect-ratio:1;object-fit:contain;padding:12px;border-radius:20px;background:#fff;border:1px solid rgba(67,56,4,.1)}.account-topup-pix textarea{min-height:96px;resize:vertical;font-size:12px}@media (max-width:900px){.account-topup-shell{grid-template-columns:1fr}.account-payment-grid,.account-payment-grid--clean,.account-payment-grid--secondary{grid-template-columns:1fr}.account-payment-balance__meta{grid-template-columns:1fr}}@media (max-width:640px){.account-payment-tabs{display:grid;width:100%}.account-payment-balance__top,.account-payment-voucher__head,.account-payment-movement{flex-direction:column;align-items:flex-start}.account-payment-balance__tag{white-space:normal}}.product-admin-shell__actions{display:flex;align-items:stretch;justify-content:flex-end;gap:14px;flex-wrap:wrap}.product-admin-stock-link{min-width:220px;display:grid;gap:4px;padding:14px 18px;border-radius:18px;text-decoration:none;color:#5b4518;background:linear-gradient(180deg,rgba(255,250,240,.96) 0%,rgba(245,232,205,.98) 100%);border:1px solid rgba(181,140,70,.20);box-shadow:0 12px 24px rgba(67,56,4,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.product-admin-stock-link:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(67,56,4,.10);border-color:rgba(181,140,70,.34)}.product-admin-stock-link.is-active{border-color:rgba(170,120,36,.48);box-shadow:0 16px 30px rgba(170,120,36,.14)}.product-admin-stock-link__label{font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#8b6a2b}.product-admin-stock-link strong{font-size:30px;line-height:1;color:#513a10}.product-admin-stock-link small{color:rgba(81,58,16,.74)}@media (max-width:720px){.product-admin-shell__actions{width:100%;justify-content:stretch}.product-admin-stock-link,.product-admin-shell__actions .product-toolbar__add{width:100%}}.benefit-email-modal-open{overflow:hidden}.lumi-crop-open{overflow:hidden}.lumi-crop-modal{position:fixed;inset:0;z-index:99990;display:none;padding:18px}.lumi-crop-modal.is-open{display:block}.lumi-crop-modal__backdrop{position:absolute;inset:0;background:rgba(31,19,6,.58);backdrop-filter:blur(8px)}.lumi-crop-modal__panel{position:relative;max-width:1040px;max-height:calc(100svh - 36px);margin:0 auto;display:flex;flex-direction:column;overflow:hidden;border-radius:20px;background:#fffaf5;box-shadow:0 28px 80px rgba(31,19,6,.32)}.lumi-crop-modal__head,.lumi-crop-modal__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid rgba(67,56,4,.12)}.lumi-crop-modal__foot{justify-content:flex-end;border-top:1px solid rgba(67,56,4,.12);border-bottom:0;background:#fff7e9}.lumi-crop-modal__head strong{display:block;color:#332901;font-size:18px}.lumi-crop-modal__head span{display:block;margin-top:3px;color:#6b5a35;font-size:12px;font-weight:800}.lumi-crop-modal__head button,.lumi-crop-modal__foot button{min-height:38px;border:1px solid rgba(67,56,4,.14);border-radius:12px;padding:8px 12px;background:#fff;color:#433804;font-weight:900;cursor:pointer}.lumi-crop-modal__foot button:last-child{border:0;background:#433804;color:#fffaf1}.lumi-crop-modal__body{min-height:0;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:16px;padding:16px;overflow:auto}.lumi-crop-modal__stage{position:relative;min-height:340px;max-height:64vh;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(67,56,4,.12);border-radius:18px;background:#f6efe8}.lumi-crop-modal__stage img{max-width:100%;max-height:60vh;object-fit:contain;display:block}.lumi-crop-modal__rect{position:absolute;border:2px solid #b48a4a;border-radius:10px;box-shadow:0 0 0 9999px rgba(0,0,0,.36);cursor:move}.lumi-crop-modal__rect button{position:absolute;width:16px;height:16px;border:2px solid #fff;border-radius:50%;background:#b48a4a}.lumi-crop-modal__rect button[data-dir="nw"]{left:-8px;top:-8px;cursor:nwse-resize}.lumi-crop-modal__rect button[data-dir="ne"]{right:-8px;top:-8px;cursor:nesw-resize}.lumi-crop-modal__rect button[data-dir="sw"]{left:-8px;bottom:-8px;cursor:nesw-resize}.lumi-crop-modal__rect button[data-dir="se"]{right:-8px;bottom:-8px;cursor:nwse-resize}.lumi-crop-modal__controls{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-content:start;padding:14px;border:1px solid rgba(67,56,4,.12);border-radius:18px;background:#fff}.lumi-crop-modal__controls label{display:grid;gap:6px;color:#433804;font-size:13px;font-weight:900}.lumi-crop-modal__controls input{min-width:0;min-height:40px;border:1px solid rgba(67,56,4,.18);border-radius:12px;padding:8px 10px;font:inherit}.lumi-crop-modal__controls input[type="range"]{padding:0}.lumi-crop-modal__quality{display:flex;align-items:end;color:#433804;font-weight:950}.lumi-crop-modal__check,.lumi-crop-modal__zoom,.lumi-crop-modal__controls small{grid-column:1 / -1}.lumi-crop-modal__check{display:flex!important;grid-template-columns:none!important;align-items:center;gap:8px}.lumi-crop-modal__check input{min-height:0;width:auto}.lumi-crop-modal__controls small{color:#6b5a35;line-height:1.45}@media (max-width:760px){.lumi-crop-modal{padding:8px}.lumi-crop-modal__panel{max-height:calc(100svh - 16px)}.lumi-crop-modal__body{grid-template-columns:1fr}.lumi-crop-modal__stage{min-height:300px}.lumi-crop-modal__controls{grid-template-columns:1fr}}.benefit-email-modal[hidden]{display:none}.benefit-email-modal{position:fixed;inset:0;z-index:99980;display:grid;place-items:center;padding:18px}.benefit-email-modal__backdrop{position:absolute;inset:0;background:rgba(31,19,6,.48);backdrop-filter:blur(10px)}.benefit-email-modal__panel{position:relative;width:min(760px,100%);max-height:min(92vh,760px);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);overflow:hidden;border:1px solid rgba(67,56,4,.16);border-radius:24px;background:#fffaf5;box-shadow:0 28px 80px rgba(31,19,6,.30);animation:benefitEmailModalIn .24s cubic-bezier(.2,.8,.2,1)}.benefit-email-modal__panel.is-text-only{grid-template-columns:1fr;width:min(460px,100%)}.benefit-email-modal__close{position:absolute;top:12px;right:12px;z-index:3;width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:999px;background:rgba(255,255,255,.92);color:#433804;font-size:24px;line-height:1;cursor:pointer;box-shadow:0 10px 22px rgba(31,19,6,.14)}.benefit-email-modal__image{width:100%;height:100%;min-height:460px;object-fit:cover;background:#f6ebd3}.benefit-email-modal__content{display:flex;flex-direction:column;justify-content:center;gap:14px;padding:34px;min-width:0}.benefit-email-modal__content strong{color:#332901;font-size:clamp(24px,2.7vw,38px);line-height:1.08;overflow-wrap:anywhere}.benefit-email-modal__content p{margin:0;color:#6b5a35;font-size:15px;line-height:1.55;overflow-wrap:anywhere}.benefit-email-modal__coupon{align-self:flex-start;display:inline-flex;align-items:flex-start;flex-direction:column;gap:8px;padding:8px;border-radius:16px;background:#f3ead8;color:#6b4b14;border:1px solid rgba(107,75,20,.13);max-width:100%;width:max-content;min-width:0;box-sizing:border-box}.benefit-email-modal__coupon>span{flex:0 0 auto;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.benefit-email-modal__coupon button{flex:0 1 auto;min-width:0;max-width:100%;width:max-content;display:inline-grid;grid-template-columns:minmax(0,auto) auto;align-items:center;gap:9px;min-height:40px;border:0;border-radius:12px;padding:7px 10px 7px 12px;background:#fff;color:#332901;cursor:pointer;box-shadow:0 10px 20px rgba(67,56,4,.10)}.benefit-email-modal__coupon button strong{min-width:0;font-size:15px;line-height:1.12;letter-spacing:0;white-space:normal;overflow-wrap:anywhere;text-align:left}.benefit-email-modal__coupon button small{display:inline-flex;min-height:24px;align-items:center;padding:4px 7px;border-radius:999px;background:#433804;color:#fffaf1;font-size:11px;font-weight:900;white-space:nowrap}.benefit-email-modal__content label{display:grid;gap:7px;color:#433804;font-size:13px;font-weight:900;min-width:0}.benefit-email-modal__content input{width:100%;min-width:0;min-height:48px;border:1px solid rgba(67,56,4,.18);border-radius:14px;padding:12px 14px;background:#fff;color:#433804;font:inherit;box-sizing:border-box}.benefit-email-modal__content input:focus{outline:3px solid rgba(198,154,74,.24);border-color:rgba(123,90,34,.42)}.benefit-email-modal__submit{min-height:50px;border:0;border-radius:15px;background:linear-gradient(135deg,#433804 0%,#7b5a22 100%);color:#fffaf1;font-weight:950;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.benefit-email-modal__submit:hover{transform:translateY(-1px);filter:brightness(1.05);box-shadow:0 16px 30px rgba(67,56,4,.20)}.benefit-email-modal__submit:disabled{opacity:.72;cursor:progress}.benefit-email-modal__message{padding:10px 12px;border-radius:14px;background:#e9f7ed;color:#166534;font-size:13px;font-weight:850;line-height:1.4}.benefit-email-modal__message.is-error{background:#fff0ed;color:#b91c1c}@keyframes benefitEmailModalIn{from{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:720px){.benefit-email-modal{place-items:end center;padding:10px;padding-bottom:max(10px,env(safe-area-inset-bottom))}.benefit-email-modal__panel{grid-template-columns:1fr;width:100%;max-height:calc(100svh - 20px);display:flex;flex-direction:column;overflow:hidden;border-radius:22px 22px 18px 18px}@supports not (height:100svh){.benefit-email-modal__panel{max-height:calc(100vh - 20px)}}.benefit-email-modal__image{flex:0 0 auto;min-height:0;height:clamp(240px,50svh,400px);max-height:52svh;aspect-ratio:auto;object-fit:cover;object-position:center}.benefit-email-modal__content{min-height:0;overflow:auto;justify-content:flex-start;gap:11px;padding:22px;padding-bottom:max(22px,env(safe-area-inset-bottom))}.benefit-email-modal__content strong{font-size:clamp(23px,7vw,32px);line-height:1.1}.benefit-email-modal__content p{font-size:14px;line-height:1.42}.benefit-email-modal__close{top:10px;right:10px;width:42px;height:42px;font-size:26px}.benefit-email-modal__coupon{width:auto;align-items:stretch;gap:7px}.benefit-email-modal__coupon button{width:max-content;max-width:100%;justify-content:flex-start;padding:8px 9px 8px 11px}.benefit-email-modal__coupon button strong{font-size:14px}.benefit-email-modal__content input,.benefit-email-modal__submit{min-height:46px}}@media (max-width:420px){.benefit-email-modal{padding:8px;padding-bottom:max(8px,env(safe-area-inset-bottom))}.benefit-email-modal__panel{max-height:calc(100svh - 16px);border-radius:20px 20px 16px 16px}@supports not (height:100svh){.benefit-email-modal__panel{max-height:calc(100vh - 16px)}}.benefit-email-modal__image{height:clamp(220px,46svh,350px)}.benefit-email-modal__content{gap:9px;padding:18px;padding-bottom:max(18px,env(safe-area-inset-bottom))}.benefit-email-modal__content strong{font-size:clamp(21px,7.5vw,28px)}.benefit-email-modal__content p,.benefit-email-modal__message{font-size:13px}.benefit-email-modal__coupon button strong{font-size:13px}}@media (max-height:620px) and (max-width:720px){.benefit-email-modal__image{height:clamp(156px,34svh,210px)}.benefit-email-modal__content{gap:8px;padding-top:14px;padding-bottom:14px}}.floating-actions{position:fixed;right:22px;bottom:22px;z-index:1200;display:grid;gap:12px;justify-items:end;pointer-events:none}.floating-action{width:56px;height:56px;border:0;border-radius:50%;display:inline-grid;place-items:center;color:#fff;text-decoration:none;cursor:pointer;pointer-events:auto;box-shadow:0 14px 32px rgba(28,22,8,.24);transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.floating-action:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 18px 38px rgba(28,22,8,.30)}.floating-action:focus-visible{outline:3px solid rgba(255,255,255,.88);outline-offset:3px}.floating-action--whatsapp{position:relative;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);animation:floatingWhatsapp 2.8s ease-in-out infinite}.floating-action--whatsapp img{width:30px;height:30px;display:block;position:relative;z-index:2;filter:brightness(0) invert(1)}.floating-action__pulse{position:absolute;inset:-7px;border-radius:inherit;border:2px solid rgba(37,211,102,.42);animation:floatingPulse 1.9s ease-out infinite}.floating-action--top{background:linear-gradient(135deg,#7b5a22 0%,#c69a4a 100%);opacity:0;visibility:hidden;transform:translateY(8px) scale(.92)}.floating-action--top.is-visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.floating-action--top svg{width:28px;height:28px}@keyframes floatingWhatsapp{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes floatingPulse{0%{opacity:.7;transform:scale(.86)}80%,100%{opacity:0;transform:scale(1.34)}}@media (max-width:640px){.floating-actions{right:14px;bottom:14px;gap:10px}.floating-action{width:52px;height:52px}.floating-action--whatsapp img{width:28px;height:28px}}.live-card-open{overflow:hidden}.live-customer-card[hidden]{display:none}.live-customer-card{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:18px}.live-customer-card__backdrop{position:absolute;inset:0;background:rgba(31,19,6,.46);backdrop-filter:blur(8px)}.live-customer-card__panel{position:relative;width:min(430px,100%);display:flex;flex-direction:column;gap:12px;padding:18px;border-radius:22px;background:#fffaf5;border:1px solid rgba(67,56,4,.16);box-shadow:0 26px 70px rgba(31,19,6,.28);animation:liveCustomerCardIn .24s cubic-bezier(.2,.8,.2,1)}@keyframes liveCustomerCardIn{from{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.live-customer-card__close{position:absolute;top:10px;right:10px;width:34px;height:34px;border:0;border-radius:999px;background:rgba(255,255,255,.88);color:#433804;font-size:22px;line-height:1;cursor:pointer;box-shadow:0 8px 20px rgba(31,19,6,.12)}.live-customer-card[data-live-card-locked] .live-customer-card__close{opacity:.45;pointer-events:none}.live-customer-card[data-live-card-locked] .live-customer-card__backdrop{pointer-events:none}.live-customer-card__image{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:18px;background:#f6ebd3}.live-customer-card__panel strong{color:#433804;font-size:24px;line-height:1.08}.live-customer-card__panel p{margin:0;color:#6f6258;line-height:1.55}.live-customer-card__panel label span{display:block;margin-bottom:6px;color:#433804;font-size:13px;font-weight:900}.live-customer-card__panel input{width:100%;min-height:44px;border:1px solid rgba(67,56,4,.18);border-radius:13px;padding:10px 12px;background:#fff;color:#433804}.live-customer-card__cta{min-height:46px;border:0;border-radius:14px;background:#433804;color:#fff;font-weight:900;cursor:pointer;transition:transform .16s ease,filter .16s ease,box-shadow .16s ease}.live-customer-card__cta:hover{transform:translateY(-1px);filter:brightness(1.06);box-shadow:0 14px 28px rgba(67,56,4,.20)}.live-customer-card__thanks[hidden]{display:none}.live-customer-card__thanks{display:grid;place-items:center;text-align:center;gap:8px;padding:18px;border-radius:18px;background:linear-gradient(180deg,#e9fff0,#ffffff);border:1px solid rgba(18,140,74,.22);box-shadow:0 18px 36px rgba(18,140,74,.14)}.live-customer-card__thanks span{display:grid;place-items:center;width:58px;height:58px;border-radius:999px;background:#128c4a;color:#fff;font-size:30px;font-weight:900;box-shadow:0 16px 30px rgba(18,140,74,.28);animation:liveThanksPulse 1.2s ease-in-out infinite}.live-customer-card__thanks strong{font-size:28px;color:#128c4a}.live-customer-card__thanks p{max-width:280px}@keyframes liveThanksPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}.mobile-menu-toggle,.mobile-menu-backdrop{display:none}@media (max-width:760px){html.mobile-menu-locked,body.mobile-menu-open{overflow:hidden}body{background:#f8efe2}.container{width:100%;padding:12px}.topbar{position:sticky;top:0;z-index:1160;border-bottom:1px solid rgba(67,56,4,.10);background:rgba(248,239,226,.94);backdrop-filter:blur(16px);box-shadow:0 10px 28px rgba(31,19,6,.10)}.topbar .container{padding:8px 12px 10px}.topbar .row{display:grid;grid-template-columns:44px minmax(0,1fr) 44px 44px;align-items:center;gap:8px}.mobile-menu-toggle{position:relative;z-index:1170;grid-column:1;grid-row:1;display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid rgba(67,56,4,.14);border-radius:14px;background:#fffaf3;color:#433804;cursor:pointer;box-shadow:0 8px 18px rgba(67,56,4,.08)}.mobile-menu-toggle__bar{width:18px;height:2px;border-radius:999px;background:currentColor;transition:transform .18s ease,opacity .18s ease}body.mobile-menu-open .mobile-menu-toggle__bar:nth-child(1){transform:translateY(7px) rotate(45deg)}body.mobile-menu-open .mobile-menu-toggle__bar:nth-child(2){opacity:0}body.mobile-menu-open .mobile-menu-toggle__bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.brand{grid-column:2;grid-row:1;min-width:0;justify-content:center}.brand-logo{height:44px;margin:0;border-radius:9px}.menu{position:fixed;top:0;left:0;bottom:0;z-index:1140;width:min(82vw,330px);max-width:330px;display:flex;flex-direction:column;align-items:stretch;flex-wrap:nowrap;gap:10px;padding:132px 14px 22px;overflow-y:auto;background:#fffaf3;border-right:1px solid rgba(67,56,4,.12);box-shadow:22px 0 52px rgba(31,19,6,.20);transform:translateX(-104%);transition:transform .24s cubic-bezier(.2,.8,.2,1)}body.mobile-menu-open .menu,.menu.mobile-menu-is-open{transform:translateX(0)}.menu a{display:flex;min-height:48px;align-items:center;justify-content:space-between;padding:13px 14px;border:1px solid rgba(67,56,4,.10);border-radius:14px;background:#fff;color:#3a2f21;font-size:15px;font-weight:800;box-shadow:0 8px 18px rgba(67,56,4,.06)}.menu a::after{display:none}.menu a.active{border-color:#433804;background:#433804;color:#fff8ee}.mobile-menu-backdrop{position:fixed;inset:0;z-index:1130;border:0;background:rgba(31,19,6,.38);backdrop-filter:blur(4px);cursor:pointer}body.mobile-menu-open .mobile-menu-backdrop{display:block}.search{grid-column:1 / -1;grid-row:2;display:grid;grid-template-columns:minmax(0,1fr) auto;width:100%;gap:8px}.search input{width:100%;min-width:0;min-height:42px;border:1px solid rgba(67,56,4,.12);border-radius:14px;padding:10px 12px;background:#fff;font-size:16px}.search button{min-height:42px;border-radius:14px;padding:0 14px}.cart-link,.userbox-trigger{width:44px;height:44px;min-width:44px;justify-content:center;border:1px solid rgba(67,56,4,.14);border-radius:14px;background:#fffaf3;box-shadow:0 8px 18px rgba(67,56,4,.08)}.cart-link{grid-column:3;grid-row:1;color:#433804}.cart-ico svg{width:26px;height:26px}.cart-count{position:absolute;top:-5px;right:-5px;margin:0;min-width:20px;height:20px;padding:0 5px;background:#433804;color:#fff8ee;border:2px solid #fffaf3}.userbox{grid-column:4;grid-row:1;justify-self:end}.userbox-hello{display:none}.userbox-icon svg{width:23px;height:23px}.userbox-caret{display:none}.userbox-pop{right:0;top:calc(100%+12px);width:min(92vw,320px);max-height:calc(100svh - 128px);overflow:auto;border-radius:18px;z-index:1180}.home-hero{margin:-12px calc(50% - 50vw) 0}.home-hero .site-banner-card--hero-wrap .site-banner-card__img{height:auto;min-height:0;aspect-ratio:16 / 8.6;object-fit:cover}.home-feature-strip{margin-inline:calc(50% - 50vw);padding-inline:12px}.home-showcase{padding:10px 0 22px;background:#f8efe2}.home-showcase__inner{max-width:none;padding:0 12px}.home-showcase__grid,.category-showcase__grid{display:block !important;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.home-main{gap:12px}.home-main>.card{padding:12px;border-radius:18px;background:#fffaf3;box-shadow:0 10px 24px rgba(67,56,4,.07)}.home-main>.card h1,.home-main>.card h2{font-size:clamp(22px,8vw,30px);line-height:1.04}.home-showcase .sidebar{margin:0 0 12px;padding:10px;border-radius:18px;overflow:hidden;background:#fffaf3;box-shadow:0 10px 24px rgba(67,56,4,.06)}.home-showcase .sidebar h3{margin:0 0 8px;font-size:12px;letter-spacing:.08em}.home-showcase .cat--accordion{display:flex;flex-direction:row;gap:8px;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.home-showcase .cat-item{flex:0 0 auto;min-width:max-content;scroll-snap-align:start}.home-showcase .cat-link,.home-showcase .cat-toggle{min-height:40px;padding:9px 12px;border-radius:999px;white-space:nowrap;background:#fff}.home-showcase .cat-sub{min-width:210px;margin-top:6px;padding:6px;border:1px solid rgba(67,56,4,.10);background:#fff;box-shadow:0 14px 26px rgba(67,56,4,.12)}.sidebar-banner,.best-sellers{display:none}.home-order-form{width:100% !important;display:grid !important;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px !important}.home-order-form select{width:100%;min-height:42px;border-radius:13px;font-size:16px}.product-grid,.products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;margin-top:10px !important}.product-card--luxury,.prod.product-card--luxury{min-width:0;border-radius:14px;padding:7px;box-shadow:0 8px 20px rgba(67,56,4,.08)}.product-card--luxury:hover{transform:none}.product-media--luxury{aspect-ratio:1 / 1;min-height:0;border-radius:12px}.product-media--luxury img{height:100%}.product-badge-premium{top:9px;left:9px;max-width:calc(100% - 18px);padding:4px 7px;font-size:9px;letter-spacing:.03em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-flash-countdown{top:auto;right:auto;max-width:calc(100% - 16px);min-height:28px;padding:4px 6px;border-radius:10px;font-size:10px;gap:1px 5px}.product-flash-countdown__label,.product-flash-countdown small{display:inline;font-size:8px;line-height:1}.product-body--luxury{padding:8px 1px 1px;gap:5px}.product-card--flash-offer .product-media--luxury{margin-top:0 !important}.product-title--luxury{min-height:34px;font-family:var(--font-ui);font-size:13px;line-height:1.28;font-weight:800;text-align:left;letter-spacing:0;overflow-wrap:anywhere}.product-rating,.product-info-row{display:none}.product-price-stack{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%}.price--luxury{width:100%;justify-content:flex-start;gap:4px;font-family:var(--font-ui);font-size:14px;line-height:1.06;white-space:normal}.price-old{font-size:10px}.price-new{font-size:16px;line-height:1.05}.product-installments{width:auto;max-width:100%;padding:4px 6px 3px;font-size:9px;line-height:1;white-space:nowrap}.product-actions,.product-card--luxury .product-actions,.product-card--luxury:focus-within .product-actions{max-height:none;opacity:1;overflow:visible;transform:none;margin-top:5px}.btn-action--luxury{min-height:38px;width:100%;border-radius:11px;padding:8px 6px;font-size:12px}.loadmore-wrap .btn,.loadmore-wrap .btn-ghost{width:100%;min-height:44px;border-radius:14px}.floating-actions{right:12px;bottom:12px;gap:8px}.floating-action{width:48px;height:48px}.product-page{display:block}.product-page-left,.product-page-main{gap:12px}.product-gallery-card,.product-summary-card,.product-description-card,.freight-card{padding:12px !important;border-radius:18px}.pg-main{min-height:0 !important;border-radius:16px}.product-page-title{font-size:28px !important;line-height:1.06}.product-page-price{font-size:26px !important}.product-cart-btn{min-height:50px;border-radius:14px;font-size:16px}.checkout-layout,.cart-checkout{grid-template-columns:1fr !important;grid-auto-flow:row}.checkout-form-card,.cart-table,.card-pay{border-radius:18px}}@media (max-width:380px){.topbar .row{grid-template-columns:42px minmax(0,1fr) 42px 42px;gap:6px}.mobile-menu-toggle,.cart-link,.userbox-trigger{width:42px;height:42px;min-width:42px}.product-grid,.products{gap:8px !important}.product-title--luxury{font-size:12px}.price-new{font-size:15px}}@media (max-width:760px){.topbar .row{grid-template-columns:42px minmax(92px,1fr) 42px 42px;column-gap:7px;row-gap:8px}.mobile-menu-toggle,.cart-link,.userbox-trigger{width:42px;height:42px;min-width:42px;border-radius:13px}.brand-logo{width:auto;max-width:100%;max-height:42px}.menu{left:-55vw;width:50vw;max-width:50vw;min-width:50vw;height:100dvh;padding:20vh 8px calc(18px+env(safe-area-inset-bottom));gap:8px;box-sizing:border-box;transform:none !important;transition:left .24s cubic-bezier(.2,.8,.2,1),box-shadow .18s ease}body.mobile-menu-open #mobileMenuPanel,#mobileMenuPanel.mobile-menu-is-open{left:0 !important;transform:none !important}@supports not (height:100dvh){.menu{height:100vh}}.menu a{min-height:0;height:auto;align-items:flex-start;justify-content:flex-start;padding:12px 9px;line-height:1.18;font-size:13px;white-space:normal;overflow-wrap:anywhere}.search{align-items:stretch}.search input,.search button{min-height:44px}.search button{white-space:nowrap;font-size:14px}.home-showcase{width:auto;margin:0}.home-showcase__inner{padding-inline:10px}.home-showcase .sidebar{overflow:visible;padding:12px;border-radius:18px}.home-showcase .cat--accordion{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;overflow:visible;padding:0;scroll-snap-type:none}.home-showcase .cat-item{min-width:0;width:100%;display:flex;flex-direction:column}.home-showcase .cat-link,.home-showcase .cat-toggle{width:100%;min-height:46px;height:auto;align-items:center;justify-content:space-between;gap:8px;padding:10px 11px;border-radius:14px;white-space:normal;line-height:1.18;text-align:left;box-shadow:0 7px 16px rgba(67,56,4,.05)}.home-showcase .cat-link.is-active,.home-showcase .cat-link.active,.home-showcase .cat-sub-link.is-active,.home-showcase .cat-sub-link.active,.home-showcase .cat-item.is-active>.cat-toggle{border-color:#433804;background:#433804;color:#fff8ee !important;box-shadow:0 10px 22px rgba(67,56,4,.16)}.home-showcase .cat-link.is-active *,.home-showcase .cat-link.active *,.home-showcase .cat-sub-link.is-active *,.home-showcase .cat-sub-link.active *,.home-showcase .cat-item.is-active>.cat-toggle *{color:#fff8ee !important}.home-showcase .cat-name,.home-showcase .cat-link span,.home-showcase .cat-toggle span:first-child{min-width:0;overflow-wrap:anywhere}.home-showcase .cat-chevron,.home-showcase .cat-link small{flex:0 0 auto}.home-showcase .cat-sub{min-width:0;width:100%;margin-top:6px;padding:6px;border-radius:13px;box-shadow:0 10px 22px rgba(67,56,4,.10)}.home-showcase .cat-sub a{min-height:38px;padding:9px 10px;line-height:1.2;white-space:normal}.home-main>.card{padding:12px}.product-grid,.products{gap:9px !important}.product-card--luxury,.prod.product-card--luxury{padding:6px}.product-card--flash-offer{gap:0 !important;row-gap:0 !important}.product-card--flash-offer .product-flash-countdown~.product-media--luxury{margin-top:0 !important}.product-title--luxury{min-height:0;height:34px}.product-installments{white-space:normal;line-height:1.08}.cart{padding:12px;border-radius:20px;background:#fffaf3;border-color:rgba(67,56,4,.10);box-shadow:0 12px 28px rgba(67,56,4,.07)}.cart-head{margin-bottom:12px;align-items:center}.cart-head h1{font-size:26px;line-height:1.05}.cart-table{display:block;width:100%;border-spacing:0}.cart-table tbody{display:grid;gap:12px}.cart-table tr.cart-row{display:grid;grid-template-columns:1fr auto;grid-template-areas:"product remove" "price qty" "subtotal subtotal";gap:10px 12px;width:100%;margin:0;padding:12px;border:1px solid rgba(67,56,4,.10);border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(67,56,4,.06)}.cart-table tr.cart-row td{display:block;width:auto;min-width:0;padding:0;background:transparent;border:0}.cart-table tr.cart-row td:nth-child(1){grid-area:product}.cart-table tr.cart-row td:nth-child(2){grid-area:price}.cart-table tr.cart-row td:nth-child(3){grid-area:qty;justify-self:end}.cart-table tr.cart-row td:nth-child(4){grid-area:subtotal}.cart-table tr.cart-row td:nth-child(5){grid-area:remove;align-self:start}.cart-table tr.cart-row td:nth-child(2)::before,.cart-table tr.cart-row td:nth-child(3)::before,.cart-table tr.cart-row td:nth-child(4)::before{display:block;margin-bottom:4px;color:#7a6655;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.cart-table tr.cart-row td:nth-child(2)::before{content:"Preco"}.cart-table tr.cart-row td:nth-child(3)::before{content:"Qtd"}.cart-table tr.cart-row td:nth-child(4)::before{content:"Subtotal"}.cart-product-col{min-width:0}.cart-product-cell{align-items:flex-start;gap:10px}.cart-product-thumb{width:64px;height:64px;flex:0 0 64px;border-radius:15px}.cart-product-meta{min-width:0}.cart-product-name{font-size:14px;line-height:1.25;overflow-wrap:anywhere}.cart-product-meta .muted{display:flex;flex-wrap:wrap;gap:5px 8px;line-height:1.25}.cart-product-meta .muted span{margin-left:0 !important}.cart-money{font-size:15px;line-height:1.15}.cart-row-subtotal{display:flex !important;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:10px 12px !important;border-radius:14px;background:#f7ecd6 !important;color:#433804;font-size:17px}.cart-row-subtotal::before{margin:0 !important}.cart-qtd-cell{width:auto}.cart-qtd{width:76px;max-width:76px;min-height:40px;margin:0;border-radius:12px;font-size:16px}.cart-remove-cell{width:auto;text-align:right}.cart-remove-btn{width:38px;height:38px;border-radius:12px}.cart-actions{justify-content:stretch;margin-top:12px}.cart-actions .btn{width:100%;min-height:44px;border-radius:14px}.cart-bottom-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-top:14px}.cart-box{padding:13px;border-radius:18px;background:#fff;border:1px solid rgba(67,56,4,.10);box-shadow:0 10px 24px rgba(67,56,4,.06)}.cart-box h3{font-size:17px;line-height:1.2}.product-frete-form{display:grid;grid-template-columns:1fr;gap:9px}.product-frete-form .input,.product-frete-form input[name="cep"]{width:100% !important;max-width:none !important;min-height:44px;border-radius:13px;font-size:16px}.product-frete-form .btn{width:100%;min-height:44px;border-radius:13px}form[data-frete-form] .frete-options{display:grid;grid-template-columns:1fr;gap:9px}form[data-frete-form] .frete-options .frete-option{flex:1 1 auto;width:100%;min-height:0;padding:11px;border-radius:15px}.frete-info{min-width:0}.frete-info strong,.frete-info .muted{white-space:normal;overflow-wrap:anywhere;line-height:1.25}.cart-box--resumo p{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:34px;padding:7px 0;border-bottom:1px solid rgba(67,56,4,.08);line-height:1.25}.cart-box--resumo p:last-of-type{border-bottom:0}.cart-box--resumo #cart-total{font-size:20px}.cart-login-check{margin-top:12px;padding:11px;border-radius:15px}.cart-checkout{display:grid;grid-auto-flow:row;grid-template-columns:1fr !important;gap:9px;justify-content:stretch;margin-top:13px}.cart-checkout .btn,.cart-checkout .btn-primary{width:100%;min-height:46px;border-radius:14px;text-align:center}.cart-checkout .btn-primary{order:-1}.cart-checkout small{width:100%;text-align:center;line-height:1.35}.cart-side-banner{margin-top:12px}.cart-side-banner .site-banner-card,.cart-side-banner .site-banner-card__img{border-radius:16px}.site-footer{padding:12px 10px 0;background:#f8efe2}.site-footer .footer-card{width:100%;border-radius:20px 20px 0 0;overflow:hidden;box-shadow:0 -10px 30px rgba(67,56,4,.08)}.footer-benefits{padding:12px 0}.footer-benefits .container{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0 12px}.benefit-item{min-width:0;align-items:flex-start;padding:10px;border-radius:14px;background:#fff;border:1px solid rgba(67,56,4,.08);color:#5f4a30;font-size:12px;line-height:1.25;white-space:normal}.benefit-item img{width:22px;height:22px;flex:0 0 22px}.benefit-item span,.benefit-link{min-width:0;overflow-wrap:anywhere}.benefit-sep{display:none}.footer-main{padding:14px 0 12px}.footer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px;padding:0 12px !important}.footer-col,.footer-col:nth-child(3){min-width:0;padding:12px !important;border-left:0 !important;border-radius:16px;background:rgba(255,255,255,.86);border:1px solid rgba(67,56,4,.08) !important}.footer-col h3,.footer-col h4{margin-bottom:9px;color:#433804;font-size:13px;line-height:1.2}.footer-item{align-items:flex-start;gap:7px;min-height:44px;margin-bottom:8px;color:#66513a;font-size:12px;line-height:1.25}.footer-item span{min-width:0;overflow-wrap:anywhere}.footer-ico{width:15px;height:15px;flex-basis:15px}.footer-bottom{margin-top:12px;padding:12px;font-size:11px;line-height:1.35}.account-shell__head,.account-layout{display:block}.account-shell__head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;border-radius:18px;margin-bottom:8px;background:linear-gradient(135deg,rgba(255,253,248,.98),rgba(247,238,222,.96));border:1px solid rgba(67,56,4,.10);box-shadow:0 10px 24px rgba(67,56,4,.07)}.account-shell__intro{gap:5px}.account-shell__title{font-size:24px;line-height:1.08}.account-shell__text{font-size:13px;line-height:1.3}.account-shell__metrics,.account-overview-grid,.account-address-grid,.account-order-columns,.account-dispute-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px}.account-shell__metrics{display:flex !important;justify-content:flex-end;align-items:center;gap:8px}.account-shell__logout{min-height:42px;justify-content:center;padding:9px 12px;border-radius:13px;white-space:nowrap;box-shadow:none}.account-sidebar{position:relative;top:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:10px;padding:8px;border-radius:18px;background:rgba(255,252,247,.96);border:1px solid rgba(67,56,4,.10);box-shadow:0 8px 22px rgba(67,56,4,.06)}.account-sidebar__title,.account-sidebar__tip{display:none}.account-nav{min-width:0;min-height:42px;align-items:center;justify-content:flex-start;gap:6px;margin:0;padding:8px;border-radius:13px;line-height:1.15;font-size:11.5px;overflow-wrap:anywhere;background:#fff;border-color:rgba(67,56,4,.10);box-shadow:0 4px 12px rgba(67,56,4,.04)}.account-nav.active{background:#433804;border-color:#433804;color:#fffaf0;box-shadow:0 10px 18px rgba(67,56,4,.18)}.account-nav .account-icon{flex:0 0 auto}.account-nav .account-icon svg{width:16px;height:16px}.account-content,.account-form-card,.account-panel,.account-track-card,.account-info-card,.account-support__panel,.account-order-detail{padding:10px;border-radius:18px;background:rgba(255,253,248,.98);border-color:rgba(67,56,4,.10)}.account-section-head{gap:8px;margin-bottom:8px}.account-section-head__title{font-size:20px;line-height:1.12}.account-section-head__eyebrow,.account-shell__eyebrow,.account-order-hero__meta{font-size:10px;letter-spacing:.1em}.account-overview-hero{min-height:0;margin:6px 0 8px;border-radius:16px}.account-overview-hero__image{max-height:118px;object-fit:cover}.account-overview-hero__fallback{min-height:92px;padding:14px;gap:5px}.account-overview-hero__fallback h4{font-size:18px;line-height:1.1}.account-overview-hero__fallback p{display:none}.account-overview-card,.account-shell__metric,.account-address-card,.account-info-card{min-width:0;padding:10px;border-radius:16px}.account-overview-card{grid-template-columns:34px minmax(0,1fr);align-content:start;align-items:start;gap:8px;min-height:98px;background:#fff;border:1px solid rgba(67,56,4,.09);box-shadow:0 8px 18px rgba(67,56,4,.055)}.account-overview-card__icon{width:34px;height:34px;border-radius:12px}.account-overview-card__title,.account-address-card__title,.account-section-head__title,.account-block-head__title{overflow-wrap:anywhere}.account-overview-card__title{font-size:14px}.account-overview-card__text{display:none}.account-overview-card__meta{grid-column:1 / -1;justify-self:start;min-height:24px;padding:5px 7px;font-size:10.5px;line-height:1.15;white-space:normal}.account-address-card__main,.account-address-card__top{grid-template-columns:1fr !important}.account-address-card__top{gap:7px}.account-address-card__icon{display:none}.account-address-card__title{font-size:13px;line-height:1.2}.account-address-card__meta,.account-address-card__details{font-size:11.5px;line-height:1.28}.account-address-card__chips,.account-address-card__actions,.account-form-card__actions,.account-support__actions{justify-content:flex-start}.account-address-card__chips{gap:5px}.account-address-card__actions{gap:6px}.account-address-card{background:#fff;box-shadow:0 8px 18px rgba(67,56,4,.055)}.account-icon-btn{width:38px;height:38px;border-radius:12px}.account-address-edit{padding:10px;border-radius:16px}.account-content .form-row,.account-address-edit .form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.account-content .field input,.account-content .field select,.account-content .field textarea{min-height:42px;font-size:13px}.account-payment-grid,.account-payment-grid--clean,.account-payment-grid--secondary{grid-template-columns:1fr !important;gap:10px}.account-payment-balance{min-height:0;padding:12px;gap:10px;border-radius:18px}.account-payment-balance__top{align-items:center}.account-payment-balance__value{margin-top:4px;font-size:30px}.account-payment-balance__tag{padding:6px 9px;font-size:10.5px}.account-payment-balance__text,.account-payment-balance .muted{font-size:12px;line-height:1.32}.account-payment-balance__meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.account-payment-balance__meta-item,.account-payment-movement,.account-payment-history-item,.account-payment-voucher{padding:10px;border-radius:15px}.account-payment-section__head,.account-payment-voucher__head,.account-payment-movement{gap:8px}.account-payment-block__title{font-size:16px}.account-payment-history-corner{margin-top:10px;padding:10px;border-radius:15px}.account-payment-history-corner__head{align-items:flex-start}.account-payment-history-corner .muted{text-align:left}.account-orders-filter{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.account-orders-filter__chip{min-height:40px;justify-content:center;padding:8px;border-radius:13px;font-size:11px;text-align:center}.account-table--orders tbody{gap:8px}.account-table--orders tbody tr{padding:10px;border-radius:16px}.account-table--orders tbody tr td{padding:5px 0}.account-table--orders .account-table__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.account-table--orders .account-order-action{min-height:38px;justify-content:center;padding:8px;font-size:12px}.account-order-hero{grid-template-columns:minmax(0,1fr) auto !important;gap:10px;padding:12px;border-radius:18px}.account-order-hero__title{font-size:17px;line-height:1.14}.account-order-hero__line{gap:6px}.account-order-hero__side{text-align:right}.account-order-hero__side-label{font-size:10px;letter-spacing:.1em}.account-order-hero__total{font-size:20px}.lumi-auth{margin:8px 0 18px;padding:8px;border-radius:22px;min-height:auto;background:linear-gradient(135deg,#fffaf4 0%,#f7ede2 100%);box-shadow:0 12px 30px rgba(67,56,4,.08)}.lumi-auth__stage{min-height:auto;gap:10px}.lumi-auth__visual{min-height:118px;border-radius:18px;padding:12px;align-items:center;background-size:cover,cover;box-shadow:0 8px 20px rgba(67,56,4,.06)}.lumi-auth__visual::before{background:linear-gradient(90deg,rgba(255,250,244,.95),rgba(255,250,244,.64))}.lumi-auth__benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;width:100%}.lumi-auth__benefits>div{gap:6px;padding:8px 5px;border-radius:14px;background:rgba(255,255,255,.68);border:1px solid rgba(67,56,4,.08)}.lumi-auth__benefit-icon{width:34px;height:34px}.lumi-auth__benefit-icon svg{width:18px;height:18px}.lumi-auth__benefits strong{font-size:10.5px;line-height:1.12;overflow-wrap:anywhere}.lumi-auth__card{min-height:0;padding:14px;border-radius:20px;background:rgba(255,255,255,.82);box-shadow:0 12px 28px rgba(67,56,4,.10)}.lumi-auth__lock{width:44px;height:44px;margin-bottom:10px}.lumi-auth__lock svg{width:20px;height:20px}.lumi-auth__card-head{text-align:left;margin-bottom:12px}.lumi-auth__card-head h2{font-size:22px}.lumi-auth__card-head p{font-size:13px}.lumi-auth__form{gap:10px}.lumi-auth__login-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.lumi-auth__field{min-height:46px;gap:8px;padding:0 10px;border-radius:14px;background:#fff}.lumi-auth__field svg{width:18px;height:18px}.lumi-auth__field input{font-size:13px}.lumi-auth__options{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;margin:0;font-size:12px}.lumi-auth__options label{min-width:0;overflow-wrap:anywhere}.lumi-auth__options input{width:17px;height:17px}.lumi-auth__submit,.lumi-auth__google{min-height:46px;border-radius:14px;font-size:14px}.lumi-auth__divider{margin:12px 0;font-size:10px}.lumi-auth__signup{margin-top:12px;grid-template-columns:38px minmax(0,1fr);gap:10px;padding:10px;border-radius:16px}.lumi-auth__signup>span{width:38px;height:38px}.lumi-auth__signup svg{width:20px;height:20px}.lumi-auth__signup strong{font-size:13px}.lumi-auth__signup small{font-size:11.5px;line-height:1.25}.lumi-auth__signup a{grid-column:1 / -1;justify-content:center;min-height:42px;padding:10px 12px;border-radius:14px}.checkout-benefits{margin-top:10px;padding:9px;border-radius:16px;background:#fffaf3;box-shadow:0 8px 18px rgba(67,56,4,.055)}.checkout-benefits__head{display:none}.checkout-benefits__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:8px}.checkout-benefit-card{min-width:0;gap:6px;padding:9px;border-radius:14px;background:#fff;box-shadow:none}.checkout-benefit-card--saldo{grid-column:1 / -1;background:linear-gradient(135deg,rgba(237,248,226,.96),rgba(255,250,241,.98))}.checkout-benefit-card__eyebrow{font-size:10px;letter-spacing:.08em;line-height:1.15;color:#6e571d}.checkout-benefit-card__title,.checkout-benefit-card__text{display:none}.checkout-benefit-card__status{padding:7px 8px;border-radius:10px;font-size:11px;line-height:1.2}.checkout-benefit-form{display:grid;grid-template-columns:minmax(0,1fr) auto !important;gap:6px}.checkout-benefit-form .input{min-height:38px;padding:8px;border-radius:11px;font-size:12px}.checkout-benefit-form .btn,.checkout-benefit-form .btn-primary{min-height:38px;padding:8px 10px;border-radius:11px;font-size:12px}.checkout-benefit-card__saldo-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.checkout-benefit-card__amount{padding:7px 9px;border-radius:12px;font-size:13px;box-shadow:none}.checkout-benefit-form--saldo{grid-template-columns:minmax(0,1fr) auto !important}.checkout-benefit-checkbox{min-height:38px;gap:7px;padding:7px 8px;border-radius:11px;font-size:11.5px;line-height:1.15}.checkout-benefit-checkbox input{width:16px;height:16px;flex:0 0 auto}.cart-box--resumo{padding:10px}.cart-box--resumo h3{margin-bottom:6px !important;font-size:15px}.cart-box--resumo p{min-height:28px;padding:5px 0;font-size:12.5px}.cart-box--resumo #cart-total{font-size:17px}.cart-login-check{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px;margin-top:8px;padding:8px;border-radius:12px}.cart-login-check label{font-size:10.5px}.cart-login-check .input{min-height:38px;border-radius:10px;font-size:13px}.cart-login-check__status{grid-column:1 / -1;min-height:0;font-size:11px;line-height:1.2}.cart-checkout{grid-template-columns:1fr 1fr !important;gap:8px}.cart-checkout .btn,.cart-checkout .btn-primary{min-height:42px;padding:9px 8px;font-size:13px}.cart-checkout .btn-primary{order:0}}@media (max-width:380px){.home-showcase .cat--accordion,.footer-benefits .container,.footer-grid,.account-sidebar,.account-shell__metrics,.account-overview-grid,.account-address-grid,.account-order-columns,.account-dispute-grid{grid-template-columns:1fr !important}.cart-table tr.cart-row{grid-template-columns:1fr auto}.account-content .form-row,.account-address-edit .form-row,.account-payment-balance__meta,.account-table--orders .account-table__actions,.account-order-hero{grid-template-columns:1fr !important}.account-order-hero__side{text-align:left}.account-shell__head,.lumi-auth__login-grid,.lumi-auth__options{grid-template-columns:1fr}.account-shell__metrics{justify-content:stretch}.account-shell__logout{width:100%}.checkout-benefits__grid,.checkout-benefit-form,.checkout-benefit-form--saldo,.checkout-benefit-card__saldo-head,.cart-login-check,.cart-checkout{grid-template-columns:1fr !important}}.product-card--flash-offer>.product-flash-countdown{width:100% !important;max-width:none !important;top:0 !important;margin-top:0 !important;margin-bottom:0 !important;border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important}.product-card--flash-offer>.product-flash-countdown~.product-media--luxury{margin-top:-30px !important;padding-top:0 !important;border-top-left-radius:0 !important;border-top-right-radius:0 !important}@media (max-width:760px){.product-card--flash-offer>.product-flash-countdown{margin-bottom:0 !important}.product-card--flash-offer>.product-flash-countdown~.product-media--luxury{margin-top:-30px !important}}.home-showcase .product-grid{gap:18px;align-items:stretch}.home-showcase .product-card--luxury{display:flex;flex-direction:column;min-height:100%;padding:9px;border-radius:18px;background:linear-gradient(180deg,#fffdf8 0%,#fff6eb 100%);border:1px solid rgba(67,56,4,.10);box-shadow:0 10px 26px rgba(67,56,4,.08)}.home-showcase .product-card--luxury:hover,.home-showcase .product-card--luxury:focus-within{border-color:rgba(143,103,34,.24);box-shadow:0 18px 38px rgba(67,56,4,.13)}.home-showcase .product-media--luxury{aspect-ratio:1 / 1;border-radius:14px;background:linear-gradient(145deg,#ffffff 0%,#f5eadb 100%);box-shadow:inset 0 0 0 1px rgba(67,56,4,.06)}.home-showcase .product-media--luxury img{width:100%;height:100%;object-fit:cover}.home-showcase .product-body--luxury{flex:1;display:flex;flex-direction:column;gap:8px;padding:12px 4px 3px}.home-showcase .product-title--luxury{height:auto;min-height:42px;color:#2f271b;text-align:left;font-size:15px;line-height:1.28;font-weight:850;overflow-wrap:anywhere}.home-showcase .product-rating{justify-content:flex-start}.home-showcase .product-price-stack{display:flex !important;flex-direction:column !important;align-items:flex-start !important;justify-content:flex-start !important;gap:6px !important;width:100% !important;max-width:100% !important;min-width:0 !important;margin-top:auto !important;overflow:visible !important}.home-showcase .price--luxury{order:1 !important;justify-content:flex-start;color:#563816;font-size:22px;max-width:100% !important;min-width:0 !important}.home-showcase .price-new{color:#563816;font-size:23px}.home-showcase .product-installments{justify-self:start;width:auto;max-width:100%;padding:5px 8px;border-radius:999px;background:#eef4df;color:#4f6428;font-size:11px;font-weight:900;line-height:1;white-space:nowrap}.home-showcase .price--luxury .product-installments--pix,.price--luxury .product-installments--pix{display:inline-flex !important;align-items:center;justify-content:center;align-self:center;flex:0 0 auto;font-family:var(--font-ui);letter-spacing:0}@media (min-width:761px){.home-showcase .price--luxury{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.home-showcase .price--luxury .product-installments--pix{margin-left:2px;padding:5px 8px 4px;border-radius:999px;background:#eef4df;color:#4f6428;font-size:11px;font-weight:900;line-height:1;white-space:nowrap}}.home-showcase .product-price-stack .free-shipping-pill--card{order:2 !important;display:flex !important;width:100% !important;max-width:100% !important;min-width:0 !important;align-self:stretch !important;justify-content:flex-start !important;overflow:visible !important;text-align:left !important}.home-showcase .product-price-stack .free-shipping-pill--card .free-shipping-pill__text{display:flex !important;align-items:baseline !important;justify-content:flex-start !important;flex-wrap:wrap !important;gap:4px !important;width:100% !important;min-width:0 !important;overflow:visible !important;text-overflow:clip !important;white-space:normal !important}.home-showcase .product-price-stack .free-shipping-pill--card .free-shipping-pill__aside{white-space:normal !important}.home-showcase .product-actions,.home-showcase .product-card--luxury .product-actions,.home-showcase .product-card--luxury:hover .product-actions,.home-showcase .product-card--luxury:focus-within .product-actions{max-height:none;opacity:1;overflow:visible;transform:none;margin-top:4px}.home-showcase .product-actions--luxury .btn-action{width:100%}.home-showcase .btn-action--luxury{min-height:43px;border-radius:13px;background:#433804;color:#fff8ee;box-shadow:0 10px 18px rgba(67,56,4,.15)}.home-showcase .btn-action--luxury::after{content:"Ver detalhes";display:inline-flex;align-items:center;min-height:20px;padding:4px 7px;border-radius:999px;background:rgba(255,255,255,.14);color:#fff8ee;font-size:10px;font-weight:900;line-height:1}.home-showcase .product-info-row{justify-content:flex-start;color:#715f48}@media (max-width:760px){.home-showcase .product-grid,.home-showcase .products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important}.home-showcase .product-card--luxury{padding:7px;border-radius:15px}.home-showcase .product-media--luxury{border-radius:12px}.home-showcase .product-body--luxury{gap:6px;padding:9px 2px 2px}.home-showcase .product-title--luxury{min-height:34px;font-size:12.5px;line-height:1.24}.home-showcase .product-rating,.home-showcase .product-info-row{display:none}.home-showcase .price--luxury{font-size:16px}.home-showcase .price-new{font-size:17px}.home-showcase .product-installments{padding:4px 6px;font-size:9px}.home-showcase .btn-action--luxury{min-height:38px;padding:8px 7px;border-radius:11px;font-size:12px}.home-showcase .btn-action--luxury::after{display:none}}@media (max-width:380px){.home-showcase .product-grid,.home-showcase .products{grid-template-columns:1fr !important}}.home-showcase .product-card--flash-offer{--flash-ink:#3a2416;--flash-muted:#8b6246;--flash-accent:#a9361e;--flash-accent-dark:#682111;--flash-warm:#fff3e3;gap:0 !important;overflow:hidden;padding:8px;border:1px solid rgba(169,54,30,.26);border-radius:20px;background:linear-gradient(180deg,#fffdf9 0%,#fff7f0 54%,#fff2e0 100%);box-shadow:0 18px 42px rgba(83,44,19,.14),inset 0 1px 0 rgba(255,255,255,.86)}.home-showcase .product-card--flash-offer::before{display:none}.home-showcase .product-card--flash-offer:hover,.home-showcase .product-card--flash-offer:focus-within{border-color:rgba(169,54,30,.42);box-shadow:0 22px 48px rgba(83,44,19,.18),inset 0 1px 0 rgba(255,255,255,.9)}.home-showcase .product-card--flash-offer .product-flash-countdown{width:100% !important;max-width:none !important;min-height:44px;margin:0 !important;padding:8px 11px;border:0;border-radius:14px !important;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2px 10px;background:linear-gradient(135deg,var(--flash-accent-dark) 0%,var(--flash-accent) 62%,#d6853e 100%);color:#fff9ef;box-shadow:0 10px 22px rgba(104,33,17,.20),inset 0 1px 0 rgba(255,255,255,.18)}.home-showcase .product-card--flash-offer .product-flash-countdown::after{display:none}.home-showcase .product-card--flash-offer .product-flash-countdown__label{min-width:0;font-size:10px;font-weight:900;line-height:1.05;letter-spacing:.08em;text-transform:uppercase}.home-showcase .product-card--flash-offer .product-flash-countdown small{min-width:0;color:rgba(255,249,239,.82);font-size:10px;font-weight:800;line-height:1}.home-showcase .product-card--flash-offer .product-flash-countdown strong{color:#fff;font-size:21px;font-weight:950;line-height:1;letter-spacing:0;font-variant-numeric:tabular-nums;animation:none;text-shadow:0 1px 12px rgba(0,0,0,.18)}.home-showcase .product-card--flash-offer .product-badge-premium{display:none}.home-showcase .product-card--flash-offer>.product-flash-countdown~.product-media--luxury,.home-showcase .product-card--flash-offer .product-media--luxury{margin-top:8px !important;padding:12px !important;aspect-ratio:1 / .86;border-radius:16px !important;background:#fff;box-shadow:inset 0 0 0 1px rgba(104,33,17,.08),0 10px 24px rgba(104,33,17,.08)}.home-showcase .product-card--flash-offer .product-media--luxury img{width:100%;height:100%;padding:0;object-fit:contain;border-radius:12px;filter:none}.home-showcase .product-card--flash-offer:hover .product-media--luxury img{transform:scale(1.015)}.home-showcase .product-card--flash-offer .product-body--luxury{gap:9px;padding:12px 5px 4px}.home-showcase .product-card--flash-offer .product-title--luxury{min-height:0;color:var(--flash-ink);text-align:center;font-size:18px;line-height:1.18;font-weight:900}.home-showcase .product-card--flash-offer .product-price-stack{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:6px 10px;margin-top:0}.home-showcase .product-card--flash-offer .price--luxury{justify-content:center;gap:7px;color:var(--flash-ink);line-height:1}.home-showcase .product-card--flash-offer .price-old{color:var(--flash-muted);font-size:12px;font-weight:800}.home-showcase .product-card--flash-offer .price-new{color:var(--flash-ink);font-size:25px;font-weight:950}.home-showcase .product-card--flash-offer .product-installments{justify-self:end;padding:6px 8px;border:1px solid rgba(104,33,17,.12);background:rgba(255,255,255,.74);color:#6d3b25;font-size:11px;line-height:1.05;text-align:center;white-space:normal}.home-showcase .product-card--flash-offer .btn-action--luxury{min-height:46px;border-radius:14px;background:linear-gradient(135deg,#3d2e05 0%,#5b4105 100%);box-shadow:0 12px 22px rgba(61,46,5,.22),inset 0 1px 0 rgba(255,255,255,.16)}.home-showcase .product-card--flash-offer .btn-action--luxury::after{display:none}.home-showcase .product-card--flash-offer .product-info-row{justify-content:center;color:#9a6b49;font-weight:700}@media (max-width:760px){.home-showcase .product-card--flash-offer{padding:6px;border-radius:16px}.home-showcase .product-card--flash-offer .product-flash-countdown{min-height:38px;padding:7px 8px;border-radius:12px !important;gap:1px 7px}.home-showcase .product-card--flash-offer .product-flash-countdown__label,.home-showcase .product-card--flash-offer .product-flash-countdown small{font-size:8px}.home-showcase .product-card--flash-offer .product-flash-countdown strong{font-size:16px}.home-showcase .product-card--flash-offer>.product-flash-countdown~.product-media--luxury,.home-showcase .product-card--flash-offer .product-media--luxury{margin-top:6px !important;padding:8px !important;border-radius:13px !important}.home-showcase .product-card--flash-offer .product-body--luxury{gap:7px;padding:9px 2px 3px}.home-showcase .product-card--flash-offer .product-title--luxury{min-height:0;font-size:14px;line-height:1.16}.home-showcase .product-card--flash-offer .product-price-stack{display:grid;grid-template-columns:max-content auto;align-items:end;justify-content:center;gap:5px 7px}.home-showcase .product-card--flash-offer .price--luxury{justify-content:center;width:auto}.home-showcase .product-card--flash-offer .price-old{font-size:10px}.home-showcase .product-card--flash-offer .price-new{font-size:18px}.home-showcase .product-card--flash-offer .product-installments{justify-self:start;padding:5px 7px;font-size:9px}.home-showcase .product-card--flash-offer .btn-action--luxury{min-height:39px;border-radius:12px;font-size:13px}}@media (prefers-reduced-motion:reduce){.home-showcase .product-card--flash-offer,.home-showcase .product-card--flash-offer *{animation:none !important;transition:none !important}}.catalog-menu-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 13px;border-radius:999px;background:#fffaf0;border:1px solid rgba(67,56,4,.14);box-shadow:0 8px 18px rgba(67,56,4,.07)}.catalog-menu-link.active,.catalog-menu-link:hover{background:#433804;color:#fffaf0 !important}.catalog-page{width:min(1180px,calc(100% - 28px));margin:22px auto 54px}.catalog-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);align-items:stretch;gap:16px;min-height:220px;padding:24px;border-radius:24px;background:linear-gradient(135deg,rgba(255,250,240,.95),rgba(238,246,229,.9)),url('/public/img/logo.webp') right 10% center / min(420px,42vw) auto no-repeat;border:1px solid rgba(67,56,4,.10);box-shadow:0 20px 48px rgba(67,56,4,.09);overflow:hidden}.catalog-hero__content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;max-width:680px}.catalog-hero__eyebrow{width:max-content;max-width:100%;padding:7px 10px;border-radius:999px;background:#fff;color:#6b5a23;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.catalog-hero h1{margin:12px 0 8px;color:#332905;font-size:clamp(32px,6vw,62px);line-height:.98;letter-spacing:0}.catalog-hero p{margin:0;max-width:560px;color:#604f27;font-size:16px;line-height:1.5}.catalog-hero__panel{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:end;gap:10px}.catalog-hero__panel>div{min-height:88px;padding:14px;border-radius:16px;background:rgba(255,255,255,.78);border:1px solid rgba(67,56,4,.10);box-shadow:0 10px 24px rgba(67,56,4,.07)}.catalog-hero__panel span{display:block;color:#75643d;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.catalog-hero__panel strong{display:block;margin-top:8px;color:#332905;font-size:32px;line-height:1}.catalog-print-btn{grid-column:1 / -1;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;border:0;border-radius:15px;background:#433804;color:#fffaf0;font-weight:950;cursor:pointer;box-shadow:0 12px 22px rgba(67,56,4,.16)}.catalog-print-btn svg{width:19px;height:19px}.catalog-toolbar{position:sticky;top:82px;z-index:20;display:grid;grid-template-columns:minmax(0,1fr) minmax(200px,260px);gap:10px;margin:14px 0;padding:10px;border-radius:18px;background:rgba(255,250,240,.92);border:1px solid rgba(67,56,4,.10);backdrop-filter:blur(10px)}.catalog-search,.catalog-select{display:flex;align-items:center;min-width:0;min-height:46px;border-radius:14px;background:#fff;border:1px solid rgba(67,56,4,.10)}.catalog-search{gap:8px;padding:0 12px}.catalog-search svg{width:20px;height:20px;color:#8b733f;flex:0 0 auto}.catalog-search input,.catalog-select select{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#342905;font:inherit;font-weight:700}.catalog-select{gap:8px;padding:0 10px}.catalog-select span{color:#7b6840;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.catalog-content{display:grid;gap:20px}.catalog-section{padding-top:4px}.catalog-section__head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin:0 0 10px;border-bottom:1px solid rgba(67,56,4,.12);padding-bottom:10px}.catalog-section__head h2{margin:0;color:#342905;font-size:24px;line-height:1.1}.catalog-section__head span{color:#725f31;font-size:13px;font-weight:900;white-space:nowrap}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(244px,1fr));gap:14px}.catalog-product{min-width:0;display:flex;flex-direction:column;border-radius:18px;overflow:hidden;background:#fffdf8;border:1px solid rgba(67,56,4,.10);box-shadow:0 10px 26px rgba(67,56,4,.07)}.catalog-product[hidden]{display:none !important}.catalog-product__media{display:block;aspect-ratio:1 / .82;background:linear-gradient(145deg,#fff,#f4eadb);overflow:hidden}.catalog-product__media img{width:100%;height:100%;display:block;object-fit:cover}.catalog-product__body{flex:1;display:flex;flex-direction:column;gap:8px;padding:13px}.catalog-product__meta{display:flex;flex-wrap:wrap;gap:6px}.catalog-product__meta span{padding:5px 7px;border-radius:999px;background:#eef4df;color:#526226;font-size:10.5px;font-weight:900;line-height:1}.catalog-product h3{margin:0;min-height:42px;color:#2f271b;font-size:16px;line-height:1.3;overflow-wrap:anywhere}.catalog-product p{margin:0;color:#6e604f;font-size:13px;line-height:1.38}.catalog-product__bottom{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;margin-top:auto}.catalog-product__price{display:flex;flex-direction:column;gap:2px}.catalog-product__price small{color:#8a7767;font-size:11px;text-decoration:line-through}.catalog-product__price strong{color:#563816;font-size:20px;line-height:1}.catalog-product__cta{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 10px;border-radius:12px;background:#433804;color:#fffaf0;font-size:12px;font-weight:950;text-decoration:none;white-space:nowrap}.catalog-empty{padding:24px;border-radius:18px;background:#fffaf0;border:1px solid rgba(67,56,4,.10);color:#5d4d26;font-weight:800}@media (max-width:860px){.catalog-hero{grid-template-columns:1fr;padding:18px}.catalog-hero__panel{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-toolbar{position:static;grid-template-columns:1fr}}@media (max-width:560px){.catalog-page{width:min(100% - 18px,1180px);margin-top:12px}.catalog-hero h1{font-size:34px}.catalog-hero__panel>div{min-height:74px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.catalog-product__body{padding:9px;gap:6px}.catalog-product h3{min-height:34px;font-size:12.5px}.catalog-product p,.catalog-product__cta{display:none}.catalog-product__price strong{font-size:16px}.catalog-section__head h2{font-size:20px}}@media print{@page{size:A4;margin:10mm}body{background:#fff !important;color:#1f1a12 !important}.topbar,.footer,footer,.catalog-toolbar,.catalog-print-btn,.catalog-product__cta,.mobile-menu-backdrop,.whatsapp-float{display:none !important}.catalog-page{width:100%;margin:0}.catalog-hero{min-height:0;padding:0 0 8mm;border:0;box-shadow:none;background:#fff}.catalog-hero h1{font-size:30px}.catalog-hero p{font-size:11px}.catalog-hero__panel{display:none}.catalog-content{gap:8mm}.catalog-section{break-inside:auto;page-break-inside:auto}.catalog-section__head{margin-bottom:4mm;padding-bottom:2mm}.catalog-section__head h2{font-size:18px}.catalog-grid{grid-template-columns:repeat(3,1fr);gap:4mm}.catalog-product{break-inside:avoid;page-break-inside:avoid;box-shadow:none;border-color:#ddd;border-radius:8px}.catalog-product__body{padding:3mm;gap:2mm}.catalog-product h3{min-height:0;font-size:11px}.catalog-product p{font-size:9px}.catalog-product__price strong{font-size:12px}.catalog-product__meta span{font-size:8px}}.catalog-page{width:min(1240px,calc(100% - 32px))}.catalog-hero{min-height:260px;padding:30px;border-radius:12px;background:linear-gradient(100deg,rgba(255,251,244,.98) 0%,rgba(255,251,244,.86) 52%,rgba(238,246,229,.76) 100%),url('/public/img/logo.webp') right 24px center / min(360px,32vw) auto no-repeat;box-shadow:0 18px 42px rgba(67,56,4,.08)}.catalog-hero__eyebrow,.catalog-product__meta span{border-radius:8px}.catalog-toolbar{border-radius:10px;box-shadow:0 10px 24px rgba(67,56,4,.06)}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.catalog-product{display:grid;grid-template-columns:minmax(190px,42%) minmax(0,1fr);min-height:260px;border-radius:10px;background:#fff;box-shadow:0 14px 34px rgba(67,56,4,.08)}.catalog-product__media{height:100%;min-height:260px;aspect-ratio:auto;background:#f7efe3}.catalog-product__media img{object-fit:cover;transition:transform .24s ease}.catalog-product:hover .catalog-product__media img{transform:scale(1.025)}.catalog-product__body{padding:18px;gap:10px}.catalog-product h3{min-height:0;font-size:20px;line-height:1.18}.catalog-product p{font-size:13.5px;line-height:1.48}.catalog-product__bottom{padding-top:10px;border-top:1px solid rgba(67,56,4,.10)}.catalog-product__price strong{font-size:23px}.catalog-product__cta{border-radius:9px}@media (max-width:900px){.catalog-grid{grid-template-columns:1fr}}@media (max-width:620px){.catalog-page{width:min(100% - 18px,1240px)}.catalog-hero{padding:18px;border-radius:10px}.catalog-grid{grid-template-columns:1fr}.catalog-product{grid-template-columns:1fr;min-height:0}.catalog-product__media{min-height:210px;aspect-ratio:1 / .78}.catalog-product p{display:block}.catalog-product__cta{display:inline-flex}}@media print{.catalog-grid{grid-template-columns:repeat(2,1fr) !important;gap:5mm}.catalog-product{display:grid;grid-template-columns:38% minmax(0,1fr);min-height:0;border-radius:6px}.catalog-product__media{min-height:42mm}.catalog-product h3{font-size:12px}.catalog-product p{font-size:9px}}.catalog-content{gap:30px}.catalog-section{padding:0}.catalog-section__head{align-items:center;margin:0 0 14px;padding:0;border:0}.catalog-section__head h2{font-size:22px}.catalog-section__head span{padding:7px 10px;border-radius:999px;background:#fffaf0;border:1px solid rgba(67,56,4,.10)}.catalog-sheets{display:grid;gap:20px}.catalog-sheet{width:100%;max-width:1040px;margin:0 auto;padding:16px;border:1px solid rgba(67,56,4,.12);border-radius:14px;background:linear-gradient(180deg,#fff 0%,#fffbf5 100%);box-shadow:0 18px 42px rgba(67,56,4,.08);break-inside:avoid;page-break-inside:avoid}.catalog-sheet[hidden]{display:none !important}.catalog-sheet__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px;padding:0 2px 10px;border-bottom:1px solid rgba(67,56,4,.10)}.catalog-sheet__head span{min-width:0;color:#3a2f10;font-size:13px;font-weight:950;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-sheet__head strong{flex:0 0 auto;padding:6px 9px;border-radius:8px;background:#eef4df;color:#4f6428;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.catalog-sheet__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.catalog-sheet .catalog-product{grid-template-columns:118px minmax(0,1fr);min-height:168px;border-radius:10px;box-shadow:none;border-color:rgba(67,56,4,.11);background:#fff}.catalog-sheet .catalog-product__media{min-height:168px;background:#f8f1e6}.catalog-sheet .catalog-product__media img{object-fit:cover}.catalog-sheet .catalog-product__body{min-width:0;gap:7px;padding:11px}.catalog-sheet .catalog-product__meta{gap:4px}.catalog-sheet .catalog-product__meta span{padding:4px 6px;border-radius:7px;font-size:9px}.catalog-sheet .catalog-product h3{display:-webkit-box;margin:0;min-height:0;color:#2e281c;font-size:15px;line-height:1.18;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.catalog-sheet .catalog-product p{display:-webkit-box;color:#6c5d4d;font-size:11.5px;line-height:1.35;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.catalog-sheet .catalog-product__bottom{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding-top:7px}.catalog-sheet .catalog-product__price small{font-size:10px}.catalog-sheet .catalog-product__price strong{font-size:17px}.catalog-sheet .catalog-product__cta{min-height:32px;padding:7px 9px;border-radius:8px;font-size:11px}@media (max-width:900px){.catalog-sheet{padding:12px}.catalog-sheet__grid{grid-template-columns:1fr}.catalog-sheet .catalog-product{grid-template-columns:130px minmax(0,1fr)}}@media (max-width:560px){.catalog-content{gap:20px}.catalog-section__head{align-items:flex-start;flex-direction:column;gap:8px}.catalog-sheet{padding:10px;border-radius:11px}.catalog-sheet__head{margin-bottom:10px}.catalog-sheet .catalog-product{grid-template-columns:1fr;min-height:0}.catalog-sheet .catalog-product__media{min-height:190px}.catalog-sheet .catalog-product p{display:-webkit-box}.catalog-sheet .catalog-product__cta{display:inline-flex}}@media print{.catalog-content{gap:0}.catalog-section{padding:0}.catalog-section__head{display:none}.catalog-sheets{display:block}.catalog-sheet{width:100%;max-width:none;height:277mm;min-height:0;margin:0;padding:6mm;display:grid;grid-template-rows:auto minmax(0,1fr);gap:4mm;border:1px solid #ddd;border-radius:0;box-shadow:none;background:#fff;break-after:page;page-break-after:always}.catalog-sheet:last-child{break-after:auto;page-break-after:auto}.catalog-sheet__head{height:auto;margin:0;padding:0 0 3mm}.catalog-sheet__head span{font-size:12px}.catalog-sheet__head strong{padding:4px 6px;font-size:8px}.catalog-sheet__grid{height:auto;min-height:0;display:grid;grid-template-columns:repeat(2,1fr) !important;grid-template-rows:repeat(2,minmax(0,1fr));gap:4mm}.catalog-sheet .catalog-product{height:100%;min-height:0;display:grid;grid-template-columns:40% minmax(0,1fr);border-radius:5px;overflow:hidden;break-inside:avoid;page-break-inside:avoid}.catalog-sheet .catalog-product__media{height:100%;min-height:0}.catalog-sheet .catalog-product__body{padding:3mm;gap:2mm}.catalog-sheet .catalog-product h3{font-size:11px}.catalog-sheet .catalog-product p{display:-webkit-box;font-size:8.5px;-webkit-line-clamp:4}.catalog-sheet .catalog-product__bottom{padding-top:2mm}.catalog-sheet .catalog-product__price strong{font-size:12px}}.catalog-page{--catalog-icon-size:16px;--catalog-print-icon-size:15px;--catalog-card-media-width:94px;--catalog-card-media-height:134px}.catalog-page .catalog-search svg{width:var(--catalog-icon-size);height:var(--catalog-icon-size)}.catalog-page .catalog-print-btn svg{width:var(--catalog-print-icon-size);height:var(--catalog-print-icon-size)}.catalog-sheet{max-width:960px;padding:13px}.catalog-sheets{gap:16px}.catalog-sheet__grid{gap:10px}.catalog-sheet .catalog-product{grid-template-columns:var(--catalog-card-media-width) minmax(0,1fr);min-height:var(--catalog-card-media-height)}.catalog-sheet .catalog-product__media{display:flex;align-items:center;justify-content:center;min-height:var(--catalog-card-media-height);padding:10px}.catalog-sheet .catalog-product__media img{width:80%;height:80%;object-fit:contain;border-radius:8px}.catalog-sheet .catalog-product__meta span{padding:3px 5px;font-size:8px}@media (max-width:900px){.catalog-sheet .catalog-product{grid-template-columns:104px minmax(0,1fr)}}@media (max-width:560px){.catalog-sheet{padding:8px}.catalog-sheet .catalog-product{grid-template-columns:1fr}.catalog-sheet .catalog-product__media{min-height:152px;padding:12px}}@media print{.catalog-sheet{max-width:none;padding:5mm;gap:3mm}.catalog-sheet__grid{gap:3mm}.catalog-sheet .catalog-product{grid-template-columns:32% minmax(0,1fr)}.catalog-sheet .catalog-product__media{padding:3mm}.catalog-sheet .catalog-product__media img{width:80%;height:80%;object-fit:contain}}.catalog-page{--catalog-wa-green:#25d366;width:min(1180px,calc(100% - 28px));margin:10px auto 46px}.catalog-hero{align-items:center;min-height:56px;grid-template-columns:minmax(0,1fr) minmax(220px,286px);gap:8px;padding:7px 10px;border-radius:10px;background:linear-gradient(135deg,rgba(255,250,240,.98),rgba(243,248,236,.94));box-shadow:0 8px 20px rgba(67,56,4,.055)}.catalog-hero__content{justify-content:center}.catalog-hero__eyebrow{padding:3px 6px;border-radius:6px;font-size:8px;line-height:1}.catalog-hero h1{margin:3px 0 1px;font-size:clamp(19px,2.4vw,26px);line-height:1}.catalog-hero p{max-width:600px;font-size:11.5px;line-height:1.25}.catalog-hero__panel{grid-template-columns:repeat(3,minmax(0,1fr));align-content:center;gap:5px}.catalog-hero__panel>div{min-height:34px;padding:5px 7px;border-radius:8px;box-shadow:none}.catalog-hero__panel span{font-size:7.5px;letter-spacing:.06em}.catalog-hero__panel strong{margin-top:2px;font-size:15px}.catalog-print-btn{grid-column:auto;min-height:34px;padding:6px 8px;border-radius:8px;font-size:10px;box-shadow:none}.catalog-print-btn:disabled,.catalog-print-btn.is-loading{opacity:.72;cursor:wait}.catalog-toolbar{position:sticky;top:78px;display:flex;align-items:center;justify-content:flex-end;gap:6px;margin:6px 0 10px;padding:6px 8px;border-radius:10px;box-shadow:0 6px 16px rgba(67,56,4,.045)}.catalog-search{width:min(100%,245px);min-height:32px;gap:6px;padding:0 9px;border-radius:9px}.catalog-search svg{width:14px;height:14px}.catalog-search input{font-size:12px}.catalog-select{width:190px;min-height:32px;border-radius:9px;padding:0 8px}.catalog-select span{font-size:9px}.catalog-content{gap:18px}.catalog-section__head{margin-bottom:10px}.catalog-sheet{max-width:100%;width:100%;padding:14px;border-radius:10px}.catalog-sheets{gap:16px}.catalog-sheet__grid{gap:12px}.catalog-sheet .catalog-product{grid-template-columns:minmax(230px,46%) minmax(0,1fr);align-items:start;min-height:0;border-radius:10px;overflow:hidden;box-shadow:0 8px 22px rgba(67,56,4,.055)}.catalog-sheet .catalog-product__media{width:100%;aspect-ratio:1 / 1;align-self:start;min-height:0;height:auto;padding:0;background:linear-gradient(145deg,#faf3e8,#f1e2cf)}.catalog-sheet .catalog-product__media img{width:100%;height:100%;object-fit:cover;border-radius:0}.catalog-sheet .catalog-product__body{padding:15px;gap:9px;background:linear-gradient(180deg,#fff 0%,#fffbf7 100%)}.catalog-sheet .catalog-product__meta{gap:6px}.catalog-sheet .catalog-product__meta span{padding:5px 8px;border-radius:999px;font-size:10px}.catalog-sheet .catalog-product h3{display:block;font-size:19px;line-height:1.18;-webkit-line-clamp:unset}.catalog-sheet .catalog-product p{display:-webkit-box;font-size:14.5px;line-height:1.52;-webkit-line-clamp:5}.catalog-sheet .catalog-product__bottom{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding-top:10px;border-top:1px solid rgba(67,56,4,.08)}.catalog-product__price{gap:5px}.catalog-product__price-row{display:flex;align-items:center;gap:8px;min-width:0}.catalog-product__whatsapp-link{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex:0 0 30px;border-radius:999px;background:rgba(37,211,102,.12);box-shadow:inset 0 0 0 1px rgba(37,211,102,.28);transition:transform .12s ease,background .12s ease,box-shadow .12s ease}.catalog-product__whatsapp-link:hover,.catalog-product__whatsapp-link:focus-visible{background:rgba(37,211,102,.18);box-shadow:inset 0 0 0 1px rgba(37,211,102,.42),0 8px 18px rgba(37,211,102,.16);transform:translateY(-1px)}.catalog-product__whatsapp-link:focus-visible{outline:2px solid rgba(37,211,102,.38);outline-offset:2px}.catalog-product__whatsapp-icon{width:21px;height:21px;flex:0 0 21px;background:var(--catalog-wa-green);-webkit-mask:url('/public/assets/images/icons/whatsapp.svg') center / contain no-repeat;mask:url('/public/assets/images/icons/whatsapp.svg') center / contain no-repeat}.catalog-sheet .catalog-product__price small{font-size:11px}.catalog-sheet .catalog-product__price strong{color:#3b2f12;font-size:21px;letter-spacing:0}.catalog-sheet .catalog-product__cta{min-height:40px;padding:9px 13px;border-radius:9px;font-size:12px}@media (max-width:900px){.catalog-hero{grid-template-columns:1fr}.catalog-hero__panel{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-toolbar{position:static;justify-content:stretch}.catalog-search,.catalog-select{width:100%}.catalog-sheet .catalog-product{grid-template-columns:minmax(205px,42%) minmax(0,1fr)}}@media (max-width:620px){.catalog-page{width:min(100% - 18px,1180px);margin-top:10px}.catalog-hero{min-height:0;padding:8px}.catalog-hero__panel{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-print-btn{grid-column:1 / -1}.catalog-toolbar{flex-direction:row;align-items:center}.catalog-select span{display:none}.catalog-sheet{padding:9px}.catalog-sheet .catalog-product{grid-template-columns:1fr;min-height:0}.catalog-sheet .catalog-product__media{min-height:0;aspect-ratio:1 / 1}.catalog-sheet .catalog-product__body{padding:13px}.catalog-sheet .catalog-product h3{font-size:18px}.catalog-sheet .catalog-product p{font-size:13.5px;-webkit-line-clamp:4}}@media print{.catalog-sheet{max-width:none;padding:5mm}.catalog-sheet__grid{gap:4mm}.catalog-sheet .catalog-product{grid-template-columns:38% minmax(0,1fr)}.catalog-sheet .catalog-product__media{width:100%;aspect-ratio:1 / 1;align-self:start;min-height:0;height:auto;padding:0}.catalog-sheet .catalog-product__media img{width:100%;height:100%;object-fit:cover}.catalog-product__price-row img,.catalog-product__whatsapp-link,.catalog-product__whatsapp-icon{display:none}}@media print{@page{size:A4 landscape;margin:6mm}html,body{width:100% !important;min-height:0 !important;margin:0 !important;background:#fff !important;color:#433804 !important;-webkit-print-color-adjust:exact !important;print-color-adjust:exact !important}body *{-webkit-print-color-adjust:exact !important;print-color-adjust:exact !important}.topbar,.footer,footer,.site-footer,.floating-actions,.mobile-menu-backdrop,.catalog-hero,.catalog-toolbar,.catalog-section__head,.catalog-sheet__head,.catalog-print-btn,.catalog-product__cta{display:none !important}body>.container,.catalog-page{width:100% !important;max-width:none !important;margin:0 !important;padding:0 !important}.catalog-page{background:#f4ead4 !important;border:3mm solid #fff !important;box-sizing:border-box !important;padding:3mm !important}.catalog-content,.catalog-section,.catalog-sheet{display:block !important;width:100% !important;max-width:none !important;height:auto !important;min-height:0 !important;margin:0 !important;padding:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;break-inside:auto !important;page-break-inside:auto !important;break-after:auto !important;page-break-after:auto !important}.catalog-sheets{display:block !important;width:100% !important;max-width:none !important;height:auto !important;min-height:0 !important;margin:0 !important;padding:0 !important;background:transparent !important;box-shadow:none !important}.catalog-sheet__grid{display:block !important;grid-template-columns:none !important;grid-template-rows:none !important;grid-auto-rows:auto !important;font-size:0 !important;width:100% !important;max-width:none !important;height:auto !important;min-height:0 !important;margin:0 !important;padding:0 !important;background:transparent !important;box-shadow:none !important}.catalog-sheet[hidden]{display:none !important}.catalog-sheet__grid{margin:0 !important}.catalog-sheet:last-child .catalog-sheet__grid{margin-bottom:0 !important}.catalog-sheet .catalog-product{display:inline-grid !important;grid-template-columns:40% minmax(0,1fr) !important;align-items:start !important;width:49% !important;height:auto !important;min-height:0 !important;margin:0 1% 4mm 0 !important;overflow:hidden !important;vertical-align:top !important;box-sizing:border-box !important;font-size:12px !important;border:1px solid rgba(67,56,4,.12) !important;border-radius:10px !important;background:#fffdf8 !important;box-shadow:none !important;break-inside:avoid !important;page-break-inside:avoid !important}.catalog-sheet .catalog-product__media{display:block !important;width:100% !important;aspect-ratio:1 / 1 !important;min-height:0 !important;height:auto !important;padding:0 !important;background:linear-gradient(145deg,#faf3e8,#f1e2cf) !important}.catalog-sheet .catalog-product__media img{width:100% !important;height:100% !important;display:block !important;object-fit:cover !important;border-radius:0 !important}.catalog-sheet .catalog-product__body{min-width:0 !important;padding:3mm !important;gap:1.7mm !important;background:#fffbf7 !important}.catalog-sheet .catalog-product__meta{gap:1.6mm !important}.catalog-sheet .catalog-product__meta span{padding:1.1mm 1.7mm !important;border-radius:999px !important;background:#eef4df !important;color:#526226 !important;font-size:7.5px !important}.catalog-sheet .catalog-product h3{display:block !important;min-height:0 !important;margin:0 !important;color:#2e281c !important;font-size:14.5px !important;line-height:1.16 !important}.catalog-sheet .catalog-product p{display:-webkit-box !important;margin:0 !important;color:#6c5d4d !important;font-size:9.5px !important;line-height:1.32 !important;-webkit-line-clamp:3 !important;-webkit-box-orient:vertical !important;overflow:hidden !important}.catalog-sheet .catalog-product__bottom{display:grid !important;grid-template-columns:minmax(0,1fr) !important;gap:1.5mm !important;margin-top:auto !important;padding-top:1.8mm !important;border-top:1px solid rgba(67,56,4,.08) !important}.catalog-product__price-row{gap:1.5mm !important}.catalog-product__whatsapp-link{display:inline-flex !important;width:6.2mm !important;height:6.2mm !important;flex:0 0 6.2mm !important;background:rgba(37,211,102,.12) !important;box-shadow:inset 0 0 0 1px rgba(37,211,102,.28) !important}.catalog-product__whatsapp-icon{display:block !important;width:4.5mm !important;height:4.5mm !important;flex:0 0 4.5mm !important;background:#25d366 !important}.catalog-sheet .catalog-product__price small{color:#8a7767 !important;font-size:8px !important}.catalog-sheet .catalog-product__price strong{color:#3b2f12 !important;font-size:16px !important}}.checkout-security-card{gap:8px !important;padding:9px 10px !important;border-radius:12px !important;box-shadow:0 7px 16px rgba(67,56,4,.045) !important}.checkout-security-card__badges{gap:5px !important}.checkout-security-card__badge{min-height:24px !important;gap:4px !important;padding:4px 7px !important;border-radius:999px !important;font-size:10px !important;line-height:1 !important;box-shadow:inset 0 0 0 1px rgba(73,112,55,.10) !important}.checkout-security-card__badge svg,.checkout-security-card__badge img{width:12px !important;height:12px !important;min-width:12px !important;max-width:12px !important;flex:0 0 12px !important;object-fit:contain !important}.checkout-security-card__identity span{font-size:10px !important}.checkout-security-card__identity strong{font-size:13px !important}.checkout-security-card__identity small{font-size:11px !important}.shipping-free-badge,.coupon-discount-chip{min-height:24px !important;gap:5px !important;padding:4px 7px !important;border-radius:999px !important;font-size:10px !important;line-height:1.1 !important}.shipping-free-badge svg,.shipping-free-badge img,.coupon-discount-chip svg,.coupon-discount-chip img,.cart-free-shipping-celebration__icon svg{width:13px !important;height:13px !important;min-width:13px !important;max-width:13px !important;flex:0 0 13px !important;object-fit:contain !important}.cart-free-shipping-celebration__icon{width:30px !important;height:30px !important;min-width:30px !important}.cart-remove-btn svg{width:15px !important;height:15px !important;min-width:15px !important;max-width:15px !important}@media (max-width:700px){.checkout-security-card{grid-template-columns:1fr !important}.checkout-security-card__badges{justify-content:flex-start !important}}.home-showcase .product-card[hidden],.home-showcase .js-product-card[hidden],.loadmore-wrap[hidden]{display:none !important}@media (max-width:760px){.product-page{display:flex !important;flex-direction:column;gap:12px}.product-page-left,.product-page-main{display:contents}.product-gallery-card{order:1}.product-summary-card{order:2;display:flex;flex-direction:column;gap:10px;min-width:0}.freight-card{order:3}.product-freight-banner{order:4}.product-description-card{order:5}.product-flash-detail{order:0;margin-bottom:0}.product-price-block{order:1;gap:8px;margin:0;min-width:0;width:100%}.product-buy-box{order:2;min-width:0;width:100%}.product-summary-topbar{order:3}.product-summary-divider{order:4;margin:0}.product-strip-banner-wrap{order:5}.product-page-price{font-size:28px !important;line-height:1}.product-payment-simulator{width:100%;max-width:none;min-width:0;box-sizing:border-box;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:6px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.product-payment-simulator span{min-width:0;box-sizing:border-box;display:grid;align-content:center;gap:3px;min-height:46px;padding:7px 8px;border:1px solid rgba(67,56,4,.14);border-radius:12px;background:#fffaf3;overflow:hidden;white-space:normal}.product-payment-simulator span+span::before{display:none}.product-payment-simulator strong,.product-payment-simulator small,.product-payment-simulator em{min-width:0}.product-payment-simulator em{font-size:13px;line-height:1.05}.product-payment-simulator .product-installment-simulator{display:grid;grid-template-columns:minmax(0,1fr);gap:4px;white-space:normal}.product-installment-select{width:100%;max-width:100%;min-width:0;box-sizing:border-box;min-height:28px;font-size:10px;padding:5px 24px 5px 7px;overflow:hidden;text-overflow:ellipsis}.product-buy-form{min-width:0;width:100%;gap:8px}.product-action-row{order:1;min-width:0;width:100%;max-width:100%;box-sizing:border-box;grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;gap:7px}.product-purchase-layout{order:2;margin-bottom:0}.product-summary-badges{order:3;margin:0}.product-cart-btn{min-width:0;box-sizing:border-box;min-height:48px;padding:10px 6px;border-radius:14px;font-size:13px;line-height:1.08;white-space:normal;overflow-wrap:anywhere}.product-cart-btn span{min-width:0;overflow-wrap:anywhere}}@media (max-width:380px){.product-payment-simulator{gap:5px}.product-payment-simulator span{padding:6px}.product-cart-btn{font-size:12px;padding-inline:4px}}.product-btn-label--mobile{display:none}@media (max-width:760px){.product-page{display:flex !important;flex-direction:column !important;gap:12px !important}.product-page-left,.product-page-main{display:contents !important}.product-gallery-card{order:1 !important}.product-summary-card{order:2 !important;display:flex !important;flex-direction:column !important;gap:10px !important;min-width:0 !important}.freight-card{order:3 !important}.product-freight-banner{order:4 !important}.product-description-card{order:5 !important}.product-flash-detail{order:0 !important;margin-bottom:0 !important}.product-price-block{order:1 !important;width:100% !important;min-width:0 !important;gap:8px !important;margin:0 !important}.product-buy-box{order:2 !important;width:100% !important;min-width:0 !important}.product-summary-topbar{order:3 !important}.product-summary-divider{order:4 !important;margin:0 !important}.product-strip-banner-wrap{order:5 !important}.product-page-price{font-size:28px !important;line-height:1 !important}.product-payment-simulator{display:grid !important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;width:100% !important;max-width:none !important;min-width:0 !important;gap:6px !important;padding:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;box-sizing:border-box !important}.product-payment-simulator span{display:grid !important;align-content:center !important;min-width:0 !important;min-height:46px !important;gap:3px !important;padding:7px 8px !important;border:1px solid rgba(67,56,4,.14) !important;border-radius:12px !important;background:#fffaf3 !important;overflow:hidden !important;white-space:normal !important;box-sizing:border-box !important}.product-payment-simulator span+span::before{display:none !important}.product-payment-simulator .product-installment-simulator{display:grid !important;grid-template-columns:minmax(0,1fr) !important;gap:4px !important;white-space:normal !important}.product-installment-select{width:100% !important;max-width:100% !important;min-width:0 !important;min-height:28px !important;padding:5px 24px 5px 7px !important;font-size:10px !important;overflow:hidden !important;text-overflow:ellipsis !important;box-sizing:border-box !important}.product-buy-form{width:100% !important;min-width:0 !important;gap:8px !important}.product-action-row{order:1 !important;display:grid !important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;width:100% !important;max-width:100% !important;min-width:0 !important;gap:7px !important;box-sizing:border-box !important}.product-purchase-layout{order:2 !important;margin-bottom:0 !important}.product-purchase-spacer{display:none !important;min-height:0 !important}.product-summary-badges{order:3 !important;margin:0 !important}.product-cart-btn{width:100% !important;min-width:0 !important;min-height:48px !important;padding:10px 6px !important;border-radius:14px !important;font-size:13px !important;line-height:1.08 !important;white-space:normal !important;overflow-wrap:anywhere !important;box-sizing:border-box !important}.product-cart-btn span{min-width:0 !important;overflow-wrap:anywhere !important}.product-btn-label--desktop{display:none !important}.product-btn-label--mobile{display:inline !important}}.product-description-card .pt-nav{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;align-items:center !important;gap:8px !important;width:100% !important;max-width:100% !important;overflow-x:auto !important;overflow-y:hidden !important;padding:0 0 12px !important;border:0 !important;background:transparent !important;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.product-description-card .pt-tab{flex:0 0 auto !important;width:auto !important;max-width:none !important;min-height:42px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;white-space:nowrap !important;text-align:center !important}.home-hero,.home-hero .banner-carousel,.home-hero .banner-carousel--hero,.home-hero .banner-carousel__viewport,.home-hero .banner-carousel__slide,.home-hero .slider,.home-hero .site-banner-card,.home-hero .site-banner-card--hero,.home-hero .site-banner-card--hero-wrap,.home-hero .site-banner-card__img{border-radius:0 !important}@media (max-width:760px){.home-hero,.home-hero .banner-carousel,.home-hero .banner-carousel--hero,.home-hero .banner-carousel__viewport,.home-hero .banner-carousel__slide,.home-hero .slider,.home-hero .site-banner-card,.home-hero .site-banner-card--hero,.home-hero .site-banner-card--hero-wrap,.home-hero .site-banner-card__img,.home-hero img{border-radius:0 !important}}@media (max-width:760px){:root{--mobile-menu-offset:112px}body.mobile-menu-open .topbar{z-index:1300 !important;overflow:visible !important}body.mobile-menu-open .topbar .container,body.mobile-menu-open .topbar .row{overflow:visible !important}body.mobile-menu-open .mobile-menu-toggle,body.mobile-menu-open .search{position:relative !important;z-index:1310 !important}#mobileMenuPanel{left:-41vw !important;width:36.125vw !important;min-width:36.125vw !important;max-width:36.125vw !important}#mobileMenuPanel a{display:flex !important;align-items:center !important;justify-content:flex-start !important;gap:7px !important;padding:10px 7px !important}#mobileMenuPanel a::before{content:none !important;display:none !important}#mobileMenuPanel .menu-link-icon{display:inline-flex !important;flex:0 0 22px !important;width:22px !important;height:22px !important;border-radius:7px !important;background:#f7ecd6 !important;color:#433804 !important;box-shadow:inset 0 0 0 1px rgba(67,56,4,.16) !important}#mobileMenuPanel .menu-link-icon svg{width:15px !important;height:15px !important}#mobileMenuPanel a.active .menu-link-icon{background:#fff8ee !important;color:#433804 !important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.36) !important}#mobileMenuPanel .menu-link-label{min-width:0 !important;overflow:hidden !important;text-overflow:ellipsis !important}body.mobile-menu-open #mobileMenuPanel,#mobileMenuPanel.mobile-menu-is-open{position:fixed !important;top:var(--mobile-menu-offset,112px) !important;bottom:auto !important;left:0 !important;width:36.125vw !important;min-width:36.125vw !important;max-width:36.125vw !important;height:calc(100dvh - var(--mobile-menu-offset,112px)) !important;z-index:1290 !important;padding-top:10px !important;overflow-y:auto !important;transform:none !important}body.mobile-menu-open .mobile-menu-backdrop{top:var(--mobile-menu-offset,112px) !important;z-index:1280 !important}}@supports not (height:100dvh){@media (max-width:760px){body.mobile-menu-open #mobileMenuPanel,#mobileMenuPanel.mobile-menu-is-open{height:calc(100vh - var(--mobile-menu-offset,112px)) !important}}}@media (max-width:760px){.home-showcase .sidebar#categorias{margin:0 0 8px !important;padding:9px 0 9px 10px !important;border-radius:14px !important;overflow:hidden !important;background:rgba(255,250,243,.94) !important;box-shadow:0 8px 18px rgba(67,56,4,.05) !important}.home-showcase .sidebar#categorias h3{margin:0 10px 6px 0 !important;font-size:10.5px !important;line-height:1 !important;letter-spacing:.12em !important}.home-showcase .sidebar#categorias .cat--accordion{display:flex !important;grid-template-columns:none !important;flex-direction:row !important;flex-wrap:nowrap !important;gap:6px !important;width:100% !important;max-width:100% !important;overflow-x:auto !important;overflow-y:hidden !important;padding:0 10px 2px 0 !important;scroll-snap-type:x proximity !important;scrollbar-width:none !important;-webkit-overflow-scrolling:touch !important}.home-showcase .sidebar#categorias .cat--accordion::-webkit-scrollbar{display:none !important}.home-showcase .sidebar#categorias .cat-item{flex:0 0 auto !important;width:auto !important;min-width:0 !important;display:block !important;scroll-snap-align:start !important}.home-showcase .sidebar#categorias .cat-link,.home-showcase .sidebar#categorias .cat-toggle{width:auto !important;min-width:max-content !important;max-width:74vw !important;min-height:34px !important;height:34px !important;gap:6px !important;padding:7px 10px !important;border-radius:999px !important;font-size:13px !important;line-height:1 !important;white-space:nowrap !important;text-align:left !important;box-shadow:0 5px 12px rgba(67,56,4,.045) !important}.home-showcase .sidebar#categorias .cat-name,.home-showcase .sidebar#categorias .cat-link span,.home-showcase .sidebar#categorias .cat-toggle span:first-child{overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;overflow-wrap:normal !important}.home-showcase .sidebar#categorias .cat-chevron,.home-showcase .sidebar#categorias .cat-link small{font-size:13px !important;line-height:1 !important}.home-showcase .sidebar#categorias .cat-sub{position:absolute !important;left:10px !important;right:10px !important;z-index:4 !important;min-width:0 !important;width:auto !important;max-height:46vh !important;overflow:auto !important}}.free-shipping-pill{--ship-green:#1f7f4f;--ship-green-deep:#155f3b;position:relative;display:inline-flex !important;align-items:center;justify-content:center;gap:0;max-width:100%;min-height:20px;padding:0 0 3px;border:0;border-radius:0;background:transparent;color:var(--ship-green-deep);font-size:11.5px;font-weight:900;line-height:1.2;letter-spacing:0;box-shadow:none}.free-shipping-pill::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:linear-gradient(90deg,rgba(31,127,79,.25),var(--ship-green),rgba(31,127,79,.25));transform-origin:left center;animation:freeShippingLine 3.6s ease-in-out infinite}.free-shipping-pill__text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.free-shipping-pill--card{margin-top:0}.free-shipping-pill--card .free-shipping-pill__text{display:inline-flex;align-items:baseline;justify-content:center;gap:4px}.free-shipping-pill__main{color:var(--ship-green-deep);font:inherit;font-weight:950}.free-shipping-pill__aside{color:rgba(21,95,59,.66);font-size:8.5px;font-weight:800;line-height:1;letter-spacing:0}.free-shipping-pill--detail{margin:0 0 5px;min-height:22px;padding:0 0 4px;font-size:12px}.product-price-block .free-shipping-pill--detail{align-self:flex-start}.free-shipping-pill--detail .free-shipping-pill__text{display:flex;align-items:baseline;flex-wrap:wrap;gap:5px;white-space:normal}.free-shipping-pill--detail strong{color:var(--ship-green-deep);font-size:12.5px;font-weight:950;letter-spacing:0}.free-shipping-pill--detail small{color:rgba(21,95,59,.72);font-size:11.2px;font-weight:850;letter-spacing:0}@keyframes freeShippingLine{0%,100%{opacity:.62;transform:scaleX(.72)}50%{opacity:1;transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){.free-shipping-pill::after{animation:none}}@media (max-width:760px){.product-price-stack .free-shipping-pill--card{max-width:min(100%,174px);padding:0 0 3px;font-size:10.5px}.free-shipping-pill__aside{font-size:7.8px}.product-price-block .free-shipping-pill--detail{align-self:flex-start;max-width:100%}.free-shipping-pill--detail{min-height:21px;padding:0 0 4px}.free-shipping-pill--detail strong{font-size:12px}.free-shipping-pill--detail small{font-size:10.8px}}.home-showcase .product-card--luxury .product-price-stack{display:flex !important;flex-direction:column !important;align-items:flex-start !important;gap:6px !important;width:100% !important}.home-showcase .product-card--luxury .price--luxury{order:1 !important;max-width:100% !important}.home-showcase .product-card--luxury .free-shipping-pill--card{order:2 !important;display:flex !important;width:100% !important;max-width:100% !important;min-width:0 !important;align-self:stretch !important;justify-content:flex-start !important;overflow:visible !important;text-align:left !important}.home-showcase .product-card--luxury .free-shipping-pill--card .free-shipping-pill__text{display:flex !important;align-items:baseline !important;justify-content:flex-start !important;flex-wrap:wrap !important;gap:4px !important;width:100% !important;min-width:0 !important;overflow:visible !important;text-overflow:clip !important;white-space:normal !important}.home-showcase .product-card--luxury .free-shipping-pill--card .free-shipping-pill__main,.home-showcase .product-card--luxury .free-shipping-pill--card .free-shipping-pill__aside{white-space:normal !important}
