﻿/* SqueeZaa site layer: static B2B storefront */
:root {
  --brand: #185f9d;
  --brand-2: #d64232;
  --ink: #1d2633;
  --muted: #657386;
  --line: #dbe3ec;
  --bg-soft: #f5f8fb;
  --bg-soft-2: #eef5fb;
  --accent: #f5b335;
  --shadow: 0 12px 28px rgba(22, 42, 68, .10);
  --shadow-sm: 0 4px 12px rgba(22, 42, 68, .06);
  --font: Arial, Helvetica, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  --max: 1360px;
}

body {
  background: #fff;
  font-family: var(--font);
  color: var(--ink);
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

.container,
main > .page-content,
.catalog-band,
.papathemes__categoryIconsWidget,
.reviews-strip,
.why-cps-band,
.home-trust-cells,
.breadcrumbs {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fff;
  border-top: 4px solid var(--brand);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 3px 14px rgba(22, 42, 68, .08);
}

.form-input,
input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  min-height: 42px;
  padding: 10px 12px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}

textarea {
  resize: vertical;
}

.header-main-container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.header-logo-image {
  width: 142px;
  max-height: 80px;
  object-fit: contain;
}

.navPages-container {
  flex: 1;
}

.navPages-list,
.navUser-section,
.bottomBar-list,
.footer-info-list,
.productGrid {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navPages-list--main {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.navPages-action,
.navUser-action {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 9px;
  border-radius: 3px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  border: 1px solid transparent;
}

.navPages-action:hover,
.navUser-action:hover {
  background: var(--bg-soft);
  border-color: #c9d7e5;
  color: var(--brand);
  text-decoration: none;
}

.navPages-item--resources {
  position: relative;
}

.navPage-subMenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: var(--shadow);
  padding: 8px;
}

.navPages-item--resources:hover .navPage-subMenu,
.navPage-subMenu.is-open {
  display: block;
}

.cart-button {
  border: 1px solid var(--brand);
  background: #fff;
  color: var(--brand);
  gap: 8px;
  padding-left: 12px;
  padding-right: 12px;
}

.navUser-item-icon,
.bottomBar-item-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.navUser-item-icon svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: currentColor;
}

.countPill,
.bottomBar-countPill {
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--brand-2);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.promo-marquee {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  padding: 8px 20px;
  background: #0f5488;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.promo-marquee div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}

.promo-marquee i {
  color: rgba(255, 255, 255, .38);
  font-style: normal;
}

.save-badge,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
}

.save-badge,
.button--primary,
.footer-rfq-button {
  background: var(--brand-2);
  color: #fff;
}

.button--default,
.footer-catalog-button {
  color: var(--brand);
  background: #fff;
  border-color: #b8cce0;
}

.button--black {
  background: var(--brand);
  color: #fff;
}

.button:hover,
.save-badge:hover {
  text-decoration: none;
  filter: brightness(.96);
}

.mobileMenu-toggle,
.navPages-container-heading,
.mobile-panel-close,
.bottomBar,
.navCatalog-panel {
  display: none;
}

.home-hero {
  max-width: var(--max);
  margin: 18px auto 0;
  padding: 0 20px;
}

.home-hero__slide {
  display: block;
  background: #fff;
  padding: 0;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.home-hero__slide img {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
}

.home-search-summary {
  background: #f7f9fb;
  color: var(--ink);
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand);
  padding-top: 28px;
  padding-bottom: 28px;
}

.home-search-summary h1,
.home-search-summary p {
  color: inherit;
}

.home-search-summary .section-title > a {
  color: #fff;
  background: var(--brand-2);
  border-radius: 4px;
  padding: 10px 14px;
  font-weight: 700;
}

.catalog-band,
.reviews-strip,
.why-cps-band,
.home-trust-cells,
.papathemes__categoryIconsWidget {
  margin-top: 28px;
  margin-bottom: 28px;
}

.section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.section-title p {
  color: var(--muted);
  max-width: 840px;
}

.eyebrow,
.buyer-proof-tag,
.card-kicker,
.footer-sales-label,
.footer-b2b-eyebrow,
.blog-post__category {
  margin: 0 0 8px;
  color: var(--brand-2);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 12px;
}

