<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* RedByte Enterprise UX Additions
 * High-density, high-contrast B2B interface layer.
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
  --rb-blue-900: #0f274a;
  --rb-blue-700: #1d4e89;
  --rb-blue-600: #2563a6;
  --rb-slate-900: #0f172a;
  --rb-slate-700: #334155;
  --rb-slate-500: #64748b;
  --rb-slate-200: #e2e8f0;
  --rb-slate-100: #f1f5f9;
  --rb-white: #ffffff;
  --rb-success: #15803d;
  --rb-danger: #b91c1c;
  --rb-shadow: 0 6px 18px rgba(2, 6, 23, 0.08);
  --rb-sticky-offset: 64px;
}

html,
body,
button,
input,
select,
textarea {
  font-family: 'Inter', Arial, sans-serif !important;
  color: var(--rb-slate-900);
}

body {
  font-size: 14px;
  line-height: 1.45;
  background: var(--rb-white);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--rb-slate-900) !important;
  letter-spacing: 0.01em;
}

a {
  color: var(--rb-blue-700) !important;
}

a:hover,
a:focus {
  color: var(--rb-blue-900) !important;
}

.site-header {
  border-bottom: 1px solid var(--rb-slate-200) !important;
  box-shadow: 0 1px 8px rgba(2, 6, 23, 0.05) !important;
  background: var(--rb-white) !important;
}

.site-header .site-branding img,
.site-header .custom-logo-link img {
  max-height: 60px !important;
  width: auto !important;
}

.site-header .navbar-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-header .navbar-nav > li > a {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--rb-slate-700) !important;
  letter-spacing: 0.01em !important;
  padding: 10px 9px !important;
  border-radius: 6px;
}

.site-header .navbar-nav > li > a:hover,
.site-header .navbar-nav > li.current-menu-item > a,
.site-header .navbar-nav > li.current_page_item > a {
  color: var(--rb-blue-900) !important;
  background: var(--rb-slate-100) !important;
}

.site-header .header-support-inner .support-info {
  color: var(--rb-slate-700) !important;
  font-size: 12px !important;
}

.site-header .header-support-inner .support-phone {
  color: var(--rb-slate-900) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.site-header .navbar-cart .cart-contents .count,
.site-header-cart .cart-contents .count {
  background: var(--rb-blue-700) !important;
  color: var(--rb-white) !important;
}

.site-header .handheld-navigation,
.site-header .main-navigation {
  border-top: 1px solid var(--rb-slate-200);
}

.site-header.rb-header-scrolled {
  position: sticky !important;
  top: 0;
  z-index: 220;
  box-shadow: 0 4px 14px rgba(2, 6, 23, 0.1) !important;
}

.site-header.rb-header-scrolled .site-branding img,
.site-header.rb-header-scrolled .custom-logo-link img {
  max-height: 52px !important;
}

.site-search {
  position: sticky !important;
  top: var(--rb-sticky-offset) !important;
  z-index: 160 !important;
  background: var(--rb-white) !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid var(--rb-slate-200) !important;
}

.site-search .form-control {
  border: 1px solid var(--rb-slate-200) !important;
  border-radius: 8px 0 0 8px !important;
  font-size: 13px !important;
  padding: 9px 12px !important;
}

.site-search .input-group-addon .btn {
  border: 1px solid var(--rb-blue-700) !important;
  border-radius: 0 8px 8px 0 !important;
  background: var(--rb-blue-700) !important;
  padding: 9px 12px !important;
}

.site-search select,
.site-search .search-categories {
  border: 1px solid var(--rb-slate-200) !important;
  border-left: 0 !important;
  font-size: 13px !important;
  color: var(--rb-slate-700) !important;
}

.departments-menu .departments-menu-toggle,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .button,
ul.products li.product .button,
ul.products li.product .add_to_cart_button,
.single-product .single_add_to_cart_button {
  background: var(--rb-blue-700) !important;
  border-color: var(--rb-blue-700) !important;
  color: var(--rb-white) !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce .button:hover,
ul.products li.product .button:hover,
ul.products li.product .add_to_cart_button:hover,
.single-product .single_add_to_cart_button:hover {
  background: var(--rb-blue-900) !important;
  border-color: var(--rb-blue-900) !important;
}

.single-product .stock.in-stock,
.stock.in-stock {
  color: var(--rb-success) !important;
}

.single-product .stock.out-of-stock,
.stock.out-of-stock {
  color: var(--rb-danger) !important;
}

.woocommerce-breadcrumb,
.electro-breadcrumb,
.rb-breadcrumb {
  font-size: 12px !important;
  margin: 8px 0 10px !important;
  color: var(--rb-slate-500) !important;
}

.rb-breadcrumb a {
  color: var(--rb-blue-700) !important;
}

.rb-breadcrumb .rb-bc-sep {
  padding: 0 6px;
  color: var(--rb-slate-500);
}

.rb-has-mega {
  position: static !important;
}

.rb-mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 2px);
  display: none;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 24px;
  padding: 20px 24px;
  background: var(--rb-white);
  border: 1px solid var(--rb-slate-200);
  box-shadow: var(--rb-shadow);
  z-index: 260;
}

