/***************************************************************
# Tags
***************************************************************/

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #b5a15e !important;
}

/***************************************************************
# Common
***************************************************************/

/* General */

.wrap {
	max-width: 80rem;
}

.hentry {
	background: none;
}

.footer .social {
	font-size: 1.5rem !important;
	transform: translatey(-50%);
}

.strap {
	letter-spacing: 0;
	animation-delay: 0s;
	animation-duration: 2s;
	color: white !important;
	margin-bottom: 0.2em;
}

.site-container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
}

.site-container--sm {
	max-width: 40rem;
}
.site-container--md {
	max-width: 60rem;
}

.site-container--lg {
	max-width: 80rem;
}

.site-container--xl {
	max-width: 100rem;
}

.section-margin {
	margin-top: 10%;
	margin-bottom: 10%;
}

.aligncenter {
	margin: 1rem auto;
	display: block;
}

.btn {
	width: 100%;
}

.lg-sub-html { display: none; }

@media (min-width: 48rem) {
	.site-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.section-margin {
		margin-top: 6rem;
		margin-bottom: 6rem;
	}

	.btn {
		width: auto;
	}
}

/* Header */

.header {
	padding: 40px;
}

.overlay.open {
	height: 110vh;
	padding-bottom: 20vh;
}

/* Footer */

.site-footer {
	text-align: center;
	padding: 2rem 0;
	color: white;
}

.site-footer a {
	text-decoration: none;
}

.site-footer a:hover {
	text-decoration: underline;
}

.site-footer__row {
	display: flex;
	flex-flow: column;
	gap: 1rem;
}

.site-footer .menu a {
	color: #b5a15e !important;
}

.site-footer__social {
	display: flex;
	gap: 0.6em;
	font-size: 1.5rem;
	justify-content: center;
}

.site-footer__social svg {
	height: 0.8em;
	width: auto;
	fill: currentColor;
	vertical-align: baseline;
}

@media (min-width: 64rem) {
	.site-footer__row {
		flex-flow: row;
		align-items: center;
		gap: 2rem;
	}

	.site-footer__credit {
		margin-left: auto;
	}

	.site-footer .menu {
		display: flex;
		gap: 1rem;
		line-height: 1;
	}

	.site-footer .menu-item + .menu-item {
		border-left: 2px solid black;
		padding-left: 1rem;
	}

	.page-template-page-home .site-footer {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}

/* Mobile menu */

.overlay .current-menu-item a {
	color: #9d8948;
}

.overlay__cart {
	position: absolute;
	top: 2.4rem;
	right: 4.4rem;
}

/***************************************************************
# Buttons
***************************************************************/

.button {
	display: block;
	text-decoration: none;
	color: #b5a15e;
	font-size: 1.5rem;
	padding: 1rem 2rem;
	border: 2px solid #b5a15e;
	cursor: pointer;
	width: 100%;
	text-align: center;
}

@media (min-width: 48rem) {
	.button {
		display: inline-block;
		width: auto;
	}
}

/***************************************************************
# WooCommerce
***************************************************************/

.woocommerce .single-product {
	margin-top: 3rem;
}

.woocommerce-shop #main p {
	font-size: 16px;
	line-height: 18px;
}

.woocommerce-loop-product__title {
	color: white !important;
}

.woocommerce .products .attachment-woocommerce_thumbnail {
	aspect-ratio: 1;
	object-fit: cover;
}


.woocommerce .products .price,
.woocommerce .products .woocommerce-Price-amount {
	font-size: clamp(1.25rem, 3vw, 1.5rem) !important;
	line-height: 1;
}


/***************************************************************
# Template > Gallery
***************************************************************/

.gallery-2024__filters {
	display: flex;
	flex-flow: column;
	gap: 0.5rem;
	margin-bottom: 2rem;
}

.gallery-2024 img {
	max-width: 100%;
	height: auto;
}

.gallery-2024__item {
	width: 50%;
	padding: 0.5rem;
}

@media (min-width: 48rem) {
	.gallery-2024__filters {
		flex-flow: wrap;
		justify-content: center;
		gap: 1rem;
	}

	.gallery-2024__filters .btn {
		width: auto;
	}

	.gallery-2024__item {
		width: 20%;
	}
}

/***************************************************************
# ZF Lightbox
***************************************************************/

.zf-lightbox {
	visibility: hidden;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	opacity: 0;
	width: 0%;
	height: 0%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.8);
	color: white;
	transition: opacity .4s ease;
}

.zf-lightbox--open {
	opacity: 1;
	visibility: visible;
	width: 100%;
	height: 100%;
}

.zf-lightbox__container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80vw;
	max-width: 80rem;
	max-height: 80vh;
}

.zf-lightbox__close {
	font-size: 1.4rem;
	text-transform: uppercase;
	margin-bottom: 0.4em;
	text-align: right;
	padding: 0.2em 1em;
	cursor: pointer;
}

.zf-lightbox__close:hover {
	background: rgba(255,255,255,0.1);
}

.zf-lightbox__close svg {
	vertical-align: middle;
	fill: currentColor;
}
