.featured {
  margin: 0 0 2rem; }
  .featured .h3 {
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 2rem; }
  .featured .product-layout {
    position: relative;
    margin: 0 -14px; }
    .featured .product-layout::after {
      display: block;
      clear: both;
      content: ""; }
    @media (max-width: 719px) {
      .featured .product-layout {
        margin: 0 -8px; } }
  .featured .product-overflow:not(.slick-slider) {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%; }
  .featured .product-item {
    width: calc(100% / 5);
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .featured .product-item {
        width: calc(100% / 3); } }
    @media (max-width: 719px) {
      .featured .product-item {
        width: calc(100% / 2); } }

/*# sourceMappingURL=featured.css.map */
