:root {
	--zvd-np-ink: #182231;
	--zvd-np-gold: #c5a75f;
	--zvd-np-paper: #faf8f3;
	--zvd-np-border: #e7e1d6;
}

body.zvd-no-pro-active header.elementor-location-header,
body.zvd-no-pro-active footer.elementor-location-footer,
body.zvd-no-pro-active #site-header,
body.zvd-no-pro-active #site-footer,
body.zvd-no-pro-active .elementor.elementor-location-header,
body.zvd-no-pro-active .elementor.elementor-location-footer,
.zvd-no-pro-active .elementor-location-header,
.zvd-no-pro-active .elementor-location-footer {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
}

.zvd-no-pro-active .elementor-widget-woocommerce-cart {
	display: none !important;
}

.zvd-panel-open {
	overflow: hidden;
}

.zvd-site-header {
	position: relative;
	z-index: 10000;
	display: flex;
	flex-direction: column;
	background: #fff;
	color: var(--zvd-np-ink);
	font-family: "Inter", sans-serif;
	box-shadow: 0 1px 0 rgba(24, 34, 49, 0.08);
}

.zvd-site-header__nav {
	position: relative;
	display: grid;
	grid-template-columns: 72px 1fr 112px;
	align-items: center;
	min-height: 70px;
	padding: 0 26px;
	background: #fff;
}

.zvd-site-header__logo {
	justify-self: center;
	line-height: 0;
}

.zvd-site-header__logo img {
	display: block;
	width: 148px;
	height: auto;
}

.zvd-site-header__actions {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 14px;
}

.zvd-site-header__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0 !important;
	background: transparent !important;
	color: var(--zvd-np-ink) !important;
	box-shadow: none !important;
	cursor: pointer;
}

.zvd-site-header__menu {
	color: #414042 !important;
}

.zvd-site-header__icon svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
	stroke: none;
}

.zvd-site-header__icon img {
	display: block;
	width: 24px;
	height: 24px;
}

.zvd-site-header__cart-count {
	position: absolute;
	top: -7px;
	right: -7px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 999px;
	background: #b89658;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	line-height: 15px;
}

.zvd-site-header__cart-count.is-empty {
	display: none;
}

.zvd-site-header__shipping {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 39px;
	padding: 0 16px;
	background: var(--zvd-np-ink);
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.23em;
	text-align: center;
}

.zvd-search-panel,
.zvd-cart-drawer {
	position: fixed;
	inset: 0;
	z-index: 2000000;
	font-family: "Inter", system-ui, -apple-system, sans-serif;
}

.zvd-cart-drawer {
	pointer-events: none;
}

body.admin-bar .zvd-cart-drawer {
	top: 32px;
	bottom: 0;
}

@media (max-width: 782px) {
	body.admin-bar .zvd-cart-drawer {
		top: 46px;
	}
}

@media (max-width: 767px) {
	.zvd-cart-drawer {
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		max-width: none !important;
		overflow: hidden !important;
		background: #fff;
	}

	.zvd-cart-drawer__panel {
		position: fixed !important;
		inset: 0 !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		height: 100vh !important;
		height: 100dvh !important;
		box-sizing: border-box !important;
	}

	body.admin-bar .zvd-cart-drawer__panel {
		top: 46px !important;
		height: calc(100vh - 46px) !important;
		height: calc(100dvh - 46px) !important;
	}
}

.zvd-search-panel[hidden],
.zvd-cart-drawer[hidden] {
	display: none !important;
}

.zvd-search-panel__backdrop,
.zvd-cart-drawer__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(12, 18, 28, 0.42);
}

.zvd-cart-drawer__backdrop {
	background: transparent;
	pointer-events: none;
}

.zvd-search-panel__form {
	position: relative;
	width: min(100vw, 760px);
	margin: 24vh auto 0;
	padding: 78px 10px 76px;
	background: #fff;
	border: 0;
	box-shadow: none;
}

.zvd-search-panel__form label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.zvd-search-panel__row {
	display: grid;
	grid-template-columns: 1fr 50px;
	gap: 0;
}

.zvd-search-panel__row input {
	min-height: 50px;
	padding: 0 17px;
	border: 0;
	border-radius: 0;
	background: #f2f3f4;
	color: var(--zvd-np-ink);
	font-size: 16px;
	outline: none;
}

.zvd-search-panel__row button {
	min-height: 50px;
	padding: 0 16px;
	border: 1px solid var(--zvd-np-ink) !important;
	border-radius: 0 !important;
	background: var(--zvd-np-ink) !important;
	color: #fff !important;
	font-size: 0;
	font-weight: 700;
	letter-spacing: 0;
}

