/** Shopify CDN: Minification failed

Line 9:0 Unexpected "{"
Line 9:1 Expected identifier but found "%"
Line 13:32 Expected identifier but found whitespace
Line 14:1 Expected identifier but found "%"

**/
{%- comment -%}
----------------------------------------------------------------------------------------------------------------------
CUSTOM CSS OVERRIDES
----------------------------------------------------------------------------------------------------------------------
Add your custom CSS styles here. This file is loaded after theme.css, so your styles will override theme defaults.
{%- endcomment -%}

.heading, body, .h0, .h1, .h2, .h3, .h4, .h5, .h6, .prose :is(h1,h2,h3,h4,h5,h6){
  font-family: "gill-sans-nova", sans-serif!important;
  font-weight: 400!important;
  font-style: normal;
  letter-spacing: 0.10px;
}

/* Adobe Typekit - Gill Sans Nova Font Declarations */
.font-gill-sans-nova {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-gill-sans-nova-italic {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.font-gill-sans-nova-bold {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.text-with-icon, .subheading, .button{
  font-weight: normal!important;
}

.announcement-bar {text-transform: uppercase!important;}
.announcement-bar__wrapper {max-width: 600px;}
.announcement-bar p {font-weight: 400!important; letter-spacing: 1px!important;}
.mega-menu__nav .h5{font-size: 16px!important;}

.navigation-promo__wrapper .content-over-media{text-transform: uppercase;}

.bold{font-weight: normal!important;}
/* EasySearch Drawer Styles */

/* CRITICAL: Completely hide drawer when closed - must be first to override theme defaults */
#easysearch-drawer:not([open]),
#easysearch-drawer:not([open]).drawer,
#easysearch-drawer:not([open]).navigation-drawer {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  top: -9999px !important;
  left: -9999px !important;
  right: auto !important;
  bottom: auto !important;
  z-index: -1 !important;
  overflow: hidden !important;
  border: none !important;
  background: transparent !important;
}

/* EasySearch Font Styling - Apply Gill Sans Nova to all EasySearch elements */
#easysearch-drawer,
#easysearch-drawer *,
.easysearch-wrapper,
.easysearch-wrapper *,
.easysearch-form-column,
.easysearch-form-column *,
.easysearch-results-column,
.easysearch-results-column *,
.easysearch-drawer-content,
.easysearch-drawer-content *,
.easysearch-drawer-header,
.easysearch-drawer-header *,
.easysearch-embed-widget-main,
.easysearch-embed-widget-main *,
.easysearch-logo-container,
.easysearch-logo-container * {
  font-family: "gill-sans-nova", sans-serif !important;
  font-weight: 400 !important;
}

/* Override theme drawer defaults for EasySearch drawer */
#easysearch-drawer.drawer,
#easysearch-drawer.navigation-drawer {
  --navigation-drawer-width: 100vw;
  max-width: 100vw !important;
  width: 100vw !important;
  z-index: 9999 !important;
  position: fixed !important;
}

/* Desktop drawer sizing - anchored to left */
@media screen and (min-width: 700px) {
  #easysearch-drawer.drawer,
  #easysearch-drawer.navigation-drawer {
    --navigation-drawer-width: 90vw;
    max-width: 1000px !important;
    width: 90vw !important;
  }
  
  #easysearch-drawer.drawer[open],
  #easysearch-drawer.navigation-drawer[open] {
    left: 0 !important;
    right: auto !important;
  }
}

@media screen and (min-width: 1150px) {
  #easysearch-drawer.drawer,
  #easysearch-drawer.navigation-drawer {
    --navigation-drawer-width: 85vw;
    max-width: 1100px !important;
    width: 85vw !important;
  }
  
  #easysearch-drawer.drawer[open],
  #easysearch-drawer.navigation-drawer[open] {
    left: 0 !important;
    right: auto !important;
  }
}

/* When closed, completely remove from layout - override theme's visibility: hidden */
#easysearch-drawer:not([open]).drawer,
#easysearch-drawer:not([open]).navigation-drawer {
  visibility: hidden !important;
  display: none !important;
}

/* Completely hide drawer when closed - override all theme defaults */
#easysearch-drawer:not([open]) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  position: fixed !important;
  top: -9999px !important;
  left: -9999px !important;
  right: auto !important;
  bottom: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  z-index: -1 !important;
}

/* Hide all drawer parts when closed - completely remove from layout */
#easysearch-drawer:not([open])::part(overlay),
#easysearch-drawer:not([open])::part(content),
#easysearch-drawer:not([open])::part(body),
#easysearch-drawer:not([open])::part(header) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  right: auto !important;
  bottom: auto !important;
  overflow: hidden !important;
}

/* Hide drawer content when closed - remove from layout completely */
#easysearch-drawer:not([open]) .easysearch-drawer-content,
#easysearch-drawer:not([open]) .easysearch-form-column,
#easysearch-drawer:not([open]) .easysearch-results-column,
#easysearch-drawer:not([open]) .easysearch-drawer-header,
#easysearch-drawer:not([open]) .easysearch-wrapper,
#easysearch-drawer:not([open]) .easysearch-embed-widget-main,
#easysearch-drawer:not([open]) .easysearch-main-widget {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  overflow: hidden !important;
}

/* Hide backdrop when drawer is closed */
#easysearch-drawer:not([open])::part(overlay) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Ensure backdrop overlay is visible when open */
#easysearch-drawer[open]::part(overlay) {
  background: rgba(0, 0, 0, 0.6) !important;
  z-index: 9998 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

/* Hide content when drawer is closed */
#easysearch-drawer:not([open])::part(content) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Ensure drawer displays when open - base rules for all screen sizes */
#easysearch-drawer[open] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  position: fixed !important;
  z-index: 9999 !important;
  top: 0 !important;
  bottom: 0 !important;
  height: 100vh !important;
  width: 100vw !important;
  max-width: 100vw !important;
}

/* Mobile: drawer on right (default), Desktop: drawer on left */
@media screen and (max-width: 699px) {
  #easysearch-drawer[open] {
    right: 0 !important;
    left: auto !important;
  }
}

@media screen and (min-width: 700px) {
  #easysearch-drawer[open] {
    left: 0 !important;
    right: auto !important;
  }
}

/* Show content when drawer is open */
#easysearch-drawer[open]::part(content) {
  z-index: 9999 !important;
  position: relative !important;
  background: rgb(var(--background)) !important;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Show body when drawer is open */
#easysearch-drawer[open]::part(body) {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Proper layering: EasySearch should be on top when open, main menu below */
@media screen and (max-width: 699px) {
  /* When EasySearch is open, it should be the topmost layer */
  #easysearch-drawer[open] {
    z-index: 10000 !important;
  }
  
  #easysearch-drawer[open]::part(content) {
    z-index: 10000 !important;
  }
  
  #easysearch-drawer[open]::part(overlay) {
    z-index: 9999 !important;
  }
  
  /* Main menu should be below EasySearch when both are open */
  #header-sidebar-menu[open] {
    z-index: 9998 !important;
  }
  
  #header-sidebar-menu[open]::part(content),
  #header-sidebar-menu[open]::part(body),
  #header-sidebar-menu[open]::part(header) {
    z-index: 9998 !important;
    position: relative !important;
  }
  
  /* Main menu close button should be accessible but below EasySearch */
  #header-sidebar-menu[open] > [is="close-button"],
  #header-sidebar-menu[open] button[is="close-button"],
  .navigation-drawer#header-sidebar-menu[open] > [is="close-button"] {
    z-index: 9999 !important;
    position: relative !important;
    pointer-events: auto !important;
  }
}

/* Ensure outside-close-button works on mobile - only show when EasySearch is open and main menu is closed */
@media screen and (max-width: 699px) {
  /* Hide outside-close-button by default */
  #easysearch-drawer::part(outside-close-button),
  #easysearch-drawer.drawer::part(outside-close-button),
  #easysearch-drawer.navigation-drawer::part(outside-close-button) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  
  /* Show outside-close-button only when EasySearch is open AND main menu is closed */
  #easysearch-drawer[open]:not(:has(~ #header-sidebar-menu[open]))::part(outside-close-button),
  body:not(:has(#header-sidebar-menu[open])) #easysearch-drawer[open]::part(outside-close-button) {
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    z-index: 10001 !important;
    position: fixed !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    background: rgb(var(--dialog-background, 255 255 255)) !important;
    color: rgb(var(--text-color, 0 0 0)) !important;
    border-radius: 50% !important;
    border: 1px solid rgb(var(--border-color, 229 231 235)) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1) !important;
    touch-action: manipulation !important;
    bottom: auto !important;
    top: 20px !important;
    right: 20px !important;
    left: auto !important;
    transform: none !important;
    margin: 0 !important;
  }
  
  /* Hide when main menu is also open */
  #header-sidebar-menu[open] ~ #easysearch-drawer[open]::part(outside-close-button),
  body:has(#header-sidebar-menu[open]) #easysearch-drawer[open]::part(outside-close-button) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  
  #easysearch-drawer:not([open])::part(outside-close-button) {
    display: none !important;
    pointer-events: none !important;
  }
}

