
:root{--os-yellow:#fec639;--os-blue:#0088ff;--os-text:#1e1e1e;--os-muted:#6b6b6b;--os-line:#e6e6e6;--os-bg:#f6f6f6}
*{box-sizing:border-box}body{margin:0;background:var(--os-bg);color:var(--os-text);font-family:Arial,Helvetica,sans-serif}.orbz-page-header{position:sticky;top:0;z-index:70;display:flex;align-items:center;gap:18px;min-height:76px;padding:10px max(16px,calc((100% - 1280px)/2));background:var(--os-yellow);box-shadow:0 2px 10px rgba(0,0,0,.09)}.orbz-page-logo{display:flex;align-items:center;flex:0 0 auto}.orbz-page-logo img{display:block;width:146px;height:44px;object-fit:contain;border-radius:8px}.orbz-page-search{display:flex;align-items:center;flex:1;max-width:760px;height:44px;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:10px;overflow:hidden}.orbz-page-search input{width:100%;height:100%;border:0;outline:0;padding:0 14px;font-size:14px}.orbz-page-search button{width:50px;height:100%;border:0;background:#fff;display:grid;place-items:center;cursor:pointer}.orbz-page-search button svg{width:21px;height:21px;stroke:#111}.orbz-page-menu{border:0;background:transparent;padding:8px;cursor:pointer}.hamburger-box{display:grid;gap:4px}.hamburger-box span{width:24px;height:2px;background:#111;border-radius:99px}.orbz-store-main{width:min(1280px,calc(100% - 28px));margin:24px auto 56px}.orbz-store-list-hero{background:#fff;border:1px solid var(--os-line);border-radius:16px;padding:26px;margin-bottom:18px}.orbz-store-list-hero h1{margin:0 0 8px;font-size:clamp(26px,4vw,38px)}.orbz-store-list-hero p{margin:0;color:var(--os-muted);line-height:1.55}.orbz-store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.orbz-store-card{display:flex;align-items:center;gap:14px;min-height:132px;padding:18px;background:#fff;border:1px solid var(--os-line);border-radius:16px;color:inherit;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease}.orbz-store-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.08)}.orbz-store-logo,.orbz-store-logo-fallback{width:72px;height:72px;flex:0 0 72px;border:1px solid var(--os-line);border-radius:18px;background:#fff;display:grid;place-items:center;overflow:hidden}.orbz-store-logo img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;padding:7px!important;background:#fff!important}.orbz-store-logo-fallback{font-weight:900;font-size:23px;background:#111;color:#fff}.orbz-store-card-copy{min-width:0}.orbz-store-card-copy h2{display:flex;align-items:center;gap:7px;margin:0 0 6px;font-size:18px}.orbz-verified{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--os-blue);color:#fff;font-size:12px;font-weight:900}.orbz-store-card-copy p{margin:0 0 10px;color:var(--os-muted);font-size:13px}.orbz-store-social{display:flex;gap:13px;color:#444;font-size:12px}.orbz-store-profile{overflow:hidden;background:#fff;border:1px solid var(--os-line);border-radius:18px;margin-bottom:18px}.orbz-store-cover{height:150px;background:linear-gradient(120deg,#111 0 34%,var(--os-yellow) 34% 100%);position:relative}.orbz-store-cover:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(255,255,255,.38),transparent 26%)}.orbz-store-profile-body{display:flex;align-items:flex-end;gap:18px;padding:0 24px 24px;position:relative}.orbz-store-profile-body .orbz-store-logo,.orbz-store-profile-body .orbz-store-logo-fallback{width:112px;height:112px;flex-basis:112px;margin-top:-54px;border:4px solid #fff;border-radius:24px;position:relative;z-index:2}.orbz-store-title{flex:1;min-width:0;padding-top:18px}.orbz-store-title h1{display:flex;align-items:center;gap:8px;margin:0 0 7px;font-size:clamp(24px,4vw,34px)}.orbz-store-title p{margin:0;color:var(--os-muted)}.orbz-store-actions{display:flex;align-items:center;gap:9px;padding-top:18px}.orbz-store-action{height:42px;padding:0 18px;border-radius:10px;border:1px solid #222;background:#fff;color:#222;font-weight:800;cursor:pointer}.orbz-store-action.is-active{background:#111;color:#fff}.orbz-store-action--primary{background:var(--os-yellow);border-color:var(--os-yellow);color:#111}.orbz-store-action--primary.is-active{background:#111;border-color:#111;color:#fff}.orbz-store-counts{display:flex;gap:16px;margin-top:12px;color:#444;font-size:13px}.orbz-store-counts strong{color:#111}.orbz-store-toolbar{position:sticky;top:86px;z-index:25;background:rgba(246,246,246,.96);backdrop-filter:blur(10px);padding:8px 0 12px}.orbz-category-tabs{display:flex;gap:8px;overflow:auto;scrollbar-width:none;padding:2px}.orbz-category-tabs::-webkit-scrollbar{display:none}.orbz-category-tab{white-space:nowrap;height:38px;padding:0 14px;border:1px solid var(--os-line);border-radius:999px;background:#fff;color:#333;font-weight:750;cursor:pointer}.orbz-category-tab.is-active{background:#111;color:#fff;border-color:#111}.orbz-store-category{margin-top:18px}.orbz-store-category[hidden]{display:none}.orbz-store-category-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:10px}.orbz-store-category-head h2{margin:0;font-size:22px}.orbz-store-category-head span{color:var(--os-muted);font-size:12px}.orbz-products-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.orbz-product-card{position:relative;display:flex;flex-direction:column;min-width:0;overflow:hidden;background:#fff;border:1px solid var(--os-line);border-radius:14px;color:inherit;text-decoration:none}.orbz-product-img{height:190px;display:grid;place-items:center;padding:14px;background:#fff;overflow:hidden}.orbz-product-img img{width:100%;height:100%;object-fit:contain}.orbz-product-body{display:flex;flex-direction:column;flex:1;padding:10px}.orbz-product-name{min-height:38px;font-size:13px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.orbz-product-old{min-height:16px;margin-top:8px;color:#8b8b8b;font-size:11px;text-decoration:line-through}.orbz-product-price{margin-top:2px;font-size:20px;font-weight:850}.orbz-product-shipping{margin-top:7px;color:#826000;font-size:11px;font-weight:750}.orbz-product-discount{position:absolute;left:9px;top:9px;padding:4px 7px;border-radius:6px;background:var(--os-yellow);font-size:10px;font-weight:900}.orbz-empty-store{padding:44px 20px;background:#fff;border:1px solid var(--os-line);border-radius:16px;text-align:center;color:var(--os-muted)}
@media(max-width:1050px){.orbz-store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.orbz-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.orbz-store-profile-body{align-items:flex-start;flex-wrap:wrap}.orbz-store-actions{margin-left:auto}}
@media(max-width:720px){body{padding-bottom:0}.orbz-page-header{min-height:62px;padding:8px 12px;gap:10px}.orbz-page-logo img{width:112px;height:38px}.orbz-page-search{height:40px}.orbz-page-search input{font-size:13px;padding:0 10px}.orbz-page-search button{width:42px}.orbz-store-main{width:100%;margin:0 auto 36px;padding:12px}.orbz-store-list-hero{padding:19px 16px;border-radius:14px}.orbz-store-grid{grid-template-columns:1fr;gap:10px}.orbz-store-card{min-height:104px;padding:13px}.orbz-store-logo,.orbz-store-logo-fallback{width:62px;height:62px;flex-basis:62px;border-radius:16px}.orbz-store-profile{border-radius:14px}.orbz-store-cover{height:104px}.orbz-store-profile-body{display:grid;grid-template-columns:84px 1fr;gap:12px;padding:0 15px 17px}.orbz-store-profile-body .orbz-store-logo,.orbz-store-profile-body .orbz-store-logo-fallback{width:84px;height:84px;flex-basis:84px;margin-top:-36px;border-radius:20px}.orbz-store-title{padding-top:12px}.orbz-store-title h1{font-size:22px}.orbz-store-title p{font-size:12px}.orbz-store-counts{gap:10px;font-size:12px;flex-wrap:wrap}.orbz-store-actions{grid-column:1/-1;width:100%;padding-top:0;margin:0}.orbz-store-action{flex:1;padding:0 10px}.orbz-store-toolbar{top:62px;margin:0 -12px;padding:8px 12px 10px}.orbz-store-category{margin-top:14px}.orbz-store-category-head h2{font-size:19px}.orbz-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.orbz-product-img{height:154px;padding:10px}.orbz-product-body{padding:8px}.orbz-product-name{font-size:12px;min-height:34px}.orbz-product-price{font-size:18px}.orbz-product-shipping{font-size:10px}}
@media(max-width:390px){.orbz-page-logo img{width:96px}.orbz-products-grid{gap:7px}.orbz-product-img{height:140px}}

/* V273: logos/fotos das lojas sempre inteiras dentro do círculo/quadro */
.orbz-store-logo{overflow:hidden!important;background:#fff!important}.orbz-store-profile-body .orbz-store-logo img{padding:10px!important}.orbz-store-card .orbz-store-logo img{padding:7px!important}
