/* Csak mobilon látszódjon */
.ps-mobile-carousel-wrapper {
  display: none;
}

@media (max-width: 767px) {
  .ps-mobile-carousel-wrapper {
    display: block;
  }
}

/* Carousel wrapper */
.ps-mobile-carousel {
  width: 100%;
  padding: 20px 0;
  overflow: visible !important;
}

/* Slide gap + belógás */
.ps-mobile-carousel .swiper-slide {
  width: 75%;
  margin-right: 20px !important;
}

/* 1:1 képarányú doboz */
.ps-image-box {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 16px;
  overflow: hidden;
}

/* Kép */
.ps-image-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