.zvd-search-panel__row button[type="submit"]::before {
	content: "\2192";
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
}

.zvd-search-panel__row button[data-zvd-search-close] {
	position: absolute;
	top: 19px;
	right: 22px;
	min-height: 28px;
	width: 28px;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #111820 !important;
}

.zvd-search-panel__row button[data-zvd-search-close]::before,
.zvd-search-panel__row button[data-zvd-search-close]::after {
	content: "";
	position: absolute;
	top: 14px;
	left: 6px;
	width: 16px;
	height: 2px;
	background: currentColor;
}

.zvd-search-panel__row button[data-zvd-search-close]::before {
	transform: rotate(45deg);
}

.zvd-search-panel__row button[data-zvd-search-close]::after {
	transform: rotate(-45deg);
}

.zvd-cart-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: min(100vw, 400px);
	height: 100%;
	padding: 20px 18px;
	background: #fff;
	box-shadow: none;
	outline: none;
	pointer-events: auto;
}

.zvd-cart-drawer__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 0 0 16px;
	border-bottom: 1px solid var(--zvd-np-border);
}

.zvd-cart-drawer__header h2 {
	margin: 0;
	color: #16181d;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2.1px;
	text-transform: uppercase;
}

.zvd-cart-drawer__header button {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #6b6a66 !important;
	font-size: 0 !important;
	box-shadow: none !important;
}

.zvd-cart-drawer__header button::before,
.zvd-cart-drawer__header button::after {
	content: "";
	display: block;
	width: 22px;
	height: 1px;
	background: currentColor;
}

.zvd-cart-drawer__header button::before {
	transform: rotate(45deg);
}

.zvd-cart-drawer__header button::after {
	margin-top: -1px;
	transform: rotate(-45deg);
}

.zvd-cart-drawer__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	overflow-y: auto;
	padding-top: 15px;
	padding-bottom: 5px;
}

.zvd-cart-drawer__content.is-updating {
	opacity: 0.65;
	pointer-events: none;
}

.zvd-cart-drawer__empty {
	margin: 0;
	padding: 17px 0 0;
	color: #3d3d3d;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
}

.zvd-cart-drawer__items {
	display: grid;
	gap: 0;
	flex: 1 1 auto;
	align-content: start;
}

.zvd-cart-drawer__item {
	display: grid;
	grid-template-columns: 64px 1fr 64px;
	gap: 13px;
	padding: 18px 0 16px;
	border-bottom: 1px solid var(--zvd-np-border);
}

.zvd-cart-drawer__thumb {
	display: block;
	width: 64px;
	height: 73px;
	overflow: hidden;
	border: 1px solid #eee8de;
	background: #f8f7f5;
}

.zvd-cart-drawer__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zvd-cart-drawer__details {
	min-width: 0;
}

.zvd-cart-drawer__name {
	display: block;
	margin: 1px 0 5px;
	color: #171c24 !important;
	font-size: 14px !important;
	font-weight: 600;
	letter-spacing: 0 !important;
	line-height: 21px;
}

.zvd-cart-drawer__meta {
	display: block;
	margin-bottom: 8px;
	color: #6b6a66;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}

.zvd-cart-drawer__qty {
	display: inline-grid;
	grid-template-columns: 36px 32px 36px;
	align-items: center;
	width: 106px;
	height: 38px;
	min-height: 0;
	border: 1px solid #e1ded7;
	border-radius: 4px;
	overflow: hidden;
	color: #16181d;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
}

.zvd-cart-drawer__qty button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0 !important;
	border: 0 !important;
	background: #fff !important;
	color: #16181d !important;
	box-shadow: none !important;
	font-family: "Inter", system-ui, -apple-system, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
}

.zvd-cart-drawer__qty span {
	text-align: center;
	color: #16181d;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
}

.zvd-cart-drawer__side {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	min-width: 0;
}

.zvd-cart-drawer__remove {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	color: #7b8088 !important;
	font-size: 0 !important;
	font-weight: 300;
	letter-spacing: 0 !important;
	line-height: 1;
}

.zvd-cart-drawer__remove::before,
.zvd-cart-drawer__remove::after {
	content: "";
	position: absolute;
	top: 9px;
	left: 4px;
	width: 12px;
	height: 1px;
	background: currentColor;
}

.zvd-cart-drawer__remove::before {
	transform: rotate(45deg);
}

.zvd-cart-drawer__remove::after {
	transform: rotate(-45deg);
}

.zvd-cart-drawer__price {
	color: #16181d;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	white-space: nowrap;
}

.zvd-cart-drawer__summary {
	margin-top: auto;
}

