.sijazz-category-wrapper { display: flex; gap: 20px; }
.sijazz-left { width: 30%; }
.sijazz-right { width: 70%; }
.sijazz-parent, .sijazz-child { cursor: pointer; text-align: center; }
.sijazz-parent.active { border: 2px solid #cdac66; }

/* Parent images */
.sijazz-parent img { max-width: 100%; height: auto; display: block; margin: 0 auto; }
/* Child slider images – shorter */
.sijazz-child img { max-width: 100%; height: 80px; object-fit: contain; margin: 0 auto; }
.sijazz-child span { display: block; margin-top: 5px; }

/* Swiper buttons */
.swiper-button-next, .swiper-button-prev { color: #cdac66; }
