/*
 Theme Name:   SiteWeb Snelpen
 Theme URI:    https://snelpen.nl
 Description:  Child theme voor Snelpen.nl gebaseerd op de SiteWeb Starter
 Author:       SiteWeb
 Author URI:   https://siteweb.nl
 Template:     siteweb-starter
 Version:      1.0.0
 Text Domain:  siteweb-snelpen
*/

/* Show standard WC add to cart when not using configurator */
.woocommerce div.product form.cart {
    display: block !important;
}

/* Ensure variations table is visible */
.woocommerce div.product form.cart .variations {
    display: table !important;
}

/* Make 'Vanaf' label smaller and subtle */
.sw-price-label {
    font-size: 0.75em;
    opacity: 0.8;
    font-weight: 400;
    margin-right: 4px;
    text-transform: lowercase;
}
