:root {
	--zshop-green: #073f31;
	--zshop-green-2: #0a5842;
	--zshop-green-3: #0d6b50;
	--zshop-gold: #c99c4a;
	--zshop-gold-soft: #f2dfb7;
	--zshop-cream: #faf7f1;
	--zshop-paper: #fffdf9;
	--zshop-white: #ffffff;
	--zshop-ink: #202822;
	--zshop-muted: #707a73;
	--zshop-line: #e7e0d5;
	--zshop-danger: #c83636;
	--zshop-success: #187a54;
	--zshop-shadow-xs: 0 2px 10px rgba(7, 63, 49, 0.05);
	--zshop-shadow-sm: 0 10px 28px rgba(7, 63, 49, 0.08);
	--zshop-shadow-md: 0 18px 50px rgba(7, 63, 49, 0.12);
	--zshop-radius-sm: 14px;
	--zshop-radius-md: 20px;
	--zshop-radius-lg: 28px;
	--zshop-radius-xl: 36px;
	--zshop-container: 1320px;
	--zshop-header-height: 156px;
	--zshop-transition: 180ms ease;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	color: var(--zshop-ink);
	background: var(--zshop-cream);
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.85;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.is-drawer-open {
	overflow: hidden;
}

img,
	svg {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
[role="button"],
a {
	-webkit-tap-highlight-color: transparent;
}

button {
	color: inherit;
}

:focus-visible {
	outline: 3px solid rgba(201, 156, 74, 0.75);
	outline-offset: 3px;
}

::selection {
	color: var(--zshop-white);
	background: var(--zshop-green-2);
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.zshop-skip-link {
	position: fixed;
	z-index: 99999;
	inset-block-start: 14px;
	inset-inline-start: 14px;
	padding: 10px 16px;
	color: var(--zshop-white);
	background: var(--zshop-green);
	border-radius: 10px;
	transform: translateY(-160%);
}

.zshop-skip-link:focus {
	transform: translateY(0);
}

.zshop-container {
	width: min(calc(100% - 40px), var(--zshop-container));
	margin-inline: auto;
}

.zshop-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
	background-color: currentColor;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.zshop-icon--menu {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 7h16M4 12h16M4 17h16' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 7h16M4 12h16M4 17h16' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.zshop-icon--search {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='m20 20-4-4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='m20 20-4-4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.zshop-icon--bag {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 8h14l-1 12H6L5 8Zm4 1V6a3 3 0 0 1 6 0v3' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 8h14l-1 12H6L5 8Zm4 1V6a3 3 0 0 1 6 0v3' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E");
}

.zshop-icon--user {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='4' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M4.5 21a7.5 7.5 0 0 1 15 0' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='4' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M4.5 21a7.5 7.5 0 0 1 15 0' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.zshop-icon--home {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m3 11 9-8 9 8M5 10v10h14V10' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m3 11 9-8 9 8M5 10v10h14V10' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.zshop-icon--grid {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h6v6H4V4Zm10 0h6v6h-6V4ZM4 14h6v6H4v-6Zm10 0h6v6h-6v-6Z' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h6v6H4V4Zm10 0h6v6h-6V4ZM4 14h6v6H4v-6Zm10 0h6v6h-6v-6Z' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.zshop-icon--heart {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.8 5.8a5 5 0 0 0-7.1 0L12 7.5l-1.7-1.7a5 5 0 0 0-7.1 7.1L12 21l8.8-8.1a5 5 0 0 0 0-7.1Z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.8 5.8a5 5 0 0 0-7.1 0L12 7.5l-1.7-1.7a5 5 0 0 0-7.1 7.1L12 21l8.8-8.1a5 5 0 0 0 0-7.1Z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.zshop-icon--arrow-left {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 12H5m6-6-6 6 6 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 12H5m6-6-6 6 6 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.zshop-icon--arrow-up,
.zshop-icon--check {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m6 15 6-6 6 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m6 15 6-6 6 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.zshop-icon--check {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m5 12 4 4L19 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m5 12 4 4L19 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.zshop-icon--shield {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3 5 6v5c0 4.5 2.7 7.8 7 10 4.3-2.2 7-5.5 7-10V6l-7-3Zm-3 9 2 2 4-4' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3 5 6v5c0 4.5 2.7 7.8 7 10 4.3-2.2 7-5.5 7-10V6l-7-3Zm-3 9 2 2 4-4' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.zshop-icon--truck {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 6h11v10H3V6Zm11 4h4l3 3v3h-7v-6ZM5 18a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm11 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0Z' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 6h11v10H3V6Zm11 4h4l3 3v3h-7v-6ZM5 18a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm11 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0Z' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.zshop-icon--lock {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 10h14v11H5V10Zm3 0V7a4 4 0 0 1 8 0v3' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 10h14v11H5V10Zm3 0V7a4 4 0 0 1 8 0v3' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.zshop-icon--headset {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 13v-1a8 8 0 0 1 16 0v1M4 13h3v6H5a1 1 0 0 1-1-1v-5Zm16 0h-3v6h2a1 1 0 0 0 1-1v-5Zm-3 6c0 2-2 2-5 2' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 13v-1a8 8 0 0 1 16 0v1M4 13h3v6H5a1 1 0 0 1-1-1v-5Zm16 0h-3v6h2a1 1 0 0 0 1-1v-5Zm-3 6c0 2-2 2-5 2' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.zshop-icon--sparkle {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 3 1.2 3.8L17 8l-3.8 1.2L12 13l-1.2-3.8L7 8l3.8-1.2L12 3Zm6 10 .8 2.2L21 16l-2.2.8L18 19l-.8-2.2L15 16l2.2-.8L18 13Z' fill='black'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 3 1.2 3.8L17 8l-3.8 1.2L12 13l-1.2-3.8L7 8l3.8-1.2L12 3Zm6 10 .8 2.2L21 16l-2.2.8L18 19l-.8-2.2L15 16l2.2-.8L18 13Z' fill='black'/%3E%3C/svg%3E");
}

.zshop-icon--star {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 3 2.7 5.5 6.1.9-4.4 4.3 1 6.1-5.4-2.9-5.4 2.9 1-6.1-4.4-4.3 6.1-.9L12 3Z' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 3 2.7 5.5 6.1.9-4.4 4.3 1 6.1-5.4-2.9-5.4 2.9 1-6.1-4.4-4.3 6.1-.9L12 3Z' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.zshop-icon--drop {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3s6 6.2 6 11a6 6 0 1 1-12 0c0-4.8 6-11 6-11Z' fill='none' stroke='black' stroke-width='1.8'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3s6 6.2 6 11a6 6 0 1 1-12 0c0-4.8 6-11 6-11Z' fill='none' stroke='black' stroke-width='1.8'/%3E%3C/svg%3E");
}

.zshop-icon--instagram {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 3h8a5 5 0 0 1 5 5v8a5 5 0 0 1-5 5H8a5 5 0 0 1-5-5V8a5 5 0 0 1 5-5Zm4 5a4 4 0 1 0 0 8 4 4 0 0 0 0-8Zm5.5-1.5h.01' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 3h8a5 5 0 0 1 5 5v8a5 5 0 0 1-5 5H8a5 5 0 0 1-5-5V8a5 5 0 0 1 5-5Zm4 5a4 4 0 1 0 0 8 4 4 0 0 0 0-8Zm5.5-1.5h.01' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.zshop-icon--whatsapp {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 11.6a8 8 0 0 1-11.8 7l-4.2 1 1.1-4A8 8 0 1 1 20 11.6ZM9 8.5c.5 2.5 2 4 4.5 5' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 11.6a8 8 0 0 1-11.8 7l-4.2 1 1.1-4A8 8 0 1 1 20 11.6ZM9 8.5c.5 2.5 2 4 4.5 5' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.zshop-main {
	min-height: 45vh;
}

.zshop-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	padding: 12px 22px;
	border: 1px solid transparent;
	border-radius: var(--zshop-radius-sm);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	transition: transform var(--zshop-transition), background-color var(--zshop-transition), border-color var(--zshop-transition), box-shadow var(--zshop-transition);
}

.zshop-button:hover {
	transform: translateY(-2px);
}

.zshop-button .zshop-icon {
	width: 19px;
	height: 19px;
}

.zshop-button--primary {
	color: var(--zshop-white);
	background: var(--zshop-green);
	box-shadow: 0 10px 22px rgba(7, 63, 49, 0.16);
}

.zshop-button--primary:hover {
	background: var(--zshop-green-2);
}

.zshop-button--light {
	color: var(--zshop-green);
	background: var(--zshop-white);
}

.zshop-button--outline {
	color: var(--zshop-green);
	background: transparent;
	border-color: rgba(7, 63, 49, 0.22);
}

/* Header */
.zshop-site-header {
	position: relative;
	z-index: 100;
	background: var(--zshop-paper);
	border-bottom: 1px solid rgba(7, 63, 49, 0.08);
}

.zshop-announcement {
	color: rgba(255, 255, 255, 0.86);
	background: var(--zshop-green);
	font-size: 12.5px;
}

.zshop-announcement__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 38px;
	gap: 24px;
}

.zshop-announcement p {
	margin: 0;
}

.zshop-announcement a {
	color: var(--zshop-gold-soft);
	font-weight: 700;
}

.zshop-header-main {
	padding: 18px 0 16px;
}

.zshop-header-main__inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 28px;
}

.zshop-header-actions {
	display: flex;
	align-items: center;
	gap: 9px;
	justify-self: start;
}

.zshop-icon-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	color: var(--zshop-green);
	background: var(--zshop-white);
	border: 1px solid rgba(7, 63, 49, 0.13);
	border-radius: 15px;
	box-shadow: var(--zshop-shadow-xs);
	cursor: pointer;
	transition: color var(--zshop-transition), background-color var(--zshop-transition), border-color var(--zshop-transition), transform var(--zshop-transition);
}

.zshop-icon-button:hover {
	color: var(--zshop-white);
	background: var(--zshop-green);
	border-color: var(--zshop-green);
	transform: translateY(-1px);
}

.zshop-icon-button .zshop-icon {
	width: 22px;
	height: 22px;
}

.zshop-cart-count {
	position: absolute;
	inset-block-start: -7px;
	inset-inline-start: -7px;
	display: grid;
	place-items: center;
	min-width: 21px;
	height: 21px;
	padding: 0 5px;
	color: var(--zshop-white);
	background: var(--zshop-gold);
	border: 2px solid var(--zshop-paper);
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
}

.zshop-cart-count[hidden] {
	display: none;
}

.zshop-header-brand {
	text-align: center;
	justify-self: center;
}

.zshop-header-brand__mobile {
	display: none;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	width: auto;
	max-width: 210px;
	max-height: 70px;
}

.zshop-wordmark {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.2;
}

.zshop-wordmark > span {
	color: var(--zshop-green);
	font-family: Arial, sans-serif;
	font-size: 35px;
	font-weight: 800;
	letter-spacing: -1.4px;
}

.zshop-wordmark small {
	margin-top: 7px;
	color: var(--zshop-muted);
	font-size: 10.5px;
	font-weight: 500;
}

.zshop-desktop-nav {
	justify-self: end;
}

.zshop-primary-menu,
.zshop-primary-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.zshop-primary-menu {
	display: flex;
	align-items: center;
	gap: 24px;
}

.zshop-primary-menu > li {
	position: relative;
}

.zshop-primary-menu > li > a {
	display: block;
	padding: 10px 0;
	color: #3f4942;
	font-size: 13px;
	font-weight: 600;
}

.zshop-primary-menu > li > a:hover,
.zshop-primary-menu > .current-menu-item > a,
.zshop-primary-menu > .current-menu-ancestor > a {
	color: var(--zshop-green);
}

.zshop-primary-menu .sub-menu {
	position: absolute;
	inset-block-start: calc(100% + 8px);
	inset-inline-end: 0;
	z-index: 10;
	min-width: 210px;
	padding: 10px;
	background: var(--zshop-white);
	border: 1px solid var(--zshop-line);
	border-radius: 16px;
	box-shadow: var(--zshop-shadow-md);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity var(--zshop-transition), transform var(--zshop-transition), visibility var(--zshop-transition);
}

.zshop-primary-menu li:hover > .sub-menu,
.zshop-primary-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.zshop-primary-menu .sub-menu a {
	display: block;
	padding: 8px 10px;
	border-radius: 9px;
	font-size: 12.5px;
}

.zshop-primary-menu .sub-menu a:hover {
	color: var(--zshop-green);
	background: var(--zshop-cream);
}

.zshop-search-row {
	display: flex;
	justify-content: center;
	margin-top: 16px;
}

.zshop-search {
	position: relative;
	width: min(100%, 880px);
}

.zshop-search input[type="search"] {
	width: 100%;
	height: 56px;
	padding: 0 62px 0 22px;
	color: var(--zshop-ink);
	background: #fff;
	border: 1px solid rgba(7, 63, 49, 0.13);
	border-radius: 18px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), var(--zshop-shadow-xs);
	font-size: 13.5px;
	outline: 0;
	transition: border-color var(--zshop-transition), box-shadow var(--zshop-transition);
	-webkit-appearance: none;
}

.zshop-search input[type="search"]::placeholder {
	color: #8a918c;
}

.zshop-search input[type="search"]:focus {
	border-color: rgba(7, 63, 49, 0.45);
	box-shadow: 0 0 0 4px rgba(7, 63, 49, 0.07);
}

.zshop-search button {
	position: absolute;
	inset-block: 0;
	inset-inline-end: 8px;
	display: grid;
	place-items: center;
	width: 48px;
	padding: 0;
	color: var(--zshop-green);
	background: transparent;
	border: 0;
	cursor: pointer;
}

.zshop-menu-toggle {
	display: none;
}

/* Mobile drawer */
.zshop-mobile-drawer {
	position: fixed;
	z-index: 1000;
	inset: 0;
}

.zshop-mobile-drawer[hidden] {
	display: none;
}

.zshop-drawer-backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background: rgba(14, 22, 18, 0.52);
	border: 0;
	backdrop-filter: blur(3px);
}

.zshop-drawer-panel {
	position: absolute;
	inset-block: 0;
	inset-inline-end: 0;
	width: min(88vw, 390px);
	padding: 22px;
	background: var(--zshop-paper);
	box-shadow: -20px 0 60px rgba(0, 0, 0, 0.18);
	overflow-y: auto;
	animation: zshop-drawer-in 220ms ease both;
}

@keyframes zshop-drawer-in {
	from { transform: translateX(100%); }
	to { transform: translateX(0); }
}

.zshop-drawer-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--zshop-line);
}

.zshop-drawer-head strong {
	color: var(--zshop-green);
	font-family: Arial, sans-serif;
	font-size: 25px;
}

.zshop-drawer-head button {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	background: var(--zshop-cream);
	border: 0;
	border-radius: 12px;
	font-size: 25px;
	cursor: pointer;
}

.zshop-drawer-menu,
.zshop-drawer-menu ul,
.zshop-drawer-panel .menu {
	padding: 0;
	margin: 20px 0;
	list-style: none;
}

.zshop-drawer-menu a,
.zshop-drawer-panel .menu a {
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 8px 10px;
	border-bottom: 1px solid rgba(231, 224, 213, 0.78);
	font-weight: 600;
}

.zshop-drawer-menu .sub-menu {
	padding-inline-start: 14px;
	margin: 0;
}

.zshop-drawer-menu .sub-menu a {
	min-height: 42px;
	color: var(--zshop-muted);
	font-size: 13px;
}

.zshop-drawer-support {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 16px;
	color: var(--zshop-white);
	background: var(--zshop-green);
	border-radius: 18px;
}

.zshop-drawer-support span {
	display: flex;
	flex-direction: column;
}

.zshop-drawer-support small {
	color: rgba(255, 255, 255, 0.72);
	font-size: 11px;
}

/* Platform-managed inner-page banners */
.zshop-context-banner {
	padding: 18px 0 0;
}

.zshop-context-banner__inner {
	position: relative;
	display: flex;
	min-height: 210px;
	align-items: center;
	overflow: hidden;
	padding: 34px 44px;
	background: #f0e8da;
	border: 1px solid rgba(7, 63, 49, 0.09);
	border-radius: var(--zshop-radius-xl);
	box-shadow: var(--zshop-shadow-xs);
}

.zshop-context-banner picture,
.zshop-context-banner picture::after {
	position: absolute;
	inset: 0;
}

.zshop-context-banner picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zshop-context-banner picture::after {
	content: "";
	background: var(--zshop-context-overlay, linear-gradient(90deg, rgba(250, 247, 241, 0.08), rgba(250, 247, 241, 0.94) 78%));
}

.zshop-context-banner.is-light picture::after {
	background: var(--zshop-context-overlay, linear-gradient(90deg, rgba(7, 63, 49, 0.06), rgba(7, 63, 49, 0.82) 78%));
}

.zshop-context-banner__content {
	position: relative;
	z-index: 2;
	max-width: 590px;
}

.zshop-context-banner__content > span {
	color: var(--zshop-green-3);
	font-size: 11px;
	font-weight: 800;
}

.zshop-context-banner__content h2 {
	margin: 2px 0 0;
	color: var(--zshop-context-text, var(--zshop-green));
	font-size: clamp(27px, 3vw, 39px);
	font-weight: 850;
	line-height: 1.45;
}

.zshop-context-banner__content p {
	margin: 7px 0 14px;
	color: var(--zshop-context-text, var(--zshop-muted));
	font-size: 12.5px;
}

.zshop-context-banner.is-light .zshop-context-banner__content h2,
.zshop-context-banner.is-light .zshop-context-banner__content p {
	color: var(--zshop-context-text, var(--zshop-white));
}

.zshop-context-banner__content .zshop-button {
	min-height: 42px;
	padding: 8px 16px;
	font-size: 11.5px;
}

.zshop-context-banner__cover {
	position: absolute;
	z-index: 3;
	inset: 0;
}

/* Hero */
.zshop-hero-section {
	padding: 24px 0 18px;
}

.zshop-hero-layout {
	display: grid;
	grid-template-columns: minmax(0, 2.15fr) minmax(280px, 0.85fr);
	gap: 18px;
}

.zshop-hero {
	position: relative;
	min-width: 0;
	height: 530px;
	overflow: hidden;
	background: #efe9dd;
	border: 1px solid rgba(7, 63, 49, 0.08);
	border-radius: var(--zshop-radius-xl);
	box-shadow: var(--zshop-shadow-sm);
}

.zshop-hero__track,
.zshop-hero-slide {
	height: 100%;
}

.zshop-hero-slide {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	padding: clamp(28px, 5vw, 70px);
	opacity: 0;
	visibility: hidden;
	transform: scale(1.015);
	transition: opacity 500ms ease, transform 650ms ease, visibility 500ms ease;
}

.zshop-hero-slide.is-active {
	z-index: 1;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.zshop-hero-slide__picture,
.zshop-hero-slide__picture::after {
	position: absolute;
	inset: 0;
}

.zshop-hero-slide__picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zshop-hero-slide__picture::after {
	content: "";
	display: block;
	background: var(--zshop-hero-overlay, linear-gradient(90deg, rgba(250, 247, 241, 0.05) 5%, rgba(250, 247, 241, 0.92) 78%));
}

.zshop-hero-slide.is-light .zshop-hero-slide__picture::after {
	background: var(--zshop-hero-overlay, linear-gradient(90deg, rgba(7, 63, 49, 0.08) 4%, rgba(7, 63, 49, 0.78) 78%));
}

.zshop-hero-slide.is-mode-image .zshop-hero-slide__picture::after {
	background: linear-gradient(0deg, rgba(7, 63, 49, 0.06), transparent 34%);
}

.zshop-hero-slide__content {
	position: relative;
	z-index: 2;
	width: min(56%, 600px);
}

.zshop-hero-slide.is-content-center {
	justify-content: center;
	text-align: center;
}

.zshop-hero-slide.is-content-center .zshop-hero-slide__content {
	width: min(78%, 700px);
}

.zshop-hero-slide.is-content-left {
	justify-content: flex-end;
	text-align: left;
}

.zshop-hero-slide.is-text-center .zshop-hero-slide__content {
	text-align: center;
}

.zshop-hero-slide.is-text-left .zshop-hero-slide__content {
	text-align: left;
}

.zshop-hero-slide.is-text-right .zshop-hero-slide__content {
	text-align: right;
}

.zshop-hero-slide__kicker,
.zshop-eyebrow {
	display: block;
	margin-bottom: 8px;
	color: var(--zshop-green-3);
	font-size: 12.5px;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.zshop-hero-slide.is-light .zshop-hero-slide__kicker {
	color: var(--zshop-gold-soft);
}

.zshop-hero-slide h1 {
	max-width: 13ch;
	margin: 0;
	color: var(--zshop-hero-text, var(--zshop-green));
	font-size: clamp(32px, 3.5vw, 52px);
	font-weight: 850;
	line-height: 1.35;
	letter-spacing: -0.035em;
}

.zshop-hero-slide.is-light h1,
.zshop-hero-slide.is-light p {
	color: var(--zshop-hero-text, var(--zshop-white));
}

.zshop-hero-slide.is-content-center h1 {
	max-width: none;
}

.zshop-hero-slide p {
	max-width: 52ch;
	margin: 16px 0 26px;
	color: #556158;
	font-size: 15px;
	line-height: 1.9;
}

.zshop-hero-slide__cover-link {
	position: absolute;
	z-index: 3;
	inset: 0;
}

.zshop-slider-controls {
	position: absolute;
	z-index: 5;
	inset-block-end: 20px;
	inset-inline-start: 22px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 7px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(7, 63, 49, 0.1);
	border-radius: 999px;
	box-shadow: var(--zshop-shadow-xs);
	backdrop-filter: blur(10px);
}

.zshop-slider-controls > button {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	padding: 0;
	color: var(--zshop-green);
	background: transparent;
	border: 0;
	border-radius: 50%;
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
}

.zshop-slider-controls > button:hover {
	background: var(--zshop-cream);
}

.zshop-slider-dots {
	display: flex;
	gap: 6px;
}

.zshop-slider-dots button {
	width: 7px;
	height: 7px;
	padding: 0;
	background: rgba(7, 63, 49, 0.22);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	transition: width var(--zshop-transition), background-color var(--zshop-transition);
}

.zshop-slider-dots button.is-active {
	width: 20px;
	background: var(--zshop-green);
}

.zshop-hero-side {
	display: grid;
	grid-template-rows: 1fr 0.62fr;
	gap: 18px;
}

.zshop-promo-card {
	position: relative;
	display: flex;
	overflow: hidden;
	border: 1px solid rgba(7, 63, 49, 0.1);
	border-radius: var(--zshop-radius-lg);
	box-shadow: var(--zshop-shadow-xs);
	transition: transform var(--zshop-transition), box-shadow var(--zshop-transition);
}

.zshop-promo-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--zshop-shadow-sm);
}

.zshop-promo-card--primary {
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px;
	background: var(--zshop-paper);
}

.zshop-promo-card--primary::after {
	content: "";
	position: absolute;
	width: 210px;
	height: 210px;
	inset-inline-start: -90px;
	inset-block-end: -105px;
	background: radial-gradient(circle, rgba(201, 156, 74, 0.2), transparent 68%);
}

.zshop-promo-card__icon {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	color: var(--zshop-green);
	background: var(--zshop-gold-soft);
	border-radius: 16px;
}

.zshop-promo-card--primary small,
.zshop-promo-card--sale small {
	display: block;
	color: var(--zshop-green-3);
	font-size: 12px;
	font-weight: 750;
}

.zshop-promo-card--primary strong {
	display: block;
	max-width: 15ch;
	margin-top: 5px;
	color: var(--zshop-green);
	font-size: clamp(24px, 2vw, 31px);
	font-weight: 850;
	line-height: 1.55;
	letter-spacing: -0.025em;
}

.zshop-promo-card--primary p {
	margin: 8px 0 0;
	color: var(--zshop-muted);
	font-size: 12.5px;
}

.zshop-promo-card--primary > .zshop-icon {
	position: absolute;
	inset-inline-start: 28px;
	inset-block-end: 28px;
	color: var(--zshop-green);
}

.zshop-promo-card--sale {
	align-items: center;
	justify-content: space-between;
	padding: 26px 30px;
	color: var(--zshop-white);
	background: var(--zshop-green);
	border-color: var(--zshop-green);
}

.zshop-promo-card--sale small {
	color: var(--zshop-gold-soft);
}

.zshop-promo-card--sale strong {
	display: block;
	max-width: 10ch;
	margin-top: 3px;
	font-size: 23px;
	font-weight: 800;
	line-height: 1.5;
}

.zshop-promo-card--sale > span {
	color: var(--zshop-gold-soft);
	font-family: Arial, sans-serif;
	font-size: 58px;
	font-weight: 800;
	line-height: 1;
}

/* Sections */
.zshop-section {
	padding: 56px 0;
}

.zshop-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 26px;
}

.zshop-section-heading__copy {
	min-width: 0;
}

.zshop-section-heading h2 {
	margin: 0;
	color: var(--zshop-green);
	font-size: clamp(27px, 3vw, 40px);
	font-weight: 850;
	line-height: 1.42;
	letter-spacing: -0.035em;
}

.zshop-section-heading p {
	margin: 7px 0 0;
	color: var(--zshop-muted);
	font-size: 13.5px;
}

.zshop-section-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	flex: 0 0 auto;
	min-height: 44px;
	padding: 10px 16px;
	color: var(--zshop-green);
	background: var(--zshop-paper);
	border: 1px solid rgba(7, 63, 49, 0.14);
	border-radius: 14px;
	font-size: 12.5px;
	font-weight: 700;
	transition: border-color var(--zshop-transition), background-color var(--zshop-transition);
}

.zshop-section-link:hover {
	background: var(--zshop-gold-soft);
	border-color: rgba(201, 156, 74, 0.45);
}

.zshop-section-link .zshop-icon {
	width: 17px;
	height: 17px;
}

/* Trust strip */
.zshop-trust-section {
	padding: 12px 0 18px;
}

.zshop-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: var(--zshop-paper);
	border: 1px solid rgba(7, 63, 49, 0.1);
	border-radius: var(--zshop-radius-lg);
	box-shadow: var(--zshop-shadow-xs);
}

.zshop-trust-item {
	display: flex;
	align-items: center;
	gap: 13px;
	min-width: 0;
	padding: 22px 24px;
}

.zshop-trust-item + .zshop-trust-item {
	border-inline-start: 1px solid var(--zshop-line);
}

.zshop-trust-item > .zshop-icon {
	width: 31px;
	height: 31px;
	color: var(--zshop-green-3);
}

.zshop-trust-item span {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.zshop-trust-item strong {
	color: var(--zshop-green);
	font-size: 13px;
	font-weight: 800;
}

.zshop-trust-item small {
	color: var(--zshop-muted);
	font-size: 10.5px;
	white-space: nowrap;
}

/* Stories */
.zshop-stories-section {
	padding-bottom: 28px;
}

.zshop-stories {
	display: flex;
	gap: 20px;
	padding: 4px 2px 12px;
	overflow-x: auto;
	scrollbar-width: thin;
	scroll-snap-type: inline mandatory;
}

.zshop-story {
	display: flex;
	flex: 0 0 92px;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	text-align: center;
	scroll-snap-align: start;
}

.zshop-story__ring {
	display: grid;
	place-items: center;
	width: 82px;
	height: 82px;
	padding: 4px;
	color: var(--zshop-green);
	background: linear-gradient(145deg, var(--zshop-gold), var(--zshop-green-3));
	border-radius: 50%;
}

.zshop-story__ring img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: var(--zshop-paper);
	border: 3px solid var(--zshop-paper);
	border-radius: 50%;
}

.zshop-story__ring > .zshop-icon {
	width: 31px;
	height: 31px;
	color: var(--zshop-white);
}

.zshop-story strong {
	display: -webkit-box;
	overflow: hidden;
	color: #414a44;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* Categories */
.zshop-categories-section {
	padding-top: 36px;
}

.zshop-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.zshop-category-card {
	display: grid;
	grid-template-columns: 42% 1fr;
	min-height: 210px;
	overflow: hidden;
	background: var(--zshop-paper);
	border: 1px solid rgba(7, 63, 49, 0.1);
	border-radius: var(--zshop-radius-lg);
	box-shadow: var(--zshop-shadow-xs);
	transition: transform var(--zshop-transition), box-shadow var(--zshop-transition), border-color var(--zshop-transition);
}

.zshop-category-card:hover {
	border-color: rgba(201, 156, 74, 0.6);
	box-shadow: var(--zshop-shadow-sm);
	transform: translateY(-3px);
}

.zshop-category-card__image {
	display: grid;
	place-items: center;
	min-height: 100%;
	color: var(--zshop-green-3);
	background: #f2ede3;
	overflow: hidden;
}

.zshop-category-card__image.is-fallback {
	background:
		radial-gradient(circle at 30% 28%, rgba(201, 156, 74, 0.16), transparent 38%),
		linear-gradient(145deg, #f3ede2, #e8f0e9);
}

.zshop-category-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease;
}

.zshop-category-card:hover .zshop-category-card__image img {
	transform: scale(1.035);
}

.zshop-category-card__image > .zshop-icon {
	width: 45px;
	height: 45px;
	opacity: 0.45;
}

.zshop-category-card__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	padding: 24px;
}

.zshop-category-card__copy strong {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
	color: var(--zshop-green);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.5;
}

.zshop-category-card__copy small {
	margin: 6px 0 17px;
	color: var(--zshop-muted);
	font-size: 11.5px;
}

.zshop-category-card__copy > span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--zshop-green-3);
	font-size: 11.5px;
	font-weight: 750;
}

.zshop-category-card__copy .zshop-icon {
	width: 15px;
	height: 15px;
}

.zshop-category-grid--listing {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding-bottom: 70px;
}

/* Search suggestions */
.zshop-search-suggestions {
	position: absolute;
	z-index: 50;
	inset-block-start: calc(100% + 8px);
	inset-inline: 0;
	display: grid;
	max-height: min(520px, 65vh);
	padding: 10px;
	overflow-y: auto;
	background: var(--zshop-paper);
	border: 1px solid var(--zshop-line);
	border-radius: var(--zshop-radius-md);
	box-shadow: var(--zshop-shadow-md);
}

.zshop-search-suggestions[hidden] {
	display: none;
}

.zshop-search-suggestion-product {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 9px;
	border-radius: var(--zshop-radius-sm);
	transition: background-color var(--zshop-transition);
}

.zshop-search-suggestion-product:hover,
.zshop-search-suggestion-product:focus-visible {
	background: var(--zshop-cream);
}

.zshop-search-suggestion-product img {
	width: 52px;
	height: 52px;
	flex: 0 0 auto;
	object-fit: contain;
	background: var(--zshop-white);
	border-radius: 10px;
}

.zshop-search-suggestion-product span {
	display: grid;
	min-width: 0;
}

.zshop-search-suggestion-product strong {
	overflow: hidden;
	color: var(--zshop-ink);
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zshop-search-suggestion-product small {
	color: var(--zshop-green);
	font-size: 10px;
}

.zshop-search-suggestion-terms {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	padding: 9px;
	border-top: 1px solid var(--zshop-line);
}

.zshop-search-suggestion-terms a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 10px;
	background: var(--zshop-cream);
	border: 1px solid var(--zshop-line);
	border-radius: 999px;
	font-size: 10px;
}

.zshop-search-suggestion-terms small {
	color: var(--zshop-muted);
}

.zshop-search-suggestions__empty {
	margin: 0;
	padding: 12px;
	color: var(--zshop-muted);
	font-size: 11px;
	text-align: center;
}

/* Dedicated product search */
.zshop-search-page {
	padding-bottom: 76px;
}

.zshop-search-hero {
	padding: 42px 0;
}

.zshop-search-hero__content {
	position: relative;
	padding: clamp(30px, 5vw, 64px);
	overflow: visible;
	background: var(--zshop-paper);
	border: 1px solid var(--zshop-line);
	border-radius: var(--zshop-radius-xl);
	box-shadow: var(--zshop-shadow-sm);
}

.zshop-search-hero h1 {
	max-width: 18ch;
	margin: 10px 0 6px;
	color: var(--zshop-green);
	font-size: clamp(34px, 5vw, 62px);
	font-weight: 880;
	line-height: 1.35;
	letter-spacing: -0.045em;
}

.zshop-search-hero p {
	margin: 0;
	color: var(--zshop-muted);
	font-size: 13px;
}

.zshop-search-page__form {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 10px;
	margin-top: 28px;
}

.zshop-search-page__form input[type="search"] {
	width: 100%;
	height: 64px;
	padding: 0 22px;
	color: var(--zshop-ink);
	background: var(--zshop-white);
	border: 1px solid var(--zshop-line);
	border-radius: 18px;
	outline: 0;
}

.zshop-search-page__form input[type="search"]:focus {
	border-color: var(--zshop-green-3);
	box-shadow: 0 0 0 4px var(--zshop-gold-soft);
}

.zshop-search-page__form button {
	min-width: 140px;
}

.zshop-search-suggestions--page {
	inset-inline-end: 0;
	inset-inline-start: 150px;
}

.zshop-search-hero__chips {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 17px;
	color: var(--zshop-muted);
	font-size: 10.5px;
}

.zshop-search-hero__chips a {
	padding: 6px 11px;
	color: var(--zshop-green);
	background: var(--zshop-cream);
	border: 1px solid var(--zshop-line);
	border-radius: 999px;
}

.zshop-search-page__body {
	padding-top: 20px;
}

.zshop-search-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.zshop-search-category-grid > a {
	display: grid;
	grid-template-columns: 80px 1fr;
	align-items: center;
	gap: 14px;
	padding: 14px;
	background: var(--zshop-paper);
	border: 1px solid var(--zshop-line);
	border-radius: var(--zshop-radius-md);
}

.zshop-search-category-grid > a > span {
	display: grid;
	width: 80px;
	height: 80px;
	place-items: center;
	overflow: hidden;
	color: var(--zshop-green);
	background: var(--zshop-cream);
	border-radius: 15px;
	grid-row: span 2;
}

.zshop-search-category-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zshop-search-category-grid strong {
	align-self: end;
	color: var(--zshop-green);
	font-size: 14px;
}

.zshop-search-category-grid small {
	align-self: start;
	color: var(--zshop-muted);
	font-size: 10px;
}

.zshop-search-results-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
}

.zshop-search-results-head h2 {
	margin: 0;
	color: var(--zshop-green);
	font-size: 28px;
}

.zshop-search-results-head span {
	color: var(--zshop-muted);
	font-size: 11px;
}

/* Editorial categories landing */
.zshop-catalog-page {
	padding-bottom: 76px;
}

.zshop-catalog-hero {
	padding: 42px 0 30px;
}

.zshop-catalog-hero__copy {
	position: relative;
	overflow: hidden;
	padding: clamp(32px, 5vw, 66px);
	color: var(--zshop-white);
	background: var(--zshop-green);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--zshop-radius-xl);
	box-shadow: var(--zshop-shadow-md);
}

.zshop-catalog-hero__copy::before,
.zshop-catalog-hero__copy::after {
	content: "";
	position: absolute;
	pointer-events: none;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
}

.zshop-catalog-hero__copy::before {
	width: 520px;
	height: 520px;
	inset-block-start: -290px;
	inset-inline-start: -110px;
}

.zshop-catalog-hero__copy::after {
	width: 360px;
	height: 360px;
	inset-block-end: -280px;
	inset-inline-end: 8%;
	background: rgba(255, 255, 255, 0.035);
}

.zshop-catalog-hero__copy > * {
	position: relative;
	z-index: 1;
}

.zshop-catalog-hero .zshop-eyebrow {
	color: var(--zshop-gold-soft);
}

.zshop-catalog-hero h1 {
	max-width: 20ch;
	margin: 8px 0;
	color: var(--zshop-white);
	font-size: clamp(36px, 5.5vw, 68px);
	font-weight: 880;
	line-height: 1.35;
	letter-spacing: -0.05em;
}

.zshop-catalog-hero p {
	max-width: 65ch;
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
}

.zshop-catalog-hero__actions {
	display: flex;
	gap: 10px;
	margin-top: 25px;
}

.zshop-catalog-hero__actions .zshop-button--primary {
	color: var(--zshop-green);
	background: var(--zshop-white);
	border-color: var(--zshop-white);
	box-shadow: none;
}

.zshop-catalog-hero__actions .zshop-button--primary:hover {
	color: var(--zshop-green);
	background: var(--zshop-gold-soft);
	border-color: var(--zshop-gold-soft);
}

.zshop-catalog-hero__actions .zshop-button--ghost {
	color: var(--zshop-white);
	background: transparent;
	border-color: rgba(255, 255, 255, 0.34);
}

.zshop-catalog-hero__actions .zshop-button--ghost:hover {
	background: rgba(255, 255, 255, 0.09);
}

.zshop-catalog-quick {
	display: flex;
	gap: 10px;
	padding: 13px;
	margin: -22px 24px 0;
	overflow-x: auto;
	background: var(--zshop-paper);
	border: 1px solid var(--zshop-line);
	border-radius: var(--zshop-radius-lg);
	box-shadow: var(--zshop-shadow-sm);
}

.zshop-catalog-quick a {
	display: flex;
	min-width: 170px;
	align-items: center;
	gap: 10px;
	padding: 9px;
	border-radius: var(--zshop-radius-sm);
}

.zshop-catalog-quick span {
	display: grid;
	width: 50px;
	height: 50px;
	flex: 0 0 auto;
	place-items: center;
	overflow: hidden;
	color: var(--zshop-green);
	background: var(--zshop-cream);
	border-radius: 12px;
}

.zshop-catalog-quick img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zshop-catalog-quick strong {
	color: var(--zshop-ink);
	font-size: 12px;
}

.zshop-catalog-sections {
	padding-top: 36px;
}

.zshop-catalog-list {
	display: grid;
	gap: 22px;
}

.zshop-catalog-card {
	display: grid;
	grid-template-columns: minmax(320px, 46%) 1fr;
	min-height: 400px;
	overflow: hidden;
	background: var(--zshop-paper);
	border: 1px solid var(--zshop-line);
	border-radius: var(--zshop-radius-xl);
	box-shadow: var(--zshop-shadow-xs);
}

.zshop-catalog-card:nth-child(even) {
	grid-template-columns: 1fr minmax(320px, 46%);
}

.zshop-catalog-card:nth-child(even) .zshop-catalog-card__media {
	order: 2;
}

.zshop-catalog-card__media {
	position: relative;
	display: grid;
	min-height: 100%;
	place-items: center;
	overflow: hidden;
	color: var(--zshop-green);
	background: var(--zshop-cream);
}

.zshop-catalog-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 420ms ease;
}

.zshop-catalog-card:hover .zshop-catalog-card__media img {
	transform: scale(1.025);
}

.zshop-catalog-card__media > span {
	position: absolute;
	inset-inline-end: 18px;
	inset-block-end: 18px;
	padding: 7px 12px;
	color: var(--zshop-white);
	background: var(--zshop-green);
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
}

.zshop-catalog-card__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(28px, 5vw, 62px);
}

.zshop-catalog-card__number {
	color: var(--zshop-gold);
	font-size: 12px;
	font-weight: 800;
}

.zshop-catalog-card h2 {
	margin: 7px 0 5px;
	color: var(--zshop-green);
	font-size: clamp(28px, 4vw, 43px);
	font-weight: 850;
	line-height: 1.4;
}

.zshop-catalog-card p {
	margin: 0;
	color: var(--zshop-muted);
	font-size: 12px;
}

.zshop-catalog-card__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 18px;
}

.zshop-catalog-card__chips a {
	padding: 6px 11px;
	background: var(--zshop-cream);
	border: 1px solid var(--zshop-line);
	border-radius: 999px;
	font-size: 10px;
}

.zshop-catalog-card__link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	align-self: flex-start;
	margin-top: 22px;
	color: var(--zshop-green);
	font-size: 12px;
	font-weight: 800;
}

