@import url("https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&display=swap");
.scaffoldSupplierWrapper section {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--gutter-half);
  font-family: "Chivo", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #000;
}
@media (min-width: 768px) {
  .scaffoldSupplierWrapper section {
    padding: var(--gutter-half);
  }
}
.scaffoldSupplierWrapper section .title-font {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: var(--gutter-half);
}
.scaffoldSupplierWrapper section hr {
  display: block;
  background-color: #000;
  width: 100%;
  height: 2px;
  border: 0;
  margin: 12px 0;
}
.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: "Chivo", serif;
}
.scaffoldSupplierWrapper section a,
.scaffoldSupplierWrapper section button {
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  padding: 0.6rem 2rem;
  text-decoration: none;
  font-weight: 700 !important;
  font-style: italic;
  min-height: auto;
  height: auto;
  max-height: auto;
}
.scaffoldSupplierWrapper section a:hover,
.scaffoldSupplierWrapper section button:hover {
  opacity: 0.85;
}
.scaffoldSupplierWrapper section .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.scaffoldSupplierWrapper section .logo-container img {
  width: 200px;
  -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;
  font-weight: 900;
  margin-bottom: 0;
  text-transform: uppercase;
  font-style: italic;
}
.scaffoldSupplierWrapper section .supplier-heading p {
  font-size: 1rem;
  line-height: 1.2;
  margin: 0;
  max-width: 600px;
  font-weight: 100;
}
.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,
.scaffoldSupplierWrapper section .featured-products .productCarousel .swiper-button-next {
  background-color: #000;
  border-color: #000;
}
.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:hover {
  opacity: 0.7;
}
.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 .safestyle-ranges {
  width: 100%;
  max-width: 100%;
}
.scaffoldSupplierWrapper section .safestyle-ranges .safestyleranges {
  width: 100%;
  max-width: 100%;
  display: grid;
}
.scaffoldSupplierWrapper section .safestyle-ranges .safestyleranges .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.scaffoldSupplierWrapper section .safestyle-ranges .safestyleranges .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 300px !important;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .scaffoldSupplierWrapper section .safestyle-ranges .safestyleranges .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
  }
}
.scaffoldSupplierWrapper section .safestyle-ranges .safestyleranges .swiper-slide:hover img {
  scale: 1.2;
}
.scaffoldSupplierWrapper section .safestyle-ranges .safestyleranges .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: transparent;
}
.scaffoldSupplierWrapper section .safestyle-ranges .safestyleranges .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: all 250ms ease;
  scale: 1;
}
.scaffoldSupplierWrapper section .safestyle-ranges .safestyleranges .swiper-slide h2 {
  position: relative;
  z-index: 2;
  background-color: #000;
  color: #fff;
  font-weight: 800;
  text-align: center;
  padding: 6px 20px;
  font-size: 16px;
  font-style: italic;
}
.scaffoldSupplierWrapper section .safestyle-social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--gutter-half);
  margin-bottom: 2rem;
}
.scaffoldSupplierWrapper section .safestyle-social .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--gutter-half);
}
.scaffoldSupplierWrapper section .safestyle-social .icons a {
  height: auto;
  min-height: auto;
  max-height: auto;
  padding: 10px !important;
}
.scaffoldSupplierWrapper section .safestyle-social .icons a::after {
  display: none !important;
}
.scaffoldSupplierWrapper section .safestyle-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 */