.zvd-cart-drawer__subtotal {
	display: flex;
	justify-content: space-between;
	margin: 0 0 17px;
	padding: 16px 0 15px;
	border-top: 1px solid var(--zvd-np-border);
	border-bottom: 1px solid var(--zvd-np-border);
	color: #6b6a66;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 2.1px;
	text-transform: uppercase;
}

.zvd-cart-drawer__subtotal strong {
	color: #171c24;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.zvd-cart-drawer__express {
	margin-bottom: 17px;
	text-align: center;
}

.zvd-cart-drawer__express > span {
	display: block;
	margin-bottom: 10px;
	color: #171c24;
	font-size: 11px;
	font-weight: 700;
	line-height: 13.2px;
	letter-spacing: 1.76px;
	text-transform: uppercase;
}

.zvd-cart-drawer__paypal {
	display: none;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	border-radius: 4px;
	background: #ffc439;
	color: #003087 !important;
	font-size: 0 !important;
	font-weight: 700;
	letter-spacing: 0 !important;
	text-decoration: none;
}

.zvd-cart-drawer__paypal::before {
	content: "PayPal";
	font-size: 20px;
	font-style: italic;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.zvd-cart-drawer__express p {
	margin: 0;
	color: #6b6a66;
	font-size: 11px;
	font-weight: 400;
	line-height: 15.95px;
}

.zvd-cart-drawer__checkout {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	width: 100%;
	background: var(--zvd-np-gold);
	color: #16181d !important;
	font-size: 12px !important;
	font-weight: 700;
	line-height: 12px;
	letter-spacing: 1.8px !important;
	text-transform: uppercase;
	text-decoration: none;
}

.zvd-cart-drawer__continue {
	display: block;
	margin-top: 12px;
	color: #6b6a66 !important;
	font-size: 12px !important;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 1.2px !important;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.zvd-site-footer {
	background: #fff;
	color: var(--zvd-np-ink);
	font-family: "Inter", sans-serif;
	border-top: 0;
}

.zvd-site-footer__inner {
	width: min(100% - 40px, 1120px);
	margin: 0 auto;
	padding: 54px 0 24px;
	display: grid;
	grid-template-columns: minmax(360px, 1fr) 180px 180px;
	grid-template-areas:
		"brand menu help"
		"social menu help"
		"bottom bottom bottom";
	gap: 70px;
	align-items: start;
}

.zvd-site-footer__brand {
	grid-area: brand;
}

.zvd-site-footer__mark {
	display: inline-flex;
	margin-bottom: 16px;
}

.zvd-site-footer__mark img {
	width: 86px;
	height: auto;
}

.zvd-site-footer__brand p {
	margin: 0;
	color: rgba(0, 0, 0, 0.64);
	font-size: 18px;
	font-style: italic;
	letter-spacing: 2px;
	line-height: 27px;
}

.zvd-site-footer__social {
	grid-area: social;
	display: grid;
	gap: 14px;
	color: #182231;
}

.zvd-site-footer__menu {
	display: grid;
	gap: 13px;
}

.zvd-site-footer__menu:nth-of-type(1) {
	grid-area: menu;
}

.zvd-site-footer__menu:nth-of-type(2) {
	grid-area: help;
}

.zvd-site-footer__social h2 {
	margin: 0;
	color: #b89658;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 16px;
	text-transform: uppercase;
}

.zvd-site-footer__social a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #000;
	font-size: 13px;
	line-height: 19.5px;
	letter-spacing: 1px;
}

.zvd-site-footer__instagram {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid currentColor;
	border-radius: 6px;
}

.zvd-site-footer__instagram::before {
	content: "";
	position: absolute;
	inset: 4px;
	border: 2px solid currentColor;
	border-radius: 999px;
}

.zvd-site-footer__instagram::after {
	content: "";
	position: absolute;
	top: 3px;
	right: 3px;
	width: 3px;
	height: 3px;
	border-radius: 999px;
	background: currentColor;
}

.zvd-site-footer__menu h2 {
	margin: 0 0 10px;
	color: #b89658;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 16px;
	text-transform: uppercase;
}

.zvd-site-footer a {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 2px;
	text-decoration: none;
}

.zvd-site-footer .zvd-site-footer__social a {
	color: #000;
	font-size: 13px;
	line-height: 19.5px;
	letter-spacing: 1px;
}

.zvd-site-footer a:hover,
.zvd-site-footer a:focus {
	color: #8f733d;
}

.zvd-site-footer__bottom {
	grid-area: bottom;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	margin-top: 10px;
	padding-top: 26px;
	padding-bottom: 38px;
	border-top: 1px solid #eee8de;
}

.zvd-site-footer__legal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 0;
}

