/** Shopify CDN: Minification failed

Line 236:13 Expected ":"

**/
custom-nav > ul {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 1.5rem;
}

@media screen and (max-width: 1150px) {
  custom-nav > ul {
    gap: 0;
  }
}

/* Submenu items verticaal */
.header__submenu.list-menu {
  display: flex !important;
  flex-direction: column !important;
}

custom-nav > ul > li:nth-child(6) {
  margin-left: auto !important;
}

.product-card-wrapper .card .quick-add form,
.contains-card--product .quick-add form {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.product-card .price .price-item--regular.card,
.quick-add .price__regular .price-item--regular,
.customer-b2b .quick-add .price__sale .price-item--sale {
  font-weight: 700 !important;
  font-size: 2.1rem;
  line-height: 1;
}
.customer-b2b .quick-add .price {
  line-height: 1;
}
.quick-add__submit {
  min-height: 49px;
  height:50px;
  width:70px;
  margin-left: auto;
}

/* Hide text in notify me button, keep icon */
.quick-add__submit:has(.icon-alert) {
  font-size: 0;
}
.quick-add__submit:has(.icon-alert) .icon-alert {
  width: 24px;
  height: 24px;
  margin: auto;
}
.card-information .card__sku,
.price__tax {
  display: block;
  font-size: 1.2rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  margin-top: 0.2rem;
  color: #666666;
}

/* USP Bar in Collection Grid */
.collection-usp-bar,
.grid .collection-usp-bar,
.grid--2-col-desktop .collection-usp-bar,
.grid--3-col-desktop .collection-usp-bar,
.grid--4-col-desktop .collection-usp-bar,
.grid--5-col-desktop .collection-usp-bar,
.grid--6-col-desktop .collection-usp-bar,
.grid--scaled .collection-usp-bar,
.grid--2-col-tablet-down .collection-usp-bar,
.grid--3-col-tablet-down .collection-usp-bar,
.facets-vertical .grid__item.collection-usp-bar,
.facets-vertical:not(.facets--no-filters) .grid--2-col-desktop .grid__item.collection-usp-bar,
.facets-vertical:not(.facets--no-filters) .grid--3-col-desktop .grid__item.collection-usp-bar,
.facets-vertical:not(.facets--no-filters) .grid--4-col-desktop .grid__item.collection-usp-bar,
.facets-vertical:not(.facets--no-filters) .grid--5-col-desktop .grid__item.collection-usp-bar {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  flex-grow: 0 !important;
}

.usp-bar {
  padding: var(--usp-bar-padding, 1rem) 1.5rem;
  border-radius: 0.8rem;
}

.usp-bar__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 1rem 2rem;
}

.usp-bar__item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 0 1 auto;
  font-weight: 700;
  font-size: 1.25rem;
}

.usp-bar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.usp-bar__icon svg,
.usp-bar__icon .usp-bar__custom-icon {
  width: 1.3em;
  height: 1.3em;
  object-fit: contain;
}

/* Part finder */
body #ariPartStream,
body #ariPartStream input {
  font-family: "Blinker", sans-serif !important;
  scroll-behavior: auto !important;
}

/* Disable auto-scroll in ARI Part Finder */
html:has(#ariPartStream) {
  scroll-behavior: auto !important;
}
body.page-pages-part-finder {
  line-height: 1.5 !important;
}
#ariPartStream .ari-assembly-select, 
#ariPartStream .ari-brandsBox {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: flex-start !important;
}

#ariPartStream .ari-brandsBox .brandLogoBox,
#ariPartStream .ari-assembly-select > * {
  margin: 0px !important;
  /* 4 columns on desktop: (100% - 3 gaps of 2rem) / 4 */
  flex: 0 0 calc((100% - 6rem) / 4);
  max-width: calc((100% - 6rem) / 4);
  box-sizing: border-box;
  border-radius: 1.5rem;
  border: 0px !important;
  background: #eeeeee !important;
  /* margin: 10px !important; */
  border: 10px solid white !important;
}
#ariPartStream .ari-product-line .item,
#ariPartStream .ari-assembly-select .item{
  background-color: #fff !important;
}

