/** Shopify CDN: Minification failed

Line 36:2 Unexpected "{"
Line 36:3 Expected identifier but found "%"
Line 36:35 Unexpected "{"
Line 36:36 Expected identifier but found "%"

**/
.db-collection {
}

.db-collection-heading {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

.db-collection-item {
  text-align: center;
  text-decoration: none;
  transition: all 400ms ease-in-out;
}
.db-collection-shape {
    margin: -10px 20px 0 20px;
}
.db-collection-item {
    border-radius: 50%;
    /* overflow: hidden; */
    margin-top: 20px;
}

.db-collection-shape img {
  
  border-radius: 50%;
  {% comment %} object-fit: cover; {% endcomment %}
}

.db-collection-label {
  display: block;
  padding: 12px 0 40px;
  font-weight: 600;
  font-size: 24px;
  line-height:26px;
  font-family: "Fredoka";
  transition: all 400ms ease-in-out;
  
}

/* Swiper arrows */
.swiper-button-wapper {
	margin: 40px 0 0 0;
	gap: 1rem;
	display: flex;
	justify-content: center;
}
.db-collection-swiper .swiper-button-next,
.db-collection-swiper .swiper-button-prev {
  color: #000;
}
.swiper-button-prev:hover {
	transform: translateX(-10px);
}
 .swiper-button-next:hover {
	transform: translateX(10px);
}

/* Center slides */
.db-collection-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}