/* BULKOMI — PHASE 6 / FAZ 2 — PUBLIC COMMERCE EXPERIENCE
   Uses Phase 6 Faz 1 design tokens. Public presentation only; no business-state authority. */
:root{
  --b6pc-brand:var(--b6-brand-primary,#FF6B00);
  --b6pc-brand-50:#FFF7ED;
  --b6pc-brand-100:#FFEDD5;
  --b6pc-brand-dark:#9A3412;
  --b6pc-ink:var(--b6-text-primary,#0F172A);
  --b6pc-text:var(--b6-text-secondary,#475569);
  --b6pc-muted:var(--b6-text-tertiary,#64748B);
  --b6pc-line:var(--b6-neutral-200,#E2E8F0);
  --b6pc-soft:var(--b6-neutral-50,#F8FAFC);
  --b6pc-info:#1D4ED8;
  --b6pc-success:#15803D;
  --b6pc-warning:#B45309;
  --b6pc-error:#B91C1C;
}
body.b6pc-active{padding-bottom:0!important;background:#fff;color:var(--b6pc-ink)}
body.b6pc-active .site-header:not(.b6pc-header),body.b6pc-active>header:not(.b6pc-header){display:none!important}
body.b6pc-active .footer:not(.b6pc-footer),body.b6pc-active>footer:not(.b6pc-footer){display:none!important}
.b6pc-container{width:min(calc(100% - 64px),1320px);margin-inline:auto}
.b6pc-header{position:relative!important;z-index:80;background:#fff;border-bottom:1px solid var(--b6pc-line);font-family:Inter,ui-sans-serif,system-ui,sans-serif}
.b6pc-utility{height:32px;background:var(--b6pc-soft);border-bottom:1px solid var(--b6pc-line);font-size:12px;font-weight:500;color:var(--b6pc-text)}
.b6pc-utility .b6pc-container{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}
.b6pc-utility a{display:inline-flex;align-items:center;gap:6px;color:inherit;text-decoration:none;white-space:nowrap}
.b6pc-utility a:hover{color:var(--b6pc-ink)}
.b6pc-utility-right{display:flex;align-items:center;gap:20px}
.b6pc-mainbar{height:72px;background:#fff}
.b6pc-mainbar .b6pc-container{height:100%;display:grid;grid-template-columns:160px minmax(300px,660px) minmax(300px,1fr);gap:28px;align-items:center}
.b6pc-logo{display:inline-flex;align-items:center;width:150px;max-width:100%}
.b6pc-logo img{display:block;width:150px!important;height:auto!important;max-height:46px;object-fit:contain;object-position:left center}
.b6pc-search-wrap{position:relative;min-width:0}
.b6pc-search-form{height:44px;display:flex;align-items:center;border:1px solid var(--b6-neutral-300,#CBD5E1);border-radius:10px;background:#fff;transition:border-color .16s ease,box-shadow .16s ease}
.b6pc-search-form:focus-within{border-color:var(--b6pc-brand);box-shadow:0 0 0 3px rgba(255,107,0,.12)}
.b6pc-search-form .b6pc-icon{margin-left:14px;color:var(--b6pc-muted)}
.b6pc-search-form input{width:100%;height:100%;border:0!important;outline:0!important;background:transparent!important;padding:0 12px!important;font:400 14px/1.3 Inter,system-ui,sans-serif!important;color:var(--b6pc-ink)!important;box-shadow:none!important}
.b6pc-search-form input::placeholder{color:#94A3B8}
.b6pc-search-submit{width:42px;height:42px;border:0;background:transparent;color:var(--b6pc-text);display:grid;place-items:center;cursor:pointer;border-radius:8px}
.b6pc-search-submit:hover{background:var(--b6pc-soft);color:var(--b6pc-ink)}
.b6pc-autocomplete{position:absolute;top:50px;left:0;right:0;z-index:110;max-height:min(620px,70vh);overflow:auto;border:1px solid var(--b6pc-line);border-radius:14px;background:#fff;box-shadow:0 18px 50px rgba(15,23,42,.14);padding:8px}
.b6pc-autocomplete[hidden]{display:none!important}
.b6pc-ac-group{padding:7px 6px 4px;font-size:11px;line-height:16px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--b6pc-muted)}
.b6pc-ac-item{width:100%;min-height:52px;display:flex;align-items:center;gap:12px;padding:7px 8px;border:0;border-radius:9px;background:#fff;text-decoration:none;color:var(--b6pc-ink);cursor:pointer;text-align:left}
.b6pc-ac-item:hover,.b6pc-ac-item.is-active{background:var(--b6pc-soft)}
.b6pc-ac-thumb{width:40px;height:40px;flex:0 0 40px;border-radius:8px;border:1px solid var(--b6pc-line);background:#fff;object-fit:contain}
.b6pc-ac-avatar{width:28px;height:28px;flex:0 0 28px;border-radius:8px;display:grid;place-items:center;background:var(--b6pc-brand-50);color:var(--b6pc-brand-dark);font-size:11px;font-weight:700}
.b6pc-ac-copy{min-width:0;display:grid;gap:2px}
.b6pc-ac-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:18px;font-weight:600;color:var(--b6pc-ink)}
.b6pc-ac-copy small{font-size:12px;line-height:16px;color:var(--b6pc-muted)}
.b6pc-ac-empty{padding:20px 16px;text-align:center;display:grid;justify-items:center;gap:8px;color:var(--b6pc-text)}
.b6pc-ac-empty strong{font-size:14px;color:var(--b6pc-ink)}
.b6pc-ac-empty p{margin:0;font-size:13px}
.b6pc-ac-empty a{margin-top:4px}
.b6pc-header-actions{display:flex;justify-content:flex-end;align-items:center;gap:4px;min-width:0}
.b6pc-head-action{min-width:76px;height:52px;padding:5px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:0;border-radius:10px;background:transparent;color:var(--b6pc-text);font-size:12px;font-weight:500;text-decoration:none;position:relative}
.b6pc-head-action:hover{background:var(--b6pc-soft);color:var(--b6pc-ink)}
.b6pc-count{position:absolute;top:2px;left:50%;margin-left:7px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:var(--b6pc-brand);color:#fff;font-size:10px;font-weight:700;display:grid;place-items:center;border:2px solid #fff}
.b6pc-commerce{height:44px;background:#fff;border-top:1px solid #F1F5F9}
.b6pc-commerce .b6pc-container{height:100%;display:flex;align-items:center;gap:6px;min-width:0}
.b6pc-commerce a,.b6pc-category-trigger{height:36px;padding:0 12px;border:0;border-radius:9px;background:#fff;color:var(--b6pc-text);display:inline-flex;align-items:center;gap:7px;text-decoration:none;font-size:13px;font-weight:500;white-space:nowrap;cursor:pointer}
.b6pc-commerce a:hover,.b6pc-category-trigger:hover,.b6pc-category-trigger[aria-expanded="true"]{background:var(--b6pc-soft);color:var(--b6pc-ink)}
.b6pc-category-trigger{font-weight:600;color:var(--b6pc-ink)}
.b6pc-more{position:relative;margin-left:auto}
.b6pc-more-menu{position:absolute;right:0;top:40px;z-index:105;min-width:210px;padding:6px;border:1px solid var(--b6pc-line);border-radius:12px;background:#fff;box-shadow:0 14px 36px rgba(15,23,42,.12)}
.b6pc-more-menu[hidden]{display:none!important}
.b6pc-more-menu a{width:100%;justify-content:flex-start}
.b6pc-mega{position:absolute;left:50%;transform:translateX(-50%);top:148px;z-index:100;width:min(1040px,calc(100% - 64px));border:1px solid var(--b6pc-line);border-radius:16px;background:#fff;box-shadow:0 22px 60px rgba(15,23,42,.16);overflow:hidden}
.b6pc-mega[hidden]{display:none!important}
.b6pc-mega-body{display:grid;grid-template-columns:240px minmax(0,1fr);min-height:330px}
.b6pc-mega-left{padding:12px;background:var(--b6pc-soft);border-right:1px solid var(--b6pc-line)}
.b6pc-mega-parent{width:100%;min-height:40px;padding:8px 10px;border:0;border-radius:9px;background:transparent;color:var(--b6pc-text);font:500 13px/18px Inter,system-ui,sans-serif;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px}
.b6pc-mega-parent:hover{background:#fff;color:var(--b6pc-ink)}
.b6pc-mega-parent.is-selected{background:var(--b6pc-brand-50);color:var(--b6pc-brand-dark);font-weight:600}
.b6pc-mega-right{padding:24px}
.b6pc-mega-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}
.b6pc-mega-heading strong{font-size:16px;font-weight:600;color:var(--b6pc-ink)}
.b6pc-mega-heading a{font-size:13px;font-weight:600;color:var(--b6pc-brand-dark);text-decoration:none}
.b6pc-mega-children{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 24px}
.b6pc-mega-children a{padding:7px 0;color:var(--b6pc-text);text-decoration:none;font-size:13px;line-height:18px}
.b6pc-mega-children a:hover{color:var(--b6pc-ink)}
.b6pc-mega-footer{height:48px;border-top:1px solid var(--b6pc-line);display:flex;align-items:center;justify-content:flex-end;padding:0 20px;background:#fff}
.b6pc-mega-footer a{display:inline-flex;align-items:center;gap:6px;color:var(--b6pc-ink);font-size:13px;font-weight:600;text-decoration:none}
.b6pc-mobile-main,.b6pc-mobile-search,.b6pc-mobile-drawer,.b6pc-mobile-bottom{display:none}
.b6pc-icon{width:18px;height:18px;stroke-width:1.9;flex:0 0 auto}

.b6pc-hero--no-visual .b6pc-container{grid-template-columns:minmax(0,760px);justify-content:start}
.b6pc-filter-mobile-toggle{display:none}

/* Home */
.b6pc-home{display:block;background:#fff}
.b6pc-hero{min-height:420px;border-bottom:1px solid var(--b6pc-line);background:#fff}
.b6pc-hero .b6pc-container{min-height:420px;display:grid;grid-template-columns:7fr 5fr;gap:48px;align-items:center;padding-block:40px}
.b6pc-hero-copy{max-width:720px}
.b6pc-eyebrow{display:inline-block;margin-bottom:12px;color:var(--b6pc-brand-dark);font-size:12px;line-height:16px;font-weight:600;letter-spacing:.08em}
.b6pc-hero h1{margin:0;color:var(--b6pc-ink);font-size:40px;line-height:1.13;font-weight:700;letter-spacing:-.025em}
.b6pc-hero p{margin:18px 0 0;max-width:680px;color:var(--b6pc-text);font-size:17px;line-height:27px;font-weight:400}
.b6pc-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.b6pc-btn{min-height:44px;padding:0 16px;border:1px solid transparent;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-size:14px;font-weight:600;cursor:pointer;font-family:Inter,system-ui,sans-serif}
.b6pc-btn--primary{background:var(--b6pc-brand);border-color:var(--b6pc-brand);color:#fff}
.b6pc-btn--primary:hover{filter:brightness(.94);color:#fff}
.b6pc-btn--secondary{background:#fff;border-color:var(--b6-neutral-300,#CBD5E1);color:var(--b6pc-ink)}
.b6pc-btn--secondary:hover{background:var(--b6pc-soft)}
.b6pc-btn--ghost{background:transparent;color:var(--b6pc-ink);padding-inline:8px}
.b6pc-trust-line{margin-top:22px;display:flex;align-items:flex-start;gap:8px;color:var(--b6pc-text);font-size:13px;line-height:19px}
.b6pc-hero-visual{min-height:320px;border:1px solid var(--b6pc-line);border-radius:20px;background:var(--b6pc-soft);overflow:hidden;display:grid;place-items:center}
.b6pc-hero-visual[hidden]{display:none!important}
.b6pc-hero-visual img{width:100%;height:320px;object-fit:contain;background:#fff;padding:24px}
.b6pc-section{padding:64px 0}
.b6pc-section--soft{background:var(--b6pc-soft);border-block:1px solid var(--b6pc-line)}
.b6pc-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}
.b6pc-section-head h2{margin:0;font-size:26px;line-height:1.25;font-weight:700;color:var(--b6pc-ink)}
.b6pc-section-head p{margin:7px 0 0;max-width:760px;font-size:14px;line-height:21px;color:var(--b6pc-text)}
.b6pc-section-link{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;color:var(--b6pc-ink);font-size:13px;font-weight:600;text-decoration:none}
.b6pc-category-shortcuts{padding:24px 0;border-bottom:1px solid var(--b6pc-line);background:#fff}
.b6pc-shortcut-row{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:10px}
.b6pc-category-shortcut{min-width:0;min-height:88px;padding:10px 8px;border:1px solid transparent;border-radius:12px;background:#fff;color:var(--b6pc-ink);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-decoration:none;text-align:center}
.b6pc-category-shortcut:hover{border-color:var(--b6pc-line);background:var(--b6pc-soft)}
.b6pc-category-shortcut img{width:48px;height:48px;border-radius:10px;object-fit:contain;border:1px solid var(--b6pc-line);background:#fff}
.b6pc-category-shortcut .b6pc-icon-box{width:48px;height:48px;border-radius:10px;display:grid;place-items:center;background:var(--b6pc-brand-50);color:var(--b6pc-brand-dark)}
.b6pc-category-shortcut span:last-child{font-size:13px;line-height:17px;font-weight:600;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.b6pc-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.b6pc-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.b6pc-commerce-card{min-width:0;border:1px solid var(--b6pc-line);border-radius:14px;background:#fff;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 2px rgba(15,23,42,.03)}
.b6pc-card-media{height:190px;display:grid;place-items:center;background:#fff;border-bottom:1px solid var(--b6pc-line);padding:14px;position:relative}
.b6pc-card-media img{max-width:100%;max-height:100%;object-fit:contain}
.b6pc-card-media .b6pc-fallback{width:64px;height:64px;border-radius:14px;background:var(--b6pc-soft);display:grid;place-items:center;color:var(--b6pc-muted)}
.b6pc-card-body{padding:16px;display:flex;flex:1;flex-direction:column;gap:10px;min-width:0}
.b6pc-card-kicker{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.b6pc-status{min-height:24px;padding:3px 8px;border-radius:999px;display:inline-flex;align-items:center;gap:5px;background:var(--b6pc-soft);color:var(--b6pc-text);font-size:11px;line-height:16px;font-weight:600}
.b6pc-status--active{background:#EFF6FF;color:var(--b6pc-info)}
.b6pc-status--success{background:#F0FDF4;color:var(--b6pc-success)}
.b6pc-status--demand{background:var(--b6pc-brand-50);color:var(--b6pc-brand-dark)}
.b6pc-card-title{margin:0;font-size:16px;line-height:22px;font-weight:600;color:var(--b6pc-ink)}
.b6pc-card-title a{color:inherit;text-decoration:none}
.b6pc-card-title a:hover{text-decoration:underline;text-underline-offset:3px}
.b6pc-card-meta{font-size:12px;line-height:17px;color:var(--b6pc-muted)}
.b6pc-seller-line{display:flex;align-items:center;gap:8px;min-width:0;color:var(--b6pc-text);font-size:12px;line-height:17px}
.b6pc-seller-mini{width:28px;height:28px;flex:0 0 28px;border-radius:8px;background:var(--b6pc-brand-50);color:var(--b6pc-brand-dark);display:grid;place-items:center;font-size:10px;font-weight:700}
.b6pc-seller-line span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.b6pc-price{margin-top:2px;display:grid;gap:2px}
.b6pc-price small{font-size:11px;color:var(--b6pc-muted)}
.b6pc-price strong{font-size:22px;line-height:27px;font-weight:700;color:var(--b6pc-ink);font-variant-numeric:tabular-nums}
.b6pc-next-tier{padding:9px 10px;border-radius:9px;background:var(--b6pc-brand-50);color:#7C2D12;font-size:12px;line-height:17px}
.b6pc-card-action{margin-top:auto;padding-top:2px}
.b6pc-card-action .b6pc-btn{width:100%;min-height:44px}
.b6pc-how{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-block:1px solid var(--b6pc-line)}
.b6pc-how article{padding:28px 28px 28px 0;display:grid;grid-template-columns:40px minmax(0,1fr);gap:14px}
.b6pc-how article+article{padding-left:28px;border-left:1px solid var(--b6pc-line)}
.b6pc-how-icon{width:40px;height:40px;border-radius:10px;background:var(--b6pc-brand-50);color:var(--b6pc-brand-dark);display:grid;place-items:center}
.b6pc-how h3{margin:0 0 6px;font-size:16px;line-height:21px;font-weight:600;color:var(--b6pc-ink)}
.b6pc-how p{margin:0;font-size:13px;line-height:19px;color:var(--b6pc-text)}
.b6pc-category-discovery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.b6pc-category-card{padding:20px;border:1px solid var(--b6pc-line);border-radius:14px;background:#fff}
.b6pc-category-card-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.b6pc-category-card-icon{width:48px;height:48px;border-radius:11px;background:var(--b6pc-brand-50);color:var(--b6pc-brand-dark);display:grid;place-items:center;overflow:hidden}
.b6pc-category-card-icon img{width:100%;height:100%;object-fit:contain;background:#fff}
.b6pc-category-card h3{margin:0;font-size:18px;line-height:23px;font-weight:600;color:var(--b6pc-ink)}
.b6pc-category-children{display:flex;flex-wrap:wrap;gap:6px 12px}
.b6pc-category-children a{font-size:13px;line-height:18px;color:var(--b6pc-text);text-decoration:none}
.b6pc-category-children a:hover{color:var(--b6pc-ink)}
.b6pc-seller-card{padding:18px;border:1px solid var(--b6pc-line);border-radius:14px;background:#fff;display:grid;gap:12px}
.b6pc-seller-identity{display:flex;align-items:center;gap:11px;min-width:0}
.b6pc-seller-avatar{width:44px;height:44px;flex:0 0 44px;border-radius:11px;background:var(--b6pc-brand-50);color:var(--b6pc-brand-dark);display:grid;place-items:center;font-size:13px;font-weight:700}
.b6pc-seller-copy{min-width:0;display:grid;gap:3px}
.b6pc-seller-copy strong{font-size:15px;line-height:20px;font-weight:600;color:var(--b6pc-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.b6pc-seller-copy span{display:flex;align-items:center;gap:4px;font-size:11px;line-height:16px;color:var(--b6pc-info)}
.b6pc-seller-facts{display:flex;flex-wrap:wrap;gap:7px;color:var(--b6pc-text);font-size:12px;line-height:17px}
.b6pc-seller-cta{padding:36px 40px;border:1px solid var(--b6pc-line);border-radius:20px;background:var(--b6pc-soft);display:flex;align-items:center;justify-content:space-between;gap:32px}
.b6pc-seller-cta h2{margin:0;font-size:26px;line-height:1.25;font-weight:700;color:var(--b6pc-ink)}
.b6pc-seller-cta p{margin:8px 0 0;max-width:760px;font-size:14px;line-height:21px;color:var(--b6pc-text)}
.b6pc-seller-cta-actions{display:flex;gap:10px;flex:0 0 auto}
.b6pc-trust-strip{padding:28px 0;border-block:1px solid var(--b6pc-line);background:#fff}
.b6pc-trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}
.b6pc-trust-item{padding:0 24px;display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px;border-left:1px solid var(--b6pc-line)}
.b6pc-trust-item:first-child{padding-left:0;border-left:0}
.b6pc-trust-item:last-child{padding-right:0}
.b6pc-trust-icon{width:32px;height:32px;border-radius:9px;background:var(--b6pc-soft);color:var(--b6pc-text);display:grid;place-items:center}
.b6pc-trust-item strong{display:block;font-size:13px;line-height:18px;font-weight:600;color:var(--b6pc-ink)}
.b6pc-trust-item p{margin:3px 0 0;font-size:12px;line-height:17px;color:var(--b6pc-text)}
.b6pc-seo-index{padding:48px 0;background:var(--b6pc-soft);border-top:1px solid var(--b6pc-line)}
.b6pc-seo-index h2{margin:0;font-size:22px;line-height:28px;font-weight:700;color:var(--b6pc-ink)}
.b6pc-seo-index>div>p{margin:7px 0 22px;font-size:13px;line-height:19px;color:var(--b6pc-text)}
.b6pc-seo-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.b6pc-seo-group strong{display:block;margin-bottom:8px;font-size:13px;font-weight:600;color:var(--b6pc-ink)}
.b6pc-seo-group a{display:block;padding:3px 0;color:var(--b6pc-text);font-size:12px;line-height:17px;text-decoration:none}
.b6pc-seo-group a:hover{color:var(--b6pc-ink);text-decoration:underline}
.b6pc-state{padding:28px;border:1px dashed var(--b6-neutral-300,#CBD5E1);border-radius:14px;background:#fff;text-align:center;color:var(--b6pc-text);font-size:13px;line-height:20px}
.b6pc-state strong{display:block;margin-bottom:5px;color:var(--b6pc-ink);font-size:15px;font-weight:600}
.b6pc-skeleton{height:260px;border-radius:14px;background:#F1F5F9;animation:b6pc-pulse 1.4s ease-in-out infinite}
@keyframes b6pc-pulse{50%{opacity:.55}}

/* Generic public catalog pages */
.b6pc-page{padding:40px 0 72px;background:#fff}
.b6pc-breadcrumb{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:18px;color:var(--b6pc-muted);font-size:12px;line-height:17px}
.b6pc-breadcrumb a{color:var(--b6pc-text);text-decoration:none}
.b6pc-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}
.b6pc-page-head h1{margin:0;font-size:34px;line-height:1.2;font-weight:700;color:var(--b6pc-ink)}
.b6pc-page-head p{margin:8px 0 0;max-width:760px;color:var(--b6pc-text);font-size:15px;line-height:23px}
.b6pc-parent-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.b6pc-parent-card{padding:20px;border:1px solid var(--b6pc-line);border-radius:14px;background:#fff}
.b6pc-parent-card .b6pc-category-card-head{margin-bottom:12px}
.b6pc-parent-card .b6pc-category-children{display:grid;gap:7px}
.b6pc-parent-card .b6pc-category-children a{display:flex;align-items:center;justify-content:space-between;gap:8px}
.b6pc-alpha{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:20px}
.b6pc-alpha a,.b6pc-alpha button{width:34px;height:34px;border:1px solid var(--b6pc-line);border-radius:8px;background:#fff;color:var(--b6pc-text);display:grid;place-items:center;text-decoration:none;font-size:12px;font-weight:600;cursor:pointer}
.b6pc-alpha a:hover,.b6pc-alpha button:hover{background:var(--b6pc-soft);color:var(--b6pc-ink)}
.b6pc-brand-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.b6pc-brand-item{min-height:66px;padding:12px 14px;border:1px solid var(--b6pc-line);border-radius:12px;background:#fff;display:flex;align-items:center;gap:11px;color:var(--b6pc-ink);text-decoration:none;font-size:14px;font-weight:600}
.b6pc-brand-logo-fallback{width:42px;height:42px;flex:0 0 42px;border-radius:10px;background:var(--b6pc-soft);display:grid;place-items:center;color:var(--b6pc-text);font-size:12px;font-weight:700}
.b6pc-detail-layout{display:grid;grid-template-columns:248px minmax(0,1fr);gap:24px;align-items:start}
.b6pc-filter-sidebar{padding:16px;border:1px solid var(--b6pc-line);border-radius:14px;background:#fff;display:grid;gap:18px}
.b6pc-filter-group{display:grid;gap:8px}
.b6pc-filter-group strong{font-size:13px;font-weight:600;color:var(--b6pc-ink)}
.b6pc-filter-option{display:flex;align-items:center;gap:8px;color:var(--b6pc-text);font-size:12px;line-height:17px}
.b6pc-filter-option input{accent-color:var(--b6pc-brand)}
.b6pc-result-area{min-width:0;display:grid;gap:36px}
.b6pc-subcategories{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}
.b6pc-subcategories a{min-height:36px;padding:0 12px;border:1px solid var(--b6pc-line);border-radius:9px;display:inline-flex;align-items:center;color:var(--b6pc-text);font-size:12px;font-weight:600;text-decoration:none;background:#fff}
.b6pc-subcategories a:hover{background:var(--b6pc-soft);color:var(--b6pc-ink)}
.b6pc-search-summary{margin:-12px 0 22px;color:var(--b6pc-text);font-size:14px;line-height:20px}
.b6pc-search-tabs{display:flex;gap:4px;border-bottom:1px solid var(--b6pc-line);margin-bottom:20px;overflow:auto}
.b6pc-search-tab{min-height:42px;padding:0 12px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--b6pc-text);font:600 13px/1 Inter,system-ui,sans-serif;cursor:pointer;white-space:nowrap}
.b6pc-search-tab.is-active{border-color:var(--b6pc-brand);color:var(--b6pc-ink)}
.b6pc-search-group{margin-top:30px}
.b6pc-search-group h2{margin:0 0 16px;font-size:20px;line-height:26px;font-weight:600;color:var(--b6pc-ink)}
.b6pc-demand-card{padding:18px;border:1px solid var(--b6pc-line);border-radius:14px;background:#fff;display:grid;gap:10px}
.b6pc-demand-card h3{margin:0;font-size:16px;line-height:22px;font-weight:600;color:var(--b6pc-ink)}
.b6pc-demand-stats{display:flex;flex-wrap:wrap;gap:8px;color:var(--b6pc-text);font-size:12px;line-height:17px}
.b6pc-demand-card .b6pc-btn{justify-self:start}

/* Footer */
.b6pc-footer{background:#fff;border-top:1px solid var(--b6pc-line);font-family:Inter,ui-sans-serif,system-ui,sans-serif}
.b6pc-footer-main{padding:48px 0}
.b6pc-footer-grid{display:grid;grid-template-columns:1.35fr repeat(5,minmax(0,1fr));gap:28px}
.b6pc-footer-brand img{width:142px;height:auto;max-height:46px;object-fit:contain;object-position:left center}
.b6pc-footer-brand p{margin:14px 0 0;max-width:260px;font-size:12px;line-height:19px;color:var(--b6pc-text)}
.b6pc-footer-col strong{display:block;margin-bottom:11px;font-size:12px;line-height:17px;font-weight:600;color:var(--b6pc-ink);letter-spacing:.02em}
.b6pc-footer-col a{display:block;padding:4px 0;color:var(--b6pc-text);font-size:12px;line-height:17px;text-decoration:none}
.b6pc-footer-col a:hover{color:var(--b6pc-ink)}
.b6pc-legalbar{min-height:48px;border-top:1px solid var(--b6pc-line);background:var(--b6pc-soft)}
.b6pc-legalbar .b6pc-container{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--b6pc-muted);font-size:11px;line-height:16px}
.b6pc-legal-links{display:flex;flex-wrap:wrap;gap:14px}
.b6pc-legal-links a{color:inherit;text-decoration:none}

@media(max-width:1199px){
  .b6pc-mainbar .b6pc-container{grid-template-columns:145px minmax(260px,1fr) auto;gap:18px}
  .b6pc-head-action{min-width:66px;padding-inline:7px}
  .b6pc-commerce .b6pc-category-link:nth-of-type(n+3){display:none}
  .b6pc-grid-4{grid-template-columns:repeat(3,minmax(0,1fr))}
  .b6pc-footer-grid{grid-template-columns:1.3fr repeat(3,minmax(0,1fr));row-gap:34px}
  .b6pc-seo-columns{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:1023px){
  .b6pc-container{width:min(calc(100% - 48px),1320px)}
  .b6pc-utility,.b6pc-mainbar,.b6pc-commerce,.b6pc-mega{display:none!important}
  .b6pc-header{border-bottom:1px solid var(--b6pc-line)}
  .b6pc-mobile-main{height:56px;display:grid;grid-template-columns:44px 1fr auto auto;align-items:center;gap:4px;padding:0 12px}
  .b6pc-mobile-menu-btn,.b6pc-mobile-action{width:44px;height:44px;border:0;border-radius:10px;background:#fff;color:var(--b6pc-text);display:grid;place-items:center;cursor:pointer;text-decoration:none;position:relative}
  .b6pc-mobile-logo{display:flex;align-items:center;justify-content:center;min-width:0}
  .b6pc-mobile-logo img{width:132px!important;height:auto!important;max-height:38px;object-fit:contain}
  .b6pc-mobile-search{display:block;padding:0 16px 12px;background:#fff}
  .b6pc-mobile-search .b6pc-search-form{height:48px}
  .b6pc-mobile-drawer{display:block;position:fixed;inset:0;z-index:150;pointer-events:none}
  .b6pc-mobile-drawer[hidden]{display:none!important}
  .b6pc-mobile-drawer.is-open{pointer-events:auto}
  .b6pc-mobile-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.38)}
  .b6pc-mobile-panel{position:absolute;left:0;top:0;bottom:0;width:min(88vw,380px);background:#fff;overflow:auto;padding:14px 16px 28px;box-shadow:16px 0 46px rgba(15,23,42,.18)}
  .b6pc-mobile-panel-head{height:48px;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
  .b6pc-mobile-panel-head img{width:128px;height:auto}
  .b6pc-mobile-close{width:40px;height:40px;border:0;border-radius:9px;background:var(--b6pc-soft);display:grid;place-items:center;color:var(--b6pc-text);cursor:pointer}
  .b6pc-mobile-links{display:grid;border-block:1px solid var(--b6pc-line);padding:8px 0;margin-bottom:12px}
  .b6pc-mobile-links a{min-height:42px;display:flex;align-items:center;gap:9px;color:var(--b6pc-ink);text-decoration:none;font-size:14px;font-weight:500}
  .b6pc-mobile-categories details{border-bottom:1px solid var(--b6pc-line)}
  .b6pc-mobile-categories summary{min-height:44px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;color:var(--b6pc-ink);font-size:13px;font-weight:600;list-style:none}
  .b6pc-mobile-categories summary::-webkit-details-marker{display:none}
  .b6pc-mobile-category-children{display:grid;padding:0 0 10px 12px}
  .b6pc-mobile-category-children a{padding:6px 0;color:var(--b6pc-text);font-size:12px;text-decoration:none}
  .b6pc-hero .b6pc-container{grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);gap:28px}
  .b6pc-hero h1{font-size:36px}
  .b6pc-shortcut-row{grid-template-columns:repeat(6,minmax(0,1fr))}
  .b6pc-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .b6pc-category-discovery,.b6pc-parent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .b6pc-brand-list{grid-template-columns:repeat(3,minmax(0,1fr))}
  .b6pc-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 0}
  .b6pc-trust-item:nth-child(3){border-left:0;padding-left:0}
  .b6pc-detail-layout{grid-template-columns:220px minmax(0,1fr)}
  .b6pc-footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:767px){
  body.b6pc-active{padding-bottom:68px!important}
  .b6pc-container{width:calc(100% - 32px)}
  .b6pc-header{position:relative!important;top:auto!important}
  .b6pc-hero{min-height:0}
  .b6pc-hero .b6pc-container{min-height:0;grid-template-columns:1fr;gap:24px;padding-block:36px}
  .b6pc-hero-copy{max-width:none}
  .b6pc-hero h1{font-size:32px;line-height:1.16}
  .b6pc-hero p{font-size:15px;line-height:23px;margin-top:14px}
  .b6pc-hero-actions{display:grid;grid-template-columns:1fr;margin-top:20px}
  .b6pc-hero-visual{min-height:240px;border-radius:16px}
  .b6pc-hero-visual img{height:240px;padding:18px}
  .b6pc-category-shortcuts{padding:16px 0;overflow:hidden}
  .b6pc-shortcut-row{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:4px;margin-right:-16px;padding-right:16px;scrollbar-width:none}
  .b6pc-shortcut-row::-webkit-scrollbar{display:none}
  .b6pc-category-shortcut{flex:0 0 92px;min-height:82px;scroll-snap-align:start}
  .b6pc-section{padding:44px 0}
  .b6pc-section-head{align-items:flex-start;margin-bottom:20px}
  .b6pc-section-head h2{font-size:22px}
  .b6pc-section-head p{font-size:13px;line-height:19px}
  .b6pc-section-link{font-size:12px}
  .b6pc-grid-4,.b6pc-grid-3,.b6pc-category-discovery,.b6pc-parent-grid,.b6pc-brand-list{grid-template-columns:1fr}
  .b6pc-commerce-card{border-radius:14px}
  .b6pc-card-media{height:220px}
  .b6pc-how{grid-template-columns:1fr;border-bottom:0}
  .b6pc-how article,.b6pc-how article+article{padding:20px 0;border-left:0;border-bottom:1px solid var(--b6pc-line)}
  .b6pc-seller-cta{padding:24px;border-radius:16px;display:grid;gap:20px}
  .b6pc-seller-cta h2{font-size:22px}
  .b6pc-seller-cta-actions{display:grid;grid-template-columns:1fr;width:100%}
  .b6pc-trust-grid{grid-template-columns:1fr;gap:0}
  .b6pc-trust-item,.b6pc-trust-item:nth-child(3){padding:16px 0;border-left:0;border-top:1px solid var(--b6pc-line)}
  .b6pc-trust-item:first-child{border-top:0}
  .b6pc-seo-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
  .b6pc-page{padding:28px 0 52px}
  .b6pc-page-head{display:block;margin-bottom:22px}
  .b6pc-page-head h1{font-size:28px}
  .b6pc-detail-layout{grid-template-columns:1fr}
  .b6pc-filter-mobile-toggle{width:100%;height:44px;margin:0 0 12px;border:1px solid var(--b6pc-line);border-radius:10px;background:#fff;color:var(--b6pc-ink);display:flex;align-items:center;justify-content:center;gap:8px;font:600 14px/1 Inter,system-ui,sans-serif;cursor:pointer}
  .b6pc-filter-sidebar{display:none}
  .b6pc-filter-sidebar.is-mobile-open{display:block;position:static;margin-bottom:18px;max-height:min(68vh,560px);overflow:auto}
  .b6pc-subcategories{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}
  .b6pc-subcategories::-webkit-scrollbar{display:none}
  .b6pc-subcategories a{flex:0 0 auto}
  .b6pc-footer-main{padding:34px 0}
  .b6pc-footer-grid{grid-template-columns:1fr;gap:0}
  .b6pc-footer-brand{padding-bottom:22px}
  .b6pc-footer-col{border-top:1px solid var(--b6pc-line)}
  .b6pc-footer-col strong{margin:0;min-height:46px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}
  .b6pc-footer-col strong:after{content:'+';font-size:17px;color:var(--b6pc-muted)}
  .b6pc-footer-col.is-open strong:after{content:'−'}
  .b6pc-footer-col .b6pc-footer-links{display:none;padding-bottom:12px}
  .b6pc-footer-col.is-open .b6pc-footer-links{display:block}
  .b6pc-legalbar .b6pc-container{padding-block:12px;display:grid;justify-content:start}
  .b6pc-mobile-bottom{position:fixed;left:0;right:0;bottom:0;z-index:120;height:68px;display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border-top:1px solid var(--b6pc-line);padding-bottom:env(safe-area-inset-bottom)}
  .b6pc-mobile-bottom a{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--b6pc-muted);text-decoration:none;font-size:10px;font-weight:500}
  .b6pc-mobile-bottom a.is-active{color:var(--b6pc-brand-dark)}
  .b6pc-mobile-bottom .b6pc-icon{width:20px;height:20px}
}
@media(max-width:430px){
  .b6pc-mobile-main{grid-template-columns:44px 1fr 44px 44px;padding-inline:8px}
  .b6pc-mobile-logo img{width:116px!important}
  .b6pc-mobile-search{padding-inline:16px}
  .b6pc-hero h1{font-size:30px}
  .b6pc-section-head{display:grid;gap:9px}
  .b6pc-card-media{height:200px}
  .b6pc-seo-columns{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  .b6pc-skeleton{animation:none}
  .b6pc-search-form,.b6pc-btn{transition:none!important}
}

/* Faz 2 capability-safe media/actions */
.b6pc-card-media-wrap{position:relative;background:#fff}
.b6pc-card-media-wrap .b6pc-card-media{display:flex;width:100%}
.b6pc-favorite{position:absolute;top:10px;right:10px;z-index:2;width:38px;height:38px;border:1px solid var(--b6pc-line);border-radius:10px;background:rgba(255,255,255,.96);color:var(--b6pc-text);display:grid;place-items:center;cursor:pointer;box-shadow:0 4px 14px rgba(15,23,42,.06)}
.b6pc-favorite:hover{color:var(--b6pc-ink);background:#fff}
.b6pc-favorite.is-active{color:var(--b6pc-brand-dark);border-color:#FED7AA;background:var(--b6pc-brand-50)}
.b6pc-favorite.is-active .b6pc-icon{fill:currentColor}
.b6pc-seller-logo{width:44px;height:44px;flex:0 0 44px;border-radius:10px;border:1px solid var(--b6pc-line);background:#fff;object-fit:contain;padding:4px}
.b6pc-ac-seller-logo{padding:3px}
.b6pc-seller-copy small{font-size:12px;line-height:16px;color:var(--b6pc-muted);font-weight:400}