#ariPartStream .ari-brandsBox .brandLogoBox p {
  height: 60px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.75rem !important;
  border-top:0px solid !important;
  background: #fff !important
}
#ariPartStream .ari-brandsBox .brandLogoBox:hover {
  box-shadow:0 0 5px rgb(0 0 41) !important;
}
#ariPartStream #ari-searchBox hr {
  display: none;
}
#ariPartStream .ari-change-btn {
  padding: 1.2em 2.2em !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #bf9645 !important;
  font-weight: bold !important;
  background-color: #fff !important;
  border: 1px solid #bf9645 !important;
  border-radius: 5px;
  margin-right: 0px !important
}
#ariPartStream .ari-change-btn:last-of-type {
  margin-left: 5px !important
}
#ariPartStream .ari-change-btn:hover {
  color: #fff !important;
  background-color: #bf9645 !important;
}
#ariPartStream .ari-brandsBox .brandLogoBox img {
  height: 100px !important;
  object-fit: contain !important;
}
#ariPartStream .ari-brandsBox .brandLogoBox .ari-logo-alignment {
  top: 30% !important
}
#ariPartStream .ariPartListAddToCart {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-weight: bold !important;
  background: #bf9645 !important;
  border: 1px solid #bf9645 !important;
  border-radius: 5px;
}
#ariPartStream .ariPartListAddToCart {
  color: #bf9645 !important;
  font-weight: bold !important;
  background: #fff !important;
}
#ariPartStream #ariPartList, #ariPartStream #ariSearchResultsPartList {
  box-shadow: none !important
}
#ariPartStream .ari-settings {
  padding: 0px !important
}
#ariPartStream ul#ari-breadCrumb, #ariPartStream #ariparts_assemblyDescription {
  background-color: #fff !important;
  border-radius: 5px !important;
  margin-top: 10px !important; 
}
#ariPartStream h2 {
  font-style: normal !important;
  font-weight 700 !important;
}
#ariPartStream .ariPLTag,
#ariPartStream .ariPartNumber,
#ariPartStream .ariPLDesc,
#ariPartStream .ariPLPrice,
#ariPartStream li.ari-breadCrumbItem-collapse {
  color: initial !important;
}
#ariPartStream .ariPLPrice {
  font-size: 2rem !important
}
#ariPartStream .ari-navigation {
  padding: 0px !important; 
  border-bottom: 0px !important;

}
#ariPartStream .ari-product-line.ari-assembly-select .item p {
  border-top: 0px #fff !important;
  background-color: #fff !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding-bottom: 0px !important;
}
#ariPartStream #ari_assemblies .ari-browse-catalog .item, #ariPartStream div#ari_assemblies div.ari-item-showMore,
#ariPartStream ul.ari-hierarchyLvl li, #ariPartStream .ari-search-results-list li {
  padding: 1rem !important;
}
#ariPartStream #ari-searchBox {
  padding-bottom: 0px !important;
}
#ariPartStream .ariSearchInputBlock label {
  margin-bottom: 0px !important;
}
#ariPartStream .ariSearchBlock {
  gap: 2rem !important;
}
#ariPartStream .ariSearchBlock input {
  width:100% !important;
  border-radius: 5px !important;
}
#ariPartStream .ari-responsive_btnLookup {
  position: absolute !important;
  right: 1em !important;
  bottom: 1.4rem !important;
  top: auto !important;
}
#ariPartStream .ariSearchBlock .item {
  position: relative !important;
}
#ariPartStream .ari-product-line.ari-assembly-select .item img {
  margin-top: -15px !important;
}
/* 3 columns */
@media (max-width: 1024px) {
  #ariPartStream .ari-brandsBox .brandLogoBox,
  #ariPartStream .ari-assembly-select > * {
    flex: 0 0 calc((100% - 4rem) / 3);
    max-width: calc((100% - 4rem) / 3);
  }
}

