*{box-sizing:border-box} :root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:#182238;background:#f5f7fb;font-size:16px;--blue:#214fda;--ink:#182238;--muted:#647087;--line:#e2e7f0}body{margin:0}a{color:inherit}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #719cff;outline-offset:3px}.topbar{min-height:86px;background:white;display:flex;align-items:center;justify-content:space-between;padding:18px 4.5%;gap:24px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;text-decoration:none;gap:10px;font-size:23px;font-weight:750;letter-spacing:-1px}.brandmark{height:38px;width:38px;display:grid;place-items:center;border-radius:12px;background:var(--blue);color:white;font-size:29px;letter-spacing:-2px;padding-right:3px}.beta{font-size:10px;letter-spacing:1px;font-weight:650;background:#eef2fa;color:#55617b;border-radius:5px;padding:5px;margin-left:6px}.topbar nav{display:flex;gap:8px}.topbar nav a{padding:11px 17px;border-radius:8px;text-decoration:none;font-size:14px;font-weight:600;color:#667086}.topbar nav a.active{background:#edf2ff;color:var(--blue)}.no-monthly{font-size:13px;color:#42634c;background:#edf7f0;border-radius:20px;padding:8px 13px;white-space:nowrap}.demo-note{background:#edf1fc;border-bottom:1px solid #dce3f5;text-align:center;padding:10px 20px;font-size:12px;color:#516079;line-height:1.6}.demo-note span{font-weight:750;margin-right:10px}main{max-width:1440px;margin:auto;padding:38px 4.5% 60px;min-height:75vh}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.5px;color:var(--blue);text-transform:uppercase;margin:0 0 10px}h1{font-size:32px;letter-spacing:-1.2px;margin:0;line-height:1.2}h2{font-size:21px;letter-spacing:-.5px;margin:0 0 16px}h3{font-size:16px;margin:0 0 8px}p{line-height:1.6}.muted{color:var(--muted);font-size:14px}.heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:28px}.heading p{margin:10px 0 0}.storeheading{display:flex;align-items:center;gap:16px}.storemark{width:58px;height:58px;border-radius:16px;background:#17233a;color:white;display:grid;place-items:center;font-weight:700;font-size:20px}.storemeta{display:flex;gap:14px;color:var(--muted);font-size:13px;margin-top:8px;flex-wrap:wrap}.storemeta span+span{border-left:1px solid #cbd2df;padding-left:14px}.catalog-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:30px;align-items:start}.sectionline{display:flex;align-items:center;justify-content:space-between;margin:8px 0 20px}.sectionline h2{margin:0}.count{font-size:13px;color:var(--muted)}.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product{background:white;border:1px solid var(--line);border-radius:15px;overflow:hidden;display:flex;flex-direction:column}.product-image{height:205px;position:relative;background:#edf0f5;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.product:hover img{transform:scale(1.035)}.product-image .tag{position:absolute;left:12px;top:12px;background:white;border-radius:5px;padding:5px 8px;font-size:11px;font-weight:600}.product-body{padding:18px;display:flex;flex-direction:column;flex:1}.product-body h3{font-size:16px;line-height:1.4;min-height:23px}.product-body p{font-size:13px;color:var(--muted);margin:0 0 18px;min-height:42px}.product-price{font-weight:750;font-size:21px;letter-spacing:-.5px;margin-top:auto}.product-stock{font-size:12px;color:var(--muted);margin:5px 0 15px}.button{border:1px solid var(--line);border-radius:8px;min-height:42px;padding:10px 15px;font-size:14px;font-weight:650;background:white;color:var(--ink);display:inline-flex;align-items:center;justify-content:center;gap:7px;text-decoration:none}.button.primary{background:var(--blue);border-color:var(--blue);color:white}.button.soft{background:#edf2ff;color:var(--blue);border-color:#dfe7ff}.button:hover:not(:disabled){filter:brightness(.96)}.button.full{width:100%}.button.small{min-height:34px;padding:7px 11px;font-size:12px}.product .button{width:100%}.panel{background:white;border:1px solid var(--line);border-radius:14px;padding:23px}.cartpanel{position:sticky;top:20px}.panel-title{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:18px}.panel-title h2{font-size:18px;margin:0}.numberpill{background:#eef2fc;color:var(--blue);font-size:12px;font-weight:700;min-width:26px;height:26px;display:grid;place-items:center;border-radius:7px}.empty{text-align:center;padding:30px 12px;color:var(--muted);font-size:14px}.empty .emptyicon{font-size:27px;color:#8b99b3;margin-bottom:12px}.cartitem{border-bottom:1px solid var(--line);padding:0 0 14px;margin-bottom:14px}.cartitemhead{display:flex;justify-content:space-between;gap:8px;font-size:13px;font-weight:600}.cartitemfoot{display:flex;align-items:center;justify-content:space-between;margin-top:10px;font-size:13px}.quantity{display:flex;border:1px solid var(--line);border-radius:6px;align-items:center;overflow:hidden}.quantity button{background:#f6f8fc;border:0;width:28px;height:28px}.quantity span{padding:0 10px}.remove{background:none;border:0;color:#7c889e;font-size:20px;line-height:1}.totalrow{display:flex;justify-content:space-between;gap:10px;font-size:14px;margin:12px 0}.totalrow.grand{font-size:18px;font-weight:750;border-top:1px solid var(--line);padding-top:15px;margin-top:16px}label{display:block;font-size:13px;font-weight:600;margin:16px 0 6px}input,textarea,select{border:1px solid #cfd7e6;background:white;width:100%;padding:11px 12px;border-radius:8px;color:var(--ink);font-size:14px;min-width:0}textarea{min-height:74px;resize:vertical}.cepfield{display:flex;gap:8px}.cepfield input{min-width:0}.shipping-label{font-size:11px;color:#68768e;margin:10px 0}.rate{display:flex;align-items:center;gap:10px;padding:13px 11px;border:1px solid var(--line);border-radius:8px;margin:9px 0;cursor:pointer;font-weight:400}.rate:has(input:checked){border-color:var(--blue);background:#f3f6ff}.rate input{width:15px;accent-color:var(--blue);margin:0;padding:0}.rate-detail{flex:1;font-size:13px}.rate-detail small{display:block;font-size:11px;color:var(--muted);margin-top:3px}.rate strong{font-size:13px}.cartpanel .primary{margin-top:12px}.footnote{font-size:11px;line-height:1.6;color:#748198;margin:12px 0 0}.callout{background:#edf2ff;color:#465b8d;padding:15px 18px;border-radius:10px;font-size:13px;line-height:1.7;margin-top:22px}.callout strong{color:#1e449e}.steps{display:flex;gap:18px;margin:0 0 24px;flex-wrap:wrap}.step{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:7px}.step b{border:1px solid #ccd5e6;border-radius:50%;width:24px;height:24px;display:grid;place-items:center;font-size:11px}.step.current{color:var(--blue);font-weight:650}.step.current b{background:var(--blue);border-color:var(--blue);color:white}.checkoutlayout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:30px;max-width:1000px;margin:auto}.checkoutlayout .panel{padding:28px}.formrow{display:grid;grid-template-columns:1fr 1fr;gap:16px}.successmark{height:56px;width:56px;background:#edf2ff;border-radius:50%;display:grid;place-items:center;color:var(--blue);font-size:25px;margin-bottom:20px}.successheading{font-size:26px;margin-bottom:12px}.status{display:inline-block;font-size:11px;font-weight:650;padding:6px 9px;border-radius:5px;white-space:nowrap}.status.pending{background:#fff3da;color:#825913}.status.approved{background:#edf2ff;color:#2e53ac}.status.paid{background:#e8f6ed;color:#2c6b45}.status.cancelled{background:#fcebea;color:#ad4540}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px;margin-bottom:28px}.metric{background:white;border:1px solid var(--line);border-radius:12px;padding:21px}.metric label{color:var(--muted);font-size:12px;margin:0 0 11px;font-weight:500}.metric strong{font-size:27px;letter-spacing:-1px;display:block}.metric small{display:block;margin-top:8px;color:var(--muted);font-size:11px}.tabbar{display:flex;gap:25px;border-bottom:1px solid var(--line);margin-bottom:22px}.tabbar button{border:0;background:none;padding:13px 0;color:var(--muted);font-size:14px;font-weight:650;border-bottom:2px solid transparent}.tabbar button.active{border-color:var(--blue);color:var(--blue)}.tablewrap{overflow:auto;background:white;border:1px solid var(--line);border-radius:12px}table{width:100%;border-collapse:collapse;text-align:left;font-size:13px;white-space:nowrap}th{font-size:11px;text-transform:uppercase;letter-spacing:.6px;color:#66748c;background:#fafbfe;padding:16px 20px;font-weight:650}td{padding:18px 20px;border-top:1px solid var(--line)}td small{display:block;color:var(--muted);font-size:11px;margin-top:5px}.actions{display:flex;gap:7px}.adminlayout{display:grid;grid-template-columns:1fr 1fr;gap:24px}.preview-freight{background:#17233a;color:white;border-radius:12px;padding:26px;margin-top:20px}.preview-freight .totalrow{color:#c5d1e5}.preview-freight .grand{color:white;border-color:#3d4a63}.helper{font-size:13px;line-height:1.7;color:var(--muted)}.integration{display:flex;align-items:center;gap:14px;border:1px solid var(--line);padding:16px;border-radius:10px;margin-top:14px}.integrationlogo{background:#eef2fa;border-radius:8px;width:45px;height:45px;display:grid;place-items:center;font-weight:750;font-size:14px}.integration p{font-size:12px;color:var(--muted);margin:4px 0 0}.integration .status{margin-left:auto}.error{color:#b33636;font-size:12px;line-height:1.5}.back{display:inline-flex;margin-bottom:22px;color:var(--muted);text-decoration:none;font-size:13px}.blankphoto{height:100%;display:grid;place-items:center;color:#728199;font-size:14px;background:#edf1f9}.order-summary{font-size:14px;line-height:1.8}.order-summary ul{padding-left:20px}.order-summary .button{margin:8px 4px 0 0}dialog{border:1px solid var(--line);border-radius:16px;padding:28px;width:min(500px,calc(100% - 28px));max-height:90vh}dialog::backdrop{background:#16213a80;backdrop-filter:blur(3px)}.dialog-top{display:flex;justify-content:space-between;align-items:center}.dialog-top h2{margin:0}.iconbutton{background:none;border:0;font-size:26px;color:var(--muted)}#toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:#17233a;color:white;border-radius:10px;padding:13px 22px;font-size:14px;z-index:10;box-shadow:0 6px 25px #18223830;display:none;max-width:90vw}footer{padding:22px 4.5%;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:15px;color:#748198;font-size:12px;flex-wrap:wrap}.imagecredits{color:var(--muted);font-size:11px;margin-top:17px}.imagecredits a{color:inherit}.customer-orders{margin-top:28px}.customer-orders h2{font-size:19px}.customer-order{background:white;border:1px solid var(--line);border-radius:12px;padding:20px;margin-top:12px}.customer-order-top{display:flex;justify-content:space-between;gap:15px;align-items:center}.customer-order p{margin:10px 0;font-size:14px}.customer-order .button{margin-right:6px}.order-detail{white-space:normal;max-width:240px}.nowrap{white-space:nowrap}@media(min-width:1500px){.product-image{height:230px}}@media(max-width:1100px){.products{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-layout{gap:20px;grid-template-columns:minmax(0,1fr) 310px}.topbar{gap:12px}.topbar nav a{padding:10px 11px}.no-monthly{display:none}}@media(max-width:760px){.topbar{padding:16px 20px;flex-wrap:wrap;gap:16px}.brand{font-size:22px}.topbar nav{width:100%;justify-content:space-between;gap:4px}.topbar nav a{font-size:13px;flex:1;text-align:center;padding:10px 5px}.demo-note{font-size:11px;text-align:left;padding:10px 20px}.demo-note span{display:block}main{padding:27px 20px 40px}.heading{align-items:flex-start;flex-wrap:wrap;margin-bottom:25px}h1{font-size:27px}.storemark{height:48px;width:48px;flex-shrink:0}.storeheading{gap:12px}.storemeta{font-size:11px;gap:8px}.storemeta span+span{padding-left:8px}.catalog-layout,.checkoutlayout,.adminlayout{grid-template-columns:1fr}.cartpanel{position:static}.product-image{height:175px}.product-body{padding:14px}.product-body h3{font-size:14px;min-height:39px}.product-body p{font-size:12px;min-height:57px}.product-price{font-size:19px}.products{gap:12px}.metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.metric{padding:17px}.metric strong{font-size:23px}.panel{padding:20px}.checkoutlayout .panel{padding:22px}.formrow{gap:10px}.heading .button{font-size:12px}.customer-order-top{align-items:flex-start}.step{gap:5px;font-size:11px}.steps{gap:10px}}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}