@media screen and (max-width: 699px) {
  /* Completely hide drawer when closed on mobile - override theme defaults */
  #easysearch-drawer:not([open]) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    position: fixed !important;
    top: -9999px !important;
    left: -9999px !important;
    right: auto !important;
    bottom: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    z-index: -1 !important;
  }
  
  /* Full-screen overlay on mobile when open - EasySearch should be topmost */
  #easysearch-drawer[open] {
    --navigation-drawer-width: 100vw;
    max-width: 100vw !important;
    width: 100vw !important;
    max-height: 100vh !important;
    height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    z-index: 10000 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }
  
  /* Hide backdrop when drawer is closed */
  #easysearch-drawer:not([open])::part(overlay) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  
  /* Dark backdrop overlay when open */
  #easysearch-drawer[open]::part(overlay) {
    background: rgba(0, 0, 0, 0.7) !important;
    z-index: 9999 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    min-height: 100vh !important;
  }
  
  /* Hide content when drawer is closed */
  #easysearch-drawer:not([open])::part(content) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  
  /* Drawer content on top when open - full screen */
  #easysearch-drawer[open]::part(content) {
    z-index: 10000 !important;
    position: relative !important;
    background: rgb(var(--background)) !important;
    max-height: 100vh !important;
    height: 100vh !important;
    border-radius: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  /* Hide body when drawer is closed */
  #easysearch-drawer:not([open])::part(body) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  
  /* Show body when drawer is open - full screen */
  #easysearch-drawer[open]::part(body) {
    max-width: 100vw !important;
    width: 100vw !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-height: 100vh !important;
    height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  #easysearch-drawer::part(content) {
    max-width: 100vw !important;
    width: 100vw !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
  }
}

@media screen and (min-width: 700px) {
  #easysearch-drawer {
    --navigation-drawer-width: 90vw;
    max-width: 1000px;
  }
}

@media screen and (min-width: 1150px) {
  #easysearch-drawer {
    --navigation-drawer-width: 85vw;
    max-width: 1100px;
  }
  
  /* Ensure drawer displays properly when open on desktop - anchored to left */
  #easysearch-drawer[open] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 9999 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: auto !important;
    width: 85vw !important;
    max-width: 1100px !important;
    height: 100vh !important;
  }
  
  #easysearch-drawer[open]::part(content) {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 9999 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    position: relative !important;
    background: rgb(var(--background)) !important;
  }
  
  #easysearch-drawer[open]::part(overlay) {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 9998 !important;
  }
  
  #easysearch-drawer[open]::part(body) {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }
}

.easysearch-drawer-content {
  display: flex;
  flex-direction: row;
  height: 100%;
  min-height: 500px;
  width: 100%;
}

  /* Ensure drawer content is visible when drawer is open - full screen */
  #easysearch-drawer[open] .easysearch-drawer-content {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
  }

#easysearch-drawer::part(body) {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  gap: 0;
}

#easysearch-drawer::part(content) {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

/* Ensure drawer content is visible on desktop when open */
@media screen and (min-width: 1150px) {
  #easysearch-drawer[open]::part(content) {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    position: relative !important;
    background: rgb(var(--background)) !important;
  }
  
  #easysearch-drawer[open] .easysearch-drawer-content {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }
}

.easysearch-form-column {
  flex: 0 0 40%;
  width: 40%;
  border-right: 1px solid rgb(var(--border-color));
  overflow-y: auto;
  padding: var(--spacing-5, 1.25rem);
  background: rgb(var(--background));
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Ensure form column is visible when drawer is open */
#easysearch-drawer[open] .easysearch-form-column {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 40% !important;
  flex: 0 0 40% !important;
}

.easysearch-results-column {
  flex: 0 0 60%;
  width: 60%;
  overflow-y: auto;
  padding: var(--spacing-5, 1.25rem);
  background: rgb(var(--background));
  display: flex;
  flex-direction: column;
}

/* Hide results column initially - only show when there are results or loading */
#easysearch-drawer[open] .easysearch-results-column {
  display: none !important;
  visibility: hidden !important;
}

/* Show results column when loading (skeleton state) */
#easysearch-drawer[open] .easysearch-results-column:has(#easysearch-loading-state[style*="display: block"]),
#easysearch-drawer[open] .easysearch-results-column:has(#easysearch-loading-state:not([style*="display: none"])) {
  display: flex !important;
  visibility: visible !important;
}

/* Show results column only when it has content */
#easysearch-drawer[open] .easysearch-results-column:has(#easysearch-results-container:not(:empty)),
#easysearch-drawer[open] .easysearch-results-column:has(#easysearch-results-container > *),
#easysearch-drawer[open] .easysearch-results-column:has(x-tabs),
#easysearch-drawer[open] .easysearch-results-column:has(.predictive-search__tabs) {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  flex: 0 0 60% !important;
  width: 60% !important;
  height: auto !important;
  min-height: 400px !important;
}

/* Desktop: Make form column fill 100% of its width and results column displays properly */
@media screen and (min-width: 700px) {
  /* Ensure form column content fills 100% width */
  .easysearch-form-column,
  .easysearch-form-column form,
  .easysearch-form-column .v-stack,
  .easysearch-form-column .fieldset,
  .easysearch-form-column .form-control,
  .easysearch-form-column select,
  .easysearch-form-column .select,
  .easysearch-form-column input,
  .easysearch-form-column button,
  .easysearch-form-column .button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  
  /* Ensure results column displays with proper dimensions on desktop - override inline styles */
  .easysearch-results-column {
    flex: 0 0 60% !important;
    width: 60% !important;
    min-width: 0 !important;
    min-height: 0 !important;
  }
  
  #easysearch-drawer[open] .easysearch-results-column:has(#easysearch-results-container:not(:empty)),
  #easysearch-drawer[open] .easysearch-results-column:has(#easysearch-results-container > *),
  #easysearch-drawer[open] .easysearch-results-column:has(x-tabs),
  #easysearch-drawer[open] .easysearch-results-column:has(.predictive-search__tabs) {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex: 0 0 60% !important;
    width: 60% !important;
    min-width: 0 !important;
    min-height: 400px !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
  }
  
  /* Override any inline styles that might set width/height to 0 - critical for desktop */
  #easysearch-drawer[open] .easysearch-results-column[style*="width: 0"],
  #easysearch-drawer[open] .easysearch-results-column[style*="width:0px"],
  #easysearch-drawer[open] .easysearch-results-column[style*="height: 0"],
  #easysearch-drawer[open] .easysearch-results-column[style*="height:0px"],
  #easysearch-drawer[open] .easysearch-results-column:has(#easysearch-results-container:not(:empty))[style*="width: 0"],
  #easysearch-drawer[open] .easysearch-results-column:has(#easysearch-results-container > *)[style*="width: 0"],
  #easysearch-drawer[open] .easysearch-results-column:has(x-tabs)[style*="width: 0"],
  #easysearch-drawer[open] .easysearch-results-column:has(.predictive-search__tabs)[style*="width: 0"] {
    width: 60% !important;
    height: auto !important;
    min-height: 400px !important;
    max-width: none !important;
    max-height: none !important;
  }
  
  /* Ensure results column content is visible */
  .easysearch-results-column form,
  .easysearch-results-column #easysearch-search-results,
  .easysearch-results-column #easysearch-results-container,
  .easysearch-results-column x-tabs,
  .easysearch-results-column .predictive-search__tabs {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    visibility: visible !important;
  }
  
  /* Force results column to display with proper dimensions when it has tabs/content - override all inline styles */
  #easysearch-drawer[open] .easysearch-results-column:has(x-tabs),
  #easysearch-drawer[open] .easysearch-results-column:has(.predictive-search__tabs),
  #easysearch-drawer[open] .easysearch-results-column:has(#easysearch-results-container:not(:empty)),
  #easysearch-drawer[open] .easysearch-results-column:has(#easysearch-results-container > *) {
    width: 60% !important;
    min-width: 400px !important;
    height: auto !important;
    min-height: 400px !important;
    max-width: none !important;
    max-height: none !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* Hide results column when drawer is closed */
#easysearch-drawer:not([open]) .easysearch-results-column {
  display: none !important;
  visibility: hidden !important;
}

