/** Shopify CDN: Minification failed

Line 63:13 Expected identifier but found whitespace
Line 63:24 Unexpected ";"

**/
.community-image-slider-main {
  overflow: hidden;
}
.community-image-slider-header {
  font-size: 16px;
  font-weight: 500;
  /* margin-bottom: 25px; */
   margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Helvetica Neue";
}
.commmunity-slider {
  position: relative;
}
.community-image-slide {
  /* height: 400px; */
  position: relative;
}
.community-image-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.commmunity-list .slick-track {
  display: flex;
  /* gap: 10px; */
   gap:4px;
}
.commmunity-list .slick-list {
  padding-left: 0px !important;
  margin-left: -10px;
}
.btn-more {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: 15px;
  left: 19px;
}
.btn-text {
  font-size: 18px;
  font-weight: bold;
}
.btn-svg {
  line-height: 0;
  width: 13px;
  height: 13px;
}
/* .community-slider .slick-track {
  margin-left: 0 !important;
}

.community-slider .slick-slide {
  padding: 0 10px; /* adjust as needed */
  box-sizing: border-box;
} */



@media (max-width: 768px) {
  .community-image-slider-main {
    /* margin-left: 16px; */
  }
}
@media (max-width: 749px) {
  .commmunity-list .slick-track {
    gap: 4px;
}
    .community-image-slider-header {
    margin-bottom: 13px;
  }
}