/* 2 columns */
@media (max-width: 768px) {
  #ariPartStream .ari-brandsBox .brandLogoBox,
  #ariPartStream .ari-assembly-select > * {
    flex: 0 0 calc((100% - 2rem) / 2);
    max-width: calc((100% - 2rem) / 2);
  }
  #ariPartStream .ariSearchBlock {
    gap: 0rem !important;
  }
}

/* 1 column */
@media (max-width: 480px) {
  #ariPartStream .ari-brandsBox .brandLogoBox,
  #ariPartStream .ari-assembly-select > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ARI Error Dialog - high specificity to override third party */
body .ui-dialog.ari_Alert_Prompt,
body .ui-dialog.ari_Alert_Prompt.ui-widget,
body .ui-dialog.ari_Alert_Prompt.ui-widget-content,
body .ui-dialog.ari_Alert_Prompt.ui-corner-all,
body div.ari_Alert_Prompt,
body div#ariRequestErrorMsgContainer,
body div#ariRequestErrorMsgContainer.ui-dialog-content,
body div#ariRequestErrorMsgContainer.ui-widget-content,
body div#ariRequestErrorMsg,
#ariRequestErrorMsg,
#ariRequestErrorMsgContainer,
.ari_Alert_Prompt {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

#ariPartStream ul li::before {
  display: none !important;
}

#shopify-section-template--27493958943061__main #ariPartStream {
  background: inherit !important;
}

/* Default: hide medium, show large */
.usp-bar--medium { display: none !important; }
.usp-bar--large { display: block; }

/* Below 1100px: show medium, hide large */
@media screen and (max-width: 1439px) {
  .usp-bar--medium { display: block !important; }
  .usp-bar--large { display: none !important; }
}

/* Below 990px: hide both (mobile will have different columns) */
@media screen and (max-width: 989px) {
  .usp-bar--medium { display: none !important; }
  .usp-bar--large { display: none !important; }
}

@media screen and (max-width: 749px) {
  .usp-bar__inner {
    justify-content: center;
    gap: 0.8rem 1.5rem;
  }

  .usp-bar__item {
    flex: 0 1 auto;
    justify-content: center;
  }
}

/* PDP Quantity Input Styling */
.product-form .quantity,
.product-form .quantity.button--secondary,
.product-form quantity-input.button--secondary {
  border-color: #132647 !important;
  --color-button: 19, 38, 71; /* #132647 in RGB */
  --color-button-text: 19, 38, 71; /* #132647 in RGB */
}

.product-form .quantity__input {
  color: #132647;
}

.product-form .quantity__button {
  color: #132647;
}

.product-form .quantity__button svg {
  color: #132647;
}

/* PDP Add to Cart Button Styling */
.product-form__submit.button--primary {
  background-color: transparent;
  border: 1px solid #BF9645;
  color: #BF9645;
  --color-icon: 191, 150, 69; /* #BF9645 in RGB */
  transition: all 0.3s ease;
}

.product-form__submit.button--primary .icon {
  stroke: #BF9645;
  transition: all 0.3s ease;
}

.product-form__submit.button--primary:hover {
  background-color: #BF9645;
  border-color: #BF9645;
  color: #fff;
  --color-icon: 255, 255, 255; /* white */
}

.product-form__submit.button--primary:hover .icon {
  stroke: #fff;
}

.ti-widget.ti-widget[data-layout-id='112'][data-set-id='light-background'][data-pid='832f8f960c4b707f21963730fbe'] {
  right: auto !important;
  left: 0 !important;
}

/* Collection Card Logo Placeholder */
.collection-card .card__media {
  position: relative;
}

.collection-card__logo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 2rem;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Vertical centering for logo placeholder content */
.collection-card__logo-placeholder > * {
  display: flex !important;
  align-items: center;
  justify-content: center !important;
}

.collection-card__logo-image {
  max-width: 60%;
  max-height: 60%;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.7;
}

.collection-card__shop-name {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 1.4rem;
}

/* Force show title for collection cards with logo placeholder */
.collection-card-wrapper .collection-card > .card__content .card__heading {
  display: block !important;
}

