.p-widget-slider-style1 {
  --lib-swiper__multiple-count: 1;
}

.p-widget-slider-style1__item-picture {
  aspect-ratio: 200 / 300;
  overflow: hidden;
  border-radius: var(--v-border-radius__sm);
}

.p-widget-slider-style1--alt2 .p-widget-slider-style1__item-picture {
  aspect-ratio: 400 / 300;
}

@media (min-width: 500px) {
  .p-widget-slider-style1 {
    --lib-swiper__multiple-count: 2;
  }
}

@media (min-width: 700px) {
  .p-widget-slider-style1 {
    --lib-swiper__multiple-count: 4;
  }
}

@media (min-width: 1000px) {
  .p-widget-slider-style1 {
    --lib-swiper__multiple-count: 5;
  }

  .p-widget-slider-style1--columns-4 {
    --lib-swiper__multiple-count: 4;
  }
}