.zshop-catalog-card__link .zshop-icon {
	width: 16px;
	height: 16px;
}

/* Deals */
.zshop-deals-section {
	padding: 52px 0;
}

.zshop-deals-panel {
	position: relative;
	overflow: hidden;
	padding: 38px;
	color: var(--zshop-white);
	background: var(--zshop-green);
	border-radius: var(--zshop-radius-xl);
	box-shadow: var(--zshop-shadow-md);
}

.zshop-deals-panel::before,
.zshop-deals-panel::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.zshop-deals-panel::before {
	width: 440px;
	height: 440px;
	inset-inline-end: -190px;
	inset-block-start: -290px;
	background: rgba(255, 255, 255, 0.055);
}

.zshop-deals-panel::after {
	width: 360px;
	height: 360px;
	inset-inline-start: -220px;
	inset-block-end: -270px;
	background: rgba(201, 156, 74, 0.12);
}

.zshop-deals-panel > * {
	position: relative;
	z-index: 1;
}

.zshop-deals-panel .zshop-eyebrow,
.zshop-deals-panel .zshop-section-heading p {
	color: var(--zshop-gold-soft);
}

.zshop-deals-panel .zshop-section-heading h2 {
	color: var(--zshop-white);
}

.zshop-deals-panel .zshop-section-link {
	color: var(--zshop-white);
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.22);
}

