.products{

}

.products .card{
    z-index: 1;
}

.products .card-body{
    display: flex;
    flex-direction: column;
    justify-items: center;
    text-align: center;
}

.products .card-body h3{
    font-size: 1.1em;
    padding: 35px 0 15px 0;
    color: blue;
}

.products .card-body p{
    font-size: 1em;
    color: black;
    text-align: left;
    line-height: 1.2;
}

.products .stars{
    display: flex;
    justify-content: center;
    color: #ffe234;
}

.advantages {
    display: flex;
    flex-direction: column;
    gap: 0.4rem; 
    align-items: flex-start; 
    max-width: 90%;
}

.advantages div {
    display: flex;
    align-items: center; 
    gap: 0.4rem;
}

.advantages i {
    color: #67eb34;
    font-size: 1rem;
    flex-shrink: 0; 
}


.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}

.products .button-link{
    padding: 10px 10px;
    width: 35%;
    
}

.carousel-control-prev,
.carousel-control-next {
  width: 40px !important;
  height: 40px !important;
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  right: 0 !important;
  z-index: 3;
}

.carousel-control-prev {
  top: 0;
  transform: rotate(90deg) !important;
  margin-bottom: 20px !important;
}

.carousel-control-next {
  bottom: 0;
  transform: rotate(90deg) !important;
  margin-top: 20px !important;
}