:root {
  --sw-charcoal: #111827;
  --sw-charcoal-2: #17212f;
  --sw-slate: #334155;
  --sw-muted: #64748b;
  --sw-border: #e2e8f0;
  --sw-surface: #ffffff;
  --sw-soft: #f7f9fb;
  --sw-industrial: #eef2f6;
  --sw-hi: #d7f205;
  --sw-hi-2: #ff8a00;
  --sw-success: #16a34a;
  --sw-radius: 22px;
  --sw-radius-sm: 12px;
  --sw-shadow: 0 22px 60px rgba(15, 23, 42, .12);
  --sw-shadow-soft: 0 10px 30px rgba(15, 23, 42, .08);
  --sw-font: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --sw-display: Outfit, Inter, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--sw-charcoal);
  font-family: var(--sw-font);
  background: #fff;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--sw-charcoal); }
button, input, select, textarea { font: inherit; }

.sw-container {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
}
.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  z-index: 99999;
  top: 16px;
  left: 16px;
  padding: 12px 18px;
  background: var(--sw-hi);
  color: #111;
  border-radius: 999px;
  font-weight: 800;
}

/* Header */
.sw-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(226, 232, 240, .9);
}
.admin-bar .sw-site-header { top: 32px; }
.sw-topbar {
  background: var(--sw-charcoal);
  color: #f8fafc;
  font-size: 13px;
  font-weight: 700;
}
.sw-topbar-inner {
  min-height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.sw-topbar-right { color: var(--sw-hi); }
.sw-header-main {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}
.sw-text-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.sw-logo-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--sw-hi), var(--sw-hi-2));
  border-radius: 14px;
  color: #111;
  font-weight: 600;
  letter-spacing: -.08em;
  box-shadow: 0 12px 24px rgba(215, 242, 5, .32);
}
.sw-logo-copy { display: flex; flex-direction: column; line-height: 1.05; }
.sw-logo-copy strong {
  font-family: var(--sw-display);
  font-size: 20px;
  letter-spacing: -.04em;
}
.sw-logo-copy small {
  color: var(--sw-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.sw-text-logo.light .sw-logo-copy strong,
.sw-text-logo.light .sw-logo-copy small { color: #fff; }
.custom-logo-link img { max-height: 64px; width: auto; }

.sw-main-navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sw-main-navigation a {
  display: inline-flex;
  align-items: center;
  padding: 12px 14px;
  border-radius: 999px;
  color: var(--sw-slate);
  font-size: 15px;
  font-weight: 800;
}
.sw-main-navigation a:hover,
.sw-main-navigation .current-menu-item > a {
  background: var(--sw-industrial);
  color: var(--sw-charcoal);
}
.sw-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sw-icon-link,
.sw-cart-link,
.sw-quote-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 600;
}
.sw-icon-link {
  width: 44px;
  border: 1px solid var(--sw-border);
  font-size: 24px;
  line-height: 1;
}
.sw-cart-link {
  gap: 8px;
  padding: 0 14px;
  background: var(--sw-industrial);
  color: var(--sw-charcoal);
}
.sw-cart-link strong {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  background: var(--sw-charcoal);
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
}
.sw-quote-link {
  padding: 0 18px;
  background: var(--sw-hi);
  color: #111;
  box-shadow: 0 12px 28px rgba(215, 242, 5, .28);
}
.sw-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--sw-border);
  border-radius: 14px;
  background: #fff;
  padding: 11px;
}
.sw-menu-toggle span:not(.screen-reader-text) {
  display: block;
  height: 2px;
  background: var(--sw-charcoal);
  margin: 5px 0;
  border-radius: 999px;
}

/* Buttons and shared elements */
.sw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  border: 1px solid rgba(15, 23, 42, .08);
  background: rgba(215, 242, 5, .24);
  color: #293300;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.sw-eyebrow.light {
  color: var(--sw-hi);
  background: rgba(215, 242, 5, .10);
  border-color: rgba(215, 242, 5, .24);
}
.sw-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  padding: 0 24px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.sw-button:hover { transform: translateY(-2px); }
.sw-button-hi {
  background: var(--sw-hi);
  color: #111;
  box-shadow: 0 18px 38px rgba(215, 242, 5, .26);
}
.sw-button-dark {
  background: #fd5601;
  color: #fff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, .18);
}
.sw-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sw-charcoal);
  font-weight: 600;
}
.sw-link-arrow::after { content: "→"; color: var(--sw-hi-2); }

/* Hero */
.sw-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 8% 20%, rgba(215, 242, 5, .22), transparent 28%), linear-gradient(135deg, #f8fafc, #eef2f6 55%, #fff);
}
.sw-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 120px;
  background: linear-gradient(180deg, transparent, #fff);
}
.sw-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 42px;
  align-items: center;
  min-height: 690px;
  padding: 72px 0;
}
.sw-hero-copy h1 {
  max-width: 760px;
  margin: 18px 0 18px;
  font-family: var(--sw-display);
  font-size: clamp(41px, 6vw, 47px);
  line-height: .95;
font-weight: 600;
  color: var(--sw-charcoal);
}
.sw-hero-copy p {
  max-width: 620px;
  margin: 0;
  color: var(--sw-slate);
  font-size: 18px;
}
.sw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.sw-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.sw-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(226,232,240,.9);
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--sw-slate);
  font-size: 13px;
  font-weight: 800;
}
.sw-hero-points span::before {
  content: "✓";
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sw-hi);
  color: #111;
  font-size: 12px;
}
.sw-hero-visual {
  position: relative;
  min-height: 560px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: linear-gradient(145deg, #151f2e, #263345);
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--sw-shadow);
}
.sw-hero-visual::before {
  content: "";
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
}
.sw-hero-visual::after {
  content: "SAFETY";
  position: absolute;
  left: 50%;
  top: 22%;
  transform: translateX(-50%);
  font-family: var(--sw-display);
  font-size: clamp(68px, 8vw, 118px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.08em;
  color: rgba(255,255,255,.05);
}
.sw-hero-visual img {
  position: relative;
  z-index: 2;
  width: min(520px, 95%);
  object-fit: contain;
  filter: drop-shadow(0 28px 45px rgba(0,0,0,.35));
}
.sw-hero-card {
  position: absolute;
  z-index: 4;
  top: 28px;
  right: 28px;
  width: min(260px, calc(100% - 56px));
  padding: 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  background: rgba(255,255,255,.10);
  color: #fff;
  backdrop-filter: blur(14px);
}
.sw-hero-card span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 4px 8px;
  background: var(--sw-hi);
  color: #111;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.sw-hero-card strong { display: block; font-size: 20px; line-height: 1.1; }
.sw-hero-card small { display: block; margin-top: 7px; color: rgba(255,255,255,.78); }

/* Trust strip */
.sw-trust-strip { margin-top: -28px; position: relative; z-index: 4; }
.sw-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--sw-shadow-soft);
  border: 1px solid var(--sw-border);
}
.sw-trust-grid div {
  padding: 22px;
  border-right: 1px solid var(--sw-border);
}
.sw-trust-grid div:last-child { border-right: 0; }
.sw-trust-grid strong { display: block; font-size: 16px; font-weight: 600; }
.sw-trust-grid span { display: block; color: var(--sw-muted); font-size: 13px; font-weight: 700; margin-top: 3px; }

/* Sections */
.sw-section { padding: 96px 0; }
.sw-section-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}
.sw-section-head.split {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
}
.sw-section-head h2,
.sw-b2b-panel h2,
.sw-content-section h2,
.sw-footer-cta h2,
.sw-archive-hero h1,
.sw-shop-hero h1 {
  margin: 14px 0 12px;
  font-family: var(--sw-display);
  font-size: clamp(34px, 4vw, 38px);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 600;
}
.sw-section-head p,
.sw-b2b-panel p,
.sw-content-section p,
.sw-shop-hero p,
.sw-archive-hero p {
  color: var(--sw-muted);
  font-size: 16px;
  margin: 0;
}

/* Categories */
.sw-categories { background: #fff; }
.sw-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.sw-category-card {
  position: relative;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid var(--sw-border);
  border-radius: 24px;
  background: linear-gradient(150deg, #fff, #f8fafc);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border .2s ease;
}
.sw-category-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--sw-shadow-soft);
  border-color: rgba(215, 242, 5, .8);
}
.sw-category-card img {
  position: absolute;
  right: 8px;
  bottom: 4px;
  width: 54%;
  max-height: 210px;
  object-fit: contain;
  transition: transform .25s ease;
}
.sw-category-card:hover img { transform: scale(1.05); }
.sw-category-card span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 7px 10px;
  border-radius: 7px;
  background: #eef2f6;
  color: var(--sw-slate);
  font-size: 12px;
  font-weight: 600;
}
.sw-category-card strong {
  position: relative;
  z-index: 2;
  max-width: 58%;
  font-family: var(--sw-display);
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.04em;
}

/* Product areas */
.sw-featured { background: var(--sw-soft); }
.sw-demo-products,
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product,
.sw-demo-product-card {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 16px !important;
  border: 1px solid var(--sw-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(15,23,42,.03);
  transition: transform .2s ease, box-shadow .2s ease;
}
.woocommerce ul.products li.product:hover,
.sw-demo-product-card:hover { transform: translateY(-5px); box-shadow: var(--sw-shadow-soft); }
.woocommerce ul.products li.product a img,
.sw-demo-product-card img {
  width: 100% !important;
  height: 250px !important;
  object-fit: contain;
  margin: 0 0 12px !important;
  border-radius: 16px;
  background: #f8fafc;
}
.woocommerce-loop-product__title,
.sw-demo-product-card h3 {
  min-height: 48px;
  margin: 0 0 6px !important;
  color: var(--sw-charcoal);
  font-family: var(--sw-display);
  font-size: 19px !important;
  line-height: 1.2;
  letter-spacing: -.035em;
  font-weight: 600;
}
.woocommerce ul.products li.product .price,
.sw-demo-product-card p {
  display: block;
  margin: 0 0 14px !important;
  color: var(--sw-muted) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}
.woocommerce ul.products li.product .button,
.sw-demo-product-card a:not(.woocommerce-loop-product__link) {
  width: 100%;
  min-height: 46px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-top: auto !important;
  border: 0;
  border-radius: 999px !important;
  background: var(--sw-charcoal) !important;
  color: #fff !important;
  font-weight: 900 !important;
  text-align: center;
}
.sw-product-badges,
.sw-demo-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 5;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.sw-product-badges span,
.sw-demo-badge {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--sw-hi);
  color: #111;
  font-size: 11px;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(215, 242, 5, .25);
}
.woocommerce span.onsale {
  min-height: 34px;
  min-width: 56px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--sw-hi-2);
  color: #111;
  font-weight: 600;
}

/* B2B panel */
.sw-b2b-panel {
  background: var(--sw-charcoal);
  color: #fff;
}
.sw-b2b-grid {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 460px);
  gap: 34px;
  align-items: center;
}
.sw-b2b-panel p { color: rgba(255,255,255,.72); max-width: 720px; margin-bottom: 26px; }
.sw-checklist-card {
  padding: 28px;
  border-radius: 26px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
}
.sw-checklist-card h3 {
  margin: 0 0 18px;
  font-family: var(--sw-display);
  font-size: 24px;
  letter-spacing: -.04em;
}
.sw-checklist-card ul { margin: 0; padding: 0; list-style: none; }
.sw-checklist-card li {
  display: flex;
  gap: 10px;
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.82);
  font-weight: 700;
}
.sw-checklist-card li::before { content: "✓"; color: var(--sw-hi); font-weight: 600; }

