/* CSS Variables from index.html theme */
:root {
  --black: #000000;
  --blue: #0066cc;
  --blurple: #480bbe;
  --board: #d3a269;
  --error: #cc0000;
  --info: #217ae2;
  --primary: var(--blue);
  --red: #ff2100;
  --secondary: var(--stone-grey);
  --success: #289c28;
  --tertiary: var(--coral-orange);
  --warn: #eec201;
  --white: #ffffff;
  --blue--clicked: #155a7a;
  --red--clicked: #890000;
  --blue--dark: #1a6b8f;
  --red--dark: #a30000;
  --blue--hover: #1e7ba3;
  --red--hover: #a20000;
  --blurple-blue: #1a1552;
  --dark-blue: #1e7ba3;
  --light-blue: #b8e0f0;
  --link-blue: #221abb;
  --dark-blurple: #080623;
  --light-blurple: #d4d8fb;
  --light-board: #e7ccab;
  --pale-board: #f9efe4;
  --text-color: #000000;
  --cloud-grey: #cccccc;
  --ice-grey: #f5f5f5;
  --onyx-grey: #222222;
  --outline-grey: #dddddd;
  --rain-grey: #a4a4a4;
  --slate-grey: #444444;
  --stone-grey: #5e6c84;
  --wispy-grey: #eaeaea;
  --ice-grey-darken: #e6e6e6;
  --slate-grey-lighten: #4b4b4b;
  --coral-orange: #ff6b35;
  --market-orange: #c96101;
  --dark-red: #6a0a06;
  --light-red: #ffbcb3;
  --shadow-soft: 0 10px 30px rgba(15, 23, 42, 0.15);
  --primary-soft: #e3ebff;
  --primary-dark: #004d99;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  padding: 0;
}
body {
  background-color: var(--white);
  color: var(--onyx-grey);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  padding: 0;
  touch-action: pan-y pan-x;
}
/* Utility classes for show/hide */
.show {
  display: block;
}
.hide,
.hidden {
  display: none;
}
/* Mobile bottom nav login/account states */
#mobileLoginNav.show,
#mobileAccountNav.show {
  display: flex;
}
#mobileLoginNav.hide,
#mobileAccountNav.hide {
  display: none;
}
/* Mega menu show/hide */
.category-mega-menu.show {
  display: block;
}
.category-mega-menu.hide {
  display: none;
}
/* Mobile categories drawer show/hide */
#mobileCategoriesSegmentView.show,
#mobileCategoriesView.show {
  display: block;
}
#mobileCategoriesSegmentView.hide,
#mobileCategoriesView.hide {
  display: none;
}
#mobileCategoriesViewAll.show {
  display: block;
}
#mobileCategoriesViewAll.hide {
  display: none;
}
/* Ensure no extra spacing on mobile */
@media (max-width: 768px) {
  html,
  body {
    margin: 0;
    padding: 0;
  }
}
/* Container for responsive design */
.container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
}
/* Container responsive adjustments */
@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
}
/**
 * @version     1.0.0
 * @package     DistyParts Website
 *
 * @copyright   Copyright (C) 2012-2025 Codeacious Technologies Pvt Ltd. All rights reserved.
 * @license     SPL Sellacious Private License; see https://www.sellacious.com/spl.html
 * @author      Izhar Aazmi <hello@codeacious.tech> - https://www.codeacious.tech
 */
/* Base container */
.disty-image {
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 1px;
  overflow: hidden;
}
.disty-image img {
  display: block;
  height: 100%;
  object-fit: contain;
  visibility: hidden;
  width: 100%;
}
.disty-image--list {
  background: #f9fafb;
  border: 1px solid var(--outline-grey);
  border-radius: 6px;
  flex-shrink: 0;
  height: 55px;
  width: 55px;
}
.disty-no-image {
  align-items: center;
  color: #999999;
  display: flex;
  font-size: 9px;
  justify-content: center;
  padding: 20px;
  text-align: center;
  width: 100%;
  height: 100%;
}
.disty_media-thumb .disty-no-image {
  font-size: 8px;
  padding: 8px;
}
.suggestion-item .disty-no-image,
.mobile-suggestion-item .disty-no-image {
  background: #f5f5f5;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  padding: 0;
  vertical-align: middle;
}
.mobile-suggestion-item .disty-no-image {
  font-size: 8px;
}
/**
 * @version     1.0.0
 * @package     DistyParts Website
 *
 * @copyright   Copyright (C) 2012-2025 Codeacious Technologies Pvt Ltd. All rights reserved.
 * @license     SPL Sellacious Private License; see https://www.sellacious.com/spl.html
 * @author      Izhar Aazmi <hello@codeacious.tech> - https://www.codeacious.tech
 */