/* Make all content within results column use 100% width */
.easysearch-results-column > *,
.easysearch-results-column form,
.easysearch-results-column #easysearch-search-results,
.easysearch-results-column #easysearch-results-container,
.easysearch-results-column #easysearch-idle-state,
.easysearch-results-column #easysearch-loading-state,
.easysearch-results-column x-tabs,
.easysearch-results-column .predictive-search__tabs {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Desktop: Ensure tab list can scroll horizontally if needed */
@media screen and (min-width: 700px) {
  .easysearch-results-column x-tabs::part(tab-list),
  .easysearch-results-column .predictive-search__tabs::part(tab-list),
  .easysearch-results-column x-tabs [role="tablist"],
  .easysearch-results-column .predictive-search__tabs [role="tablist"] {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    scrollbar-width: thin !important;
    -webkit-overflow-scrolling: touch !important;
  }
  
  .easysearch-results-column x-tabs .predictive-search__tab-item,
  .easysearch-results-column .predictive-search__tabs .predictive-search__tab-item,
  .easysearch-results-column x-tabs button,
  .easysearch-results-column .predictive-search__tabs button {
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    min-width: max-content !important;
  }
}

@media screen and (max-width: 699px) {
  .easysearch-drawer-content {
    flex-direction: column;
    height: calc(100vh - 50px) !important;
    min-height: calc(100vh - 50px) !important;
    max-height: calc(100vh - 50px) !important;
    flex: 1 1 auto !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: flex !important;
    position: relative !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
  }
  
  .easysearch-form-column {
    flex: 0 0 auto;
    width: 100% !important;
    max-width: 100vw !important;
    border-right: none;
    border-bottom: 1px solid rgb(var(--border-color));
    max-height: 25vh !important;
    min-height: auto !important;
    height: auto !important;
    padding-left: var(--spacing-4, 1rem) !important;
    padding-right: var(--spacing-4, 1rem) !important;
    padding-top: var(--spacing-2, 0.5rem) !important;
    padding-bottom: var(--spacing-2, 0.5rem) !important;
    margin: 0 !important;
    box-sizing: border-box;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    flex-shrink: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  /* Ensure form column is visible when drawer is open on mobile - full width */
  #easysearch-drawer[open] .easysearch-form-column {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100vw !important;
    max-width: 100vw !important;
  }
  
  /* Make all form elements full-width on mobile */
  .easysearch-form-column form,
  .easysearch-form-column .easysearch-wrapper,
  .easysearch-form-column .easysearch-embed-widget-main,
  .easysearch-form-column .easysearch-main-widget,
  .easysearch-form-column .easysearch-logo-container,
  .easysearch-form-column .v-stack,
  .easysearch-form-column .fieldset {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  
  .easysearch-form-column .form-control,
  .easysearch-form-column select,
  .easysearch-form-column .select,
  .easysearch-form-column input,
  .easysearch-form-column .input,
  .easysearch-form-column button,
  .easysearch-form-column .button,
  .easysearch-form-column .easysearch-btn-holder,
  .easysearch-form-column .easysearch-btn-search-holder,
  .easysearch-form-column .easysearch-btn-holder button,
  .easysearch-form-column .easysearch-btn-search-holder button,
  .easysearch-form-column .easysearch-btn-holder input,
  .easysearch-form-column .easysearch-btn-search-holder input,
  .easysearch-wrapper .form-control,
  .easysearch-wrapper select,
  .easysearch-wrapper .select,
  .easysearch-wrapper input,
  .easysearch-wrapper .input,
  .easysearch-wrapper button,
  .easysearch-wrapper .button,
  .easysearch-embed-widget-main .form-control,
  .easysearch-embed-widget-main select,
  .easysearch-embed-widget-main .select,
  .easysearch-embed-widget-main input,
  .easysearch-embed-widget-main .input,
  .easysearch-embed-widget-main button,
  .easysearch-embed-widget-main .button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  
  /* Hide results column initially on mobile - only show when there are results */
  .easysearch-results-column {
    display: none !important;
    visibility: hidden !important;
  }
  
  /* Show results column only when it has content on mobile - positioned higher */
  #easysearch-drawer[open] .easysearch-results-column:has(#easysearch-results-container:not(:empty)),
  #easysearch-drawer[open] .easysearch-results-column:has(#easysearch-results-container > *) {
    flex: 1 1 auto !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: calc(70vh - 50px) !important;
    height: auto !important;
    max-height: none !important;
    padding-left: var(--spacing-4, 1rem) !important;
    padding-right: var(--spacing-4, 1rem) !important;
    padding-top: var(--spacing-2, 0.5rem) !important;
    padding-bottom: var(--spacing-4, 1rem) !important;
    margin: 0 !important;
    margin-top: 0 !important;
    box-sizing: border-box;
    overflow-y: visible !important;
    overflow-x: hidden;
    display: flex !important;
    flex-direction: column !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex-grow: 1 !important;
    position: relative !important;
    z-index: 2 !important;
    background: rgb(var(--background)) !important;
  }
  
  /* Ensure results tabs and content are full-width */
  .easysearch-results-column x-tabs,
  .easysearch-results-column .predictive-search__tabs,
  .easysearch-results-column .predictive-search__tabs-list,
  .easysearch-results-column .predictive-search__tabs-content,
  .easysearch-results-column #easysearch-search-results,
  .easysearch-results-column #easysearch-results-container {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  
  /* Make tab list horizontally scrollable - don't push content off screen */
  .easysearch-results-column x-tabs::part(tab-list),
  .easysearch-results-column .predictive-search__tabs::part(tab-list),
  .easysearch-results-column x-tabs [role="tablist"],
  .easysearch-results-column .predictive-search__tabs [role="tablist"] {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    scrollbar-width: thin !important;
    -webkit-overflow-scrolling: touch !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: var(--spacing-4, 1rem) var(--spacing-4, 1rem) var(--spacing-2, 0.5rem) var(--spacing-4, 1rem) !important;
    gap: var(--spacing-4, 1rem) !important;
    box-sizing: border-box !important;
  }
  
  /* Hide scrollbar but keep functionality - show thin scrollbar on mobile */
  .easysearch-results-column x-tabs::part(tab-list)::-webkit-scrollbar,
  .easysearch-results-column .predictive-search__tabs::part(tab-list)::-webkit-scrollbar {
    height: 4px !important;
    display: block !important;
  }
  
  .easysearch-results-column x-tabs::part(tab-list)::-webkit-scrollbar-track,
  .easysearch-results-column .predictive-search__tabs::part(tab-list)::-webkit-scrollbar-track {
    background: rgba(var(--border-color, 229 231 235), 0.2) !important;
    border-radius: 2px !important;
  }
  
  .easysearch-results-column x-tabs::part(tab-list)::-webkit-scrollbar-thumb,
  .easysearch-results-column .predictive-search__tabs::part(tab-list)::-webkit-scrollbar-thumb {
    background: rgb(var(--border-color, 229 231 235)) !important;
    border-radius: 2px !important;
  }
  
  /* Tab items should not wrap - allow horizontal scroll */
  .easysearch-results-column x-tabs .predictive-search__tab-item,
  .easysearch-results-column .predictive-search__tabs .predictive-search__tab-item,
  .easysearch-results-column x-tabs button,
  .easysearch-results-column .predictive-search__tabs button,
  .easysearch-results-column .predictive-search__tabs-list button {
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    overflow: visible !important;
    min-width: max-content !important;
  }
  
  /* Ensure tab content (results) is 100% width */
  .easysearch-results-column x-tabs::part(tab-panels),
  .easysearch-results-column .predictive-search__tabs::part(tab-panels),
  .easysearch-results-column .predictive-search__tab-content,
  .easysearch-results-column .predictive-search__results,
  .easysearch-results-column .predictive-search__products {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }
  
  /* Ensure all child elements respect container width (exclude positioned elements) */
  .easysearch-form-column > *,
  .easysearch-results-column > *,
  .easysearch-form-column form > *,
  .easysearch-results-column form > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  
  /* Ensure form controls and inputs are full-width */
  .easysearch-form-column .form-control,
  .easysearch-form-column .select,
  .easysearch-form-column select,
  .easysearch-form-column input:not([type="checkbox"]):not([type="radio"]),
  .easysearch-form-column button,
  .easysearch-form-column .button {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  /* Prevent horizontal overflow but allow vertical scrolling */
  .easysearch-drawer-content {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
  }
  
  .easysearch-form-column {
    overflow-x: hidden;
    overflow-y: visible;
  }
  
  .easysearch-results-column {
    overflow-x: hidden !important;
    overflow-y: visible !important;
    flex: 1 1 60vh !important;
    min-height: 60vh !important;
    max-height: none !important;
  }
  
  /* Ensure product lists can expand fully and are visible */
  .easysearch-results-column .predictive-search__results,
  .easysearch-results-column .predictive-search__products,
  .easysearch-results-column .product-list,
  .easysearch-results-column .product-item,
  .easysearch-results-column #easysearch-search-results,
  .easysearch-results-column #easysearch-results-container {
    height: auto !important;
    max-height: none !important;
    min-height: 300px !important;
    overflow-y: visible !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  /* Ensure tabs are visible and prominent - match predictive search spacing exactly */
  .easysearch-results-column x-tabs,
  .easysearch-results-column .predictive-search__tabs {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    /* Spacing comes from gap property, not margin (matches predictive search) */
    gap: var(--spacing-4) !important;
  }
  
  /* Tab list gap matches predictive search */
  .easysearch-results-column x-tabs::part(tab-list),
  .easysearch-results-column .predictive-search__tabs::part(tab-list) {
    gap: var(--spacing-4) !important;
  }
  
  /* Tab item spacing */
  .easysearch-results-column .predictive-search__tab-item {
    margin-bottom: 10px;
  }
  
  @media screen and (min-width: 700px) {
    .easysearch-results-column x-tabs,
    .easysearch-results-column .predictive-search__tabs {
      gap: var(--spacing-6) !important;
    }
    
    .easysearch-results-column x-tabs::part(tab-list),
    .easysearch-results-column .predictive-search__tabs::part(tab-list) {
      gap: var(--spacing-5) !important;
    }
  }
  
  /* Ensure results take up remaining space and are visible */
  .easysearch-drawer-content {
    min-height: calc(100vh - 80px) !important;
  }
  
  /* Force results to be visible - override any hiding */
  .easysearch-results-column,
  .easysearch-results-column *:not(script):not(style) {
    visibility: visible !important;
  }
  
  /* Hide idle state when drawer is closed on mobile */
  #easysearch-drawer:not([open]) #easysearch-idle-state {
    display: none !important;
    visibility: hidden !important;
  }
  
  /* Hide idle state when results container has content on mobile - aggressive hiding */
  #easysearch-drawer[open] #easysearch-results-container:not(:empty) ~ #easysearch-idle-state,
  #easysearch-drawer[open] .easysearch-results-column:has(#easysearch-results-container:not(:empty)) #easysearch-idle-state,
  #easysearch-drawer[open] .easysearch-results-column:has(#easysearch-results-container > *) #easysearch-idle-state,
  #easysearch-drawer[open] .easysearch-results-column:has(x-tabs) #easysearch-idle-state,
  #easysearch-drawer[open] .easysearch-results-column:has(.predictive-search__tabs) #easysearch-idle-state,
  #easysearch-drawer[open] .easysearch-results-column:has(.product-item) #easysearch-idle-state,
  #easysearch-drawer[open] .easysearch-results-column:has(.predictive-search__item) #easysearch-idle-state {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    top: -9999px !important;
  }
  
  /* Hide idle state when results column is visible (has results) */
  #easysearch-drawer[open] .easysearch-results-column[style*="display: flex"] #easysearch-idle-state,
  #easysearch-drawer[open] .easysearch-results-column:not([style*="display: none"]) #easysearch-idle-state {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
  }
  
  /* Show idle state only when no results and drawer is open */
  #easysearch-drawer[open] #easysearch-idle-state:not(:has(~ #easysearch-results-container:not(:empty))) {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 150px !important;
    padding: var(--spacing-4, 1rem) !important;
  }
  
  /* Ensure search results container is visible when drawer is open */
  #easysearch-drawer[open] #easysearch-search-results {
    display: block !important;
    visibility: visible !important;
    min-height: 300px !important;
  }
  
  /* Hide search results when drawer is closed */
  #easysearch-drawer:not([open]) #easysearch-search-results {
    display: none !important;
    visibility: hidden !important;
  }
  
  .easysearch-results-column x-tabs,
  .easysearch-results-column .predictive-search__tabs,
  .easysearch-results-column .predictive-search__tabs-content,
  .easysearch-results-column .predictive-search__results,
  .easysearch-results-column .predictive-search__products {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    min-height: 200px !important;
  }
  
  /* Ensure product items are visible and 100% width */
  .easysearch-results-column .product-item,
  .easysearch-results-column .predictive-search__item,
  .easysearch-results-column [class*="product"],
  .easysearch-results-column .predictive-search__item a,
  .easysearch-results-column .product-item a {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* Ensure product item content doesn't overflow */
  .easysearch-results-column .product-item > *,
  .easysearch-results-column .predictive-search__item > * {
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
  }
  
  /* Ensure results column takes up space when drawer is open */
  #easysearch-drawer[open] .easysearch-results-column {
    min-height: calc(65vh - 80px) !important;
    display: flex !important;
    visibility: visible !important;
  }
  
  /* Hide results column when drawer is closed */
  #easysearch-drawer:not([open]) .easysearch-results-column {
    display: none !important;
    visibility: hidden !important;
  }
}

