/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 12 2025 | 14:09:41 */
.swiper-slide.images.woocommerce-product-gallery.woocommerce-product-gallery__wrapper.swiper-slide-visible.swiper-slide-active :after {
    content: '10% Korting';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: fit-content;
	height: fit-content;
    background: #ffc13c;
    padding: 2px 10px;
    font-weight: 700;
    font-size: 1.2em;
    text-transform: uppercase;
    border-radius: 0 0 10px 0;
    z-index: 10;
}