.zvd-site-footer__legal a:not(:last-child)::after {
	content: "\00b7";
	margin: 0 10px 0 12px;
	color: #b99255;
}

.zvd-site-footer__legal a {
	color: #000;
	font-size: 13px;
	line-height: 19.5px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.zvd-site-footer__privacy-optout {
	order: 2;
	max-width: 420px;
	margin: 0;
	padding: 7px 14px;
	border: 1px solid #e7e1d6;
	background: #fbfaf7;
	color: #6f6f6f;
	font-family: Inter, sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.3px;
	text-align: center;
	text-transform: none;
}

.zvd-site-footer__privacy-optout a {
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: none;
	text-transform: none;
}

.zvd-site-footer__payments {
	display: block;
	width: min(100%, 300px);
	height: auto;
	margin: 0;
	order: 3;
	opacity: 0.85;
}

.zvd-site-footer__copy {
	margin: 0;
	color: #7a7a7a;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 2px;
}

.zvd-standard-cart {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0 10px 72px;
	background: transparent;
	color: var(--zvd-np-ink);
	font-family: "Inter", system-ui, -apple-system, sans-serif;
}

.zvd-standard-cart .woocommerce {
	background: transparent;
	border: 0;
	padding: 0;
}

.zvd-standard-cart table.shop_table {
	border-radius: 0;
	border-color: var(--zvd-np-border);
}

.zvd-standard-cart .checkout-button,
.zvd-standard-cart .button {
	border-radius: 0 !important;
	background: var(--zvd-np-ink) !important;
	border-color: var(--zvd-np-ink) !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	letter-spacing: 0;
	text-transform: none;
}

.zvd-contact-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 37px 20px;
	width: 100%;
	margin: 0;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.zvd-contact-form__trap {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.zvd-contact-form__notice {
	grid-column: 1 / -1;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid var(--zvd-np-border);
	font-family: "Inter", sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
}

.zvd-contact-form__notice--success {
	border-color: #b8d8bf;
	background: #f1faf3;
	color: #245b30;
}

.zvd-contact-form__notice--error {
	border-color: #efc3c8;
	background: #fff2f4;
	color: #8a1f2b;
}

.zvd-contact-form__field {
	min-width: 0;
}

.zvd-contact-form__field:nth-of-type(3),
.zvd-contact-form__field:nth-of-type(4),
.zvd-contact-form button {
	grid-column: 1 / -1;
}

.zvd-contact-form label {
	display: block;
	margin: 0;
	padding: 0 0 7px;
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 16px;
	letter-spacing: 2px;
}

.zvd-contact-form input,
.zvd-contact-form textarea {
	display: block;
	width: 100%;
	margin: 0;
	border: 0;
	border-bottom: 1px solid #69727d;
	border-radius: 0;
	background: #fff;
	color: #7a7a7a;
	font-family: "Inconsolata", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0;
	box-shadow: none;
	outline: none;
}

.zvd-contact-form input {
	height: 40px;
	padding: 8px 16px;
}

.zvd-contact-form textarea {
	height: 95px;
	min-height: 95px;
	padding: 5px 14px;
	resize: vertical;
}

.zvd-contact-form input:focus,
.zvd-contact-form textarea:focus {
	border-color: #1c2534;
}

.zvd-contact-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	margin: 0;
	border: 0;
	border-radius: 3px;
	background: #1c2534;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 15px;
	letter-spacing: 2px;
	text-transform: none;
	cursor: pointer;
}

.zvd-contact-form button:hover,
.zvd-contact-form button:focus {
	background: #1c2534;
	color: #fff;
}

.zvd-no-pro-active .elementor-element-f563795 {
	margin-top: 11px;
	width: 582px !important;
	max-width: 100% !important;
}

.zvd-no-pro-active .elementor-element-f563795 form.klaviyo-form {
	width: 582px !important;
	height: 62px !important;
	min-height: 62px !important;
	margin: 0 !important;
	padding: 8px !important;
	border: 1px solid #f7f7f7 !important;
	background: #fff !important;
	box-sizing: border-box !important;
}

.zvd-no-pro-active .elementor-element-f563795 .elementor-widget-container,
.zvd-no-pro-active .elementor-element-f563795 .elementor-shortcode,
.zvd-no-pro-active .elementor-element-f563795 .klaviyo-form-UDeR65 {
	width: 582px !important;
	max-width: 100% !important;
	height: 62px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	box-sizing: border-box !important;
}

.zvd-no-pro-active .elementor-element-f563795 form.klaviyo-form > div {
	display: block !important;
	width: 100% !important;
	height: 44px !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

.zvd-no-pro-active .elementor-element-f563795 form.klaviyo-form > div > div {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 88px !important;
	gap: 12px !important;
	align-items: stretch !important;
	justify-content: stretch !important;
	width: 100% !important;
	height: 44px !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	min-width: 0 !important;
}

.zvd-no-pro-active .elementor-element-f563795 form.klaviyo-form > div > div > div:first-child {
	grid-column: 1 !important;
	width: 100% !important;
	min-width: 0 !important;
}

.zvd-no-pro-active .elementor-element-f563795 form.klaviyo-form > div > div > div:nth-child(2) {
	grid-column: 2 !important;
	width: 88px !important;
	display: block !important;
}

.zvd-no-pro-active .elementor-element-f563795 form.klaviyo-form > div > div > div {
	width: 100% !important;
	height: 44px !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	min-width: 0 !important;
}

.zvd-no-pro-active .elementor-element-f563795 form.klaviyo-form input[type="email"] {
	width: 100% !important;
	height: 44px !important;
	border: 1px solid #a7a7a7 !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: #1c2534 !important;
	font-family: Inter, sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 20px !important;
	box-shadow: none !important;
}

.zvd-no-pro-active .elementor-element-f563795 form.klaviyo-form button {
	width: 88px !important;
	height: 44px !important;
	box-sizing: border-box !important;
	border-radius: 0 !important;
	background: #1c2534 !important;
	color: #fff !important;
	font-family: Inter, sans-serif !important;
	font-size: 13px !important;
	font-weight: 300 !important;
	line-height: 14px !important;
	letter-spacing: 2.4px !important;
	white-space: nowrap !important;
	text-transform: uppercase !important;
}

.zvd-catalog-page {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 80px 150px;
	background: #fff;
	color: #1c2534;
	font-family: "Inter", system-ui, -apple-system, sans-serif;
	text-align: center;
}

.zvd-catalog-page h1 {
	margin: 0 0 184px;
	color: #1c2534;
	font-family: "DM Serif Display", sans-serif;
	font-size: 48px;
	font-weight: 300;
	line-height: 48px;
	letter-spacing: 0;
}

.zvd-catalog-page__intro {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: none;
	margin: 0 auto 16px;
}

.zvd-catalog-page__intro h2 {
	margin: 0;
	color: #b89658;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 4px;
	line-height: 24px;
	text-transform: uppercase;
}

.zvd-catalog-page__subhead {
	margin: 0;
	color: #000;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 18px;
	text-transform: uppercase;
}

.zvd-catalog-page__intro p:last-child {
	margin: 0;
	min-height: 34px;
	color: #000;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 18px;
}

.zvd-catalog-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 50px 30px;
}

.zvd-catalog-card {
	min-width: 0;
	padding-bottom: 16px;
	text-align: center;
}

.zvd-catalog-card__image {
	display: block;
	aspect-ratio: 3 / 4;
	margin: 0 auto 16px;
	overflow: hidden;
	background: transparent;
}

.zvd-catalog-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.zvd-catalog-card h3 {
	margin: 0 0 8px;
	color: #1c2534;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 18px;
	text-transform: uppercase;
}

.zvd-catalog-card h3 a {
	color: inherit;
	text-decoration: none;
}

.zvd-catalog-card p {
	margin: 0;
	color: #1c2534;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 18px;
}

.zvd-home-products-fallback {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px 16px;
	width: 100%;
	max-width: none;
	margin-left: 0;
	transform: none;
	text-align: center;
}

.zvd-home-product-card {
	min-width: 0;
	padding-bottom: 0;
}

.zvd-home-product-card__image {
	display: block;
	aspect-ratio: 3 / 4;
	margin: 0 auto 8px;
	overflow: hidden;
	background: #f2f2f2;
}

.zvd-home-product-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.zvd-home-product-card h3 {
	margin: 0 0 8px;
	color: #111820;
	font-family: Inter, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 12px;
	text-transform: uppercase;
}

.zvd-home-product-card h3 a {
	color: inherit;
	text-decoration: none;
}

.zvd-home-product-card p {
	margin: 0;
	color: #111820;
	font-family: Inter, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	height: 12px;
	line-height: 12px;
	overflow: visible;
	text-transform: uppercase;
}

.zvd-home-product-card .woocommerce-Price-amount,
.zvd-home-product-card .woocommerce-Price-currencySymbol {
	font-family: Inter, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 12px;
}

.zvd-home-reviews-fallback {
	display: flex;
	gap: 18px;
	width: 100%;
	justify-content: center;
	overflow-x: auto;
	overflow-y: hidden;
	color: #111820;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	cursor: grab;
}

.zvd-home-reviews-fallback::-webkit-scrollbar {
	display: none;
}

.zvd-home-reviews-fallback.is-dragging {
	cursor: grabbing;
	user-select: none;
}

.zvd-home-review-card {
	flex: 0 0 min(100%, 350px);
	text-align: center;
}

.zvd-home-review-card h3 {
	margin: 0 0 16px;
	color: #1c2534;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
}

.zvd-home-review-card__stars {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 6px;
	width: max-content;
	height: 24px;
	margin: 0 auto 10px;
	color: #b89658;
}

.zvd-home-review-card__stars svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: currentColor;
	flex: 0 0 auto;
}