.header__link-list .icon-chevron-bottom{position: relative; top: -1px;}

/* Ensure Select Your Vehicle button displays on desktop - override any mobile rules */
@media screen and (min-width: 1150px) {
  .header__link-list {
    display: flex !important;
    gap: var(--spacing-4) var(--header-link-list-spacing);
  }
}
.easysearch-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-5, 1.25rem) var(--spacing-5, 1.25rem) var(--spacing-4, 1rem) var(--spacing-5, 1.25rem);
  border-bottom: 1px solid rgb(var(--border-color));
  width: 100%;
}

/* EasySearch drawer's own close button - completely separate from main menu */
.easysearch-drawer-header button[is="close-button"].easysearch-close-button,
.easysearch-drawer-header .easysearch-close-button {
  flex-shrink: 0;
  margin-right: var(--spacing-4, 1rem);
  display: flex !important;
  visibility: visible !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  position: relative !important;
  opacity: 1 !important;
  z-index: 10002 !important;
  pointer-events: auto !important;
}

.easysearch-drawer-header button[is="close-button"].easysearch-close-button svg,
.easysearch-drawer-header .easysearch-close-button svg,
.easysearch-drawer-header button[is="close-button"].easysearch-close-button .icon {
  width: 24px !important;
  height: 24px !important;
  color: rgb(var(--text-color, 0 0 0)) !important;
  stroke: rgb(var(--text-color, 0 0 0)) !important;
  display: block !important;
}

@media screen and (max-width: 699px) {
  /* Ensure EasySearch close button is always visible on mobile */
  .easysearch-drawer-header button[is="close-button"].easysearch-close-button,
  .easysearch-drawer-header .easysearch-close-button {
    display: flex !important;
    visibility: visible !important;
    z-index: 10002 !important;
  }
  
  /* Ensure it's above EasySearch content */
  #easysearch-drawer[open] .easysearch-drawer-header button[is="close-button"].easysearch-close-button {
    z-index: 10002 !important;
  }
  
  /* Make sure main menu close button doesn't interfere */
  #header-sidebar-menu[open] > [is="close-button"],
  #header-sidebar-menu[open] button[is="close-button"] {
    /* Main menu close button - separate styling */
    z-index: 9999 !important;
  }
  
  /* Ensure EasySearch close button doesn't affect main menu */
  #header-sidebar-menu .easysearch-close-button {
    display: none !important;
  }
  
  /* Ensure header is sticky/fixed at top */
  .easysearch-drawer-header,
  #easysearch-drawer::part(header) {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    background: rgb(var(--background)) !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: var(--spacing-3, 0.75rem) var(--spacing-4, 1rem) !important;
    border-bottom: 1px solid rgb(var(--border-color)) !important;
    min-height: 50px !important;
    height: auto !important;
  }
  
  .easysearch-drawer-header h3 {
    font-size: 0.875rem !important;
    margin: 0 !important;
  }
}

.easysearch-drawer-header h3 {
  font-weight: 600;
  margin: 0;
  flex: 1;
  text-align: left;
  text-transform: uppercase;
}

#easysearch-search-input {
  display: none;
}

.easysearch-predictive-search-idle {
  padding: var(--spacing-8, 2rem);
  text-align: center;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Hide idle state when drawer is closed */
#easysearch-drawer:not([open]) #easysearch-idle-state {
  display: none !important;
  visibility: hidden !important;
}

