/*
 * MP Industrial Catalogue Theme.
 * Scoped to catalogue/product-list selectors to avoid checkout/cart disruption.
 */

:root {
  --mpit-dark: #071018;
  --mpit-dark-2: #0B1117;
  --mpit-orange: #FF6A00;
  --mpit-soft: #F8FAFC;
  --mpit-muted: #64748B;
  --mpit-line: #DFE5EA;
  --mpit-white: #FFFFFF;
  --mpit-radius: 8px;
}

body {
  color: var(--mpit-dark);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
}

body#index #wrapper {
  padding-top: 0;
  background: var(--mpit-dark);
}

body#index #wrapper > .container {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

body#index #wrapper .breadcrumb {
  display: none;
}

body#index #wrapper .row {
  margin-right: 0;
  margin-left: 0;
}

body#index #content-wrapper,
body#index #main,
body#index #content.page-home {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

.btn-primary,
.btn.btn-primary,
button.btn-primary,
input.btn-primary {
  border-color: var(--mpit-orange);
  background: var(--mpit-orange);
  color: #111111;
  font-weight: 900;
}

.btn-primary:hover,
.btn-primary:focus,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
button.btn-primary:hover,
button.btn-primary:focus,
input.btn-primary:hover,
input.btn-primary:focus {
  border-color: #E75F00;
  background: #E75F00;
  color: #111111;
}

.mpit-site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 16, 24, 0.96);
  box-shadow: 0 16px 44px rgba(7, 16, 24, 0.18);
  backdrop-filter: blur(16px);
}

.mpit-site-header,
.mpit-site-header *,
.mpit-site-header *::before,
.mpit-site-header *::after,
.mpit-site-footer,
.mpit-site-footer *,
.mpit-site-footer *::before,
.mpit-site-footer *::after {
  box-sizing: border-box;
}

.mpit-site-header__inner {
  display: grid;
  grid-template-columns: minmax(190px, 260px) 1fr auto auto;
  gap: 28px;
  align-items: center;
  width: min(1180px, calc(100vw - 32px));
  min-height: 76px;
  margin: 0 auto;
}

.mpit-brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.mpit-brand__mark {
  position: relative;
  display: block;
  width: 38px;
  height: 30px;
  transform: skewX(-18deg);
}

.mpit-brand__mark::before,
.mpit-brand__mark::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 34px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: linear-gradient(135deg, #FFFFFF, #8D98A3 45%, #101820 46%, #05080B);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
}

.mpit-brand__mark::before {
  top: 3px;
}

.mpit-brand__mark::after {
  top: 16px;
  left: 5px;
  border-color: rgba(255, 106, 0, 0.42);
  background: linear-gradient(135deg, #FF9A42, #FF6A00 44%, #1C242C 45%, #05080B);
}

.mpit-brand__text {
  display: grid;
  gap: 3px;
}

.mpit-brand__text strong {
  color: #FFFFFF;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.mpit-brand__text small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.mpit-nav {
  display: flex;
  justify-content: center;
  gap: 6px;
  align-items: center;
}

.mpit-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 12px;
  border-radius: var(--mpit-radius);
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background-color 180ms ease, color 180ms ease;
}

.mpit-nav a:hover,
.mpit-nav a:focus {
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF !important;
}

.mpit-header-contact {
  display: grid;
  gap: 4px;
  justify-items: end;
  min-width: 150px;
}

.mpit-header-contact a {
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
}

.mpit-header-contact a:hover,
.mpit-header-contact a:focus {
  color: var(--mpit-orange) !important;
}

.mpit-header-cta,
.mpit-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid var(--mpit-orange);
  border-radius: var(--mpit-radius);
  background: var(--mpit-orange);
  color: #111111 !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.mpit-header-cta:hover,
.mpit-header-cta:focus,
.mpit-footer-cta:hover,
.mpit-footer-cta:focus {
  border-color: #E75F00;
  background: #E75F00;
  color: #111111 !important;
  transform: translateY(-1px);
}