.zvd-home-review-card__quote {
	position: relative;
	margin: 0 auto;
	max-width: 300px;
	padding-bottom: 30px;
	font-family: "Inter", sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
}

.zvd-home-review-card__quote p {
	margin: 0;
}

.zvd-home-review-card__quote-icon {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	color: #d0bd96;
	fill: currentColor;
}

.zvd-home-review-card__quote-icon--left {
	top: 0;
	left: -29px;
}

.zvd-home-review-card__quote-icon--right {
	right: -30px;
	bottom: 0;
}

.zvd-home-review-card__author {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	width: auto;
	margin: 0;
	color: #1c2534;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 22.5px;
}

.zvd-home-review-card__author span:first-child::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 1px;
	margin-right: 8px;
	vertical-align: middle;
	background: #b89658;
}

.zvd-home-review-card__verified {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #b89658;
}

.zvd-home-review-card__verified svg {
	display: block;
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
}

.zvd-home-review-card__verified-badge {
	fill: #b89658;
}

.zvd-home-review-card__verified-check {
	fill: #fff;
}

@media (min-width: 768px) {
	.zvd-site-header__nav {
		box-sizing: border-box;
		grid-template-columns: 120px 1fr 120px;
		width: 100%;
		min-height: 100px;
		margin: 0 auto;
		padding: 0 150px;
	}

	.zvd-site-header__logo img {
		width: 200px;
	}

	.zvd-site-header__icon {
		width: 24px;
		height: 24px;
	}

	.zvd-site-header__menu svg {
		width: 32px;
		height: 32px;
		transform: translateY(-3px);
	}

	.zvd-site-header__menu {
		width: 32px;
		height: 32px;
	}

	.zvd-site-header__actions {
		gap: 16px;
	}

	.zvd-site-header__shipping {
		min-height: 41px;
		font-size: 16px;
		font-weight: 200;
		line-height: 24px;
		letter-spacing: 2px;
	}

	.zvd-home-products-fallback {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 24px;
		width: min(calc(100vw - 300px), 1604px);
		max-width: none;
		margin-left: 50%;
		transform: translateX(-50%);
	}

	.zvd-home-review-card {
		flex: 0 0 406px;
		width: 406px;
	}

	.zvd-home-review-card:nth-child(n+5) {
		display: block;
	}

	.zvd-home-product-card__image {
		aspect-ratio: 1 / 1.4;
	}

	.zvd-home-reviews-fallback {
		display: flex;
		gap: 80px;
		width: calc(100vw - 40px);
		min-height: 374px;
		margin-left: 50%;
		transform: translateX(-50%);
		justify-content: flex-start;
		align-items: start;
		padding: 0 0 8px;
		scroll-snap-type: x proximity;
	}

	.zvd-home-review-card__quote {
		max-width: 382px;
	}

	.zvd-catalog-page {
		width: 100%;
		padding: 82px 150px 80px;
	}

	.zvd-catalog-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 30px;
	}

	.zvd-catalog-page h1 {
		margin-bottom: 184px;
	}

	.zvd-site-footer__inner {
		position: relative;
		box-sizing: border-box;
		width: 100%;
		display: block;
		min-height: 437px;
		margin: 0;
		padding: 48px 150px 24px;
	}

	.zvd-site-footer--policy-page .zvd-site-footer__inner {
		min-height: 475px;
	}

	.zvd-site-footer__brand {
		width: 360px;
	}

	.zvd-site-footer__mark img {
		width: 90px;
	}

	.zvd-site-footer__social {
		width: 360px;
		margin-top: 51px;
	}

	.zvd-site-footer__menu {
		position: absolute;
		top: 48px;
		width: 180px;
		gap: 8px;
	}

	.zvd-site-footer__menu h2 {
		margin-bottom: 5px;
	}

	.zvd-site-footer__menu:nth-of-type(1) {
		left: calc(100% - 650px);
	}

	.zvd-site-footer__menu:nth-of-type(2) {
		right: 150px;
		width: 82px;
	}

	.zvd-site-footer__bottom {
		position: absolute;
		right: 150px;
		bottom: 0;
		left: 150px;
	}

	.zvd-site-footer__payments {
		width: 250px;
	}
}

