/*
Theme Name: Impreza Child
Theme URI: http://impreza.us-themes.com/
Template: Impreza
Author: UpSolution
Author URI: http://us-themes.com/
Description: Multi-Purpose WordPress Theme.
Version: 8.22.1713968722
Updated: 2024-04-24 16:25:22

*/



/* === AZRA-VTWONEN-BADGE BEGIN === */
/* Kleine "vtwonen" overlay rechtsonder in productafbeelding voor pa_merk=vtwonen */
.product.azra-is-vtwonen .w-post-elm.post_image {
    position: relative;
}
.product.azra-is-vtwonen .w-post-elm.post_image::after {
    content: "vtwonen";
    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 4;
    background: rgba(255, 255, 255, 0.92);
    color: #111;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 2px;
    line-height: 1;
    letter-spacing: 0.04em;
    pointer-events: none;
    text-transform: lowercase;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    box-shadow: 0 1px 3px rgba(0,0,0,0.10);
}

/* Single product page: iets groter, op de main gallery image */
body.azra-is-vtwonen .w-post-elm.post_image,
body.azra-is-vtwonen .woocommerce-product-gallery,
body.azra-is-vtwonen .w-product-gallery {
    position: relative;
}
body.azra-is-vtwonen .w-post-elm.post_image::after,
body.azra-is-vtwonen .woocommerce-product-gallery::after,
body.azra-is-vtwonen .w-product-gallery::after {
    content: "vtwonen";
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 4;
    background: rgba(255, 255, 255, 0.92);
    color: #111;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 2px;
    line-height: 1;
    letter-spacing: 0.04em;
    pointer-events: none;
    text-transform: lowercase;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    box-shadow: 0 1px 3px rgba(0,0,0,0.10);
}

/* Verklein bij smaller scherm */
@media (max-width: 480px) {
    .product.azra-is-vtwonen .w-post-elm.post_image::after {
        font-size: 9px;
        padding: 3px 6px;
        bottom: 6px;
        right: 6px;
    }
}
/* === AZRA-VTWONEN-BADGE END === */

/* === AZRA-SORTEERBALK BEGIN === */
/* De balk met het aantal producten en de sorteerkeuze plakte tegen de hero-foto.
   Oorzaak: in de thema-instellingen staat .l-section.height_small site-breed op
   padding-top 0 met !important. Die regel laten we met rust; alleen de balk die
   de sorteerkeuze bevat krijgt weer lucht, zodat teller en knop samen opschuiven. */
.l-section.height_small:has(.w-order) {
	padding-top: 1.5rem !important;
}
/* === AZRA-SORTEERBALK END === */
