/* Add custom CSS styles below */ 
.opt-text a {
	color: initial !important;
	color: initial !important;
	text-decoration-line: initial !important;
}
.s-products-slider-card.swiper-slide {
  width:70%!important;
}
@media (min-width: 768px) {
.s-products-slider-card.swiper-slide {
  width:25%!important;
  }
.s-products-list-wrapper {
  grid-template-columns:repeat(4,minmax(0,1fr))!important;;
}
}