@media (max-width: 849px) {
  [data-fe-row-mobile-slider="1"] {
    --fe-row-mobile-slider-gap: 8px;
    --fe-row-mobile-slider-item-width: 80%;
    position: relative;
    overflow: visible !important;
  }

  [data-fe-row-mobile-slider="1"][data-fe-row-mobile-slider-gap="4"] { --fe-row-mobile-slider-gap: 4px; }
  [data-fe-row-mobile-slider="1"][data-fe-row-mobile-slider-gap="12"] { --fe-row-mobile-slider-gap: 12px; }
  [data-fe-row-mobile-slider="1"][data-fe-row-mobile-slider-gap="16"] { --fe-row-mobile-slider-gap: 16px; }
  [data-fe-row-mobile-slider="1"][data-fe-row-mobile-slider-gap="24"] { --fe-row-mobile-slider-gap: 24px; }

  [data-fe-row-mobile-slider="1"][data-fe-row-mobile-slider-item-width="70"] { --fe-row-mobile-slider-item-width: 70%; }
  [data-fe-row-mobile-slider="1"][data-fe-row-mobile-slider-item-width="75"] { --fe-row-mobile-slider-item-width: 75%; }
  [data-fe-row-mobile-slider="1"][data-fe-row-mobile-slider-item-width="85"] { --fe-row-mobile-slider-item-width: 85%; }

  [data-fe-row-mobile-slider="1"] > .fe-row-mobile-slider__track {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: var(--fe-row-mobile-slider-gap) !important;
  }

  [data-fe-row-mobile-slider="1"] > .fe-row-mobile-slider__track::-webkit-scrollbar {
    display: none;
  }

  [data-fe-row-mobile-slider="1"] > .fe-row-mobile-slider__track > .col {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    box-sizing: border-box;
    flex: 0 0 var(--fe-row-mobile-slider-item-width) !important;
    max-width: var(--fe-row-mobile-slider-item-width) !important;
    min-width: var(--fe-row-mobile-slider-item-width) !important;
  }

  [data-fe-row-mobile-slider="1"][data-fe-row-mobile-slider-layout="two-up"] > .fe-row-mobile-slider__track > .col {
    flex-basis: calc(50% - (var(--fe-row-mobile-slider-gap) / 2)) !important;
    max-width: calc(50% - (var(--fe-row-mobile-slider-gap) / 2)) !important;
    min-width: calc(50% - (var(--fe-row-mobile-slider-gap) / 2)) !important;
  }

  [data-fe-row-mobile-slider="1"] .fe-row-mobile-slider__nav {
    align-items: center;
    background: rgba(255, 255, 255, 0.94);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
    color: inherit;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    line-height: 1;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    z-index: 5;
  }

  [data-fe-row-mobile-slider="1"] .fe-row-mobile-slider__nav--prev {
    left: 8px;
  }

  [data-fe-row-mobile-slider="1"] button.fe-row-mobile-slider__nav.fe-row-mobile-slider__nav--next {
    right: 8px;
    margin-right: 0px;
  }

  [data-fe-row-mobile-slider="1"] .fe-row-mobile-slider__nav[hidden] {
    display: none !important;
  }

  [data-fe-row-mobile-slider="1"] .fe-row-mobile-slider__nav[disabled] {
    opacity: 0.35;
    pointer-events: none;
  }
}

.fe-row-mobile-slider__nav {
  display: none;
}
