@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.scaffoldSupplierWrapper section {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--gutter-half);
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #111233;
}
@media (min-width: 768px) {
  .scaffoldSupplierWrapper section {
    padding: var(--gutter-half);
  }
}
.scaffoldSupplierWrapper section .title-font {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: var(--gutter-half);
}
.scaffoldSupplierWrapper section h1,
.scaffoldSupplierWrapper section h2,
.scaffoldSupplierWrapper section h3,
.scaffoldSupplierWrapper section h4,
.scaffoldSupplierWrapper section h5,
.scaffoldSupplierWrapper section h6,
.scaffoldSupplierWrapper section p,
.scaffoldSupplierWrapper section input,
.scaffoldSupplierWrapper section button,
.scaffoldSupplierWrapper section a {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.scaffoldSupplierWrapper section a,
.scaffoldSupplierWrapper section button {
  background-color: #111233;
  color: #fff;
  font-size: 14px !important;
  padding: 0.8rem 1rem !important;
  text-align: center;
  text-decoration: none;
  font-weight: 400 !important;
  min-height: auto;
  height: auto;
  max-height: auto;
  transition: all 0.2s ease;
}
.scaffoldSupplierWrapper section a::after,
.scaffoldSupplierWrapper section button::after {
  display: none !important;
}
.scaffoldSupplierWrapper section a:hover,
.scaffoldSupplierWrapper section button:hover {
  background-color: #991b1e;
  border-color: #991b1e;
}
.scaffoldSupplierWrapper section .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--gutter-half);
}
.scaffoldSupplierWrapper section .logo-container img {
  width: 170px;
  -o-object-fit: contain;
     object-fit: contain;
}
.scaffoldSupplierWrapper section .supplier-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.scaffoldSupplierWrapper section .supplier-heading h1 {
  margin: 0;
  margin-bottom: var(--gutter-half);
  max-width: 700px;
}
.scaffoldSupplierWrapper section .supplier-heading p {
  font-size: 16px;
  margin: 0;
  max-width: 680px;
  font-weight: 300;
  color: #666;
  border-top: double 3px #991b1e;
  padding: 1rem;
}
.scaffoldSupplierWrapper section .categories {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: var(--gutter-half);
  margin-bottom: var(--gutter-half);
}
.scaffoldSupplierWrapper section .categories .title-font {
  text-align: center;
  margin-bottom: var(--gutter);
}
.scaffoldSupplierWrapper section .categories .sections {
  display: flex;
  flex-direction: column;
  gap: var(--gutter-half);
}
@media (min-width: 992px) {
  .scaffoldSupplierWrapper section .categories .sections {
    flex-direction: row;
  }
}
.scaffoldSupplierWrapper section .categories .sections .category {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.scaffoldSupplierWrapper section .categories .sections .category:hover {
  opacity: 0.7;
}
.scaffoldSupplierWrapper section .categories .sections .category a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  z-index: 2;
}
.scaffoldSupplierWrapper section .categories .sections .category h2 {
  margin: 0;
  font-weight: 600;
  display: flex;
  gap: var(--gutter-half);
  justify-content: center;
  align-items: center;
  padding: 0.6rem 1rem;
  background-color: #971921;
  color: #fff;
  font-size: 14px;
  transition: all 0.2s ease;
}
.scaffoldSupplierWrapper section .categories .sections .category h2 svg {
  transition: all 0.2s ease;
  width: 16px;
}
.scaffoldSupplierWrapper section .featured-products {
  display: flex;
  flex-direction: column;
  gap: var(--gutter-half);
  justify-content: center;
  align-items: center;
  text-align: center;
}
.scaffoldSupplierWrapper section .featured-products .custom-title {
  text-align: center;
}
.scaffoldSupplierWrapper section .featured-products .productCarousel .swiper-button-prev svg,
.scaffoldSupplierWrapper section .featured-products .productCarousel .swiper-button-next svg {
  color: white;
}
.scaffoldSupplierWrapper section .featured-products .productCarousel .swiper-slide {
  position: relative;
}
.scaffoldSupplierWrapper section .featured-products .productCarousel .swiper-slide > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
}/*# sourceMappingURL=style.css.map */