/* Content / metrics */
.sw-content-section { background: #fff; }
.sw-content-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 50px;
  align-items: center;
}
.sw-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.sw-metric-grid div {
  padding: 24px;
  border: 1px solid var(--sw-border);
  border-radius: 22px;
  background: linear-gradient(150deg, #fff, #f8fafc);
}
.sw-metric-grid strong {
  display: block;
  color: var(--sw-hi-2);
  font-family: var(--sw-display);
  font-size: 38px;
  line-height: 1;
  letter-spacing: -.07em;
}
.sw-metric-grid span {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  color: var(--sw-charcoal);
}

/* Page and post templates */
.sw-page-shell { background: #fff; }
.sw-archive-hero,
.sw-shop-hero {
  background: linear-gradient(135deg, #f8fafc, #eef2f6);
  padding: 76px 0 64px;
  border-bottom: 1px solid var(--sw-border);
}
.sw-archive-hero.compact { padding: 58px 0 48px; }
.sw-archive-hero h1,
.sw-shop-hero h1 { max-width: 880px; }
.sw-post-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 60px 0 80px;
}
.sw-post-card {
  overflow: hidden;
  border: 1px solid var(--sw-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--sw-shadow-soft);
}
.sw-post-thumb img { width: 100%; height: 300px; object-fit: cover; }
.sw-post-card-content { padding: 24px; }
.sw-post-date { color: var(--sw-muted); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.sw-post-card h2 { margin: 8px 0 10px; font-family: var(--sw-display); line-height: 1.08; letter-spacing: -.04em; }
.sw-entry-content {
  padding-top: 56px;
  padding-bottom: 80px;
  max-width: 920px;
}
.sw-entry-content > *:first-child { margin-top: 0; }
.sw-entry-content a { color: var(--sw-hi-2); font-weight: 800; }
.sw-single-thumb img { border-radius: 24px; margin-bottom: 28px; box-shadow: var(--sw-shadow-soft); }
.sw-page-content-block { background: #fff; }
.sw-empty-state { padding: 40px; text-align: center; border: 1px solid var(--sw-border); border-radius: 24px; background: #fff; }
.hero-empty { max-width: 760px; }
.sw-search-form { display: flex; gap: 10px; margin-top: 20px; max-width: 620px; }
.sw-search-form label { flex: 1; }
.sw-search-form input {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--sw-border);
  border-radius: 999px;
  padding: 0 18px;
}
.sw-search-form button {
  border: 0;
  border-radius: 999px;
  background: var(--sw-charcoal);
  color: #fff;
  padding: 0 22px;
  font-weight: 600;
}

/* WooCommerce shell */
.sw-shop-hero-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.sw-woo-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
  padding: 48px 0 90px;
}
.single-product .sw-woo-layout,
.woocommerce-cart .sw-woo-layout,
.woocommerce-checkout .sw-woo-layout,
.woocommerce-account .sw-woo-layout {
  display: block;
}
.sw-shop-sidebar {
  position: sticky;
  top: 132px;
  height: fit-content;
}
.sw-widget {
  padding: 22px;
  border: 1px solid var(--sw-border);
  border-radius: 20px;
  background: #fff;
  margin-bottom: 16px;
}
.sw-widget .widget-title,
.sw-widget h3 {
  margin: 0 0 12px;
  font-family: var(--sw-display);
  font-size: 18px;
  letter-spacing: -.035em;
}
.sw-widget ul { list-style: none; padding: 0; margin: 0; }
.sw-widget li { padding: 8px 0; border-top: 1px solid var(--sw-border); }
.woocommerce-result-count,
.woocommerce-ordering { margin-bottom: 22px !important; }
.woocommerce-ordering select,
.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  min-height: 46px;
  border: 1px solid var(--sw-border);
  border-radius: 12px;
  padding: 0 12px;
  background: #fff;
}
.sw-breadcrumb { margin-bottom: 20px !important; color: var(--sw-muted) !important; font-weight: 700; }
.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(320px, 1.05fr);
  gap: 42px;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  width: 100% !important;
  float: none !important;
}
.woocommerce div.product .product_title {
  font-family: var(--sw-display);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 600;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price { color: var(--sw-charcoal); font-size: 28px; font-weight: 900; }
.woocommerce div.product form.cart .button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce #respond input#submit.alt {
  min-height: 52px;
  border-radius: 999px;
  background: var(--sw-hi) !important;
  color: #111 !important;
  font-weight: 600;
  padding: 0 26px;
}
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  border-radius: 999px;
  font-weight: 600;
}
.sw-product-trust-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 24px 0;
}
.sw-product-trust-panel div {
  padding: 16px;
  border: 1px solid var(--sw-border);
  border-radius: 16px;
  background: var(--sw-soft);
}
.sw-product-trust-panel strong { display: block; font-weight: 600; }
.sw-product-trust-panel span { display: block; margin-top: 4px; color: var(--sw-muted); font-size: 13px; font-weight: 700; }
.woocommerce-tabs {
  grid-column: 1 / -1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 999px 999px 0 0;
}
.woocommerce table.shop_table {
  border-radius: 18px;
  overflow: hidden;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--sw-hi-2);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--sw-shadow-soft);
}
.woocommerce-message::before,
.woocommerce-info::before { color: var(--sw-hi-2); }

/* Footer */
.sw-site-footer {
  background: #0f172a;
  color: rgba(255,255,255,.74);
}
.sw-footer-cta { padding: 42px 0; background: #141f33; border-bottom: 1px solid rgba(255,255,255,.08); }
.sw-footer-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.sw-footer-cta h2 { color: #fff; max-width: 760px; margin-bottom: 0; }
.sw-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 34px;
  padding: 60px 0;
}
.sw-footer-brand p { max-width: 380px; margin-top: 18px; }
.sw-footer-col h3,
.footer-widget-title {
  margin: 0 0 14px;
  color: #fff;
  font-family: var(--sw-display);
  font-size: 18px;
}
.sw-footer-col ul { list-style: none; padding: 0; margin: 0; }
.sw-footer-col li { margin: 9px 0; }
.sw-footer-col a { color: rgba(255,255,255,.74); }
.sw-footer-col a:hover { color: var(--sw-hi); }
.sw-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 13px;
}

/* WordPress blocks */
.wp-block-button__link {
  border-radius: 999px;
  background: var(--sw-charcoal);
  font-weight: 600;
}
.wp-block-button.is-style-outline .wp-block-button__link { color: var(--sw-charcoal); }
.alignwide { max-width: 1180px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100vw; margin-left: calc(50% - 50vw); }

/* Responsive */
@media (max-width: 1100px) {
  .sw-header-main { grid-template-columns: auto auto; }
  .sw-menu-toggle { display: block; justify-self: end; }
  .sw-main-navigation {
    display: none;
    grid-column: 1 / -1;
    padding: 0 0 18px;
  }
  .sw-main-navigation.is-open { display: block; }
  .sw-main-navigation ul { display: grid; justify-content: stretch; gap: 4px; }
  .sw-main-navigation a { display: flex; justify-content: space-between; background: var(--sw-soft); }
  .sw-header-actions { grid-column: 1 / -1; justify-content: stretch; flex-wrap: wrap; }
  .sw-header-actions > * { flex: 1; }
  .sw-hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .sw-hero-visual { min-height: 470px; }
  .sw-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .sw-trust-grid div:nth-child(2n) { border-right: 0; }
  .sw-category-grid { grid-template-columns: repeat(2, 1fr); }
  .sw-demo-products, .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
  .sw-b2b-grid, .sw-content-grid, .sw-woo-layout, .woocommerce div.product { grid-template-columns: 1fr; }
  .sw-shop-sidebar { position: static; }
  .sw-footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 782px) {
  .admin-bar .sw-site-header { top: 46px; }
}
@media (max-width: 740px) {
  .sw-container { width: min(100% - 28px, 1240px); }
  .sw-topbar-right { display: none; }
  .sw-header-main { min-height: 74px; gap: 12px; }
  .sw-logo-copy strong { font-size: 17px; }
  .sw-hero-grid { padding: 42px 0; gap: 26px; }
  .sw-hero-copy h1 { font-size: 42px; }
  .sw-hero-copy p { font-size: 16px; }
  .sw-hero-actions .sw-button { width: 100%; }
  .sw-hero-visual { min-height: 380px; border-radius: 24px; }
  .sw-hero-card { left: 18px; right: 18px; top: 18px; width: auto; }
  .sw-trust-strip { margin-top: 0; }
  .sw-trust-grid, .sw-category-grid, .sw-demo-products, .woocommerce ul.products, .sw-metric-grid, .sw-post-list, .sw-footer-grid, .sw-product-trust-panel { grid-template-columns: 1fr; }
  .sw-trust-grid div { border-right: 0; border-bottom: 1px solid var(--sw-border); }
  .sw-trust-grid div:last-child { border-bottom: 0; }
  .sw-section { padding: 64px 0; }
  .sw-section-head.split, .sw-shop-hero-inner, .sw-footer-cta-inner, .sw-footer-bottom { display: block; }
  .sw-section-head.split .sw-link-arrow { margin-top: 16px; }
  .sw-category-card { min-height: 230px; }
  .sw-category-card strong { font-size: 24px; }
  .woocommerce ul.products li.product a img, .sw-demo-product-card img { height: 220px !important; }
  .sw-footer-cta .sw-button { margin-top: 20px; width: 100%; }
  .sw-search-form { display: block; }
  .sw-search-form button { min-height: 48px; width: 100%; margin-top: 10px; }
}

/* =========================================================
   Netbee WooCommerce/Product Forms CSS Hotfix v1.0.1
   Fixes distorted WooCommerce product pages, forms, dropdowns,
   cart/checkout/account screens, and custom SafetyVest fields.
   ========================================================= */

body.safetywest-pro-theme {
  overflow-x: hidden;
}

.safetywest-pro-theme .sw-woo-content,
.safetywest-pro-theme .woocommerce,
.safetywest-pro-theme .woocommerce-page {
  width: 100%;
}

/* Do not allow theme typography to blow up WooCommerce titles/forms */
.safetywest-pro-theme.single-product .sw-shop-hero {
  display: none;
}

.safetywest-pro-theme.single-product .sw-woo-layout {
  max-width: 1180px;
  padding-top: 52px;
  padding-bottom: 76px;
}

.safetywest-pro-theme.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(430px, 0.95fr);
  gap: 54px;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

.safetywest-pro-theme.woocommerce div.product div.images {
  background: #fff;
  border-radius: 24px;
  margin-bottom: 0 !important;
}

.safetywest-pro-theme.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  border: 1px solid var(--sw-border);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}

.safetywest-pro-theme.woocommerce div.product div.images img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  background: #fff;
}

.safetywest-pro-theme.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 14px !important;
}