/* Hero Section Wrapper */
.hero-section {
  background: linear-gradient(135deg, #e6f2ff 0%, #f7f9fc 50%, #e6f2ff 100%);
  margin-left: calc(-50vw + 50%);
  width: 100vw;
  padding-bottom: 4px;
}
.hero-container {
  align-items: stretch;
  display: flex;
  gap: 0;
  height: 420px;
  margin: 0 auto;
  position: relative;
}
/* Hero Section Responsive */
@media (max-width: 1024px) {
  .hero-section {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .hero-container {
    flex-direction: column;
    height: auto;
  }
  /* Show desktop hero section on mobile */
  .hero-section {
    display: block;
  }
}
/**
 * @version     1.0.0
 * @package     DistyParts Website
 *
 * @copyright   Copyright (C) 2012-2025 Codeacious Technologies Pvt Ltd. All rights reserved.
 * @license     SPL Sellacious Private License; see https://www.sellacious.com/spl.html
 * @author      Izhar Aazmi <hello@codeacious.tech> - https://www.codeacious.tech
 */
/* Hero Menu Section */
.hero-menu-section {
  border-radius: 12px 0 0 12px;
  flex: 0 0 240px;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 240px;
  z-index: 10;
}
.product-category {
  background: #ffffff;
  border-radius: 0 0 0 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.category-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 18px;
}
.category-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.category-name {
  color: #2f333a;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
}
.category-view-all {
  color: var(--primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.category-view-all:hover {
  color: #1976d2;
}
.category-list {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-list li {
  margin: 0;
}
.category-list a {
  color: #191919;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 5px 0;
  text-decoration: none;
  transition: all 0.3s ease;
}
.category-list a:hover {
  color: var(--primary);
  padding-left: 2px;
}
.category-list-item {
  break-inside: avoid;
  margin-bottom: 4px;
  page-break-inside: avoid;
  position: relative;
  text-align: left;
}
/* Market Segment Category Mega Menu */
.market-segment-item {
  position: relative;
}
.category-mega-menu {
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  display: none;
  height: 420px;
  /* Same height as menu section */
  left: calc((100vw - min(1440px, 100vw)) / 2 + 240px);
  /* Position: container left + padding + menu section width */
  overflow: hidden;
  /* Hide overflow to maintain fixed height */
  padding: 18px;
  position: fixed;
  top: 137px;
  /* Adjust based on header height */
  width: 600px;
  /* Fixed width for the mega menu */
  z-index: 99999;
}
.market-segment-item:hover .category-mega-menu {
  display: block !important;
}
.category-mega-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.category-list-columns {
  column-count: 2;
  column-fill: auto;
  column-gap: 20px;
  list-style: none;
  margin: 0;
  max-height: 280px;
  padding: 0;
  text-align: left;
}
.category-leaf-item {
  color: #191919;
  display: block;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  overflow: hidden;
  padding: 1px 0;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.category-leaf-item .entity-count {
  display: inline;
  float: none;
  padding-left: 5px;
  padding-top: 0;
}
.category-leaf-item:hover {
  color: var(--primary);
  padding-left: 2px;
}
.view-all-link {
  border-top: 1px solid #f0f0f0;
  color: var(--primary);
  display: block;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
  margin-top: 3px;
  padding: 3px 0 1px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.view-all-link:hover {
  color: #0056b3;
  padding-left: 2px;
}
/* Responsive positioning for mega menus */
@media (max-width: 1200px) {
  .category-mega-menu {
    left: 220px;
    width: 550px;
  }
}
@media (max-width: 768px) {
  .category-mega-menu {
    display: none;
  }
}
/* Hero Section Responsive */
@media (max-width: 1024px) {
  .hero-menu-section {
    border-radius: 12px 12px 0 0;
    flex: none;
    height: auto;
    margin-bottom: 0;
    width: 240px;
  }
}
@media (max-width: 768px) {
  /* Hide hero menu section on mobile */
  .hero-menu-section {
    display: none;
  }
}
/**
 * @version     1.0.0
 * @package     DistyParts Website
 *
 * @copyright   Copyright (C) 2012-2025 Codeacious Technologies Pvt Ltd. All rights reserved.
 * @license     SPL Sellacious Private License; see https://www.sellacious.com/spl.html
 * @author      Izhar Aazmi <hello@codeacious.tech> - https://www.codeacious.tech
 */
/* New SEO-Friendly Hero Section */
.hero-seo-section {
  align-items: center;
  border-radius: 0 0 8px 0;
  display: flex;
  flex: 1;
  height: 100%;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hero-seo-bg-image {
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.hero-seo-overlay {
  background: #ffffff70;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.hero-seo-content {
  max-width: 800px;
  padding: 40px;
  position: relative;
  z-index: 3;
}
.hero-seo-title {
  color: #000000;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 50px 0;
}
.hero-seo-subtitle {
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
/* Mobile styles for SEO hero section */
@media (max-width: 768px) {
  .hero-seo-section {
    height: 250px;
    padding: 20px 0;
  }
  .hero-seo-content {
    max-width: 100%;
    padding: 20px;
    text-align: center;
  }
  .hero-seo-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .hero-seo-subtitle {
    font-size: 16px;
    line-height: 1.4;
  }
}
/**
 * @version     __DEPLOY_VERSION__
 * @package     sellacious
 *
 * @copyright   Copyright (C) 2012-2025 Codeacious Technologies Pvt Ltd. All rights reserved.
 * @license     SPL Sellacious Private License; see https://www.sellacious.com/spl.html
 * @author      Izhar Aazmi <hello@codeacious.tech> - https://www.codeacious.tech
 */
/* Stats Section */
.stats-section {
  background: #ffffff;
  padding: 30px 0;
  position: relative;
}
.stats-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
}
.stats-block {
  align-items: center;
  background: #f8f9fa;
  border-radius: 12px;
  display: flex;
  gap: 20px;
  padding: 30px;
  transition: all 0.3s ease;
}
.stats-block:hover {
  background: #bbd1f080;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}
.stats-icon {
  align-items: center;
  background: #e9ecef;
  border-radius: 12px;
  color: #6c757d;
  display: flex;
  flex-shrink: 0;
  height: 60px;
  justify-content: center;
  transition: all 0.3s ease;
  width: 60px;
}
.stats-icon svg {
  width: 24px;
  height: 24px;
}
.stats-block:hover .stats-icon {
  color: #d0ecff;
  background: var(--primary);
}
.stats-content {
  flex: 1;
}
.stats-number {
  color: #6c757d;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}
.stats-label {
  color: #6c757d;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 22px;
  transition: all 0.3s ease;
}
.stats-block:hover .stats-number,
.stats-block:hover .stats-label {
  color: var(--primary);
}
/* Stats Section Responsive */
@media (max-width: 1024px) {
  .stats-grid {
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
  .stats-section {
    padding: 20px 0;
  }
  .stats-block {
    flex-direction: column;
    gap: 8px;
    padding: 15px 8px;
    text-align: center;
  }
  .stats-icon {
    zoom: 0.7;
  }
  .stats-number {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 4px;
  }
  .stats-label {
    font-size: 13px;
    line-height: 22px;
  }
}
@media (max-width: 1440px) {
  .stats-label {
    display: block;
  }
}
/* How it Works Section */
.how-it-works-section {
  padding: 0 0 30px;
}
.how-it-works-header {
  margin-bottom: 40px;
  text-align: center;
}
.how-it-works-title {
  color: #191919;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.title-underline {
  background: var(--primary);
  height: 3px;
  margin: 0 auto 40px auto;
  width: 60px;
}
.how-it-works-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.how-it-works-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.feature-header {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}
.feature-icon-container {
  align-items: center;
  background: #f0f7ff;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 50px;
  justify-content: center;
  margin-right: 15px;
  width: 50px;
}
.feature-icon {
  color: var(--primary);
  width: 24px;
  height: 24px;
}
.feature-title {
  color: #2f333a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
.feature-description {
  color: #666666;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 15px 0;
}
.feature-description-mobile {
  display: none;
}
.feature-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.benefit-tag {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 20px;
  color: var(--primary);
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.benefit-tag:hover {
  border-color: var(--primary);
  box-shadow: 0 4px 12px rgba(94, 108, 132, 0.15);
  transform: translateY(-2px);
}
.how-it-works-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.how-it-works-btn {
  align-items: center;
  background: linear-gradient(135deg, #1976d2 0%, #1565c0 100%);
  color: white;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 600;
  gap: 15px;
  padding: 20px;
  width: 100%;
}
.how-it-works-btn i {
  font-size: 48px;
}
.how-it-works-details {
  background: white;
  padding: 30px 20px;
}
.how-it-works-details h3 {
  color: #191919;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 10px 0;
}
.how-it-works-details h3:first-child {
  margin-top: 0;
}
.how-it-works-details p {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.how-it-works-details ul {
  list-style: disc;
  margin-bottom: 15px;
  padding-left: 20px;
}
.how-it-works-details li {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .how-it-works-grid {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .how-it-works-title {
    font-size: 24px;
  }
  .how-it-works-header {
    margin-bottom: 0;
  }
  .title-underline {
    margin: 0 auto 20px auto;
  }
  .how-it-works-card {
    margin: 0 5px;
    padding: 20px;
  }
  .feature-header {
    margin-bottom: 12px;
  }
  .feature-benefits {
    display: none;
  }
  .feature-description-mobile {
    color: #666666;
    display: block;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 8px;
  }
  .feature-description {
    display: none;
  }
  .feature-icon-container {
    height: 45px;
    margin-right: 12px;
    width: 45px;
  }
  .feature-icon {
    font-size: 20px;
  }
  .feature-title {
    font-size: 18px;
  }
  .benefit-tag {
    font-size: 11px;
    padding: 3px 10px;
  }
}
@media (max-width: 768px) {
  .how-it-works-grid {
    grid-template-columns: 1fr;
  }
}
/* Email Input and Subscribe Section */
.email-input-container {
  align-items: center;
  background: #ffffff;
  display: flex;
  height: 40px;
  position: relative;
  width: 350px;
}
.email-input {
  background: transparent;
  border: none;
  color: #6f6f6f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  outline: none;
  padding: 9px 12px;
  width: 100%;
}
.email-input::placeholder {
  color: #6f6f6f;
}
.subscribe-btn {
  background: var(--primary);
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  height: 40px;
  line-height: 18px;
  padding: 0 12px;
  transition: all 0.3s ease;
  width: 120px;
}
.subscribe-btn:hover {
  background: #1976d2;
}
.subscribe-btn:disabled {
  background: #cccccc;
  cursor: not-allowed;
}
.subscribe-btn.loading {
  background: #cccccc;
  cursor: not-allowed;
  position: relative;
}
.subscribe-btn.loading::after {
  animation: spin 0.6s linear infinite;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-top-color: transparent;
  content: "";
  height: 16px;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Email Input Validation States */
.email-input.error {
  background-color: #fff5f5;
  border: 2px solid #e73c17;
}
.email-input.success {
  background-color: #f0fff4;
  border: 2px solid #28a745;
}
/* Validation Message */
.validation-message {
  background: #fff5f5;
  border: 1px solid #fed7d7;
  border-radius: 0 0 8px 8px;
  border-top: none;
  box-sizing: border-box;
  color: #e73c17;
  display: none;
  font-size: 12px;
  left: 0;
  padding: 8px 12px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 10;
}
.validation-message.success {
  background: #f0fff4;
  border: 1px solid #c6f6d5;
  border-top: none;
  color: #28a745;
}
.validation-message.show {
  display: block;
}
/* Subscribe Section */
.subscribe-section {
  background: linear-gradient(222deg, #00b1ff 0%, #001220 100%);
  padding: 60px 0;
  position: relative;
  width: 100%;
}
.subscribe-content {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}
.subscribe-text {
  flex: 1;
  margin-right: 40px;
}
.subscribe-title {
  color: #ffffff;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin: 0 0 12px 0;
}
.subscribe-subtitle {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  opacity: 0.9;
}
.subscribe-form {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 0;
}
/* Responsive Styles for Subscribe Section */
@media (min-width: 1920px) {
  .subscribe-title {
    font-size: 32px;
  }
}
@media (max-width: 1440px) {
  .subscribe-title {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .subscribe-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .subscribe-text {
    margin-right: 0;
  }
  .subscribe-form {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .email-input-container {
    align-items: center;
    border-radius: 0;
    display: flex;
    max-width: none;
    position: relative;
    width: 100%;
  }
  .subscribe-btn {
    border-radius: 0;
    bottom: 0;
    font-size: 12px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
  }
  .email-input {
    padding-right: 110px;
  }
  .subscribe-section {
    padding: 30px 0 40px;
  }
}
@media (max-width: 768px) {
  .subscribe-title {
    font-size: 20px;
  }
  .subscribe-subtitle {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .subscribe-title {
    font-size: 18px;
  }
  .subscribe-subtitle {
    font-size: 12px;
  }
}
/* Desktop Header */
.desktop-header {
  margin: 0;
  padding: 0;
}
.header {
  background: var(--white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99999;
}
/* Main Header */
.main-header {
  align-items: center;
  background: #f5f6f7;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  height: 90px;
  justify-content: space-between;
  margin-left: calc(-50vw + 50%);
  position: sticky;
  width: 100vw;
  z-index: 99999;
  /* Below overlay */
}
.main-header .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
.logo {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  padding-right: 65px;
}
.logo img {
  height: 40px;
  width: auto;
}
/* Mobile Header */
.mobile-header {
  background: var(--white);
  box-shadow: none;
  display: none;
  margin: 0;
  padding: 0;
  position: sticky;
  top: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
  z-index: 1003;
}
.mobile-main-header {
  background: var(--white);
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  width: 100%;
}
.mobile-main-header .container {
  display: flex;
  flex-direction: column;
}
.mobile-header-content {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 10px 0 5px 0;
}
@media (max-width: 768px) {
  body.stick-header .mobile-main-header {
    position: fixed;
    top: 0;
  }
  body.stick-header .mobile-main-header .container {
    align-items: center;
    flex-direction: row;
    gap: 12px;
  }
  body.stick-header .mobile-header-content {
    flex-shrink: 0;
    padding: 0;
  }
  body.stick-header .mobile-search-container {
    flex: 1;
    padding: 0;
  }
  body.stick-header .mobile-header {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: block;
  }
  body.stick-header .mobile-header .mobile-header-content {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0 5px 0;
  }
  body.stick-header .mobile-header .logo {
    display: none;
  }
  body.stick-header .mobile-header .mobile-logo-icon {
    display: flex;
  }
}
/* Remove logo padding-right for mobile to center it properly */
.mobile-header .logo {
  padding-right: 0;
}
/* Logo icon - hidden by default */
.mobile-header .mobile-logo-icon {
  align-items: center;
  display: none;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.mobile-header .mobile-logo-icon img {
  height: 40px;
  object-fit: contain;
  width: 40px;
}
.hamburger {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hamburger span {
  background: #2f333a;
  height: 3px;
  transition: 0.3s;
  width: 25px;
}
.mobile-menu {
  background: var(--white);
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  height: 100vh;
  left: -100%;
  max-width: 320px;
  overflow-y: auto;
  padding: 0;
  position: fixed;
  top: 0;
  transition: left 0.3s ease-in-out;
  width: 85%;
  z-index: 1001;
}
.mobile-menu.active {
  left: 0;
}
.mobile-menu-header {
  align-items: center;
  background: var(--white);
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 20px;
}
.mobile-menu-logo img {
  height: 32px;
  width: auto;
}
.mobile-nav {
  flex: 1;
  padding: 0;
}
/* Mobile Bottom Navigation */
.mobile-bottom-nav {
  display: none;
}
/* Desktop Header and Main Header Container responsive adjustments */
@media (max-width: 1440px) {
  .main-header .container {
    /*padding: 0 60px;*/
  }
}
@media (max-width: 1024px) {
  .main-header .container {
    /*padding: 0 20px;*/
  }
}
@media (max-width: 768px) {
  .desktop-header {
    display: none;
  }
  .mobile-header {
    display: block;
  }
}
@media (max-width: 480px) {
  .main-header .container {
    /*padding: 0 10px;*/
  }
}
/* Search Container */
.search-container {
  align-items: center;
  background: #ffffff;
  border: 2px solid #44484f;
  border-radius: 8px;
  display: flex;
  flex: 1;
  overflow: visible;
  position: relative;
}
.search-input-wrapper {
  flex: 1;
  height: 48px;
  position: relative;
}
/* Search Input */
.search-input {
  background: transparent;
  border: none;
  color: #2f333adb;
  flex: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  height: 48px;
  line-height: 24px;
  outline: none;
  padding: 0 24px;
  transition: all 0.3s ease;
  width: 100%;
}
.search-input::placeholder {
  color: #969696;
  transition: all 0.3s ease;
}
/* Search Suggestions */
.search-suggestions {
  backdrop-filter: blur(10px);
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 8px 8px;
  border-top: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
  left: 0;
  margin-top: 15px;
  max-height: 400px;
  opacity: 0;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(-8px);
  transition: all 0.2s ease;
  visibility: hidden;
  z-index: 99999;
}
/* Custom scrollbar for search suggestions */
.search-suggestions::-webkit-scrollbar {
  width: 1px;
}
.search-suggestions::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 3px;
}
.search-suggestions::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.search-suggestions::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.search-suggestions.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  z-index: 100000;
}
/* Search Focus Dropdown */
.search-focus-dropdown {
  backdrop-filter: blur(10px);
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
  left: 0;
  margin-top: 0;
  opacity: 0;
  padding: 12px;
  position: absolute;
  right: auto;
  top: calc(100% + 2px);
  transform: translateY(-8px);
  transition: all 0.2s ease;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}
.search-focus-dropdown.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.search-dropdown-content-wrapper {
  display: flex;
  gap: 20px;
}
.search-dropdown-content-wrapper.no-results {
  display: block;
}
.search-dropdown-main-content {
  flex: 1;
  max-height: 80vh;
  overflow: auto;
  padding-right: 6px;
}
.search-dropdown-sidebar {
  flex-shrink: 0;
  width: 300px;
}
.search-dropdown-sidebar.no-results {
  width: 100%;
}
.search-dropdown-heading {
  color: #2f333a;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 20px 0;
  text-align: center;
}
@media (max-width: 1080px) {
  .search-dropdown-content-wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .search-dropdown-main-content {
    order: 1;
  }
  .search-dropdown-sidebar {
    order: 2;
    width: 100%;
  }
  .search-dropdown-content-wrapper.no-results .search-dropdown-sidebar {
    order: 1;
  }
  .search-dropdown-content-wrapper.no-results .search-dropdown-main-content {
    order: 2;
  }
}
@media (max-width: 768px) {
  .search-dropdown-heading {
    font-size: 18px;
    line-height: 22px;
  }
}
.search-dropdown-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}
.search-dropdown-sidebar .search-dropdown-grid {
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}
.search-dropdown-sidebar.no-results .search-dropdown-grid {
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}
.search-dropdown-item {
  align-items: center;
  background: #f8f9fa;
  border: 2px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 10px;
  text-align: center;
  transition: all 0.3s ease;
}
.search-dropdown-item:hover {
  background: #bbd1f080;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}
.search-dropdown-icon {
  align-items: center;
  background: #e9ecef;
  border-radius: 12px;
  color: #6c757d;
  display: flex;
  flex-shrink: 0;
  height: 45px;
  justify-content: center;
  transition: all 0.3s ease;
  width: 45px;
}
.search-dropdown-icon svg {
  width: 20px;
  height: 20px;
}
.search-dropdown-item:hover .search-dropdown-icon {
  background: var(--primary);
  color: #ffffff;
}
.search-dropdown-content {
  flex: 1;
}
.search-dropdown-title {
  color: #2f333a;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.3s ease;
}
.search-dropdown-item:hover .search-dropdown-title {
  color: var(--primary);
}
/* Manual RFQ Text Section */
.search-dropdown-manual-section {
  text-align: center;
}
.search-dropdown-manual-text {
  color: #666666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  text-align: center;
}
.search-dropdown-manual-link {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}
.search-dropdown-manual-link:hover {
  color: #1976d2;
  text-decoration: underline;
}
/* Suggestion Items */
.suggestion-item {
  align-items: center;
  border-bottom: 1px solid #f8f9fa;
  cursor: default;
  display: flex;
  min-height: 48px;
  padding: 2px 0 2px 12px;
  position: relative;
  transition: all 0.15s ease;
}
.suggestion-item::before {
  background: linear-gradient(90deg, var(--primary), #1976d2);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.2s ease;
  width: 0;
}
.suggestion-item:hover::before {
  width: 3px;
}
.suggestion-item:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}
.suggestion-rfq-btn,
.suggestion-rfq-text {
  color: var(--primary);
  cursor: pointer;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  right: 8px;
  text-decoration: none;
  top: 8px;
  transition: all 0.2s ease;
  z-index: 10;
}
.suggestion-rfq-btn:hover,
.suggestion-rfq-text:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.suggestion-item.selected {
  background: #e3f2fd !important;
  color: #1976d2;
}
.suggestion-item.selected::before {
  width: 3px;
}
.suggestion-item.selected:hover {
  background: #e3f2fd !important;
  transform: translateX(0);
}
.suggestion-item:hover:not(.selected) {
  background: #f8f9fa;
  transform: translateX(2px);
}
.suggestion-icon {
  align-items: center;
  color: #5f6368;
  display: flex;
  font-size: 16px;
  height: 20px;
  justify-content: center;
  margin-right: 12px;
  transition: all 0.15s ease;
  width: 20px;
}
.suggestion-item:hover .suggestion-icon {
  color: #1976d2;
  transform: scale(1.05);
}
.suggestion-item.selected .suggestion-icon {
  color: #1976d2;
}
.suggestion-content {
  flex: 1;
}
.suggestion-title {
  color: #202124;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 2px;
  transition: all 0.15s ease;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.suggestion-title:hover {
  color: #1976d2;
  text-decoration: underline;
}
.suggestion-item:hover .suggestion-title {
  color: #1976d2;
}
.suggestion-item.selected .suggestion-title {
  color: #1976d2;
  font-weight: 500;
}
.suggestion-subtitle {
  color: #5f6368;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  transition: all 0.15s ease;
}
.suggestion-item:hover .suggestion-subtitle {
  color: #1976d2;
}
.suggestion-item.selected .suggestion-subtitle {
  color: #1976d2;
  opacity: 0.8;
}
/* Enhanced Search Dropdown Styles */
.suggestion-section {
  border-bottom: 1px solid #e0e0e0;
}
.suggestion-section:last-child {
  border-bottom: none;
}
.suggestion-section-title {
  background-color: #f8f9fa;
  color: #666666;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: 0.5px;
  padding: 8px 16px;
  text-transform: uppercase;
}
.search-stats-inline {
  color: #888888;
  font-size: 9px;
  font-weight: 400;
}
.suggestion-meta {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-top: 4px;
}
.suggestion-price {
  color: #1976d2;
  font-size: 12px;
  font-weight: 600;
}
.suggestion-stock {
  color: #4caf50;
  font-size: 11px;
  font-weight: 500;
}
.suggestion-stock.no-stock {
  color: var(--onyx-grey);
  font-weight: 600;
}
.suggestion-item .disty-image {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 45px;
  margin-right: 12px;
  width: 45px;
}
.suggestion-item .disty-image img {
  object-fit: cover;
}
.suggestion-distributors {
  color: #666666;
  font-size: 11px;
  font-weight: 500;
}
/* Search Button */
.search-button {
  align-items: center;
  background: #2f333a;
  border: none;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  display: flex;
  height: 58px;
  justify-content: center;
  transition: all 0.3s ease;
  width: 58px;
}
.search-button:hover {
  background: #1a1d23;
}
.search-icon {
  width: 20px;
  height: 20px;
  color: #ffffff;
  font-size: 18px;
}
/* Search Loading Indicator */
.search-loading-indicator {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  min-height: 120px;
  padding: 40px 20px;
}
.search-loading-spinner {
  display: block;
  height: 40px;
  width: 40px;
}
.search-loading-spinner circle {
  transition: stroke 0.3s ease;
}
.search-loading-text {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
/* Menu Bar Styles */
.admin-menu-links {
  align-items: center;
  display: flex;
  gap: 4px;
}
.auth-section {
  align-items: center;
  display: flex;
  gap: 8px;
}
.auth-divider {
  color: var(--rain-grey);
  font-size: 14px;
  margin: 0 4px;
}
.flymenu__section-title {
  align-items: flex-start;
  color: #2f333a;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  line-height: 16px;
  margin: 0 0 0 5px;
  position: relative;
  text-decoration: none;
  text-transform: initial;
  transition: all 0.3s ease;
}
.flymenu__section-title:hover {
  color: var(--primary);
}
.my-account-line-1,
.my-account-line-2 {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
/* Authentication state visibility - initially hidden until auth state is determined */
.show-authenticated,
.show-unauthenticated {
  display: none;
}
/* Show unauthenticated elements when user is not logged in */
body:not(.authenticated) .show-unauthenticated {
  display: flex;
  transition: opacity 0.3s ease-in-out;
}
/* Show authenticated elements when user is logged in */
body.authenticated .show-authenticated {
  display: flex;
  transition: opacity 0.3s ease-in-out;
}
/* Navigation Menu */
.menu-bar {
  align-items: center;
  background: #ffffff;
  box-shadow: none;
  display: flex;
  height: 47px;
  justify-content: space-between;
  margin-left: calc(-50vw + 50%);
  overflow: visible;
  position: sticky;
  top: 125px;
  width: 100vw;
  z-index: 1001;
}
.menu-bar .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  /*padding: 0 20px;*/
  width: 100%;
}
.main-menu {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
}
.main-menu-left {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.main-menu-right {
  align-items: center;
  display: flex;
}
.menu-item {
  align-items: center;
  display: flex;
  gap: 10px;
  position: relative;
}
.menu-link {
  align-items: center;
  color: #2f333a;
  display: inline-flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  gap: 2px;
  line-height: 19px;
  padding: 14px 8px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.main-menu:not(:has(.menu-item:hover)) .marketplace-menu .menu-link,
.marketplace-menu .menu-link:hover {
  background-color: var(--primary);
  color: #ffffff;
}
.menu-link:hover,
.menu-item:hover .menu-link {
  color: #f5f5f5;
  background-color: var(--primary);
}
.menu-item.active .menu-link {
  color: var(--primary);
  font-weight: 500;
}
.menu-arrow {
  align-items: center;
  display: flex;
  height: 16px;
  justify-content: center;
  width: 16px;
}
.menu-arrow-icon {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #2f333a;
  height: 0;
  transition: all 0.3s ease;
  width: 0;
}
.menu-item:hover .menu-arrow-icon {
  border-top-color: #ffffff;
}
/* Marketplace dropdown indicator */
.marketplace-dropdown-indicator {
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  z-index: 10;
}
.marketplace-dropdown-indicator.show {
  display: block;
}
.marketplace-dropdown-indicator.hide {
  display: none;
}
.marketplace-triangle {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--primary);
  height: 0;
  width: 0;
}
.menu-dropdown {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: none;
  left: 0;
  min-width: 200px;
  position: absolute;
  top: 100%;
  transform: translateY(-10px);
  transition: transform 0.3s ease;
  z-index: 1000;
}
.menu-item:hover .menu-dropdown {
  display: block;
  transform: translateY(0);
}
.menu-dropdown-item {
  color: #2f333a;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  padding: 12px 16px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.menu-dropdown-item:hover {
  background: #f8f9fa;
  color: var(--primary);
}
.menu-item:hover .manufacturers-mega-menu,
.menu-item:hover .distributors-mega-menu {
  display: block;
  transform: translateY(0);
}
.mega-menu {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  display: none;
  left: 0;
  margin-top: 8px;
  max-width: 90vw;
  position: absolute;
  top: 100%;
  transform: translateY(-10px);
  transition: transform 0.5s ease;
  width: 1000px;
  z-index: 1005;
}
.menu-item:hover .mega-menu {
  display: block;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .main-menu {
    flex-direction: column;
    gap: 15px;
  }
  .main-menu-left {
    gap: 20px;
  }
  /* Mega Menu Mobile Styles */
  .mega-menu {
    left: 0;
    max-height: 70vh;
    max-width: 100vw;
    overflow-y: auto;
    transform: translateY(-10px);
    width: 100%;
  }
  .menu-item:hover .mega-menu {
    transform: translateY(0);
  }
  .manufacturers-mega-menu,
  .distributors-mega-menu {
    left: 10px;
    max-width: calc(100vw - 20px);
    position: fixed;
    right: 10px;
    width: auto;
  }
  .mega-menu-container {
    flex-direction: column;
  }
  .mega-menu-left,
  .mega-menu-right {
    flex: 1;
  }
}
/* Manufacturers and Distributors Mega Menu Styles */
.manufacturers-mega-menu.show,
.distributors-mega-menu.show {
  display: block;
  transform: translateY(0);
}
.manufacturers-mega-menu.hide,
.distributors-mega-menu.hide {
  display: none;
  transform: translateY(-10px);
}
.manufacturers-mega-menu,
.distributors-mega-menu {
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  display: none;
  height: 380px;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 137px;
  transform: translateY(-10px);
  transition: transform 0.5s ease;
  width: 100vw;
  z-index: 99999;
  /* Much higher to ensure it's above everything */
}
.mega-menu-container {
  display: flex;
  height: 100%;
  margin: 0 auto;
}
.mega-menu-left {
  background: #ffffff;
  border-right: 1px solid #e0e0e0;
  flex: 0 0 55%;
  padding: 20px;
}
#disty_manufacturers_menu .mega-menu-right {
  background: #ffffff;
  display: flex;
  flex: 0 0 45%;
  flex-direction: column;
  justify-content: space-around;
  overflow-y: auto;
  padding: 15px;
}
#disty_distributors_mega .mega-menu-right {
  background: #ffffff;
  display: flex;
  flex: 0 0 45%;
  justify-content: space-around;
  overflow-y: auto;
  padding: 15px;
}
/* Manufacturers left section - 2 sections layout */
.manufacturers-mega-menu .mega-menu-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.mfr-top-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mfr-bottom-section {
  display: flex;
  flex-direction: column;
}
.mfr-info-section.list-parts {
  width: 48.5%;
}
.mfr-info-section.stats-data {
  width: 48.5%;
}
.mfr-info-section.signup-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.content {
  display: block;
}
.actions {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.mfr-info-section {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.mfr-info-section svg {
  color: var(--primary);
  width: 24px;
  height: 24px;
  margin-bottom: 12px;
}
.mfr-info-section h3 {
  color: #191919;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.mfr-info-section p {
  color: #666666;
  flex: 1;
  font-size: 13px;
  line-height: 1.5;
}
.mfr-action-btn {
  background: var(--primary);
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  transition: all 0.3s ease;
}
.mfr-action-btn:hover {
  background: #1565c0;
}
/* Distributor banner and actions now in manufacturers right side */
.manufacturers-mega-menu .dist-banner {
  align-items: center;
  background: var(--primary);
  border-radius: 8px;
  display: flex;
  flex: 0 0 57%;
  justify-content: center;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.manufacturers-mega-menu .dist-banner:hover {
  background: #1565c0;
  box-shadow: 0 4px 12px rgba(25, 118, 210, 0.3);
  transform: translateY(-2px);
}
.manufacturers-mega-menu .dist-banner-content {
  color: white;
  padding: 20px;
  text-align: center;
}
.manufacturers-mega-menu .dist-banner-content h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.manufacturers-mega-menu .dist-banner-content p {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.manufacturers-mega-menu .dist-banner-details {
  font-size: 12px;
  line-height: 1.4;
}
.manufacturers-mega-menu .dist-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.manufacturers-mega-menu .dist-actions p {
  color: #666666;
  font-size: 14px;
  margin: 0;
}
.manufacturers-mega-menu .dist-action-btn {
  background: var(--primary);
  border: none;
  border-radius: 6px;
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
  transition: all 0.3s ease;
}
.manufacturers-mega-menu .dist-action-btn:hover {
  background: #1565c0;
}
/* Distributors left section now shows distributors list */
.distributors-mega-menu .mega-menu-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.dist-banner {
  align-items: center;
  background: var(--primary);
  border-radius: 8px;
  display: flex;
  flex: 0 0 57%;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.dist-banner:hover {
  background: #1565c0;
  box-shadow: 0 4px 12px rgba(25, 118, 210, 0.3);
  transform: translateY(-2px);
}
.dist-banner-content {
  color: white;
  padding: 20px;
  text-align: center;
}
.dist-banner-content h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.dist-banner-content p {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.dist-banner-details {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}
.dist-actions {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  display: flex;
  flex: 0 0 40%;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  padding: 20px;
}
.dist-actions p {
  color: #666666;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
.dist-action-btn {
  background: var(--primary);
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 22px;
  transition: all 0.3s ease;
}
.dist-action-btn:hover {
  background: #1565c0;
}
/* Distributor banner and actions now in distributors right side */
.distributors-mega-menu .dist-banner {
  align-items: center;
  background: var(--primary);
  border-radius: 8px;
  display: flex;
  flex: 0 0 57%;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.distributors-mega-menu .dist-banner:hover {
  background: #1565c0;
  box-shadow: 0 4px 12px rgba(25, 118, 210, 0.3);
  transform: translateY(-2px);
}
.distributors-mega-menu .dist-banner-content {
  color: white;
  padding: 20px;
  text-align: center;
}
.distributors-mega-menu .dist-banner-content h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.distributors-mega-menu .dist-banner-content p {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.distributors-mega-menu .dist-banner-details {
  font-size: 12px;
  line-height: 1.4;
}
.distributors-mega-menu .dist-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.distributors-mega-menu .dist-actions p {
  color: #666666;
  font-size: 14px;
  margin: 0;
}
.distributors-mega-menu .dist-action-btn {
  background: var(--primary);
  border: none;
  border-radius: 6px;
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
  transition: all 0.3s ease;
}
.distributors-mega-menu .dist-action-btn:hover {
  background: #1565c0;
}
/* Manufacturer info sections now in distributors right side */
.distributors-mega-menu .mfr-top-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
.distributors-mega-menu .mfr-bottom-section {
  display: flex;
  flex-direction: column;
}
.distributors-mega-menu .mfr-info-section {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
}
.distributors-mega-menu .mfr-info-section:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.distributors-mega-menu .mfr-info-section.list-parts {
  width: 48.5%;
}
.distributors-mega-menu .mfr-info-section.stats-data {
  width: 48.5%;
}
.distributors-mega-menu .mfr-info-section.signup-section {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 25px;
}
.distributors-mega-menu .mfr-info-section svg {
  color: var(--primary);
  display: block;
  width: 32px;
  height: 32px;
  margin-bottom: 15px;
}
.distributors-mega-menu .mfr-info-section h3 {
  color: #2f333a;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.distributors-mega-menu .mfr-info-section p {
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.distributors-mega-menu .mfr-info-section .content {
  flex: 1;
}
.distributors-mega-menu .mfr-info-section .actions {
  display: flex;
  gap: 10px;
}
.distributors-mega-menu .mfr-action-btn {
  background: var(--primary);
  border: none;
  border-radius: 6px;
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  transition: all 0.3s ease;
}
.distributors-mega-menu .mfr-action-btn:hover {
  background: #1565c0;
}
/* Entity list styles (right side) */
.mega-menu-right h3 {
  color: #191919;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
.manufacturer-lists-container,
.distributor-lists-container {
  margin-bottom: 10px;
}
.entity-list {
  column-count: 2;
  column-fill: auto;
  column-gap: 10px;
  list-style: none;
  margin: 0;
  max-height: 280px;
  padding: 0;
  overflow: hidden;
}
.entity-list-item {
  break-inside: avoid;
  margin-bottom: 4px;
  page-break-inside: avoid;
}
.entity-list-link {
  color: #191919;
  display: flex;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.entity-list-link:hover {
  color: var(--primary);
  padding-left: 2px;
}
.entity-count {
  color: #999999;
  float: right;
  font-size: 11px;
  padding-left: 5px;
  padding-top: 3px;
}
.view-all-links {
  display: flex;
  padding-top: 10px;
}
.view-all-links a {
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-top: 5px;
  padding-left: 10px;
  text-decoration: underline;
  text-transform: uppercase;
}
.view-all-links a:hover {
  color: #1565c0;
}
@media (min-width: 1440px) {
  .entity-list {
    column-count: 3;
  }
}
/* Mobile Search Container */
.mobile-search-container {
  background: transparent;
  overflow: visible;
  padding: 5px 0;
  position: relative;
  z-index: 1002;
}
.mobile-search-container .container {
  position: relative;
}
/* Mobile Search Container - Clean Background on Mobile */
@media (max-width: 768px) {
  .mobile-search-container {
    background: #ffffff;
  }
  .mobile-search-box {
    background: #ffffff;
    border: 1px solid #e0e0e0;
  }
  .mobile-search-input {
    color: #2f333a;
  }
  .mobile-search-input::placeholder {
    color: #6c757d;
  }
  .mobile-header .logo img {
    height: 35px;
  }
}
.mobile-search-box {
  align-items: center;
  background: #f8f9fa;
  border: 1px solid #44484f;
  border-radius: 4px;
  display: flex;
  gap: 0;
  height: 48px;
  position: relative;
  z-index: 1000;
}
.mobile-search-input-wrapper {
  flex: 1;
  overflow: visible;
  position: relative;
}
@media (max-width: 768px) {
  .mobile-search-input-wrapper {
    overflow: visible;
  }
}
.mobile-search-input {
  background: transparent;
  border: none;
  color: #2f333adb;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  outline: none;
  padding: 0 50px 0 16px;
  transition: all 0.3s ease;
  width: 100%;
}
.mobile-search-input::placeholder {
  color: #969696;
  transition: all 0.3s ease;
}
.mobile-upload-icon {
  align-items: center;
  background: transparent;
  border: 1px dashed var(--primary);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  gap: 6px;
  justify-content: center;
  margin: 0 4px;
  padding: 8px 12px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.mobile-upload-icon:hover {
  background: #1976d2;
}
.mobile-upload-icon i {
  color: var(--primary);
  font-size: 12px;
}
.mobile-upload-icon span {
  color: var(--primary);
  font-size: 10px;
  font-weight: 500;
}
.mobile-search-btn,
.mobile-edit-list-btn {
  align-items: center;
  background: transparent;
  border: none;
  color: var(--primary);
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  padding: 8px 12px;
  transition: all 0.3s ease;
}
.mobile-search-btn:hover {
  opacity: 0.8;
}
.mobile-search-btn i {
  font-size: 16px;
}
.mobile-edit-list-btn {
  margin-left: 8px;
}
.mobile-edit-list-btn:hover {
  opacity: 0.8;
}
.mobile-edit-list-btn i {
  font-size: 16px;
}
/* Mobile Upload Drawer */
.mobile-upload-drawer {
  background: #ffffff;
  border-radius: 20px 20px 0 0;
  bottom: 0;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  left: 0;
  max-height: 80vh;
  overflow: hidden;
  position: fixed;
  right: 0;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100000;
}
.mobile-upload-drawer.show {
  transform: translateY(0);
}
.mobile-upload-drawer-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mobile-upload-drawer-header {
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  padding: 24px 20px 16px 20px;
}
.mobile-upload-drawer-title {
  color: #2f333a;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .mobile-upload-drawer-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.mobile-upload-drawer-close {
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 8px;
  transition: background 0.3s ease;
}
.mobile-upload-drawer-close:hover {
  background: #f8f9fa;
}
.mobile-upload-drawer-close svg {
  color: #666666;
  width: 18px;
  height: 18px;
}
.mobile-upload-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 24px 20px;
}
.mobile-upload-options {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 32px;
}
.mobile-upload-option {
  align-items: center;
  background: #f8f9fa;
  border: 2px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100px;
  padding: 20px 15px;
  text-align: center;
  transition: all 0.3s ease;
}
.mobile-upload-option:hover {
  background: #bbd1f080;
  border-color: var(--primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.mobile-upload-option-icon {
  align-items: center;
  background: #e9ecef;
  border-radius: 12px;
  color: #6c757d;
  display: flex;
  height: 25px;
  justify-content: center;
  transition: all 0.3s ease;
  width: 25px;
}
.mobile-upload-option-icon svg {
  width: 15px;
  height: 15px;
}
.mobile-upload-option:hover .mobile-upload-option-icon {
  background: var(--primary);
  color: #ffffff;
}
.mobile-upload-option-title {
  color: #2f333a;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
}
.mobile-upload-option:hover .mobile-upload-option-title {
  color: var(--primary);
}
.mobile-upload-manual-section {
  border-top: 1px solid #e0e0e0;
  margin-top: 8px;
  padding-top: 24px;
  text-align: center;
}
.mobile-upload-manual-text {
  color: #666666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  text-align: center;
}
.mobile-upload-manual-link {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}
.mobile-upload-manual-link:hover {
  color: #1976d2;
  text-decoration: underline;
}
.mobile-search-btn span {
  display: none;
}
.mobile-search-button:hover {
  background: #1a1d23;
}
.mobile-search-button .search-icon {
  color: #ffffff;
  font-size: 16px;
}
/* Mobile Search Overlay */
.mobile-search-overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.2s ease;
  visibility: hidden;
  z-index: 999;
}
.mobile-search-overlay.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
@media (max-width: 768px) {
  .mobile-search-overlay {
    /* Start overlay below header and search container */
    top: 130px;
  }
}
/* Mobile Search Focus Dropdown */
.mobile-search-focus-dropdown {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  left: 0;
  opacity: 0;
  padding: 16px;
  position: absolute;
  right: 0;
  top: calc(100% - 2px);
  transform: translateY(-8px);
  transition: all 0.2s ease;
  visibility: hidden;
  z-index: 10000;
}
.mobile-search-focus-dropdown.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.mobile-search-focus-dropdown.has-results {
  padding: 0;
}
.mobile-search-dropdown-content-wrapper {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.mobile-search-dropdown-content-wrapper.no-results {
  display: block;
}
.mobile-search-dropdown-main-content {
  flex: 1;
  max-height: 0;
  min-height: 0;
  opacity: 0;
  order: 1;
  overflow: hidden;
  transition: opacity 0.3s ease 0.1s, max-height 0.3s ease 0.1s, margin 0.3s ease 0.1s;
}
.mobile-search-focus-dropdown.has-results .mobile-search-dropdown-main-content {
  margin-bottom: 0;
  max-height: 500px;
  opacity: 1;
}
.mobile-search-dropdown-sidebar {
  opacity: 1;
  order: 1;
  position: relative;
  transform: translateY(0);
  transition: transform 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
  width: 100%;
}
@media (max-width: 768px) {
  /* Make dropdown extend to full width matching search input */
  .mobile-search-box {
    overflow: visible;
    position: relative;
  }
  .mobile-search-input-wrapper {
    overflow: visible;
  }
}
.mobile-search-dropdown-sidebar.no-results {
  margin-top: 0;
  opacity: 1;
  order: 1;
  transform: translateY(0);
  width: 100%;
}
/* When there are results, sidebar slides down to bottom smoothly */
.mobile-search-focus-dropdown.has-results .mobile-search-dropdown-content-wrapper:not(.no-results) .mobile-search-dropdown-sidebar:not(.no-results) {
  margin-top: 0;
  opacity: 1;
  order: 2;
  transform: translateY(0);
}
/* When no results, sidebar stays at top */
.mobile-search-focus-dropdown:not(.has-results) .mobile-search-dropdown-sidebar.no-results,
.mobile-search-focus-dropdown.show:not(.has-results) .mobile-search-dropdown-sidebar {
  margin-top: 0;
  opacity: 1;
  order: 1;
  transform: translateY(0);
}
.mobile-search-dropdown-heading {
  color: #2f333a;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin: 3px 0 8px 0;
  text-align: center;
}
.mobile-search-dropdown-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 10px;
}
.mobile-search-dropdown-item {
  align-items: center;
  background: #f8f9fa;
  border: 2px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  text-align: center;
  transition: all 0.3s ease;
}
.mobile-search-dropdown-item:active {
  background: #bbd1f080;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.mobile-search-dropdown-icon {
  align-items: center;
  background: #e9ecef;
  border-radius: 12px;
  color: #6c757d;
  display: flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: center;
  transition: all 0.3s ease;
  width: 40px;
}
.mobile-search-dropdown-icon svg {
  height: 24px;
  width: 24px;
}
.mobile-search-dropdown-item:active .mobile-search-dropdown-icon {
  background: var(--primary);
  color: #ffffff;
}
.mobile-search-dropdown-content {
  flex: 1;
}
.mobile-search-dropdown-title {
  color: #2f333a;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}
.mobile-search-dropdown-item:active .mobile-search-dropdown-title {
  color: #2f333a;
}
/* Mobile Search Suggestions */
.mobile-search-suggestions {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-top: 8px;
  max-height: 700px;
  opacity: 0;
  overflow-y: auto;
  position: absolute;
  top: calc(100% + 4px);
  transform: translateY(-8px);
  transition: all 0.2s ease;
  visibility: hidden;
  z-index: 10001;
}
.mobile-search-suggestions.active {
  left: -11px;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  width: 375px;
}
/* Hide suggestions when dropdown is showing - handled by JS, but add fallback */
.mobile-search-input-wrapper .mobile-search-suggestions {
  z-index: 10001;
}
/* Ensure dropdown and suggestions don't overlap */
.mobile-search-focus-dropdown.show {
  z-index: 10000;
}
.mobile-search-focus-dropdown.show + .mobile-search-suggestions {
  display: none;
}
.mobile-search-stats {
  background: #f8f9fa;
  border-bottom: 1px solid #e0e0e0;
  color: #666666;
  font-size: 11px;
  font-weight: 500;
  padding: 8px 12px;
  text-align: center;
}
.mobile-search-stats-inline {
  color: #888888;
  font-size: 9px;
  font-weight: 400;
}
.mobile-suggestion-item {
  align-items: center;
  border-bottom: 1px solid #f8f9fa;
  cursor: pointer;
  display: flex;
  min-height: 44px;
  padding: 10px 12px;
  position: relative;
  transition: all 0.15s ease;
}
.mobile-suggestion-item.selected {
  background: #e3f2fd !important;
}
.mobile-suggestion-item.selected:hover {
  background: #e3f2fd !important;
}
.mobile-suggestion-item:hover:not(.selected) {
  background: #f8f9fa;
}
.mobile-suggestion-rfq-text {
  color: var(--primary);
  cursor: pointer;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  right: 8px;
  text-decoration: none;
  top: 8px;
  transition: all 0.2s ease;
  z-index: 10;
}
.mobile-suggestion-rfq-text:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.mobile-upload-options-inline {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 12px;
}
.mobile-upload-options-heading {
  color: #2f333a;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 8px 0;
  text-align: center;
}
.mobile-upload-options-row {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.mobile-upload-or-text {
  color: #666666;
  display: block;
  font-size: 12px;
  font-weight: 500;
  padding: 16px 12px 8px 12px;
  text-align: center;
}
.mobile-upload-option-inline {
  align-items: center;
  background: #f8f9fa;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  transition: all 0.2s ease;
}
.mobile-upload-option-inline:hover {
  background: #e9ecef;
  transform: translateY(-2px);
}
.mobile-upload-option-icon-inline {
  align-items: center;
  color: var(--primary);
  display: flex;
  flex-shrink: 0;
  font-size: 16px;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.mobile-upload-option-title-inline {
  color: #2f333a;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.mobile-suggestion-icon {
  align-items: center;
  color: #5f6368;
  display: flex;
  font-size: 14px;
  height: 18px;
  justify-content: center;
  margin-right: 10px;
  width: 18px;
}
.mobile-suggestion-content {
  flex: 1;
}
.mobile-suggestion-title {
  color: #2f333a;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 1px;
}
.mobile-suggestion-subtitle {
  color: #5f6368;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
}
/* Enhanced Mobile Search Dropdown Styles */
.mobile-suggestion-section {
  border-bottom: none;
}
.mobile-suggestion-section-title {
  color: #666666;
  display: flex;
  font-size: 11px;
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: 0.5px;
  padding: 6px 12px 0;
  text-transform: uppercase;
}
.mobile-suggestion-meta {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-top: 3px;
}
.mobile-suggestion-price {
  color: #1976d2;
  font-size: 11px;
  font-weight: 600;
}
.mobile-suggestion-stock {
  color: #4caf50;
  font-size: 10px;
  font-weight: 500;
}
.mobile-suggestion-stock.no-stock {
  color: var(--onyx-grey);
  font-weight: 600;
}
.mobile-suggestion-item .disty-image {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  height: 45px;
  margin-right: 10px;
  width: 45px;
}
.mobile-suggestion-item .disty-image img {
  object-fit: cover;
}
.mobile-suggestion-distributors {
  color: #666666;
  font-size: 10px;
  font-weight: 500;
}
/* Mobile Search Loading Indicator */
.mobile-search-loading-indicator {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  min-height: 100px;
  padding: 32px 16px;
}
.mobile-search-loading-spinner {
  display: block;
  height: 32px;
  width: 32px;
}
.mobile-search-loading-spinner circle {
  transition: stroke 0.3s ease;
}
.mobile-search-loading-text {
  color: #666666;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.footer {
  background: #ffffff;
  position: relative;
  width: 100%;
}
.footer-links {
  padding: 30px 0 20px;
}
.footer-content {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin: 0 auto;
  padding: 0;
}
.footer-column {
  display: flex;
  flex-direction: column;
}
.footer-title {
  color: #2f333a;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 20px;
}
.footer-description {
  color: #666666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}
.footer-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links-list .account-unauthenticated,
.footer-links-list .account-authenticated {
  display: none;
}
.footer-links-list li {
  margin-bottom: 8px;
}
.footer-links-list a {
  color: #666666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-links-list a:hover {
  color: var(--primary);
}
/* Show unauthenticated elements when user is not logged in */
body:not(.authenticated) .footer-links-list .account-unauthenticated {
  display: flex;
  transition: opacity 0.3s ease-in-out;
}
/* Show authenticated elements when user is logged in */
body.authenticated .footer-links-list .account-authenticated {
  display: flex;
  transition: opacity 0.3s ease-in-out;
}
.contact-text {
  color: #666666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.contact-email {
  margin-top: 10px;
}
.contact-email-link {
  align-items: center;
  color: var(--primary);
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  gap: 8px;
  line-height: 18px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-email-link:hover {
  color: #1976d2;
}
.contact-email-link svg {
  width: 14px;
  height: 14px;
}
.social-links {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}
.social-link {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 50%;
  color: #666666;
  display: flex;
  height: 36px;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 36px;
}
.social-link:hover {
  background: #ffffff;
  border-color: var(--primary);
  color: var(--primary);
}
.social-link i {
  font-size: 14px;
}
.disty_social-icon {
  color: #666666;
  display: block;
  height: 16px;
  width: 16px;
}
.social-link:hover .disty_social-icon {
  color: var(--primary);
}
/* Footer Bottom Section */
.footer-bottom {
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
  padding: 30px 0;
}
.footer-bottom-content {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: center;
  margin: 0 auto;
  padding: 0 20px;
}
/* Desktop: Hide mobile social links */
.footer-social-mobile {
  display: none;
}
.copyright {
  color: #666666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  text-align: center;
}
.copyright .distyman-link {
  color: var(--primary);
  text-decoration: none;
  transition: color 0.3s ease;
}
.copyright .distyman-link:hover {
  color: #1976d2;
}
/* Desktop (1440x900) */
@media (max-width: 1440px) {
  .footer-bottom-content {
    padding: 0 0;
  }
}
/* Tablet (iPad) */
@media (max-width: 1024px) {
  .footer {
    padding-bottom: 65px;
  }
  .footer-content {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/* Mobile Devices */
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 65px;
  }
  .footer-links {
    padding: 0;
  }
  .footer-content {
    gap: 15px;
    grid-template-columns: 1fr;
  }
  .footer-column {
    margin-bottom: 20px;
  }
  .footer-column:first-child {
    margin-bottom: 0;
    order: 1;
  }
  .footer-column:first-child .footer-title {
    display: none;
  }
  .footer-column:first-child .footer-description {
    color: #2f333a;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .footer-column:nth-child(2),
  .footer-column:nth-child(3),
  .footer-column:nth-child(4) {
    margin-bottom: 0;
    order: 2;
  }
  .footer-column:last-child {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 0;
    order: 3;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .footer-column:last-child .footer-title {
    display: none;
  }
  .footer-column:last-child .contact-text {
    color: #2f333a;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .footer-column:last-child .contact-email-link {
    color: var(--primary);
    font-size: 14px;
    text-decoration: none;
  }
  .footer-column:last-child .contact-email-link svg {
    color: var(--primary);
    margin-right: 8px;
  }
  .footer-column:first-child .social-links {
    display: none;
  }
  .footer-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .footer-description {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .footer-links-list li {
    margin-bottom: 6px;
  }
  .footer-links-list a {
    font-size: 14px;
  }
  .footer-bottom-content {
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
    text-align: center;
  }
  .copyright {
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
  }
  .footer-social-desktop {
    display: none !important;
  }
  .footer-social-mobile {
    display: flex !important;
    gap: 15px;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: 5px !important;
  }
  .footer-social-mobile .social-link {
    background: transparent;
    border: none;
    height: auto;
    padding: 0;
    width: auto;
  }
  .footer-social-mobile .disty_social-icon {
    color: #666666;
    height: 24px;
    width: 24px;
  }
  .footer-social-mobile .social-link:hover .disty_social-icon {
    color: var(--primary);
  }
  .footer-bottom-content .copyright {
    color: #666666;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .footer-title-toggle {
    align-items: center;
    color: #2f333a;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0;
    user-select: none;
  }
  .footer-title-toggle::after {
    color: #2f333a;
    content: "+";
    font-size: 20px;
    font-weight: 300;
    transition: transform 0.3s ease;
  }
  .footer-column-toggle.expanded .footer-title-toggle::after {
    content: "−";
  }
  .footer-column-toggle .footer-links-list {
    background: #ffffff;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.3s ease;
  }
  .footer-column-toggle.expanded .footer-links-list {
    max-height: 500px;
    padding: 5px 10px;
  }
  .footer-column-toggle .footer-links-list li {
    margin-bottom: 0;
  }
  .footer-column-toggle .footer-links-list a {
    color: #666666;
    font-size: 14px;
  }
}
/* Small Mobile */
@media (max-width: 480px) {
  .footer {
    padding: 30px 0 65px;
  }
  .footer-content {
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .footer-column {
    margin-bottom: 15px;
  }
  .footer-title {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .footer-description {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .footer-links-list li {
    margin-bottom: 5px;
  }
  .footer-links-list a {
    font-size: 13px;
  }
  .footer-bottom-content {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
    text-align: center;
  }
  .copyright {
    font-size: 11px;
    line-height: 1.3;
    margin: 0;
  }
}
/* Mobile Bottom Navigation */
@media (max-width: 1024px) {
  .mobile-bottom-nav {
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    height: auto;
    left: 0;
    min-height: 60px;
    padding: 8px 0;
    position: fixed;
    right: 0;
    z-index: 1000;
  }
  .mobile-nav-item {
    align-items: center;
    color: #6c757d;
    cursor: pointer;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 8px 4px;
    text-decoration: none;
    transition: all 0.2s ease;
  }
  .mobile-nav-item:hover {
    background: #f8f9fa;
    color: var(--primary);
  }
  .mobile-nav-item.active {
    background: #f0f8ff;
    color: var(--primary);
  }
  .mobile-nav-item svg {
    width: 18px;
    height: 18px;
    margin-bottom: 4px;
  }
  .mobile-nav-item span {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
  }
  /* Add bottom padding to body to account for fixed bottom nav */
  body {
    padding-bottom: 70px;
  }
}
/* Mobile Categories Drawer */
.mobile-categories-overlay {
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  z-index: 2999;
}
.mobile-categories-overlay.active {
  display: block;
  opacity: 1;
}
.mobile-categories-drawer {
  background: #ffffff;
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 420px;
  overflow: hidden;
  position: fixed;
  right: -100%;
  top: 0;
  transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  z-index: 3000;
}
.mobile-categories-drawer.active {
  right: 0;
}
.mobile-categories-header {
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 16px 16px 16px 24px;
  position: relative;
}
.mobile-categories-header .mobile-categories-back {
  background: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: none;
  left: 16px;
  padding: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, transform 0.2s ease;
  z-index: 1;
}
.mobile-categories-header .mobile-categories-back.active {
  align-items: center;
  display: flex;
  justify-content: center;
}
.mobile-categories-header .mobile-categories-back:hover {
  background: #f3f4f6;
  transform: translateY(-50%) translateX(-2px);
}
.mobile-categories-header .mobile-categories-back:active {
  transform: translateY(-50%) translateX(-4px);
}
.mobile-categories-header .mobile-categories-back svg {
  color: #4b5563;
  height: 20px;
  width: 20px;
}
.mobile-categories-title {
  color: #111827;
  flex: 1;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 28px;
  margin: 0;
}
.mobile-categories-header .mobile-categories-back.active ~ .mobile-categories-title {
  padding-left: 48px;
}
.mobile-categories-close {
  align-items: center;
  background: none;
  border: none;
  border-radius: 8px;
  color: #6b7280;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 10px;
  transition: all 0.2s ease;
  width: 40px;
}
.mobile-categories-close:hover {
  background: #f3f4f6;
  color: var(--primary);
  transform: scale(1.05);
}
.mobile-categories-close:active {
  transform: scale(0.95);
}
.mobile-categories-close svg {
  height: 24px;
  width: 24px;
}
.mobile-categories-content {
  background: #fafbfc;
  flex: 1;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.mobile-categories-segment-list {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}
.mobile-categories-segment-item {
  border-bottom: 1px solid #f3f4f6;
}
.mobile-categories-segment-item:last-child {
  border-bottom: none;
}
.mobile-categories-segment-link {
  align-items: center;
  background: #ffffff;
  color: #111827;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  justify-content: space-between;
  line-height: 24px;
  padding: 6px 14px;
  position: relative;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-categories-segment-link::before {
  background: var(--primary);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transition: transform 0.2s ease;
  width: 4px;
}
.mobile-categories-segment-link:hover,
.mobile-categories-segment-link:active {
  background: #f9fafb;
  color: var(--primary);
  padding-left: 28px;
}
.mobile-categories-segment-link:hover::before,
.mobile-categories-segment-link:active::before {
  transform: scaleY(1);
}
.mobile-categories-segment-link span {
  flex: 1;
  font-weight: 500;
}
.mobile-categories-segment-arrow {
  color: #9ca3af;
  flex-shrink: 0;
  height: 20px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 20px;
}
.mobile-categories-segment-link:hover .mobile-categories-segment-arrow,
.mobile-categories-segment-link:active .mobile-categories-segment-arrow {
  color: var(--primary);
  transform: translateX(6px);
}
.mobile-categories-list {
  background: #ffffff;
  list-style: none;
  margin: 0;
  padding: 8px 0;
}
.mobile-categories-item {
  border-bottom: 1px solid #f3f4f6;
}
.mobile-categories-item:last-child {
  border-bottom: none;
}
.mobile-categories-link {
  color: #374151;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  padding: 8px 8px 8px 16px;
  position: relative;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-categories-link:hover,
.mobile-categories-link:active {
  background: #f9fafb;
  color: var(--primary);
  padding-left: 20px;
}
.mobile-categories-view-all {
  background: #ffffff;
  border-top: 2px solid #e5e7eb;
  flex-shrink: 0;
  margin-top: 8px;
  padding: 0;
}
.mobile-categories-view-all-link {
  align-items: center;
  color: var(--primary);
  display: flex;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.5px;
  line-height: 20px;
  padding: 16px 24px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.mobile-categories-view-all-link::after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.mobile-categories-view-all-link:hover,
.mobile-categories-view-all-link:active {
  background: #f9fafb;
  color: var(--primary);
}
.mobile-categories-view-all-link:hover::after,
.mobile-categories-view-all-link:active::after {
  transform: translateX(4px);
}
/* Hide drawer on desktop */
@media (min-width: 769px) {
  .mobile-categories-overlay,
  .mobile-categories-drawer {
    display: none !important;
  }
}
.upload-bom-cta,
.rfq-button {
  align-items: center;
  background: var(--primary);
  border: none;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  gap: 8px;
  line-height: 20px;
  margin: 0 8px;
  padding: 10px 16px;
  transition: all 0.3s ease;
}
.upload-bom-cta:hover,
.rfq-button:hover {
  background: #1976d2;
}
/* Back to Top Button */
.back-to-top {
  align-items: center;
  background: var(--primary);
  border: none;
  border-radius: 50%;
  bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 102, 204, 0.3);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  height: 56px;
  justify-content: center;
  opacity: 0;
  outline: none;
  position: fixed;
  right: 30px;
  transform: translateY(20px) scale(0.8);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 56px;
  z-index: 1000;
}
.back-to-top.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  visibility: visible;
}
.back-to-top:hover {
  background: #0052a3;
  box-shadow: 0 8px 24px rgba(0, 102, 204, 0.4);
  transform: translateY(-4px) scale(1.05);
}
.back-to-top:active {
  box-shadow: 0 4px 16px rgba(0, 102, 204, 0.3);
  transform: translateY(-2px) scale(1.02);
}
.back-to-top svg {
  transition: transform 0.3s ease;
}
.back-to-top:hover svg {
  transform: translateY(-2px);
}
/* Tablet (iPad) */
@media (max-width: 1024px) {
  .back-to-top {
    bottom: 90px;
    /* Above mobile bottom nav */
    font-size: 18px;
    height: 48px;
    right: 20px;
    width: 48px;
  }
}