.rb-has-mega:hover .rb-mega-menu,
.rb-has-mega:focus-within .rb-mega-menu {
  display: grid;
}

.rb-mega-col h4 {
  margin: 0 0 10px;
  color: var(--rb-slate-900);
  font-size: 13px;
}

.rb-mega-col a {
  display: block;
  color: var(--rb-slate-700) !important;
  font-size: 13px;
  padding: 4px 0;
}

.rb-mega-col a:hover {
  color: var(--rb-blue-700) !important;
}

.rb-list-table-wrapper {
  overflow-x: auto;
  border: 1px solid var(--rb-slate-200);
  border-radius: 6px;
  background: var(--rb-white);
  box-shadow: 0 4px 12px rgba(2, 6, 23, 0.05);
}

.rb-product-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 1.35;
}

.rb-product-table th,
.rb-product-table td {
  border-bottom: 1px solid var(--rb-slate-200);
  vertical-align: middle;
  padding: 8px 9px;
}

.rb-product-table thead th {
  text-align: left;
  background: var(--rb-slate-100);
  color: var(--rb-slate-900);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.rb-product-table tbody tr:nth-child(2n) {
  background: #fcfdff;
}

.rb-col-image img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid var(--rb-slate-200);
}

.rb-col-mpn {
  white-space: nowrap;
  font-weight: 600;
}

.rb-col-title a {
  color: var(--rb-slate-900) !important;
}

.rb-col-title a:hover {
  color: var(--rb-blue-700) !important;
}

.rb-col-price {
  font-weight: 700;
  color: var(--rb-slate-900);
}

.rb-col-action {
  white-space: nowrap;
}

.rb-col-action .button {
  font-size: 11px !important;
  padding: 6px 8px !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  border-radius: 6px !important;
}

.rb-col-action .rb-table-add-quote {
  margin-left: 6px;
  background: var(--rb-slate-700) !important;
  border-color: var(--rb-slate-700) !important;
}

.rb-col-action .rb-table-add-quote:hover {
  background: var(--rb-slate-900) !important;
  border-color: var(--rb-slate-900) !important;
}

/* Single Product IA and readability */
.single-product div.product .summary {
  background: var(--rb-white);
  border: 1px solid var(--rb-slate-200);
  border-radius: 8px;
  padding: 14px;
  box-shadow: 0 4px 12px rgba(2, 6, 23, 0.06);
}

.single-product .product_title {
  font-size: 26px !important;
  line-height: 1.25 !important;
  margin-bottom: 8px !important;
}

.single-product .summary .price {
  font-size: 28px !important;
  color: var(--rb-slate-900) !important;
  margin: 10px 0 !important;
}

.single-product .product_meta {
  margin-top: 14px !important;
  padding-top: 12px !important;
  border-top: 1px dashed var(--rb-slate-200) !important;
  font-size: 13px !important;
  color: var(--rb-slate-700) !important;
}

.single-product .quantity .qty {
  min-width: 80px;
  height: 42px !important;
  border-radius: 6px !important;
  border: 1px solid var(--rb-slate-200) !important;
}

.single-product .single_add_to_cart_button {
  min-height: 42px !important;
  border-radius: 6px !important;
}

.single-product .woocommerce-tabs .tabs li a {
  font-size: 13px !important;
  font-weight: 600 !important;
}

.single-product .woocommerce-tabs .panel {
  border: 1px solid var(--rb-slate-200);
  border-radius: 8px;
  padding: 16px !important;
}

.rb-key-specs {
  margin: 14px 0 10px;
  border: 1px solid var(--rb-slate-200);
  border-radius: 8px;
  background: var(--rb-slate-100);
}

.rb-key-specs h4 {
  margin: 0;
  padding: 10px 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--rb-slate-200);
}

.rb-key-specs ul {
  list-style: none;
  margin: 0;
  padding: 8px 12px;
}

.rb-key-specs li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
  padding: 6px 0;
  border-bottom: 1px solid var(--rb-slate-200);
}

.rb-key-specs li:last-child {
  border-bottom: 0;
}

.rb-key-specs .rb-spec-label {
  color: var(--rb-slate-700);
  font-weight: 600;
}

.rb-key-specs .rb-spec-value {
  color: var(--rb-slate-900);
  font-weight: 500;
}

/* Category context bar for natural catalog navigation */
.rb-category-context {
  margin: 10px 0 14px;
  padding: 10px 12px;
  border: 1px solid var(--rb-slate-200);
  border-radius: 6px;
  background: var(--rb-white);
}

.rb-category-context-title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: var(--rb-slate-900);
}

.rb-category-context-trail {
  font-size: 12px;
  color: var(--rb-slate-500);
  margin-bottom: 8px;
}