.link-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.link-cloud a,
.collection-notes li,
.footer-b2b-proof span,
.footer-b2b-trust span,
.blog-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  border: 1px solid #cddbe8;
  background: #fff;
  color: #2f4e6d;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 700;
}

.category-icons-widget {
  background: linear-gradient(180deg, #f7fbff 0%, #eef6fc 100%);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 30px 24px;
}

.widget-title {
  text-align: center;
  display: block;
}

.papathemes__categoryIconsWidget__productGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.papathemes__categoryIconsWidget__card,
.article-card,
.product-card,
.review-card,
.footer-contact-chip,
.cert-card,
.contact-card {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 3px;
  box-shadow: var(--shadow-sm);
  color: var(--ink);
  text-decoration: none;
}

.papathemes__categoryIconsWidget__card {
  display: flex;
  flex-direction: column;
  padding: 8px;
  text-align: left;
  height: 100%;
  border-top: 3px solid var(--brand);
  overflow: hidden;
}

.papathemes__categoryIconsWidget__card-figure {
  margin: 0;
}

.category-icons-widget ._icon-aspect {
  aspect-ratio: 4 / 3;
  width: 100%;
  border-radius: 8px;
  background: #e9f2f8;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7);
}

.category-icons-widget ._icon-aspect img {
  display: block;
  object-fit: cover;
  transition: transform .22s ease;
}

.category-icons-widget .card-title {
  margin: 10px 6px 4px;
  font-size: 18px;
  line-height: 1.25;
}

.category-icons-widget ._count {
  margin-left: 6px;
  margin-top: auto;
  margin-bottom: 4px;
  font-weight: 800;
}

.papathemes__categoryIconsWidget__card:hover,
.article-card:hover,
.product-card:hover {
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(22, 42, 68, .13);
  transform: translateY(-2px);
}

.papathemes__categoryIconsWidget__card:hover ._icon-aspect img {
  transform: scale(1.04);
}

._icon-aspect,
.card-image-wrapper {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 2px;
  background: var(--bg-soft);
}

._icon-aspect img,
.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-title {
  color: var(--brand);
}

.product-card .card-title {
  position: relative;
  min-height: 2.8em;
  line-height: 1.4;
}

.product-card .card-title a {
  display: -webkit-box;
  min-height: 2.8em;
  overflow: hidden;
  color: var(--brand);
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-card .card-title a:hover {
  color: #0f4f84;
  text-decoration: underline;
  text-underline-offset: 3px;
}

._count,
.card-meta,
.card-certs,
.post-excerpt,
.blog-post__meta,
.article-body figcaption {
  color: var(--muted);
  font-size: 14px;
}

.review-row,
.buyer-proof-row,
.why-cps-band__grid,
.home-trust-cells,
.footer-b2b-main,
.article-grid,
.productGrid,
.cert-grid,
.blog-layout,
.contact-layout {
  display: grid;
  gap: 16px;
}

.review-row,
.home-trust-cells {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.review-card,
.home-trust-cells article,
.why-cps-band__grid article,
.cert-card {
  padding: 18px;
  border-left: 4px solid var(--brand);
}

.review-card strong,
.home-trust-cells strong,
.why-cps-band__grid strong {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}

.why-cps-band {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: 22px;
  align-items: stretch;
  background:
    radial-gradient(circle at 88% 16%, rgba(242, 104, 139, .2), transparent 30%),
    linear-gradient(135deg, #102a43 0%, #183b56 46%, #eef6fc 46%, #f9fcff 100%);
  padding: 30px;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(16, 42, 67, .14);
}

.why-cps-band .section-title {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 34px;
  border-left: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 30px rgba(16, 42, 67, .16);
}

.why-cps-band .section-title h2 {
  max-width: 680px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.06;
  letter-spacing: -.04em;
}

.why-cps-band .section-title p {
  max-width: 720px;
  margin: 16px 0 24px;
  color: #41556a;
  font-size: 16px;
  line-height: 1.7;
}

.why-cps-band__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.why-cps-band__grid article {
  display: flex;
  min-height: 148px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(217, 229, 239, .9);
  border-left: 4px solid var(--brand);
  border-radius: 14px;
  background: rgba(255, 255, 255, .95);
  text-align: left;
  box-shadow: 0 12px 28px rgba(16, 42, 67, .12);
}

.why-cps-band__grid strong {
  color: var(--brand-2);
  font-size: 36px;
  line-height: 1;
}

.why-cps-band__grid span {
  color: #526579;
  font-weight: 800;
  line-height: 1.35;
}

.breadcrumbs {
  margin-top: 20px;
  color: var(--muted);
  font-size: 14px;
}

.page-hero {
  background: #f7f9fb;
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand);
  border-radius: 0;
  padding: 34px;
  margin: 18px 0 22px;
}

.page-hero h1,
.page-hero p {
  color: inherit;
}

.page-hero--compact {
  padding: 28px;
}

.collection-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.productGrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  position: relative;
  z-index: 4;
  overflow: visible;
}

.card-media {
  position: relative;
  margin: 0;
}

.card-sku-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.product-card__body,
.article-card {
  padding: 16px;
}

.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.price--main {
  display: block;
  margin: 8px 0;
  color: var(--brand-2);
  font-weight: 900;
}

.card-footer {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-items: stretch;
}

.card-footer .button {
  width: 100%;
  min-height: 46px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  white-space: normal;
}

.product-card .card-footer {
  margin-top: auto;
  padding-top: 14px;
}

.product-search {
  display: grid;
  grid-template-columns: minmax(120px, auto) minmax(220px, 420px);
  align-items: center;
  justify-content: end;
  gap: 10px;
  margin: 14px 0 18px;
}

.product-search label {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.product-search input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 16px;
  background: #fff;
}

.product-search-empty {
  padding: 18px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  text-align: center;
}

.quote-cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  background: rgba(12, 24, 38, .52);
}

.quote-cart-overlay.is-open {
  display: block;
}

.quote-cart-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 81;
  display: flex;
  flex-direction: column;
  width: min(420px, 100vw);
  height: 100vh;
  background: #fff;
  box-shadow: -12px 0 28px rgba(22, 42, 68, .18);
  transform: translateX(100%);
  transition: transform .22s ease;
}