.safetywest-pro-theme.woocommerce div.product div.images .flex-control-thumbs li {
  width: 76px !important;
  float: none !important;
  border: 1px solid var(--sw-border);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.safetywest-pro-theme.woocommerce div.product div.summary {
  background: #fff;
  border-radius: 24px;
  padding: 8px 0 0;
}

.safetywest-pro-theme.woocommerce div.product .product_title {
  max-width: 720px;
  margin: 0 0 18px;
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  word-break: normal;
  overflow-wrap: anywhere;
}

.safetywest-pro-theme.woocommerce div.product p.price,
.safetywest-pro-theme.woocommerce div.product span.price {
  margin: 0 0 18px;
  color: var(--sw-charcoal) !important;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 900;
}

.safetywest-pro-theme.woocommerce div.product .woocommerce-product-details__short-description {
  margin: 0 0 20px;
  color: var(--sw-slate);
  font-size: 15px;
  line-height: 1.7;
}

/* Universal form reset inside the theme */
.safetywest-pro-theme input[type="text"],
.safetywest-pro-theme input[type="email"],
.safetywest-pro-theme input[type="tel"],
.safetywest-pro-theme input[type="url"],
.safetywest-pro-theme input[type="password"],
.safetywest-pro-theme input[type="number"],
.safetywest-pro-theme input[type="search"],
.safetywest-pro-theme input[type="date"],
.safetywest-pro-theme input[type="file"],
.safetywest-pro-theme select,
.safetywest-pro-theme textarea,
.safetywest-pro-theme .select2-container--default .select2-selection--single,
.safetywest-pro-theme .select2-container--default .select2-selection--multiple {
  max-width: 100%;
  min-height: 46px;
  border: 1px solid var(--sw-border) !important;
  border-radius: 12px !important;
  background-color: #fff !important;
  color: var(--sw-charcoal) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  box-shadow: none !important;
  outline: none !important;
}

.safetywest-pro-theme input[type="text"],
.safetywest-pro-theme input[type="email"],
.safetywest-pro-theme input[type="tel"],
.safetywest-pro-theme input[type="url"],
.safetywest-pro-theme input[type="password"],
.safetywest-pro-theme input[type="number"],
.safetywest-pro-theme input[type="search"],
.safetywest-pro-theme input[type="date"],
.safetywest-pro-theme select {
  height: 46px;
  padding: 0 13px !important;
}

.safetywest-pro-theme textarea {
  min-height: 110px;
  padding: 13px !important;
  resize: vertical;
}

.safetywest-pro-theme select {
  appearance: auto;
}

.safetywest-pro-theme input[type="checkbox"],
.safetywest-pro-theme input[type="radio"] {
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 6px 0 0;
  accent-color: var(--sw-hi);
}

.safetywest-pro-theme input:focus,
.safetywest-pro-theme select:focus,
.safetywest-pro-theme textarea:focus,
.safetywest-pro-theme .select2-container--default.select2-container--focus .select2-selection--single,
.safetywest-pro-theme .select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--sw-hi-2) !important;
  box-shadow: 0 0 0 4px rgba(215, 242, 5, .22) !important;
}

.safetywest-pro-theme label,
.safetywest-pro-theme .woocommerce form .form-row label {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--sw-charcoal);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.safetywest-pro-theme .woocommerce form .form-row {
  margin: 0 0 16px;
  padding: 0;
}

.safetywest-pro-theme .woocommerce form .form-row-wide,
.safetywest-pro-theme .woocommerce form .form-row-first,
.safetywest-pro-theme .woocommerce form .form-row-last {
  clear: none;
}

/* Product cart/options area */
.safetywest-pro-theme.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 22px 0 18px;
  padding: 18px;
  border: 1px solid var(--sw-border);
  border-radius: 20px;
  background: var(--sw-soft);
}

.safetywest-pro-theme.woocommerce div.product form.cart::before,
.safetywest-pro-theme.woocommerce div.product form.cart::after {
  display: none !important;
}

.safetywest-pro-theme.woocommerce div.product form.cart .quantity {
  float: none !important;
  margin: 0 !important;
  width: auto;
}

.safetywest-pro-theme.woocommerce .quantity .qty {
  width: 74px !important;
  height: 52px;
  text-align: center;
  border-radius: 14px !important;
}

.safetywest-pro-theme.woocommerce div.product form.cart .button,
.safetywest-pro-theme.woocommerce button.single_add_to_cart_button {
  float: none !important;
  min-height: 52px;
  padding: 0 30px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--sw-hi) !important;
  color: #111 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 52px !important;
  box-shadow: 0 14px 26px rgba(215, 242, 5, .25);
}

.safetywest-pro-theme.woocommerce div.product form.cart .button:hover,
.safetywest-pro-theme.woocommerce button.single_add_to_cart_button:hover {
  background: #c8e600 !important;
  color: #111 !important;
}

/* Custom plugin product fields are usually injected before add-to-cart. Make them clean even without classes. */
.safetywest-pro-theme.woocommerce div.product div.summary > label,
.safetywest-pro-theme.woocommerce div.product div.summary > select,
.safetywest-pro-theme.woocommerce div.product div.summary > input,
.safetywest-pro-theme.woocommerce div.product div.summary > textarea,
.safetywest-pro-theme.woocommerce div.product div.summary > p:has(input),
.safetywest-pro-theme.woocommerce div.product div.summary > p:has(select),
.safetywest-pro-theme.woocommerce div.product div.summary > div:has(input[type="file"]),
.safetywest-pro-theme.woocommerce div.product div.summary > div:has(select) {
  margin-bottom: 12px;
}

.safetywest-pro-theme.woocommerce div.product div.summary select,
.safetywest-pro-theme.woocommerce div.product div.summary input[type="text"],
.safetywest-pro-theme.woocommerce div.product div.summary input[type="file"],
.safetywest-pro-theme.woocommerce div.product div.summary textarea {
  width: 100%;
}

.safetywest-pro-theme.woocommerce div.product div.summary input[type="radio"] + label,
.safetywest-pro-theme.woocommerce div.product div.summary input[type="checkbox"] + label {
  margin-right: 16px;
  font-weight: 700;
  color: var(--sw-slate);
}

.safetywest-pro-theme.woocommerce div.product div.summary a[href*="quote"] {
  font-weight: 900;
  color: var(--sw-charcoal);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.safetywest-pro-theme .sw-product-trust-panel {
  margin-top: 20px;
}

.safetywest-pro-theme .sw-product-trust-panel div {
  background: #f8fafc;
  border-color: #dbe3ec;
}

.safetywest-pro-theme .product_meta {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--sw-border);
  color: var(--sw-muted);
  font-size: 14px;
}

/* Product tabs */
.safetywest-pro-theme.woocommerce div.product .woocommerce-tabs {
  margin-top: 58px;
  clear: both;
}

.safetywest-pro-theme.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 !important;
  padding: 0 0 0 8px !important;
  border-bottom: 1px solid var(--sw-border);
  overflow: visible;
}

.safetywest-pro-theme.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.safetywest-pro-theme.woocommerce div.product .woocommerce-tabs ul.tabs::after {
  display: none !important;
}

.safetywest-pro-theme.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 4px -1px 0 !important;
  padding: 0 !important;
  border: 1px solid var(--sw-border) !important;
  border-bottom-color: var(--sw-border) !important;
  border-radius: 14px 14px 0 0 !important;
  background: #f8fafc !important;
}

.safetywest-pro-theme.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.safetywest-pro-theme.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

.safetywest-pro-theme.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff !important;
  border-bottom-color: #fff !important;
}

.safetywest-pro-theme.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 12px 18px !important;
  color: var(--sw-charcoal) !important;
  font-size: 14px;
  font-weight: 900 !important;
}

.safetywest-pro-theme.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 !important;
  padding: 26px 0 10px !important;
  color: var(--sw-charcoal);
}

.safetywest-pro-theme.woocommerce div.product .woocommerce-tabs .panel h2 {
  margin: 0 0 16px;
  font-family: var(--sw-display);
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

/* Related products */
.safetywest-pro-theme.woocommerce .related.products,
.safetywest-pro-theme.woocommerce .upsells.products {
  grid-column: 1 / -1;
  margin-top: 52px;
}

.safetywest-pro-theme.woocommerce .related.products > h2,
.safetywest-pro-theme.woocommerce .upsells.products > h2 {
  margin: 0 0 22px;
  font-family: var(--sw-display);
  font-size: 30px;
  letter-spacing: -0.045em;
}

/* Shop loop header and filters */
.safetywest-pro-theme .woocommerce-result-count {
  color: var(--sw-muted);
  font-weight: 700;
}

.safetywest-pro-theme .woocommerce-ordering select {
  min-width: 230px;
}

/* Cart / checkout / my account forms */
.safetywest-pro-theme.woocommerce-cart .sw-woo-layout,
.safetywest-pro-theme.woocommerce-checkout .sw-woo-layout,
.safetywest-pro-theme.woocommerce-account .sw-woo-layout {
  max-width: 1180px;
}

.safetywest-pro-theme .woocommerce table.shop_table,
.safetywest-pro-theme .woocommerce-cart-form,
.safetywest-pro-theme .cart_totals,
.safetywest-pro-theme .woocommerce-checkout-review-order,
.safetywest-pro-theme .woocommerce-billing-fields,
.safetywest-pro-theme .woocommerce-shipping-fields,
.safetywest-pro-theme .woocommerce-additional-fields,
.safetywest-pro-theme .woocommerce-MyAccount-navigation,
.safetywest-pro-theme .woocommerce-MyAccount-content,
.safetywest-pro-theme .woocommerce form.login,
.safetywest-pro-theme .woocommerce form.register,
.safetywest-pro-theme .woocommerce form.checkout_coupon {
  border: 1px solid var(--sw-border) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
}

.safetywest-pro-theme .woocommerce-billing-fields,
.safetywest-pro-theme .woocommerce-shipping-fields,
.safetywest-pro-theme .woocommerce-additional-fields,
.safetywest-pro-theme .woocommerce-checkout-review-order,
.safetywest-pro-theme .woocommerce-MyAccount-content,
.safetywest-pro-theme .woocommerce form.login,
.safetywest-pro-theme .woocommerce form.register,
.safetywest-pro-theme .woocommerce form.checkout_coupon {
  padding: 22px !important;
}

.safetywest-pro-theme .woocommerce table.shop_table {
  border-collapse: separate !important;
  overflow: hidden;
}

.safetywest-pro-theme .woocommerce table.shop_table th,
.safetywest-pro-theme .woocommerce table.shop_table td {
  padding: 16px !important;
  border-color: var(--sw-border) !important;
}

.safetywest-pro-theme .woocommerce-checkout #payment {
  border-radius: 20px;
  background: #f8fafc;
  border: 1px solid var(--sw-border);
}

.safetywest-pro-theme .woocommerce-checkout #payment div.payment_box {
  border-radius: 14px;
  background: #fff;
}

.safetywest-pro-theme .woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #fff;
}

.safetywest-pro-theme .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 14px;
}

.safetywest-pro-theme .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  color: var(--sw-slate);
  font-weight: 900;
}

.safetywest-pro-theme .woocommerce-MyAccount-navigation li.is-active a,
.safetywest-pro-theme .woocommerce-MyAccount-navigation li a:hover {
  background: var(--sw-hi);
  color: #111;
}

/* Generic buttons */
.safetywest-pro-theme .woocommerce button.button,
.safetywest-pro-theme .woocommerce a.button,
.safetywest-pro-theme .woocommerce input.button,
.safetywest-pro-theme .woocommerce #respond input#submit,
.safetywest-pro-theme button,
.safetywest-pro-theme input[type="submit"] {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  background: var(--sw-charcoal);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.safetywest-pro-theme .woocommerce button.button:hover,
.safetywest-pro-theme .woocommerce a.button:hover,
.safetywest-pro-theme .woocommerce input.button:hover,
.safetywest-pro-theme .woocommerce #respond input#submit:hover,
.safetywest-pro-theme button:hover,
.safetywest-pro-theme input[type="submit"]:hover {
  background: #0b1220;
  color: #fff;
}

.safetywest-pro-theme .woocommerce a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #dc2626 !important;
}

.safetywest-pro-theme .woocommerce a.remove:hover {
  background: #dc2626 !important;
  color: #fff !important;
}

/* Select2 checkout dropdowns */
.safetywest-pro-theme .select2-container .select2-selection--single {
  height: 46px !important;
}

.safetywest-pro-theme .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px !important;
  padding-left: 13px !important;
  color: var(--sw-charcoal) !important;
}

.safetywest-pro-theme .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px !important;
}

