/** Shopify CDN: Minification failed

Line 8:0 Unexpected "<"
Line 70:0 Unexpected "<"

**/

<style type="text/css">
/* latest CSS :: starts */
.grid--2-col-tablet.slider--everywhere .multicolumn-list__item {
  margin-top: 0;
}

.multicolumn .slider--everywhere + .slider-buttons {
  display: flex;
}
.slider.slider--mobile {
  padding: 0;
  position: relative;
  flex-wrap: inherit;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scroll-padding-left: 1rem;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1rem;
}
.custom-slider .slider-buttons {
  position: absolute;
  top: 50%;
  justify-content: space-between;
  width: 100%;
}
.custom-slider .slider-buttons .slider-button.slider-button--next {
  padding-left: 18px;
}
.custom-slider .slider-buttons .slider-button.slider-button--prev {
  padding-right: 18px;
}
.custom-slider .slider-counter {
  display: none;
}
.custom-slider .slider-button .icon {
  height: 1.6rem;
  vertical-align: middle;
}
.custom-slider .title-wrapper-with-link.center {
  justify-content: center;
}
.custom-slider .multicolumn-list__item {
  /* box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%); */
  margin: 2px;
  padding: 0 0 0px 0px;
}
@media only screen and (max-width: 800px) {
  .custom-slider .multicolumn-list__item {
    margin: 10px !important;
    padding-bottom: 10px !important;
    width: calc(100% - 2rem);
  }
  .custom-slider .grid__item:first-of-type {
    padding-left: 5px;
  }
  .custom-slider .grid__item:last-of-type {
    padding-right: 5px;
  }
}

/* latest CSS :: ends */
</style>