.rb-category-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.rb-category-chip {
  display: inline-block;
  font-size: 12px;
  color: var(--rb-slate-700) !important;
  border: 1px solid var(--rb-slate-200);
  border-radius: 999px;
  padding: 4px 10px;
  background: #fbfdff;
}

.rb-category-chip:hover {
  color: var(--rb-blue-700) !important;
  border-color: #bfdbfe;
  background: #eff6ff;
}

/* Sales data tables (orders, quotes) */
.rb-sales-table th {
  background: var(--rb-slate-100) !important;
  color: var(--rb-slate-900) !important;
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.rb-sales-table td {
  font-size: 12px;
  color: var(--rb-slate-700);
}

.rb-sales-table tr:nth-child(2n) td {
  background: #fcfdff;
}

.rb-sales-table .rb-metric-cell {
  font-weight: 700;
  color: var(--rb-slate-900);
}

.rb-sales-table .rb-status-cell {
  font-weight: 600;
}

.rb-copy-btn {
  margin-left: 6px;
  font-size: 11px;
  border: 1px solid var(--rb-slate-200);
  background: var(--rb-white);
  color: var(--rb-slate-700);
  border-radius: 4px;
  padding: 2px 6px;
  line-height: 1.2;
}

.rb-copy-btn:hover {
  border-color: var(--rb-blue-700);
  color: var(--rb-blue-700);
}

.rb-spec-tooltip {
  position: absolute;
  z-index: 500;
  max-width: 360px;
  background: var(--rb-slate-900);
  color: var(--rb-white);
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 11px;
  box-shadow: var(--rb-shadow);
  pointer-events: none;
}

.rb-toast-stack {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 600;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rb-toast {
  min-width: 220px;
  max-width: 380px;
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--rb-white);
  font-size: 12px;
  box-shadow: var(--rb-shadow);
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.2s ease;
}

.rb-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.rb-toast-info {
  background: var(--rb-blue-700);
}

.rb-toast-success {
  background: var(--rb-success);
}

.rb-toast-error {
  background: var(--rb-danger);
}

.rb-account-panel {
  display: none;
  margin-top: 18px;
  border: 1px solid var(--rb-slate-200);
  border-radius: 8px;
  padding: 14px;
  background: var(--rb-white);
}

.rb-account-panel.is-active,
.woocommerce-account .rb-account-panel:first-of-type {
  display: block;
}

.rb-quotes-table-wrap {
  overflow-x: auto;
}

.rb-quotes-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.rb-quotes-table th,
.rb-quotes-table td {
  border-bottom: 1px solid var(--rb-slate-200);
  padding: 8px;
  text-align: left;
}

.rb-team-form {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.rb-team-form .rb-team-email {
  height: 36px;
  border: 1px solid var(--rb-slate-200);
  border-radius: 6px;
  padding: 0 10px;
}

.rb-approval-toggle {
  grid-column: 1 / -1;
  font-size: 12px;
  color: var(--rb-slate-700);
}

.rb-team-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rb-team-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--rb-slate-200);
  padding: 8px 0;
  font-size: 12px;
}

/* ── RESPONSIVE: Tablet Landscape ── */
@media (max-width: 1024px) {
  .rb-product-table {
    font-size: 11px;
  }
  .rb-product-table th,
  .rb-product-table td {
    padding: 7px 8px;
  }
  .rb-mega-menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 16px;
  }
  .rb-col-image img {
    width: 36px;
    height: 36px;
  }
  .rb-priority-header-inner {
    flex-direction: column;
    gap: 4px;
  }
}