/* Guides */
.zshop-guides-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.zshop-guide-card {
	position: relative;
	display: flex;
	min-height: 270px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
	padding: 38px;
	background:
		radial-gradient(circle at 88% 8%, rgba(201, 156, 74, 0.14), transparent 60%),
		linear-gradient(155deg, var(--zshop-paper) 0%, var(--zshop-cream) 100%);
	border: 1px solid rgba(201, 156, 74, 0.22);
	border-radius: var(--zshop-radius-xl);
	box-shadow: var(--zshop-shadow-sm);
	transition: transform var(--zshop-transition), box-shadow var(--zshop-transition), border-color var(--zshop-transition);
}

.zshop-guide-card:hover {
	transform: translateY(-4px);
	border-color: rgba(201, 156, 74, 0.4);
	box-shadow: var(--zshop-shadow-md);
}

.zshop-guide-card .zshop-eyebrow {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	padding: 5px 14px;
	margin-bottom: 14px;
	color: var(--zshop-green);
	background: var(--zshop-gold-soft);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.zshop-guide-card h2 {
	position: relative;
	z-index: 1;
	max-width: 19ch;
	margin: 0;
	color: var(--zshop-green);
	font-size: clamp(24px, 2.6vw, 32px);
	font-weight: 850;
	line-height: 1.5;
	letter-spacing: -0.03em;
}

.zshop-guide-card p {
	position: relative;
	z-index: 1;
	max-width: 50ch;
	margin: 10px 0 22px;
	color: var(--zshop-muted);
	font-size: 12.5px;
}

.zshop-guide-card .zshop-button {
	position: relative;
	z-index: 1;
}

.zshop-guide-card .zshop-button--primary {
	background: var(--zshop-green);
	box-shadow: 0 10px 24px rgba(7, 63, 49, 0.22);
}

.zshop-guide-card__watermark {
	position: absolute;
	width: 130px;
	height: 130px;
	inset-inline-start: 26px;
	inset-block-end: 18px;
	color: rgba(201, 156, 74, 0.16);
	stroke-width: 1;
}

/* Brands */
.zshop-brand-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.zshop-brand-card {
	display: flex;
	min-height: 132px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 13px;
	padding: 20px;
	text-align: center;
	background: var(--zshop-paper);
	border: 1px solid rgba(7, 63, 49, 0.11);
	border-radius: var(--zshop-radius-md);
	box-shadow: var(--zshop-shadow-xs);
	transition: transform var(--zshop-transition), border-color var(--zshop-transition), box-shadow var(--zshop-transition);
}

.zshop-brand-card:hover {
	border-color: rgba(201, 156, 74, 0.65);
	box-shadow: var(--zshop-shadow-sm);
	transform: translateY(-2px);
}

.zshop-brand-card img {
	width: auto;
	max-width: 118px;
	height: 45px;
	object-fit: contain;
	filter: grayscale(1);
	opacity: 0.8;
	transition: filter var(--zshop-transition), opacity var(--zshop-transition);
}

.zshop-brand-card:hover img {
	filter: grayscale(0);
	opacity: 1;
}

.zshop-brand-card > .zshop-icon {
	width: 24px;
	height: 24px;
	color: var(--zshop-green-3);
}

.zshop-brand-card strong {
	font-size: 13px;
	font-weight: 750;
}

.zshop-brand-card small {
	color: var(--zshop-muted);
	font-size: 10.5px;
}

.zshop-brand-grid--listing {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	padding-bottom: 70px;
}

/* Newsletter */
.zshop-newsletter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 40px 46px;
	color: var(--zshop-white);
	background: linear-gradient(125deg, var(--zshop-green), var(--zshop-green-2));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--zshop-radius-xl);
	box-shadow: var(--zshop-shadow-md);
}