/* Opening Hours Block */
.opening-hours__table {
  width: 100%;
  border-collapse: collapse;
}

.opening-hours__row {
  border-bottom: 1px solid rgba(var(--color-foreground), 0.1);
}

.opening-hours__row:last-child {
  border-bottom: none;
}

.opening-hours__day,
.opening-hours__time {
  padding: 0.6rem 0;
}

.opening-hours__day {
  font-weight: 600;
  padding-right: 2rem;
}

.opening-hours__time {
  text-align: right;
}

.opening-hours__row--today {
  background-color: rgba(var(--color-button), 0.1);
}

.opening-hours__day,
.opening-hours__time {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

/* Footer opening hours - compact padding under 1275px */
@media screen and (max-width: 1275px) {
  .footer-block .opening-hours__day,
  .footer-block .opening-hours__time {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .footer-block .opening-hours__day {
    padding-right: 0.5rem;
  }
}

/* Footer opening hours - stack day above time between 1075px and 750px */
@media screen and (max-width: 1075px) and (min-width: 750px) {
  .footer-block .opening-hours__table,
  .footer-block .opening-hours__table tbody,
  .footer-block .opening-hours__row {
    display: block;
  }

  .footer-block .opening-hours__row {
    display: flex;
    flex-direction: column;
    padding: 0.4rem 0;
  }

  .footer-block .opening-hours__day,
  .footer-block .opening-hours__time {
    display: block;
    text-align: left;
    padding: 0.1rem 0;
  }

  .footer-block .opening-hours__time {
    font-size: 0.9em;
    opacity: 0.8;
  }
}

/* Footer opening hours - back to side by side under 750px with normal padding */
@media screen and (max-width: 749px) {
  .footer-block .opening-hours__table {
    display: table;
  }

  .footer-block .opening-hours__table tbody {
    display: table-row-group;
  }

  .footer-block .opening-hours__row {
    display: table-row;
    flex-direction: unset;
    padding: 0;
  }

  .footer-block .opening-hours__day,
  .footer-block .opening-hours__time {
    display: table-cell;
    padding: 0.6rem 0.8rem;
  }

  .footer-block .opening-hours__day {
    text-align: left;
    padding-left: 0;
    padding-right: 2rem;
  }

  .footer-block .opening-hours__time {
    text-align: right;
    font-size: 1em;
    opacity: 1;
  }
}

.opening-hours__row--today .opening-hours__day {
  color: rgb(var(--color-button));
}

.opening-hours__note {
  color: rgba(var(--color-foreground), 0.7);
  font-style: italic;
}

/* Back to top button hoger plaatsen (boven Google Reviews) */
.scroll-to-top-button {
  bottom: 80px; /* Pas aan naar wens */
}

@media screen and (min-width: 750px) {
  .scroll-to-top-button {
    bottom: 100px; /* Desktop waarde */
  }
}

/* Tarieven Tabellen - Responsive */
.tarieven-section {
  margin-bottom: 3rem;
}

.tarieven-section h2 {
  margin-bottom: 1rem;
}

.tarieven-section h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.tarieven-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1.5rem;
}

.tarieven-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-size: 1.4rem;
}