/* ── RESPONSIVE: Tablet Portrait ── */
@media (max-width: 768px) {
  body {
    font-size: 13px;
  }
  .site-header .navbar-nav {
    gap: 2px;
  }
  .site-header .navbar-nav > li > a {
    font-size: 12px !important;
    padding: 10px 6px !important;
  }
  .site-search {
    top: 0 !important;
  }
  .rb-team-form {
    grid-template-columns: 1fr;
  }
  .rb-mega-menu {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
  }
  .rb-spec-tooltip {
    max-width: 280px;
  }
  .rb-product-table .rb-col-condition,
  .rb-product-table .rb-col-qty,
  .rb-product-table thead th:nth-child(4),
  .rb-product-table thead th:nth-child(5) {
    display: none;
  }
  .rb-col-action .button {
    padding: 5px 6px !important;
    font-size: 10px !important;
    margin-top: 4px;
  }
  .rb-col-action .rb-table-add-quote {
    margin-left: 4px;
  }
  .rb-col-image img {
    width: 32px;
    height: 32px;
  }
  .rb-toast-stack {
    right: 8px;
    bottom: 8px;
    left: 8px;
  }
  .rb-toast {
    min-width: unset;
    max-width: 100%;
  }
  .site-header .col-full,
  .site-header .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .site-search .form-control {
    font-size: 14px !important;
    padding: 10px 12px !important;
  }
  .woocommerce-result-count,
  .woocommerce-ordering {
    font-size: 12px;
  }
  .rb-priority-header {
    padding: 8px 10px;
    font-size: 12px;
  }
  .rb-priority-header-inner {
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
}

/* ── RESPONSIVE: Mobile ── */
@media (max-width: 580px) {
  .rb-product-table,
  .rb-product-table thead,
  .rb-product-table tbody,
  .rb-product-table th,
  .rb-product-table td,
  .rb-product-table tr {
    display: block;
  }
  .rb-product-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
  .rb-product-table tbody tr {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-template-rows: auto auto auto;
    gap: 0 10px;
    padding: 12px 10px;
    border-bottom: 1px solid var(--rb-slate-200);
    position: relative;
  }
  .rb-product-table tbody tr:last-child {
    border-bottom: none;
  }
  .rb-product-table .rb-col-image {
    grid-row: 1 / 3;
    grid-column: 1;
    padding: 0;
    border: none;
  }
  .rb-col-image img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
  }
  .rb-product-table .rb-col-title {
    grid-row: 1;
    grid-column: 2;
    padding: 0 0 4px 0;
    border: none;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
  }
  .rb-product-table .rb-col-mpn {
    grid-row: 2;
    grid-column: 2;
    padding: 0;
    border: none;
    font-size: 11px;
    color: var(--rb-slate-500);
  }
  .rb-col-mpn::before {
    content: "MPN: ";
    font-weight: 400;
    color: var(--rb-slate-500);
  }
  .rb-product-table .rb-col-price {
    grid-row: 3;
    grid-column: 2;
    padding: 6px 0 0 0;
    border: none;
    font-size: 15px;
    font-weight: 700;
    color: var(--rb-blue-700);
  }
  .rb-product-table .rb-col-condition,
  .rb-product-table .rb-col-qty {
    display: none;
  }
  .rb-product-table .rb-col-action {
    grid-row: 3;
    grid-column: 2;
    padding: 6px 0 0 0;
    border: none;
    text-align: right;
    position: absolute;
    right: 10px;
    bottom: 12px;
  }
  .rb-col-action .button {
    padding: 6px 10px !important;
    font-size: 11px !important;
    border-radius: 6px !important;
  }
  .rb-col-action .rb-table-add-quote {
    display: none;
  }
  .rb-priority-badge {
    font-size: 9px;
    padding: 1px 5px;
    margin-bottom: 2px;
    display: inline-block;
  }
  .rb-sold-count {
    font-size: 10px;
  }
  .rb-copy-btn {
    font-size: 10px;
    padding: 1px 4px;
    margin-left: 4px;
  }
  .rb-list-table-wrapper {
    border-radius: 0;
    margin: 0 -10px;
    border-left: none;
    border-right: none;
  }
  .rb-priority-header {
    padding: 6px 10px;
    font-size: 11px;
  }
  .rb-account-panel {
    padding: 10px;
  }
  .rb-quotes-table th,
  .rb-quotes-table td {
    padding: 6px;
    font-size: 11px;
  }
  .rb-breadcrumb {
    font-size: 11px !important;
    padding: 0 10px;
  }
  .site-search .form-control {
    font-size: 16px !important;
    padding: 10px !important;
  }
  .woocommerce .woocommerce-result-count {
    font-size: 11px;
  }
  .woocommerce .woocommerce-ordering select {
    font-size: 12px;
  }
}

/* ── RESPONSIVE: Extra Small Mobile ── */
@media (max-width: 380px) {
  .rb-product-table tbody tr {
    grid-template-columns: 40px 1fr;
    padding: 10px 8px;
    gap: 0 8px;
  }
  .rb-col-image img {
    width: 40px;
    height: 40px;
  }
  .rb-product-table .rb-col-title {
    font-size: 12px;
  }
  .rb-product-table .rb-col-price {
    font-size: 14px;
  }
  .rb-col-action .button {
    padding: 5px 8px !important;
    font-size: 10px !important;
  }
}

/* ── Product Page: SKU Copy Button ── */
.rb-copy-btn {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 10px;
  font-size: 11px;
  font-weight: 600;
  color: var(--rb-blue-700);
  background: var(--rb-slate-100);
  border: 1px solid var(--rb-slate-200);
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease;
  vertical-align: middle;
}
.rb-copy-btn:hover {
  background: var(--rb-blue-700);
  color: #fff;
  border-color: var(--rb-blue-700);
}

/* ── Product Page: Key Specs Panel ── */
.rb-key-specs {
  background: var(--rb-slate-100);
  border: 1px solid var(--rb-slate-200);
  border-radius: 6px;
  padding: 14px 18px;
  margin: 12px 0;
}
.rb-key-specs h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--rb-slate-900);
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.rb-key-specs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 20px;
}
.rb-key-specs li {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  border-bottom: 1px solid var(--rb-slate-200);
}
.rb-spec-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--rb-slate-500);
}
.rb-spec-value {
  font-size: 12px;
  font-weight: 600;
  color: var(--rb-slate-900);
}

