@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,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: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #231f20;
}
@media (min-width: 768px) {
  .scaffoldSupplierWrapper section {
    padding: var(--gutter-half);
  }
}
.scaffoldSupplierWrapper section .btn-havit {
  background-color: #000;
  border-color: #000;
}
.scaffoldSupplierWrapper section .title-font {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: var(--gutter-half);
  text-transform: uppercase;
  color: #000;
}
.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: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.scaffoldSupplierWrapper section a,
.scaffoldSupplierWrapper section button {
  background-color: #000;
  color: #fff;
  font-size: 1rem !important;
  padding: 0.8rem 1rem !important;
  border-radius: 7px !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: #444;
  border-color: #444;
}
.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: 1.3rem;
  margin: 0;
  max-width: 680px;
  font-weight: 300;
  color: #666;
}
.scaffoldSupplierWrapper section .categories {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 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 img {
  scale: 0.95;
}
.scaffoldSupplierWrapper section .categories .sections .category:hover h2 {
  background-color: #000;
  color: #fff;
}
.scaffoldSupplierWrapper section .categories .sections .category:hover h2 svg {
  color: #fff;
}
.scaffoldSupplierWrapper section .categories .sections .category img {
  transition: all 0.2s ease;
  scale: 1;
  border: solid 1px #000;
}
.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;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  gap: var(--gutter-half);
  justify-content: center;
  align-items: center;
  border: solid 1px #444;
  padding: 0.6rem 1rem;
  width: calc(100% - 4rem);
  position: relative;
  top: -2rem;
  background-color: white;
  font-size: 1rem;
  transition: all 0.2s ease;
  border-radius: 7px;
}
.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;
}
.scaffoldSupplierWrapper section .havit-social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--gutter-half);
  margin-bottom: 2rem;
}
.scaffoldSupplierWrapper section .havit-social .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--gutter-half);
}
.scaffoldSupplierWrapper section .havit-social .icons a {
  height: auto;
  min-height: auto;
  max-height: auto;
  padding: 10px !important;
}
.scaffoldSupplierWrapper section .havit-social .icons a::after {
  display: none !important;
}
.scaffoldSupplierWrapper section .havit-social .icons a svg {
  display: block;
  color: #fff;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
}/*# sourceMappingURL=style.css.map */