/* Vitrine Leve: catálogo de moda e marcas logísticas */
.wordmark{font-weight:450;letter-spacing:-.9px}.wordmark strong{font-weight:800}.brandmark{font-size:23px;letter-spacing:-1.5px;padding-right:0}.product-image{height:310px}.product-image img{object-position:center 40%}.storemark{font-family:Georgia,serif;font-size:23px}.carrier-strip{display:flex;align-items:center;gap:24px;padding:17px 0 8px}.carrier-logo{width:86px;height:28px;object-fit:contain;display:block}.carrier-logo.jt{width:78px}.rate{flex-wrap:wrap}.rate .carrier-logo{width:62px;height:20px}.rate .rate-detail{min-width:110px}.rate .rate-detail small{font-size:12px}.integration-brand{width:90px;flex-shrink:0}.integration .carrier-logo{width:82px;height:30px}.integration .status{white-space:normal}.product-body p{font-size:14px;min-height:65px}.product-stock{font-size:13px}.imagecredits{font-size:12px}.demo-note{font-size:12px}.footnote{font-size:12px}.shipping-label{font-size:12px}@media(max-width:1100px){.product-image{height:295px}}@media(max-width:760px){.product-image{height:240px}.product-body p{font-size:13px;min-height:78px}.brand{gap:8px;font-size:22px}.beta{margin-left:0}.carrier-strip{gap:22px}}@media(max-width:400px){.product-image{height:210px}.brand{font-size:20px}.beta{font-size:9px}}

.variant-row{display:grid;grid-template-columns:1fr 1fr 100px 44px;gap:8px;align-items:end;margin:12px 0}.variant-row input{width:100%;min-width:0}.product-body select{width:100%;margin:8px 0 14px}.store-form{max-width:800px}.photo-preview{width:100px;height:120px;object-fit:cover;border-radius:8px;margin:10px 0}dialog{max-height:90vh;overflow:auto}.variant-row label{font-size:14px}@media(max-width:600px){.variant-row{grid-template-columns:1fr 1fr}.variant-row button{justify-self:start}.tabbar{flex-wrap:wrap}}
