/* BLOG */
.news-card-wrapper {
	border-radius: var(--corner_10);
    padding: .5rem;
    border: 1px solid var(--bs-border-color);
}
/* ---- */



@media (min-width: 992px) {
	.product-module:not(.side-position) .product-snapshot-vertical:not(.slick-slider) .product-snapshot {
		max-width: 30%;	
		width: 30%;	
	}
}
	
.product-parameter__short-description {
	margin-bottom: 10px;
}

.card.kickerimage__card img {
	max-width: 100%;
}

.kickerimage__overlay {
	display: none;
}

.widget__body-padding-wrapper {
	border: 1px solid var(--bs-border-color);
    background-color: white;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: var(--corner_10);
}

.product-card .product-card-image__link {
    border: 0 !important;
}

.product-page-bottom .container.product-page-container {
	background: white;
	border-radius: var(--corner_10);
	margin-top: 30px;
    padding-bottom: 5px;
}

.product-page-bottom .container.product-page-container .module-head {
	padding-top: 20px;
}

#product-tabs {
	display: none;
}


div#ak-widget {z-index: 1 !important;}

.main-content #categoryoffer .module-head h2.module-head-title.h1 {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: normal;
    text-align: start;
}