.zshop-newsletter .zshop-eyebrow {
	color: var(--zshop-gold-soft);
}

.zshop-newsletter h2 {
	margin: 0;
	font-size: clamp(25px, 3vw, 38px);
	font-weight: 850;
	line-height: 1.45;
	letter-spacing: -0.025em;
}

.zshop-newsletter p {
	margin: 7px 0 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 12.5px;
}

/* Page and editorial skeleton */
.zshop-page-hero {
	padding: 68px 0 58px;
	background: linear-gradient(160deg, #f3ece0 0%, var(--zshop-cream) 65%);
	border-bottom: 1px solid rgba(7, 63, 49, 0.07);
}

.zshop-page-hero h1 {
	max-width: 20ch;
	margin: 0;
	color: var(--zshop-green);
	font-size: clamp(35px, 5vw, 58px);
	font-weight: 850;
	line-height: 1.4;
	letter-spacing: -0.045em;
}

.zshop-page-hero p {
	max-width: 62ch;
	margin: 12px 0 0;
	color: var(--zshop-muted);
	font-size: 15px;
}

.zshop-listing-main > .zshop-container {
	padding-top: 50px;
	padding-bottom: 50px;
}

.zshop-editorial-shell {
	padding-top: 42px;
	padding-bottom: 72px;
}

.zshop-editorial-card {
	padding: clamp(28px, 5vw, 64px);
	background: var(--zshop-paper);
	border: 1px solid rgba(7, 63, 49, 0.1);
	border-radius: var(--zshop-radius-xl);
	box-shadow: var(--zshop-shadow-xs);
}

.zshop-prose {
	color: #49534c;
	font-size: 16px;
	line-height: 2.15;
}

.zshop-prose > :first-child {
	margin-top: 0;
}

.zshop-prose > :last-child {
	margin-bottom: 0;
}

.zshop-prose h1,
.zshop-prose h2,
.zshop-prose h3,
.zshop-prose h4 {
	color: var(--zshop-green);
	font-weight: 800;
	line-height: 1.6;
}

.zshop-prose h2 {
	margin-top: 2.2em;
	font-size: 27px;
}

.zshop-prose h3 {
	margin-top: 1.8em;
	font-size: 21px;
}

.zshop-prose a {
	color: var(--zshop-green-3);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.zshop-prose img {
	border-radius: var(--zshop-radius-md);
}

.zshop-prose blockquote {
	margin: 28px 0;
	padding: 22px 26px;
	color: var(--zshop-green);
	background: #f3eee4;
	border-inline-start: 4px solid var(--zshop-gold);
	border-radius: 12px;
}

.zshop-prose table {
	width: 100%;
	border-collapse: collapse;
}

.zshop-prose th,
.zshop-prose td {
	padding: 12px;
	border: 1px solid var(--zshop-line);
	text-align: start;
}

.zshop-value-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 22px;
}

.zshop-value-grid > div {
	padding: 24px;
	background: var(--zshop-paper);
	border: 1px solid rgba(7, 63, 49, 0.1);
	border-radius: var(--zshop-radius-md);
}

.zshop-value-grid .zshop-icon {
	width: 32px;
	height: 32px;
	margin-bottom: 12px;
	color: var(--zshop-green-3);
}

.zshop-value-grid strong {
	display: block;
	color: var(--zshop-green);
	font-size: 16px;
}

.zshop-value-grid p {
	margin: 5px 0 0;
	color: var(--zshop-muted);
	font-size: 12px;
}

.zshop-contact-layout {
	padding-top: 42px;
	padding-bottom: 72px;
}

.zshop-contact-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 22px;
}

