.psl-thumb img, .psl-thumb {
	/* max-width: 300px !important; */
    margin: 0 auto !important;
}
.psl-slide {
    height: 100% !important;
}
.haine-psl-item, .psl-slide {
	max-width: 430px !important;
    /* width: fit-content !important; */
}
/* Dodaj własne style poniżej */

/* .psl-thumb {
	max-width: 300px;
} */

/* Modal filtrów */
.haine-psl-filters {
	margin-bottom: 1.5rem;
	display: none;
}

.haine-psl-filters__toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: #1e1e1e;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 0.6rem 1.2rem;
	font-weight: 600;
	cursor: pointer;
}

.haine-psl-filters__toggle svg {
	display: block;
}

.haine-psl-filters__modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: none;
}

.haine-psl-filters__modal[hidden] {
	display: none !important;
}

.haine-psl-filters__modal--open {
	display: block;
}

.haine-psl-filters__modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.haine-psl-filters__modal-dialog {
	position: relative;
	margin: 2rem auto;
	max-width: min(600px, 92vw);
	background: #fff;
	border-radius: 8px;
	padding: 1.5rem;
	max-height: calc(100vh - 4rem);
	overflow-y: auto;
}

.haine-psl-filters__modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}

.haine-psl-filters__close {
	background: none;
	border: none;
	font-size: 1.8rem;
	line-height: 1;
	cursor: pointer;
	color: inherit;
}

body.haine-psl-no-scroll {
	overflow: hidden;
}

/* Widoki mobilne/tablety */
@media (max-width: 991px) {
	.haine-psl-filters {
		display: block;
	}

	.product-left-sidebar {
		display: none;
	}

	.haine-psl-filters__modal-body .product-left-sidebar {
		display: block;
	}
}

/* Desktop */
@media (min-width: 992px) {
	.haine-psl-filters__modal {
		display: none !important;
	}
}
