:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#202125;background:#f7f7f5;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #182026;--ink-muted: #65666b;--paper: #f7f7f5;--surface: #ffffff;--line: #d9ddd9;--line-strong: #c9cbc5;--brand-coral: #f08084;--brand-coral-ink: #a8434b;--brand-coral-soft: #fff1f1;--brand-teal: #73c7cf;--brand-teal-ink: #155e63;--brand-teal-soft: #edf8f9;--brand-charcoal: #3f3f3e;--brand-charcoal-deep: #282827;--success: #19734a;--warning: #9d640d;--danger: #b42318;--shadow-sm: 0 4px 14px rgb(28 31 34 / 7%);--shadow-md: 0 18px 45px rgb(28 31 34 / 12%);--radius-sm: 8px;--radius: 14px;--radius-lg: 22px}.rich-editor{overflow:visible;border:1px solid var(--border, #d7d8d4);border-radius:14px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}.rich-editor:focus-within{border-color:var(--primary, #ef7e83);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary, #ef7e83) 18%,transparent)}.rich-editor__header{align-items:center;display:flex;gap:18px;justify-content:space-between;padding:13px 14px;border-bottom:1px solid var(--line, #e1e2de);background:#fff;border-radius:14px 14px 0 0}.rich-editor__header>div:first-child{display:grid;gap:2px}.rich-editor__header strong{color:var(--ink);font-size:.88rem}.rich-editor__header span{color:var(--ink-muted);font-size:.75rem}.rich-editor__mode{display:flex;flex:0 0 auto;gap:3px;padding:3px;border-radius:9px;background:#f0f0ed}.rich-editor__mode button{align-items:center;display:inline-flex;gap:6px;min-height:34px;padding:6px 10px;border:0;border-radius:7px;color:#626469;background:transparent;font:inherit;font-size:.78rem;font-weight:720;cursor:pointer}.rich-editor__mode button.active{color:var(--ink);background:#fff;box-shadow:0 1px 4px #191c1f1a}.rich-editor__mode svg{width:15px;height:15px}.rich-editor__toolbar{position:sticky;top:60px;z-index:4;display:flex;flex-wrap:wrap;gap:6px;padding:9px;border-bottom:1px solid var(--border, #e1e2de);background:#f8f8f6}.rich-editor__tool-group{display:flex;align-items:center;gap:3px;padding-right:6px;border-right:1px solid #dedfdb}.rich-editor__tool-group:last-child{border-right:0}.rich-editor__tool-group--history{margin-left:auto}.rich-editor__tool-group--format{gap:7px}.rich-editor__tool-group--format label{color:#626469;font-size:.72rem;font-weight:720}.rich-editor__tool-group--format select{min-width:150px;height:36px;padding:0 30px 0 10px;border:1px solid #d3d4d0;border-radius:8px;background-color:#fff;color:var(--ink);font:inherit;font-size:.8rem;font-weight:680}.rich-editor__tool{display:inline-grid;width:36px;height:36px;place-items:center;padding:0;border:1px solid transparent;border-radius:8px;color:#3f4144;background:transparent;font:inherit;font-weight:750;cursor:pointer}.rich-editor__tool svg{width:18px;height:18px}.rich-editor__tool--wide{align-items:center;display:inline-flex;gap:6px;justify-content:center;width:auto;padding:0 10px;font-size:.75rem}.rich-editor__tool:hover:not(:disabled){border-color:#d0d1cd;background:#fff}.rich-editor__tool--active{border-color:color-mix(in srgb,var(--primary, #ef7e83) 48%,#d0d1cd);background:color-mix(in srgb,var(--primary, #ef7e83) 14%,#fff);color:#1f2529}.rich-editor__tool:disabled{opacity:.35;cursor:not-allowed}.rich-editor__popover-wrap{position:relative}.rich-editor__popover{position:absolute;top:calc(100% + 9px);right:0;z-index:10;width:min(310px,calc(100vw - 42px));padding:12px;border:1px solid var(--line, #d7d8d4);border-radius:12px;background:#fff;box-shadow:0 16px 38px #1d1f2233}.rich-editor__popover-heading{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.rich-editor__popover-heading>button{display:inline-grid;width:28px;height:28px;place-items:center;padding:0;border:0;border-radius:7px;background:transparent;color:#696b70;cursor:pointer}.rich-editor__popover-heading svg{width:16px;height:16px}.rich-editor__link-popover{display:grid;gap:7px}.rich-editor__link-popover label{color:#55575b;font-size:.75rem;font-weight:720}.rich-editor__link-popover input{width:100%;min-height:40px;padding:8px 10px;border:1px solid var(--line-strong);border-radius:8px;font:inherit}.rich-editor__popover-actions{display:flex;gap:7px;justify-content:flex-end;margin-top:4px}.rich-editor__popover-actions button{align-items:center;display:inline-flex;gap:5px;min-height:34px;padding:6px 10px;border:1px solid var(--line);border-radius:8px;background:#fff;font:inherit;font-size:.76rem;font-weight:720;cursor:pointer}.rich-editor__popover-actions button.primary{border-color:var(--brand-charcoal);background:var(--brand-charcoal);color:#fff}.rich-editor__popover-actions svg{width:14px;height:14px}.rich-editor__emoji-menu{display:grid;gap:10px}.rich-editor__emoji-menu>div:not(.rich-editor__popover-heading){display:grid;gap:5px}.rich-editor__emoji-menu>div>span{color:#77797d;font-size:.68rem;font-weight:750;text-transform:uppercase;letter-spacing:.06em}.rich-editor__emoji-menu [role=menu]{display:grid;grid-template-columns:repeat(8,1fr);gap:3px}.rich-editor__emoji-menu [role=menu] button{width:100%;min-width:32px;height:36px;padding:0;border:0;border-radius:8px;background:transparent;font-size:1.25rem;cursor:pointer}.rich-editor__emoji-menu [role=menu] button:hover{background:#f3f3f0}.rich-editor .tiptap{min-height:280px;padding:18px 20px;color:#282b2f;font-size:1rem;line-height:1.65;outline:none}.rich-editor__bubble{display:flex;gap:2px;padding:5px;border:1px solid #d5d6d2;border-radius:10px;background:#fff;box-shadow:0 10px 28px #191c1f2e}.rich-editor__bubble .rich-editor__tool{width:34px;height:34px}.rich-editor__preview{min-height:280px;padding:22px;background:#fff}.rich-editor__preview-label{display:block;margin-bottom:18px;color:#77797d;font-size:.72rem;font-weight:720;text-transform:uppercase;letter-spacing:.06em}.rich-editor .tiptap p.is-editor-empty:first-child:before{float:left;height:0;color:#8a8c8f;content:attr(data-placeholder);pointer-events:none}.rich-editor__footer{display:flex;justify-content:space-between;gap:16px;padding:8px 12px;border-top:1px solid #ecece8;color:#6d6f73;font-size:.78rem}.rich-editor__count{white-space:nowrap;font-variant-numeric:tabular-nums}.rich-editor__count--limit{color:#a62e25;font-weight:750}.rich-description{color:inherit;font:inherit;line-height:1.7;overflow-wrap:anywhere}.rich-description--plain{white-space:pre-wrap}.rich-description>:first-child{margin-top:0}.rich-description>:last-child{margin-bottom:0}.rich-description p{margin:0 0 .4em}.rich-description h2{margin:1.15em 0 .45em;font-size:1.28em;line-height:1.25}.rich-description h3{margin:1em 0 .4em;font-size:1.1em;line-height:1.3}.rich-description ul,.rich-description ol{margin:.6em 0 .9em;padding-left:1.5em}.rich-description li{margin:.25em 0}.rich-description li>p{margin:0}.rich-description blockquote{margin:.9em 0;padding:.65em 1em;border-left:4px solid var(--store-primary, var(--primary, #ef7e83));border-radius:0 8px 8px 0;background:#f7f7f4}.rich-description hr{margin:1.2em 0;border:0;border-top:1px solid #dfe0dc}.rich-description a{color:var(--store-primary, #176b74);font-weight:650;text-decoration:underline;text-underline-offset:2px}.rich-description mark,.rich-editor mark{padding:.08em .18em;border-radius:.2em;background:#fff09a;color:inherit}.rich-editor .tiptap h2{margin:1em 0 .4em;font-size:1.35rem}.rich-editor .tiptap h3{margin:.9em 0 .35em;font-size:1.14rem}.rich-editor .tiptap p{margin:0 0 .4em}.rich-editor .tiptap ul,.rich-editor .tiptap ol{margin:.55em 0 .8em;padding-left:1.5em}.rich-editor .tiptap blockquote{margin:.8em 0;padding:.55em .9em;border-left:4px solid var(--primary, #ef7e83);background:#f7f7f4}.rich-editor .tiptap hr{margin:1em 0;border:0;border-top:1px solid #dfe0dc}@media(max-width:720px){.rich-editor__header{align-items:stretch;flex-direction:column;gap:10px}.rich-editor__mode{align-self:stretch}.rich-editor__mode button{flex:1;justify-content:center}.rich-editor__toolbar{gap:5px;top:56px}.rich-editor__tool-group{padding-right:4px}.rich-editor__tool-group--format{align-items:stretch;flex:1 0 100%;border-right:0}.rich-editor__tool-group--format select{flex:1}.rich-editor__tool-group--history{margin-left:0}.rich-editor__tool{width:40px;height:40px}.rich-editor__tool--wide{padding:0}.rich-editor__tool--wide span{display:none}.rich-editor .tiptap{min-height:300px;padding:16px}.rich-editor__popover{position:fixed;top:50%;right:auto;left:50%;transform:translate(-50%,-50%)}.rich-editor__emoji-menu [role=menu]{grid-template-columns:repeat(4,1fr)}.rich-editor__footer{align-items:flex-start}}.sr-only{border:0;clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}*{box-sizing:border-box}html{min-width:320px;scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--paper);color:var(--ink)}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.035em}p{color:var(--ink-muted);line-height:1.6}small{display:block;color:var(--ink-muted)}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--brand-coral-ink);outline-offset:2px}.button{align-items:center;border:1px solid transparent;border-radius:8px;display:inline-flex;gap:8px;justify-content:center;min-height:42px;padding:0 15px;font-weight:700;font-size:.9rem;line-height:1;transition:transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button--primary{background:var(--brand-charcoal);color:#fff}.button--primary:hover:not(:disabled){background:var(--brand-charcoal-deep)}.button--secondary{background:#fff;border-color:var(--line-strong);color:var(--brand-charcoal)}.button--secondary:hover:not(:disabled){background:#f3f3f0}.button--ghost{background:transparent;color:var(--brand-charcoal);min-height:35px;padding-inline:8px}.button--ghost:hover:not(:disabled){background:#ecece8}.button--danger{background:var(--danger);color:#fff}.button--danger-ghost{background:transparent;color:var(--danger);min-height:35px;padding-inline:8px}.button--danger-ghost:hover:not(:disabled){background:#fff0ef}.whatsapp-icon{align-items:center;background:#159b55;border-radius:50%;display:inline-flex;flex:0 0 auto;height:var(--whatsapp-icon-size, 18px);justify-content:center;overflow:hidden;width:var(--whatsapp-icon-size, 18px)}.whatsapp-icon>img{display:block;height:calc(100% - 4px);object-fit:contain;width:calc(100% - 4px)}.whatsapp-icon--dark{background:transparent;filter:brightness(0) saturate(100%)}.full-width{width:100%}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.icon-button{align-items:center;background:transparent;border:0;border-radius:8px;color:var(--ink-muted);display:inline-flex;height:36px;justify-content:center;width:36px}.icon-button:hover{background:#ecece8;color:var(--ink)}.back-link{align-items:center;background:none;border:0;color:var(--ink-muted);display:inline-flex;font-weight:650;gap:7px;margin-bottom:20px;padding:0}.back-link:hover{color:var(--brand-charcoal)}.page-heading{align-items:flex-end;display:flex;gap:24px;justify-content:space-between;margin-bottom:28px}.page-heading h1{font-size:clamp(1.65rem,3vw,2.25rem);line-height:1.08;margin-bottom:8px}.page-heading__description{margin-bottom:0;max-width:670px}.page-heading__actions,.heading-action-group{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.eyebrow{color:var(--brand-coral-ink);font-size:.72rem;font-weight:800;letter-spacing:.12em;margin-bottom:9px;text-transform:uppercase}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px}.panel+.panel{margin-top:18px}.panel h2{font-size:1.1rem;margin-bottom:5px}.panel-heading{align-items:flex-start;display:flex;gap:18px;justify-content:space-between;margin-bottom:18px}.panel-heading p{font-size:.88rem;margin-bottom:0}.catalog-guide{background:#f7f7f4;border:1px solid var(--line);border-radius:12px;grid-column:1 / -1;margin-bottom:20px;padding:18px}.catalog-guide__heading{align-items:flex-start;display:flex;gap:14px;justify-content:space-between}.catalog-guide__heading>svg{color:var(--brand-coral-ink);flex:0 0 auto;margin-top:4px}.catalog-guide__heading h2{font-size:1.04rem;margin-bottom:4px}.catalog-guide__heading p{font-size:.82rem;margin:0}.catalog-guide__grid{display:grid;gap:9px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:15px}.catalog-guide__option{background:#fff;border:1px solid var(--line);border-radius:9px;color:var(--ink);cursor:pointer;display:grid;gap:6px;min-height:112px;padding:12px;text-align:left;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.catalog-guide__option:hover{border-color:#b9bab4;box-shadow:var(--shadow-sm)}.catalog-guide__option--selected{background:#f0f0ec;border-color:var(--brand-charcoal);box-shadow:inset 0 0 0 1px var(--brand-charcoal)}.catalog-guide__option-title{align-items:center;display:flex;font-size:.86rem;font-weight:780;gap:6px;justify-content:space-between}.catalog-guide__option-title svg{color:var(--brand-charcoal)}.catalog-guide__option>span:not(.catalog-guide__option-title){color:#515257;font-size:.76rem;line-height:1.35}.catalog-guide__option small{color:var(--ink-muted);font-size:.7rem;line-height:1.3}.catalog-guide__footnote{border-top:1px solid var(--line);color:var(--ink-muted);font-size:.76rem;line-height:1.45;margin:15px 0 0;padding-top:12px}.catalog-guide__footnote strong{color:var(--ink)}.field{display:grid;gap:6px;min-width:0}.field__label,.form-fieldset legend{color:#414247;font-size:.84rem;font-weight:720}.field__help{color:var(--ink-muted);font-size:.75rem}.field__error{color:var(--danger);font-size:.78rem;font-weight:650}.field input:not([type=checkbox]):not([type=radio]):not([type=color]),.field select,.field textarea,.inline-form input,.inline-form select,.option-control input:not([type=checkbox]):not([type=radio]),.option-control textarea{background:#fff;border:1px solid var(--line-strong);border-radius:7px;color:var(--ink);min-height:40px;padding:9px 10px;width:100%}.password-control{display:block;position:relative}.password-control input{padding-right:45px!important}.password-control__toggle{align-items:center;background:transparent;border:0;border-radius:7px;color:var(--ink-muted);display:inline-flex;height:34px;justify-content:center;padding:0;position:absolute;right:5px;top:50%;transform:translateY(-50%);width:34px}.password-control__toggle:hover{background:#f0f0ec;color:var(--ink)}.field textarea,.option-control textarea{resize:vertical}.field input[type=color]{border:0;cursor:pointer;height:36px;padding:0;width:42px}.recovery-success{text-align:center}.recovery-success .page-heading{margin-bottom:18px}.recovery-success .page-heading__description{margin-inline:auto;max-width:620px}.recovery-steps{counter-reset:recovery-step;display:grid;gap:12px;list-style:none;margin:22px 0 18px;padding:0;text-align:left}.recovery-steps li{align-items:start;background:#fafaf8;border:1px solid var(--line);border-radius:12px;counter-increment:recovery-step;display:grid;gap:10px;grid-template-columns:30px minmax(0,1fr);padding:13px 14px}.recovery-steps li:before{align-items:center;background:var(--brand-charcoal);border-radius:50%;color:#fff;content:counter(recovery-step);display:inline-flex;font-size:.82rem;font-weight:800;height:28px;justify-content:center;width:28px}.recovery-steps li span{font-weight:760;line-height:1.35}.recovery-steps li small{color:var(--ink-muted);display:block;font-size:.88rem;grid-column:2;line-height:1.45;margin-top:-5px}.verification-resend{margin-top:18px;text-align:left}.recovery-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:22px}.recovery-actions>a{display:inline-flex}.form-grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid--wide{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid--full{grid-column:1 / -1}.form-span-2{grid-column:span 2}.form-stack{display:grid;gap:16px}.form-fieldset{border:0;display:grid;gap:10px;grid-column:1 / -1;margin:0;padding:0}.form-actions{border-top:1px solid var(--line);display:flex;gap:10px;justify-content:flex-end;margin-top:22px;padding-top:18px}.form-footnote{font-size:.83rem;margin:0;text-align:center}.form-footnote a,.text-link{align-items:center;color:var(--brand-teal-ink);display:inline-flex;font-weight:700;gap:4px}.choice-row{align-items:center;color:#424348;cursor:pointer;display:flex;font-size:.88rem;gap:8px}.choice-row input{accent-color:var(--brand-charcoal)}.checkbox-grid{display:flex;flex-wrap:wrap;gap:14px}.color-fields{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.color-fields .field{align-items:center;grid-template-columns:auto 42px 1fr}.color-fields .field__label{grid-column:1 / -1}.notice,.problem-alert{align-items:flex-start;border-radius:9px;display:flex;font-size:.88rem;gap:10px;margin:14px 0;padding:12px 13px}.notice{background:var(--brand-teal-soft);color:var(--brand-teal-ink)}.notice--success{background:#e7f5ed;color:#17643f}.notice--warning{background:#fff5dd;color:#845109}.problem-alert{background:#fff1f0;border:1px solid #f2c8c4;color:#841e17}.problem-alert strong{display:block;margin-bottom:3px}.problem-alert p{color:inherit;margin:0 0 8px}.problem-alert ul{margin:6px 0 0;padding-left:18px}.loading-block{align-items:center;color:var(--ink-muted);display:flex;gap:9px;justify-content:center;min-height:120px}.state-page,.public-unavailable{align-items:center;display:flex;justify-content:center;min-height:70vh;padding:24px}.state-page .problem-alert,.public-unavailable .problem-alert{max-width:520px}.empty-state{align-items:center;color:var(--ink-muted);display:flex;flex-direction:column;justify-content:center;min-height:180px;padding:24px;text-align:center}.empty-state h2{color:var(--ink);font-size:1.05rem;margin:12px 0 4px}.empty-state p{font-size:.88rem;margin-bottom:15px;max-width:380px}.status-pill{background:#ecece8;border-radius:999px;color:#5c5c59;display:inline-flex;font-size:.72rem;font-weight:760;letter-spacing:.02em;padding:5px 8px;text-transform:capitalize;white-space:nowrap}.status-pill--active,.status-pill--trialing,.status-pill--confirmed,.status-pill--approved,.status-pill--delivered,.status-pill--public{background:#e4f4e9;color:#17673e}.status-pill--suspended,.status-pill--cancelled,.status-pill--rejected,.status-pill--inactive{background:#f9e5e3;color:#9c271f}.status-pill--pending_review,.status-pill--received,.status-pill--sent_to_whatsapp,.status-pill--past_due{background:#fff0d6;color:#8a5711}.status-pill--in_progress,.status-pill--ready{background:#e6eefc;color:#2855a1}.status-pill--internal{background:#ececf0;color:#555565}.table-wrap{overflow-x:auto;overscroll-behavior-inline:contain;position:relative}.data-table{border-collapse:collapse;min-width:660px;width:100%}.data-table th{border-bottom:1px solid var(--line);color:var(--ink-muted);font-size:.71rem;font-weight:800;letter-spacing:.06em;padding:0 10px 10px;text-align:left;text-transform:uppercase;white-space:nowrap}.data-table td{border-bottom:1px solid #ecece8;font-size:.87rem;padding:13px 10px;vertical-align:middle}.data-table tr:last-child td{border-bottom:0}.data-table td small{margin-top:3px}.data-table--sticky-actions th:last-child,.data-table--sticky-actions td:last-child{background:#fff;box-shadow:-13px 0 17px -17px #141518a6;min-width:112px;position:sticky;right:0;z-index:2}.data-table--sticky-actions th:last-child{z-index:3}.data-table--sticky-actions td:last-child{border-left:1px solid #ecece8}.data-table--sticky-actions td:last-child .table-actions{flex-wrap:nowrap;white-space:nowrap}.category-row-name--child{padding-left:18px}.category-row-name__warning{color:#8a5711}.product-identifiers{color:var(--ink-muted);font-variant-numeric:tabular-nums}.table-actions{align-items:center;display:flex;gap:4px;justify-content:flex-end}.pagination{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin-top:14px}.pagination span{color:var(--ink-muted);font-size:.85rem}.pagination-summary{color:var(--ink-muted);font-size:.8rem;margin:14px 0 0;text-align:right}.remove-button{align-items:center;background:none;border:0;color:var(--danger);display:inline-flex;font-size:.78rem;font-weight:700;gap:5px;padding:3px}.modal-backdrop{align-items:center;background:#1213157a;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;overflow:hidden;overscroll-behavior:contain;padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));position:fixed;z-index:40}.modal{background:#fff;border-radius:16px;box-shadow:var(--shadow-md);display:flex;flex-direction:column;margin:0;max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);max-width:580px;min-height:0;overflow:hidden;width:100%}.modal--wide{max-width:min(1180px,calc(100vw - 32px))}.modal__header,.modal__footer{align-items:center;display:flex;flex:0 0 auto;gap:12px;justify-content:space-between;padding:17px 20px}.modal__header{border-bottom:1px solid var(--line)}.modal__header h2{font-size:1.1rem;margin:0}.modal__body{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;overflow-anchor:none;padding:20px 20px max(20px,env(safe-area-inset-bottom));scrollbar-gutter:stable;scroll-behavior:auto;touch-action:pan-y;-webkit-overflow-scrolling:touch}.modal__footer{border-top:1px solid var(--line);justify-content:flex-end}.marketing-shell{background:#fbfbf9;min-height:100vh}.marketing-header{align-items:center;display:flex;height:76px;justify-content:space-between;margin:auto;max-width:1220px;padding:0 26px;position:relative;z-index:5}.brand-link{display:inline-flex}.emprendebo-logo{display:inline-flex;height:40px;line-height:0;max-width:100%}.emprendebo-logo img{height:100%;max-width:100%;object-fit:contain;width:auto}.emprendebo-logo--compact{height:42px;width:34px}.marketing-nav{align-items:center;display:flex;gap:25px}.marketing-nav>a:not(.button){color:#535459;font-size:.88rem;font-weight:680}.marketing-nav>a.active,.marketing-nav>a:not(.button):hover{border-bottom:2px solid var(--brand-coral);color:var(--brand-charcoal);padding-bottom:4px}.mobile-nav-toggle{display:none}.landing-page,.marketing-page{margin:0 auto;max-width:1220px;padding:0 26px 80px}.landing-hero{align-items:center;display:grid;gap:48px;grid-template-columns:1.1fr .9fr;min-height:610px;overflow:hidden;padding:56px 4vw 76px;position:relative}.landing-hero:before{display:none}.landing-hero__copy{border-left:3px solid var(--brand-coral);padding-left:clamp(16px,2vw,24px);position:relative}.landing-hero__copy:after{background:var(--brand-teal);bottom:0;content:"";height:34px;left:-3px;position:absolute;width:3px}.landing-hero__copy>.eyebrow{color:var(--brand-coral-ink);margin-left:-1px}.landing-hero__copy h1{font-size:clamp(2.75rem,6vw,5.3rem);line-height:.99;margin-bottom:22px;max-width:720px}.landing-hero__copy>p:not(.eyebrow){font-size:1.08rem;max-width:570px}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:27px}.hero-proof{display:flex;flex-wrap:wrap;gap:16px;margin-top:30px}.hero-proof span{align-items:center;color:#56575c;display:inline-flex;font-size:.83rem;font-weight:650;gap:6px}.hero-proof span:first-child svg{color:var(--brand-coral-ink)}.hero-proof span:nth-child(2) svg{color:var(--brand-teal-ink)}.landing-hero__visual{background:#f0efeb;border:1px solid var(--line);border-radius:22px;border-top:3px solid var(--brand-teal);min-height:470px;padding:18px;position:relative}.catalog-preview{--store-primary: var(--brand-charcoal);--store-secondary: #f3f3f1;--store-accent: var(--brand-coral);--store-on-primary: #fff;background:#fff;border:1px solid #d7d8d3;border-radius:20px;box-shadow:0 18px 40px #191b1e1f;overflow:hidden;position:absolute;right:0;top:12px;transform:rotate(1.5deg);transition:box-shadow .28s ease,transform .28s ease;width:min(100%,520px)}.catalog-preview:hover{box-shadow:0 23px 48px #191b1e29;transform:rotate(0) translateY(-4px)}.catalog-preview__topbar{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;min-height:58px;padding:12px 15px;position:relative;z-index:2}.catalog-preview__brand{align-items:center;display:inline-flex;gap:7px;min-width:0}.catalog-preview__brand-logo{align-items:center;background:#fff;border-radius:50%;box-shadow:0 4px 12px #14161826;display:inline-flex;height:38px;justify-content:center;overflow:hidden;padding:5px;width:38px}.catalog-preview__brand-logo img{height:100%;max-width:100%;object-fit:contain;width:100%}.catalog-preview__brand>span:not(.catalog-preview__brand-logo){align-items:center;background:var(--store-primary);border-radius:7px;color:var(--store-on-primary);display:inline-flex;font-size:.75rem;font-weight:800;height:25px;justify-content:center;width:25px}.catalog-preview__brand strong{color:#28292d;font-size:.74rem;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-preview__nav{align-items:center;color:#fff;display:flex;font-size:.64rem;font-weight:700;gap:11px;text-shadow:0 1px 5px rgb(0 0 0 / 50%);white-space:nowrap}.catalog-preview__nav b{background:#fff;border-radius:7px;color:#26272a;font-size:.62rem;padding:7px 9px;text-shadow:none}.catalog-preview__hero{background:var(--store-secondary, #f3f0f7);min-height:220px;overflow:hidden;padding:0;position:relative}.catalog-preview__hero-scrim{background:#0d0e126b;top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute;z-index:0}.catalog-preview__hero:not(.catalog-preview__hero--with-image) .catalog-preview__hero-scrim{background:transparent}.catalog-preview__hero>img{height:100%;top:0;right:0;bottom:0;left:0;object-fit:cover;opacity:.34;position:absolute;width:100%}.catalog-preview__hero-content{bottom:18px;left:18px;max-width:72%;position:absolute;z-index:1}.catalog-preview__hero-content>span{color:#fff;display:block;font-size:.6rem;font-weight:820;letter-spacing:.1em;text-transform:uppercase}.catalog-preview__hero-content h3{color:#fff;font-size:clamp(1.45rem,3vw,2.2rem);line-height:1;margin:10px 0 7px;text-shadow:0 1px 7px rgb(0 0 0 / 28%)}.catalog-preview__hero-content p{color:#fff;display:-webkit-box;font-size:.77rem;line-height:1.4;margin:0;max-width:280px;overflow:hidden;text-shadow:0 1px 5px rgb(0 0 0 / 38%);-webkit-box-orient:vertical;-webkit-line-clamp:3}.catalog-preview__hero:not(.catalog-preview__hero--with-image) .catalog-preview__nav{color:#303136;text-shadow:none}.catalog-preview__hero:not(.catalog-preview__hero--with-image) .catalog-preview__hero-content h3{color:#222328;text-shadow:none}.catalog-preview__hero:not(.catalog-preview__hero--with-image) .catalog-preview__hero-content p{color:#55565c;text-shadow:none}.catalog-preview__body{background:#fff;padding:17px}.catalog-preview__heading{align-items:end;display:flex;gap:10px;justify-content:space-between;margin-bottom:10px}.catalog-preview__heading strong{color:#25262a;display:block;font-size:.98rem;margin-top:3px}.catalog-preview__heading small{color:#65666b;font-size:.67rem;line-height:1.35}.catalog-preview__filters{display:flex;gap:5px;margin-bottom:10px;overflow:hidden}.catalog-preview__filters span{background:#fff;border:1px solid #dedfe0;border-radius:999px;color:#5d5e63;font-size:.57rem;font-weight:700;padding:5px 8px;white-space:nowrap}.catalog-preview__filters span:first-child{background:var(--store-primary);border-color:var(--store-primary);color:var(--store-on-primary)}.catalog-preview__products{display:grid;gap:9px;grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-preview__product{background:#fcfbfd;border:1px solid #ece9ee;border-radius:10px;min-width:0;overflow:hidden}.catalog-preview__product>img,.catalog-preview__product>i{aspect-ratio:1 / .72;background:var(--store-primary-soft, #f3f0f7);display:block;height:auto;object-fit:cover;width:100%}.catalog-preview__product>i{background:var(--store-primary);opacity:.72}.catalog-preview__product>div{display:grid;gap:2px;padding:8px 9px 9px}.catalog-preview__product small{color:var(--store-primary);font-size:.55rem;font-weight:750;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.catalog-preview__product strong{color:#2c2d31;font-size:.68rem;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-preview__product span{color:#65666b;font-size:.62rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-preview__link{align-items:center;color:var(--store-primary);display:inline-flex;font-size:.7rem;font-weight:780;gap:4px;margin-top:13px}.catalog-preview__link:hover{text-decoration:underline}.catalog-preview__empty{border:1px dashed #d6d7d2;color:#65666b;font-size:.72rem;line-height:1.4;padding:16px;text-align:center}.catalog-preview--loading .catalog-preview__hero-content{opacity:.6}.catalog-preview__product--skeleton{animation:preview-skeleton 1.2s ease-in-out infinite alternate}.catalog-preview__product--skeleton i,.catalog-preview__product--skeleton span,.catalog-preview__product--skeleton small{background:#e9e8e5;border-radius:5px;display:block}.catalog-preview__product--skeleton span{height:10px;width:75%}.catalog-preview__product--skeleton small{height:8px;width:55%}@keyframes preview-skeleton{0%{opacity:.55}to{opacity:1}}.marketing-contact-button{border-color:#cfd0cb;color:#2f3034}.marketing-contact-button svg{color:#168c52}.hero-stat{align-items:center;background:var(--brand-charcoal);border-left:3px solid var(--brand-coral);border-radius:8px;bottom:10px;color:#fff;display:flex;font-size:.82rem;gap:9px;left:-15px;padding:11px 15px;position:absolute;z-index:2}.hero-stat svg{color:var(--brand-teal)}.hero-stat span{display:grid;gap:2px}.hero-stat strong{font-size:.78rem;font-weight:760;line-height:1.05}.hero-stat small{color:#ffffffc2;font-size:.68rem;font-weight:520;line-height:1.05}.landing-section{margin-top:96px}.landing-section>h2,.landing-section>div>h2,.section-heading h2{font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.1;margin-bottom:0}.landing-section--features{align-items:start;display:grid;gap:52px;grid-template-columns:.75fr 1.25fr}.feature-grid{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.feature-card{background:#fff;border:1px solid var(--line);border-radius:13px;min-height:210px;padding:21px}.feature-card>span{align-items:center;background:#ecece8;border-radius:8px;color:var(--brand-charcoal);display:inline-flex;height:39px;justify-content:center;width:39px}.feature-card:nth-child(1){border-top:2px solid var(--brand-coral)}.feature-card:nth-child(1)>span{background:var(--brand-coral-soft);color:var(--brand-coral-ink)}.feature-card:nth-child(2){border-top:2px solid var(--brand-teal)}.feature-card:nth-child(2)>span{background:var(--brand-teal-soft);color:var(--brand-teal-ink)}.feature-card h3{font-size:1rem;margin:30px 0 7px}.feature-card p{font-size:.84rem;margin-bottom:0}.section-heading{align-items:end;display:flex;gap:24px;justify-content:space-between;margin-bottom:24px}.plan-grid{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.plan-card{background:#fff;border:1px solid var(--line);border-radius:15px;display:flex;flex-direction:column;gap:18px;min-height:320px;padding:24px}.plan-card h3{font-size:1.9rem;margin:0}.plan-card h3 small{display:inline;font-size:.78rem;font-weight:500}.plan-card__features{display:grid;gap:8px;list-style:none;margin:0;padding:0}.plan-card__features li{align-items:center;color:#595a5e;display:flex;font-size:.85rem;gap:7px}.plan-card__features svg{color:var(--success)}.plan-card .button{margin-top:auto;width:100%}.billing-period-selector{background:#f1f1ee;border:1px solid var(--line);border-radius:13px;display:grid;gap:4px;grid-template-columns:repeat(4,minmax(0,1fr));margin:20px auto 28px;max-width:650px;padding:4px}.billing-period-selector button{background:transparent;border:0;border-radius:9px;color:#606167;cursor:pointer;font:inherit;font-size:.86rem;font-weight:700;padding:10px 8px}.billing-period-selector button.is-active{background:#fff;box-shadow:0 2px 8px #14141414;color:var(--ink)}.billing-period-selector button:disabled{cursor:not-allowed;opacity:.38}.plan-card__period{color:var(--muted);font-size:.82rem;margin:4px 0 0}.plan-card__saving{background:#f5f7f3;border-radius:10px;display:grid;gap:3px;margin-top:12px;padding:10px 12px}.plan-card__saving strong{font-size:.9rem}.plan-card__saving span{color:#476147;font-size:.76rem}.billing-quote-summary{align-self:stretch;background:#f3f5f6;border:1px solid #dfe4e7;border-radius:12px;display:grid;gap:3px;padding:13px 15px}.billing-quote-summary span{color:var(--muted);font-size:.78rem}.billing-quote-summary strong{font-size:1.35rem}.billing-quote-summary small{color:#4c5b65;line-height:1.45}.plan-discount-grid{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.plan-discount-field{background:#f7f7f4;border:1px solid var(--line);border-radius:12px;display:grid;gap:10px;padding:14px}.plan-discount-field small{color:var(--muted);line-height:1.45}.muted{color:var(--ink-muted);font-size:.84rem}.landing-cta{align-items:center;background:var(--brand-charcoal);border-radius:8px;color:#fff;display:flex;justify-content:space-between;margin-top:98px;overflow:hidden;padding:42px;position:relative}.landing-cta:after{background:var(--brand-coral);content:"";height:4px;position:absolute;right:0;top:0;width:96px}.landing-cta h2{font-size:clamp(1.6rem,3vw,2.35rem);margin:0;max-width:570px;position:relative;z-index:1}.landing-cta .eyebrow{color:var(--brand-teal)}.landing-cta .button{background:#fff;color:var(--brand-charcoal);position:relative;z-index:1}.marketing-page{min-height:calc(100vh - 250px);padding-top:65px}.marketing-footer{align-items:flex-start;border-top:1px solid var(--line);display:grid;gap:25px;grid-template-columns:180px 1fr auto;margin-top:45px;padding:30px max(26px,calc((100vw - 1168px)/2))}.marketing-footer .emprendebo-logo{height:30px}.marketing-footer p,.marketing-footer span{font-size:.78rem;margin:0}.auth-page,.onboarding-page{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 220px);padding:55px 24px}.auth-card{max-width:680px;width:100%}.auth-card--center{text-align:center}.auth-card .page-heading{display:block}.auth-card .page-heading h1{font-size:1.8rem}.auth-links{display:flex;justify-content:space-between;margin-top:18px}.auth-links a{color:var(--brand-teal-ink);font-size:.84rem;font-weight:700}.onboarding-card{max-width:660px;padding:44px;text-align:center;width:100%}.onboarding-icon,.success-icon{align-items:center;background:var(--brand-teal-soft);border-radius:8px;color:var(--brand-teal-ink);display:inline-flex;height:60px;justify-content:center;margin-bottom:18px;width:60px}.onboarding-card .page-heading{display:block}.onboarding-actions{display:flex;gap:10px;justify-content:center;margin-top:25px}.not-found{max-width:500px;text-align:center}.dashboard-shell{background:var(--paper);display:flex;min-height:100vh}.dashboard-sidebar{background:var(--brand-coral);color:var(--ink);display:flex;flex-direction:column;flex:0 0 246px;min-height:100vh;overflow:hidden;padding:18px 12px;position:sticky;top:0}.dashboard-sidebar:before{background:#ffffff26;border-radius:50%;content:"";height:235px;pointer-events:none;position:absolute;right:-105px;top:44px;width:235px}.dashboard-sidebar:after{border:9px solid rgb(255 255 255 / 22%);border-radius:50%;bottom:68px;content:"";height:57px;pointer-events:none;position:absolute;right:23px;width:57px}.dashboard-sidebar>*{position:relative;z-index:1}.sidebar-brand{align-items:center;display:flex;justify-content:space-between;margin:0 7px 22px}.sidebar-brand .emprendebo-logo{height:42px;max-width:42px}.sidebar-close{color:var(--ink);display:none}.tenant-select{background:#ffffff1c;border:1px solid rgb(24 32 38 / 28%);border-radius:8px;display:grid;gap:3px;margin:0 4px 19px;padding:8px 10px;position:relative}.tenant-select span{color:var(--ink);font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.tenant-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:var(--ink);font-size:.82rem;font-weight:750;outline:0;padding:0 18px 0 0}.tenant-select option{color:var(--ink)}.tenant-select svg{pointer-events:none;position:absolute;right:9px;top:21px}.sidebar-nav{display:grid;gap:3px}.sidebar-label{color:var(--ink);font-size:.65rem;font-weight:850;letter-spacing:.1em;margin:19px 11px 6px;opacity:.76;text-transform:uppercase}.sidebar-link{align-items:center;border-radius:7px;color:var(--ink);display:flex;font-size:.86rem;font-weight:650;gap:10px;min-height:39px;padding:0 10px}.sidebar-link:hover{background:#ffffff42;color:var(--ink)}.sidebar-link--active{background:var(--brand-charcoal);box-shadow:inset 3px 0 0 var(--brand-teal);color:#fff}.sidebar-user{align-items:center;border-top:1px solid rgb(24 32 38 / 24%);display:grid;gap:8px;grid-template-columns:30px 1fr 32px;margin:auto 5px 1px;padding-top:15px}.sidebar-user strong{display:block;font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-user small{color:var(--ink);font-size:.67rem;opacity:.76}.sidebar-user .icon-button{color:var(--ink)}.sidebar-user__logout-label{display:none}.avatar{align-items:center;background:#fff;border-radius:50%;color:var(--brand-charcoal);display:inline-flex;font-size:.78rem;font-weight:800;height:29px;justify-content:center;width:29px}.dashboard-content{min-width:0;width:100%}.dashboard-topbar{align-items:center;background:#f7f7f5eb;border-bottom:1px solid var(--line);display:flex;height:60px;justify-content:space-between;padding:0 32px;position:sticky;top:0;z-index:12}.dashboard-topbar>div{display:grid;gap:1px}.topbar-context{font-size:.84rem;font-weight:750}.topbar-path{color:var(--ink-muted);font-size:.7rem;text-transform:capitalize}.topbar-store-link{color:var(--brand-charcoal);font-size:.79rem;font-weight:700}.mobile-menu-button{display:none}.dashboard-main{margin:0 auto;max-width:1420px;padding:34px 40px 65px}.app-page{animation:page-in .18s ease both}@keyframes page-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.summary-subscription{align-items:center;background:var(--brand-teal);border-radius:8px;color:var(--ink);display:flex;gap:24px;justify-content:space-between;margin-bottom:18px;overflow:hidden;padding:22px;position:relative}.summary-subscription:after{background:#ffffff2e;border-radius:50%;content:"";height:210px;pointer-events:none;position:absolute;right:-70px;top:-115px;width:290px}.summary-subscription>*{position:relative;z-index:1}.summary-subscription span{color:var(--ink);display:block;font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.summary-subscription strong{display:block;font-size:1.2rem;margin:5px 0}.summary-subscription p{color:var(--ink);font-size:.82rem;margin:0;opacity:.78}.summary-subscription .button{background:#fff;color:var(--brand-charcoal)}.metric-grid{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px}.metric-card{background:#fff;border:1px solid var(--line);border-radius:12px;display:block;min-height:138px;padding:18px}.metric-card span{color:var(--ink-muted);display:block;font-size:.77rem;font-weight:680}.metric-card>strong{color:var(--ink);display:block;font-size:1.54rem;letter-spacing:-.05em;margin-top:19px}.metric-card strong small{display:inline;font-size:.8rem;font-weight:550;letter-spacing:0}.metric-card>div{background:#ededea;border-radius:999px;height:5px;margin-top:13px;overflow:hidden}.metric-card>div i{background:var(--brand-coral);border-radius:inherit;display:block;height:100%}.two-column,.subscription-grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.quick-actions{display:grid;gap:9px;grid-template-columns:repeat(2,1fr);margin-top:16px}.quick-actions a{align-items:center;background:#f4f4f1;border-radius:8px;color:#45464b;display:flex;font-size:.83rem;font-weight:690;gap:8px;min-height:50px;padding:10px}.quick-actions a:hover{background:#eaeae6}.quick-actions svg{color:var(--brand-coral-ink)}.subnav{border-bottom:1px solid var(--line);display:flex;gap:3px;margin:-5px 0 22px;overflow-x:auto}.subnav a,.subnav button{background:none;border:0;border-bottom:2px solid transparent;color:var(--ink-muted);font-size:.83rem;font-weight:680;padding:10px 11px;white-space:nowrap}.subnav a:hover,.subnav button:hover,.subnav a.active,.subnav button.active{border-bottom-color:var(--brand-coral);color:var(--brand-charcoal)}.subnav button:disabled{opacity:.4}.store-area-nav{margin-top:-13px}.filter-row{align-items:end;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:17px;max-width:900px}.filter-row--orders{max-width:1050px}.crm-customer-filters{grid-template-columns:repeat(3,minmax(170px,1fr));max-width:none}.crm-customer-filters--primary{margin-bottom:10px}.crm-advanced-filters{border:1px solid var(--line);border-radius:10px;margin:0 0 17px;padding:0 13px}.crm-advanced-filters>summary{color:var(--brand-charcoal);cursor:pointer;font-size:.82rem;font-weight:750;padding:11px 2px}.crm-advanced-filters[open]>summary{border-bottom:1px solid var(--line)}.crm-advanced-filters .filter-row{margin:13px 0}.input-with-icon{position:relative}.input-with-icon>svg{color:var(--ink-muted);left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.input-with-icon>input{padding-left:38px}.crm-customer-cards{display:none}.crm-customer-card{border:1px solid var(--line);border-radius:12px;color:inherit;display:grid;gap:9px;padding:14px;text-decoration:none}.crm-customer-card>div:first-child{align-items:center;display:flex;gap:10px;justify-content:space-between}.crm-customer-card>span,.crm-customer-card>small{color:var(--ink-muted)}.crm-customer-card dl{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr));margin:3px 0}.crm-customer-card dl div{min-width:0}.crm-customer-card dt,.crm-definition-list dt{color:var(--ink-muted);font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.crm-customer-card dd,.crm-definition-list dd{margin:3px 0 0;overflow-wrap:anywhere}.crm-contact-actions{display:flex;flex-wrap:wrap;gap:9px;margin:-4px 0 18px}.crm-contact-actions a{align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:999px;color:var(--ink);display:inline-flex;font-size:.86rem;font-weight:700;gap:7px;padding:9px 13px;text-decoration:none}.crm-contact-actions a:hover{border-color:var(--brand);color:var(--brand-dark)}.crm-metrics .metric-card strong{font-size:1.15rem;overflow-wrap:anywhere}.crm-definition-list{display:grid;gap:14px;margin:0}.crm-simple-list{display:grid;gap:9px;margin:0;padding-left:20px}.crm-timeline{display:grid;gap:10px}.crm-timeline article{background:#f8f8f5;border:1px solid var(--line);border-radius:11px;padding:13px}.crm-timeline article p{margin:0 0 8px;overflow-wrap:anywhere;white-space:pre-wrap}.crm-timeline article small{color:var(--ink-muted);display:block}.crm-timeline .table-actions{margin-top:9px}.crm-task-title{align-items:start;display:flex;gap:10px;justify-content:space-between;margin-bottom:7px}.crm-detail-grid,.crm-interactions{align-items:start}.analytics-filters{margin-bottom:18px}.analytics-filters .filter-row{grid-template-columns:repeat(5,minmax(150px,1fr));margin-bottom:8px;max-width:none}.analytics-primary{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px}.analytics-metric{margin:0}.analytics-metric>span{align-items:center;display:flex;gap:7px}.analytics-help{color:var(--ink-muted);cursor:help}.analytics-metric>strong{font-size:1.25rem;overflow-wrap:anywhere}.analytics-metric>small{color:var(--ink-muted);display:block;margin-top:8px}.analytics-primary-panel{grid-column:span 2;margin:0}.analytics-ranking{counter-reset:ranking;display:grid;gap:3px;list-style:none;margin:0;padding:0}.analytics-ranking li a{align-items:center;border-bottom:1px solid #ecece8;color:inherit;display:flex;gap:15px;justify-content:space-between;padding:11px 3px;text-decoration:none}.analytics-ranking li:last-child a{border-bottom:0}.analytics-ranking span{display:block;min-width:0}.analytics-ranking small{color:var(--ink-muted);display:block;margin-top:3px}.analytics-ranking strong{white-space:nowrap}.analytics-strong-hours li{align-items:center;border-bottom:1px solid #ecece8;display:flex;gap:15px;justify-content:space-between;padding:11px 3px}.analytics-strong-hours li:last-child{border-bottom:0}.analytics-opportunities{display:grid;gap:8px}.analytics-opportunities>a{align-items:center;border:1px solid var(--line);border-radius:10px;color:inherit;display:grid;gap:10px;grid-template-columns:auto minmax(0,1fr) auto;padding:11px;text-decoration:none}.analytics-opportunities small{color:var(--ink-muted);display:block;margin-top:3px}.analytics-action-label{align-items:center;color:var(--brand-coral-ink);display:inline-flex;font-size:.75rem;font-weight:750;gap:4px;white-space:nowrap}.analytics-secondary{align-items:start;margin-bottom:18px}.analytics-statuses{display:grid;gap:13px}.analytics-statuses>div{display:grid;gap:7px;grid-template-columns:1fr auto}.analytics-statuses i{background:#ecece8;border-radius:999px;grid-column:1 / -1;height:6px;overflow:hidden}.analytics-statuses i b{background:var(--brand-coral);border-radius:inherit;display:block;height:100%}.analytics-series{display:grid;gap:10px}.analytics-series>div{align-items:center;display:grid;gap:10px;grid-template-columns:110px minmax(70px,1fr) auto}.analytics-series>div>span{color:var(--ink-muted);font-size:.78rem}.analytics-series i{background:#ecece8;border-radius:999px;height:8px;overflow:hidden}.analytics-series b{background:var(--brand-coral);border-radius:inherit;display:block;height:100%;min-width:2px}.analytics-series strong{font-size:.78rem;white-space:nowrap}.analytics-payment-grid{display:grid;gap:12px;grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:15px}.analytics-payment-grid>div{background:#f6f6f3;border-radius:10px;padding:13px}.analytics-payment-grid span{color:var(--ink-muted);display:block;font-size:.75rem}.analytics-payment-grid strong{display:block;font-size:1rem;margin-top:7px;overflow-wrap:anywhere}.analytics-subnav{margin-bottom:18px}.product-analytics-filters .filter-row{grid-template-columns:repeat(3,minmax(170px,1fr))}.product-analytics-table small{color:var(--ink-muted);display:block;margin-top:3px}.product-trend{align-items:center;display:inline-flex;font-size:.78rem;font-weight:750;gap:3px;white-space:nowrap}.product-trend--up{color:#16734b}.product-trend--down{color:#b42318}.product-trend--neutral{color:var(--ink-muted)}.store-cell{align-items:center;display:flex;gap:10px}.store-cell>span{align-items:center;border-radius:7px;color:#fff;display:flex;font-size:.83rem;font-weight:800;height:32px;justify-content:center;width:32px}.store-cell strong{display:block}.store-cell small{font-size:.7rem}.store-settings-layout{display:grid;gap:20px;grid-template-columns:minmax(0,1fr) 290px}.store-preview{background:#ecece8;border-radius:12px;height:max-content;padding:13px;position:sticky;top:79px}.store-preview>span{color:var(--ink-muted);display:block;font-size:.69rem;font-weight:800;letter-spacing:.08em;margin-bottom:9px;text-transform:uppercase}.store-preview__card{background:#fff;border-radius:9px;overflow:hidden}.store-preview__hero{background:linear-gradient(135deg,var(--store-primary-soft),var(--store-accent-soft));height:174px;isolation:isolate;overflow:hidden;position:relative}.store-preview__cover{height:100%;top:0;right:0;bottom:0;left:0;object-fit:cover;position:absolute;width:100%;z-index:-3}.store-preview__scrim{background:linear-gradient(180deg,rgb(10 11 13 / 34%),transparent 45%),linear-gradient(0deg,rgb(10 11 13 / 64%),transparent 62%);top:0;right:0;bottom:0;left:0;position:absolute;z-index:-2}.store-preview__hero:not(.store-preview__hero--with-cover) .store-preview__scrim{background:transparent}.store-preview__topbar{align-items:flex-start;display:flex;justify-content:space-between;padding:12px}.store-preview__logo{align-items:center;display:flex;height:43px;justify-content:center;overflow:visible;width:43px}.store-preview__logo img{filter:drop-shadow(0 5px 8px rgb(0 0 0 / 18%));height:100%;object-fit:contain;width:100%}.store-preview__logo b{align-items:center;background:var(--store-primary);border-radius:50%;color:var(--store-on-primary);display:flex;height:100%;justify-content:center;width:100%}.store-preview__nav{align-items:center;color:#fff;display:flex;font-size:.48rem;font-weight:700;gap:7px;text-shadow:0 1px 5px rgb(0 0 0 / 50%)}.store-preview__nav b{background:#fff;border-radius:5px;color:#26272a;padding:5px 6px;text-shadow:none}.store-preview__hero:not(.store-preview__hero--with-cover) .store-preview__nav{color:#303136;text-shadow:none}.store-preview__copy{bottom:14px;left:14px;max-width:205px;position:absolute}.store-preview__copy strong,.store-preview__copy p{color:#fff;display:block}.store-preview__copy strong{font-size:.9rem;line-height:1.1}.store-preview__copy p{display:-webkit-box;font-size:.58rem;line-height:1.35;margin:4px 0 0;overflow:hidden;text-shadow:0 1px 5px rgb(0 0 0 / 60%);-webkit-box-orient:vertical;-webkit-line-clamp:3}.store-preview__hero:not(.store-preview__hero--with-cover) .store-preview__copy strong,.store-preview__hero:not(.store-preview__hero--with-cover) .store-preview__copy p{color:#28292d;text-shadow:none}.store-preview__whatsapp{align-items:center;background:#159b55;border:2px solid #fff;border-radius:50%;bottom:13px;color:#fff;display:flex;font-size:.54rem;height:27px;justify-content:center;position:absolute;right:13px;width:27px}.store-preview__products{align-items:center;display:flex;justify-content:space-between;padding:15px 13px}.store-preview__products b,.store-preview__products small{display:block}.store-preview__products b{font-size:.74rem}.store-preview__products small{font-size:.56rem;margin-top:3px}.store-preview__products>span{border:1px solid var(--line);border-radius:5px;height:24px;width:74px}.image-uploader-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(235px,1fr))}.image-uploader{align-items:center;border:1px dashed var(--line-strong);border-radius:10px;display:flex;gap:12px;padding:12px}.image-uploader__preview{align-items:center;background:#f1f1ee;border-radius:7px;color:var(--ink-muted);display:flex;flex:0 0 70px;height:60px;justify-content:center;overflow:hidden}.image-uploader__preview--logo{background:#fff;border:1px solid var(--line)}.image-uploader--cover{grid-column:1 / -1}.image-uploader__preview--cover{flex-basis:180px;height:68px}.image-uploader__preview img{height:100%;object-fit:cover;width:100%}.image-uploader__preview--logo img{object-fit:contain}.image-uploader__content{flex:1;min-width:0}.image-uploader__actions{align-items:center;display:flex;flex-wrap:wrap;gap:4px}.image-uploader strong{font-size:.82rem}.image-uploader p{font-size:.7rem;line-height:1.3;margin:3px 0 8px}.image-uploader .button{font-size:.72rem;min-height:30px;padding:0 8px}.image-uploader .notice,.image-uploader .problem-alert{margin:9px 0 0}.store-form__section{border-top:1px solid var(--line);margin-top:4px;padding-top:18px}.store-form>.notice{grid-column:1 / -1;margin-top:0}.store-form__section strong{display:block;font-size:.9rem}.store-form__section p{color:var(--ink-muted);font-size:.78rem;margin:4px 0 0}.store-form .choice-row small{color:var(--ink-muted);display:block;font-size:.75rem;line-height:1.4;margin-left:4px}.admin-gallery{display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.admin-gallery>div{aspect-ratio:1 / .8;background:#f1f1ee;border-radius:8px;overflow:hidden;position:relative}.admin-gallery img{height:100%;object-fit:cover;width:100%}.admin-gallery button{align-items:center;background:#fff;border:0;border-radius:50%;color:var(--danger);display:flex;height:27px;justify-content:center;position:absolute;right:6px;top:6px;width:27px}.option-admin{border-top:1px solid var(--line);padding:15px 0}.option-admin:first-of-type{border-top:0}.option-admin header{align-items:center;display:flex;justify-content:space-between}.option-admin header strong,.option-admin header small{display:block}.option-admin header small{font-size:.74rem;margin-top:3px}.option-admin__values{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0}.option-value-chip{align-items:center;background:#f0f0ed;border-radius:999px;color:#55565b;display:inline-flex;font-size:.76rem;gap:4px;padding:5px 5px 5px 9px}.option-admin__values button{background:#fff;border:0;border-radius:50%;color:var(--danger);display:inline-flex;padding:2px}.option-admin__values button:first-of-type{color:var(--brand-charcoal)}.option-admin__help{color:var(--ink-muted);font-size:.82rem;margin:8px 0 0}.inline-form{align-items:center;display:grid;gap:7px;grid-template-columns:minmax(120px,1fr) 130px 90px auto}.inline-form input,.inline-form select{min-height:34px;padding:6px 7px}.option-control{border:0;display:grid;gap:9px;margin:0 0 22px;padding:0}.option-control legend{color:#3e3f44;font-size:.88rem;font-weight:760}.option-control>p{font-size:.79rem;margin:-3px 0 0}.option-control--error legend{color:var(--danger)}.option-chips{display:flex;flex-wrap:wrap;gap:7px}.option-chip{align-items:center;background:#fff;border:1px solid var(--line-strong);border-radius:999px;color:#45464a;cursor:pointer;display:inline-flex;font-size:.82rem;gap:5px;line-height:1.25;padding:8px 10px}.option-chip input{clip:rect(0 0 0 0);height:1px;overflow:hidden;position:absolute;width:1px}.option-chip--selected{background:#e8e8e3;border-color:var(--brand-charcoal);color:var(--brand-charcoal);font-weight:700}.option-chip small{align-items:center;display:inline-flex;font-size:.69rem;line-height:1.2;margin:0;white-space:nowrap}.subscription-price{display:block;font-size:1.5rem;margin-top:16px}.settings-links{display:grid;gap:11px;grid-template-columns:repeat(2,minmax(0,1fr))}.settings-links a{align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:11px;display:flex;gap:12px;padding:18px}.settings-links a:hover{border-color:#b9bab4;box-shadow:var(--shadow-sm)}.settings-links svg{color:var(--brand-coral-ink)}.settings-links strong{display:block;font-size:.92rem}.settings-links p{font-size:.8rem;margin:5px 0 0}.notification-list{display:grid;gap:8px}.notification-item{align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:10px;display:grid;gap:12px;grid-template-columns:22px 1fr auto;padding:14px}.notification-item--unread{border-color:#d0b08c}.notification-item>svg{color:var(--brand-coral-ink);margin-top:2px}.notification-item strong{font-size:.88rem}.notification-item p{font-size:.83rem;margin:3px 0}.notification-item small{font-size:.71rem}.order-number{color:var(--brand-charcoal);font-weight:800}.order-detail-grid{display:grid;gap:18px;grid-template-columns:minmax(0,1.3fr) minmax(250px,.7fr)}.order-detail-grid>div{min-width:0}.order-detail-grid aside{display:grid;align-content:start;gap:0}.payment-qr-summary{align-items:center;background:#fafaf7;border:1px solid var(--line);border-radius:14px;display:grid;gap:24px;grid-template-columns:minmax(250px,300px) minmax(0,1fr);margin:18px 0;padding:18px}.payment-qr-summary--admin{grid-template-columns:minmax(210px,260px) minmax(0,1fr)}.payment-qr-viewer{display:grid;gap:10px;justify-items:center;min-width:0;width:100%}.payment-qr-viewer__preview{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 5px 18px #1c1f2212;max-width:300px;overflow:hidden;padding:9px;position:relative;width:100%}.payment-qr-viewer__preview:hover{border-color:var(--brand-charcoal)}.payment-qr-viewer__preview img{background:#fff;height:auto;max-height:400px;object-fit:contain;width:100%}.payment-qr-viewer__preview>span{align-items:center;background:#202125d6;border-radius:999px;bottom:14px;color:#fff;display:inline-flex;font-size:.75rem;font-weight:760;gap:6px;left:50%;padding:7px 10px;position:absolute;transform:translate(-50%);white-space:nowrap}.payment-qr-viewer__actions{display:flex;flex-wrap:wrap;gap:7px;justify-content:center}.payment-qr-viewer__feedback,.store-share-panel__download-feedback{color:var(--ink-muted);display:block;font-size:.74rem;line-height:1.4;margin-top:7px;text-align:center}.pending-download{align-items:center;background:var(--brand-charcoal);border:1px solid rgb(255 255 255 / 20%);border-radius:12px;bottom:max(18px,env(safe-area-inset-bottom));box-shadow:0 12px 30px #00000038;color:#fff;display:flex;flex-wrap:wrap;gap:9px 13px;left:50%;max-width:min(92vw,520px);padding:10px 13px;position:fixed;transform:translate(-50%);width:max-content;z-index:1000}.pending-download .button{min-height:36px}.pending-download span{font-size:.76rem;line-height:1.35}.payment-qr-viewer--compact .payment-qr-viewer__preview{max-width:250px}.payment-qr-viewer--compact .payment-qr-viewer__preview img{max-height:330px}.payment-qr-modal{display:grid;gap:18px;justify-items:center}.payment-qr-modal>img{background:#fff;height:auto;max-height:calc(100dvh - 265px);max-width:min(720px,100%);object-fit:contain;width:auto}.payment-qr-modal .notice{margin:0;max-width:720px;width:100%}.payment-qr-details{min-width:0}.payment-qr-details h3{font-size:1.18rem;margin:8px 0 7px}.payment-qr-details p{font-size:.9rem;line-height:1.5;margin:6px 0}.payment-qr-details small{border-top:1px solid var(--line);line-height:1.5;margin-top:13px;padding-top:12px}.payment-step-label{color:var(--brand-teal-ink);display:block;font-size:.74rem;font-weight:820;letter-spacing:.06em;text-transform:uppercase}.payment-panel{margin-top:18px}.payment-total{align-items:center;background:var(--brand-teal-soft);border-radius:11px;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px;padding:13px 15px}.payment-total span{color:var(--brand-teal-ink);font-size:.82rem;font-weight:720}.payment-total strong{color:var(--ink);font-size:1.2rem}.payment-proof-form{border-top:1px solid var(--line);margin-top:20px;padding-top:20px}.payment-proof-form__heading{align-items:flex-start;display:grid;gap:11px;grid-template-columns:30px minmax(0,1fr)}.payment-proof-form__heading>span{align-items:center;background:var(--brand-charcoal);border-radius:50%;color:#fff;display:inline-flex;font-size:.82rem;font-weight:800;height:30px;justify-content:center;width:30px}.payment-proof-form__heading h3{font-size:1rem;margin:1px 0 3px}.payment-proof-form__heading p{font-size:.82rem;margin:0}.payment-proof-form__submit{justify-self:start}.payment-file-selected{background:#f1f1ed;border-radius:8px;font-size:.8rem;margin:0;overflow-wrap:anywhere;padding:10px 12px}.tracking-current-status{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:22px}.tracking-current-status>span{color:var(--ink-muted);font-size:.8rem;font-weight:720}.store-payment-settings__form{border-top:1px solid var(--line);margin-top:22px;padding-top:22px}.payment-toggle-card{background:#fafaf7;border:1px solid var(--line);border-radius:11px;gap:12px;margin-top:22px;padding:14px}.payment-toggle-card input{flex:0 0 auto;height:18px;width:18px}.payment-toggle-card span,.payment-toggle-card small{display:block}.payment-toggle-card small{line-height:1.45;margin-top:3px}.payment-review-filters{margin-bottom:18px}.payment-review-filters .filter-row{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:0;max-width:none}.payment-review-filters__summary{align-items:baseline;display:flex;gap:6px}.payment-review-filters__summary strong{font-size:1.35rem}.payment-review-filters__summary span{color:var(--ink-muted);font-size:.78rem}.payment-review-filters__actions{border-top:1px solid var(--line);display:flex;justify-content:flex-end;margin-top:17px;padding-top:12px}.payment-receipt-review{display:grid;gap:20px;grid-template-columns:minmax(210px,.42fr) minmax(0,1fr)}.payment-receipt-review dl{margin:0}.payment-receipt-review dl>div{border-bottom:1px solid var(--line);display:grid;gap:4px;padding:10px 0}.payment-receipt-review dl>div:first-child{padding-top:0}.payment-receipt-review dt{color:var(--ink-muted);font-size:.72rem;font-weight:780;text-transform:uppercase}.payment-receipt-review dd{font-size:.88rem;margin:0}.payment-receipt-preview{align-items:center;background:#f3f3f0;border:1px solid var(--line);border-radius:12px;display:flex;justify-content:center;min-height:440px;overflow:hidden}.payment-receipt-preview img{max-height:min(65vh,720px);object-fit:contain;width:100%}.payment-receipt-preview iframe{border:0;height:min(65vh,720px);width:100%}.payment-receipt-review>.notice{grid-column:1 / -1;margin:0}.order-lines{display:grid}.order-lines article{align-items:flex-start;border-bottom:1px solid var(--line);display:flex;gap:12px;justify-content:space-between;padding:13px 0}.order-lines article:first-child{padding-top:0}.order-lines p,.order-lines small{font-size:.79rem;margin:3px 0}.order-lines>article>strong{font-size:.87rem;white-space:nowrap}.order-totals{display:grid;gap:8px;margin-top:14px}.order-totals span{display:flex;font-size:.85rem;justify-content:space-between}.order-totals__total{border-top:1px solid var(--line);font-size:1rem!important;margin-top:5px;padding-top:12px}.status-actions{display:flex;flex-wrap:wrap;gap:6px}.tracking-timeline{display:grid;gap:0}.timeline-entry{display:grid;gap:12px;grid-template-columns:19px 1fr;padding:0 0 18px;position:relative}.timeline-entry:before{background:var(--line-strong);bottom:0;content:"";left:8px;position:absolute;top:21px;width:1px}.timeline-entry:last-child:before{display:none}.timeline-entry>span{align-items:center;background:var(--brand-charcoal);border-radius:50%;color:#fff;display:inline-flex;font-size:.65rem;height:17px;justify-content:center;position:relative;width:17px;z-index:1}.timeline-entry strong{display:block;font-size:.85rem;text-transform:capitalize}.timeline-entry p{font-size:.8rem;margin:3px 0}.timeline-entry small{font-size:.7rem}.store-shell{--store-primary: #34363b;--store-secondary: #f3f0f7;--store-accent: #b9824b;--store-footer: #34363b;--store-on-primary: #fff;--store-on-secondary: #161719;--store-on-accent: #161719;--store-on-footer: #fff;--store-primary-soft: #34363b16;--store-accent-soft: #b9824b20;--store-footer-soft: #ffffff20;--store-footer-line: #ffffff38;background:#fcfcfa;color:#26272a;min-height:100vh;overflow-x:hidden;overflow-x:clip}.store-shell .button--primary{background:var(--store-primary);color:var(--store-on-primary)}.store-shell .button--secondary{border-color:color-mix(in srgb,var(--store-primary),#fff 70%);color:var(--store-primary)}.store-header{align-items:center;animation:store-header-drop .55s ease both;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid rgb(25 26 29 / 8%);display:flex;height:76px;justify-content:space-between;padding:0 max(24px,calc((100vw - 1180px)/2));position:sticky;top:0;z-index:20}.store-brand{align-items:center;display:inline-flex;font-size:.95rem;font-weight:780;gap:11px;min-width:0}.store-brand img{filter:drop-shadow(0 4px 8px rgb(23 24 27 / 10%));height:50px;max-width:170px;object-fit:contain;object-position:left center;width:auto}.store-brand>span:last-child{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-brand__monogram{align-items:center;background:var(--store-primary);border-radius:10px;color:var(--store-on-primary);display:inline-flex;font-weight:900;height:38px;justify-content:center;width:38px}.store-header__nav{display:flex;gap:28px;margin-left:auto;margin-right:30px}.store-header__nav a{color:#595a5e;font-size:.88rem;font-weight:700;position:relative}.store-header__nav a:after{background:var(--store-primary);border-radius:2px;bottom:-8px;content:"";height:2px;left:50%;position:absolute;transform:translate(-50%) scaleX(0);transition:transform .2s ease;width:100%}.store-header__nav a:hover,.store-header__nav a.active{color:#202126}.store-header__nav a:hover:after,.store-header__nav a.active:after{transform:translate(-50%) scaleX(1)}.store-menu-button{align-items:center;background:transparent;border:0;color:#303136;display:none;justify-content:center;padding:7px}.store-cart-link{align-items:center;background:var(--store-primary);border-radius:11px;color:var(--store-on-primary);display:inline-flex;font-size:.84rem;font-weight:740;gap:7px;min-height:42px;padding:0 13px;transition:transform .18s ease,box-shadow .18s ease}.store-cart-link:hover{box-shadow:0 8px 20px var(--store-primary-soft);transform:translateY(-1px)}.store-cart-link b{align-items:center;animation:store-count-pulse 2.1s ease-in-out infinite;background:var(--store-accent);border-radius:50%;color:var(--store-on-accent);display:inline-flex;font-size:.66rem;height:18px;justify-content:center;min-width:18px}.store-floating-cart{align-items:center;animation:store-cart-pop .28s ease both;background:var(--store-primary);border-radius:999px;bottom:max(22px,calc(env(safe-area-inset-bottom) + 14px));box-shadow:0 16px 34px var(--store-primary-soft);color:var(--store-on-primary);display:inline-flex;font-size:.85rem;font-weight:780;gap:9px;min-height:48px;padding:0 15px 0 17px;position:fixed;right:max(22px,calc(env(safe-area-inset-right) + 14px));transition:box-shadow .18s ease,transform .18s ease;z-index:18}.store-floating-cart:hover{box-shadow:0 20px 42px var(--store-primary-soft);transform:translateY(-2px)}.store-floating-cart b{align-items:center;animation:store-count-pulse 2.1s ease-in-out infinite;background:var(--store-accent);border-radius:50%;color:var(--store-on-accent);display:inline-flex;font-size:.68rem;height:21px;justify-content:center;min-width:21px}.store-main{margin:0 auto;max-width:1260px;padding:0 28px 82px}.store-hero{background:#f6f1f8;background:linear-gradient(135deg,color-mix(in srgb,var(--store-primary) 9%,#fff),color-mix(in srgb,var(--store-accent) 5%,#fff));border-radius:0 0 32px 32px;display:grid;gap:clamp(30px,5vw,64px);grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);min-height:470px;overflow:hidden;padding:clamp(42px,5vw,64px);position:relative}.store-hero__content{align-self:center;animation:store-fade-up .65s ease both;max-width:590px;min-width:0;position:relative;z-index:2}.store-hero__badge{align-items:center;animation:store-badge-in .55s .12s ease both;background:#fff;border:1px solid rgb(35 35 38 / 7%);border-radius:999px;box-shadow:0 9px 22px #1e1f2214;color:#37383c;display:inline-flex;font-size:.77rem;font-weight:760;gap:7px;margin-bottom:25px;padding:9px 14px}.store-hero__badge svg{color:var(--store-primary)}.store-hero h1{animation:store-fade-up .62s .2s ease both;color:#202126;font-size:clamp(2.65rem,5.6vw,5rem);letter-spacing:-.045em;line-height:.98;margin-bottom:20px;max-width:720px}.store-hero__content>p{animation:store-fade-up .58s .3s ease both;color:#5f6066;font-size:clamp(1rem,1.5vw,1.18rem);line-height:1.65;max-width:540px}.store-hero__actions{align-items:center;animation:store-fade-up .58s .4s ease both;display:flex;flex-wrap:wrap;gap:11px;margin-top:28px}.store-hero__primary-action,.store-hero__contact{align-items:center;border-radius:10px;display:inline-flex;font-size:.86rem;font-weight:760;gap:8px;min-height:45px;padding:0 16px;transition:transform .18s ease,box-shadow .18s ease}.store-hero__primary-action{background:var(--store-primary);color:var(--store-on-primary)}.store-hero__contact{background:#fff;border:1px solid rgb(33 34 37 / 11%);color:#28292d}.store-hero__primary-action:hover,.store-hero__contact:hover{box-shadow:0 10px 22px #1f20231a;transform:translateY(-2px)}.store-hero__media{align-self:stretch;animation:store-fade-up .7s .08s ease both;background:linear-gradient(145deg,#fff,color-mix(in srgb,var(--store-primary) 6%,#fff));border:7px solid rgb(255 255 255 / 86%);border-radius:27px;box-shadow:0 20px 45px #1d1e211f;min-height:340px;min-width:0;overflow:hidden;position:relative;z-index:2}.store-hero__media>img{height:100%;object-fit:contain;object-position:center;padding:clamp(8px,1.4vw,18px);width:100%}.store-hero--with-cover{display:grid;grid-template-columns:1fr;min-height:0;padding:0}.store-hero--with-cover .store-hero__media{align-self:start;border:0;border-radius:inherit;box-shadow:none;grid-area:1 / 1;height:auto;min-height:0}.store-hero--with-cover .store-hero__media:after{background:linear-gradient(90deg,rgb(13 14 18 / 24%),transparent 62%),linear-gradient(0deg,rgb(13 14 18 / 38%),transparent 50%);content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute}.store-hero--with-cover .store-hero__media>img{height:auto;object-fit:contain;object-position:center;padding:0;width:100%}.store-hero--with-cover .store-hero__content{align-self:end;color:#fff;grid-area:1 / 1;max-width:650px;padding:clamp(34px,6vw,78px);z-index:3}.store-hero--with-cover .store-hero__content>p{color:#fff;max-width:560px;text-shadow:0 2px 18px rgb(0 0 0 / 28%)}.store-hero--with-cover .store-hero__badge{background:#ffffffeb;color:#28292d}.store-hero--with-cover .store-hero__primary-action{box-shadow:0 10px 24px #00000029}.store-hero--with-cover .store-hero__contact{background:#ffffffeb}.store-hero__title--hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.store-main--catalog{max-width:1460px}.store-profile{animation:store-fade-up .65s ease both;background:linear-gradient(135deg,color-mix(in srgb,var(--store-primary) 18%,#fff),color-mix(in srgb,var(--store-secondary) 74%,#fff));border-radius:0 0 32px 32px;height:clamp(400px,37.5vw,525px);isolation:isolate;overflow:hidden;position:relative}.store-profile__cover{height:100%;top:0;right:0;bottom:0;left:0;object-fit:cover;object-position:center;position:absolute;width:100%;z-index:-3}.store-profile__cover-backdrop{display:none}.store-profile__scrim{background:linear-gradient(180deg,rgb(11 12 14 / 38%) 0%,transparent 34%),linear-gradient(0deg,rgb(9 10 12 / 66%) 0%,rgb(9 10 12 / 14%) 54%,transparent 76%),linear-gradient(90deg,rgb(8 9 11 / 30%) 0%,transparent 60%);top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute;z-index:-2}.store-profile--fallback:before,.store-profile--fallback:after{background:var(--store-primary-soft);border-radius:50%;content:"";filter:blur(4px);height:310px;position:absolute;width:310px;z-index:-3}.store-profile--fallback:before{left:-105px;top:-150px}.store-profile--fallback:after{background:var(--store-accent-soft);bottom:-180px;right:7%}.store-profile--fallback .store-profile__scrim{background:linear-gradient(180deg,rgb(255 255 255 / 14%),transparent 38%),linear-gradient(0deg,rgb(255 255 255 / 22%),transparent 56%)}.store-profile__topbar{align-items:flex-start;display:flex;gap:24px;inset:0 0 auto;justify-content:space-between;padding:clamp(20px,3.2vw,38px) clamp(22px,4.7vw,62px);position:absolute;z-index:3}.store-profile__brand{align-items:center;display:inline-flex;flex:0 0 auto;height:clamp(82px,8vw,112px);justify-content:center;overflow:visible;padding:0;transition:transform .2s ease;width:clamp(82px,8vw,112px)}.store-profile__brand:hover{transform:translateY(-2px)}.store-profile__brand img{filter:drop-shadow(0 9px 14px rgb(0 0 0 / 18%));height:100%;object-fit:contain;width:100%}.store-profile__brand--text{border-radius:18px;color:#25262a;gap:8px;height:auto;max-width:230px;min-height:58px;padding:10px 14px;width:auto}.store-profile__brand--text>span{align-items:center;background:var(--store-primary);border-radius:50%;color:var(--store-on-primary);display:inline-flex;flex:0 0 auto;font-size:1rem;font-weight:850;height:36px;justify-content:center;width:36px}.store-profile__brand--text strong{font-size:.85rem;line-height:1.2;max-width:145px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-profile__actions{align-items:center;display:flex;gap:clamp(15px,2.3vw,30px);margin-left:auto}.store-profile__menu-button{align-items:center;background:#fffffff2;border:1px solid rgb(255 255 255 / 75%);border-radius:11px;color:#26272a;display:none;height:44px;justify-content:center;padding:0;width:44px}.store-profile__nav{align-items:center;display:flex;gap:clamp(15px,2.3vw,30px);min-height:48px}.store-profile__nav>a:not(.store-profile__cart){color:#fff;font-size:.88rem;font-weight:730;padding:9px 0;position:relative;text-shadow:0 2px 10px rgb(0 0 0 / 46%)}.store-profile__nav>a:not(.store-profile__cart):after{background:#fff;border-radius:999px;bottom:1px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .2s ease;width:100%}.store-profile__nav>a:not(.store-profile__cart):hover:after,.store-profile__nav>a.active:after{transform:scaleX(1)}.store-profile__cart{align-items:center;background:#fffffff2;border:1px solid rgb(255 255 255 / 75%);border-radius:11px;box-shadow:0 8px 24px #00000024;color:#26272a;display:inline-flex;font-size:.84rem;font-weight:760;gap:7px;min-height:45px;padding:0 14px;transition:box-shadow .2s ease,transform .2s ease}.store-profile__cart:hover{box-shadow:0 12px 30px #00000038;transform:translateY(-2px)}.store-profile__cart b{align-items:center;background:var(--store-primary);border-radius:50%;color:var(--store-on-primary);display:inline-flex;font-size:.65rem;height:18px;justify-content:center;min-width:18px}.store-profile--fallback .store-profile__nav>a:not(.store-profile__cart){color:#292a2e;text-shadow:none}.store-profile--fallback .store-profile__nav>a:not(.store-profile__cart):after{background:var(--store-primary)}.store-profile__content{bottom:clamp(38px,5vw,70px);left:clamp(24px,6vw,76px);max-width:min(620px,calc(100% - 190px));position:absolute;z-index:2}.store-profile__content h1{color:#fff;font-size:clamp(2.2rem,4.6vw,4.4rem);line-height:1;margin-bottom:15px;text-shadow:0 3px 20px rgb(0 0 0 / 35%)}.store-profile__content p{color:#fff;display:-webkit-box;font-size:clamp(.98rem,1.5vw,1.24rem);line-height:1.55;margin:0;max-width:610px;overflow:hidden;text-shadow:0 2px 15px rgb(0 0 0 / 65%);-webkit-box-orient:vertical;-webkit-line-clamp:5}.store-profile--fallback .store-profile__content h1{color:#242529;text-shadow:none}.store-profile--fallback .store-profile__content p{color:#535459;text-shadow:none}.store-profile__eyebrow{align-items:center;background:#ffffffe0;border-radius:999px;color:#34353a;display:inline-flex;font-size:.73rem;font-weight:760;gap:6px;margin-bottom:18px;padding:8px 11px}.store-profile__eyebrow svg{color:var(--store-primary)}.store-profile__fallback-action{align-items:center;background:var(--store-primary);border-radius:10px;color:var(--store-on-primary);display:inline-flex;font-size:.84rem;font-weight:760;gap:8px;margin-top:22px;min-height:44px;padding:0 16px;transition:box-shadow .2s ease,transform .2s ease}.store-profile__fallback-action:hover{box-shadow:0 11px 25px var(--store-primary-soft);transform:translateY(-2px)}.store-profile__whatsapp{align-items:center;background:#159b55;border:3px solid rgb(255 255 255 / 92%);border-radius:50%;bottom:clamp(28px,4vw,52px);box-shadow:0 12px 30px #00000038;color:#fff;display:inline-flex;height:59px;justify-content:center;position:absolute;right:clamp(24px,4.6vw,62px);transition:box-shadow .2s ease,transform .2s cubic-bezier(.2,.8,.2,1);width:59px;z-index:3}.store-profile__whatsapp:hover{box-shadow:0 17px 38px #0000004a;transform:translateY(-4px) scale(1.03)}.store-hero:not(.store-hero--with-cover){grid-template-columns:1fr;text-align:center}.store-hero:not(.store-hero--with-cover) .store-hero__content{margin:auto;max-width:760px}.store-hero:not(.store-hero--with-cover) .store-hero__content>p{margin-inline:auto}.store-hero:not(.store-hero--with-cover) .store-hero__actions{justify-content:center}.store-hero__orb{animation:store-float 9s ease-in-out infinite;background:var(--store-primary-soft);border-radius:50%;filter:blur(22px);height:250px;pointer-events:none;position:absolute;width:250px}.store-hero__orb--one{left:-90px;top:-90px}.store-hero__orb--two{animation-delay:-3s;bottom:-120px;right:15%;transform:scale(.8)}.store-catalog{padding-top:62px}.store-catalog__intro{align-items:end;display:flex;gap:25px;justify-content:space-between}.store-catalog__intro{animation:store-fade-up .55s .08s ease both}.store-catalog__intro h2,.catalog-section h2{font-size:clamp(1.75rem,3vw,2.45rem);margin-bottom:4px}.store-catalog__intro>div>p:last-child{font-size:.91rem;margin:0}.catalog-search{align-items:center;background:#fff;border:1px solid #d9d9d4;border-radius:8px;color:#6d6e72;display:flex;gap:8px;max-width:280px;padding:0 10px;width:100%}.catalog-search input{background:none;border:0;color:var(--ink);min-height:42px;outline:0;width:100%}.category-pills{animation:store-fade-up .55s .15s ease both;display:flex;gap:8px;margin:18px 0 35px;overflow-x:auto;padding:8px 2px 7px;scrollbar-width:thin}.category-pills button{background:#fff;border:1px solid #d9dad5;border-radius:999px;color:#57585c;font-size:.8rem;font-weight:680;min-height:35px;padding:0 14px;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;white-space:nowrap}.category-pills button:hover,.category-pills button.active{background:var(--store-primary);border-color:var(--store-primary);color:var(--store-on-primary);transform:translateY(-2px);box-shadow:0 7px 15px var(--store-primary-soft)}.category-pills--children{margin-top:-25px;padding-left:18px}.category-pills--children button{min-height:32px}.catalog-category-group{border-top:1px solid #e4e4df;margin-bottom:62px;padding-top:24px}.catalog-category-group__heading{margin-bottom:24px}.catalog-category-group__heading h2{font-size:clamp(1.75rem,3vw,2.45rem);margin:0 0 6px}.catalog-category-group__heading p{color:#65666b;margin:0;max-width:680px}.catalog-category-group .catalog-section{margin-bottom:38px}.catalog-section--child{border-left:2px solid var(--store-primary-soft);padding-left:clamp(14px,2vw,26px)}.catalog-section{animation:store-fade-up .55s .18s ease both;margin-bottom:62px}.catalog-section__heading{align-items:end;display:grid;gap:6px 24px;grid-template-columns:minmax(0,1fr) minmax(220px,.72fr);margin-bottom:18px}.catalog-section__heading h2{margin:0}.catalog-section__heading p{color:#65666b;font-size:.84rem;line-height:1.5;margin:0;max-width:560px;justify-self:end;text-align:right}.catalog-section--compact .catalog-section__heading{display:block}.catalog-section--compact .catalog-section__heading p{justify-self:start;margin-top:8px;max-width:720px;text-align:left}.product-grid{display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-section--single .product-grid{grid-template-columns:minmax(0,520px)}.catalog-section--pair .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:980px}.public-product-card{animation:store-fade-up .68s var(--product-delay, 0ms) ease both;background:#fff;border:1px solid #e7e5e8;border-radius:20px;box-shadow:0 8px 24px #1b1c1f0f;display:flex;flex-direction:column;min-width:0;overflow:hidden;transition:box-shadow .28s ease,transform .28s cubic-bezier(.2,.8,.2,1),border-color .28s ease}.public-product-card:hover{border-color:color-mix(in srgb,var(--store-primary),#fff 70%);box-shadow:0 22px 48px #17181b26;transform:translateY(-9px) scale(1.008)}.public-product-card__image{aspect-ratio:4 / 3;background:linear-gradient(145deg,var(--store-primary-soft),#f7f5f8);overflow:hidden;position:relative}.public-product-card__image>img{height:100%;object-fit:cover;object-position:center;transition:filter .35s ease,transform .45s cubic-bezier(.2,.8,.2,1);width:100%}.public-product-card:hover .public-product-card__image>img{filter:brightness(.84) saturate(1.04);transform:scale(1.055)}.public-product-card__category{align-items:center;animation:store-badge-in .5s var(--product-content-delay, .13s) ease both;background:#fffffff0;border:1px solid rgb(255 255 255 / 70%);border-radius:999px;color:#3e3f43;display:inline-flex;font-size:.7rem;font-weight:720;gap:5px;left:14px;max-width:calc(100% - 28px);overflow:hidden;padding:7px 10px;position:absolute;text-overflow:ellipsis;top:14px;white-space:nowrap;z-index:3}.public-product-card__category svg{color:var(--store-primary)}.public-product-card__reveal{align-items:center;background:#fffffff0;border-radius:999px;color:#28292d;display:flex;font-size:.78rem;font-weight:760;gap:7px;left:50%;opacity:0;padding:10px 15px;position:absolute;top:50%;transform:translate(-50%,-38%);transition:opacity .22s ease,transform .22s ease;white-space:nowrap;z-index:3}.public-product-card:hover .public-product-card__reveal{opacity:1;transform:translate(-50%,-50%)}.product-image-placeholder{align-items:center;background:linear-gradient(145deg,var(--store-primary-soft),#eeeeea);color:var(--store-primary);display:flex;height:100%;justify-content:center;width:100%}.public-product-card__body{display:flex;flex:1;flex-direction:column;gap:22px;justify-content:space-between;padding:21px}.public-product-card__body>div:first-child{animation:store-fade-up .5s var(--product-content-delay, .13s) ease both}.product-type{color:var(--store-primary);font-size:.68rem;font-weight:800;letter-spacing:.08em;margin-bottom:6px;text-transform:uppercase}.public-product-card h3{font-size:1.16rem;line-height:1.2;margin-bottom:8px}.public-product-card h3 a:hover{color:var(--store-primary)}.public-product-card p:not(.product-type){display:-webkit-box;font-size:.86rem;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-bottom:0;overflow:hidden}.public-product-card__footer{align-items:center;animation:store-fade-up .5s var(--product-footer-delay, .23s) ease both;display:flex;gap:12px;justify-content:space-between;min-height:34px}.public-product-card__footer>.catalog-offer-price{max-width:calc(100% - 46px)}.round-link{align-items:center;background:var(--store-primary);border-radius:50%;color:var(--store-on-primary);display:inline-flex;flex:0 0 33px;height:33px;justify-content:center;transition:box-shadow .2s ease,transform .2s cubic-bezier(.2,.8,.2,1);width:33px}.round-link:hover{box-shadow:0 9px 18px var(--store-primary-soft);transform:translateY(-3px) rotate(-8deg)}.product-card-quantity{align-items:center;border:1px solid color-mix(in srgb,var(--store-primary),#fff 72%);border-radius:999px;display:inline-flex;flex:0 0 auto;overflow:hidden}.product-card-quantity button{align-items:center;background:transparent;border:0;color:var(--store-primary);display:inline-flex;height:34px;justify-content:center;transition:background .18s ease,transform .18s ease;width:34px}.product-card-quantity button:not(:disabled):active{transform:scale(.82)}.product-card-quantity button:not(:disabled):hover{background:var(--store-primary-soft)}.product-card-quantity button:disabled{color:#b8b9bd;cursor:not-allowed}.product-card-quantity span{color:#26272b;font-size:.82rem;font-weight:790;min-width:20px;text-align:center}.store-footer{animation:store-fade-up .65s .1s ease both;background:var(--store-footer);color:var(--store-on-footer);margin-top:30px;padding:58px max(28px,calc((100vw - 1180px)/2)) 25px}.store-footer__content{display:grid;gap:48px;grid-template-columns:1.35fr .7fr 1fr}.store-footer__content>div{animation:store-fade-up .55s ease both}.store-footer__content>div:nth-child(2){animation-delay:.12s}.store-footer__content>div:nth-child(3){animation-delay:.22s}.store-footer p{color:inherit;font-size:.84rem;line-height:1.55;opacity:.9}.store-footer h2{color:inherit;font-size:.95rem;letter-spacing:0;margin-bottom:15px}.store-footer a{align-items:center;color:inherit;display:flex;font-size:.82rem;gap:8px;margin:9px 0;opacity:.92;width:fit-content}.store-footer a:hover{opacity:1}.store-footer__brand>p{max-width:410px}.store-footer__line{align-items:flex-start;display:flex;gap:8px}.store-footer__line svg{flex:0 0 auto;margin-top:2px}.store-footer__socials{display:flex;gap:8px;margin-top:17px}.store-footer__socials a{align-items:center;background:var(--store-footer-soft);border-radius:50%;display:inline-flex;height:38px;justify-content:center;margin:0;width:38px}.store-footer__bottom{align-items:center;border-top:1px solid var(--store-footer-line);display:flex;font-size:.72rem;justify-content:space-between;margin-top:42px;padding-top:21px}.store-footer__bottom small{color:inherit;font-size:inherit;opacity:.58}.store-footer__identity{align-items:center;display:flex;gap:9px}.store-footer__identity img{filter:drop-shadow(0 6px 12px rgb(0 0 0 / 18%));height:58px;max-width:180px;object-fit:contain}.store-footer__identity>span{align-items:center;background:var(--store-accent);border-radius:6px;color:var(--store-on-accent);display:inline-flex;font-weight:800;height:34px;justify-content:center;width:34px}.store-footer__identity strong{font-size:1rem}.store-contact-page{max-width:1040px;padding-top:64px}.store-contact-intro{align-items:center;display:grid;gap:42px;grid-template-columns:minmax(0,1fr) minmax(260px,.72fr);margin:0 auto 34px;max-width:920px}.store-contact-intro:not(.store-contact-intro--with-visual){display:block}.store-contact-hero{animation:store-fade-up .6s ease both;margin:0 auto 34px;max-width:720px;text-align:center}.store-contact-intro--with-visual .store-contact-hero{margin:0;text-align:left}.store-contact-intro--with-visual .store-contact-hero>p{margin-inline:0}.store-contact-hero .store-hero__badge{margin-bottom:21px}.store-contact-hero h1{color:var(--store-primary);font-size:clamp(2.5rem,5vw,4.2rem);letter-spacing:-.045em;line-height:1;margin-bottom:17px}.store-contact-hero>p{font-size:1rem;line-height:1.65;margin-inline:auto;max-width:650px}.store-contact-visual{animation:store-fade-up .68s .09s ease both;aspect-ratio:4 / 4.2;background:var(--store-primary-soft);border:7px solid rgb(255 255 255 / 76%);border-radius:26px;box-shadow:0 20px 44px #1b1c1f21;min-width:0;overflow:hidden;position:relative}.store-contact-visual:after{background:linear-gradient(to top,rgb(15 16 19 / 38%),transparent 42%);content:"";top:0;right:0;bottom:0;left:0;position:absolute}.store-contact-visual>img{height:100%;object-fit:cover;width:100%}.store-contact-visual>span{align-items:center;background:#fffffff0;border-radius:10px;bottom:14px;display:flex;left:14px;max-height:50px;max-width:130px;padding:7px 10px;position:absolute;z-index:1}.store-contact-visual>span img{max-height:34px;max-width:110px;object-fit:contain}.store-contact-panel{background:#f6f2f7;background:linear-gradient(145deg,var(--store-primary-soft),var(--store-accent-soft));border:1px solid rgb(32 33 36 / 6%);border-radius:27px;padding:clamp(20px,4vw,42px)}.store-contact-grid{display:grid;gap:15px}.store-contact-card{align-items:center;animation:store-fade-up .5s calc(var(--contact-index, 0) * 75ms) ease both;background:var(--store-primary);border-radius:17px;box-shadow:0 10px 25px var(--store-primary-soft);color:var(--store-on-primary);display:grid;gap:16px;grid-template-columns:48px 1fr auto;min-height:92px;padding:18px 21px;transition:box-shadow .2s ease,transform .2s ease}a.store-contact-card:hover{box-shadow:0 17px 34px var(--store-primary-soft);transform:translateY(-3px)}.store-contact-card__icon{align-items:center;background:#ffffff29;border-radius:50%;display:flex;height:48px;justify-content:center;width:48px}.store-contact-whatsapp-outline{display:inline-flex;position:relative}.store-contact-whatsapp-outline svg:last-child{left:50%;position:absolute;top:47%;transform:translate(-50%,-50%) rotate(-20deg)}.store-contact-card strong,.store-contact-card small{color:inherit;display:block}.store-contact-card strong{font-size:1.04rem;margin-bottom:3px}.store-contact-card small{font-size:.82rem;opacity:.84;overflow-wrap:anywhere}.store-contact-card__arrow{opacity:.7}.store-contact-map{background:var(--store-primary);border-radius:27px;box-shadow:0 22px 50px var(--store-primary-soft);display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);margin-top:28px;min-height:390px;overflow:hidden;position:relative}.store-contact-map:after{background:radial-gradient(circle at 50% 45%,transparent 0 35%,var(--store-primary-soft) 100%);content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute}.store-contact-map__frame{background:var(--store-secondary);min-height:390px;overflow:hidden;position:relative}.store-contact-map__frame iframe{border:0;filter:saturate(.78) contrast(1.05);height:100%;top:0;right:0;bottom:0;left:0;position:absolute;width:100%}.store-contact-map__card{align-content:center;color:var(--store-on-primary);display:grid;gap:18px;padding:clamp(26px,4vw,46px);position:relative;z-index:1}.store-contact-map__card>span{align-items:center;background:var(--store-accent);border-radius:50%;color:var(--store-on-accent);display:inline-flex;height:48px;justify-content:center;width:48px}.store-contact-map__card small{color:inherit;font-size:.7rem;font-weight:800;letter-spacing:.11em;opacity:.72;text-transform:uppercase}.store-contact-map__card h2{color:inherit;font-size:clamp(1.55rem,3vw,2.25rem);line-height:1.05;margin:7px 0 10px}.store-contact-map__card p{color:inherit;margin:0;opacity:.86}.store-contact-map__card a{align-items:center;background:var(--store-accent);border-radius:10px;color:var(--store-on-accent);display:inline-flex;font-size:.82rem;font-weight:780;gap:8px;justify-content:center;min-height:44px;padding:0 15px;width:fit-content}.store-shell--static .store-header,.store-shell--static .store-hero__content,.store-shell--static .store-hero__badge,.store-shell--static .store-hero h1,.store-shell--static .store-hero__content>p,.store-shell--static .store-hero__actions,.store-shell--static .store-hero__media,.store-shell--static .store-hero__orb,.store-shell--static .store-catalog__intro,.store-shell--static .category-pills,.store-shell--static .catalog-section,.store-shell--static .public-product-card,.store-shell--static .public-product-card__category,.store-shell--static .public-product-card__body>div:first-child,.store-shell--static .public-product-card__footer,.store-shell--static .store-contact-hero,.store-shell--static .store-contact-visual,.store-shell--static .store-contact-card,.store-shell--static .store-footer,.store-shell--static .store-footer__content>div,.store-shell--static .store-floating-cart{animation:none!important}.store-shell--static .button,.store-shell--static .store-header__nav a:after,.store-shell--static .store-cart-link,.store-shell--static .store-floating-cart,.store-shell--static .store-hero__primary-action,.store-shell--static .store-hero__contact,.store-shell--static .public-product-card,.store-shell--static .public-product-card__image img,.store-shell--static .public-product-card__category,.store-shell--static .public-product-card__body>div:first-child,.store-shell--static .public-product-card__footer,.store-shell--static .public-product-card__reveal,.store-shell--static .store-contact-card,.store-shell--static .product-gallery__main--open>span,.store-shell--static .store-footer__content>div{transition:none!important}.store-shell--static .public-product-card:hover,.store-shell--static a.store-contact-card:hover,.store-shell--static .store-floating-cart:hover,.store-shell--static .store-hero__primary-action:hover,.store-shell--static .store-hero__contact:hover{transform:none}.store-shell--static .public-product-card:hover .public-product-card__image>img{filter:none;transform:none}.store-shell--static .round-link:hover,.store-shell--static .category-pills button:hover,.store-shell--static .product-card-quantity button:not(:disabled):active,.store-shell--static .public-product-card:active,.store-shell--static .public-product-card__reveal:active,.store-shell--static .store-cart-link:active,.store-shell--static .store-floating-cart:active{transform:none}@keyframes store-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes store-header-drop{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}@keyframes store-badge-in{0%{opacity:0;transform:translateY(10px) scale(.88)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes store-float{0%,to{transform:translateZ(0) scale(.9)}50%{transform:translate3d(18px,25px,0) scale(1.08)}}@keyframes store-cart-pop{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes store-count-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.14)}}.product-page{padding-top:28px}.product-layout{display:grid;gap:52px;grid-template-columns:minmax(0,1fr) minmax(340px,.9fr)}.product-gallery__main{aspect-ratio:1 / .92;background:#f1f1ed;border-radius:14px;overflow:hidden}.product-gallery__main>img{height:100%;object-fit:cover;padding:0;transition:transform .45s cubic-bezier(.2,.8,.2,1);width:100%}.product-gallery__main--open{border:0;cursor:zoom-in;display:block;padding:0;position:relative;width:100%}.product-gallery__main--open:hover>img{transform:scale(1.025)}.product-gallery__main--open>span{align-items:center;background:#ffffffed;border-radius:999px;bottom:15px;color:#292a2e;display:inline-flex;font-size:.77rem;font-weight:760;gap:7px;left:50%;opacity:0;padding:9px 13px;position:absolute;transform:translate(-50%,8px);transition:opacity .2s ease,transform .2s ease;white-space:nowrap}.product-gallery__main--open:hover>span,.product-gallery__main--open:focus-visible>span{opacity:1;transform:translate(-50%)}.product-gallery__thumbs{display:flex;gap:9px;margin-top:10px;overflow-x:auto}.product-gallery__thumbs button{background:#fff;border:2px solid transparent;border-radius:6px;height:65px;overflow:hidden;padding:0;width:65px}.product-gallery__thumbs button.active{border-color:var(--store-primary)}.product-gallery__thumbs img{height:100%;object-fit:cover;width:100%}.modal.product-gallery-modal{border-radius:20px;height:min(92dvh,900px);max-height:min(92dvh,900px);max-width:min(1380px,calc(100vw - 38px));width:min(1380px,calc(100vw - 38px))}.product-gallery-modal .modal__body{background:#f1f1ee;padding:14px}.product-lightbox{display:grid;gap:10px;height:100%;min-height:0}.product-lightbox__toolbar{align-items:center;background:#fff;border-radius:11px;display:flex;gap:16px;justify-content:space-between;padding:8px 10px 8px 14px}.product-lightbox__toolbar>span{align-items:center;color:#5b5c60;display:inline-flex;font-size:.78rem;font-weight:690;gap:7px}.product-lightbox__toolbar>div{align-items:center;display:flex;gap:4px}.product-lightbox__toolbar button{align-items:center;background:#f5f5f2;border:1px solid #dedfda;border-radius:8px;color:#343539;display:inline-flex;height:36px;justify-content:center;min-width:36px;padding:0 9px}.product-lightbox__toolbar button:not(:disabled):hover{background:var(--store-primary, #34363b);border-color:var(--store-primary, #34363b);color:var(--store-on-primary, #fff)}.product-lightbox__toolbar output{color:#303136;font-size:.77rem;font-variant-numeric:tabular-nums;font-weight:780;min-width:50px;text-align:center}.product-lightbox__toolbar .product-lightbox__reset{font-size:.72rem;margin-left:4px}.product-lightbox__stage{min-height:0;position:relative}.product-lightbox__viewport{align-items:center;background:#16171a;border-radius:14px;display:flex;height:min(65dvh,675px);justify-content:center;overflow:hidden;overscroll-behavior:contain;touch-action:none}.product-lightbox__viewport img{flex:0 0 auto;height:auto;max-height:100%;max-width:100%;object-fit:contain;transform-origin:center;transition:transform .18s ease;-webkit-user-select:none;user-select:none;width:auto;will-change:transform}.product-lightbox__stage--zoomed .product-lightbox__viewport{cursor:grab}.product-lightbox__stage--zoomed .product-lightbox__viewport:active,.product-lightbox__viewport img.is-dragging{cursor:grabbing}.product-lightbox__arrow{align-items:center;background:#ffffffeb;border:0;border-radius:50%;box-shadow:0 8px 22px #0000002e;color:#292a2e;display:flex;height:44px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:44px;z-index:2}.product-lightbox__arrow--previous{left:14px}.product-lightbox__arrow--next{right:14px}.product-lightbox__arrow:hover{background:var(--store-accent, #b9824b);color:var(--store-on-accent, #161719)}.product-lightbox__hint{color:#686a6e;font-size:.72rem;margin:0;text-align:center}.product-lightbox__thumbs{display:flex;gap:9px;justify-content:center;overflow-x:auto;padding-bottom:2px}.product-lightbox__thumbs button{background:#fff;border:2px solid transparent;border-radius:7px;flex:0 0 auto;height:58px;overflow:hidden;padding:0;width:58px}.product-lightbox__thumbs button.active{border-color:var(--store-primary, #34363b)}.product-lightbox__thumbs img{height:100%;object-fit:cover;width:100%}.product-config h1{font-size:clamp(2rem,3vw,3.2rem);line-height:1.05;margin-bottom:13px}.product-config__description{font-size:.96rem;margin-bottom:22px}.product-prep{align-items:center;color:#66676b;display:inline-flex;font-size:.82rem;gap:6px;margin-bottom:24px}.product-config .option-control{border-top:1px solid #e6e6e1;padding-top:19px}.product-config .option-control legend{color:var(--ink);font-size:.92rem}.store-shell .option-chip--selected{background:var(--store-primary);border-color:var(--store-primary);color:var(--store-on-primary)}.store-shell .option-chip{border-radius:7px}.quantity-row{align-items:center;border-top:1px solid #e6e6e1;display:flex;justify-content:space-between;margin-top:20px;padding-top:20px}.quantity-row>span{font-weight:720}.quantity-row>div,.quantity-mini{align-items:center;border:1px solid #d9dad5;border-radius:7px;display:flex;overflow:hidden}.quantity-row button,.quantity-mini button{align-items:center;background:#fff;border:0;color:#56575c;display:inline-flex;height:34px;justify-content:center;width:34px}.quantity-row strong,.quantity-mini span{align-items:center;display:inline-flex;font-size:.86rem;justify-content:center;min-width:34px}.product-buy-box{align-items:center;background:var(--store-primary-soft);border-radius:11px;display:flex;justify-content:space-between;margin-top:22px;padding:14px}.product-buy-box span,.product-buy-box small{color:#5f6063;display:block;font-size:.72rem}.product-buy-box strong{display:block;font-size:1.17rem;margin-top:3px}.product-buy-box .button{flex:0 0 auto}.cart-page,.checkout-page,.success-page,.tracking-page{padding-top:42px}.cart-layout{align-items:start;display:grid;gap:30px;grid-template-columns:minmax(0,1fr) 310px}.cart-items{background:#fff;border:1px solid #e4e4df;border-radius:12px;overflow:hidden}.cart-item{align-items:center;border-bottom:1px solid #e8e8e4;display:grid;gap:14px;grid-template-columns:78px 1fr auto;padding:14px}.cart-item:last-child{border-bottom:0}.cart-item>img,.cart-item__image{background:#f1f1ed;border-radius:7px;height:64px;object-fit:cover;width:78px}.cart-item__image{align-items:center;color:var(--store-primary);display:flex;justify-content:center}.cart-item h2{font-size:.95rem;margin-bottom:4px}.cart-item p{font-size:.75rem;margin:0 0 3px}.cart-item small{font-size:.76rem;font-weight:700}.cart-item__actions{align-items:flex-end;display:grid;gap:8px;justify-items:end}.cart-summary{background:#fff;border:1px solid #e4e4df;border-radius:12px;padding:19px;position:sticky;top:88px}.cart-summary h2{font-size:1.03rem;letter-spacing:0}.cart-summary>div{display:flex;font-size:.84rem;justify-content:space-between;margin-top:11px}.cart-summary>div span{color:#626368}.cart-summary__total{border-top:1px solid #e6e6e2;font-size:1rem!important;margin-top:15px!important;padding-top:15px}.cart-summary>p{font-size:.82rem;margin:0}.cart-layout>div>.button{margin:12px 0}.cart-layout>div>.text-link{font-size:.8rem}.checkout-layout{align-items:start;display:grid;gap:28px;grid-template-columns:minmax(0,1fr) 310px}.checkout-form{display:grid;gap:14px}.checkout-form .panel{padding:20px}.checkout-form .panel h2{font-size:1rem;letter-spacing:0}.checkout-section-help{color:#66686d;font-size:.82rem;line-height:1.5;margin:-6px 0 14px}.delivery-options{display:grid;gap:9px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:18px}.delivery-options label{border:1px solid #d9dad5;border-radius:8px;cursor:pointer;padding:10px}.delivery-options label.active{border-color:var(--store-primary);box-shadow:0 0 0 1px var(--store-primary)}.delivery-options label.disabled{cursor:not-allowed;opacity:.52}.delivery-options input{position:absolute;opacity:0}.delivery-options span{align-items:flex-start;display:flex;flex-direction:column;font-size:.82rem;gap:3px;padding-left:26px;position:relative}.delivery-options span svg{left:0;position:absolute;top:1px}.delivery-options span small{color:#6b6c70;font-size:.73rem;font-weight:400}.delivery-options svg{color:var(--store-primary)}.delivery-selection-summary{align-items:flex-start;background:var(--store-primary-soft);border-radius:9px;color:#4b4c50;display:flex;gap:9px;grid-column:span 2;padding:11px 13px}.delivery-selection-summary svg{color:var(--store-primary);flex:0 0 auto;margin-top:2px}.delivery-selection-summary strong,.delivery-selection-summary small{display:block}.delivery-selection-summary small{font-size:.75rem;margin-top:2px}.success-page{display:flex;justify-content:center;min-height:500px}.success-page .panel{max-width:620px;padding:43px;text-align:center;width:100%}.success-page h1{font-size:clamp(1.85rem,4vw,2.8rem)}.success-order{align-items:center;background:#f1f1ed;border-radius:9px;display:flex;gap:10px;justify-content:center;margin:24px 0;padding:14px}.success-order strong{font-size:1.16rem}.success-actions{display:flex;flex-wrap:wrap;gap:9px;justify-content:center}.tracking-page{max-width:820px}.tracking-card{padding:30px}.tracking-card>.status-pill{margin-bottom:24px}.tracking-items{border-top:1px solid #e3e3df;margin-top:8px;padding-top:20px}.tracking-items h2{font-size:.98rem;letter-spacing:0}.tracking-items>div{display:flex;font-size:.83rem;justify-content:space-between;padding:7px 0}@media(max-width:1023px){.analytics-filters .filter-row{grid-template-columns:repeat(3,minmax(150px,1fr))}.analytics-primary,.analytics-payment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-hero{gap:24px;grid-template-columns:1fr .8fr;padding-inline:0}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-section--features{grid-template-columns:.8fr 1.2fr}.dashboard-sidebar{bottom:0;box-shadow:var(--shadow-md);height:100vh;height:100dvh;left:0;min-height:0;overscroll-behavior:contain;overflow-x:hidden;overflow-y:auto;padding-bottom:max(14px,env(safe-area-inset-bottom));position:fixed;scrollbar-width:thin;top:0;transform:translate(-100%);transition:transform .2s ease;width:min(84vw,310px);z-index:30}.dashboard-sidebar--open{transform:translate(0)}.sidebar-close,.mobile-menu-button{display:inline-flex}.sidebar-user{background:var(--brand-coral);bottom:calc(-1*max(14px,env(safe-area-inset-bottom)));grid-template-columns:30px minmax(0,1fr) auto;margin-top:18px;padding-bottom:max(14px,env(safe-area-inset-bottom));position:sticky}.sidebar-user__logout{border:1px solid rgb(24 32 38 / 18%);gap:7px;min-height:36px;padding:0 9px;width:auto}.sidebar-user__logout-label{display:inline;font-size:.7rem;font-weight:760;white-space:nowrap}.sidebar-scrim{background:#0f0f114d;border:0;top:0;right:0;bottom:0;left:0;position:fixed;z-index:25}.dashboard-topbar{padding:0 22px}.dashboard-topbar>div{margin-right:auto;margin-left:11px}.dashboard-main{padding:28px 25px 58px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-settings-layout{grid-template-columns:minmax(0,1fr) 235px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-layout{gap:28px;grid-template-columns:minmax(0,1fr) minmax(300px,.8fr)}}@media(max-width:900px){.store-hero{gap:34px;grid-template-columns:1fr;padding:50px}.store-hero__content{margin-inline:auto;max-width:680px;text-align:center}.store-hero__content>p{margin-inline:auto}.store-hero__actions{justify-content:center}.store-hero__media{min-height:340px}.store-footer__content{grid-template-columns:1.2fr .8fr}.store-footer__content>div:last-child{grid-column:1 / -1}.store-contact-intro{gap:27px;grid-template-columns:minmax(0,1fr) minmax(220px,.65fr)}.store-profile{height:430px}.store-profile__content{max-width:min(560px,calc(100% - 150px))}}@media(max-width:1199px),(max-height:900px),(hover:none)and (pointer:coarse){.modal-backdrop{align-items:stretch;padding:0}.modal,.modal--wide{border-radius:0;height:100vh;height:100dvh;max-height:none;max-width:none;width:100vw}.modal__header{padding:max(17px,env(safe-area-inset-top)) max(20px,env(safe-area-inset-right)) 17px max(20px,env(safe-area-inset-left))}.modal__footer{padding:17px max(20px,env(safe-area-inset-right)) max(17px,env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left))}}@media(min-width:1024px){.modal--wide .form-grid--wide{grid-template-columns:repeat(4,minmax(0,1fr))}.modal--wide .form-grid--wide>.notice,.modal--wide .form-grid--wide>.problem-alert{grid-column:1 / -1}}@media(max-width:767px){.option-admin header{align-items:flex-start;flex-direction:column;gap:10px}.option-admin header .table-actions{justify-content:flex-start;width:100%}.option-value-chip{max-width:100%}.option-value-chip>span{overflow-wrap:anywhere}.crm-customer-filters{grid-template-columns:1fr}.crm-customer-filters--primary{gap:9px}.crm-customer-table{display:none}.crm-customer-cards{display:grid;gap:11px}.crm-customer-card dl{grid-template-columns:1fr 1fr}.crm-contact-actions a{flex:1 1 auto;justify-content:center}.crm-customer-detail .table-wrap{margin:0;overflow:visible}.crm-customer-detail .data-table{min-width:0}.crm-customer-detail .data-table thead{display:none}.crm-customer-detail .data-table,.crm-customer-detail .data-table tbody,.crm-customer-detail .data-table tr,.crm-customer-detail .data-table td{display:block;width:100%}.crm-customer-detail .data-table tr{border:1px solid var(--line);border-radius:11px;padding:10px 12px}.crm-customer-detail .data-table tr+tr{margin-top:11px}.crm-customer-detail .data-table td{align-items:start;border:0;display:grid;gap:10px;grid-template-columns:100px minmax(0,1fr);padding:7px 0}.crm-customer-detail .data-table td:before{color:var(--ink-muted);content:attr(data-label);font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.analytics-filters .filter-row,.analytics-primary,.product-analytics-filters .filter-row{grid-template-columns:1fr}.product-analytics-table .table-wrap{margin:0;overflow:visible}.product-analytics-table .data-table{min-width:0}.product-analytics-table .data-table thead{display:none}.product-analytics-table .data-table,.product-analytics-table .data-table tbody,.product-analytics-table .data-table tr,.product-analytics-table .data-table td{display:block;width:100%}.product-analytics-table .data-table tr{border:1px solid var(--line);border-radius:11px;padding:10px 12px}.product-analytics-table .data-table tr+tr{margin-top:11px}.product-analytics-table .data-table td{align-items:start;border:0;display:grid;gap:10px;grid-template-columns:125px minmax(0,1fr);padding:7px 0}.product-analytics-table .data-table td:before{color:var(--ink-muted);content:attr(data-label);font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.analytics-primary-panel{grid-column:auto}.analytics-payment-grid{grid-template-columns:1fr 1fr}.analytics-series>div{grid-template-columns:88px minmax(50px,1fr)}.analytics-series strong{grid-column:2}.marketing-header{height:65px;padding:0 18px}.marketing-header .emprendebo-logo{height:34px}.marketing-header .emprendebo-logo--responsive{width:28px}.mobile-nav-toggle{align-items:center;background:none;border:0;color:var(--brand-charcoal);display:inline-flex;height:36px;justify-content:center;width:36px}.marketing-nav{background:#fff;border-bottom:1px solid var(--line);box-shadow:var(--shadow-sm);display:none;flex-direction:column;left:0;padding:15px 20px 21px;position:absolute;right:0;top:65px}.marketing-nav--open{display:flex}.marketing-nav>a,.marketing-nav .button{width:100%}.landing-page,.marketing-page{padding-inline:18px}.landing-hero{display:block;min-height:auto;padding:51px 0 64px}.landing-hero__copy h1{font-size:clamp(2.5rem,13vw,4rem)}.landing-hero__visual{margin:38px auto 0;min-height:455px;max-width:450px}.catalog-preview{right:0;transform:none;width:100%}.catalog-preview:hover{transform:translateY(-2px)}.catalog-preview__nav span{display:none}.catalog-preview__nav{gap:6px}.hero-stat{left:0}.landing-section{margin-top:62px}.landing-section--features{display:block}.landing-section--features>div:first-child{margin-bottom:20px}.feature-grid,.plan-grid{grid-template-columns:1fr}.landing-cta{align-items:flex-start;flex-direction:column;gap:20px;margin-top:65px;padding:29px}.marketing-footer{display:grid;gap:15px;grid-template-columns:1fr;padding:27px 18px}.marketing-footer .emprendebo-logo{height:27px}.auth-page,.onboarding-page{padding:28px 16px}.auth-card,.onboarding-card{padding:25px 19px}.form-grid,.form-grid--wide{grid-template-columns:1fr}.form-span-2{grid-column:auto}.color-fields,.image-uploader-grid{grid-template-columns:1fr}.color-fields .field{grid-template-columns:auto 42px 1fr}.page-heading{align-items:flex-start;flex-direction:column;gap:14px;margin-bottom:22px}.page-heading__actions{width:100%}.page-heading__actions .button{flex:1}.dashboard-topbar{height:56px;padding:0 14px}.topbar-store-link{font-size:.7rem}.dashboard-main{padding:22px 15px 48px}.summary-subscription{align-items:flex-start;flex-direction:column;gap:12px;padding:18px}.metric-grid,.two-column,.subscription-grid,.settings-links,.quick-actions,.filter-row,.filter-row--orders{grid-template-columns:1fr}.panel{padding:16px}.panel-heading{align-items:flex-start;flex-direction:column}.data-table{min-width:590px}.table-wrap{margin-inline:-3px}.data-table--sticky-actions th:last-child,.data-table--sticky-actions td:last-child{min-width:104px;padding-inline:8px}.data-table--sticky-actions td:last-child .button{min-height:34px;padding-inline:9px}.store-settings-layout{display:block}.store-preview{margin-top:17px;position:static}.catalog-guide{padding:15px}.catalog-guide__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inline-form{grid-template-columns:1fr 1fr}.inline-form .button{grid-column:1 / -1}.order-detail-grid{grid-template-columns:1fr}.notification-item{grid-template-columns:20px 1fr}.notification-item .button{grid-column:2;justify-self:start}.store-header{height:64px;padding:0 14px}.store-brand>span:last-child{display:none}.store-brand img{height:42px;max-width:132px}.store-menu-button{display:inline-flex;margin-left:auto}.store-header__nav{align-items:stretch;background:#fffffffa;border-bottom:1px solid #e7e7e3;box-shadow:0 16px 24px #18191c17;display:none;flex-direction:column;gap:4px;left:0;margin:0;padding:11px 15px 16px;position:absolute;right:0;top:64px}.store-header__nav--open{display:flex}.store-header__nav a{border-radius:8px;padding:11px 12px}.store-header__nav a:after{display:none}.store-header__nav a.active{background:var(--store-primary-soft)}.store-cart-link{margin-left:3px;min-height:39px;padding:0 10px}.store-cart-link span{display:none}.store-floating-cart{bottom:max(15px,calc(env(safe-area-inset-bottom) + 9px));min-height:46px;right:max(15px,calc(env(safe-area-inset-right) + 9px))}.store-main{padding:0 15px 52px}.store-main--catalog{padding-inline:15px}.store-profile{border-radius:0 0 24px 24px;height:clamp(440px,128vw,520px);margin-inline:-15px}.store-profile--with-cover{--mobile-cover-height: clamp(230px, 52vw, 310px);background:#fff;box-shadow:0 16px 40px #1a1b1e14;height:auto;min-height:calc(var(--mobile-cover-height) + 116px);padding-top:var(--mobile-cover-height)}.store-profile--with-cover .store-profile__cover-backdrop{display:none}.store-profile--with-cover .store-profile__cover{bottom:auto;height:var(--mobile-cover-height);object-fit:cover;object-position:center;top:0;z-index:-3}.store-profile--with-cover .store-profile__scrim{bottom:auto;height:var(--mobile-cover-height);background:linear-gradient(180deg,rgb(9 10 12 / 42%) 0%,transparent 46%,rgb(9 10 12 / 18%) 100%)}.store-profile__topbar{gap:12px;padding:max(14px,env(safe-area-inset-top)) max(13px,env(safe-area-inset-right)) 14px max(13px,env(safe-area-inset-left))}.store-profile__brand{height:76px;width:76px}.store-profile__brand--text{border-radius:14px;height:auto;max-width:118px;min-height:47px;padding:6px 8px;width:auto}.store-profile__brand--text>span{height:30px;width:30px}.store-profile__brand--text strong{display:none}.store-profile__actions{gap:8px;position:relative}.store-profile__menu-button{display:inline-flex}.store-profile__nav{align-items:stretch;background:#fffffffa;border:1px solid rgb(25 26 29 / 9%);border-radius:12px;box-shadow:0 16px 34px #1415182e;display:none;flex-direction:column;gap:3px;min-height:0;min-width:176px;padding:7px;position:absolute;right:52px;top:51px}.store-profile__nav--open{display:flex}.store-profile__nav>a:not(.store-profile__cart){border-radius:8px;color:#292a2e;font-size:.82rem;padding:11px 12px;text-shadow:none}.store-profile__nav>a:not(.store-profile__cart):after{display:none}.store-profile__nav>a.active{background:var(--store-primary-soft);color:var(--store-primary)}.store-profile__cart{min-height:40px;padding-inline:10px}.store-profile__cart span{display:none}.store-profile__content{bottom:35px;left:max(20px,env(safe-area-inset-left));max-width:calc(100% - 102px)}.store-profile--with-cover .store-profile__content{background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--store-primary) 3%,#fff));bottom:auto;left:auto;max-width:none;min-height:116px;padding:25px 82px 24px max(21px,env(safe-area-inset-left));position:relative}.store-profile--with-cover .store-profile__content h1{color:#25262a;text-shadow:none}.store-profile--with-cover .store-profile__content p{color:#3f4045;font-size:.94rem;line-height:1.52;max-width:none;text-shadow:none;-webkit-line-clamp:4}.store-profile__content h1{font-size:clamp(2rem,10vw,3rem);margin-bottom:12px}.store-profile__content p{font-size:.96rem;line-height:1.5;-webkit-line-clamp:6}.store-profile__whatsapp{border-width:2px;bottom:28px;height:50px;right:max(18px,env(safe-area-inset-right));width:50px}.store-profile--with-cover .store-profile__whatsapp{bottom:auto;top:calc(var(--mobile-cover-height) - 25px)}.store-profile__whatsapp svg,.store-profile__whatsapp .whatsapp-icon{height:24px;width:24px}.store-hero{border-radius:0 0 22px 22px;gap:27px;margin-inline:-15px;min-height:0;padding:43px 20px 22px}.store-hero__content{text-align:center}.store-hero__badge{margin-bottom:19px}.store-hero h1{font-size:clamp(2.1rem,11vw,3.3rem)}.store-hero__content>p{font-size:.96rem}.store-hero__actions{align-items:stretch;flex-direction:column;margin-top:23px}.store-hero__primary-action,.store-hero__contact{justify-content:center;width:100%}.store-hero__media{border-width:6px;border-radius:19px;min-height:245px;width:100%}.store-hero__orb--one{left:-120px;top:-100px}.store-catalog{padding-top:42px}.store-catalog__intro{align-items:stretch;flex-direction:column}.catalog-search{max-width:none}.catalog-section__heading{display:block;margin-bottom:14px}.catalog-section__heading p,.catalog-section--compact .catalog-section__heading p{margin-top:6px;max-width:none;text-align:left}.catalog-section--compact .product-grid{grid-template-columns:1fr}.catalog-section--pair .product-grid{max-width:none}.product-grid{gap:17px;grid-template-columns:1fr}.public-product-card{display:flex}.public-product-card__image{aspect-ratio:4 / 3;height:auto;min-height:0}.public-product-card__body{padding:18px}.public-product-card h3{font-size:1.08rem}.public-product-card__reveal{display:none}.store-contact-page{padding-top:42px}.store-contact-intro{display:flex;flex-direction:column;gap:23px;margin-bottom:27px}.store-contact-intro--with-visual .store-contact-hero{text-align:center}.store-contact-intro--with-visual .store-contact-hero>p{margin-inline:auto}.store-contact-visual{aspect-ratio:4 / 2.4;max-width:520px;width:100%}.store-contact-panel{border-radius:18px;margin-inline:-2px;padding:13px}.store-contact-card{border-radius:13px;grid-template-columns:43px 1fr auto;min-height:82px;padding:14px}.store-contact-card__icon{height:43px;width:43px}.store-contact-map{border-radius:18px;grid-template-columns:1fr;min-height:0}.store-contact-map__frame{min-height:320px}.store-contact-map__card{padding:25px 21px 27px}.store-footer{margin-top:15px;padding:38px 20px 21px}.store-footer__content{gap:28px;grid-template-columns:1fr}.store-footer__content>div:last-child{grid-column:auto}.store-footer__bottom{align-items:flex-start;flex-direction:column;gap:7px;margin-top:30px}.product-page{padding-top:19px}.product-layout{display:block}.product-config{margin-top:26px}.product-gallery__main{border-radius:10px}.modal.product-gallery-modal{border-radius:14px;height:calc(100dvh - 16px);max-height:calc(100dvh - 16px);max-width:calc(100vw - 16px);width:calc(100vw - 16px)}.product-gallery-modal .modal__header{padding:max(13px,env(safe-area-inset-top)) 14px 13px}.product-gallery-modal .modal__body{overflow:hidden;padding:9px}.product-lightbox__toolbar{align-items:flex-start;flex-direction:column;gap:7px;padding:8px}.product-lightbox__toolbar>span{display:none}.product-lightbox__toolbar>div{justify-content:center;width:100%}.product-lightbox__toolbar .product-lightbox__reset{font-size:0;padding:0}.product-lightbox__toolbar .product-lightbox__reset:after{content:"100%";font-size:.7rem}.product-lightbox__viewport{border-radius:10px;height:calc(100dvh - 245px)}.product-lightbox__arrow{height:39px;width:39px}.product-lightbox__arrow--previous{left:8px}.product-lightbox__arrow--next{right:8px}.product-buy-box{bottom:9px;box-shadow:0 -7px 22px #00000014;margin:18px -3px 0;position:sticky;z-index:4}.product-buy-box .button{max-width:158px}.cart-page,.checkout-page,.success-page,.tracking-page{padding-top:27px}.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:64px 1fr}.cart-item>img,.cart-item__image{height:59px;width:64px}.cart-item__actions{align-items:center;display:flex;grid-column:1 / -1;justify-content:space-between}.checkout-layout>.cart-summary{grid-row:1}.success-page .panel{padding:30px 18px}.delivery-options{grid-template-columns:1fr}.payment-qr-summary,.payment-qr-summary--admin{gap:17px;grid-template-columns:1fr;padding:14px}.payment-qr-viewer__preview,.payment-qr-viewer--compact .payment-qr-viewer__preview{max-width:360px}.payment-qr-viewer__actions{width:100%}.payment-qr-viewer__actions>.button{flex:1 1 135px}.payment-qr-modal>img{max-height:calc(100dvh - 300px);max-width:100%;width:100%}.payment-total{align-items:flex-start;flex-direction:column;gap:3px}.payment-proof-form__submit{width:100%}.tracking-current-status{align-items:flex-start;flex-direction:column;gap:8px}.payment-review-filters .filter-row{grid-template-columns:1fr}.payment-review-filters__summary{align-self:flex-start}.payment-review-table .table-wrap{overflow:visible}.payment-review-table .data-table{min-width:0}.payment-review-table .data-table thead{display:none}.payment-review-table .data-table,.payment-review-table .data-table tbody,.payment-review-table .data-table tr,.payment-review-table .data-table td{display:block;width:100%}.payment-review-table .data-table tr{border:1px solid var(--line);border-radius:11px;padding:10px 12px}.payment-review-table .data-table tr+tr{margin-top:11px}.payment-review-table .data-table td{align-items:start;border:0;display:grid;gap:10px;grid-template-columns:90px minmax(0,1fr);padding:7px 0}.payment-review-table .data-table td:before{color:var(--ink-muted);content:attr(data-label);font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.payment-review-table .data-table--sticky-actions th:last-child,.payment-review-table .data-table--sticky-actions td:last-child{border-left:0;box-shadow:none;min-width:0;position:static}.payment-review-table .table-actions{justify-content:flex-start}.payment-review-table .table-actions .button{width:100%}.payment-receipt-review{grid-template-columns:1fr}.payment-receipt-preview{min-height:300px}.payment-receipt-preview img{max-height:calc(100dvh - 390px);min-height:0}.payment-receipt-preview iframe{height:calc(100dvh - 390px);min-height:280px}.payment-receipt-review>.notice{grid-column:auto}.modal__footer{flex-wrap:wrap}}@media(max-width:420px){.catalog-guide__grid{grid-template-columns:1fr}.catalog-preview__topbar{gap:8px;padding-inline:10px}.catalog-preview__brand strong{max-width:105px}.catalog-preview__body{padding:13px}.catalog-preview__products{gap:6px}.catalog-preview__product>div{padding-inline:7px}}@media(prefers-reduced-motion:reduce){.store-header,.store-profile,.store-hero__content,.store-hero__badge,.store-hero h1,.store-hero__content>p,.store-hero__actions,.store-hero__media,.store-hero__orb,.store-catalog__intro,.category-pills,.catalog-section,.public-product-card,.public-product-card__category,.public-product-card__body>div:first-child,.public-product-card__footer,.store-contact-card,.store-contact-visual,.store-footer,.store-footer__content>div,.store-floating-cart{animation:none}.store-profile__brand,.store-profile__cart,.store-profile__fallback-action,.store-profile__whatsapp,.public-product-card,.public-product-card__image img,.store-contact-card,.store-cart-link,.store-floating-cart,.store-hero__primary-action,.store-hero__contact,.category-pills button,.round-link,.product-card-quantity button{transition:none}}@media(hover:none){.public-product-card:active{transform:scale(.988)}.public-product-card__reveal{bottom:10px;left:auto;opacity:1;right:10px;top:auto;transform:none}.public-product-card__reveal:active{background:var(--store-primary);color:var(--store-on-primary)}.store-cart-link:active,.store-floating-cart:active{transform:scale(.96)}}@media(max-width:420px){.store-profile__brand{height:66px;width:66px}.store-profile__nav{gap:7px}.store-profile__nav>a:not(.store-profile__cart){font-size:.69rem}.store-profile__cart{padding-inline:9px}.store-hero{padding-inline:16px}.store-hero h1{font-size:clamp(2rem,12vw,2.75rem);overflow-wrap:anywhere}.store-hero__media{min-height:220px}.store-contact-card{gap:12px;grid-template-columns:40px 1fr auto;padding-inline:12px}.store-contact-card__icon{height:40px;width:40px}.store-contact-card__arrow{display:none}}.catalog-section__more{display:flex;justify-content:center;margin-top:24px}.catalog-section__more .button{gap:12px;min-width:min(280px,100%)}.catalog-section__more .button span{color:inherit;font-size:.7rem;font-weight:650;opacity:.7}.catalog-search-results{margin-top:38px}.catalog-search-results__heading{align-items:end;display:flex;gap:20px;justify-content:space-between;margin-bottom:20px}.catalog-search-results__heading>div>span{color:var(--store-primary);font-size:.7rem;font-weight:820;letter-spacing:.09em;text-transform:uppercase}.catalog-search-results__heading h2{font-size:clamp(1.55rem,3vw,2.25rem);margin:5px 0 0}.catalog-search-results__heading small{color:#717276}.admin-gallery--sortable>.admin-gallery__item{aspect-ratio:1 / .88;border:1px solid transparent;cursor:grab}.admin-gallery--sortable>.admin-gallery__item.is-dragging{border-color:var(--brand-teal);opacity:.55}.admin-gallery__position{background:#1b1d20d1;border-radius:999px;color:#fff;font-size:.65rem;font-weight:780;left:7px;padding:4px 7px;position:absolute;top:7px;z-index:2}.admin-gallery__handle{align-items:center;background:#ffffffeb;border-radius:7px;color:#4e5055;display:flex;padding:4px;position:absolute;right:7px;top:7px;z-index:2}.admin-gallery .admin-gallery__actions{align-items:center;background:linear-gradient(transparent,#0f1012c2);bottom:0;display:flex;gap:5px;justify-content:flex-end;left:0;padding:24px 7px 7px;position:absolute;right:0}.admin-gallery .admin-gallery__actions button{color:#33353a;inset:auto;position:static}.admin-gallery .admin-gallery__actions button:last-child{color:var(--danger)}.admin-gallery .admin-gallery__actions button:disabled{cursor:not-allowed;opacity:.42}.store-about-page{max-width:1240px;padding-block:clamp(38px,7vw,92px)}.store-about-editorial{align-items:start;display:grid;gap:clamp(56px,8vw,112px);grid-template-columns:minmax(280px,430px) minmax(0,1fr);isolation:isolate;min-height:720px;padding-inline:clamp(8px,4vw,44px);position:relative}.store-about-editorial:before{background-image:radial-gradient(circle,color-mix(in srgb,var(--store-primary) 28%,transparent) 1.2px,transparent 1.2px);background-size:18px 18px;content:"";height:190px;opacity:.34;position:absolute;right:1%;top:2%;width:190px;z-index:-1}.store-about-editorial__visual{margin-inline:auto;max-width:430px;position:relative;width:100%}.store-about-editorial__visual:before{border:1px solid color-mix(in srgb,var(--store-primary) 34%,#fff);border-radius:230px 230px 30px 30px;content:"";top:18px;right:-18px;bottom:-18px;left:18px;position:absolute;z-index:-1}.store-about-editorial__frame{aspect-ratio:430 / 870;background:linear-gradient(155deg,var(--store-primary-soft),#f5f4ef);border-radius:230px 230px 30px 30px;box-shadow:0 30px 70px #14151729;overflow:hidden;position:relative}.store-about-editorial__frame:after{background:linear-gradient(180deg,transparent 66%,rgb(12 13 15 / 16%));content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute}.store-about-editorial__frame img{height:100%;object-fit:cover;width:100%}.store-about-editorial__placeholder{align-items:center;color:var(--store-primary);display:flex;height:100%;justify-content:center}.store-about-editorial__badge{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe5;border:1px solid rgb(255 255 255 / 72%);border-radius:999px;bottom:32px;box-shadow:0 12px 30px #14151724;color:var(--store-primary);display:inline-flex;font-size:.7rem;font-weight:820;gap:8px;left:-28px;letter-spacing:.1em;padding:12px 17px;position:absolute;text-transform:uppercase}.store-about-editorial__ornament{background:var(--store-secondary);border:8px solid #fff;border-radius:50%;height:62px;position:absolute;right:-20px;top:17%;width:62px}.store-about-story{max-width:690px;padding:0;position:relative}.store-about-story__heading>span{color:var(--store-primary);display:block;font-size:.74rem;font-weight:840;letter-spacing:.14em;margin-bottom:15px;text-transform:uppercase}.store-about-story__heading h1{font-size:clamp(2.55rem,5.4vw,5rem);letter-spacing:-.055em;line-height:.98;margin:0;max-width:12ch;text-wrap:balance}.store-about-story__divider{align-items:center;color:var(--store-primary);display:flex;gap:12px;margin:clamp(25px,4vw,40px) 0;max-width:220px}.store-about-story__divider i{background:color-mix(in srgb,var(--store-primary) 34%,transparent);flex:1;height:1px}.store-about-story__content{color:#55575c;font-size:clamp(1.02rem,1.65vw,1.22rem);line-height:1.82}.store-about-story__content>:first-child{margin-top:0}.store-about-story__content strong{color:#202226}@media(min-width:768px){.store-about-editorial__visual{max-width:min(430px,calc(49.4vh - 89px));position:sticky;top:150px}}.store-about-editorial--without-image{grid-template-columns:minmax(0,760px);justify-content:center;min-height:560px}.store-about-editorial--without-image .store-about-editorial__visual{display:none}.story-publish-toggle{margin-top:18px}.image-uploader-grid--story{grid-template-columns:minmax(260px,430px)}.image-uploader-grid--story .image-uploader{align-items:flex-start;flex-direction:column}.image-uploader-grid--story .image-uploader__preview{aspect-ratio:430 / 870;flex-basis:auto;height:auto;width:100%}.activity-metrics{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:18px}.activity-metrics>div{background:linear-gradient(145deg,#fff,var(--brand-teal-soft));border:1px solid var(--line);border-radius:14px;display:grid;gap:6px;padding:20px}.activity-metrics svg{color:var(--brand-teal-ink)}.activity-metrics span{color:var(--ink-muted);font-size:.76rem}.activity-metrics strong{font-size:clamp(1.35rem,3vw,2rem)}.activity-panels{align-items:start;margin-top:18px}.activity-panels .activity-daily{grid-column:1 / -1}.activity-bars{display:grid;gap:13px}.activity-bars>div{align-items:center;display:grid;gap:12px;grid-template-columns:minmax(140px,.8fr) minmax(80px,1fr) auto}.activity-bars span,.activity-bars small{display:block}.activity-bars small{color:var(--ink-muted);font-size:.7rem;margin-top:3px}.activity-bars i{background:#ecece8;border-radius:999px;height:8px;overflow:hidden}.activity-bars i b{background:var(--brand-teal);border-radius:inherit;display:block;height:100%;min-width:2px}.activity-bars>div>strong{font-size:.78rem;white-space:nowrap}.activity-panels .analytics-ranking li{align-items:center;border-bottom:1px solid #ecece8;display:flex;gap:14px;justify-content:space-between;padding:11px 3px}.activity-panels .analytics-ranking li:last-child{border-bottom:0}.delivery-options .delivery-coordination{background:var(--store-primary-soft)}@media(max-width:767px){.catalog-search-results__heading{align-items:flex-start;display:grid;gap:7px}.store-about-page{padding-block:30px 56px}.store-about-editorial{gap:58px;grid-template-columns:1fr;min-height:0;padding-inline:14px}.store-about-editorial__visual{position:relative;top:auto}.store-about-editorial:before{height:120px;right:-14px;top:45%;width:120px}.store-about-editorial__visual{max-width:min(76vw,350px)}.store-about-editorial__visual:before{top:12px;right:-12px;bottom:-12px;left:12px}.store-about-editorial__badge{bottom:24px;left:-14px}.store-about-editorial__ornament{border-width:6px;height:48px;right:-15px;width:48px}.store-about-story__heading h1{font-size:clamp(2.4rem,12vw,4rem);max-width:11ch}.store-about-story__content{font-size:1rem;line-height:1.72}.store-about-editorial--without-image{min-height:430px}.activity-metrics{grid-template-columns:1fr}.activity-bars>div{grid-template-columns:minmax(115px,.8fr) minmax(60px,1fr) auto}}@media(min-width:600px)and (max-width:767px){.modal .form-grid,.modal .form-grid--wide{grid-template-columns:repeat(2,minmax(0,1fr))}.modal .form-span-2{grid-column:span 2}.modal .color-fields{grid-template-columns:repeat(3,minmax(0,1fr))}}.ecoarmario-privacy-page{--eco-ink: #243028;--eco-muted: #5d6a60;--eco-border: #dbe4dc;--eco-accent: #426b4c;--eco-accent-soft: #edf4ed;background:#f5f7f3;color:var(--eco-ink);min-height:100vh}.ecoarmario-privacy-header{background:#fff;border-bottom:1px solid var(--eco-border)}.ecoarmario-privacy-header__inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:960px;min-height:68px;padding:0 22px}.ecoarmario-privacy-brand{color:var(--eco-ink);font-size:1.12rem;font-weight:800;letter-spacing:-.02em;text-decoration:none}.ecoarmario-privacy-country{color:var(--eco-muted);font-size:.86rem}.ecoarmario-privacy-shell{background:#fff;border:1px solid var(--eco-border);border-radius:20px;box-shadow:0 16px 38px #263d2c12;margin:clamp(24px,5vw,56px) auto;max-width:820px;padding:clamp(24px,5vw,56px)}.ecoarmario-privacy-intro{border-bottom:1px solid var(--eco-border);padding-bottom:28px}.ecoarmario-privacy-eyebrow{color:var(--eco-accent);font-size:.77rem;font-weight:800;letter-spacing:.14em;margin:0 0 12px;text-transform:uppercase}.ecoarmario-privacy-shell h1{font-size:clamp(2rem,5vw,3rem);letter-spacing:-.045em;line-height:1.05;margin:0 0 18px}.ecoarmario-privacy-shell h2{font-size:1.15rem;letter-spacing:-.015em;line-height:1.25;margin:0 0 10px}.ecoarmario-privacy-shell p,.ecoarmario-privacy-shell li{color:var(--eco-muted);font-size:1rem;line-height:1.65}.ecoarmario-privacy-shell p{margin:0}.ecoarmario-privacy-shell section{border-bottom:1px solid var(--eco-border);padding:26px 0}.ecoarmario-privacy-shell ul{display:grid;gap:8px;margin:12px 0 0;padding-left:22px}.ecoarmario-privacy-updated{font-size:.85rem!important;margin-top:18px!important}.ecoarmario-privacy-note{background:var(--eco-accent-soft);border:1px solid #cfe0d0;border-radius:12px;color:#35543d;font-size:.92rem;line-height:1.55;margin-top:28px;padding:15px 17px}.ecoarmario-privacy-footer{color:var(--eco-muted);font-size:.84rem;padding:0 22px 32px;text-align:center}.subscription-wizard{display:grid;gap:22px}.wizard-steps{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;margin:0;padding:0}.wizard-step{align-items:flex-start;background:var(--surface-muted, #f6f6f4);border:1px solid var(--border, #e1e1dd);border-radius:14px;display:flex;gap:10px;min-height:72px;padding:12px}.wizard-step>span{align-items:center;background:#e1e1dd;border-radius:999px;color:#5e5f63;display:inline-flex;flex:0 0 28px;font-weight:800;height:28px;justify-content:center}.wizard-step--active{border-color:var(--brand-charcoal, #3f3f3e);box-shadow:0 5px 16px #1f202312}.wizard-step--active>span{background:var(--brand-charcoal, #3f3f3e);color:#fff}.wizard-step strong,.wizard-step small{display:block}.wizard-step small{color:var(--muted, #6d6f74);font-size:.78rem;line-height:1.35;margin-top:4px}.wizard-panel{background:var(--surface-muted, #f8f8f6);border:1px solid var(--border, #e1e1dd);border-radius:14px;padding:18px}.wizard-footer{align-items:center;display:flex;gap:10px;justify-content:space-between;width:100%}.wizard-summary dl{display:grid;gap:10px;margin:0 0 18px}.wizard-summary dl>div{align-items:baseline;border-bottom:1px solid var(--border, #e1e1dd);display:flex;gap:15px;justify-content:space-between;padding-bottom:8px}.wizard-summary dt{color:var(--muted, #6d6f74);font-size:.88rem}.wizard-summary dd{font-weight:700;margin:0;text-align:right}.payment-qr{background:#fff;border:1px solid var(--border, #e1e1dd);border-radius:14px;margin:15px 0;padding:14px}.payment-qr__heading{align-items:center;display:flex;gap:10px;justify-content:space-between}.payment-qr__heading strong{align-items:center;display:inline-flex;gap:8px}.signup-payment-fields{min-width:0}.signup-payment-fields>.notice,.signup-payment-fields>.payment-qr{grid-column:1 / -1}.payment-evidence-grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.payment-qr__content{align-items:flex-start;display:flex;flex-wrap:wrap;gap:18px;margin-top:14px}.payment-qr__content img{background:#fff;border:1px solid #e3e3e3;border-radius:10px;height:auto;max-height:min(360px,70vh);max-width:min(100%,360px);object-fit:contain;padding:8px;width:auto}.payment-qr__details{flex:1 1 220px;min-width:0}.payment-qr__details p strong{color:var(--ink, #2f3034);display:block;margin-bottom:2px}.payment-qr__details p{color:var(--muted, #6d6f74);line-height:1.55;margin:0 0 9px;overflow-wrap:anywhere}.payment-qr__details p:last-child{margin-bottom:0}.payment-qr--compact .payment-qr__content img{max-height:260px;max-width:260px}.saas-billing-wizard .panel{display:grid;gap:16px}.payment-qr-admin{align-items:start;display:grid;gap:24px;grid-template-columns:minmax(180px,260px) 1fr}.payment-qr-admin__preview{align-items:center;background:#fafafa;border:1px dashed #cfcfcb;border-radius:14px;display:flex;justify-content:center;min-height:230px;padding:15px}.payment-qr-admin__preview img{height:auto;max-height:320px;max-width:100%;object-fit:contain;width:auto}.payment-qr-admin__empty{align-items:center;color:var(--muted, #6d6f74);display:flex;flex-direction:column;gap:8px;text-align:center}.payment-qr-admin__form{display:grid;gap:10px}.payment-qr-admin__details{background:var(--surface-muted, #f6f6f4);border-radius:12px;display:grid;gap:4px;padding:13px 15px}.payment-qr-admin__details small{color:var(--muted, #6d6f74)}.subscription-review-guide{padding:16px}@media(max-width:680px){.billing-period-selector{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.plan-discount-grid,.wizard-steps{grid-template-columns:1fr}.wizard-step{min-height:0}.payment-evidence-grid,.payment-qr__content,.payment-qr-admin{grid-template-columns:1fr}.payment-qr__content{align-items:flex-start;flex-direction:column}.payment-qr__content img{max-height:min(420px,65vh);max-width:100%}.payment-qr-admin__preview{min-height:185px}.wizard-footer{align-items:stretch;flex-wrap:wrap}.wizard-footer>span{display:none}}@media(max-width:560px){.recovery-actions{align-items:stretch;flex-direction:column}.recovery-actions>a,.recovery-actions>button{width:100%}.recovery-actions>a .button{width:100%}.ecoarmario-privacy-header__inner{min-height:60px;padding-inline:16px}.ecoarmario-privacy-shell{border-left:0;border-radius:0;border-right:0;margin:16px 0 28px;padding:27px 18px}.ecoarmario-privacy-shell p,.ecoarmario-privacy-shell li{font-size:.95rem}}.catalog-help-link{align-items:center;color:var(--brand-charcoal);display:inline-flex;font-size:.78rem;font-weight:760;gap:6px;min-height:34px;padding:0 7px}.catalog-help-link:hover{color:var(--brand-coral-ink)}.store-area-nav .catalog-help-link{margin-right:4px}.catalog-setup-banner{align-items:center;background:#f7f7f4;border:1px solid var(--line);border-radius:8px;display:flex;gap:13px;margin-bottom:18px;padding:14px 16px}.catalog-setup-banner__icon{align-items:center;background:#fff;border:1px solid #e0d9c9;border-radius:8px;color:var(--brand-coral-ink);display:flex;flex:0 0 42px;height:42px;justify-content:center}.catalog-setup-banner>div:nth-child(2){flex:1 1 auto;min-width:0}.catalog-setup-banner strong{display:block;font-size:.9rem}.catalog-setup-banner p{font-size:.78rem;margin:3px 0 0}.catalog-setup-page{max-width:1370px}.catalog-setup-page>.page-heading{margin-bottom:19px}.catalog-setup-welcome{align-items:flex-start;background:#f1f0eb;border:1px solid #deddd5;border-radius:13px;display:flex;gap:12px;margin-bottom:14px;padding:14px 15px}.catalog-setup-welcome__icon{color:var(--brand-coral-ink);flex:0 0 auto;margin-top:1px}.catalog-setup-welcome strong{display:block;font-size:.9rem}.catalog-setup-welcome p{font-size:.82rem;margin:3px 0 0}.catalog-setup-welcome .icon-button{margin-left:auto;margin-top:-7px}.catalog-setup-page>.notice{margin:0 0 17px}.catalog-setup-layout{align-items:start;display:grid;gap:19px;grid-template-columns:260px minmax(0,1fr) minmax(285px,340px)}.catalog-setup-sidebar{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:15px;position:sticky;top:79px}.catalog-setup-progress{border-bottom:1px solid var(--line);padding:3px 2px 14px}.catalog-setup-progress>div:first-child{align-items:baseline;display:flex;justify-content:space-between}.catalog-setup-progress>div:first-child span{color:var(--ink-muted);font-size:.72rem;font-weight:750}.catalog-setup-progress>div:first-child strong{color:var(--brand-charcoal);font-size:1.25rem;letter-spacing:-.04em}.catalog-setup-progress__track{background:#ebebe7;border-radius:999px;height:7px;margin:9px 0 6px;overflow:hidden}.catalog-setup-progress__track i{background:var(--brand-charcoal);border-radius:inherit;display:block;height:100%;transition:width .35s ease}.catalog-setup-progress small{font-size:.7rem}.catalog-setup-steps{display:grid;gap:4px;margin-top:12px}.catalog-setup-step{align-items:flex-start;background:transparent;border:1px solid transparent;border-radius:10px;color:var(--ink);display:grid;gap:8px;grid-template-columns:25px minmax(0,1fr);padding:10px 8px;text-align:left;transition:background-color .18s ease,border-color .18s ease,transform .18s ease;width:100%}.catalog-setup-step:hover{background:#f6f5f1;transform:translate(2px)}.catalog-setup-step--active{background:#f1f0eb;border-color:#dedbd0}.catalog-setup-step[data-tour-active=true],.catalog-setup-main [data-tour-active=true]{border-color:var(--brand-coral-ink);box-shadow:0 0 0 2px #a8434b21;position:relative;z-index:1}.catalog-setup-main [data-tour-active=true]{outline:2px solid var(--brand-coral-ink);outline-offset:5px}.catalog-setup-step[data-tour-active=true]{animation:catalog-setup-pulse 1.8s ease-in-out infinite}.catalog-setup-step--complete .catalog-setup-step__number{background:#e4f4e9;color:#17673e}.catalog-setup-step--attention .catalog-setup-step__number{background:#fff0d6;color:#8a5711}.catalog-setup-step__number{align-items:center;background:#ecece8;border-radius:50%;color:var(--ink-muted);display:flex;font-size:.72rem;font-weight:800;height:25px;justify-content:center;width:25px}.catalog-setup-step__copy{min-width:0}.catalog-setup-step__copy strong{align-items:center;display:flex;font-size:.78rem;gap:5px;line-height:1.2}.catalog-setup-step__copy strong svg{color:var(--brand-coral-ink);flex:0 0 auto}.catalog-setup-step__copy small{font-size:.69rem;line-height:1.35;margin-top:4px}.catalog-setup-step__status{color:var(--ink-muted);font-size:.61rem;grid-column:2;margin-top:-3px;text-transform:uppercase}.catalog-setup-step--complete .catalog-setup-step__status{color:var(--success)}.catalog-setup-step--attention .catalog-setup-step__status{color:var(--warning)}.catalog-setup-sidebar__footer{border-top:1px solid var(--line);display:grid;gap:8px;margin-top:13px;padding-top:12px}.catalog-setup-reset{align-items:center;background:none;border:0;color:var(--ink-muted);display:inline-flex;font-size:.72rem;gap:6px;padding:4px 7px;text-align:left}.catalog-setup-reset:hover{color:var(--brand-charcoal)}.catalog-setup-main{background:#fff;border:1px solid var(--line);border-radius:var(--radius);min-width:0;padding:clamp(18px,3vw,29px)}.catalog-setup-main__eyebrow{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:19px}.catalog-setup-main__eyebrow>span:first-child{align-items:center;color:var(--ink-muted);display:inline-flex;font-size:.75rem;font-weight:760;gap:6px;text-transform:uppercase}.catalog-setup-main__eyebrow>span:first-child svg{color:var(--brand-coral-ink)}.catalog-setup-status{border-radius:999px;font-size:.67rem;font-weight:800;padding:5px 9px}.catalog-setup-status--complete{background:#e4f4e9;color:#17673e}.catalog-setup-status--attention{background:#fff0d6;color:#8a5711}.catalog-setup-status--recommended,.catalog-setup-status--optional{background:#f0eff4;color:#5e5f68}.catalog-setup-status--in_progress{background:#e6eefc;color:#2855a1}.catalog-setup-content{animation:catalog-setup-rise .32s ease both;min-height:320px}.catalog-setup-content__icon{align-items:center;background:var(--brand-coral-soft);border-radius:8px;color:var(--brand-coral-ink);display:flex;height:46px;justify-content:center;margin-bottom:17px;width:46px}.catalog-setup-content h2{font-size:clamp(1.45rem,3vw,1.95rem);margin-bottom:8px}.catalog-setup-content>p{max-width:650px}.catalog-setup-content>a{display:inline-flex;margin-top:13px}.catalog-setup-example,.catalog-setup-category-preview,.catalog-setup-delivery-preview{background:#f7f7f4;border:1px solid var(--line);border-radius:11px;display:grid;gap:5px;margin:19px 0 4px;max-width:620px;padding:14px}.catalog-setup-example strong{font-size:.78rem}.catalog-setup-example span,.catalog-setup-example small,.catalog-setup-category-preview small,.catalog-setup-delivery-preview span{color:var(--ink-muted);font-size:.78rem;line-height:1.45}.catalog-setup-category-preview span{color:var(--brand-charcoal);font-size:1.08rem;font-weight:780}.catalog-setup-check-list{display:grid;gap:8px;list-style:none;margin:18px 0 10px;padding:0}.catalog-setup-check-list li{align-items:center;color:var(--ink-muted);display:flex;font-size:.82rem;gap:8px}.catalog-setup-check-list svg{color:var(--success)}.catalog-setup-photo-tip{align-items:center;background:#f7f7f4;border:1px solid var(--line);border-radius:12px;display:flex;gap:13px;margin:18px 0 5px;max-width:620px;padding:11px}.catalog-setup-photo-tip__image{align-items:center;background:#ecebe7;border-radius:8px;color:#a6a7a1;display:flex;flex:0 0 78px;height:78px;justify-content:center;overflow:hidden}.catalog-setup-photo-tip div:last-child{display:grid;gap:3px}.catalog-setup-photo-tip span{color:var(--ink-muted);font-size:.76rem;line-height:1.45}.catalog-setup-delivery-preview{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-setup-delivery-preview>div{background:#fff;border:1px solid var(--line);border-radius:8px;display:grid;gap:3px;padding:10px}.catalog-setup-main__footer{align-items:center;border-top:1px solid var(--line);display:flex;gap:15px;justify-content:space-between;margin-top:23px;padding-top:14px}.catalog-setup-main__footer>span{color:var(--ink-muted);font-size:.73rem;line-height:1.4}.catalog-setup-main__footer .button{flex:0 0 auto}.catalog-setup-preview{background:#ebeae5;border-radius:var(--radius);min-width:0;padding:13px;position:sticky;top:79px}.catalog-setup-preview__toolbar .eyebrow{margin-bottom:3px}.catalog-setup-preview__toolbar strong{display:block;font-size:.82rem}.catalog-setup-preview__frame{background:#fff;border-radius:10px;box-shadow:var(--shadow-sm);margin:0 auto;max-width:100%;overflow:hidden;transition:width .25s ease;width:100%}.catalog-setup-preview__hero{align-items:flex-end;background:linear-gradient(125deg,var(--store-primary-soft),var(--store-accent-soft));background-position:center;background-size:cover;display:flex;height:142px;padding:13px;position:relative}.catalog-setup-preview__hero--cover:after{background:linear-gradient(180deg,transparent 25%,rgb(0 0 0 / 60%));content:"";top:0;right:0;bottom:0;left:0;position:absolute}.catalog-setup-preview__hero-label{background:#ffffffe0;border-radius:999px;color:var(--store-primary);display:inline-flex;font-size:.48rem;font-weight:800;padding:4px 6px}.catalog-setup-preview__hero h2{font-size:1.3rem;letter-spacing:-.055em;margin:10px 0 2px}.catalog-setup-preview__product-card>img,.catalog-setup-preview__product-placeholder{align-items:center;background:#ebeae5;border-radius:5px;color:#999a94;display:flex;flex:0 0 48px;height:48px;justify-content:center;object-fit:cover;overflow:hidden;width:48px}.catalog-setup-preview__product-placeholder{flex-direction:column;font-size:.42rem;gap:2px}.catalog-setup-tour{align-items:center;background:#292a2e;border-radius:13px;box-shadow:var(--shadow-md);color:#fff;display:grid;gap:13px;grid-template-columns:auto minmax(0,1fr) auto;margin-bottom:17px;padding:14px 16px}.catalog-setup-tour__marker{align-items:center;color:var(--brand-teal);display:inline-flex;font-size:.69rem;font-weight:800;gap:6px;white-space:nowrap}.catalog-setup-tour strong{display:block;font-size:.86rem}.catalog-setup-tour p{color:#d0d1cd;font-size:.76rem;line-height:1.45;margin:3px 0 0}.catalog-setup-tour__actions{align-items:center;display:flex;gap:9px}.catalog-setup-tour__actions>span{display:flex;gap:6px}.catalog-setup-tour .button--ghost{color:#d7d8d4}.catalog-setup-tour .button--ghost:hover{background:#414247}.catalog-setup-tour .button--secondary{background:transparent;border-color:#66686d;color:#fff}.catalog-setup-lab{background:#f7f7f4;border:1px solid var(--line);border-radius:13px;margin-top:19px;padding:15px}.catalog-setup-lab__heading{align-items:flex-start;display:flex;gap:10px;justify-content:space-between}.catalog-setup-lab__heading h2{font-size:1.05rem;margin-bottom:3px}.catalog-setup-lab__heading>svg{color:var(--brand-coral-ink);flex:0 0 auto}.catalog-setup-models{display:grid;gap:6px;grid-template-columns:repeat(5,minmax(0,1fr));margin:14px 0}.catalog-setup-model{background:#fff;border:1px solid var(--line);border-radius:8px;color:var(--ink);display:grid;gap:3px;min-height:59px;padding:8px;text-align:left;transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.catalog-setup-model:hover{border-color:#b6b6b0;transform:translateY(-1px)}.catalog-setup-model--active{background:#f0eee8;border-color:var(--brand-charcoal);box-shadow:inset 0 0 0 1px var(--brand-charcoal)}.catalog-setup-model small{font-size:.62rem;line-height:1.25}.catalog-setup-lab__body{align-items:start;display:grid;gap:14px;grid-template-columns:minmax(0,1fr) minmax(180px,.75fr)}.catalog-setup-lab__field{display:grid;gap:5px;margin-bottom:9px}.catalog-setup-lab__field input,.catalog-setup-lab__field select{background:#fff;border:1px solid var(--line-strong);border-radius:7px;color:var(--ink);min-height:37px;padding:7px 9px;width:100%}.catalog-setup-lab__hint{background:#edf1f4;border-radius:8px;color:#23445a;font-size:.72rem;line-height:1.45;margin:10px 0 0;padding:9px 10px}.catalog-setup-lab__hint strong{color:#1e3f54}.catalog-setup-lab__output{align-items:flex-start;background:#292a2e;border-radius:10px;color:#fff;display:grid;gap:5px;min-height:135px;padding:15px}.catalog-setup-lab__output span{color:#c5c6c2;font-size:.66rem;font-weight:760;text-transform:uppercase}.catalog-setup-lab__output strong{color:#fff;font-size:clamp(1.4rem,3vw,1.9rem);letter-spacing:-.05em}.catalog-setup-lab__output small{color:#c5c6c2;font-size:.7rem;line-height:1.4}.catalog-setup-lab__footer{align-items:center;border-top:1px solid var(--line);display:flex;gap:10px;justify-content:space-between;margin-top:14px;padding-top:12px}.catalog-setup-lab__footer .button{font-size:.76rem;min-height:35px}.catalog-setup-footnote{align-items:center;color:var(--ink-muted);display:flex;font-size:.72rem;gap:6px;justify-content:center;margin:18px 0 0;text-align:center}.catalog-setup-footnote svg{flex:0 0 auto}@keyframes catalog-setup-rise{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes catalog-setup-pulse{0%,to{box-shadow:0 0 0 2px #a8434b24}50%{box-shadow:0 0 0 4px #a8434b14}}@media(max-width:1120px){.catalog-setup-layout{grid-template-columns:235px minmax(0,1fr)}.catalog-setup-preview{grid-column:1 / -1;position:static}.catalog-setup-preview__frame{max-width:650px}}@media(max-width:820px){.catalog-setup-layout{grid-template-columns:1fr}.catalog-setup-sidebar{position:static}.catalog-setup-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-setup-sidebar__footer{align-items:center;display:flex;justify-content:space-between}.catalog-setup-main{order:2}.catalog-setup-preview{order:3}.catalog-setup-tour{align-items:start;grid-template-columns:1fr auto}.catalog-setup-tour__marker{grid-column:1 / -1}.catalog-setup-tour__actions{grid-column:1 / -1;justify-content:space-between}}@media(max-width:560px){.catalog-setup-banner{align-items:flex-start;flex-wrap:wrap}.catalog-setup-banner>a{margin-left:55px}.catalog-setup-banner .button{width:100%}.catalog-setup-steps{grid-template-columns:1fr}.catalog-setup-main__eyebrow{align-items:flex-start;flex-direction:column;gap:8px}.catalog-setup-content{min-height:0}.catalog-setup-delivery-preview,.catalog-setup-lab__body{grid-template-columns:1fr}.catalog-setup-models{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-setup-lab__footer{align-items:stretch;flex-direction:column}.catalog-setup-lab__footer .button,.catalog-setup-preview__frame--mobile{width:100%}.catalog-setup-tour__actions{align-items:stretch;flex-direction:column}.catalog-setup-tour__actions>span{display:grid;grid-template-columns:1fr 1fr}.catalog-setup-tour__actions .button{width:100%}.catalog-setup-footnote{align-items:flex-start;text-align:left}}@media(prefers-reduced-motion:reduce){.catalog-setup-content,.catalog-setup-welcome,.catalog-setup-tour,.catalog-setup-banner{animation:none!important}.catalog-setup-step,.catalog-setup-model,.catalog-setup-preview__frame,.catalog-setup-progress__track i{transition:none!important}.catalog-setup-step[data-tour-active=true]{animation:none!important}}.catalog-help-link{color:var(--brand-charcoal);font-size:.78rem;font-weight:760;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:4px}.catalog-help-link:hover{color:var(--ink);text-decoration-color:currentColor}.catalog-setup-banner{align-items:center;background:#fff;border:1px solid var(--line);border-left:3px solid var(--brand-charcoal);border-radius:10px;display:flex;gap:18px;justify-content:space-between;margin-bottom:18px;padding:15px 17px}.catalog-setup-banner>div{flex:1 1 auto;min-width:0}.catalog-setup-banner strong{display:block;font-size:.88rem}.catalog-setup-banner p{font-size:.77rem;margin:3px 0 0}.catalog-setup-banner .button{min-height:35px;white-space:nowrap}.catalog-setup-banner--compact{margin-top:18px}.catalog-setup-page{max-width:1320px;padding-bottom:90px}.catalog-setup-page>.page-heading{margin-bottom:18px}.catalog-setup-welcome,.catalog-setup-summary{align-items:center;background:#fff;border:1px solid var(--line);border-radius:10px;display:flex;gap:20px;justify-content:space-between;margin-bottom:12px;padding:14px 16px}.catalog-setup-welcome{animation:catalog-setup-enter .28s ease both}.catalog-setup-welcome strong,.catalog-setup-summary strong{display:block;font-size:.85rem}.catalog-setup-welcome p,.catalog-setup-summary p{font-size:.78rem;margin:3px 0 0}.catalog-setup-welcome>button{background:none;border:0;color:var(--brand-charcoal);flex:0 0 auto;font-size:.76rem;font-weight:760;padding:8px}.catalog-setup-summary{border-left:3px solid #a07b55}.catalog-setup-summary--ready{border-left-color:var(--success)}.catalog-setup-journey{background:#fff;border:1px solid var(--line);border-radius:var(--radius);margin-bottom:16px;overflow:hidden;padding:15px 16px 0}.catalog-setup-progress{border:0;padding:0 0 14px}.catalog-setup-progress>div:first-child{align-items:baseline;display:flex;gap:12px;justify-content:space-between}.catalog-setup-progress>div:first-child span{color:var(--ink-muted);font-size:.7rem;font-weight:760;text-transform:uppercase}.catalog-setup-progress>div:first-child strong{color:var(--ink);font-size:.8rem;letter-spacing:0}.catalog-setup-progress__track{background:#e9e8e3;border-radius:0;height:3px;margin:10px 0 0;overflow:hidden}.catalog-setup-progress__track i{background:var(--brand-charcoal);border-radius:0;display:block;height:100%;transition:width .32s ease}.catalog-setup-steps{display:flex;gap:0;margin:0 -16px;overflow-x:auto;scrollbar-width:thin}.catalog-setup-step{align-items:center;background:#fff;border:0;border-right:1px solid var(--line);border-top:1px solid var(--line);border-radius:0;color:var(--ink);display:grid;flex:1 0 132px;gap:2px 8px;grid-template-columns:23px minmax(0,1fr);min-height:68px;padding:10px 12px;text-align:left;transition:background-color .18s ease}.catalog-setup-step:last-child{border-right:0}.catalog-setup-step:hover{background:#f7f6f2;transform:none}.catalog-setup-step--active{background:#f1f0eb;border-color:var(--line);box-shadow:inset 0 -3px 0 var(--brand-coral)}.catalog-setup-step>span{align-items:center;border:1px solid #c9c8c2;border-radius:50%;color:var(--ink-muted);display:flex;font-size:.65rem;font-weight:800;grid-row:1 / 3;height:23px;justify-content:center;width:23px}.catalog-setup-step--active>span{background:var(--brand-charcoal);border-color:var(--brand-charcoal);color:#fff}.catalog-setup-step>strong{font-size:.74rem;line-height:1.2}.catalog-setup-step>small{color:var(--ink-muted);font-size:.62rem;line-height:1.2}.catalog-setup-layout{align-items:start;display:grid;gap:18px;grid-template-columns:minmax(0,1fr) minmax(280px,330px)}.catalog-setup-main{animation:catalog-setup-enter .3s ease both;background:#fff;border:1px solid var(--line);border-radius:var(--radius);min-width:0;padding:clamp(21px,3vw,32px)}.catalog-setup-main__eyebrow{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:22px}.catalog-setup-main__eyebrow>span:first-child{color:var(--ink-muted);font-size:.7rem;font-weight:760;letter-spacing:.06em;text-transform:uppercase}.catalog-setup-status{border:1px solid var(--line);border-radius:999px;color:var(--ink-muted);font-size:.64rem;font-weight:760;padding:4px 8px}.catalog-setup-status--complete{background:#f0f7f2;border-color:#cee4d4;color:#17673e}.catalog-setup-status--attention{background:#fff8eb;border-color:#ead9b6;color:#795016}.catalog-setup-status--recommended,.catalog-setup-status--optional,.catalog-setup-status--in_progress{background:#f6f6f3;color:#55565a}.catalog-setup-content{animation:none;min-height:280px}.catalog-setup-content--wide{min-height:0}.catalog-setup-content h2{font-size:clamp(1.55rem,3vw,2.05rem);margin:0 0 9px}.catalog-setup-content>p{font-size:.92rem;line-height:1.65;max-width:690px}.catalog-setup-content>p b{color:var(--ink)}.catalog-setup-content>a{display:inline-flex;margin-top:15px}.catalog-setup-example,.catalog-setup-category-preview,.catalog-setup-delivery-preview{background:#f8f8f5;border:1px solid var(--line);border-radius:9px;display:grid;gap:5px;margin:20px 0 4px;max-width:650px;padding:15px}.catalog-setup-example strong{font-size:.79rem}.catalog-setup-example span,.catalog-setup-example small,.catalog-setup-category-preview small,.catalog-setup-delivery-preview span{color:var(--ink-muted);font-size:.78rem;line-height:1.5}.catalog-setup-category-preview span{color:var(--ink);font-size:1.05rem;font-weight:780}.catalog-setup-check-list{counter-reset:setup-list;display:grid;gap:9px;list-style:none;margin:19px 0 10px;max-width:650px;padding:0}.catalog-setup-check-list li{align-items:center;color:var(--ink-muted);display:flex;font-size:.82rem;gap:10px}.catalog-setup-check-list li:before{align-items:center;border:1px solid var(--line-strong);border-radius:50%;color:var(--ink);content:counter(setup-list);counter-increment:setup-list;display:flex;flex:0 0 23px;font-size:.64rem;font-weight:800;height:23px;justify-content:center}.catalog-setup-photo-tip{align-items:center;background:#f8f8f5;border:1px solid var(--line);border-radius:9px;display:flex;gap:14px;margin:19px 0 5px;max-width:650px;padding:12px}.catalog-setup-photo-tip__image{align-items:center;background:#e9e8e3;border-radius:7px;color:var(--ink-muted);display:flex;flex:0 0 82px;font-size:.66rem;height:82px;justify-content:center;overflow:hidden}.catalog-setup-photo-tip__image.has-image{background:#fff}.catalog-setup-photo-tip__image img{height:100%;object-fit:cover;width:100%}.catalog-setup-photo-tip>div:last-child{display:grid;gap:4px}.catalog-setup-photo-tip strong{font-size:.8rem}.catalog-setup-photo-tip span,.catalog-setup-photo-tip small{color:var(--ink-muted);font-size:.76rem;line-height:1.45}.catalog-setup-delivery-preview{gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-setup-delivery-preview>div{background:#fff;border:1px solid var(--line);border-radius:7px;display:grid;gap:3px;padding:11px}.catalog-setup-delivery-preview strong{font-size:.78rem}.catalog-setup-main__footer{align-items:center;border-top:1px solid var(--line);display:grid;gap:10px;grid-template-columns:auto minmax(0,1fr) auto;margin-top:25px;padding-top:15px}.catalog-setup-main__footer>span{color:var(--ink-muted);font-size:.72rem;text-align:center}.catalog-setup-preview{background:#efeee9;border-radius:var(--radius);min-width:0;padding:13px;position:sticky;top:79px}.catalog-setup-preview__toolbar{align-items:flex-start;display:flex;gap:9px;justify-content:space-between;margin-bottom:10px}.catalog-setup-preview__toolbar>div:first-child>span{color:var(--ink-muted);display:block;font-size:.64rem;font-weight:760;margin-bottom:3px;text-transform:uppercase}.catalog-setup-preview__toolbar strong{display:block;font-size:.81rem}.catalog-setup-preview__switch{background:#deddd7;border-radius:7px;display:flex;gap:2px;padding:2px}.catalog-setup-preview__switch button{background:transparent;border:0;border-radius:5px;color:#666760;font-size:.62rem;padding:5px 6px}.catalog-setup-preview__switch button.active{background:#fff;box-shadow:var(--shadow-sm);color:var(--ink);font-weight:750}.catalog-setup-preview__frame{background:#fff;border-radius:9px;box-shadow:var(--shadow-sm);margin:0 auto;max-width:100%;overflow:hidden;transition:width .25s ease;width:100%}.catalog-setup-preview__frame--mobile{width:235px}.catalog-setup-preview__header{align-items:center;border-bottom:1px solid #ecece8;display:flex;gap:8px;justify-content:space-between;min-height:42px;padding:7px 9px}.catalog-setup-preview__brand{align-items:center;display:flex;gap:5px;min-width:0}.catalog-setup-preview__brand img,.catalog-setup-preview__brand>span{align-items:center;background:#f0efeb;border-radius:50%;display:flex;flex:0 0 23px;height:23px;justify-content:center;object-fit:contain;overflow:hidden;width:23px}.catalog-setup-preview__brand>span{color:var(--store-primary);font-size:.65rem;font-weight:800}.catalog-setup-preview__brand strong{font-size:.53rem;max-width:74px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-setup-preview__header nav{align-items:center;color:#67686b;display:flex;font-size:.47rem;gap:6px;white-space:nowrap}.catalog-setup-preview__header nav b{background:var(--store-primary);border-radius:4px;color:var(--store-on-primary);padding:4px 5px}.catalog-setup-preview__hero{align-items:flex-end;background:var(--store-primary-soft);background-position:center;background-size:cover;display:flex;height:142px;padding:13px;position:relative}.catalog-setup-preview__hero--cover{color:#fff}.catalog-setup-preview__hero--cover:after{background:#0000002e;content:"";top:0;right:0;bottom:0;left:0;position:absolute}.catalog-setup-preview__hero>div{position:relative;z-index:1}.catalog-setup-preview__hero h2{font-size:1.3rem;letter-spacing:-.055em;margin:0 0 2px}.catalog-setup-preview__hero p{color:inherit;font-size:.6rem;line-height:1.35;margin:0;max-width:220px}.catalog-setup-preview__products{padding:13px}.catalog-setup-preview__products h3{font-size:.88rem;margin:0 0 2px}.catalog-setup-preview__products>div:first-child small{font-size:.58rem}.catalog-setup-preview__product-card{align-items:center;background:#fafaf8;border:1px solid #ecece8;border-radius:8px;display:flex;gap:8px;margin-top:10px;padding:7px}.catalog-setup-preview__product-card>img,.catalog-setup-preview__product-placeholder{align-items:center;background:#ebeae5;border-radius:5px;color:#777873;display:flex;flex:0 0 48px;font-size:.45rem;height:48px;justify-content:center;object-fit:cover;overflow:hidden;text-align:center;width:48px}.catalog-setup-preview__product-card>div:last-child{display:grid;gap:2px;min-width:0}.catalog-setup-preview__product-card strong{font-size:.62rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-setup-preview__product-card small{font-size:.53rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-setup-preview__product-card b{color:var(--store-primary);font-size:.58rem}.catalog-setup-lab{background:#f8f8f5;border:1px solid var(--line);border-radius:10px;margin-top:20px;padding:16px}.catalog-setup-lab__heading{display:block}.catalog-setup-lab__heading>span{color:var(--ink-muted);display:block;font-size:.66rem;font-weight:760;margin-bottom:4px;text-transform:uppercase}.catalog-setup-lab__heading h2{font-size:1.08rem;margin:0 0 3px}.catalog-setup-lab__heading p{font-size:.76rem;margin:0}.catalog-setup-models{display:grid;gap:7px;grid-template-columns:repeat(4,minmax(0,1fr));margin:15px 0}.catalog-setup-model{background:#fff;border:1px solid var(--line);border-radius:8px;color:var(--ink);display:grid;gap:3px;min-height:62px;padding:9px;text-align:left;transition:background-color .18s ease,border-color .18s ease}.catalog-setup-model:hover{background:#f3f2ed;border-color:#bab9b3;transform:none}.catalog-setup-model--active{background:#efeee9;border-color:var(--brand-charcoal);box-shadow:inset 0 -2px 0 var(--brand-charcoal)}.catalog-setup-model strong{font-size:.72rem}.catalog-setup-model small{font-size:.62rem;line-height:1.3}.catalog-setup-lab__body{align-items:stretch;display:grid;gap:14px;grid-template-columns:minmax(0,1fr) minmax(180px,.72fr)}.catalog-setup-lab__controls{min-width:0}.catalog-setup-lab__field{display:grid;gap:5px;margin-bottom:10px}.catalog-setup-lab__field>span{color:#424348;font-size:.75rem;font-weight:720}.catalog-setup-lab__field>div{display:flex}.catalog-setup-lab__field input,.catalog-setup-lab__field select{background:#fff;border:1px solid var(--line-strong);border-radius:7px;color:var(--ink);min-height:39px;padding:7px 9px;width:100%}.catalog-setup-lab__field>div input{border-radius:7px 0 0 7px}.catalog-setup-lab__field>div b{align-items:center;background:#ecece8;border:1px solid var(--line-strong);border-left:0;border-radius:0 7px 7px 0;color:var(--ink-muted);display:flex;font-size:.72rem;padding:0 10px}.catalog-setup-lab__field small{font-size:.67rem}.catalog-setup-lab__hint{background:#fff;border:1px solid var(--line);border-radius:8px;color:var(--ink-muted);font-size:.73rem;line-height:1.5;margin:10px 0 0;padding:10px}.catalog-setup-lab__hint strong{color:var(--ink)}.catalog-setup-lab__output{align-content:start;background:#fff;border:1px solid var(--line-strong);border-radius:9px;color:var(--ink);display:grid;gap:6px;min-height:138px;padding:16px}.catalog-setup-lab__output span{color:var(--ink-muted);font-size:.66rem;font-weight:760;text-transform:uppercase}.catalog-setup-lab__output strong{color:var(--ink);font-size:clamp(1.35rem,3vw,1.85rem);letter-spacing:-.04em}.catalog-setup-lab__output small{color:var(--ink-muted);font-size:.72rem;line-height:1.45}.catalog-setup-lab__footer{align-items:center;border-top:1px solid var(--line);display:flex;gap:10px;justify-content:space-between;margin-top:15px;padding-top:13px}.catalog-setup-lab__footer>span{color:var(--ink-muted);font-size:.72rem}.catalog-setup-lab__footer .button{font-size:.75rem;min-height:35px}.catalog-setup-tour{animation:catalog-setup-tour-in .3s ease both;background:#fff;border:1px solid #bdbcb5;border-radius:11px;bottom:22px;box-shadow:0 18px 52px #16171933;color:var(--ink);display:block;left:auto;margin:0;max-width:calc(100vw - 32px);padding:16px;position:fixed;right:22px;width:370px;z-index:80}.catalog-setup-tour__top{align-items:center;display:flex;justify-content:space-between}.catalog-setup-tour__top>span{color:var(--ink-muted);font-size:.66rem;font-weight:760;letter-spacing:.06em;text-transform:uppercase}.catalog-setup-tour__top>button{background:none;border:0;color:var(--ink-muted);font-size:.7rem;padding:3px;text-decoration:underline;text-underline-offset:3px}.catalog-setup-tour__track{background:#e8e7e2;height:2px;margin:11px 0 13px;overflow:hidden}.catalog-setup-tour__track i{background:var(--brand-charcoal);display:block;height:100%;transition:width .25s ease}.catalog-setup-tour>small{color:var(--ink-muted);display:block;font-size:.68rem;margin-bottom:5px}.catalog-setup-tour>strong{display:block;font-size:1.02rem}.catalog-setup-tour>p{color:var(--ink-muted);font-size:.79rem;line-height:1.5;margin:6px 0 0}.catalog-setup-tour__actions{display:grid;gap:8px;grid-template-columns:auto 1fr;margin-top:15px}.catalog-setup-tour__actions .button{justify-content:center;width:100%}.catalog-setup-inline-warning{background:#fff8eb;border:1px solid #ead9b6;border-radius:8px;color:#795016;font-size:.76rem;margin:16px 0 0;padding:10px 12px}.catalog-setup-footnote{color:var(--ink-muted);display:block;font-size:.7rem;margin:17px 0 0;text-align:center}@keyframes catalog-setup-enter{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes catalog-setup-tour-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@media(max-width:1050px){.catalog-setup-layout{grid-template-columns:1fr}.catalog-setup-preview{position:static}.catalog-setup-preview__frame{max-width:650px}}@media(max-width:620px){.catalog-setup-banner,.catalog-setup-welcome,.catalog-setup-summary{align-items:stretch;flex-direction:column;gap:10px}.catalog-setup-banner .button{width:100%}.catalog-setup-banner>a{margin-left:0}.catalog-setup-page{padding-bottom:150px}.catalog-setup-journey{padding-left:12px;padding-right:12px}.catalog-setup-steps{margin-left:-12px;margin-right:-12px}.catalog-setup-step{flex-basis:118px}.catalog-setup-main{padding:19px 16px}.catalog-setup-content{min-height:0}.catalog-setup-delivery-preview,.catalog-setup-lab__body{grid-template-columns:1fr}.catalog-setup-models{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-setup-lab__footer{align-items:stretch;flex-direction:column}.catalog-setup-lab__footer .button,.catalog-setup-preview__frame--mobile{width:100%}.catalog-setup-main__footer{grid-template-columns:1fr 1fr}.catalog-setup-main__footer>span{display:none}.catalog-setup-tour{bottom:10px;left:10px;max-width:none;right:10px;width:auto}}@media(prefers-reduced-motion:reduce){.catalog-setup-main,.catalog-setup-welcome,.catalog-setup-tour{animation:none!important}.catalog-setup-model,.catalog-setup-preview__frame,.catalog-setup-progress__track i,.catalog-setup-tour__track i{transition:none!important}}.catalog-setup-preview__live{background:#fff;border:1px solid #deddd7;border-radius:8px;margin:0 auto;overflow:hidden;position:relative}.catalog-setup-preview__live iframe{border:0;left:0;pointer-events:none;position:absolute;top:0;transform-origin:top left}.catalog-setup-preview__live--desktop{height:201px;max-width:304px;width:100%}.catalog-setup-preview__live--desktop iframe{height:780px;transform:scale(.258);width:1180px}.catalog-setup-preview__live--mobile{height:503px;width:280px}.catalog-setup-preview__live--mobile iframe{height:700px;transform:scale(.718);width:390px}.catalog-setup-preview__empty{align-items:center;background:#fff;border:1px solid var(--line);border-radius:8px;color:var(--ink-muted);display:flex;font-size:.74rem;min-height:150px;padding:20px;text-align:center}.catalog-setup-preview__note{color:var(--ink-muted);font-size:.64rem;line-height:1.4;margin:9px 2px 0}.catalog-setup-config-demo{background:#f8f8f5;border:1px solid var(--line);border-radius:10px;margin-top:20px;padding:16px}.catalog-setup-config-demo__current{background:#fff;border:1px solid var(--line);border-radius:8px;display:grid;gap:3px;padding:11px 12px}.catalog-setup-config-demo__current>span,.catalog-setup-config-demo__label{color:var(--ink-muted);font-size:.65rem;font-weight:760;letter-spacing:.04em;text-transform:uppercase}.catalog-setup-config-demo__current strong{font-size:.8rem}.catalog-setup-config-demo__current small{font-size:.7rem}.catalog-setup-config-demo__switch{border-bottom:1px solid var(--line);display:flex;gap:20px;margin:17px 0 0}.catalog-setup-config-demo__switch button{background:transparent;border:0;border-bottom:2px solid transparent;color:var(--ink-muted);font-size:.8rem;font-weight:760;margin-bottom:-1px;padding:9px 2px}.catalog-setup-config-demo__switch button.active{border-bottom-color:var(--brand-charcoal);color:var(--ink)}.catalog-setup-config-demo__body{animation:catalog-setup-enter .25s ease both;display:grid;gap:16px;grid-template-columns:minmax(0,1fr) minmax(190px,.65fr);padding:18px 0 15px}.catalog-setup-config-demo__body>div:first-child{grid-column:1 / -1}.catalog-setup-config-demo__body h3{font-size:1.05rem;margin:5px 0 3px}.catalog-setup-config-demo__body p{font-size:.78rem;margin:0}.catalog-setup-config-demo__body ol{counter-reset:config-step;display:grid;gap:10px;list-style:none;margin:0;padding:0}.catalog-setup-config-demo__body li{display:grid;gap:3px;grid-template-columns:24px minmax(0,1fr)}.catalog-setup-config-demo__body li:before{align-items:center;border:1px solid var(--line-strong);border-radius:50%;content:counter(config-step);counter-increment:config-step;display:flex;font-size:.62rem;font-weight:800;grid-row:1 / 3;height:22px;justify-content:center;width:22px}.catalog-setup-config-demo__body li strong{font-size:.76rem}.catalog-setup-config-demo__body li span{color:var(--ink-muted);font-size:.71rem;line-height:1.45}.catalog-setup-config-demo__example{align-content:start;background:#fff;border:1px solid var(--line);border-radius:8px;display:grid;gap:8px;padding:12px}.catalog-setup-config-demo__example>span{color:var(--ink-muted);font-size:.65rem;font-weight:760;text-transform:uppercase}.catalog-setup-config-demo__example b{border-top:1px solid var(--line);font-size:.72rem;padding-top:7px}.catalog-setup-config-demo>a{display:inline-flex}.catalog-setup-tour-backdrop{animation:catalog-setup-fade-in .2s ease both;background:#18191c3d;top:0;right:0;bottom:0;left:0;pointer-events:none;position:fixed;z-index:60}.catalog-setup-page--touring .catalog-setup-main{box-shadow:0 18px 50px #16171933;position:relative;z-index:70}.catalog-setup-main{scroll-margin-top:72px}.catalog-setup-tour{border:2px solid var(--brand-charcoal);padding:18px;width:410px}.catalog-setup-tour>strong{font-size:1.12rem}.catalog-setup-tour>p{font-size:.82rem}.catalog-setup-tour .button--secondary{background:#fff;border-color:var(--line-strong);color:var(--brand-charcoal);opacity:1}.catalog-setup-tour .button--secondary:hover:not(:disabled){background:#f3f3f0}.catalog-setup-tour .button--secondary:disabled{color:#8b8c87;opacity:.55}@keyframes catalog-setup-fade-in{0%{opacity:0}to{opacity:1}}@media(max-width:620px){.catalog-setup-preview__live--desktop{height:174px;max-width:263px}.catalog-setup-preview__live--desktop iframe{transform:scale(.223)}.catalog-setup-preview__live--mobile{max-width:280px;width:100%}.catalog-setup-config-demo__body{grid-template-columns:1fr}.catalog-setup-config-demo__body>div:first-child{grid-column:auto}.catalog-setup-tour{border-width:1px;width:auto}}@media(prefers-reduced-motion:reduce){.catalog-setup-config-demo__body,.catalog-setup-tour-backdrop{animation:none!important}}.catalog-setup-content,.catalog-setup-content>*,.catalog-setup-check-list li{min-width:0}.catalog-setup-check-list li{align-items:start;display:grid;gap:10px;grid-template-columns:24px minmax(0,1fr);line-height:1.5;overflow-wrap:anywhere}.catalog-setup-check-list li:before{align-self:start;margin-top:1px}.catalog-setup-check-list li b{color:var(--ink)}.catalog-setup-step>strong,.catalog-setup-step>small,.catalog-setup-config-demo__body li,.catalog-setup-config-demo__body li>*,.catalog-setup-lab__hint,.catalog-setup-lab__footer{overflow-wrap:anywhere}.catalog-setup-code-note{background:#fff;border:1px solid var(--line);border-left:3px solid var(--brand-teal);border-radius:8px;display:grid;gap:6px;margin:16px 0 5px;max-width:650px;padding:12px 14px}.catalog-setup-code-note strong{font-size:.8rem}.catalog-setup-code-note p,.catalog-setup-code-note small{color:var(--ink-muted);font-size:.78rem;line-height:1.5;margin:0;overflow-wrap:anywhere}.catalog-setup-code-note p b{color:var(--ink)}.store-share-panel{margin-bottom:20px}.store-share-panel__grid{align-items:start;display:grid;gap:24px;grid-template-columns:minmax(0,1fr) minmax(270px,.7fr)}.store-share-panel__url{align-items:stretch;display:flex;gap:8px;min-width:0}.store-share-panel__url input{min-width:0;text-overflow:ellipsis}.store-share-panel__url .button{flex:0 0 auto;white-space:nowrap}.store-share-panel__link>small{font-size:.75rem;line-height:1.45;margin-top:8px}.store-share-panel__link>.store-share-panel__error{color:var(--danger)}.store-share-panel__link>.text-link{align-items:center;display:inline-flex;font-size:.8rem;gap:6px;margin-top:12px}.store-share-panel__qr{align-items:center;border-left:1px solid var(--line);display:grid;gap:16px;grid-template-columns:142px minmax(0,1fr);padding-left:24px}.store-share-panel__qr-preview{align-items:center;aspect-ratio:1;background:#fff;border:1px solid var(--line);display:flex;justify-content:center;min-width:0;padding:9px}.store-share-panel__qr-preview img{height:100%;object-fit:contain;width:100%}.store-share-panel__qr-preview span{color:var(--ink-muted);font-size:.72rem;line-height:1.4;text-align:center}.store-share-panel__qr-copy{min-width:0}.store-share-panel__qr-copy strong{display:block;font-size:.88rem}.store-share-panel__qr-copy p{font-size:.76rem;line-height:1.5;margin:5px 0 13px}.store-share-panel__qr-copy .button{font-size:.78rem;min-height:36px}@media(max-width:700px){.store-share-panel__grid{grid-template-columns:1fr}.store-share-panel__qr{border-left:0;border-top:1px solid var(--line);grid-template-columns:132px minmax(0,1fr);padding:18px 0 0}}@media(max-width:460px){.store-share-panel__url{align-items:stretch;flex-direction:column}.store-share-panel__url .button{width:100%}.store-share-panel__qr{align-items:start;grid-template-columns:112px minmax(0,1fr)}}.catalog-setup-code-note small{border-top:1px solid var(--line);padding-top:7px}.action-menu{position:relative}.action-menu__popover{background:var(--surface);border:1px solid var(--line);border-radius:11px;box-shadow:var(--shadow-md);display:grid;min-width:235px;padding:7px;position:absolute;right:0;top:calc(100% + 7px);z-index:30}.action-menu__popover a,.action-menu__popover button{background:transparent;border:0;border-radius:7px;color:var(--ink);display:block;font-weight:650;padding:10px 11px;text-align:left;text-decoration:none;width:100%}.action-menu__popover a:hover,.action-menu__popover button:hover{background:var(--brand-teal-soft);color:var(--brand-teal-ink)}.action-menu__popover button:disabled{cursor:wait;opacity:.55}.compact-actions{align-items:center;display:flex;gap:8px}.import-stepper{display:grid;grid-template-columns:repeat(4,1fr);list-style:none;margin:0 0 22px;padding:0}.import-stepper li{align-items:center;color:var(--ink-muted);display:flex;font-size:.79rem;gap:8px;position:relative}.import-stepper li:after{background:var(--line);content:"";height:2px;left:36px;position:absolute;right:8px;top:15px;z-index:0}.import-stepper li:last-child:after{display:none}.import-stepper li>span{align-items:center;background:var(--surface);border:2px solid var(--line);border-radius:50%;display:inline-flex;flex:0 0 auto;height:30px;justify-content:center;position:relative;width:30px;z-index:1}.import-stepper li>strong{background:var(--paper);padding-right:8px;position:relative;z-index:1}.import-stepper li.is-complete>span{background:var(--brand-teal);border-color:var(--brand-teal);color:var(--brand-charcoal-deep)}.import-stepper li.is-current{color:var(--brand-coral-ink)}.import-stepper li.is-current>span{border-color:var(--brand-coral);box-shadow:0 0 0 4px var(--brand-coral-soft)}.import-path-grid{display:grid;gap:13px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px}.import-path{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);color:var(--ink);display:grid;gap:9px;min-height:170px;padding:20px;text-align:left;text-decoration:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.import-path:hover{border-color:var(--brand-teal);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.import-path svg{color:var(--brand-teal-ink)}.import-path span{color:var(--ink-muted);font-size:.83rem;line-height:1.45}.import-path.is-selected{background:var(--brand-coral-soft);border-color:var(--brand-coral);box-shadow:inset 0 0 0 1px var(--brand-coral)}.import-upload-panel{margin-top:18px}.file-dropzone{align-items:center;background:#fbfbf9;border:2px dashed var(--line-strong);border-radius:var(--radius);color:var(--ink);display:flex;flex-direction:column;justify-content:center;margin:18px 0;min-height:210px;padding:24px;text-align:center;transition:background .16s ease,border-color .16s ease}.file-dropzone.is-dragging,.file-dropzone:hover{background:var(--brand-teal-soft);border-color:var(--brand-teal)}.file-dropzone>svg{color:var(--brand-teal-ink);margin-bottom:9px}.file-dropzone p{font-size:.84rem;margin:5px 0 14px}.selected-file{align-items:center;display:flex;gap:13px;max-width:560px;text-align:left;width:100%}.selected-file>div{flex:1;min-width:0}.selected-file strong,.selected-files span{overflow-wrap:anywhere}.choice-cards{border:0;display:grid;gap:10px;margin:18px 0;padding:0}.choice-cards legend{font-weight:780;margin-bottom:8px}.choice-cards label{align-items:flex-start;border:1px solid var(--line);border-radius:10px;display:flex;gap:10px;padding:12px}.choice-cards input{margin-top:3px}.mapping-basics{display:grid;gap:13px;grid-template-columns:repeat(3,1fr)}.mapping-table{border:1px solid var(--line);border-radius:11px;margin:20px 0;overflow:hidden}.mapping-table__head,.mapping-table__row{align-items:center;display:grid;gap:16px;grid-template-columns:minmax(180px,.8fr) minmax(220px,1.2fr);padding:12px 15px}.mapping-table__head{background:#f1f2ef;font-size:.78rem;text-transform:uppercase}.mapping-table__row+.mapping-table__row{border-top:1px solid var(--line)}.mapping-source{display:grid;gap:8px;grid-template-columns:minmax(120px,.7fr) minmax(160px,1.3fr)}.mapping-advanced{border-top:1px solid var(--line);margin-top:22px;padding-top:18px}.mapping-advanced .filter-row{max-width:none}.mapping-section-title{margin:22px 0 4px}.mapping-section-help{color:var(--ink-muted);font-size:.84rem;margin:0}.mapping-table__row small{color:var(--ink-muted);display:block;font-size:.74rem;line-height:1.4;margin-top:3px}.mapping-options{border:1px solid var(--line);border-radius:11px;margin:14px 0;overflow:hidden}.mapping-options>summary{align-items:center;background:#fafaf7;cursor:pointer;display:flex;gap:20px;justify-content:space-between;list-style-position:inside;padding:15px}.mapping-options>summary:hover{background:#f5f5f1}.mapping-options>summary span:first-child{display:inline-grid;gap:3px}.mapping-options>summary small{color:var(--ink-muted);font-size:.76rem;font-weight:500}.mapping-options__count{background:var(--brand-teal-soft);border-radius:999px;color:var(--brand-teal-ink);flex:0 0 auto;font-size:.72rem;font-weight:750;padding:5px 9px}.mapping-options__body{border-top:1px solid var(--line);padding:16px}.mapping-options__body>p{color:var(--ink-muted);font-size:.84rem;margin:0 0 14px}.mapping-options__body .mapping-table{margin:0}.mapping-options--advanced{margin-top:22px}.mapping-options--advanced .filter-row{max-width:none}.mapping-update-fields{border-top:1px solid var(--line);margin-top:22px;padding-top:18px}.mapping-update-fields>h3{margin-bottom:5px}.mapping-update-fields>p{color:var(--ink-muted);font-size:.84rem;margin:0}.mapping-basics select[multiple]{min-height:130px}.resolution-card{border-top:1px solid var(--line);margin-top:18px;padding-top:18px}.summary-metrics{display:grid;gap:10px;grid-template-columns:repeat(4,1fr);margin:18px 0}.summary-metrics>div{background:var(--brand-teal-soft);border-radius:10px;display:grid;padding:14px}.summary-metrics strong{color:var(--brand-teal-ink);font-size:1.4rem}.summary-metrics span{color:var(--ink-muted);font-size:.76rem}.preview-tab-panel{display:grid;gap:16px}.preview-tab-panel .filter-row{margin:0;max-width:680px}.preview-detail{background:#fafaf7;border:1px solid var(--line);border-radius:11px;margin-top:4px;padding:16px}.preview-detail .panel-heading{margin-bottom:12px}.preview-detail__meta{align-items:center;display:flex;gap:10px;margin-bottom:12px}.preview-diff{display:grid;gap:0;margin:0}.preview-diff>div{border-top:1px solid var(--line);display:grid;gap:12px;grid-template-columns:minmax(120px,.45fr) minmax(220px,1fr);padding:10px 0}.preview-diff dt{color:var(--ink-muted);font-size:.78rem;font-weight:750}.preview-diff dd{align-items:center;display:grid;gap:8px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);margin:0;overflow-wrap:anywhere}.preview-diff dd>span:first-child{color:var(--ink-muted);text-decoration:line-through}.preview-structural-change{color:var(--brand-coral-ink);font-weight:750}.preview-branch-warning{color:var(--brand-coral-ink);font-weight:680}.image-source-tabs{display:grid;gap:10px;grid-template-columns:1fr 1fr}.image-source-tabs button{align-items:center;background:#fff;border:1px solid var(--line);border-radius:10px;color:var(--ink);display:flex;font-weight:750;gap:9px;padding:13px}.image-source-tabs button.is-selected{background:var(--brand-coral-soft);border-color:var(--brand-coral)}.selected-files{background:var(--brand-teal-soft);border-radius:10px;display:grid;gap:5px;padding:14px}.selected-files .button{justify-self:start}.naming-examples{align-items:center;display:grid;gap:10px 18px;grid-template-columns:max-content 1fr}.naming-examples code{background:#f0f0ec;border-radius:6px;color:var(--brand-coral-ink);padding:5px 8px}.image-item-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.image-item-card{border:1px solid var(--line);border-radius:12px;display:grid;gap:14px;grid-template-columns:150px minmax(0,1fr);padding:13px}.image-import-preview,.image-preview-placeholder{align-items:center;aspect-ratio:1;background:#f0f0ec;border-radius:9px;display:flex;height:auto;justify-content:center;object-fit:cover;width:150px}.image-item-card>div{display:grid;gap:9px;min-width:0}.image-item-card>div>strong{overflow-wrap:anywhere}.target-picker{position:relative}.target-picker input{width:100%}.target-picker__results{background:#fff;border:1px solid var(--line);border-radius:9px;box-shadow:var(--shadow-md);display:grid;left:0;max-height:220px;overflow:auto;padding:6px;position:absolute;right:0;top:calc(100% + 4px);z-index:10}.target-picker__results button{background:transparent;border:0;border-radius:6px;color:var(--ink);padding:8px;text-align:left}.target-picker__results button:hover,.target-picker__results button.is-selected{background:var(--brand-teal-soft)}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.store-showcases{display:grid;gap:42px;margin:64px auto 0;max-width:1276px;padding:0 clamp(20px,4vw,48px)}.store-showcase{background:linear-gradient(135deg,color-mix(in srgb,var(--store-primary-soft),#fff 34%),#fff 58%,color-mix(in srgb,var(--store-primary-soft),#fff 58%));border:1px solid color-mix(in srgb,var(--store-primary),#fff 76%);border-radius:30px;box-shadow:0 24px 70px #1b1c1f17;isolation:isolate;overflow:hidden;padding:clamp(27px,4vw,46px);position:relative}.store-showcase:before{background:var(--store-primary);border-radius:999px;content:"";height:6px;left:clamp(27px,4vw,46px);position:absolute;top:0;width:94px;z-index:2}.store-showcase:after{background-image:radial-gradient(color-mix(in srgb,var(--store-primary),transparent 70%) 1.2px,transparent 1.2px);background-size:14px 14px;content:"";height:190px;opacity:.3;pointer-events:none;position:absolute;right:-22px;top:-28px;transform:rotate(8deg);width:250px;z-index:-1}.store-showcase__ornament{border:42px solid color-mix(in srgb,var(--store-primary-soft),transparent 34%);border-radius:50%;height:180px;pointer-events:none;position:absolute;right:7%;top:-120px;width:180px;z-index:-1}.store-showcase__heading{align-items:end;display:flex;gap:28px;justify-content:space-between;margin-bottom:28px;position:relative;z-index:1}.store-showcase__identity{max-width:710px}.store-showcase__eyebrow{align-items:center;background:var(--store-primary);border-radius:999px;color:var(--store-on-primary);display:inline-flex;font-size:.69rem;font-weight:830;gap:7px;letter-spacing:.09em;margin-bottom:12px;padding:8px 12px;text-transform:uppercase}.store-showcase__heading h2{font-size:clamp(1.9rem,3.7vw,3.25rem);letter-spacing:-.035em;line-height:1.02;margin:0;text-wrap:balance}.store-showcase__heading p{color:#595a61;font-size:clamp(.9rem,1.4vw,1.02rem);line-height:1.6;margin:11px 0 0;max-width:660px}.store-showcase__count{color:#77787e;display:block;font-size:.69rem;font-weight:720;letter-spacing:.04em;margin-top:13px;text-transform:uppercase}.store-showcase__navigation{align-items:end;display:grid;flex:0 0 auto;gap:9px;justify-items:end}.store-showcase__navigation>span{color:#696a70;font-size:.69rem;font-weight:720}.store-showcase__controls{display:flex;gap:9px}.store-showcase__controls button{align-items:center;background:#fff;border:1px solid color-mix(in srgb,var(--store-primary),#fff 64%);border-radius:50%;box-shadow:0 7px 16px #1e1f2214;color:var(--store-primary);display:inline-flex;height:46px;justify-content:center;padding:0;transition:background .2s ease,box-shadow .2s ease,color .2s ease,transform .2s ease;width:46px}.store-showcase__controls button:last-child{background:var(--store-primary);color:var(--store-on-primary)}.store-showcase__controls button:hover{background:var(--store-primary);box-shadow:0 10px 22px color-mix(in srgb,var(--store-primary),transparent 74%);color:var(--store-on-primary);transform:translateY(-2px)}.store-showcase__stage{margin:0 -5px -7px;min-width:0;overflow:hidden;padding:5px;position:relative}.store-showcase__rail{display:grid;gap:19px;grid-auto-columns:minmax(238px,31%);grid-auto-flow:column;overflow-x:auto;padding:3px 3px 17px;scroll-behavior:smooth;scroll-padding-left:3px;scroll-snap-type:x mandatory;scrollbar-color:color-mix(in srgb,var(--store-primary),#fff 20%) transparent;scrollbar-width:thin}.store-showcase--grid .store-showcase__stage{overflow:visible}.store-showcase--grid .store-showcase__rail{grid-auto-flow:initial;grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible}.store-showcase-product{animation:store-fade-up .55s calc(var(--showcase-index, 0) * 55ms) ease both;background:#fff;border:1px solid rgb(40 41 44 / 9%);border-radius:21px;box-shadow:0 13px 30px #23242817;color:#28292d;display:flex;flex-direction:column;min-width:0;overflow:hidden;scroll-snap-align:start;transition:border-color .25s ease,box-shadow .25s ease,transform .25s cubic-bezier(.2,.8,.2,1)}.store-showcase-product:hover{border-color:color-mix(in srgb,var(--store-primary),#fff 63%);box-shadow:0 24px 45px #23242829;transform:translateY(-7px)}.store-showcase-product__image{aspect-ratio:4 / 3;background:var(--store-primary-soft);overflow:hidden;position:relative}.store-showcase-product__image:after{background:linear-gradient(180deg,transparent 50%,rgb(18 19 21 / 42%));content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute}.store-showcase-product__image>img{height:100%;object-fit:cover;object-position:center;transition:transform .5s cubic-bezier(.2,.8,.2,1);width:100%}.store-showcase-product:hover .store-showcase-product__image>img{transform:scale(1.055)}.store-showcase-product__number{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe0;border:1px solid rgb(255 255 255 / 80%);border-radius:50%;color:var(--store-primary);display:flex;font-size:.65rem;font-weight:850;height:35px;justify-content:center;left:13px;letter-spacing:.04em;position:absolute;top:13px;width:35px;z-index:1}.store-showcase-product__view{align-items:center;background:#fffffff0;border-radius:999px;bottom:13px;color:#292a2e;display:flex;font-size:.72rem;font-weight:780;gap:6px;opacity:0;padding:9px 12px;position:absolute;right:13px;transform:translateY(8px);transition:opacity .22s ease,transform .22s ease;white-space:nowrap;z-index:1}.store-showcase-product:hover .store-showcase-product__view{opacity:1;transform:translateY(0)}.store-showcase-product__content{display:flex;flex:1;flex-direction:column;padding:18px 18px 16px}.store-showcase-product small{color:var(--store-primary);font-size:.65rem;font-weight:820;letter-spacing:.06em;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.store-showcase-product h3{font-size:1.08rem;line-height:1.22;margin:7px 0 8px}.store-showcase-product p{color:#696a70;display:-webkit-box;font-size:.78rem;line-height:1.5;margin:0 0 17px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.store-showcase-product footer{align-items:center;border-top:1px solid #efedf0;display:flex;gap:10px;justify-content:space-between;margin-top:auto;padding-top:14px}.store-showcase-product footer>.catalog-offer-price{max-width:calc(100% - 43px)}.store-showcase-product footer .catalog-offer-price__current{font-size:.86rem}.store-showcase-product footer>span:last-child{align-items:center;background:var(--store-primary);border-radius:50%;color:var(--store-on-primary);display:flex;flex:0 0 32px;height:32px;justify-content:center;transition:transform .22s ease;width:32px}.store-showcase-product:hover footer>span:last-child{transform:translate(3px)}.store-showcase-product:only-child{max-width:340px}.plan-showcase-limits{background:var(--brand-teal-soft);border:1px solid color-mix(in srgb,var(--brand-teal),#fff 65%);border-radius:12px;display:grid;gap:15px;padding:16px}.plan-showcase-limits .choice-row span{display:grid;gap:3px}.plan-showcase-limits .choice-row small{color:var(--ink-muted);font-weight:500}.showcase-limit-strip{align-items:center;background:linear-gradient(100deg,var(--brand-teal-soft),#fff);border:1px solid var(--line);border-radius:13px;display:flex;flex-wrap:wrap;gap:12px 28px;margin-bottom:20px;padding:14px 18px}.showcase-limit-strip span{font-size:.84rem}.showcase-limit-strip small{color:var(--ink-muted);margin-left:auto}.showcase-wizard{overflow:hidden;padding:0}.showcase-wizard__top{align-items:center;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;padding:21px 24px}.showcase-wizard__top span{color:var(--brand-coral-ink);font-size:.7rem;font-weight:820;letter-spacing:.12em;text-transform:uppercase}.showcase-wizard__top h2{margin:3px 0 0}.showcase-wizard__steps{background:#fafaf7;display:grid;grid-template-columns:repeat(4,1fr);list-style:none;margin:0;padding:0 20px}.showcase-wizard__steps li{position:relative}.showcase-wizard__steps li:not(:last-child):after{background:var(--line);content:"";height:1px;left:66%;position:absolute;right:-34%;top:27px}.showcase-wizard__steps button{align-items:center;background:transparent;border:0;color:var(--ink-muted);display:flex;font-size:.78rem;font-weight:740;gap:8px;justify-content:center;padding:15px 8px;width:100%}.showcase-wizard__steps button>span{align-items:center;background:#fff;border:1px solid var(--line);border-radius:50%;display:inline-flex;height:26px;justify-content:center;width:26px}.showcase-wizard__steps .active button{color:var(--ink)}.showcase-wizard__steps .active button>span{background:var(--brand-coral);border-color:var(--brand-coral);color:#fff}.showcase-wizard__steps .done button>span{background:var(--brand-teal);border-color:var(--brand-teal);color:#fff}.showcase-wizard__content{padding:clamp(22px,4vw,38px)}.showcase-question{margin-bottom:22px}.showcase-question>span{color:var(--brand-coral-ink);font-size:.7rem;font-weight:830;letter-spacing:.1em;text-transform:uppercase}.showcase-question h3{font-size:1.35rem;margin:4px 0}.showcase-question p{color:var(--ink-muted);margin:0}.showcase-kind-grid,.showcase-layout-picker{display:grid;gap:14px;grid-template-columns:repeat(2,1fr)}.showcase-kind-grid button,.showcase-layout-picker button{background:#fff;border:1px solid var(--line);border-radius:13px;color:var(--ink);display:grid;gap:5px;min-height:125px;padding:18px;position:relative;text-align:left}.showcase-kind-grid button:hover,.showcase-kind-grid button.active,.showcase-layout-picker button:hover,.showcase-layout-picker button.active{background:var(--brand-coral-soft);border-color:var(--brand-coral);box-shadow:0 9px 25px #1e1f2314}.showcase-kind-grid button>span{align-items:center;background:#fff;border-radius:9px;color:var(--brand-coral-ink);display:flex;height:36px;justify-content:center;width:36px}.showcase-kind-grid button>svg:last-child{position:absolute;right:14px;top:14px}.showcase-kind-grid small,.showcase-layout-picker small{color:var(--ink-muted);line-height:1.4}.showcase-product-picker{display:grid;gap:22px;grid-template-columns:minmax(310px,.8fr) minmax(380px,1.2fr)}.showcase-selected-products,.showcase-product-browser{background:#fafaf7;border:1px solid var(--line);border-radius:13px;min-width:0;padding:16px}.showcase-section-heading{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:14px}.showcase-section-heading h2,.showcase-section-heading h3{margin:0 0 3px}.showcase-section-heading p{color:var(--ink-muted);font-size:.8rem;margin:0}.showcase-selected-products ol{display:grid;gap:8px;list-style:none;margin:0;padding:0}.showcase-selected-products li{align-items:center;background:#fff;border:1px solid var(--line);border-radius:9px;cursor:grab;display:grid;gap:9px;grid-template-columns:auto 42px minmax(0,1fr) auto;padding:7px}.showcase-selected-products li>span:nth-child(3){display:grid;min-width:0}.showcase-selected-products li strong{font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.showcase-selected-products li small{color:var(--ink-muted);font-size:.68rem}.showcase-product-thumb{align-items:center;background:#f0efeb;border-radius:7px;display:flex;height:42px;justify-content:center;overflow:hidden;width:42px}.showcase-product-thumb img{height:100%;object-fit:contain;width:100%}.showcase-order-buttons{display:flex}.showcase-order-buttons button{align-items:center;background:transparent;border:0;color:var(--ink-muted);display:flex;height:28px;justify-content:center;padding:0;width:27px}.showcase-order-buttons button:hover:not(:disabled){color:var(--brand-coral-ink)}.showcase-product-browser .catalog-search{margin-bottom:12px;max-width:none}.showcase-product-results{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr));max-height:430px;overflow-y:auto;padding-right:4px}.showcase-product-result{align-items:center;background:#fff;border:1px solid var(--line);border-radius:9px;color:var(--ink);display:grid;gap:9px;grid-template-columns:48px minmax(0,1fr) auto;padding:7px;text-align:left}.showcase-product-result:hover:not(:disabled),.showcase-product-result.is-selected{background:var(--brand-teal-soft);border-color:var(--brand-teal)}.showcase-product-result>span:first-child{align-items:center;background:#f0efeb;border-radius:7px;display:flex;height:48px;justify-content:center;overflow:hidden}.showcase-product-result img{height:100%;object-fit:contain;width:100%}.showcase-product-result>span:nth-child(2){display:grid;min-width:0}.showcase-product-result strong{font-size:.76rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.showcase-product-result small{color:var(--ink-muted);font-size:.67rem}.showcase-pagination{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-top:14px}.showcase-pagination span{color:var(--ink-muted);font-size:.74rem}.showcase-live-preview{background:color-mix(in srgb,var(--brand-coral-soft),#fff 60%);border:1px solid var(--line);border-radius:16px;margin:22px 0;overflow:hidden;padding:20px}.showcase-live-preview>header{align-items:start;display:flex;gap:14px;justify-content:space-between}.showcase-live-preview>header span,.showcase-live-preview>header small{align-items:center;color:var(--brand-coral-ink);display:flex;font-size:.68rem;font-weight:780;gap:5px}.showcase-live-preview h3{font-size:1.28rem;margin:4px 0}.showcase-live-preview p{color:var(--ink-muted);font-size:.8rem;margin:0}.showcase-live-preview__products{display:grid;gap:10px;grid-auto-columns:minmax(130px,24%);grid-auto-flow:column;margin-top:17px;overflow-x:auto}.showcase-live-preview__products.is-grid{grid-auto-flow:initial;grid-template-columns:repeat(4,1fr)}.showcase-live-preview__products article{background:#fff;border-radius:10px;display:grid;gap:5px;overflow:hidden;padding:8px}.showcase-live-preview__products img,.showcase-live-preview__products article>span{align-items:center;aspect-ratio:4 / 3;background:#f1f0ec;display:flex;height:auto;justify-content:center;object-fit:contain;width:100%}.showcase-live-preview__products strong{font-size:.72rem}.showcase-live-preview__products small{color:var(--ink-muted);font-size:.64rem}.showcase-publish-toggle{background:var(--brand-teal-soft);border-radius:11px;margin-top:16px;padding:14px}.showcase-publish-toggle span{display:grid;gap:3px}.showcase-publish-toggle small{color:var(--ink-muted);font-weight:500}.showcase-wizard__footer{align-items:center;border-top:1px solid var(--line);display:flex;justify-content:space-between;padding:17px 24px}.showcase-admin-list{margin-top:36px}.showcase-admin-grid{display:grid;gap:15px;grid-template-columns:minmax(0,1fr)}.showcase-admin-order-row{align-items:stretch;display:grid;gap:12px;grid-template-columns:60px minmax(0,1fr)}.showcase-admin-order-row.is-dragging{opacity:.58}.showcase-admin-order-row__controls{align-items:center;background:var(--brand-coral-soft);border:1px solid var(--line);border-radius:14px;display:flex;flex-direction:column;gap:5px;justify-content:center}.showcase-admin-order-row__number{color:var(--ink);font-size:1.2rem;font-weight:800}.showcase-admin-order-row__handle,.showcase-admin-order-row__arrows button{align-items:center;background:#fff;border:1px solid var(--line);border-radius:8px;color:var(--ink);cursor:pointer;display:inline-flex;height:32px;justify-content:center;width:34px}.showcase-admin-order-row__handle{cursor:grab}.showcase-admin-order-row__handle:active{cursor:grabbing}.showcase-admin-order-row__arrows{display:grid;gap:4px}.showcase-admin-order-row__arrows button:disabled{cursor:not-allowed;opacity:.4}.showcase-admin-order-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin-top:18px}.showcase-admin-order-actions>span{color:var(--ink-muted);font-size:.8rem;margin-right:auto}.showcase-admin-card{background:#fff;border:1px solid var(--line);border-radius:14px;display:grid;gap:14px;grid-template-columns:120px minmax(0,1fr) auto;overflow:hidden;padding:12px}.showcase-admin-card__preview{align-items:center;background:var(--brand-coral-soft);border-radius:10px;display:flex;justify-content:center;min-height:100px;overflow:hidden}.showcase-admin-card__preview img{height:100%;max-width:40%;object-fit:cover}.showcase-admin-card__body{min-width:0}.showcase-admin-card__body>div{align-items:center;display:flex;gap:8px}.showcase-admin-card__body small{color:var(--ink-muted);font-size:.68rem}.showcase-admin-card__body h3{margin:9px 0 5px}.showcase-admin-card__body p{color:var(--ink-muted);font-size:.78rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.showcase-admin-card__actions{align-content:center;display:grid;gap:5px}@media(max-width:900px){.store-showcase--grid .store-showcase__rail{grid-template-columns:repeat(2,minmax(0,1fr))}.store-showcase__rail{grid-auto-columns:minmax(225px,46%)}.showcase-product-picker,.showcase-admin-grid{grid-template-columns:1fr}}@media(max-width:620px){.store-showcases{gap:30px;margin-top:38px;padding:0 12px}.store-showcase{border-radius:23px;padding:27px 17px 20px}.store-showcase:before{left:17px;width:72px}.store-showcase:after{opacity:.2;right:-100px}.store-showcase__ornament{display:none}.store-showcase__heading{align-items:start;display:grid;gap:18px;margin-bottom:21px}.store-showcase__eyebrow{font-size:.63rem;margin-bottom:10px}.store-showcase__heading h2{font-size:clamp(1.8rem,9vw,2.45rem)}.store-showcase__heading p{font-size:.84rem;line-height:1.55}.store-showcase__count{margin-top:10px}.store-showcase__navigation{align-items:center;display:flex;justify-content:space-between;justify-self:stretch}.store-showcase__controls button{height:42px;width:42px}.store-showcase__stage{margin-right:-17px;overflow:hidden;padding-right:17px}.store-showcase__rail{gap:13px;grid-auto-columns:86%;padding-bottom:11px}.store-showcase--grid .store-showcase__stage{margin-right:-5px;padding-right:5px}.store-showcase--grid .store-showcase__rail{gap:15px;grid-template-columns:1fr}.store-showcase-product__view{opacity:1;transform:none}.store-showcase-product:only-child{max-width:none}.showcase-wizard__steps{overflow-x:auto;padding:0 8px}.showcase-wizard__steps li{min-width:105px}.showcase-wizard__steps li:not(:last-child):after{display:none}.showcase-wizard__steps button{align-items:center;flex-direction:column;gap:4px}.showcase-kind-grid,.showcase-layout-picker,.showcase-product-results{grid-template-columns:1fr}.showcase-live-preview__products{grid-auto-columns:70%}.showcase-live-preview__products.is-grid{grid-template-columns:repeat(2,1fr)}.showcase-admin-card{grid-template-columns:82px minmax(0,1fr)}.showcase-admin-card__actions{display:flex;grid-column:1 / -1}.showcase-admin-order-row{gap:7px;grid-template-columns:46px minmax(0,1fr)}.showcase-admin-order-row__controls{padding-block:6px}.showcase-admin-order-row__handle,.showcase-admin-order-row__arrows button{width:32px}.showcase-limit-strip small{margin-left:0}}@media(max-width:980px){.import-path-grid{grid-template-columns:repeat(2,1fr)}.image-item-grid{grid-template-columns:1fr}}@media(max-width:700px){.import-stepper{overflow-x:auto}.import-stepper li{min-width:125px}.import-stepper li>strong{font-size:.7rem}.import-path-grid,.mapping-basics,.summary-metrics{grid-template-columns:1fr 1fr}.mapping-table__head{display:none}.mapping-table__row{align-items:stretch;grid-template-columns:1fr}.mapping-source{grid-template-columns:1fr}.image-item-card{grid-template-columns:110px minmax(0,1fr)}.image-import-preview,.image-preview-placeholder{width:110px}}@media(max-width:480px){.import-path-grid,.summary-metrics,.image-source-tabs{grid-template-columns:1fr}.import-path{min-height:0}.image-item-card{grid-template-columns:1fr}.image-import-preview,.image-preview-placeholder,.action-menu{width:100%}.action-menu>.button{justify-content:center;width:100%}.action-menu__popover{left:0;right:auto;width:100%}}.offer-editor summary{cursor:pointer;font-weight:700;padding:.6rem 0}.offer-editor summary small{display:block;font-weight:400;color:var(--text-muted, #646469);margin-top:.35rem}.offer-editor>*+*{margin-top:1rem}.offer-editor .form-grid{margin-block:1.25rem}.product-offer-badge{align-items:center;align-self:flex-start;background:color-mix(in srgb,var(--store-primary),#fff 76%);border:0;border-bottom:1px solid color-mix(in srgb,var(--store-primary),#fff 57%);border-radius:0 0 12px;border-right:1px solid color-mix(in srgb,var(--store-primary),#fff 57%);box-shadow:none;color:color-mix(in srgb,var(--store-primary),#17181b 42%);display:inline-flex;font-size:.67rem;font-weight:820;gap:.4rem;letter-spacing:.018em;line-height:1;margin-top:-1px;max-width:calc(100% - 18px);min-height:35px;padding:.58rem .76rem;position:relative;white-space:nowrap;z-index:4}.product-offer-badge svg{flex:0 0 auto}.product-offer-badge strong{border-left:1px solid color-mix(in srgb,var(--store-primary),transparent 68%);font-size:.69rem;font-variant-numeric:tabular-nums;padding-left:.42rem}.product-offer-badge--targeted{letter-spacing:0}.public-product-card--offer,.store-showcase-product--offer{border-color:color-mix(in srgb,var(--store-primary),#fff 51%);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--store-primary),transparent 89%),0 13px 30px #23242817}.public-product-card--offer:hover,.store-showcase-product--offer:hover{border-color:color-mix(in srgb,var(--store-primary),#fff 34%);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--store-primary),transparent 86%),0 22px 44px #23242824}.public-product-card--offer .public-product-card__body,.store-showcase-product--offer .store-showcase-product__content{background:#fff}.public-product-card--offer .catalog-offer-price__current,.store-showcase-product--offer .catalog-offer-price__current{color:#25262a;font-weight:850}.targeted-offer-callout{align-items:center;background:linear-gradient(110deg,color-mix(in srgb,var(--store-primary-soft),#fff 34%),#fff);border:1px solid color-mix(in srgb,var(--store-primary),#fff 64%);border-radius:16px;box-shadow:0 12px 30px color-mix(in srgb,var(--store-primary),transparent 91%);display:grid;gap:13px;grid-template-columns:auto minmax(0,1fr) auto;margin:0 0 22px;padding:15px}.targeted-offer-callout__icon{align-items:center;background:var(--store-primary);border-radius:12px;color:var(--store-on-primary);display:inline-flex;height:43px;justify-content:center;width:43px}.targeted-offer-callout div{min-width:0}.targeted-offer-callout small{color:color-mix(in srgb,var(--store-primary),#202125 34%);display:block;font-size:.64rem;font-weight:840;letter-spacing:.08em;margin-bottom:3px;text-transform:uppercase}.targeted-offer-callout strong{color:#27282c;display:block;font-size:.94rem;line-height:1.25}.targeted-offer-callout p{color:#62636a;font-size:.74rem;line-height:1.45;margin:4px 0 0}.targeted-offer-callout button{background:var(--store-primary);border:1px solid var(--store-primary);border-radius:999px;color:var(--store-on-primary);font-size:.72rem;font-weight:790;min-height:38px;padding:8px 13px;white-space:nowrap}.targeted-offer-callout button:hover{box-shadow:0 8px 18px color-mix(in srgb,var(--store-primary),transparent 72%);transform:translateY(-1px)}.targeted-offer-callout--generic{grid-template-columns:auto minmax(0,1fr)}.option-chip--offer{border-color:color-mix(in srgb,var(--store-primary),#fff 48%);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--store-primary),transparent 84%)}.option-chip__offer{background:var(--store-primary-soft);border-radius:999px;color:color-mix(in srgb,var(--store-primary),#17181b 28%);font-size:.62rem;font-style:normal;font-weight:850;letter-spacing:.025em;padding:.18rem .38rem;white-space:nowrap}.store-shell .option-chip--selected .option-chip__offer{background:color-mix(in srgb,var(--store-on-primary),transparent 82%);color:var(--store-on-primary)}.catalog-offer-price{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;gap:.28rem;max-width:100%;min-width:0}.catalog-offer-price__current{color:#25262a;display:block;font-size:clamp(.9rem,1.2vw,1.02rem);font-variant-numeric:tabular-nums;line-height:1.18;max-width:100%;overflow-wrap:anywhere}.catalog-offer-price__hint{color:color-mix(in srgb,var(--store-primary),#4d4e54 38%);display:-webkit-box;font-size:.68rem;font-weight:740;letter-spacing:0;line-height:1.32;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.offer-saving{align-items:start;color:#63646a;display:flex;flex-wrap:wrap;font-size:.7rem;font-weight:650;gap:.28rem .45rem;line-height:1.3;max-width:100%;min-width:0}.offer-saving del{opacity:.82;overflow-wrap:anywhere}.offer-saving__badge{background:color-mix(in srgb,var(--store-primary),#fff 88%);border:1px solid color-mix(in srgb,var(--store-primary),#fff 68%);border-radius:999px;color:color-mix(in srgb,var(--store-primary),#111 28%);display:inline-block;font-size:.66rem;font-weight:800;max-width:100%;overflow-wrap:anywhere;padding:.14rem .42rem}.product-buy-box .offer-saving{color:#63646a;display:flex;font-size:.7rem;margin-top:.45rem}.product-buy-box .offer-saving__badge{color:color-mix(in srgb,var(--store-primary),#111 28%);display:inline-block;font-size:.66rem}.product-buy-box .targeted-offer-note{color:color-mix(in srgb,var(--store-primary),#111 25%);font-weight:750;margin-top:.32rem}@media(max-width:600px){.offer-editor .form-grid{grid-template-columns:1fr}.product-offer-badge{border-radius:0 0 10px;font-size:.63rem;gap:.32rem;max-width:calc(100% - 14px);min-height:32px;padding:.5rem .62rem}.product-offer-badge strong{font-size:.64rem;padding-left:.34rem}.targeted-offer-callout{align-items:start;grid-template-columns:auto minmax(0,1fr);padding:13px}.targeted-offer-callout__icon{border-radius:10px;height:38px;width:38px}.targeted-offer-callout button{grid-column:1 / -1;width:100%}.catalog-offer-price__current{font-size:.93rem}.offer-saving,.product-buy-box .offer-saving{display:grid;gap:.2rem}.offer-saving__badge{width:fit-content}}