.zshop-contact-cards > a,
.zshop-contact-cards > div {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 24px;
	background: var(--zshop-paper);
	border: 1px solid rgba(7, 63, 49, 0.1);
	border-radius: var(--zshop-radius-md);
}

.zshop-contact-cards .zshop-icon {
	width: 34px;
	height: 34px;
	color: var(--zshop-green-3);
}

.zshop-contact-cards span {
	display: flex;
	flex-direction: column;
}

.zshop-contact-cards small {
	color: var(--zshop-muted);
}

.zshop-contact-cards strong {
	color: var(--zshop-green);
	font-size: 16px;
}

/* Posts */
.zshop-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.zshop-post-card {
	overflow: hidden;
	background: var(--zshop-paper);
	border: 1px solid rgba(7, 63, 49, 0.1);
	border-radius: var(--zshop-radius-lg);
	box-shadow: var(--zshop-shadow-xs);
}

.zshop-post-card__image {
	display: grid;
	place-items: center;
	aspect-ratio: 16 / 10;
	color: var(--zshop-green-3);
	background: #eee8dd;
	overflow: hidden;
}

.zshop-post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease;
}

.zshop-post-card:hover .zshop-post-card__image img {
	transform: scale(1.035);
}

.zshop-post-card__image > .zshop-icon {
	width: 45px;
	height: 45px;
	opacity: 0.35;
}

