/* استهداف صفحات الأقسام الفرعية فقط */
body.collection .splide__track,
body.collection .splide__list {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

body.collection .splide__slide {
  width: 100% !important;
}

body.collection .splide__slide img {
  width: 100%;
  max-width: 140px;
  border-radius: 10px;
  margin-bottom: 10px;
}

body.collection .splide__slide span {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #333;
}
