.brand-description-section P{
  font-size: 16px;
}
.brand-description-section a {
  color: #007bff;
  text-decoration: none;
}
.brand-description-section a:hover{
  text-decoration: underline;
}

.brand-parallax-section {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.brand-parallax-bg {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.brand-parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.brand-certification-section{
  position: relative;
  background: linear-gradient(to bottom, rgb(206 237 249) 0%, rgb(112 255 136 / 82%) 100%)
}
.certification-item{
  border: 1px solid #999898;
  margin-bottom: 20px;
  height: 170px;
  padding: 10px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.certification-item img{
  margin-bottom: 10px;
}
.certification-item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  transform: scale(1.05);
}
.brand-certification-curve{
  bottom: -35px;
  transform: rotate(180deg);
  fill: #8effa3;
}
.brands-product-section{
  padding-top: 80px;
}

.heart-svg svg.active {
    fill: #000000;
    stroke: #000000;
}
.heart-svg .default {
    fill: none;
    stroke: #b4b4b4;
}