/* ── Responsive: Key Specs on mobile ── */
@media (max-width: 580px) {
  .rb-key-specs ul { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════════
   EBAY TEMPLATE CLEANUP — PRODUCT PAGES
   Hide the 3DSellers eBay listing template that's stored
   in WooCommerce short descriptions
   ══════════════════════════════════════════════════════ */

/* Hide ALL children of the short description area — eBay template junk */
.single-product .woocommerce-product-details__short-description > * {
  display: none !important;
}
/* Allow our injected clean short description to show */
.single-product .woocommerce-product-details__short-description .rb-clean-short-desc {
  display: block !important;
}

/* Also ensure sidebar product categories look clean */
.single-product .sidebar .widget_product_categories {
  display: none !important;
}
/* Hide Latest Products widget on product pages */
.single-product .sidebar .widget_products {
  display: none !important;
}
/* Show our injected curated sidebar */
.single-product .sidebar .rb-curated-sidebar {
  display: block !important;
}

/* ── Product Short Description Clean Styling ── */
.rb-clean-short-desc {
  padding: 0;
  margin: 0 0 15px 0;
}
.rb-clean-short-desc p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--rb-slate-700);
  margin-bottom: 8px;
}
.rb-clean-short-desc .rb-short-features {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 12px;
}
.rb-clean-short-desc .rb-short-features li {
  font-size: 12px;
  color: var(--rb-slate-700);
  padding: 3px 0;
  padding-left: 18px;
  position: relative;
}
.rb-clean-short-desc .rb-short-features li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--rb-success);
  font-weight: 700;
}

/* ══════════════════════════════════════════════════════
   HOMEPAGE — EBAY SECTION REMOVAL & FIXES
   ══════════════════════════════════════════════════════ */

/* Hide product short descriptions in homepage product cards to prevent eBay template leaking */
.page-id-5110 .woocommerce-product-details__short-description,
.page-id-5110 .product .short-description,
.page-id-5110 .products .product .woocommerce-product-details__short-description {
  display: none !important;
}

/* ── Curated Sidebar for Product Pages ── */
.rb-curated-sidebar {
  padding: 0;
}
.rb-curated-sidebar h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--rb-slate-900);
  margin: 0 0 12px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.rb-curated-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rb-curated-sidebar li {
  margin: 0;
  padding: 0;
}
.rb-curated-sidebar li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  font-size: 13px;
  color: var(--rb-slate-700);
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.2s ease;
}
.rb-curated-sidebar li a:hover {
  background: var(--rb-slate-100);
  color: var(--rb-blue-700);
}
.rb-curated-sidebar li a .rb-cat-count {
  font-size: 11px;
  color: var(--rb-slate-500);
  background: var(--rb-slate-100);
  padding: 2px 8px;
  border-radius: 10px;
  font-weight: 600;
}
.rb-curated-sidebar li a:hover .rb-cat-count {
  background: var(--rb-blue-700);
  color: #fff;
}
.rb-curated-sidebar .rb-sidebar-divider {
  height: 1px;
  background: var(--rb-slate-200);
  margin: 12px 0;
}
.rb-curated-sidebar .rb-sidebar-cta {
  display: block;
  text-align: center;
  padding: 10px 15px;
  background: var(--rb-blue-700);
  color: #fff !important;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 15px;
  transition: background 0.2s ease;
}
.rb-curated-sidebar .rb-sidebar-cta:hover {
  background: var(--rb-blue-900);
}

/* ── Homepage: Enterprise CTA section replacing eBay section ── */
.rb-enterprise-cta-section {
  background: linear-gradient(135deg, var(--rb-blue-900) 0%, var(--rb-blue-700) 100%);
  border-radius: 10px;
  padding: 40px 30px;
  text-align: center;
  color: #fff;
  margin: 30px 0;
}
.rb-enterprise-cta-section h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #fff;
}
.rb-enterprise-cta-section p {
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  margin: 0 0 20px 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.rb-enterprise-cta-section .rb-cta-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.rb-enterprise-cta-section .rb-cta-btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
.rb-enterprise-cta-section .rb-cta-primary {
  background: #fff;
  color: var(--rb-blue-700);
}
.rb-enterprise-cta-section .rb-cta-primary:hover {
  background: var(--rb-slate-100);
}
.rb-enterprise-cta-section .rb-cta-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.4);
}
.rb-enterprise-cta-section .rb-cta-secondary:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.1);
}

/* ── Responsive: Clean short desc on mobile ── */
@media (max-width: 580px) {
  .rb-clean-short-desc .rb-short-features {
    grid-template-columns: 1fr;
  }
  .rb-enterprise-cta-section {
    padding: 25px 20px;
  }
  .rb-enterprise-cta-section h2 {
    font-size: 20px;
  }
}
/* FIX: Hero content div — override inline red gradient */
.page-id-5110 .rb-hero-area > div:first-child {
  background: transparent !important;
  color: #0f172a !important;
  padding: 60px 50px !important;
  border-radius: 16px 16px 0 0 !important;
}

