featured-products {display: block; background: var(--section-bg); padding: var(--section-padding);}
featured-products h2 {color: var(--title-color);margin-bottom: 3.125rem;}
featured-products .keen-arrows:first {margin-bottom: 1em;}
featured-products .keen-arrows:first .keen-arrow {position: static; -webkit-transform: none; transform: none;}
featured-products .keen-dots {text-align: inherit;}
featured-products .options-group{
  display: none;
}
@media (max-width: 900px){
  featured-products .container {padding: 0;}
  featured-products h2 {margin-bottom: 1em;}
}