:root{--store-yellow:#fec005;--store-navy:#08265f;--store-ink:#16233d;--store-muted:#69758a;--store-line:#e3e8f0;--store-bg:#f5f7fb}*{box-sizing:border-box}html,body.store-page{margin:0;padding:0;width:100%;height:100%;height:100dvh;overflow:hidden;overscroll-behavior:none;background:var(--store-bg);color:var(--store-ink);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}.store-header{position:relative;background:var(--store-yellow);border-bottom:0;overflow:hidden}.store-header:after{content:"";position:absolute;width:260px;height:260px;right:-90px;top:-170px;border:2px solid rgba(8,38,95,.12);border-radius:50%}.store-header-inner{position:relative;z-index:1;width:min(1180px,100%);min-height:150px;margin:auto;padding:24px 28px;display:flex;align-items:center;gap:18px}.store-logo{width:72px;height:72px;flex:0 0 72px;display:grid;place-items:center;border:1.5px solid rgba(255,255,255,.88)!important;border-radius:50%!important;background:transparent!important;color:var(--store-on-primary,#fff)!important;font-size:22px;font-weight:950;overflow:hidden!important;box-shadow:0 3px 10px rgba(0,0,0,.1)!important;transition:border-radius .2s ease}.store-logo.is-square{border-radius:14px!important}.store-logo.is-circle{border-radius:50%!important}.store-logo img{width:100%;height:100%;display:block;border-radius:inherit!important;object-fit:cover!important;background:transparent!important}.store-title{min-width:0;flex:1}.store-label,.catalog-top>div>span{display:block;color:var(--store-navy);font-size:10px;font-weight:950;letter-spacing:.16em}.store-title h1{margin:4px 0 3px;color:var(--store-navy);font-size:clamp(25px,3.2vw,38px);line-height:1.08}.store-title p{max-width:650px;margin:4px 0;color:#314669;font-size:14px;line-height:1.45}.store-title small{display:block;margin-top:5px;color:#405274;font-size:12px}.store-contact{display:flex;flex-direction:column;align-items:flex-start;min-width:175px;padding:11px 16px;border-radius:12px;background:var(--store-navy);color:#fff;box-shadow:0 8px 22px rgba(8,38,95,.18)}.store-contact span{font-size:9px;color:#d8e1ef}.store-contact b{font-size:13px}.catalog{width:min(1180px,100%);margin:auto;padding:28px}.catalog-top{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:14px}.catalog-top h2{margin:4px 0;color:var(--store-navy);font-size:27px}.catalog-top p{margin:0;color:var(--store-muted);font-size:12px}.store-search{width:min(360px,100%);height:46px;display:flex;align-items:center;gap:9px;padding:0 13px;border:1px solid var(--store-line);border-radius:12px;background:#fff;box-shadow:0 4px 15px rgba(8,38,95,.04)}.store-search>span{color:var(--store-navy);font-size:22px}.store-search input{width:100%;min-width:0;padding:0;border:0;box-shadow:none;background:transparent;outline:0;color:var(--store-ink)}.category-filters{display:flex;gap:7px;margin:0 0 18px;overflow-x:auto;scrollbar-width:none}.category-filters::-webkit-scrollbar{display:none}.category-filters button{flex:0 0 auto;border:1px solid var(--store-line,#e2e8f0);border-radius:999px;padding:8px 14px;background:#fff;color:var(--store-ink,#1e293b);font-weight:750;font-size:12px;box-shadow:0 1px 3px rgba(8,38,95,.04);transition:all .15s ease;cursor:pointer}.category-filters button:hover:not(.active){background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.category-filters button.active{border-color:var(--store-yellow);background:var(--store-yellow);color:var(--store-on-primary,var(--store-navy));font-weight:900;box-shadow:0 4px 12px color-mix(in srgb,var(--store-yellow) 32%,transparent)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.store-product{min-width:0;overflow:hidden;border:1px solid var(--store-line);border-radius:16px;background:#fff;box-shadow:0 4px 18px rgba(8,38,95,.045);transition:.18s transform,.18s box-shadow}.store-product:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(8,38,95,.1)}.product-media{position:relative;height:205px;background:linear-gradient(140deg,#fff6d7,#eef2f8);overflow:hidden}.product-media img{width:100%;height:100%;display:block;object-fit:cover}.product-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#8b96a8;font-size:12px}.availability{position:absolute;right:10px;top:10px;padding:5px 8px;border-radius:999px;background:#e8f8f0;color:#087847;font-size:9px;font-weight:900}.availability.off{background:#f0f2f5;color:#69758a}.product-info{padding:15px}.product-category{display:block;color:#7b8699;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.product-info h3{min-height:42px;margin:6px 0 10px;color:var(--store-ink);font-size:15px;line-height:1.35}.product-info strong{display:block;color:var(--store-navy);font-size:20px}.store-empty{grid-column:1/-1;padding:70px 20px;border:1px dashed #ccd3df;border-radius:16px;background:#fff;text-align:center;color:var(--store-muted)}.store-empty b{display:block;margin-bottom:5px;color:var(--store-navy);font-size:17px}.store-footer{display:flex;align-items:center;justify-content:center;gap:8px;padding:24px;color:var(--store-muted);font-size:11px}.store-footer img{width:27px;height:27px;object-fit:contain}.loading-store,.not-found{min-height:100vh;display:grid;place-content:center;justify-items:center;text-align:center;padding:24px}.loading-store img,.not-found img{width:75px;height:75px;object-fit:contain;margin-bottom:13px}.loading-store p,.not-found p{color:var(--store-muted)}.not-found h1{margin-bottom:0;color:var(--store-navy)}
@media(max-width:940px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.store-header-inner{min-height:0;padding:20px;align-items:flex-start;flex-wrap:wrap}.store-logo{width:58px;height:58px;flex-basis:58px;border:1.5px solid rgba(255,255,255,.88)!important;background:transparent!important}.store-logo.is-square{border-radius:12px!important}.store-logo.is-circle{border-radius:50%!important}.store-title{min-width:calc(100% - 78px)}.store-title h1{font-size:25px}.store-contact{width:100%;align-items:center}.catalog{padding:22px 16px}.catalog-top{align-items:stretch;flex-direction:column}.store-search{width:100%;max-width:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-media{height:160px}}
@media(max-width:410px){.product-grid{grid-template-columns:1fr}.product-media{height:220px}}
#store-content:not(.hidden){display:flex;flex-direction:column;min-height:100vh}.catalog{flex:1}.store-footer{flex:0 0 auto;width:100%;margin-top:auto;border-top:1px solid var(--store-line);background:#fff}.store-header-inner{min-height:118px;padding-top:17px;padding-bottom:17px}.store-logo{width:72px;height:72px;flex-basis:72px;border:1.5px solid rgba(255,255,255,.88)!important;background:transparent!important}.store-logo.is-square{border-radius:14px!important}.store-logo.is-circle{border-radius:50%!important}.store-title h1{font-size:clamp(24px,2.7vw,34px)}
@media(max-width:700px){.store-header-inner{display:grid;grid-template-columns:58px minmax(0,1fr) auto;min-height:92px;padding:13px 14px;gap:11px;align-items:center}.store-logo{grid-column:1;width:58px;height:58px;flex-basis:auto;border:1.5px solid rgba(255,255,255,.88)!important;background:transparent!important}.store-logo.is-square{border-radius:12px!important}.store-logo.is-circle{border-radius:50%!important}.store-title{grid-column:2;min-width:0}.store-label{display:block;font-size:8px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;color:var(--store-navy);opacity:.85}.store-title h1{margin:2px 0;font-size:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-title p{margin:2px 0 0;max-width:100%;font-size:11px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-title small{display:block;margin-top:2px;font-size:10px;color:var(--store-navy);opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-contact{grid-column:3;width:42px;min-width:42px;height:42px;padding:0;display:grid;place-items:center;border-radius:12px;font-size:0}.store-contact.hidden{display:none}.store-contact:before{content:"↗";font-size:18px;font-weight:900}.store-contact span,.store-contact b{display:none}.catalog{padding:14px 12px 20px}.catalog-top{display:grid;grid-template-columns:minmax(0,1fr);gap:9px;margin-bottom:9px}.catalog-top>div{display:grid;grid-template-columns:1fr auto;align-items:end;gap:2px 10px}.catalog-top>div>span{grid-column:1;font-size:8px}.catalog-top h2{grid-column:1;margin:0;font-size:20px;line-height:1.15}.catalog-top p{grid-column:2;grid-row:1/3;align-self:center}.store-search{height:40px;border-radius:10px}.category-filters{margin-bottom:11px;gap:5px}.category-filters button{padding:6px 10px;font-size:11px}.product-grid{gap:9px}.product-media{height:145px}.product-info{padding:11px}.product-info h3{min-height:36px;margin:4px 0 7px;font-size:13px}.product-info strong{font-size:17px}.store-footer{padding:16px;font-size:10px}}
@media(max-width:410px){.store-header-inner{grid-template-columns:52px minmax(0,1fr) 40px;min-height:82px;padding:10px 11px}.store-logo{width:52px;height:52px;border:1.5px solid rgba(255,255,255,.88)!important;background:transparent!important}.store-contact{width:40px;min-width:40px;height:40px}.catalog{padding-top:12px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-media{height:132px}.product-info h3{min-height:34px;font-size:12px}.product-info strong{font-size:16px}}
.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-contact{flex-direction:row;align-items:center;gap:9px}.store-contact svg,.product-whatsapp svg,.store-cart-fab svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.store-contact svg{flex:0 0 23px}.product-actions{display:grid;grid-template-columns:42px minmax(0,1fr);gap:7px;margin-top:13px}.product-actions button{min-height:39px;border:0;border-radius:10px;font-weight:850;cursor:pointer}.product-whatsapp{display:grid;place-items:center;background:#e8f8ef;color:#087847}.product-whatsapp svg{width:21px;height:21px}.product-whatsapp:disabled{opacity:.45;cursor:not-allowed}.product-add{background:var(--store-yellow);color:var(--store-navy)}.store-cart-fab{position:fixed;right:24px;bottom:22px;z-index:70;display:flex;align-items:center;gap:9px;min-height:52px;padding:8px 10px 8px 15px;border:0;border-radius:16px;background:var(--store-navy);color:#fff;box-shadow:0 14px 34px rgba(8,38,95,.3);cursor:pointer}.store-cart-fab span{font-size:12px;font-weight:850}.store-cart-fab b{min-width:34px;height:34px;padding:0 6px;display:grid;place-items:center;border-radius:11px;background:var(--store-yellow);color:var(--store-navy)}.store-cart-fab.cart-pulse{animation:cartPulse .35s ease}@keyframes cartPulse{50%{transform:scale(1.07)}}.store-cart-layer{position:fixed;inset:0;z-index:200}.store-cart-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(5,19,48,.58);cursor:pointer}.store-cart{position:absolute;right:0;top:0;bottom:0;width:min(440px,100%);display:flex;flex-direction:column;background:#fff;box-shadow:-18px 0 55px rgba(0,0,0,.2)}.store-cart>header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:20px 21px;border-bottom:1px solid var(--store-line);background:linear-gradient(135deg,var(--store-yellow),#ffd65a)}.store-cart header small{font-size:8px;font-weight:950;letter-spacing:.14em;color:var(--store-navy)}.store-cart header h2{margin:3px 0 0;color:var(--store-navy);font-size:22px}.store-cart header button{width:37px;height:37px;border:0;border-radius:11px;background:rgba(255,255,255,.55);color:var(--store-navy);font-size:25px;cursor:pointer}.store-cart-items{flex:1;min-height:0;padding:12px 18px;overflow-y:auto}.store-cart-item{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:11px;align-items:center;padding:11px 0;border-bottom:1px solid var(--store-line)}.store-cart-item>img,.cart-image-placeholder{width:58px;height:58px;border-radius:11px;object-fit:cover;background:#fff3c4;display:grid;place-items:center;color:var(--store-navy)}.store-cart-item>div:nth-child(2){min-width:0}.store-cart-item b,.store-cart-item small,.store-cart-item strong{display:block}.store-cart-item b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.store-cart-item small{margin:3px 0;color:var(--store-muted);font-size:10px}.store-cart-item strong{color:var(--store-navy);font-size:13px}.cart-quantity{display:flex;align-items:center;gap:6px}.cart-quantity button{width:29px;height:29px;border:1px solid var(--store-line);border-radius:8px;background:#fff;color:var(--store-navy);font-size:17px;cursor:pointer}.cart-quantity span{min-width:20px;text-align:center;font-weight:850}.store-cart>footer{padding:17px 20px 20px;border-top:1px solid var(--store-line);background:#f8f9fc}.store-cart>footer>div{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px;color:var(--store-navy)}.store-cart>footer strong{font-size:21px}.store-cart>footer button{width:100%;min-height:49px;border:0;border-radius:12px;background:#159b62;color:#fff;font-weight:900;cursor:pointer}.store-cart>footer button:disabled{opacity:.45}.store-cart>footer small{display:block;margin-top:8px;text-align:center;color:var(--store-muted);font-size:9px}.cart-empty{padding:55px 15px;text-align:center;color:var(--store-muted)}.cart-empty b,.cart-empty span{display:block}.cart-empty b{margin-bottom:5px;color:var(--store-navy)}body.cart-opened{overflow:hidden}
@media(max-width:820px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.store-contact{display:grid;place-items:center}.store-contact:before{content:none}.store-contact svg{display:block;width:23px;height:23px}.store-cart-fab{right:13px;bottom:13px}.store-cart-fab span{display:none}.store-cart{width:min(400px,100%)}.product-actions{grid-template-columns:38px minmax(0,1fr)}.product-actions button{min-height:37px}.product-add{font-size:11px}}
.store-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px max(24px,calc((100% - 1120px)/2));text-align:left}.store-footer>div{display:grid;gap:3px}.store-footer b{color:var(--store-navy);font-size:13px}.store-footer span{color:var(--store-muted);font-size:11px}.store-footer>a{padding:8px 12px;border-radius:9px;background:#e8f8ef;color:#087847;font-size:10px;font-weight:850}
@media(max-width:700px){.store-footer{align-items:flex-start;flex-direction:column;gap:9px;padding:16px}.store-footer>a{padding:7px 10px}}
.category-filters{scroll-behavior:smooth;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}.category-filters button{scroll-snap-align:center}.category-filters button:first-child{scroll-snap-align:start}.category-filters button:last-child{scroll-snap-align:end}
@media(max-width:820px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-product{border-radius:12px}.product-media{height:auto;aspect-ratio:1/1}.product-info{padding:8px}.product-category{font-size:7px;letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-info h3{min-height:30px;margin:3px 0 5px;font-size:11px;line-height:1.3}.product-info strong{font-size:14px}.availability{right:5px;top:5px;padding:3px 5px;font-size:7px}.product-actions{grid-template-columns:29px minmax(0,1fr);gap:4px;margin-top:8px}.product-actions button{min-height:30px;border-radius:8px}.product-whatsapp svg{width:17px;height:17px}.product-add{padding:0 3px;font-size:9px}.category-filters{margin-left:-12px;margin-right:-12px;padding:0 12px}.category-filters button{padding:7px 11px}}
@media(min-width:560px) and (max-width:700px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:360px){.product-grid{gap:6px}.product-info{padding:6px}.product-actions{grid-template-columns:27px minmax(0,1fr)}.product-actions button{min-height:28px}.product-add{font-size:8px}.product-info strong{font-size:13px}}
.store-cart>header>div:first-child>span{display:block;margin-top:4px;color:#425475;font-size:10px;font-weight:750}.cart-header-actions{display:flex;align-items:center;gap:7px}.store-cart header .cart-clear{width:auto;height:35px;padding:0 10px;border:1px solid rgba(8,38,95,.18);background:rgba(255,255,255,.35);font-size:10px;font-weight:850}.store-cart header .cart-clear:disabled{opacity:.4}.store-cart-item{grid-template-columns:62px minmax(0,1fr) auto;padding:13px 0}.store-cart-item>img,.cart-image-placeholder{width:62px;height:62px}.store-cart-item>div:nth-child(2){display:grid;align-content:center}.store-cart-item>div:nth-child(2)>strong{font-size:14px}.cart-remove{justify-self:start;margin-top:4px;padding:0;border:0;background:transparent;color:#b42318;font-size:9px;font-weight:800;cursor:pointer}.cart-quantity{align-self:center;padding:4px;border-radius:10px;background:#f3f5f8}.cart-quantity button{background:#fff}.cart-order-summary{display:grid!important;gap:7px;margin-bottom:13px!important;padding:12px 13px;border-radius:11px;background:#fff}.cart-order-summary>span{color:var(--store-muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.cart-order-summary>div{display:flex;align-items:end;justify-content:space-between;gap:12px}.cart-order-summary small{margin:0!important;text-align:left!important;color:var(--store-muted);font-size:11px!important}.cart-order-summary strong{color:var(--store-navy)}.store-cart>footer>button{display:flex;align-items:center;justify-content:center;gap:9px}.store-cart>footer>button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.store-cart>footer>button span{font-weight:900}
@media(max-width:420px){.store-cart>header{padding:16px}.store-cart-items{padding:8px 13px}.store-cart-item{grid-template-columns:52px minmax(0,1fr) auto;gap:8px}.store-cart-item>img,.cart-image-placeholder{width:52px;height:52px}.cart-quantity{gap:3px}.cart-quantity button{width:27px;height:27px}.store-cart>footer{padding:13px}.store-cart header .cart-clear{padding:0 7px}}
.store-header-cart{display:flex;align-items:center;gap:9px;min-height:48px;padding:7px 8px 7px 13px;border:0;border-radius:13px;background:var(--store-navy);color:#fff;box-shadow:0 8px 22px rgba(8,38,95,.18);cursor:pointer}.store-header-cart svg,.store-whatsapp-fab svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.store-header-cart span{font-size:11px;font-weight:850}.store-header-cart b{min-width:32px;height:32px;padding:0 6px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.16);font-size:12px}.store-header-cart.has-items b{background:var(--store-yellow);color:var(--store-navy)}.store-header-cart.cart-pulse{animation:cartPulse .35s ease}.store-whatsapp-fab{position:fixed;right:23px;bottom:22px;z-index:75;width:56px;height:56px;display:grid;place-items:center;border:3px solid #fff;border-radius:50%;background:#159b62;color:#fff;box-shadow:0 13px 32px rgba(11,105,61,.32);transition:.18s transform}.store-whatsapp-fab:hover{transform:translateY(-3px)}.store-whatsapp-fab svg{width:28px;height:28px}
@media(max-width:700px){.store-header-cart{grid-column:3;width:44px;min-width:44px;height:44px;min-height:44px;padding:0;display:grid;place-items:center;position:relative}.store-header-cart span{display:none}.store-header-cart svg{width:22px;height:22px}.store-header-cart b{position:absolute;right:-5px;top:-6px;min-width:20px;width:auto;height:20px;padding:0 5px;border:2px solid var(--store-yellow);border-radius:999px;background:var(--store-navy);color:#fff;font-size:8px}.store-header-cart.has-items b{background:var(--store-navy);color:#fff}.store-whatsapp-fab{right:14px;bottom:14px;width:52px;height:52px}.store-whatsapp-fab svg{width:26px;height:26px}}
@media(max-width:410px){.store-header-cart{width:40px;min-width:40px;height:40px;min-height:40px}.store-header-cart b{right:-4px;top:-5px}}
.loading-store{background:radial-gradient(circle at 18% 16%,rgba(254,192,5,.2),transparent 28%),radial-gradient(circle at 82% 84%,rgba(8,38,95,.08),transparent 30%),var(--store-bg)}.loading-store-brand{width:86px;height:86px;margin-bottom:14px;display:grid;place-items:center;overflow:hidden;border:3px solid var(--store-navy);border-radius:22px;background:linear-gradient(145deg,var(--store-yellow),#ffda63);color:var(--store-navy);box-shadow:0 14px 32px rgba(8,38,95,.16)}.loading-store-brand img{width:100%;height:100%;margin:0;display:block;object-fit:cover}.loading-store-brand span{font-size:17px;font-weight:950;letter-spacing:.04em}.store-install{position:fixed;left:22px;bottom:22px;z-index:74;min-height:48px;padding:0 16px;display:flex;align-items:center;gap:8px;border:2px solid #fff;border-radius:14px;background:var(--store-navy);color:#fff;box-shadow:0 12px 30px rgba(8,38,95,.25);font:inherit;font-size:11px;font-weight:900;cursor:pointer}.store-install svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.store-install.hidden{display:none}@media(max-width:700px){.store-install{left:13px;bottom:14px;min-height:46px;padding:0 13px;border-radius:13px}.store-install span{font-size:10px}}
.store-header{position:sticky;top:0;z-index:90;transition:box-shadow .2s ease,filter .2s ease}.store-header.is-scrolled{box-shadow:0 9px 25px rgba(8,38,95,.18);filter:saturate(1.03)}.product-add{transition:background-color .18s ease,color .18s ease,transform .15s ease}.product-add:active{transform:scale(.94)}.product-add.added{background:var(--store-added-color,#159b62);color:#fff;animation:addButtonConfirm .42s ease}.store-product.product-added{animation:productAdded .55s ease}.store-product.product-added .product-media:after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;background:rgba(8,38,95,.18);color:#fff;font-size:42px;font-weight:950;animation:addedCheck .55s ease forwards}@keyframes addButtonConfirm{50%{transform:scale(1.04)}}@keyframes productAdded{45%{transform:translateY(-3px) scale(1.015);box-shadow:0 14px 30px rgba(8,38,95,.16)}}@keyframes addedCheck{0%{opacity:0;transform:scale(.75)}35%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(1.08)}}@media(max-width:700px){.store-header-inner{padding-top:max(10px,env(safe-area-inset-top));}.store-header{background:linear-gradient(120deg,var(--store-yellow),#ffd65a)}}@media(prefers-reduced-motion:reduce){.store-header,.product-add,.store-product.product-added,.store-product.product-added .product-media:after{animation:none;transition:none}}
.store-install-wrap{position:fixed;left:22px;bottom:22px;z-index:74;display:flex;align-items:flex-start}.store-install-wrap.hidden{display:none}.store-install-wrap .store-install{position:static;min-height:48px;padding:0 42px 0 16px}.store-install-dismiss{position:absolute;right:5px;top:5px;width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:9px;background:rgba(255,255,255,.14);color:#fff;font-size:20px;line-height:1;cursor:pointer}.store-install-dismiss:hover{background:rgba(255,255,255,.24)}@media(max-width:700px){.store-install-wrap{left:13px;bottom:14px}.store-install-wrap .store-install{min-height:46px;padding-right:40px}}
.store-dialog-layer{position:fixed;inset:0;z-index:500;display:grid;place-items:center;padding:18px;background:rgba(5,20,50,.58);backdrop-filter:blur(4px)}.store-dialog{width:min(410px,100%);padding:24px;border:2px solid var(--store-navy);border-radius:21px;background:#fff;box-shadow:0 24px 70px rgba(3,18,47,.3);animation:storeDialogIn .2s ease}.store-dialog-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:13px;border-radius:15px;background:var(--store-yellow);color:var(--store-navy);font-size:22px;font-weight:950}.store-dialog-icon.danger{background:#fff0ef;color:#c93434}.store-dialog small{color:var(--store-navy);font-size:9px;font-weight:950;letter-spacing:.14em}.store-dialog h2{margin:5px 0 7px;color:var(--store-navy);font-size:22px}.store-dialog p{margin:0;color:var(--store-muted);font-size:14px;line-height:1.5}.store-dialog footer{display:flex;justify-content:flex-end;gap:8px;margin-top:21px}.store-dialog footer button{min-height:42px;padding:0 15px;border:1px solid var(--store-line);border-radius:11px;background:#fff;color:var(--store-navy);font:inherit;font-weight:850;cursor:pointer}.store-dialog footer button.primary{border-color:var(--store-yellow);background:var(--store-yellow)}.store-dialog footer button.primary.danger{border-color:#cf3f3f;background:#cf3f3f;color:#fff}@keyframes storeDialogIn{from{opacity:0;transform:translateY(10px) scale(.97)}}@media(max-width:480px){.store-dialog{padding:20px;border-radius:18px}.store-dialog footer{display:grid;grid-template-columns:1fr 1fr}.store-dialog footer button:only-child{grid-column:1/-1}}@media(prefers-reduced-motion:reduce){.store-dialog{animation:none}}
.store-install-wrap{left:50%;right:auto;bottom:max(14px,env(safe-area-inset-bottom));transform:translateX(-50%);align-items:center;padding:4px;border:1px solid rgba(8,38,95,.22);border-radius:999px;background:#fff;box-shadow:0 8px 24px rgba(8,38,95,.16)}.store-install-wrap .store-install{min-height:36px;padding:0 12px;gap:6px;border:0;border-radius:999px;background:var(--store-yellow);color:var(--store-navy);box-shadow:none;font-size:10px}.store-install-wrap .store-install svg{width:17px;height:17px}.store-install-dismiss{position:static;width:32px;height:32px;margin-left:2px;border-radius:50%;background:transparent;color:var(--store-navy);font-size:18px}.store-install-dismiss:hover{background:#eef1f6}@media(max-width:700px){.store-install-wrap{left:50%;bottom:max(10px,env(safe-area-inset-bottom))}.store-install-wrap .store-install{min-height:34px;padding:0 10px}.store-install-wrap .store-install span{display:inline;font-size:9px}.store-install-dismiss{width:30px;height:30px}}
.store-dialog-layer{padding:16px;background:rgba(8,26,57,.38);backdrop-filter:blur(2px)}.store-dialog{width:min(360px,100%);padding:21px;border:0;border-top:5px solid var(--store-yellow);border-radius:16px;background:#fff;box-shadow:0 18px 48px rgba(5,20,50,.24);animation:storeDialogIn .18s ease}.store-dialog.is-danger{border-top-color:#df4545}.store-dialog-copy h2{margin:0 0 6px;color:var(--store-navy);font-size:19px;line-height:1.2}.store-dialog-copy p{margin:0;color:var(--store-muted);font-size:13px;line-height:1.45}.store-dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.store-dialog-actions button{min-height:38px;padding:0 14px;border:1px solid var(--store-line);border-radius:10px;background:#fff;color:var(--store-navy);font:inherit;font-size:12px;font-weight:850;cursor:pointer}.store-dialog-actions button.primary{border-color:var(--store-yellow);background:var(--store-yellow)}.store-dialog-actions button.primary.danger{border-color:#df4545;background:#df4545;color:#fff}@media(max-width:480px){.store-dialog{padding:18px}.store-dialog-actions{display:flex}.store-dialog-actions button{flex:1}}
.store-header{background:var(--store-yellow)}.store-header .store-label,.store-header .store-title h1,.store-header .store-title p,.store-header .store-title small{color:var(--store-on-primary,var(--store-navy))}.store-header:after{border-color:color-mix(in srgb,var(--store-on-primary,var(--store-navy)) 18%,transparent)}.loading-store-brand{border-color:var(--store-on-primary,var(--store-navy));background:var(--store-yellow);color:var(--store-on-primary,var(--store-navy))}.product-add,.category-filters button.active,.store-install-wrap .store-install,.store-dialog-actions button.primary{color:var(--store-on-primary,var(--store-navy))}@media(max-width:700px){.store-header{background:var(--store-yellow)}}
.store-update{position:fixed;left:50%;bottom:max(16px,env(safe-area-inset-bottom));z-index:480;width:min(560px,calc(100vw - 28px));transform:translateX(-50%);display:grid;grid-template-columns:minmax(0,1fr) auto 32px;align-items:center;gap:12px;padding:11px 11px 11px 15px;border:1px solid rgba(8,38,95,.18);border-radius:14px;background:#fff;color:var(--store-navy);box-shadow:0 14px 38px rgba(8,38,95,.24)}.store-update.hidden{display:none}.store-update div{min-width:0}.store-update b,.store-update span{display:block}.store-update b{font-size:13px}.store-update span{margin-top:2px;color:var(--store-muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-update button{border:0;cursor:pointer}.store-update-now{min-height:38px;padding:0 13px;border-radius:10px!important;background:var(--store-yellow);color:var(--store-on-primary,var(--store-navy));font-weight:900}.store-update-now:disabled{opacity:.65}.store-update-close{width:30px;height:30px;border-radius:50%;background:#f0f2f6;color:var(--store-navy);font-size:19px}@media(max-width:560px){.store-update{grid-template-columns:minmax(0,1fr) 30px;gap:8px}.store-update div{grid-column:1}.store-update-now{grid-column:1;grid-row:2;width:100%}.store-update-close{grid-column:2;grid-row:1;align-self:start}.store-update span{white-space:normal}}
#store-update-now{min-height:38px;padding:0 13px;border-radius:10px;background:var(--store-yellow);color:var(--store-on-primary,var(--store-navy));font-weight:900}#store-update-now:disabled{opacity:.65}#store-update-close{width:30px;height:30px;border-radius:50%;background:#f0f2f6;color:var(--store-navy);font-size:19px}@media(max-width:560px){#store-update-now{grid-column:1;grid-row:2;width:100%}#store-update-close{grid-column:2;grid-row:1;align-self:start}}
.store-header-cart{border:2px solid color-mix(in srgb,var(--store-on-primary,var(--store-navy)) 26%,transparent);background:var(--store-on-primary,var(--store-navy));color:var(--store-yellow);box-shadow:0 8px 22px color-mix(in srgb,var(--store-navy) 20%,transparent)}.store-header-cart b{background:var(--store-yellow);color:var(--store-on-primary,var(--store-navy))}.store-header-cart.has-items b{background:var(--store-yellow);color:var(--store-on-primary,var(--store-navy))}.store-cart>header{background:linear-gradient(135deg,var(--store-yellow),var(--store-primary-soft,#ffd65a));color:var(--store-on-primary,var(--store-navy))}.store-cart header small,.store-cart header h2,.store-cart>header>div:first-child>span{color:var(--store-on-primary,var(--store-navy))}.store-cart header button,.store-cart header .cart-clear{border-color:color-mix(in srgb,var(--store-on-primary,var(--store-navy)) 25%,transparent);background:color-mix(in srgb,var(--store-on-primary,var(--store-navy)) 12%,transparent);color:var(--store-on-primary,var(--store-navy))}.store-cart header button:hover,.store-cart header .cart-clear:hover{background:color-mix(in srgb,var(--store-on-primary,var(--store-navy)) 20%,transparent)}.cart-order-summary strong,.store-cart-item strong{color:color-mix(in srgb,var(--store-yellow) 68%,var(--store-navy))}.cart-quantity button{border-color:color-mix(in srgb,var(--store-yellow) 35%,var(--store-line));color:color-mix(in srgb,var(--store-yellow) 68%,var(--store-navy))}@media(max-width:700px){.store-header-cart{background:var(--store-on-primary,var(--store-navy));color:var(--store-yellow)}.store-header-cart b,.store-header-cart.has-items b{border-color:var(--store-on-primary,var(--store-navy));background:var(--store-yellow);color:var(--store-on-primary,var(--store-navy))}}
.loading-store{position:relative;overflow:hidden;background:linear-gradient(145deg,var(--store-yellow),var(--store-primary-soft,#ffd65a));color:var(--store-on-primary,var(--store-navy))}.loading-store:before,.loading-store:after{content:"";position:absolute;border:2px solid currentColor;border-radius:50%;opacity:.09}.loading-store:before{width:280px;height:280px;right:-120px;top:-120px}.loading-store:after{width:210px;height:210px;left:-100px;bottom:-100px}.loading-store>*{position:relative;z-index:1}.loading-store-brand{width:74px;height:74px;margin-bottom:18px;border:0;border-radius:20px;background:color-mix(in srgb,var(--store-on-primary,var(--store-navy)) 10%,transparent);box-shadow:none;color:inherit}.loading-store-brand img{width:100%;height:100%;margin:0;border-radius:20px;object-fit:cover}.loading-store-brand:has(img:not(.hidden)){background:#fff;box-shadow:0 10px 28px rgba(8,38,95,.16)}#store-loading-mark{width:42px;height:38px;display:flex;align-items:flex-end;justify-content:center;gap:4px;border-bottom:5px solid currentColor;border-radius:3px}#store-loading-mark i{width:7px;border-radius:5px 5px 1px 1px;background:currentColor;animation:storeLoadBars .9s ease-in-out infinite}#store-loading-mark i:nth-child(1){height:16px}#store-loading-mark i:nth-child(2){height:28px;animation-delay:.12s}#store-loading-mark i:nth-child(3){height:21px;animation-delay:.24s}.store-loading-line{width:112px;height:4px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--store-on-primary,var(--store-navy)) 18%,transparent)}.store-loading-line i{width:45%;height:100%;display:block;border-radius:inherit;background:currentColor;animation:storeLoadLine 1s ease-in-out infinite}.loading-store p{margin:12px 0 0;color:inherit;font-size:12px;font-weight:800;letter-spacing:.02em}@keyframes storeLoadBars{50%{transform:scaleY(.55);opacity:.55}}@keyframes storeLoadLine{0%{transform:translateX(-110%)}100%{transform:translateX(250%)}}@media(prefers-reduced-motion:reduce){#store-loading-mark i,.store-loading-line i{animation:none}}
.loading-store{position:relative;overflow:hidden;background:linear-gradient(145deg,var(--store-yellow),var(--store-primary-soft,#ffd65a));color:var(--store-on-primary,var(--store-navy))}.loading-store:before,.loading-store:after{content:"";position:absolute;border:1px solid currentColor;border-radius:50%;opacity:.12}.loading-store:before{width:260px;height:260px;right:-130px;top:-130px}.loading-store:after{width:190px;height:190px;left:-100px;bottom:-100px}.store-neutral-loader{position:relative;width:52px;height:52px;display:block;border:4px solid color-mix(in srgb,currentColor 25%,transparent);border-radius:50%}.store-neutral-loader:before{content:"";position:absolute;inset:-4px;border:4px solid transparent;border-top-color:currentColor;border-right-color:currentColor;border-radius:50%;animation:neutralLoadSpin .8s linear infinite}.store-neutral-loader i{position:absolute;inset:13px;border-radius:50%;background:color-mix(in srgb,currentColor 12%,transparent)}.loading-store p{margin:13px 0 0;color:currentColor;font-size:12px;font-weight:800;letter-spacing:.02em}@keyframes neutralLoadSpin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.store-neutral-loader:before{animation-duration:1.8s}}
.store-footer-actions{display:flex!important;align-items:center;justify-content:flex-end;gap:8px}.store-footer-actions>a,.store-footer-actions>button{min-height:34px;padding:7px 11px;border:1px solid var(--store-line);border-radius:9px;background:#fff;color:var(--store-navy);font:inherit;font-size:10px;font-weight:850;text-decoration:none;cursor:pointer}.store-footer-actions>button{border-color:color-mix(in srgb,var(--store-yellow) 40%,var(--store-line));background:color-mix(in srgb,var(--store-yellow) 14%,#fff)}@media(max-width:700px){.store-footer-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.store-footer-actions>a,.store-footer-actions>button{flex:1;text-align:center}}
.store-header{position:relative;flex:0 0 auto;width:100%;top:0;left:0;right:0;z-index:90;background:var(--store-yellow);border-bottom:0;box-shadow:0 1px 4px rgba(8,38,95,.06);transition:box-shadow .2s ease;overflow:hidden}
.store-header.is-scrolled{box-shadow:0 8px 25px rgba(8,38,95,.16)}
.store-header:after{content:"";position:absolute;width:240px;height:240px;right:-80px;top:-130px;border:2px solid color-mix(in srgb,var(--store-on-primary,var(--store-navy)) 14%,transparent);border-radius:50%;pointer-events:none}
@media(max-width:700px){.store-header:after{width:160px;height:160px;right:-50px;top:0}}
.store-page{overscroll-behavior:none;width:100%;height:100%;height:100dvh;overflow:hidden;background:var(--store-bg)}
#store-content:not(.hidden){position:fixed;inset:0;width:100%;height:100%;height:100dvh;display:flex;flex-direction:column;overflow:hidden;background:var(--store-bg);overscroll-behavior:none}
.store-header-inner{position:relative;z-index:1;width:min(1180px,100%);margin:0 auto;padding:calc(env(safe-area-inset-top, 0px) + 14px) 24px 14px;display:flex;align-items:center;gap:18px;min-height:auto}
@media(max-width:700px){.store-header-inner{display:grid;grid-template-columns:52px minmax(0,1fr) auto;padding:calc(env(safe-area-inset-top, 0px) + 10px) 14px 10px;gap:11px;align-items:center;min-height:auto}}
@media(max-width:410px){.store-header-inner{grid-template-columns:46px minmax(0,1fr) auto;padding:calc(env(safe-area-inset-top, 0px) + 8px) 10px 8px;gap:8px}}
.store-scroll{flex:1 1 auto;min-height:0;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;overscroll-behavior-x:none;display:flex;flex-direction:column;background:var(--store-bg)}
.store-cart>header{position:relative;padding:calc(env(safe-area-inset-top, 0px) + 16px) 18px 16px;overflow:hidden;border-bottom:0;background:var(--store-yellow);color:var(--store-on-primary,var(--store-navy))}.store-cart>header:after{content:"";position:absolute;width:220px;height:220px;right:-70px;top:-110px;border:2px solid color-mix(in srgb,var(--store-on-primary,var(--store-navy)) 14%,transparent);border-radius:50%;pointer-events:none}
@media(max-width:700px){.store-cart>header{padding:calc(env(safe-area-inset-top, 0px) + 12px) 14px 12px}}

/* Produto já selecionado: identificação persistente durante a navegação. */
.store-product.in-cart{border-color:var(--store-yellow);box-shadow:0 7px 22px rgba(8,38,95,.11),inset 0 0 0 1px var(--store-yellow)}.store-product.in-cart .product-info{background:linear-gradient(180deg,#fff,#fffaf0)}.product-cart-quantity{position:absolute;z-index:3;left:8px;top:8px;width:27px;height:27px;display:grid;place-items:center;padding:0;border:2px solid #fff;border-radius:50%;background:var(--store-navy);color:#fff;font-size:12px;font-weight:950;line-height:1;box-shadow:0 4px 10px rgba(8,38,95,.22)}.store-product.in-cart:hover{border-color:#dfa900;box-shadow:0 13px 30px rgba(8,38,95,.14),inset 0 0 0 1px var(--store-yellow)}
@media(max-width:820px){.product-cart-quantity{left:5px;top:5px;width:23px;height:23px;border-width:1.5px;font-size:10px}.store-product.in-cart{box-shadow:0 5px 16px rgba(8,38,95,.1),inset 0 0 0 1px var(--store-yellow)}}
.store-pagination{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:14px;padding:18px 0 4px}.store-pagination button{width:40px;height:40px;border:1px solid var(--store-line);border-radius:50%;background:#fff;color:var(--store-navy);font-size:25px;font-weight:900;line-height:1;cursor:pointer;box-shadow:0 4px 12px rgba(8,38,95,.06)}.store-pagination button:hover:not(:disabled){border-color:var(--store-yellow);background:#fff8dc}.store-pagination button:disabled{opacity:.32;cursor:default}.store-pagination span{min-width:100px;display:grid;grid-template-columns:auto auto auto;align-items:center;justify-content:center;gap:5px;color:var(--store-navy);font-size:13px}.store-pagination span small{grid-column:1/-1;color:var(--store-muted);font-size:9px;text-align:center}

/* Catálogo compacto: quatro produtos por linha no computador. */
.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.product-media{height:155px}.product-info{padding:11px 12px 12px}.product-info h3{min-height:34px;margin:4px 0 7px;font-size:14px;line-height:1.25}.product-info strong{font-size:18px}.product-actions{margin-top:9px}.product-actions button{min-height:34px;border-radius:9px}.store-product{border-radius:14px}
.product-actions{height:34px}.product-actions button{height:34px;min-height:34px;max-height:34px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product-add.added{font-size:11px}
@media(max-width:980px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.store-product{border-radius:10px}.product-media{height:92px;aspect-ratio:auto}.product-info{padding:5px}.product-category{font-size:6px}.product-info h3{min-height:24px;margin:2px 0 3px;font-size:9px;line-height:1.2}.product-info strong{font-size:12px}.product-actions{height:26px;margin-top:5px;grid-template-columns:25px minmax(0,1fr);gap:3px}.product-actions button{height:26px;min-height:26px;max-height:26px;border-radius:7px}.product-add,.product-add.added{padding-inline:2px;font-size:8px}}

/* Ações do produto: WhatsApp e adicionar com proporções equilibradas. */
.product-actions{grid-template-columns:46px minmax(0,1fr);gap:6px}
.product-whatsapp{border:1px solid #bfe8d1!important;background:#e8f8ef;box-shadow:inset 0 0 0 1px rgba(255,255,255,.55)}
.product-whatsapp svg{width:22px;height:22px}
.product-add{display:flex;align-items:center;justify-content:center;gap:5px;padding-inline:8px}
.product-add:before{content:"+";font-size:16px;font-weight:950;line-height:1}
.product-add.added:before{content:"\2713";font-size:13px}
@media(max-width:700px){.product-actions{grid-template-columns:34px minmax(0,1fr);gap:4px}.product-whatsapp svg{width:19px;height:19px}.product-add{gap:3px;padding-inline:2px}.product-add:before{font-size:12px}.product-add.added:before{font-size:10px}}

/* Miniaturas inteiras, proporcionais e sem recorte. */
.product-media{display:block}
.product-media img{position:absolute;inset:0;width:100%;height:100%;min-width:0;min-height:0;max-width:100%;max-height:100%;object-fit:contain;object-position:center;background:#fff}
@media(max-width:700px){.product-media{height:86px}.product-media img{padding:3px}.product-info{padding:4px 5px 5px}.product-actions{margin-top:4px}}

.store-unavailable{min-height:100vh;place-items:center;padding:22px;background:radial-gradient(circle at 18% 15%,color-mix(in srgb,var(--store-on-primary,var(--store-navy)) 12%,transparent),transparent 30%),linear-gradient(145deg,color-mix(in srgb,var(--store-yellow) 86%,#061d49),var(--store-yellow));color:var(--store-on-primary,var(--store-navy))}.store-unavailable:not(.hidden){display:grid}.store-unavailable>section{width:min(430px,100%);padding:26px 23px;border:1px solid color-mix(in srgb,var(--store-on-primary,var(--store-navy)) 16%,transparent);border-radius:23px;background:rgba(255,255,255,.96);color:var(--store-ink);text-align:center;box-shadow:0 24px 70px rgba(4,17,42,.24)}.store-unavailable-logo{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 14px;overflow:hidden!important;border:0!important;border-radius:50%!important;background:transparent!important;color:var(--store-navy);font-size:15px;font-weight:950;box-shadow:none!important}.store-unavailable-logo img{width:100%;height:100%;object-fit:cover!important;border-radius:50%!important}.store-unavailable>section>small{color:color-mix(in srgb,var(--store-yellow) 72%,#6d5200);font-size:9px;font-weight:950;letter-spacing:.15em}.store-unavailable h1{margin:5px 0 16px;color:var(--store-navy);font-size:22px}.store-unavailable h2{margin:0 0 8px;color:var(--store-navy);font-size:19px;line-height:1.2}.store-unavailable p{margin:0;color:var(--store-muted);font-size:13px;line-height:1.55}.store-unavailable-note{margin:18px 0 14px;padding:13px 14px;border:1px solid color-mix(in srgb,var(--store-yellow) 42%,#dfe4ec);border-radius:13px;background:color-mix(in srgb,var(--store-yellow) 10%,#fff);text-align:left}.store-unavailable-note b,.store-unavailable-note span{display:block}.store-unavailable-note b{color:var(--store-navy);font-size:12px}.store-unavailable-note span{margin-top:4px;color:#65728a;font-size:11px;line-height:1.45}.store-unavailable-contact,.store-unavailable button{width:100%;min-height:45px;display:flex;align-items:center;justify-content:center;border-radius:12px;font:inherit;font-size:12px;font-weight:900;text-decoration:none;cursor:pointer}.store-unavailable-contact{border:0;background:#159b62;color:#fff;box-shadow:0 8px 20px rgba(21,155,98,.2)}.store-unavailable button{margin-top:8px;border:1px solid #dce2eb;background:#fff;color:var(--store-navy)}.storefront-desktop-device #store-unavailable{display:none!important}

.store-unavailable-description{margin:0 auto 2px!important;max-width:330px;color:var(--store-muted)!important}.store-unavailable-address{margin-top:10px!important;padding-top:10px;border-top:1px solid color-mix(in srgb,var(--store-yellow) 24%,#e6eaf0);font-size:11px!important}.store-unavailable-description:not(.hidden)+h2{margin-top:14px}

.storefront-desktop-device .store-page{background:radial-gradient(circle at 18% 15%,color-mix(in srgb,var(--store-on-primary,var(--store-navy)) 12%,transparent),transparent 30%),linear-gradient(145deg,color-mix(in srgb,var(--store-yellow) 86%,#061d49),var(--store-yellow))}.storefront-device-logo{width:78px;height:78px;display:grid;place-items:center;margin:0 auto 14px!important;padding:0!important;overflow:hidden!important;border:0!important;border-radius:50%!important;background:transparent!important;color:var(--store-navy);font-size:17px;font-weight:950;box-shadow:none!important;text-align:center!important}.storefront-device-logo img{width:100%;height:100%;object-fit:cover!important;border-radius:50%!important}.storefront-device-address{margin-top:9px!important;font-size:12px!important}.storefront-device-blocker>section>small{color:color-mix(in srgb,var(--store-yellow) 72%,#6d5200)}.storefront-device-blocker div{border-color:color-mix(in srgb,var(--store-yellow) 42%,#dfe4ec);background:color-mix(in srgb,var(--store-yellow) 10%,#fff)}

/* A vitrine pública é exclusiva para celulares e tablets móveis. */
.store-ptr{position:fixed;left:0;right:0;top:calc(env(safe-area-inset-top,0px) + 76px);z-index:85;display:flex;justify-content:center;pointer-events:none;transform:translateY(-60px);transition:transform .24s cubic-bezier(.18,.89,.32,1.28),opacity .2s ease;opacity:0}
.store-ptr.is-pulling{transition:none;opacity:1}
.store-ptr.is-refreshing{transform:translateY(14px)!important;opacity:1!important}
.store-ptr-box{width:40px;height:40px;border-radius:50%;background:#fff;color:var(--store-navy,#08265f);box-shadow:0 6px 18px rgba(0,0,0,.16),0 2px 5px rgba(0,0,0,.1);border:1px solid rgba(8,38,95,.08);display:grid;place-items:center;position:relative}
.store-ptr-icon{width:20px;height:20px;fill:none;stroke:var(--store-yellow,#fec005);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}
.store-ptr.is-threshold .store-ptr-icon{transform:rotate(180deg);stroke:var(--store-navy,#08265f)}
.store-ptr-spinner{display:none;width:20px;height:20px;border:2.5px solid color-mix(in srgb,var(--store-yellow,#fec005) 30%,transparent);border-top-color:var(--store-yellow,#fec005);border-right-color:var(--store-yellow,#fec005);border-radius:50%;animation:ptrSpin .7s linear infinite}
.store-ptr.is-refreshing .store-ptr-icon{display:none}
.store-ptr.is-refreshing .store-ptr-spinner{display:block}
@keyframes ptrSpin{to{transform:rotate(360deg)}}
.storefront-device-blocker{display:none}.storefront-desktop-device .store-page{height:auto;min-height:100vh;overflow:auto;background:radial-gradient(circle at 20% 15%,rgba(254,192,5,.18),transparent 30%),linear-gradient(145deg,#071f4e,#0c3979)}.storefront-desktop-device #store-loading,.storefront-desktop-device #store-content,.storefront-desktop-device #store-contact,.storefront-desktop-device #cart-layer,.storefront-desktop-device #store-not-found{display:none!important}.storefront-desktop-device .storefront-device-blocker{min-height:100vh;display:grid;place-items:center;padding:28px}.storefront-device-blocker>section{width:min(470px,100%);padding:36px;border:1px solid rgba(255,255,255,.2);border-radius:24px;background:rgba(255,255,255,.97);color:var(--store-ink);text-align:center;box-shadow:0 28px 80px rgba(0,0,0,.3)}.storefront-device-blocker>section>span{width:70px;height:70px;display:grid;place-items:center;margin:0 auto 14px;border-radius:20px;background:var(--store-yellow);color:var(--store-navy);font-size:39px;font-weight:950;box-shadow:0 10px 24px rgba(8,38,95,.14)}.storefront-device-blocker small{color:#9b7400;font-size:10px;font-weight:950;letter-spacing:.15em}.storefront-device-blocker h1{margin:7px 0 9px;color:var(--store-navy);font-size:27px}.storefront-device-blocker p{margin:0;color:var(--store-muted);font-size:14px;line-height:1.6}.storefront-device-blocker div{margin-top:22px;padding:14px 16px;border:1px solid #ead998;border-radius:13px;background:#fff9e7;text-align:left}.storefront-device-blocker div b,.storefront-device-blocker div span{display:block}.storefront-device-blocker div b{color:var(--store-navy);font-size:12px}.storefront-device-blocker div span{margin-top:4px;color:#65728a;font-size:11px;line-height:1.45}
