/** Shopify CDN: Minification failed

Line 10:14 Expected identifier but found whitespace
Line 10:16 Unexpected "{"
Line 10:25 Expected ":"

**/
.prouct-carousel__header {
  flex-direction: column;
  align-items: {{ section.settings.text_align }};
  margin-bottom: 20px;
  margin-top: 25px;
  text-align: center;
  gap: 0;
}

@media screen and (min-width: 750px) {
  .prouct-carousel__header {
    margin-bottom: 40px;
  }
}

.prouct-carousel__title {
  font-style: normal;
  margin-bottom: 0;
  margin-top: 0;
}

.prouct-carousel__link {
  color: #000;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-decoration: unset;
  text-transform: uppercase;
  position: relative;
}

.prouct-carousel__link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 1;
  transition: opacity .2s;
}

.prouct-carousel__link:hover::after {
  opacity: 0;
}

.product-carousel__footer {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

#theme .prouct-carousel .slider {
  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;
  gap: 10px;
  margin-left: 0;
}

#theme .prouct-carousel .grid__item.slider__slide {
  padding-left: 0;
}

#theme .prouct-carousel .slider-buttons {
  display: block;
}

.prouct-carousel .card-wrapper .card-information {
  padding: 0 20px;
}

@media screen and (min-width: 750px) {
  .prouct-carousel .card-wrapper .card-information {
    padding: 0 15px;
  }
}