.quote-cart-panel.is-open {
  transform: translateX(0);
}

.quote-cart-header,
.quote-cart-footer {
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.quote-cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.quote-cart-header h2 {
  margin: 0;
  font-size: 20px;
}

.quote-cart-close {
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.quote-cart-items {
  flex: 1;
  overflow: auto;
  padding: 12px 16px;
}

.quote-cart-empty {
  margin: 28px 0;
  color: var(--muted);
  text-align: center;
}

.quote-cart-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.quote-cart-thumb {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.quote-cart-name {
  display: block;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.quote-cart-meta,
.quote-cart-price {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.quote-cart-remove {
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 20px;
}

.quote-cart-footer {
  border-top: 1px solid var(--line);
  border-bottom: 0;
  background: var(--bg-soft);
}

.quote-cart-summary {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 14px;
}

.quote-cart-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.button.is-added {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.quote-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 20px;
  align-items: start;
}

.quote-checkout-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(22, 42, 68, .08);
}

.quote-page-items {
  display: grid;
  gap: 12px;
}

.quote-page-item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.quote-page-item img,
.quote-page-item > span {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border: 1px solid var(--line);
  background: var(--bg-soft);
}

.quote-page-item a {
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
}

.quote-page-item p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.quote-page-item button {
  border: 0;
  background: transparent;
  color: var(--brand-2);
  cursor: pointer;
  font-weight: 800;
}

.quote-form {
  display: grid;
  gap: 12px;
}

.quote-form label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-weight: 800;
}

.quote-form input,
.quote-form textarea {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  font: inherit;
}

.quote-form textarea {
  min-height: 120px;
}

.rfq-hp-field {
  position: absolute;
  left: -9999px;
}

.quote-form-status {
  min-height: 22px;
  color: var(--brand-2);
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 14px 16px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.about-cta,
.sourcing-note,
.blog-callout {
  margin-top: 24px;
  border-radius: 8px;
  padding: 22px;
  background: #16203a;
  color: #fff;
}

.about-cta h2,
.about-cta p,
.sourcing-note h2,
.sourcing-note p,
.blog-callout h2,
.blog-callout p {
  color: #fff;
}

.sourcing-note a,
.about-cta a:not(.button) {
  color: #fff;
  text-decoration: underline;
}

.article-body {
  max-width: 860px;
  font-size: 17px;
}

.article-body h2 {
  margin-top: 28px;
}

.article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  font-size: 15px;
}

.article-body th,
.article-body td {
  border: 1px solid var(--line);
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.article-body th {
  background: var(--bg-soft);
}

.blog-layout {
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
}

.blog-sidebar {
  position: sticky;
  top: 140px;
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 16px;
  background: #fff;
}

.blog-hero-image {
  margin: 0 0 20px;
}

.blog-hero-image img {
  border-radius: 3px;
  border: 1px solid var(--line);
}

.article-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-card {
  overflow: hidden;
  border-top: 3px solid #c8d7e6;
}

.featured-article {
  border-top-color: var(--brand-2);
}

.article-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 2px;
  margin-bottom: 12px;
}

.featured-article {
  grid-column: span 2;
}

.upcoming-list {
  margin-top: 28px;
  padding: 20px;
  border-radius: 3px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
}

.contact-layout {
  grid-template-columns: 1fr 1fr;
}

.contact-card {
  padding: 18px;
}

.footer {
  margin-top: 42px;
  background: #123f63;
  color: #dce8f2;
}

.footer a {
  color: #fff;
}

.footer-info {
  max-width: var(--max);
  margin: 0 auto;
  padding: 38px 20px 30px;
}

.footer-b2b-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr);
  gap: 28px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  padding-bottom: 28px;
}

.footer-b2b-brandBlock {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 100%;
  padding: 6px 0;
}

.footer-logo-image {
  width: 190px;
  max-width: 190px;
  max-height: 112px;
  object-fit: contain;
}

.footer-b2b-copy {
  max-width: 650px;
}

.footer-b2b-copy h2 {
  margin-top: 4px;
  margin-bottom: 10px;
  line-height: 1.12;
}

.footer-b2b-copy p {
  margin-top: 0;
}

.footer h2,
.footer h3 {
  color: #fff;
}

.footer-b2b-contact {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
}

.footer-b2b-salesDesk {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .055);
}