@media (max-width: 767px) {
	.zvd-site-header__nav {
		grid-template-columns: 40px 1fr 60px;
		min-height: 46px;
		height: 46px;
		padding: 0 24px;
	}

	.zvd-site-header__logo {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.zvd-site-header__menu {
		grid-column: 1;
		grid-row: 1;
		z-index: 1;
	}

	.zvd-site-header__actions {
		grid-column: 3;
		grid-row: 1;
		z-index: 1;
	}

	.zvd-site-header__logo img {
		width: 103px;
	}

	.zvd-site-header__actions {
		gap: 12px;
	}

	.zvd-site-header__shipping {
		order: -1;
		min-height: 28px;
		font-size: 8px;
		letter-spacing: 0.24em;
	}

	.zvd-site-header__icon {
		width: 24px;
		height: 24px;
	}

	.zvd-site-header__icon svg {
		width: 24px;
		height: 24px;
	}

	.zvd-search-panel__form {
		width: 100vw;
		margin-top: 347px;
		padding: 78px 10px 76px;
	}

	.zvd-search-panel__row {
		grid-template-columns: 1fr 50px;
	}

	.zvd-standard-cart {
		width: min(100% - 32px, 1120px);
	}

	.zvd-contact-form {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.zvd-contact-form__field,
	.zvd-contact-form__field:nth-of-type(3),
	.zvd-contact-form__field:nth-of-type(4),
	.zvd-contact-form button {
		grid-column: 1 / -1;
	}

	.zvd-no-pro-active .elementor-element-f563795 {
		margin-top: 10px;
		width: 330px !important;
		max-width: calc(100vw - 48px) !important;
	}

	.zvd-no-pro-active .elementor-element-f563795 form.klaviyo-form {
		width: 330px !important;
		max-width: calc(100vw - 48px) !important;
		height: 54px !important;
		min-height: 54px !important;
		margin: 0 !important;
		padding: 6px !important;
	}

	.zvd-no-pro-active .elementor-element-f563795 .elementor-widget-container,
	.zvd-no-pro-active .elementor-element-f563795 .elementor-shortcode,
	.zvd-no-pro-active .elementor-element-f563795 .klaviyo-form-UDeR65 {
		width: 330px !important;
		max-width: calc(100vw - 48px) !important;
		height: 54px !important;
	}

	.zvd-no-pro-active .elementor-element-f563795 form.klaviyo-form > div {
		grid-template-columns: minmax(0, 1fr) 82px !important;
		gap: 8px !important;
		height: 42px !important;
	}

	.zvd-no-pro-active .elementor-element-f563795 form.klaviyo-form > div > div,
	.zvd-no-pro-active .elementor-element-f563795 form.klaviyo-form > div > div > div {
		height: 42px !important;
	}

	.zvd-no-pro-active .elementor-element-f563795 form.klaviyo-form > div > div {
		grid-template-columns: minmax(0, 1fr) 82px !important;
		gap: 8px !important;
	}

	.zvd-no-pro-active .elementor-element-f563795 form.klaviyo-form > div > div > div:nth-child(2) {
		width: 82px !important;
	}

	.zvd-no-pro-active .elementor-element-f563795 form.klaviyo-form input[type="email"],
	.zvd-no-pro-active .elementor-element-f563795 form.klaviyo-form button {
		height: 42px !important;
	}

	.zvd-no-pro-active .elementor-element-f563795 form.klaviyo-form button {
		width: 82px !important;
		font-size: 12px !important;
		letter-spacing: 1.9px !important;
	}

	.zvd-home-reviews-fallback {
		display: flex;
		width: 100%;
		gap: 0;
		justify-content: flex-start;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0 0 8px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.zvd-home-review-card {
		flex: 0 0 100%;
		width: 100%;
		max-width: none;
		margin: 0;
		scroll-snap-align: start;
	}

	.zvd-home-review-card:nth-child(n+2) {
		display: block;
	}

	.zvd-home-review-card h3 {
		margin: 0 0 8px;
		font-size: 14px;
		line-height: 14px;
	}

	.zvd-home-review-card__stars {
		align-items: center;
		width: 100%;
		height: 22px;
		margin: 0 0 16px;
		gap: 8px;
	}

	.zvd-home-review-card__stars svg {
		width: 13px;
		height: 12px;
		transform: scale(1.28);
		transform-origin: center;
	}

	.zvd-home-review-card__quote {
		max-width: 357px;
		padding-bottom: 0;
		margin-bottom: 22px;
		font-size: 12px;
		line-height: 18px;
	}

	.zvd-home-review-card__quote p {
		box-sizing: border-box;
		width: 100%;
		max-width: none;
		padding-right: 24px;
		padding-left: 24px;
	}

	.zvd-home-review-card__quote-icon--left {
		top: -8px;
		left: 0;
	}

	.zvd-home-review-card__quote-icon--right {
		right: 0;
		bottom: -8px;
	}

	.zvd-home-review-card__author {
		width: 100%;
		margin: 0;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0;
	}

	.zvd-catalog-page {
		width: 100%;
		padding: 24px 24px 56px;
	}

	.zvd-catalog-page h1 {
		margin-bottom: 72px;
		font-size: 32px;
		line-height: 32px;
	}

	.zvd-catalog-page__intro {
		width: 100%;
		margin-bottom: 32px;
		gap: 16px;
	}

	.zvd-catalog-page__intro h2 {
		font-size: 19px;
		line-height: 19px;
		letter-spacing: 2px;
		overflow-wrap: normal;
		word-break: normal;
	}

	.zvd-catalog-page__subhead,
	.zvd-catalog-page__intro p:last-child {
		max-width: 342px;
		margin-right: auto;
		margin-left: auto;
		letter-spacing: 2px;
		overflow-wrap: normal;
		word-break: normal;
	}

	.zvd-catalog-page__subhead {
		font-size: 9px;
		line-height: 13.5px;
	}

	.zvd-catalog-page__intro p:last-child {
		font-size: 12px;
		line-height: 18px;
	}

	.zvd-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 16px;
		width: 100%;
	}

	.zvd-catalog-card__image {
		margin-bottom: 8px;
	}

	.zvd-catalog-card {
		padding-bottom: 0;
	}

	.zvd-catalog-card h3,
	.zvd-catalog-card p {
		font-size: 12px;
		font-weight: 500;
		line-height: 12px;
		letter-spacing: 2px;
		overflow-wrap: normal;
		word-break: normal;
	}

	.zvd-catalog-card h3 {
		margin-bottom: 7px;
	}

	.zvd-site-footer__inner {
		width: min(100% - 30px, 1120px);
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"brand brand"
			"menu help"
			"social social"
			"bottom bottom";
		gap: 29px 5px;
		padding: 24px 0 18px;
	}

	.zvd-site-footer__mark img {
		width: 59px;
	}

	.zvd-site-footer__mark {
		margin-bottom: 7px;
	}

	.zvd-site-footer__brand p {
		width: 216px;
		font-size: 14px;
		line-height: 21px;
		letter-spacing: 2px;
	}

	.zvd-site-footer__brand p::after {
		content: "";
		display: block;
		width: 34px;
		height: 1px;
		margin-top: 18px;
		background: #b99255;
	}

	.zvd-site-footer__menu {
		gap: 10px;
	}

	.zvd-site-footer__menu h2,
	.zvd-site-footer__social h2 {
		margin-bottom: 0;
		height: 14px;
		overflow: visible;
		font-size: 14px;
		line-height: 14px;
		letter-spacing: 1px;
	}

	.zvd-site-footer a {
		font-size: 14px;
		line-height: 21px;
		letter-spacing: 2px;
	}

	.zvd-site-footer__social {
		gap: 9px;
		min-height: 75px;
	}

	.zvd-site-footer__bottom {
		gap: 14px;
		margin-top: -35px;
		padding-top: 22px;
		padding-bottom: 2px;
	}

	.zvd-site-footer .zvd-site-footer__social a {
		align-items: center;
		height: 24px;
		font-size: 12px;
		line-height: 18px;
		gap: 6px;
		letter-spacing: 1px;
	}

	.zvd-site-footer__instagram {
		width: 24px;
		height: 24px;
		border-width: 2px;
		border-radius: 5px;
	}

	.zvd-site-footer__instagram::before {
		inset: 5px;
		border-width: 2px;
	}

	.zvd-site-footer__legal a {
		font-size: 11px;
		letter-spacing: normal;
		line-height: 16.5px;
	}

	.zvd-site-footer__legal a:not(:last-child)::after {
		margin: 0 7px;
	}

	.zvd-site-footer__privacy-optout {
		max-width: 300px;
		padding: 6px 10px;
		font-size: 10px;
		line-height: 14px;
		letter-spacing: 0.2px;
	}

	.zvd-site-footer__copy {
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 2px;
	}

	.zvd-site-footer__payments {
		align-self: center;
		justify-self: center;
		width: min(100%, 160px);
	}
}
