body.slider_has_overlay .advanced-slider .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  }
  
  @media(max-width:900px){
.grid-cols-2 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
}

@media(max-width:900px){
.w-fit {
  width: -moz-fit-content;
  width: inherit;
  height: 110px;
}
}
@media(max-width:900px){
.product-card__promotion {
  background-color: #ef4444;
  margin: 125px 0;
  border-radius: 20px 0 0px 20px;
}
}

.sicon-add::before {
  content: "\ef39";
}