/* PCBuyer Intelligence v5.3.86 - Shop Computers page-specific CSS split. */
/* Extracted from main.css in v5.3.86: v1.4 retail-style Shop Computers page */
/* v1.4 retail-style Shop Computers page */
.pcb-shop-quick,
.pcb-shop-brands,
.pcb-shop-featured,
.pcb-shop-products {
  margin-bottom: 34px;
}
.pcb-section-head.compact {
  margin-bottom: 14px;
}
.pcb-shop-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.pcb-shop-tile {
  display: block;
  background: #fff;
  border: 1px solid var(--pcb-line);
  border-radius: 22px;
  padding: 22px;
  text-decoration: none;
  color: var(--pcb-ink);
  box-shadow: 0 12px 32px rgba(8, 28, 64, .06);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.pcb-shop-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(18,87,238,.35);
  box-shadow: 0 18px 40px rgba(8, 28, 64, .10);
}
.pcb-shop-tile-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #eef4ff;
  color: #1257ee;
  margin-bottom: 14px;
  font-weight: 900;
}
.pcb-shop-tile strong {
  display:block;
  font-size: 20px;
  margin-bottom: 5px;
}
.pcb-shop-tile em {
  display:block;
  font-style: normal;
  color: #1257ee;
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 10px;
}
.pcb-shop-tile p {
  margin:0;
  color: var(--pcb-muted);
  line-height:1.45;
}
.pcb-brand-strip {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.pcb-brand-pill {
  display:flex;
  align-items:center;
  gap:10px;
  padding:13px 16px;
  border:1px solid var(--pcb-line);
  border-radius:999px;
  background:#fff;
  color:var(--pcb-ink);
  text-decoration:none;
  box-shadow: 0 10px 24px rgba(8, 28, 64, .05);
}
.pcb-brand-pill strong {
  font-size:15px;
}
.pcb-brand-pill span {
  min-width:26px;
  height:26px;
  border-radius:999px;
  background:#eef4ff;
  color:#1257ee;
  display:inline-grid;
  place-items:center;
  font-weight:900;
  font-size:12px;
}
.pcb-mini-feature h3 {
  margin-top:0;
}
.pcb-mini-feature p {
  color:var(--pcb-muted);
  min-height:48px;
}
.pcb-mini-feature a {
  font-weight:900;
  color:#1257ee;
  text-decoration:none;
}
.pcb-shop-filter-bar {
  display:grid;
  grid-template-columns: 1.4fr 1fr 1fr .8fr auto;
  gap:12px;
  align-items:end;
  background:#fff;
  border:1px solid var(--pcb-line);
  border-radius:22px;
  padding:18px;
  margin-bottom:22px;
  box-shadow: 0 12px 32px rgba(8, 28, 64, .06);
}
.pcb-shop-filter-bar label {
  display:block;
}
.pcb-shop-filter-bar label span {
  display:block;
  text-transform:uppercase;
  font-size:11px;
  font-weight:900;
  letter-spacing:.06em;
  color:#53657f;
  margin-bottom:7px;
}
.pcb-shop-filter-bar input,
.pcb-shop-filter-bar select {
  width:100%;
  border:1px solid var(--pcb-line);
  border-radius:12px;
  padding:12px 13px;
  background:#f8fbff;
  color:var(--pcb-ink);
  font-weight:700;
}
.pcb-shop-filter-bar .pcb-button {
  min-height:44px;
  border:0;
  cursor:pointer;
}
@media (max-width: 1000px) {
  .pcb-shop-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pcb-shop-filter-bar {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .pcb-shop-category-grid {
    grid-template-columns: 1fr;
  }
  .pcb-shop-filter-bar {
    grid-template-columns: 1fr;
  }
}


/* Extracted from main.css in v5.3.86: v1.7 left-column shopping layout */
/* v1.7 left-column shopping layout */
.pcb-shop-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}
.pcb-shop-sidebar {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 16px;
}
.admin-bar .pcb-shop-sidebar {
  top: 124px;
}
.pcb-shop-sidebar-card {
  background: #fff;
  border: 1px solid var(--pcb-line);
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 12px 32px rgba(8, 28, 64, .06);
}
.pcb-shop-sidebar-card h2,
.pcb-shop-sidebar-card h3 {
  margin: 0 0 8px;
}
.pcb-shop-sidebar-card p {
  margin: 0 0 16px;
  color: var(--pcb-muted);
  line-height: 1.45;
}
.pcb-shop-sidebar-form {
  display: grid;
  gap: 12px;
}
.pcb-shop-sidebar-form label span {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  color: #53657f;
  margin-bottom: 7px;
}
.pcb-shop-sidebar-form input,
.pcb-shop-sidebar-form select {
  width: 100%;
  border: 1px solid var(--pcb-line);
  border-radius: 12px;
  padding: 11px 12px;
  background: #f8fbff;
  color: var(--pcb-ink);
  font-weight: 700;
}
.pcb-shop-sidebar-form .pcb-button {
  border: 0;
  cursor: pointer;
  width: 100%;
  justify-content: center;
}
.pcb-clear-link {
  display: block;
  text-align: center;
  font-weight: 800;
  color: #1257ee;
  text-decoration: none;
}
.pcb-shop-side-list {
  display: grid;
  gap: 8px;
}
.pcb-shop-side-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid var(--pcb-line);
  border-radius: 14px;
  background: #f8fbff;
  color: var(--pcb-ink);
  text-decoration: none;
  font-weight: 800;
}
.pcb-shop-side-list a.active,
.pcb-shop-side-list a:hover {
  background: #eef4ff;
  border-color: rgba(18,87,238,.35);
}
.pcb-shop-side-list b {
  min-width: 28px;
  height: 24px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: #fff;
  color: #1257ee;
  font-size: 12px;
}
.pcb-shop-side-links {
  display: grid;
  gap: 10px;
}
.pcb-shop-side-links a {
  color: #1257ee;
  font-weight: 900;
  text-decoration: none;
}
.pcb-shop-results-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.pcb-shop-results-head h2 {
  margin: 0 0 6px;
}
.pcb-shop-results-head p {
  margin: 0;
  color: var(--pcb-muted);
}
.pcb-shop-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.pcb-shop-active-filters span {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef4ff;
  color: #1257ee;
  font-weight: 900;
  font-size: 12px;
}
@media (max-width: 1100px) {
  .pcb-shop-layout {
    grid-template-columns: 1fr;
  }
  .pcb-shop-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pcb-shop-sidebar-card:first-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 700px) {
  .pcb-shop-sidebar {
    grid-template-columns: 1fr;
  }
  .pcb-shop-results-head {
    display: block;
  }
  .pcb-shop-active-filters {
    justify-content: flex-start;
    margin-top: 12px;
  }
}


