/** Shopify CDN: Minification failed

Line 104:31 Expected "}" to go with "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-liquid (INDEX:27) */
.logo-slider-section {
  padding: 60px 0 40px;
  text-align: center;
}

.logo-slider-heading {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: Poppins;
    color: #000;
}

.logo-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.logo-slider {
  display: flex;
  gap: 0px;
  overflow-x: auto;
  scroll-behavior: smooth;
  width: 70%;
  margin: auto;
      margin-top: 25px;
}

.logo-item {
  flex: 0 0 calc(20% - 20px); /* 5 per row on desktop */
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-item img {
  max-width: 70%;
  max-height: 100px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .logo-item {
    flex: 0 0 calc(50% - 10px); /* 2 per row on mobile */
  }
  .collection-list-header.page-width h1 {

    font-size: 32.8px !important;
}
.collection-cards .collection-card .card-content .details h3 {
    font-size: 20px !important;
  }
  .custom-collection-layout {
    width: 100%;
    max-width: 100%;
    padding: 0px 10px !important;
}
.collection-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
    /* padding: 0px 10px; */
}
.custom-collection-layout {
    grid-template-columns: 1fr !important;

.collection-card {
    width: 100%;
    overflow: hidden;
}
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  padding: 10px;
}

.slider-btn.left {
  left: 0;
}

.slider-btn.right {
  right: 0;
}

.logo-slider-section {padding-top:80px !important;}
/* END_SECTION:custom-liquid */