/* 
Theme Name: Media Belgium Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Media Belgium theme developped for Client.
Author: Media Belgium
Author URI: https://mediabelgium.be
Template: hello-elementor
Version: 2.0.0
*/

/* Add your custom styles here */

H1,H2,H3,H4,H5,H6{
	font-family:manifold-cf !important;
}
span,a,p,H1,H2,H3,H4,H5,H6 {
    --e-global-typography-3c53b71-font-family: "manifold-cf";
}

/* ALGEMENE NOTICES */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    border-top-color: #FF5500;
}

/* LINKS */
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
    color: #FF5500 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover {
    color: #000;
}

/* BUTTONS */
.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce-error a.button {
    background-color: #FF5500;
    color: #fff !important;
}

.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover {
    background-color: #000;
}

/* ICONS */
.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before {
    color: #FF5500;
}

.woocommerce-message {
    background-color: #F3F4F6;
}

.woocommerce-info {
    background-color: #F3F4F6;
}

.woocommerce-error {
    background-color: #F3F4F6;
}

.shop-workshop-card-wrapper {
	display: flex;
	height: 100%;
}

 .shop-workshop-card {
	width: 100%;
	height: 100%;
	min-height: 420px;
	border-radius: 10px;
	overflow: hidden;
	 background:
		linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),
		url('https://mediabelgium.casperodesign.be/wp-content/uploads/2026/03/IMG_6127-scaled.jpg') center / cover no-repeat;
} 

.shop-workshop-card_inner {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 24px;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

.shop-workshop-card h3 {
	margin: 0 0 20px;
	font-size: 2.5rem;
	line-height: 2.75rem;
	color: #fff;
}

 .shop-workshop-card p {
	margin: 0 0 30px;
	font-size: 1rem;
	line-height: 1.25rem;
	color: #fff;
} 

.shop-workshop-card_button {
	display: inline-block;
	font-family:manifold-cf;
	font-weight:700;
	font-size: 1rem;
	line-height: 1.25rem;
	padding: 16px 32px;
	border-radius: 8px;
	background: #f97316;
	color: #fff;
	text-decoration: none;
}