.tarieven-table th,
.tarieven-table td {
  padding: 1rem 1.2rem;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.tarieven-table th {
  background-color: #132647;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.tarieven-table tr:nth-child(even) {
  background-color: #eeeeee;
}

.tarieven-table tr:hover {
  background-color: rgba(191, 150, 69, 0.15);
}

.tarieven-table td.price,
.tarieven-table th.price {
  text-align: center;
}

.tarieven-table td.na {
  background-color: #a94442;
  color: #fff;
  text-align: center;
}

.tarieven-table .table-note {
  font-size: 1.2rem;
  color: #666;
  background-color: transparent !important;
}

.tarieven-table .table-note td {
  padding-top: 0.5rem;
  border-bottom: none;
}

.tarieven-notes {
  font-size: 1.3rem;
  color: #555;
  line-height: 1.6;
}

.tarieven-notes p {
  margin-bottom: 0.5rem;
}

/* Smaller tables */
.tarieven-table--small {
  min-width: 400px;
}

/* Check marks */
.tarieven-table .check {
  text-align: center;
  font-weight: bold;
  color: #BF9645;
}

@media screen and (max-width: 749px) {
  .tarieven-table {
    font-size: 1.3rem;
  }

  .tarieven-table th,
  .tarieven-table td {
    padding: 0.8rem;
  }
}

/* Checkbox Group */
.checkbox-group {
  border: none;
  padding: 0;
  margin: 0;
}

.field:has(.checkbox-group):after {
  box-shadow: none !important;
}

.checkbox-group__legend {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.checkbox-group__options {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.checkbox-group__item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.checkbox-group__label {
  cursor: pointer;
  font-size: 1.4rem;
}

/* Contact Form - Dark text and labels on light backgrounds */
.contact-form .field__input,
.contact-form .select__select,
.contact-form .nice-select,
.contact-form .text-area,
[id*="ContactForm"] .field__input,
[id*="ContactForm"] .select__select,
[id*="ContactForm"] .nice-select,
[id*="ContactForm"] .text-area {
  color: var(--color-base-text, #121212) !important;
}

/* Labels used as placeholders */
.contact-form .field__label,
[id*="ContactForm"] .field__label,
.contact-form .form__label,
[id*="ContactForm"] .form__label {
  color: rgba(18, 18, 18, 0.65) !important;
}

/* Label color on focus - use color scheme text color */
.contact-form .field__input:focus ~ .field__label,
.contact-form .field__input:not(:placeholder-shown) ~ .field__label,
[id*="ContactForm"] .field__input:focus ~ .field__label,
[id*="ContactForm"] .field__input:not(:placeholder-shown) ~ .field__label,
.contact-form .text-area:focus ~ .field__label,
.contact-form .text-area:not(:placeholder-shown) ~ .field__label,
[id*="ContactForm"] .text-area:focus ~ .field__label,
[id*="ContactForm"] .text-area:not(:placeholder-shown) ~ .field__label {
  color: rgba(var(--color-foreground), 1) !important;
}

/* Dropdown options background */
.contact-form .nice-select .list,
[id*="ContactForm"] .nice-select .list,
.contact-form .nice-select .nice-list,
[id*="ContactForm"] .nice-select .nice-list,
.contact-form .select__select option,
[id*="ContactForm"] .select__select option {
  background-color: #ffffff !important;
  color: var(--color-base-text, #121212) !important;
}

/* Nice select dropdown list items */
.nice-list {
  background-color: #ffffff !important;
}

.nice-list .option {
  background-color: #ffffff !important;
  color: var(--color-base-text, #121212) !important;
  opacity: 1 !important;
}

.nice-list .option:hover,
.nice-list .option.focus {
  background-color: #eeeeee !important;
}

/* Banner content padding */
.banner__content {
  padding: 1rem 5rem !important;
}

/* Slider buttons - gold background with white icon */
.slider-buttons .slider-button {
  background-color: #BF9645 !important;
  border: 1px solid #BF9645 !important;
  color: #fff !important;
  transition: all 0.3s ease;
}

.slider-buttons .slider-button .icon,
.slider-buttons .slider-button svg,
.slider-buttons .slider-button svg path {
  stroke: #fff !important;
  color: #fff !important;
}

.slider-buttons .slider-button:hover:not(:disabled) {
  background-color: #a8833d;
  border-color: #a8833d;
}

.slider-buttons .slider-button:hover:not(:disabled) .icon,
.slider-buttons .slider-button:hover:not(:disabled) svg,
.slider-buttons .slider-button:hover:not(:disabled) svg path {
  stroke: #BF9645 !important;
}

.slider-buttons .slider-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Trustindex widget buttons - same style as slider buttons */
.ti-widget .ti-next,
.ti-widget .ti-prev {
  background-color: #BF9645 !important;
  border: 1px solid #BF9645 !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
}

.ti-widget .ti-next::before,
.ti-widget .ti-prev::before {
  border-color: #fff !important;
  transition: border-color 0.3s ease !important;
}

.ti-widget .ti-next:hover,
.ti-widget .ti-prev:hover {
  background-color: #a8833d !important;
  border-color: #a8833d !important;
}

.ti-widget .ti-next:hover::before,
.ti-widget .ti-prev:hover::before {
  border-color: #BF9645 !important;
}

/* Prevent image drag in sliders */
.section-collection-list img,
.slider img,
.slideshow img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  pointer-events: none;
}

/* Product image placeholder */
.media--placeholder {
  background-color: #e5e5e5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.media--placeholder svg {
  width: 48px;
  height: 48px;
  opacity: 0.4;
}

.product__media-placeholder .media--placeholder svg {
  width: 200px !important;
  height: 200px !important;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.media__placeholder-text {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 1rem;
  font-style: italic;
}

/* Product page placeholder */
.product__media-placeholder {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

.product__media-placeholder .media--placeholder {
  aspect-ratio: 1;
  min-height: 300px !important;
  width: 100% !important;
}

/* Show media wrapper with placeholder even when no media */
.product--no-media .product__media-wrapper {
  display: block !important;
}

.product--no-media {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}


@media screen and (max-width: 749px) {
  .product--no-media {
    grid-template-columns: 1fr;
  }
}

/* PDP: don't stretch small product images */
.product-media-container .media > img,
.product-media-container .media > .picture-image > img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

/* "Vanaf" label smaller on price */
.price-from-label {
  display: block;
  font-size: 0.65em;
  font-weight: normal;
}
/* Don't strikethrough "Vanaf" label inside sale price */
s .price-from-label {
  text-decoration: none;
  display: none;
}

/* BSS B2B: hide prices until BSS has loaded */
.customer-b2b .price .price__sale {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.customer-b2b .price .price__sale:has([style*="visibility: visible"]) {
  opacity: 1;
}

/* BSS B2B: show sale price layout (only for b2b tagged customers) */
.customer-b2b .price .price__regular {
  display: none;
}
.customer-b2b .price .price__sale {
  display: initial !important;
  flex-direction: row;
  flex-wrap: wrap;
}
.customer-b2b .price .price__sale .price-item--regular {
  text-decoration: line-through;
  color: rgba(var(--color-foreground), 0.4);
  font-size: 2rem;
}
.customer-b2b .product-card .price .price__sale .price-item--regular {
  font-size: max(0.8em, 12px);
}

/* Align add-to-cart button to bottom of product card */
modal-opener[data-modal] {
  display: flex;
  align-items: end;
}
.quick-add .quick-add__submit {
  margin-top: auto;
}

/* Move inventory status above price in product cards */
.product-card-wrapper .card__information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-card-wrapper .card-inventory-container {
  order: 10;
}

/* Disable sticky header on part-finder page */
.partstream-template-suffix .section-header,
.partstream-template-suffix .section-header.shopify-section-header-sticky {
  position: relative !important;
  top: auto !important;
}
.partstream-template-suffix .section-header.animate {
  position: relative !important;
  top: auto !important;
}

/* Footer 5 columns on desktop */
@media screen and (min-width: 990px) {
  footer .footer__blocks-wrapper.grid--5-col-desktop {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
  }
  footer .footer__blocks-wrapper.grid--5-col-desktop > .grid__item,
  footer .footer__blocks-wrapper.grid--5-col-desktop > .grid__item.footer-block--wider {
    max-width: 100% !important;
    width: 100% !important;
    flex: none !important;
  }
  .oh-card-categories__content {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height:52px;
  }
}
.oh-card-categories {
  margin-top: 4px !important;
}

h2.oh-color-foreground.oh__head {
  font-size: 24px;
}
.oh-card-categories__content {
  box-shadow: none !important;
  border-radius: 6px !important;
}
.oh-card-categories__media img {
  object-fit: cover;
  background-color: white;
  padding: 10px;
}