/* Media Quuery Mixin */
.moreForYou {
  padding: 0 1.25rem; }
  .moreForYou ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    list-style: none;
    width: 100%;
    max-width: 100vw;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    padding: 0.625rem 0 0 0;
    -webkit-overflow-scrolling: touch; }
  .moreForYou__title {
    text-transform: uppercase;
    font-size: 0.9375rem;
    color: #313131;
    letter-spacing: 0.03125rem; }
  .moreForYou__item {
    padding: 0 0 0 0.625rem;
    scroll-snap-align: start; }
    .moreForYou__item:first-child {
      padding: 0; }
  .moreForYou__link {
    white-space: nowrap;
    background-color: #f4f4f4;
    border: 0.0625rem solid #f4f4f4;
    color: #313131;
    height: 2.5rem;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    padding: 0 0.625rem; }