html.mpit-custom-header-ready body:not(#checkout) #header .header-banner,
html.mpit-custom-header-ready body:not(#checkout) #header .header-nav,
html.mpit-custom-header-ready body:not(#checkout) #header .header-top,
body:has(.mpit-site-header):not(#checkout) #header .header-banner,
body:has(.mpit-site-header):not(#checkout) #header .header-nav,
body:has(.mpit-site-header):not(#checkout) #header .header-top {
  display: none !important;
}

html.mpit-custom-header-ready body:not(#checkout) #header,
body:has(.mpit-site-header):not(#checkout) #header {
  display: none !important;
  min-height: 0;
  background: transparent;
  box-shadow: none;
}

html:not(.mpit-custom-header-ready) body:not(#checkout) #header {
  background: var(--mpit-dark);
}

html:not(.mpit-custom-header-ready) body:not(#checkout) #header .header-nav,
html:not(.mpit-custom-header-ready) body:not(#checkout) #header .header-top {
  background: var(--mpit-dark);
}

html:not(.mpit-custom-header-ready) body:not(#checkout) #_desktop_logo img {
  display: none;
}

html:not(.mpit-custom-header-ready) body:not(#checkout) #_desktop_logo a::before {
  content: "CLADDERS";
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 900;
}

html:not(.mpit-custom-header-ready) body:not(#checkout) #_desktop_top_menu,
html:not(.mpit-custom-header-ready) body:not(#checkout) #search_widget,
html:not(.mpit-custom-header-ready) body:not(#checkout) #_desktop_contact_link,
html:not(.mpit-custom-header-ready) body:not(#checkout) .mpquickquote-hook-btn--nav {
  display: none !important;
}

.mpit-site-footer {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 64px max(16px, calc((100vw - 1180px) / 2)) 28px;
  background:
    linear-gradient(115deg, rgba(7, 16, 24, 0.98), rgba(11, 17, 23, 0.98)),
    var(--mpit-dark);
  color: #FFFFFF;
}

.mpit-site-footer__inner {
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(150px, 0.8fr));
  gap: 44px;
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto;
}

.mpit-brand--footer {
  margin-bottom: 20px;
}

.mpit-footer-brand p {
  max-width: 430px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.65;
}

.mpit-footer-column {
  display: grid;
  align-content: start;
  gap: 12px;
}

.mpit-footer-column h2 {
  margin: 0 0 8px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mpit-footer-column a,
.mpit-footer-column span {
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none !important;
}

.mpit-footer-column a:hover,
.mpit-footer-column a:focus {
  color: var(--mpit-orange) !important;
}

.mpit-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.mpit-footer-socials a {
  color: var(--mpit-orange) !important;
}

.mpit-site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, calc(100vw - 32px));
  margin: 48px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  font-weight: 700;
}

html.mpit-custom-footer-ready body:not(#checkout) #footer .block_newsletter,
html.mpit-custom-footer-ready body:not(#checkout) #footer .footer-container,
html.mpit-custom-footer-ready body:not(#checkout) #footer .links,
html.mpit-custom-footer-ready body:not(#checkout) #footer .contact-rich,
html.mpit-custom-footer-ready body:not(#checkout) #footer .account-list,
html.mpit-custom-footer-ready body:not(#checkout) #footer .text-sm-center,
html.mpit-custom-footer-ready body:not(#checkout) #footer > .container > .row:not(.mpit-footer-row),
body:has(.mpit-site-footer):not(#checkout) #footer .block_newsletter,
body:has(.mpit-site-footer):not(#checkout) #footer .footer-container,
body:has(.mpit-site-footer):not(#checkout) #footer .links,
body:has(.mpit-site-footer):not(#checkout) #footer .contact-rich,
body:has(.mpit-site-footer):not(#checkout) #footer .account-list,
body:has(.mpit-site-footer):not(#checkout) #footer .text-sm-center,
body:has(.mpit-site-footer):not(#checkout) #footer > .container > .row:not(:has(.mpit-site-footer)) {
  display: none !important;
}

html.mpit-custom-footer-ready body:not(#checkout) #footer,
body:has(.mpit-site-footer):not(#checkout) #footer {
  padding: 0;
  background: transparent;
}

html.mpit-custom-footer-ready body:not(#checkout) #footer > .container,
body:has(.mpit-site-footer):not(#checkout) #footer > .container {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.mpit-contact-card {
  margin: 0 0 28px;
  padding: 28px;
  border: 1px solid rgba(7, 16, 24, 0.1);
  border-radius: var(--mpit-radius);
  background:
    linear-gradient(145deg, rgba(7, 16, 24, 0.96), rgba(11, 17, 23, 0.94)),
    var(--mpit-dark);
  color: #FFFFFF;
  box-shadow: 0 18px 48px rgba(7, 16, 24, 0.16);
}

.mpit-contact-card__eyebrow {
  margin: 0 0 10px;
  color: var(--mpit-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mpit-contact-card h2 {
  margin: 0;
  color: #FFFFFF;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.mpit-contact-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.6;
}

.mpit-contact-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.mpit-contact-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  border: 1px solid var(--mpit-orange);
  border-radius: var(--mpit-radius);
  background: var(--mpit-orange);
  color: #111111 !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;
}

.mpit-contact-card__button--ghost {
  border-color: rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #FFFFFF !important;
}

.mpit-contact-list {
  display: grid;
  gap: 16px;
  margin: 24px 0 0;
}

.mpit-contact-list div {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.mpit-contact-list dt {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mpit-contact-list dd {
  margin: 0;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.mpit-contact-list a,
.mpit-contact-card__links a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.mpit-contact-list a:hover,
.mpit-contact-list a:focus,
.mpit-contact-card__links a:hover,
.mpit-contact-card__links a:focus {
  color: var(--mpit-orange) !important;
}

.mpit-contact-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.mpit-contact-card__links a {
  color: var(--mpit-orange) !important;
  font-size: 13px;
  font-weight: 900;
}

body#contact .contact-rich {
  display: none !important;
}

body#category #search_filters_brands,
body#search #search_filters_brands {
  display: none !important;
}

html.mpit-custom-footer-ready body:not(#checkout) #footer > .container > .row,
body:has(.mpit-site-footer):not(#checkout) #footer > .container > .row {
  margin-right: 0;
  margin-left: 0;
}

html.mpit-custom-footer-ready body:not(#checkout) #footer .mpit-site-footer,
body:has(.mpit-site-footer):not(#checkout) #footer .mpit-site-footer {
  display: block !important;
}

body#product .blockreassurance_product {
  display: none;
}

body#category #wrapper,
body#search #wrapper,
body#manufacturer #wrapper,
body#supplier #wrapper,
body#new-products #wrapper,
body#prices-drop #wrapper,
body#best-sales #wrapper {
  background: var(--mpit-soft);
}

body#category .breadcrumb,
body#search .breadcrumb,
body#manufacturer .breadcrumb,
body#supplier .breadcrumb,
body#new-products .breadcrumb,
body#prices-drop .breadcrumb,
body#best-sales .breadcrumb {
  margin-bottom: 18px;
  color: var(--mpit-muted);
  background: transparent;
  font-size: 14px;
}

body#category .block-category,
body#search #main h1,
body#manufacturer #main h1,
body#supplier #main h1,
body#new-products #main h1,
body#prices-drop #main h1,
body#best-sales #main h1 {
  overflow: hidden;
  position: relative;
  margin-bottom: 28px;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--mpit-radius);
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 106, 0, 0.18), transparent 28%),
    linear-gradient(115deg, var(--mpit-dark), var(--mpit-dark-2));
  color: var(--mpit-white);
  box-shadow: 0 20px 54px rgba(7, 16, 24, 0.16);
}

body#category .block-category::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -70px;
  width: min(420px, 50vw);
  height: 170px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  transform: skewX(-24deg);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 106, 0, 0.24));
}

body#category .block-category h1,
body#search #main h1,
body#manufacturer #main h1,
body#supplier #main h1,
body#new-products #main h1,
body#prices-drop #main h1,
body#best-sales #main h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--mpit-white);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
}

body#category .block-category .category-cover {
  display: none;
}

body#category .block-category .block-category-inner,
body#category .block-category #category-description {
  position: relative;
  z-index: 1;
}

body#category .block-category #category-description,
body#category .block-category .category-description {
  max-width: 760px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.6;
}

body#category .block-category .block-category-inner *,
body#category .block-category #category-description *,
body#category .block-category .category-description * {
  color: rgba(255, 255, 255, 0.76) !important;
}

body#product.mpit-quote-product #add-to-cart-or-refresh .product-add-to-cart > .control-label,
body#product.mpit-quote-product #add-to-cart-or-refresh .add,
body#product.mpit-quote-product #add-to-cart-or-refresh .qty,
body#product.mpit-quote-product #add-to-cart-or-refresh .wishlist-button {
  display: none !important;
}

body#product.mpit-quote-product .product-prices {
  margin-bottom: 26px;
}

#js-product-list-top,
.products-selection {
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid var(--mpit-line);
  border-radius: var(--mpit-radius);
  background: var(--mpit-white);
  box-shadow: 0 10px 28px rgba(7, 16, 24, 0.05);
}

.products-selection .sort-by,
.products-sort-order .select-title,
.total-products,
#js-product-list-top .showing {
  color: var(--mpit-muted);
  font-weight: 700;
}

.products-sort-order .select-title,
.products-sort-order .dropdown-menu {
  border-color: var(--mpit-line);
  border-radius: var(--mpit-radius);
}

#search_filters_wrapper,
#search_filters,
#search_filters_brands,
#search_filters_suppliers {
  border: 1px solid var(--mpit-line);
  border-radius: var(--mpit-radius);
  background: var(--mpit-white);
  box-shadow: 0 14px 36px rgba(7, 16, 24, 0.06);
}

#search_filters {
  padding: 20px;
}

#search_filters .h6,
#search_filters .facet-title {
  color: var(--mpit-dark);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

#search_filters .facet {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--mpit-line);
}

#search_filters .facet:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

#search_filters .facet-label,
#search_filters .facet-label a,
#search_filters label {
  color: var(--mpit-muted);
  font-size: 14px;
  line-height: 1.4;
}

#search_filters input[type="checkbox"],
#search_filters input[type="radio"] {
  accent-color: var(--mpit-orange);
}

#js-active-search-filters,
.active_filters {
  border: 1px solid rgba(255, 106, 0, 0.22);
  border-radius: var(--mpit-radius);
  background: #FFF7F0;
}

.products {
  align-items: stretch;
}

.product-miniature {
  margin-bottom: 22px;
}

.product-miniature .thumbnail-container {
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 430px;
  border: 1px solid var(--mpit-line);
  border-radius: var(--mpit-radius);
  background: var(--mpit-white);
  box-shadow: 0 14px 36px rgba(7, 16, 24, 0.06);
  flex-direction: column;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-miniature .thumbnail-container:hover,
.product-miniature .thumbnail-container:focus-within {
  border-color: rgba(255, 106, 0, 0.42);
  box-shadow: 0 22px 54px rgba(7, 16, 24, 0.11);
  transform: translateY(-3px);
}

.product-miniature .thumbnail-top,
.product-miniature .product-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 230px;
  padding: 22px;
  background:
    linear-gradient(180deg, #FFFFFF, #F8FAFC);
}

.product-miniature img,
.product-miniature .product-thumbnail img {
  max-width: 100%;
  max-height: 210px;
  object-fit: contain;
}

.product-miniature .product-description {
  position: static;
  display: flex;
  width: 100%;
  min-height: 0;
  padding: 20px;
  border-top: 1px solid var(--mpit-line);
  background: var(--mpit-white);
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}

.product-miniature .product-title {
  margin: 0 0 12px;
  min-height: 52px;
}

.product-miniature .product-title a {
  color: var(--mpit-dark);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.28;
  text-decoration: none;
}

.product-miniature .product-title a:hover,
.product-miniature .product-title a:focus {
  color: var(--mpit-orange);
}

.product-miniature .product-price-and-shipping,
.product-miniature .product-price,
.product-miniature .price {
  color: var(--mpit-dark);
  font-size: 16px;
  font-weight: 900;
}

.product-miniature .regular-price {
  color: var(--mpit-muted);
}

.product-miniature .highlighted-informations {
  position: static;
  width: auto;
  height: auto;
  padding: 0 20px 18px;
  background: var(--mpit-white);
  box-shadow: none;
}

.product-miniature .variant-links {
  min-height: 0;
  background: transparent;
}

.product-miniature .quick-view {
  color: var(--mpit-muted);
  font-weight: 800;
}

.product-flags li.product-flag,
.product-miniature .product-flags li.product-flag {
  border-radius: 4px;
  background: var(--mpit-dark);
  color: var(--mpit-white);
  font-weight: 900;
  letter-spacing: 0;
}

.product-miniature .product-flags li.product-flag.discount,
.product-flags li.product-flag.discount {
  background: var(--mpit-orange);
}

.mpindustrialtheme-card-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  min-height: 42px;
  margin: 0 20px 20px;
  border: 1px solid var(--mpit-orange);
  border-radius: var(--mpit-radius);
  background: var(--mpit-orange);
  color: var(--mpit-white) !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.mpindustrialtheme-card-quote:hover,
.mpindustrialtheme-card-quote:focus {
  border-color: #E75F00;
  background: #E75F00;
  color: var(--mpit-white) !important;
  transform: translateY(-1px);
}

.pagination .page-list {
  border-radius: var(--mpit-radius);
}

.pagination a,
.pagination .current a {
  color: var(--mpit-dark);
  font-weight: 800;
}

.pagination .current a {
  color: var(--mpit-orange);
}

@media (max-width: 991px) {
  .mpit-site-header__inner {
    grid-template-columns: 1fr auto;
    gap: 14px;
    min-height: 72px;
  }

  .mpit-header-contact {
    display: none;
  }

  .mpit-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 4px;
    overflow-x: auto;
    padding: 0 0 12px;
    scrollbar-width: none;
  }

  .mpit-nav::-webkit-scrollbar {
    display: none;
  }

  .mpit-nav a {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 8px 10px;
    font-size: 13px;
  }

  .mpit-header-cta {
    min-height: 40px;
    padding: 10px 13px;
    font-size: 13px;
  }

  .mpit-site-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .mpit-footer-brand {
    grid-column: 1 / -1;
  }

  #search_filters_wrapper {
    margin-bottom: 18px;
  }

  .product-miniature .thumbnail-container {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  body:not(#checkout) {
    font-size: 17px;
    line-height: 1.55;
  }

  .mpit-site-header__inner {
    grid-template-columns: 1fr;
    width: min(100% - 20px, 1180px);
    min-height: 66px;
    padding: 12px 0;
  }

  .mpit-brand__mark {
    width: 32px;
    height: 25px;
  }

  .mpit-brand__mark::before,
  .mpit-brand__mark::after {
    width: 29px;
    height: 9px;
  }

  .mpit-brand__mark::after {
    top: 14px;
  }

  .mpit-brand__text strong {
    font-size: 22px;
  }

  .mpit-brand__text small {
    max-width: 210px;
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  .mpit-header-cta {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: 11px 14px;
    font-size: 16px !important;
  }

  .mpit-nav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    overflow: visible;
    gap: 6px;
    padding: 4px 0 0;
  }

  .mpit-nav a {
    flex: initial;
    justify-content: center;
    min-height: 46px;
    padding: 10px 8px;
    background: rgba(255, 255, 255, 0.055);
    font-size: 15px !important;
    text-align: center;
    white-space: nowrap;
  }

  .mpit-nav a:nth-child(4),
  .mpit-nav a:nth-child(5),
  .mpit-nav a:nth-child(6) {
    display: none;
  }

  .mpit-nav a:nth-child(7) {
    display: inline-flex;
  }

  .mpit-site-footer {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-top: 46px;
  }

  .mpit-site-footer__inner {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 28px;
  }

  .mpit-site-footer__bottom {
    display: grid;
    width: 100%;
    gap: 8px;
    margin-top: 36px;
  }

  .mpit-site-footer p,
  .mpit-site-footer a,
  .mpit-site-footer span {
    font-size: 16px;
    line-height: 1.55;
  }

  .mpit-footer-column h2 {
    font-size: 17px;
  }

  body#category .block-category,
  body#search #main h1,
  body#manufacturer #main h1,
  body#supplier #main h1,
  body#new-products #main h1,
  body#prices-drop #main h1,
  body#best-sales #main h1 {
    padding: 28px 22px;
  }

  body#category .block-category h1,
  body#search #main h1,
  body#manufacturer #main h1,
  body#supplier #main h1,
  body#new-products #main h1,
  body#prices-drop #main h1,
  body#best-sales #main h1 {
    font-size: 38px;
  }

  body#category .block-category #category-description,
  body#category .block-category .category-description {
    font-size: 18px;
  }

  #js-product-list-top,
  .products-selection {
    padding: 12px;
    font-size: 16px;
  }

  body#category #left-column,
  body#search #left-column {
    display: block;
  }

  body#category #search_filters_wrapper,
  body#search #search_filters_wrapper {
    display: block !important;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0 0 18px;
    padding: 16px;
    border: 1px solid var(--mpit-line);
    border-radius: var(--mpit-radius);
    background: var(--mpit-white);
    box-shadow: 0 10px 24px rgba(7, 16, 24, 0.06);
  }

  body#category #search_filter_controls,
  body#search #search_filter_controls,
  body#category #search_filters_wrapper #search_filter_controls,
  body#search #search_filters_wrapper #search_filter_controls,
  body#category #search_filters_wrapper .js-search-filters-clear-all,
  body#search #search_filters_wrapper .js-search-filters-clear-all {
    display: none !important;
  }

  body#category #search_filters_wrapper:not(:has(#search_filters .facet:not(#search_filters_brands))),
  body#search #search_filters_wrapper:not(:has(#search_filters .facet:not(#search_filters_brands))) {
    display: none !important;
  }

  body#category #search_filters_wrapper::before,
  body#search #search_filters_wrapper::before {
    content: "Filter products";
    display: block;
    margin-bottom: 12px;
    color: var(--mpit-dark);
    font-size: 18px;
    font-weight: 900;
  }

  body#category #search_filters,
  body#search #search_filters {
    display: block !important;
    margin: 0;
  }

  body#category #search_filters .facet,
  body#search #search_filters .facet {
    padding: 12px 0;
    border-top: 1px solid var(--mpit-line);
  }

  body#category #search_filters .facet:first-child,
  body#search #search_filters .facet:first-child {
    border-top: 0;
  }

  body#category #search_filters .facet-title,
  body#category #search_filters .facet-label,
  body#search #search_filters .facet-title,
  body#search #search_filters .facet-label {
    color: var(--mpit-dark);
    font-size: 16px;
    font-weight: 900;
  }

  .product-miniature {
    margin-bottom: 16px;
  }

  .product-miniature .thumbnail-container {
    min-height: 0;
  }

  .product-miniature .thumbnail-top,
  .product-miniature .product-thumbnail {
    min-height: 210px;
    padding: 18px;
  }

  .product-miniature .product-description {
    padding: 18px;
  }

  .product-miniature .product-title {
    min-height: 0;
  }

  .product-miniature .product-title a {
    font-size: 19px;
    line-height: 1.25;
  }

  .product-miniature .product-price-and-shipping,
  .product-miniature .product-price,
  .product-miniature .price {
    font-size: 19px;
  }

  .mpindustrialtheme-card-quote {
    width: calc(100% - 36px);
    min-height: 48px;
    margin-right: 18px;
    margin-left: 18px;
    font-size: 16px;
  }

  body#product h1,
  body#product .h1,
  body#product .product-title {
    font-size: 32px;
    line-height: 1.12;
  }

  body#product .product-prices,
  body#product .current-price,
  body#product .product-price {
    font-size: 21px;
  }

  body#product .product-information,
  body#product .product-description,
  body#product .tabs,
  body#product .tabs p,
  body#product .product-features,
  body#product .product-features * {
    font-size: 17px;
    line-height: 1.55;
  }

  body#product .mpquickquote-product-cta,
  body#product .mpquickquote-product-cta__button {
    font-size: 17px;
  }
}
