﻿body.gs37212-enabled {
	--gs37212-ink: #20262d;
	--gs37212-muted: #8b96a2;
	--gs37212-line: #e5e8ec;
	--gs37212-soft: #f4f5f7;
	--gs37212-card-shadow: 0 18px 32px rgba(17, 24, 39, 0.08);
	--gs37212-card-shadow-hover: 0 28px 44px rgba(17, 24, 39, 0.12);
	overflow-x: hidden;
}

body.gs37212-enabled .website-wrapper,
body.gs37212-enabled .main-page-wrapper,
body.gs37212-enabled .wd-page-content,
body.gs37212-enabled .site-content,
body.gs37212-enabled .wd-content-area,
body.gs37212-enabled main#main-content {
	max-width: 100% !important;
	overflow-x: hidden !important;
}

body.gs37212-enabled main#main-content.content-layout-wrapper.container {
	width: 100% !important;
	max-width: none !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body.gs37212-enabled .wd-content-area.site-content {
	width: 100% !important;
	max-width: none !important;
	flex: 0 0 100% !important;
}

body.gs37212-enabled .wd-page-content {
	background: #fff !important;
}

body.gs37212-enabled .main-page-wrapper {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body.gs37212-enabled .entry-content {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

body.gs37212-enabled .entry-content > *:first-child,
body.gs37212-enabled .entry-content > *:last-child {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

body.gs37212-enabled .gs37212-page {
	background: #fff;
	color: var(--gs37212-ink);
}

body.gs37212-enabled .gs37212-shell {
	width: min(1640px, calc(100% - 112px));
	max-width: none;
	margin-right: auto;
	margin-left: auto;
}

body.gs37212-enabled .gs37212-breadcrumb-bar {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
	background: var(--gs37212-soft);
}

body.gs37212-enabled .gs37212-breadcrumb-wrap {
	padding: 34px 0 36px;
}

body.gs37212-enabled .gs37212-breadcrumb {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: #4c5560;
}

body.gs37212-enabled .gs37212-breadcrumb a {
	color: #2d3640;
	text-decoration: none;
	transition: color .22s ease;
}

body.gs37212-enabled .gs37212-breadcrumb a:hover {
	color: #5f6770;
}

body.gs37212-enabled .gs37212-main {
	padding: 36px 0 90px;
}

body.gs37212-enabled .gs37212-layout {
	display: grid;
	grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
	gap: 76px;
	align-items: start;
}

body.gs37212-enabled .gs37212-layout > .wp-block-column {
	margin: 0 !important;
}

body.gs37212-enabled .gs37212-sidebar,
body.gs37212-enabled .gs37212-products {
	min-width: 0;
}

body.gs37212-enabled .gs37212-section-title {
	margin: 0;
	color: var(--gs37212-ink);
	font-size: clamp(32px, 2.55vw, 50px);
	line-height: 1.14;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
}

body.gs37212-enabled .gs37212-products-title {
	text-transform: none;
}

body.gs37212-enabled .gs37212-divider {
	margin: 30px 0 30px !important;
	border: 0 !important;
	border-top: 1px solid var(--gs37212-line) !important;
	opacity: 1 !important;
}

body.gs37212-enabled .gs37212-category-item {
	margin: 0 0 34px;
	font-size: clamp(18px, 1.25vw, 22px);
	line-height: 1.45;
	color: var(--gs37212-muted);
	transition: color .22s ease, transform .22s ease;
}

body.gs37212-enabled .gs37212-category-item:last-child {
	margin-bottom: 0;
}

body.gs37212-enabled .gs37212-category-item:hover {
	color: #5f6770;
	transform: translateX(2px);
}

body.gs37212-enabled .gs37212-category-item a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
	transition: color .22s ease;
}

body.gs37212-enabled .gs37212-category-item a:hover,
body.gs37212-enabled .gs37212-category-item a:focus {
	color: inherit;
	text-decoration: none;
}

body.gs37212-enabled .gs37212-category-item a:focus-visible {
	outline: 2px solid rgba(31, 40, 50, .25);
	outline-offset: 4px;
}

body.gs37212-enabled .gs37212-category-item.is-active {
	color: #1f2832;
	font-weight: 700;
}

body.gs37212-enabled .gs37212-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 42px 42px;
}

body.gs37212-enabled .gs37212-card {
	margin: 0;
	transition: transform .28s ease, box-shadow .28s ease;
}

body.gs37212-enabled .gs37212-card:hover {
	transform: translateY(-6px);
}

body.gs37212-enabled .gs37212-card-image {
	position: relative;
	margin: 0 0 16px;
	overflow: hidden;
	background: #edf0f3;
	box-shadow: var(--gs37212-card-shadow);
	cursor: zoom-in;
	isolation: isolate;
}

body.gs37212-enabled .gs37212-card-image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform .42s ease;
}

