/** Shopify CDN: Minification failed

Line 19:16 Unexpected "{"
Line 19:25 Expected ":"
Line 25:18 Unexpected "{"
Line 25:27 Expected ":"
Line 30:18 Unexpected "{"
Line 30:27 Expected ":"
Line 34:18 Unexpected "{"
Line 34:27 Expected ":"
Line 43:18 Unexpected "{"
Line 43:27 Expected ":"
... and 2 more hidden warnings

**/


/* CSS from section stylesheet tags */
#BrickSection--{{ section.id }} .hero__products-slider .slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  #BrickSection--{{ section.id }} .hero__products-slider .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  #BrickSection--{{ section.id }} .hero__products-slider .slider > * {
    flex: 0 0 100%; /* One slide at a time */
  }

  #BrickSection--{{ section.id }} .hero__products-slider .slider-buttons {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
  }
  #BrickSection--{{ section.id }} .hero__products-slider .slider-buttons button {
    padding: 0;
    height: 40px ;
    width: 40px;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.15);
    border-radius: 0px;
  }
  #BrickSection--{{ section.id }} .hero__products-slider .slider-buttons button:hover {
    background: #f5f5f5;
  }