.featured-collection {overflow: hidden;}
.featured-collection--transparent-false {background: var(--color-bg, var(--bg-body, #f5f5f5)); color: var(--color-text, var(--color-body, #2c2d2e));}

@media only screen and (max-width: 767px) {
  .featured-collection .carousel__slide {width: var(--mobile-swipe-width);}
}
.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;gap: 0;grid-auto-flow: column;grid-auto-columns: minmax(50%, 1fr);overflow-x: auto;grid-template-columns: repeat(auto-fill, minmax(50%, 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 .text-center .button {margin-top: 0;}
.section-featured-collection .section-header--title {margin-top: -10px;}
