/* 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;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
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;
}
.show-guest,
.show-authenticated,
.show-admin {
  display: none !important;
}
body.dp-guest .show-guest,
body.dp-authenticated .show-authenticated,
body.dp-admin .show-authenticated,
body.dp-admin .show-admin {
  display: inherit !important;
}
/* Shared product/search image containers */
.disty-image {
  align-items: center;
  background: #f0f0f0;
  display: flex;
  justify-content: center;
  min-height: 1px;
  overflow: hidden;
}
.disty-image img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.disty-image--list {
  background: #f9fafb;
  border: 1px solid var(--outline-grey);
  border-radius: 6px;
  flex-shrink: 0;
  height: 55px;
  width: 55px;
}
/* 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;
  }
}
.disty-system-message {
  position: fixed;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 120000;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: 760px;
  max-width: 92vw;
  margin: 0;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--outline-grey);
  border-left-width: 4px;
  border-radius: 8px;
  background: var(--ice-grey);
  color: var(--onyx-grey);
  font-size: 14px;
  box-shadow: var(--shadow-soft, 0 4px 12px rgba(0, 0, 0, 0.15));
}
.disty-system-message-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1;
  flex: 0 0 auto;
  background: rgba(0, 0, 0, 0.06);
}
.disty-system-message-text {
  flex: 1 1 auto;
}
.disty-system-message-close {
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.15rem;
  opacity: 0.75;
}
.disty-system-message-close:hover {
  opacity: 1;
}
.disty-system-message-hide {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-8px);
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}
.disty-system-message-success {
  border-color: var(--success, #0a7c42);
  background: var(--success-bg, #e8f5e9);
  color: var(--success-dark, #0a7c42);
}
.disty-system-message-success .disty-system-message-icon {
  background: #0a7c42;
  color: #ffffff;
}
.disty-system-message-error {
  border-color: var(--error, #c00);
  background: var(--error-bg, #ffebee);
  color: var(--error-dark, #b71c1c);
}
.disty-system-message-error .disty-system-message-icon {
  background: #c62828;
  color: #ffffff;
}
.disty-system-message-warning {
  border-color: #c77f00;
  background: #fff3e0;
  color: #9a6500;
}
.disty-system-message-warning .disty-system-message-icon {
  background: #c77f00;
  color: #ffffff;
}
.disty-system-message-info {
  border-color: var(--primary, #1565c0);
  background: #e3f2fd;
  color: #0d47a1;
}
.disty-system-message-info .disty-system-message-icon {
  background: #1565c0;
  color: #ffffff;
}
#disty-loading-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  overflow: hidden;
  z-index: 10000;
  display: none;
  background: #fff;
}
#disty-loading-layer .disty-loading-layer__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@keyframes disty-spinner-fade {
  0%,
  100% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
}
@keyframes disty-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#disty-loading-layer svg {
  display: block;
  animation: disty-spinner-rotate 1.2s linear infinite;
}
#disty-loading-layer svg circle {
  animation: disty-spinner-fade 1.2s ease-in-out infinite;
}
#disty-loading-layer svg circle:nth-child(1) {
  animation-delay: 0s;
}
#disty-loading-layer svg circle:nth-child(2) {
  animation-delay: -0.15s;
}
#disty-loading-layer svg circle:nth-child(3) {
  animation-delay: -0.3s;
}
#disty-loading-layer svg circle:nth-child(4) {
  animation-delay: -0.45s;
}
#disty-loading-layer svg circle:nth-child(5) {
  animation-delay: -0.6s;
}
#disty-loading-layer svg circle:nth-child(6) {
  animation-delay: -0.75s;
}
#disty-loading-layer svg circle:nth-child(7) {
  animation-delay: -0.9s;
}
#disty-loading-layer svg circle:nth-child(8) {
  animation-delay: -1.05s;
}
.dp-blog-main {
  min-height: 80vh;
  max-width: 1440px;
  margin: auto;
  padding: 10px 20px 30px 28px;
}
.dp-blog-page {
  min-height: 80vh;
  max-width: 1440px;
  margin: auto;
  padding: 10px 20px 30px 28px;
}
@media (max-width: 768px) {
  .dp-blog-main {
    padding: 10px 16px 24px;
  }
  .dp-blog-page {
    padding: 10px 16px 24px;
  }
}
.dp-blog-main-profile {
  max-width: none;
  padding: 0;
}
.dp-blog-main:not(.dp-blog-main-profile) > .dp-breadcrumb {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .dp-blog-main:not(.dp-blog-main-profile) > .dp-breadcrumb {
    margin-bottom: 0;
  }
}
.dp-blog {
  padding-bottom: 18px;
}
.dp-blog-card,
.dp-blog-postCard {
  background: var(--white);
  border: 1px solid var(--outline-grey);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}
.dp-blog-pageTitle {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--onyx-grey);
}
.dp-blog-muted {
  margin: 0;
  color: var(--stone-grey);
  font-size: 14px;
  line-height: 1.6;
}
.dp-blog-header {
  padding: 16px 18px;
  margin: 0 0 16px;
}
.dp-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.dp-blog-grid.dp-bl-grid {
  gap: 14px;
}
@media (max-width: 1080px) {
  .dp-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  .dp-blog-grid {
    grid-template-columns: 1fr;
  }
}
.dp-blog-postCard {
  padding: 14px 16px;
  text-decoration: none;
  color: inherit;
  display: block;
}
.dp-bl-postCard {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.dp-blog-empty {
  padding: 18px;
}
.dp-blog-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(0, 102, 204, 0.08);
  color: var(--primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.dp-blog-pill.is-link {
  text-decoration: none;
}
.dp-blog-content-rich {
  color: var(--onyx-grey);
}
.dp-blog-content-rich p {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.65;
}
.dp-blog-content-rich h2 {
  margin: 18px 0 10px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}
.dp-blog-content-rich h3 {
  margin: 16px 0 10px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}
.dp-blog-content-rich ul,
.dp-blog-content-rich ol {
  margin: 0 0 12px;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.65;
}
.dp-blog-content-rich blockquote {
  margin: 14px 0;
  padding: 12px 14px;
  border-left: 4px solid var(--primary);
  border-radius: 12px;
  background: rgba(0, 102, 204, 0.06);
  color: var(--stone-grey);
}
.dp-blog-content-rich table {
  width: 100%;
  margin: 14px 0;
  border-collapse: collapse;
  border: 1px solid rgba(221, 221, 221, 0.65);
  border-radius: 12px;
  background: var(--white);
  font-size: 13px;
  line-height: 1.55;
}
.dp-blog-content-rich thead th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.65);
  background: rgba(0, 102, 204, 0.06);
  color: var(--onyx-grey);
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}
.dp-blog-content-rich tbody td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.45);
  font-size: 13px;
  line-height: 1.55;
  vertical-align: top;
}
.dp-blog-content-rich tbody tr:last-child td {
  border-bottom: 0;
}
.dp-blog-content-rich tbody tr:nth-child(even) td {
  background: rgba(148, 163, 184, 0.05);
}
.dp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
}
.dp-btn-primary {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}
.dp-btn-primary:hover {
  filter: brightness(0.95);
  text-decoration: none;
}
.dp-btn-outline {
  background: transparent;
  color: var(--primary);
  border-color: rgba(0, 102, 204, 0.35);
}
.dp-btn-outline:hover {
  background: rgba(0, 102, 204, 0.06);
  text-decoration: none;
}
.dp-bl-thumbLink {
  display: block;
  position: relative;
  aspect-ratio: 16 / 10.4;
  overflow: hidden;
  background: #f2f4f7;
}
.dp-bl-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}
.dp-bl-thumb-placeholder {
  background: linear-gradient(145deg, #f4f6fa 0%, #dce3ee 100%);
}
.dp-bl-metaTop {
  padding: 10px 12px 0;
}
.dp-bl-metaTop-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 8px 10px 0;
  z-index: 2;
  pointer-events: none;
}
.dp-bl-categoryPillWrap {
  display: inline-flex;
  pointer-events: auto;
}
.dp-bl-categoryPill {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 999px;
  background: #eef4ff;
  border: 1px solid rgba(0, 102, 204, 0.2);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.dp-bl-categoryPill-overlay {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.18);
}
.dp-bl-postBody {
  padding: 11px 13px 13px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 7px;
}
.dp-bl-postTitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.28;
}
.dp-bl-postTitle a {
  color: var(--onyx-grey);
  text-decoration: none;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dp-bl-postTitle a:hover {
  color: var(--primary);
}
.dp-bl-postTitleText {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--onyx-grey);
}
a[class*='-miniCard']:hover .dp-bl-postTitleText {
  color: var(--primary);
}
.dp-bl-metaRow {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
}
.dp-bl-metaAuthor {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1;
}
.dp-bl-metaAside {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  white-space: nowrap;
  color: #667085;
}
.dp-bl-metaSep {
  font-weight: 500;
  opacity: 0.85;
}
.dp-bl-authorAvatar {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(143, 194, 255, 0.95), rgba(0, 102, 204, 0.95));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}
.dp-bl-authorAvatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dp-bl-authorName {
  font-size: 12px;
  line-height: 1.3;
  color: #475467;
  font-weight: 500;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dp-bl-metaValue {
  color: #667085;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .dp-bl-postTitle {
    font-size: 12px;
    line-height: 1.15;
  }
  .dp-bl-postBody {
    padding: 9px 10px 10px;
    gap: 4px;
  }
  .dp-bl-thumb {
    object-position: center 36%;
  }
  .dp-bl-thumbLink {
    aspect-ratio: 16 / 11.4;
  }
  .dp-bl-metaTop {
    padding: 8px 10px 0;
  }
  .dp-bl-metaTop-image {
    padding: 6px 8px 0;
  }
  .dp-bl-categoryPill {
    padding: 2px 8px;
    font-size: 9px;
    line-height: 1.2;
  }
  .dp-bl-authorName {
    font-size: 10px;
    line-height: 1.2;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
  .dp-bl-metaRow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    row-gap: 4px;
    column-gap: 8px;
    font-size: 10px;
  }
  .dp-bl-metaAuthor {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  .dp-bl-metaAside {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    white-space: normal;
  }
  .dp-bl-metaSep {
    display: none;
  }
  .dp-bl-metaValue-date {
    justify-self: start;
    text-align: left;
  }
  .dp-bl-metaValue-read {
    justify-self: end;
    text-align: right;
  }
}
.dp-blogList {
  --dp-blog-border: #e6eaf0;
}
.dp-blog.dp-blogList.dp-bl-heroMedium {
  --dp-blog-list-stack-gap: 18px;
  display: flex;
  flex-direction: column;
  gap: var(--dp-blog-list-stack-gap);
  width: 100%;
  min-width: 0;
}
@media (max-width: 1024px) {
  .dp-blog.dp-blogList.dp-bl-heroMedium {
    --dp-blog-list-stack-gap: 12px;
  }
}
.dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-hero {
  margin: 0;
}
.dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-heroBanner {
  position: relative;
  overflow: visible;
  border-radius: 8px;
  padding: 24px 26px 22px;
  background: linear-gradient(135deg, var(--primary) 0%, #1976d2 100%);
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  z-index: 1;
}
.dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-heroBanner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.22) 0, transparent 52%), radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.15) 0, transparent 55%), linear-gradient(135deg, rgba(15, 23, 42, 0.25), transparent 55%);
  mix-blend-mode: screen;
  opacity: 0.6;
  pointer-events: none;
  z-index: -1;
}
.dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-heroBannerTop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-heroEyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.35);
  color: #e5edff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
}
.dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-heroEyebrowDot {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.4);
  flex-shrink: 0;
}
.dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-heroTitle {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin: 8px 0 6px;
  color: #ffffff;
}
.dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-heroSubtitle {
  font-size: 14px;
  line-height: 1.45;
  max-width: 520px;
  margin: 0 0 14px;
  color: #e4ecff;
}
.dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-heroMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  font-size: 11px;
}
.dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-heroPill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.4);
  border: 1px solid rgba(148, 163, 184, 0.65);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.6;
  color: #ffffff;
}
.dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-heroPill span:not(.dp-bl-heroStat) {
  color: #ffffff;
  font-weight: 600;
}
.dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-heroStat {
  font-weight: 600;
  color: #ffffff;
}
.dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-heroAside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  min-width: 210px;
  position: relative;
  overflow: visible;
  flex-shrink: 0;
}
.dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-heroCtas {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 10px;
}
.dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-heroCtaPrimary,
.dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-heroCtaSecondary {
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  border-radius: 999px;
  cursor: pointer;
  padding: 7px 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
  line-height: 1.2;
}
.dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-heroCtaPrimary {
  background: #fff;
  color: #0f172a;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
  border: none;
}
.dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-heroCtaPrimary:hover {
  background: #e5e7eb;
}
.dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-heroCtaSecondary {
  background: transparent;
  color: #e5edff;
  border: 1px solid rgba(191, 219, 254, 0.7);
}
.dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-heroCtaSecondary:hover {
  background: rgba(15, 23, 42, 0.35);
}
@media (max-width: 768px) {
  .dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-heroBanner {
    padding: 18px 16px 16px;
  }
  .dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-heroTitle {
    font-size: 22px;
  }
  .dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-heroBannerTop {
    flex-direction: column;
    align-items: stretch;
  }
  .dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-heroAside {
    display: none;
  }
}
.dp-bl-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: var(--dp-blog-list-stack-gap, 18px);
  align-items: start;
}
.dp-bl-content {
  grid-column: 1;
  min-width: 0;
}
.dp-bl-shell > .dp-bl-sidebar {
  grid-column: 2;
  align-self: start;
}
.dp-bl-sidebarColumn {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: var(--dp-blog-list-stack-gap, 18px);
  min-width: 0;
  align-self: start;
}
.dp-bl-sidebarSearch .dp-bl-searchForm {
  flex: none;
  width: 100%;
  max-width: none;
}
.dp-bl-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.dp-bl-thumbLink {
  display: block;
  position: relative;
  aspect-ratio: 16 / 10.4;
  overflow: hidden;
  background: #f2f4f7;
}
.dp-bl-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}
.dp-bl-thumb-placeholder {
  background: linear-gradient(145deg, #f4f6fa 0%, #dce3ee 100%);
}
.dp-bl-postBody {
  padding: 11px 13px 13px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 7px;
}
.dp-bl-postCardSkeleton {
  position: relative;
  min-height: 280px;
  border-radius: 14px;
  overflow: hidden;
  background: #eef2f7;
}
.dp-bl-postCardSkeleton::after {
  content: '';
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.72) 50%, rgba(255, 255, 255, 0) 100%);
  animation: dpBlogListShimmer 1.25s ease-in-out infinite;
}
@keyframes dpBlogListShimmer {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.dp-bl-metaTop {
  padding: 10px 12px 0;
}
.dp-bl-metaTop-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 8px 10px 0;
  z-index: 2;
  pointer-events: none;
}
.dp-bl-categoryPillWrap {
  display: inline-flex;
  pointer-events: auto;
}
.dp-bl-categoryPill {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 999px;
  background: #eef4ff;
  border: 1px solid rgba(0, 102, 204, 0.2);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.dp-bl-categoryPill-overlay {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.18);
}
.dp-bl-postTitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.28;
}
.dp-bl-postTitle a {
  color: var(--onyx-grey);
  text-decoration: none;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dp-bl-postTitle a:hover {
  color: var(--primary);
}
.dp-bl-postTitleText {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--onyx-grey);
}
a[class*='-miniCard']:hover .dp-bl-postTitleText {
  color: var(--primary);
}
.dp-bl-excerpt {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--stone-grey);
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dp-bl-metaRow {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
}
.dp-bl-metaAuthor {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1;
}
.dp-bl-metaAside {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  white-space: nowrap;
  color: #667085;
}
.dp-bl-metaSep {
  font-weight: 500;
  opacity: 0.85;
}
.dp-bl-authorAvatar {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(143, 194, 255, 0.95), rgba(0, 102, 204, 0.95));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}
.dp-bl-authorAvatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dp-bl-authorName {
  font-size: 12px;
  line-height: 1.3;
  color: #475467;
  font-weight: 500;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dp-bl-metaValue {
  color: #667085;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}
.dp-bl-sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dp-bl-widget,
.dp-bl-sidebarCard {
  padding: 13px;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
}
.dp-bl-widget h3,
.dp-bl-sidebarCard h3 {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.25;
  color: var(--onyx-grey);
}
.dp-bl-sidebarTitle {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.25;
  color: var(--onyx-grey);
}
.dp-bl-searchCard {
  padding: 0;
  box-shadow: none;
}
.dp-bl-filterCard {
  border: 1px solid var(--outline-grey);
  border-radius: 14px;
}
.dp-bl-searchForm {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}
.dp-bl-searchForm .dp-bl-searchField {
  position: relative;
  display: block;
  border-radius: 10px;
  border: 1px solid var(--dp-blog-border);
  background: #fff;
}
.dp-bl-searchForm .dp-bl-searchField:focus-within {
  outline: 2px solid rgba(0, 102, 204, 0.25);
  outline-offset: 0;
  border-color: rgba(0, 102, 204, 0.45);
}
.dp-bl-searchForm input[type="search"] {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 38px;
  padding: 0 74px 0 12px;
  border: none;
  border-radius: 10px;
  background: transparent;
  font-size: 13px;
  color: #334155;
  appearance: none;
  -webkit-appearance: none;
}
.dp-bl-searchForm input[type="search"]::-webkit-search-decoration,
.dp-bl-searchForm input[type="search"]::-webkit-search-cancel-button,
.dp-bl-searchForm input[type="search"]::-webkit-search-results-button,
.dp-bl-searchForm input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.dp-bl-searchForm input[type="search"]::placeholder {
  color: #98a2b3;
}
.dp-bl-searchForm input[type="search"]:focus {
  outline: none;
}
.dp-bl-searchForm .dp-bl-searchSubmit {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #475467;
  cursor: pointer;
}
.dp-bl-searchForm .dp-bl-searchSubmit:hover {
  background: rgba(0, 102, 204, 0.08);
  color: var(--primary);
}
.dp-bl-searchForm .dp-bl-searchSubmit:focus-visible {
  outline: 2px solid rgba(0, 102, 204, 0.45);
  outline-offset: 1px;
}
.dp-bl-searchForm .dp-bl-searchClear {
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
  display: none;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #98a2b3;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}
.dp-bl-searchForm .dp-bl-searchClear.is-visible {
  display: inline-flex;
}
.dp-bl-searchForm .dp-bl-searchClear:hover {
  background: rgba(0, 102, 204, 0.08);
  color: var(--primary);
}
.dp-bl-searchForm .dp-bl-searchClear:focus-visible {
  outline: 2px solid rgba(0, 102, 204, 0.45);
  outline-offset: 1px;
}
.dp-bl-searchForm .dp-bl-searchSubmitIcon {
  display: block;
  flex-shrink: 0;
}
.dp-bl-archive {
  display: grid;
  gap: 8px;
}
.dp-bl-sidebar .dp-bl-archiveMonthField {
  display: none;
}
.dp-bl-sidebar .dp-bl-archiveMonthField.is-visible {
  display: block;
}
.dp-bl-nativeSelect {
  display: block;
  width: 100%;
  height: 42px;
  padding: 0 36px 0 12px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  background-color: #fff;
  font-size: 14px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #2f333a;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.5L6 8L9.5 4.5' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 12px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.dp-bl-nativeSelect:focus {
  outline: none;
  border-color: rgba(0, 102, 204, 0.45);
  box-shadow: 0 0 0 3px rgba(39, 170, 225, 0.1);
}
.dp-bl-nativeSelect:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.dp-bl-selectWrap {
  position: relative;
  width: 100%;
}
.dp-bl-widget.dp-blog-card:has(.dp-bl-categoryNav) {
  padding: 18px;
  box-shadow: none;
}
.dp-bl-widget:has(.dp-bl-categoryNav) > h3 {
  margin: 0 0 10px;
  padding-bottom: 0;
  color: #2f333a;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.dp-bl-filterCard:has(.dp-bl-categoryNav) {
  padding: 18px;
}
.dp-bl-filterCard:has(.dp-bl-categoryNav) > .dp-bl-sidebarTitle {
  margin: 0 0 10px;
  color: #2f333a;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.dp-bl-categoryNav {
  display: block;
}
.dp-bl-categoryList {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  background: transparent;
  border: none;
  border-radius: 0;
  max-height: none;
  overflow: visible;
}
.dp-bl-categoryList > .dp-bl-categoryItem {
  break-inside: avoid;
  margin: 0 0 4px;
  page-break-inside: avoid;
  position: relative;
  text-align: left;
  border: none;
  padding: 0;
}
.dp-bl-categoryList > .dp-bl-categoryItem:last-child {
  margin-bottom: 0;
}
.dp-bl-categoryLink {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: nowrap;
  max-width: 100%;
  gap: 0;
  margin: 0;
  padding: 3px 0;
  font-family: inherit;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #191919;
  text-decoration: none;
  transition: all 0.3s ease;
}
.dp-bl-categoryLink:hover {
  color: var(--primary);
  padding-left: 2px;
}
.dp-bl-categoryLink:hover .dp-bl-categoryCount {
  color: var(--primary);
  opacity: 1;
}
.dp-bl-categoryLink:focus-visible {
  outline: 2px solid rgba(0, 102, 204, 0.45);
  outline-offset: 2px;
}
.dp-bl-categoryName {
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dp-bl-categoryCount {
  flex-shrink: 0;
  padding-left: 5px;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #999999;
  transition: all 0.3s ease;
}
.dp-bl-categoryItem.is-active .dp-bl-categoryLink {
  color: var(--primary);
  font-weight: 600;
  background: transparent;
}
.dp-bl-categoryItem.is-active .dp-bl-categoryCount {
  color: var(--primary);
  opacity: 1;
}
.dp-bl-widget-cta {
  background: linear-gradient(135deg, #285fdd 0%, #3367dd 100%);
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  color: #fff;
  padding: 10px 12px;
}
.dp-bl-widget-cta h3,
.dp-bl-widget-cta p {
  color: #fff;
}
.dp-bl-widget-cta p {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.35;
  opacity: 0.95;
}
.dp-blog-main .dp-bl-widget-cta.subscribe-section {
  width: 100%;
  box-sizing: border-box;
}
.dp-blog-main .dp-bl-widget-cta.subscribe-section .dp-bl-subscribeForm {
  width: 100%;
  margin: 0;
}
.dp-blog-main .dp-bl-widget-cta.subscribe-section .dp-bl-ctaButton.subscribe-btn {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.dp-bl-ctaTitle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
}
.dp-bl-ctaTitle svg {
  width: 18px;
  height: 18px;
}
.dp-bl-ctaText {
  max-width: 520px;
}
.dp-bl-subscribeForm {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 50px;
  gap: 10px;
  align-items: center;
}
.dp-bl-subscribeForm input[type="email"] {
  width: 100%;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(130, 196, 255, 0.55);
  background: rgba(120, 177, 255, 0.18);
  padding: 0 14px;
  font-size: 12px;
  font-weight: 500;
  color: #dce9ff;
}
.dp-bl-subscribeForm input[type="email"]::placeholder {
  color: rgba(220, 233, 255, 0.62);
}
.dp-bl-subscribeForm input[type="email"]:focus {
  outline: 2px solid rgba(180, 220, 255, 0.55);
  outline-offset: 0;
}
.dp-bl-ctaButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 44px;
  padding: 0;
  border-radius: 12px;
  border: 0;
  background: #fff;
  color: var(--primary);
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
}
.dp-bl-ctaButton:hover {
  background: #eef4ff;
}
.dp-bl-ctaButton:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.dp-bl-subscribeForm .subscribe-btn {
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
.dp-bl-subscribeForm .subscribe-btn::after {
  content: "\2192";
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 22px;
  line-height: 1;
  text-indent: 0;
}
.dp-bl-subscribeMessage {
  margin: 0;
  grid-column: 1 / -1;
  display: none;
  font-size: 11px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
  transition: opacity 0.2s ease;
  opacity: 0;
}
.dp-bl-subscribeMessage.is-visible {
  display: block;
  opacity: 1;
}
.dp-bl-subscribeMessage.is-error {
  color: #ffe4e6;
}
.dp-bl-widget-cta .validation-message {
  margin: 0;
  grid-column: 1 / -1;
  display: none;
  font-size: 11px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
  transition: opacity 0.2s ease;
  opacity: 0;
}
.dp-bl-widget-cta .validation-message.show {
  display: block;
  opacity: 1;
}
.dp-bl-widget-cta .validation-message.show.success {
  color: rgba(255, 255, 255, 0.92);
}
.dp-bl-widget-cta .validation-message.show:not(.success) {
  color: #ffe4e6;
}
.dp-bl-subscribeForm .email-input.error,
.dp-bl-subscribeForm .email-input.success {
  border-color: rgba(255, 255, 255, 0.35);
}
.dp-blog.dp-blogList.dp-bl-heroMedium .dp-bl-pagination {
  margin-top: var(--dp-blog-list-stack-gap);
}
.dp-blf-bar,
.dp-blf-ovl,
.dp-blf-modal {
  display: none;
}
.dp-blf-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 8px 12px;
  background: var(--primary-soft);
  color: var(--primary-dark);
  border: 1px solid var(--primary);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
}
.dp-blf-btn.is-active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.dp-blf-count {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.3);
}
.dp-blf-btn.is-active .dp-blf-count {
  display: inline-flex;
}
.dp-bl-mobileWidgets-bottom {
  display: none;
}
.dp-bl-sidebarCategorySelectWrap {
  display: block;
}
@media (max-width: 1200px) {
  .dp-bl-shell {
    grid-template-columns: minmax(0, 1fr) 270px;
  }
}
@media (max-width: 1024px) {
  .dp-blogList {
    --dp-mobile-block-gap: 12px;
  }
  .dp-bl-shell {
    grid-template-columns: 1fr;
  }
  .dp-bl-sidebarColumn {
    grid-column: 1;
    order: 1;
  }
  .dp-bl-content {
    grid-column: 1;
    order: 2;
    grid-row: 2;
  }
  .dp-bl-sidebar {
    display: grid;
    grid-row: 3;
    gap: var(--dp-mobile-block-gap);
    order: 3;
    position: static;
    top: auto;
    max-height: none;
    overflow: visible;
  }
  .dp-bl-shell > .dp-bl-sidebar {
    grid-column: 1;
    grid-row: 3;
    align-self: auto;
  }
  .dp-bl-sidebar .dp-bl-searchCard,
  .dp-bl-sidebar .dp-bl-filterCard {
    display: none;
  }
  .dp-blf-bar {
    margin: 0;
    display: block;
  }
  .dp-bl-mobileWidgets-bottom {
    display: none;
  }
  .dp-blf-ovl[aria-hidden="false"] {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99998;
    transition: opacity 0.28s ease, visibility 0.28s ease;
  }
  .dp-blf-ovl[aria-hidden="false"].show {
    opacity: 1;
    visibility: visible;
  }
  .dp-blf-modal[aria-hidden="false"] {
    display: flex;
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 99999;
    flex-direction: column;
    height: 100vh;
    transform: translateY(100%);
    transition: transform 0.28s ease;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  }
  .dp-blf-modal[aria-hidden="false"].show {
    transform: translateY(0);
  }
  .dp-blf-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 20px;
    border-bottom: 1px solid #eceff3;
  }
  .dp-blf-ttl {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
  }
  .dp-blf-ttlCount {
    display: none;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    background: var(--primary);
    color: #fff;
  }
  .dp-blf-ttl.has-filters .dp-blf-ttlCount {
    display: inline-flex;
  }
  .dp-blf-act {
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }
  .dp-blf-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #475467;
    padding: 4px;
    cursor: pointer;
  }
  .dp-blf-close svg {
    width: 22px;
    height: 22px;
  }
  .dp-blf-bd {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 14px 16px;
    display: grid;
    gap: var(--dp-mobile-block-gap);
    align-content: start;
    grid-auto-rows: max-content;
  }
  .dp-blf-bd .dp-bl-widget {
    margin: 0;
  }
  .dp-blf-content {
    display: grid;
    gap: var(--dp-mobile-block-gap);
    align-content: start;
  }
  .dp-blf-bd .dp-bl-searchField {
    position: relative;
    display: block;
    border-radius: 10px;
    border: 1px solid var(--dp-blog-border);
    background: #fff;
  }
  .dp-blf-bd .dp-bl-searchField:focus-within {
    outline: 2px solid rgba(0, 102, 204, 0.25);
    outline-offset: 0;
    border-color: rgba(0, 102, 204, 0.45);
  }
  .dp-blf-bd .dp-blf-searchInput {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 38px;
    padding: 0 12px;
    border: none;
    border-radius: 10px;
    background: transparent;
    font-size: 13px;
    color: #334155;
    appearance: none;
    -webkit-appearance: none;
  }
  .dp-blf-bd .dp-blf-searchInput::placeholder {
    color: #98a2b3;
  }
  .dp-blf-bd .dp-blf-searchInput:focus {
    outline: none;
  }
  .dp-blf-modal .dp-bl-archiveMonthField {
    display: none;
  }
  .dp-blf-modal .dp-bl-archiveMonthField.is-visible {
    display: block;
  }
  .dp-blf-ft {
    display: grid;
    gap: 10px;
    padding: 12px 16px 14px;
    border-top: 1px solid #eceff3;
    background: #fff;
    position: sticky;
    bottom: 0;
    z-index: 10;
  }
  .dp-blf-apply {
    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;
    justify-content: center;
    line-height: 20px;
    padding: 10px 16px;
    transition: all 0.3s ease;
  }
  .dp-blf-apply:disabled {
    opacity: 0.55;
    cursor: not-allowed;
  }
  .dp-blf-apply:hover:not(:disabled) {
    background: #1976d2;
  }
  .dp-blf-clear {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--primary);
    border-radius: 6px;
    color: var(--primary);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    gap: 8px;
    justify-content: center;
    line-height: 20px;
    padding: 10px 16px;
    transition: all 0.3s ease;
  }
  .dp-blf-clear:hover {
    background: rgba(0, 102, 204, 0.08);
  }
  .dp-blf-note {
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
    color: #b42318;
    display: none;
  }
  .dp-blf-note.is-visible {
    display: block;
  }
  .dp-bl-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .dp-bl-postTitle {
    font-size: 12px;
    line-height: 1.15;
  }
  .dp-bl-postBody {
    padding: 9px 10px 10px;
    gap: 4px;
  }
  .dp-bl-thumb {
    object-position: center 36%;
  }
  .dp-bl-thumbLink {
    aspect-ratio: 16 / 11.4;
  }
  .dp-bl-metaTop {
    padding: 8px 10px 0;
  }
  .dp-bl-metaTop-image {
    padding: 6px 8px 0;
  }
  .dp-bl-categoryPill {
    padding: 2px 8px;
    font-size: 9px;
    line-height: 1.2;
  }
  .dp-bl-authorName {
    font-size: 10px;
    line-height: 1.2;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
  .dp-bl-metaRow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    row-gap: 4px;
    column-gap: 8px;
    font-size: 10px;
  }
  .dp-bl-metaAuthor {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  .dp-bl-metaAside {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    white-space: normal;
  }
  .dp-bl-metaSep {
    display: none;
  }
  .dp-bl-metaValue-date {
    justify-self: start;
    text-align: left;
  }
  .dp-bl-metaValue-read {
    justify-self: end;
    text-align: right;
  }
  .dp-bl-ctaTitle {
    font-size: 11px;
    gap: 7px;
    margin-bottom: 8px;
  }
  .dp-bl-ctaTitle svg {
    width: 16px;
    height: 16px;
  }
  .dp-bl-widget-cta p {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .dp-bl-subscribeForm {
    grid-template-columns: minmax(0, 1fr) 46px;
    gap: 8px;
  }
  .dp-bl-subscribeForm input[type="email"] {
    height: 40px;
    font-size: 16px;
    padding: 0 12px;
    border-radius: 10px;
  }
  .dp-bl-ctaButton {
    width: 46px;
    height: 40px;
    font-size: 20px;
    border-radius: 10px;
  }
}
.dp-breadcrumb {
  margin-bottom: 10px;
  padding: 0;
}
.dp-breadcrumb .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}
.dp-breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--stone-grey);
  list-style: none;
  margin: 0;
  padding: 0;
}
.dp-breadcrumb li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.dp-breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 6px;
  color: var(--stone-grey);
}
.dp-breadcrumb a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}
.dp-breadcrumb a:hover {
  text-decoration: underline;
}
.dp-breadcrumb span {
  color: var(--stone-grey);
}
.dp-breadcrumb li:last-child span {
  cursor: default;
}
@media (max-width: 768px) {
  .dp-breadcrumb {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    margin-bottom: 0;
    padding-bottom: 4px;
  }
  .dp-breadcrumb::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
  }
  .dp-breadcrumb ol {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--stone-grey);
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    flex-wrap: nowrap;
    min-width: max-content;
  }
  .dp-breadcrumb li {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    white-space: nowrap;
  }
  .dp-breadcrumb li:not(:last-child)::after {
    content: ">";
    margin-left: 6px;
    color: var(--stone-grey);
    flex-shrink: 0;
  }
  .dp-breadcrumb a,
  .dp-breadcrumb span {
    flex-shrink: 0;
    white-space: nowrap;
  }
}
/**
 * @version     __DEPLOY_VERSION__
 * @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      Aditya Chakraborty <hello@codeacious.tech> - https://www.codeacious.tech
 */
