/* Add custom CSS styles below */
.s-products-slider-card.swiper-slide {width:50%;}
@media (min-width: 768px) {
  .s-products-slider-card.swiper-slide {width:16.6666667%;}
  .s-products-list-wrapper{gap:1rem; grid-template-columns:repeat(6,minmax(0,1fr));}
}
.s-product-card-content-title a {font-family:var(--font-main)!important;}.faqs-list__item{
  background:#be2424 !important; 
} 
.faqs-list__item label ,
.s-block--faqs .faqs-list input:checked+div label,
.faq-answer p{
  color: #fff !important; 
}
.faq-item.open-badge.sicon-add{
  color:#be2424 !important;
}
.s-block--faqs .faqs-list input:checked+div .open-badge{
  background:#fff!important;
}