*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#202124;background:#f6f7f8;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button,a{transition:all .18s}a{color:inherit;text-decoration:none}.shell{max-width:1180px;margin:auto;padding:0 24px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#6b7280;font-size:12px;font-weight:800}.lede{color:#5f6368;font-size:18px;line-height:1.6}.pill{background:#eef0f2;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.button{cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-weight:800;display:inline-flex}.button:disabled{opacity:.45;cursor:not-allowed}.primary{color:#fff;background:#202124}.secondary{background:#fff;border:1px solid #d9dde1}.text{background:0 0}.full{width:100%}.notice{background:#eef4ff;border-radius:12px;margin:12px 0;padding:12px 14px;font-size:14px}.danger{color:#9b1c1c;background:#fff0f0}.dev-home{min-height:100vh;padding:64px 24px}.dev-shell{max-width:980px;margin:auto}.dev-shell h1{max-width:700px;font-size:44px}.dev-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin:32px 0;display:grid}.dev-card{background:#fff;border:1px solid #e4e7ea;border-radius:20px;padding:24px;box-shadow:0 12px 30px #0000000a}.dev-card:hover{transform:translateY(-3px);box-shadow:0 16px 35px #00000014}.store-header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #eceff1;position:sticky;top:0}.store-nav{justify-content:space-between;align-items:center;gap:18px;max-width:1180px;margin:auto;padding:14px 24px;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand-mark{color:#fff;background:#202124;border-radius:13px;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.brand small{color:#777;display:block}.nav-actions{align-items:center;gap:10px;display:flex}.cart-button{position:relative}.cart-count{color:#fff;background:#202124;border-radius:99px;place-items:center;min-width:20px;height:20px;font-size:11px;display:grid;position:absolute;top:-7px;right:-5px}.hero{padding:72px 0 44px}.hero-grid{grid-template-columns:1.25fr .75fr;align-items:center;gap:48px;display:grid}.hero h1{margin:12px 0 18px;font-size:clamp(40px,6vw,72px);line-height:.98}.hero-card{background:linear-gradient(145deg,#e7e2d8,#f9f8f4);border-radius:32px;align-items:flex-end;min-height:320px;padding:30px;display:flex}.hero-card span{opacity:.25;font-size:72px;font-weight:900}.catalog{padding:24px 0 80px}.catalog-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px;display:flex}.search{background:#fff;border:1px solid #dfe3e6;border-radius:14px;flex:1;min-width:280px;max-width:460px;padding:13px 15px}.category-row{gap:8px;padding-bottom:4px;display:flex;overflow:auto}.chip{cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #dfe3e6;border-radius:999px;padding:9px 13px}.chip.active{color:#fff;background:#202124;border-color:#202124}.product-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.product-card{background:#fff;border:1px solid #e8eaed;border-radius:20px;overflow:hidden}.product-image{aspect-ratio:1;cursor:pointer;background:#eef0f2;border:0;place-items:center;width:100%;padding:0;display:grid}.product-image img,.mini-image img,.detail-image img{object-fit:cover;width:100%;height:100%}.product-image span{color:#9aa0a6;font-size:42px;font-weight:900}.product-copy{padding:16px}.product-title{text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-size:17px;font-weight:800}.product-copy small{color:#777;margin:4px 0;display:block}.price-row{align-items:center;gap:9px;margin:12px 0;display:flex}.price-row del{color:#8a8f94;font-size:13px}.empty-state{text-align:center;color:#6b7280;border:1px dashed #cfd4d8;border-radius:18px;padding:34px}.store-footer{background:#fff;border-top:1px solid #e4e7ea;justify-content:center;gap:12px;padding:28px 24px;display:flex}.modal-backdrop{z-index:60;background:#0f12147a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:24px;width:min(620px,100%);max-height:92vh;padding:28px;position:relative;overflow:auto;box-shadow:0 30px 80px #0003}.modal-close{cursor:pointer;background:#f0f2f3;border:0;border-radius:999px;width:36px;height:36px;font-size:22px;position:absolute;top:14px;right:14px}.product-modal{grid-template-columns:1fr 1fr;gap:24px;display:grid}.detail-image{background:#eef0f2;border-radius:18px;place-items:center;min-height:280px;display:grid;overflow:hidden}.cart-drawer{z-index:80;background:#fff;flex-direction:column;width:min(440px,100vw);height:100vh;transition:all .25s;display:flex;position:fixed;top:0;right:-460px;box-shadow:-20px 0 50px #00000024}.cart-drawer.open{right:0}.drawer-scrim{z-index:70;background:#00000047;border:0;position:fixed;inset:0}.drawer-head,.drawer-foot{border-bottom:1px solid #eceff1;padding:20px}.drawer-head{justify-content:space-between;align-items:center;display:flex}.drawer-head button{background:0 0;border:0;font-size:25px}.drawer-body{flex:1;padding:18px;overflow:auto}.drawer-foot{border-top:1px solid #eceff1;border-bottom:0}.cart-line{border-bottom:1px solid #eee;grid-template-columns:64px 1fr auto;align-items:start;gap:12px;padding:12px 0;display:grid}.mini-image{background:#eee;border-radius:12px;place-items:center;width:64px;height:64px;display:grid;overflow:hidden}.cart-copy small{color:#777;display:block}.qty{align-items:center;gap:8px;margin-top:7px;display:flex}.qty button{background:#fff;border:1px solid #ddd;border-radius:8px;width:28px;height:28px}.total-row{justify-content:space-between;padding:10px 0;font-size:16px;display:flex}.claim-bar{z-index:50;color:#fff;background:#202124;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;width:min(780px,100% - 32px);padding:15px 18px;display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 20px 50px #0000003d}.claim-bar small{color:#c9cdd1;display:block}.claim-bar .primary{color:#202124;background:#fff}.claim-bar .text{color:#fff}.auth-switch{background:#f0f2f3;border-radius:12px;margin:16px 0;padding:4px;display:flex}.auth-switch button{background:0 0;border:0;border-radius:9px;flex:1;padding:10px}.auth-switch .active{background:#fff;box-shadow:0 2px 8px #00000014}label{gap:6px;margin:12px 0;font-size:14px;font-weight:700;display:grid}input,textarea,select{background:#fff;border:1px solid #d8dde1;border-radius:11px;padding:12px}fieldset{border:1px solid #e0e3e6;border-radius:14px;margin:14px 0;padding:14px}.radio{align-items:center;gap:8px;font-weight:600;display:flex}.form-grid{gap:12px;display:grid}.form-grid.two{grid-template-columns:1fr 1fr}.form-grid.three{grid-template-columns:2fr 1fr 1fr}.fine-print{color:#777;margin-top:12px;line-height:1.5;display:block}.success-icon{color:#1d7a39;background:#e9f8ed;border-radius:999px;place-items:center;width:54px;height:54px;font-size:30px;font-weight:900;display:grid}.confirmation-box{background:#f5f6f7;border-radius:14px;grid-template-columns:1fr 1fr;gap:8px;margin:16px 0;padding:15px;display:grid}.panel-shell{grid-template-columns:250px 1fr;min-height:100vh;display:grid}.panel-side{color:#fff;background:#202124;height:100vh;padding:24px;position:sticky;top:0}.panel-side h2{margin:4px 0 26px}.panel-side nav{gap:6px;display:grid}.panel-side button,.panel-side a{color:#cfd4d8;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;padding:11px}.panel-side .active{color:#fff;background:#34373a}.panel-main{width:100%;max-width:1200px;padding:34px}.panel-top{justify-content:space-between;align-items:center;gap:15px;display:flex}.stats{grid-template-columns:repeat(4,1fr);gap:14px;margin:24px 0;display:grid}.stat{background:#fff;border:1px solid #e5e8eb;border-radius:16px;padding:18px}.stat strong{margin-top:6px;font-size:28px;display:block}.panel-card{background:#fff;border:1px solid #e5e8eb;border-radius:18px;margin:16px 0;padding:20px}.panel-table{border-collapse:collapse;width:100%}.panel-table th,.panel-table td{text-align:left;border-bottom:1px solid #edf0f2;padding:12px 8px}.row-actions{gap:7px;display:flex}.tiny{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;padding:7px 9px}.login-wrap{place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:#fff;border:1px solid #e1e4e7;border-radius:20px;width:min(440px,100%);padding:28px}.toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.status{background:#eef0f2;border-radius:99px;padding:5px 8px;font-size:12px}.status.warn{color:#7b5b00;background:#fff4d8}@media (max-width:900px){.dev-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.hero-grid,.panel-shell{grid-template-columns:1fr}.panel-side{height:auto;position:relative}.panel-side nav{display:flex;overflow:auto}.stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.dev-grid,.product-grid,.form-grid.two,.form-grid.three,.product-modal{grid-template-columns:1fr}.store-nav{padding:12px 16px}.shell{padding:0 16px}.hero{padding-top:42px}.catalog-head{align-items:stretch}.search{min-width:0;max-width:none}.claim-bar{flex-direction:column;align-items:flex-start}.claim-bar>div:last-child{width:100%;display:flex}.claim-bar .button{flex:1}.panel-main{padding:20px}.stats{grid-template-columns:1fr 1fr}.panel-top{flex-direction:column;align-items:flex-start}.store-footer{flex-direction:column;align-items:center}}
.storefront{--accent:#202124;--accent-soft:#eef0f2;--hero-a:#e7e2d8;--hero-b:#f9f8f4;background:#f8f8f7;min-height:100vh}.storefront.theme-fashion{--accent:#1f1721;--accent-soft:#f3eaf1;--hero-a:#eadde7;--hero-b:#faf4f8}.storefront.theme-beauty{--accent:#6d3d52;--accent-soft:#f7eaf0;--hero-a:#ead9df;--hero-b:#fff8fa}.storefront.theme-food{--accent:#61431f;--accent-soft:#f5ede0;--hero-a:#eadcc5;--hero-b:#fff9ee}.storefront.theme-home{--accent:#33423a;--accent-soft:#e9efeb;--hero-a:#dce4dd;--hero-b:#f7faf7}.storefront.theme-pet{--accent:#274c62;--accent-soft:#e8f2f7;--hero-a:#d8e8ef;--hero-b:#f6fbfd}.storefront.theme-minimal{--accent:#111;--accent-soft:#f1f1f1;--hero-a:#e5e5e5;--hero-b:#fafafa}.storefront .button.primary,.storefront .chip.active,.storefront .brand-mark,.storefront .cart-count{background:var(--accent);border-color:var(--accent);color:#fff}.storefront .eyebrow{color:var(--accent)}.storefront .hero-card{background:linear-gradient(145deg,var(--hero-a),var(--hero-b));overflow:hidden}.storefront .hero-card img{object-fit:contain;width:100%;height:100%;max-height:320px;padding:44px}.brand-logo{background:#fff;border:1px solid #e5e7eb;border-radius:13px;place-items:center;width:44px;height:44px;display:grid;overflow:hidden}.brand-logo img{object-fit:contain;width:100%;height:100%}.hero-actions{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.detail-price{margin:6px 0 4px}.detail-price h3{margin:0;font-size:28px}.store-info{background:#fff;border-top:1px solid #e5e8eb;border-bottom:1px solid #e5e8eb;padding:54px 0}.store-info-grid{grid-template-columns:1fr 1fr;gap:54px;display:grid}.store-info h2{margin:8px 0;font-size:34px}.info-list{grid-template-columns:1fr 1fr;gap:12px;display:grid}.info-list>div{background:#f6f7f8;border-radius:15px;padding:16px}.info-list small,.info-list b{display:block}.info-list small{color:#777;margin-bottom:5px}.store-footer a{text-decoration:underline}.dashboard-grid{grid-template-columns:1.25fr .75fr;gap:16px;display:grid}.panel-top.compact{align-items:flex-start}.metric-link{color:#5f6368;cursor:pointer;background:0 0;border:0;padding:8px 0 0;font-weight:700}.stat .metric-link:hover{text-decoration:underline}.order-mini-list,.attention-list,.ranking-list{display:grid}.order-mini-list button,.attention-list button{text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #eceff1;justify-content:space-between;gap:18px;padding:13px 2px;display:flex}.order-mini-list button:last-child,.attention-list button:last-child{border-bottom:0}.order-mini-list span,.order-mini-list small,.attention-list span{display:block}.order-mini-list small,.attention-list span{color:#777;margin-top:3px}.attention-list button:hover,.order-mini-list button:hover{background:#fafafa}.panel-search{width:100%;max-width:none;margin:16px 0}.product-admin-list{display:grid}.product-admin-row{border-bottom:1px solid #edf0f2;grid-template-columns:58px minmax(180px,1.5fr) minmax(100px,.7fr) minmax(80px,.5fr) auto;align-items:center;gap:14px;padding:13px 0;display:grid}.product-admin-row:last-child{border-bottom:0}.product-admin-row small,.product-admin-row b{display:block}.product-admin-row small{color:#777;margin-bottom:3px}.admin-product-image{color:#94999d;background:#eef0f2;border-radius:12px;place-items:center;width:54px;height:54px;font-weight:900;display:grid;overflow:hidden}.admin-product-image img{object-fit:cover;width:100%;height:100%}.order-filters{gap:8px;margin-bottom:8px;padding-bottom:14px;display:flex;overflow:auto}.order-filters button{white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dfe3e6;border-radius:999px;padding:9px 12px}.order-filters button.active{color:#fff;background:#202124;border-color:#202124}.order-filters span{opacity:.65}.orders-list{gap:10px;display:grid}.order-card{border:1px solid #e3e6e9;border-radius:16px;overflow:hidden}.order-summary{text-align:left;cursor:pointer;background:#fff;border:0;grid-template-columns:.55fr 1.2fr .8fr .7fr .8fr 24px;align-items:center;gap:12px;width:100%;padding:15px;display:grid}.order-summary:hover{background:#fafafa}.order-summary small,.order-summary b{display:block}.order-summary small{color:#777;margin-bottom:3px}.order-detail{background:#fbfbfb;border-top:1px solid #e9ecef;padding:18px}.order-detail-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.order-detail-grid>div{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:12px}.order-detail-grid small,.order-detail-grid b,.order-detail-grid span{display:block}.order-detail-grid small{color:#777}.order-items{background:#fff;border:1px solid #e9ecef;border-radius:12px;margin:15px 0;padding:4px 14px}.order-items>div{border-bottom:1px solid #eee;justify-content:space-between;gap:12px;padding:10px 0;display:flex}.order-items>div:last-child{border-bottom:0}.order-bottom{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.order-bottom strong{margin-top:4px;font-size:25px;display:block}.order-bottom label{min-width:190px;margin:0}.store-edit-grid{grid-template-columns:1fr 1fr;gap:30px;display:grid}.logo-preview{background:#fafafa;border:1px solid #e2e5e8;border-radius:18px;place-items:center;width:110px;height:110px;margin:8px 0 18px;display:grid;overflow:hidden}.logo-preview img{object-fit:contain;width:100%;height:100%}.toggle-row{border:1px solid #e2e5e8;border-radius:14px;grid-template-columns:none;justify-content:space-between;align-items:center;gap:18px;padding:18px;display:flex}.toggle-row span,.toggle-row small,.toggle-row b{display:block}.toggle-row small{color:#777;margin-top:3px}.toggle-row input{width:22px;height:22px}.payment-methods{grid-template-columns:1fr 1fr;gap:12px;margin:20px 0;display:grid}.payment-methods>div{border:1px solid #e1e4e7;border-radius:14px;padding:18px}.payment-methods b,.payment-methods span{display:block}.payment-methods span{color:#777;margin-top:5px}.report-toolbar{justify-content:flex-end;display:flex}.ranking-list>div{border-bottom:1px solid #eceff1;justify-content:space-between;gap:16px;padding:12px 0;display:flex}.ranking-list>div:last-child{border-bottom:0}.ranking-list span,.ranking-list small{display:block}.ranking-list small{color:#777;margin-top:3px}.plan-grid{grid-template-columns:repeat(3,1fr)}.selected-plan{border:2px solid #202124}.date-stat{font-size:20px!important}.product-photo-preview{background:#eee;border-radius:16px;width:150px;height:150px;margin:8px 0 16px;overflow:hidden}.product-photo-preview img{object-fit:cover;width:100%;height:100%}.panel-side{width:100%}.panel-side nav button,.panel-side nav a{font-weight:700}.panel-side nav a{border-top:1px solid #3c4043;border-radius:0;margin-top:12px;padding-top:18px}.panel-card h3{margin-top:0}.panel-main h1{margin:4px 0}.panel-main .notice b{font-weight:800}@media (max-width:1050px){.product-admin-row{grid-template-columns:52px 1.4fr .7fr .5fr}.product-admin-row .row-actions{grid-column:2/-1}.order-summary{grid-template-columns:.5fr 1.3fr .8fr .8fr 24px}.order-summary>span:nth-child(3){display:none}.dashboard-grid,.store-edit-grid{grid-template-columns:1fr}.order-detail-grid{grid-template-columns:1fr 1fr}}@media (max-width:760px){.store-info-grid,.info-list{grid-template-columns:1fr}.store-info-grid{gap:24px}.order-summary{grid-template-columns:.55fr 1.4fr .8fr 24px}.order-summary>span:nth-child(3),.order-summary>span:nth-child(5){display:none}.order-detail-grid{grid-template-columns:1fr}.order-bottom{flex-direction:column;align-items:stretch}.order-bottom label{width:100%}.product-admin-row{grid-template-columns:50px 1fr auto}.product-admin-row>div:nth-child(3){display:none}.product-admin-row>div:nth-child(4){grid-column:3}.product-admin-row .row-actions{flex-wrap:wrap;grid-column:1/-1}.payment-methods,.plan-grid{grid-template-columns:1fr}.hero-actions .button{flex:1}.panel-side nav a{border-top:0;margin-top:0;padding-top:11px}}
.admin-shell .panel-side{background:#151719}.admin-store-grid{grid-template-columns:320px 1fr;gap:16px;display:grid}.store-list{align-self:start}.store-list>button{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #eceff1;justify-content:space-between;gap:12px;width:100%;padding:13px 4px;display:flex}.store-list>button:last-child{border-bottom:0}.store-list>button.active{background:#f1f3f4;border-radius:10px;padding-left:10px;padding-right:10px}.store-list span,.store-list small,.store-list b{display:block}.store-list small{color:#777;margin-top:3px}.store-list>button>span:last-child{color:#6b7280;font-size:12px}.admin-meta{grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0;display:grid}.admin-meta>span{background:#f6f7f8;border-radius:12px;padding:12px}.admin-meta small,.admin-meta b{display:block}.admin-meta small{color:#777;margin-bottom:3px}.big-number{margin:16px 0;font-size:38px;font-weight:900}.funnel-grid{grid-template-columns:repeat(6,1fr);gap:10px;margin:22px 0;display:grid}.funnel-card{background:#fff;border:1px solid #e4e7ea;border-radius:15px;min-height:120px;padding:16px;position:relative}.funnel-card small{color:#aaa;position:absolute;top:10px;right:12px}.funnel-card b,.funnel-card strong{display:block}.funnel-card b{color:#666;margin-top:20px;font-size:13px}.funnel-card strong{margin-top:7px;font-size:30px}.admin-stats-six{grid-template-columns:repeat(6,minmax(0,1fr))}.admin-warning-number{color:#9a3412}.admin-report-toolbar,.admin-store-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:14px;margin-bottom:16px;display:flex}.admin-report-toolbar>label{min-width:220px;margin:0}.admin-export-toolbar{margin-left:auto}.admin-finance-table{display:grid;overflow-x:auto}.admin-finance-row{border-top:1px solid #eceff1;grid-template-columns:minmax(95px,.7fr) minmax(150px,1.3fr) minmax(110px,.9fr) repeat(4,minmax(90px,.75fr)) minmax(95px,.8fr);align-items:center;gap:10px;min-width:930px;padding:11px 8px;font-size:13px;display:grid}.admin-finance-row.head{text-transform:uppercase;letter-spacing:.03em;color:#6b7280;background:#f6f7f8;border-top:0;border-radius:10px;font-size:11px;font-weight:800}.admin-finance-row span small{color:#777;margin-top:2px;display:block}.admin-ok{color:#166534;font-weight:800}.admin-warn{color:#9a3412;font-weight:800}.admin-store-toolbar .panel-search{flex:1;min-width:220px;margin:0}.admin-store-finance{grid-template-columns:repeat(3,1fr);margin-top:18px}.panel-main>.stats+.notice{display:none}@media (max-width:1250px){.admin-stats-six{grid-template-columns:repeat(3,1fr)}}@media (max-width:1100px){.funnel-grid{grid-template-columns:repeat(3,1fr)}.admin-store-grid{grid-template-columns:1fr}.admin-meta{grid-template-columns:repeat(2,1fr)}}@media (max-width:650px){.funnel-grid{grid-template-columns:repeat(2,1fr)}.admin-meta,.admin-stats-six,.admin-store-finance{grid-template-columns:1fr}.store-list{max-height:360px;overflow:auto}.admin-report-toolbar,.admin-store-toolbar{align-items:stretch}.admin-report-toolbar>label,.admin-store-toolbar .panel-search{width:100%;min-width:0}.admin-export-toolbar{grid-template-columns:1fr;margin-left:0;display:grid}.admin-export-toolbar .button{width:100%}}
:root{--mc-ink:#17191b;--mc-muted:#6f7479;--mc-line:#e7e9eb;--mc-bg:#f5f6f6;--mc-surface:#fff;--mc-shadow:0 18px 55px #181c1f13;--mc-shadow-hover:0 24px 70px #181c1f1f}body{background:var(--mc-bg);color:var(--mc-ink);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}.button,.chip,.tiny,input,textarea,select{outline:none}.button:focus-visible,.chip:focus-visible,.tiny:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,a:focus-visible{border-color:#8d9499;box-shadow:0 0 0 4px #1f23261c}.button{isolation:isolate;letter-spacing:-.01em;position:relative;overflow:hidden}.button:after{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 20%,#ffffff38,#0000 80%);transition:transform .55s cubic-bezier(.2,.7,.2,1);position:absolute;inset:0;transform:translate(-130%)}.button:hover:after{transform:translate(130%)}.button:hover:not(:disabled){transform:translateY(-1px)}.button:active:not(:disabled),.mc-pressed{transform:scale(.975)!important}.secondary:hover{background:#fbfbfb;border-color:#c5c9cd}.mc-click-bloom{z-index:9999;border:1.5px solid var(--mc-accent,#202124);pointer-events:none;opacity:.45;border-radius:999px;width:18px;height:18px;margin:-9px 0 0 -9px;animation:.7s cubic-bezier(.18,.78,.26,1) forwards mc-bloom;position:fixed}.mc-click-bloom:after{content:"";border-radius:inherit;background:var(--mc-accent,#202124);opacity:.18;position:absolute;inset:4px}@keyframes mc-bloom{0%{opacity:.5;transform:scale(.25)}55%{opacity:.22}to{opacity:0;transform:scale(7.5)}}.storefront{--surface:#fff;--surface-soft:#f3f4f4;--line:#e6e8ea;--radius-card:22px;--radius-button:13px;--hero-radius:38px;--product-ratio:1;--heading-face:inherit;--heading-weight:850;--heading-track:-.045em;--image-fit:cover;background:var(--surface-soft);color:#1d2022}.storefront .store-header{background:color-mix(in srgb,var(--surface) 90%,transparent);border-bottom:1px solid color-mix(in srgb,var(--line) 85%,transparent);transition:background .25s;box-shadow:0 1px #ffffffb3}.storefront .store-nav{min-height:72px}.storefront .brand{min-width:0}.storefront .brand b{letter-spacing:-.02em;font-size:15px}.storefront .brand small{letter-spacing:.02em;font-size:11px}.storefront .brand-logo,.storefront .brand-mark{border-radius:calc(var(--radius-button) + 1px);box-shadow:0 6px 18px #14181b14}.storefront .button{border-radius:var(--radius-button)}.storefront .hero{padding:82px 0 54px;position:relative;overflow:hidden}.storefront .hero:before{content:"";background:radial-gradient(circle,color-mix(in srgb,var(--accent) 12%,transparent),transparent 67%);filter:blur(2px);pointer-events:none;border-radius:999px;width:520px;height:520px;position:absolute;top:-300px;right:-250px}.storefront .hero-grid{z-index:1;gap:62px;position:relative}.storefront .hero h1{font-family:var(--heading-face);font-weight:var(--heading-weight);letter-spacing:var(--heading-track);max-width:13ch}.storefront .hero .lede{max-width:660px;color:color-mix(in srgb,var(--accent) 55%,#6d7277);font-size:17px}.storefront .hero-card{border-radius:var(--hero-radius);border:1px solid color-mix(in srgb,var(--accent) 10%,transparent);min-height:350px;box-shadow:var(--mc-shadow);isolation:isolate;padding:34px;position:relative;transform:translateZ(0)}.storefront .hero-card:before{content:"";border-radius:inherit;background:radial-gradient(circle at 28% 24%,#ffffffe6,transparent 28%),radial-gradient(circle at 74% 72%,color-mix(in srgb,var(--accent) 18%,transparent),transparent 42%);filter:blur(12px);z-index:-2;position:absolute;inset:10%}.storefront .hero-card:after{content:"";border:1px solid color-mix(in srgb,var(--accent) 38%,transparent);opacity:.55;z-index:-1;border-radius:52% 48% 55% 45%;width:160px;height:160px;animation:12s linear infinite mc-orbit;position:absolute;bottom:-52px;right:-42px}.storefront .hero-card img{filter:drop-shadow(0 18px 22px #14181b14);transition:transform .7s cubic-bezier(.18,.75,.2,1),filter .7s}.storefront .hero-card:hover img{filter:drop-shadow(0 24px 28px #14181b1f);transform:scale(1.035)rotate(-.7deg)}@keyframes mc-orbit{0%{transform:rotate(0)translate(0,0)}50%{transform:rotate(180deg)translate(5px,-4px)}to{transform:rotate(360deg)translate(0,0)}}.storefront .catalog{padding-top:34px}.storefront .catalog-head{z-index:12;background:color-mix(in srgb,var(--surface-soft) 88%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid #0000;border-radius:18px;margin:0 -14px 28px;padding:13px 14px;transition:border-color .2s;position:sticky;top:73px}.storefront .search{background:var(--surface);border-color:var(--line);transition:border-color .2s,box-shadow .2s;box-shadow:0 7px 22px #171b1e09}.storefront .search:focus{border-color:color-mix(in srgb,var(--accent) 38%,#dfe3e6);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 8%,transparent),0 8px 24px #171b1e0d}.storefront .chip{border-color:var(--line);background:var(--surface);color:#555c61;border-radius:999px;font-weight:700}.storefront .chip:hover{border-color:color-mix(in srgb,var(--accent) 25%,var(--line));transform:translateY(-1px)}.storefront .product-grid{gap:22px}.storefront .product-card{border-radius:var(--radius-card);border-color:var(--line);background:var(--surface);transition:transform .32s cubic-bezier(.18,.75,.2,1),box-shadow .32s,border-color .32s;overflow:hidden;box-shadow:0 8px 30px #14181b09}.storefront .product-card:hover{box-shadow:var(--mc-shadow-hover);border-color:color-mix(in srgb,var(--accent) 20%,var(--line));transform:translateY(-6px)}.storefront .product-image{aspect-ratio:var(--product-ratio);background:color-mix(in srgb,var(--accent) 4%,#f0f1f1);overflow:hidden}.storefront .product-image img{object-fit:var(--image-fit);transition:transform .65s cubic-bezier(.18,.78,.2,1)}.storefront .product-card:hover .product-image img{transform:scale(1.045)}.storefront .product-copy{padding:18px 18px 20px}.storefront .product-title{letter-spacing:-.025em;font-size:16px;line-height:1.25}.storefront .price-row b{font-size:17px}.storefront .store-info{background:var(--surface);border-color:var(--line);padding:72px 0}.storefront .store-info h2{font-family:var(--heading-face);letter-spacing:var(--heading-track);font-weight:var(--heading-weight)}.storefront .info-list>div{background:var(--surface-soft);border:1px solid color-mix(in srgb,var(--line) 85%,transparent);transition:transform .2s}.storefront .info-list>div:hover{transform:translateY(-2px)}.storefront .store-footer{border-color:var(--line);background:var(--surface);padding:34px 24px}.storefront .modal{border:1px solid #ffffffb3;animation:.28s cubic-bezier(.16,.8,.22,1) mc-modal-in;box-shadow:0 34px 100px #0a0e113d}.storefront .modal-backdrop{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);animation:.22s mc-fade}.storefront .cart-drawer{border-left:1px solid var(--line);transition:right .38s cubic-bezier(.16,.82,.2,1)}.storefront .cart-drawer.open{box-shadow:-30px 0 90px #0a0e112e}.storefront .claim-bar{background:color-mix(in srgb,var(--accent) 92%,#111);box-shadow:0 24px 70px color-mix(in srgb,var(--accent) 25%,transparent);border:1px solid #ffffff1a;animation:.55s cubic-bezier(.15,.84,.22,1) mc-claim-in}@keyframes mc-modal-in{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:none}}@keyframes mc-fade{0%{opacity:0}to{opacity:1}}@keyframes mc-claim-in{0%{opacity:0;transform:translate(-50%,22px)scale(.985)}to{opacity:1;transform:translate(-50%)scale(1)}}.storefront.theme-essential{--accent:#263238;--accent-soft:#edf1f2;--hero-a:#dde4e5;--hero-b:#f8faf9;--surface-soft:#f4f6f6;--radius-card:20px;--radius-button:12px;--hero-radius:34px;--product-ratio:1}.storefront.theme-essential .hero-card:after{border-radius:50%;width:130px;height:130px}.storefront.theme-essential .product-card{box-shadow:0 7px 26px #1b252a0a}.storefront.theme-fashion{--accent:#211823;--accent-soft:#f4edf3;--hero-a:#e7dce5;--hero-b:#faf7fa;--surface-soft:#f8f5f7;--radius-card:5px;--radius-button:3px;--hero-radius:6px;--product-ratio:4/5;--heading-face:Georgia,"Times New Roman",serif;--heading-weight:500;--heading-track:-.052em}.storefront.theme-fashion .store-header{border-bottom-color:#ded7dd}.storefront.theme-fashion .hero{padding-top:94px}.storefront.theme-fashion .hero h1{line-height:.92}.storefront.theme-fashion .hero-card{transform:rotate(1.25deg)}.storefront.theme-fashion .hero-card:after{border-radius:0;width:138px;height:138px;animation:10s ease-in-out infinite mc-fashion-mark;transform:rotate(35deg)}@keyframes mc-fashion-mark{0%,to{transform:rotate(35deg)translate(0)}50%{transform:rotate(44deg)translate(-8px,-6px)}}.storefront.theme-fashion .chip{text-transform:uppercase;letter-spacing:.07em;border-radius:2px;font-size:11px}.storefront.theme-fashion .product-card:hover{transform:translateY(-5px)rotate(-.2deg)}.storefront.theme-fashion .product-title{font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:600}.storefront.theme-fashion .button{text-transform:uppercase;letter-spacing:.055em;font-size:12px}.storefront.theme-beauty{--accent:#7a4059;--accent-soft:#f8edf2;--hero-a:#eddce4;--hero-b:#fff9fb;--surface-soft:#fcf7f9;--radius-card:29px;--radius-button:999px;--hero-radius:44% 56% 46% 54%/50% 42% 58% 50%;--product-ratio:1;--heading-face:Georgia,"Times New Roman",serif;--heading-weight:500;--heading-track:-.04em}.storefront.theme-beauty .hero-card{min-height:370px}.storefront.theme-beauty .hero-card:after{border-radius:50% 45% 52% 48%;width:180px;height:180px}.storefront.theme-beauty .product-card{box-shadow:0 12px 36px #7a40590f}.storefront.theme-beauty .product-image{border-radius:26px 26px 0 0}.storefront.theme-beauty .chip{background:#fff9fb}.storefront.theme-beauty .store-info{background:#fffafb}.storefront.theme-food{--accent:#765327;--accent-soft:#f7efe3;--hero-a:#eadcc5;--hero-b:#fffaf0;--surface-soft:#fbf7ef;--line:#e9dfcf;--radius-card:18px;--radius-button:12px;--hero-radius:28px 28px 72px 28px;--product-ratio:1.08;--heading-face:Georgia,"Times New Roman",serif;--heading-weight:600;--heading-track:-.045em}.storefront.theme-food .hero-card:after{border-radius:48% 52% 45% 55%;width:190px;height:130px}.storefront.theme-food .product-card{border-bottom:3px solid color-mix(in srgb,var(--accent) 18%,transparent)}.storefront.theme-food .product-image img{filter:saturate(1.04)contrast(1.01)}.storefront.theme-food .chip.active{box-shadow:0 6px 18px #76532726}.storefront.theme-home{--accent:#33463d;--accent-soft:#e9efeb;--hero-a:#dbe3dd;--hero-b:#f8faf8;--surface-soft:#f4f6f4;--line:#e0e5e1;--radius-card:10px;--radius-button:8px;--hero-radius:8px 58px 8px 8px;--product-ratio:4/3;--heading-face:Georgia,"Times New Roman",serif;--heading-weight:500;--heading-track:-.05em}.storefront.theme-home .hero-grid{grid-template-columns:1fr 1fr}.storefront.theme-home .hero-card{min-height:390px}.storefront.theme-home .hero-card:after{border-radius:0;width:120px;height:120px;bottom:-60px;right:20px}.storefront.theme-home .product-card{box-shadow:none}.storefront.theme-home .product-card:hover{box-shadow:0 18px 48px #33463d17}.storefront.theme-home .product-copy{padding-top:20px}.storefront.theme-home .chip{border-radius:7px}.storefront.theme-pet{--accent:#28566d;--accent-soft:#e6f1f6;--hero-a:#d7e8ef;--hero-b:#f7fcfd;--surface-soft:#f3f9fb;--line:#deeaef;--radius-card:28px;--radius-button:999px;--hero-radius:42px 42px 42px 14px;--product-ratio:1;--heading-weight:900;--heading-track:-.05em}.storefront.theme-pet .hero-card{transform:rotate(-1deg)}.storefront.theme-pet .hero-card:after{border-style:dashed;border-radius:50%;width:170px;height:170px}.storefront.theme-pet .product-card:nth-child(2n){transform:translateY(10px)}.storefront.theme-pet .product-card:nth-child(2n):hover{transform:translateY(4px)}.storefront.theme-pet .chip{font-weight:800}.storefront.theme-pet .brand-mark{border-radius:50%}.storefront.theme-minimal{--accent:#111;--accent-soft:#f0f0f0;--hero-a:#ededed;--hero-b:#fafafa;--surface-soft:#fafafa;--line:#ddd;--radius-card:0px;--radius-button:0px;--hero-radius:0px;--product-ratio:1;--heading-weight:650;--heading-track:-.055em}.storefront.theme-minimal .store-header{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fafafaf5;border-bottom:1px solid #111}.storefront.theme-minimal .brand-logo,.storefront.theme-minimal .brand-mark{box-shadow:none}.storefront.theme-minimal .hero{padding:96px 0 68px}.storefront.theme-minimal .hero h1{font-weight:620}.storefront.theme-minimal .hero-card{box-shadow:none;border:1px solid #111}.storefront.theme-minimal .hero-card:before{display:none}.storefront.theme-minimal .hero-card:after{opacity:.2;border-color:#111;border-radius:0;width:90px;height:90px}.storefront.theme-minimal .catalog-head{border-bottom:1px solid #ddd;border-radius:0}.storefront.theme-minimal .product-card{box-shadow:none;border:0;border-top:1px solid #111}.storefront.theme-minimal .product-card:hover{box-shadow:none;transform:translateY(-2px)}.storefront.theme-minimal .chip{border-radius:0}.storefront.theme-minimal .store-info{border-top:1px solid #111;border-bottom:1px solid #111}.storefront.theme-minimal .info-list>div{background:#fff;border-color:#111;border-radius:0}.panel-shell{background:#f4f5f5}.panel-side{background:linear-gradient(#1a1c1e 0%,#222527 100%);border-right:1px solid #ffffff0a;box-shadow:14px 0 45px #14181b09}.panel-side h2{letter-spacing:-.04em;font-size:21px}.panel-side nav button,.panel-side nav a{border-radius:11px;transition:background .2s,color .2s,transform .2s;position:relative}.panel-side nav button:hover,.panel-side nav a:hover{color:#fff;background:#ffffff0f;transform:translate(2px)}.panel-side nav .active{background:#ffffff1b;box-shadow:inset 0 0 0 1px #ffffff0e}.panel-side nav .active:before{content:"";background:#fff;border-radius:9px;width:3px;height:18px;position:absolute;top:50%;left:-1px;transform:translateY(-50%)}.panel-main{max-width:1240px;padding:42px}.panel-main h1{letter-spacing:-.045em;font-size:34px}.panel-main>.eyebrow,.panel-top .eyebrow{letter-spacing:.14em}.stats{gap:16px}.stat{border-color:#e7e9ea;border-radius:20px;padding:20px;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden;box-shadow:0 7px 26px #14181b08}.stat:after{content:"";background:radial-gradient(circle,#2021240f,#0000 68%);border-radius:50%;width:80px;height:80px;position:absolute;top:-35px;right:-35px}.stat:hover{transform:translateY(-3px);box-shadow:0 16px 42px #14181b12}.stat strong{letter-spacing:-.045em;font-size:30px}.panel-card{border-color:#e7e9ea;border-radius:22px;padding:23px;box-shadow:0 9px 32px #14181b09}.panel-card h2,.panel-card h3{letter-spacing:-.035em}.panel-table th{text-transform:uppercase;letter-spacing:.07em;color:#747a7f;font-size:11px}.panel-table td{font-size:14px}.tiny{background:#fff;border-radius:10px}.tiny:hover{border-color:#bfc4c8;transform:translateY(-1px)}.status{border:1px solid #00000009;font-weight:700}.product-admin-row{transition:background .18s,padding .18s}.product-admin-row:hover{background:#fafbfb}.admin-product-image{box-shadow:inset 0 0 0 1px #00000009}.order-card{transition:box-shadow .2s,border-color .2s}.order-card:hover{border-color:#d5d9dc;box-shadow:0 10px 26px #14181b0a}.order-summary{transition:background .2s}.order-detail{animation:.22s mc-detail-in}@keyframes mc-detail-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.toggle-row{transition:border-color .2s,box-shadow .2s}.toggle-row:has(input:checked){border-color:#bdc4c8;box-shadow:0 7px 24px #14181b09}.login-card{border-radius:24px;box-shadow:0 22px 70px #14181b17}.admin-shell .panel-side{background:linear-gradient(#111416,#1b1e20)}.admin-store-grid{gap:20px}.store-list{border-radius:22px;overflow:hidden}.store-list>button{transition:background .18s,transform .18s}.store-list>button:hover{background:#f7f8f8}.store-list>button.active{background:#eef0f1}.admin-meta>span,.funnel-card{border:1px solid #e6e9eb;box-shadow:0 6px 22px #14181b06}.funnel-card{overflow:hidden}.funnel-card:after{content:"";opacity:.18;background:linear-gradient(90deg,#202124,#0000);height:3px;position:absolute;bottom:0;left:0;right:0}.big-number{letter-spacing:-.06em}.funnel-card strong{letter-spacing:-.05em}.dev-home{background:radial-gradient(circle at 85% 0,#20212412,#0000 30%),linear-gradient(#f8f9f9,#f2f4f4)}.dev-shell h1{letter-spacing:-.055em;line-height:1.03}.dev-card{border-color:#e2e5e7;border-radius:24px;position:relative;overflow:hidden}.dev-card:after{content:"";border:1px solid #20212414;border-radius:50%;width:90px;height:90px;transition:transform .5s;position:absolute;bottom:-45px;right:-40px}.dev-card:hover:after{transform:scale(1.35)}.mc-ready .hero-grid{animation:.62s cubic-bezier(.16,.82,.22,1) both mc-reveal}.mc-ready .catalog-head{animation:.55s cubic-bezier(.16,.82,.22,1) 80ms both mc-reveal}.mc-ready .product-card{animation:.48s cubic-bezier(.18,.75,.22,1) both mc-card-in}.mc-ready .product-card:nth-child(2){animation-delay:35ms}.mc-ready .product-card:nth-child(3){animation-delay:70ms}.mc-ready .product-card:nth-child(4){animation-delay:.105s}.mc-ready .panel-main>.panel-top,.mc-ready .panel-main>.stats,.mc-ready .panel-main>.panel-card{animation:.45s cubic-bezier(.18,.76,.22,1) both mc-reveal}.mc-ready .panel-main>.stats{animation-delay:35ms}.mc-ready .panel-main>.panel-card{animation-delay:70ms}@keyframes mc-reveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes mc-card-in{0%{opacity:0;transform:translateY(12px)scale(.992)}to{opacity:1;transform:none}}@media (max-width:900px){.storefront .hero{padding-top:62px}.storefront .hero-grid{gap:32px}.storefront.theme-home .hero-grid{grid-template-columns:1fr}.storefront.theme-home .hero-card{min-height:320px}.panel-main{padding:28px}.storefront .catalog-head{top:70px}.storefront.theme-pet .product-card:nth-child(2n){transform:none}}@media (max-width:600px){.storefront .hero{padding:46px 0 34px}.storefront .hero h1{font-size:clamp(40px,13vw,58px)}.storefront .hero-card{border-radius:min(var(--hero-radius),28px);min-height:260px}.storefront.theme-fashion .hero-card,.storefront.theme-pet .hero-card{transform:none}.storefront .catalog-head{border-radius:14px;margin-left:-8px;margin-right:-8px;padding:10px 8px;top:65px}.storefront .product-grid{gap:13px}.storefront .product-copy{padding:14px}.storefront .product-title{font-size:15px}.storefront.theme-fashion .product-title{font-size:16px}.panel-main{padding:20px}.panel-card{border-radius:18px;padding:18px}.stat{border-radius:17px;padding:16px}.mc-click-bloom{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.mc-click-bloom{display:none!important}.storefront .hero-card:hover img,.storefront .product-card:hover,.stat:hover,.button:hover{transform:none!important}}
.theme-lab{background:#eef0f1;min-height:100vh;padding:54px 28px 80px}.theme-lab-head{justify-content:space-between;align-items:flex-start;gap:28px;max-width:1420px;margin:0 auto 34px;display:flex}.theme-lab-head h1{letter-spacing:-.06em;margin:8px 0 15px;font-size:clamp(38px,5vw,66px);line-height:.96}.theme-lab-head p{color:#666d72;max-width:760px;line-height:1.65}.theme-lab-grid{grid-template-columns:1fr 1fr;gap:24px;max-width:1420px;margin:auto;display:grid}.theme-preview{border:1px solid var(--line);background:var(--surface-soft);border-radius:28px;min-height:auto;overflow:hidden;box-shadow:0 20px 55px #11141714}.theme-preview .preview-top{background:var(--surface);border-bottom:1px solid var(--line);align-items:center;gap:10px;height:58px;padding:0 18px;font-size:13px;font-weight:800;display:flex}.preview-logo{border-radius:var(--radius-button);background:var(--accent);color:#fff;place-items:center;width:30px;height:30px;font-size:11px;display:grid}.preview-bag{background:var(--accent-soft);min-width:25px;height:25px;color:var(--accent);border-radius:999px;place-items:center;margin-left:auto;font-size:11px;display:grid}.preview-hero{background:linear-gradient(145deg,var(--hero-a),var(--hero-b));grid-template-columns:1.25fr .75fr;align-items:center;gap:26px;min-height:310px;padding:34px;display:grid}.preview-hero small{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);font-size:10px;font-weight:850}.preview-hero h2{font-family:var(--heading-face);font-weight:var(--heading-weight);letter-spacing:var(--heading-track);margin:10px 0 12px;font-size:clamp(31px,3.5vw,48px);line-height:.96}.preview-hero p{color:#687075;max-width:48ch;font-size:13px;line-height:1.55}.preview-art{border-radius:var(--hero-radius);background:#ffffff85;border:1px solid #ffffffbf;place-items:center;height:205px;display:grid;position:relative;overflow:hidden}.preview-art:after{content:"";border:1px solid color-mix(in srgb,var(--accent) 38%,transparent);border-radius:52% 48% 55% 45%;width:90px;height:90px;animation:12s linear infinite mc-orbit;position:absolute;bottom:-25px;right:-18px}.preview-art span{color:var(--accent);opacity:.22;font-size:48px;font-weight:900}.preview-products{background:var(--surface);grid-template-columns:repeat(3,1fr);gap:12px;padding:18px;display:grid}.preview-products>div{min-width:0}.preview-image{border-radius:var(--radius-card);background:color-mix(in srgb,var(--accent) 5%,#f0f1f1);height:120px;color:color-mix(in srgb,var(--accent) 28%,transparent);border:1px solid var(--line);place-items:center;margin-bottom:9px;font-size:28px;font-weight:900;display:grid}.preview-products b,.preview-products small{display:block}.preview-products b{font-family:var(--heading-face);white-space:nowrap;text-overflow:ellipsis;font-size:13px;line-height:1.2;overflow:hidden}.preview-products small{color:#70767a;margin-top:4px;font-size:11px}.theme-preview footer{background:var(--surface);border-top:1px solid var(--line);text-transform:uppercase;letter-spacing:.1em;color:#7a8084;align-items:center;gap:10px;padding:13px 18px;font-size:10px;display:flex}.theme-preview footer i{background:var(--line);flex:1;height:1px}.theme-preview.theme-fashion{border-radius:6px}.theme-preview.theme-fashion .preview-art{transform:rotate(1.2deg)}.theme-preview.theme-beauty{border-radius:34px}.theme-preview.theme-food .preview-products{background:#fffaf3}.theme-preview.theme-home{border-radius:12px}.theme-preview.theme-pet{border-radius:34px}.theme-preview.theme-pet .preview-products>div:nth-child(2){transform:translateY(6px)}.theme-preview.theme-minimal{box-shadow:none;border-color:#111;border-radius:0}.theme-preview.theme-minimal .preview-top,.theme-preview.theme-minimal footer{border-color:#111}.theme-preview.theme-minimal .preview-art{background:#f5f5f5;border-color:#111}.theme-preview.theme-minimal .preview-image{border-color:#111;border-radius:0}@media (max-width:980px){.theme-lab-grid{grid-template-columns:1fr}.theme-lab-head{flex-direction:column}.preview-hero{grid-template-columns:1fr 240px}}@media (max-width:620px){.theme-lab{padding:30px 14px 60px}.preview-hero{grid-template-columns:1fr;padding:24px}.preview-art{height:170px}.preview-products{gap:8px}.preview-image{height:90px}.theme-preview{border-radius:20px}}@media (prefers-reduced-motion:reduce){.preview-art:after{animation:none!important}}
.mc-theme-mark{z-index:8;width:68px;height:68px;color:var(--accent);background:color-mix(in srgb,var(--surface) 94%,white);border:1px solid color-mix(in srgb,var(--accent) 22%,var(--line));box-shadow:0 16px 38px color-mix(in srgb,var(--accent) 12%,#0f121414);pointer-events:none;border-radius:18px;place-items:center;animation:.52s cubic-bezier(.16,.82,.22,1) .18s both mc-mark-in;display:grid;position:absolute;transform:translateZ(0)}.mc-theme-mark svg{width:42px;height:42px;display:block}.theme-fashion .mc-theme-mark{border-radius:3px;transform:rotate(-1deg)}.theme-beauty .mc-theme-mark{border-radius:50%;width:72px;height:72px}.theme-food .mc-theme-mark{border-radius:15px 15px 28px}.theme-home .mc-theme-mark{border-radius:5px 25px 5px 5px}.theme-pet .mc-theme-mark{border-radius:24px 24px 24px 8px}.theme-minimal .mc-theme-mark{box-shadow:none;border-color:var(--accent);background:#fafafa;border-radius:0}.theme-essential .mc-theme-mark{border-radius:17px}@keyframes mc-mark-in{0%{opacity:0;transform:translateY(9px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}.mc-theme-mark-preview{z-index:4;width:52px;height:52px;color:var(--accent);background:color-mix(in srgb,var(--surface) 92%,white);border:1px solid color-mix(in srgb,var(--accent) 20%,var(--line));pointer-events:none;border-radius:14px;place-items:center;display:grid;position:absolute;bottom:13px;left:13px;box-shadow:0 10px 28px #14181b14}.mc-theme-mark-preview svg{width:31px;height:31px}.theme-preview.theme-fashion .mc-theme-mark-preview{border-radius:2px}.theme-preview.theme-beauty .mc-theme-mark-preview{border-radius:50%}.theme-preview.theme-food .mc-theme-mark-preview{border-radius:11px 11px 20px}.theme-preview.theme-home .mc-theme-mark-preview{border-radius:4px 18px 4px 4px}.theme-preview.theme-pet .mc-theme-mark-preview{border-radius:18px 18px 18px 6px}.theme-preview.theme-minimal .mc-theme-mark-preview{box-shadow:none;border-color:#111;border-radius:0}.storefront .chip.active,.storefront.theme-beauty .chip.active,.storefront.theme-fashion .chip.active,.storefront.theme-food .chip.active,.storefront.theme-home .chip.active,.storefront.theme-pet .chip.active,.storefront.theme-minimal .chip.active,.storefront.theme-essential .chip.active{background:var(--accent)!important;color:#fff!important;border-color:var(--accent)!important}.storefront .chip.active:hover{filter:brightness(.98);color:#fff!important}.storefront .cart-button{isolation:isolate;min-height:44px;overflow:visible}.storefront .cart-button:after{display:none!important}.storefront .cart-count{z-index:5;border:2px solid var(--surface);min-width:21px;height:21px;padding:0 5px;font-weight:850;line-height:17px;top:-8px;right:-7px;box-shadow:0 4px 12px #10141729}.storefront.theme-pet .cart-button{box-shadow:none}.storefront.theme-pet .hero-card:after{display:none}.storefront .hero{padding-bottom:66px}.storefront .hero-grid{align-items:center}.storefront .hero h1{margin-bottom:20px}.storefront .hero-actions{gap:11px;margin-top:24px}.storefront .catalog{padding-top:38px;padding-bottom:84px}.storefront .catalog-head{gap:14px;margin-bottom:25px}.storefront .category-row{scrollbar-width:thin}.storefront .product-grid{align-items:start}.storefront .product-card{flex-direction:column;min-height:100%;display:flex}.storefront .product-copy{flex-direction:column;flex:1;display:flex}.storefront .product-copy .price-row{margin-top:auto;padding-top:10px}.storefront .product-copy>.button{min-height:44px}.storefront .product-image{flex:none}.storefront .store-info-grid{align-items:start}.storefront .info-list>div{min-height:78px}.storefront .store-footer{flex-wrap:wrap;align-items:center;row-gap:7px}.storefront .modal-close{z-index:4}.storefront .drawer-head{min-height:80px}.storefront .drawer-head h2{letter-spacing:-.035em;margin:4px 0 0}.storefront .drawer-head>button{color:#34383b;cursor:pointer;background:#f2f4f4;border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.storefront .drawer-head>button:hover{background:#e9ecee}.storefront .cart-line:last-child{border-bottom:0}.storefront.theme-pet .product-card:nth-child(2n){transform:translateY(6px)}.storefront.theme-pet .product-card:nth-child(2n):hover{transform:translateY(1px)}.storefront.theme-fashion .hero-grid{gap:70px}.storefront.theme-fashion .product-copy{padding-top:19px}.storefront.theme-fashion .mc-theme-mark{box-shadow:8px 12px 0 color-mix(in srgb,var(--accent) 8%,transparent)}.storefront.theme-beauty .catalog-head{background:#fcf7f9e6}.storefront.theme-beauty .mc-theme-mark{box-shadow:0 18px 40px #7a40591c}.storefront.theme-home .catalog{padding-top:44px}.storefront.theme-home .product-grid{gap:24px}.storefront.theme-home .product-image{background:#eef2ef}.storefront.theme-minimal .catalog-head{padding-left:0;padding-right:0}.storefront.theme-minimal .button.primary{border:1px solid #111}.storefront.theme-minimal .cart-count{border-color:#fafafa}.panel-main{padding-top:38px;padding-bottom:54px}.panel-main>.panel-top{margin-bottom:4px}.stats{margin:25px 0 20px}.panel-card{margin:18px 0}.panel-card>h3:first-child{margin-bottom:8px}.product-admin-row{min-height:78px}.order-summary{min-height:72px}.admin-store-grid{align-items:start}.store-list>button{min-height:64px}.funnel-card{min-height:126px}.login-card h1,.login-card h2{letter-spacing:-.04em}@media (max-width:900px){.storefront .hero{padding-bottom:60px}.mc-theme-mark{width:62px;height:62px}.mc-theme-mark svg{width:37px;height:37px}.storefront.theme-fashion .hero-grid{gap:36px}.storefront.theme-pet .product-card:nth-child(2n){transform:none}}@media (max-width:600px){.storefront .hero{padding-bottom:52px}.mc-theme-mark{border-radius:14px;width:54px;height:54px}.mc-theme-mark svg{width:32px;height:32px}.theme-beauty .mc-theme-mark{width:56px;height:56px}.storefront .catalog{padding-top:30px;padding-bottom:62px}.storefront .catalog-head{margin-bottom:18px}.storefront .drawer-head{min-height:72px}.storefront .store-footer{gap:8px}.panel-main{padding-top:24px}.panel-card{margin:14px 0}.stats{margin:18px 0 14px}.mc-theme-mark-preview{width:46px;height:46px}.mc-theme-mark-preview svg{width:28px;height:28px}}@media (prefers-reduced-motion:reduce){.mc-theme-mark{animation:none!important}}
.mc-theme-mark,.mc-theme-mark-preview,.mc-search-mark,.mc-search-mark-preview,.preview-search-stage{display:none!important}.storefront .catalog-head .search{padding-right:15px!important}.storefront .hero-card{place-items:center;display:grid;overflow:hidden;padding:0!important}.storefront .hero-card>img,.storefront .hero-card>span{display:none!important}.mc-theme-hero-art{color:var(--accent);pointer-events:none;place-items:center;display:grid;position:absolute;inset:0}.mc-theme-hero-art svg{width:100%;height:100%;transition:transform .8s cubic-bezier(.18,.75,.2,1);display:block;overflow:visible}.storefront .hero-card:hover .mc-theme-hero-art svg{transform:scale(1.025)}.storefront .hero-card:before{opacity:.8}.storefront.theme-essential .hero-grid{grid-template-columns:1.12fr .88fr}.storefront.theme-essential .hero-card{min-height:345px}.storefront.theme-fashion .hero-grid{grid-template-columns:.92fr 1.08fr;gap:76px}.storefront.theme-fashion .hero-card{min-height:430px}.storefront.theme-fashion .hero h1{max-width:10ch}.storefront.theme-fashion .product-grid{gap:15px}.storefront.theme-beauty .hero-grid{grid-template-columns:1fr 1fr;gap:74px}.storefront.theme-beauty .hero-card{min-height:400px}.storefront.theme-beauty .product-grid{gap:24px}.storefront.theme-food .hero-grid{grid-template-columns:1fr 1.02fr}.storefront.theme-food .hero-card{min-height:390px}.storefront.theme-food .product-image{background:#f3e6d1}.storefront.theme-home .hero-grid{grid-template-columns:.9fr 1.1fr}.storefront.theme-home .hero-card{min-height:430px}.storefront.theme-home .product-grid{grid-template-columns:repeat(3,1fr)}.storefront.theme-pet .hero-grid{grid-template-columns:1.02fr .98fr}.storefront.theme-pet .hero-card{min-height:390px;transform:none}.storefront.theme-pet .product-card:nth-child(2n){transform:none}.storefront.theme-pet .product-card:nth-child(2n):hover{transform:translateY(-6px)}.storefront.theme-minimal .hero-grid{grid-template-columns:1fr .85fr;gap:82px}.storefront.theme-minimal .hero-card{min-height:365px}.storefront.theme-minimal .hero h1{max-width:11ch}.storefront.theme-minimal .product-grid{gap:12px}.storefront .product-image img,.storefront .detail-image img,.storefront .mini-image img{object-fit:cover;background:var(--surface-soft)}.storefront .product-copy small{min-height:18px}.storefront .product-title{min-height:40px;display:block}.storefront.theme-fashion .product-title,.storefront.theme-minimal .product-title{min-height:46px}.storefront .catalog-head{margin-bottom:30px;padding:12px}.storefront .search{min-height:50px;font-size:15px}.storefront .category-row{padding:1px 0 2px}.demo-directory{max-width:1280px;margin:auto}.demo-directory .dev-grid{grid-template-columns:repeat(2,1fr);gap:18px}.demo-directory .dev-card{background:#fff;border-radius:24px;flex-direction:column;justify-content:flex-end;min-height:210px;padding:26px;display:flex;position:relative;overflow:hidden}.demo-directory .dev-card:before{content:"";background:var(--demo-accent,#202124);height:7px;position:absolute;inset:0 0 auto}.demo-directory .dev-card:after{content:"";background:var(--demo-soft,#eef0f2);z-index:0;border-radius:50%;width:170px;height:170px;position:absolute;top:-55px;right:-65px}.demo-directory .dev-card>*{z-index:1;position:relative}.demo-directory .dev-card h2{letter-spacing:-.045em;margin:22px 0 8px;font-size:30px}.demo-directory .dev-card p{color:#676d72;max-width:42ch;line-height:1.55}.demo-directory .dev-card[data-theme=essential]{--demo-accent:#263238;--demo-soft:#edf1f2}.demo-directory .dev-card[data-theme=fashion]{--demo-accent:#211823;--demo-soft:#f4edf3;border-radius:5px}.demo-directory .dev-card[data-theme=beauty]{--demo-accent:#7a4059;--demo-soft:#f8edf2;border-radius:34px}.demo-directory .dev-card[data-theme=food]{--demo-accent:#765327;--demo-soft:#f7efe3}.demo-directory .dev-card[data-theme=home]{--demo-accent:#33463d;--demo-soft:#e9efeb;border-radius:10px}.demo-directory .dev-card[data-theme=pet]{--demo-accent:#28566d;--demo-soft:#e6f1f6;border-radius:32px}.demo-directory .dev-card[data-theme=minimal]{--demo-accent:#111;--demo-soft:#f0f0f0;box-shadow:none;border-color:#111;border-radius:0}@media (max-width:900px){.storefront.theme-fashion .hero-grid,.storefront.theme-beauty .hero-grid,.storefront.theme-home .hero-grid,.storefront.theme-minimal .hero-grid{grid-template-columns:1fr;gap:38px}.storefront.theme-home .product-grid{grid-template-columns:repeat(2,1fr)}.demo-directory .dev-grid{grid-template-columns:1fr}}@media (max-width:600px){.storefront .catalog-head{margin-left:-8px;margin-right:-8px;padding:8px}.storefront .search{min-height:48px}.storefront.theme-home .product-grid{grid-template-columns:1fr}.mc-theme-hero-art svg{transform:scale(.96)}.demo-directory .dev-card{min-height:185px}}@media (prefers-reduced-motion:reduce){.mc-theme-hero-art svg{transition:none!important}}
.onboarding-page{color:#17191b;background:#f5f6f6;min-height:100vh;padding:42px 22px 72px}.onboarding-shell{width:min(1040px,100%);margin:0 auto}.onboarding-head{justify-content:space-between;align-items:flex-start;gap:28px;margin-bottom:30px;display:flex}.onboarding-head h1{letter-spacing:-.055em;margin:8px 0 14px;font-size:clamp(34px,5vw,58px);line-height:.98}.onboarding-head p{color:#6f7479;max-width:690px;font-size:17px}.onboarding-progress{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:18px;display:grid}.onboarding-progress>div{color:#858a8e;background:#fff;border:1px solid #e2e5e7;border-radius:15px;align-items:center;gap:10px;padding:12px 14px;display:flex}.onboarding-progress span{background:#eef0f1;border-radius:50%;place-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:grid}.onboarding-progress .active{color:#1d2022;border-color:#aeb4b8;box-shadow:0 10px 28px #181c1f0f}.onboarding-progress .active span{color:#fff;background:#202428}.onboarding-progress .done{color:#4d555a}.onboarding-progress .done span{color:#284b39;background:#dfe7e2}.onboarding-message{margin:0 0 16px}.onboarding-card{background:#fff;border:1px solid #e5e7e9;border-radius:24px;padding:30px;box-shadow:0 22px 70px #181c1f11}.onboarding-title{align-items:flex-start;gap:15px;margin-bottom:26px;display:flex}.onboarding-title>span{color:#fff;background:#202428;border-radius:12px;flex:none;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.onboarding-title h2{letter-spacing:-.035em;margin:0 0 5px;font-size:27px}.onboarding-title p{color:#74797d;margin:0}.onboarding-grid{grid-template-columns:1.35fr .65fr;gap:28px;display:grid}.onboarding-logo{background:#f8f9f9;border:1px solid #e5e7e9;border-radius:18px;place-items:center;min-height:175px;margin:8px 0 18px;padding:20px;display:grid}.onboarding-logo img{object-fit:contain;max-width:190px;max-height:120px}.onboarding-logo small{color:#858a8e}.onboarding-actions{border-top:1px solid #eceeef;justify-content:flex-end;gap:10px;margin-top:26px;padding-top:22px;display:flex}.choice-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px;display:grid}.choice-grid>button{text-align:left;color:#1d2022;background:#fafbfb;border:1px solid #dfe3e5;border-radius:20px;min-height:195px;padding:24px;transition:all .2s}.choice-grid>button:hover{border-color:#bfc5c8;transform:translateY(-2px)}.choice-grid>button.selected{background:#fff;border-color:#202428;box-shadow:0 0 0 3px #20242814}.choice-grid span{text-transform:uppercase;letter-spacing:.05em;background:#eef0f1;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800;display:inline-block}.choice-grid h3{letter-spacing:-.025em;margin:18px 0 8px;font-size:20px}.choice-grid p{color:#6f7479;margin:0;line-height:1.5}.onboarding-card label{flex-direction:column;gap:7px;margin-bottom:15px;font-weight:750;display:flex}.onboarding-card label small{color:#7b8084;font-weight:500}.onboarding-card input,.onboarding-card textarea,.onboarding-card select{width:100%;font:inherit;background:#fff;border:1px solid #dde1e3;border-radius:12px;padding:12px 13px}.onboarding-card textarea{resize:vertical}.onboarding-card .toggle-row{border:1px solid #e1e4e6;border-radius:16px;flex-direction:row;justify-content:space-between;align-items:center;padding:17px 18px}.onboarding-card .toggle-row span{flex-direction:column;gap:4px;display:flex}.onboarding-card .toggle-row input{width:22px;height:22px}.onboarding-card .notice{border-radius:15px}@media (max-width:760px){.onboarding-page{padding:24px 14px 48px}.onboarding-head{flex-direction:column}.onboarding-progress{grid-template-columns:1fr 1fr}.onboarding-grid,.choice-grid,.onboarding-card .form-grid.two{grid-template-columns:1fr}.onboarding-card{padding:22px}.onboarding-actions{flex-direction:column-reverse}.onboarding-actions .button{width:100%}}
.checkout-modal{width:min(760px,100vw - 32px);max-height:92vh;overflow:auto}.checkout-review{border:1px solid var(--line,#e6e2df);background:#ffffff8c;border-radius:16px;gap:8px;margin:8px 0 18px;padding:14px 16px;display:grid}.checkout-review>div,.checkout-totals>div{justify-content:space-between;align-items:center;gap:16px;display:flex}.checkout-review span{min-width:0}.checkout-totals{background:#00000009;border-radius:16px;gap:8px;margin:18px 0;padding:16px;display:grid}.checkout-total-final{border-top:1px solid #0000001a;margin-top:2px;padding-top:10px}.checkout-total-final strong{font-size:1.2rem}.checkout-totals>small{opacity:.62;line-height:1.45}.order-confirmation{width:min(520px,100vw - 32px)}.confirmation-actions{gap:10px;margin-top:18px;display:grid}.tracking-page{color:#202124;background:#f6f5f3;min-height:100vh;padding:42px 18px 72px}.tracking-shell{width:min(1080px,100%);margin:0 auto}.tracking-head{justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;display:flex}.tracking-brand{color:inherit;align-items:center;gap:12px;text-decoration:none;display:flex}.tracking-brand>img,.tracking-brand>span{object-fit:contain;background:#fff;border:1px solid #e4e1dd;border-radius:14px;place-items:center;width:48px;height:48px;font-weight:900;display:grid}.tracking-brand div{gap:2px;display:grid}.tracking-brand small,.tracking-card small,.tracking-side small{color:#777}.tracking-hero{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:stretch;gap:24px;margin-bottom:22px;display:grid}.tracking-hero>div:first-child,.tracking-payment,.tracking-card,.tracking-timeline{background:#fff;border:1px solid #e5e2de;border-radius:24px;box-shadow:0 14px 40px #261f180d}.tracking-hero>div:first-child{padding:30px}.tracking-hero h1{margin:6px 0 8px;font-size:clamp(2rem,5vw,3.4rem)}.tracking-payment{flex-direction:column;justify-content:center;padding:24px;display:flex}.tracking-payment strong{margin:5px 0;font-size:1.1rem}.tracking-payment p{color:#666;margin:0;line-height:1.5}.payment-paid{background:#f8fcf8;border-color:#b7d6be}.payment-failed,.payment-refunded{background:#fff9f8;border-color:#e6c6c1}.tracking-timeline{grid-template-columns:repeat(5,1fr);gap:0;margin-bottom:22px;padding:18px;display:grid;overflow:hidden}.tracking-timeline>div{align-items:center;gap:10px;min-width:0;padding:8px 12px;display:flex;position:relative}.tracking-timeline>div:not(:last-child):after{content:"";background:#ddd;width:18px;height:2px;position:absolute;top:50%;right:-2px;transform:translateY(-50%)}.tracking-timeline>div.done:not(:last-child):after{background:#2c5a40}.tracking-timeline>div>span{color:#78736d;background:#eceae7;border-radius:50%;flex:0 0 32px;place-items:center;width:32px;height:32px;font-weight:800;display:grid}.tracking-timeline>div.done>span{color:#fff;background:#2c5a40}.tracking-timeline>div.active>span{box-shadow:0 0 0 5px #2c5a401f}.tracking-timeline b{font-size:.9rem;display:block}.tracking-timeline small{color:#2c5a40;margin-top:2px;display:block}.tracking-grid{grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);gap:22px;display:grid}.tracking-card{padding:24px}.tracking-card-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.tracking-card h2{margin:3px 0 0}.tracking-items{border-top:1px solid #ece9e5;margin-top:18px;display:grid}.tracking-items>div,.tracking-totals>div{border-bottom:1px solid #ece9e5;justify-content:space-between;gap:18px;padding:13px 0;display:flex}.tracking-items span{display:grid}.tracking-items small{margin-top:3px}.tracking-totals{margin-top:8px}.tracking-totals>div:last-child{border-bottom:0;font-size:1.14rem}.tracking-side{flex-direction:column;gap:17px;display:flex}.tracking-side>div{border-bottom:1px solid #ece9e5;gap:4px;padding-bottom:14px;display:grid}.tracking-side .button{margin-top:auto}.tracking-security{text-align:center;color:#85807a;margin:24px auto 0;font-size:.82rem}.tracking-cancelled{justify-content:space-between;gap:14px;margin-bottom:22px;display:flex}.tracking-card .eyebrow,.tracking-hero .eyebrow{margin:0}.tracking-card>.button{margin-top:16px}@media (max-width:780px){.checkout-modal{width:calc(100vw - 18px);max-height:96vh;padding:20px}.tracking-page{padding:20px 12px 56px}.tracking-head{align-items:flex-start}.tracking-head>.button{padding-inline:14px}.tracking-hero,.tracking-grid{grid-template-columns:1fr}.tracking-hero>div:first-child,.tracking-payment,.tracking-card{border-radius:20px}.tracking-timeline{grid-template-columns:1fr;padding:14px}.tracking-timeline>div{padding:9px 8px}.tracking-timeline>div:not(:last-child):after{width:2px;height:18px;inset:auto auto -9px 23px}.tracking-card-head,.tracking-cancelled{display:grid}.checkout-review{padding:12px}.checkout-modal .form-grid.three{grid-template-columns:1fr}}
.storefront{overflow-x:clip}.storefront.claim-offset{padding-bottom:108px}.storefront .media-fallback{width:100%;height:100%;color:color-mix(in srgb,var(--accent) 55%,#8a9094);background:color-mix(in srgb,var(--accent) 5%,#f1f2f2);place-items:center;font-size:clamp(18px,4vw,42px);font-weight:900;display:grid}.storefront .brand-logo .media-fallback{color:var(--accent);font-size:12px}.storefront .hero-card{contain:layout paint;will-change:auto}.storefront .mc-theme-hero-art{color:var(--accent);pointer-events:none;place-items:center;display:grid;position:absolute;inset:0}.storefront .mc-theme-hero-art svg{width:100%;height:100%;transition:transform .7s cubic-bezier(.18,.75,.2,1);display:block}@media (hover:hover){.storefront .hero-card:hover .mc-theme-hero-art svg{transform:scale(1.02)}}.service-strip{border:1px solid var(--line);background:var(--line);border-radius:18px;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:-8px;margin-bottom:12px;display:grid;overflow:hidden;padding:0!important}.service-strip>div{background:var(--surface);gap:3px;padding:15px 18px;display:grid}.service-strip b{letter-spacing:-.01em;font-size:13px}.service-strip span{color:#73787c;font-size:12px;line-height:1.4}.storefront .catalog-head{align-items:stretch;gap:13px;display:grid}.catalog-tools,.catalog-meta{justify-content:space-between;align-items:center;gap:14px;min-width:0;display:flex}.search-wrap{flex:1;min-width:220px;max-width:620px;position:relative}.storefront .search{appearance:none;width:100%;min-width:0;max-width:none;padding-right:44px}.storefront .search::-webkit-search-cancel-button{display:none}.search-clear{color:#6e7478;cursor:pointer;background:0 0;border:0;border-radius:999px;width:34px;height:34px;font-size:22px;line-height:1;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.search-clear:hover{background:color-mix(in srgb,var(--accent) 7%,transparent);color:var(--accent)}.sort-control{color:#73787c;white-space:nowrap;align-items:center;gap:8px;margin:0;font-size:12px;font-weight:700;display:flex}.sort-control select{background:var(--surface);border-color:var(--line);color:#3d4246;border-radius:12px;min-width:144px;padding:10px 34px 10px 12px;font-weight:750}.catalog-meta>span{color:#73787c;white-space:nowrap;font-size:12px;font-weight:750}.storefront .category-row{scrollbar-width:none;flex:1;justify-content:flex-end}.storefront .category-row::-webkit-scrollbar{display:none}.product-media-wrap{background:color-mix(in srgb,var(--accent) 4%,#f0f1f1);position:relative;overflow:hidden}.promo-badge,.low-stock-badge{z-index:3;letter-spacing:-.01em;pointer-events:none;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:850;position:absolute;top:10px;box-shadow:0 5px 16px #14181b14}.promo-badge{background:var(--accent);color:#fff;left:10px}.low-stock-badge{color:#625023;background:#fffffff0;border:1px solid #775b1b24;right:10px}.storefront .product-card{content-visibility:auto;contain-intrinsic-size:420px;transform:translateZ(0)}.storefront .product-copy{gap:0}.storefront .product-copy>.button{margin-top:2px}.add-short{display:none}.product-detail-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.product-detail-top .eyebrow{margin:0}.promo-pill{background:var(--accent);color:#fff;border-radius:999px;padding:5px 8px;font-size:12px;font-weight:850}.product-availability{flex-wrap:wrap;gap:7px;margin:13px 0 16px;display:flex}.product-availability span{background:var(--accent-soft);color:color-mix(in srgb,var(--accent) 85%,#333);border-radius:999px;padding:7px 9px;font-size:11px;font-weight:750}@media (hover:hover){.storefront .product-card:hover .product-image img{transform:scale(1.035)}}.storefront .cart-drawer{will-change:transform;transition:transform .3s cubic-bezier(.16,.82,.2,1);right:0;transform:translate(102%)}.storefront .cart-drawer.open{animation:.3s cubic-bezier(.16,.82,.2,1) mc-drawer-in;transform:translate(0)}@keyframes mc-drawer-in{0%{transform:translate(102%)}to{transform:translate(0)}}.remove-line{color:#7b8084;cursor:pointer;background:0 0;border:0;padding:5px 0 0;font-size:11px;text-decoration:underline}.remove-line:hover{color:var(--accent)}.shipping-progress{background:var(--accent-soft);color:var(--accent);border-radius:12px;gap:8px;margin-bottom:7px;padding:11px 12px;font-size:11px;font-weight:750;display:grid;overflow:hidden}.shipping-progress:after{content:"";background:color-mix(in srgb,var(--accent) 16%,#fff);border-radius:99px;grid-area:2/1;height:4px}.shipping-progress i{background:var(--accent);z-index:1;border-radius:99px;grid-area:2/1;max-width:100%;height:4px;transition:width .25s}.shipping-progress.done{background:color-mix(in srgb,var(--accent) 8%,#eff8f1)}.storefront .chip,.storefront .qty button,.storefront .search-clear{min-height:40px}.storefront .modal-close,.storefront .drawer-head>button{min-width:40px;min-height:40px}.storefront .product-image:focus-visible,.storefront .product-title:focus-visible,.remove-line:focus-visible,.search-clear:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 25%,transparent);outline-offset:2px}.storefront .claim-bar{bottom:max(16px,env(safe-area-inset-bottom));max-height:calc(100vh - 32px)}.storefront .modal-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.storefront .button,.storefront .chip,.storefront .product-card,.storefront .product-image img{will-change:auto}@media (max-width:900px){.service-strip{grid-template-columns:1fr;margin-left:24px;margin-right:24px}.service-strip>div{padding:12px 15px}.catalog-tools{align-items:stretch}.search-wrap{max-width:none}.sort-control{align-self:center}}@media (max-width:600px){.storefront.claim-offset{padding-bottom:172px}.service-strip{border-radius:15px;margin:0 16px 8px}.service-strip>div{padding:11px 13px}.service-strip>div:nth-child(2){display:none}.storefront .hero{padding-top:34px;padding-bottom:42px}.storefront .hero-card{min-height:260px!important}.catalog-tools{grid-template-columns:1fr auto;gap:8px;display:grid}.search-wrap{grid-column:1/-1}.sort-control>span{display:none}.sort-control{grid-column:2;justify-self:end}.sort-control select{min-width:138px;padding-block:9px}.catalog-meta{gap:9px;display:grid}.catalog-meta>span{order:2}.storefront .category-row{order:1;justify-content:flex-start;width:100%;padding-right:6px}.storefront .product-grid,.storefront.theme-home .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.storefront .product-card{border-radius:16px}.storefront .product-copy{padding:12px}.storefront .product-title{font-size:14px;line-height:1.25;min-height:36px!important}.storefront .product-copy small{min-height:16px;font-size:11px}.storefront .price-row{margin:9px 0}.storefront .price-row b{font-size:15px}.storefront .price-row del{font-size:11px}.storefront .product-copy>.button{min-height:40px;padding:9px 7px;font-size:12px}.add-long{display:none}.add-short{display:inline}.promo-badge,.low-stock-badge{padding:4px 6px;font-size:9px;top:7px}.promo-badge{left:7px}.low-stock-badge{right:7px}.storefront .product-modal{grid-template-columns:1fr}.storefront .detail-image{min-height:220px}.storefront .cart-drawer{width:100vw}.storefront .cart-line{grid-template-columns:58px minmax(0,1fr) auto}.storefront .mini-image{width:58px;height:58px}.storefront .cart-line>b{font-size:13px}.storefront .claim-bar{width:calc(100% - 20px);bottom:max(10px,env(safe-area-inset-bottom));border-radius:15px;padding:13px}.storefront .claim-bar small{font-size:11px}.storefront .claim-bar b{font-size:14px}}@media (max-width:380px){.storefront .product-grid,.storefront.theme-home .product-grid{gap:7px}.storefront .product-copy{padding:10px}.storefront .product-title{font-size:13px}.low-stock-badge{display:none}}@media (prefers-reduced-motion:reduce){.storefront .mc-theme-hero-art svg,.storefront .cart-drawer,.shipping-progress i{transition:none!important;animation:none!important}}.storefront .radio.disabled{opacity:.55;cursor:not-allowed}.storefront .radio.disabled input{cursor:not-allowed}.storefront .pix-document{margin-top:12px}.pix-payment-panel,.card-payment-panel{border:1px solid var(--line);background:var(--surface);border-radius:16px;gap:16px;margin:16px 0;padding:16px;display:grid}.pix-payment-head,.card-payment-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.pix-payment-head>div,.card-payment-head>div{gap:3px;display:grid}.pix-payment-head small,.card-payment-head small{color:#73787c}.pix-payment-head b,.card-payment-head b{font-size:15px}.pix-test-badge{background:var(--accent-soft);color:var(--accent);white-space:nowrap;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:850}.pix-payment-grid{grid-template-columns:180px minmax(0,1fr);align-items:start;gap:16px;display:grid}.pix-qr{border:1px solid var(--line);background:#fff;border-radius:14px;place-items:center;padding:10px;display:grid}.pix-qr img{aspect-ratio:1;object-fit:contain;width:100%;height:auto;display:block}.pix-copy{gap:10px;min-width:0;display:grid}.pix-copy label{gap:7px;font-size:12px;font-weight:750;display:grid}.pix-copy textarea{resize:none;overflow-wrap:anywhere;width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;line-height:1.4}.pix-copy small,.card-payment-panel>.fine-print{color:#73787c;line-height:1.4}.pix-retry-box,.card-retry-box{gap:10px;margin:16px 0;display:grid}#cardPaymentBrick_container,#statusScreenBrick_container{width:100%;min-width:0}.card-payment-panel iframe{max-width:100%}@media (max-width:600px){.pix-payment-grid{grid-template-columns:1fr}.pix-qr{justify-self:center;width:min(230px,100%)}.pix-payment-head,.card-payment-head{align-items:flex-start}}
.storefront .service-strip{display:none!important}.storefront .shipping-progress.done i{width:100%!important}.storefront{scroll-padding-top:78px}.storefront #produtos{scroll-margin-top:84px}@media (pointer:coarse){.storefront button,.storefront .button,.storefront .chip,.storefront .search-clear,.storefront .modal-close,.storefront .drawer-head>button,.storefront .qty button,.storefront .remove-line,.onboarding-page button,.onboarding-page .button,.panel-shell button,.panel-shell .button,.tracking-page .button{touch-action:manipulation}.storefront .chip,.storefront .search-clear,.storefront .modal-close,.storefront .drawer-head>button,.storefront .qty button{min-width:44px;min-height:44px}.storefront .qty button{width:44px;height:44px}.storefront .remove-line{align-items:center;min-height:44px;padding:8px 0;display:inline-flex}.storefront input,.storefront textarea,.storefront select,.onboarding-page input,.onboarding-page textarea,.onboarding-page select,.panel-shell input,.panel-shell textarea,.panel-shell select{font-size:16px}.storefront input,.storefront select,.onboarding-page input,.onboarding-page select{min-height:48px}.storefront .radio{align-items:center;min-height:46px;padding:7px 0}.storefront .radio input{flex:0 0 22px;width:22px;height:22px}}@media (max-width:760px){html,.storefront{scroll-padding-top:66px}.storefront #produtos{scroll-margin-top:70px}.storefront .store-header{background:color-mix(in srgb,var(--surface) 98%,#fff);-webkit-backdrop-filter:none}.storefront .store-nav{gap:10px;min-height:64px;padding:9px 12px}.storefront .brand{gap:9px;min-width:0;max-width:calc(100vw - 132px)}.storefront .brand>span:last-child{min-width:0}.storefront .brand b{text-overflow:ellipsis;white-space:nowrap;max-width:46vw;display:block;overflow:hidden}.storefront .brand small{display:none}.storefront .brand-logo,.storefront .brand-mark{border-radius:11px;flex:0 0 38px;width:38px;height:38px}.storefront .nav-actions{flex:none;gap:7px}.storefront .nav-actions .button{min-height:44px;padding:9px 11px}.storefront .hero{padding:24px 0 28px!important}.storefront .hero-grid{gap:22px!important}.storefront .hero h1{max-width:12ch;margin:9px 0 13px;font-size:clamp(34px,10.8vw,48px);line-height:.98}.storefront .hero .lede{margin-bottom:0;font-size:15.5px;line-height:1.5}.storefront .hero-actions{gap:8px;margin-top:18px}.storefront .hero-actions .button{min-height:46px}.storefront .hero-card{border-radius:24px;max-height:240px;min-height:205px!important}.storefront .mc-theme-hero-art svg{transform:scale(.93)}.storefront .catalog{padding-bottom:62px;padding-top:18px!important}.storefront .catalog-head{background:color-mix(in srgb,var(--surface-soft) 97%,#fff);-webkit-backdrop-filter:none;border-color:color-mix(in srgb,var(--line) 70%,transparent);border-radius:14px;gap:9px;margin:0 -8px 16px;padding:8px;top:64px}.storefront .search{padding-left:13px;font-size:16px;min-height:48px!important}.storefront .search-clear{right:4px}.storefront .sort-control select{min-height:44px;font-size:14px}.storefront .category-row{overscroll-behavior-inline:contain;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;gap:7px}.storefront .category-row .chip{scroll-snap-align:start;min-height:42px;padding:9px 13px}.catalog-meta>span{font-size:11px}.storefront .product-grid,.storefront.theme-home .product-grid{gap:10px}.storefront .product-card{box-shadow:0 4px 16px #14181b09}.storefront .product-image{touch-action:manipulation}.storefront .product-copy>.button{min-height:44px!important}.storefront .product-title{min-height:37px!important}.storefront .modal-backdrop{-webkit-backdrop-filter:none;overscroll-behavior:contain;background:#0f12147a;place-items:end center;padding:0}.storefront .modal{width:100%;max-width:none;max-height:92dvh;padding:20px 16px calc(18px + env(safe-area-inset-bottom));overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border-radius:24px 24px 0 0}.storefront .modal-close{float:right;z-index:8;background:#f0f2f3;margin:-4px 0 4px 8px;position:sticky;top:0}.storefront .product-modal{padding-bottom:calc(88px + env(safe-area-inset-bottom));display:block}.storefront .product-modal .detail-image{aspect-ratio:4/3;border-radius:18px;max-height:34dvh;margin-bottom:18px;min-height:0!important}.storefront .product-modal>div:last-child>.button.primary{left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:95;border-radius:14px;width:auto;min-height:54px;margin:0;position:fixed;box-shadow:0 12px 30px #14181b33}.storefront .checkout-modal{width:100%;max-width:none;max-height:96dvh;padding:20px 16px calc(92px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0}.storefront .checkout-modal fieldset{margin:12px 0;padding:12px}.storefront .checkout-review,.storefront .checkout-totals{border-radius:14px}.storefront .checkout-modal>.button.primary:last-child{left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:95;width:auto;min-height:54px;margin:0;position:fixed;box-shadow:0 12px 30px #14181b33}.storefront .cart-drawer{overscroll-behavior:contain;width:100vw;height:100dvh;max-height:100dvh}.storefront .drawer-head{background:#fff;min-height:68px;padding:14px 16px}.storefront .drawer-body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:10px 16px}.storefront .drawer-foot{padding:15px 16px calc(14px + env(safe-area-inset-bottom));background:#fff;box-shadow:0 -8px 24px #14181b0e}.storefront .cart-line{gap:10px;padding:13px 0}.storefront .qty{gap:6px;margin-top:8px}.storefront.claim-offset{padding-bottom:calc(170px + env(safe-area-inset-bottom))}.storefront .claim-bar{bottom:calc(8px + env(safe-area-inset-bottom));max-height:calc(100dvh - 20px)}.panel-shell{min-height:100dvh;display:block}.panel-side{z-index:35;top:0;box-shadow:0 2px 14px #0a0e111f;height:auto!important;padding:9px 10px!important;position:sticky!important}.panel-side h2{display:none}.panel-side nav{overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:5px;overflow-x:auto;display:flex!important}.panel-side nav::-webkit-scrollbar{display:none}.panel-side nav button,.panel-side nav a{white-space:nowrap;flex:none;min-height:44px;padding:10px 12px!important}.panel-main{padding:18px 14px 46px!important}.panel-main h1{font-size:clamp(28px,9vw,38px)}.panel-card{border-radius:16px;padding:16px!important}.panel-card:has(.panel-table){-webkit-overflow-scrolling:touch;overflow-x:auto}.panel-table{min-width:620px}.stats{gap:9px!important}.stat{padding:14px}.stat strong{font-size:24px}.onboarding-page{padding:18px 12px calc(42px + env(safe-area-inset-bottom))!important}.onboarding-head{gap:12px;margin-bottom:18px}.onboarding-head h1{font-size:clamp(32px,10vw,44px)}.onboarding-progress{scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:7px;overflow-x:auto;grid-template-columns:none!important;display:flex!important}.onboarding-progress::-webkit-scrollbar{display:none}.onboarding-progress>div{scroll-snap-align:start;flex:none;min-width:142px;padding:10px 12px}.onboarding-card{border-radius:20px;padding:18px!important}.onboarding-title{margin-bottom:18px}.onboarding-actions{z-index:5;padding:14px 18px calc(14px + env(safe-area-inset-bottom));background:#fff;margin-bottom:-18px;margin-left:-18px;margin-right:-18px;position:sticky;bottom:0;box-shadow:0 -10px 24px #14181b0f}.tracking-page{padding:16px 10px calc(44px + env(safe-area-inset-bottom))!important}.tracking-head{gap:10px;margin-bottom:18px}.tracking-brand>img,.tracking-brand>span{border-radius:12px;width:42px;height:42px}.tracking-hero>div:first-child,.tracking-payment,.tracking-card{padding:20px!important}.tracking-hero h1{font-size:clamp(30px,10vw,44px)}.tracking-timeline{margin-bottom:16px}}@media (max-width:340px){.storefront .product-grid,.storefront.theme-home .product-grid{gap:12px;grid-template-columns:1fr!important}.storefront .product-title{min-height:auto!important;font-size:15px!important}.storefront .product-copy small{font-size:12px!important}.storefront .product-copy>.button{font-size:13px!important}.stats{grid-template-columns:1fr!important}}@media (max-width:900px) and (max-height:560px) and (orientation:landscape){.storefront .hero{padding:16px 0 22px!important}.storefront .hero-grid{grid-template-columns:1.15fr .85fr!important;gap:24px!important}.storefront .hero-card{max-height:180px;min-height:150px!important}.storefront .hero h1{font-size:clamp(30px,6vw,42px)}.storefront .catalog-head{top:62px}}@media (prefers-reduced-motion:reduce){.storefront .cart-drawer,.storefront .modal,.storefront .modal-backdrop,.storefront .product-card,.storefront .product-image img,.onboarding-page *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation:none!important}}
.storefront .catalog-head{border:1px solid color-mix(in srgb,var(--line) 78%,transparent)!important;background:color-mix(in srgb,var(--surface-soft) 96%,#fff)!important;border-radius:16px!important;grid-template-columns:minmax(0,1fr)!important;justify-content:stretch!important;align-items:stretch!important;gap:12px!important;width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding:12px!important;display:grid!important}.storefront .catalog-tools{grid-template-columns:minmax(0,1fr) minmax(210px,280px)!important;align-items:stretch!important;gap:10px!important;width:100%!important;min-width:0!important;display:grid!important}.storefront .search-wrap{position:relative;width:100%!important;min-width:0!important;max-width:none!important}.storefront .catalog-head .search{letter-spacing:0!important;text-transform:none!important;border-radius:12px!important;width:100%!important;min-width:0!important;max-width:none!important;height:50px!important;min-height:50px!important;padding:0 44px 0 14px!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:14px!important;font-weight:500!important;line-height:1.2!important;display:block!important}.storefront .search-clear{border-radius:10px!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;font-size:20px!important;line-height:1!important;right:6px!important}.storefront .sort-control{letter-spacing:0!important;text-transform:none!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:10px!important;width:100%!important;min-width:0!important;margin:0!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:12px!important;font-weight:700!important;line-height:1.2!important;display:grid!important}.storefront .sort-control>span{letter-spacing:0!important;text-transform:none!important;white-space:nowrap!important;margin:0!important;font-size:12px!important;font-weight:700!important;line-height:1.2!important;display:block!important}.storefront .sort-control select{letter-spacing:0!important;text-transform:none!important;border-radius:12px!important;width:100%!important;min-width:0!important;max-width:none!important;height:50px!important;min-height:50px!important;margin:0!important;padding:0 38px 0 14px!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:14px!important;font-weight:700!important;line-height:1.2!important;display:block!important}.storefront .catalog-meta{grid-template-columns:minmax(0,1fr)!important;justify-content:stretch!important;align-items:stretch!important;gap:8px!important;width:100%!important;min-width:0!important;display:grid!important}.storefront .catalog-meta>span{letter-spacing:0!important;text-align:left!important;text-transform:none!important;width:100%!important;margin:0!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:12px!important;font-weight:700!important;line-height:1.25!important;display:block!important}.storefront .category-row{scrollbar-width:none;overscroll-behavior-inline:contain;justify-content:flex-start!important;align-items:stretch!important;gap:8px!important;width:100%!important;min-width:0!important;max-width:none!important;padding:0!important;display:flex!important;overflow:auto hidden!important}.storefront .category-row::-webkit-scrollbar{display:none}.storefront .catalog-head .chip{-webkit-tap-highlight-color:transparent;touch-action:manipulation;border:1px solid var(--line)!important;background:var(--surface)!important;color:#555c61!important;min-width:96px!important;max-width:none!important;height:44px!important;min-height:44px!important;box-shadow:none!important;letter-spacing:-.01em!important;text-align:center!important;text-transform:none!important;white-space:nowrap!important;text-overflow:ellipsis!important;border-radius:12px!important;flex:1 0 96px!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:0 14px!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:13px!important;font-weight:750!important;line-height:1!important;display:inline-flex!important;overflow:hidden!important}.storefront .catalog-head .chip.active{background:var(--accent)!important;color:#fff!important;border-color:var(--accent)!important;box-shadow:none!important}.storefront .catalog-head .chip:hover{border-color:color-mix(in srgb,var(--accent) 32%,var(--line))!important}.storefront .catalog-head .chip.active:hover{border-color:var(--accent)!important}.storefront .catalog-head .chip:focus-visible,.storefront .catalog-head .search:focus-visible,.storefront .sort-control select:focus-visible,.storefront .search-clear:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 22%,transparent)!important;outline-offset:2px!important}.storefront .catalog-head button,.storefront .catalog-head input,.storefront .catalog-head select{-webkit-tap-highlight-color:transparent}@media (max-width:760px){.storefront .catalog-head{border-radius:16px!important;gap:10px!important;margin:0 0 16px!important;padding:10px!important}.storefront .catalog-tools{grid-template-columns:minmax(0,1fr)!important;gap:8px!important}.storefront .catalog-head .search,.storefront .sort-control select{height:48px!important;min-height:48px!important;font-size:16px!important}.storefront .sort-control{grid-template-columns:70px minmax(0,1fr)!important;width:100%!important}.storefront .sort-control>span{font-size:12px!important;display:block!important}.storefront .catalog-meta{gap:8px!important}.storefront .catalog-meta>span{order:0!important;font-size:12px!important}.storefront .category-row{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;order:1!important;gap:7px!important;width:100%!important;padding:0!important}.storefront .catalog-head .chip{scroll-snap-align:start;border-radius:12px!important;flex:1 0 96px!important;min-width:96px!important;height:44px!important;min-height:44px!important;padding:0 12px!important;font-size:13px!important;line-height:1!important}}@media (max-width:380px){.storefront .catalog-head{padding:8px!important}.storefront .sort-control{grid-template-columns:62px minmax(0,1fr)!important;gap:8px!important}.storefront .catalog-head .chip{flex-basis:90px!important;min-width:90px!important;padding-inline:10px!important;font-size:12px!important}}
.storefront .catalog-head{border:1px solid color-mix(in srgb,var(--line) 78%,transparent)!important;background:color-mix(in srgb,var(--surface-soft) 96%,#fff)!important;border-radius:16px!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:10px 12px!important;width:100%!important;max-width:none!important;margin:0 0 24px!important;padding:12px!important;display:grid!important}.storefront .catalog-tools,.storefront .catalog-meta{display:contents!important}.storefront .search-wrap{grid-area:1/1/auto/-1!important;width:100%!important;min-width:0!important;max-width:none!important;display:block!important;position:relative!important}.storefront .catalog-head .search{border:1px solid var(--line)!important;background:var(--surface)!important;color:#303438!important;letter-spacing:0!important;text-transform:none!important;appearance:none!important;border-radius:12px!important;width:100%!important;min-width:0!important;max-width:none!important;height:52px!important;min-height:52px!important;margin:0!important;padding:0 48px 0 16px!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:15px!important;font-weight:500!important;line-height:normal!important;display:block!important}.storefront .catalog-head .search::placeholder{color:#7c8287!important;opacity:1!important;letter-spacing:0!important;text-transform:none!important;font-size:15px!important;font-weight:500!important}.storefront .catalog-head .search::-webkit-search-cancel-button{display:none!important}.storefront .search-clear{color:#687075!important;background:0 0!important;border:0!important;border-radius:10px!important;place-items:center!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;margin:0!important;padding:0!important;font-size:20px!important;line-height:1!important;display:grid!important;position:absolute!important;top:50%!important;right:7px!important;transform:translateY(-50%)!important}.storefront .catalog-meta>span{color:#73797e!important;letter-spacing:0!important;text-align:left!important;text-transform:none!important;white-space:nowrap!important;grid-area:2/1!important;align-self:center!important;min-width:0!important;margin:0!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:12px!important;font-weight:700!important;line-height:1.25!important;display:block!important}.storefront .sort-control{color:#73797e!important;letter-spacing:0!important;text-transform:none!important;white-space:nowrap!important;grid-area:2/2!important;justify-self:end!important;align-items:center!important;gap:8px!important;width:auto!important;min-width:0!important;margin:0!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:12px!important;font-weight:700!important;line-height:1.2!important;display:flex!important}.storefront .sort-control>span{letter-spacing:0!important;text-transform:none!important;margin:0!important;font-size:12px!important;font-weight:700!important;line-height:1.2!important;display:inline!important}.storefront .sort-control select{border:1px solid var(--line)!important;background:var(--surface)!important;color:#3d4246!important;letter-spacing:0!important;text-transform:none!important;border-radius:10px!important;width:auto!important;min-width:148px!important;max-width:220px!important;height:42px!important;min-height:42px!important;margin:0!important;padding:0 34px 0 12px!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:13px!important;font-weight:700!important;line-height:normal!important;display:block!important}.storefront .category-row{overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none!important;grid-area:3/1/auto/-1!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;padding:0!important;display:flex!important;overflow:auto hidden!important}.storefront .category-row::-webkit-scrollbar{display:none!important}.storefront .catalog-head .chip{touch-action:manipulation;width:auto!important;min-width:max(88px,max-content)!important;border:1px solid var(--line)!important;background:var(--surface)!important;color:#555c61!important;max-width:none!important;height:42px!important;min-height:42px!important;box-shadow:none!important;letter-spacing:0!important;text-align:center!important;text-transform:none!important;white-space:nowrap!important;-webkit-tap-highlight-color:transparent!important;border-radius:999px!important;flex:none!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:0 15px!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:13px!important;font-weight:700!important;line-height:1!important;display:inline-flex!important}.storefront .catalog-head .chip.active{background:var(--accent)!important;color:#fff!important;border-color:var(--accent)!important}.storefront .catalog-head .chip:hover{border-color:color-mix(in srgb,var(--accent) 30%,var(--line))!important}.storefront .catalog-head .chip.active:hover{border-color:var(--accent)!important}.storefront .catalog-head button,.storefront .catalog-head input,.storefront .catalog-head select{-webkit-tap-highlight-color:transparent!important}.storefront .catalog-head .chip:focus-visible,.storefront .catalog-head .search:focus-visible,.storefront .sort-control select:focus-visible,.storefront .search-clear:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 22%,transparent)!important;outline-offset:2px!important}@media (max-width:600px){.storefront .catalog-head{border-radius:14px!important;grid-template-columns:minmax(0,1fr) auto!important;gap:9px 10px!important;margin:0 0 16px!important;padding:10px!important}.storefront .catalog-head .search{height:50px!important;min-height:50px!important;padding-left:15px!important;font-size:16px!important}.storefront .catalog-head .search::placeholder{font-size:16px!important}.storefront .catalog-meta>span{font-size:12px!important}.storefront .sort-control>span{display:none!important}.storefront .sort-control select{min-width:138px!important;max-width:164px!important;height:40px!important;min-height:40px!important;font-size:13px!important}.storefront .category-row{scroll-snap-type:x proximity;gap:7px!important}.storefront .catalog-head .chip{scroll-snap-align:start;min-width:max(84px,max-content)!important;height:42px!important;min-height:42px!important;padding:0 14px!important;font-size:13px!important}}@media (max-width:360px){.storefront .catalog-head{gap:8px!important;padding:9px!important}.storefront .sort-control select{min-width:126px!important;max-width:142px!important;font-size:12px!important}.storefront .catalog-head .chip{min-width:max(80px,max-content)!important;padding-inline:12px!important;font-size:12px!important}}
.storefront .hero-actions{flex-wrap:wrap!important;align-items:center!important;gap:8px!important;max-width:100%!important;display:flex!important}.storefront .hero-actions .button{letter-spacing:0!important;text-transform:none!important;white-space:nowrap!important;text-align:center!important;border-radius:11px!important;flex:0 auto!important;width:auto!important;max-width:100%!important;min-height:42px!important;padding:9px 14px!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:13px!important;font-weight:750!important;line-height:1.15!important}.storefront .claim-bar{color:#fff!important}.storefront .claim-bar>div:last-child{flex:none!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important;display:flex!important}.storefront .claim-bar .button{letter-spacing:0!important;text-transform:none!important;opacity:1!important;white-space:nowrap!important;border-radius:11px!important;min-height:42px!important;padding:9px 14px!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:13px!important;font-weight:800!important;line-height:1.15!important}.storefront .claim-bar .button.primary{color:#17191b!important;background:#fff!important;border:1px solid #fff!important;box-shadow:0 5px 18px #00000029!important}.storefront .claim-bar .button.text{color:#fff!important;box-shadow:none!important;background:#ffffff1a!important;border:1px solid #ffffff6b!important}.storefront .claim-bar .button.primary:hover{background:#f5f6f7!important}.storefront .claim-bar .button.text:hover{background:#ffffff2e!important;border-color:#ffffffad!important}.storefront .claim-bar .button:focus-visible{outline-offset:2px!important;outline:3px solid #ffffff94!important}@media (max-width:760px){.storefront .hero-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;width:100%!important;margin-top:16px!important;display:grid!important}.storefront .hero-actions .button{white-space:normal!important;overflow-wrap:anywhere!important;width:100%!important;min-width:0!important;min-height:42px!important;padding:8px 9px!important;font-size:12.5px!important;line-height:1.15!important}.storefront .claim-bar{gap:11px!important}.storefront .claim-bar>div:last-child{grid-template-columns:minmax(0,1.45fr) minmax(86px,.75fr)!important;gap:8px!important;width:100%!important;display:grid!important}.storefront .claim-bar .button{white-space:normal!important;width:100%!important;min-width:0!important;padding:9px 10px!important;font-size:12.5px!important}}@media (max-width:340px){.storefront .hero-actions{grid-template-columns:1fr!important}.storefront .hero-actions .button{min-height:40px!important}.storefront .claim-bar>div:last-child{grid-template-columns:1fr!important}}
.storefront .category-row{align-items:center!important;padding-block:5px!important;scroll-padding-inline:2px!important;overflow-y:visible!important}.storefront .catalog-head .chip,.storefront .catalog-head .chip:hover,.storefront .catalog-head .chip:active,.storefront .catalog-head .chip.active,.storefront .catalog-head .chip.active:hover,.storefront .catalog-head .chip:focus-visible{box-sizing:border-box!important;vertical-align:middle!important;transform:translate(0,0)scale(1)!important}.storefront .catalog-head .chip{line-height:1.1!important;overflow:visible!important}.storefront .catalog-head .chip.active{box-shadow:none!important}.storefront .catalog-head .chip:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 18%,transparent)!important;outline:0!important}.storefront .catalog-head .search,.storefront .sort-control select,.storefront .catalog-head .chip{text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}.storefront .catalog-head .search,.storefront .sort-control select{line-height:1.2!important}.storefront .catalog-meta>span{line-height:1.3!important}.storefront.theme-essential .hero-card:after{border:1px solid color-mix(in srgb,var(--accent) 38%,transparent)!important;opacity:.55!important;z-index:4!important;pointer-events:none!important;transform-origin:50%!important;background:0 0!important;border-radius:50%!important;width:146px!important;height:94px!important;animation:12s linear infinite mc-orbit!important;display:block!important;inset:auto -42px -52px auto!important}.storefront.theme-pet .hero-card:after{border:1px dashed color-mix(in srgb,var(--accent) 38%,transparent)!important;opacity:.55!important;z-index:4!important;pointer-events:none!important;transform-origin:50%!important;background:0 0!important;border-radius:50%!important;width:166px!important;height:108px!important;animation:12s linear infinite mc-orbit!important;display:block!important;inset:auto -42px -52px auto!important}@media (max-width:760px){.storefront .category-row{padding-block:5px!important}.storefront .catalog-head .chip{height:42px!important;min-height:42px!important;padding-inline:13px!important;font-size:13px!important}.storefront.theme-essential .hero-card:after{width:116px!important;height:74px!important;bottom:-40px!important;right:-34px!important}.storefront.theme-pet .hero-card:after{width:128px!important;height:82px!important;bottom:-40px!important;right:-34px!important}.storefront .hero-actions .button,.storefront .claim-bar .button,.storefront .product-copy>.button{justify-content:center!important;align-items:center!important;line-height:1.2!important}}@media (max-width:360px){.storefront .category-row{padding-block:5px!important}.storefront .catalog-head .chip{height:40px!important;min-height:40px!important;padding-inline:12px!important;font-size:12.5px!important}}@media (prefers-reduced-motion:reduce){.storefront.theme-essential .hero-card:after,.storefront.theme-pet .hero-card:after{animation:none!important;transform:rotate(-12deg)!important}}
.storefront .service-strip,.storefront .hero-actions>.button.secondary{display:none!important}.storefront .nav-login-link{color:#707579;border-bottom:1px solid #0000;align-items:center;min-height:36px;padding:5px 2px;font-size:12px;font-weight:750;line-height:1;text-decoration:none;display:inline-flex}.storefront .nav-login-link:hover{color:var(--accent);border-bottom-color:color-mix(in srgb,var(--accent) 35%,transparent)}.storefront .local-hub{z-index:5;margin-top:-14px;margin-bottom:18px;position:relative}.storefront .local-signal-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.storefront .local-signal{border:1px solid color-mix(in srgb,var(--accent) 13%,var(--line));background:color-mix(in srgb,var(--surface) 96%,var(--accent) 4%);min-width:0;min-height:76px;color:inherit;border-radius:15px;align-items:center;gap:11px;padding:13px 14px;text-decoration:none;display:flex;box-shadow:0 8px 24px #12181c09}.storefront a.local-signal{transition:border-color .18s,background .18s,transform .18s}@media (hover:hover){.storefront a.local-signal:hover{border-color:color-mix(in srgb,var(--accent) 34%,var(--line));background:color-mix(in srgb,var(--surface) 91%,var(--accent) 9%);transform:translateY(-1px)}}.storefront .local-signal>span:last-child{gap:3px;min-width:0;display:grid}.storefront .local-signal b{letter-spacing:-.01em;font-size:13px;line-height:1.15}.storefront .local-signal small{text-overflow:ellipsis;white-space:nowrap;color:#73787c;min-width:0;font-size:11px;line-height:1.25;overflow:hidden}.storefront .local-icon{background:var(--accent-soft);width:31px;height:31px;color:var(--accent);border-radius:10px;flex:0 0 31px;place-items:center;font-size:17px;font-weight:900;display:grid}.storefront .local-dot{background:#8b9195;border-radius:999px;flex:0 0 10px;width:10px;height:10px;box-shadow:0 0 0 5px #8b91951a}.storefront .hours-open .local-dot{background:#25a55f;box-shadow:0 0 0 5px #25a55f1c}.storefront .hours-closed .local-dot{background:#a97c4a;box-shadow:0 0 0 5px #a97c4a1a}.storefront .local-secondary{color:#777d81;flex-wrap:wrap;align-items:center;gap:8px 16px;padding:9px 4px 0;font-size:11px;display:flex}.storefront .local-secondary a{color:inherit;border-bottom:1px solid color-mix(in srgb,currentColor 28%,transparent);text-decoration:none}.storefront .local-secondary a:hover{color:var(--accent)}.storefront .local-demo-note{color:#8a8f93;padding:7px 4px 0;font-size:10px;line-height:1.4;display:block}.storefront .product-local-cue{margin:-3px 0 8px;display:block;color:color-mix(in srgb,var(--accent) 78%,#575d61)!important;min-height:0!important;font-size:10.5px!important;font-weight:750!important}.storefront .product-availability a{background:var(--accent-soft);color:color-mix(in srgb,var(--accent) 85%,#333);border-radius:999px;padding:7px 9px;font-size:11px;font-weight:750;text-decoration:none}.storefront .product-whatsapp{text-align:center;color:var(--accent);margin-top:10px;font-size:12px;font-weight:750;text-decoration:none;display:block}.storefront .product-whatsapp:hover{text-decoration:underline}.storefront .about-store{border-top:1px solid var(--line);background:var(--surface);margin-top:14px;padding:54px 0}.storefront .about-store-grid{grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);align-items:start;gap:50px;display:grid}.storefront .about-store .eyebrow{margin:0 0 9px}.storefront .about-store h2{letter-spacing:-.035em;margin:0 0 9px;font-size:clamp(28px,3vw,44px);line-height:1.02}.storefront .about-store-grid>div:first-child>small{color:#858a8e;font-size:11px;line-height:1.45;display:block}.storefront .about-store-copy{max-width:720px}.storefront .about-store-copy p{color:#555c60;letter-spacing:-.01em;margin:0;font-size:clamp(17px,1.65vw,22px);line-height:1.65}.storefront .about-store-copy span{color:var(--accent);letter-spacing:.04em;margin-top:16px;font-size:12px;font-weight:800;display:block}.storefront .visit-store{border-top:1px solid var(--line);background:color-mix(in srgb,var(--surface) 95%,var(--accent) 5%);margin-top:0;padding:46px 0}.storefront .visit-store-grid{grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);align-items:stretch;gap:34px;display:grid}.storefront .map-card{border:1px solid color-mix(in srgb,var(--accent) 14%,var(--line));background:color-mix(in srgb,#f2f3f1 92%,var(--accent) 8%);min-height:250px;color:var(--accent);isolation:isolate;border-radius:22px;align-content:center;place-items:center;gap:12px;padding:24px;text-decoration:none;display:grid;position:relative;overflow:hidden}.storefront .map-grid{z-index:-1;opacity:.48;background-image:linear-gradient(30deg,transparent 47%,color-mix(in srgb,var(--accent) 11%,transparent) 48% 51%,transparent 52%), linear-gradient(120deg,transparent 47%,color-mix(in srgb,var(--accent) 9%,transparent) 48% 51%,transparent 52%), linear-gradient(color-mix(in srgb,var(--accent) 5%,transparent) 1px,transparent 1px), linear-gradient(90deg,color-mix(in srgb,var(--accent) 5%,transparent) 1px,transparent 1px);background-size:90px 90px,110px 110px,28px 28px,28px 28px;position:absolute;inset:-30px;transform:rotate(-7deg)scale(1.15)}.storefront .map-pin{background:var(--surface);border:1px solid color-mix(in srgb,var(--accent) 15%,var(--line));border-radius:18px;place-items:center;width:54px;height:54px;font-size:28px;display:grid;box-shadow:0 12px 30px #191e2214}.storefront .map-card b{font-size:13px}.storefront .visit-copy{flex-direction:column;justify-content:center;align-items:flex-start;min-width:0;display:flex}.storefront .visit-copy .eyebrow{margin-bottom:8px}.storefront .visit-copy h2{margin:0 0 9px;font-size:clamp(25px,3vw,40px);line-height:1.04}.storefront .visit-address{color:#686e72;margin:0 0 17px;line-height:1.5}.storefront .visit-address a{color:inherit;border-bottom:1px solid color-mix(in srgb,currentColor 28%,transparent);text-decoration:none}.storefront .visit-hours{align-items:center;gap:12px;margin:0 0 20px;display:flex}.storefront .visit-hours>div{gap:2px;display:grid}.storefront .visit-hours b{font-size:13px}.storefront .visit-hours small{color:#7b8084;font-size:11px}.storefront .visit-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:15px;display:flex}.storefront .visit-actions .button{min-height:40px;padding:9px 13px;font-size:12px}.storefront .visit-copy>small:not(.local-demo-note){color:#81868a;margin-top:3px;font-size:10.5px;display:block}.storefront .store-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px 28px}.storefront .store-footer-main{flex-wrap:wrap;align-items:center;gap:10px 14px;display:flex}.storefront .platform-credit{color:#8b9094;white-space:nowrap;font-size:10.5px}.storefront .platform-credit a{color:#666d71;border-bottom:1px solid color-mix(in srgb,currentColor 24%,transparent);font-weight:750}.storefront .platform-credit a:hover{color:var(--accent)}@media (min-width:901px) and (max-height:820px){.storefront .store-nav{padding-top:9px!important;padding-bottom:9px!important}.storefront .brand-mark,.storefront .brand-logo{width:38px!important;height:38px!important}.storefront .hero{padding:28px 0 20px!important}.storefront .hero-grid{gap:34px!important}.storefront .hero h1{margin:8px 0 12px!important;font-size:clamp(40px,5vw,60px)!important;line-height:.96!important}.storefront .hero .lede{max-width:46ch;margin:0 0 14px!important;font-size:15px!important;line-height:1.45!important}.storefront .hero-actions .button{min-height:40px!important;padding:9px 14px!important;font-size:12px!important}.storefront .hero-card{min-height:276px!important;max-height:294px!important}.storefront .local-hub{margin-top:-5px!important;margin-bottom:10px!important}.storefront .local-signal{min-height:62px;padding:9px 11px}.storefront .local-icon{flex-basis:27px;width:27px;height:27px;font-size:14px}.storefront .local-signal b{font-size:12px}.storefront .local-signal small{font-size:10px}.storefront .local-secondary{padding-top:6px;font-size:10px}.storefront .local-demo-note{padding-top:4px;font-size:9px}}@media (min-width:901px) and (max-height:700px){.storefront .hero{padding:20px 0 14px!important}.storefront .hero h1{font-size:clamp(36px,4.5vw,52px)!important}.storefront .hero .lede{margin-bottom:10px!important;font-size:14px!important}.storefront .hero-card{min-height:232px!important;max-height:248px!important}.storefront .local-signal{min-height:56px;padding:7px 10px}.storefront .local-secondary{padding-top:4px}.storefront .local-demo-note{padding-top:3px}}@media (max-width:900px){.storefront .local-signal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront .about-store-grid{grid-template-columns:1fr;gap:18px}.storefront .visit-store-grid{grid-template-columns:minmax(230px,.8fr) minmax(0,1.2fr);gap:24px}.storefront .map-card{min-height:220px}}@media (max-width:600px){.storefront .nav-login-link{min-height:44px;padding-inline:4px;font-size:12px}.storefront .local-hub{margin-top:-10px;margin-bottom:14px;padding-inline:16px!important}.storefront .local-signal-grid{gap:7px}.storefront .local-signal{border-radius:13px;gap:9px;min-height:68px;padding:10px 11px}.storefront .local-icon{border-radius:9px;flex-basis:28px;width:28px;height:28px;font-size:15px}.storefront .local-signal b{font-size:12px}.storefront .local-signal small{font-size:10px}.storefront .local-secondary{gap:7px 13px;padding-top:8px;font-size:10px}.storefront .local-demo-note{font-size:9.5px}.storefront .catalog{padding-top:8px!important}.storefront .product-local-cue{margin:-2px 0 7px;font-size:9.5px!important}.storefront .about-store{margin-top:4px;padding:34px 0}.storefront .about-store-grid{padding-inline:16px!important}.storefront .about-store h2{font-size:29px}.storefront .about-store-copy p{font-size:16px;line-height:1.6}.storefront .visit-store{padding:28px 0}.storefront .visit-store-grid{grid-template-columns:1fr;gap:20px;padding-inline:16px!important}.storefront .map-card{border-radius:17px;min-height:142px}.storefront .map-pin{border-radius:15px;width:45px;height:45px;font-size:23px}.storefront .visit-copy h2{font-size:28px}.storefront .visit-address{margin-bottom:13px;font-size:13px}.storefront .visit-hours{margin-bottom:15px}.storefront .visit-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;width:100%;display:grid}.storefront .visit-actions .button{text-align:center;justify-content:center;width:100%;min-width:0}.storefront .visit-actions .button.text:last-child:nth-child(3){grid-column:1/-1}.storefront .store-footer{text-align:center;flex-direction:column;align-items:center}.storefront .store-footer-main{justify-content:center}}@media (max-width:360px){.storefront .local-signal-grid{grid-template-columns:1fr}.storefront .local-signal{min-height:62px}}@media (prefers-reduced-motion:reduce){.storefront a.local-signal{transition:none!important}}