.footer-sales-label {
  margin: 0 0 10px;
  color: #b9d0e3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-contact-chip {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 9px 12px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  border-radius: 0;
  box-shadow: none;
}

.footer-contact-chip:last-child {
  border-bottom: 0;
}

.footer-contact-chip span {
  display: block;
  color: #b9d0e3;
  font-size: 12px;
}

.footer-contact-chip strong {
  min-width: 0;
  color: #fff;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.footer-b2b-actions,
.footer-b2b-proof,
.footer-b2b-trust {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.footer-b2b-actions {
  margin-top: 12px;
}

.footer-b2b-actions .button {
  border-color: transparent;
  width: 100%;
  justify-content: center;
}

.footer-rfq-button {
  background: var(--brand);
  color: #fff;
}

.footer-catalog-button {
  background: #fff;
  color: var(--brand-2) !important;
}

.footer-catalog-button:hover {
  background: #eef6fc;
  color: var(--brand-2) !important;
}

.footer-b2b-main {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
}

.footer-info-list li {
  margin: 8px 0;
}

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, .18);
  padding: 12px 20px;
  text-align: center;
}

.footer-copyright p {
  margin: 0;
  color: #b9d0e3;
  font-size: 13px;
}

/* ---- custom OEM page ---- */
.custom-oem-page {
  display: grid;
  gap: 24px;
}

.custom-oem-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 28px;
  align-items: stretch;
  margin: 18px 0 0;
  padding: 30px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand);
  border-radius: 16px;
  background: linear-gradient(135deg, #f7fbff 0%, #eef6fc 100%);
  box-shadow: 0 14px 34px rgba(22, 42, 68, .09);
}

.custom-oem-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom-oem-hero h1 {
  max-width: 760px;
  margin: 0 0 12px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.custom-oem-hero__copy > p:not(.eyebrow) {
  max-width: 760px;
  color: #42566c;
  font-size: 17px;
  line-height: 1.75;
}

.oem-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 18px;
}