/* Hide idle state when results container has content - mobile and desktop */
#easysearch-results-container:not(:empty) ~ #easysearch-idle-state,
.easysearch-results-column:has(#easysearch-results-container:not(:empty)) #easysearch-idle-state,
.easysearch-results-column:has(#easysearch-results-container > *) #easysearch-idle-state,
#easysearch-drawer[open] .easysearch-results-column:has(#easysearch-results-container:not(:empty)) #easysearch-idle-state,
/* Hide when tabs are present (tabs = results are showing) */
.easysearch-results-column:has(x-tabs) #easysearch-idle-state,
.easysearch-results-column:has(.predictive-search__tabs) #easysearch-idle-state,
.easysearch-results-column:has([role="tablist"]) #easysearch-idle-state,
#easysearch-search-results:has(x-tabs) #easysearch-idle-state,
#easysearch-search-results:has(.predictive-search__tabs) #easysearch-idle-state {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* Hide loading state when results are present */
#easysearch-results-container:not(:empty) ~ #easysearch-loading-state,
.easysearch-results-column:has(#easysearch-results-container:not(:empty)) #easysearch-loading-state,
.easysearch-results-column:has(#easysearch-results-container > *) #easysearch-loading-state,
.easysearch-results-column:has(x-tabs) #easysearch-loading-state,
.easysearch-results-column:has(.predictive-search__tabs) #easysearch-loading-state,
#easysearch-search-results:has(x-tabs) #easysearch-loading-state,
#easysearch-search-results:has(.predictive-search__tabs) #easysearch-loading-state {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/* Hide results container when loading state is visible */
.easysearch-results-column:has(#easysearch-loading-state[style*="display: block"]) #easysearch-results-container,
.easysearch-results-column:has(#easysearch-loading-state:not([style*="display: none"])) #easysearch-results-container {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Ensure results container can be visible when it has content */
#easysearch-results-container {
  visibility: visible !important;
  opacity: 1 !important;
}

/* Ensure search results wrapper is always visible */
#easysearch-search-results {
  display: block !important;
  visibility: visible !important;
  min-height: 200px !important;
}

/* When results container has content, show it */
#easysearch-results-container:not(:empty) {
  display: block !important;
}

/* Show idle state only when drawer is open AND no results exist */
#easysearch-drawer[open] #easysearch-idle-state:not(:has(~ #easysearch-results-container:not(:empty))) {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-height: 200px !important;
}

.easysearch-loading-state {
  padding: var(--spacing-5, 1.25rem);
  display: none;
  visibility: hidden;
  opacity: 0;
}

/* Show loading state when it should be visible */
#easysearch-drawer[open] .easysearch-loading-state[style*="display: block"],
#easysearch-drawer[open] .easysearch-loading-state:not([style*="display: none"]) {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-height: 400px !important;
}

/* Ensure loading state skeleton elements are visible */
.easysearch-loading-state .skeleton,
.easysearch-loading-state .skeleton--tab,
.easysearch-loading-state .skeleton--thumbnail,
.easysearch-loading-state .skeleton--text {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.easysearch-load-more {
  padding: var(--spacing-5, 1.25rem);
  border-top: 1px solid rgb(var(--border-color));
}

.easysearch-search-results {
  min-height: 200px;
}

.easysearch-skeleton-text-20 {
  --skeleton-text-width: 20%;
}

.easysearch-skeleton-text-40 {
  --skeleton-text-width: 40%;
}

.easysearch-skeleton-text-80 {
  --skeleton-text-width: 80%;
}

/* Select Your Vehicle Button Styling */
[aria-controls="easysearch-drawer"] {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: var(--rounded-button);
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  line-height: inherit;
  height: auto;
  vertical-align: baseline;
  margin: 0;
  font-size: 13px;
}

[aria-controls="easysearch-drawer"]:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}

[aria-controls="easysearch-drawer"] svg,
[aria-controls="easysearch-drawer"] .icon {
  color: #ffffff;
  stroke: #ffffff;
  top: -1px;
}

[aria-controls="easysearch-drawer"] path {
  stroke: #ffffff;
  fill: none;
}

/* Mobile menu: Select Your Vehicle - match AERODYNAMICS styling */
@media screen and (max-width: 699px) {
  .navigation-drawer [aria-controls="easysearch-drawer"],
  .panel [aria-controls="easysearch-drawer"],
  .panel__wrapper [aria-controls="easysearch-drawer"] {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
  }
  
  .navigation-drawer [aria-controls="easysearch-drawer"]:hover,
  .panel [aria-controls="easysearch-drawer"]:hover,
  .panel__wrapper [aria-controls="easysearch-drawer"]:hover {
    background-color: transparent !important;
    color: inherit !important;
  }
  
  /* Ensure circle-chevron arrow is visible and styled correctly - override white colors */
  .navigation-drawer [aria-controls="easysearch-drawer"] .circle-chevron svg,
  .panel [aria-controls="easysearch-drawer"] .circle-chevron svg,
  .panel__wrapper [aria-controls="easysearch-drawer"] .circle-chevron svg,
  .navigation-drawer [aria-controls="easysearch-drawer"] svg,
  .panel [aria-controls="easysearch-drawer"] svg,
  .panel__wrapper [aria-controls="easysearch-drawer"] svg {
    color: inherit !important;
    stroke: currentColor !important;
    fill: none !important;
  }
  
  .navigation-drawer [aria-controls="easysearch-drawer"] .circle-chevron path,
  .panel [aria-controls="easysearch-drawer"] .circle-chevron path,
  .panel__wrapper [aria-controls="easysearch-drawer"] .circle-chevron path,
  .navigation-drawer [aria-controls="easysearch-drawer"] path,
  .panel [aria-controls="easysearch-drawer"] path,
  .panel__wrapper [aria-controls="easysearch-drawer"] path {
    stroke: currentColor !important;
    fill: none !important;
  }
  
  .navigation-drawer [aria-controls="easysearch-drawer"] .circle-chevron .icon,
  .panel [aria-controls="easysearch-drawer"] .circle-chevron .icon,
  .panel__wrapper [aria-controls="easysearch-drawer"] .circle-chevron .icon {
    color: inherit !important;
    stroke: currentColor !important;
  }
}

/* Mobile menu: Ensure arrows are inline and on the right for sub-menu items */
@media screen and (max-width: 699px) {
  .panel__wrapper .text-with-icon.justify-between,
  .navigation-drawer .text-with-icon.justify-between {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
  }
  
  .panel__wrapper .text-with-icon.justify-between .circle-chevron,
  .navigation-drawer .text-with-icon.justify-between .circle-chevron {
    flex-shrink: 0 !important;
    margin-left: auto !important;
    display: grid !important;
  }
  
  .panel__wrapper .text-with-icon.justify-between > span:first-child,
  .navigation-drawer .text-with-icon.justify-between > span:first-child {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
}

/* EasySearch Button Styling - Stroke Style (Black border, black text, uppercase) */
.easysearch-form-column button,
.easysearch-form-column input[type="submit"],
.easysearch-form-column .button,
.easysearch-wrapper button,
.easysearch-embed-widget-main button,
.easysearch-embed-widget-main input[type="submit"],
.easysearch-embed-widget-main .button,
.easysearch-form-column form button[type="submit"],
.easysearch-form-column form input[type="submit"],
.easysearch-form-column form button,
.easysearch-wrapper form button,
.easysearch-embed-widget-main form button {
  background: transparent !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  border-radius: var(--rounded-button, 4px);
  padding: var(--spacing-2, 0.5rem) var(--spacing-4, 1rem);
  font-weight: 600;
  text-transform: uppercase !important;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
  cursor: pointer;
}

.easysearch-form-column button:hover,
.easysearch-form-column input[type="submit"]:hover,
.easysearch-form-column .button:hover,
.easysearch-wrapper button:hover,
.easysearch-embed-widget-main button:hover,
.easysearch-embed-widget-main input[type="submit"]:hover,
.easysearch-embed-widget-main .button:hover,
.easysearch-form-column form button[type="submit"]:hover,
.easysearch-form-column form input[type="submit"]:hover,
.easysearch-form-column form button:hover,
.easysearch-wrapper form button:hover,
.easysearch-embed-widget-main form button:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

/* EasySearch Logo Container - Monochromatic Filter */
.easysearch-wrapper .easysearch-logo-container img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

/* EasySearch Button Holder Specific Styling - Maximum Specificity */
.easysearch-btn-holder,
.easysearch-btn-search-holder {
  display: inline-block;
}

/* EasySearch Main Widget Button - Stroke Style */
.easysearch-main-widget .easysearch-btn-holder .easysearch-btn-search {
  background: transparent !important;
  background-color: transparent !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #000000 !important;
  border-radius: var(--rounded-button, 4px);
  padding: var(--spacing-2, 0.5rem) var(--spacing-4, 1rem);
  font-weight: 600;
  text-transform: uppercase !important;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
  cursor: pointer;
  width: 100% !important;
  box-shadow: none !important;
  display: block !important;
  width: 100% !important;
}

.easysearch-main-widget .easysearch-btn-holder {
  width: 100% !important;
  display: block !important;
}

.easysearch-main-widget .easysearch-btn-holder .easysearch-btn-search:hover {
  background: #000000 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}

/* Target all possible button elements within these containers with maximum specificity */
.easysearch-btn-holder button,
.easysearch-btn-search-holder button,
.easysearch-btn-holder input[type="submit"],
.easysearch-btn-search-holder input[type="submit"],
.easysearch-btn-holder input[type="button"],
.easysearch-btn-search-holder input[type="button"],
.easysearch-form-column .easysearch-btn-holder button,
.easysearch-form-column .easysearch-btn-search-holder button,
.easysearch-wrapper .easysearch-btn-holder button,
.easysearch-wrapper .easysearch-btn-search-holder button,
.easysearch-embed-widget-main .easysearch-btn-holder button,
.easysearch-embed-widget-main .easysearch-btn-search-holder button,
.easysearch-form-column .easysearch-btn-holder input[type="submit"],
.easysearch-form-column .easysearch-btn-search-holder input[type="submit"],
.easysearch-wrapper .easysearch-btn-holder input[type="submit"],
.easysearch-wrapper .easysearch-btn-search-holder input[type="submit"],
.easysearch-embed-widget-main .easysearch-btn-holder input[type="submit"],
.easysearch-embed-widget-main .easysearch-btn-search-holder input[type="submit"],
#easysearch-drawer .easysearch-btn-holder button,
#easysearch-drawer .easysearch-btn-search-holder button,
#easysearch-drawer .easysearch-btn-holder input,
#easysearch-drawer .easysearch-btn-search-holder input {
  background: transparent !important;
  background-color: transparent !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #000000 !important;
  border-radius: var(--rounded-button, 4px);
  padding: var(--spacing-2, 0.5rem) var(--spacing-4, 1rem);
  font-weight: 600;
  text-transform: uppercase !important;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
  cursor: pointer;
  width: auto;
  box-shadow: none !important;
}

.easysearch-btn-holder button:hover,
.easysearch-btn-search-holder button:hover,
.easysearch-btn-holder input[type="submit"]:hover,
.easysearch-btn-search-holder input[type="submit"]:hover,
.easysearch-btn-holder input[type="button"]:hover,
.easysearch-btn-search-holder input[type="button"]:hover,
.easysearch-form-column .easysearch-btn-holder button:hover,
.easysearch-form-column .easysearch-btn-search-holder button:hover,
.easysearch-wrapper .easysearch-btn-holder button:hover,
.easysearch-wrapper .easysearch-btn-search-holder button:hover,
.easysearch-embed-widget-main .easysearch-btn-holder button:hover,
.easysearch-embed-widget-main .easysearch-btn-search-holder button:hover,
#easysearch-drawer .easysearch-btn-holder button:hover,
#easysearch-drawer .easysearch-btn-search-holder button:hover,
#easysearch-drawer .easysearch-btn-holder input:hover,
#easysearch-drawer .easysearch-btn-search-holder input:hover {
  background: #000000 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}

/* Collection card description list badges - inline chicklet style */
.collection-card__description ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--spacing-1-5);
  list-style: none;
  margin: 0;
  padding: 0;
}