/* Extracted from main.css in v5.3.86: v5.3.5 / v5.3.6 shop search and product-directory controls */
/* PCBuyer v5.3.5 shop search and product-directory controls */
.pcb-page-hero-shop-computers .pcb-hero-mini-card{width:100%;max-width:560px;padding:0;border:0;background:transparent;box-shadow:none}
.pcb-shop-hero-search-card{border:1px solid rgba(255,255,255,.23);background:#fff;color:#071b3d;border-radius:24px;padding:28px;box-shadow:0 28px 80px rgba(0,0,0,.28);display:grid;gap:13px}
.pcb-shop-search-label{display:inline-flex;width:max-content;border-radius:999px;background:#edf4ff;color:#1257ee;padding:6px 10px;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.pcb-shop-hero-search-card h2{margin:0;font-size:clamp(28px,3vw,40px);letter-spacing:-.04em;line-height:1.05;color:#06172e}
.pcb-shop-hero-search-card p{margin:0;color:#51637c!important;font-size:15px!important;line-height:1.45!important;max-width:none!important}
.pcb-shop-hero-search-form{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;margin-top:4px}
.pcb-shop-hero-search-form input{width:100%;border:1px solid #cfdced;border-radius:13px;background:#f8fbff;color:#071b3d;padding:15px 16px;font-size:15px;font-weight:750;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.pcb-shop-hero-search-form input:focus{outline:2px solid rgba(18,87,238,.22);border-color:#1257ee;background:#fff}
.pcb-shop-hero-search-form .pcb-button{width:100%;justify-content:center;text-align:center;border-radius:13px;padding:15px 18px}
.pcb-shop-advanced-link{display:flex;justify-content:center;align-items:center;text-align:center;border:1px solid #d6e3f5;border-radius:12px;background:#fff;color:#1257ee;text-decoration:none;font-weight:900;padding:12px 14px}
.pcb-shop-quick-searches{display:flex;flex-wrap:wrap;gap:9px;margin-top:2px}
.pcb-shop-quick-searches a{display:inline-flex;align-items:center;border:1px solid #d7e5f8;border-radius:999px;background:#f5f9ff;color:#0b3b91;text-decoration:none;font-size:13px;font-weight:900;padding:8px 11px}
.pcb-shop-quick-searches a:hover{background:#eaf2ff;border-color:#b9d2ff}
.pcb-shop-search-trust{border-top:1px solid #e1e9f5;margin-top:6px;padding-top:14px;display:flex;gap:9px;align-items:center;color:#51637c;font-weight:850;font-size:13px}.pcb-shop-search-trust span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#edf4ff;color:#1257ee;font-weight:950}
.pcb-product-directory-head{border:1px solid #dbe7f6;border-radius:18px;background:#fff;padding:18px 20px;box-shadow:0 10px 26px rgba(15,23,42,.05);margin-top:10px}.pcb-product-directory-head .pcb-button{align-self:center;white-space:nowrap}
.pcb-product-directory-summary{display:flex;justify-content:space-between;align-items:center;gap:18px;border:1px solid #dbe7f6;border-radius:18px;background:linear-gradient(135deg,#fff,#f7fbff);padding:22px;box-shadow:0 10px 26px rgba(15,23,42,.05)}.pcb-product-directory-summary strong{display:block;font-size:20px;color:#071b3d;margin-bottom:5px}.pcb-product-directory-summary p{margin:0;color:#51637c;line-height:1.5}.pcb-product-directory-summary .pcb-button{white-space:nowrap}.pcb-product-directory-pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin:28px 0 6px}.pcb-product-directory-pagination span{font-weight:900;color:#51637c}.pcb-shop-drawer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:1100px){.pcb-shop-drawer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pcb-product-directory-summary{align-items:flex-start;flex-direction:column}.pcb-product-directory-head{display:grid;gap:14px}}
@media(max-width:720px){.pcb-shop-hero-search-card{padding:22px}.pcb-shop-drawer-grid{grid-template-columns:1fr}.pcb-shop-quick-searches a{flex:1 1 auto;justify-content:center}.pcb-product-directory-pagination{flex-wrap:wrap}.pcb-product-directory-summary .pcb-button,.pcb-product-directory-head .pcb-button{width:100%;text-align:center;justify-content:center}}

/* PCBuyer v5.3.6 shop search results */
.pcb-shop-search-results-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border:1px solid #d9e6f7;border-radius:20px;background:linear-gradient(135deg,#fff,#f7fbff);padding:22px 24px;margin:0 0 14px;box-shadow:0 12px 30px rgba(15,23,42,.06)}
.pcb-shop-search-results-hero h2{margin:4px 0 6px;color:#071b3d;font-size:clamp(24px,3vw,34px);letter-spacing:-.035em;line-height:1.05}
.pcb-shop-search-results-hero p{margin:0;color:#51637c;font-size:15px;line-height:1.45}
.pcb-shop-search-sort{display:grid;gap:4px;min-width:150px;text-align:right;color:#51637c;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.pcb-shop-search-sort strong{display:inline-flex;justify-content:center;border:1px solid #d5e4f6;border-radius:999px;background:#fff;color:#071b3d;padding:8px 12px;text-transform:none;letter-spacing:0;font-size:13px;box-shadow:0 5px 14px rgba(15,23,42,.04)}
.pcb-shop-result-pills{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 22px}.pcb-shop-result-pills a{display:inline-flex;align-items:center;justify-content:center;border:1px solid #d6e3f5;border-radius:999px;background:#fff;color:#0b2f66;text-decoration:none;font-size:13px;font-weight:900;padding:9px 13px;box-shadow:0 5px 14px rgba(15,23,42,.04)}
.pcb-shop-result-pills a.active,.pcb-shop-result-pills a:hover{background:#1257ee;border-color:#1257ee;color:#fff}
.pcb-shop-no-results{grid-column:1/-1;display:grid;gap:12px;text-align:left}.pcb-shop-no-results h2{margin:0;color:#071b3d}.pcb-shop-no-results p{margin:0;color:#51637c}.pcb-shop-no-results-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px}
@media(max-width:720px){.pcb-shop-search-results-hero{flex-direction:column}.pcb-shop-search-sort{text-align:left}.pcb-shop-result-pills a{flex:1 1 auto}.pcb-shop-no-results-links .pcb-button{width:100%;justify-content:center}}


/* Extracted from main.css in v5.3.86: shop no-results suggestions */
.pcb-shop-no-results-suggestions{margin:18px 0;padding:16px;border:1px solid rgba(37,99,235,.16);border-radius:18px;background:#f8fbff}.pcb-shop-no-results-suggestions strong{display:block;margin-bottom:10px;color:#061a38}.pcb-shop-no-results-suggestions div{display:flex;flex-wrap:wrap;gap:8px}.pcb-shop-no-results-suggestions a{display:inline-flex;align-items:center;border:1px solid rgba(37,99,235,.22);background:#fff;border-radius:999px;padding:8px 12px;font-weight:800;color:#0b57d0;text-decoration:none}.pcb-shop-no-results-suggestions a:hover{background:#eff6ff}



/* Extracted from main.css in v5.3.86: v5.3.19 / v5.3.20 shopping hub and lazy lanes */
/* v5.3.19 Shopping Hub refresh */
.pcb-shop-hub-page{--shop-blue:#1257ee;--shop-navy:#061a38;--shop-line:#dbe7f6;--shop-soft:#f5f8fc}.pcb-shop-hub-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:0 0 18px}.pcb-shop-hub-section-head h2{margin:0 0 6px;color:var(--shop-navy);font-size:clamp(1.35rem,2.1vw,2rem);letter-spacing:-.035em}.pcb-shop-hub-section-head p{margin:0;color:#52657e;max-width:760px;line-height:1.55}.pcb-shop-hub-section-head>a{font-weight:900;color:var(--shop-blue);text-decoration:none;white-space:nowrap}.pcb-shop-hub-categories{margin:0 0 28px}.pcb-shop-hub-category-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}.pcb-shop-hub-category-card{display:grid;gap:8px;align-content:center;min-height:102px;padding:16px 12px;border:1px solid var(--shop-line);border-radius:16px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.055);color:var(--shop-navy);text-decoration:none;text-align:center;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.pcb-shop-hub-category-card:hover,.pcb-shop-hub-category-card:focus{transform:translateY(-2px);border-color:#b9cffc;box-shadow:0 16px 32px rgba(18,87,238,.12);outline:0}.pcb-shop-hub-category-card span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#edf4ff;color:var(--shop-blue);font-weight:950;margin:0 auto}.pcb-shop-hub-category-card .pcb-shop-hub-category-image{width:92px;height:62px;border-radius:14px;background:#f8fbff;border:1px solid #dbe7f6;overflow:hidden}.pcb-shop-hub-category-card .pcb-shop-hub-category-image img{width:100%;height:100%;object-fit:contain;display:block}.pcb-shop-hub-category-card strong{font-size:14px;line-height:1.15}.pcb-shop-hub-category-card em{font-style:normal;color:#52657e;font-size:12px;line-height:1.25}.pcb-shop-top-deals{margin:24px 0 28px}.pcb-shop-top-deals-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.pcb-shop-deal-lane,.pcb-shop-accessory-lane{background:#fff;border:1px solid var(--shop-line);border-radius:20px;padding:18px;box-shadow:0 14px 34px rgba(15,23,42,.07)}.pcb-shop-deal-lane-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:0 0 14px}.pcb-shop-deal-lane-head h3,.pcb-shop-accessory-lane .pcb-accessory-top-deals-head h2{margin:0 0 5px;color:var(--shop-navy);font-size:21px;letter-spacing:-.025em}.pcb-shop-deal-lane-head p,.pcb-shop-accessory-lane .pcb-accessory-top-deals-head p{margin:0;color:#52657e;font-size:13px;line-height:1.45}.pcb-shop-deal-lane-head a,.pcb-accessory-top-deals-all{font-size:13px;font-weight:900;color:var(--shop-blue);text-decoration:none;white-space:nowrap}.pcb-shop-deal-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.pcb-shop-deal-lane .pcb-commerce-card{min-height:0}.pcb-shop-deal-lane .pcb-commerce-card-media{min-height:124px}.pcb-shop-deal-lane .pcb-commerce-card h3{font-size:14px;line-height:1.25}.pcb-shop-deal-lane .pcb-commerce-card p{font-size:12px}.pcb-shop-deal-lane .pcb-commerce-actions{grid-template-columns:1fr}.pcb-shop-deal-lane .pcb-commerce-actions .pcb-button:nth-child(n+3){display:none}.pcb-shop-accessory-lane .pcb-accessory-top-deals-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:0 0 14px}.pcb-shop-accessory-lane .pcb-accessory-top-deals-head span{font-size:12px;font-weight:800;color:#128047;background:#ecfdf3;border:1px solid #ccefd9;border-radius:999px;padding:6px 10px;white-space:nowrap}.pcb-shop-accessory-lane .pcb-accessory-top-kicker{display:none}.pcb-shop-accessory-lane .pcb-accessory-top-deals-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.pcb-shop-accessory-lane .pcb-accessory-top-deal-card{border:1px solid var(--shop-line);border-radius:14px;padding:10px;background:#fff;box-shadow:none}.pcb-shop-accessory-lane .pcb-top-deal-rank{display:none}.pcb-shop-accessory-lane .pcb-top-deal-badge{font-size:10px}.pcb-shop-accessory-lane .pcb-top-deal-image{min-height:96px}.pcb-shop-accessory-lane .pcb-top-deal-bottom a{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:var(--shop-blue);color:#fff;text-decoration:none;font-weight:900;padding:8px 10px}.pcb-shop-need-section{margin:26px 0 6px}.pcb-shop-need-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.pcb-shop-need-grid a{display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center;padding:15px;border:1px solid var(--shop-line);border-radius:16px;background:#fff;color:var(--shop-navy);text-decoration:none;box-shadow:0 10px 24px rgba(15,23,42,.05)}.pcb-shop-need-grid span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#edf4ff;color:var(--shop-blue);font-weight:950}.pcb-shop-need-grid strong{font-size:14px}.pcb-shop-need-grid em{font-style:normal;color:#52657e;font-size:12px;line-height:1.25}.pcb-shop-bottom-trust{display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fff;border:1px solid var(--shop-line);border-radius:18px;padding:18px;margin:0 0 20px;box-shadow:0 10px 26px rgba(15,23,42,.05)}.pcb-shop-bottom-trust strong{display:block;color:var(--shop-navy);font-size:19px;margin-bottom:4px}.pcb-shop-bottom-trust p{margin:0;color:#52657e}.pcb-shop-hub-filterbar{margin:22px 0 24px}.pcb-shop-hub-page .pcb-commerce-aside{align-self:start}.pcb-shop-fallback-mini{display:flex;align-items:center;justify-content:space-between;gap:14px;background:#f8fbff;border:1px solid var(--shop-line);border-radius:14px;padding:16px}.pcb-shop-fallback-mini p{margin:0;color:#52657e}.pcb-page-hero-shop-computers .pcb-shop-search-trust{font-size:13px}.pcb-page-hero-shop-computers .pcb-shop-quick-searches{gap:8px}.pcb-page-hero-shop-computers .pcb-shop-quick-searches a{white-space:nowrap}@media(max-width:1100px){.pcb-shop-hub-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.pcb-shop-top-deals-grid{grid-template-columns:1fr}.pcb-shop-need-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.pcb-page-hero-shop-computers h1{font-size:30px}.pcb-page-hero-shop-computers .pcb-page-hero-inner>div:first-child>p{font-size:13px}.pcb-shop-hub-section-head{display:block;margin-bottom:12px}.pcb-shop-hub-section-head h2{font-size:22px}.pcb-shop-hub-section-head p{font-size:13px}.pcb-shop-hub-section-head>a{display:inline-flex;margin-top:8px}.pcb-shop-hub-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pcb-shop-hub-category-card{text-align:left;grid-template-columns:40px 1fr;align-items:center;min-height:76px;padding:12px}.pcb-shop-hub-category-card span{grid-row:1/3;margin:0;width:38px;height:38px}.pcb-shop-hub-category-card .pcb-shop-hub-category-image{width:52px;height:42px;grid-row:1/3;margin:0}.pcb-shop-hub-category-card strong{font-size:13px}.pcb-shop-hub-category-card em{font-size:11px}.pcb-shop-top-deals{margin-top:20px}.pcb-shop-top-deals-grid{display:block}.pcb-shop-deal-lane,.pcb-shop-accessory-lane{padding:14px;border-radius:17px;margin:0 0 14px}.pcb-shop-deal-lane-head,.pcb-shop-accessory-lane .pcb-accessory-top-deals-head{align-items:flex-end;margin-bottom:10px}.pcb-shop-deal-lane-head h3,.pcb-shop-accessory-lane .pcb-accessory-top-deals-head h2{font-size:20px}.pcb-shop-deal-lane-head p,.pcb-shop-accessory-lane .pcb-accessory-top-deals-head p{font-size:12px}.pcb-shop-deal-card-grid,.pcb-shop-accessory-lane .pcb-accessory-top-deals-grid{grid-template-columns:1fr;gap:10px}.pcb-shop-accessory-lane .pcb-accessory-top-deals-head span{display:none}.pcb-shop-accessory-lane .pcb-accessory-top-deal-card{display:grid;grid-template-columns:98px 1fr;gap:10px;align-items:center}.pcb-shop-accessory-lane .pcb-top-deal-image{grid-row:1/5;min-height:84px}.pcb-shop-accessory-lane .pcb-top-deal-bottom{display:grid;grid-template-columns:1fr 1fr;gap:8px;align-items:center}.pcb-shop-need-grid{grid-template-columns:1fr 1fr;gap:10px}.pcb-shop-need-grid a{grid-template-columns:34px 1fr;padding:12px}.pcb-shop-need-grid span{width:34px;height:34px}.pcb-shop-need-grid strong{font-size:13px}.pcb-shop-need-grid em{font-size:11px}.pcb-shop-bottom-trust{display:block}.pcb-shop-bottom-trust .pcb-button{margin-top:12px;width:100%;justify-content:center}.pcb-shop-hub-filterbar{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px;margin:18px 0;padding:12px}.pcb-shop-hub-filterbar label:first-child{grid-column:1/-1}.pcb-shop-hub-filterbar button{grid-column:1/-1}.pcb-shop-commerce .pcb-commerce-paths,.pcb-shop-commerce .pcb-shop-results-drawers,.pcb-shop-commerce .pcb-product-directory-summary,.pcb-shop-commerce .pcb-shop-mobile-directory-cta{display:none!important}.pcb-shop-commerce .pcb-commerce-main-grid{display:block}.pcb-shop-commerce .pcb-commerce-aside{display:none!important}}@media(max-width:420px){.pcb-shop-hub-category-grid,.pcb-shop-need-grid{grid-template-columns:1fr}.pcb-shop-hub-filterbar{grid-template-columns:1fr!important}.pcb-shop-accessory-lane .pcb-accessory-top-deal-card{grid-template-columns:88px 1fr}.pcb-shop-accessory-lane .pcb-top-deal-bottom{grid-template-columns:1fr}.pcb-shop-hub-category-card{grid-template-columns:38px 1fr}}

/* v5.3.20 lazy-loaded shopping hub lanes */
.pcb-shop-lazy-lane{min-height:260px;display:flex;flex-direction:column;justify-content:flex-start}.pcb-shop-lane-loading{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:stretch}.pcb-shop-lane-loading span{display:block;min-height:176px;border-radius:14px;background:linear-gradient(100deg,#edf4ff 0%,#f8fbff 42%,#e7f0fb 72%);background-size:220% 100%;animation:pcb-shop-lazy-shimmer 1.25s ease-in-out infinite;border:1px solid #dbe7f6}.pcb-shop-lane-loading strong{grid-column:1/-1;color:#52657e;font-size:13px;text-align:center}.pcb-shop-lazy-error .pcb-shop-lane-loading span{display:none}.pcb-shop-lazy-error .pcb-shop-lane-loading{display:block;border:1px dashed #b9cbe1;border-radius:14px;background:#f8fbff;padding:18px}.pcb-shop-lazy-error .pcb-shop-lane-loading strong{display:block;text-align:left}@keyframes pcb-shop-lazy-shimmer{0%{background-position:120% 0}100%{background-position:-120% 0}}
@media(max-width:720px){.pcb-shop-lazy-lane{min-height:220px}.pcb-shop-lane-loading{grid-template-columns:1fr}.pcb-shop-lane-loading span{min-height:120px}.pcb-shop-lane-loading span:nth-child(n+2){display:none}}


/* Extracted from main.css in v5.3.86: v5.3.21 shop accessory-lane card completion */
/* v5.3.21: complete cards for shop hub lanes */
.pcb-shop-accessory-lane .pcb-accessory-top-deal-card h3{
  display:block!important;color:#071b3d!important;font-size:14px!important;line-height:1.25!important;margin:6px 0 6px!important;min-height:2.4em!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;
}
.pcb-shop-accessory-lane .pcb-accessory-top-deal-card p{
  display:block!important;color:#52657e!important;font-size:12px!important;line-height:1.35!important;margin:0 0 8px!important;min-height:2.4em!important;
}
.pcb-shop-accessory-lane .pcb-top-deal-bottom strong{display:block!important;color:#1257ee!important;font-size:15px!important;font-weight:950!important;white-space:nowrap!important}
.pcb-shop-accessory-lane .pcb-top-deal-bottom{border-top:1px solid #e2ebf7!important;padding-top:9px!important;margin-top:auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}
.pcb-shop-accessory-lane .pcb-accessory-top-deal-card{color:#071b3d!important;min-height:0!important;display:flex!important;flex-direction:column!important;gap:7px!important}
.pcb-shop-accessory-lane .pcb-top-deal-image{display:grid!important;place-items:center!important;background:#f8fbff!important;border:1px solid #e2ebf7!important;margin:24px 0 6px!important;height:104px!important;min-height:104px!important;border-radius:12px!important;overflow:hidden!important}
.pcb-shop-accessory-lane .pcb-top-deal-image img{max-width:100%!important;max-height:96px!important;object-fit:contain!important}
.pcb-shop-accessory-lane .pcb-top-deal-bottom a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;border-radius:10px!important;background:#1257ee!important;color:#fff!important;text-decoration:none!important;font-weight:900!important;padding:8px 10px!important;box-shadow:0 10px 20px rgba(18,87,238,.18)!important}
.pcb-shop-accessory-lane .pcb-acc-merchant-badge{display:inline-flex!important;margin-right:5px!important}


/* Extracted from main.css in v5.3.86: v5.3.22 filtered shop result card polish */
.pcb-shop-deal-lane .pcb-commerce-card .pcb-commerce-card-body>p{min-height:2.7em}
@media(max-width:720px){
  .pcb-shop-accessory-lane .pcb-accessory-top-deal-card{display:grid!important;grid-template-columns:98px 1fr!important;align-items:center!important;gap:10px!important}
  .pcb-shop-accessory-lane .pcb-top-deal-image{grid-row:1/5!important;margin:0!important;height:88px!important;min-height:88px!important}
  .pcb-shop-accessory-lane .pcb-accessory-top-deal-card h3{margin:0!important;min-height:0!important}
  .pcb-shop-accessory-lane .pcb-accessory-top-deal-card p{min-height:0!important;margin:0!important}
  .pcb-shop-accessory-lane .pcb-top-deal-bottom{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;padding-top:6px!important}
  .pcb-shop-accessory-lane .pcb-top-deal-bottom a{min-height:34px!important}
}

/* v5.3.22 filtered shop result card polish */
.pcb-shop-commerce .pcb-commerce-product-grid{
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  align-items:stretch;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card{
  min-width:0;
  height:100%;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card-media{
  min-height:172px;
  height:172px;
  padding:18px;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-product-img,
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-product-image-fallback{
  width:100%;
  max-width:100%;
  height:136px;
  max-height:136px;
  object-fit:contain;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card-body{
  display:flex;
  flex-direction:column;
  gap:10px;
  min-width:0;
  flex:1;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card h3{
  min-height:2.45em;
  overflow:hidden;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card h3 a{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card-body>p{
  min-height:2.7em;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-meta{
  margin-top:auto;
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px;
  align-items:end;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-meta strong{
  white-space:nowrap;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-actions{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  align-items:stretch;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-actions .pcb-button{
  min-width:0;
  width:100%;
  justify-content:center;
  white-space:normal;
  line-height:1.15;
  padding:10px 8px;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-actions .pcb-button:nth-child(3){
  grid-column:1/-1;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-amazon-offer-button{
  background:#f59e0b;
  color:#071b3d;
  border-color:#f59e0b;
}
@media(max-width:720px){
  .pcb-shop-commerce .pcb-commerce-product-grid{
    grid-template-columns:1fr;
  }
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card{
    display:grid;
    grid-template-columns:118px minmax(0,1fr);
    align-items:stretch;
  }
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card-media{
    height:auto;
    min-height:100%;
    padding:12px;
  }
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-product-img,
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-product-image-fallback{
    height:104px;
    max-height:104px;
  }
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card h3{
    min-height:0;
    font-size:15px;
  }
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card-body>p{
    min-height:0;
  }
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-meta strong{
    font-size:14px;
  }
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-actions{
    grid-template-columns:1fr 1fr;
  }
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-actions .pcb-button:nth-child(3){
    display:none;
  }
}



/* Extracted from main.css in v5.3.86: v5.3.70 / v5.3.71 Shop Computers final cleanup and approved redesign */
/* v5.3.70 Shop Computers final cleanup */
.pcb-shop-methodology-trust{align-items:flex-start}.pcb-shop-methodology-trust>div{max-width:760px}.pcb-shop-bottom-trust-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:14px 0 0;padding:0;list-style:none}.pcb-shop-bottom-trust-list li{position:relative;padding:12px 12px 12px 34px;border:1px solid #dbe8f7;border-radius:14px;background:#f8fbff;color:#334155;font-size:13px;line-height:1.35;font-weight:750}.pcb-shop-bottom-trust-list li:before{content:'✓';position:absolute;left:12px;top:12px;color:#0b63f6;font-weight:950}.pcb-shop-methodology-trust .pcb-button{white-space:nowrap;margin-top:4px}@media(max-width:900px){.pcb-shop-methodology-trust{display:grid}.pcb-shop-bottom-trust-list{grid-template-columns:1fr}.pcb-shop-methodology-trust .pcb-button{width:max-content}}@media(max-width:560px){.pcb-shop-methodology-trust .pcb-button{width:100%;justify-content:center}.pcb-shop-bottom-trust-list li{font-size:12.5px}}

/* v5.3.71 approved Shop Computers redesign */
.pcb-page-hero-shop-computers{background:radial-gradient(circle at 84% 38%,rgba(37,99,235,.22),transparent 28%),linear-gradient(115deg,#061327 0%,#071d42 50%,#082b63 100%);border-bottom:1px solid rgba(15,23,42,.12);overflow:hidden}.pcb-page-hero-shop-computers:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:26px 26px;opacity:.45;pointer-events:none}.pcb-page-hero-shop-computers .pcb-container{position:relative;z-index:1}.pcb-page-hero-shop-computers .pcb-page-hero-inner{min-height:430px;display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:54px;align-items:center}.pcb-page-hero-shop-computers h1{font-size:clamp(40px,5vw,68px);line-height:1.02;letter-spacing:-.055em;max-width:760px}.pcb-page-hero-shop-computers .pcb-page-hero-inner>div:first-child>p:not(.pcb-kicker){max-width:665px;font-size:17px;line-height:1.65;color:#dbeafe}.pcb-page-hero-shop-computers .pcb-hero-tabs{gap:12px;margin-top:26px}.pcb-page-hero-shop-computers .pcb-hero-tabs a{border-radius:12px;padding:13px 22px;font-weight:950}.pcb-page-hero-shop-computers .pcb-hero-tabs a:first-child{background:#0b63f6;border-color:#60a5fa;color:#fff;box-shadow:0 14px 30px rgba(37,99,235,.35)}.pcb-page-hero-shop-computers .pcb-hero-tabs a:nth-child(2){background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.38);color:#fff}.pcb-page-hero-shop-computers .pcb-hero-mini-card{background:transparent;border:0;box-shadow:none;padding:0}.pcb-shop-hero-search-card{border-radius:22px;background:#fff;border:1px solid rgba(255,255,255,.58);box-shadow:0 28px 70px rgba(2,8,23,.34);padding:26px}.pcb-shop-hero-search-card h2{font-size:30px;letter-spacing:-.035em}.pcb-shop-hero-search-form input{border-radius:12px;border:1px solid #d5e3f4;background:#f8fbff}.pcb-shop-hero-search-form .pcb-button{border-radius:12px;box-shadow:0 10px 22px rgba(37,99,235,.24)}.pcb-shop-quick-searches a{border:1px solid #dbeafe;background:#f8fbff;color:#0b55ce;border-radius:999px;font-weight:900}.pcb-shop-search-trust{border-top:1px solid #e6eef8;padding-top:13px;color:#315176}.pcb-shop-hub-filterbar{position:relative;z-index:3;display:grid!important;grid-template-columns:minmax(190px,1.35fr) repeat(4,minmax(130px,1fr)) auto!important;gap:12px;align-items:end;margin:-34px 0 28px!important;padding:16px!important;background:#fff!important;border:1px solid #dbe8f7!important;border-radius:18px!important;box-shadow:0 20px 54px rgba(15,23,42,.16)!important}.pcb-shop-hub-filterbar label{font-size:11px!important;color:#315176!important;font-weight:950!important;letter-spacing:.035em;text-transform:uppercase}.pcb-shop-hub-filterbar input,.pcb-shop-hub-filterbar select{height:44px;margin-top:6px;border-radius:11px!important;border:1px solid #cfe0f4!important;background:#f9fbff!important;color:#0b2448!important;font-weight:700}.pcb-shop-hub-filterbar .pcb-button{height:44px;border-radius:12px;white-space:nowrap;box-shadow:0 10px 22px rgba(37,99,235,.22)}.pcb-shop-hub-categories{margin-top:2px}.pcb-shop-hub-section-head{align-items:flex-end}.pcb-shop-hub-section-head h2{font-size:clamp(24px,2.5vw,34px)}.pcb-shop-hub-category-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:14px}.pcb-shop-hub-category-card{min-height:128px;border-radius:14px;padding:16px 12px;box-shadow:0 12px 26px rgba(15,23,42,.07)}.pcb-shop-hub-category-card .pcb-shop-hub-category-image{width:104px;height:72px;border-radius:13px}.pcb-shop-hub-category-card strong{font-size:14px}.pcb-shop-hub-category-card em{font-size:12px}.pcb-shop-top-deals-grid-approved{display:grid;grid-template-columns:1fr;gap:18px}.pcb-shop-lane-stack{display:grid;grid-template-columns:1fr;gap:16px}.pcb-shop-lane-pairs{display:grid;grid-template-columns:1fr 1fr;gap:18px}.pcb-shop-deal-lane{border-radius:18px;padding:14px;background:#fff;border:1px solid #dbe8f7;box-shadow:0 14px 34px rgba(15,23,42,.075)}.pcb-shop-deal-lane-head{margin-bottom:12px}.pcb-shop-deal-lane-head h3{font-size:19px}.pcb-shop-deal-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.pcb-shop-deal-card{display:grid;grid-template-columns:112px minmax(0,1fr);gap:12px;align-items:center;min-height:136px;border:1px solid #dce8f7;border-radius:15px;background:#fff;padding:12px;box-shadow:0 8px 20px rgba(15,23,42,.045);color:#071735}.pcb-shop-lane-pairs .pcb-shop-deal-card{grid-template-columns:1fr;align-content:start;min-height:260px}.pcb-shop-deal-card-img{display:flex;align-items:center;justify-content:center;width:112px;height:92px;border-radius:12px;background:#f5f8fc;border:1px solid #e0ebf8;overflow:hidden}.pcb-shop-lane-pairs .pcb-shop-deal-card-img{width:100%;height:118px}.pcb-shop-deal-thumb{width:100%;height:100%;object-fit:contain;display:block}.pcb-shop-deal-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:5px}.pcb-shop-deal-card-top span{display:inline-flex;align-items:center;border-radius:999px;background:#ecfdf3;color:#047857;border:1px solid #bbf7d0;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.035em;padding:4px 7px}.pcb-shop-deal-card-top b{font-size:11px;color:#047857}.pcb-shop-deal-card h4{margin:0 0 5px;font-size:14px;line-height:1.25}.pcb-shop-deal-card h4 a{color:#071735;text-decoration:none}.pcb-shop-deal-card p{margin:0 0 8px;color:#52657e;font-size:12px;line-height:1.35}.pcb-shop-deal-card-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:4px 0 9px}.pcb-shop-deal-card-meta em{font-style:normal;color:#64748b;font-size:12px;font-weight:800}.pcb-shop-deal-card-meta strong{color:#071735;font-size:14px}.pcb-shop-deal-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.pcb-shop-deal-card-actions .pcb-button{min-height:34px;border-radius:9px;padding:8px 9px;font-size:11px;line-height:1.1;text-align:center}.pcb-shop-deal-card-actions .pcb-button.secondary{background:#f8fbff;color:#0b63f6;border:1px solid #bfd7ff;box-shadow:none}.pcb-shop-need-section{margin:26px 0 18px}.pcb-shop-need-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.pcb-shop-need-grid a{display:grid;grid-template-columns:1fr;gap:12px;align-content:start;min-height:178px;padding:22px 18px;border-radius:18px;text-align:center}.pcb-shop-need-grid span{margin:0 auto;width:58px;height:58px;border-radius:17px;font-size:22px}.pcb-shop-need-grid strong{font-size:16px;line-height:1.2}.pcb-shop-need-grid em{font-size:13px;line-height:1.45}.pcb-shop-methodology-trust{align-items:stretch;display:grid!important;grid-template-columns:minmax(0,1fr) auto;gap:18px}.pcb-shop-methodology-trust ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:14px 0 0;padding:0;list-style:none}.pcb-shop-methodology-trust li{border:1px solid #dbe8f7;background:#f8fbff;border-radius:13px;padding:12px;color:#315176;font-size:13px;line-height:1.4}.pcb-shop-commerce .pcb-commerce-aside{border:1px solid #dbe8f7;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.06)}
@media(max-width:1180px){.pcb-page-hero-shop-computers .pcb-page-hero-inner{grid-template-columns:1fr;gap:24px;padding:42px 0}.pcb-page-hero-shop-computers .pcb-hero-mini-card{max-width:520px}.pcb-shop-hub-filterbar{grid-template-columns:1fr 1fr 1fr!important;margin:20px 0!important}.pcb-shop-hub-filterbar .pcb-button{grid-column:1/-1}.pcb-shop-hub-category-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.pcb-shop-lane-pairs{grid-template-columns:1fr}.pcb-shop-need-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.pcb-page-hero-shop-computers h1{font-size:34px}.pcb-shop-hub-filterbar{grid-template-columns:1fr!important}.pcb-shop-hub-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pcb-shop-deal-card-grid{grid-template-columns:1fr}.pcb-shop-deal-card,.pcb-shop-lane-pairs .pcb-shop-deal-card{grid-template-columns:96px minmax(0,1fr);min-height:0}.pcb-shop-deal-card-img,.pcb-shop-lane-pairs .pcb-shop-deal-card-img{width:96px;height:82px}.pcb-shop-need-grid{grid-template-columns:1fr 1fr}.pcb-shop-need-grid a{min-height:0;text-align:left;grid-template-columns:46px 1fr;align-items:center}.pcb-shop-need-grid span{width:42px;height:42px}.pcb-shop-need-grid em{grid-column:2}.pcb-shop-methodology-trust,.pcb-shop-methodology-trust ul{grid-template-columns:1fr!important}.pcb-shop-methodology-trust .pcb-button{width:100%;justify-content:center}}
@media(max-width:460px){.pcb-shop-hub-category-grid,.pcb-shop-need-grid{grid-template-columns:1fr}.pcb-shop-deal-card,.pcb-shop-lane-pairs .pcb-shop-deal-card{grid-template-columns:1fr}.pcb-shop-deal-card-img,.pcb-shop-lane-pairs .pcb-shop-deal-card-img{width:100%;height:128px}.pcb-shop-deal-card-actions{grid-template-columns:1fr}}


/* v5.3.73 shop hero/trust polish */
.pcb-page-hero-shop-computers .pcb-shop-search-label{background:#dbeafe!important;color:#0b3b91!important;border:1px solid #bfdbfe!important;box-shadow:0 1px 0 rgba(15,23,42,.04)!important}
.pcb-shop-methodology-trust .pcb-shop-bottom-trust-list li{position:relative!important;padding:14px 14px 14px 46px!important;min-height:72px}
.pcb-shop-methodology-trust .pcb-shop-bottom-trust-list li:before{left:16px!important;top:16px!important;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#eaf2ff;color:#0b63f6;font-size:12px;line-height:1}
@media(max-width:720px){.pcb-shop-methodology-trust .pcb-shop-bottom-trust-list li{padding-left:44px!important}}


/* Extracted from main.css in v5.3.86: v5.3.83 mobile shop category card repair */
/* v5.3.83: Mobile shop category card repair. Prevent category images from overlapping titles/descriptions on narrow screens. */
@media (max-width: 760px){
  .pcb-shop-hub-page .pcb-shop-hub-category-grid{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  .pcb-shop-hub-page .pcb-shop-hub-category-card{
    display:grid!important;
    grid-template-columns:96px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    column-gap:18px!important;
    row-gap:4px!important;
    align-items:center!important;
    align-content:center!important;
    min-height:118px!important;
    padding:18px!important;
    text-align:left!important;
    overflow:hidden!important;
  }
  .pcb-shop-hub-page .pcb-shop-hub-category-card .pcb-shop-hub-category-image,
  .pcb-shop-hub-page .pcb-shop-hub-category-card > span:first-child{
    grid-column:1!important;
    grid-row:1 / span 2!important;
    width:92px!important;
    height:72px!important;
    min-width:92px!important;
    max-width:92px!important;
    margin:0!important;
    justify-self:start!important;
    align-self:center!important;
    border-radius:16px!important;
    overflow:hidden!important;
  }
  .pcb-shop-hub-page .pcb-shop-hub-category-card .pcb-shop-hub-category-image img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    object-fit:contain!important;
  }
  .pcb-shop-hub-page .pcb-shop-hub-category-card strong{
    grid-column:2!important;
    grid-row:1!important;
    display:block!important;
    margin:0!important;
    font-size:18px!important;
    line-height:1.15!important;
    color:#071735!important;
    position:static!important;
    z-index:1!important;
  }
  .pcb-shop-hub-page .pcb-shop-hub-category-card em{
    grid-column:2!important;
    grid-row:2!important;
    display:block!important;
    margin:0!important;
    font-size:14px!important;
    line-height:1.35!important;
    color:#52657e!important;
    position:static!important;
    z-index:1!important;
  }
}
@media (max-width: 380px){
  .pcb-shop-hub-page .pcb-shop-hub-category-card{
    grid-template-columns:82px minmax(0,1fr)!important;
    column-gap:14px!important;
    padding:16px!important;
    min-height:108px!important;
  }
  .pcb-shop-hub-page .pcb-shop-hub-category-card .pcb-shop-hub-category-image,
  .pcb-shop-hub-page .pcb-shop-hub-category-card > span:first-child{
    width:80px!important;
    height:64px!important;
    min-width:80px!important;
    max-width:80px!important;
  }
  .pcb-shop-hub-page .pcb-shop-hub-category-card strong{font-size:17px!important;}
  .pcb-shop-hub-page .pcb-shop-hub-category-card em{font-size:13px!important;}
}

/* v5.3.92: Filtered Shop Computers result-card repair. Keeps show_all=1 category/search results in a polished product grid without touching Learn/accessory pages. */
.pcb-shop-commerce .pcb-commerce-main-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:24px;
  align-items:start;
}
.pcb-shop-commerce .pcb-commerce-main-grid>main{
  min-width:0;
}
.pcb-shop-commerce .pcb-commerce-product-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(280px,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
  margin-top:14px!important;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  height:100%!important;
  min-height:0!important;
  overflow:hidden!important;
  border:1px solid #dbe7f6!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(15,23,42,.08)!important;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card-media{
  display:grid!important;
  place-items:center!important;
  min-height:0!important;
  height:178px!important;
  padding:18px!important;
  border-right:0!important;
  border-bottom:1px solid #e3ebf6!important;
  background:#f8fbff!important;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-product-img,
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-product-image-fallback{
  display:block!important;
  width:100%!important;
  max-width:180px!important;
  height:140px!important;
  max-height:140px!important;
  object-fit:contain!important;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card-body{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  gap:9px!important;
  min-width:0!important;
  padding:16px!important;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card-topline{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  align-items:center!important;
  justify-content:space-between!important;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card h3{
  margin:0!important;
  min-height:2.45em!important;
  font-size:16px!important;
  line-height:1.22!important;
  letter-spacing:-.015em!important;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card h3 a{
  color:#071735!important;
  text-decoration:none!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card-body>p{
  margin:0!important;
  min-height:2.7em!important;
  color:#52657e!important;
  font-size:13px!important;
  line-height:1.35!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-ai-card-methodology-note{
  min-height:0!important;
  font-weight:800!important;
  color:#315176!important;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-meta{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:10px!important;
  align-items:end!important;
  margin-top:auto!important;
  padding-top:4px!important;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-meta span{
  min-width:0!important;
  color:#64748b!important;
  font-size:12px!important;
  font-weight:800!important;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-meta strong{
  white-space:nowrap!important;
  color:#071735!important;
  font-size:15px!important;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
  align-items:stretch!important;
  margin-top:4px!important;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-actions .pcb-button{
  display:inline-flex!important;
  min-width:0!important;
  width:100%!important;
  min-height:38px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:9px 8px!important;
  border-radius:10px!important;
  font-size:11px!important;
  line-height:1.12!important;
  text-align:center!important;
  white-space:normal!important;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-actions .pcb-button:nth-child(3){
  grid-column:1/-1!important;
}
.pcb-shop-commerce .pcb-commerce-product-grid .pcb-amazon-offer-button{
  background:#f59e0b!important;
  border-color:#f59e0b!important;
  color:#071b3d!important;
}
@media(max-width:1040px){
  .pcb-shop-commerce .pcb-commerce-main-grid{grid-template-columns:1fr!important;}
  .pcb-shop-commerce .pcb-commerce-aside{display:none!important;}
}
@media(max-width:720px){
  .pcb-shop-commerce .pcb-commerce-product-grid{grid-template-columns:1fr!important;gap:13px!important;}
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card{
    display:grid!important;
    grid-template-columns:112px minmax(0,1fr)!important;
    flex-direction:initial!important;
    border-radius:18px!important;
  }
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card-media{
    height:auto!important;
    min-height:100%!important;
    padding:12px!important;
    border-bottom:0!important;
    border-right:1px solid #e3ebf6!important;
  }
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-product-img,
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-product-image-fallback{
    max-width:92px!important;
    height:104px!important;
    max-height:104px!important;
  }
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card-body{padding:13px!important;gap:7px!important;}
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card h3{min-height:0!important;font-size:15px!important;}
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card-body>p{min-height:0!important;font-size:11.5px!important;}
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-meta{display:block!important;}
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-meta span{display:block!important;margin-bottom:2px!important;}
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-meta strong{font-size:14px!important;color:#1257ee!important;}
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-actions{grid-template-columns:1fr 1fr!important;gap:7px!important;}
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-actions .pcb-button{min-height:34px!important;font-size:10.5px!important;padding:8px 7px!important;}
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-actions .pcb-button:nth-child(n+3){display:none!important;}
}
@media(max-width:420px){
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card{grid-template-columns:96px minmax(0,1fr)!important;}
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card-media{padding:10px!important;}
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-product-img,
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-product-image-fallback{max-width:78px!important;height:88px!important;max-height:88px!important;}
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-card-body{padding:11px!important;}
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-actions{grid-template-columns:1fr!important;}
  .pcb-shop-commerce .pcb-commerce-product-grid .pcb-commerce-actions .pcb-button:nth-child(n+2){display:none!important;}
}

