@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
.page-cmsitem-00196000 .main__inner-wrapper {
	padding: 0px;
}
.scaffoldSupplierWrapperHeader section {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
}
.scaffoldSupplierWrapper {
    max-width: 100%;
    padding: 0px;
}
.page-supplier-page-clipsal .main__inner-wrapper {
  padding: 0px;
}
:root {
    --white: #fff;
    --black: #000;
    --black-grey: #575756;
    --grey: #f5f5f5;
    --green: #3DCD58;
}
.scaffoldSupplier {
  color: var(--black-grey);
}
.scaffoldSupplier .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--gutter-half);
}
.scaffoldSupplier .logo-container img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-width: 460px;
}
.scaffoldSupplier .intro {
  background-image: url("https://cms.bgwgroup.com.au/components/suppliers/landing-pages/she/clipsal/assets/images/clipsal-banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: calc(var(--gutter) * 4) var(--gutter);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.scaffoldSupplier .intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(87, 87, 92, 0.8) 0%, rgba(87, 87, 92, 0) 100%);
}
.scaffoldSupplier .intro h1 {
  font-size: var(--font-size-xlarge);
  line-height: var(--font-size-xlarge);
  margin: 0;
  padding: 0;
  margin-bottom: var(--gutter-half);
  position: relative;
  font-weight: 600;
  color: #fff;
}
.scaffoldSupplier .intro h3 {
  font-size: var(--font-size-large);
  line-height: var(--font-size-large);
  font-weight: 300;
  margin: 0;
  padding: 0;
  position: relative;
  color: #fff;
}
.scaffoldSupplier .component-split.intro-text {
  gap: 0;
}
.scaffoldSupplier .component-split.intro-text > div:nth-child(1) {
  padding-right: var(--gutter-half);
  flex-grow: 1;
}
.scaffoldSupplier .component-split.intro-text > div:nth-child(1) .supplier-btn-actions {
  margin: var(--gutter-half) 0;
}

.scaffoldSupplier .component-split.intro-text > div:nth-child(2) .sliderComponent {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .scaffoldSupplier .component-split.intro-text > div:nth-child(2) .sliderComponent {
    max-width: 500px;
    min-width: 500px;
  }
}
@media (min-width: 1300px) {
  .scaffoldSupplier .component-split.intro-text > div:nth-child(2) .sliderComponent {
    max-width: 700px;
    min-width: 700px;
  }
}
.scaffoldSupplier .component-split.intro-text > div:nth-child(2) .sliderComponent .swiper-pagination {
  display: none;
}
.scaffoldSupplier .feature-text {
  color: #fff;
  background: #14bd34;
  padding: calc(var(--gutter) * 2) var(--gutter-half);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--gutter-half);
}
.scaffoldSupplier .feature-text h2 {
  font-size: var(--font-size-xlarge);
  line-height: var(--font-size-xlarge);
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: var(--gutter-half);
}
.scaffoldSupplier .feature-text p {
  font-size: var(--font-size-medium);
  line-height: var(--font-size-medium);
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.scaffoldSupplier .IconTiles {
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: var(--gutter-half);
}
@media (min-width: 992px) {
  .scaffoldSupplier .IconTiles {
    flex-wrap: nowrap;
    gap: var(--gutter-half);
  }
}
.scaffoldSupplier .IconTiles .Tile {
  border: solid 1px var(--green);
  border-radius: 10px;
  overflow: hidden;
}
.scaffoldSupplier .IconTiles .Tile .TileWrapper .TileContent .TileContentIcon {
  margin-bottom: var(--gutter-half);
}
.scaffoldSupplier .IconTiles .Tile .TileWrapper .TileContent .TileContentIcon img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.scaffoldSupplier .IconTiles .Tile .TileWrapper .TileContent .TileContentHeading {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: var(--gutter-half);
  padding-top: 0;
}
.scaffoldSupplier .IconTiles .Tile .TileWrapper .TileContent .TileContentHeading h4 {
  font-size: 20px;
  line-height: 120%;
  margin: 0;
  padding: 0;
  color: #000;
  margin-bottom: 15px;
}
.scaffoldSupplier .IconTiles .Tile .TileWrapper .TileContent .TileContentHeading p {
  width: 100%;
  max-width: 300px;
}
/*-- CUSTOM CODE --*/
.clipsal-logo {
    object-fit: contain;
    width: 100%;
    max-width: 320px;
    border-radius: 5px;
    background-color: var(--white);
    margin-bottom: 20px;
    padding: 10px;
    z-index: 9;
}
.clipsal-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.clipsal-content p {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 15px;    
  line-height: 150%;
  font-size: 16px;
}
.clipsal-info-column {
  width: 50%;
  justify-content: center;
  align-content: center;
}
.clipsal-content {
  padding: 30px 20px;
  text-align: left;
}
.clipsal-content-container {
  max-width: 550px;
  margin: auto;
}
.clipsal-content h2, .clipsal-h2 {
  font-weight: 600;
  color: var(--black);
  font-size: 30px;
  line-height: 120%;
}
.clipsal-h2 {
  font-size: 30px;
  line-height: 120%;
  margin: 0;
  padding: 0;
  margin-bottom: var(--gutter-half);
  position: relative;
  font-weight: 600;
  color: #fff;
}
.clipsal-content-container p {
  line-height: 150%;
}
.clipsal-btn {
  color: #fff;
  background-color: #3dcd58;
  box-shadow: 0 2px 4px 0 rgba(33, 37, 41, 0.07), 0 7px 14px 0 rgba(33, 37, 41, 0.07);
  min-width: 180px;
  padding: 25px 40px;
  font-weight: 700;
  text-align: center;
  border-radius: 23px !important;
  transition: all var(--transition-fast) ease;
  text-transform: capitalize;
  font-size: 16px !important;
}
.clipsal-btn:hover {
  color: #fff;
  background-color: #14bd34;
}
.small {
  padding: 20px !important;
}
.content-btn {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.clipsal-divider {
  width: 100%;
}
.clipsal-divider .clipsal-light-green {
  height: 24px;
  width: 100%;
  display: block;
  background-color: var(--green);
  opacity: 0.8;
}
.clipsal-divider .clipsal-green {
  height: 24px;
  width: 100%;
  display: block;
  background-color: var(--green);
}
.green-bg {
  background-color: #14bd34;
}
.grey-bg {
  background-color: var(--grey);
}
.content-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.clipsal-intro-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 15px;
}
.clipsal-products-intro {
  padding-top: 30px;
  padding-bottom: 30px;
}
.productCarousel .productCarouselSwiper .swiper-wrapper .swiper-slide .swiper-slide-product .swiper-slide-product-img {
  border-bottom: 0px;
}
.productCarouselWrapper .swiper-slide {
  overflow: hidden;
  border: 0px !important;
}
.productCarouselWrapper .swiper-slide-product-title h3 {
  font-size: 18px !important;
  color:  var(--black) !important;
}
.productCarouselWrapper .swiper-slide-product-description ul {
  padding-inline-start: 20px;
}
.productCarouselWrapper .swiper-slide-product {
  justify-content: space-between !important;
  text-align: center;
  align-items: center;
}
.productCarouselWrapper .swiper-slide-product-btn {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}
.clipsal-product-container .swiper-slide {
  border-radius: 5px;
}
.swiper-slide-product-btn {
  margin-bottom: 15px;
}
.clipsal-s5 {
  padding-top: 50px;
}
.clipsal-s5 .center-content h2, .clipsal-s5 .center-content p {
  width: 100%;
  text-align: center;
}
.clipsal-bg-img {
  background-image: url('https://cms.bgwgroup.com.au/components/suppliers/landing-pages/she/clipsal/assets/images/clipsal-home.webp');
  background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 250px;
}
.clipsal-content-padding {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media screen and (max-width: 730px) { 
  .clipsal-info-column {
    width: 100%;
  }
  .scaffoldSupplier .intro {
    text-align: center;
  }
  .content-btn {
    flex-direction: column;
  }
  .clipsal-info .clipsal-info-column:nth-child(2) {
    padding-top: 5px;
  }
  .clipsal-s5 .clipsal-content:nth-child(2) {
    padding-top: 5px;
  }
  .scaffoldSupplier .IconTiles {
    gap: 15px;
  }
  .clipsal-content-padding {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .clipsal-content iframe {
    height: 190px;
  }
}
@media screen and (min-width: 731px) and (max-width: 850px) { 
  .clipsal-content iframe {
    height: 190px;
  }
}
@media screen and (min-width: 851px) and (max-width: 1240px) {
  .clipsal-content iframe {
    height: 300px;
  }
}
/*-- END CUSTOM CODE --*/