.collection-card__description li {
  display: inline-block;
  padding: var(--spacing-1) var(--spacing-3);
  background: rgb(var(--text-primary) / 0.08);
  border-radius: var(--rounded-full);
  font-size: 0.75rem;
  line-height: 1.2;
  white-space: nowrap;
}

.collection-card__description li strong {
  font-weight: 600;
}
.collection-card__content .collection-card__description p{ font-size: 14px; margin-bottom: 15px;}
collection-list .count-bubble{font-size: 14px; font-weight: normal;}

/* Complementary products count bubble styling */
.product-info__complementary-products .text-with-bubble {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-2);
  flex-wrap: wrap;
}

.product-info__complementary-products .text-with-bubble > .count-bubble {
  position: static !important;
  margin-inline-start: 0 !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
}

.navigation-promo__wrapper .bold{font-weight: normal; font-size: 20px!important;}

/* Mega Menu Image Overlay - Gradient from transparent to darker at bottom */
.navigation-promo .content-over-media:before {
  background: linear-gradient(to bottom, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.6) 100%);
}

/* Ensure tertiary menu sits above navigation promo images */
/* Increase z-index for tertiary menu dropdowns to ensure they appear above promo images */
.mega-menu .dropdown-menu .dropdown-menu .dropdown-menu,
.mega-menu .dropdown-menu[style*="z-index: 10001"],
.dropdown-menu[style*="z-index: 10001"] {
  z-index: 10010 !important;
}

/* Ensure the mega menu nav columns have proper stacking context */
.mega-menu__nav {
  position: relative;
  z-index: 2;
}

/* Ensure navigation promo images have lower z-index than dropdowns */
.navigation-promo__wrapper {
  position: relative;
  z-index: 1;
}

/* Product Support Info - Clean Table Matching Impact Theme */
.product-support-info {
  background: rgb(var(--background-secondary, 250 250 250));
  border: 1px solid rgb(var(--border-color));
  border-radius: var(--rounded-xs);
  padding: var(--spacing-5, 1.25rem);
}

.product-support-info__container {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.product-support-info__row {
  display: flex;
  align-items: center;
  padding: var(--spacing-3, 0.75rem) 0;
}

.product-support-info__row--centered {
  justify-content: center;
  padding: var(--spacing-4, 1rem) 0;
}

.product-support-info__row--two-column {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: var(--spacing-4, 1rem);
  align-items: center;
}

/* Expert Button - Pill Style */
.product-support-info__expert-button {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-2, 0.5rem);
  background: #000000; /* Black */
  color: #ffffff;
  padding: var(--spacing-2, 0.5rem) var(--spacing-4, 1rem);
  border-radius: 9999px; /* Pill shape */
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
}

/* Green Pulsing Circle */
.product-support-info__pulse-circle {
  width: 8px;
  height: 8px;
  background: #22c55e; /* Green */
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  animation: pulse-circle 2s ease-in-out infinite;
}

.product-support-info__pulse-circle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  animation: pulse-ring 2s ease-in-out infinite;
}

@keyframes pulse-circle {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
}

@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.product-support-info__text--expert {
  color: #ffffff;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  text-transform: uppercase;
}

.product-support-info__item {
  display: flex;
  align-items: center;
  gap: var(--spacing-3, 0.75rem);
  flex: 1;
}

.product-support-info__item--column {
  display: flex;
  align-items: center;
  gap: var(--spacing-3, 0.75rem);
}

.product-support-info__icon-wrapper {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000; /* Black color for icons */
}

.product-support-info__icon-wrapper svg,
.product-support-info__icon-wrapper .icon {
  color: #000000;
  stroke: #000000;
}

.product-support-info__icon-wrapper path {
  stroke: #000000;
  fill: #000000;
}

.product-support-info__text {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgb(var(--text-primary));
}

.product-support-info__phone-link {
  color: #ffffff; /* White text in pill */
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.2s ease;
}

.product-support-info__phone-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.product-support-info__divider {
  border: none;
  border-top: 1px solid rgb(var(--border-color, 229 231 235));
  margin: 0;
  padding: 0;
}

.product-support-info__divider--vertical {
  width: 1px;
  height: 100%;
  background: rgb(var(--border-color, 229 231 235));
  align-self: stretch;
}

@media screen and (max-width: 699px) {
  .product-support-info__row--two-column {
    grid-template-columns: 1fr;
    gap: var(--spacing-3, 0.75rem);
  }
  
  .product-support-info__divider--vertical {
    display: none;
  }
  
  .product-support-info__row--two-column .product-support-info__item--column:first-child {
    padding-bottom: var(--spacing-3, 0.75rem);
    border-bottom: 1px solid rgb(var(--border-color, 229 231 235));
  }
  
  .product-support-info__expert-button {
    width: 100%;
    justify-content: center;
  }
}

/* Product Info Vendor with SKU */
.product-info__vendor--with-sku {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--spacing-4, 1rem);
}

.product-info__sku--floating {
  float: right;
  margin-left: auto;
}

/* Product Info Price - White Background */
.product-info__price {
  background: rgb(var(--input-background, transparent));
  border: 1px solid #E0E0E0;
  border-radius: var(--rounded-sm);
  padding: var(--spacing-4, 1rem);
}

/* Product Info Variant Picker - Conditional Fieldset Layouts */
.product-info__variant-picker .variant-picker {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-6);
}

/* 1 fieldset: full width (default - already full width in column layout) */
.product-info__variant-picker .variant-picker .variant-picker__option:only-child {
  width: 100%;
}

/* 2 fieldsets: 2 flex columns */
.product-info__variant-picker .variant-picker:has(.variant-picker__option:nth-child(2):nth-last-child(1)) {
  flex-direction: row;
}

.product-info__variant-picker .variant-picker:has(.variant-picker__option:nth-child(2):nth-last-child(1)) .variant-picker__option {
  flex: 1;
}

/* 3 fieldsets: 1 flex row then 2 columns */
.product-info__variant-picker .variant-picker:has(.variant-picker__option:nth-child(3):nth-last-child(1)) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-6);
}

.product-info__variant-picker .variant-picker:has(.variant-picker__option:nth-child(3):nth-last-child(1)) .variant-picker__option:nth-child(1) {
  grid-column: 1 / -1;
}

/* 4 fieldsets: 2x2 grid */
.product-info__variant-picker .variant-picker:has(.variant-picker__option:nth-child(4):nth-last-child(1)) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-6);
}

/* Product Gallery Description - Display below gallery */
.product-gallery-description {
  margin-top: var(--spacing-6, 1.5rem);
  padding-top: var(--spacing-6, 1.5rem);
  border-top: 1px solid rgb(var(--border-color));
  display: block !important;
}

.product-gallery-description .product-info__description {
  margin: 0;
}

.product-gallery-description .prose {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.product-gallery-description .prose * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Mobile: Hide description below gallery */
@media screen and (max-width: 999px) {
  .product-gallery-description {
    display: none !important;
  }
}

/* Desktop: Stay in first column only */
@media screen and (min-width: 1000px) {
  .product-gallery-description {
    margin-top: var(--spacing-8, 2rem);
    padding-top: var(--spacing-8, 2rem);
    grid-column: 1 !important;
    grid-row: auto;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }
  
  /* Ensure product-info maintains sticky positioning */
  .product:has(.product-gallery-description) .product-info {
    grid-column: 2 !important;
    grid-row: 1 / -1;
    align-self: start;
  }
}

/* Product Price Layout - Label on left, price on right */
.product-info__price-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: var(--spacing-4, 1rem);
}

.product-info__price-label {
  font-weight: 500;
  flex-shrink: 0;
}

