/*
Theme Name: Blauwwwdruk Child theme
Theme URI: https://www.blauwwwdruk.nl
Template: hello-elementor
Author: Blauwwwdruk
Author URI: https://www.blauwwwdruk.nl
Description: Customized theme by Blauwwwdruk
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.0.1740574675
Updated: 2025-02-26 13:57:55
*/

.elementor-menu-cart__container,
.elementor-menu-cart__main,
.widget_shopping_cart_content {
	z-index: 105 !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	z-index: 95;
}

.woocommerce div.product div.images img {
	max-height: 50vh;
	object-fit: contain;
}

.woocommerce div.product p.stock {
	display: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: var(--e-global-color-primary);
    font-family: "Montserrat", Sans-serif;
    font-size: 1.5rem;
	font-weight: 500;
	margin: 20px 0;
    display: block;
}

.elementor-widget-woocommerce-checkout-page a {
    font-size: 13px !important;
}

.elementor-toggle .elementor-tab-title {
	min-height: 95px;
}

.elementor-element a:where(not(.elementor-cta__button.elementor-button):not(.swiper-slide-inner)) {
	text-decoration: underline;
} 

/* Custom event-ribbon voor product loop items */
.elementor-widget-shortcode.product-ribbon-widget {
    position: absolute;
    right: 0;
}

.custom-event-ribbon {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    z-index: 10;
    pointer-events: none; 
}

.custom-event-ribbon-inner {
    position: absolute;
    top: 25px;
    right: -50px;
    width: 200px;
    transform: rotate(45deg);
    background-color: #ff0000; 
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    line-height: 28px;
    text-transform: uppercase;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); 
}

/* Custom extra tekst blok voor checkout page */
.custom-inserted-block {
	margin-top: 20px;
	padding: 0;
	box-shadow: none;
}

@media (min-width: 1024px) {
  .sector2columns ul {
    column-count: 2 !important;
  }
}

/* recaptcha branding gone */
.grecaptcha-badge {
    display: none;
}
