.ig-collections-swiper-cards {
  margin: 50px auto;
  padding: 0 0 40px;
  max-width: 1200px;
  position: relative;
  overflow: hidden;
}

.ig-collections-swiper-cards .ig-collections-swiper {
  padding-bottom: 40px;
}

.ig-collections-swiper-wrap .swiper-slide {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.ig-collection-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 275px;
}

.ig-collection-card:hover {
  transform: translateY(-10px);
}

.ig-collection-card-image {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #f0f0f0;
}

.ig-collection-card-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ig-collection-card-title {
  font-size: 1.2rem;
  margin: 0 0 10px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}

.ig-collection-card-description {
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ig-collection-card-cta,
.ig-collection-hero-cta {
  display: inline-block;
  padding: 10px 20px;
  background: #005e5e;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  font-size: 0.9rem;
  transition: background 0.3s ease;
}

.ig-collection-hero-cta {
  padding: 15px 30px;
  font-size: 1rem;
}

.ig-collection-card-cta:hover,
.ig-collection-hero-cta:hover {
  background: #007a7a;
}

.ig-collections-swiper-wrap .swiper-button-prev,
.ig-collections-swiper-wrap .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  transition: background 0.3s ease, transform 0.3s ease;
}

.ig-collections-swiper-wrap .swiper-button-prev {
  left: 10px;
}

.ig-collections-swiper-wrap .swiper-button-next {
  right: 10px;
}

.ig-collections-swiper-wrap .swiper-button-prev:after,
.ig-collections-swiper-wrap .swiper-button-next:after {
  font-size: 16px;
  line-height: 1;
}

.ig-collections-swiper-wrap .swiper-button-prev:hover,
.ig-collections-swiper-wrap .swiper-button-next:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.1);
}

.ig-collections-swiper-wrap .swiper-pagination-bullet {
  background: #ddd;
  width: 7px;
  height: 7px;
  opacity: 1;
  transition: background 0.3s ease, transform 0.3s ease;
}

.ig-collections-swiper-wrap .swiper-pagination-bullet-active {
  background: #333;
  transform: scale(1.2);
}

.ig-collections-swiper-cards .swiper-pagination {
  bottom: 0;
}

.ig-collections-hero-wrap {
  width: 100%;
  height: var(--ig-hero-height, 500px);
  position: relative;
  overflow: hidden;
}

.ig-collections-hero-wrap .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.ig-collection-hero-slide {
  width: 100%;
  height: 100%;
  min-height: var(--ig-hero-height, 500px);
  background-size: cover;
  background-position: center;
  position: relative;
}

.ig-collection-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.ig-collection-hero-title {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.ig-collection-hero-description {
  color: #fff;
  font-size: 1.2rem;
  max-width: 600px;
  margin-bottom: 30px;
}

.ig-collections-hero-wrap .swiper-pagination {
  bottom: 20px;
}
