@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&family=Inter:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap";.app-button.MuiButton-root{border-radius:var(--radius-sm);min-height:48px;transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);padding-inline:20px;font-weight:700;position:relative}.app-button.MuiButton-root.Mui-disabled{opacity:.58}.app-button--primary.MuiButton-root{color:var(--button-text);background:var(--cta-gradient);box-shadow:var(--shadow-soft);border:0}.app-button--primary.MuiButton-root:hover{background:var(--cta-gradient);box-shadow:var(--shadow-medium);transform:translateY(-1px)}.app-button--secondary.MuiButton-root{color:var(--text-primary);background:var(--surface-low);border:0}.app-button--secondary.MuiButton-root:hover{background:var(--surface-bright);transform:translateY(-1px)}.app-button--ghost.MuiButton-root{color:var(--primary);background:0 0;border:0}.app-button--ghost.MuiButton-root:hover{background:color-mix(in srgb, var(--primary-container) 6%, transparent)}.app-button--destructive.MuiButton-root{color:color-mix(in srgb, var(--status-error) 82%, var(--text-primary));background:var(--error-soft);border:0}.app-button--destructive.MuiButton-root:hover{background:color-mix(in srgb, var(--status-error) 16%, var(--surface-card))}.app-button__spinner{align-items:center;display:inline-flex}.app-surface-card{border-radius:var(--radius-lg);background:var(--surface-card);box-shadow:var(--shadow-soft);position:relative;overflow:hidden}.app-surface-card--subtle{background:var(--surface-low)}.app-surface-card--contrast{color:var(--text-primary);background:var(--surface-bright);box-shadow:var(--shadow-soft)}.app-surface-card--hero{box-shadow:none;background:0 0;border:0;border-radius:0}.app-surface-card--glass{background:var(--nav-glass);-webkit-backdrop-filter:blur(var(--nav-blur));backdrop-filter:blur(var(--nav-blur))}.app-surface-card--interactive{transition:background-color var(--transition-base), transform var(--transition-base), box-shadow var(--transition-base)}.app-surface-card--interactive:hover{background:var(--surface-bright);box-shadow:var(--shadow-medium);transform:translateY(-2px)}.app-input .MuiInputBase-root{border-radius:var(--radius-md);background:var(--surface-card)}.app-input .MuiInputBase-root:hover{background:var(--surface-bright)}.app-input .MuiInputBase-root.Mui-focused{box-shadow:0 0 0 3px var(--focus-ring)}.app-input .MuiOutlinedInput-notchedOutline{border-color:var(--ghost-border)}.app-input .MuiInputLabel-root{color:var(--text-secondary)}.app-input .MuiInputAdornment-root,.app-input .MuiSvgIcon-root{color:var(--primary)}.app-quantity{align-items:center;gap:var(--space-2);background:var(--surface-low);border-radius:18px;padding:6px;display:inline-flex}.app-quantity__button{background:var(--surface-card);width:38px;height:38px;color:var(--text-primary);cursor:pointer;transition:background-color var(--transition-fast), transform var(--transition-fast);border:0;border-radius:12px}.app-quantity__button:hover:not(:disabled){background:var(--interactive-hover);transform:translateY(-1px)}.app-quantity__button:disabled{cursor:not-allowed;opacity:.5}.app-quantity__value{text-align:center;min-width:32px;color:var(--text-primary);font-weight:700}.app-modal__paper{width:min(92vw,640px);padding:var(--panel-padding);border-radius:var(--radius-lg);background:var(--surface-bright);box-shadow:var(--shadow-strong);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.app-data-table{border-radius:var(--radius-xl);background:var(--surface-card);box-shadow:var(--shadow-soft);overflow:hidden}.app-data-table__container{background:0 0}.app-data-table .MuiTable-root{min-width:720px}.app-data-table__head-cell{white-space:nowrap;background:var(--surface-low)}.app-data-table__cell{vertical-align:top}.app-data-table__row:last-child .app-data-table__cell{border-bottom:none}.app-data-table--zebra .MuiTableBody-root .MuiTableRow-root:nth-of-type(2n){background:color-mix(in srgb, var(--surface-low) 76%, transparent)}.app-empty-state,.app-loading-state{place-items:center;gap:var(--space-4);text-align:center;min-height:240px;padding:var(--panel-padding);border-radius:var(--radius-xl);background:var(--surface-low);display:grid}.app-empty-state__body,.app-loading-state__body{gap:var(--space-3);justify-items:center;display:grid}.app-empty-state__description{max-width:540px}:root{--primary:#0d1016;--primary-container:#131b2e;--secondary:#f2f4f6;--accent:#62758e;--status-success:#2f7c62;--status-warning:#af7f42;--status-error:#c66a62;--background:#f7f9fb;--surface:#fff;--surface-low:#f2f4f6;--surface-card:#fff;--surface-bright:#fbfcfd;--surface-muted:#f2f4f6;--surface-alt:#f2f4f6;--surface-elevated:#fff;--surface-contrast:#f7f9fb;--surface-overlay:#fbfcfdeb;--surface-inverse:#0d1016;--surface-inverse-hover:#252b36;--surface-inverse-text:#fff;--surface-panel-spotlight:#131b2e0f;--text-primary:#191c1e;--text-secondary:#66707c;--text-muted:#7a8491;--border-subtle:#c6c6cd26;--border-strong:#c6c6cd42;--ghost-border:#c6c6cd26;--outline-ghost:#c6c6cd26;--button-text:#fff;--accent-text:#101317;--interactive-hover:#eef2f6;--interactive-active:#e4e9f0;--focus-ring:#131b2e29;--shadow-soft:0 4px 20px #191c1e0a;--shadow-medium:0 12px 32px #191c1e0f;--shadow-strong:0 20px 52px #191c1e14;--page-glow-a:#131b2e1a;--page-glow-b:#62758e24;--nav-background:#fbfcfdcc;--nav-glass:#fbfcfdcc;--nav-blur:20px;--accent-soft:#62758e1a;--success-soft:#2f7c621f;--warning-soft:#af7f421f;--error-soft:#c66a621f;--gradient-page:linear-gradient(180deg, #fbfcfd 0%, #f7f9fb 42%, #f2f4f6 100%);--gradient-hero:linear-gradient(145deg, #fffffffa 0%, #f2f4f6f5 54%, #fffffffa 100%);--gradient-panel:linear-gradient(180deg, #fbfcfd, #fffffffa);--gradient-soft-icon:#131b2e14;--hero-sheen:radial-gradient(circle at top left, #131b2e14 0%, transparent 58%);--gradient-accent:linear-gradient(145deg, #000 0%, #131b2e 100%);--cta-gradient:linear-gradient(145deg, #0d1016 0%, #131b2e 100%);--font-body:"IBM Plex Sans Arabic", "Inter", sans-serif;--font-heading:"Plus Jakarta Sans", "IBM Plex Sans Arabic", "Inter", sans-serif;--max-width:1240px;--grid-columns:12;--page-inset:clamp(18px, 4vw, 32px);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:32px;--space-8:40px;--space-9:48px;--space-10:56px;--space-11:64px;--space-12:80px;--section-padding:56px;--section-padding-compact:36px;--hero-padding:clamp(28px, 5vw, 56px);--card-padding:18px;--panel-padding:clamp(18px, 2.8vw, 28px);--gap:clamp(18px, 2.8vw, 28px);--radius-sm:12px;--radius-md:14px;--radius-lg:18px;--radius-xl:24px;--radius-xxl:32px;--transition-fast:.12s cubic-bezier(.2, .75, .2, 1);--transition-base:.18s cubic-bezier(.2, .75, .2, 1);--transition-slow:.22s cubic-bezier(.2, .75, .2, 1)}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%}body{min-height:100vh;color:var(--text-primary);background:var(--gradient-page);font-family:var(--font-body);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern" 1;direction:rtl;margin:0;line-height:1.84;position:relative;overflow-x:clip}body:before,body:after{content:"";filter:blur(80px);pointer-events:none;z-index:-1;border-radius:999px;position:fixed;inset:auto}body:before{background:var(--page-glow-a);width:26rem;height:26rem;inset-block-start:-10rem;inset-inline-start:-9rem}body:after{background:var(--page-glow-b);width:24rem;height:24rem;inset-block-end:-11rem;inset-inline-end:-8rem}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}input[type=password]{text-align:left;letter-spacing:normal;font-variant-ligatures:none;font-feature-settings:normal;text-rendering:auto;direction:ltr;font-family:Segoe UI,Tahoma,Arial,sans-serif}#root{isolation:isolate}.storefront-page{gap:var(--section-padding);padding-block:calc(var(--section-padding-compact) - 4px) var(--section-padding);display:grid}.storefront-page--compact{gap:var(--space-8)}.storefront-page--narrow{max-width:var(--max-width);margin-inline:auto}.storefront-shell{width:min(100%, var(--max-width));margin-inline:auto}.storefront-section{gap:var(--gap);display:grid}.storefront-section__head{justify-content:space-between;align-items:flex-end;gap:var(--space-6);flex-wrap:wrap;display:flex}.storefront-section__copy{gap:var(--space-3);min-width:0;display:grid}.storefront-eyebrow{align-items:center;gap:var(--space-2);width:fit-content;color:var(--text-secondary);letter-spacing:.14em;text-transform:uppercase;font-size:.74rem;font-weight:700;display:inline-flex}.storefront-title{font-family:var(--font-heading);letter-spacing:-.025em;margin:0;font-size:clamp(2.6rem,4.2vw,3.8rem);line-height:1.08}.storefront-subtitle{max-width:58ch;color:var(--text-secondary);margin:0;line-height:1.88}.storefront-grid{gap:var(--gap);grid-template-columns:repeat(12,minmax(0,1fr));align-items:start;display:grid}.storefront-grid>*{min-width:0}.storefront-grid__span-12{grid-column:span 12}.storefront-grid__span-8{grid-column:span 8}.storefront-grid__span-7{grid-column:span 7}.storefront-grid__span-6{grid-column:span 6}.storefront-grid__span-5{grid-column:span 5}.storefront-grid__span-4{grid-column:span 4}.storefront-grid__span-3{grid-column:span 3}.storefront-toolbar,.storefront-action-row,.storefront-chip-row{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.storefront-stack{gap:var(--space-4);display:grid}.storefront-hero{gap:var(--gap);padding:var(--hero-padding);border-radius:var(--radius-xxl);background:var(--gradient-hero);box-shadow:var(--shadow-medium);isolation:isolate;display:grid;position:relative;overflow:hidden}.storefront-hero:before{content:"";background:var(--hero-sheen);pointer-events:none;position:absolute;inset:0}.storefront-hero__copy{z-index:1;gap:var(--space-5);align-content:center;display:grid;position:relative}.storefront-hero__metrics{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.storefront-metric{min-height:116px;padding:var(--space-5);border-radius:var(--radius-lg);background:var(--surface-card);gap:var(--space-2);box-shadow:var(--shadow-soft);display:grid}.storefront-metric__label{color:var(--text-secondary);font-size:.82rem}.storefront-metric__value{font-family:var(--font-heading);font-size:clamp(1.3rem,1.9vw,1.6rem);line-height:1.15}.storefront-cover-frame{border-radius:calc(var(--radius-xxl) - 4px);background:var(--surface-low);min-height:440px;box-shadow:var(--shadow-medium);position:relative;overflow:hidden}.storefront-cover-frame img{object-fit:cover;width:100%;height:100%}.storefront-cover-frame:after{display:none}.storefront-logo{object-fit:cover;background:var(--surface-card);width:96px;height:96px;box-shadow:var(--shadow-medium);border:0;border-radius:26px}.storefront-logo--empty{font-family:var(--font-heading);color:var(--button-text);background:var(--gradient-accent);place-items:center;font-size:1.8rem;display:grid}.storefront-list{gap:var(--space-3);display:grid}.storefront-products-grid{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:16px;width:min(100%,1096px);margin-inline:auto;display:flex}.storefront-products-grid>*{flex:0 calc(20% - 11.2px);min-width:0;max-width:calc(20% - 11.2px)}.storefront-cards-grid{gap:var(--gap);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.storefront-sidebar{gap:var(--space-6);align-content:start;display:grid}.storefront-promo{padding:var(--panel-padding);color:var(--text-primary);border-radius:var(--radius-xl);background:var(--surface-low);box-shadow:var(--shadow-soft);position:relative;overflow:hidden}.storefront-promo:before{display:none}.storefront-promo>*{z-index:1;position:relative}.storefront-promo .storefront-subtitle{color:var(--text-secondary)}.storefront-note{color:var(--text-muted);font-size:.84rem}@media (width<=1199px){.storefront-products-grid{width:min(100%,874px)}.storefront-products-grid>*{flex-basis:calc(25% - 10.5px);max-width:calc(25% - 10.5px)}.storefront-grid__span-8,.storefront-grid__span-7,.storefront-grid__span-6,.storefront-grid__span-5,.storefront-grid__span-4,.storefront-grid__span-3{grid-column:span 12}.storefront-cover-frame{min-height:380px}}@media (width<=899px){.storefront-page{gap:var(--space-8)}.storefront-title{font-size:clamp(2rem,7vw,2.7rem)}.storefront-hero{padding:clamp(24px,5vw,38px)}.storefront-products-grid{width:min(100%,652px)}.storefront-products-grid>*{flex-basis:calc(33.3333% - 9.33333px);max-width:calc(33.3333% - 9.33333px)}.storefront-hero__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=639px){:root{--section-padding:36px;--section-padding-compact:24px;--hero-padding:22px;--panel-padding:14px;--gap:14px}.storefront-section__head{align-items:start}.storefront-title{font-size:clamp(1.95rem,8vw,2.5rem)}.storefront-subtitle{font-size:.92rem;line-height:1.84}.storefront-cover-frame{min-height:300px}.storefront-logo{border-radius:22px;width:84px;height:84px}.storefront-products-grid{gap:12px;width:min(100%,432px)}.storefront-products-grid>*{flex-basis:calc(50% - 5px);max-width:calc(50% - 5px)}.storefront-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.storefront-hero__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront-metric{min-height:96px;padding:14px}.storefront-metric__label{font-size:.74rem}}.store-navbar{padding:12px var(--page-inset) 0;background:0 0}.store-navbar__toolbar{width:min(100%, var(--max-width));align-items:center;gap:var(--space-5);border-radius:calc(var(--radius-xxl) - 6px);background:var(--nav-glass);min-height:76px;-webkit-backdrop-filter:blur(var(--nav-blur));backdrop-filter:blur(var(--nav-blur));box-shadow:var(--shadow-soft);border:0;grid-template-columns:auto 1fr auto;margin-inline:auto;padding:12px 16px;display:grid}.store-navbar__brand{align-items:center;gap:var(--space-4);color:inherit;min-width:0;display:inline-flex}.store-navbar__brand-mark{width:46px;height:46px;color:var(--button-text);background:var(--cta-gradient);box-shadow:var(--shadow-soft);border-radius:16px;place-items:center;display:grid}.store-navbar__brand-logo{object-fit:cover;background:var(--surface-card);width:46px;height:46px;box-shadow:var(--shadow-soft);border-radius:16px;flex-shrink:0}.store-navbar__brand-mark--drawer,.store-navbar__brand-logo--drawer{width:42px;height:42px}.store-navbar__brand-text{gap:2px;min-width:0;display:grid}.store-navbar__eyebrow{color:var(--text-secondary);letter-spacing:.14em}.store-navbar__brand-name{font-family:var(--font-heading);letter-spacing:-.015em;white-space:nowrap;text-overflow:ellipsis;font-size:1.08rem;font-weight:700;line-height:1.2;overflow:hidden}.store-navbar__nav{background:color-mix(in srgb, var(--surface-low) 84%, transparent);border-radius:999px;justify-self:center;align-items:center;gap:8px;padding:6px;display:inline-flex}.store-navbar__link{min-height:42px;color:var(--text-secondary);transition:color var(--transition-fast), background-color var(--transition-fast), transform var(--transition-fast);border-radius:999px;justify-content:center;align-items:center;padding-inline:14px;font-size:.94rem;display:inline-flex;position:relative}.store-navbar__link:after{display:none}.store-navbar__link:hover,.store-navbar__link--active{color:var(--surface-inverse-text);background:var(--surface-inverse);transform:translateY(-1px)}.store-navbar__actions{justify-content:flex-end;align-items:center;gap:var(--space-3);display:inline-flex}.store-navbar__auth-wrap{flex-wrap:wrap}.store-navbar__support-button{white-space:nowrap}.store-navbar__profile-trigger,.store-navbar__icon-button,.store-navbar__theme-option{box-shadow:none;background:var(--surface-card)!important;border:0!important}.store-navbar__profile-trigger{width:42px;height:42px;padding:0!important}.store-navbar__profile-avatar{width:100%;height:100%;color:var(--button-text);background:var(--cta-gradient);font-size:.9rem;font-weight:700}.store-navbar__profile-avatar--large{flex-shrink:0;width:46px;height:46px}.store-navbar__profile-menu,.store-navbar__theme-menu{border-radius:var(--radius-xl);border:0;min-width:260px;margin-top:12px;background:var(--surface-bright)!important;box-shadow:var(--shadow-strong)!important}.store-navbar__profile-menu-list,.store-navbar__theme-menu-list{padding:8px!important}.store-navbar__profile-menu-head,.store-navbar__profile-panel-head,.store-navbar__profile-info{align-items:center;gap:12px;display:flex}.store-navbar__profile-menu-head{padding:10px}.store-navbar__profile-copy{gap:2px;min-width:0;display:grid}.store-navbar__profile-name,.store-navbar__profile-copy .MuiTypography-caption-root,.store-navbar__profile-info .MuiTypography-body2-root{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.store-navbar__profile-info{color:var(--text-secondary);padding:10px}.store-navbar__profile-info:last-of-type{padding-bottom:10px}.store-navbar__profile-id{font-family:var(--font-body);letter-spacing:.06em}.store-navbar__profile-item{border-radius:14px;gap:6px;min-height:46px!important}.store-navbar__profile-panel{border-radius:var(--radius-xl);background:var(--surface-low);gap:12px;padding:14px;display:grid}.store-navbar__icon-button{width:40px;height:40px;color:var(--text-primary)!important}.store-navbar__icon-button svg{font-size:1.2rem}.store-navbar__cart-button .MuiBadge-badge{min-width:18px;height:18px;font-size:.66rem}.store-navbar__theme-options{align-items:center;gap:8px;padding:2px;display:flex}.store-navbar__theme-option{width:40px;height:40px;color:var(--text-secondary)!important}.store-navbar__theme-option--active{background:var(--surface-inverse)!important;color:var(--surface-inverse-text)!important}.store-navbar__spacer{min-height:1px}.store-navbar__drawer{align-content:start;gap:var(--space-6);background:var(--surface-bright);width:min(88vw,360px);padding:20px;display:grid}.store-navbar__drawer-head,.store-navbar__drawer-brand,.store-navbar__drawer-head-actions{align-items:center;gap:var(--space-3);display:flex}.store-navbar__drawer-head{justify-content:space-between}.store-navbar__drawer-brand{min-width:0}.store-navbar__drawer-head-actions{flex-shrink:0}.store-navbar__drawer-section{gap:var(--space-3);display:grid}.store-navbar__drawer-links{gap:var(--space-2);display:grid}.store-navbar__link--drawer{background:0 0;border-radius:16px;justify-content:flex-start;min-height:48px;padding-inline:14px}.store-navbar__link--drawer:hover,.store-navbar__link--drawer.store-navbar__link--active{background:var(--surface-low);color:var(--text-primary)}@media (width<=1199px){.store-navbar__toolbar{gap:var(--space-4)}.store-navbar__nav{gap:6px}.store-navbar__support-button{padding-inline:.6rem}}@media (width<=899px){.store-navbar{padding-top:8px}.store-navbar__toolbar{grid-template-columns:auto 1fr auto;min-height:68px;padding:10px 12px}.store-navbar__brand-name{font-size:1rem}.store-navbar__brand-mark,.store-navbar__brand-logo,.store-navbar__profile-trigger{width:40px;height:40px}}@media (width<=639px){.store-navbar__toolbar{gap:var(--space-3);padding-inline:10px}.store-navbar__eyebrow{display:none}.store-navbar__brand-name{max-width:28vw;font-size:.96rem}}.store-footer{gap:var(--space-5);padding:var(--space-7);border-radius:var(--radius-xxl);background:var(--surface-low);box-shadow:var(--shadow-soft);display:grid}.store-footer__grid{gap:var(--gap);grid-template-columns:minmax(0,1.4fr) minmax(160px,.7fr) minmax(260px,1fr);align-items:start;display:grid}.store-footer__brand{gap:var(--space-3);display:grid}.store-footer__title{max-width:18ch;margin:0}.store-footer__lead{max-width:58ch}.store-footer__links{align-content:start;gap:10px;display:grid}.store-footer__link{color:var(--text-secondary);transition:color var(--transition-fast);font-weight:600}.store-footer__link:hover{color:var(--text-primary)}.store-footer__meta{gap:var(--space-3);justify-items:start;display:grid}.store-footer__meta-title{margin:0}.store-footer__actions,.store-footer__notes{flex-wrap:wrap;gap:10px;display:flex}.store-footer__note-pill{background:var(--surface-card);min-height:34px;color:var(--text-secondary);border-radius:999px;align-items:center;padding-inline:12px;font-size:.84rem;font-weight:600;display:inline-flex}.store-footer__bottom{padding-top:var(--space-2);color:var(--text-secondary);flex-wrap:wrap;justify-content:space-between;gap:12px;display:flex}@media (width<=899px){.store-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=639px){.store-footer{padding:var(--space-6)}.store-footer__grid{grid-template-columns:minmax(0,1fr)}}.main-layout{flex-direction:column;min-height:100vh;display:flex}.main-layout__content{width:min(100%, var(--max-width));padding-inline:var(--page-inset);flex:1;margin-inline:auto}.main-layout__footer{width:min(100%, var(--max-width));padding-inline:var(--page-inset);padding-bottom:var(--space-6);margin-inline:auto}.store-local-footer{gap:var(--space-5);padding:var(--space-7);border-radius:var(--radius-xxl);background:var(--surface-low);box-shadow:var(--shadow-soft);display:grid}.store-local-footer__grid{gap:var(--gap);grid-template-columns:minmax(0,1.35fr) minmax(180px,.7fr) minmax(260px,1fr);align-items:start;display:grid}.store-local-footer__story,.store-local-footer__actions{gap:var(--space-3);display:grid}.store-local-footer__title{max-width:18ch;margin:0}.store-local-footer__lead{max-width:58ch}.store-local-footer__links{align-content:start;gap:10px;display:grid}.store-local-footer__link{color:var(--text-secondary);transition:color var(--transition-fast);font-weight:600}.store-local-footer__link:hover{color:var(--text-primary)}.store-local-footer__link--disabled{opacity:.45;pointer-events:none}.store-local-footer__link--disabled:hover{color:var(--text-secondary)}.store-local-footer__actions-title{margin:0}.store-local-footer__bottom{padding-top:var(--space-2);color:var(--text-secondary);flex-wrap:wrap;justify-content:space-between;gap:12px;display:flex}@media (width<=899px){.store-local-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=639px){.store-local-footer{padding:var(--space-6)}.store-local-footer__grid{grid-template-columns:minmax(0,1fr)}}.store-layout{flex-direction:column;min-height:100vh;display:flex}.store-layout__content{width:min(100%, var(--max-width));padding-inline:var(--page-inset);flex:1;margin-inline:auto}.store-layout__preview-alert{margin-top:var(--space-4)}.store-layout__footer{width:min(100%, var(--max-width));padding-inline:var(--page-inset);padding-bottom:var(--space-6);margin-inline:auto}
