:root{--green:#039b21;--green2:#04b82a;--orange:#FC6408;--ink:#0f172a;--muted:#64748b;--line:#e5e7eb;--soft:#f8fafc;--card:#fff;--shadow:0 18px 45px rgba(15,23,42,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#f8fafc 0%,#fff7ed 100%);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}a{color:inherit}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);border-bottom:1px solid rgba(226,232,240,.95);box-shadow:0 10px 25px rgba(15,23,42,.05)}.bar{max-width:none;width:100%;margin:0;padding:12px 26px 14px;min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:12px;font-weight:1000;font-size:27px;text-decoration:none;letter-spacing:-.06em;white-space:nowrap}.brand img{width:52px;height:52px;border-radius:17px;object-fit:contain;background:#0f172a;box-shadow:0 10px 22px rgba(15,23,42,.18)}.brand-text .lokal{color:var(--green)}.brand-text .market{color:var(--orange)}.nav{display:flex;align-items:center;justify-content:flex-end;gap:22px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.nav a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 0;border-radius:20px;text-decoration:none;color:#334155;font-weight:950;font-size:16px;line-height:1;white-space:nowrap}.nav a:hover{background:transparent;color:var(--green)}.nav .nav-cta{background:var(--orange);color:#fff;padding:13px 18px;border-radius:22px;box-shadow:0 10px 24px rgba(252,100,8,.22)}.nav .nav-cta:hover{background:#e95b07;color:#fff}.wrap{max-width:none;width:100%;margin:0;padding:34px 22px 42px}.breadcrumbs{font-size:14px;font-weight:850;color:#64748b;margin:0 0 16px}.breadcrumbs a{color:var(--green);text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.hero{border-radius:34px;padding:38px 30px;background:linear-gradient(135deg,rgba(3,155,33,.13),rgba(252,100,8,.14)),#fff;border:1px solid #fed7aa;box-shadow:var(--shadow);overflow:hidden;position:relative}.hero:after{content:"";position:absolute;right:-70px;top:-70px;width:210px;height:210px;border-radius:999px;background:rgba(3,155,33,.10)}.hero h1{position:relative;margin:0 0 10px;font-size:clamp(32px,5vw,58px);line-height:.96;letter-spacing:-.065em}.hero p{position:relative;max-width:780px;margin:0;color:#475569;font-size:18px;line-height:1.65}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:14px;background:var(--green);color:white;text-decoration:none;font-weight:950;padding:12px 16px;min-height:44px;box-shadow:0 10px 22px rgba(3,155,33,.18);cursor:pointer}.btn:hover{filter:brightness(.98);transform:translateY(-1px)}.btn.orange{background:var(--orange);box-shadow:0 10px 22px rgba(252,100,8,.20)}.btn.dark{background:#0f172a}.btn.light{background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:none}.toolbar{display:grid;grid-template-columns:2fr repeat(4,1fr) auto;gap:10px;margin:22px 0}.toolbar input,.toolbar select{width:100%;border:1px solid #cbd5e1;border-radius:14px;padding:12px 13px;font:inherit;background:#fff}.toolbar input:focus,.toolbar select:focus{outline:3px solid rgba(252,100,8,.16);border-color:var(--orange)}.summary{color:#64748b;font-weight:800;margin:4px 0 16px}.products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.product-card{background:var(--card);border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(15,23,42,.07);display:flex;flex-direction:column;min-height:100%;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(15,23,42,.12);border-color:#bbf7d0}.image-link{position:relative;display:block;aspect-ratio:4/3;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);overflow:hidden}.image-link img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.product-card:hover .image-link img{transform:scale(1.035)}.price-chip{position:absolute;right:12px;top:12px;background:rgba(252,100,8,.96);color:#fff;border-radius:999px;padding:7px 11px;font-weight:1000;box-shadow:0 10px 18px rgba(0,0,0,.16)}.stock-chip{position:absolute;left:12px;top:12px;background:rgba(15,23,42,.84);color:#fff;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:950}.stock-chip.low{background:#dc2626}.product-body{padding:15px;display:flex;flex-direction:column;gap:7px;flex:1}.product-title{font-size:18px;line-height:1.25;font-weight:1000;text-decoration:none;color:#0f172a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:45px}.product-title:hover{color:var(--green)}.meta{color:#64748b;font-size:13px;line-height:1.4}.seller-link{color:var(--green);font-weight:950;text-decoration:none}.seller-link:hover{text-decoration:underline}.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}.card-actions .btn{font-size:13px;padding:9px 10px;min-height:38px}.empty{background:#fff;border:1px dashed #cbd5e1;border-radius:22px;padding:28px;text-align:center;color:#64748b}.panel{background:#fff;border:1px solid var(--line);border-radius:26px;padding:22px;box-shadow:var(--shadow)}.badge{display:inline-flex;align-items:center;border-radius:999px;background:#dcfce7;color:#166534;padding:7px 11px;font-size:12px;font-weight:1000;text-transform:uppercase;letter-spacing:.04em}.detail-page{display:grid;gap:22px}.product-hero-card{background:#fff;border:1px solid var(--line);border-radius:34px;box-shadow:var(--shadow);overflow:hidden;display:grid;grid-template-columns:minmax(360px,1.05fr) minmax(360px,.95fr)}.product-gallery{padding:22px;background:linear-gradient(135deg,#fff7ed,#f8fafc);display:grid;place-items:center}.product-main-image{width:100%;max-height:610px;aspect-ratio:1/1;object-fit:contain;background:#fff;border:1px solid #fed7aa;border-radius:28px;box-shadow:0 16px 35px rgba(15,23,42,.08)}.product-info{padding:32px;display:flex;flex-direction:column;justify-content:center}.detail-title{margin:14px 0 14px;font-size:clamp(30px,4vw,48px);line-height:1.03;letter-spacing:-.055em}.detail-price{font-size:34px;font-weight:1000;color:var(--orange);margin:4px 0 18px}.detail-copy{color:#334155;line-height:1.72;font-size:16px}.product-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0}.fact{border:1px solid var(--line);border-radius:16px;padding:12px;background:#f8fafc}.fact span{display:block;color:#64748b;font-size:12px;font-weight:850;text-transform:uppercase}.fact strong{display:block;margin-top:4px;font-size:15px}.seller-card{display:flex;align-items:center;justify-content:space-between;gap:16px}.safety-note{margin-top:16px;border-left:4px solid #facc15;background:#fefce8;border-radius:14px;padding:14px;color:#854d0e}.seller-storefront{max-width:1120px;margin:0 auto 26px;background:#fff;border:1px solid var(--line);border-radius:36px;overflow:hidden;box-shadow:var(--shadow)}.storefront-topbar{padding:16px 26px;display:flex;align-items:center;justify-content:space-between;gap:16px}.seller-storefront-logo{display:flex;align-items:center;gap:10px;font-weight:1000;font-size:25px;letter-spacing:-.05em}.seller-storefront-logo img{width:46px;height:46px;border-radius:15px;object-fit:contain;background:#0f172a}.lm-green{color:var(--green)}.lm-orange{color:var(--orange)}.seller-alert-dot{width:14px;height:14px;border-radius:999px;background:var(--orange);box-shadow:0 0 0 8px rgba(252,100,8,.10)}.storefront-awning{height:96px;background:repeating-linear-gradient(90deg,var(--green) 0 64px,var(--green) 64px 128px,#fff 128px,#fff 192px);position:relative;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.storefront-awning:after{content:"";position:absolute;left:0;right:0;bottom:-22px;height:34px;background:radial-gradient(circle at 32px 0,var(--green) 0 23px,transparent 24px) 0 0/128px 34px repeat-x,radial-gradient(circle at 96px 0,#fff 0 23px,transparent 24px) 0 0/128px 34px repeat-x;filter:drop-shadow(0 8px 8px rgba(15,23,42,.12))}.storefront-profile{display:grid;grid-template-columns:150px 1fr;gap:24px;padding:52px 34px 20px;align-items:center}.storefront-avatar{width:142px;height:142px;border-radius:50%;background:linear-gradient(135deg,#dcfce7,#ffedd5);border:8px solid #fff;box-shadow:0 15px 35px rgba(15,23,42,.16);display:grid;place-items:center;overflow:hidden;color:#14532d;font-size:40px;font-weight:1000}.storefront-avatar img{width:100%;height:100%;object-fit:cover}.storefront-title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.storefront-title-row h1{margin:0;font-size:clamp(33px,4vw,52px);line-height:1;letter-spacing:-.06em}.top-seller-badge{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(22,163,74,.35);background:#f0fdf4;color:#15803d;border-radius:999px;padding:7px 11px;font-size:13px;font-weight:1000;white-space:nowrap}.storefront-location,.storefront-category,.storefront-rating{margin-top:8px;color:#475569;font-size:16px;font-weight:750}.storefront-category{color:var(--green);font-weight:900}.storefront-rating strong{font-size:20px;color:#111827}.storefront-chat{margin:10px 34px 24px;padding:14px;border-radius:22px;background:linear-gradient(135deg,#fff7ed,#f8fafc);border:1px solid #ffedd5;display:flex;justify-content:space-between;align-items:center;gap:14px}.storefront-chat-copy{display:flex;align-items:center;gap:12px;color:#334155;font-weight:750}.storefront-mini-avatar{width:42px;height:42px;border-radius:50%;background:#dcfce7;display:grid;place-items:center;color:#14532d;font-weight:1000;overflow:hidden;flex:0 0 auto}.storefront-mini-avatar img{width:100%;height:100%;object-fit:cover}.storefront-section-title{padding:0 34px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.storefront-section-title h2{margin:0;font-size:27px;letter-spacing:-.04em}.storefront-section-title a{color:var(--green);text-decoration:none;font-weight:1000}.storefront-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:0 34px 28px}.store-product-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;text-decoration:none;box-shadow:0 10px 28px rgba(15,23,42,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.store-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(15,23,42,.12);border-color:#bbf7d0}.store-product-img{aspect-ratio:1/1;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:block;overflow:hidden}.store-product-img img{width:100%;height:100%;object-fit:cover;display:block}.store-product-fallback{width:100%;height:100%;display:grid;place-items:center;font-size:38px;background:linear-gradient(135deg,#dcfce7,#ffedd5)}.store-product-info{padding:12px 12px 14px;display:block}.store-product-name{font-size:15px;font-weight:1000;color:#111827;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.5em}.store-product-price{margin-top:7px;font-size:20px;font-weight:1000;color:#0f172a;display:block}.storefront-trust{margin:0 34px 26px;border:1px solid var(--line);border-radius:20px;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;background:#fff}.storefront-trust div{padding:15px 13px;display:flex;align-items:center;justify-content:center;gap:10px;text-align:left;font-weight:900;color:#334155}.storefront-trust div+div{border-left:1px solid var(--line)}.storefront-trust span{color:var(--green);font-size:25px}.storefront-bottom-nav{display:none}.storefront-empty{grid-column:1/-1;background:#fff;border:1px dashed #cbd5e1;border-radius:18px;padding:26px;text-align:center;color:#64748b}.store-about{max-width:1120px;margin:0 auto 26px}.site-footer{background:#050505;color:#fff;margin-top:34px}.footer-grid{max-width:1220px;margin:0 auto;padding:34px 18px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px}.site-footer h3{margin:0 0 12px;color:#fff}.site-footer p{color:#cbd5e1;line-height:1.65;margin:0}.site-footer a{display:block;color:#e5e7eb;text-decoration:none;margin:8px 0}.site-footer a:hover{color:#fff}.copyright{border-top:1px solid #1f2937;max-width:1220px;margin:0 auto;padding:16px 18px;color:#94a3b8;font-size:14px}@media(max-width:980px){.toolbar{grid-template-columns:1fr 1fr}.toolbar button{grid-column:1/-1}.product-hero-card{grid-template-columns:1fr}.product-gallery{padding:16px}.storefront-products{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr 1fr}.bar{align-items:flex-start}.nav{justify-content:flex-start}}@media(max-width:680px){.wrap{padding:18px 12px 32px}.bar{padding:10px 12px}.brand{font-size:20px}.brand img{width:36px;height:36px}.nav{width:100%;gap:5px}.nav a{font-size:12px;min-height:34px;padding:7px 9px}.hero{padding:26px 18px;border-radius:24px}.toolbar{grid-template-columns:1fr}.products-grid{grid-template-columns:1fr 1fr;gap:10px}.product-card{border-radius:18px}.product-title{font-size:15px;min-height:38px}.product-body{padding:12px}.card-actions{grid-template-columns:1fr}.product-info{padding:20px}.product-facts{grid-template-columns:1fr}.detail-title{font-size:30px}.detail-price{font-size:28px}.seller-card{display:grid}.seller-storefront{border-radius:28px}.storefront-topbar{padding:14px 16px}.seller-storefront-logo{font-size:21px}.seller-storefront-logo img{width:38px;height:38px}.storefront-awning{height:76px;background:repeating-linear-gradient(90deg,var(--green) 0 32px,var(--green) 32px 64px,#fff 64px,#fff 96px)}.storefront-awning:after{background:radial-gradient(circle at 16px 0,var(--green) 0 16px,transparent 17px) 0 0/64px 28px repeat-x,radial-gradient(circle at 48px 0,#fff 0 16px,transparent 17px) 0 0/64px 28px repeat-x;height:28px;bottom:-16px}.storefront-profile{grid-template-columns:1fr;text-align:center;justify-items:center;padding:42px 18px 16px;gap:14px}.storefront-avatar{width:108px;height:108px;border-width:6px}.storefront-title-row{justify-content:center}.storefront-title-row h1{font-size:30px}.storefront-location,.storefront-category,.storefront-rating{font-size:14px}.storefront-chat{margin:8px 14px 20px;display:grid;grid-template-columns:1fr}.storefront-chat .btn{width:100%}.storefront-section-title{padding:0 16px 12px}.storefront-section-title h2{font-size:22px}.storefront-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 14px 20px}.store-product-card{border-radius:15px}.store-product-info{padding:10px}.store-product-name{font-size:13px}.store-product-price{font-size:17px}.storefront-trust{margin:0 14px 16px;grid-template-columns:1fr}.storefront-trust div+div{border-left:0;border-top:1px solid var(--line)}.storefront-bottom-nav{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);background:rgba(255,255,255,.96);backdrop-filter:blur(12px);padding:9px 6px 12px}.storefront-bottom-nav a{text-decoration:none;color:#64748b;display:grid;place-items:center;font-weight:900;font-size:20px}.storefront-bottom-nav a:first-child{color:var(--green)}.storefront-bottom-nav span{display:block;font-size:11px;margin-top:3px}.footer-grid{grid-template-columns:1fr}.site-footer{margin-top:20px}}@media(max-width:390px){.products-grid,.storefront-products{grid-template-columns:1fr}}.site-header{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 8px 24px rgba(15,23,42,.05)}.bar{max-width:1220px;margin:0 auto;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:1000;font-size:24px;letter-spacing:-.05em;color:#0f172a}.brand img{width:42px;height:42px;border-radius:14px;object-fit:contain;background:#0f172a;box-shadow:0 10px 22px rgba(15,23,42,.16)}.brand-text .lokal{color:var(--green,#039b21)}.brand-text .market{color:var(--orange,#FC6408)}.nav{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.nav a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border-radius:999px;padding:8px 12px;color:#334155;text-decoration:none;font-weight:900;font-size:14px}.nav a:hover{background:#f1f5f9;color:var(--green,#039b21)}.nav .nav-cta{background:var(--orange,#FC6408);color:#fff;box-shadow:0 10px 24px rgba(252,100,8,.22)}.nav .nav-cta:hover{background:#e95b07;color:#fff}.site-footer{background:#030303;color:#fff;margin-top:34px}.footer-grid{max-width:1220px;margin:0 auto;padding:42px 18px 38px;display:grid;grid-template-columns:1.45fr 1fr 1.15fr 1fr;gap:44px;border-bottom:1px solid #1f2937}.footer-logo{display:block;width:min(220px,100%);height:auto;object-fit:contain;margin:0 0 16px}.site-footer h3{margin:0 0 18px;color:#fff;text-transform:uppercase;letter-spacing:.055em;font-size:17px}.site-footer p{color:#f8fafc;line-height:1.55;margin:0;font-size:16px}.site-footer a{display:block;color:#fff;text-decoration:none;margin:0 0 11px;font-size:16px;line-height:1.35}.site-footer a:hover{color:var(--orange,#FC6408)}.footer-social{display:inline-flex!important;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#f8fafc;color:#111827!important;font-weight:1000;font-size:18px;margin-bottom:26px!important}.footer-social:hover{background:var(--orange,#FC6408);color:#fff!important}.footer-about-title{margin-top:10px!important;margin-bottom:12px!important}.copyright{max-width:1220px;margin:0 auto;padding:24px 18px 28px;color:#fff;text-align:center;font-size:15px;line-height:1.8;border-top:0}.copyright strong{font-weight:500}.copyright span{display:block;margin-top:4px}.mobile-menu-toggle{display:none}@media(max-width:900px){.bar{align-items:flex-start}.nav{justify-content:flex-start}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}}@media(max-width:680px){.bar{padding:10px 14px}.brand{font-size:21px}.brand img{width:38px;height:38px}.nav{width:100%;gap:5px}.nav a{font-size:12px;min-height:34px;padding:7px 9px}.footer-grid{grid-template-columns:1fr;gap:22px;padding:32px 18px}.footer-logo{width:190px}.site-footer a,.site-footer p{font-size:15px}}
/* V133 exact public header alignment from marketplace reference */
.site-header{position:sticky!important;top:0!important;z-index:80!important;height:88px!important;background:#fff!important;border-bottom:1px solid #e5e7eb!important;box-shadow:0 8px 24px rgba(15,23,42,.05)!important;backdrop-filter:none!important}.site-header .bar{max-width:none!important;width:100%!important;min-height:88px!important;padding:12px 26px 14px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;flex-wrap:nowrap!important}.site-header .brand{flex:0 0 auto!important;display:flex!important;align-items:center!important;gap:12px!important;text-decoration:none!important;font-weight:1000!important;color:#0f172a!important;letter-spacing:-.06em!important;white-space:nowrap!important}.site-header .brand img{width:52px!important;height:52px!important;border-radius:17px!important;object-fit:contain!important;background:#0f172a!important;box-shadow:0 10px 22px rgba(15,23,42,.16)!important}.site-header .brand-text{display:inline-flex!important;align-items:baseline!important;font-size:27px!important;font-weight:1000!important;line-height:1!important}.site-header .brand-text .lokal{color:#039b21!important}.site-header .brand-text .market{color:#FC6408!important}.site-header .nav{margin-left:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:22px!important;flex-wrap:nowrap!important;overflow-x:auto!important;scrollbar-width:none!important}.site-header .nav::-webkit-scrollbar{display:none!important}.site-header .nav a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;border-radius:20px!important;padding:13px 0!important;background:transparent!important;box-shadow:none!important;color:#334155!important;text-decoration:none!important;font-size:16px!important;font-weight:950!important;line-height:1!important;white-space:nowrap!important}.site-header .nav a:hover{background:transparent!important;color:#039b21!important}.site-header .nav a.nav-cta{background:#FC6408!important;color:#fff!important;padding:13px 18px!important;border-radius:22px!important;box-shadow:0 10px 24px rgba(252,100,8,.22)!important}.site-header .nav a.nav-cta:hover{background:#f45e05!important;color:#fff!important}
@media(max-width:1180px){.site-header{height:auto!important}.site-header .bar{min-height:76px!important;flex-wrap:wrap!important;padding:12px 18px!important}.site-header .nav{width:100%!important;justify-content:flex-start!important;gap:12px!important}}
@media(max-width:760px){.site-header .brand img{width:42px!important;height:42px!important}.site-header .brand-text{font-size:24px!important}.site-header .nav{gap:8px!important}.site-header .nav a{font-size:13px!important;min-height:36px!important;padding:8px 2px!important}.site-header .nav a.nav-cta{padding:9px 13px!important}}

/* V133 marketplace/homepage body matches the /marketplace reference grid */
.lm-marketplace-page .wrap{max-width:none!important;width:100%!important;padding:34px 22px 42px!important}.lm-marketplace-page .hero{border-radius:42px!important;padding:52px 38px 46px!important;min-height:336px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;box-shadow:0 22px 52px rgba(15,23,42,.06)!important;margin:0 0 28px!important}.lm-marketplace-page .hero h1{font-size:clamp(46px,5.4vw,74px)!important;line-height:.98!important;letter-spacing:-.07em!important}.lm-marketplace-page .hero p{font-size:23px!important;line-height:1.55!important;max-width:1000px!important}.lm-marketplace-page .hero-actions .btn{font-size:19px!important;border-radius:16px!important;min-height:58px!important;padding:16px 20px!important}.lm-marketplace-page .toolbar{display:grid!important;grid-template-columns:minmax(300px,2fr) repeat(4,minmax(160px,1fr)) auto!important;gap:12px!important;margin:0 0 44px!important}.lm-marketplace-page .toolbar input,.lm-marketplace-page .toolbar select{border-radius:16px!important;min-height:60px!important;font-size:20px!important;padding:13px 16px!important}.lm-marketplace-page .toolbar .btn,.lm-marketplace-page .toolbar button{border-radius:16px!important;min-height:60px!important;font-size:16px!important;padding:15px 21px!important}.lm-marketplace-page .summary{margin:0 0 24px!important;font-size:19px!important;color:#64748b!important}.lm-marketplace-page .products-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important}.lm-marketplace-page .product-card{border-radius:24px!important}.lm-marketplace-page .image-link{aspect-ratio:1.18!important}.lm-marketplace-page .price-chip{font-size:19px!important;padding:11px 16px!important;right:15px!important;top:16px!important}.lm-marketplace-page .product-body{padding:20px 19px 18px!important;gap:11px!important}.lm-marketplace-page .product-title{font-size:23px!important;line-height:1.18!important;min-height:54px!important}.lm-marketplace-page .meta{font-size:15px!important}.lm-marketplace-page .card-actions{gap:10px!important}.lm-marketplace-page .card-actions .btn{font-size:16px!important;min-height:48px!important;border-radius:16px!important;padding:11px 14px!important}
@media(max-width:1180px){.lm-marketplace-page .wrap{padding:24px 16px 38px!important}.lm-marketplace-page .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lm-marketplace-page .toolbar{grid-template-columns:1fr 1fr 1fr!important}.lm-marketplace-page .toolbar button{grid-column:auto!important}}
@media(max-width:760px){.lm-marketplace-page .hero{min-height:auto!important;padding:28px 20px!important;border-radius:26px!important}.lm-marketplace-page .hero h1{font-size:38px!important}.lm-marketplace-page .hero p{font-size:17px!important}.lm-marketplace-page .toolbar{grid-template-columns:1fr!important;margin-bottom:28px!important}.lm-marketplace-page .toolbar input,.lm-marketplace-page .toolbar select,.lm-marketplace-page .toolbar button{min-height:52px!important;font-size:16px!important}.lm-marketplace-page .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.lm-marketplace-page .product-title{font-size:16px!important;min-height:40px!important}.lm-marketplace-page .meta{font-size:13px!important}.lm-marketplace-page .card-actions{grid-template-columns:1fr!important}.lm-marketplace-page .card-actions .btn{font-size:14px!important;min-height:42px!important}.lm-marketplace-page .price-chip{font-size:14px!important;padding:8px 11px!important}}
@media(max-width:420px){.lm-marketplace-page .products-grid{grid-template-columns:1fr!important}}

/* V134 final public header/home override */
body.lm-marketplace-page .bar,body.lm-public-page .bar{max-width:none!important;width:100%!important;margin:0!important;min-height:88px!important;padding:12px 26px 14px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important}
body.lm-marketplace-page .brand,body.lm-public-page .brand{display:flex!important;align-items:center!important;gap:12px!important;font-size:27px!important;font-weight:1000!important;letter-spacing:-.06em!important;white-space:nowrap!important;color:#0f172a!important;text-decoration:none!important}
body.lm-marketplace-page .brand img,body.lm-public-page .brand img{width:52px!important;height:52px!important;border-radius:17px!important;object-fit:contain!important;background:#0f172a!important}
body.lm-marketplace-page .nav,body.lm-public-page .nav{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:22px!important;flex-wrap:nowrap!important;overflow-x:auto!important;scrollbar-width:none!important}
body.lm-marketplace-page .nav a,body.lm-public-page .nav a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;border-radius:20px!important;padding:13px 0!important;background:transparent!important;box-shadow:none!important;color:#334155!important;text-decoration:none!important;font-size:16px!important;font-weight:950!important;line-height:1!important;white-space:nowrap!important}
body.lm-marketplace-page .nav a:hover,body.lm-public-page .nav a:hover{background:transparent!important;color:#039b21!important}
body.lm-marketplace-page .nav .nav-cta,body.lm-public-page .nav .nav-cta{background:#FC6408!important;color:#fff!important;padding:13px 18px!important;border-radius:22px!important;box-shadow:0 10px 24px rgba(252,100,8,.22)!important}
body.lm-marketplace-page .wrap{max-width:none!important;width:100%!important;margin:0!important;padding:34px 22px 42px!important}
body.lm-marketplace-page .products-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important}
@media(max-width:1180px){body.lm-marketplace-page .bar,body.lm-public-page .bar{min-height:76px!important;flex-wrap:wrap!important;padding:12px 18px!important}body.lm-marketplace-page .nav,body.lm-public-page .nav{width:100%!important;justify-content:flex-start!important;gap:12px!important}body.lm-marketplace-page .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:760px){body.lm-marketplace-page .brand img,body.lm-public-page .brand img{width:42px!important;height:42px!important}body.lm-marketplace-page .brand,body.lm-public-page .brand{font-size:24px!important}body.lm-marketplace-page .nav,body.lm-public-page .nav{gap:8px!important}body.lm-marketplace-page .nav a,body.lm-public-page .nav a{font-size:13px!important;min-height:36px!important;padding:8px 2px!important}body.lm-marketplace-page .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}}

/* V137 navigation cleanup: remove Sell from top menu, use a mobile half-screen drawer */
.site-header[data-lm-nav-v137], .site-header.lm-v137-ready, .lm-v134-header.lm-v137-ready{height:auto!important;z-index:120!important}
.site-header[data-lm-nav-v137] .mobile-menu-toggle,
.site-header.lm-v137-ready .mobile-menu-toggle,
.lm-v134-header.lm-v137-ready .mobile-menu-toggle{display:none;border:0;background:#fff;color:#0f172a;width:46px;height:46px;border-radius:14px;align-items:center;justify-content:center;flex-direction:column;gap:5px;box-shadow:0 8px 18px rgba(15,23,42,.08);border:1px solid #e5e7eb;cursor:pointer;flex:0 0 auto}
.site-header[data-lm-nav-v137] .mobile-menu-toggle span,
.site-header.lm-v137-ready .mobile-menu-toggle span,
.lm-v134-header.lm-v137-ready .mobile-menu-toggle span{display:block;width:20px;height:2px;border-radius:999px;background:#0f172a}
.site-header[data-lm-nav-v137] .mobile-menu-close,
.site-header.lm-v137-ready .mobile-menu-close,
.lm-v134-header.lm-v137-ready .mobile-menu-close{display:none}
.mobile-menu-backdrop{display:none}
@media(max-width:900px){
  body.lm-marketplace-page .bar,body.lm-public-page .bar,
  .site-header[data-lm-nav-v137] .bar,.site-header.lm-v137-ready .bar,.lm-v134-header.lm-v137-ready .bar{min-height:72px!important;padding:10px 14px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;flex-wrap:nowrap!important;width:100%!important}
  .site-header[data-lm-nav-v137] .brand,.site-header.lm-v137-ready .brand,.lm-v134-header.lm-v137-ready .brand{min-width:0!important;flex:1 1 auto!important;font-size:22px!important;gap:9px!important}
  .site-header[data-lm-nav-v137] .brand img,.site-header.lm-v137-ready .brand img,.lm-v134-header.lm-v137-ready .brand img{width:42px!important;height:42px!important;border-radius:14px!important}
  .site-header[data-lm-nav-v137] .brand-text,.site-header.lm-v137-ready .brand-text,.lm-v134-header.lm-v137-ready .brand-text{font-size:22px!important}
  .site-header[data-lm-nav-v137] .mobile-menu-toggle,.site-header.lm-v137-ready .mobile-menu-toggle,.lm-v134-header.lm-v137-ready .mobile-menu-toggle{display:inline-flex!important}
  .site-header[data-lm-nav-v137] .mobile-menu-close,.site-header.lm-v137-ready .mobile-menu-close,.lm-v134-header.lm-v137-ready .mobile-menu-close{display:flex!important;align-self:flex-end;width:40px;height:40px;border:0;border-radius:12px;background:#f1f5f9;color:#0f172a;align-items:center;justify-content:center;font-size:28px;line-height:1;cursor:pointer;margin-bottom:10px}
  .site-header[data-lm-nav-v137] .nav,.site-header.lm-v137-ready .nav,.lm-v134-header.lm-v137-ready .nav{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:auto!important;width:50vw!important;min-width:260px!important;max-width:390px!important;height:100vh!important;z-index:1002!important;background:#fff!important;padding:18px 16px 22px!important;margin:0!important;border-left:1px solid #e5e7eb!important;box-shadow:-18px 0 45px rgba(15,23,42,.18)!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:8px!important;overflow-y:auto!important;transform:translateX(105%)!important;transition:transform .22s ease!important;scrollbar-width:thin!important}
  html.lm-v137-menu-open .site-header[data-lm-nav-v137] .nav,
  html.lm-v137-menu-open .site-header.lm-v137-ready .nav,
  html.lm-v137-menu-open .lm-v134-header.lm-v137-ready .nav,
  .site-header[data-lm-nav-v137] .nav.is-open,.site-header.lm-v137-ready .nav.is-open,.lm-v134-header.lm-v137-ready .nav.is-open{transform:translateX(0)!important}
  .site-header[data-lm-nav-v137] .nav a,.site-header.lm-v137-ready .nav a,.lm-v134-header.lm-v137-ready .nav a{width:100%!important;min-height:48px!important;padding:13px 12px!important;border-radius:14px!important;justify-content:flex-start!important;background:#f8fafc!important;color:#0f172a!important;font-size:15px!important;font-weight:950!important}
  .site-header[data-lm-nav-v137] .nav a.nav-cta,.site-header.lm-v137-ready .nav a.nav-cta,.lm-v134-header.lm-v137-ready .nav a.nav-cta,.site-header .nav a.lm-v134-cta{background:#FC6408!important;color:#fff!important;justify-content:center!important;box-shadow:0 10px 22px rgba(252,100,8,.22)!important}
  .site-header[data-lm-nav-v137] .mobile-menu-backdrop,.site-header.lm-v137-ready .mobile-menu-backdrop,.lm-v134-header.lm-v137-ready .mobile-menu-backdrop{position:fixed!important;inset:0!important;background:rgba(15,23,42,.42)!important;z-index:1001!important;backdrop-filter:blur(2px)!important}
  html.lm-v137-menu-open .site-header[data-lm-nav-v137] .mobile-menu-backdrop,
  html.lm-v137-menu-open .site-header.lm-v137-ready .mobile-menu-backdrop,
  html.lm-v137-menu-open .lm-v134-header.lm-v137-ready .mobile-menu-backdrop{display:block!important}
  html.lm-v137-menu-open body{overflow:hidden!important}
}
@media(max-width:420px){
  .site-header[data-lm-nav-v137] .nav,.site-header.lm-v137-ready .nav,.lm-v134-header.lm-v137-ready .nav{width:68vw!important;min-width:250px!important}
}

/* V138: seller store cleanup + mobile drawer notification link */
body.lm-public-page .nav .lm-nav-notifications,
body.lm-marketplace-page .nav .lm-nav-notifications,
.site-header .nav .lm-nav-notifications{
  gap:6px!important;
}
@media(max-width:900px){
  .site-header[data-lm-nav-v137] .nav .lm-nav-notifications,
  .site-header.lm-v137-ready .nav .lm-nav-notifications,
  .lm-v134-header.lm-v137-ready .nav .lm-nav-notifications{
    background:#fff7ed!important;
    color:#0f172a!important;
    border:1px solid #fed7aa!important;
  }
}
.seller-storefront-v124 .storefront-topbar{display:none!important}
.seller-storefront-v124 .seller-storefront-logo,.seller-storefront-v124 .storefront-bell{display:none!important}
.seller-storefront-v124 .storefront-hero{grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:18px!important}
.seller-storefront-v124 .storefront-profile-copy{min-width:0!important}
.seller-storefront-v124 .storefront-title-row{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important}
.seller-storefront-v124 .storefront-title-row h1{max-width:100%!important;overflow-wrap:anywhere!important}
@media(max-width:760px){
  .seller-storefront-v124{border-radius:22px!important}
  .seller-storefront-v124 .storefront-content{padding:18px 14px!important}
  .seller-storefront-v124 .storefront-hero{grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;justify-items:initial!important;gap:12px!important}
  .seller-storefront-v124 .storefront-avatar{width:78px!important;height:78px!important;border-width:3px!important;box-shadow:0 8px 18px rgba(15,23,42,.10)!important}
  .seller-storefront-v124 .storefront-avatar-initials{font-size:25px!important}
  .seller-storefront-v124 .storefront-title-row{gap:6px!important;margin-bottom:2px!important}
  .seller-storefront-v124 .storefront-title-row h1{font-size:clamp(20px,6vw,25px)!important;line-height:1.08!important;letter-spacing:-.045em!important}
  .seller-storefront-v124 .top-seller-badge{font-size:11px!important;padding:5px 8px!important}
  .seller-storefront-v124 .storefront-location,.seller-storefront-v124 .storefront-category,.seller-storefront-v124 .storefront-rating{font-size:13px!important;line-height:1.32!important;margin-top:4px!important}
  .seller-storefront-v124 .storefront-awning img{min-height:68px!important;object-fit:cover!important}
}

/* V141: product card action buttons stay on one line + infinite scroll UI */
.lm-marketplace-page .card-actions{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  align-items:stretch!important;
}
.lm-marketplace-page .card-actions .btn{
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-size:clamp(11px,1.02vw,13px)!important;
  line-height:1!important;
  padding:9px 8px!important;
  min-width:0!important;
}
.lm-marketplace-page .load-more-wrap{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  min-height:86px!important;
  margin:22px 0 8px!important;
  color:#64748b!important;
  font-weight:850!important;
  text-align:center!important;
}
.lm-marketplace-page .load-more-wrap[data-has-more="false"] .load-more-btn{
  display:none!important;
}
.lm-marketplace-page .load-more-wrap.is-loading .load-more-btn{
  pointer-events:none!important;
  opacity:.72!important;
}
.lm-marketplace-page .load-more-status{
  font-size:14px!important;
  color:#64748b!important;
}
@media(max-width:760px){
  .lm-marketplace-page .card-actions{gap:7px!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}
  .lm-marketplace-page .card-actions .btn{font-size:12px!important;padding:8px 6px!important;min-height:40px!important;border-radius:12px!important}
  .lm-marketplace-page .load-more-wrap{min-height:74px!important;margin-top:16px!important}
}
@media(max-width:340px){
  .lm-marketplace-page .card-actions{grid-template-columns:1fr!important}
}

/* V142: stack product action buttons vertically so both buttons are full-width and readable */
body.lm-marketplace-page .product-card .card-actions,
body.lm-public-page .product-card .card-actions{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:8px!important;
  width:100%!important;
  margin-top:auto!important;
}
body.lm-marketplace-page .product-card .card-actions .btn,
body.lm-public-page .product-card .card-actions .btn{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  min-height:42px!important;
  padding:10px 12px!important;
  border-radius:14px!important;
  font-size:13px!important;
  line-height:1.1!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-overflow:clip!important;
  text-align:center!important;
}
@media(max-width:760px){
  body.lm-marketplace-page .product-card .card-actions,
  body.lm-public-page .product-card .card-actions{gap:7px!important}
  body.lm-marketplace-page .product-card .card-actions .btn,
  body.lm-public-page .product-card .card-actions .btn{font-size:12px!important;min-height:40px!important;padding:9px 8px!important}
}
@media(max-width:360px){
  body.lm-marketplace-page .product-card .card-actions .btn,
  body.lm-public-page .product-card .card-actions .btn{font-size:11px!important;letter-spacing:-.01em!important}
}
