/** Shopify CDN: Minification failed

Line 146:0 Unexpected "<"
Line 199:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
.slider-section {
  padding: 0 5rem;
  background-size: cover;
  background-position: center;
  color: inherit;
  font-family: Montserrat;
  position: relative;
}
.slider-section .swiper {
  width: 100%;
  overflow: hidden;
}
.slider-section .swiper-slide {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  box-sizing: border-box;
}
.slider-section__button {
    text-transform: capitalize;
}
.slider-section__content,
.slider-section__image {
  flex: 1 1 50%;
}
.slider-section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slider-section__title {
  margin-bottom: 1rem;
}
.slider-section__text {
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.slider-section__button {
  display: inline-block;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.slider-section__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px !important;
}
.swiper-pagination {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 10;
}
.swiper-pagination-bullet {
  background-color: black;
  opacity: 0.6;
}
.swiper-pagination-bullet-active {
  background-color: black;
  opacity: 1;
}
.swiper-button-prev,
.swiper-button-next {
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
}
.swiper-button-prev {
  left: 10px;
}
.swiper-button-next {
  right: 10px;
}
.slider-section__image {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 100%;
}

.slider-section__image img {
  max-height: 100%;
  object-fit: cover;
  border-radius:10px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    color: #000 !important;
    background: #000;
    width: 15px;
    height: 15px;
}

div#swiper-pagination-template--19502807515365__banner_slider_3K7QjF {
    bottom: 5px;
}

.slider-section .swiper-slide {
    padding-bottom: 50px !important;
}

@media screen and (max-width: 768px) {
  .slider-section .swiper-slide {
    flex-direction: column;
    text-align: center;
  }
.slider-section__title {
    font-size: 32px !important;
}
.splide__dots-and-arrows {
    display: none;
}
  .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
  .slider-section__button {
    margin: auto;
}
div#swiper-pagination-template--19502807515365__banner_slider_3K7QjF {
    bottom: 20px;
}
  .slider-section__content,
  .slider-section__image {
    flex: 1 1 100%;
  }
  .slider-section__image img{
    height:100% !important;
  }
}
<style>
.custom-image-title-cards-section {
  padding: 40px 20px;
  background-color: #f9f9f9;
}
.cards-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s;
}
.card:hover {
  transform: translateY(-4px);
}
.card img {
  width: 100%;
  height: 400px; /* Adjust height as desired */
  object-fit: cover;
  display: block;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.card-content {
  padding: 16px;
}
section#shopify-section-template--19502807515365__custom_collection_Ed3TEp {
    padding: 50px 0;
}

a.card-title {
    justify-content: center;
    font-size: 18px;
}
.card-title {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}
.card-title svg {
  margin-left: 8px;
  width: 24px;
  height: 24px;
  stroke: #333;
}
</style>