<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* HP CATEGORIES BLOCK */

.hp-features__categories {
  width: 100%;
  display: flex!important;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin: 32px 0;
}
.hp-features__category-item {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 10px;
  flex-basis: 160px;
  text-align: center;
  transition: all 0.5s;
  max-width: 170px;
}
.hp-features__category-item:hover {
  scale: 1.1;
  box-shadow: 0px 0 10px 0 rgba(0,0,0,0.1);
}
.hp-features__image {
  max-width: 145px;
}
.hp-features__category-name {
  display: block;
  margin-top: 15px;
  min-height: 45px;
}
.hp-features__title {
  font-size: 30px;
  font-weight: 300;
  color: #252525;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}
.hp-category-slider-wrapper {
  display: flex;
  justify-content: center;
}
.home-fetured-title {
  text-align: center;
  font-size: 27px;
  text-transform: uppercase;
  color: #252525;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.home-fetured-title::before,
.home-fetured-title::after {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #252525;
}

/* BX SLIDER */
.bx-wrapper .bx-controls-direction a {
  width: 40px;
  height: 40px;
  margin-top: -35px;
}
.bx-wrapper .bx-controls-direction a::before {
  font-size: 40px;
  line-height: 40px;
  color: #252525;
  font-weight: bold;
}
.bx-wrapper .bx-controls-direction a:hover::before {
  color: #a72c3a!important;
}
@media (min-width: 1600px) {
  .bx-prev {
    left: -30px;
  }
  .bx-next {
    right: -30px;
  }
}
#b4n_home_featured .bx-viewport {
  height: auto!important;
}</pre></body></html>