/** Shopify CDN: Minification failed

Line 146:2 Unexpected "}"

**/
.images-with-mobile-slider-slider {
    width: 100%;
    z-index: 2;
  }
  
  .images-with-mobile-slider-container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 2rem 0 0 2rem;
    gap: 2rem;
  }
  
  .images-with-mobile-slider-block {
    position: relative;
    width: calc(100% - 4rem);
    max-width: calc(100% - 4rem);
  }
  
  @media screen and (min-width: 990px) {
    .images-with-mobile-slider-container {
      justify-content: center;
      padding: 4rem;
      gap: 4rem;
      max-width: 1400px;
      margin: 0 auto;
    }
  
    .images-with-mobile-slider-block {
      width: calc(50% - 4rem);
      max-width: calc(50% - 4rem);
    }
  }
  
  .section-wimages-with-mobile-slider {
    position: relative;
  }
  
  .section-wimages-with-mobile-slider .slider-counter,
  .section-wimages-with-mobile-slider .slider-button {
    color: #fff;
  }
  
  .section-wimages-with-mobile-slider .slider.slider--tablet {
    scroll-padding-left: 2rem
  }
  
  .section-wimages-with-mobile-slider .slider-button[disabled] .icon {
    color: rgba(255, 255, 255, .4);
  }
  
  .section-wimages-with-mobile-slider .banner {
    position: relative;
  }
  
  @media screen and (min-width: 750px) {
    .section-wimages-with-mobile-slider .banner--small:not(.banner--adapt) {
      min-height: 42rem;
    }
  
    .section-wimages-with-mobile-slider .banner--medium:not(.banner--adapt) {
      min-height: 56rem;
    }
  
    .section-wimages-with-mobile-slider .banner--large:not(.banner--adapt) {
      min-height: 72rem;
    }
  }
  
  .section-wimages-with-mobile-slider .banner__media {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  
  @media screen and (min-width: 750px) {
    .section-wimages-with-mobile-slider .banner__media {
      height: 100%;
    }
  }
  
  .section-wimages-with-mobile-slider .banner--adapt,
  .section-wimages-with-mobile-slider .banner--adapt_image.banner--mobile-bottom .banner__media:not(.placeholder) {
    height: auto;
  }
  
  .section-wimages-with-mobile-slider .banner::after,
  .section-wimages-with-mobile-slider .banner__media::after {
    content: '';
    position: absolute;
    top: 0;
    background: #000000;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  
  .section-wimages-with-mobile-slider .banner__heading {
    margin-bottom: 0;
    font-size: 2rem;
    text-transform: uppercase;
    color: #fff;
  }
  
  .section-wimages-with-mobile-slider .banner__text {
    color: #fff;
  }
  
  .section-wimages-with-mobile-slider .button__image-with-mobile-slider {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    text-transform: uppercase;
    background: #E3E6E5;
    color: #000;
    padding: 0 2rem;
    text-align: center;
  }
  
  .section-wimages-with-mobile-slider .button__image-with-mobile-slider::after {
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text),var(--border-opacity)),0 0 0 var(--buttons-border-width) #E3E6E5;
  }
  
  .section-wimages-with-mobile-slider .text-over-image__image-with-mobile-slider {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-shadow: 0 3px 6px #00000038;
    width: 90%;
    text-align: center;
  }
  }