.featured-collection {overflow: hidden;}

@media only screen and (max-width: 767px) {
  .featured-collection .carousel__slide {width: calc(90vw - 15px);}
}

.featured-collection .products.row {padding: 0;}

@media only screen and (max-width: 767px) {
  .featured-collection.swipe-on-mobile .featured-collection__inner.display-type--grid .products.row {margin: 0 -15px;width: calc(100% + 30px);padding: 0 11px;display: grid;grid-gap: 0;grid-auto-flow: column;grid-auto-columns: minmax(49%, 1fr);overflow-x: auto;grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));scroll-snap-type: x mandatory;scrollbar-width: none;}
  .featured-collection.swipe-on-mobile .featured-collection__inner.display-type--grid .products.row::-webkit-scrollbar {display: none;}
  .featured-collection.swipe-on-mobile .featured-collection__inner.display-type--grid .products.row .columns {flex: 0 0 100%;max-width: 100%;} 
  .featured-collection .section-header--button {margin-top: 15px;line-height: 24px;}
}

.featured-collection .text-center .button {margin-top: 10px;}