/* Custom plugin shortcode/forms safety */
.safetywest-pro-theme .sw-tools-form,
.safetywest-pro-theme .safetyvest-form,
.safetywest-pro-theme form[class*="quote"],
.safetywest-pro-theme form[class*="logo"],
.safetywest-pro-theme form[class*="contractor"] {
  max-width: 100%;
}

.safetywest-pro-theme .sw-tools-form input,
.safetywest-pro-theme .sw-tools-form select,
.safetywest-pro-theme .sw-tools-form textarea,
.safetywest-pro-theme .safetyvest-form input,
.safetywest-pro-theme .safetyvest-form select,
.safetywest-pro-theme .safetyvest-form textarea,
.safetywest-pro-theme form[class*="quote"] input,
.safetywest-pro-theme form[class*="quote"] select,
.safetywest-pro-theme form[class*="quote"] textarea,
.safetywest-pro-theme form[class*="logo"] input,
.safetywest-pro-theme form[class*="logo"] select,
.safetywest-pro-theme form[class*="logo"] textarea,
.safetywest-pro-theme form[class*="contractor"] input,
.safetywest-pro-theme form[class*="contractor"] select,
.safetywest-pro-theme form[class*="contractor"] textarea {
  width: 100%;
  margin-bottom: 12px;
}

/* Responsive product/forms */
@media (max-width: 1100px) {
  .safetywest-pro-theme.woocommerce div.product {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .safetywest-pro-theme.woocommerce div.product .product_title {
    font-size: clamp(30px, 7vw, 44px);
  }
}

@media (max-width: 740px) {
  .safetywest-pro-theme.single-product .sw-woo-layout,
  .safetywest-pro-theme.woocommerce-cart .sw-woo-layout,
  .safetywest-pro-theme.woocommerce-checkout .sw-woo-layout,
  .safetywest-pro-theme.woocommerce-account .sw-woo-layout {
    padding-top: 28px;
    padding-bottom: 56px;
  }

  .safetywest-pro-theme.woocommerce div.product .product_title {
    font-size: 32px;
  }

  .safetywest-pro-theme.woocommerce div.product p.price,
  .safetywest-pro-theme.woocommerce div.product span.price {
    font-size: 24px;
  }

  .safetywest-pro-theme.woocommerce div.product form.cart {
    display: grid;
    grid-template-columns: 86px 1fr;
    padding: 14px;
  }

  .safetywest-pro-theme.woocommerce div.product form.cart .button {
    width: 100%;
  }

  .safetywest-pro-theme.woocommerce div.product div.images img {
    max-height: 420px;
  }

  .safetywest-pro-theme.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding-left: 0 !important;
  }

  .safetywest-pro-theme.woocommerce div.product .woocommerce-tabs ul.tabs li {
    flex: 0 0 auto;
  }

  .safetywest-pro-theme .woocommerce table.shop_table_responsive tr,
  .safetywest-pro-theme .woocommerce-page table.shop_table_responsive tr {
    border: 1px solid var(--sw-border);
    border-radius: 14px;
    margin-bottom: 12px;
    padding: 8px;
    background: #fff;
  }
}

/* v1.0.2: Netbee SafetyVest quote/contact form hard fix */
.safetywest-pro-theme .site-main .nb-quote-page,
.safetywest-pro-theme .sw-woo-layout .nb-quote-page,
.safetywest-pro-theme .entry-content .nb-quote-page {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 72px) 20px;
}

.safetywest-pro-theme .nb-quote-page h2 {
  margin: 0 0 14px;
  font-family: var(--sw-display);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: var(--sw-charcoal);
}

.safetywest-pro-theme .nb-quote-page > p {
  margin: 0 0 26px;
  max-width: 850px;
  color: var(--sw-slate);
  font-size: 17px;
  line-height: 1.65;
}

.safetywest-pro-theme .nb-quote-page form {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  width: 100%;
  max-width: 920px;
  margin: 0;
  padding: 26px;
  border: 1px solid var(--sw-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .07);
}

.safetywest-pro-theme .nb-quote-page form label {
  display: block !important;
  width: 100%;
  margin: 0 0 -8px;
  color: var(--sw-charcoal) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
}

.safetywest-pro-theme .nb-quote-page form input,
.safetywest-pro-theme .nb-quote-page form select,
.safetywest-pro-theme .nb-quote-page form textarea {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.safetywest-pro-theme .nb-quote-page form textarea,
.safetywest-pro-theme .nb-quote-page form label[for*="message"],
.safetywest-pro-theme .nb-quote-page form button[type="submit"] {
  grid-column: 1 / -1;
}

/* The shortcode labels do not currently have for="...", so target the last label + textarea safely. */
.safetywest-pro-theme .nb-quote-page form label:nth-last-of-type(1),
.safetywest-pro-theme .nb-quote-page form textarea {
  grid-column: 1 / -1;
}

.safetywest-pro-theme .nb-quote-page form button[type="submit"] {
  justify-self: start;
  min-width: 190px;
  min-height: 52px;
  padding: 0 30px !important;
  border-radius: 999px !important;
  background: var(--sw-charcoal) !important;
  color: #fff !important;
  font-weight: 900 !important;
}

.safetywest-pro-theme .nb-quote-page form button[type="submit"]:hover {
  background: #0b1220 !important;
}

@media (max-width: 760px) {
  .safetywest-pro-theme .nb-quote-page {
    padding: 30px 16px 54px;
  }

  .safetywest-pro-theme .nb-quote-page form {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 18px;
  }

  .safetywest-pro-theme .nb-quote-page form textarea,
  .safetywest-pro-theme .nb-quote-page form label:nth-last-of-type(1),
  .safetywest-pro-theme .nb-quote-page form button[type="submit"] {
    grid-column: auto;
  }
}

/* v1.0.4: WooCommerce pagination hotfix */
.safetywest-pro-theme .woocommerce nav.woocommerce-pagination,
.safetywest-pro-theme nav.woocommerce-pagination,
.safetywest-pro-theme .woocommerce-pagination {
  width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 42px 0 24px !important;
  clear: both;
}

.safetywest-pro-theme .woocommerce nav.woocommerce-pagination ul,
.safetywest-pro-theme nav.woocommerce-pagination ul,
.safetywest-pro-theme .woocommerce-pagination ul.page-numbers,
.safetywest-pro-theme ul.page-numbers {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  list-style: none !important;
  background: transparent !important;
}

.safetywest-pro-theme .woocommerce nav.woocommerce-pagination ul li,
.safetywest-pro-theme nav.woocommerce-pagination ul li,
.safetywest-pro-theme .woocommerce-pagination ul.page-numbers li,
.safetywest-pro-theme ul.page-numbers li {
  float: none !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  list-style: none !important;
  background: transparent !important;
  overflow: visible !important;
}

.safetywest-pro-theme .woocommerce nav.woocommerce-pagination ul li a,
.safetywest-pro-theme .woocommerce nav.woocommerce-pagination ul li span,
.safetywest-pro-theme nav.woocommerce-pagination ul li a,
.safetywest-pro-theme nav.woocommerce-pagination ul li span,
.safetywest-pro-theme .woocommerce-pagination .page-numbers a,
.safetywest-pro-theme .woocommerce-pagination .page-numbers span,
.safetywest-pro-theme a.page-numbers,
.safetywest-pro-theme span.page-numbers {
  min-width: 44px;
  height: 44px;
  padding: 0 14px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sw-border) !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: var(--sw-charcoal) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
  transition: all .18s ease;
}

.safetywest-pro-theme .woocommerce nav.woocommerce-pagination ul li span.current,
.safetywest-pro-theme nav.woocommerce-pagination ul li span.current,
.safetywest-pro-theme .woocommerce-pagination span.page-numbers.current,
.safetywest-pro-theme span.page-numbers.current {
  background: var(--sw-lime) !important;
  border-color: var(--sw-lime) !important;
  color: var(--sw-charcoal) !important;
  box-shadow: 0 14px 30px rgba(208, 255, 0, .25);
}

.safetywest-pro-theme .woocommerce nav.woocommerce-pagination ul li a:hover,
.safetywest-pro-theme nav.woocommerce-pagination ul li a:hover,
.safetywest-pro-theme .woocommerce-pagination a.page-numbers:hover,
.safetywest-pro-theme a.page-numbers:hover {
  background: var(--sw-charcoal) !important;
  border-color: var(--sw-charcoal) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.safetywest-pro-theme .woocommerce-pagination .page-numbers.dots,
.safetywest-pro-theme span.page-numbers.dots {
  width: auto;
  min-width: 28px;
  padding: 0 4px !important;
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--sw-slate) !important;
}

.safetywest-pro-theme .woocommerce-pagination .next,
.safetywest-pro-theme .woocommerce-pagination .prev,
.safetywest-pro-theme a.next.page-numbers,
.safetywest-pro-theme a.prev.page-numbers {
  min-width: 48px;
  font-size: 18px !important;
}

@media (max-width: 640px) {
  .safetywest-pro-theme .woocommerce nav.woocommerce-pagination,
  .safetywest-pro-theme nav.woocommerce-pagination,
  .safetywest-pro-theme .woocommerce-pagination {
    margin-top: 28px !important;
  }

  .safetywest-pro-theme .woocommerce nav.woocommerce-pagination ul,
  .safetywest-pro-theme nav.woocommerce-pagination ul,
  .safetywest-pro-theme .woocommerce-pagination ul.page-numbers,
  .safetywest-pro-theme ul.page-numbers {
    gap: 6px;
  }

  .safetywest-pro-theme .woocommerce nav.woocommerce-pagination ul li a,
  .safetywest-pro-theme .woocommerce nav.woocommerce-pagination ul li span,
  .safetywest-pro-theme nav.woocommerce-pagination ul li a,
  .safetywest-pro-theme nav.woocommerce-pagination ul li span,
  .safetywest-pro-theme .woocommerce-pagination .page-numbers a,
  .safetywest-pro-theme .woocommerce-pagination .page-numbers span,
  .safetywest-pro-theme a.page-numbers,
  .safetywest-pro-theme span.page-numbers {
    min-width: 38px;
    height: 38px;
    padding: 0 10px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
  }
}


/* v1.0.5: Shop grid / tile view switcher */
.safetywest-pro-theme .woocommerce .sw-shop-toolbar {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin: -2px 0 22px;
  clear: both;
}