.dp-select-wrap {
  position: relative;
  width: 100%;
}
.dp-select-native.dp-select-enhanced {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.dp-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 42px;
  padding: 0 36px 0 12px;
  font-size: 14px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #2f333a;
  text-align: left;
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  z-index: 1;
}
.dp-select-trigger:hover {
  border-color: var(--outline-grey);
}
.dp-select-trigger:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(39, 170, 225, 0.1);
}
.dp-select-trigger-text {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dp-select-trigger-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.5L6 8L9.5 4.5' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
}
.dp-select-wrap.dp-select-open .dp-select-trigger-icon {
  transform: translateY(-50%) rotate(180deg);
}
.dp-select-dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 2px;
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
  max-height: 240px;
  overflow-y: auto;
  z-index: 20;
}
.dp-select-wrap.dp-select-open .dp-select-dropdown {
  display: block;
}
.dp-select-option {
  padding: 10px 14px;
  font-size: 14px;
  font-family: inherit;
  color: #2f333a;
  cursor: pointer;
  transition: background 0.15s ease;
}
.dp-select-option:hover {
  background: var(--ice-grey);
}
.dp-select-option.dp-select-option-selected {
  background: rgba(39, 170, 225, 0.08);
  color: var(--primary);
  font-weight: 500;
}
.dp-select-option.dp-select-option-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.dp-select-wrap.dp-select-open .dp-select-trigger {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(39, 170, 225, 0.1);
}
.dp-pagination-nav {
  width: 100%;
  margin-top: 8px;
}
.dp-pagination-info {
  font-size: 12px;
  color: var(--dp-pagination-info, #666);
  text-align: center;
  margin-top: 10px;
}
.dp-pagination-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.dp-pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 3px 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--dp-pagination-text, #333);
  text-decoration: none;
  border: 1px solid var(--dp-pagination-border, #ddd);
  border-radius: 4px;
  background: var(--dp-pagination-bg, #fff);
  transition: all 0.2s ease;
  cursor: pointer;
}
.dp-pagination-link:hover:not(.dp-pagination-disabled) {
  background: var(--dp-pagination-accent, var(--primary, #0066cc));
  border-color: var(--dp-pagination-accent, var(--primary, #0066cc));
  color: #fff;
}
.dp-pagination-link:focus {
  outline: 2px solid var(--dp-pagination-accent, var(--primary, #0066cc));
  outline-offset: 2px;
}
.dp-pagination-link.dp-pagination-current {
  background: var(--dp-pagination-accent, var(--primary, #0066cc));
  color: #fff;
  border-color: var(--dp-pagination-accent, var(--primary, #0066cc));
  border-width: 2px;
  font-weight: 700;
  cursor: default;
  box-shadow: 0 2px 4px var(--dp-pagination-accent-shadow, rgba(0, 102, 204, 0.3));
  pointer-events: none;
}
.dp-pagination-link-text {
  margin: 0 4px;
  display: inline;
}
.dp-pagination-prev,
.dp-pagination-next {
  gap: 4px;
}
.dp-pagination-prev svg,
.dp-pagination-next svg {
  flex-shrink: 0;
}
.dp-pagination-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.dp-pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 3px 6px;
  font-size: 14px;
  color: var(--dp-pagination-muted, #666);
}
@media (max-width: 768px) {
  .dp-pagination-nav {
    margin-top: 20px;
  }
  .dp-pagination-info {
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .dp-pagination-list {
    gap: 4px;
  }
  .dp-pagination-link,
  .dp-pagination-ellipsis {
    min-width: 36px;
    height: 36px;
    padding: 3px 6px;
    font-size: 13px;
  }
  .dp-pagination-link-text {
    display: none;
  }
}
/* 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;
}
/* 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-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-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-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;
}
.admin-menu-links:empty {
  display: none;
}
.menu-item-admin .menu-link {
  padding-right: 10px;
}
.menu-item-admin.active .menu-link {
  background-color: var(--primary);
  color: #ffffff;
}
.admin-menu-links > .menu-link.active {
  background-color: var(--primary);
  color: #ffffff;
}
.menu-item-admin.active .menu-arrow-icon {
  border-top-color: #ffffff;
}
.menu-dropdown-admin {
  min-width: 240px;
}
.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: 14px;
  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;
}
/* 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: 14px;
  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;
}
.admin-menu-links .menu-item.menu-item-admin.active > .menu-link {
  background-color: var(--primary);
  color: #ffffff;
}
.admin-menu-links .menu-item.menu-item-admin.active > .menu-link .menu-arrow-icon {
  border-top-color: #ffffff;
}
.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;
}
#dp-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;
}
#dp-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 .mfr-info-title {
  color: #191919;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0;
}
.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 .dist-banner-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.manufacturers-mega-menu .dist-banner-content .dist-banner-subtitle {
  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 .dist-banner-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.dist-banner-content .dist-banner-subtitle {
  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 .dist-banner-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.distributors-mega-menu .dist-banner-content .dist-banner-subtitle {
  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 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-label {
  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 .entity-title {
  display: inline;
}
.entity-list-link:hover {
  color: var(--primary);
  padding-left: 2px;
}
.entity-count {
  color: #999999;
  display: inline;
  font-size: 11px;
  margin-left: 5px;
  padding-top: 3px;
  white-space: nowrap;
}
.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-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 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-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 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);
}
.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;
}
.dp-social-icon {
  color: #666666;
  display: block;
  height: 16px;
  width: 16px;
}
.social-link:hover .dp-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 .dp-social-icon {
    color: #666666;
    height: 24px;
    width: 24px;
  }
  .footer-social-mobile .social-link:hover .dp-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;
  }
}
