@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;600;700;800;900&family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap");*{box-sizing:border-box}body,html{margin:0;padding:0}:root{--primary:#1e3a8a;--primary-2:#1e40af;--primary-3:#1d4ed8;--primary-soft:#eff6ff;--primary-tint:#f8fafc;--accent:#f59e0b;--accent-2:#d97706;--bg:#fff;--bg-soft:#f8fafc;--bg-muted:#f1f5f9;--line:#e2e8f0;--line-2:#cbd5e1;--line-soft:#f1f5f9;--text:#0f172a;--text-soft:#475569;--text-muted:#64748b;--success:#15803d;--success-soft:#dcfce7;--danger:#b91c1c;--danger-soft:#fee2e2;--warn:#b45309;--warn-soft:#fef3c7;--info:#0369a1;--info-soft:#dbeafe;--radius-sm:8px;--radius:12px;--radius-lg:16px;--shadow-xs:0 1px 2px rgba(15,23,42,.04);--shadow-sm:0 1px 3px rgba(15,23,42,.06),0 1px 2px rgba(15,23,42,.04);--shadow-md:0 4px 14px rgba(15,23,42,.07);--shadow-lg:0 14px 40px rgba(30,58,138,.14)}body{font-family:Tajawal,IBM Plex Sans Arabic,system-ui,sans-serif;background:var(--bg-soft);color:var(--text);font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased}button{cursor:pointer}button,input,select,textarea{font-family:inherit}input:focus,select:focus,textarea:focus{border-color:var(--primary)!important;box-shadow:0 0 0 3px rgba(30,58,138,.1)!important;outline:none!important}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-2)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:9px 16px;font-size:13px;font-weight:700;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;transition:all .15s;white-space:nowrap}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,var(--primary) 0,var(--primary-3) 100%);color:#fff;box-shadow:0 4px 12px rgba(30,58,138,.22)}.btn-primary:hover:not(:disabled){box-shadow:0 8px 18px rgba(30,58,138,.3);transform:translateY(-1px)}.btn-ghost{background:#fff;color:var(--text);border-color:var(--line)}.btn-ghost:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-tint)}.btn-danger{background:#fff;color:var(--danger);border-color:#fecaca}.btn-danger:hover{background:#fef2f2}.btn-sm{padding:6px 12px;font-size:12px}.btn-xs{padding:4px 10px;font-size:11.5px}.input{width:100%;padding:9px 12px;border:1px solid var(--line-2);border-radius:var(--radius-sm);font-size:13.5px}.card,.input{background:#fff}.card{border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow-xs)}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:700}.badge-success{background:var(--success-soft);color:var(--success)}.badge-danger{background:var(--danger-soft);color:var(--danger)}.badge-warn{background:var(--warn-soft);color:var(--warn)}.badge-info{background:var(--info-soft);color:var(--info)}.badge-muted{background:var(--bg-muted);color:var(--text-soft)}.kicker{font-size:11px;color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase}.h1,.kicker{font-weight:800}.h1{font-size:22px;margin:4px 0;letter-spacing:-.01em}.sub{font-size:13px;color:var(--text-soft)}.alert{padding:12px 16px;border-radius:var(--radius-sm);font-size:13.5px;font-weight:600;margin-bottom:14px;border:1px solid transparent}.alert-ok{background:var(--success-soft);color:var(--success);border-color:#86efac}.alert-err{background:var(--danger-soft);color:var(--danger);border-color:#fca5a5}.table{width:100%;border-collapse:collapse;font-size:13px}.table th{text-align:start;padding:10px 12px;font-size:11px;font-weight:700;color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;background:var(--bg-soft);border-bottom:1px solid var(--line)}.table td{padding:10px 12px;border-top:1px solid var(--line-soft)}.table tbody tr:hover{background:var(--bg-soft)}.shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{background:linear-gradient(180deg,#0f172a 0,var(--primary) 100%);color:#fff;display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;height:100vh}.brand{padding:18px 22px;display:flex;align-items:center;gap:10px;border-bottom:1px solid hsla(0,0%,100%,.08)}.brand-mark{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#1e293b;font-weight:900;display:grid;place-items:center;font-size:18px}.brand-name{font-size:15px;font-weight:800}.brand-sub{font-size:10.5px;opacity:.7;letter-spacing:.05em;text-transform:uppercase}.nav{flex:1 1;padding:12px 10px;display:flex;flex-direction:column;gap:2px;overflow-y:auto}.nav-section{font-size:10px;font-weight:800;color:hsla(0,0%,100%,.45);padding:14px 12px 6px;letter-spacing:.1em;text-transform:uppercase}.nav-link{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:9px;color:hsla(0,0%,100%,.78);font-size:13px;font-weight:600;transition:all .12s;cursor:pointer}.nav-link:hover{background:hsla(0,0%,100%,.07);color:#fff}.nav-link.active{background:rgba(245,158,11,.16);color:var(--accent)}.foot{padding:14px;border-top:1px solid hsla(0,0%,100%,.08);display:flex;align-items:center;gap:10px}.avatar{width:34px;height:34px;border-radius:50%;background:var(--accent);color:#1e293b;display:grid;place-items:center;font-weight:900}.topbar{background:#fff;border-bottom:1px solid var(--line);height:60px;padding:0 24px;display:flex;align-items:center;gap:16px;position:-webkit-sticky;position:sticky;top:0;z-index:20}.main{padding:24px 28px;max-width:1500px;margin:0 auto}.login-bg{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#0f172a 0,var(--primary) 50%,var(--primary-3) 100%);padding:20px;position:relative;overflow:hidden}.login-card{width:100%;max-width:420px;background:#fff;border-radius:20px;padding:30px 28px;box-shadow:0 25px 70px rgba(0,0,0,.3)}.login-title{font-size:22px;font-weight:800;margin:0 0 6px}.login-sub{font-size:13px;color:var(--text-soft);margin:0 0 22px;text-align:center}.login-field{margin-bottom:14px}.filter-bar{display:flex;gap:10px;flex-wrap:wrap;padding:14px;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-xs);margin-bottom:14px}.chip,.filter-bar{align-items:center;background:#fff}.chip{display:inline-flex;gap:6px;padding:5px 11px;border-radius:999px;border:1px solid var(--line);font-size:12px;font-weight:600;color:var(--text-soft);cursor:pointer}.chip:hover{color:var(--primary)}.chip.active,.chip:hover{border-color:var(--primary)}.chip.active{background:var(--primary);color:#fff}.store-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow-xs);cursor:pointer;transition:all .18s}.store-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--primary)}.store-logo{width:56px;height:56px;border-radius:12px;object-fit:cover;border:1px solid var(--line)}.store-logo,.tabs{background:var(--bg-muted)}.tabs{display:flex;gap:4px;padding:4px;border-radius:10px;overflow-x:auto}.tab{padding:8px 14px;border-radius:8px;font-size:13px;font-weight:700;color:var(--text-soft);cursor:pointer;white-space:nowrap;transition:all .12s;border:none;background:transparent}.tab.active{background:#fff;color:var(--primary);box-shadow:var(--shadow-xs)}.toggle{display:inline-flex;align-items:center;gap:10px;cursor:pointer}.toggle input{position:absolute;opacity:0}.toggle__track{width:40px;height:22px;background:#cbd5e1;border-radius:999px;position:relative;transition:background .2s}.toggle__thumb{position:absolute;top:2px;right:2px;width:18px;height:18px;background:#fff;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.18);transition:transform .2s}.toggle input:checked+.toggle__track{background:linear-gradient(135deg,var(--primary),var(--primary-3))}.toggle input:checked+.toggle__track .toggle__thumb{transform:translateX(-18px)}.spinner{width:18px;height:18px;border:2.5px solid var(--line);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(1turn)}}.mobile-btn,.sidebar-overlay{display:none}@media (max-width:720px){.shell{grid-template-columns:1fr}.drill-grid{grid-template-columns:1fr!important}.mobile-btn{display:inline-flex}.sidebar{position:fixed;top:0;right:0;height:100vh;width:250px;z-index:60;transform:translateX(100%);transition:transform .25s ease;box-shadow:-10px 0 40px rgba(0,0,0,.35)}.sidebar.open{transform:translateX(0)}.sidebar-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:55}.topbar{padding:0 13px;gap:8px}.main{padding:16px 13px}.table{display:block;overflow-x:auto;white-space:nowrap}.filter-bar{padding:10px}}.store-edit-overview{display:grid;grid-gap:18px;gap:18px}.store-edit-root-fieldset{width:100%;min-inline-size:0;margin:0}.store-edit-root-fieldset[aria-busy=true]{cursor:wait}.store-edit-section{position:relative;overflow:hidden;padding:22px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-xs)}.store-edit-section:before{position:absolute;inset-block:0;inset-inline-start:0;width:3px;content:"";background:var(--line)}.store-edit-media-section:before,.store-edit-owner-section:before{background:var(--accent)}.store-edit-location-section:before{background:var(--primary-3)}.store-edit-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.store-edit-eyebrow{margin-bottom:3px;color:var(--primary-3);font:700 10.5px/1.4 IBM Plex Sans Arabic,Tajawal,sans-serif;letter-spacing:.08em}.store-edit-section-title{margin:0;color:var(--text);font-size:17px;font-weight:900;letter-spacing:-.01em}.store-edit-section-copy{max-width:680px;margin:5px 0 0;color:var(--text-soft);font-size:12.5px}.store-edit-access-badge,.store-edit-pending{flex:none;padding:5px 10px;border:1px solid #fde68a;border-radius:999px;background:#fffbeb;color:var(--warn);font-size:10.5px;font-weight:800}.store-edit-access-badge{border-color:var(--line);background:var(--bg-soft);color:var(--text-soft)}.store-edit-access-badge.can-edit{border-color:#bbf7d0;background:#f0fdf4;color:var(--success)}.store-edit-media-preview{position:relative;min-height:292px;margin-bottom:16px;overflow:hidden;border:1px solid #dbe4f0;border-radius:14px;background:#fff}.store-edit-cover-preview{height:218px;overflow:hidden;background:linear-gradient(135deg,#0f172a,var(--primary))}.store-edit-cover-preview img{width:100%;height:100%;display:block;object-fit:cover}.store-edit-cover-empty{height:100%;display:grid;place-items:center;color:hsla(0,0%,100%,.74);font-size:12px;font-weight:700}.store-edit-logo-preview{position:absolute;inset-inline-start:22px;top:167px;width:96px;height:96px;display:grid;place-items:center;overflow:hidden;border:5px solid #fff;border-radius:20px;background:var(--primary-soft);box-shadow:0 12px 30px rgba(15,23,42,.18);color:var(--primary);font-size:34px;font-weight:900}.store-edit-logo-preview img{width:100%;height:100%;display:block;object-fit:cover}.store-edit-media-caption{min-height:73px;display:flex;flex-direction:column;justify-content:center;padding:11px 138px 11px 22px}.store-edit-media-caption strong{overflow:hidden;color:var(--text);font-size:15px;text-overflow:ellipsis;white-space:nowrap}.store-edit-media-caption span{margin-top:2px;color:var(--text-muted);font-size:11.5px}.store-edit-coordinate-grid,.store-edit-field-grid,.store-edit-media-controls,.store-edit-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.store-edit-field-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}.store-edit-media-control{padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--bg-soft)}.store-edit-media-control-title{color:var(--text);font-size:13px;font-weight:800}.store-edit-media-control-copy{min-height:36px;margin:3px 0 10px;color:var(--text-muted);font-size:11.5px;line-height:1.55}.store-edit-action-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.store-edit-upload-button{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 12px;overflow:hidden;border:1px solid var(--primary);border-radius:8px;background:#fff;color:var(--primary);font-size:12px;font-weight:800;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.store-edit-upload-button:hover{background:var(--primary-soft);box-shadow:0 3px 10px rgba(30,58,138,.1)}.store-edit-upload-button:focus-within{outline:3px solid rgba(29,78,216,.16);outline-offset:2px}.store-edit-upload-button.is-disabled{opacity:.5;pointer-events:none}.store-edit-upload-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.store-edit-file-name{max-width:100%;margin-top:8px;overflow:hidden;color:var(--text-soft);font:500 11px/1.5 IBM Plex Sans Arabic,sans-serif;text-overflow:ellipsis;white-space:nowrap}.store-edit-remove-note{margin-top:8px;color:var(--danger);font-size:11px;font-weight:700}.store-edit-help-line{margin-top:10px;color:var(--text-muted);font-size:11px}.store-edit-inline-alert{margin:12px 0 0}.store-edit-section-actions{display:flex;justify-content:flex-end;margin-top:14px}.store-edit-spinner-light{width:15px;height:15px;border-color:#fff hsla(0,0%,100%,.4) hsla(0,0%,100%,.4)}.store-edit-select-field{margin-bottom:14px}.store-edit-select-field label{display:block;margin-bottom:6px;color:var(--text-soft);font-size:12px;font-weight:700}.store-edit-select-field>span{display:block;margin-top:4px;color:var(--text-muted);font-size:11px}.store-edit-status-grid>div{margin-bottom:0!important}.store-edit-security-panel{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(300px,1.2fr);grid-gap:22px;gap:22px;margin-top:20px;padding:20px;border:1px solid #dbeafe;border-radius:14px;background:linear-gradient(135deg,#f8fafc,#eff6ff)}.store-edit-security-label{color:var(--primary-3);font:800 10.5px/1.4 IBM Plex Sans Arabic,sans-serif;letter-spacing:.08em}.store-edit-security-copy h3{margin:5px 0 7px;font-size:16px;font-weight:900}.store-edit-security-copy p{margin:0;color:var(--text-soft);font-size:12px;line-height:1.75}.store-edit-password-form>label{display:block;margin:0 0 6px;color:var(--text-soft);font-size:12px;font-weight:700}.store-edit-password-form>label:not(:first-child){margin-top:11px}.store-edit-password-input{position:relative}.store-edit-password-input .input{-webkit-padding-end:64px;padding-inline-end:64px}.store-edit-password-input button{position:absolute;inset-inline-end:6px;top:50%;padding:4px 8px;transform:translateY(-50%);border:0;border-radius:6px;background:var(--bg-muted);color:var(--primary);font-size:10.5px;font-weight:800}.store-edit-password-input button:focus-visible{outline:2px solid var(--primary-3);outline-offset:1px}.store-edit-password-policy{margin-top:7px;color:var(--text-muted);font-size:10.5px;line-height:1.6}.store-edit-password-save{width:100%;margin-top:12px}.store-edit-sticky-save{position:-webkit-sticky;position:sticky;bottom:12px;z-index:12;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 14px;border:1px solid #bfdbfe;border-radius:12px;background:hsla(0,0%,100%,.96);box-shadow:0 14px 36px rgba(15,23,42,.16);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.store-edit-sticky-save strong{display:block;color:var(--text);font-size:12.5px}.store-edit-sticky-save span{display:block;margin-top:1px;color:var(--text-muted);font-size:10.5px}@media (max-width:820px){.store-edit-field-grid,.store-edit-media-controls,.store-edit-security-panel,.store-edit-status-grid{grid-template-columns:1fr}.store-edit-media-control-copy{min-height:auto}}@media (max-width:560px){.store-edit-section{padding:17px 14px}.store-edit-section-head{flex-direction:column;gap:9px}.store-edit-coordinate-grid{grid-template-columns:1fr;gap:0}.store-edit-media-preview{min-height:250px}.store-edit-cover-preview{height:176px}.store-edit-logo-preview{inset-inline-start:14px;top:134px;width:82px;height:82px;border-width:4px;border-radius:17px}.store-edit-media-caption{min-height:74px;padding:11px 108px 11px 14px}.store-edit-media-caption span{display:none}.store-edit-section-actions .btn{width:100%}.store-edit-action-row>*{flex:1 1 auto}.store-edit-sticky-save{align-items:stretch;flex-direction:column;bottom:8px}}.store-location-picker{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-xs)}.store-location-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:14px 16px 12px}.store-location-title{margin:0;color:var(--text);font-size:14px;font-weight:800}.store-location-hint{margin:3px 0 0;color:var(--text-muted);font-size:11.5px}.store-location-state{flex:none;padding:4px 9px;border:1px solid;border-radius:999px;font-size:10.5px;font-weight:800}.store-location-state-saved{border-color:#bbf7d0;background:#f0fdf4;color:var(--success)}.store-location-state-empty{border-color:#fde68a;background:#fffbeb;color:var(--warn)}.store-location-preview-shell{position:relative;height:230px;overflow:hidden;border-block:1px solid var(--line);background:var(--bg-muted)}.store-location-preview-map{position:absolute;inset:0;z-index:0}.store-location-preview-shade{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(15,23,42,.02) 38%,rgba(15,23,42,.52))}.store-location-preview-error{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:22px;color:var(--text-soft);text-align:center}.store-location-preview-error .store-location-icon{width:20px;color:var(--primary)}.store-location-open-button{position:absolute;z-index:2;inset-inline-start:50%;bottom:18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:9px 17px;transform:translateX(50%);border:1px solid hsla(0,0%,100%,.78);border-radius:10px;background:hsla(0,0%,100%,.96);color:var(--primary);box-shadow:0 10px 28px rgba(15,23,42,.24);font-size:12.5px;font-weight:800;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .16s ease,box-shadow .16s ease}.store-location-open-button:hover{transform:translateX(50%) translateY(-1px);box-shadow:0 14px 32px rgba(15,23,42,.3)}.store-location-open-button .store-location-icon{width:18px}.store-location-preview-meta{display:flex;align-items:center;gap:9px;min-height:48px;padding:10px 14px;color:var(--text-soft);font-size:11.5px}.store-location-preview-meta-icon{display:grid;flex:none;width:28px;height:28px;place-items:center;border-radius:8px;background:var(--primary-soft);color:var(--primary)}.store-location-preview-meta-icon .store-location-icon{width:16px}.store-location-coordinate-pair{display:flex;flex-wrap:wrap;gap:5px 18px}.store-location-coordinate-pair bdi,.store-location-selected-coordinates bdi{-webkit-margin-start:4px;margin-inline-start:4px;color:var(--text);font-family:IBM Plex Sans Arabic,ui-monospace,SFMono-Regular,Consolas,monospace;font-weight:700;letter-spacing:.015em}.store-location-icon{display:block;width:20px;height:20px}.store-location-dialog{position:fixed;inset:0;z-index:10050;display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:100vw;height:100vh;height:100dvh;overflow:hidden;background:#fff;color:var(--text);animation:store-location-dialog-in .2s ease-out both}.store-location-dialog-header{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:76px;padding:12px 22px;border-bottom:1px solid var(--line);background:hsla(0,0%,100%,.98);box-shadow:0 3px 14px rgba(15,23,42,.06)}.store-location-dialog-heading{display:flex;align-items:center;gap:12px;min-width:0}.store-location-dialog-heading-icon{display:grid;flex:none;width:42px;height:42px;place-items:center;border-radius:12px;background:linear-gradient(145deg,var(--primary),var(--primary-3));color:#fff;box-shadow:0 8px 20px rgba(30,58,138,.24)}.store-location-dialog-heading-icon .store-location-icon{width:22px;height:22px}.store-location-dialog-heading h2{margin:0;font-size:17px;font-weight:900}.store-location-dialog-heading p{margin:2px 0 0;color:var(--text-muted);font-size:11.5px}.store-location-icon-button{display:grid;flex:none;width:40px;height:40px;place-items:center;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--text-soft);transition:border-color .15s,color .15s,background .15s}.store-location-icon-button:hover{border-color:#fecaca;background:#fef2f2;color:var(--danger)}.store-location-map-workspace{position:relative;min-height:0;overflow:hidden;background:#dbe4ea}.store-location-full-map{position:absolute;inset:0;z-index:0}.store-location-crosshair{position:absolute;z-index:650;top:50%;left:50%;width:64px;height:64px;transform:translate(-50%,-50%);pointer-events:none;color:#1d4ed8;filter:drop-shadow(0 5px 8px rgba(15,23,42,.26));animation:store-location-target-in .35s ease-out .08s both}.store-location-search-panel{position:absolute;z-index:800;top:18px;left:50%;width:min(570px,calc(100% - 40px));transform:translateX(-50%)}.store-location-search-form{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;overflow:hidden;border:1px solid rgba(203,213,225,.94);border-radius:13px;background:hsla(0,0%,100%,.97);box-shadow:0 12px 32px rgba(15,23,42,.18);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.store-location-search-input-icon{position:absolute;z-index:1;inset-inline-start:14px;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none}.store-location-search-input-icon .store-location-icon{width:19px}.store-location-search-input{width:100%;min-width:0;height:50px;padding:0 46px 0 12px;border:0;background:transparent;color:var(--text);font-size:13.5px;outline:none}.store-location-search-input:focus{box-shadow:none!important}.store-location-search-button{align-self:stretch;min-width:74px;margin:5px;padding:0 16px;border:0;border-radius:9px;background:var(--primary);color:#fff;font-size:12px;font-weight:800}.store-location-search-button:disabled{opacity:.55;cursor:not-allowed}.store-location-search-results{max-height:min(310px,42vh);margin:7px 0 0;padding:5px;overflow-y:auto;list-style:none;border:1px solid var(--line);border-radius:12px;background:hsla(0,0%,100%,.98);box-shadow:0 16px 38px rgba(15,23,42,.2)}.store-location-search-results li+li{border-top:1px solid var(--line-soft)}.store-location-search-result{display:grid;grid-template-columns:28px minmax(0,1fr);grid-gap:8px;gap:8px;width:100%;padding:10px 9px;border:0;border-radius:8px;background:transparent;color:var(--text-soft);text-align:start;font-size:12px;line-height:1.55}.store-location-search-result:hover{background:var(--primary-soft);color:var(--primary)}.store-location-search-result-icon{display:grid;place-items:center;color:var(--primary)}.store-location-search-result-icon .store-location-icon{width:17px}.store-location-search-message{margin-top:7px;padding:9px 12px;border:1px solid var(--line);border-radius:9px;background:hsla(0,0%,100%,.96);color:var(--text-soft);box-shadow:var(--shadow-sm);font-size:11.5px}.store-location-geolocation-controls{position:absolute;z-index:790;right:22px;bottom:22px;display:flex;align-items:flex-end;gap:9px}.store-location-locate-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:10px 16px;border:1px solid rgba(30,58,138,.18);border-radius:12px;background:#fff;color:var(--primary);box-shadow:0 10px 28px rgba(15,23,42,.2);font-size:13px;font-weight:900}.store-location-locate-button:hover:not(:disabled){border-color:var(--primary);background:var(--primary-soft)}.store-location-locate-button:disabled{opacity:.65;cursor:not-allowed}.store-location-locate-button .store-location-icon{width:20px}.store-location-accuracy-status{display:flex;max-width:310px;min-height:46px;flex-direction:column;justify-content:center;padding:8px 12px;border:1px solid #bfdbfe;border-radius:11px;background:rgba(239,246,255,.97);color:var(--text-soft);box-shadow:0 10px 28px rgba(15,23,42,.14);font-size:10.5px}.store-location-accuracy-status strong{color:#1d4ed8;font-size:11.5px}.store-location-map-alert{position:absolute;z-index:805;right:22px;bottom:82px;max-width:min(420px,calc(100% - 44px));padding:10px 13px;border:1px solid #fecaca;border-radius:10px;background:hsla(0,86%,97%,.98);color:var(--danger);box-shadow:var(--shadow-md);font-size:11.5px;font-weight:700}.store-location-map-error,.store-location-map-loading{position:absolute;z-index:700;top:50%;left:50%;display:flex;transform:translate(-50%,-50%);align-items:center;justify-content:center;gap:9px;border:1px solid var(--line);border-radius:12px;background:hsla(0,0%,100%,.97);color:var(--text-soft);box-shadow:0 12px 32px rgba(15,23,42,.16)}.store-location-map-loading{padding:12px 16px;font-size:12px}.store-location-map-error{width:min(390px,calc(100% - 36px));flex-direction:column;padding:20px;text-align:center;font-size:12px}.store-location-map-error .store-location-icon{width:25px;color:var(--danger)}.store-location-dialog-footer{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:76px;padding:12px 22px;border-top:1px solid var(--line);background:#fff;box-shadow:0 -4px 16px rgba(15,23,42,.07)}.store-location-selected-coordinates{display:flex;flex-direction:column;color:var(--text-muted);font-size:10.5px}.store-location-selected-coordinates bdi{margin:2px 0 0;font-size:13px}.store-location-dialog-actions{display:flex;align-items:center;gap:9px}.store-location-cancel-button,.store-location-confirm-button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:7px;padding:9px 17px;border-radius:10px;font-size:12.5px;font-weight:800}.store-location-cancel-button{border:1px solid var(--line);background:#fff;color:var(--text-soft)}.store-location-cancel-button:hover{border-color:var(--line-2);background:var(--bg-soft);color:var(--text)}.store-location-confirm-button{border:1px solid var(--primary);background:linear-gradient(135deg,var(--primary),var(--primary-3));color:#fff;box-shadow:0 7px 18px rgba(30,58,138,.25)}.store-location-confirm-button:hover:not(:disabled){box-shadow:0 10px 24px rgba(30,58,138,.32);transform:translateY(-1px)}.store-location-confirm-button:disabled{opacity:.55;cursor:not-allowed}.store-location-confirm-button .store-location-icon{width:18px}.store-location-spinner{display:inline-block;width:17px;height:17px;flex:none;border:2px solid;border-inline-end-color:transparent;border-radius:50%;animation:spin .75s linear infinite}.store-location-visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.store-location-cancel-button:focus-visible,.store-location-confirm-button:focus-visible,.store-location-icon-button:focus-visible,.store-location-locate-button:focus-visible,.store-location-open-button:focus-visible,.store-location-search-button:focus-visible,.store-location-search-result:focus-visible{outline:3px solid rgba(245,158,11,.65);outline-offset:2px}@keyframes store-location-dialog-in{0%{opacity:0;transform:scale(.995)}to{opacity:1;transform:scale(1)}}@keyframes store-location-target-in{0%{opacity:0;transform:translate(-50%,-62%) scale(.88)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media (max-width:720px){.store-location-preview-shell{height:200px}.store-location-open-button{width:calc(100% - 28px);bottom:14px}.store-location-dialog-header{min-height:64px;padding:9px 12px}.store-location-dialog-heading{gap:9px}.store-location-dialog-heading-icon{width:38px;height:38px;border-radius:10px}.store-location-dialog-heading h2{overflow:hidden;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.store-location-dialog-heading p{display:none}.store-location-icon-button{width:38px;height:38px}.store-location-search-panel{top:10px;width:calc(100% - 20px)}.store-location-search-input{height:48px;-webkit-padding-start:43px;padding-inline-start:43px;font-size:13px}.store-location-search-button{min-width:62px;padding:0 12px}.store-location-search-results{max-height:34vh}.store-location-geolocation-controls{right:10px;bottom:12px;left:10px;align-items:stretch}.store-location-locate-button{flex:none;min-height:44px}.store-location-accuracy-status{min-height:44px;flex:1 1;min-width:0}.store-location-map-alert{right:10px;bottom:68px;max-width:calc(100% - 20px)}.store-location-dialog-footer{min-height:98px;align-items:stretch;flex-direction:column;gap:8px;padding:9px 12px 10px}.store-location-selected-coordinates{flex-direction:row;align-items:center;justify-content:space-between;gap:10px}.store-location-selected-coordinates bdi{margin:0;font-size:11.5px}.store-location-dialog-actions{width:100%}.store-location-cancel-button,.store-location-confirm-button{flex:1 1;min-height:40px;padding:8px 12px}}@media (prefers-reduced-motion:reduce){.store-location-confirm-button,.store-location-crosshair,.store-location-dialog,.store-location-open-button{animation:none;transition:none}}.store-workbench{--workbench-navy:#10223f;--workbench-navy-2:#173761;--workbench-gold:#f6b83f;--workbench-paper:#fbfcfe}.store-workbench-hero{position:relative;overflow:hidden;margin-bottom:18px;border:1px solid rgba(148,163,184,.28);border-radius:20px;background:#fff;box-shadow:0 18px 48px rgba(15,23,42,.09)}.store-workbench-cover{position:relative;height:158px;background:radial-gradient(circle at 16% 12%,rgba(246,184,63,.35),transparent 30%),linear-gradient(125deg,#0b1b33,#173761 60%,#1d4ed8 130%);background-position:50%;background-size:cover}.store-workbench-cover-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,20,39,.1),rgba(8,20,39,.62))}.store-workbench-back,.store-workbench-live{position:absolute;z-index:1;top:18px;display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:6px 11px;border:1px solid hsla(0,0%,100%,.28);border-radius:999px;background:rgba(8,20,39,.46);color:#fff;font-size:11.5px;font-weight:800;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.store-workbench-back{inset-inline-start:18px}.store-workbench-back:hover{background:rgba(8,20,39,.7)}.store-workbench-live{inset-inline-end:18px}.store-workbench-live i{width:7px;height:7px;border-radius:50%;background:#fca5a5;box-shadow:0 0 0 4px hsla(0,94%,82%,.16)}.store-workbench-live.is-active i{background:#4ade80;box-shadow:0 0 0 4px rgba(74,222,128,.17)}.store-workbench-identity{position:relative;display:flex;align-items:flex-end;gap:18px;min-height:108px;padding:0 22px 17px}.store-workbench-logo{display:grid;flex:none;width:96px;height:96px;margin-top:-42px;place-items:center;overflow:hidden;border:4px solid #fff;border-radius:21px;background:linear-gradient(145deg,#eef3f9,#fff);color:var(--workbench-navy);box-shadow:0 10px 28px rgba(15,23,42,.16);font-size:30px;font-weight:900}.store-workbench-logo img{width:100%;height:100%;object-fit:cover}.store-workbench-title{flex:1 1;min-width:0;padding-top:16px}.store-workbench-title>span{color:var(--primary-3);font-size:10.5px;font-weight:900;letter-spacing:.055em}.store-workbench-title h1{margin:3px 0 1px;overflow:hidden;color:var(--workbench-navy);font-size:clamp(22px,2.5vw,31px);font-weight:900;letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap}.store-workbench-title p{margin:0;color:var(--text-muted);font-size:12px;font-weight:600}.store-workbench-title p i{margin:0 5px;color:var(--workbench-gold);font-style:normal}.store-workbench-actions{display:flex;align-items:center;gap:8px;padding-bottom:3px}.store-workbench-product-action{min-height:42px;padding-inline:18px}.store-workbench-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 22px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--workbench-paper)}.store-workbench-metrics>div{position:relative;min-width:0;padding:14px 17px}.store-workbench-metrics>div+div{-webkit-border-start:1px solid var(--line);border-inline-start:1px solid var(--line)}.store-workbench-metrics small,.store-workbench-metrics span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-workbench-metrics span{color:var(--text-muted);font-size:10.5px;font-weight:700}.store-workbench-metrics strong{display:block;margin:3px 0 1px;overflow:hidden;color:var(--workbench-navy);font-size:17px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.store-workbench-metrics small{color:var(--text-soft);font-size:10.5px}.store-workbench-flags{display:flex;flex-wrap:wrap;gap:6px;min-height:22px;padding:12px 22px 16px}.store-workbench-flags span{padding:4px 9px;border:1px solid #dbe5f1;border-radius:999px;background:#f7faff;color:var(--workbench-navy-2);font-size:10.5px;font-weight:800}.store-workbench-tabs{position:-webkit-sticky;position:sticky;z-index:12;top:69px;gap:3px;margin-bottom:17px;padding:6px;border:1px solid var(--line);background:rgba(241,245,249,.94);box-shadow:0 8px 24px rgba(15,23,42,.06);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.store-workbench-tabs .tab{min-height:38px}.store-workbench-tabs .tab.active{color:var(--workbench-navy);box-shadow:0 3px 12px rgba(15,23,42,.08)}.store-workbench-tabs .tab:focus-visible{outline:3px solid rgba(245,158,11,.4);outline-offset:-1px}.store-workbench-global-save{z-index:35}.store-items-surface{padding:0;border:0;background:transparent;box-shadow:none}.store-closure-status{display:flex;align-items:center;justify-content:center;gap:9px;margin-bottom:16px}.store-closure-status.alert{justify-content:space-between}.store-closure-form{display:grid;grid-template-columns:minmax(170px,1fr) minmax(170px,1fr) auto;align-items:end;grid-gap:10px;gap:10px}.store-cashier-row{display:grid;grid-template-columns:minmax(110px,1fr) minmax(130px,1fr) auto;align-items:center;grid-gap:8px;gap:8px}.store-products{min-height:360px}.store-products-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:14px;padding:22px 24px;overflow:hidden;border:1px solid #233f65;border-radius:18px;background:radial-gradient(circle at 80% -40%,rgba(246,184,63,.26),transparent 40%),linear-gradient(125deg,#0e213d,#183b68);color:#fff;box-shadow:0 14px 34px rgba(15,35,65,.16)}.store-products-heading>div:first-child>span{color:#f7c768;font-size:10.5px;font-weight:900;letter-spacing:.08em}.store-products-heading h2{margin:3px 0 2px;font-size:25px;font-weight:900}.store-products-heading p{margin:0;color:hsla(0,0%,100%,.68);font-size:12px}.store-products-heading-actions{display:flex;flex:none;align-items:center;gap:13px}.store-products-heading-actions>span{color:hsla(0,0%,100%,.72);font-size:11px;text-align:center}.store-products-heading-actions>span strong{display:block;color:#fff;font-size:18px;font-weight:900}.store-products-heading-actions .btn-primary{border-color:hsla(0,0%,100%,.22);background:linear-gradient(135deg,#f6b83f,#e59712);color:#17253a;box-shadow:0 8px 22px rgba(246,184,63,.22)}.store-products-toolbar{display:grid;grid-template-columns:minmax(230px,1.65fr) repeat(3,minmax(138px,.7fr));grid-gap:10px;gap:10px;padding:13px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-xs)}.store-products-toolbar>label{min-width:0}.store-products-toolbar>label>span:first-child:not(.store-products-visually-hidden){display:block;margin:0 2px 4px;color:var(--text-muted);font-size:10px;font-weight:800}.store-products-search{position:relative;align-self:end}.store-products-search>span[aria-hidden]{position:absolute;z-index:1;inset-inline-start:12px;bottom:7px;color:var(--text-muted);font-size:21px;line-height:1;transform:rotate(-15deg)}.store-products-search .input{height:40px;-webkit-padding-start:39px;padding-inline-start:39px;-webkit-padding-end:34px;padding-inline-end:34px}.store-products-search button{position:absolute;inset-inline-end:8px;bottom:8px;width:24px;height:24px;padding:0;border:0;border-radius:50%;background:var(--bg-muted);color:var(--text-soft);font-size:17px}.product-editor-visually-hidden,.store-products-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important}.store-products-result-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 3px 12px;color:var(--text-muted);font-size:11.5px}.store-products-result-bar label{display:flex;align-items:center;gap:6px}.store-products-result-bar select{padding:3px 8px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--text-soft);font:inherit}.store-products-alert{margin:0 0 12px}.store-products-saved{display:flex;align-items:center;justify-content:space-between;gap:12px}.store-products-saved button{padding:4px 8px;border:0;border-radius:7px;background:rgba(21,128,61,.1);color:var(--success);font-size:10.5px;font-weight:900}.store-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.store-product-card{position:relative;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 3px 12px rgba(15,23,42,.05);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.store-product-card:hover{transform:translateY(-2px);border-color:#b8c8dd;box-shadow:0 14px 30px rgba(15,35,65,.1)}.store-product-card.is-highlighted{border-color:#e9a91f;box-shadow:0 0 0 4px rgba(246,184,63,.2),0 14px 30px rgba(15,35,65,.12);animation:store-product-highlight 1.2s ease both}@keyframes store-product-highlight{0%,50%{box-shadow:0 0 0 7px rgba(246,184,63,.26),0 14px 30px rgba(15,35,65,.12)}to{box-shadow:0 0 0 4px rgba(246,184,63,.14),0 14px 30px rgba(15,35,65,.12)}}.store-product-media{position:relative;height:172px;overflow:hidden;background:linear-gradient(145deg,#edf2f7,#f8fafc)}.store-product-media img{position:absolute;inset:0;z-index:1;width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.store-product-card:hover .store-product-media img{transform:scale(1.025)}.store-product-placeholder{display:grid;width:100%;height:100%;place-items:center;color:#c4ceda;font-size:34px;font-weight:900}.store-product-discount,.store-product-state{position:absolute;z-index:2;top:11px;padding:5px 9px;border-radius:999px;font-size:10px;font-weight:900;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.store-product-state{inset-inline-start:11px;background:hsla(0,86%,97%,.94);color:var(--danger)}.store-product-state.is-active{background:rgba(240,253,244,.94);color:var(--success)}.store-product-state:before{display:inline-block;width:6px;height:6px;-webkit-margin-end:5px;margin-inline-end:5px;border-radius:50%;background:currentColor;content:""}.store-product-discount{inset-inline-end:11px;background:rgba(15,35,65,.84);color:#fff}.store-product-body{padding:14px 15px 12px}.store-product-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--text-muted);font-size:10.5px}.store-product-meta span{overflow:hidden;color:var(--primary-3);font-weight:800;text-overflow:ellipsis;white-space:nowrap}.store-product-body h3{min-height:44px;margin:5px 0 8px;overflow:hidden;color:#12233d;font-size:15px;font-weight:900;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.store-product-price{display:flex;align-items:baseline;gap:7px}.store-product-price strong{color:#10223f;font-size:17px;font-weight:900;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.store-product-price strong small{font-size:10px}.store-product-price del{color:var(--text-muted);font-size:10.5px}.store-product-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-top:11px;padding-top:10px;border-top:1px solid var(--line-soft)}.store-product-stats span{color:var(--text-muted);font-size:10.5px}.store-product-stats b{color:var(--text-soft);font-size:11.5px}.store-product-actions{padding:0 12px 12px}.store-product-primary-edit{display:flex;width:100%;align-items:center;justify-content:space-between;min-height:38px;padding:8px 11px;border:0;border-radius:9px;background:#eef4ff;color:var(--primary);font-size:11.5px;font-weight:900}.store-product-primary-edit:hover{background:#dfeaff}.store-product-actions>div{display:flex;align-items:center;gap:3px;margin-top:7px}.store-product-actions>div button{padding:4px 7px;border:0;border-radius:6px;background:transparent;color:var(--text-muted);font-size:10.5px;font-weight:700}.store-product-actions>div button:hover{background:var(--bg-muted);color:var(--text)}.store-product-actions>div .is-start{color:var(--success)}.store-product-actions>div .is-delete,.store-product-actions>div .is-stop{color:var(--danger)}.store-product-actions button:focus-visible{outline:3px solid rgba(245,158,11,.42);outline-offset:1px}.store-products-state{display:flex;min-height:310px;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding:32px;border:1px dashed var(--line-2);border-radius:16px;background:hsla(0,0%,100%,.75);color:var(--text-muted);text-align:center}.store-products-state>span:not(.spinner){display:grid;width:48px;height:48px;place-items:center;border-radius:15px;background:var(--bg-muted);color:var(--primary);font-size:24px;font-weight:900}.store-products-state h3{margin:2px 0 0;color:var(--text);font-size:16px}.store-products-state p{max-width:430px;margin:0 0 7px;font-size:12px}.store-products-state.is-error>span{background:var(--danger-soft);color:var(--danger)}.store-products-pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:18px}.store-products-pagination button{min-width:82px;padding:7px 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text-soft);font-size:11.5px;font-weight:800}.store-products-pagination button:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.store-products-pagination button:disabled{opacity:.45;cursor:not-allowed}.store-products-pagination span{color:var(--text-muted);font-size:11.5px}.product-editor{--editor-ink:#10223f;--editor-surface:#fff;--editor-gold:#f5b83f;display:block}.product-editor-hero{position:relative;overflow:hidden;margin-bottom:19px;padding:20px 24px 0;border:1px solid #1e3f6b;border-radius:20px;background:radial-gradient(circle at 82% -10%,rgba(245,184,63,.3),transparent 35%),linear-gradient(125deg,#0c1c34,#15365f 68%,#1e4c82 120%);color:#fff;box-shadow:0 18px 46px rgba(16,34,63,.18)}.product-editor-hero-glow{position:absolute;inset:auto -70px -130px auto;width:310px;height:310px;border:1px solid hsla(0,0%,100%,.08);border-radius:50%;box-shadow:0 0 0 52px hsla(0,0%,100%,.025),0 0 0 104px hsla(0,0%,100%,.018);pointer-events:none}.product-editor-back{position:relative;z-index:1;display:inline-flex;align-items:center;gap:6px;padding:4px 0;border:0;background:transparent;color:hsla(0,0%,100%,.64);font-size:11px;font-weight:700}.product-editor-back:hover{color:#fff}.product-editor-hero-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 0 18px}.product-editor-store-identity{display:flex;align-items:center;gap:14px;min-width:0}.product-editor-store-logo{display:grid;flex:none;width:64px;height:64px;place-items:center;overflow:hidden;border:2px solid hsla(0,0%,100%,.32);border-radius:16px;background:hsla(0,0%,100%,.12);color:#fff;font-size:21px;font-weight:900;box-shadow:0 8px 22px rgba(0,0,0,.16)}.product-editor-store-logo img{width:100%;height:100%;object-fit:cover}.product-editor-kicker{color:#f5c96f;font-size:10px;font-weight:900;letter-spacing:.07em}.product-editor-store-identity h1{margin:3px 0 2px;font-size:clamp(22px,2.7vw,31px);font-weight:900;letter-spacing:-.025em}.product-editor-store-identity p{margin:0;color:hsla(0,0%,100%,.64);font-size:11.5px}.product-editor-store-identity p strong{color:#fff}.product-editor-template-button{display:inline-flex;flex:none;align-items:center;gap:9px;min-height:43px;padding:8px 13px;border:1px solid hsla(0,0%,100%,.24);border-radius:11px;background:hsla(0,0%,100%,.1);color:#fff;font-size:11.5px;font-weight:800;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.product-editor-template-button:hover{border-color:hsla(0,0%,100%,.48);background:hsla(0,0%,100%,.16)}.product-editor-template-mark{display:grid;width:25px;height:25px;place-items:center;border-radius:8px;background:var(--editor-gold);color:#12233d;font-size:18px}.product-editor-steps{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid hsla(0,0%,100%,.12)}.product-editor-steps a{display:flex;align-items:center;gap:7px;padding:11px 4px;color:hsla(0,0%,100%,.66);font-size:10.5px;font-weight:700}.product-editor-steps a:hover{color:#fff}.product-editor-steps a span{color:var(--editor-gold);font:800 9px/1.2 IBM Plex Sans Arabic,sans-serif}.product-editor-alert{position:-webkit-sticky;position:sticky;z-index:32;top:70px;box-shadow:0 9px 24px rgba(185,28,28,.12)}.product-editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;align-items:start;grid-gap:18px;gap:18px}.product-editor-main{display:flex;min-width:0;flex-direction:column;gap:17px}.product-editor-section{scroll-margin-top:130px;padding:22px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 4px 18px rgba(15,23,42,.045)}.product-editor-section-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid var(--line-soft)}.product-editor-section-number{display:grid;flex:none;width:37px;height:37px;place-items:center;border:1px solid #d7e1ee;border-radius:11px;background:#f5f8fc;color:var(--primary);font:900 10px/1 IBM Plex Sans Arabic,sans-serif}.product-editor-eyebrow{display:block;color:var(--primary-3);font-size:9.5px;font-weight:900;letter-spacing:.06em}.product-editor-section-head h2{margin:2px 0 1px;color:var(--editor-ink);font-size:18px;font-weight:900}.product-editor-section-head p{margin:0;color:var(--text-muted);font-size:11.5px}.product-editor-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:13px;gap:13px}.product-editor-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:13px;gap:13px}.product-editor-identity-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(230px,.8fr);grid-gap:17px;gap:17px}.product-editor-fields{display:flex;flex-direction:column;gap:13px}.product-editor-field{display:block;min-width:0}.product-editor-field>span{display:block;margin:0 2px 6px;color:var(--text-soft);font-size:11.5px;font-weight:800}.product-editor-field>span b{color:var(--danger)}.product-editor-field>small{display:block;margin-top:4px;color:var(--text-muted);font-size:9.5px;text-align:end}.product-editor-field textarea{resize:vertical;min-height:118px;line-height:1.75}.product-image-workbench{position:relative;overflow:hidden;border:1px solid #d8e2ed;border-radius:14px;background:#f8fafc;transition:border-color .16s,box-shadow .16s}.product-image-workbench:not(.is-disabled):hover{border-color:#8ea9ca;box-shadow:0 8px 22px rgba(30,58,138,.08)}.product-image-workbench.is-disabled{opacity:.72}.product-image-stage{position:relative;height:208px;overflow:hidden;background:linear-gradient(145deg,#e8eef5,#f8fafc)}.product-image-stage img{width:100%;height:100%;object-fit:cover}.product-image-placeholder{display:grid;width:100%;height:100%;place-content:center;color:#a8b6c8;text-align:center}.product-image-placeholder span{font-size:35px;font-weight:900}.product-image-placeholder small{font-size:10px;font-weight:700}.product-image-ready{position:absolute;inset-inline-start:10px;bottom:10px;padding:4px 8px;border-radius:999px;background:rgba(240,253,244,.92);color:var(--success);font-size:9.5px;font-weight:900;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-image-action{display:block;min-height:66px;padding:11px 13px;cursor:pointer}.product-image-action span,.product-image-action strong{display:block}.product-image-action strong{color:var(--editor-ink);font-size:11.5px}.product-image-action span{margin-top:2px;color:var(--text-muted);font-size:9.5px;line-height:1.5}.product-editor-price-panel{display:grid;grid-template-columns:1.1fr .8fr .65fr 1fr;align-items:end;grid-gap:12px;gap:12px;margin-top:14px;padding:14px;border:1px solid #dbe5f1;border-radius:13px;background:#f8fbff}.product-editor-money-input{position:relative}.product-editor-money-input input{width:100%;height:43px;padding:8px 12px 8px 45px;border:1px solid var(--line-2);border-radius:9px;background:#fff;color:var(--editor-ink);font:900 16px/1 IBM Plex Sans Arabic,sans-serif;direction:ltr}.product-editor-money-input em{position:absolute;inset-inline-end:11px;top:50%;color:var(--text-muted);font-size:9.5px;font-style:normal;transform:translateY(-50%)}.product-editor-final-price{min-height:68px;padding:9px 12px;border-radius:10px;background:linear-gradient(135deg,#10223f,#193f6e);color:#fff}.product-editor-final-price span{display:block;color:hsla(0,0%,100%,.62);font-size:9px}.product-editor-final-price strong{display:block;margin-top:2px;font-size:17px;font-weight:900}.product-editor-final-price strong small{font-size:9px}.product-editor-final-price del{color:hsla(0,0%,100%,.48);font-size:9.5px}.product-editor-choice-row{display:grid;grid-template-columns:minmax(220px,.75fr) minmax(280px,1.25fr);grid-gap:13px;gap:13px;margin-top:14px}.product-editor-segmented{display:grid;grid-template-columns:1fr 1fr;grid-gap:5px;gap:5px;margin:0;padding:25px 5px 5px;border:1px solid var(--line);border-radius:12px;background:var(--bg-soft)}.product-editor-segmented legend{position:absolute;padding:0 8px;color:var(--text-soft);font-size:10.5px;font-weight:800}.product-editor-segmented label{display:grid;min-height:39px;place-items:center;border-radius:8px;color:var(--text-muted);font-size:11px;font-weight:800;cursor:pointer}.product-editor-segmented label.active{background:#fff;color:var(--primary);box-shadow:var(--shadow-sm)}.product-editor-segmented input{position:absolute;opacity:0}.product-editor-status{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border:1px solid #fed7d7;border-radius:12px;background:snow}.product-editor-status.is-active{border-color:#ccebd6;background:#f7fcf8}.product-editor-status:only-child{grid-column:1/-1}.product-editor-status>div span,.product-editor-status>div strong{display:block}.product-editor-status>div strong{color:var(--text);font-size:11.5px}.product-editor-status>div span{color:var(--text-muted);font-size:9.5px}.product-editor-subsection+.product-editor-subsection{margin-top:16px}.product-editor-subsection{padding:15px;border:1px solid var(--line);border-radius:13px;background:#fbfcfe}.product-editor-subsection-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:12px}.product-editor-subsection-head h3{margin:0;color:var(--editor-ink);font-size:13px;font-weight:900}.product-editor-subsection-head p{margin:2px 0 0;color:var(--text-muted);font-size:9.5px}.product-editor-mini-search{max-width:220px;height:36px;font-size:11.5px}.product-addon-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.product-addon-card{position:relative;display:flex;align-items:center;gap:9px;min-height:58px;padding:9px;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer;transition:border-color .15s,background .15s}.product-addon-card:hover{border-color:#a9bbd0}.product-addon-card.is-selected{border-color:#6e8bb2;background:#f2f7ff}.product-addon-card.is-unavailable{border-style:dashed;background:#fafafa}.product-addon-card.is-unavailable:not(.is-selected){opacity:.62;cursor:not-allowed}.product-addon-card input{position:absolute;opacity:0}.product-addon-check{display:grid;flex:none;width:21px;height:21px;place-items:center;border:1px solid var(--line-2);border-radius:6px;background:#fff;color:transparent;font-size:11px}.product-addon-card.is-selected .product-addon-check{border-color:var(--primary);background:var(--primary);color:#fff}.product-addon-card>span:last-child{min-width:0}.product-addon-card small,.product-addon-card strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-addon-card strong{color:var(--text);font-size:10.5px}.product-addon-card small{margin-top:2px;color:var(--text-muted);font-size:9px}.product-editor-empty-state,.product-editor-module-note{display:flex;flex-direction:column;gap:3px;padding:13px;border:1px dashed var(--line-2);border-radius:10px;color:var(--text-soft);font-size:11px;text-align:center}.product-editor-empty-state small,.product-editor-module-note span{color:var(--text-muted);font-size:9.5px}.product-editor-module-note{border-style:solid;background:#fffaf0;color:var(--warn);text-align:start}.product-variation-list{display:flex;flex-direction:column;gap:11px}.product-variation-empty{display:grid;width:100%;min-height:130px;place-items:center;align-content:center;grid-gap:3px;gap:3px;border:1px dashed #aabbd0;border-radius:12px;background:#fff;color:var(--text-soft)}.product-variation-empty>span{display:grid;width:34px;height:34px;place-items:center;margin-bottom:3px;border-radius:10px;background:var(--primary-soft);color:var(--primary);font-size:20px}.product-variation-empty strong{font-size:11.5px}.product-variation-empty small{color:var(--text-muted);font-size:9.5px}.product-variation-card{overflow:hidden;border:1px solid #dbe3ed;border-radius:12px;background:#fff}.product-variation-card.has-error{border-color:#f2abab}.product-variation-card>header{display:flex;align-items:center;gap:9px;padding:10px 12px;border-bottom:1px solid var(--line-soft);background:#f9fbfd}.product-variation-index{display:grid;flex:none;width:28px;height:28px;place-items:center;border-radius:8px;background:#e9f0fa;color:var(--primary);font:900 9px/1 IBM Plex Sans Arabic,sans-serif}.product-variation-card>header>div:nth-child(2){flex:1 1;min-width:0}.product-variation-card>header small,.product-variation-card>header strong{display:block}.product-variation-card>header strong{overflow:hidden;color:var(--editor-ink);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.product-variation-card>header small{color:var(--text-muted);font-size:8.5px}.product-variation-actions{display:flex;gap:3px}.product-variation-actions button{padding:4px 7px;border:0;border-radius:6px;background:transparent;color:var(--text-muted);font-size:9.5px;font-weight:700}.product-variation-actions button:hover{background:var(--bg-muted);color:var(--text)}.product-variation-actions button.danger{color:var(--danger)}.product-variation-actions button:disabled{opacity:.42;cursor:not-allowed}.product-variation-disabled-badge{display:inline-flex;-webkit-margin-start:6px;margin-inline-start:6px;padding:2px 6px;border-radius:999px;background:var(--danger-soft);color:var(--danger);font-size:8px;font-style:normal;font-weight:900}.product-variation-error{padding:8px 12px;border-bottom:1px solid #fecaca;background:#fff5f5;color:var(--danger);font-size:10px;font-weight:700}.product-variation-card>.product-editor-grid-2{padding:12px}.product-variation-rules{display:flex;align-items:center;gap:11px;padding:0 12px 12px}.product-variation-rules>label:not(.product-variation-required){display:flex;align-items:center;gap:6px;color:var(--text-muted);font-size:9.5px}.product-variation-rules>label:not(.product-variation-required) .input{width:68px;height:34px;padding:5px 8px}.product-variation-required{display:flex;flex:1 1;align-items:center;gap:8px;cursor:pointer}.product-variation-required input{width:16px;height:16px;accent-color:var(--primary)}.product-variation-required small,.product-variation-required strong{display:block}.product-variation-required strong{font-size:10.5px}.product-variation-required small{color:var(--text-muted);font-size:8.5px}.product-variation-options{padding:11px 12px 12px;border-top:1px solid var(--line-soft);background:#fbfcfe}.product-variation-option,.product-variation-options-head{display:grid;grid-template-columns:minmax(0,1fr) 130px 30px;grid-gap:7px;gap:7px;align-items:center}.product-variation-options-head{padding:0 3px 5px;color:var(--text-muted);font-size:8.5px;font-weight:800}.product-variation-option+.product-variation-option{margin-top:6px}.product-variation-option .input{height:35px;padding:6px 9px;font-size:11px}.product-variation-price{position:relative}.product-variation-price .input{-webkit-padding-end:37px;padding-inline-end:37px;direction:ltr}.product-variation-price em{position:absolute;inset-inline-end:8px;top:50%;color:var(--text-muted);font-size:8.5px;font-style:normal;transform:translateY(-50%)}.product-variation-option>button{width:29px;height:29px;padding:0;border:0;border-radius:7px;background:#fff0f0;color:var(--danger);font-size:17px}.product-variation-option>button:disabled{opacity:.35;cursor:not-allowed}.product-variation-add-option{margin-top:8px;padding:5px 0;border:0;background:transparent;color:var(--primary);font-size:10px;font-weight:800}.product-editor-schedule{max-width:500px}.product-editor-picker-block{margin-top:14px;padding:13px;border:1px solid var(--line);border-radius:12px;background:#fbfcfe}.product-editor-picker-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px}.product-editor-picker-title span,.product-editor-picker-title strong{display:block}.product-editor-picker-title strong{color:var(--editor-ink);font-size:11px}.product-editor-picker-title span{color:var(--text-muted);font-size:9px}.product-editor-picker-grid{gap:12px}.product-editor-chip-picker{display:flex;flex-wrap:wrap;gap:6px}.product-editor-chip-picker button{display:inline-flex;align-items:center;gap:4px;min-height:30px;padding:5px 9px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text-soft);font-size:9.5px;font-weight:700}.product-editor-chip-picker button span{display:none}.product-editor-chip-picker button.is-selected{border-color:#91a7c3;background:#edf4ff;color:var(--primary)}.product-editor-chip-picker button.is-selected span{display:inline}.product-editor-empty-inline{padding:6px 0;color:var(--text-muted);font-size:10px}.product-editor-aside{position:-webkit-sticky;position:sticky;top:75px;display:flex;min-width:0;flex-direction:column;gap:12px}.product-preview-card{overflow:hidden;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 12px 32px rgba(15,35,65,.1)}.product-preview-label{padding:9px 13px;border-bottom:1px solid var(--line-soft);color:var(--text-muted);font-size:9.5px;font-weight:900;letter-spacing:.06em}.product-preview-media{position:relative;height:205px;overflow:hidden;background:linear-gradient(145deg,#e8eef5,#f8fafc)}.product-preview-media img{width:100%;height:100%;object-fit:cover}.product-preview-placeholder{display:grid;width:100%;height:100%;place-items:center;color:#bcc7d4;font-size:38px;font-weight:900}.product-preview-status{position:absolute;inset-inline-start:11px;top:11px;padding:4px 8px;border-radius:999px;background:hsla(0,86%,97%,.92);color:var(--danger);font-size:9px;font-weight:900;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-preview-status.is-active{background:rgba(240,253,244,.92);color:var(--success)}.product-preview-body{padding:14px}.product-preview-category{color:var(--primary-3);font-size:9px;font-weight:900}.product-preview-body h2{margin:4px 0;overflow:hidden;color:var(--editor-ink);font-size:16px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.product-preview-body p{min-height:35px;margin:0 0 10px;overflow:hidden;color:var(--text-muted);font-size:10.5px;line-height:1.65;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-preview-price{display:flex;align-items:baseline;gap:7px}.product-preview-price strong{color:var(--editor-ink);font-size:18px;font-weight:900}.product-preview-price del{color:var(--text-muted);font-size:10px}.product-preview-facts{display:flex;flex-wrap:wrap;gap:5px;margin-top:12px;padding-top:10px;border-top:1px solid var(--line-soft)}.product-preview-facts span{padding:4px 6px;border-radius:6px;background:var(--bg-soft);color:var(--text-muted);font-size:8.5px}.product-editor-readiness{padding:13px;border:1px solid var(--line);border-radius:14px;background:#fff}.product-editor-readiness-head{display:flex;justify-content:space-between;color:var(--text-soft);font-size:10.5px;font-weight:800}.product-editor-readiness-head strong{color:var(--primary)}.product-editor-progress{height:5px;margin:8px 0 10px;overflow:hidden;border-radius:999px;background:var(--bg-muted)}.product-editor-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--primary),var(--primary-3),var(--editor-gold));transition:width .2s}.product-editor-readiness ul{display:grid;grid-template-columns:1fr 1fr;grid-gap:5px 10px;gap:5px 10px;margin:0;padding:0;list-style:none}.product-editor-readiness li{color:var(--text-muted);font-size:9.5px}.product-editor-readiness li:before{-webkit-margin-end:5px;margin-inline-end:5px;color:#cbd5e1;content:"○"}.product-editor-readiness li.done{color:var(--text-soft)}.product-editor-readiness li.done:before{color:var(--success);content:"✓"}.product-editor-savebar{position:-webkit-sticky;position:sticky;z-index:30;bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:17px;padding:12px 14px;border:1px solid rgba(203,213,225,.92);border-radius:14px;background:hsla(0,0%,100%,.96);box-shadow:0 14px 38px rgba(15,35,65,.16);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.product-editor-savebar>div:first-child span,.product-editor-savebar>div:first-child strong{display:block}.product-editor-savebar>div:first-child strong{color:var(--editor-ink);font-size:11.5px}.product-editor-savebar>div:first-child span{color:var(--text-muted);font-size:9.5px}.product-editor-action-row{display:flex;align-items:center;gap:8px}.product-editor-save{min-width:145px;min-height:40px}.product-editor-spinner{width:15px;height:15px;border-color:#fff hsla(0,0%,100%,.38) hsla(0,0%,100%,.38)}.product-editor-load-error,.product-editor-loading{display:flex;min-height:480px;align-items:center;justify-content:center;flex-direction:column;gap:10px;padding:30px;text-align:center}.product-editor-load-error-mark{display:grid;width:54px;height:54px;place-items:center;border-radius:16px;background:var(--danger-soft);color:var(--danger);font-size:24px;font-weight:900}.product-editor-load-error h1{margin:3px 0 0;font-size:19px}.product-editor-load-error p{margin:0 0 7px;color:var(--text-muted)}.product-gallery-backdrop{position:fixed;z-index:10020;inset:0;display:grid;place-items:center;padding:20px;background:rgba(7,16,30,.72);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.product-gallery-dialog{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;width:min(1060px,100%);max-height:min(820px,calc(100dvh - 40px));overflow:hidden;border:1px solid hsla(0,0%,100%,.18);border-radius:19px;background:#fff;box-shadow:0 30px 80px rgba(0,0,0,.34)}.product-gallery-dialog>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:18px 20px;border-bottom:1px solid var(--line)}.product-gallery-dialog>header span{color:var(--primary-3);font-size:9.5px;font-weight:900;letter-spacing:.07em}.product-gallery-dialog>header h2{margin:2px 0;color:var(--editor-ink);font-size:19px;font-weight:900}.product-gallery-dialog>header p{margin:0;color:var(--text-muted);font-size:10.5px}.product-gallery-dialog>header>button{display:grid;flex:none;width:36px;height:36px;place-items:center;padding:0;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--text-soft);font-size:21px}.product-gallery-dialog>header>button:hover{border-color:#fecaca;background:#fff7f7;color:var(--danger)}.product-gallery-filters{display:grid;grid-template-columns:1fr 260px;grid-gap:10px;gap:10px;padding:12px 20px;border-bottom:1px solid var(--line-soft);background:#fbfcfe}.product-gallery-content{min-height:220px;overflow-y:auto;padding:15px 20px}.product-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:11px;gap:11px}.product-gallery-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff}.product-gallery-card>img,.product-gallery-placeholder{width:100%;height:118px;object-fit:cover;background:linear-gradient(145deg,#e9eef5,#f8fafc)}.product-gallery-placeholder{display:grid;place-items:center;color:#bbc7d5;font-size:25px;font-weight:900}.product-gallery-card>div{min-height:78px;padding:9px 10px}.product-gallery-card>div h3,.product-gallery-card>div span,.product-gallery-card>div strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-gallery-card>div span{color:var(--primary-3);font-size:8.5px;font-weight:800}.product-gallery-card>div h3{margin:2px 0;color:var(--editor-ink);font-size:11px}.product-gallery-card>div strong{color:var(--text-soft);font-size:10.5px}.product-gallery-card>button{width:calc(100% - 16px);min-height:32px;margin:0 8px 8px;border:0;border-radius:8px;background:#edf4ff;color:var(--primary);font-size:9.5px;font-weight:900}.product-gallery-card>button:hover:not(:disabled){background:#dce9fd}.product-gallery-card>button:disabled{opacity:.55;cursor:not-allowed}.product-gallery-state{min-height:280px;flex-direction:column;gap:8px;color:var(--text-muted);font-size:11.5px}.product-gallery-dialog>footer,.product-gallery-state{display:flex;align-items:center;justify-content:center}.product-gallery-dialog>footer{gap:13px;padding:10px 20px;border-top:1px solid var(--line);background:#fff}.product-gallery-dialog>footer button{min-width:75px;padding:6px 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text-soft);font-size:10.5px;font-weight:800}.product-gallery-dialog>footer button:disabled{opacity:.4;cursor:not-allowed}.product-gallery-dialog>footer span{color:var(--text-muted);font-size:10.5px}.product-addon-card:focus-within,.product-editor-back:focus-visible,.product-editor-chip-picker button:focus-visible,.product-editor-segmented label:focus-within,.product-editor-template-button:focus-visible,.product-gallery-card>button:focus-visible,.product-variation-actions button:focus-visible,.product-variation-add-option:focus-visible,.product-variation-option>button:focus-visible,.toggle:focus-within .toggle__track{outline:3px solid rgba(245,158,11,.55);outline-offset:2px}@media (max-width:1120px){.store-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-products-toolbar{grid-template-columns:repeat(3,minmax(0,1fr))}.store-products-search{grid-column:1/-1}.product-editor-layout{grid-template-columns:minmax(0,1fr) 280px}.product-editor-price-panel{grid-template-columns:1fr 1fr}.product-editor-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-editor-final-price{min-height:62px}.product-addon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:860px){.store-workbench-identity{align-items:center;flex-wrap:wrap}.store-workbench-actions{width:100%;padding-bottom:0}.store-workbench-actions .btn{flex:1 1}.store-workbench-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.store-workbench-metrics>div:nth-child(3){-webkit-border-start:0;border-inline-start:0;border-top:1px solid var(--line)}.store-workbench-metrics>div:nth-child(4){border-top:1px solid var(--line)}.product-editor-layout{grid-template-columns:1fr}.product-editor-aside{position:static;display:grid;grid-template-columns:1fr 1fr}.product-preview-card{min-width:0}.product-editor-readiness{align-self:start}.product-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.store-workbench-hero{border-radius:15px}.store-workbench-cover{height:128px}.store-workbench-back,.store-workbench-live{top:12px}.store-workbench-back{inset-inline-start:12px}.store-workbench-live{inset-inline-end:12px}.store-workbench-identity{gap:11px;padding:0 14px 14px}.store-workbench-logo{width:74px;height:74px;margin-top:-30px;border-radius:17px}.store-workbench-title{padding-top:9px}.store-workbench-title h1{font-size:20px}.store-workbench-actions{flex-wrap:wrap}.store-workbench-actions .btn{min-width:calc(50% - 5px)}.store-workbench-product-action{flex-basis:100%!important}.store-workbench-metrics{margin:0 14px}.store-workbench-metrics>div{padding:11px 12px}.store-workbench-metrics strong{font-size:14px}.store-workbench-flags{padding:10px 14px 14px}.store-workbench-tabs{top:63px;margin-inline:-2px;border-radius:9px}.store-workbench-tabs .tab{padding-inline:11px;font-size:11px}.store-products-heading{align-items:stretch;flex-direction:column;gap:15px;padding:18px}.store-products-heading-actions{justify-content:space-between}.store-products-toolbar{grid-template-columns:1fr 1fr;padding:10px}.store-products-search,.store-products-toolbar>label:last-child{grid-column:1/-1}.store-products-grid{grid-template-columns:1fr}.store-product-media{height:195px}.store-products-result-bar{align-items:flex-start}.store-workbench-global-save{right:8px;left:8px}.store-cashier-row,.store-closure-form{grid-template-columns:1fr}.store-cashier-row .btn,.store-closure-form .btn{width:100%;min-height:42px}.product-editor-hero{padding:16px 15px 0;border-radius:15px}.product-editor-hero-content{align-items:stretch;flex-direction:column;gap:14px;padding-top:10px}.product-editor-store-logo{width:54px;height:54px;border-radius:14px}.product-editor-store-identity h1{font-size:20px}.product-editor-template-button{width:100%;justify-content:center}.product-editor-steps{overflow-x:auto;grid-template-columns:repeat(4,minmax(90px,1fr))}.product-editor-steps a{justify-content:center}.product-editor-section{padding:15px;border-radius:14px}.product-editor-section-head{gap:9px;margin-bottom:15px}.product-editor-section-head p{line-height:1.6}.product-editor-category-grid,.product-editor-choice-row,.product-editor-grid-2,.product-editor-identity-grid,.product-editor-picker-grid{grid-template-columns:1fr}.product-image-stage{height:230px}.product-editor-price-panel{grid-template-columns:1fr}.product-editor-final-price{min-height:auto}.product-addon-grid{grid-template-columns:1fr}.product-editor-subsection-head{align-items:stretch;flex-direction:column}.product-editor-mini-search{max-width:none}.product-variation-rules{align-items:flex-start;flex-wrap:wrap}.product-variation-required{flex-basis:100%}.product-variation-option,.product-variation-options-head{grid-template-columns:minmax(0,1fr) 105px 29px}.product-variation-option>button{min-width:36px;min-height:36px}.product-editor-chip-picker button{min-height:40px}.store-product-actions>div button{min-height:38px;padding-inline:10px}.product-editor-aside{grid-template-columns:1fr}.product-editor-savebar{align-items:stretch;flex-direction:column;bottom:7px}.product-editor-savebar .product-editor-action-row{width:100%}.product-editor-savebar .btn{flex:1 1}.product-gallery-backdrop{padding:0}.product-gallery-dialog{width:100%;height:100dvh;max-height:none;border:0;border-radius:0}.product-gallery-dialog>header{padding:14px}.product-gallery-dialog>header p{display:none}.product-gallery-filters{grid-template-columns:1fr;padding:10px 14px}.product-gallery-content{padding:12px 14px}.product-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-gallery-card>img,.product-gallery-placeholder{height:105px}}@media (max-width:390px){.store-workbench-metrics{grid-template-columns:1fr}.store-workbench-metrics>div+div{-webkit-border-start:0;border-inline-start:0;border-top:1px solid var(--line)}.store-products-toolbar{grid-template-columns:1fr}.store-products-search,.store-products-toolbar>label,.store-products-toolbar>label:last-child{grid-column:1}.product-gallery-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.product-editor-progress i,.store-product-card,.store-product-card.is-highlighted,.store-product-media img{animation:none;transition:none}}