.zshop-post-card > div {
	padding: 22px;
}

.zshop-post-card > div > span {
	color: var(--zshop-muted);
	font-size: 10.5px;
}

.zshop-post-card h2 {
	margin: 7px 0;
	color: var(--zshop-green);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.7;
}

.zshop-post-card p {
	margin: 0 0 16px;
	color: var(--zshop-muted);
	font-size: 12.5px;
	line-height: 1.9;
}

.zshop-post-card .zshop-section-link {
	padding: 0;
	background: transparent;
	border: 0;
}

.zshop-article-hero {
	padding: 55px 0 42px;
	background: linear-gradient(160deg, #f3ece0, var(--zshop-cream));
}

.zshop-article-hero > .zshop-container {
	display: grid;
	grid-template-columns: 1fr 0.8fr;
	align-items: center;
	gap: 40px;
}

.zshop-article-hero h1 {
	margin: 0;
	color: var(--zshop-green);
	font-size: clamp(35px, 4.5vw, 56px);
	font-weight: 850;
	line-height: 1.5;
	letter-spacing: -0.04em;
}

.zshop-article-hero p {
	margin: 12px 0 0;
	color: var(--zshop-muted);
	font-size: 15px;
}

.zshop-article-hero__image {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-radius: var(--zshop-radius-xl);
	box-shadow: var(--zshop-shadow-md);
}

.zshop-article-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 22px;
}

