:root{
  --ink:#111;
  --muted:#666;
  --line:#e9e9e9;
  --soft:#f7f7f7;
  --shadow:0 8px 20px rgba(0,0,0,.02);
}
.bws-shell{max-width:1180px;margin:0 auto;padding:12px 14px 46px;color:var(--ink)}

/* Minimal hero - same language as individual product pages */
.bws-premium-hero{margin:0 0 16px}
.bws-premium-copy{
  padding:26px 28px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--shadow);
  display:grid;
  justify-items:center;
  text-align:center;
  gap:11px;
}
.bws-overline,
.bws-section-head span,
.bws-results-kicker{
  display:block;
  margin:0;
  color:#7a7a7a;
  font-size:9px;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.bws-premium-copy h1{
  margin:0;
  max-width:820px;
  color:#111;
  font-size:clamp(30px,3.5vw,44px);
  line-height:1;
  letter-spacing:-.035em;
  font-weight:500;
}
.bws-premium-copy p{
  margin:0;
  max-width:780px;
  color:#626262;
  font-size:14px;
  line-height:1.55;
}
.bws-hero-highlights{display:flex;flex-wrap:wrap;justify-content:center;gap:7px}
.bws-hero-pill{
  display:inline-flex;align-items:center;gap:6px;
  min-height:28px;padding:0 10px;
  border:1px solid #ececec;border-radius:999px;
  background:#f8f8f8;color:#666;
  font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;
}
.bws-hero-pill strong{color:#111;font-weight:800}
.bws-hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;padding-top:2px}
.bws-hero-button,
.bws-show-all,
.bws-load-more,
.bws-search button{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:44px;padding:0 18px;
  border:1.5px solid #111;border-radius:14px;
  background:#fff;color:#111;text-decoration:none;
  font-size:10.5px;font-weight:800;letter-spacing:.055em;text-transform:uppercase;
  cursor:pointer;transition:.18s ease;
}
.bws-hero-button.is-dark,.bws-show-all.is-active,.bws-search button{background:#111;color:#fff}
.bws-hero-button:hover,.bws-show-all:hover,.bws-load-more:hover,.bws-search button:hover{transform:translateY(-1px)}

/* Search compact */
.bws-shop-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:12px;align-items:center;margin-bottom:18px}
.bws-search,.bws-toolbar-note{
  border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:var(--shadow)
}
.bws-search{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center;padding:7px 8px}
.bws-search-icon{font-size:15px;opacity:.7;padding-left:4px}
.bws-search-input{width:100%;border:0;background:transparent;outline:none;padding:9px 2px;color:#111;font-size:14px}
.bws-search button{min-height:40px;padding:0 15px;border-radius:12px;font-size:9.5px}
.bws-toolbar-note{display:grid;gap:3px;padding:12px 14px}
.bws-toolbar-note strong{font-size:13px;font-weight:600;color:#111}
.bws-toolbar-note span{font-size:11px;line-height:1.4;color:#6a6a6a}

/* Headings smaller and lighter */
.bws-section-head,.bws-products-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:16px}
.bws-section-head{margin:6px 0 12px}
.bws-products-toolbar{margin-bottom:12px}
.bws-section-head h2,.bws-products-toolbar h2{
  margin:2px 0 0;color:#111;
  font-size:clamp(24px,2.7vw,32px);line-height:1.03;letter-spacing:-.025em;font-weight:500
}
.bws-section-head p{margin:6px 0 0;max-width:600px;color:#686868;font-size:12.5px;line-height:1.5}
.bws-show-all,.bws-load-more{min-height:40px;padding:0 16px;border-radius:12px;font-size:9.5px}

/* Shop cards mirror related-product cards */
.bws-collections,.bws-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.bws-collection,.bws-product-card{
  overflow:hidden;padding:9px;
  border:1px solid var(--line);border-radius:18px;
  background:#fff;box-shadow:none;transition:.18s ease;text-align:left
}
.bws-collection:hover,.bws-product-card:hover{border-color:#d9d9d9;transform:translateY(-1px);box-shadow:0 12px 26px rgba(0,0,0,.035)}
.bws-collection-image,.bws-product-image{
  display:block;width:100%;margin:0 0 9px;
  border-radius:13px;overflow:hidden;background:#f3f3f3
}
.bws-collection-image{aspect-ratio:1/.88}
.bws-product-image{aspect-ratio:1/.9}
.bws-collection-image img,.bws-product-image img{display:block;width:100%;height:100%;object-fit:cover}
.bws-collection-body,.bws-product-body{display:grid;gap:7px;padding:0 1px 2px}
.bws-collection-top,.bws-product-top{display:flex;justify-content:space-between;align-items:center;gap:6px;flex-wrap:wrap}
.bws-collection-pill,.bws-collection-count,.bws-product-cat,.bws-design-pill{
  display:inline-flex;align-items:center;min-height:25px;padding:0 8px;border-radius:999px;
  font-size:8px;font-weight:800;letter-spacing:.075em;text-transform:uppercase
}
.bws-collection-pill,.bws-product-cat{background:#f8f8f8;border:1px solid #ececec;color:#666}
.bws-collection-count,.bws-design-pill{background:#111;border:1px solid #111;color:#fff}
.bws-collection-body strong,.bws-product-body h3{
  margin:0;color:#111;font-size:16px;line-height:1.08;letter-spacing:-.015em;font-weight:500
}
.bws-product-body h3 a{color:#111;text-decoration:none}
.bws-collection-body em,.bws-product-caption{margin:0;color:#6b6b6b;font-size:10.5px;line-height:1.45;font-style:normal}
.bws-product-meta{display:grid;gap:4px;padding:8px 0;margin:0;border-top:1px solid #efefef;border-bottom:1px solid #efefef}
.bws-price-tag{font-size:11px;font-weight:800;color:#111}
.bws-install-tag{font-size:9.5px;color:#6b6b6b}
.bws-arrow,.bws-view-product{
  display:flex;justify-content:space-between;align-items:center;
  padding-top:8px;margin-top:0;border-top:1px solid #efefef;
  color:#111;text-decoration:none;font-size:10px;font-weight:800
}
.bws-arrow span,.bws-view-product span{font-size:15px}

.bws-products-section{scroll-margin-top:22px;margin-top:26px}
.bws-products-toolbar label{display:grid;gap:4px;color:#6b6b6b;font-size:8.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.bws-products-toolbar select{padding:9px 34px 9px 11px;border:1px solid #ddd;border-radius:11px;background:#fff;color:#111;font-size:11px;font-weight:700}
.bws-results-count{margin:5px 0 0;color:#6b6b6b;font-size:11px}
.bws-active-filter{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;padding:9px 11px;border:1px solid #ececec;border-radius:13px;background:#fafafa;color:#555;font-size:11px}
.bws-active-filter button{border:0;background:transparent;color:#111;text-decoration:underline;font-size:10px;font-weight:700;cursor:pointer}
.bws-loading{display:flex;justify-content:center;gap:6px;padding:26px}
.bws-loading span{width:7px;height:7px;border-radius:50%;background:#111;animation:bwsdot 1s infinite ease-in-out}
.bws-loading span:nth-child(2){animation-delay:.15s}.bws-loading span:nth-child(3){animation-delay:.3s}
@keyframes bwsdot{0%,60%,100%{transform:translateY(0);opacity:.35}30%{transform:translateY(-4px);opacity:1}}
.bws-empty{grid-column:1/-1;display:grid;gap:6px;padding:32px;border:1px dashed #ccc;border-radius:16px;background:#fff;text-align:center;color:#666;font-size:12px}
.bws-empty strong{color:#111;font-size:16px;font-weight:600}

.bws-help-strip{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-top:34px;padding:15px 17px;border:1px solid #e8e8e8;border-radius:18px;background:#111;color:#fff;box-shadow:var(--shadow)}
.bws-help-strip div{display:grid;gap:3px}.bws-help-strip strong{font-size:14px;font-weight:600}.bws-help-strip span{font-size:11.5px;line-height:1.45;color:#d8d8d8}
.bws-top-link{display:inline-flex;align-items:center;min-height:38px;padding:0 13px;border:1px solid rgba(255,255,255,.25);border-radius:12px;color:#fff;text-decoration:none;font-size:9.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}

@media(max-width:1050px){
  .bws-shop-toolbar{grid-template-columns:1fr}
  .bws-collections,.bws-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  .bws-shell{padding:10px 10px 38px}
  .bws-premium-copy{padding:20px 16px;border-radius:20px}
  .bws-premium-copy h1{font-size:30px}
  .bws-premium-copy p{font-size:13px}
  .bws-search{grid-template-columns:auto minmax(0,1fr)}
  .bws-search button{grid-column:1/-1}
  .bws-section-head,.bws-products-toolbar,.bws-help-strip{align-items:flex-start;flex-direction:column}
  .bws-collections,.bws-product-grid{grid-template-columns:1fr}
}