.safetywest-pro-theme .woocommerce .sw-shop-toolbar-label {
  margin-right: 6px;
  color: var(--sw-muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.safetywest-pro-theme .sw-view-toggle {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid var(--sw-border);
  border-radius: 999px;
  background: #fff;
  color: var(--sw-charcoal);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
  transition: all .18s ease;
}

.safetywest-pro-theme .sw-view-toggle:hover,
.safetywest-pro-theme .sw-view-toggle.is-active {
  border-color: var(--sw-hi);
  background: var(--sw-hi);
  color: #111;
  box-shadow: 0 14px 30px rgba(208, 255, 0, .26);
}

.safetywest-pro-theme .sw-view-icon {
  width: 17px;
  height: 17px;
  display: grid;
  gap: 3px;
}

.safetywest-pro-theme .sw-view-icon i {
  display: block;
  border-radius: 3px;
  background: currentColor;
  opacity: .9;
}

.safetywest-pro-theme .sw-view-icon-grid {
  grid-template-columns: repeat(2, 1fr);
}

.safetywest-pro-theme .sw-view-icon-list {
  grid-template-columns: 1fr;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view {
  grid-template-columns: 1fr !important;
  gap: 16px !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product {
  display: grid !important;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 22px;
  min-height: 190px;
  padding: 18px !important;
  border-radius: 22px;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product:hover {
  transform: translateY(-2px);
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product a.woocommerce-loop-product__link {
  display: contents;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product a img {
  grid-column: 1;
  grid-row: 1 / span 4;
  width: 180px !important;
  height: 150px !important;
  margin: 0 !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view .sw-product-badges {
  position: static;
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 8px;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view .woocommerce-loop-product__title {
  grid-column: 2;
  grid-row: 2;
  min-height: 0;
  max-width: 680px;
  margin: 0 0 8px !important;
  font-size: 22px !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product .price {
  grid-column: 2;
  grid-row: 3;
  margin: 0 !important;
  font-size: 16px !important;
  color: var(--sw-charcoal) !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product .button {
  grid-column: 3;
  grid-row: 1 / span 4;
  align-self: center;
  width: 150px;
  min-width: 150px;
  margin: 0 !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product .added_to_cart {
  grid-column: 3;
  grid-row: 4;
  margin-top: 10px;
  text-align: center;
  font-weight: 800;
}

@media (max-width: 900px) {
  .safetywest-pro-theme .woocommerce .sw-shop-toolbar {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product {
    grid-template-columns: 132px minmax(0, 1fr);
    column-gap: 14px;
  }

  .safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product a img {
    width: 132px !important;
    height: 128px !important;
  }

  .safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product .button {
    grid-column: 1 / -1;
    grid-row: auto;
    width: 100%;
    margin-top: 14px !important;
  }
}

@media (max-width: 560px) {
  .safetywest-pro-theme .woocommerce .sw-shop-toolbar {
    flex-wrap: wrap;
  }

  .safetywest-pro-theme .woocommerce .sw-shop-toolbar-label {
    width: 100%;
  }

  .safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
  }

  .safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product a.woocommerce-loop-product__link {
    display: block;
  }

  .safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product a img {
    width: 100% !important;
    height: 220px !important;
    margin-bottom: 12px !important;
  }
}

/* v1.0.6: elegant shop view toggle alignment + working tiles default */
.safetywest-pro-theme .woocommerce .sw-shop-toolbar {
  width: auto !important;
  max-width: max-content;
  margin: 12px 0 24px auto !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 7px !important;
  clear: both !important;
}

.safetywest-pro-theme .woocommerce .sw-shop-toolbar-label {
  margin-right: 4px !important;
  color: var(--sw-charcoal) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.safetywest-pro-theme .sw-view-toggle {
  min-height: 36px !important;
  padding: 0 13px !important;
  border-radius: 10px !important;
  gap: 7px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

.safetywest-pro-theme .sw-view-toggle:hover,
.safetywest-pro-theme .sw-view-toggle.is-active {
  border-color: var(--sw-charcoal) !important;
  background: var(--sw-charcoal) !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .12) !important;
}

.safetywest-pro-theme .sw-view-toggle.is-active:first-of-type {
  border-color: var(--sw-hi) !important;
  background: var(--sw-hi) !important;
  color: #111 !important;
}

.safetywest-pro-theme .sw-view-icon {
  width: 15px !important;
  height: 15px !important;
  gap: 3px !important;
}

.safetywest-pro-theme .sw-view-icon i {
  border-radius: 2px !important;
}

.safetywest-pro-theme .woocommerce ul.products li.product,
.safetywest-pro-theme .sw-demo-product-card {
  border-radius: 14px !important;
}

.safetywest-pro-theme .woocommerce ul.products li.product a img,
.safetywest-pro-theme .sw-demo-product-card img {
  border-radius: 12px !important;
}

.safetywest-pro-theme .woocommerce-loop-product__title,
.safetywest-pro-theme .sw-demo-product-card h3 {
  font-size: 15px !important;
  line-height: 1.25 !important;
  letter-spacing: -0.015em !important;
  font-weight: 500 !important;
  min-height: 40px !important;
}

.safetywest-pro-theme .woocommerce ul.products li.product .price,
.safetywest-pro-theme .sw-demo-product-card p {
  font-size: 13px !important;
  font-weight: 500 !important;
}

.safetywest-pro-theme .woocommerce ul.products li.product .button,
.safetywest-pro-theme .sw-demo-product-card a:not(.woocommerce-loop-product__link) {
  min-height: 40px !important;
  border-radius: 10px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

/* Tiles/list view layout */
.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products {
  grid-template-columns: 1fr !important;
  gap: 14px !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product {
  display: grid !important;
  grid-template-columns: 138px minmax(0, 1fr) 132px;
  align-items: center;
  column-gap: 18px;
  min-height: 138px;
  padding: 14px !important;
  border-radius: 14px !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product a.woocommerce-loop-product__link,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: contents !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product a img,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product a img {
  grid-column: 1;
  grid-row: 1 / span 4;
  width: 138px !important;
  height: 112px !important;
  margin: 0 !important;
  border-radius: 10px !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view .sw-product-badges,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products .sw-product-badges {
  position: static !important;
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 6px !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view .woocommerce-loop-product__title,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products .woocommerce-loop-product__title {
  grid-column: 2;
  grid-row: 2;
  min-height: 0 !important;
  max-width: 640px;
  margin: 0 0 6px !important;
  font-size: 17px !important;
  font-weight: 500 !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product .price,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product .price {
  grid-column: 2;
  grid-row: 3;
  margin: 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product .button,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product .button {
  grid-column: 3;
  grid-row: 1 / span 4;
  align-self: center;
  width: 132px !important;
  min-width: 132px !important;
  margin: 0 !important;
}

@media (max-width: 900px) {
  .safetywest-pro-theme .woocommerce .sw-shop-toolbar {
    max-width: 100%;
    margin: 12px 0 18px !important;
    justify-content: flex-start !important;
  }

  .safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product,
  .safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product a img,
  .safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product a img {
    width: 112px !important;
    height: 104px !important;
  }

  .safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product .button,
  .safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product .button {
    grid-column: 1 / -1;
    grid-row: auto;
    width: 100% !important;
    min-width: 0 !important;
    margin-top: 10px !important;
  }
}

@media (max-width: 560px) {
  .safetywest-pro-theme .woocommerce .sw-shop-toolbar {
    flex-wrap: wrap;
  }

  .safetywest-pro-theme .woocommerce .sw-shop-toolbar-label {
    width: 100%;
  }
}

/* v1.0.7: Premium shop archive layout with left filters, sample-style cards, and working view controls */
.safetywest-pro-theme.woocommerce-shop .sw-shop-hero,
.safetywest-pro-theme.tax-product_cat .sw-shop-hero,
.safetywest-pro-theme.tax-product_tag .sw-shop-hero {
  padding: 54px 0 46px !important;
  background: #f3f6f9 !important;
  border-bottom: 1px solid #e6ebf1 !important;
}

.safetywest-pro-theme.woocommerce-shop .sw-shop-hero h1,
.safetywest-pro-theme.tax-product_cat .sw-shop-hero h1,
.safetywest-pro-theme.tax-product_tag .sw-shop-hero h1 {
  font-size: 42px !important;
  letter-spacing: -0.04em !important;
  margin: 12px 0 8px !important;
}

.safetywest-pro-theme.woocommerce-shop .sw-woo-layout,
.safetywest-pro-theme.tax-product_cat .sw-woo-layout,
.safetywest-pro-theme.tax-product_tag .sw-woo-layout {
  display: grid !important;
  grid-template-columns: 250px minmax(0, 1fr) !important;
  gap: 28px !important;
  align-items: start !important;
  padding-top: 46px !important;
  padding-bottom: 70px !important;
}

.safetywest-pro-theme.woocommerce-shop .sw-shop-sidebar,
.safetywest-pro-theme.tax-product_cat .sw-shop-sidebar,
.safetywest-pro-theme.tax-product_tag .sw-shop-sidebar {
  position: sticky !important;
  top: 132px !important;
  align-self: start !important;
  z-index: 4 !important;
}

.safetywest-pro-theme .sw-catalog-filters {
  display: block !important;
  background: #fff !important;
  border: 1px solid #e4e9f1 !important;
  border-radius: 8px !important;
  padding: 18px 16px !important;
  box-shadow: none !important;
}

.safetywest-pro-theme .sw-filter-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 16px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #edf1f5 !important;
}

.safetywest-pro-theme .sw-filter-head strong {
  font-size: 17px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
}

.safetywest-pro-theme .sw-filter-head a {
  font-size: 12px !important;
  color: #64748b !important;
  text-decoration: underline !important;
}

.safetywest-pro-theme .sw-filter-block {
  margin: 0 0 24px !important;
  padding: 0 !important;
  border: 0 !important;
}

.safetywest-pro-theme .sw-filter-block:last-child {
  margin-bottom: 0 !important;
}

.safetywest-pro-theme .sw-filter-block h3 {
  margin: 0 0 12px !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  color: #111827 !important;
}

.safetywest-pro-theme .sw-filter-search input,
.safetywest-pro-theme .sw-catalog-filters input[type="search"],
.safetywest-pro-theme .sw-catalog-filters input[type="number"] {
  width: 100% !important;
  min-height: 38px !important;
  border: 1px solid #dfe6ee !important;
  border-radius: 6px !important;
  background: #fff !important;
  padding: 0 12px !important;
  font-size: 13px !important;
  line-height: 38px !important;
  box-shadow: none !important;
  outline: none !important;
}

.safetywest-pro-theme .sw-filter-search input:focus,
.safetywest-pro-theme .sw-catalog-filters input[type="number"]:focus {
  border-color: #111827 !important;
  box-shadow: 0 0 0 3px rgba(17,24,39,.08) !important;
}

.safetywest-pro-theme .sw-filter-search button,
.safetywest-pro-theme .sw-apply-filters {
  min-height: 38px !important;
  margin-top: 10px !important;
  padding: 0 17px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #111827 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
}

.safetywest-pro-theme .sw-apply-filters {
  width: 100% !important;
  background: var(--sw-hi) !important;
  color: #111 !important;
}

.safetywest-pro-theme .sw-check-list {
  display: grid !important;
  gap: 9px !important;
}

.safetywest-pro-theme .sw-check-list label {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  color: #334155 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
}

.safetywest-pro-theme .sw-check-list input {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
  accent-color: var(--sw-hi) !important;
}

.safetywest-pro-theme .sw-color-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 9px !important;
}

.safetywest-pro-theme .sw-color-list label {
  position: relative !important;
  display: inline-grid !important;
  place-items: center !important;
  cursor: pointer !important;
}

.safetywest-pro-theme .sw-color-list input {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.safetywest-pro-theme .sw-color-list span {
  width: 22px !important;
  height: 22px !important;
  display: inline-grid !important;
  border-radius: 50% !important;
  background: var(--swatch) !important;
  border: 1px solid rgba(15,23,42,.16) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.42) !important;
}

.safetywest-pro-theme .sw-color-list input:checked + span {
  outline: 2px solid #111827 !important;
  outline-offset: 3px !important;
}

.safetywest-pro-theme .sw-color-list em {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
}

.safetywest-pro-theme .sw-price-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
}

.safetywest-pro-theme .sw-extra-sidebar-widgets {
  margin-top: 18px !important;
}

/* Shop top controls like reference layout */
.safetywest-pro-theme.woocommerce-shop .sw-woo-content,
.safetywest-pro-theme.tax-product_cat .sw-woo-content,
.safetywest-pro-theme.tax-product_tag .sw-woo-content {
  min-width: 0 !important;
}

.safetywest-pro-theme.woocommerce-shop .woocommerce-notices-wrapper,
.safetywest-pro-theme.tax-product_cat .woocommerce-notices-wrapper,
.safetywest-pro-theme.tax-product_tag .woocommerce-notices-wrapper {
  grid-column: 1 / -1 !important;
}

.safetywest-pro-theme .woocommerce .woocommerce-result-count {
  float: left !important;
  margin: 8px 0 22px !important;
  color: #64748b !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.safetywest-pro-theme .woocommerce .woocommerce-ordering {
  float: right !important;
  margin: 0 0 22px 12px !important;
}

.safetywest-pro-theme .woocommerce .woocommerce-ordering select {
  min-width: 210px !important;
  height: 38px !important;
  border: 1px solid #dfe6ee !important;
  border-radius: 4px !important;
  background-color: #fff !important;
  padding: 0 34px 0 12px !important;
  color: #334155 !important;
  font-size: 13px !important;
  box-shadow: none !important;
}

.safetywest-pro-theme .woocommerce .sw-shop-toolbar {
  float: right !important;
  display: inline-flex !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 0 22px 8px !important;
  padding: 0 !important;
  gap: 5px !important;
  clear: none !important;
}

.safetywest-pro-theme .woocommerce .sw-shop-toolbar-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
}

.safetywest-pro-theme .sw-view-toggle {
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  display: inline-grid !important;
  place-items: center !important;
  padding: 0 !important;
  border: 1px solid #dfe6ee !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: #64748b !important;
  box-shadow: none !important;
}

.safetywest-pro-theme .sw-view-toggle span:not(.sw-view-icon) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
}

.safetywest-pro-theme .sw-view-toggle:hover,
.safetywest-pro-theme .sw-view-toggle.is-active {
  border-color: var(--sw-hi) !important;
  background: var(--sw-hi) !important;
  color: #111827 !important;
  box-shadow: none !important;
}

.safetywest-pro-theme .sw-view-icon {
  width: 16px !important;
  height: 16px !important;
  gap: 3px !important;
}

.safetywest-pro-theme .sw-view-icon i { background: currentColor !important; }

/* Reference-style product cards */
.safetywest-pro-theme .woocommerce ul.products {
  clear: both !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 30px 20px !important;
  margin: 0 0 34px !important;
  padding: 0 !important;
}

.safetywest-pro-theme .woocommerce ul.products li.product,
.safetywest-pro-theme .woocommerce-page ul.products li.product {
  width: auto !important;
  float: none !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  margin: 0 !important;
  padding: 14px 14px 16px !important;
  border: 1px solid #e4e9f1 !important;
  border-radius: 6px !important;
  background: #fff !important;
  box-shadow: none !important;
  min-height: 100% !important;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

.safetywest-pro-theme .woocommerce ul.products li.product:hover {
  transform: translateY(-2px) !important;
  border-color: #cfd8e3 !important;
  box-shadow: 0 12px 28px rgba(15,23,42,.08) !important;
}

.safetywest-pro-theme .woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  color: inherit !important;
}

.safetywest-pro-theme .woocommerce ul.products li.product a img {
  width: 100% !important;
  height: 214px !important;
  object-fit: contain !important;
  margin: 0 0 16px !important;
  padding: 16px !important;
  border-radius: 4px !important;
  background: #f7f9fb !important;
}

.safetywest-pro-theme .woocommerce ul.products .sw-product-badges {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  z-index: 2 !important;
  margin: 0 !important;
}

.safetywest-pro-theme .woocommerce ul.products .sw-product-badges span {
  display: inline-flex !important;
  min-height: 22px !important;
  align-items: center !important;
  padding: 0 9px !important;
  border-radius: 999px !important;
  background: var(--sw-hi) !important;
  color: #111827 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

.safetywest-pro-theme .woocommerce-loop-product__title {
  min-height: 44px !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #111827 !important;
  font-size: 14px !important;
  line-height: 1.22 !important;
  letter-spacing: -0.01em !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

.safetywest-pro-theme .woocommerce ul.products li.product .price {
  display: block !important;
  margin: auto 0 14px !important;
  color: #334155 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}

.safetywest-pro-theme .woocommerce ul.products li.product .price ins {
  text-decoration: none !important;
}

.safetywest-pro-theme .woocommerce ul.products li.product .button,
.safetywest-pro-theme .woocommerce ul.products li.product .added_to_cart {
  width: 100% !important;
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #111827 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-align: center !important;
  text-transform: none !important;
}

.safetywest-pro-theme .woocommerce ul.products li.product .button:hover,
.safetywest-pro-theme .woocommerce ul.products li.product .added_to_cart:hover {
  background: var(--sw-hi) !important;
  color: #111827 !important;
}

/* Tiles/list mode: clean horizontal cards */
.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products {
  grid-template-columns: 1fr !important;
  gap: 14px !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product {
  display: grid !important;
  grid-template-columns: 118px minmax(0, 1fr) 132px !important;
  min-height: 132px !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 12px !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product a.woocommerce-loop-product__link,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: contents !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product a img,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product a img {
  grid-column: 1 !important;
  grid-row: 1 / span 4 !important;
  width: 118px !important;
  height: 104px !important;
  margin: 0 !important;
  padding: 10px !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view .sw-product-badges,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products .sw-product-badges {
  position: static !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view .woocommerce-loop-product__title,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products .woocommerce-loop-product__title {
  grid-column: 2 !important;
  grid-row: 2 !important;
  min-height: 0 !important;
  margin: 0 0 4px !important;
  font-size: 15px !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product .price,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product .price {
  grid-column: 2 !important;
  grid-row: 3 !important;
  margin: 0 !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product .button,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product .button {
  grid-column: 3 !important;
  grid-row: 1 / span 4 !important;
  width: 132px !important;
  min-width: 132px !important;
}

.safetywest-pro-theme .woocommerce nav.woocommerce-pagination {
  clear: both !important;
  padding-top: 18px !important;
}

@media (max-width: 1100px) {
  .safetywest-pro-theme .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}

@media (max-width: 920px) {
  .safetywest-pro-theme.woocommerce-shop .sw-woo-layout,
  .safetywest-pro-theme.tax-product_cat .sw-woo-layout,
  .safetywest-pro-theme.tax-product_tag .sw-woo-layout {
    grid-template-columns: 1fr !important;
  }
  .safetywest-pro-theme.woocommerce-shop .sw-shop-sidebar,
  .safetywest-pro-theme.tax-product_cat .sw-shop-sidebar,
  .safetywest-pro-theme.tax-product_tag .sw-shop-sidebar {
    position: static !important;
  }
  .safetywest-pro-theme .sw-catalog-filters {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
  .safetywest-pro-theme .sw-filter-head { grid-column: 1 / -1 !important; }
  .safetywest-pro-theme .sw-filter-block { margin-bottom: 0 !important; }
}

@media (max-width: 760px) {
  .safetywest-pro-theme .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 16px !important; }
  .safetywest-pro-theme .woocommerce .woocommerce-result-count,
  .safetywest-pro-theme .woocommerce .woocommerce-ordering,
  .safetywest-pro-theme .woocommerce .sw-shop-toolbar {
    float: none !important;
    display: flex !important;
    margin: 0 0 12px !important;
  }
  .safetywest-pro-theme .woocommerce .woocommerce-ordering select { width: 100% !important; }
}

@media (max-width: 560px) {
  .safetywest-pro-theme .sw-catalog-filters { grid-template-columns: 1fr !important; }
  .safetywest-pro-theme .woocommerce ul.products { grid-template-columns: 1fr !important; }
  .safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product,
  .safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product {
    grid-template-columns: 96px minmax(0,1fr) !important;
  }
  .safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product .button,
  .safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product .button {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    width: 100% !important;
    min-width: 0 !important;
  }
}


/* v1.0.8 - Shop sidebar duplicate + robust grid/tile toggle fix */
.safetywest-pro-theme .sw-extra-sidebar-widgets { display: none !important; }

.safetywest-pro-theme .woocommerce .sw-shop-toolbar {
  float: right !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 6px !important;
  margin: 0 0 18px 10px !important;
  padding: 0 !important;
  width: auto !important;
  clear: none !important;
}

.safetywest-pro-theme .sw-view-toggle {
  cursor: pointer !important;
  width: 30px !important;
  min-width: 30px !important;
  height: 30px !important;
  min-height: 30px !important;
  border-radius: 5px !important;
  border: 1px solid #dbe3ec !important;
  background: #ffffff !important;
  color: #64748b !important;
  box-shadow: none !important;
  transition: background .16s ease, border-color .16s ease, color .16s ease !important;
}

.safetywest-pro-theme .sw-view-toggle.is-active,
.safetywest-pro-theme .sw-view-toggle:hover {
  background: var(--sw-hi) !important;
  border-color: var(--sw-hi) !important;
  color: #0f172a !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-grid-view,
html[data-sw-shop-view="grid"] .safetywest-pro-theme .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 30px 20px !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view,
html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product,
html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products li.product,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product {
  display: grid !important;
  grid-template-columns: 112px minmax(0, 1fr) 128px !important;
  align-items: center !important;
  gap: 15px !important;
  min-height: 126px !important;
  padding: 12px !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product a.woocommerce-loop-product__link,
html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products li.product a.woocommerce-loop-product__link,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: contents !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product a img,
html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products li.product a img,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product a img {
  grid-column: 1 !important;
  grid-row: 1 / span 4 !important;
  width: 112px !important;
  height: 102px !important;
  margin: 0 !important;
  padding: 10px !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view .sw-product-badges,
html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products .sw-product-badges,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products .sw-product-badges {
  position: static !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: end !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view .woocommerce-loop-product__title,
html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products .woocommerce-loop-product__title,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products .woocommerce-loop-product__title {
  grid-column: 2 !important;
  grid-row: 2 !important;
  min-height: 0 !important;
  margin: 0 0 4px !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
}

.safetywest-pro-theme .woocommerce ul.products .woocommerce-loop-product__title {
  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: 1.24 !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product .price,
html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products li.product .price,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product .price {
  grid-column: 2 !important;
  grid-row: 3 !important;
  margin: 0 !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product .button,
.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product .added_to_cart,
html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products li.product .button,
html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products li.product .added_to_cart,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product .button,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product .added_to_cart {
  grid-column: 3 !important;
  grid-row: 1 / span 4 !important;
  width: 128px !important;
  min-width: 128px !important;
  border-radius: 5px !important;
}

@media (max-width: 1100px) {
  .safetywest-pro-theme .woocommerce ul.products.sw-products-grid-view,
  html[data-sw-shop-view="grid"] .safetywest-pro-theme .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}

@media (max-width: 760px) {
  .safetywest-pro-theme .woocommerce .sw-shop-toolbar { float: none !important; justify-content: flex-start !important; margin: 0 0 12px !important; }
  .safetywest-pro-theme .woocommerce ul.products.sw-products-grid-view,
  html[data-sw-shop-view="grid"] .safetywest-pro-theme .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 560px) {
  .safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product,
  html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products li.product,
  .safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product {
    grid-template-columns: 92px minmax(0, 1fr) !important;
  }
  .safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product .button,
  .safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product .added_to_cart,
  html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products li.product .button,
  html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products li.product .added_to_cart,
  .safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product .button,
  .safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product .added_to_cart {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* v1.0.9 - Clean shop heading, right-aligned toolbar, working Grid/Tiles states */
.safetywest-pro-theme.woocommerce-shop .sw-woo-content > .woocommerce > h1,
.safetywest-pro-theme.woocommerce-shop .sw-woo-content h1.page-title,
.safetywest-pro-theme.woocommerce-shop .woocommerce-products-header,
.safetywest-pro-theme.tax-product_cat .woocommerce-products-header,
.safetywest-pro-theme.tax-product_tag .woocommerce-products-header {
  display: none !important;
}

.safetywest-pro-theme .sw-shop-topbar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 0 0 22px !important;
  clear: both !important;
}

.safetywest-pro-theme .sw-shop-count-wrap {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.safetywest-pro-theme .sw-shop-count-wrap .woocommerce-result-count {
  float: none !important;
  margin: 0 !important;
  color: #64748b !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

.safetywest-pro-theme .sw-shop-controls-right {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  flex: 0 0 auto !important;
  margin-left: auto !important;
}

.safetywest-pro-theme .sw-shop-controls-right .woocommerce-ordering {
  float: none !important;
  margin: 0 !important;
  order: 1 !important;
}

.safetywest-pro-theme .sw-shop-controls-right .woocommerce-ordering select {
  width: 220px !important;
  height: 42px !important;
  min-height: 42px !important;
  border: 1px solid #dbe3ec !important;
  border-radius: 6px !important;
  padding: 0 38px 0 14px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  background-color: #fff !important;
  color: #0f172a !important;
  box-shadow: none !important;
}

.safetywest-pro-theme .sw-shop-controls-right .sw-shop-toolbar {
  order: 2 !important;
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  clear: none !important;
}

.safetywest-pro-theme .sw-shop-toolbar-label,
.safetywest-pro-theme .sw-view-toggle > span:not(.sw-view-icon) {
  display: none !important;
}

.safetywest-pro-theme .sw-view-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  min-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 !important;
  border-radius: 5px !important;
  border: 1px solid #dbe3ec !important;
  background: #ffffff !important;
  color: #64748b !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.safetywest-pro-theme .sw-view-toggle.is-active,
.safetywest-pro-theme .sw-view-toggle:hover {
  background: var(--sw-hi) !important;
  border-color: var(--sw-hi) !important;
  color: #0f172a !important;
}

.safetywest-pro-theme .sw-view-icon-grid {
  width: 15px !important;
  height: 15px !important;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 3px !important;
}

.safetywest-pro-theme .sw-view-icon-grid i {
  display: block !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 2px !important;
  background: currentColor !important;
}

.safetywest-pro-theme .sw-view-icon-list {
  width: 16px !important;
  height: 14px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.safetywest-pro-theme .sw-view-icon-list i {
  display: block !important;
  width: 16px !important;
  height: 3px !important;
  border-radius: 2px !important;
  background: currentColor !important;
}

body.safetywest-pro-theme.sw-shop-grid-active .woocommerce ul.products,
html[data-sw-shop-view="grid"] body.safetywest-pro-theme .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 28px 20px !important;
}

body.safetywest-pro-theme.sw-shop-grid-active .woocommerce ul.products li.product,
html[data-sw-shop-view="grid"] body.safetywest-pro-theme .woocommerce ul.products li.product {
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  padding: 16px !important;
}

body.safetywest-pro-theme.sw-shop-grid-active .woocommerce ul.products li.product a.woocommerce-loop-product__link,
html[data-sw-shop-view="grid"] body.safetywest-pro-theme .woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}

body.safetywest-pro-theme.sw-shop-grid-active .woocommerce ul.products li.product a img,
html[data-sw-shop-view="grid"] body.safetywest-pro-theme .woocommerce ul.products li.product a img {
  width: 100% !important;
  height: 220px !important;
  margin: 0 0 14px !important;
  padding: 22px !important;
}

body.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products,
html[data-sw-shop-view="list"] body.safetywest-pro-theme .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
}

body.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product,
html[data-sw-shop-view="list"] body.safetywest-pro-theme .woocommerce ul.products li.product {
  display: grid !important;
  grid-template-columns: 118px minmax(0, 1fr) 132px !important;
  align-items: center !important;
  gap: 16px !important;
  min-height: 132px !important;
  padding: 13px !important;
}

body.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product a.woocommerce-loop-product__link,
html[data-sw-shop-view="list"] body.safetywest-pro-theme .woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: contents !important;
}

body.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product a img,
html[data-sw-shop-view="list"] body.safetywest-pro-theme .woocommerce ul.products li.product a img {
  grid-column: 1 !important;
  grid-row: 1 / span 5 !important;
  width: 118px !important;
  height: 106px !important;
  margin: 0 !important;
  padding: 10px !important;
}

body.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products .sw-product-badges,
html[data-sw-shop-view="list"] body.safetywest-pro-theme .woocommerce ul.products .sw-product-badges {
  position: static !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: end !important;
  width: max-content !important;
}

body.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products .woocommerce-loop-product__title,
html[data-sw-shop-view="list"] body.safetywest-pro-theme .woocommerce ul.products .woocommerce-loop-product__title {
  grid-column: 2 !important;
  grid-row: 2 !important;
  min-height: 0 !important;
  margin: 0 0 4px !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
}

body.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product .price,
html[data-sw-shop-view="list"] body.safetywest-pro-theme .woocommerce ul.products li.product .price {
  grid-column: 2 !important;
  grid-row: 3 !important;
  margin: 0 !important;
}

body.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product .button,
body.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product .added_to_cart,
html[data-sw-shop-view="list"] body.safetywest-pro-theme .woocommerce ul.products li.product .button,
html[data-sw-shop-view="list"] body.safetywest-pro-theme .woocommerce ul.products li.product .added_to_cart {
  grid-column: 3 !important;
  grid-row: 1 / span 5 !important;
  align-self: center !important;
  width: 132px !important;
  min-width: 132px !important;
  border-radius: 5px !important;
}

@media (max-width: 1100px) {
  body.safetywest-pro-theme.sw-shop-grid-active .woocommerce ul.products,
  html[data-sw-shop-view="grid"] body.safetywest-pro-theme .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}

@media (max-width: 760px) {
  .safetywest-pro-theme .sw-shop-topbar { align-items: flex-start !important; flex-direction: column !important; }
  .safetywest-pro-theme .sw-shop-controls-right { width: 100% !important; justify-content: space-between !important; }
  .safetywest-pro-theme .sw-shop-controls-right .woocommerce-ordering { flex: 1 1 auto !important; }
  .safetywest-pro-theme .sw-shop-controls-right .woocommerce-ordering select { width: 100% !important; }
  body.safetywest-pro-theme.sw-shop-grid-active .woocommerce ul.products,
  html[data-sw-shop-view="grid"] body.safetywest-pro-theme .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 560px) {
  body.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product,
  html[data-sw-shop-view="list"] body.safetywest-pro-theme .woocommerce ul.products li.product {
    grid-template-columns: 92px minmax(0, 1fr) !important;
  }
  body.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product .button,
  body.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product .added_to_cart,
  html[data-sw-shop-view="list"] body.safetywest-pro-theme .woocommerce ul.products li.product .button,
  html[data-sw-shop-view="list"] body.safetywest-pro-theme .woocommerce ul.products li.product .added_to_cart {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* v1.1.0 final shop sidebar + Grid/Tiles working patch */
.safetywest-pro-theme.woocommerce-shop .sw-woo-content > h1,
.safetywest-pro-theme.woocommerce-shop .sw-woo-content .page-title,
.safetywest-pro-theme.woocommerce-shop .woocommerce-products-header,
.safetywest-pro-theme.tax-product_cat .sw-woo-content > h1,
.safetywest-pro-theme.tax-product_cat .woocommerce-products-header,
.safetywest-pro-theme.tax-product_tag .sw-woo-content > h1,
.safetywest-pro-theme.tax-product_tag .woocommerce-products-header {
  display: none !important;
}

.safetywest-pro-theme .sw-shop-topbar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  width: 100% !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  clear: both !important;
}

.safetywest-pro-theme .sw-shop-count-wrap {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.safetywest-pro-theme .sw-shop-count-wrap .woocommerce-result-count {
  float: none !important;
  margin: 0 !important;
  color: #64748b !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

.safetywest-pro-theme .sw-shop-controls-right {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 9px !important;
  margin-left: auto !important;
}

.safetywest-pro-theme .sw-shop-controls-right .woocommerce-ordering {
  float: none !important;
  margin: 0 !important;
  order: 1 !important;
}

.safetywest-pro-theme .sw-shop-controls-right .woocommerce-ordering select {
  width: 220px !important;
  min-height: 38px !important;
  border-radius: 6px !important;
  border: 1px solid #d9e2ec !important;
  background-color: #fff !important;
  color: #0f172a !important;
  padding: 8px 12px !important;
  font-size: 13px !important;
  box-shadow: none !important;
}

.safetywest-pro-theme .woocommerce .sw-shop-toolbar {
  order: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

.safetywest-pro-theme .sw-shop-toolbar-label { display: none !important; }

.safetywest-pro-theme .sw-view-toggle,
.safetywest-pro-theme .sw-view-toggle:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  padding: 0 !important;
  border: 1px solid #d9e2ec !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #64748b !important;
  box-shadow: none !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.safetywest-pro-theme .sw-view-toggle.is-active,
.safetywest-pro-theme .sw-view-toggle:hover,
.safetywest-pro-theme .sw-view-toggle:focus {
  background: var(--sw-hi, #d7f205) !important;
  border-color: var(--sw-hi, #d7f205) !important;
  color: #0b1220 !important;
  outline: none !important;
}

.safetywest-pro-theme .sw-view-icon-grid {
  width: 15px !important;
  height: 15px !important;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 3px !important;
}
.safetywest-pro-theme .sw-view-icon-grid i {
  display: block !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 2px !important;
  background: currentColor !important;
}
.safetywest-pro-theme .sw-view-icon-list {
  width: 16px !important;
  height: 14px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}
.safetywest-pro-theme .sw-view-icon-list i {
  display: block !important;
  width: 16px !important;
  height: 3px !important;
  border-radius: 2px !important;
  background: currentColor !important;
}

.safetywest-pro-theme .sw-catalog-filters .sw-check-list label {
  display: grid !important;
  grid-template-columns: 18px 1fr auto !important;
  gap: 8px !important;
  align-items: center !important;
  padding: 3px 0 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}
.safetywest-pro-theme .sw-catalog-filters .sw-check-list small {
  color: #94a3b8 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

/* Force WooCommerce loop to obey the selected view. */
body.safetywest-pro-theme.sw-shop-grid-active .sw-woo-content .woocommerce ul.products,
body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products.sw-products-grid-view,
html[data-sw-shop-view="grid"] body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 28px 22px !important;
  clear: both !important;
}

body.safetywest-pro-theme.sw-shop-grid-active .sw-woo-content .woocommerce ul.products li.product,
body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products.sw-products-grid-view li.product,
html[data-sw-shop-view="grid"] body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 14px !important;
  border-radius: 10px !important;
}

body.safetywest-pro-theme.sw-shop-grid-active .sw-woo-content .woocommerce ul.products li.product a.woocommerce-loop-product__link,
body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products.sw-products-grid-view li.product a.woocommerce-loop-product__link {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}

body.safetywest-pro-theme.sw-shop-grid-active .sw-woo-content .woocommerce ul.products li.product a img,
body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products.sw-products-grid-view li.product a img,
html[data-sw-shop-view="grid"] body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products li.product a img {
  width: 100% !important;
  height: 190px !important;
  margin: 0 0 13px !important;
  padding: 20px !important;
  object-fit: contain !important;
}

body.safetywest-pro-theme.sw-shop-list-active .sw-woo-content .woocommerce ul.products,
body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products.sw-products-list-view,
html[data-sw-shop-view="list"] body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  clear: both !important;
}

body.safetywest-pro-theme.sw-shop-list-active .sw-woo-content .woocommerce ul.products li.product,
body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products.sw-products-list-view li.product,
html[data-sw-shop-view="list"] body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products li.product {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: 122px minmax(0, 1fr) 135px !important;
  align-items: center !important;
  gap: 16px !important;
  min-height: 132px !important;
  padding: 13px !important;
  border-radius: 10px !important;
}

body.safetywest-pro-theme.sw-shop-list-active .sw-woo-content .woocommerce ul.products li.product a.woocommerce-loop-product__link,
body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products.sw-products-list-view li.product a.woocommerce-loop-product__link,
html[data-sw-shop-view="list"] body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: contents !important;
}

body.safetywest-pro-theme.sw-shop-list-active .sw-woo-content .woocommerce ul.products li.product a img,
body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products.sw-products-list-view li.product a img,
html[data-sw-shop-view="list"] body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products li.product a img {
  grid-column: 1 !important;
  grid-row: 1 / span 5 !important;
  width: 122px !important;
  height: 106px !important;
  margin: 0 !important;
  padding: 10px !important;
  object-fit: contain !important;
}

body.safetywest-pro-theme.sw-shop-list-active .sw-woo-content .woocommerce ul.products .sw-product-badges,
body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products.sw-products-list-view .sw-product-badges,
html[data-sw-shop-view="list"] body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products .sw-product-badges {
  position: static !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: max-content !important;
  max-width: 100% !important;
}

body.safetywest-pro-theme.sw-shop-list-active .sw-woo-content .woocommerce ul.products .woocommerce-loop-product__title,
body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products.sw-products-list-view .woocommerce-loop-product__title,
html[data-sw-shop-view="list"] body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products .woocommerce-loop-product__title,
body.safetywest-pro-theme.sw-shop-grid-active .sw-woo-content .woocommerce ul.products .woocommerce-loop-product__title,
body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products.sw-products-grid-view .woocommerce-loop-product__title {
  min-height: 0 !important;
  margin: 0 0 5px !important;
  color: #0f172a !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
}

body.safetywest-pro-theme.sw-shop-list-active .sw-woo-content .woocommerce ul.products .woocommerce-loop-product__title,
body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products.sw-products-list-view .woocommerce-loop-product__title,
html[data-sw-shop-view="list"] body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products .woocommerce-loop-product__title {
  grid-column: 2 !important;
  grid-row: 2 !important;
}

body.safetywest-pro-theme.sw-shop-list-active .sw-woo-content .woocommerce ul.products li.product .price,
body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products.sw-products-list-view li.product .price,
html[data-sw-shop-view="list"] body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products li.product .price {
  grid-column: 2 !important;
  grid-row: 3 !important;
  margin: 0 !important;
  font-size: 13px !important;
}

body.safetywest-pro-theme.sw-shop-list-active .sw-woo-content .woocommerce ul.products li.product .button,
body.safetywest-pro-theme.sw-shop-list-active .sw-woo-content .woocommerce ul.products li.product .added_to_cart,
body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products.sw-products-list-view li.product .button,
body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products.sw-products-list-view li.product .added_to_cart,
html[data-sw-shop-view="list"] body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products li.product .button,
html[data-sw-shop-view="list"] body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products li.product .added_to_cart {
  grid-column: 3 !important;
  grid-row: 1 / span 5 !important;
  align-self: center !important;
  width: 135px !important;
  min-width: 135px !important;
  border-radius: 7px !important;
}

@media (max-width: 1100px) {
  body.safetywest-pro-theme.sw-shop-grid-active .sw-woo-content .woocommerce ul.products,
  html[data-sw-shop-view="grid"] body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}

@media (max-width: 780px) {
  .safetywest-pro-theme .sw-shop-topbar { align-items: flex-start !important; flex-direction: column !important; }
  .safetywest-pro-theme .sw-shop-controls-right { width: 100% !important; margin-left: 0 !important; justify-content: space-between !important; }
  .safetywest-pro-theme .sw-shop-controls-right .woocommerce-ordering { flex: 1 1 auto !important; }
  .safetywest-pro-theme .sw-shop-controls-right .woocommerce-ordering select { width: 100% !important; }
  body.safetywest-pro-theme.sw-shop-grid-active .sw-woo-content .woocommerce ul.products,
  html[data-sw-shop-view="grid"] body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 560px) {
  body.safetywest-pro-theme.sw-shop-list-active .sw-woo-content .woocommerce ul.products li.product,
  body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products.sw-products-list-view li.product,
  html[data-sw-shop-view="list"] body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products li.product {
    grid-template-columns: 92px minmax(0, 1fr) !important;
  }
  body.safetywest-pro-theme.sw-shop-list-active .sw-woo-content .woocommerce ul.products li.product .button,
  body.safetywest-pro-theme.sw-shop-list-active .sw-woo-content .woocommerce ul.products li.product .added_to_cart,
  body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products.sw-products-list-view li.product .button,
  body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products.sw-products-list-view li.product .added_to_cart,
  html[data-sw-shop-view="list"] body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products li.product .button,
  html[data-sw-shop-view="list"] body.safetywest-pro-theme .sw-woo-content .woocommerce ul.products li.product .added_to_cart {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    width: 100% !important;
    min-width: 0 !important;
  }
}


/* v1.1.1 FINAL: Shop toolbar alignment and forced Grid/Tiles states */
.safetywest-pro-theme .sw-woo-content > h1,
.safetywest-pro-theme .sw-woo-content .woocommerce-products-header__title.page-title {
  display: none !important;
}

.safetywest-pro-theme .sw-shop-topbar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 0 0 20px !important;
  clear: both !important;
}

.safetywest-pro-theme .sw-shop-count-wrap {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.safetywest-pro-theme .sw-shop-count-wrap .woocommerce-result-count {
  float: none !important;
  margin: 0 !important;
  color: #64748b !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.safetywest-pro-theme .sw-shop-controls-right {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  margin-left: auto !important;
  flex: 0 0 auto !important;
}

.safetywest-pro-theme .sw-shop-controls-right .woocommerce-ordering,
.safetywest-pro-theme .woocommerce .sw-shop-controls-right .woocommerce-ordering {
  float: none !important;
  margin: 0 !important;
  order: 1 !important;
}

.safetywest-pro-theme .sw-shop-controls-right .sw-shop-toolbar,
.safetywest-pro-theme .woocommerce .sw-shop-controls-right .sw-shop-toolbar {
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  margin: 0 !important;
  padding: 0 !important;
  order: 2 !important;
}

.safetywest-pro-theme .sw-view-toggle {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  border-radius: 5px !important;
}

html[data-sw-shop-view="grid"] .safetywest-pro-theme .woocommerce ul.products,
.safetywest-pro-theme.sw-shop-grid-active .woocommerce ul.products,
.safetywest-pro-theme .woocommerce ul.products.sw-products-grid-view {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 30px 20px !important;
}

html[data-sw-shop-view="grid"] .safetywest-pro-theme .woocommerce ul.products li.product,
.safetywest-pro-theme.sw-shop-grid-active .woocommerce ul.products li.product,
.safetywest-pro-theme .woocommerce ul.products.sw-products-grid-view li.product {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  min-height: 100% !important;
}

html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products,
.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
}

html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products li.product,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product,
.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product {
  display: grid !important;
  grid-template-columns: 118px minmax(0, 1fr) 132px !important;
  gap: 16px !important;
  align-items: center !important;
  min-height: 132px !important;
}

@media (max-width: 1100px) {
  html[data-sw-shop-view="grid"] .safetywest-pro-theme .woocommerce ul.products,
  .safetywest-pro-theme.sw-shop-grid-active .woocommerce ul.products,
  .safetywest-pro-theme .woocommerce ul.products.sw-products-grid-view {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 780px) {
  .safetywest-pro-theme .sw-shop-topbar { align-items: flex-start !important; flex-direction: column !important; }
  .safetywest-pro-theme .sw-shop-controls-right { width: 100% !important; justify-content: space-between !important; }
  html[data-sw-shop-view="grid"] .safetywest-pro-theme .woocommerce ul.products,
  .safetywest-pro-theme.sw-shop-grid-active .woocommerce ul.products,
  .safetywest-pro-theme .woocommerce ul.products.sw-products-grid-view {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products li.product,
  .safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product,
  .safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product {
    grid-template-columns: 96px minmax(0, 1fr) !important;
  }
}

/* v1.1.2 - Professional Tiles/List product card layout with title, price, description and action button */
.safetywest-pro-theme .woocommerce ul.products .sw-loop-list-desc {
  display: none !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view,
html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products {
  grid-template-columns: 1fr !important;
  gap: 20px !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product,
html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products li.product,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product {
  display: grid !important;
  grid-template-columns: 190px minmax(0, 1fr) !important;
  grid-template-rows: auto auto auto auto 1fr !important;
  column-gap: 26px !important;
  row-gap: 8px !important;
  align-items: start !important;
  min-height: 230px !important;
  padding: 22px 24px !important;
  border-radius: 8px !important;
  background: #fff !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product a.woocommerce-loop-product__link,
html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products li.product a.woocommerce-loop-product__link,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: contents !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product a img,
html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products li.product a img,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product a img {
  grid-column: 1 !important;
  grid-row: 1 / span 6 !important;
  width: 170px !important;
  height: 170px !important;
  max-width: 170px !important;
  object-fit: contain !important;
  margin: 0 !important;
  padding: 10px !important;
  background: #f8fafc !important;
  border-radius: 6px !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view .sw-product-badges,
html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products .sw-product-badges,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products .sw-product-badges {
  position: static !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: start !important;
  justify-self: start !important;
  margin: 0 0 2px !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view .woocommerce-loop-product__title,
html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products .woocommerce-loop-product__title,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products .woocommerce-loop-product__title {
  grid-column: 2 !important;
  grid-row: 2 !important;
  margin: 0 !important;
  max-width: 720px !important;
  min-height: 0 !important;
  color: #0f172a !important;
  font-size: 22px !important;
  line-height: 1.22 !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product .price,
html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products li.product .price,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product .price {
  grid-column: 2 !important;
  grid-row: 3 !important;
  margin: 4px 0 0 !important;
  color: #0f172a !important;
  font-size: 19px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view .sw-loop-list-desc,
html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products .sw-loop-list-desc,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products .sw-loop-list-desc {
  display: block !important;
  grid-column: 2 !important;
  grid-row: 4 !important;
  max-width: 860px !important;
  margin: 8px 0 8px !important;
  color: #475569 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}

.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product .button,
.safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product .added_to_cart,
html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products li.product .button,
html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products li.product .added_to_cart,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product .button,
.safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product .added_to_cart {
  grid-column: 2 !important;
  grid-row: 5 !important;
  justify-self: start !important;
  align-self: start !important;
  width: auto !important;
  min-width: 190px !important;
  max-width: 260px !important;
  min-height: 44px !important;
  padding: 13px 28px !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .01em !important;
}

@media (max-width: 760px) {
  .safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product,
  html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products li.product,
  .safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product {
    grid-template-columns: 110px minmax(0, 1fr) !important;
    column-gap: 16px !important;
    padding: 16px !important;
    min-height: 170px !important;
  }
  .safetywest-pro-theme .woocommerce ul.products.sw-products-list-view li.product a img,
  html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products li.product a img,
  .safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products li.product a img {
    width: 104px !important;
    height: 104px !important;
    max-width: 104px !important;
  }
  .safetywest-pro-theme .woocommerce ul.products.sw-products-list-view .woocommerce-loop-product__title,
  html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products .woocommerce-loop-product__title,
  .safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products .woocommerce-loop-product__title {
    font-size: 16px !important;
  }
  .safetywest-pro-theme .woocommerce ul.products.sw-products-list-view .sw-loop-list-desc,
  html[data-sw-shop-view="list"] .safetywest-pro-theme .woocommerce ul.products .sw-loop-list-desc,
  .safetywest-pro-theme.sw-shop-list-active .woocommerce ul.products .sw-loop-list-desc {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }
}