.post-navigation a {
	display: flex;
	flex-direction: column;
	padding: 20px;
	background: var(--zshop-paper);
	border: 1px solid var(--zshop-line);
	border-radius: var(--zshop-radius-md);
}

.post-navigation span {
	color: var(--zshop-muted);
	font-size: 10.5px;
}

.post-navigation strong {
	color: var(--zshop-green);
	font-size: 13px;
}

.nav-links,
.woocommerce-pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 30px 0;
}

.nav-links .page-numbers {
	display: grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	padding: 0 10px;
	background: var(--zshop-paper);
	border: 1px solid var(--zshop-line);
	border-radius: 12px;
}

.nav-links .page-numbers.current {
	color: var(--zshop-white);
	background: var(--zshop-green);
	border-color: var(--zshop-green);
}

.zshop-empty-state {
	padding: 70px 25px;
	text-align: center;
	background: var(--zshop-paper);
	border: 1px solid rgba(7, 63, 49, 0.1);
	border-radius: var(--zshop-radius-xl);
}

.zshop-empty-state > span {
	display: block;
	color: var(--zshop-gold);
	font-family: Arial, sans-serif;
	font-size: 90px;
	font-weight: 850;
	line-height: 1;
}

.zshop-empty-state h1,
.zshop-empty-state h2 {
	margin: 12px 0 5px;
	color: var(--zshop-green);
}