.oem-hero-tags span,
.oem-style-grid article,
.oem-process-steps li {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.oem-hero-tags span {
  border-radius: 999px;
  padding: 8px 12px;
  color: #294864;
  font-size: 13px;
  font-weight: 900;
}

.custom-oem-hero__media,
.oem-photo-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.custom-oem-hero__media img,
.oem-photo-card img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.custom-oem-hero__media img {
  height: 420px;
}

.oem-photo-card img {
  height: 260px;
}

.oem-photo-card--wide img {
  height: 560px;
}

.custom-oem-hero__media {
  min-height: 420px;
  position: relative;
}

.custom-oem-hero__media figcaption,
.oem-photo-card figcaption {
  padding: 12px 14px;
  color: #526579;
  font-size: 13px;
  font-weight: 800;
}

.custom-section {
  margin: 0;
}

.oem-option-grid .value-card {
  border-top: 3px solid #c8d7e6;
}

.oem-media-band {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #f8fbfe;
}

.oem-media-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
}

.oem-photo-card {
  min-height: 260px;
}

.oem-photo-card--wide {
  grid-row: span 2;
}

.oem-style-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.oem-style-grid article {
  display: grid;
  gap: 8px;
  border-radius: 12px;
  padding: 18px;
  border-top: 3px solid var(--brand);
}

.oem-style-grid strong {
  color: var(--brand);
  font-size: 17px;
  line-height: 1.25;
}

.oem-style-grid span,
.oem-process-steps span {
  color: #526579;
  line-height: 1.55;
}

.oem-process-band {
  padding: 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, #183b56 0%, #102a43 100%);
}

.oem-process-band .section-title h2,
.oem-process-band .section-title .eyebrow {
  color: #fff;
}

.oem-process-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.oem-process-steps li {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 12px;
}

.oem-process-steps strong {
  color: var(--brand-2);
}

.oem-quote-info {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.oem-info-table {
  margin-top: 4px;
}

.oem-final-cta {
  border-radius: 16px;
  background: linear-gradient(135deg, #123f63 0%, #185f9d 100%);
}

/* ---- all collections product browser ---- */
.collection-browser-page {
  display: grid;
  gap: 22px;
}

.collection-browser-hero {
  border-radius: 14px;
  background: linear-gradient(135deg, #f7fbff 0%, #eef6fc 100%);
}

.collection-browser-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.collection-filter-panel {
  position: sticky;
  top: 126px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 16px;
  box-shadow: var(--shadow-sm);
}

.collection-filter-panel__head h2 {
  margin: 0 0 12px;
  font-size: 22px;
}

.collection-filter-list {
  display: grid;
  gap: 8px;
}

.collection-filter-button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 10px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f8fbfe;
  color: var(--ink);
  padding: 12px;
  text-align: left;
  cursor: pointer;
  transition: .18s ease;
}

.collection-filter-button span {
  color: var(--brand);
  font-weight: 900;
}

.collection-filter-button strong {
  min-width: 34px;
  border-radius: 999px;
  background: #fff;
  color: var(--brand-2);
  font-size: 13px;
  line-height: 24px;
  text-align: center;
}

.collection-filter-button small {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.collection-filter-button:hover,
.collection-filter-button.is-active {
  border-color: var(--brand);
  background: #eef6fc;
  box-shadow: 0 8px 20px rgba(22, 42, 68, .08);
}

.collection-results {
  min-width: 0;
}

.collection-results__title {
  align-items: center;
}

.collection-toolbar {
  display: grid;
  grid-template-columns: minmax(120px, auto) minmax(240px, 440px);
  justify-content: end;
  align-items: center;
  gap: 10px;
  margin: 12px 0 18px;
}

.collection-toolbar label {
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
}

.collection-toolbar input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 12px 16px;
}

.collection-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}

.collection-pagination button {
  min-width: 42px;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--brand);
  cursor: pointer;
  font-weight: 900;
}

