/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 14 2025 | 12:39:33 */
.wd-product:not(.wd-hover-small) :is(.product-image-link,.hover-img) :is(picture,img) {
	aspect-ratio: 1 / 1;
    object-fit: contain;
    background-color: #ffffff;
}

/* Product pagina - Staffelkorting */
.single-product .wd-dynamic-discounts tr:nth-child(even) {
  background-color: #F6F6F6;
}

body.archive .page-description {
	margin-bottom: 0px;
}
body.archive .page-description .it_korte_omschrijving_volledig:not(:empty) {
	margin-bottom: 25px;
}

body.archive .wd-products .add_to_cart_button span,
body.home .wd-products .add_to_cart_button span  {
	font-size: 15px;
}

body.archive .wd-sidebar .current-menu-item a {
	color: var(--zwart);
	font-weight: 700;
}
body.archive .wd-sidebar li:not(:last-child) {
	margin-bottom: 8px;
}

body.archive .wd-sidebar .menu-item a::before {
	content: '\f0c8';
    font-family: 'Font Awesome 5 Free';
    margin-right: 8px;
    font-size: 12px;
    position: relative;
    bottom: 1px;
}
body.archive .wd-sidebar .menu-item.current-menu-item a::before {
	content: '\f14a';
}