.zshop-empty-state p {
	margin: 0 0 22px;
	color: var(--zshop-muted);
}

.zshop-empty-state > div {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.zshop-empty-state--404 {
	margin: 70px 0;
}

/* Footer */
.zshop-site-footer {
	padding: 62px 0 28px;
	color: #59625c;
	background: #f1ebdf;
	border-top: 1px solid rgba(7, 63, 49, 0.08);
}

.zshop-footer-intro {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding-bottom: 36px;
	border-bottom: 1px solid rgba(7, 63, 49, 0.1);
}

.zshop-footer-logo {
	display: block;
	color: var(--zshop-green);
	font-family: Arial, sans-serif;
	font-size: 28px;
	font-weight: 850;
}

.zshop-footer-intro p {
	max-width: 70ch;
	margin: 8px 0 0;
	font-size: 12.5px;
}

.zshop-social-links {
	display: flex;
	gap: 9px;
}

.zshop-social-links a {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	color: var(--zshop-green);
	background: var(--zshop-paper);
	border: 1px solid rgba(7, 63, 49, 0.11);
	border-radius: 14px;
}

.zshop-social-links .zshop-icon {
	width: 20px;
	height: 20px;
}

.zshop-footer-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 42px;
	padding: 42px 0;
}

.zshop-footer-grid h2 {
	margin: 0 0 14px;
	color: var(--zshop-green);
	font-size: 15px;
	font-weight: 800;
}

.zshop-footer-grid ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.zshop-footer-grid li + li {
	margin-top: 8px;
}

.zshop-footer-grid a,
.zshop-footer-grid p {
	font-size: 12px;
	transition: color var(--zshop-transition);
}

.zshop-footer-grid a:hover {
	color: var(--zshop-green);
}

.zshop-footer-phone {
	color: var(--zshop-green);
	font-size: 15px !important;
	font-weight: 750;
}

.zshop-enamad {
	margin-top: 16px;
}

.zshop-enamad img {
	max-width: 95px;
	max-height: 95px;
	object-fit: contain;
}

.zshop-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-top: 22px;
	border-top: 1px solid rgba(7, 63, 49, 0.1);
	font-size: 10.5px;
}

.zshop-footer-bottom p {
	margin: 0;
}

.zshop-footer-menu {
	display: flex;
	gap: 18px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.zshop-back-to-top {
	position: fixed;
	z-index: 90;
	inset-inline-end: 22px;
	inset-block-end: 22px;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	padding: 0;
	color: var(--zshop-white);
	background: var(--zshop-green);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 15px;
	box-shadow: var(--zshop-shadow-md);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	cursor: pointer;
	transition: opacity var(--zshop-transition), visibility var(--zshop-transition), transform var(--zshop-transition);
}

.zshop-back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.zshop-mobile-nav {
	display: none;
}

.zshop-toast {
	position: fixed;
	z-index: 1200;
	inset-inline-start: 50%;
	inset-block-end: 28px;
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 270px;
	max-width: min(90vw, 430px);
	padding: 14px 18px;
	color: var(--zshop-white);
	background: #17221c;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 15px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
	transform: translate(-50%, 14px);
	opacity: 0;
	transition: opacity 180ms ease, transform 180ms ease;
}

.zshop-toast[hidden] {
	display: none;
}

.zshop-toast.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

.zshop-toast a {
	margin-inline-start: auto;
	color: var(--zshop-gold-soft);
	font-size: 11.5px;
	font-weight: 750;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* Managed announcement and contextual support */
.zshop-announcement.is-gold {
	color: var(--zshop-green);
	background: var(--zshop-gold-soft);
}

.zshop-announcement.is-danger {
	background: var(--zshop-danger);
}

.zshop-announcement.is-neutral {
	background: #26332d;
}

.zshop-announcement__inner > div {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
}

.zshop-announcement.is-gold a {
	color: var(--zshop-green);
}

.zshop-announcement [data-zshop-announcement-dismiss] {
	display: grid;
	width: 27px;
	height: 27px;
	padding: 0;
	place-items: center;
	color: currentColor;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 9px;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

.zshop-announcement.is-gold [data-zshop-announcement-dismiss] {
	background: rgba(7, 63, 49, 0.08);
	border-color: rgba(7, 63, 49, 0.14);
}

.zshop-announcement.is-dismissed {
	display: none;
}

.zshop-floating-chat {
	position: fixed;
	z-index: 88;
	inset-inline-start: 22px;
	inset-block-end: 22px;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	max-width: 230px;
	min-height: 58px;
	padding: 8px 10px;
	color: var(--zshop-white);
	background: var(--zshop-green);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 18px;
	box-shadow: var(--zshop-shadow-md);
	transition: transform var(--zshop-transition), background var(--zshop-transition), box-shadow var(--zshop-transition);
}

.zshop-floating-chat:hover,
.zshop-floating-chat:focus-visible {
	color: var(--zshop-white);
	background: var(--zshop-green-2);
	box-shadow: 0 20px 48px rgba(7, 63, 49, 0.2);
	transform: translateY(-2px);
}

.zshop-floating-chat > .zshop-icon,
.zshop-floating-chat__icon {
	display: grid;
	width: 42px;
	height: 42px;
	padding: 10px;
	place-items: center;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 14px;
}

.zshop-floating-chat__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.zshop-floating-chat__copy {
	display: grid;
	line-height: 1.55;
}

.zshop-floating-chat strong {
	font-size: 10.5px;
}

.zshop-floating-chat small {
	color: rgba(255, 255, 255, 0.7);
	font-size: 8.5px;
}

/* Editorial utility icons introduced in 15.6.1. */
.zshop-icon--telegram {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 4 3.8 10.7c-1.1.4-1.1 1.1-.2 1.4l4.4 1.4 1.7 5.2c.2.6.1.8.8.8.5 0 .7-.2 1-.5l2.2-2.1 4.6 3.4c.9.5 1.5.2 1.7-.8L22.8 6c.3-1.1-.4-1.6-1.8-1Zm-11.8 9 8.7-5.5c.4-.2.8-.1.5.2l-7.2 6.5-.3 3.3-1.7-4.5Z' fill='black'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 4 3.8 10.7c-1.1.4-1.1 1.1-.2 1.4l4.4 1.4 1.7 5.2c.2.6.1.8.8.8.5 0 .7-.2 1-.5l2.2-2.1 4.6 3.4c.9.5 1.5.2 1.7-.8L22.8 6c.3-1.1-.4-1.6-1.8-1Zm-11.8 9 8.7-5.5c.4-.2.8-.1.5.2l-7.2 6.5-.3 3.3-1.7-4.5Z' fill='black'/%3E%3C/svg%3E");
}

.zshop-icon--copy {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='8' y='8' width='11' height='11' rx='2' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M16 8V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='8' y='8' width='11' height='11' rx='2' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M16 8V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}
