:root {
	--zrx-lime: #b7ef28;
	--zrx-lime-dark: #92c500;
	--zrx-black: #0a0a0a;
	--zrx-ink: #171717;
	--zrx-muted: #6c6c6c;
	--zrx-line: #e7e7e7;
	--zrx-soft: #f4f5f0;
}

body.zrixa-menu-open {
	overflow: hidden;
}

.zrixa-starter-installed header.site-header,
.zrixa-starter-installed #masthead,
.zrixa-starter-installed header#site-header,
.zrixa-starter-installed .elementor-location-header,
.zrixa-starter-installed footer.site-footer,
.zrixa-starter-installed #colophon,
.zrixa-starter-installed footer#site-footer,
.zrixa-starter-installed .elementor-location-footer {
	display: none !important;
}

.zrx-site-header {
	background: #fff;
	border-bottom: 1px solid var(--zrx-line);
	left: 0;
	position: sticky;
	right: 0;
	top: 0;
	z-index: 9999;
}

.admin-bar .zrx-site-header {
	top: 32px;
}

.zrx-site-header .elementor,
.zrx-site-header .e-con,
.zrx-site-footer .elementor,
.zrx-site-footer .e-con {
	--container-max-width: 1440px;
}

.zrx-header-inner {
	align-items: center !important;
	display: grid !important;
	grid-template-columns: minmax(150px, 220px) minmax(0, 1fr) minmax(130px, 180px);
	margin: 0 auto !important;
	max-width: 1440px !important;
	min-height: 76px;
	padding: 0 28px !important;
	position: relative;
	width: 100%;
}

.zrx-header-nav {
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
}

.zrx-header-logo {
	grid-column: 1;
	grid-row: 1;
	justify-self: start;
}

.zrx-header-actions {
	grid-column: 3;
	grid-row: 1;
	justify-self: end;
	position: static !important;
}

.zrx-header-inner .elementor-widget-shortcode,
.zrx-header-inner .elementor-shortcode {
	width: 100%;
}

.zrx-logo {
	align-items: center;
	color: var(--zrx-black);
	display: inline-flex;
	text-decoration: none;
}

.zrx-logo .custom-logo-link {
	display: inline-flex;
}

.zrx-logo img {
	height: auto;
	max-height: 48px;
	max-width: 150px;
	width: auto;
}

.zrx-text-logo span {
	font-size: 30px;
	font-weight: 950;
	letter-spacing: -.06em;
	line-height: 1;
}

.zrx-desktop-menu,
.zrx-mobile-menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.zrx-desktop-menu {
	align-items: center;
	display: flex;
	gap: clamp(22px, 3vw, 48px);
	justify-content: center;
}

.zrx-desktop-menu a {
	color: var(--zrx-ink);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .02em;
	padding: 28px 0;
	text-decoration: none;
	text-transform: uppercase;
}

.zrx-desktop-menu a:hover,
.zrx-desktop-menu .current-menu-item > a {
	color: #5d8500;
}

.zrx-menu-toggle {
	background: transparent;
	border: 0;
	cursor: pointer;
	display: none;
	flex-direction: column;
	gap: 5px;
	height: 42px;
	justify-content: center;
	margin: 0;
	padding: 8px;
	width: 42px;
}

.zrx-menu-toggle span:not(.screen-reader-text) {
	background: var(--zrx-black);
	display: block;
	height: 2px;
	width: 24px;
}

.zrx-header-icons {
	align-items: center;
	display: flex;
	gap: 15px;
	justify-content: flex-end;
}

.zrx-header-icons a,
.zrx-header-icons button {
	align-items: center;
	background: none;
	border: 0;
	color: var(--zrx-black);
	cursor: pointer;
	display: inline-flex;
	height: 38px;
	justify-content: center;
	margin: 0;
	padding: 7px;
	position: relative;
	width: 38px;
}

.zrx-header-icons svg {
	fill: none;
	height: 23px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 23px;
}

.zrx-cart-count {
	align-items: center;
	background: var(--zrx-lime);
	border-radius: 50%;
	color: #000;
	display: flex;
	font-size: 10px;
	font-weight: 800;
	height: 17px;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 17px;
}

.zrx-menu-backdrop {
	background: rgba(0, 0, 0, .5);
	inset: 0;
	position: fixed;
	z-index: 99998;
}

.zrx-mobile-drawer {
	background: #fff;
	bottom: 0;
	box-shadow: 18px 0 60px rgba(0, 0, 0, .15);
	left: 0;
	max-width: 360px;
	overflow-y: auto;
	padding: 0;
	position: fixed;
	top: 0;
	transform: translateX(-105%);
	transition: transform .28s ease;
	width: min(86vw, 360px);
	z-index: 99999;
}

.admin-bar .zrx-mobile-drawer {
	top: 32px;
}

.zrx-mobile-drawer.is-open {
	transform: translateX(0);
}

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

.zrx-drawer-head strong {
	font-size: 13px;
	letter-spacing: .16em;
}

.zrx-menu-close,
.zrx-search-close {
	background: none;
	border: 0;
	color: #111;
	cursor: pointer;
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	padding: 0;
}

.zrx-mobile-menu-list li {
	border-bottom: 1px solid var(--zrx-line);
	margin: 0;
}

