/*
 Theme Name: Klasse Child Theme
 Theme URI: https: //klassebv.nl/
 Author: Klasse Software & Development B.V. 
 Author URI: https: //klassebv.nl/
 Description: Wordpress child theme for all the Klasse Software & Development B.V. trademarks.
 Template: klasse-theme
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Version: 1.0.0 
 Requires at least: 5.0 
 Tested up to: 5.8.1 
 Requires PHP: 7.4 
 License: GNU General Public License v3 or later 
 License URI: http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain: klasse-theme
 This theme is licensed under the GPL.
*/

/* Related products Swiper: override WooCommerce grid layout */
.swiper-related-products ul.products.swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.swiper-related-products ul.products.swiper-wrapper li.product.swiper-slide {
    width: auto;
    float: none;
    margin-left: 0;
    /* margin-right is intentionally omitted — Swiper sets it via spaceBetween */
}

form.cart .quantity .qty {
    order: -1;
}

.woocommerce-additional-fields:has(#order_comments_field) > h3 {
    display: none;
}