/* FIX: Stats bar — override inline dark background */
.page-id-5110 .rb-hero-area > div:nth-child(2) {
  background: #f1f5f9 !important;
  border-radius: 0 0 16px 16px !important;
  padding: 20px 30px !important;
}

/* FIX: Stats bar divider borders */
.page-id-5110 .rb-hero-area > div:nth-child(2) > div {
  border-color: #cbd5e1 !important;
}

/* FIX: Stats bar number styling */
.page-id-5110 .rb-hero-area > div:nth-child(2) > div span:first-child,
.page-id-5110 .rb-hero-area > div:nth-child(2) > div strong {
  color: #ea1b25 !important;
}
.page-id-5110 .rb-hero-area > div:nth-child(2) > div span:last-child,
.page-id-5110 .rb-hero-area > div:nth-child(2) > div small {
  color: #475569 !important;
}

/* FIX: Hero h1 inline color override */
.page-id-5110 .rb-hero-area h1 {
  color: #0f172a !important;
}

/* FIX: Hero button container links */
.page-id-5110 .rb-hero-area > div:first-child > div a:first-of-type {
  background: #ea1b25 !important;
  color: #fff !important;
  border: 2px solid #ea1b25 !important;
  border-radius: 8px !important;
  padding: 12px 28px !important;
}
.page-id-5110 .rb-hero-area > div:first-child > div a:nth-of-type(2) {
  background: transparent !important;
  color: #0f172a !important;
  border: 2px solid #cbd5e1 !important;
  border-radius: 8px !important;
  padding: 12px 28px !important;
}
/* FIX: Why Choose section — override inline dark background on wrapper */
.page-id-5110 .rb-homepage > div:nth-child(8) {
  background: #f8fafc !important;
}

/* FIX: Why Choose feature cards — override inline #2a2a2a backgrounds */
.page-id-5110 .rb-homepage > div:nth-child(8) div[style*="grid"] > div {
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04) !important;
}
.page-id-5110 .rb-homepage > div:nth-child(8) div[style*="grid"] > div h3,
.page-id-5110 .rb-homepage > div:nth-child(8) div[style*="grid"] > div strong {
  color: #0f172a !important;
}
.page-id-5110 .rb-homepage > div:nth-child(8) div[style*="grid"] > div p,
.page-id-5110 .rb-homepage > div:nth-child(8) div[style*="grid"] > div span {
  color: #475569 !important;
}

/* FIX: Enterprise CTA wrapper — override inline red gradient */
.page-id-5110 .rb-homepage > div:nth-child(9) {
  background: transparent !important;
}
/* FIX: Enterprise CTA inner section */
.page-id-5110 .rb-enterprise-cta-section,
.page-id-5110 .rb-homepage > div:nth-child(9) > div {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%) !important;
  border-radius: 16px !important;
  padding: 50px 40px !important;
}

/* FIX: Category card text colors */
.page-id-5110 .rb-cat-card span,
.page-id-5110 .rb-cat-card div {
  color: #0f172a !important;
}

/* FIX: Section heading red accent */
.page-id-5110 .rb-homepage h2 span {
  color: #ea1b25 !important;
}
/* === HIDE PRODUCT FEEDS (New Arrivals, Best Sellers, On Sale Now) === */
.page-id-5110 .rb-homepage > div:nth-child(5),
.page-id-5110 .rb-homepage > div:nth-child(6),
.page-id-5110 .rb-homepage > div:nth-child(7) {
  display: none !important;
}

/* === SEARCH BAR STRIP — clean white instead of red === */
.page-id-5110 .electro-navbar {
  background: #fff !important;
  border-top: 1px solid #e2e8f0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
  box-shadow: none !important;
}
.page-id-5110 .electro-navbar .search-field,
.page-id-5110 .electro-navbar input[type="search"] {
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px 0 0 8px !important;
  background: #f8fafc !important;
}
.page-id-5110 .electro-navbar .search-button,
.page-id-5110 .electro-navbar button[type="submit"] {
  background: #0f172a !important;
  border-color: #0f172a !important;
  border-radius: 0 8px 8px 0 !important;
}
.page-id-5110 .electro-navbar .departments-menu-v2__title,
.page-id-5110 .electro-navbar .departments-menu-toggle {
  background: #f1f5f9 !important;
  color: #0f172a !important;
  border: 1px solid #e2e8f0 !important;
}
.page-id-5110 .electro-navbar .header-compare a,
.page-id-5110 .electro-navbar .header-wishlist a,
.page-id-5110 .electro-navbar .header-cart a,
.page-id-5110 .electro-navbar a {
  color: #334155 !important;
}

/* === HEADER NAV LINKS — tighter contrast === */
.page-id-5110 .site-header .nav-menu > li > a,
.page-id-5110 .site-header .primary-navigation a {
  color: #0f172a !important;
  font-weight: 600 !important;
  letter-spacing: 0.3px !important;
}
.page-id-5110 .site-header .nav-menu > li > a:hover {
  color: #ea1b25 !important;
}