.product-info__price-value {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.product-info__price-value .rating-with-text {
  justify-content: flex-end;
}

/* Collection List - Force heading text to stay on one line while maintaining reveal-on-scroll animation */
/* The split-lines element will detect all letters are on the same line and create a single animated line */
.shopify-section--collection-list h2[reveal-on-scroll="true"] {
  white-space: nowrap;
  overflow: visible;
}

/* Ensure the h2 container doesn't wrap */
.shopify-section--collection-list h2[reveal-on-scroll="true"] split-lines {
  display: inline-block;
  white-space: nowrap;
}

/* Collection List - Set h4 font size to 1.5rem */
.shopify-section--collection-list .h4,
.shopify-section--collection-list h4 {
  font-size: 1.5rem !important;
}

/* Images and text scrolling - Custom icon grayscale */
.shopify-section--images-and-text-scrolling img.images-scrolling__icon {
  filter: grayscale(100%);
}

feature-chart.bg-custom{background-color: #fff;}
.social-media{gap: var(--spacing-1) var(--spacing-5);}
.footer__block--logo-text.text-center .social-media {
  display: flex !important;
  justify-content: center !important;
  margin-left: auto;
  margin-right: auto;
}
.footer .bold{font-weight: normal!important;}

/* Footer Column Layout - Mobile only: First column 100%, middle columns 50% each, last column 100% */
@media screen and (max-width: 699px) {
  .footer__block-list {
    flex-wrap: wrap !important;
    display: flex !important;
  }
  
  /* First block (logo) - 100% width */
  .footer__block-list > .footer__block:first-child {
    flex-basis: 100% !important;
    width: 100%;
  }
  
  /* Second and third blocks (menu blocks) - 50% width each */
  .footer__block-list > .footer__block:nth-child(2),
  .footer__block-list > .footer__block:nth-child(3) {
    flex-basis: 50% !important;
    width: 50%;
    max-width: 50%;
  }
  
  /* Fourth block and beyond (support/app) - 100% width */
  .footer__block-list > .footer__block:nth-child(n+4) {
    flex-basis: 100% !important;
    width: 100%;
  }
}

/* Footer payment icons - monochromatic greyscale */
.footer__payment-icons svg {
  filter: grayscale(100%);
  opacity: 0.8;
}

/* Wheel Fitment Table Styles */
.wheel-fitment-table-display {
  width: 100%;
  position: relative;
}

/* Ensure parent containers don't interfere with sticky positioning */
.section-stack__main,
.wheel-fitment-table-display__results {
  position: relative;
  overflow: visible;
}

/* Ensure section and container don't break sticky */
.shopify-section--wheel-fitment-table,
.shopify-section--wheel-fitment-table .section,
.shopify-section--wheel-fitment-table .container {
  overflow: visible;
}

/* Full width support for wheel fitment table - matches section-full with background */
.section-full:not(.section-blends) .wheel-fitment-table-display {
  margin-inline-start: calc(-1 * var(--calculated-section-spacing-inline, 0px));
  margin-inline-end: calc(-1 * var(--calculated-section-spacing-inline, 0px));
  padding-inline-start: var(--calculated-section-spacing-inline, 0px);
  padding-inline-end: var(--calculated-section-spacing-inline, 0px);
}

.section-full:not(.section-blends) .wheel-fitment-table-display__filters {
  padding-inline-start: var(--calculated-section-spacing-inline, 0px);
  padding-inline-end: var(--calculated-section-spacing-inline, 0px);
}

.section-full:not(.section-blends) .wheel-fitment-table-display__table-info,
.section-full:not(.section-blends) .fitment-current-selection {
  padding-inline-start: var(--calculated-section-spacing-inline, 0px);
  padding-inline-end: var(--calculated-section-spacing-inline, 0px);
}

/* Section blends (no background) - content uses container */
.section-blends.section-full .wheel-fitment-table-display {
  width: 100%;
}

.section-blends.section-full .section-stack__main {
  width: 100%;
}

.section-blends.section-full .wheel-fitment-table-display__filters,
.section-blends.section-full .wheel-fitment-table-display__table-info,
.section-blends.section-full .fitment-current-selection,
.section-blends.section-full .wheel-fitment-table {
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding-inline: var(--container-gutter);
}

.wheel-fitment-table-display__loading {
  padding: var(--spacing-6);
  text-align: center;
}

.wheel-fitment-table-display__no-results {
  padding: var(--spacing-6);
  text-align: center;
  margin-top: var(--spacing-6);
  border-top: 1px solid rgba(var(--text-color-rgb), 0.1);
  padding-top: var(--spacing-6);
}

.wheel-fitment-table-display__filters {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-6);
  margin-bottom: var(--spacing-6);
}

.wheel-fitment-table-display__filter-group {
  position: relative;
}

.wheel-fitment-table-display__filter-group .form-control {
  position: relative;
  width: 100%;
}

.wheel-fitment-table-display__filter-group .select {
  width: 100%;
  padding: var(--spacing-3) var(--spacing-4);
  padding-right: calc(var(--spacing-4) + 20px);
  border: 1px solid rgba(var(--text-color-rgb), 0.2);
  border-radius: var(--input-border-radius, 8px);
  background-color: var(--input-background, #f7f7f7);
  color: var(--text-color, #000);
  font-family: "gill-sans-nova", sans-serif;
  font-size: 0.9375rem;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.wheel-fitment-table-display__filter-group .select:hover {
  border-color: rgba(var(--text-color-rgb), 0.3);
  background-color: var(--input-background-hover, #f0f0f0);
}

.wheel-fitment-table-display__filter-group .select:focus {
  outline: none;
  border-color: rgba(var(--text-color-rgb), 0.5);
  background-color: var(--input-background-focus, #ffffff);
}

.wheel-fitment-table-display__filter-group .select-chevron {
  position: absolute;
  right: var(--spacing-4);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 16px;
  height: 16px;
  opacity: 0.6;
}

.wheel-fitment-table-display__filter-group .block-label {
  display: block;
  margin-bottom: var(--spacing-2);
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(var(--text-color-rgb), 0.8);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Make Filter Pills */
.wheel-fitment-table-display__filter-group--make-pills {
  width: 100%;
  order: -1; /* Ensure make pills appear first */
}

.fitment-filter-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--text-color, #000);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: var(--spacing-3);
}

.fitment-make-pills {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-2);
  margin-bottom: var(--spacing-4);
}

.fitment-make-pill {
  padding: var(--spacing-2) var(--spacing-5);
  border: 1px solid rgba(var(--text-color-rgb), 0.3);
  border-radius: 999px;
  background-color: #f5f5f5;
  color: var(--text-color, #000);
  font-family: "gill-sans-nova", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.fitment-make-pill:hover {
  border-color: rgba(var(--text-color-rgb), 0.5);
  background-color: #e8e8e8;
}

.fitment-make-pill.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  font-weight: 500;
}

.fitment-make-pill.active:hover {
  background-color: #333333;
  border-color: #333333;
}

.fitment-vehicle-pill {
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--spacing-2);
  align-items: center;
  margin-left: var(--spacing-2);
}

.fitment-vehicle-pill-text {
  padding: var(--spacing-2) var(--spacing-5);
  border: 1px solid rgba(var(--text-color-rgb), 0.3);
  border-radius: 999px;
  background-color: #000000;
  color: #ffffff;
  font-family: "gill-sans-nova", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  display: inline-block;
}

.fitment-current-selection {
  margin-top: var(--spacing-3);
  padding: var(--spacing-2) 0;
}

.fitment-selection-text {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-color, #000);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "gill-sans-nova", sans-serif;
  white-space: nowrap;
}

.fitment-count-text {
  margin-left: var(--spacing-2);
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-color, #000);
  font-family: "gill-sans-nova", sans-serif;
}


/* Hide make dropdown when pills are available */
.wheel-fitment-table-display__filter-group--make-pills .form-control {
  display: none;
}

/* Dropdown filters container - groups dropdowns together */
.wheel-fitment-table-display__filter-group--dropdowns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--spacing-4);
  width: 100%;
}

/* Secondary filters styling */
.wheel-fitment-table-display__filter-group--secondary {
  flex: 0 0 auto;
  min-width: 200px;
}

/* Variant filter styling */
.wheel-fitment-table-display__filter-group--variant {
  flex: 0 0 auto;
  min-width: 200px;
}

/* Responsive: stack dropdowns vertically on smaller screens */
@media (max-width: 767px) {
  .wheel-fitment-table-display__filter-group--dropdowns {
    flex-direction: column;
  }
  
  .wheel-fitment-table-display__filter-group--secondary,
  .wheel-fitment-table-display__filter-group--variant {
    width: 100%;
    min-width: 100%;
  }
}

/* Responsive: stack vertically on smaller screens */
@media (max-width: 768px) {
  .wheel-fitment-table-display__filters {
    flex-direction: column;
  }
  
  .wheel-fitment-table-display__filter-group--make-pills,
  .wheel-fitment-table-display__filter-group--secondary,
  .wheel-fitment-table-display__filter-group--variant {
    min-width: 100%;
  }
}

.wheel-fitment-table-display__table-info {
  margin-bottom: var(--spacing-4);
  padding: var(--spacing-3) 0;
  border-bottom: 1px solid rgba(var(--text-color-rgb), 0.1);
}

.wheel-fitment-table {
  width: 100%;
  background-color: rgba(var(--text-color-rgb), 0.03);
  border-radius: var(--rounded-sm, 8px);
  padding: var(--spacing-4);
  position: relative;
  overflow: visible;
}

.wheel-fitment-table__wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(var(--text-color-rgb), 0.12);
  border-radius: var(--rounded-sm, 8px);
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  contain: layout;
}

.wheel-fitment-table__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: "gill-sans-nova", sans-serif;
  min-width: 800px;
  table-layout: auto;
  position: relative;
  overflow: visible;
}

.wheel-fitment-table {
  overflow: hidden;
  position: relative;
}

.wheel-fitment-table__table thead {
  display: table-header-group !important;
  background-color: rgba(var(--text-color-rgb), 0.08);
}

.wheel-fitment-table__table thead tr {
  display: table-row !important;
  background-color: rgba(var(--text-color-rgb), 0.08);
}

.wheel-fitment-table__table th {
  display: table-cell !important;
  padding: var(--spacing-4) var(--spacing-3);
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  border-bottom: 2px solid rgba(var(--text-color-rgb), 0.2);
  color: var(--text-color, #000);
  white-space: nowrap;
  user-select: none;
  background-color: rgba(var(--text-color-rgb), 0.08);
}

.wheel-fitment-table__table th.sortable {
  cursor: pointer;
  transition: background-color 0.2s ease;
  position: relative;
  padding-right: calc(var(--spacing-3) + 20px);
}

.wheel-fitment-table__table th.sortable:hover {
  background-color: rgba(var(--text-color-rgb), 0.08);
}

.wheel-fitment-table__table th.sortable span {
  display: inline-block;
}

.wheel-fitment-table__table th.sortable .sort-indicator {
  position: absolute;
  right: var(--spacing-3);
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75rem;
  opacity: 0.6;
  font-weight: bold;
}

.wheel-fitment-table__table td {
  padding: var(--spacing-4) var(--spacing-3);
  border-bottom: 1px solid rgba(var(--text-color-rgb), 0.1);
  color: var(--text-color, #000);
  background-color: inherit;
}

/* Alternating row colors (zebra striping) */
.wheel-fitment-table__table tbody tr:nth-child(even) {
  background-color: rgba(var(--text-color-rgb), 0.02);
}

.wheel-fitment-table__table tbody tr:nth-child(odd) {
  background-color: transparent;
}

.wheel-fitment-table__table tbody tr:hover {
  background-color: rgba(var(--text-color-rgb), 0.05) !important;
}

.wheel-fitment-table__table tbody tr:last-child td {
  border-bottom: none;
}

/* Fitment table row highlighting and grouping */
.wheel-fitment-table__table tbody tr.fitment-group-start {
  border-top: 2px solid rgba(var(--text-color-rgb), 0.15);
}

.wheel-fitment-table__table tbody tr.fitment-group-start:first-child {
  border-top: none;
}

.wheel-fitment-table__table tbody tr.fitment-current-variant {
  background-color: rgba(34, 197, 94, 0.12) !important;
  border-left: 3px solid rgba(34, 197, 94, 0.6);
  position: relative;
  overflow: hidden;
  contain: layout style;
}

.wheel-fitment-table__table tbody tr.fitment-current-variant:hover {
  background-color: rgba(34, 197, 94, 0.18) !important;
}

/* Ensure highlighted rows override alternating colors */
.wheel-fitment-table__table tbody tr.fitment-current-variant:nth-child(even),
.wheel-fitment-table__table tbody tr.fitment-current-variant:nth-child(odd) {
  background-color: rgba(34, 197, 94, 0.12) !important;
}

.wheel-fitment-table__table tbody tr.fitment-current-variant td:first-child::after {
  display: none;
}

.fitment-part-number {
  font-family: "gill-sans-nova", sans-serif;
  font-size: 0.875rem;
  color: rgba(var(--text-color-rgb), 0.7);
}

.fitment-sku-badge {
  display: none !important;
}

.fitment-position {
  text-transform: capitalize;
  font-weight: 400;
}

.fitment-size {
  font-weight: 400;
}

.fitment-size.fitment-size--match {
  font-weight: bold;
}

.wheel-fitment-table__table tbody tr td:first-child {
  position: relative;
  padding-left: var(--spacing-4);
  overflow: hidden;
  contain: layout style;
}

.wheel-fitment-table__table tbody tr.fitment-group-start td:first-child::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  max-width: 3px;
  background-color: rgba(34, 197, 94, 0.3);
  z-index: 0;
  pointer-events: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  clip-path: inset(0);
}

.fitment-wheel-type {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.fitment-wheel-type[data-type="offroad"] {
  background-color: rgba(139, 69, 19, 0.15);
  color: #8b4513;
}

.fitment-wheel-type[data-type="vrs"] {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}

/* Variant highlighting for fitment matches - Soft green background */
.variant-picker__option-value.is-fitment-match,
.popover-listbox__option.is-fitment-match,
[data-option-selector] label.is-fitment-match,
[data-option-selector] a.is-fitment-match {
  position: relative;
  background-color: rgba(34, 197, 94, 0.12) !important;
  border: 1px solid rgba(34, 197, 94, 0.3) !important;
}

/* Remove overlapping checkmark badge - the ::after was causing overlap */
.variant-picker__option-value.is-fitment-match::after,
.popover-listbox__option.is-fitment-match::after {
  display: none !important;
}

/* Ensure checkbox/radio inputs are properly visible and not overlapping */
.variant-picker__option-value.is-fitment-match input[type="checkbox"].sr-only,
.variant-picker__option-value.is-fitment-match input[type="radio"].sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Ensure label wraps properly and checkbox doesn't overlap */
.variant-picker__option-value.is-fitment-match label {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--spacing-2);
  z-index: 1;
}

/* Highlight container when it has matches */
.variant-picker__option-values.has-fitment-match {
  position: relative;
}

.variant-picker__option-values.has-fitment-match::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 1px solid rgba(34, 197, 94, 0.2);
  border-radius: 4px;
  pointer-events: none;
}

/* Responsive adjustments */
@media screen and (max-width: 999px) {
  .wheel-fitment-table-display__filters {
    grid-template-columns: 1fr;
    gap: var(--spacing-3);
  }
}

@media screen and (max-width: 699px) {
  .wheel-fitment-table {
    font-size: 0.875rem;
  }

  .wheel-fitment-table--vrs .wheel-fitment-table__table {
    min-width: 800px;
  }

  .wheel-fitment-table--offroad .wheel-fitment-table__table {
    min-width: 900px;
  }

  .wheel-fitment-table--vrs .wheel-fitment-table__table {
    min-width: 800px;
  }

  .wheel-fitment-table--offroad .wheel-fitment-table__table {
    min-width: 900px;
  }

  .wheel-fitment-table__table th,
  .wheel-fitment-table__table td {
    padding: var(--spacing-3) var(--spacing-2);
    font-size: 0.8125rem;
  }

  .wheel-fitment-table-display__filter-group .block-label {
    font-size: 0.8125rem;
  }

  .wheel-fitment-table-display__filter-group .select {
    font-size: 0.875rem;
    padding: var(--spacing-2) var(--spacing-3);
    padding-right: calc(var(--spacing-3) + 20px);
  }
}

/* PDP Navigation - Remove section padding */
.shopify-section--pdp-navigation.section {
  padding-block-start: 0 !important;
  padding-block-end: 0 !important;
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
  margin: 0 !important;
  --section-spacing-block: 0 !important;
  --section-spacing-block-start: 0 !important;
  --section-spacing-block-end: 0 !important;
  --section-spacing-inline: 0 !important;
  --context-section-spacing-block-start: 0 !important;
  --context-section-spacing-block-end: 0 !important;
  --context-section-spacing-inline: 0 !important;
  --calculated-section-spacing-block-start: 0 !important;
  --calculated-section-spacing-block-end: 0 !important;
  --calculated-section-spacing-inline: 0 !important;
  --background-differs-from-previous: 0 !important;
}

/* Fitment Debug Panel */
.fitment-debug-panel {
  font-family: 'Courier New', monospace;
}

.fitment-debug-panel pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.fitment-debug-panel button {
  transition: background-color 0.2s;
}

.fitment-debug-panel button:hover {
  background: #555 !important;
}

.fitment-debug-toggle-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  padding: 8px 12px;
  background: #333;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.fitment-debug-toggle-button:hover {
  background: #555;
}

