/** Shopify CDN: Minification failed

Line 8:30 Unexpected "{"
Line 8:39 Expected ":"
Line 8:46 Unexpected "{"

**/
.custom-marketplaces-section-{{ section.id }} {
  padding: 20px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.custom-marketplaces__headline {
  transition: all 0.2s;
  margin: 0;
  line-height: 1.2;
}

.custom-marketplaces__logos {
  position: relative;
}

.custom-marketplaces__logo-link {
  position: absolute;
  display: block;
  transition: transform 0.2s, box-shadow 0.2s;
  z-index: 2;
}

.custom-marketplaces__logo {
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 4px 16px rgba(180, 140, 80, 0.10);
  background: transparent;
  transition: box-shadow 0.2s, transform 0.2s;
  display: block;
}

.custom-marketplaces__logo-link:hover .custom-marketplaces__logo {
  box-shadow: 0 8px 24px rgba(247, 177, 58, 0.33);
  transform: scale(1.08) rotate(-4deg);
}

@media (max-width: 749px) {
  .custom-marketplaces__logo-link {
    transition: transform 0.3s ease;
  }
}