/* === HERO TEXT — stronger contrast === */
.page-id-5110 .rb-hero-area > div:first-child p:first-of-type {
  color: #ea1b25 !important;
  font-weight: 700 !important;
}
.page-id-5110 .rb-hero-area h1 {
  color: #0f172a !important;
  font-weight: 800 !important;
  letter-spacing: -0.5px !important;
}
.page-id-5110 .rb-hero-area > div:first-child p:nth-of-type(2) {
  color: #334155 !important;
  opacity: 1 !important;
}

/* === TRUST BAR — stronger text === */
.page-id-5110 .rb-homepage > div:nth-child(2) {
  color: #0f172a !important;
  font-weight: 600 !important;
}
.page-id-5110 .rb-homepage > div:nth-child(2) span {
  color: #0f172a !important;
}

/* === SHOP BY CATEGORY — heading tighter === */
.page-id-5110 .rb-homepage h2 {
  font-size: 28px !important;
  letter-spacing: -0.3px !important;
}
.page-id-5110 .rb-cat-card {
  transition: all 0.2s ease !important;
}
.page-id-5110 .rb-cat-card span {
  font-weight: 600 !important;
  font-size: 13px !important;
  color: #0f172a !important;
}
.page-id-5110 .rb-cat-card small {
  color: #64748b !important;
  font-size: 11px !important;
}

/* === BULK ORDER BANNER — tighter === */
.page-id-5110 .rb-homepage > div:nth-child(4) h2,
.page-id-5110 .rb-homepage > div:nth-child(4) strong {
  color: #0f172a !important;
  font-weight: 800 !important;
}
.page-id-5110 .rb-homepage > div:nth-child(4) p,
.page-id-5110 .rb-homepage > div:nth-child(4) span {
  color: #475569 !important;
}

/* === WHY CHOOSE — card titles bolder === */
.page-id-5110 .rb-homepage > div:nth-child(8) h2 {
  font-size: 28px !important;
  color: #0f172a !important;
}
.page-id-5110 .rb-homepage > div:nth-child(8) div[style*="grid"] > div strong,
.page-id-5110 .rb-homepage > div:nth-child(8) div[style*="grid"] > div h3 {
  font-weight: 700 !important;
  font-size: 16px !important;
}

/* === CTA SECTION — better text contrast === */
.page-id-5110 .rb-homepage > div:nth-child(9) h2,
.page-id-5110 .rb-homepage > div:nth-child(9) h3 {
  color: #fff !important;
  font-weight: 700 !important;
}
.page-id-5110 .rb-homepage > div:nth-child(9) p {
  color: #cbd5e1 !important;
}

/* === FOOTER — cleaner look === */
.page-id-5110 .site-footer {
  border-top: 1px solid #e2e8f0 !important;
}
/* FIX: Departments dropdown button */
.page-id-5110 .departments-menu-v2-title {
  background: #f1f5f9 !important;
  color: #0f172a !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
}
.page-id-5110 .departments-menu-v2-title:hover {
  background: #e2e8f0 !important;
}

/* ===== Final Structured Homepage Rebuild Styles ===== */
.rb-home-trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 24px;
}

.rb-home-trust-item {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background: #ffffff;
  padding: 12px;
}

.rb-home-trust-item strong {
  display: block;
  font-size: 13px;
  color: #111111;
  margin-bottom: 4px;
}

.rb-home-trust-item span {
  font-size: 11px;
  color: #4a4a4a;
}

.rb-hero-area-injected {
  margin: 24px 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
}

.rb-hero-area-injected > div:first-child {
  background: linear-gradient(145deg, #111111 0%, #1d1d1d 70%, #35181b 100%);
  padding: 42px 36px;
}

.rb-hero-area-injected > div:first-child p:first-child {
  color: #ff5b63 !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.rb-hero-area-injected h1 {
  color: #ffffff !important;
  font-size: 48px !important;
  line-height: 1.05 !important;
  margin: 10px 0 14px !important;
}

.rb-hero-area-injected > div:first-child p:nth-of-type(2) {
  color: #d1d5db !important;
  max-width: 760px;
  font-size: 15px;
}

.rb-hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.rb-hero-cta-row a:first-child {
  display: inline-block;
  background: #ea1b25;
  color: #ffffff !important;
  padding: 14px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
}

.rb-hero-cta-row a:nth-child(2),
.rb-call-sales-cta {
  display: inline-block;
  background: #111111;
  color: #ffffff !important;
  border: 1px solid #111111;
  padding: 14px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
}

.rb-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: #151515;
  border-top: 1px solid #2d2d2d;
  padding: 14px 18px;
}

.rb-hero-stats div {
  color: #ffffff;
  font-size: 12px;
}

.rb-hero-stats strong {
  display: block;
  color: #ff4d57;
  font-size: 15px;
}