.collection-pagination button:hover,
.collection-pagination button.is-active {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.collection-pagination button:disabled {
  cursor: not-allowed;
  opacity: .45;
}

@media (max-width: 980px) {
  .custom-oem-hero,
  .oem-media-grid {
    grid-template-columns: 1fr;
  }

  .oem-photo-card--wide {
    grid-row: auto;
  }

  .oem-style-grid,
  .oem-process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .custom-oem-hero__media img,
  .oem-photo-card--wide img {
    height: 360px;
  }

  .collection-browser-layout {
    grid-template-columns: 1fr;
  }

  .collection-filter-panel {
    position: static;
  }

  .collection-filter-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .custom-oem-hero,
  .oem-media-band,
  .oem-process-band,
  .oem-quote-info {
    padding: 18px;
  }

  .oem-style-grid,
  .oem-process-steps {
    grid-template-columns: 1fr;
  }

  .custom-oem-hero__media img,
  .oem-photo-card img,
  .oem-photo-card--wide img {
    height: 240px;
  }

  .collection-filter-list,
  .collection-toolbar {
    grid-template-columns: 1fr;
  }
}

/* ---- product detail ---- */
.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin: 18px 0 8px;
}
.product-gallery {
  position: sticky;
  top: 120px;
}
.product-main-img {
  border: 1px solid var(--line);
  border-radius: 3px;
  overflow: hidden;
  background: var(--bg-soft);
  aspect-ratio: 1 / 1;
}
.product-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 10px;
}
.product-thumbs span {
  aspect-ratio: 1 / 1;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--bg-soft);
}
.product-info h1 {
  margin-top: 6px;
}
.product-price {
  font-size: 20px;
  font-weight: 900;
  color: var(--brand-2);
  margin: 6px 0 14px;
}
.spec-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}
.spec-badges span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--bg-soft-2);
  color: #2f4e6d;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 800;
}
.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 18px;
}
.product-keylist {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
}
.product-keylist li {
  padding: 8px 0 8px 26px;
  border-bottom: 1px dashed var(--line);
  position: relative;
}
.product-keylist li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--brand);
  font-weight: 900;
}
.product-specs-table {
  width: 100%;
  border-collapse: collapse;
  margin: 6px 0 0;
  font-size: 15px;
}
.product-specs-table th,
.product-specs-table td {
  border: 1px solid var(--line);
  padding: 10px 12px;
  text-align: left;
}
.product-specs-table th {
  background: var(--bg-soft);
  width: 38%;
  font-weight: 700;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 980px) {
  .product-detail {
    grid-template-columns: 1fr;
  }
  .product-gallery {
    position: static;
  }
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .why-cps-band {
    padding: 14px;
  }

  .why-cps-band .section-title {
    padding: 20px;
  }

  .why-cps-band__grid {
    grid-template-columns: 1fr;
  }

  .product-search {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .quote-page-item {
    grid-template-columns: 64px 1fr;
  }

  .quote-page-item button {
    grid-column: 2;
    justify-self: start;
  }

  .related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .header-main-container {
    flex-wrap: wrap;
  }

  .navPages-list--main,
  .promo-marquee div {
    justify-content: flex-start;
  }

  .papathemes__categoryIconsWidget__productGrid,
  .productGrid,
  .review-row,
  .home-trust-cells,
  .article-grid,
  .footer-b2b-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-cps-band,
  .footer-b2b-cta,
  .blog-layout,
  .contact-layout,
  .quote-checkout {
    grid-template-columns: 1fr;
  }

  .why-cps-band {
    padding: 20px;
  }

  .blog-sidebar {
    position: static;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 64px;
  }

  .header {
    position: static;
  }

  .mobileMenu-toggle {
    display: inline-flex;
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 35;
    width: 38px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 3px;
    background: #fff;
    color: var(--brand);
    text-decoration: none;
    font-size: 0;
  }

  .mobileMenu-toggle::before {
    content: "";
    width: 18px;
    height: 12px;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    box-shadow: 0 5px 0 currentColor;
  }

  .header-main-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .header-logo {
    margin-bottom: 0;
  }

  .header-logo-image {
    width: 124px;
  }

  .navPages-container {
    flex: 0 0 100%;
    margin-top: 10px;
    border: 1px solid var(--line);
    background: #fff;
    padding: 8px;
  }

  .navPages-container:not(.is-open) {
    display: none;
  }

  .navPages-list--main {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .navPages-action,
  .navUser-action {
    width: 100%;
    justify-content: center;
    border-color: var(--line);
  }

  .navPage-subMenu {
    position: static;
    display: block;
    min-width: 0;
    width: 100%;
    box-shadow: none;
    margin: 4px 0 8px;
  }

  .navPage-subMenu-list,
  .navPage-subMenu-item,
  .navPage-subMenu-action {
    width: 100%;
    min-width: 0;
  }

  .navUser {
    margin-top: 0;
  }

  .promo-marquee {
    display: none;
  }

  .bottomBar {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 -6px 18px rgba(20, 32, 58, .08);
  }

  .bottomBar-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .bottomBar-action {
    min-height: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: var(--ink);
    font-size: 12px;
    text-decoration: none;
  }

  .section-title {
    display: block;
  }

  .papathemes__categoryIconsWidget__productGrid,
  .productGrid,
  .review-row,
  .home-trust-cells,
  .article-grid,
  .why-cps-band__grid,
  .footer-b2b-main {
    grid-template-columns: 1fr;
  }

  .featured-article {
    grid-column: span 1;
  }

  .page-hero {
    padding: 22px;
  }

  .footer-b2b-brandBlock {
    display: block;
  }
}

/* ---- 2026-07 additions: price units, blog filters ---- */
.price-unit{font-weight:600;font-size:.72em;color:var(--muted,#6b7280);}
.product-price-note{margin:2px 0 10px;font-size:.85rem;color:var(--muted,#6b7280);}
.blog-filters{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 8px;}
.blog-filter-chip{border:1px solid var(--line,#e5e7eb);background:#fff;color:#374151;border-radius:999px;padding:6px 14px;font-weight:700;font-size:.85rem;cursor:pointer;transition:.15s;}
.blog-filter-chip:hover{border-color:var(--brand-2,#f59e0b);}
.blog-filter-chip.is-active{background:var(--brand-2,#f59e0b);border-color:var(--brand-2,#f59e0b);color:#fff;}
.blog-grid .card-image{aspect-ratio:16/9;object-fit:cover;}
.blog-card .card-title{font-size:1rem;line-height:1.35;}
.blog-hero-image img{width:100%;height:auto;border-radius:12px;margin-bottom:18px;}

/* ---- product gallery thumbnails ---- */
.product-thumbs{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;}
.product-thumbs .pthumb{padding:0;border:2px solid var(--line,#e5e7eb);background:#fff;border-radius:8px;cursor:pointer;overflow:hidden;line-height:0;transition:border-color .15s;}
.product-thumbs .pthumb img{width:70px;height:70px;object-fit:cover;display:block;}
.product-thumbs .pthumb:hover{border-color:var(--brand-2,#f59e0b);}
.product-thumbs .pthumb.is-active{border-color:var(--brand-2,#f59e0b);}
.product-main-img img{width:100%;height:auto;border-radius:12px;}

/* ================= 2026-07 gallery / list-image spec ================= */
/* List-page product cards: main image ratio 3:2, NOT cropped */
.product-grid .product:not(.blog-card) .card-media{aspect-ratio:3/2;background:#fff;border-radius:10px;overflow:hidden;}
.product-grid .product:not(.blog-card) .card-image-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%;}
.product-grid .product:not(.blog-card) .card-image{width:100%;height:100%;object-fit:contain;background:#fff;}

/* Detail main image: ratio 1:1, NOT cropped, rounded, no border */
.product-main-img{aspect-ratio:1/1;background:#fff;border:none;border-radius:14px;overflow:hidden;}
.product-main-img img{width:100%;height:100%;object-fit:contain;display:block;border-radius:14px;}
.product-main-img video{width:100%;height:100%;object-fit:contain;display:block;border-radius:14px;background:#000;}

/* Detail thumbnails: ratio 1:1, CROPPED, rounded, no black border */
.product-thumbs{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;}
.product-thumbs .pthumb{position:relative;width:74px;height:74px;aspect-ratio:1/1;padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;background:#fff;cursor:pointer;line-height:0;}
.product-thumbs .pthumb img{width:100%;height:100%;object-fit:cover;display:block;border-radius:8px;}
.product-thumbs .pthumb:focus{outline:none;}
.product-thumbs .pthumb:hover{border-color:var(--brand-2,#f59e0b);}
.product-thumbs .pthumb.is-active{border-color:var(--brand-2,#f59e0b);}
/* video thumbnail: obvious play badge */
.product-thumbs .pthumb--video::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.30);border-radius:8px;}
.product-thumbs .pthumb--video::before{content:"";position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%);border-style:solid;border-width:9px 0 9px 15px;border-color:transparent transparent transparent #fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5));}