.zrx-mobile-menu-list a {
	color: var(--zrx-ink);
	display: block;
	font-size: 16px;
	font-weight: 750;
	padding: 18px 24px;
	text-align: left;
	text-decoration: none;
}

.zrx-mobile-menu-list a:hover {
	background: var(--zrx-soft);
	color: #466a00;
}

.zrx-search-panel {
	align-items: center;
	background: rgba(255, 255, 255, .98);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .1);
	display: flex;
	left: 0;
	padding: 18px 24px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 10000;
}

.zrx-search-panel[hidden] {
	display: none;
}

.zrx-search-panel form {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto auto;
	margin: 0 auto;
	max-width: 900px;
	width: 100%;
}

.zrx-search-panel input[type="search"] {
	background: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 0;
	color: #111;
	font-size: 16px;
	height: 48px;
	padding: 0 16px;
	width: 100%;
}

.zrx-search-panel button[type="submit"] {
	background: var(--zrx-black);
	border: 0;
	color: #fff;
	font-weight: 700;
	padding: 0 24px;
}

.zrx-hero {
	align-items: flex-start !important;
	background:
		radial-gradient(circle at 78% 40%, rgba(183, 239, 40, .62), transparent 27%),
		linear-gradient(115deg, #f7f8f1 0%, #eef2df 50%, #d4e69a 100%);
	display: flex !important;
	justify-content: center !important;
	min-height: 620px;
	overflow: hidden;
	padding: clamp(90px, 11vw, 160px) max(24px, calc((100vw - 1320px) / 2)) !important;
	position: relative;
}

.zrx-hero::after {
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 50%;
	content: "";
	height: min(55vw, 640px);
	position: absolute;
	right: -4%;
	top: 6%;
	width: min(55vw, 640px);
}

.zrx-hero > .e-con-inner,
.zrx-hero > .elementor-element {
	position: relative;
	z-index: 1;
}

.zrx-hero .elementor-widget {
	max-width: 680px;
}

.zrx-hero h1,
.zrx-hero-title h1,
.zrx-hero-title .elementor-heading-title {
	color: var(--zrx-black);
	font-size: clamp(48px, 6.3vw, 96px);
	font-weight: 850;
	letter-spacing: -.065em;
	line-height: .96;
	margin: 0;
}

.zrx-hero-copy,
.zrx-hero-copy p {
	color: #2e2e2e;
	font-size: clamp(17px, 1.5vw, 22px);
	line-height: 1.6;
	max-width: 580px;
}

.zrx-primary-button .elementor-button,
.zrx-outline-button .elementor-button,
.zrx-button {
	border-radius: 0;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	padding: 17px 26px;
	text-transform: uppercase;
}

.zrx-primary-button .elementor-button,
.zrx-button {
	background: var(--zrx-black);
	color: #fff;
}

.zrx-primary-button .elementor-button:hover,
.zrx-button:hover {
	background: var(--zrx-lime);
	color: #000;
}

.zrx-outline-button .elementor-button {
	background: transparent;
	border: 1px solid var(--zrx-black);
	color: var(--zrx-black);
}

.zrx-section,
.zrx-page-section {
	margin: 0 auto;
	max-width: 1440px;
	padding: clamp(64px, 8vw, 112px) 28px !important;
}

.zrx-section-title h2,
.zrx-section-title .elementor-heading-title,
.zrx-page-title h1,
.zrx-page-title .elementor-heading-title {
	color: var(--zrx-black);
	font-size: clamp(34px, 4.4vw, 62px);
	font-weight: 850;
	letter-spacing: -.045em;
	line-height: 1.05;
	margin: 0;
}

.zrx-section-intro,
.zrx-section-intro p {
	color: var(--zrx-muted);
	font-size: 17px;
	line-height: 1.7;
	max-width: 680px;
}

.zrx-product-slots {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(var(--zrx-columns, 5), minmax(0, 1fr));
	margin: 24px 0 34px;
	width: 100%;
}

.zrx-product-slot {
	margin: 0;
	min-width: 0;
}

.zrx-slot-image {
	align-items: center;
	aspect-ratio: 4 / 5;
	background:
		linear-gradient(145deg, transparent 49.4%, rgba(0, 0, 0, .05) 50%, transparent 50.6%),
		linear-gradient(35deg, #f0f1eb, #dfe4d3);
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.zrx-slot-image::after {
	border: 2px solid rgba(0, 0, 0, .08);
	border-radius: 45% 45% 16% 16%;
	content: "";
	height: 52%;
	position: absolute;
	top: 22%;
	width: 48%;
}

.zrx-slot-image span {
	background: rgba(255, 255, 255, .85);
	color: #666;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .14em;
	padding: 8px 11px;
	position: relative;
	z-index: 1;
}

.zrx-product-slot h3 {
	color: var(--zrx-ink);
	font-size: 14px;
	font-weight: 750;
	margin: 15px 0 4px;
}

.zrx-product-slot p {
	color: var(--zrx-muted);
	font-size: 12px;
	margin: 0;
}

.zrx-live-products ul.products {
	display: grid !important;
	gap: 18px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 24px 0 34px !important;
}

.zrx-shop-page .zrx-live-products ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.zrx-live-products ul.products::before,
.zrx-live-products ul.products::after {
	display: none !important;
}

.zrx-live-products ul.products li.product {
	margin: 0 !important;
	width: auto !important;
}

.zrx-feature-grid {
	background: var(--zrx-black);
	display: grid !important;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
}

.zrx-feature-card {
	background: var(--zrx-black);
	color: #fff;
	min-height: 230px;
	padding: 54px !important;
}

.zrx-feature-card h3 {
	color: #fff;
	font-size: 24px;
	margin: 0 0 14px;
}

.zrx-feature-card p {
	color: #bdbdbd;
	line-height: 1.7;
}

.zrx-brand-banner {
	background: var(--zrx-lime);
	margin: 0 !important;
	max-width: none !important;
	padding: clamp(70px, 9vw, 130px) max(28px, calc((100vw - 1320px) / 2)) !important;
}

.zrx-brand-banner h2 {
	font-size: clamp(42px, 7vw, 92px);
	font-weight: 900;
	letter-spacing: -.06em;
}

.zrx-about-hero {
	background: var(--zrx-black);
	color: #fff;
	margin: 0 !important;
	max-width: none !important;
	padding: clamp(90px, 11vw, 160px) max(28px, calc((100vw - 1100px) / 2)) !important;
}

.zrx-about-hero h1 {
	color: #fff;
	font-size: clamp(54px, 8vw, 110px);
	font-weight: 900;
	letter-spacing: -.06em;
}

.zrx-about-lead,
.zrx-about-lead p {
	color: #c5c5c5;
	font-size: clamp(19px, 2.2vw, 28px);
	line-height: 1.55;
	max-width: 800px;
}

.zrx-narrow-copy {
	max-width: 920px;
}

.zrx-narrow-copy h2 {
	margin-top: 42px;
}

.zrx-contact-panel {
	border-top: 1px solid var(--zrx-line);
	margin-top: 34px;
}

.zrx-contact-panel > div {
	align-items: start;
	border-bottom: 1px solid var(--zrx-line);
	display: grid;
	gap: 20px;
	grid-template-columns: 160px minmax(0, 1fr);
	padding: 25px 0;
}

.zrx-contact-panel span {
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .14em;
}

.zrx-contact-panel a,
.zrx-contact-panel p {
	color: var(--zrx-ink);
	font-size: 17px;
	margin: 0;
}

.zrx-commerce-page .woocommerce {
	margin-top: 30px;
}

.zrx-site-footer {
	background: var(--zrx-black);
	color: #fff;
}

.zrx-footer-inner {
	display: grid !important;
	gap: 60px;
	grid-template-columns: 2fr 1fr 1fr;
	margin: 0 auto !important;
	max-width: 1440px !important;
	padding: 76px 28px 58px !important;
}

.zrx-footer-inner h3,
.zrx-footer-inner h4 {
	color: #fff;
	margin-top: 0;
}

.zrx-footer-inner h3 {
	font-size: 32px;
	font-weight: 900;
	letter-spacing: -.04em;
}

.zrx-footer-inner h4 {
	font-size: 12px;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.zrx-footer-inner p,
.zrx-footer-inner a {
	color: #aaa;
	line-height: 2;
	text-decoration: none;
}

.zrx-footer-inner a:hover {
	color: var(--zrx-lime);
}

.zrx-footer-bottom {
	border-top: 1px solid #292929;
	margin: 0 auto !important;
	max-width: 1440px !important;
	padding: 22px 28px !important;
}

.zrx-footer-bottom p {
	color: #777;
	font-size: 12px;
	margin: 0;
}

@media (max-width: 1024px) {
	.zrx-header-inner {
		grid-template-columns: 160px minmax(0, 1fr) 145px;
	}

	.zrx-desktop-menu {
		gap: 20px;
	}

	.zrx-product-slots,
	.zrx-live-products ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	.admin-bar .zrx-site-header {
		top: 46px;
	}

	.admin-bar .zrx-mobile-drawer {
		top: 46px;
	}
}

@media (max-width: 767px) {
	.zrx-header-inner {
		display: grid !important;
		gap: 8px;
		grid-template-columns: 44px minmax(0, 1fr) auto;
		min-height: 64px;
		padding: 0 12px !important;
	}

	.zrx-header-nav {
		grid-column: 1;
		justify-self: start;
	}

	.zrx-header-logo {
		grid-column: 2;
		justify-self: center;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		z-index: 2;
	}

	.zrx-header-actions {
		grid-column: 3;
		justify-self: end;
	}

	.zrx-menu-toggle {
		display: flex;
	}

	.zrx-desktop-menu {
		display: none;
	}

	.zrx-logo img {
		max-height: 40px;
		max-width: 96px;
	}

	.zrx-text-logo span {
		font-size: 24px;
	}

	.zrx-header-icons {
		gap: 1px;
	}

	.zrx-header-icons a,
	.zrx-header-icons button {
		height: 34px;
		padding: 7px;
		width: 34px;
	}

	.zrx-header-icons svg {
		height: 20px;
		width: 20px;
	}

	.zrx-cart-count {
		font-size: 9px;
		height: 15px;
		width: 15px;
	}

	.zrx-search-panel {
		padding: 12px;
	}

	.zrx-search-panel form {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.zrx-search-close {
		grid-column: 2;
		grid-row: 1;
		position: absolute;
		right: 18px;
		top: 26px;
	}

	.zrx-search-panel button[type="submit"] {
		display: none;
	}

	.zrx-hero {
		min-height: 570px;
		padding: 86px 22px !important;
	}

	.zrx-hero::after {
		bottom: -20%;
		height: 340px;
		right: -35%;
		top: auto;
		width: 340px;
	}

	.zrx-section,
	.zrx-page-section {
		padding: 58px 18px !important;
	}

	.zrx-product-slots,
	.zrx-live-products ul.products,
	.zrx-shop-page .zrx-live-products ul.products {
		gap: 14px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zrx-feature-grid {
		grid-template-columns: 1fr;
	}

	.zrx-feature-card {
		min-height: 0;
		padding: 42px 24px !important;
	}

	.zrx-brand-banner {
		padding: 72px 22px !important;
	}

	.zrx-contact-panel > div {
		gap: 8px;
		grid-template-columns: 1fr;
	}

	.zrx-footer-inner {
		gap: 32px;
		grid-template-columns: 1fr 1fr;
		padding: 56px 22px 42px !important;
	}

	.zrx-footer-brand {
		grid-column: 1 / -1;
	}

	.zrx-footer-bottom {
		padding: 20px 22px !important;
	}
}

@media (max-width: 430px) {
	.zrx-header-inner {
		grid-template-columns: 40px minmax(80px, 1fr) 104px;
	}

	.zrx-header-icons a,
	.zrx-header-icons button {
		padding: 6px;
		width: 32px;
	}
}

/* Version 3 storefront: reference-inspired five-product shopping flow. */
.zrx-announcement-bar {
	background: var(--zrx-lime);
	color: #000;
	margin: 0 !important;
	max-width: none !important;
	padding: 8px 18px !important;
	text-align: center;
}

.zrx-announcement-bar p {
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .09em;
	margin: 0;
}

.zrx-announcement-bar span {
	margin: 0 14px;
}

.zrx-hero {
	background-image:
		linear-gradient(90deg, rgba(246, 244, 238, .98) 0%, rgba(246, 244, 238, .9) 35%, rgba(246, 244, 238, .08) 70%),
		url("../images/zrixa-hero.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: min(720px, calc(100vh - 76px));
}

.zrx-products-section {
	max-width: 1760px;
	padding-left: clamp(28px, 4vw, 72px) !important;
	padding-right: clamp(28px, 4vw, 72px) !important;
}

.zrx-products-section .zrx-section-title,
.zrx-products-section .zrx-section-intro {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.zrx-store-products {
	display: grid;
	gap: clamp(18px, 2.5vw, 48px);
	grid-template-columns: repeat(var(--zrx-columns, 5), minmax(180px, 220px));
	justify-content: space-between;
	margin: 36px auto 42px;
	max-width: none;
	width: 100%;
}

.zrx-product-card {
	background: #fff;
	display: flex;
	flex-direction: column;
	margin: 0;
	min-width: 0;
	overflow: hidden;
}

.zrx-card-image {
	aspect-ratio: 1 / 1.22;
	background: #f2f2f2;
	display: block;
	overflow: hidden;
	position: relative;
}

.zrx-card-image img {
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover;
	transition: transform .35s ease;
	width: 100% !important;
}

.zrx-product-card:hover .zrx-card-image img {
	transform: scale(1.035);
}

.zrx-sale-badge {
	background: var(--zrx-lime);
	color: #000;
	font-size: 10px;
	font-weight: 900;
	left: 10px;
	letter-spacing: .08em;
	padding: 7px 9px;
	position: absolute;
	top: 10px;
	z-index: 2;
}

.zrx-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 14px 0 0;
}

.zrx-card-title {
	color: #2d2d2d;
	display: block;
	font-size: 14px;
	font-weight: 760;
	line-height: 1.35;
	min-height: 38px;
	text-decoration: none;
	text-transform: uppercase;
}

.zrx-card-title:hover {
	color: #4c7600;
}

.zrx-card-price {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
	gap: 7px;
	margin: 8px 0 4px;
}

.zrx-card-price del {
	color: #888;
	font-size: 12px;
	opacity: 1;
}

.zrx-card-price ins {
	color: #111;
	font-weight: 850;
	text-decoration: none;
}

.zrx-stock {
	font-size: 11px;
	font-weight: 750;
	margin-bottom: 10px;
}

.zrx-stock.is-in-stock {
	color: #218739;
}

.zrx-stock.is-out-of-stock {
	color: #b42318;
}

.zrx-card-form {
	margin-top: auto;
}

.zrx-size-label {
	color: #333;
	display: block;
	font-size: 10px;
	font-weight: 750;
	margin: 3px 0 8px;
}

.zrx-size-label strong {
	font-weight: 500;
}

.zrx-card-sizes {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 10px;
}

.zrx-card-size {
	background: #fff;
	border: 1px solid #555;
	border-radius: 0;
	color: #222;
	cursor: pointer;
	font-size: 11px;
	height: 38px;
	margin: 0;
	padding: 0;
	width: 38px;
}

.zrx-card-size:hover,
.zrx-card-size.is-selected {
	background: #111;
	border-color: #111;
	color: #fff;
}

.zrx-card-size:disabled {
	background: #f4f4f4;
	border-color: #ddd;
	color: #aaa;
	cursor: not-allowed;
	text-decoration: line-through;
}

.zrx-card-add {
	align-items: center;
	background: #050505;
	border: 0;
	border-radius: 2px;
	color: #fff;
	display: flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	min-height: 44px;
	padding: 10px 14px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.zrx-card-add:hover {
	background: #253600;
	color: var(--zrx-lime);
}

.zrx-card-add:disabled {
	background: #b9b9b9;
	color: #fff;
	cursor: not-allowed;
}

.zrx-card-details {
	color: #505050;
	display: block;
	font-size: 11px;
	margin-top: 9px;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.zrx-empty-products {
	background: #f5f5f5;
	padding: 30px;
	text-align: center;
}

/* Single product: centered reference-style product canvas. */
body.single-product .site-main,
body.single-product main,
body.single-product .content-area {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	width: 100%;
}

body.single-product .woocommerce-breadcrumb,
body.single-product .woocommerce-notices-wrapper {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1280px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: calc(100% - 64px) !important;
}

body.single-product .woocommerce div.product {
	align-items: start;
	box-sizing: border-box;
	display: grid;
	gap: clamp(32px, 4vw, 64px);
	grid-template-columns: minmax(0, 1.35fr) minmax(350px, .95fr);
	margin: 0 auto !important;
	max-width: 1280px !important;
	padding: 28px 0 90px !important;
	width: calc(100% - 64px) !important;
}

body.single-product .woocommerce div.product::before,
body.single-product .woocommerce div.product::after {
	display: none;
}

body.single-product .woocommerce div.product div.images,
body.single-product .woocommerce div.product div.summary {
	float: none !important;
	margin: 0 !important;
	width: auto !important;
}

body.single-product .woocommerce div.product div.images {
	grid-column: 1;
	grid-row: 1;
}

body.single-product .woocommerce div.product div.images img {
	aspect-ratio: 1 / 1.06;
	background: #f3f3f3;
	object-fit: cover;
	width: 100%;
}

body.single-product .woocommerce div.product div.summary {
	grid-column: 2;
	grid-row: 1;
	padding-top: 0;
}

body.single-product .product_title {
	color: #050505;
	font-size: clamp(30px, 3vw, 46px);
	font-weight: 850;
	letter-spacing: -.035em;
	line-height: 1.08;
	margin: 0 0 12px;
	text-transform: uppercase;
}

body.single-product .woocommerce-product-details__short-description {
	border-bottom: 1px solid #e8e8e8;
	color: #333;
	font-size: 14px;
	line-height: 1.65;
	margin: 10px 0 22px;
	padding-bottom: 18px;
}

body.single-product .summary .price {
	align-items: baseline;
	display: flex;
	font-size: 22px;
	gap: 9px;
	margin: 0 0 14px;
}

body.single-product .summary .price del {
	color: #777;
	font-size: 15px;
	opacity: 1;
}

body.single-product .summary .price ins {
	color: #111;
	font-weight: 850;
	text-decoration: none;
}

body.single-product .variations {
	border: 0 !important;
	margin: 0 0 12px !important;
}

body.single-product .variations th,
body.single-product .variations td {
	background: transparent !important;
	border: 0 !important;
	display: block;
	padding: 0 !important;
	text-align: left;
}

body.single-product .variations label {
	color: #111;
	display: block;
	font-size: 12px;
	font-weight: 850;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.zrx-native-variation-select {
	height: 1px !important;
	opacity: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
	position: absolute !important;
	width: 1px !important;
}

.zrx-single-size-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 12px;
}

.zrx-single-size-button {
	background: #fff;
	border: 1px solid #333;
	border-radius: 0;
	color: #111;
	cursor: pointer;
	font-size: 12px;
	height: 46px;
	margin: 0;
	min-width: 46px;
	padding: 0 11px;
}

.zrx-single-size-button:hover,
.zrx-single-size-button.is-selected {
	background: #111;
	border-color: #111;
	color: #fff;
}

.zrx-single-size-button:disabled {
	color: #aaa;
	cursor: not-allowed;
	text-decoration: line-through;
}

body.single-product .reset_variations {
	color: #666;
	font-size: 11px;
}

body.single-product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 16px 0 0 !important;
}

body.single-product form.cart .quantity {
	float: none !important;
	margin: 0 !important;
	width: 82px;
}

body.single-product form.cart .qty {
	border: 1px solid #ddd;
	border-radius: 2px;
	height: 52px;
	width: 100%;
}

body.single-product form.cart .single_add_to_cart_button {
	background: #050505 !important;
	border-radius: 2px !important;
	color: #fff !important;
	flex: 1;
	font-size: 14px !important;
	font-weight: 800 !important;
	height: 52px;
	margin: 0 !important;
	min-width: 200px;
}

body.single-product form.cart .single_add_to_cart_button:hover {
	background: #1d1d1d !important;
}

body.single-product form.cart .zrx-buy-now {
	background: #25a947 !important;
	border: 0 !important;
	border-radius: 4px !important;
	color: #fff !important;
	flex-basis: 100%;
	font-size: 16px;
	font-weight: 850;
	min-height: 52px;
	order: 20;
	width: 100%;
}

.zrx-single-extras {
	margin-top: 28px;
}

.zrx-size-chart {
	margin: 0 0 14px;
	overflow-x: auto;
}

.zrx-size-chart table {
	border-collapse: collapse;
	font-size: 12px;
	margin: 0;
	text-align: center;
	width: 100%;
}

.zrx-size-chart th,
.zrx-size-chart td {
	border: 1px solid #c5c5c5;
	padding: 8px 6px;
}

.zrx-size-chart th {
	background: #ccc;
	color: #111;
	font-weight: 850;
}

.zrx-size-chart tbody tr:nth-child(even) {
	background: #d4d4d4;
}

.zrx-size-chart p {
	color: #222;
	font-size: 10px;
	font-weight: 750;
	margin: 3px 0 0;
	text-align: right;
}

.zrx-social-order {
	align-items: center;
	border-radius: 6px;
	color: #fff !important;
	display: flex;
	font-size: 15px;
	font-weight: 850;
	justify-content: center;
	margin: 10px 0;
	min-height: 48px;
	padding: 10px 14px;
	text-align: center;
	text-decoration: none !important;
}

.zrx-messenger-order {
	background: #1687f8;
}

.zrx-whatsapp-order {
	background: #25d366;
}

.zrx-product-assurance {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 26px;
}

.zrx-product-assurance span {
	border: 1px solid #e4e4e4;
	border-radius: 8px;
	font-size: 10px;
	font-weight: 700;
	padding: 11px 7px;
	text-align: center;
}

body.single-product .woocommerce-tabs,
body.single-product .related,
body.single-product .up-sells {
	grid-column: 1 / -1;
}

body.single-product .product_meta {
	color: #777;
	font-size: 11px;
	margin-top: 18px;
}

/* Cart, account and checkout. */
.zrx-commerce-page .woocommerce,
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-account .woocommerce {
	color: #222;
	font-size: 14px;
}

.zrx-commerce-page table.shop_table,
body.woocommerce-cart table.shop_table,
body.woocommerce-checkout table.shop_table {
	border: 1px solid #e1e1e1;
	border-collapse: collapse;
	border-radius: 0;
}

.zrx-commerce-page table.shop_table th,
.zrx-commerce-page table.shop_table td,
body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td,
body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td {
	border: 1px solid #e8e8e8;
	padding: 14px;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	background: #050505;
	border-radius: 2px;
	color: #fff;
	font-weight: 800;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: #253600;
	color: var(--zrx-lime);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	min-height: 46px;
	padding: 10px 12px;
}

.woocommerce-checkout #payment {
	background: #f4f4f4;
	border-radius: 4px;
}

@media (max-width: 1100px) {
	.zrx-store-products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.single-product .woocommerce div.product {
		grid-template-columns: minmax(0, 1.25fr) minmax(330px, .9fr);
		width: calc(100% - 48px) !important;
	}

	body.single-product .woocommerce-breadcrumb,
	body.single-product .woocommerce-notices-wrapper {
		width: calc(100% - 48px) !important;
	}
}

@media (max-width: 767px) {
	.zrx-announcement-bar p {
		font-size: 9px;
		letter-spacing: .04em;
	}

	.zrx-announcement-bar span {
		margin: 0 5px;
	}

	.zrx-hero {
		background-image:
			linear-gradient(180deg, rgba(246, 244, 238, .93) 0%, rgba(246, 244, 238, .35) 60%, rgba(246, 244, 238, .1) 100%),
			url("../images/zrixa-hero.png");
		background-position: 66% center;
		min-height: 620px;
	}

	.zrx-store-products {
		gap: 22px 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zrx-card-title {
		font-size: 12px;
		min-height: 34px;
	}

	.zrx-card-price {
		font-size: 13px;
	}

	.zrx-card-size {
		height: 34px;
		width: 34px;
	}

	body.single-product .woocommerce div.product {
		display: block;
		padding: 12px 16px 64px !important;
		width: 100% !important;
	}

	body.single-product .woocommerce-breadcrumb,
	body.single-product .woocommerce-notices-wrapper {
		width: calc(100% - 32px) !important;
	}

	body.single-product .woocommerce div.product div.summary {
		padding-top: 24px;
	}

	body.single-product .product_title {
		font-size: 30px;
	}

	.zrx-product-assurance {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 390px) {
	.zrx-store-products {
		grid-template-columns: 1fr;
	}

	.zrx-card-image {
		aspect-ratio: 1 / 1.12;
	}
}

/* Version 3.2: full reference-style product detail experience. */
.zrx-site-header {
	position: relative;
	top: auto;
}

.admin-bar .zrx-site-header {
	top: auto;
}

body.zrx-modal-open {
	overflow: hidden;
}

body.single-product .woocommerce div.product {
	gap: clamp(38px, 3.8vw, 64px);
	grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr);
	max-width: 1120px !important;
	padding-bottom: 74px !important;
	padding-top: 20px !important;
	width: calc(100% - 64px) !important;
}

body.single-product .woocommerce-breadcrumb,
body.single-product .woocommerce-notices-wrapper {
	max-width: 1120px !important;
	width: calc(100% - 64px) !important;
}

body.single-product .woocommerce div.product div.images img {
	aspect-ratio: 1 / 1.12;
	object-fit: cover;
}

body.single-product .product_title {
	font-size: clamp(30px, 2.15vw, 38px);
	line-height: 1.1;
	margin-bottom: 10px;
}

body.single-product .woocommerce-product-details__short-description {
	display: none;
}

body.single-product .summary .price {
	font-size: 20px;
	margin-bottom: 24px;
}

body.single-product .variations label::after {
	color: #555;
	content: ":  " attr(data-zrx-size-state);
	font-weight: 500;
	margin-left: 6px;
	text-transform: none;
}

body.single-product form.cart {
	margin-top: 18px !important;
}

.zrx-single-extras {
	margin-top: 52px;
}

.zrx-single-extras .elementor,
.zrx-single-extras .e-con,
.zrx-elementor-product-extras {
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

.zrx-single-extras .elementor-widget {
	margin-bottom: 0;
	width: 100%;
}

.zrx-single-extras .elementor-widget + .elementor-widget {
	margin-top: 0;
}

.zrx-size-chart {
	margin-bottom: 14px;
}

.zrx-size-chart table {
	font-size: 13px;
	line-height: 1.15;
}

.zrx-size-chart th,
.zrx-size-chart td {
	border-color: #c8c1ad;
	padding: 10px 7px;
}

.zrx-size-chart th {
	background: #c9c9c9;
	font-size: 14px;
	white-space: nowrap;
}

.zrx-size-chart tbody tr:nth-child(even) {
	background: #d0d0d0;
}

.zrx-size-chart p {
	font-size: 11px;
	margin-top: 4px;
}

.zrx-social-order-stack {
	margin-top: 14px;
}

.zrx-social-order {
	gap: 9px;
	min-height: 49px;
}

.zrx-social-order svg {
	height: 20px;
	width: 20px;
}

.zrx-product-action-buttons {
	display: grid;
	gap: 10px;
	grid-template-columns: 1.08fr 1.5fr .72fr;
	margin-top: 30px;
}

.zrx-product-action-buttons button,
.zrx-product-action-buttons a {
	align-items: center;
	background: #fff;
	border: 1px solid #dfe1e5;
	border-radius: 9px;
	color: #111;
	cursor: pointer;
	display: flex;
	font-size: 13px;
	font-weight: 750;
	gap: 9px;
	justify-content: center;
	margin: 0;
	min-height: 46px;
	padding: 9px 12px;
	text-decoration: none;
	white-space: nowrap;
}

.zrx-product-action-buttons button:hover,
.zrx-product-action-buttons a:hover {
	background: #fff;
	border-color: #aeb4bc;
	box-shadow: 0 5px 16px rgba(0, 0, 0, .06);
}

.zrx-product-action-buttons button.is-active,
.zrx-product-action-buttons button.is-active:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}

.zrx-product-action-buttons svg {
	fill: none;
	height: 17px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 17px;
}

.zrx-delivery-information {
	background: #fff;
	border: 1px solid #e0e1e4;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .025);
	margin-top: 12px;
	padding: 18px 22px;
}

.zrx-delivery-information[hidden] {
	display: none !important;
}

.zrx-delivery-information p {
	color: #171717;
	font-size: 13px;
	line-height: 1.55;
	margin: 0 0 6px;
	padding-left: 24px;
	position: relative;
}

.zrx-delivery-information p:last-child {
	margin-bottom: 0;
}

.zrx-delivery-information p span {
	left: 0;
	position: absolute;
	top: 0;
}

.zrx-product-social-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.zrx-product-social-links a {
	align-items: center;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	height: 46px;
	justify-content: center;
	transition: transform .2s ease, box-shadow .2s ease;
	width: 46px;
}

.zrx-product-social-links a:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, .16);
	transform: translateY(-2px);
}

.zrx-product-social-links svg {
	height: 22px;
	width: 22px;
}

.zrx-social-facebook {
	background: #1877f2;
}

.zrx-social-whatsapp {
	background: #22c866;
}

.zrx-social-messenger {
	background: #19a9f8;
}

.zrx-social-instagram {
	background: #ef6680;
}

.zrx-social-youtube {
	background: #f60000;
}

.zrx-social-tiktok {
	background: #050505;
}

.zrx-modal[hidden] {
	display: none;
}

.zrx-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 100000;
}

.zrx-modal-backdrop {
	background: rgba(0, 0, 0, .58);
	inset: 0;
	position: absolute;
}

.zrx-modal-dialog {
	background: #fff;
	border-radius: 13px;
	box-shadow: 0 24px 90px rgba(0, 0, 0, .28);
	max-height: calc(100vh - 48px);
	max-width: 720px;
	overflow: auto;
	position: relative;
	width: min(100%, 720px);
	z-index: 1;
}

.zrx-size-guide-dialog {
	max-width: 820px;
	width: min(100%, 820px);
}

.zrx-modal-dialog header {
	align-items: center;
	border-bottom: 1px solid #e2e2e2;
	display: flex;
	justify-content: space-between;
	padding: 18px 20px;
}

.zrx-modal-dialog header h2 {
	color: #111;
	font-size: 18px;
	font-weight: 800;
	margin: 0;
}

.zrx-modal-dialog header button {
	align-items: center;
	background: #f3f4f5;
	border: 0;
	border-radius: 7px;
	color: #333;
	cursor: pointer;
	display: flex;
	font-size: 25px;
	height: 30px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	padding: 0 0 2px;
	width: 30px;
}

.zrx-modal-content {
	padding: 26px 24px;
}

.zrx-modal-content .is-modal-chart {
	margin: 0;
}

.zrx-modal-content .is-modal-chart table {
	font-size: clamp(15px, 2vw, 21px);
}

.zrx-modal-content .is-modal-chart th,
.zrx-modal-content .is-modal-chart td {
	padding: 14px 10px;
}

.zrx-modal-content .is-modal-chart th {
	font-size: clamp(16px, 2.2vw, 22px);
}

.zrx-modal-content .is-modal-chart p {
	font-size: 14px;
	font-weight: 800;
}

.zrx-modal-policy h3 {
	font-size: 17px;
	margin: 0 0 7px;
}

.zrx-modal-policy p {
	color: #444;
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 22px;
}

.zrx-modal-policy p:last-child {
	margin-bottom: 0;
}

.zrx-product-sticky-bar {
	background: rgba(255, 255, 255, .98);
	border-bottom: 1px solid #e4e4e4;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .055);
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateY(-105%);
	transition: opacity .2s ease, transform .24s ease;
	z-index: 9998;
}

.admin-bar .zrx-product-sticky-bar {
	top: 32px;
}

.zrx-product-sticky-bar.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.zrx-product-sticky-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1320px;
	min-height: 56px;
	padding: 0 24px;
}

.zrx-sticky-tabs {
	align-items: center;
	display: flex;
	gap: 30px;
}

.zrx-sticky-tabs a {
	color: #222;
	font-size: 13px;
	padding: 20px 0 17px;
	text-decoration: none;
}

.zrx-sticky-tabs a:hover {
	box-shadow: inset 0 -3px #111;
}

.zrx-sticky-tabs span {
	align-items: center;
	background: #000;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 9px;
	height: 18px;
	justify-content: center;
	margin-left: 3px;
	width: 18px;
}

.zrx-product-sticky-inner > button {
	background: #050505;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 800;
	min-width: 116px;
	padding: 13px 18px;
}

body.single-product .woocommerce-tabs {
	border-top: 1px solid #ededed;
	margin-top: 38px;
	padding-top: 30px;
}

body.single-product .woocommerce-tabs ul.tabs {
	display: flex;
	gap: 28px;
	justify-content: center;
	margin: 0 0 32px !important;
	padding: 0 !important;
}

body.single-product .woocommerce-tabs ul.tabs::before {
	display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
	color: #333 !important;
	font-size: 14px;
	font-weight: 500 !important;
	padding: 12px 0 !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active a {
	box-shadow: inset 0 -3px #111;
	color: #111 !important;
	font-weight: 750 !important;
}

body.single-product .woocommerce-tabs .panel {
	color: #222;
	font-size: 15px;
	line-height: 1.7;
	margin: 0 auto !important;
	max-width: 100%;
}

body.single-product .related,
body.single-product .up-sells {
	border-top: 1px solid #eee;
	margin-top: 72px;
	padding-top: 48px;
}

body.single-product .related > h2,
body.single-product .up-sells > h2 {
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 800;
	margin-bottom: 30px;
}

@media (max-width: 1100px) {
	body.single-product .woocommerce div.product {
		grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr);
	}
}

@media (max-width: 782px) {
	.admin-bar .zrx-product-sticky-bar {
		top: 46px;
	}
}

@media (max-width: 767px) {
	body.single-product .woocommerce div.product {
		padding: 12px 16px 58px !important;
		width: 100% !important;
	}

	body.single-product .woocommerce-breadcrumb,
	body.single-product .woocommerce-notices-wrapper {
		width: calc(100% - 32px) !important;
	}

	body.single-product .woocommerce div.product div.images img {
		aspect-ratio: 1 / 1.1;
	}

	.zrx-single-extras {
		margin-top: 38px;
	}

	.zrx-product-action-buttons {
		grid-template-columns: 1fr 1.35fr .65fr;
	}

	.zrx-product-action-buttons button,
	.zrx-product-action-buttons a {
		font-size: 11px;
		gap: 6px;
		padding: 8px 7px;
	}

	.zrx-product-action-buttons svg {
		height: 14px;
		width: 14px;
	}

	.zrx-product-social-links {
		gap: 11px;
	}

	.zrx-product-social-links a {
		height: 42px;
		width: 42px;
	}

	.zrx-modal {
		align-items: flex-end;
		padding: 0;
	}

	.zrx-modal-dialog,
	.zrx-size-guide-dialog {
		border-radius: 14px 14px 0 0;
		max-height: 92vh;
		max-width: none;
		width: 100%;
	}

	.zrx-modal-content {
		padding: 20px 14px 24px;
	}

	.zrx-modal-content .is-modal-chart table {
		font-size: 13px;
	}

	.zrx-modal-content .is-modal-chart th,
	.zrx-modal-content .is-modal-chart td {
		padding: 11px 5px;
	}

	.zrx-modal-content .is-modal-chart th {
		font-size: 13px;
	}

	.zrx-modal-content .is-modal-chart p {
		font-size: 10px;
	}

	.zrx-product-sticky-bar {
		display: none;
	}

	body.single-product .woocommerce-tabs ul.tabs {
		gap: 16px;
		justify-content: flex-start;
		overflow-x: auto;
		white-space: nowrap;
	}
}

@media (max-width: 430px) {
	.zrx-size-chart table {
		font-size: 11px;
	}

	.zrx-size-chart th {
		font-size: 11px;
	}

	.zrx-product-action-buttons {
		gap: 6px;
	}

	.zrx-delivery-information {
		padding: 16px;
	}
}
