/*
Theme Name: niestcar
Theme URI: *
Author: Matise
Author URI: https://www.matise.nl
Description: Custom-built theme for wordpress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:

This theme is custom build by Matise
*/

/* Font Override - Fallback for production */
/* This ensures fonts load correctly even if webpack font paths fail */
/* Paths are relative to style.css location in theme root */
@font-face {
	font-family: 'Roboto';
	src: url('assets/fonts/Roboto-Regular.woff2') format('woff2'),
		url('assets/fonts/Roboto-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('assets/fonts/Roboto-Medium.woff2') format('woff2'),
		url('assets/fonts/Roboto-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('assets/fonts/Roboto-Bold.woff2') format('woff2'),
		url('assets/fonts/Roboto-Bold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('assets/fonts/Roboto-Black.woff2') format('woff2'),
		url('assets/fonts/Roboto-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'RobotoCondensed';
	src: url('assets/fonts/RobotoCondensed-Light.woff2') format('woff2'),
		url('assets/fonts/RobotoCondensed-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'RobotoCondensed';
	src: url('assets/fonts/RobotoCondensed-Regular.woff2') format('woff2'),
		url('assets/fonts/RobotoCondensed-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'RobotoCondensed';
	src: url('assets/fonts/RobotoCondensed-Bold.woff2') format('woff2'),
		url('assets/fonts/RobotoCondensed-Bold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/* Single Occasion Zoom/Modal Slider - Fallback for production */
.swiper-big-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.95);
	z-index: 9999;
	overflow: hidden;
}

.swiper-big-modal.show {
	display: block;
}

.swiper-big-modal__close {
	position: absolute;
	top: 2rem;
	right: 2rem;
	width: 3rem;
	height: 3rem;
	background-color: #ffffff;
	border: none;
	border-radius: 50%;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
	z-index: 10000;
	color: #101010;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}

.swiper-big-modal__close:hover {
	background-color: #101010;
	color: #ffffff;
}

.occasion-slider-big__swiper {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.occasion-slider-big__wrapper {
	height: 100%;
	display: flex;
	align-items: center;
}

.occasion-slider-big__slide {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.occasion-slider-big__slide img {
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
}

.occasion-slider-big__button-next,
.occasion-slider-big__button-prev {
	width: 4rem;
	height: 4rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #ffffff;
	transition: all 0.3s;
	cursor: pointer;
	z-index: 10001;
	display: flex;
	align-items: center;
	justify-content: center;
}

.occasion-slider-big__button-next:hover,
.occasion-slider-big__button-prev:hover {
	background-color: #101010;
}

.occasion-slider-big__button-next:hover svg,
.occasion-slider-big__button-prev:hover svg {
	fill: #ffffff;
}

.occasion-slider-big__button-next svg,
.occasion-slider-big__button-prev svg {
	width: 1.5rem;
	height: 1.5rem;
	fill: #101010;
}

.occasion-slider-big__button-next {
	right: 2rem;
}

.occasion-slider-big__button-prev {
	left: 2rem;
}

.occasion-slider-big__button-prev svg {
	transform: rotate(180deg);
}
