/** Shopify CDN: Minification failed

Line 9:18 Unexpected "{"
Line 9:27 Expected ":"
Line 19:18 Unexpected "{"
Line 19:27 Expected ":"

**/
#shopify-section-{{ section.id }} .common_title {
  margin-top: 0;
  padding: 0 20px;
  text-align: center;
}

.three-column-gallery__container {
  margin-left: 20px;
}

#shopify-section-{{ section.id }} .three-column-gallery__slide {
  height: auto;
}

.three-column-gallery__image {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}

.three-column-gallery__title {
  margin-top: 9px;
  margin-left: 16px;
}

.Page_three_column_gallery .swiper-scrollbar {
  position: relative;
  width: 100%;
  border-radius: 0;
  bottom: 0;
  left: 0;
  background: #f7f7f7;
  opacity: 1;
  height: 4px;
  margin-top: 54px;
}

.Page_three_column_gallery .swiper-scrollbar-drag {
  display: block !important;
  background: #000;
  border-radius: 0;
}

@media (min-width: 750px){
  .three-column-gallery__container {
    margin: 0 auto;
  }

  .three-column-gallery__flex {
    display: flex;
    gap: 16px;
  }

  .three-column-gallery__image {
    aspect-ratio: auto;
  }

  .three-column-gallery__title {
    margin-left: 0;
    text-align: center;
  }
}