.whiteroom-loop-start {
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 320px;
  margin: 0 !important;
}
.whiteroom-loop-start__products {
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  margin-top: 5rem;
  padding: 0 5% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.whiteroom-loop-start__products--slider {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow-x: scroll;
  overscroll-behavior-x: auto;
  -ms-scroll-snap-type: x proximity;
      scroll-snap-type: x proximity;
}
.whiteroom-loop-start__products li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-scroll-snap-type: center;
      scroll-snap-type: center;
}

@media (min-width: 1200px) {
  .whiteroom-loop-start {
    margin-top: 1vw;
  }
  .whiteroom-loop-start__products {
    width: 90%;
    padding: 0 !important;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 1.5vw 3fr 1.5vw 3fr 1.5vw 3fr;
    grid-template-columns: repeat(4, 3fr);
    grid-auto-rows: auto;
    gap: 1.5vw;
    overflow-x: hidden;
  }
  .whiteroom-loop-start__products--slider {
    overflow-x: visible !important;
  }
  .whiteroom-loop-start::before, .whiteroom-loop-start::after {
    display: none !important;
  }
}