.product-slider-container .card.product-box.box-minimal {
    min-height: 480px;
	}

.sin-custom-listing-detail-box {
    position: relative;
    width: 100%;
    height: 100%;
}
.sin-custom-listing-detail-box img {
    transition: all 0.66s;
}
.sin-custom-listing-detail-box:hover img {
    transform: scale(1.075);
}


a.sin-custom-listing-detail-link {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
	z-index: 1;
}
a.product-name {
    text-transform: uppercase;
}
.sin-custom-listing-detail-box:hover {
	cursor: pointer;
}

.delivery-information.delivery-shipping-free::before,
.delivery-information.delivery-available::before,
.delivery-information.delivery-restock::before,
.delivery-information.delivery-soldout::before {
    content: "\2713"; /* Unicode für Häkchen */
    color: green;
}
span.delivery-status-indicator.bg-danger,
span.delivery-status-indicator.bg-warning {
    display: none;
}

li.page-item.active {
    z-index: 0;
}
.cms-element-product-listing p.delivery-information.delivery-shipping-free,
.product-slider-item p.delivery-information.delivery-shipping-free,
.product-slider-item p.delivery-information.delivery-available,
.delivery-information.delivery-available,
.delivery-information.delivery-soldout,
.delivery-information.delivery-restock {
    margin-bottom: 2px;
    color: #34811e;
    border-radius: 5px;
    margin-right: 10px;
    height: 25px;
    position: relative;
	font-weight: bold;
}
select.sorting.form-select, button.btn.btn-outline-primary.filter-panel-wrapper-toggle, input.form-control.header-search-input,
button.filter-panel-item-toggle.btn, .filter-boolean {
    border-radius: 5px;
    border: 1px solid #708fb4;
}
.cms-element-product-listing .product-variant-characteristics {
    display: none;
}


.cms-element-product-listing .product-description {
    height: 55px;
    margin-bottom: 15px;
}
.cms-element-product-listing .product-cheapest-price {
    display: none;
}
.sin-custom-youtube-video-anchor-link {
    height: 30px;
	display: flex;
    align-items: center;
}
.product-detail-delivery-information {
    height: 30px;
}
.cms-element-product-listing .product-price-info {
    position: absolute;
    right: 25px;
    bottom: 10px;
}

span.list-price {
    display: block;
    text-align: right;
}

span.product-price.with-list-price {
    text-align: right;
}
span.sin-custom-list-price {
    text-align: right;
    display: block;
}
.product-price-wrapper {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 150px;
	text-transform: lowercase;
}

.sin-custom-price-unit {
    display: none;
}

span.product-price {
    margin: 0 5px;
}
@media (max-width: 420px) {	
	p.delivery-information.delivery-shipping-free {
		font-size: 11px;
	}

	p.delivery-information.delivery-available {
		font-size: 11px;
	}

	.sin-custom-youtube-video-anchor-link {
		font-size: 11px;
	}
}
@media (max-width: 575px) {

	nav.pagination-nav {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	select.sorting.form-select {
		height: 48px;
	}
	.cms-block-sidebar-filter .col-12 {
		padding: 7px;
		}
	.cms-listing-col.col-6 {
		margin-bottom: 15px;
		padding: 0 7.5px;
	}
	a.product-name {
		overflow: hidden;
		min-height: 62px;
		font-size: 12px;
		line-height: initial;
		white-space: normal;
		hyphens: auto;
		-webkit-line-clamp: 4;
		line-clamp: 4;
	}
    .product-delivery-information {
        margin-bottom: 15px;
    }
	p.delivery-information.delivery-shipping-free, p.delivery-information.delivery-available {
		width: initial;
	}
	.sin-custom-listing-detail-box {
		border-bottom: solid 1px;
		padding-bottom: 15px;
	}
	.product-slider-item .sin-custom-listing-detail-box {
		padding-bottom: 0px;
	}
	.sin-custom-listing-detail-box .product-detail-delivery-information {
		margin-bottom: 3.5rem;
	}
	
	.product-description {
		margin-bottom: 15px;
	}
	.cms-element-product-listing p.delivery-information.delivery-shipping-free, .product-slider-item p.delivery-information.delivery-shipping-free, .product-slider-item p.delivery-information.delivery-available, p.delivery-information.delivery-available {
		padding: 5px 0px 5px 0px;
	}
	
}
@media (min-width: 576px) and (max-width: 767px) {
	a.product-name {
		overflow: visible;
		min-height: 100px;
		font-size: 12px;
		line-height: initial;
		white-space: normal;
		hyphens: auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

}
@media (max-width: 991px) {
	select.sorting.form-select {
		text-align: center;
	}
	.cms-element-product-listing-actions .col-md-auto {
		width: 50%;
	}
	
/* Standardmäßig alle Paginierungs-Elemente ausblenden */
.pagination .page-item {
    display: none;
}

/* First (1. Kind) anzeigen */
.pagination .page-item.page-first {
    display: list-item;
}

/* Prev (2. Kind) anzeigen */
.pagination .page-item.page-prev {
    display: list-item;
}

/* Seiten 1, 2, 3 (3., 4. und 5. Kind) anzeigen */
.pagination .page-item:nth-child(3),
.pagination .page-item:nth-child(4),
.pagination .page-item:nth-child(5) {
    display: list-item;
}

/* Next (7. Kind) anzeigen */
.pagination .page-item.page-next {
    display: list-item;
}

/* Last (8. Kind) anzeigen */
.pagination .page-item.page-last {
    display: list-item;
}


	
	button.filter-panel-wrapper-toggle {
		width: 200px !important;
	}
}

@media (min-width: 576px) {
	a.sin-custom-listing-detail-link {
	}
}

@media (min-width: 992px) {

	.cms-section-sidebar-sidebar-content.col-lg-4.col-xl-3 {
		position: sticky;
		padding-top: 0;
		top: 265px;
		align-self: start;
		max-height: calc(100vh - 265px);
        overflow-y: auto;
	}
	.cms-section {
		overflow: visible;
	}
	.product-delivery-information {
		display: flex;
		justify-content: start;
	}
}