.rb-clean-category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.rb-clean-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.rb-clean-category-card {
  display: block;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #dddddd;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  text-decoration: none;
}

.rb-clean-category-card strong {
  display: block;
  color: #111111;
  font-size: 15px;
  margin-bottom: 6px;
}

.rb-clean-category-card span {
  color: #5a5a5a;
  font-size: 12px;
}

.rb-clean-bulk-banner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 28px 26px;
  background: linear-gradient(145deg, #121212 0%, #252525 100%);
  border-radius: 16px;
}

.rb-clean-bulk-banner p {
  margin: 0 0 6px;
  color: #ff5b63 !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.rb-clean-bulk-banner h2 {
  margin: 0 0 8px;
  color: #ffffff !important;
}

.rb-clean-bulk-banner span {
  color: #d1d5db !important;
  font-size: 14px;
}

.rb-clean-bulk-btn {
  display: inline-block;
  background: #ea1b25;
  color: #ffffff !important;
  padding: 14px 20px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
}

.rb-clean-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.rb-clean-why-card {
  border: 1px solid #d9d9d9;
  border-radius: 14px;
  background: #ffffff;
  padding: 20px 16px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.rb-clean-why-card strong {
  display: block;
  color: #111111;
  font-size: 16px;
  margin-bottom: 8px;
}

.rb-clean-why-card span {
  color: #4a4a4a;
  font-size: 13px;
  line-height: 1.45;
}

.rb-footer-rebuilt .footer-widgets,
.rb-footer-rebuilt .footer-bottom,
.rb-footer-rebuilt .footer-bottom-widgets,
.rb-footer-rebuilt .site-info,
.rb-footer-rebuilt .footer-contact,
.rb-footer-rebuilt .copyright-bar {
  display: none !important;
}

@media (max-width: 1024px) {
  .rb-home-trust-grid,
  .rb-clean-category-grid,
  .rb-clean-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rb-hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

@media (max-width: 640px) {
  .rb-hero-area-injected > div:first-child {
    padding: 28px 20px;
  }
  .rb-hero-area-injected h1 {
    font-size: 34px !important;
  }
  .rb-home-trust-grid,
  .rb-clean-category-grid,
  .rb-clean-why-grid,
  .rb-hero-stats {
    grid-template-columns: 1fr;
  }
  .rb-clean-bulk-banner {
    grid-template-columns: 1fr;
  }
}

/* ===== Final polish overrides ===== */
.rb-clean-bulk-banner {
  background: linear-gradient(145deg, #121212 0%, #202020 100%) !important;
  border: 1px solid #2c2c2c !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16) !important;
}

.rb-clean-bulk-banner h2 {
  font-size: 30px !important;
  line-height: 1.15 !important;
}

.rb-clean-bulk-banner span {
  line-height: 1.5 !important;
}

.page-id-5110 .rb-section-why h2 {
  margin: 0 0 16px !important;
  text-align: center !important;
  color: #111111 !important;
  font-size: 34px !important;
  letter-spacing: -0.03em !important;
}

.rb-enterprise-cta-section {
  background: linear-gradient(135deg, #151515 0%, #1f2e47 100%) !important;
  border: 1px solid #283549 !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18) !important;
}

.rb-enterprise-cta-section h2 {
  font-size: 32px !important;
  line-height: 1.15 !important;
}

.rb-enterprise-cta-section p {
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  line-height: 1.6 !important;
}

/* ===== Contact RFQ helper + clutter reduction ===== */
.rb-rfq-helper {
  margin: 0 0 24px;
  padding: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.rb-rfq-helper h3 {
  margin: 0 0 8px;
  color: #111111 !important;
}

.rb-rfq-helper p {
  margin: 0 0 14px;
  color: #4a4a4a;
}

.rb-rfq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.rb-rfq-grid input {
  height: 42px;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 14px;
}

.rb-rfq-note {
  margin-top: 12px !important;
  font-size: 12px;
  color: #6b7280 !important;
}

.header-compare,
.header-wishlist,
.navbar-wishlist,
.navbar-compare,
.site-header .header-wishlist,
.site-header .header-compare,
.electro-navbar .header-wishlist,
.electro-navbar .header-compare,
.yith-wcwl-add-to-wishlist,
.compare.button,
.add_to_wishlist,
.product .compare,
.action-buttons,
.add-to-compare-link,
.single_add_to_wishlist,
.yith-wcwl-add-button,
.product-loop-footer .add-to-compare-link,
.product-loop-footer .yith-wcwl-add-to-wishlist,
.single-product .wc-stripe-product-checkout-container,
.single-product .payment-request-button,
.single-product .payment-request-button-container,
.single-product .express-payment-methods,
.single-product #wc-stripe-payment-request-wrapper,
.single-product #wc-stripe-payment-request-button,
.single-product .StripeElement {
  display: none !important;
}

@media (max-width: 640px) {
  .rb-rfq-grid {
    grid-template-columns: 1fr;
  }
}
</style>
<!-- end Simple Custom CSS and JS -->