body.page-id-38028 .gs37212-card:nth-child(2) .gs37212-card-image img {
	object-position: center 18%;
}

body.gs37212-enabled .gs37212-card-image::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background: rgba(12, 14, 18, .42);
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease;
}

body.gs37212-enabled .gs37212-card-image::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	width: 74px;
	height: 74px;
	border-radius: 999px;
	background-color: rgba(255, 255, 255, .08);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='6.5'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 34px 34px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .28);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -50%) scale(.82);
	transition: opacity .3s ease, transform .34s cubic-bezier(.2, .8, .2, 1), background-color .3s ease;
}

body.gs37212-enabled .gs37212-card:hover .gs37212-card-image {
	box-shadow: var(--gs37212-card-shadow-hover);
}

body.gs37212-enabled .gs37212-card:hover .gs37212-card-image::before,
body.gs37212-enabled .gs37212-card-image.is-hovered::before,
body.gs37212-enabled .gs37212-card-image:focus::before {
	opacity: 1;
}

body.gs37212-enabled .gs37212-card:hover .gs37212-card-image::after,
body.gs37212-enabled .gs37212-card-image.is-hovered::after,
body.gs37212-enabled .gs37212-card-image:focus::after {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

body.gs37212-enabled .gs37212-card:hover .gs37212-card-image img,
body.gs37212-enabled .gs37212-card-image.is-hovered img,
body.gs37212-enabled .gs37212-card-image:focus img {
	transform: scale(1.045);
	filter: brightness(.88);
}

body.gs37212-enabled .gs37212-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px;
	background: rgba(6, 8, 12, .86);
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s ease;
}

body.gs37212-enabled .gs37212-lightbox.is-open {
	opacity: 1;
	pointer-events: auto;
}

body.gs37212-enabled .gs37212-lightbox__dialog {
	position: relative;
	max-width: min(92vw, 1280px);
	max-height: 88vh;
	transform: translateY(16px) scale(.985);
	transition: transform .28s cubic-bezier(.2, .8, .2, 1);
}

body.gs37212-enabled .gs37212-lightbox.is-open .gs37212-lightbox__dialog {
	transform: translateY(0) scale(1);
}

body.gs37212-enabled .gs37212-lightbox__image {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 88vh;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 22px 80px rgba(0, 0, 0, .38);
}

body.gs37212-enabled .gs37212-lightbox__close {
	position: absolute;
	top: -14px;
	right: -14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(18, 20, 26, .82);
	color: #fff;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .22);
}

body.gs37212-enabled.gs37212-lightbox-open {
	overflow: hidden;
}

body.gs37212-enabled .gs37212-card-title {
	margin: 0 0 10px;
	font-size: clamp(17px, 1.15vw, 22px);
	line-height: 1.35;
	font-weight: 500;
	text-align: center;
	color: #232b34;
	text-wrap: balance;
}

body.gs37212-enabled .gs37212-card-subtitle {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #9aa3ad;
	text-align: center;
}

@media (max-width: 1199px) {
	body.gs37212-enabled .gs37212-shell {
		width: min(100%, calc(100% - 56px));
	}

	body.gs37212-enabled .gs37212-layout {
		grid-template-columns: minmax(200px, 280px) minmax(0, 1fr);
		gap: 42px;
	}

	body.gs37212-enabled .gs37212-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 28px;
	}
}

@media (max-width: 767px) {
	body.gs37212-enabled .gs37212-shell {
		width: min(100%, calc(100% - 28px));
	}

	body.gs37212-enabled .gs37212-breadcrumb-wrap {
		padding: 24px 0 26px;
	}

	body.gs37212-enabled .gs37212-main {
		padding: 28px 0 54px;
	}

	body.gs37212-enabled .gs37212-layout {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	body.gs37212-enabled .gs37212-divider {
		margin: 20px 0 22px !important;
	}

	body.gs37212-enabled .gs37212-category-item {
		margin-bottom: 18px;
		font-size: 18px;
	}

	body.gs37212-enabled .gs37212-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	body.gs37212-enabled .gs37212-card-subtitle {
		font-size: 15px;
	}

	body.gs37212-enabled .gs37212-card-image::after {
		width: 62px;
		height: 62px;
		background-size: 28px 28px;
	}

	body.gs37212-enabled .gs37212-lightbox {
		padding: 16px;
	}

	body.gs37212-enabled .gs37212-lightbox__close {
		top: 10px;
		right: 10px;
	}
}