/* Shopify Inbox - Vorsteiner Support Customization */
#shopify-chat inbox-online-store-chat.vorsteiner-support-enabled {
  position: relative;
  overflow: visible !important;
}

/* Add SUPPORT text above the chat button */
#shopify-chat inbox-online-store-chat.vorsteiner-support-enabled::before {
  content: 'SUPPORT';
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "gill-sans-nova", sans-serif;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #000000;
  white-space: nowrap;
  z-index: 1000;
  pointer-events: none;
  line-height: 1;
  background-color: #ffffff;
  padding: 2px 6px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Ensure button text/content doesn't overlap image */
#shopify-chat inbox-online-store-chat button,
#shopify-chat inbox-online-store-chat [role="button"] {
  overflow: visible !important;
  text-indent: -9999px !important;
  color: transparent !important;
  z-index: 1 !important;
  position: relative !important;
}

#shopify-chat inbox-online-store-chat button *,
#shopify-chat inbox-online-store-chat [role="button"] * {
  display: none !important;
  visibility: hidden !important;
}

/* Specifically target SVG elements to prevent them from floating on top */
#shopify-chat inbox-online-store-chat svg,
#shopify-chat inbox-online-store-chat button svg,
#shopify-chat inbox-online-store-chat [role="button"] svg {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  z-index: -1 !important;
  position: absolute !important;
  pointer-events: none !important;
}

/* Position notification badges outside the circular button */
#shopify-chat inbox-online-store-chat [class*="badge"],
#shopify-chat inbox-online-store-chat [class*="notification"],
#shopify-chat inbox-online-store-chat [class*="indicator"],
#shopify-chat inbox-online-store-chat [class*="dot"],
#shopify-chat inbox-online-store-chat [class*="bubble"],
#shopify-chat inbox-online-store-chat [class*="unread"],
#shopify-chat inbox-online-store-chat [class*="count"] {
  position: absolute !important;
  top: -5px !important;
  right: -5px !important;
  z-index: 1001 !important;
  pointer-events: none !important;
}

/* Target red notification badges specifically */
#shopify-chat inbox-online-store-chat [style*="background-color: rgb(255"],
#shopify-chat inbox-online-store-chat [style*="background-color: rgb(220"],
#shopify-chat inbox-online-store-chat [style*="background-color: rgb(239"],
#shopify-chat inbox-online-store-chat [style*="background: rgb(255"],
#shopify-chat inbox-online-store-chat [style*="background: rgb(220"],
#shopify-chat inbox-online-store-chat [style*="background: rgb(239"] {
  position: absolute !important;
  top: -5px !important;
  right: -5px !important;
  z-index: 1001 !important;
}