@font-face {
	font-family: "Vazirmatn";
	src: url("../fonts/vazirmatn/Vazirmatn-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Trust pages */
.nexyro-trust-page {
	max-width: 980px;
	margin: 0 auto;
	padding: clamp(32px, 6vw, 72px) 0;
	color: var(--nexyro-charcoal);
}

.nexyro-trust-hero {
	margin-bottom: 24px;
	padding: clamp(24px, 5vw, 40px);
	background: #fff;
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
	box-shadow: 0 18px 50px rgba(19, 19, 22, 0.06);
}

.nexyro-trust-hero__eyebrow {
	margin: 0 0 8px;
	color: var(--nexyro-orange-dark);
	font-size: 0.9rem;
	font-weight: 900;
}

.nexyro-trust-hero h1 {
	margin: 0;
	font-size: clamp(1.9rem, 5vw, 3rem);
	font-weight: 900;
	line-height: 1.35;
}

.nexyro-trust-hero p {
	max-width: 720px;
	margin: 14px 0 0;
	color: var(--nexyro-muted);
	font-size: 1rem;
	line-height: 2;
}

.nexyro-trust-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 20px 0;
}

.nexyro-trust-card,
.nexyro-trust-section {
	padding: 20px;
	background: #fff;
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
	box-shadow: 0 12px 34px rgba(19, 19, 22, 0.045);
}

.nexyro-trust-card h2,
.nexyro-trust-section h2,
.nexyro-trust-card h3,
.nexyro-trust-section h3 {
	margin: 0 0 10px;
	color: var(--nexyro-charcoal);
	font-weight: 900;
	line-height: 1.5;
}

.nexyro-trust-card p,
.nexyro-trust-section p,
.nexyro-trust-section li {
	color: var(--nexyro-muted);
	line-height: 2;
}

.nexyro-trust-section ul,
.nexyro-trust-section ol {
	margin: 10px 0 0;
	padding-right: 20px;
}

.nexyro-trust-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.nexyro-trust-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	border-radius: 999px;
	background: var(--nexyro-orange);
	color: #fff;
	font-weight: 900;
	text-decoration: none;
}

.nexyro-trust-actions a.secondary {
	background: #f4f4f5;
	color: var(--nexyro-charcoal);
}

.nexyro-trust-faq details {
	padding: 16px 0;
	border-bottom: 1px solid var(--nexyro-border);
}

.nexyro-trust-faq details:last-child {
	border-bottom: 0;
}

.nexyro-trust-faq summary {
	cursor: pointer;
	color: var(--nexyro-charcoal);
	font-weight: 900;
}

.nexyro-trust-note {
	margin-top: 16px;
	padding: 14px 16px;
	background: #fff7f1;
	border: 1px solid rgba(229, 111, 45, 0.22);
	border-radius: var(--nexyro-radius);
	color: var(--nexyro-charcoal);
	line-height: 1.9;
}

@media (max-width: 720px) {
	.nexyro-trust-page {
		padding-top: 24px;
	}

	.nexyro-trust-grid {
		grid-template-columns: 1fr;
	}

	.nexyro-trust-actions a {
		width: 100%;
	}
}

@font-face {
	font-family: "Vazirmatn";
	src: url("../fonts/vazirmatn/Vazirmatn-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Vazirmatn";
	src: url("../fonts/vazirmatn/Vazirmatn-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Vazirmatn";
	src: url("../fonts/vazirmatn/Vazirmatn-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Vazirmatn";
	src: url("../fonts/vazirmatn/Vazirmatn-ExtraBold.woff2") format("woff2");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

:root {
	--nexyro-charcoal: #121314;
	--nexyro-charcoal-soft: #1e2023;
	--nexyro-ink: #202326;
	--nexyro-muted: #667078;
	--nexyro-border: #e2ddd5;
	--nexyro-paper: #f5f5f3;
	--nexyro-panel: #ffffff;
	--nexyro-surface-dark: #17191c;
	--nexyro-orange: #f26b2a;
	--nexyro-orange-dark: #c94f15;
	--nexyro-accent-blue: #1e7bd7;
	--nexyro-error: #b42318;
	--nexyro-success: #16734a;
	--nexyro-warning: #a66a00;
	--nexyro-steel: #6c7b83;
	--nexyro-radius: 14px;
	--nexyro-radius-card: 22px;
	--nexyro-radius-pill: 999px;
	--nexyro-shadow: 0 18px 48px rgba(18, 19, 20, 0.075);
	--nexyro-shadow-soft: 0 1px 2px rgba(18, 19, 20, 0.045), 0 16px 44px rgba(18, 19, 20, 0.055);
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--nexyro-paper);
	color: var(--nexyro-ink);
	direction: rtl;
	font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0;
	text-rendering: optimizeLegibility;
}

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

a:hover,
a:focus {
	color: var(--nexyro-orange-dark);
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

button,
input,
select,
textarea {
	font: inherit;
	letter-spacing: 0;
}

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

.screen-reader-text:focus {
	z-index: 100000;
	top: 12px;
	right: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: var(--nexyro-orange);
	color: #fff;
	border-radius: var(--nexyro-radius);
}

.nexyro-container {
	width: min(100% - 32px, 1180px);
	margin-inline: auto;
}

.site-header {
	position: sticky;
	z-index: 20;
	top: 0;
	background: rgba(23, 23, 23, 0.96);
	color: #fffaf2;
	border-bottom: 1px solid rgba(255, 250, 242, 0.12);
	backdrop-filter: blur(12px);
}

.site-header__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 24px;
	min-height: 76px;
}

.site-branding {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
}

.site-header .custom-logo {
	display: block;
	width: auto;
	max-width: 180px;
	max-height: 52px;
	object-fit: contain;
}

.site-branding__text {
	display: grid;
	gap: 0;
	color: #fffaf2;
	line-height: 1.1;
}

.site-branding__name,
.site-footer__logo {
	font-family: "Vazirmatn", Arial, sans-serif;
	font-size: 1.55rem;
	font-weight: 800;
	letter-spacing: 0;
}

.site-branding__local {
	margin-top: 3px;
	color: rgba(255, 250, 242, 0.68);
	font-size: 0.84rem;
	text-align: left;
}

.main-navigation {
	justify-self: center;
}

.primary-menu,
.footer-menu {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-menu a {
	display: block;
	padding: 10px 13px;
	color: rgba(255, 250, 242, 0.84);
	border-radius: var(--nexyro-radius);
	font-size: 0.95rem;
	font-weight: 500;
	white-space: nowrap;
}

.primary-menu a:hover,
.primary-menu a:focus {
	background: rgba(255, 250, 242, 0.08);
	color: #fff;
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	background: transparent;
	color: #fffaf2;
	border: 1px solid rgba(255, 250, 242, 0.2);
	border-radius: var(--nexyro-radius);
	cursor: pointer;
}

.menu-toggle__bar {
	display: block;
	width: 18px;
	height: 2px;
	margin: 4px auto;
	background: currentColor;
	border-radius: 999px;
}

.site-header__cart {
	justify-self: end;
}

.nexyro-cart-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 8px 12px;
	color: #fffaf2;
	background: rgba(255, 250, 242, 0.08);
	border: 1px solid rgba(255, 250, 242, 0.14);
	border-radius: var(--nexyro-radius);
	white-space: nowrap;
}

.nexyro-cart-link:hover,
.nexyro-cart-link:focus {
	color: #fff;
	border-color: rgba(229, 111, 45, 0.7);
}

.nexyro-cart-icon {
	display: inline-flex;
	color: var(--nexyro-orange);
}

.nexyro-cart-count {
	display: inline-grid;
	place-items: center;
	min-width: 22px;
	height: 22px;
	padding-inline: 6px;
	background: var(--nexyro-orange);
	color: #fff;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1;
}

.site-main {
	min-height: 54vh;
}

.nexyro-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 18px;
	border: 1px solid transparent;
	border-radius: var(--nexyro-radius);
	font-weight: 700;
	line-height: 1.4;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.nexyro-button:hover,
.nexyro-button:focus {
	transform: translateY(-1px);
}

.nexyro-button--primary {
	background: var(--nexyro-orange);
	color: #fff;
}

.nexyro-button--primary:hover,
.nexyro-button--primary:focus {
	background: var(--nexyro-orange-dark);
	color: #fff;
}

.nexyro-button--secondary {
	background: rgba(255, 250, 242, 0.08);
	color: #fffaf2;
	border-color: rgba(255, 250, 242, 0.22);
}

.nexyro-button--secondary:hover,
.nexyro-button--secondary:focus {
	background: rgba(255, 250, 242, 0.14);
	color: #fff;
}

.home-hero {
	overflow: hidden;
	background:
		linear-gradient(145deg, rgba(23, 23, 23, 0.98), rgba(36, 36, 36, 0.94)),
		var(--nexyro-charcoal);
	color: #fffaf2;
}

.home-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr);
	align-items: center;
	gap: clamp(30px, 6vw, 72px);
	padding-block: clamp(56px, 9vw, 104px);
}

.home-hero--product .home-hero__inner {
	grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.88fr);
	padding-block: clamp(38px, 7vw, 78px);
}

.home-hero__brand,
.section-heading__eyebrow {
	margin: 0 0 12px;
	color: var(--nexyro-orange);
	font-weight: 800;
	letter-spacing: 0;
}

.home-hero__title {
	max-width: 760px;
	margin: 0;
	font-size: clamp(2rem, 4.6vw, 4.25rem);
	line-height: 1.28;
	letter-spacing: 0;
}

.home-hero__description {
	max-width: 660px;
	margin: 22px 0 0;
	color: rgba(255, 250, 242, 0.78);
	font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.home-hero--product .home-hero__actions {
	margin-top: 24px;
}

.home-hero__offer {
	max-width: 680px;
}

.home-hero__product-title {
	margin: 0;
	color: #fffaf2;
	font-size: clamp(2rem, 4.2vw, 3.9rem);
	line-height: 1.25;
	letter-spacing: 0;
}

.home-hero__product-title a:hover,
.home-hero__product-title a:focus {
	color: #fff;
}

.home-hero__product-subtitle {
	max-width: 620px;
	margin: 14px 0 0;
	color: rgba(255, 250, 242, 0.72);
	font-size: clamp(1rem, 1.45vw, 1.14rem);
	font-weight: 700;
	line-height: 1.75;
}

.home-hero__product-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-top: 18px;
}

.home-hero__price {
	color: #fffaf2;
	font-size: clamp(1.35rem, 2.6vw, 2.1rem);
	font-weight: 800;
}

.home-hero__price del {
	color: rgba(255, 250, 242, 0.5);
	font-size: 0.75em;
}

.home-hero__price ins {
	text-decoration: none;
}

.home-hero__stock {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 5px 12px;
	background: rgba(238, 243, 238, 0.12);
	color: #bce3c5;
	border: 1px solid rgba(188, 227, 197, 0.24);
	border-radius: 999px;
	font-size: 0.92rem;
	font-weight: 800;
}

.home-hero__stock--outofstock {
	background: rgba(244, 232, 226, 0.12);
	color: #f0b39f;
	border-color: rgba(240, 179, 159, 0.24);
}

.home-hero__stock--onbackorder {
	background: rgba(245, 239, 226, 0.12);
	color: #ead596;
	border-color: rgba(234, 213, 150, 0.24);
}

.home-hero__trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.home-hero__trust-row span {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 5px 28px 5px 12px;
	background: rgba(255, 250, 242, 0.08);
	color: rgba(255, 250, 242, 0.76);
	border: 1px solid rgba(255, 250, 242, 0.13);
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 700;
}

.home-hero__trust-row span::before {
	content: "";
	position: absolute;
	right: 12px;
	width: 7px;
	height: 7px;
	background: var(--nexyro-orange);
	border-radius: 999px;
}

.home-hero__product-visual {
	display: block;
	overflow: hidden;
	padding: clamp(12px, 2vw, 18px);
	background: linear-gradient(145deg, rgba(255, 250, 242, 0.12), rgba(255, 250, 242, 0.04));
	border: 1px solid rgba(255, 250, 242, 0.13);
	border-radius: var(--nexyro-radius);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.home-hero__product-visual:hover,
.home-hero__product-visual:focus {
	border-color: rgba(229, 111, 45, 0.56);
}

.home-hero__product-visual img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	background: #eee8df;
	border-radius: calc(var(--nexyro-radius) - 2px);
}

.home-hero__visual {
	position: relative;
	min-height: 300px;
}

.home-hero__device {
	position: absolute;
	inset: 24px 0 auto auto;
	width: min(100%, 390px);
	aspect-ratio: 1.15;
	padding: 26px;
	background: linear-gradient(145deg, #303030, #191919);
	border: 1px solid rgba(255, 250, 242, 0.12);
	border-radius: 8px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.home-hero__device span {
	display: block;
	height: 18px;
	margin-bottom: 18px;
	background: rgba(255, 250, 242, 0.12);
	border-radius: 999px;
}

.home-hero__device span:first-child {
	width: 56%;
	background: var(--nexyro-orange);
}

.home-hero__device span:nth-child(2) {
	width: 82%;
}

.home-hero__device span:nth-child(3) {
	width: 68%;
}

.home-hero__chips {
	position: absolute;
	right: 28px;
	bottom: 22px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	width: min(92%, 360px);
}

.home-hero__chips span {
	padding: 8px 12px;
	background: rgba(255, 250, 242, 0.1);
	color: rgba(255, 250, 242, 0.84);
	border: 1px solid rgba(255, 250, 242, 0.16);
	border-radius: 999px;
	font-size: 0.88rem;
}

.use-cases-section,
.why-section,
.faq-section {
	padding-block: clamp(46px, 7vw, 82px);
	border-bottom: 1px solid var(--nexyro-border);
}

.featured-product-anchor {
	scroll-margin-top: 92px;
}

.section-heading {
	max-width: 720px;
	margin-bottom: 28px;
}

.section-heading h2 {
	margin: 0;
	color: var(--nexyro-charcoal);
	font-size: clamp(1.65rem, 3vw, 2.6rem);
	line-height: 1.35;
	letter-spacing: 0;
}

.use-cases-section {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(23, 23, 23, 0.04), rgba(229, 111, 45, 0.08)),
		#fbf8f2;
	scroll-margin-top: 92px;
}

.use-cases-section__inner {
	display: grid;
	gap: 28px;
}

.use-cases-section__heading {
	display: grid;
	max-width: 760px;
	gap: 10px;
}

.use-cases-section__heading h2 {
	margin: 0;
	color: var(--nexyro-charcoal);
	font-size: clamp(1.8rem, 3.4vw, 3rem);
	line-height: 1.32;
	letter-spacing: 0;
}

.use-cases-section__heading p {
	margin: 0;
	color: var(--nexyro-muted);
	font-size: 1.05rem;
}

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

.use-case-card {
	position: relative;
	min-height: 220px;
	padding: 24px;
	overflow: hidden;
	background: var(--nexyro-charcoal);
	color: #fffaf2;
	border: 1px solid rgba(23, 23, 23, 0.12);
	border-radius: var(--nexyro-radius);
	box-shadow: var(--nexyro-shadow);
}

.use-case-card::after {
	content: "";
	position: absolute;
	inset: auto auto -44px -40px;
	width: 130px;
	height: 130px;
	background: rgba(229, 111, 45, 0.16);
	border-radius: 999px;
}

.use-case-card__icon {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-bottom: 24px;
	background: var(--nexyro-orange);
	color: #fff;
	border-radius: 999px;
	font-weight: 800;
}

.use-case-card h3 {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #fffaf2;
	font-size: 1.28rem;
	line-height: 1.45;
}

.use-case-card p {
	position: relative;
	z-index: 1;
	margin: 12px 0 0;
	color: rgba(255, 250, 242, 0.72);
}

.use-cases-section__action {
	display: flex;
	justify-content: center;
	margin-top: 4px;
}

.use-cases-section__empty {
	margin-top: 4px;
}

.nexyro-admin-empty {
	padding: clamp(20px, 4vw, 34px);
	background: var(--nexyro-panel);
	border: 1px dashed var(--nexyro-muted);
	border-radius: var(--nexyro-radius);
}

.nexyro-admin-empty h2,
.nexyro-admin-empty p {
	margin: 0;
}

.nexyro-admin-empty p {
	margin-top: 8px;
	color: var(--nexyro-muted);
}

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

.why-card {
	position: relative;
	min-height: 188px;
	padding: 24px;
	background: var(--nexyro-panel);
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
}

.why-card__mark {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	margin-bottom: 18px;
	background: var(--nexyro-charcoal);
	color: #fffaf2;
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 800;
}

.why-card h3 {
	margin: 0;
	color: var(--nexyro-charcoal);
	font-size: 1.2rem;
}

.why-card p {
	margin: 10px 0 0;
	color: var(--nexyro-muted);
}

.faq-section {
	background: #fbf8f2;
}

.faq-section__inner {
	display: grid;
	grid-template-columns: minmax(220px, 0.42fr) minmax(0, 0.58fr);
	gap: clamp(24px, 5vw, 60px);
	align-items: start;
}

.faq-list {
	display: grid;
	gap: 10px;
}

.faq-item {
	background: var(--nexyro-panel);
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
}

.faq-item summary {
	position: relative;
	padding: 18px 20px;
	color: var(--nexyro-charcoal);
	cursor: pointer;
	font-weight: 800;
	list-style: none;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item summary::after {
	content: "+";
	position: absolute;
	left: 18px;
	top: 50%;
	color: var(--nexyro-orange);
	font-size: 1.3rem;
	transform: translateY(-50%);
}

.faq-item[open] summary::after {
	content: "-";
}

.faq-item p {
	margin: 0;
	padding: 0 20px 20px;
	color: var(--nexyro-muted);
}

.front-section {
	border-bottom: 1px solid var(--nexyro-border);
}

.front-section--hero {
	background:
		linear-gradient(135deg, rgba(23, 23, 23, 0.96), rgba(36, 36, 36, 0.9)),
		var(--nexyro-charcoal);
	color: #fffaf2;
}

.front-section__inner {
	min-height: 260px;
	padding-block: clamp(48px, 8vw, 92px);
}

.front-section__title {
	margin: 0;
	color: inherit;
	font-size: clamp(2rem, 4vw, 4.2rem);
	line-height: 1.2;
}

.front-section:not(.front-section--hero) .front-section__title {
	color: var(--nexyro-charcoal);
	font-size: clamp(1.7rem, 3vw, 2.8rem);
}

.front-section__content {
	margin-top: 24px;
}

.front-section__content:empty {
	min-height: 96px;
	border: 1px dashed rgba(105, 113, 118, 0.34);
	border-radius: var(--nexyro-radius);
	background: rgba(255, 250, 242, 0.48);
}

.front-section--hero .front-section__content:empty {
	background: rgba(255, 250, 242, 0.06);
	border-color: rgba(255, 250, 242, 0.18);
}

.nexyro-content-layout {
	padding-block: 48px;
}

.entry-card,
.no-results {
	margin-bottom: 24px;
	padding: clamp(22px, 4vw, 40px);
	background: var(--nexyro-panel);
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
	box-shadow: var(--nexyro-shadow);
}

.entry-title {
	margin: 0 0 18px;
	color: var(--nexyro-charcoal);
	font-size: clamp(1.7rem, 3vw, 2.7rem);
	line-height: 1.35;
}

.entry-title a:hover,
.entry-title a:focus {
	color: var(--nexyro-orange-dark);
}

.entry-thumbnail {
	display: block;
	margin-bottom: 24px;
	overflow: hidden;
	border-radius: var(--nexyro-radius);
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.site-footer {
	background: var(--nexyro-charcoal);
	color: rgba(255, 250, 242, 0.78);
}

.site-footer__inner {
	display: grid;
	grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1fr) auto;
	align-items: start;
	justify-content: space-between;
	gap: 24px;
	padding-block: 34px;
}

.site-footer__brand {
	display: grid;
	gap: 6px;
}

.site-footer__logo {
	color: #fffaf2;
}

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

.site-footer__custom-logo .custom-logo {
	display: block;
	width: auto;
	max-width: 150px;
	max-height: 46px;
	object-fit: contain;
}

.site-footer__brand p {
	max-width: 540px;
	margin: 8px 0 0;
	color: rgba(255, 250, 242, 0.64);
	font-size: 0.94rem;
}

.footer-navigation {
	display: grid;
	gap: 14px;
	justify-items: end;
}

.footer-menu,
.footer-social {
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 14px;
}

.footer-social {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu a,
.footer-social a {
	color: rgba(255, 250, 242, 0.78);
	font-size: 0.92rem;
}

.footer-menu a:hover,
.footer-menu a:focus,
.footer-social a:hover,
.footer-social a:focus {
	color: var(--nexyro-orange);
}

.site-footer__trust {
	display: flex;
	justify-content: flex-end;
}

.site-footer__trust a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	min-height: 96px;
	padding: 8px;
	background: rgba(255, 250, 242, 0.08);
	border: 1px solid rgba(255, 250, 242, 0.14);
	border-radius: var(--nexyro-radius);
}

.site-footer__trust a:hover,
.site-footer__trust a:focus {
	border-color: rgba(229, 111, 45, 0.68);
}

.site-footer__trust img {
	width: 80px;
	height: auto;
	cursor: pointer;
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	background: var(--nexyro-charcoal);
	color: #fffaf2;
	border-radius: var(--nexyro-radius);
	font-weight: 700;
}

.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: var(--nexyro-orange-dark);
	color: #fff;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	padding: 14px;
	background: var(--nexyro-panel);
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
}

.woocommerce span.onsale {
	background: var(--nexyro-orange);
	color: #fff;
}

.woocommerce-cart,
.woocommerce-checkout {
	direction: rtl;
	text-align: right;
}

.woocommerce-cart table.shop_table {
	text-align: right;
	background: var(--nexyro-panel);
	border-color: var(--nexyro-border);
	border-radius: var(--nexyro-radius);
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
	text-align: right;
	border-color: var(--nexyro-border);
}

.woocommerce-cart .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
	text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
	color: var(--nexyro-charcoal);
	font-weight: 800;
}

.woocommerce-cart .coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.woocommerce-cart .coupon input.input-text {
	min-height: 44px;
	background: #fff;
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
	color: var(--nexyro-charcoal);
}

.woocommerce-cart a.remove {
	display: inline-grid;
	place-items: center;
}

.nexyro-cart-page {
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
	padding-block: clamp(28px, 5vw, 58px);
}

.nexyro-cart-page__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.nexyro-cart-page__eyebrow {
	margin: 0 0 4px;
	color: var(--nexyro-orange-dark);
	font-size: 0.9rem;
	font-weight: 700;
}

.nexyro-cart-page__header h1 {
	margin: 0;
	color: var(--nexyro-charcoal);
	font-size: clamp(1.8rem, 4vw, 3rem);
	font-weight: 800;
	line-height: 1.25;
}

.nexyro-cart-page__meta {
	display: flex;
	align-items: center;
	gap: 10px;
}

.nexyro-cart-count-pill,
.nexyro-cart-continue {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 13px;
	border-radius: 999px;
	font-size: 0.92rem;
	font-weight: 700;
	white-space: nowrap;
}

.nexyro-cart-count-pill {
	background: var(--nexyro-charcoal);
	color: #fffaf2;
}

.nexyro-cart-continue {
	background: transparent;
	color: var(--nexyro-charcoal);
	border: 1px solid var(--nexyro-border);
}

.nexyro-cart-continue:hover,
.nexyro-cart-continue:focus {
	border-color: var(--nexyro-orange);
	color: var(--nexyro-orange-dark);
}

.nexyro-cart-shipping-progress {
	display: grid;
	gap: 10px;
	margin-bottom: 16px;
	padding: 14px 16px;
	background: #fff;
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
	box-shadow: 0 10px 28px rgba(23, 23, 23, 0.05);
}

.nexyro-cart-shipping-progress__text {
	color: var(--nexyro-charcoal);
	font-weight: 700;
}

.nexyro-cart-shipping-progress.is-complete .nexyro-cart-shipping-progress__text {
	color: #16734a;
}

.nexyro-cart-shipping-progress__track {
	height: 6px;
	overflow: hidden;
	background: #eee6dc;
	border-radius: 999px;
}

.nexyro-cart-shipping-progress__track span {
	display: block;
	height: 100%;
	background: var(--nexyro-orange);
	border-radius: inherit;
	transition: width 180ms ease;
}

.nexyro-cart-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(330px, 0.42fr);
	gap: clamp(18px, 3.5vw, 34px);
	align-items: start;
}

.nexyro-cart-layout__summary {
	position: sticky;
	top: 96px;
}

.nexyro-cart-layout__items,
.nexyro-cart-items {
	display: grid;
	gap: 14px;
}

.nexyro-cart-account-note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	background: rgba(255, 250, 242, 0.76);
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
	color: var(--nexyro-muted);
	font-size: 0.92rem;
}

.nexyro-cart-account-note a {
	color: var(--nexyro-orange-dark);
	font-weight: 800;
	white-space: nowrap;
}

.nexyro-cart-item {
	display: grid;
	grid-template-columns: 140px minmax(0, 1fr);
	gap: 18px;
	padding: 16px;
	background: #fff;
	border: 1px solid rgba(222, 217, 210, 0.9);
	border-radius: var(--nexyro-radius);
	box-shadow: 0 12px 34px rgba(23, 23, 23, 0.055);
	transition: opacity 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.nexyro-cart-item.is-pending-remove {
	border-color: rgba(186, 77, 25, 0.4);
	opacity: 0.68;
	transform: scale(0.995);
}

.nexyro-cart-item__media {
	overflow: hidden;
	align-self: start;
	background: #f1ebe2;
	border-radius: var(--nexyro-radius);
	aspect-ratio: 1;
}

.nexyro-cart-item__media a,
.nexyro-cart-item__media img {
	width: 100%;
	height: 100%;
}

.nexyro-cart-item__image,
.nexyro-cart-item__media img {
	object-fit: cover;
}

.nexyro-cart-item__body,
.nexyro-cart-item__main {
	display: grid;
	gap: 14px;
	min-width: 0;
}

.nexyro-cart-item__main {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
}

.nexyro-cart-item__title {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: var(--nexyro-charcoal);
	font-size: clamp(1.02rem, 2vw, 1.22rem);
	font-weight: 800;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.nexyro-cart-item__attributes {
	margin-top: 8px;
	color: var(--nexyro-muted);
	font-size: 0.9rem;
}

.nexyro-cart-item__attributes dl,
.nexyro-cart-item__attributes .variation {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 12px;
	margin: 0;
}

.nexyro-cart-item__attributes dt,
.nexyro-cart-item__attributes dd,
.nexyro-cart-item__attributes p {
	margin: 0;
}

.nexyro-cart-item__attributes dt {
	color: var(--nexyro-charcoal);
	font-weight: 700;
}

.nexyro-cart-item__stock {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-top: 10px;
	padding: 5px 9px;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 800;
}

.nexyro-cart-item__stock--success {
	background: rgba(22, 115, 74, 0.1);
	color: #16734a;
}

.nexyro-cart-item__stock--warning {
	background: rgba(229, 111, 45, 0.12);
	color: var(--nexyro-orange-dark);
}

.nexyro-cart-item__stock--danger {
	background: rgba(164, 40, 40, 0.1);
	color: #a42828;
}

.nexyro-cart-item__price {
	display: grid;
	justify-items: end;
	gap: 4px;
	text-align: left;
	white-space: nowrap;
}

.nexyro-cart-item__price strong,
.nexyro-cart-item__subtotal strong,
.nexyro-cart-summary .order-total .amount {
	color: var(--nexyro-charcoal);
	font-size: 1.15rem;
	font-weight: 800;
}

.nexyro-cart-item__old-price {
	color: var(--nexyro-muted);
	font-size: 0.86rem;
	text-decoration: line-through;
}

.nexyro-cart-item__discount {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	padding: 2px 7px;
	background: #a42828;
	color: #fff;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 800;
}

.nexyro-cart-item__notice {
	margin: 0;
	padding: 10px 12px;
	border-radius: var(--nexyro-radius);
	font-size: 0.9rem;
	font-weight: 600;
}

.nexyro-cart-item__notice--danger {
	background: rgba(164, 40, 40, 0.08);
	color: #8d2929;
}

.nexyro-cart-item__notice--warning {
	background: rgba(229, 111, 45, 0.1);
	color: var(--nexyro-orange-dark);
}

.nexyro-cart-item__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 12px;
	border-top: 1px solid var(--nexyro-border);
}

.nexyro-cart-qty {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	overflow: hidden;
	background: var(--nexyro-panel);
	border: 1px solid var(--nexyro-border);
	border-radius: 999px;
}

.nexyro-cart-qty .nexyro-quantity {
	display: inline-flex;
	align-items: center;
}

.nexyro-cart-qty .nexyro-quantity__label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.nexyro-cart-qty .qty {
	width: 54px;
	min-height: 42px;
	padding: 0 4px;
	background: transparent;
	color: var(--nexyro-charcoal);
	border: 0;
	border-inline: 1px solid var(--nexyro-border);
	text-align: center;
	font-weight: 800;
	-moz-appearance: textfield;
}

.nexyro-cart-qty .qty::-webkit-outer-spin-button,
.nexyro-cart-qty .qty::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.nexyro-cart-qty__button {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	background: transparent;
	color: var(--nexyro-charcoal);
	border: 0;
	cursor: pointer;
	font-size: 1.25rem;
	font-weight: 800;
}

.nexyro-cart-qty__button:hover,
.nexyro-cart-qty__button:focus {
	background: rgba(229, 111, 45, 0.12);
	color: var(--nexyro-orange-dark);
	outline: 0;
}

.nexyro-cart-item__subtotal {
	display: grid;
	gap: 2px;
	color: var(--nexyro-muted);
	font-size: 0.86rem;
	text-align: left;
}

.nexyro-cart-remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 11px;
	color: #8d2929;
	border: 1px solid rgba(164, 40, 40, 0.18);
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 800;
	gap: 6px;
}

.nexyro-cart-remove:hover,
.nexyro-cart-remove:focus {
	background: rgba(164, 40, 40, 0.08);
	color: #8d2929;
}

.nexyro-cart-undo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px;
	background: #fff6ee;
	color: var(--nexyro-orange-dark);
	border: 1px solid rgba(229, 111, 45, 0.22);
	border-radius: var(--nexyro-radius);
	font-size: 0.9rem;
	font-weight: 700;
}

.nexyro-cart-undo[hidden] {
	display: none;
}

.nexyro-cart-undo button {
	min-height: 34px;
	padding: 5px 10px;
	background: var(--nexyro-charcoal);
	color: #fff;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	font-weight: 800;
}

.nexyro-cart-actions {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 12px;
	margin-top: 4px;
}

.nexyro-cart-coupon {
	flex: 1 1 auto;
	background: #fff;
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
}

.nexyro-cart-coupon summary {
	min-height: 48px;
	padding: 12px 14px;
	cursor: pointer;
	color: var(--nexyro-charcoal);
	font-weight: 800;
}

.nexyro-cart-coupon__body {
	padding: 0 14px 14px;
}

.nexyro-cart-coupon__body label {
	display: block;
	margin-bottom: 6px;
	color: var(--nexyro-muted);
	font-size: 0.9rem;
	font-weight: 700;
}

.nexyro-cart-coupon__row {
	display: flex;
	gap: 8px;
}

.nexyro-cart-coupon__row input {
	flex: 1 1 auto;
	min-width: 0;
	min-height: 44px;
	padding: 8px 12px;
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
}

.nexyro-cart-coupon__row button,
.nexyro-cart-update {
	min-height: 44px;
	padding-inline: 16px;
}

.nexyro-cart-coupon__hint {
	margin: 8px 0 0;
	color: var(--nexyro-muted);
	font-size: 0.84rem;
}

.nexyro-cart-update {
	flex: 0 0 auto;
	background: var(--nexyro-charcoal);
	color: #fff;
}

.nexyro-cart-update.is-active {
	background: var(--nexyro-orange);
}

.nexyro-cart-summary {
	padding: 18px;
	background: #fff;
	border: 1px solid rgba(222, 217, 210, 0.95);
	border-radius: var(--nexyro-radius);
	box-shadow: var(--nexyro-shadow);
}

.nexyro-cart-summary__head {
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--nexyro-border);
}

.nexyro-cart-summary__head h2 {
	margin: 0;
	color: var(--nexyro-charcoal);
	font-size: 1.22rem;
	font-weight: 800;
}

.nexyro-cart-summary__head p {
	margin: 4px 0 0;
	color: var(--nexyro-muted);
	font-size: 0.88rem;
}

.nexyro-cart-summary__table,
.woocommerce-cart .nexyro-cart-summary__table.shop_table {
	width: 100%;
	margin: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.nexyro-cart-summary__table tr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 9px 0;
	border-bottom: 1px solid rgba(222, 217, 210, 0.72);
}

.nexyro-cart-summary__table th,
.nexyro-cart-summary__table td,
.woocommerce-cart .nexyro-cart-summary__table.shop_table th,
.woocommerce-cart .nexyro-cart-summary__table.shop_table td {
	display: block;
	width: auto;
	padding: 0;
	color: var(--nexyro-muted);
	border: 0;
	text-align: inherit;
	font-size: 0.93rem;
	font-weight: 700;
}

.nexyro-cart-summary__table td {
	color: var(--nexyro-charcoal);
	text-align: left;
}

.nexyro-cart-summary__table .is-muted td,
.nexyro-cart-summary__table .is-muted th {
	color: #8a9296;
}

.nexyro-cart-summary__table .cart-discount td,
.nexyro-cart-summary__table .cart-item-discount:not(.is-muted) td {
	color: #16734a;
}

.nexyro-cart-summary__table .shipping {
	display: block;
}

.nexyro-cart-summary__table .shipping > th,
.nexyro-cart-summary__table .shipping > td {
	display: block;
	width: 100%;
	text-align: right;
}

.nexyro-cart-summary__table .shipping > td {
	margin-top: 8px;
}

.nexyro-cart-summary__table ul#shipping_method {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nexyro-cart-summary__table ul#shipping_method li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: var(--nexyro-charcoal);
	text-align: right;
}

.nexyro-cart-summary__table ul#shipping_method input {
	margin-top: 0.45em;
}

.nexyro-cart-summary__table .woocommerce-shipping-destination,
.nexyro-cart-summary__table .woocommerce-shipping-calculator {
	margin: 8px 0 0;
	color: var(--nexyro-muted);
	font-size: 0.86rem;
}

.nexyro-cart-summary__table .order-total {
	margin-top: 8px;
	padding-top: 14px;
	border-top: 1px solid var(--nexyro-charcoal);
	border-bottom: 0;
}

.nexyro-cart-summary__table .order-total th,
.nexyro-cart-summary__table .order-total td {
	color: var(--nexyro-charcoal);
	font-size: 1rem;
	font-weight: 800;
}

.nexyro-cart-summary__checkout {
	margin-top: 16px;
}

.nexyro-cart-checkout-button,
.woocommerce .nexyro-cart-checkout-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	padding: 12px 18px;
	background: var(--nexyro-orange);
	color: #fff;
	border-radius: var(--nexyro-radius);
	font-size: 1.02rem;
	font-weight: 800;
}

.nexyro-cart-checkout-button:hover,
.nexyro-cart-checkout-button:focus,
.woocommerce .nexyro-cart-checkout-button:hover,
.woocommerce .nexyro-cart-checkout-button:focus {
	background: var(--nexyro-orange-dark);
	color: #fff;
}

.nexyro-cart-summary__trust {
	display: grid;
	gap: 5px;
	margin-top: 12px;
	color: var(--nexyro-muted);
	font-size: 0.84rem;
}

.nexyro-cart-summary__trust span {
	position: relative;
	padding-right: 14px;
}

.nexyro-cart-summary__trust span::before {
	content: "";
	position: absolute;
	top: 0.78em;
	right: 0;
	width: 6px;
	height: 6px;
	background: #16734a;
	border-radius: 999px;
}

.nexyro-cart-status {
	margin-bottom: 14px;
	padding: 14px;
	background: #fff;
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
}

.nexyro-cart-skeleton {
	display: block;
	height: 18px;
	margin-block: 8px;
	overflow: hidden;
	background: linear-gradient(90deg, #eee6dc, #fffaf2, #eee6dc);
	background-size: 200% 100%;
	border-radius: 999px;
	animation: nexyro-skeleton 1.1s ease-in-out infinite;
}

.nexyro-cart-skeleton:nth-child(2) {
	width: 76%;
}

.nexyro-cart-skeleton:nth-child(3) {
	width: 52%;
}

@keyframes nexyro-skeleton {
	0% {
		background-position: 200% 0;
	}

	100% {
		background-position: -200% 0;
	}
}

.nexyro-cart-empty {
	display: grid;
	place-items: center;
	width: min(680px, calc(100% - 32px));
	margin: clamp(34px, 8vw, 80px) auto;
	padding: clamp(28px, 6vw, 54px);
	background: #fff;
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
	box-shadow: var(--nexyro-shadow);
	text-align: center;
}

.nexyro-cart-empty__icon {
	display: grid;
	place-items: center;
	width: 92px;
	height: 92px;
	margin-bottom: 18px;
	background: #fff6ee;
	color: var(--nexyro-orange-dark);
	border-radius: 999px;
}

.nexyro-cart-empty h1 {
	margin: 0;
	color: var(--nexyro-charcoal);
	font-size: clamp(1.55rem, 4vw, 2.35rem);
	font-weight: 800;
}

.nexyro-cart-empty p {
	max-width: 460px;
	margin: 10px 0 22px;
	color: var(--nexyro-muted);
}

.nexyro-cart-empty__button {
	min-height: 48px;
	padding: 10px 20px;
}

.woocommerce-cart .woocommerce-notices-wrapper {
	width: min(1180px, calc(100% - 32px));
	margin: 18px auto 0;
}

.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-message {
	border-top-color: var(--nexyro-orange);
	border-radius: var(--nexyro-radius);
	box-shadow: 0 8px 24px rgba(23, 23, 23, 0.055);
}

.nexyro-cart-coupon .is-loading,
.nexyro-cart-update.is-loading {
	opacity: 0.72;
	pointer-events: none;
}

.nexyro-product-page {
	background: var(--nexyro-paper);
}

.nexyro-product-page__inner {
	padding-block: clamp(28px, 5vw, 58px);
}

.nexyro-single-product {
	display: grid;
	gap: clamp(28px, 5vw, 52px);
}

.nexyro-product-hero {
	display: grid;
	grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(24px, 5vw, 58px);
	align-items: start;
}

.nexyro-product-gallery {
	position: sticky;
	top: 96px;
	display: grid;
	gap: 14px;
}

.nexyro-product-gallery__main {
	overflow: hidden;
	background: #eee8df;
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
	box-shadow: var(--nexyro-shadow);
}

.nexyro-product-gallery__image,
.nexyro-product-gallery__main img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	transition: opacity 180ms ease, transform 220ms ease, filter 220ms ease;
	will-change: opacity, transform;
}

.nexyro-product-gallery__main img.is-changing {
	filter: blur(3px);
	opacity: 0;
	transform: scale(0.985);
}

.nexyro-product-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
}

.nexyro-product-gallery__thumb {
	overflow: hidden;
	background: #eee8df;
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
	cursor: pointer;
	padding: 0;
}

.nexyro-product-gallery__thumb img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.nexyro-product-summary {
	padding: clamp(22px, 4vw, 38px);
	background: var(--nexyro-panel);
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
	box-shadow: var(--nexyro-shadow);
}

.nexyro-product-summary__brand {
	margin: 0 0 10px;
	color: var(--nexyro-orange);
	font-weight: 800;
}

.nexyro-product-title {
	margin: 0;
	color: var(--nexyro-charcoal);
	font-size: clamp(1.8rem, 4vw, 3.25rem);
	line-height: 1.32;
	letter-spacing: 0;
}

.nexyro-product-price {
	margin-top: 18px;
	color: var(--nexyro-charcoal);
	font-size: clamp(1.35rem, 2.6vw, 2rem);
	font-weight: 800;
}

.nexyro-product-price del {
	color: var(--nexyro-muted);
	font-size: 0.78em;
	font-weight: 600;
}

.nexyro-product-price ins {
	text-decoration: none;
}

.nexyro-product-stock {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	margin-top: 16px;
	padding: 5px 12px;
	background: #eef3ee;
	color: #276037;
	border-radius: 999px;
	font-weight: 800;
}

.nexyro-product-stock--outofstock {
	background: #f4e8e2;
	color: #8a341c;
}

.nexyro-product-stock--onbackorder {
	background: #f5efe2;
	color: #806016;
}

.nexyro-product-excerpt {
	margin-top: 20px;
	color: var(--nexyro-muted);
}

.nexyro-product-excerpt > *:first-child,
.nexyro-product-panel__body > *:first-child {
	margin-top: 0;
}

.nexyro-product-excerpt > *:last-child,
.nexyro-product-panel__body > *:last-child {
	margin-bottom: 0;
}

.nexyro-product-purchase {
	margin-top: 26px;
	padding-top: 22px;
	border-top: 1px solid var(--nexyro-border);
}

.nexyro-product-purchase form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 12px;
	margin: 0;
}

.nexyro-product-purchase form.cart .button,
.woocommerce .nexyro-product-purchase form.cart .button {
	min-height: 50px;
	padding: 12px 22px;
	background: var(--nexyro-orange);
	color: #fff;
	border: 0;
	border-radius: var(--nexyro-radius);
	cursor: pointer;
	font-weight: 800;
}

.nexyro-product-purchase form.cart .button:hover,
.nexyro-product-purchase form.cart .button:focus {
	background: var(--nexyro-orange-dark);
	color: #fff;
}

.nexyro-quantity {
	display: grid;
	gap: 6px;
}

.nexyro-quantity__label {
	color: var(--nexyro-muted);
	font-size: 0.9rem;
	font-weight: 700;
}

.nexyro-product-purchase .quantity input.qty {
	width: 94px;
	min-height: 50px;
	padding: 8px 10px;
	color: var(--nexyro-charcoal);
	background: #fff;
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
	text-align: center;
	font-weight: 800;
}

.nexyro-product-purchase .variations {
	width: 100%;
	margin: 0 0 16px;
	border: 0;
}

.nexyro-product-purchase .variations th,
.nexyro-product-purchase .variations td {
	display: block;
	padding: 0 0 10px;
	text-align: right;
}

.nexyro-product-purchase .variations label {
	color: var(--nexyro-charcoal);
	font-weight: 800;
}

.nexyro-product-purchase select {
	width: min(100%, 360px);
	min-height: 46px;
	padding: 8px 12px;
	background: #fff;
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
	color: var(--nexyro-charcoal);
}

.nexyro-product-purchase .reset_variations {
	display: inline-block;
	margin-top: 8px;
	color: var(--nexyro-orange-dark);
	font-weight: 700;
}

.nexyro-product-purchase .single_variation_wrap {
	width: 100%;
}

.nexyro-product-info-card {
	display: grid;
	gap: 10px;
	margin-top: 18px;
	padding: 16px;
	background: #fbf8f2;
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
}

.nexyro-product-info-card p {
	position: relative;
	margin: 0;
	padding-right: 22px;
	color: var(--nexyro-ink);
	font-weight: 700;
}

.nexyro-product-info-card p::before {
	content: "";
	position: absolute;
	top: 0.78em;
	right: 0;
	width: 8px;
	height: 8px;
	background: var(--nexyro-orange);
	border-radius: 999px;
}

.nexyro-product-meta {
	display: grid;
	gap: 10px;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid var(--nexyro-border);
}

.nexyro-product-meta__item {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	color: var(--nexyro-muted);
	font-size: 0.92rem;
}

.nexyro-product-meta__item strong {
	color: var(--nexyro-charcoal);
	font-weight: 800;
}

.nexyro-product-meta__item a:hover,
.nexyro-product-meta__item a:focus {
	color: var(--nexyro-orange-dark);
}

.nexyro-product-video {
	display: grid;
	gap: 18px;
	padding: clamp(20px, 4vw, 34px);
	background: var(--nexyro-panel);
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
	box-shadow: var(--nexyro-shadow);
}

.nexyro-product-video__heading {
	display: grid;
	gap: 8px;
}

.nexyro-product-video__heading h2 {
	margin: 0;
	color: var(--nexyro-charcoal);
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	line-height: 1.4;
}

.nexyro-product-video__heading p {
	margin: 0;
	color: var(--nexyro-muted);
}

.nexyro-product-video__frame {
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: var(--nexyro-charcoal);
	border-radius: var(--nexyro-radius);
}

.nexyro-product-video__frame video,
.nexyro-product-video__frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.nexyro-product-video__frame video {
	object-fit: contain;
}

.nexyro-product-attributes,
.nexyro-product-content {
	padding: clamp(20px, 4vw, 34px);
	background: var(--nexyro-panel);
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
}

.nexyro-product-attributes h2 {
	margin: 0 0 18px;
	color: var(--nexyro-charcoal);
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	line-height: 1.4;
}

.nexyro-product-attributes__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.nexyro-product-attributes__item {
	display: grid;
	gap: 6px;
	padding: 14px;
	background: #fbf8f2;
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
}

.nexyro-product-attributes__item span {
	color: var(--nexyro-muted);
	font-size: 0.9rem;
	font-weight: 700;
}

.nexyro-product-attributes__item strong {
	color: var(--nexyro-charcoal);
	font-weight: 800;
}

.nexyro-product-content {
	display: grid;
	gap: 12px;
}

.nexyro-product-panel {
	background: #fbf8f2;
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
}

.nexyro-product-panel summary {
	position: relative;
	padding: 18px 20px;
	color: var(--nexyro-charcoal);
	cursor: pointer;
	font-weight: 800;
	list-style: none;
}

.nexyro-product-panel summary::-webkit-details-marker {
	display: none;
}

.nexyro-product-panel summary::after {
	content: "+";
	position: absolute;
	left: 18px;
	top: 50%;
	color: var(--nexyro-orange);
	font-size: 1.3rem;
	transform: translateY(-50%);
}

.nexyro-product-panel[open] summary::after {
	content: "-";
}

.nexyro-product-panel__body {
	padding: 0 20px 22px;
	color: var(--nexyro-ink);
}

.nexyro-product-panel__body a {
	color: var(--nexyro-orange-dark);
	font-weight: 700;
}

.nexyro-product-reviews {
	display: grid;
	gap: 12px;
}

.nexyro-product-review {
	padding: 14px;
	background: var(--nexyro-panel);
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
}

.nexyro-product-review__header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 8px;
	color: var(--nexyro-charcoal);
}

.nexyro-product-review__header time {
	color: var(--nexyro-muted);
	font-size: 0.9rem;
}

.nexyro-product-review__content {
	color: var(--nexyro-ink);
}

.woocommerce-notices-wrapper {
	margin-bottom: 18px;
}

@media (max-width: 900px) {
	.site-header__inner {
		grid-template-columns: auto auto auto;
		gap: 12px;
		min-height: 68px;
	}

	.menu-toggle {
		display: inline-block;
		justify-self: end;
	}

	.main-navigation {
		display: none;
		grid-column: 1 / -1;
		width: 100%;
		padding-bottom: 16px;
		justify-self: stretch;
	}

	.site-header.is-menu-open .main-navigation {
		display: block;
	}

	.primary-menu {
		display: grid;
		gap: 4px;
	}

	.primary-menu a {
		background: rgba(255, 250, 242, 0.06);
	}

	.nexyro-cart-text {
		display: none;
	}

	.home-hero__inner,
	.faq-section__inner {
		grid-template-columns: 1fr;
	}

	.home-hero__visual {
		min-height: 220px;
	}

	.home-hero__device {
		position: relative;
		inset: auto;
		margin-inline: auto;
	}

	.home-hero__chips {
		right: 50%;
		bottom: 0;
		justify-content: center;
		transform: translateX(50%);
	}

	.home-hero--product .home-hero__product-visual {
		order: -1;
		width: min(100%, 460px);
		margin-inline: auto;
	}

	.home-hero--product .home-hero__content {
		display: flex;
		flex-direction: column;
	}

	.use-cases-grid,
	.why-grid {
		grid-template-columns: 1fr;
	}

	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.footer-navigation {
		justify-items: start;
	}

	.site-footer__trust {
		justify-content: flex-start;
	}

	.nexyro-cart-layout {
		grid-template-columns: 1fr;
	}

	.nexyro-cart-layout__summary {
		z-index: 20;
		bottom: 0;
		top: auto;
		margin: 4px -16px -58px;
	}

	.nexyro-cart-summary {
		border-radius: 14px 14px 0 0;
		box-shadow: 0 -14px 36px rgba(23, 23, 23, 0.14);
	}

	.nexyro-cart-summary__head,
	.nexyro-cart-summary__table tr:not(.order-total),
	.nexyro-cart-summary__trust {
		display: none;
	}

	.nexyro-cart-summary__table .order-total {
		margin: 0 0 10px;
		padding: 0;
		border: 0;
	}

	.nexyro-product-hero {
		grid-template-columns: 1fr;
	}

	.nexyro-product-gallery {
		position: static;
	}
}

@media (max-width: 640px) {
	.nexyro-container {
		width: min(100% - 24px, 1180px);
	}

	.site-header__inner {
		grid-template-columns: 1fr auto auto;
	}

	.site-branding__name {
		font-size: 1.28rem;
	}

	.site-branding__local {
		font-size: 0.76rem;
	}

	.site-header .custom-logo {
		max-width: 138px;
		max-height: 42px;
	}

	.site-footer__custom-logo .custom-logo {
		max-width: 132px;
		max-height: 40px;
	}

	.nexyro-cart-link {
		padding-inline: 10px;
	}

	.nexyro-cart-page {
		width: min(100% - 24px, 1180px);
		padding-block: 22px 86px;
	}

	.nexyro-cart-page__header {
		align-items: start;
		flex-direction: column;
	}

	.nexyro-cart-page__meta,
	.nexyro-cart-actions,
	.nexyro-cart-coupon__row {
		width: 100%;
	}

	.nexyro-cart-account-note,
	.nexyro-cart-actions,
	.nexyro-cart-coupon__row {
		align-items: stretch;
		flex-direction: column;
	}

	.nexyro-cart-item {
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 12px;
		padding: 12px;
	}

	.nexyro-cart-item__main {
		grid-template-columns: 1fr;
	}

	.nexyro-cart-item__price {
		justify-items: start;
		text-align: right;
		white-space: normal;
	}

	.nexyro-cart-item__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.nexyro-cart-qty {
		justify-content: space-between;
		width: 100%;
	}

	.nexyro-cart-qty .nexyro-quantity {
		flex: 1 1 auto;
	}

	.nexyro-cart-qty .qty {
		width: 100%;
	}

	.nexyro-cart-item__subtotal {
		text-align: right;
	}

	.nexyro-cart-remove,
	.nexyro-cart-update,
	.nexyro-cart-coupon__row button,
	.nexyro-cart-coupon__row input {
		width: 100%;
	}

	.site-footer__inner {
		align-items: flex-start;
	}

	.home-hero__inner {
		padding-block: 42px 50px;
	}

	.home-hero--product .home-hero__inner {
		padding-block: 28px 42px;
	}

	.home-hero__title {
		font-size: 2rem;
	}

	.home-hero__product-title {
		font-size: 1.8rem;
	}

	.home-hero__product-meta,
	.home-hero__trust-row {
		align-items: stretch;
		flex-direction: column;
	}

	.home-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.nexyro-button {
		width: 100%;
	}

	.use-case-card {
		min-height: 180px;
	}

	.footer-menu,
	.footer-social {
		justify-content: flex-start;
	}

	.nexyro-product-page__inner {
		padding-block: 22px 40px;
	}

	.nexyro-product-summary {
		padding: 20px;
	}

	.nexyro-product-purchase form.cart {
		align-items: stretch;
		flex-direction: column;
	}

	.nexyro-product-purchase form.cart .button,
	.nexyro-product-purchase .quantity input.qty,
	.nexyro-product-purchase select {
		width: 100%;
	}

	.nexyro-product-gallery__thumbs,
	.nexyro-product-attributes__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Nexyro premium minimal refresh: product-first, quiet, and Apple-inspired without copying Apple assets or layout exactly. */
:root {
	--nexyro-charcoal: #1d1d1f;
	--nexyro-charcoal-soft: #2f2f33;
	--nexyro-ink: #1d1d1f;
	--nexyro-muted: #6e6e73;
	--nexyro-border: #d2d2d7;
	--nexyro-paper: #f5f5f7;
	--nexyro-panel: #ffffff;
	--nexyro-orange: #f26b2a;
	--nexyro-orange-dark: #c94f15;
	--nexyro-radius: 18px;
	--nexyro-shadow: 0 18px 45px rgba(0, 0, 0, 0.07);
}

body {
	background: var(--nexyro-paper);
	color: var(--nexyro-ink);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.75;
}

.nexyro-container,
.nexyro-cart-page,
.nexyro-product-page__inner {
	width: min(100% - 44px, 1160px);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(251, 251, 253, 0.76);
	color: var(--nexyro-ink);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	-webkit-backdrop-filter: saturate(180%) blur(18px);
	backdrop-filter: saturate(180%) blur(18px);
}

.site-header__inner {
	min-height: 52px;
	padding-block: 0;
}

.site-branding__name {
	color: var(--nexyro-ink);
	font-size: 1.08rem;
	font-weight: 800;
	letter-spacing: 0;
}

.site-branding__local,
.primary-menu a,
.nexyro-cart-text {
	color: rgba(29, 29, 31, 0.72);
	font-size: 0.84rem;
	font-weight: 500;
}

.primary-menu {
	gap: 6px;
}

.primary-menu a {
	border-radius: 999px;
	padding: 7px 11px;
	transition: background 160ms ease, color 160ms ease;
}

.primary-menu a:hover,
.primary-menu a:focus {
	background: rgba(0, 0, 0, 0.06);
	color: var(--nexyro-ink);
}

.nexyro-cart-link {
	min-height: 34px;
	background: rgba(0, 0, 0, 0.06);
	color: var(--nexyro-ink);
	border: 0;
	border-radius: 999px;
	box-shadow: none;
}

.nexyro-cart-link:hover,
.nexyro-cart-link:focus {
	background: rgba(242, 107, 42, 0.13);
	color: var(--nexyro-orange-dark);
	transform: none;
}

.nexyro-cart-count {
	background: var(--nexyro-orange);
	color: #fff;
}

.home-hero {
	position: relative;
	background: #f5f5f7;
	color: var(--nexyro-ink);
	overflow: hidden;
}

.home-hero::before {
	content: "";
	position: absolute;
	inset: auto 9% -160px 9%;
	height: 300px;
	background: radial-gradient(circle, rgba(242, 107, 42, 0.14), rgba(242, 107, 42, 0));
	pointer-events: none;
}

.home-hero__inner {
	position: relative;
	min-height: calc(100vh - 52px);
	grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
	align-items: center;
	gap: clamp(24px, 5vw, 72px);
	padding-block: clamp(48px, 8vw, 96px);
}

.home-hero--product .home-hero__inner {
	min-height: calc(100vh - 52px);
	padding-block: clamp(34px, 7vw, 88px);
}

.home-hero__brand,
.section-heading__eyebrow,
.nexyro-product-summary__brand,
.nexyro-cart-page__eyebrow {
	color: var(--nexyro-orange-dark);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0;
}

.home-hero__offer {
	max-width: 600px;
}

.home-hero__product-title,
.home-hero__title {
	color: var(--nexyro-ink);
	font-size: clamp(2.8rem, 6vw, 5.8rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: 0;
	margin-bottom: 12px;
}

.home-hero__product-subtitle,
.home-hero__description {
	max-width: 560px;
	color: var(--nexyro-muted);
	font-size: clamp(1.05rem, 1.6vw, 1.34rem);
	font-weight: 500;
	line-height: 1.85;
}

.home-hero__product-meta {
	gap: 14px;
	margin-top: 20px;
}

.home-hero__price {
	color: var(--nexyro-ink);
	font-size: clamp(1.45rem, 2.7vw, 2.35rem);
	font-weight: 800;
}

.home-hero__stock,
.nexyro-product-stock,
.nexyro-cart-item__stock {
	background: rgba(0, 0, 0, 0.06);
	color: var(--nexyro-ink);
	border: 0;
	border-radius: 999px;
	font-weight: 700;
}

.home-hero__actions,
.home-hero--product .home-hero__actions {
	gap: 12px;
	margin-top: 24px;
}

.nexyro-button,
.woocommerce .button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.nexyro-cart-checkout-button,
.woocommerce .nexyro-cart-checkout-button,
.nexyro-product-purchase form.cart .button,
.woocommerce .nexyro-product-purchase form.cart .button {
	min-height: 44px;
	padding: 11px 22px;
	background: var(--nexyro-orange);
	color: #fff;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	font-size: 0.95rem;
	font-weight: 700;
	transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.nexyro-button--secondary {
	background: rgba(0, 0, 0, 0.07);
	color: var(--nexyro-ink);
}

.nexyro-button:hover,
.nexyro-button:focus,
.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.nexyro-product-purchase form.cart .button:hover,
.nexyro-product-purchase form.cart .button:focus,
.nexyro-cart-checkout-button:hover,
.nexyro-cart-checkout-button:focus {
	background: var(--nexyro-orange-dark);
	color: #fff;
	box-shadow: 0 10px 26px rgba(242, 107, 42, 0.22);
	transform: translateY(-1px);
}

.nexyro-button--secondary:hover,
.nexyro-button--secondary:focus {
	background: rgba(0, 0, 0, 0.12);
	color: var(--nexyro-ink);
	box-shadow: none;
}

.home-hero__trust-row {
	gap: 10px;
	margin-top: 22px;
}

.home-hero__trust-row span,
.nexyro-product-info-card p,
.nexyro-cart-summary__trust span {
	background: transparent;
	color: var(--nexyro-muted);
	border: 0;
	padding: 0;
	font-size: 0.92rem;
}

.home-hero__trust-row span::before,
.nexyro-product-info-card p::before,
.nexyro-cart-summary__trust span::before {
	background: #34c759;
	box-shadow: none;
}

.home-hero__product-visual {
	background: linear-gradient(180deg, #fff 0%, #f2f2f4 100%);
	border: 0;
	border-radius: 34px;
	box-shadow: 0 32px 80px rgba(0, 0, 0, 0.13);
	min-height: clamp(360px, 50vw, 660px);
	padding: clamp(18px, 4vw, 54px);
}

.home-hero__product-visual img {
	max-height: min(58vh, 620px);
	object-fit: contain;
	filter: drop-shadow(0 26px 34px rgba(0, 0, 0, 0.2));
}

.home-hero__visual {
	background: #fff;
	color: var(--nexyro-ink);
	border: 0;
	border-radius: 34px;
	box-shadow: var(--nexyro-shadow);
}

.use-cases-section,
.why-section,
.faq-section,
.nexyro-product-page,
.woocommerce-cart,
.woocommerce-checkout {
	background: var(--nexyro-paper);
}

.use-cases-section {
	padding-block: clamp(46px, 7vw, 92px);
	background: #fff;
}

.use-cases-section__heading,
.section-heading,
.faq-section .section-heading {
	max-width: 760px;
	margin-inline: auto;
	text-align: center;
}

.use-cases-section__heading h2,
.section-heading h2,
.faq-section h2,
.nexyro-product-attributes h2,
.nexyro-product-video__heading h2,
.nexyro-cart-page__header h1 {
	color: var(--nexyro-ink);
	font-size: clamp(2rem, 4vw, 3.45rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 0;
}

.use-cases-section__heading p,
.section-heading p,
.faq-section .section-heading p {
	color: var(--nexyro-muted);
	font-size: 1.06rem;
}

.use-cases-grid,
.why-grid {
	gap: 18px;
}

.use-case-card,
.why-card,
.faq-item,
.entry-card,
.nexyro-cart-item,
.nexyro-cart-summary,
.nexyro-cart-shipping-progress,
.nexyro-cart-account-note,
.nexyro-cart-coupon,
.nexyro-product-summary,
.nexyro-product-gallery__main,
.nexyro-product-video,
.nexyro-product-attributes,
.nexyro-product-content {
	background: #fff;
	border: 0;
	border-radius: 24px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.use-case-card,
.why-card {
	min-height: 270px;
	padding: 28px;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.use-case-card:hover,
.why-card:hover {
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.use-case-card h3,
.why-card h3,
.faq-item summary,
.nexyro-cart-item__title,
.nexyro-cart-summary__head h2 {
	color: var(--nexyro-ink);
	font-weight: 800;
	line-height: 1.35;
}

.use-case-card p,
.why-card p,
.faq-item p,
.nexyro-cart-summary__head p {
	color: var(--nexyro-muted);
}

.use-case-card__icon,
.why-card__mark {
	width: 42px;
	height: 42px;
	background: #f5f5f7;
	color: var(--nexyro-orange-dark);
	border-radius: 50%;
	font-weight: 800;
}

.faq-section {
	padding-block: clamp(46px, 7vw, 92px);
}

.faq-section__inner {
	display: grid;
	grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
	gap: clamp(22px, 5vw, 72px);
	align-items: start;
}

.faq-section .section-heading {
	text-align: right;
}

.faq-item {
	padding: 2px 22px;
}

.faq-item + .faq-item {
	margin-top: 10px;
}

.site-footer {
	background: #1d1d1f;
}

.site-footer__inner {
	padding-block: 44px;
}

.nexyro-product-page__inner {
	padding-block: clamp(34px, 5vw, 72px);
}

.nexyro-product-hero {
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
	gap: clamp(22px, 5vw, 58px);
	align-items: start;
}

.nexyro-product-gallery {
	top: 72px;
}

.nexyro-product-gallery__main {
	min-height: clamp(390px, 50vw, 660px);
	padding: clamp(20px, 4vw, 54px);
	background: linear-gradient(180deg, #fff, #f5f5f7);
}

.nexyro-product-gallery__image,
.nexyro-product-gallery__main img {
	max-height: min(62vh, 620px);
	object-fit: contain;
	filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.18));
}

.nexyro-product-gallery__thumb {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 16px;
}

.nexyro-product-summary {
	padding: clamp(24px, 4vw, 42px);
}

.nexyro-product-title {
	color: var(--nexyro-ink);
	font-size: clamp(2.1rem, 4vw, 4.2rem);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: 0;
}

.nexyro-product-price {
	color: var(--nexyro-ink);
	font-size: clamp(1.55rem, 2.6vw, 2.3rem);
	font-weight: 800;
}

.nexyro-product-excerpt,
.nexyro-product-panel__body {
	color: var(--nexyro-muted);
}

.nexyro-product-purchase {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.nexyro-product-purchase .quantity input.qty,
.nexyro-product-purchase select,
.nexyro-cart-qty .qty,
.nexyro-cart-coupon__row input {
	background: #f5f5f7;
	border: 1px solid transparent;
	border-radius: 999px;
	color: var(--nexyro-ink);
}

.nexyro-product-purchase .quantity input.qty:focus,
.nexyro-product-purchase select:focus,
.nexyro-cart-qty .qty:focus,
.nexyro-cart-coupon__row input:focus {
	background: #fff;
	border-color: var(--nexyro-orange);
	box-shadow: 0 0 0 4px rgba(242, 107, 42, 0.12);
}

.nexyro-product-info-card {
	background: #f5f5f7;
	border: 0;
	border-radius: 18px;
}

.nexyro-product-meta__item,
.nexyro-product-attributes__item,
.nexyro-cart-summary__table tr {
	background: #f5f5f7;
	border: 0;
	border-radius: 16px;
}

.nexyro-product-video__frame {
	border-radius: 22px;
}

.nexyro-product-panel {
	border-color: rgba(0, 0, 0, 0.08);
}

.nexyro-cart-page {
	padding-block: clamp(30px, 5vw, 64px);
}

.nexyro-cart-layout {
	grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
	gap: 20px;
}

.nexyro-cart-item {
	padding: clamp(14px, 2.5vw, 24px);
}

.nexyro-cart-item__media {
	background: #f5f5f7;
	border-radius: 18px;
}

.nexyro-cart-item__price strong,
.nexyro-cart-item__subtotal strong,
.nexyro-cart-summary .order-total .amount {
	color: var(--nexyro-ink);
	font-weight: 800;
}

.nexyro-cart-qty__button {
	background: #f5f5f7;
	color: var(--nexyro-ink);
	border: 0;
	border-radius: 999px;
}

.nexyro-cart-qty__button:hover,
.nexyro-cart-qty__button:focus {
	background: var(--nexyro-ink);
	color: #fff;
}

.nexyro-cart-remove {
	background: #f5f5f7;
	border: 0;
	border-radius: 999px;
}

.nexyro-cart-summary {
	top: 72px;
	padding: 22px;
}

.nexyro-cart-summary__table .order-total {
	background: #1d1d1f;
	color: #fff;
	border-radius: 18px;
}

.nexyro-cart-summary__table .order-total th,
.nexyro-cart-summary__table .order-total td,
.nexyro-cart-summary__table .order-total .amount {
	color: #fff;
}

@media (max-width: 900px) {
	.nexyro-container,
	.nexyro-cart-page,
	.nexyro-product-page__inner {
		width: min(100% - 28px, 1160px);
	}

	.home-hero__inner,
	.home-hero--product .home-hero__inner {
		min-height: auto;
		grid-template-columns: 1fr;
		padding-block: 24px 54px;
	}

	.home-hero--product .home-hero__product-visual {
		order: -1;
		min-height: 360px;
	}

	.home-hero--product .home-hero__content {
		order: 0;
		text-align: center;
	}

	.home-hero__offer,
	.home-hero__product-subtitle,
	.home-hero__description {
		margin-inline: auto;
	}

	.home-hero__product-meta,
	.home-hero__actions,
	.home-hero__trust-row {
		justify-content: center;
	}

	.faq-section__inner,
	.nexyro-product-hero {
		grid-template-columns: 1fr;
	}

	.faq-section .section-heading {
		text-align: center;
	}

	.nexyro-product-gallery {
		position: static;
	}
}

@media (max-width: 640px) {
	body {
		font-size: 16px;
	}

	.site-header__inner {
		min-height: 50px;
	}

	.home-hero__product-title,
	.home-hero__title {
		font-size: clamp(2.2rem, 12vw, 3.4rem);
	}

	.home-hero__product-visual,
	.home-hero__visual,
	.nexyro-product-gallery__main {
		border-radius: 24px;
		min-height: 300px;
	}

	.use-case-card,
	.why-card {
		min-height: auto;
	}

	.nexyro-button,
	.nexyro-cart-checkout-button,
	.woocommerce .nexyro-cart-checkout-button {
		width: 100%;
	}

	.nexyro-cart-layout__summary {
		margin: 4px -14px -58px;
	}

	.nexyro-cart-summary {
		border-radius: 22px 22px 0 0;
	}
}

/* Nexyro product-first visual flow */
.home-hero--product {
	background:
		radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.18), transparent 30%),
		linear-gradient(180deg, #111113 0%, #1d1d1f 58%, #f5f5f7 58%, #f5f5f7 100%);
	color: #fff;
	overflow: hidden;
}

.home-hero--product .home-hero__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: calc(100svh - 64px);
	padding-block: clamp(28px, 5vw, 70px) clamp(34px, 6vw, 82px);
	text-align: center;
}

.home-hero--product .home-hero__content {
	order: 1;
	position: relative;
	z-index: 2;
	max-width: 760px;
}

.home-hero--product .home-hero__offer {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.home-hero--product .home-hero__brand {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.98rem;
	font-weight: 700;
	margin: 0;
}

.home-hero--product .home-hero__product-title {
	font-size: clamp(2.6rem, 7vw, 6.8rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
}

.home-hero--product .home-hero__product-title a {
	color: #fff;
	text-decoration: none;
}

.home-hero--product .home-hero__product-subtitle {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1rem, 1.8vw, 1.22rem);
	line-height: 2;
	margin: 0 auto;
	max-width: 720px;
}

.home-hero--product .home-hero__product-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	justify-content: center;
	margin-top: 4px;
}

.home-hero--product .home-hero__price {
	color: #fff;
	font-size: clamp(1.2rem, 2.2vw, 1.75rem);
	font-weight: 800;
}

.home-hero--product .home-hero__stock {
	background: rgba(255, 255, 255, 0.11);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.9rem;
	font-weight: 700;
	padding: 7px 13px;
}

.home-hero--product .home-hero__product-visual {
	background: transparent;
	border: 0;
	box-shadow: none;
	display: grid;
	margin: clamp(12px, 3vw, 32px) auto clamp(20px, 4vw, 46px);
	max-width: min(74vw, 760px);
	min-height: 0;
	order: 0;
	place-items: center;
	position: relative;
	width: 100%;
}

.home-hero--product .home-hero__product-visual::after {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.26), transparent 64%);
	bottom: -8%;
	content: "";
	filter: blur(10px);
	height: 26%;
	inset-inline: 8%;
	position: absolute;
	z-index: 0;
}

.home-hero--product .home-hero__product-visual img {
	filter: drop-shadow(0 38px 52px rgba(0, 0, 0, 0.42));
	height: auto;
	max-height: min(46svh, 560px);
	object-fit: contain;
	position: relative;
	transform: translateY(0);
	width: min(100%, 720px);
	z-index: 1;
}

.home-hero--product .home-hero__actions,
.home-hero--product .home-hero__trust-row {
	justify-content: center;
}

.home-hero--product .home-hero__trust-row {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.92rem;
	margin-top: 6px;
}

.home-hero--product .nexyro-button--secondary {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.32);
	color: #fff;
}

.nexyro-product-page {
	background: #f5f5f7;
}

.nexyro-product-cinematic {
	align-items: center;
	background:
		radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.95), transparent 28%),
		linear-gradient(180deg, #f5f5f7 0%, #fff 50%, #f5f5f7 100%);
	border-radius: 0;
	display: grid;
	justify-items: center;
	margin-inline: calc(50% - 50vw);
	min-height: calc(100svh - 64px);
	overflow: hidden;
	padding: clamp(34px, 6vw, 84px) max(18px, calc((100vw - 1180px) / 2));
	text-align: center;
}

.nexyro-product-cinematic__copy {
	animation: nexyro-fade-up 720ms ease both;
	max-width: 860px;
	position: relative;
	z-index: 2;
}

.nexyro-product-cinematic__brand {
	color: #6e6e73;
	font-size: clamp(0.95rem, 1.3vw, 1.08rem);
	font-weight: 800;
	margin: 0 0 12px;
}

.nexyro-product-cinematic h1 {
	color: #1d1d1f;
	font-size: clamp(3rem, 8vw, 8rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0;
}

.nexyro-product-cinematic__copy p:last-child {
	color: #6e6e73;
	font-size: clamp(1rem, 1.8vw, 1.32rem);
	line-height: 2;
	margin: 18px auto 0;
	max-width: 760px;
}

.nexyro-product-cinematic__media {
	animation: nexyro-product-rise 860ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms both;
	display: grid;
	margin-block: clamp(18px, 4vw, 54px);
	max-width: min(86vw, 850px);
	place-items: center;
	position: relative;
	width: 100%;
}

.nexyro-product-cinematic__media::after {
	background: radial-gradient(ellipse, rgba(0, 0, 0, 0.22), transparent 68%);
	bottom: -8%;
	content: "";
	filter: blur(18px);
	height: 18%;
	inset-inline: 14%;
	position: absolute;
}

.nexyro-product-cinematic__image {
	filter: drop-shadow(0 42px 62px rgba(29, 29, 31, 0.28));
	height: auto;
	max-height: min(48svh, 610px);
	object-fit: contain;
	position: relative;
	width: min(100%, 820px);
	z-index: 1;
}

.nexyro-product-cinematic__offer {
	align-items: center;
	animation: nexyro-fade-up 720ms ease 220ms both;
	display: flex;
	flex-direction: column;
	gap: 14px;
	position: relative;
	z-index: 2;
}

.nexyro-product-cinematic__price {
	color: #1d1d1f;
	font-size: clamp(1.3rem, 2vw, 1.85rem);
	font-weight: 800;
}

.nexyro-product-cinematic__stock {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 999px;
	color: #424245;
	font-size: 0.94rem;
	font-weight: 800;
	padding: 7px 14px;
}

.nexyro-product-cinematic__stock--outofstock {
	color: #a4301f;
}

.nexyro-product-cinematic__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

#nexyro-product-gallery {
	scroll-margin-top: 84px;
}

#nexyro-product-details {
	scroll-margin-top: 84px;
}

#nexyro-product-buy {
	scroll-margin-top: 96px;
}

.nexyro-product-hero {
	background: #fff;
	border-radius: 28px;
	margin-top: clamp(24px, 5vw, 70px);
	padding: clamp(18px, 3vw, 30px);
}

.nexyro-product-gallery__main {
	background: #f5f5f7;
}

.nexyro-product-gallery__thumbs {
	gap: 12px;
}

.nexyro-product-gallery__thumb {
	background: #f5f5f7;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 18px;
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.nexyro-product-gallery__thumb:hover,
.nexyro-product-gallery__thumb:focus {
	border-color: rgba(242, 107, 42, 0.48);
	box-shadow: 0 14px 26px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.nexyro-product-gallery__thumb.is-active {
	border-color: rgba(242, 107, 42, 0.82);
	box-shadow: 0 0 0 3px rgba(242, 107, 42, 0.14);
}

.nexyro-product-video,
.nexyro-product-attributes,
.nexyro-product-content {
	margin-top: clamp(22px, 4vw, 54px);
}

@keyframes nexyro-fade-up {
	from {
		opacity: 0;
		transform: translateY(22px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes nexyro-product-rise {
	from {
		opacity: 0;
		transform: translateY(54px) scale(0.96);
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.nexyro-product-cinematic__copy,
	.nexyro-product-cinematic__media,
	.nexyro-product-cinematic__offer {
		animation: none;
	}
}

@media (max-width: 900px) {
	.home-hero--product .home-hero__inner {
		min-height: auto;
		padding-block: 24px 58px;
	}

	.home-hero--product .home-hero__content {
		order: 1;
	}

	.home-hero--product .home-hero__product-visual {
		margin-block: 12px 24px;
		max-width: 92vw;
		order: 0;
	}

	.home-hero--product .home-hero__product-visual img {
		max-height: 42svh;
	}

	.nexyro-product-cinematic {
		min-height: auto;
		padding-block: 34px 48px;
	}

	.nexyro-product-cinematic h1 {
		font-size: clamp(2.8rem, 14vw, 5rem);
	}

	.nexyro-product-cinematic__image {
		max-height: 42svh;
	}

	.nexyro-product-hero {
		border-radius: 22px;
		padding: 14px;
	}
}

@media (max-width: 560px) {
	.home-hero--product .home-hero__actions,
	.nexyro-product-cinematic__actions {
		width: 100%;
	}

	.home-hero--product .nexyro-button,
	.nexyro-product-cinematic__actions .nexyro-button {
		width: 100%;
	}

	.home-hero--product .home-hero__trust-row {
		align-items: center;
		flex-direction: column;
		gap: 6px;
	}

	.nexyro-product-cinematic__copy p:last-child {
		font-size: 0.98rem;
	}
}

/* Product visual-first correction */
.home-hero--product {
	background:
		radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.2), transparent 30%),
		linear-gradient(180deg, #111113 0%, #19191b 66%, #f5f5f7 66%, #f5f5f7 100%);
}

.home-hero--product .home-hero__inner {
	gap: clamp(14px, 3vw, 28px);
	justify-content: start;
	min-height: calc(100svh - 64px);
	padding-block: clamp(20px, 4vw, 46px) clamp(28px, 5vw, 62px);
}

.home-hero--product .home-hero__product-visual {
	animation: nexyro-hero-product-in 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
	margin: 0 auto;
	max-width: min(92vw, 980px);
	order: 0;
}

.home-hero--product .home-hero__product-visual img {
	animation: nexyro-hero-float 4.8s ease-in-out 1s infinite;
	max-height: min(62svh, 680px);
	width: min(100%, 960px);
}

.home-hero--product .home-hero__content {
	animation: nexyro-hero-copy-in 620ms ease 260ms both;
	max-width: 680px;
	order: 1;
}

.home-hero--product .home-hero__brand {
	font-size: 0.9rem;
}

.home-hero--product .home-hero__product-title {
	font-size: clamp(1.55rem, 3.6vw, 3.1rem);
	line-height: 1.16;
}

.home-hero--product .home-hero__product-subtitle {
	font-size: clamp(0.92rem, 1.35vw, 1.08rem);
	line-height: 1.9;
	max-width: 560px;
}

.home-hero--product .home-hero__price {
	font-size: clamp(1.1rem, 1.7vw, 1.45rem);
}

.nexyro-product-cinematic {
	gap: clamp(12px, 3vw, 28px);
	justify-content: start;
	padding-block: clamp(18px, 4vw, 48px) clamp(34px, 6vw, 76px);
}

.nexyro-product-cinematic__media {
	animation: nexyro-hero-product-in 980ms cubic-bezier(0.16, 1, 0.3, 1) both;
	margin-block: 0 clamp(8px, 2vw, 18px);
	max-width: min(92vw, 1040px);
	order: 0;
}

.nexyro-product-cinematic__image {
	animation: nexyro-hero-float 5.2s ease-in-out 1s infinite;
	max-height: min(60svh, 700px);
	width: min(100%, 980px);
}

.nexyro-product-cinematic__copy {
	animation: nexyro-hero-copy-in 620ms ease 260ms both;
	max-width: 680px;
	order: 1;
}

.nexyro-product-cinematic h1 {
	font-size: clamp(1.75rem, 4vw, 3.6rem);
	line-height: 1.14;
}

.nexyro-product-cinematic__copy p:last-child {
	font-size: clamp(0.94rem, 1.4vw, 1.12rem);
	line-height: 1.9;
	margin-top: 10px;
}

.nexyro-product-cinematic__offer {
	animation: nexyro-hero-copy-in 620ms ease 420ms both;
	gap: 12px;
	order: 2;
}

.nexyro-product-cinematic__price {
	font-size: clamp(1.12rem, 1.8vw, 1.5rem);
}

@keyframes nexyro-hero-product-in {
	from {
		opacity: 1;
		transform: translateY(46px) scale(0.94);
	}

	70% {
		opacity: 1;
		transform: translateY(-6px) scale(1.01);
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes nexyro-hero-copy-in {
	from {
		opacity: 0;
		transform: translateY(18px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes nexyro-hero-float {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-hero--product .home-hero__product-visual,
	.home-hero--product .home-hero__product-visual img,
	.home-hero--product .home-hero__content,
	.nexyro-product-cinematic__media,
	.nexyro-product-cinematic__image,
	.nexyro-product-cinematic__copy,
	.nexyro-product-cinematic__offer {
		animation: none;
	}
}

@media (max-width: 700px) {
	.home-hero--product .home-hero__inner {
		min-height: auto;
		padding-block: 18px 46px;
	}

	.nexyro-product-cinematic__image {
		filter: none;
	}

	.home-hero--product .home-hero__product-visual img,
	.nexyro-product-cinematic__image {
		max-height: 52svh;
	}

	.home-hero--product .home-hero__product-title,
	.nexyro-product-cinematic h1 {
		font-size: clamp(1.55rem, 7vw, 2.35rem);
	}
}

/* Full-screen product hero treatment */
.home-hero--product {
	background:
		radial-gradient(circle at 50% 38%, rgba(242, 107, 42, 0.14), transparent 24%),
		radial-gradient(circle at 50% 40%, rgba(0, 0, 0, 0.08), transparent 38%),
		linear-gradient(180deg, #f5f5f7 0%, #fff 42%, #f5f5f7 100%);
	color: #1d1d1f;
	min-height: calc(100svh - 54px);
	position: relative;
}

.home-hero--product::before {
	animation: nexyro-stage-pulse 5.6s ease-in-out infinite;
	background:
		linear-gradient(90deg, transparent, rgba(242, 107, 42, 0.16), transparent),
		radial-gradient(circle, rgba(255, 255, 255, 0.7), transparent 64%);
	border-radius: 999px;
	content: "";
	filter: blur(16px);
	height: min(44vw, 420px);
	inset-inline: 8vw;
	position: absolute;
	top: 28%;
	z-index: 0;
}

.home-hero--product::after {
	content: none;
	display: none;
}

.home-hero--product .home-hero__inner {
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	gap: 0;
	min-height: calc(100svh - 54px);
	padding-block: clamp(8px, 1.6vw, 18px) clamp(18px, 3vw, 34px);
	position: relative;
	z-index: 2;
}

.home-hero--product .home-hero__product-visual {
	align-self: center;
	display: grid;
	height: min(68svh, 720px);
	margin: 0 calc(50% - 50vw);
	max-width: none;
	padding-bottom: clamp(8px, 1.6vw, 22px);
	place-items: center;
	position: relative;
	width: 100vw;
}

.home-hero--product .home-hero__product-visual::before {
	animation: nexyro-orbit-soft 6.5s ease-in-out infinite;
	border: 1px solid rgba(242, 107, 42, 0.18);
	border-radius: 999px;
	content: "";
	height: min(62vw, 680px);
	position: absolute;
	width: min(78vw, 960px);
	z-index: 0;
}

.home-hero--product .home-hero__product-visual::after {
	content: none;
	display: none;
}

.home-hero--product .home-hero__product-visual img {
	border-radius: 0;
	filter: drop-shadow(0 42px 70px rgba(29, 29, 31, 0.22));
	height: min(66svh, 700px);
	max-height: none;
	object-fit: contain;
	position: relative;
	width: min(92vw, 1120px);
	z-index: 1;
}

.home-hero--product .home-hero__content {
	align-self: end;
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 24px;
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.08);
	color: #1d1d1f;
	margin-inline: auto;
	max-width: min(92vw, 760px);
	padding: 14px clamp(16px, 3vw, 28px);
	position: relative;
	z-index: 3;
}

.home-hero--product .home-hero__offer {
	display: grid;
	gap: 7px;
}

.home-hero--product .home-hero__brand {
	color: #6e6e73;
	font-size: 0.82rem;
}

.home-hero--product .home-hero__product-title {
	font-size: clamp(1.28rem, 2.4vw, 2.1rem);
	line-height: 1.2;
}

.home-hero--product .home-hero__product-title a {
	color: #1d1d1f;
}

.home-hero--product .home-hero__product-subtitle {
	color: #6e6e73;
	font-size: clamp(0.84rem, 1.1vw, 0.98rem);
	line-height: 1.75;
	max-width: 640px;
}

.home-hero--product .home-hero__price {
	color: #1d1d1f;
	font-size: clamp(1rem, 1.4vw, 1.2rem);
}

.home-hero--product .home-hero__stock {
	background: #f5f5f7;
	border-color: rgba(0, 0, 0, 0.06);
	color: #424245;
}

.home-hero--product .home-hero__actions {
	margin-top: 2px;
}

.home-hero--product .nexyro-button {
	min-height: 42px;
	padding: 10px 20px;
}

.home-hero--product .nexyro-button--secondary {
	background: rgba(29, 29, 31, 0.05);
	border-color: rgba(29, 29, 31, 0.08);
	color: #1d1d1f;
}

.home-hero--product .home-hero__trust-row {
	color: #6e6e73;
	font-size: 0.82rem;
	margin-top: 2px;
}

@keyframes nexyro-stage-pulse {
	0%,
	100% {
		opacity: 0.62;
		transform: scale(0.96);
	}

	50% {
		opacity: 1;
		transform: scale(1.04);
	}
}

@keyframes nexyro-orbit-soft {
	0%,
	100% {
		opacity: 0.38;
		transform: rotate(-2deg) scale(0.96);
	}

	50% {
		opacity: 0.72;
		transform: rotate(2deg) scale(1.02);
	}
}

@media (max-width: 780px) {
	.home-hero--product .home-hero__inner {
		min-height: auto;
		padding-block: 8px 22px;
	}

	.home-hero--product .home-hero__product-visual {
		height: min(56svh, 520px);
	}

	.home-hero--product .home-hero__product-visual img {
		height: min(54svh, 500px);
		width: 104vw;
	}

	.home-hero--product .home-hero__content {
		margin-top: 0;
		padding: 13px 14px;
	}
}

@media (max-width: 520px) {
	.home-hero--product .home-hero__product-visual {
		height: 50svh;
	}

	.home-hero--product .home-hero__product-visual img {
		height: 48svh;
		width: 112vw;
	}

	.home-hero--product .home-hero__product-title {
		font-size: clamp(1.18rem, 6vw, 1.65rem);
	}
}

/* Scroll-driven premium product video */
.front-page-main {
	display: flex;
	flex-direction: column;
}

.nexyro-scroll-video {
	--nexyro-video-bg: #050506;
	--nexyro-video-text: #f5f5f7;
	--nexyro-video-muted: rgba(245, 245, 247, 0.72);
	--nexyro-video-border: rgba(255, 255, 255, 0.14);
	--nexyro-video-accent: #f26b2a;

	background: var(--nexyro-video-bg);
	color: var(--nexyro-video-text);
	font-family: Vazirmatn, IRANSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Arial, sans-serif;
	overflow: clip;
	order: -1;
	position: relative;
}

.apple-video-container {
	background:
		radial-gradient(circle at 50% 44%, rgba(242, 107, 42, 0.09), transparent 30%),
		linear-gradient(180deg, #080809 0%, #050506 100%);
	height: calc(100svh - 54px);
	isolation: isolate;
	min-height: 720px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.nexyro-scroll-video__media {
	background: #050506;
	height: 100%;
	inset: 0;
	object-fit: contain;
	object-position: center bottom;
	position: absolute;
	transform: scale(1.04);
	width: 100%;
	will-change: transform;
	z-index: 1;
}

.nexyro-scroll-video__shade {
	background:
		radial-gradient(circle at 50% 48%, transparent 0%, transparent 30%, rgba(5, 5, 6, 0.24) 58%, rgba(5, 5, 6, 0.78) 100%),
		linear-gradient(180deg, rgba(5, 5, 6, 0.18) 0%, transparent 38%, rgba(5, 5, 6, 0.72) 100%);
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.scroll-text {
	backdrop-filter: blur(10px);
	background: rgba(8, 8, 9, 0.26);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
	opacity: 0;
	padding: clamp(14px, 1.8vw, 22px);
	pointer-events: none;
	position: absolute;
	transform: translateY(24px);
	width: min(470px, calc(100% - 40px));
	z-index: 3;
}

.scroll-text-1 {
	right: max(24px, 8vw);
	top: 20%;
}

.scroll-text-2 {
	left: max(24px, 8vw);
	text-align: right;
	top: 44%;
}

.scroll-text-3 {
	bottom: 15%;
	right: 50%;
	text-align: center;
	transform: translateX(50%) translateY(24px);
}

.scroll-text__eyebrow {
	color: var(--nexyro-video-accent);
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 8px;
}

.scroll-text h2 {
	color: var(--nexyro-video-text);
	font-size: clamp(1.65rem, 3.4vw, 3.7rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.14;
	margin: 0;
}

.scroll-text p {
	color: var(--nexyro-video-muted);
	font-size: clamp(0.92rem, 1.1vw, 1.05rem);
	font-weight: 500;
	line-height: 1.9;
	margin: 10px 0 0;
}

.nexyro-scroll-video.is-static .apple-video-container {
	height: auto;
	min-height: 100svh;
	padding: 48px 0;
}

.nexyro-scroll-video.is-static .nexyro-scroll-video__media {
	height: auto;
	position: relative;
}

.nexyro-scroll-video.is-static .scroll-text {
	margin: 18px auto;
	opacity: 1;
	position: relative;
	transform: none;
}

@media (max-width: 768px) {
	.apple-video-container {
		min-height: 720px;
	}

	.nexyro-scroll-video__media {
		object-fit: contain;
		object-position: center 54%;
		transform: scale(1);
	}

	.nexyro-scroll-video__shade {
		background:
			linear-gradient(180deg, rgba(5, 5, 6, 0.34) 0%, transparent 34%, rgba(5, 5, 6, 0.72) 100%);
	}

	.scroll-text,
	.scroll-text-1,
	.scroll-text-2,
	.scroll-text-3 {
		bottom: 7%;
		left: 20px;
		right: 20px;
		text-align: right;
		top: auto;
		transform: translateY(22px);
		width: auto;
	}

	.scroll-text h2 {
		font-size: clamp(1.45rem, 7.5vw, 2.35rem);
	}
}

/* Compact four-point product intro */
.scroll-video-intro {
	color: var(--nexyro-video-text);
	inset-inline: 20px;
	margin-inline: auto;
	max-width: min(920px, calc(100% - 40px));
	opacity: 0;
	position: absolute;
	text-align: center;
	top: clamp(26px, 6vh, 58px);
	transform: translateY(18px);
	transition: opacity 420ms ease, transform 420ms ease;
	z-index: 3;
}

.scroll-video-intro.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.scroll-video-intro span {
	color: var(--nexyro-video-muted);
	display: block;
	font-size: 0.88rem;
	font-weight: 800;
	margin-bottom: 8px;
}

.scroll-video-intro h2 {
	color: var(--nexyro-video-text);
	font-size: clamp(1.95rem, 4vw, 4.35rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.16;
	margin: 0;
}

.scroll-video-intro__lead {
	color: rgba(245, 245, 247, 0.78);
	font-size: clamp(0.98rem, 1.25vw, 1.18rem);
	font-weight: 600;
	line-height: 1.9;
	margin: 12px auto 0;
	max-width: 680px;
}

.scroll-feature {
	backdrop-filter: blur(8px);
	background: rgba(8, 8, 9, 0.34);
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 16px;
	box-shadow: 0 16px 38px rgba(0, 0, 0, 0.2);
	color: var(--nexyro-video-text);
	display: grid;
	gap: 5px;
	max-width: min(260px, 28vw);
	opacity: 0;
	padding: clamp(14px, 1.7vw, 22px);
	position: absolute;
	transform: translateY(18px);
	transition: opacity 420ms ease, transform 420ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
	z-index: 3;
}

.scroll-feature.is-visible {
	opacity: 0.78;
	transform: translateY(0);
}

.scroll-feature.is-active {
	background: rgba(242, 107, 42, 0.16);
	border-color: rgba(242, 107, 42, 0.58);
	box-shadow: 0 20px 56px rgba(242, 107, 42, 0.16), 0 16px 38px rgba(0, 0, 0, 0.22);
	opacity: 1;
}

.scroll-feature span {
	color: var(--nexyro-video-accent);
	font-size: clamp(0.82rem, 1vw, 0.98rem);
	font-weight: 900;
}

.scroll-feature strong {
	color: var(--nexyro-video-text);
	font-size: clamp(1rem, 1.35vw, 1.32rem);
	font-weight: 800;
	line-height: 1.65;
}

.scroll-feature--top-right {
	right: max(22px, 6vw);
	top: 25%;
}

.scroll-feature--top-left {
	left: max(22px, 6vw);
	top: 25%;
}

.scroll-feature--bottom-right {
	bottom: 22%;
	right: max(22px, 7vw);
}

.scroll-feature--bottom-left {
	bottom: 22%;
	left: max(22px, 7vw);
}

@media (max-width: 900px) {
	.scroll-video-intro {
		top: 28px;
	}

	.scroll-feature {
		max-width: none;
		padding: 11px 12px;
	}

	.scroll-feature--top-right,
	.scroll-feature--top-left,
	.scroll-feature--bottom-right,
	.scroll-feature--bottom-left {
		inset: auto;
	}

	.scroll-feature--top-right,
	.scroll-feature--top-left {
		top: auto;
	}

	.apple-video-container {
		display: grid;
		grid-template-rows: 1fr auto;
	}

	.scroll-feature {
		position: relative;
	}

	.nexyro-scroll-video .scroll-feature {
		bottom: auto;
		left: auto;
		right: auto;
		top: auto;
	}

	.nexyro-scroll-video .apple-video-container::after {
		background: linear-gradient(180deg, transparent, rgba(5, 5, 6, 0.92));
		bottom: 0;
		content: "";
		height: 38%;
		inset-inline: 0;
		pointer-events: none;
		position: absolute;
		z-index: 2;
	}

	.nexyro-scroll-video .scroll-feature {
		align-self: end;
	}

	.nexyro-scroll-video .scroll-feature--top-right,
	.nexyro-scroll-video .scroll-feature--top-left,
	.nexyro-scroll-video .scroll-feature--bottom-right,
	.nexyro-scroll-video .scroll-feature--bottom-left {
		grid-row: 2;
	}

	.nexyro-scroll-video .apple-video-container {
		padding: 0 14px 18px;
	}

	.nexyro-scroll-video .scroll-feature {
		width: 100%;
	}

	.nexyro-scroll-video .scroll-feature--top-right,
	.nexyro-scroll-video .scroll-feature--top-left,
	.nexyro-scroll-video .scroll-feature--bottom-right,
	.nexyro-scroll-video .scroll-feature--bottom-left {
		display: none;
	}

	.nexyro-scroll-video .scroll-feature--top-right,
	.nexyro-scroll-video .scroll-feature--top-left {
		display: grid;
	}
}

.scroll-feature-grid {
	display: contents;
}

.scroll-video-actions {
	align-items: center;
	bottom: clamp(26px, 5vh, 54px);
	display: flex;
	gap: 12px;
	justify-content: center;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translate(-50%, 18px);
	transition: opacity 420ms ease, transform 420ms ease;
	width: min(92vw, 520px);
	z-index: 5;
}

.scroll-video-actions.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

.nexyro-scroll-video.is-ready .scroll-video-actions {
	opacity: 1;
	transform: translate(-50%, 0);
}

.scroll-video-actions .nexyro-button {
	backdrop-filter: blur(12px);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.26);
	min-width: 148px;
}

.scroll-video-actions .nexyro-button--secondary {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.24);
	color: #fff;
}

@media (max-width: 900px) {
	.scroll-feature-grid {
		bottom: 86px;
		display: grid;
		gap: 8px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		inset-inline: 14px;
		position: absolute;
		z-index: 4;
	}

	.nexyro-scroll-video .scroll-feature-grid .scroll-feature,
	.nexyro-scroll-video .scroll-feature-grid .scroll-feature--top-right,
	.nexyro-scroll-video .scroll-feature-grid .scroll-feature--top-left,
	.nexyro-scroll-video .scroll-feature-grid .scroll-feature--bottom-right,
	.nexyro-scroll-video .scroll-feature-grid .scroll-feature--bottom-left {
		bottom: auto;
		display: grid;
		left: auto;
		max-width: none;
		position: relative;
		right: auto;
		top: auto;
		width: auto;
	}

	.scroll-feature-grid .scroll-feature strong {
		font-size: 0.82rem;
		line-height: 1.55;
	}

	.scroll-feature-grid .scroll-feature span {
		font-size: 0.72rem;
	}

	.scroll-video-actions {
		bottom: 18px;
	}
}

@media (max-width: 520px) {
	.scroll-feature-grid {
		grid-template-columns: 1fr;
	}

	.scroll-feature-grid .scroll-feature {
		padding: 9px 11px;
	}

	.scroll-video-actions {
		flex-direction: column;
		gap: 8px;
	}

	.scroll-video-actions .nexyro-button {
		width: 100%;
	}
}

/* Polished product capability callouts */
.nexyro-scroll-video .scroll-feature-grid {
	align-items: stretch;
	bottom: clamp(96px, 13vh, 132px);
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	inset-inline: clamp(22px, 5vw, 82px);
	position: absolute;
	z-index: 4;
}

.nexyro-scroll-video .scroll-feature {
	align-content: center;
	backdrop-filter: blur(10px) saturate(130%);
	background: rgba(12, 12, 14, 0.34);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	box-shadow: none;
	box-sizing: border-box;
	direction: rtl;
	font-family: Vazirmatn, IRANSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Arial, sans-serif;
	gap: 4px;
	justify-items: start;
	left: auto;
	max-width: none;
	min-height: 86px;
	min-width: 0;
	padding: 14px 16px;
	position: relative;
	right: auto;
	text-align: right;
	top: auto;
	width: 100%;
}

.nexyro-scroll-video .scroll-feature span {
	color: #ff8a4c;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.4;
}

.nexyro-scroll-video .scroll-feature strong {
	color: #f5f5f7;
	font-size: clamp(0.95rem, 1.02vw, 1.08rem);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.75;
}

.nexyro-scroll-video .scroll-feature.is-visible {
	opacity: 0.9;
}

.nexyro-scroll-video .scroll-feature.is-active {
	background: rgba(18, 18, 20, 0.58);
	border-color: rgba(242, 107, 42, 0.64);
	box-shadow: 0 0 0 1px rgba(242, 107, 42, 0.16);
	opacity: 1;
}

.nexyro-scroll-video .scroll-feature--top-right {
	right: auto;
	top: auto;
}

.nexyro-scroll-video .scroll-feature--top-left {
	left: auto;
	top: auto;
}

.nexyro-scroll-video .scroll-feature--bottom-right {
	bottom: auto;
	right: auto;
}

.nexyro-scroll-video .scroll-feature--bottom-left {
	bottom: auto;
	left: auto;
}

@media (max-width: 900px) {
	.nexyro-scroll-video .scroll-feature-grid {
		bottom: 92px;
		display: grid;
		gap: 8px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		inset-inline: 14px;
		position: absolute;
		z-index: 5;
	}

	.nexyro-scroll-video .scroll-feature-grid .scroll-feature {
		bottom: auto;
		height: auto;
		left: auto;
		min-height: 74px;
		padding: 11px 12px;
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
	}

	.nexyro-scroll-video .scroll-feature-grid .scroll-feature span {
		font-size: 0.72rem;
	}

	.nexyro-scroll-video .scroll-feature-grid .scroll-feature strong {
		font-size: 0.82rem;
		line-height: 1.6;
	}
}

@media (max-width: 520px) {
	.nexyro-scroll-video .scroll-feature-grid {
		bottom: 104px;
		grid-template-columns: 1fr;
	}
}

.product-proof-section {
	background: #f5f5f7;
	color: #1d1d1f;
	padding: clamp(46px, 7vw, 84px) 0;
	scroll-margin-top: 82px;
}

.product-proof-section__inner {
	align-items: center;
	display: grid;
	gap: clamp(24px, 4vw, 56px);
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.product-proof-section__copy h2 {
	font-size: clamp(1.8rem, 3vw, 3rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
}

.product-proof-section__copy p:not(.section-heading__eyebrow) {
	color: #515154;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	margin: 14px 0 0;
	max-width: 560px;
}

.product-proof-section__media {
	background: #09090a;
	border-radius: 18px;
	box-shadow: 0 28px 70px rgba(29, 29, 31, 0.14);
	overflow: hidden;
	position: relative;
}

.product-proof-section__media video {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 900px) {
	.scroll-video-intro {
		top: 26px;
	}

	.scroll-video-intro h2 {
		font-size: clamp(1.8rem, 8vw, 3rem);
	}

	.scroll-video-intro__lead {
		font-size: 0.92rem;
		line-height: 1.85;
	}

	.product-proof-section__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.scroll-video-intro {
		inset-inline: 16px;
		max-width: calc(100% - 32px);
		top: 24px;
	}

	.scroll-video-intro h2 {
		font-size: clamp(1.55rem, 9vw, 2.35rem);
	}

	.product-proof-section {
		padding: 38px 0;
	}

	.product-proof-section__media {
		border-radius: 14px;
	}
}

@media (max-width: 520px) {
	.nexyro-scroll-video .apple-video-container {
		height: auto;
		min-height: 100svh;
		padding-bottom: 22px;
	}

	.nexyro-scroll-video .scroll-feature-grid {
		display: grid;
		gap: 8px;
		grid-template-columns: 1fr;
		inset: auto 16px 86px 16px;
		position: absolute;
		z-index: 5;
	}

	.nexyro-scroll-video .scroll-feature-grid .scroll-feature,
	.nexyro-scroll-video .scroll-feature-grid .scroll-feature--top-right,
	.nexyro-scroll-video .scroll-feature-grid .scroll-feature--top-left,
	.nexyro-scroll-video .scroll-feature-grid .scroll-feature--bottom-right,
	.nexyro-scroll-video .scroll-feature-grid .scroll-feature--bottom-left {
		bottom: auto;
		display: grid;
		left: auto;
		min-height: 62px;
		padding: 9px 12px;
		position: relative;
		right: auto;
		top: auto;
		transform: translateY(0);
		width: 100%;
	}

	.nexyro-scroll-video .scroll-feature-grid .scroll-feature strong {
		font-size: 0.82rem;
		line-height: 1.55;
	}

	.scroll-video-actions {
		bottom: 18px;
	}
}

/* Integrated dark header logo treatment */
.site-header {
	background:
		linear-gradient(180deg, rgba(12, 12, 13, 0.94), rgba(18, 18, 20, 0.86));
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
	color: #f5f5f7;
}

.site-header__inner {
	min-height: 58px;
}

.site-branding {
	align-items: center;
	min-height: 58px;
}

.site-header .custom-logo-link {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	overflow: visible;
	padding: 0;
	position: relative;
}

.site-header .custom-logo-link::after {
	background: radial-gradient(ellipse, rgba(242, 107, 42, 0.2), transparent 68%);
	content: "";
	filter: blur(10px);
	inset: 4px -10px;
	opacity: 0.75;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.site-header .custom-logo {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: block;
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.22));
	height: auto;
	max-height: 42px;
	max-width: 176px;
	object-fit: contain;
	width: auto;
}

.site-branding__name {
	color: #fff;
}

.site-branding__local,
.site-header .primary-menu a,
.site-header .nexyro-cart-text {
	color: rgba(245, 245, 247, 0.76);
}

.site-header .primary-menu a:hover,
.site-header .primary-menu a:focus {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.site-header .nexyro-cart-link {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
}

.site-header .nexyro-cart-link:hover,
.site-header .nexyro-cart-link:focus {
	background: rgba(255, 255, 255, 0.13);
}

.site-header .menu-toggle__bar {
	background: #f5f5f7;
}

@media (max-width: 640px) {
	.site-header__inner,
	.site-branding {
		min-height: 54px;
	}

	.site-header .custom-logo-link {
		height: 40px;
	}

	.site-header .custom-logo {
		max-height: 38px;
		max-width: 148px;
	}
}

/* Header image logo with Persian wordmark */
.nexyro-header-brand {
	align-items: center;
	color: #fff;
	display: inline-flex;
	gap: 12px;
	isolation: isolate;
	line-height: 1;
	position: relative;
	text-decoration: none;
}

.nexyro-header-brand::before {
	background: none;
	content: "";
	filter: none;
	inset: 3px -10px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.nexyro-header-brand__image {
	border-radius: 0;
	display: block;
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.24));
	height: 38px;
	object-fit: contain;
	object-position: center;
	width: auto;
}

.nexyro-header-brand__text {
	border-right: 1px solid rgba(255, 255, 255, 0.18);
	color: #f5f5f7;
	font-family: Vazirmatn, IRANSans, Tahoma, Arial, sans-serif;
	font-size: 1.08rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.3;
	padding-right: 12px;
	text-shadow: 0 8px 22px rgba(0, 0, 0, 0.32);
	white-space: nowrap;
}

@media (max-width: 640px) {
	.nexyro-header-brand {
		gap: 8px;
	}

	.nexyro-header-brand__image {
		height: 30px;
	}

	.nexyro-header-brand__text {
		font-size: 0.94rem;
		padding-right: 8px;
	}
}

/* Blend the raster header logo into the dark bar so it does not read as a sticker. */
.site-header {
	background:
		linear-gradient(180deg, rgba(7, 9, 13, 0.96), rgba(9, 11, 15, 0.9));
}

.nexyro-header-brand {
	isolation: auto;
}

.nexyro-header-brand::before {
	opacity: 0.34;
}

.nexyro-header-brand__image {
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.24));
	mix-blend-mode: normal;
	opacity: 1;
}

.nexyro-header-brand__text {
	border-right-color: rgba(255, 255, 255, 0.12);
	color: rgba(245, 245, 247, 0.92);
	font-weight: 700;
}

/* Final balanced header layout */
.site-header .site-header__inner {
	display: grid;
	grid-template-columns: minmax(330px, 1fr) minmax(260px, auto) minmax(140px, 1fr);
	gap: clamp(16px, 3vw, 34px);
	min-height: 62px;
	padding-block: 0;
}

.site-header .site-branding {
	justify-self: start;
	min-height: 62px;
	min-width: 0;
	width: 100%;
}

.site-header .main-navigation {
	justify-self: center;
	min-width: 0;
}

.site-header .primary-menu {
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: 999px;
	display: inline-flex;
	gap: 2px;
	padding: 3px;
}

.site-header .primary-menu a {
	border-radius: 999px;
	color: rgba(245, 245, 247, 0.74);
	font-size: 0.86rem;
	font-weight: 600;
	padding: 8px 14px;
}

.site-header .primary-menu a:hover,
.site-header .primary-menu a:focus {
	background: rgba(255, 255, 255, 0.11);
	color: #fff;
}

.site-header .site-header__actions {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	justify-self: end;
	min-width: 0;
}

.site-header .nexyro-account-link {
	align-items: center;
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: 999px;
	color: rgba(245, 245, 247, 0.82);
	display: inline-flex;
	font-size: 0.84rem;
	font-weight: 700;
	gap: 7px;
	min-height: 38px;
	padding: 8px 12px;
	white-space: nowrap;
}

.site-header .nexyro-account-link:hover,
.site-header .nexyro-account-link:focus {
	background: rgba(255, 255, 255, 0.11);
	color: #fff;
}

.site-header .nexyro-account-link__icon {
	color: var(--nexyro-orange);
	display: inline-flex;
	flex: 0 0 auto;
}

.site-header .nexyro-cart-link {
	min-height: 38px;
	padding: 8px 12px;
}

.site-header .nexyro-header-brand {
	max-width: 100%;
}

.site-header .nexyro-header-brand__image {
	height: 43px;
	max-width: min(38vw, 286px);
}

.site-header .nexyro-header-brand__text {
	font-size: 1rem;
}

@media (max-width: 980px) {
	.site-header .site-header__inner {
		grid-template-columns: minmax(0, 1fr) auto auto;
		gap: 10px;
		min-height: 58px;
	}

	.site-header .site-branding {
		min-height: 58px;
	}

	.site-header .menu-toggle {
		display: inline-block;
		justify-self: end;
		order: 2;
	}

	.site-header .site-header__actions {
		order: 3;
	}

	.site-header .main-navigation {
		display: none;
		grid-column: 1 / -1;
		justify-self: stretch;
		order: 4;
		padding-bottom: 14px;
		width: 100%;
	}

	.site-header.is-menu-open .main-navigation {
		display: block;
	}

	.site-header .primary-menu {
		border-radius: 18px;
		display: grid;
		gap: 4px;
		padding: 6px;
	}
}

@media (max-width: 640px) {
	.site-header .site-header__inner {
		gap: 8px;
	}

	.site-header .nexyro-header-brand {
		gap: 7px;
	}

	.site-header .nexyro-header-brand__image {
		height: 31px;
		max-width: 184px;
	}

	.site-header .nexyro-header-brand__text {
		font-size: 0.86rem;
		padding-right: 7px;
	}

	.site-header .nexyro-cart-link {
		min-height: 34px;
		padding-inline: 10px;
	}

	.site-header .nexyro-account-link {
		min-height: 34px;
		padding-inline: 10px;
	}

	.site-header .nexyro-account-link__text {
		display: none;
	}
}

@media (max-width: 420px) {
	.site-header .nexyro-header-brand__image {
		height: 28px;
		max-width: 142px;
	}

	.site-header .nexyro-header-brand__text {
		font-size: 0.78rem;
		padding-right: 6px;
	}
}

/* WooCommerce My Account */
.woocommerce-account .entry-card {
	background: transparent;
	border: 0;
	box-shadow: none;
}

.woocommerce-account .woocommerce {
	display: grid;
	grid-template-columns: minmax(230px, 280px) minmax(0, 1fr);
	gap: clamp(18px, 3vw, 30px);
	align-items: start;
	direction: rtl;
	width: min(100%, 1040px);
	margin-inline: auto;
	clear: both;
}

.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
	content: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	position: sticky;
	top: 96px;
	float: none;
	width: auto;
	min-width: 0;
	padding: 10px;
	background: #fff;
	border: 1px solid rgba(222, 217, 210, 0.94);
	border-radius: var(--nexyro-radius);
	box-shadow: 0 14px 34px rgba(23, 23, 23, 0.055);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 44px;
	padding: 10px 12px;
	color: var(--nexyro-ink);
	border-radius: var(--nexyro-radius);
	font-size: 0.94rem;
	font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-navigation a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid currentColor;
	border-left: 2px solid currentColor;
	opacity: 0.36;
	transform: rotate(-45deg);
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus {
	background: #fff4ea;
	color: var(--nexyro-orange-dark);
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: auto;
	min-width: 0;
	padding: clamp(18px, 3vw, 28px);
	background: #fff;
	border: 1px solid rgba(222, 217, 210, 0.94);
	border-radius: var(--nexyro-radius);
	box-shadow: var(--nexyro-shadow);
	text-align: right;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
	margin-top: 0;
}

.nexyro-account-dashboard {
	display: grid;
	gap: 22px;
}

.nexyro-account-dashboard__hero {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: clamp(20px, 3vw, 30px);
	background:
		radial-gradient(circle at 18% 18%, rgba(242, 107, 42, 0.18), transparent 34%),
		linear-gradient(135deg, rgba(24, 24, 26, 0.98), rgba(38, 38, 40, 0.98));
	color: #fffaf2;
	border-radius: 24px;
	box-shadow: 0 18px 46px rgba(23, 23, 23, 0.14);
}

.nexyro-account-dashboard__intro {
	padding: clamp(18px, 3vw, 26px);
	background:
		linear-gradient(135deg, rgba(23, 23, 23, 0.96), rgba(36, 36, 36, 0.96)),
		var(--nexyro-charcoal);
	color: #fffaf2;
	border-radius: var(--nexyro-radius);
}

.nexyro-account-dashboard__hero .nexyro-account-dashboard__intro {
	padding: 0;
	background: transparent;
	border-radius: 0;
}

.nexyro-account-dashboard__eyebrow {
	margin: 0 0 8px;
	color: rgba(255, 250, 242, 0.66);
	font-size: 0.86rem;
	font-weight: 800;
}

.nexyro-account-dashboard__intro h2,
.nexyro-account-section-header h2,
.nexyro-account-section-header h3,
.nexyro-account-empty h2 {
	margin: 0;
	color: inherit;
	font-size: clamp(1.35rem, 3vw, 2rem);
	font-weight: 800;
	line-height: 1.45;
}

.nexyro-account-dashboard__intro p:last-child,
.nexyro-account-section-header p,
.nexyro-account-empty p {
	margin: 8px 0 0;
	color: rgba(255, 250, 242, 0.76);
	line-height: 1.9;
}

.nexyro-account-dashboard__badge {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 12px;
	background: rgba(255, 255, 255, 0.1);
	color: #fffaf2;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 800;
	white-space: nowrap;
}

.nexyro-account-dashboard__cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
}

.nexyro-account-card {
	display: grid;
	gap: 6px;
	min-height: 132px;
	padding: 16px;
	background: #fff;
	color: var(--nexyro-ink);
	border: 1px solid rgba(222, 217, 210, 0.92);
	border-radius: 20px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.nexyro-account-card:hover,
.nexyro-account-card:focus {
	border-color: rgba(242, 107, 42, 0.42);
	box-shadow: 0 14px 32px rgba(23, 23, 23, 0.08);
	transform: translateY(-1px);
}

.nexyro-account-card__label,
.nexyro-account-card small {
	color: var(--nexyro-muted);
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.8;
}

.nexyro-account-card strong {
	color: var(--nexyro-charcoal);
	font-size: clamp(1.08rem, 2vw, 1.42rem);
	font-weight: 800;
	line-height: 1.45;
}

.nexyro-account-dashboard__panel {
	padding: clamp(16px, 2.6vw, 22px);
	background: #fff;
	border: 1px solid rgba(222, 217, 210, 0.92);
	border-radius: 24px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.nexyro-account-section-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 16px;
}

.nexyro-account-section-header a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 7px 12px;
	background: #fff4ea;
	color: var(--nexyro-orange-dark);
	border-radius: 999px;
	font-size: 0.86rem;
	font-weight: 800;
	white-space: nowrap;
}

.nexyro-account-latest-orders {
	display: grid;
	gap: 10px;
}

.nexyro-account-order-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	padding: 14px;
	background: var(--nexyro-panel);
	color: var(--nexyro-ink);
	border: 1px solid transparent;
	border-radius: 18px;
}

.nexyro-account-order-card:hover,
.nexyro-account-order-card:focus {
	background: #fff6ee;
	border-color: rgba(242, 107, 42, 0.34);
}

.nexyro-account-order-card span {
	display: grid;
	gap: 3px;
}

.nexyro-account-order-card span:last-child {
	justify-items: end;
	text-align: left;
}

.nexyro-account-order-card strong {
	color: var(--nexyro-charcoal);
	font-weight: 800;
}

.nexyro-account-order-card small {
	color: var(--nexyro-muted);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.7;
}

.nexyro-account-dashboard__actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	width: 100%;
}

.nexyro-account-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 72px;
	padding: 14px;
	background: var(--nexyro-panel);
	color: var(--nexyro-charcoal);
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
	font-weight: 800;
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.nexyro-account-action::after {
	content: "";
	width: 9px;
	height: 9px;
	border-top: 2px solid var(--nexyro-orange);
	border-left: 2px solid var(--nexyro-orange);
	transform: rotate(-45deg);
}

.nexyro-account-action:hover,
.nexyro-account-action:focus {
	background: #fff6ee;
	border-color: rgba(229, 111, 45, 0.48);
	color: var(--nexyro-orange-dark);
	transform: translateY(-1px);
}

.woocommerce-account table.shop_table {
	width: 100%;
	overflow: hidden;
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
	border-collapse: separate;
	border-spacing: 0;
	background: #fff;
	text-align: right;
}

.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td {
	padding: 14px;
	border-bottom: 1px solid rgba(222, 217, 210, 0.78);
	text-align: right;
	vertical-align: middle;
}

.woocommerce-account table.shop_table th {
	background: #fbf7f0;
	color: var(--nexyro-charcoal);
	font-size: 0.9rem;
	font-weight: 800;
}

.woocommerce-account table.shop_table tr:last-child td,
.woocommerce-account table.shop_table tr:last-child th {
	border-bottom: 0;
}

.woocommerce-account .woocommerce-button,
.woocommerce-account .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 9px 14px;
	background: var(--nexyro-charcoal);
	color: #fffaf2;
	border: 1px solid var(--nexyro-charcoal);
	border-radius: var(--nexyro-radius);
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.4;
}

.woocommerce-account .woocommerce-button:hover,
.woocommerce-account .woocommerce-button:focus,
.woocommerce-account .button:hover,
.woocommerce-account .button:focus {
	background: var(--nexyro-orange);
	border-color: var(--nexyro-orange);
	color: #fff;
}

.nexyro-account-empty {
	padding: clamp(22px, 4vw, 34px);
	background: var(--nexyro-panel);
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
	text-align: center;
}

.nexyro-account-empty--compact {
	padding: clamp(18px, 3vw, 26px);
}

.nexyro-account-empty h3 {
	margin: 0;
	color: var(--nexyro-charcoal);
	font-size: clamp(1.18rem, 2.2vw, 1.5rem);
	font-weight: 800;
}

.nexyro-account-empty h2,
.nexyro-account-empty h3,
.nexyro-account-empty p,
.nexyro-account-section-header h2,
.nexyro-account-section-header h3,
.nexyro-account-section-header p {
	color: var(--nexyro-ink);
}

.nexyro-account-empty .button {
	margin-top: 16px;
}

.nexyro-account-addresses .woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(260px, 1fr));
	gap: 18px;
	margin-top: 16px;
	width: 100%;
	clear: both;
	align-items: stretch;
}

.nexyro-account-addresses .woocommerce-Address {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: none;
	float: none;
	min-width: 0;
	margin: 0;
	padding: 18px;
	background: var(--nexyro-panel);
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
}

.nexyro-account-addresses .woocommerce-Address-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.nexyro-account-addresses .woocommerce-Address-title h3 {
	margin: 0;
	color: var(--nexyro-charcoal);
	font-size: 1.05rem;
	font-weight: 800;
}

.nexyro-account-addresses .woocommerce-Address-title .edit {
	color: var(--nexyro-orange-dark);
	font-size: 0.9rem;
	font-weight: 800;
}

.nexyro-account-addresses address {
	flex: 1;
	margin: 0;
	color: var(--nexyro-muted);
	font-style: normal;
	line-height: 1.9;
}

.woocommerce-account .nexyro-edit-account-form {
	max-width: 760px;
}

.woocommerce-account .nexyro-edit-account-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.woocommerce-account .nexyro-form-hint {
	display: block;
	margin-top: 8px;
	color: var(--nexyro-muted);
	font-size: 0.9rem;
	line-height: 1.8;
}

.woocommerce-account .nexyro-password-panel {
	margin: 22px 0 0;
	padding: 18px;
	border: 1px solid rgba(229, 111, 45, 0.18);
	border-radius: var(--nexyro-radius);
	background: #fffaf6;
}

.woocommerce-account .nexyro-password-panel legend {
	padding: 0 8px;
	color: var(--nexyro-charcoal);
	font-weight: 900;
}

.woocommerce-account .nexyro-password-panel .form-row {
	position: relative;
}

.woocommerce-account .woocommerce form .password-input {
	display: block;
	position: relative;
}

.woocommerce-account .woocommerce form .password-input input.input-text {
	padding-left: 46px;
}

.woocommerce-account .woocommerce form .show-password-input {
	left: 12px;
	right: auto;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.woocommerce-account .nexyro-edit-account-submit {
	margin-top: 18px;
}

.woocommerce-account .woocommerce form .form-row {
	margin-bottom: 14px;
}

.woocommerce-account .woocommerce form label {
	display: block;
	margin-bottom: 6px;
	color: var(--nexyro-charcoal);
	font-weight: 800;
	text-align: right;
}

.woocommerce-account .woocommerce form input.input-text,
.woocommerce-account .woocommerce form textarea,
.woocommerce-account .woocommerce form select {
	width: 100%;
	min-height: 46px;
	padding: 10px 12px;
	background: #fff;
	color: var(--nexyro-charcoal);
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
	text-align: right;
}

.woocommerce-account .woocommerce form input.input-text:focus,
.woocommerce-account .woocommerce form textarea:focus,
.woocommerce-account .woocommerce form select:focus {
	border-color: var(--nexyro-orange);
	box-shadow: 0 0 0 3px rgba(229, 111, 45, 0.14);
	outline: 0;
}

@media (max-width: 820px) {
	.woocommerce-account .woocommerce {
		grid-template-columns: 1fr;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		position: static;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nexyro-account-dashboard__actions,
	.nexyro-account-dashboard__cards,
	.nexyro-account-addresses .woocommerce-Addresses,
	.woocommerce-account .nexyro-edit-account-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.nexyro-account-dashboard__hero,
	.nexyro-account-section-header,
	.nexyro-account-order-card {
		grid-template-columns: 1fr;
		flex-direction: column;
	}

	.nexyro-account-order-card span:last-child {
		justify-items: start;
		text-align: right;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		padding: 16px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns: 1fr;
	}

	.woocommerce-account table.shop_table,
	.woocommerce-account table.shop_table tbody,
	.woocommerce-account table.shop_table tr,
	.woocommerce-account table.shop_table td,
	.woocommerce-account table.shop_table th {
		display: block;
		width: 100%;
	}

	.woocommerce-account table.shop_table thead {
		display: none;
	}

	.woocommerce-account table.shop_table tr {
		padding: 12px;
		border-bottom: 1px solid var(--nexyro-border);
	}

	.woocommerce-account table.shop_table td,
	.woocommerce-account table.shop_table th {
		padding: 8px 0;
		border: 0;
	}

	.woocommerce-account table.shop_table td::before {
		content: attr(data-title);
		display: block;
		margin-bottom: 3px;
		color: var(--nexyro-muted);
		font-size: 0.8rem;
		font-weight: 800;
	}
}

/* Sprint 1A cart mobile and tablet stabilization. Scoped to the custom cart only. */
@media (max-width: 1100px) {
	body.woocommerce-cart {
		overflow-x: hidden;
	}

	.woocommerce-cart .site-main,
	.woocommerce-cart .nexyro-cart-page,
	.woocommerce-cart .nexyro-cart-page * {
		box-sizing: border-box;
		max-width: 100%;
		min-width: 0;
	}

	.woocommerce-cart .woocommerce-notices-wrapper,
	.woocommerce-cart .woocommerce-error,
	.woocommerce-cart .woocommerce-info,
	.woocommerce-cart .woocommerce-message {
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}

	.woocommerce-cart .woocommerce-error,
	.woocommerce-cart .woocommerce-info,
	.woocommerce-cart .woocommerce-message {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 10px;
	}

	.woocommerce-cart .woocommerce-error .button,
	.woocommerce-cart .woocommerce-info .button,
	.woocommerce-cart .woocommerce-message .button {
		flex: 0 0 auto;
		max-width: 100%;
	}

	.woocommerce-cart .nexyro-cart-page {
		width: min(100% - 24px, 1180px);
		padding-block: 22px 34px;
	}

	.woocommerce-cart .nexyro-cart-layout {
		display: grid;
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.woocommerce-cart .nexyro-cart-layout__summary {
		position: static;
		z-index: auto;
		order: 2;
		margin: 0;
	}

	.woocommerce-cart .nexyro-cart-layout__items {
		order: 1;
	}

	.woocommerce-cart .nexyro-cart-item {
		grid-template-columns: 1fr;
	}

	.woocommerce-cart .nexyro-cart-item__media {
		width: min(148px, 44vw);
		margin-inline-start: auto;
	}

	.woocommerce-cart .nexyro-cart-summary {
		padding: 16px;
		border-radius: 22px;
		box-shadow: 0 12px 30px rgba(23, 23, 23, 0.08);
	}

	.woocommerce-cart .nexyro-cart-summary__head,
	.woocommerce-cart .nexyro-cart-summary__table tr:not(.order-total),
	.woocommerce-cart .nexyro-cart-summary__trust {
		display: block;
	}

	.woocommerce-cart .nexyro-cart-summary__table,
	.woocommerce-cart .nexyro-cart-summary__table tbody,
	.woocommerce-cart .nexyro-cart-summary__table tr,
	.woocommerce-cart .nexyro-cart-summary__table th,
	.woocommerce-cart .nexyro-cart-summary__table td {
		display: block;
		width: 100%;
	}

	.woocommerce-cart .nexyro-cart-summary__table tr {
		margin: 0 0 8px;
		padding: 12px;
		background: #f5f5f7;
		border: 0;
		border-radius: 16px;
	}

	.woocommerce-cart .nexyro-cart-summary__table th,
	.woocommerce-cart .nexyro-cart-summary__table td,
	.woocommerce-cart .nexyro-cart-summary__table.shop_table th,
	.woocommerce-cart .nexyro-cart-summary__table.shop_table td {
		padding: 0;
		text-align: right;
	}

	.woocommerce-cart .nexyro-cart-summary__table th {
		margin-bottom: 4px;
		color: var(--nexyro-muted);
		font-size: 0.82rem;
		font-weight: 800;
	}

	.woocommerce-cart .nexyro-cart-summary__table td {
		color: var(--nexyro-ink);
		font-size: 0.98rem;
		font-weight: 800;
	}

	.woocommerce-cart .nexyro-cart-summary__table.shop_table_responsive tr td::before {
		content: none;
		display: none;
	}

	.woocommerce-cart .nexyro-cart-summary__table .shipping > th,
	.woocommerce-cart .nexyro-cart-summary__table .shipping > td {
		display: block;
		width: 100%;
	}

	.woocommerce-cart .nexyro-cart-summary__table ul#shipping_method {
		align-items: stretch;
		margin-top: 6px;
	}

	.woocommerce-cart .nexyro-cart-summary__table .woocommerce-shipping-destination,
	.woocommerce-cart .nexyro-cart-summary__table .woocommerce-shipping-calculator {
		margin-top: 8px;
		text-align: right;
	}

	.woocommerce-cart .nexyro-cart-summary__table .order-total {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 10px;
		padding: 14px;
	}

	.woocommerce-cart .nexyro-cart-summary__table .order-total th,
	.woocommerce-cart .nexyro-cart-summary__table .order-total td {
		margin: 0;
		color: #fff;
	}

	.woocommerce-cart .nexyro-cart-summary__checkout {
		margin-top: 12px;
	}

	.woocommerce-cart .nexyro-cart-checkout-button,
	.woocommerce-cart .woocommerce .nexyro-cart-checkout-button {
		width: 100%;
		min-height: 54px;
	}
}
/* Sprint 2: post-payment WooCommerce pages */
body.nexyro-order-received,
body.nexyro-view-order,
body.nexyro-order-pay {
	background: #f5f5f3;
}

.nexyro-thankyou,
.woocommerce-account .woocommerce-MyAccount-content .nexyro-view-order-summary,
.woocommerce-account .woocommerce-MyAccount-content .nexyro-order-updates,
.woocommerce-account .woocommerce-MyAccount-content .nexyro-order-details,
.woocommerce-account .woocommerce-MyAccount-content .nexyro-order-addresses,
body.nexyro-order-received .woocommerce-order-details,
body.nexyro-order-received .woocommerce-customer-details {
	direction: rtl;
	text-align: right;
}

.nexyro-thankyou {
	max-width: 1120px;
	margin: clamp(32px, 6vw, 72px) auto;
	padding: 0 20px;
}

.nexyro-postpay-hero,
.nexyro-postpay-card,
.nexyro-view-order-summary,
.nexyro-order-updates,
.nexyro-order-details,
.nexyro-order-addresses,
body.nexyro-order-received .woocommerce-order-details,
body.nexyro-order-received .woocommerce-customer-details {
	background: #fff;
	border: 1px solid rgba(24, 24, 27, 0.08);
	border-radius: 22px;
	box-shadow: 0 18px 50px rgba(24, 24, 27, 0.06);
}

.nexyro-postpay-hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: clamp(24px, 4vw, 42px);
	margin-bottom: 18px;
}

.nexyro-postpay-kicker {
	margin: 0 0 8px;
	color: #f36b21;
	font-weight: 800;
	font-size: 0.9rem;
}

.nexyro-postpay-hero h1,
.nexyro-postpay-card h1,
.nexyro-view-order-summary h2,
.nexyro-order-details .woocommerce-order-details__title,
.nexyro-order-addresses > h2,
.nexyro-order-updates h2 {
	margin: 0;
	color: #1d1d1f;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0;
}

.nexyro-postpay-hero h1,
.nexyro-postpay-card h1 {
	font-size: clamp(1.8rem, 4vw, 3rem);
}

.nexyro-postpay-hero p,
.nexyro-postpay-card p,
.nexyro-view-order-summary p {
	margin: 10px 0 0;
	color: #60636b;
	line-height: 2;
}

.nexyro-postpay-status {
	min-width: 190px;
	padding: 18px 20px;
	border-radius: 18px;
	background: #f7f1ec;
	border: 1px solid rgba(243, 107, 33, 0.18);
}

.nexyro-postpay-status span,
.nexyro-postpay-overview span,
.nexyro-view-order-meta span {
	display: block;
	color: #72757d;
	font-size: 0.88rem;
	font-weight: 600;
}

.nexyro-postpay-status strong,
.nexyro-postpay-overview strong,
.nexyro-view-order-meta strong {
	display: block;
	margin-top: 6px;
	color: #1d1d1f;
	font-weight: 800;
}

.nexyro-postpay-overview {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 18px !important;
	padding: 0 !important;
	list-style: none !important;
	border: 0 !important;
}

.nexyro-postpay-overview::before,
.nexyro-postpay-overview::after {
	display: none !important;
}

.nexyro-postpay-overview li {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 18px !important;
	border: 1px solid rgba(24, 24, 27, 0.08) !important;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(24, 24, 27, 0.04);
	text-align: right;
}

.nexyro-postpay-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 18px 0 26px;
}

.nexyro-postpay-actions .button,
.nexyro-order-details .order-actions-button {
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border-radius: 999px;
	background: #f36b21;
	color: #fff;
	border: 0;
	font-weight: 800;
	text-decoration: none;
}

.nexyro-postpay-actions .button.secondary {
	background: #1d1d1f;
}

.nexyro-postpay-card {
	padding: clamp(24px, 4vw, 42px);
}

.nexyro-postpay-card--failed {
	border-color: rgba(220, 38, 38, 0.18);
}

.nexyro-view-order-summary,
.nexyro-order-updates,
.nexyro-order-details,
.nexyro-order-addresses,
body.nexyro-order-received .woocommerce-order-details,
body.nexyro-order-received .woocommerce-customer-details {
	padding: clamp(20px, 3vw, 30px);
	margin-bottom: 22px;
}

.nexyro-view-order-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.nexyro-view-order-meta > span {
	padding: 16px;
	border-radius: 16px;
	background: #f7f7f5;
	border: 1px solid rgba(24, 24, 27, 0.07);
}

.nexyro-order-table-wrap {
	overflow-x: auto;
	border: 1px solid rgba(24, 24, 27, 0.08);
	border-radius: 16px;
}

.nexyro-order-details table.shop_table,
body.nexyro-order-received table.shop_table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	background: #fff;
	overflow: hidden;
}

.nexyro-order-details table.shop_table th,
.nexyro-order-details table.shop_table td,
body.nexyro-order-received table.shop_table th,
body.nexyro-order-received table.shop_table td {
	padding: 16px;
	border-color: rgba(24, 24, 27, 0.08);
	text-align: right;
	vertical-align: middle;
}

.nexyro-order-details table.shop_table thead th,
body.nexyro-order-received table.shop_table thead th {
	background: #f7f1ec;
	color: #1d1d1f;
	font-weight: 800;
}

.nexyro-order-details table.shop_table tfoot th,
body.nexyro-order-received table.shop_table tfoot th {
	color: #60636b;
	font-weight: 800;
}

.nexyro-order-details table.shop_table tfoot tr:last-child th,
.nexyro-order-details table.shop_table tfoot tr:last-child td,
body.nexyro-order-received table.shop_table tfoot tr:last-child th,
body.nexyro-order-received table.shop_table tfoot tr:last-child td {
	color: #1d1d1f;
	font-size: 1.05rem;
	font-weight: 900;
}

.nexyro-order-address-grid,
body.nexyro-order-received .woocommerce-customer-details .addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(260px, 1fr));
	gap: 18px;
	margin: 18px 0 0;
	align-items: stretch;
}

.nexyro-order-address-grid .woocommerce-column,
body.nexyro-order-received .woocommerce-customer-details .woocommerce-column {
	float: none !important;
	width: auto !important;
}

.nexyro-order-addresses h3,
body.nexyro-order-received .woocommerce-customer-details .woocommerce-column__title {
	margin: 0 0 12px;
	font-size: 1.15rem;
	font-weight: 800;
	color: #1d1d1f;
}

.nexyro-order-addresses address,
body.nexyro-order-received .woocommerce-customer-details address {
	min-height: 180px;
	margin: 0;
	padding: 18px;
	border: 1px solid rgba(24, 24, 27, 0.08);
	border-radius: 16px;
	background: #fff;
	color: #303238;
	line-height: 2;
	font-style: normal;
	box-shadow: none;
}

.nexyro-order-addresses .woocommerce-column,
body.nexyro-order-received .woocommerce-customer-details .woocommerce-column {
	display: flex;
	flex-direction: column;
}

.nexyro-order-addresses address,
body.nexyro-order-received .woocommerce-customer-details address {
	flex: 1;
}

.nexyro-order-updates .woocommerce-OrderUpdates {
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.nexyro-order-updates .woocommerce-OrderUpdate {
	padding: 16px;
	border-radius: 16px;
	background: #f7f7f5;
	border: 1px solid rgba(24, 24, 27, 0.07);
}

@media (max-width: 782px) {
	.nexyro-thankyou {
		margin: 24px auto;
		padding: 0 14px;
	}

	.nexyro-postpay-hero,
	.nexyro-postpay-overview,
	.nexyro-view-order-meta,
	.nexyro-order-address-grid,
	body.nexyro-order-received .woocommerce-customer-details .addresses {
		grid-template-columns: 1fr;
	}

	.nexyro-postpay-hero {
		display: grid;
	}

	.nexyro-postpay-status {
		min-width: 0;
	}

	.nexyro-postpay-actions .button {
		width: 100%;
	}

	.nexyro-order-details table.shop_table th,
	.nexyro-order-details table.shop_table td,
	body.nexyro-order-received table.shop_table th,
	body.nexyro-order-received table.shop_table td {
		padding: 13px 12px;
		font-size: 0.95rem;
	}
}

/* Address hotfix: single shipping address and Iran-only customer UI */
.nexyro-account-addresses--single .woocommerce-Addresses,
.nexyro-account-addresses .nexyro-single-address-grid {
	display: grid;
	grid-template-columns: minmax(280px, 640px);
	justify-content: start;
	gap: 18px;
}

.nexyro-account-addresses--single .nexyro-account-section-header {
	max-width: 640px;
}

.woocommerce-account .nexyro-edit-account-grid {
	direction: rtl;
}

.woocommerce-account .nexyro-edit-account-grid .form-row-first {
	grid-column: 1;
}

.woocommerce-account .nexyro-edit-account-grid .form-row-last {
	grid-column: 2;
}

.nexyro-edit-address-form {
	max-width: 720px;
}

.nexyro-edit-address-form h2 {
	margin: 0 0 18px;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 900;
	color: var(--nexyro-charcoal);
}

.nexyro-edit-address-form .woocommerce-address-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.nexyro-edit-address-form .form-row-wide,
.nexyro-edit-address-form #shipping_address_1_field,
.nexyro-edit-address-form #shipping_address_2_field {
	grid-column: 1 / -1;
}

.nexyro-order-address-grid--single,
body.nexyro-order-received .woocommerce-customer-details .nexyro-order-address-grid--single {
	grid-template-columns: minmax(280px, 640px);
	justify-content: start;
}

.nexyro-order-addresses--single > h2 {
	max-width: 640px;
}

.woocommerce-account .nexyro-hidden-country-field,
.woocommerce-account input[type="hidden"].nexyro-hidden-country-field {
	display: none;
}

@media (max-width: 782px) {
	.nexyro-account-addresses--single .woocommerce-Addresses,
	.nexyro-account-addresses .nexyro-single-address-grid,
	.nexyro-edit-address-form .woocommerce-address-fields__field-wrapper,
	.nexyro-order-address-grid--single,
	body.nexyro-order-received .woocommerce-customer-details .nexyro-order-address-grid--single {
		grid-template-columns: 1fr;
	}

	.woocommerce-account .nexyro-edit-account-grid .form-row-first,
	.woocommerce-account .nexyro-edit-account-grid .form-row-last {
		grid-column: auto;
	}
}

@media (max-width: 520px) {
	.nexyro-scroll-video .scroll-feature-grid {
		display: grid !important;
		grid-auto-flow: row !important;
		bottom: 118px !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.nexyro-scroll-video .scroll-feature-grid .scroll-feature {
		grid-column: auto !important;
		grid-row: auto !important;
		min-height: 58px !important;
		padding: 8px 10px !important;
		width: 100% !important;
	}

	.nexyro-scroll-video .scroll-feature-grid .scroll-feature span {
		font-size: 0.68rem !important;
	}

	.nexyro-scroll-video .scroll-feature-grid .scroll-feature strong {
		font-size: 0.76rem !important;
		line-height: 1.45 !important;
	}

	.nexyro-scroll-video .scroll-video-actions {
		bottom: auto !important;
		flex-direction: row !important;
		gap: 8px !important;
		top: 292px !important;
	}

	.nexyro-scroll-video .scroll-video-actions .nexyro-button {
		min-height: 42px;
		min-width: 0;
		padding: 9px 12px;
		width: auto !important;
	}
}

/* Account + address Persian UX sprint */
.woocommerce-account .nexyro-edit-account-form input,
.woocommerce-account .nexyro-edit-address-form input,
.woocommerce-account .nexyro-edit-address-form select,
.woocommerce-account .nexyro-edit-address-form textarea {
	text-align: right;
}

.woocommerce-account .nexyro-password-panel--define {
	background: #fff;
	border-color: rgba(229, 111, 45, 0.24);
	box-shadow: 0 14px 36px rgba(19, 19, 22, 0.06);
}

.woocommerce-account .nexyro-password-panel__hint {
	margin: 0 0 14px;
}

.woocommerce-account .woocommerce form .password-input input.input-text {
	padding-right: 14px;
	padding-left: 50px;
}

.woocommerce-account .woocommerce form .show-password-input {
	left: 12px;
	right: auto;
	inset-inline-start: 12px;
	inset-inline-end: auto;
}

.woocommerce-account .nexyro-edit-address-form {
	max-width: 820px;
}

.woocommerce-account .nexyro-edit-address-form .woocommerce-address-fields__field-wrapper {
	display: block;
}

.woocommerce-account .nexyro-address-section {
	margin: 0 0 18px;
	padding: 18px;
	background: #fff;
	border: 1px solid var(--nexyro-border);
	border-radius: var(--nexyro-radius);
	box-shadow: 0 12px 30px rgba(19, 19, 22, 0.05);
}

.woocommerce-account .nexyro-address-section header {
	margin-bottom: 14px;
}

.woocommerce-account .nexyro-address-section h3 {
	margin: 0;
	color: var(--nexyro-charcoal);
	font-size: 1.05rem;
	font-weight: 900;
}

.woocommerce-account .nexyro-address-section p {
	margin: 6px 0 0;
	color: var(--nexyro-muted);
	font-size: 0.9rem;
	line-height: 1.8;
}

.woocommerce-account .nexyro-address-section__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.woocommerce-account .nexyro-address-section__grid .form-row {
	float: none;
	width: auto;
	margin: 0;
}

.woocommerce-account .nexyro-address-section__grid #shipping_first_name_field,
.woocommerce-account .nexyro-address-section__grid #shipping_state_field {
	grid-column: 1;
}

.woocommerce-account .nexyro-address-section__grid #shipping_last_name_field,
.woocommerce-account .nexyro-address-section__grid #shipping_city_field {
	grid-column: 2;
}

.woocommerce-account .nexyro-address-section__grid #shipping_phone_field,
.woocommerce-account .nexyro-address-section__grid #shipping_address_1_field,
.woocommerce-account .nexyro-address-section__grid #shipping_address_2_field,
.woocommerce-account .nexyro-address-section__grid #shipping_postcode_field {
	grid-column: 1 / -1;
}

.woocommerce-account .nexyro-address-section select:disabled {
	cursor: not-allowed;
	color: var(--nexyro-muted);
	background: #f2f2f3;
}

.woocommerce-account .nexyro-edit-address-submit {
	margin: 20px 0 0;
}

@media (max-width: 782px) {
	.woocommerce-account .nexyro-address-section {
		padding: 15px;
	}

	.woocommerce-account .nexyro-address-section__grid {
		grid-template-columns: 1fr;
	}

	.woocommerce-account .nexyro-address-section__grid #shipping_first_name_field,
	.woocommerce-account .nexyro-address-section__grid #shipping_last_name_field,
	.woocommerce-account .nexyro-address-section__grid #shipping_state_field,
	.woocommerce-account .nexyro-address-section__grid #shipping_city_field,
	.woocommerce-account .nexyro-address-section__grid #shipping_phone_field,
	.woocommerce-account .nexyro-address-section__grid #shipping_address_1_field,
	.woocommerce-account .nexyro-address-section__grid #shipping_address_2_field,
	.woocommerce-account .nexyro-address-section__grid #shipping_postcode_field {
		grid-column: auto;
	}
}


/* Product gallery lightbox */
.nexyro-product-gallery__main {
	cursor: zoom-in;
}

.nexyro-gallery-lightbox-open {
	overflow: hidden;
}

.nexyro-gallery-lightbox {
	align-items: center;
	background: rgba(18, 18, 19, 0.88);
	display: none;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 99999;
}

.nexyro-gallery-lightbox.is-open {
	display: flex;
}

.nexyro-gallery-lightbox__image {
	background: #f8f8f6;
	border-radius: 18px;
	box-shadow: 0 32px 80px rgba(0, 0, 0, 0.32);
	max-height: min(88vh, 980px);
	max-width: min(92vw, 1100px);
	object-fit: contain;
}

.nexyro-gallery-lightbox__close {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border: 0;
	border-radius: 999px;
	color: #161616;
	cursor: pointer;
	display: inline-flex;
	font-size: 28px;
	height: 44px;
	justify-content: center;
	line-height: 1;
	position: fixed;
	right: 22px;
	top: 22px;
	width: 44px;
}

.nexyro-gallery-lightbox__close:focus-visible {
	outline: 3px solid #ff6a2a;
	outline-offset: 3px;
}

@media (max-width: 640px) {
	.nexyro-gallery-lightbox {
		padding: 14px;
	}

	.nexyro-gallery-lightbox__image {
		border-radius: 14px;
		max-height: 84vh;
		max-width: 94vw;
	}

	.nexyro-gallery-lightbox__close {
		right: 14px;
		top: 14px;
	}
}


/* Nexyro visual identity system */
body {
	background: var(--nexyro-paper);
	color: var(--nexyro-ink);
	font-weight: 400;
	line-height: 1.86;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--nexyro-ink);
	font-weight: 800;
	line-height: 1.24;
	letter-spacing: 0;
}

p,
li,
small {
	letter-spacing: 0;
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
	outline: 3px solid color-mix(in srgb, var(--nexyro-accent-blue) 58%, transparent);
	outline-offset: 3px;
}

:where(input, select, textarea) {
	border-color: var(--nexyro-border);
	color: var(--nexyro-ink);
}

:where(input, select, textarea):focus {
	border-color: var(--nexyro-accent-blue);
	box-shadow: 0 0 0 4px color-mix(in srgb, var(--nexyro-accent-blue) 13%, transparent);
}

.site-header {
	background: rgba(18, 19, 20, 0.96);
	border-bottom-color: rgba(255, 255, 255, 0.1);
}

.site-header__inner {
	min-height: 72px;
}

.primary-menu a,
.nexyro-account-link,
.nexyro-cart-link {
	font-weight: 600;
}

.nexyro-button,
button.button,
a.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
input[type="submit"],
.wc-block-components-button,
.wp-element-button {
	border-radius: var(--nexyro-radius-pill);
	font-weight: 700;
	min-height: 46px;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.nexyro-button--primary,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.single_add_to_cart_button,
.checkout-button,
.wc-block-components-button:not(.is-link),
.wp-element-button {
	background: var(--nexyro-orange);
	border-color: var(--nexyro-orange);
	color: #fff;
	box-shadow: 0 10px 22px rgba(242, 107, 42, 0.18);
}

.nexyro-button--primary:hover,
.nexyro-button--primary:focus,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
.wc-block-components-button:not(.is-link):hover,
.wp-element-button:hover {
	background: var(--nexyro-orange-dark);
	border-color: var(--nexyro-orange-dark);
	color: #fff;
	box-shadow: 0 12px 26px rgba(201, 79, 21, 0.22);
}

.nexyro-button--secondary,
.woocommerce a.button:not(.alt),
.woocommerce button.button:not(.alt),
.woocommerce input.button:not(.alt) {
	background: rgba(32, 35, 38, 0.06);
	border-color: rgba(32, 35, 38, 0.08);
	color: var(--nexyro-ink);
}

.nexyro-button--secondary:hover,
.nexyro-button--secondary:focus,
.woocommerce a.button:not(.alt):hover,
.woocommerce button.button:not(.alt):hover,
.woocommerce input.button:not(.alt):hover {
	background: rgba(32, 35, 38, 0.1);
	border-color: rgba(32, 35, 38, 0.14);
	color: var(--nexyro-ink);
}

.home-hero,
.site-footer {
	background: var(--nexyro-surface-dark);
}

.home-hero__title {
	font-size: clamp(1.9rem, 4.2vw, 3.65rem);
	font-weight: 800;
	line-height: 1.22;
}

.home-hero__description,
.home-hero__trust-row span,
.site-footer,
.site-footer a {
	color: rgba(245, 245, 243, 0.78);
}

.home-hero__brand,
.section-heading__eyebrow,
.nexyro-product-eyebrow,
.nexyro-product-meta__label {
	color: var(--nexyro-orange);
	font-weight: 800;
}

.use-case-card,
.why-card,
.faq-item,
.entry-card,
.nexyro-cart-item,
.nexyro-cart-summary,
.nexyro-cart-shipping-progress,
.nexyro-cart-account-note,
.nexyro-cart-coupon,
.nexyro-product-summary,
.nexyro-product-gallery__main,
.nexyro-product-attributes,
.nexyro-product-content,
.nexyro-trust-hero,
.nexyro-trust-card,
.nexyro-trust-section,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
	background: var(--nexyro-panel);
	border: 1px solid rgba(226, 221, 213, 0.72);
	border-radius: var(--nexyro-radius-card);
	box-shadow: var(--nexyro-shadow-soft);
}

.nexyro-product-title {
	font-size: clamp(2rem, 3.6vw, 3.65rem);
	font-weight: 800;
	line-height: 1.14;
}

.nexyro-product-price,
.price,
.woocommerce-Price-amount,
.nexyro-cart-summary__total,
.order-total {
	font-weight: 800;
}

.use-case-card p,
.why-card p,
.faq-item p,
.nexyro-product-content,
.nexyro-product-attributes,
.nexyro-cart-summary__head p {
	color: var(--nexyro-muted);
	line-height: 1.9;
}

.use-case-card__icon,
.why-card__mark {
	background: rgba(242, 107, 42, 0.1);
	color: var(--nexyro-orange-dark);
}

.woocommerce-error,
.wc-block-components-validation-error,
.nexyro-form-error {
	color: var(--nexyro-error);
}

.woocommerce-message,
.woocommerce-info {
	border-top-color: var(--nexyro-orange);
}

@media (max-width: 640px) {
	body {
		font-size: 15.5px;
		line-height: 1.82;
	}

	.home-hero__title,
	.nexyro-product-title,
	.use-cases-section__heading h2,
	.section-heading h2,
	.faq-section h2,
	.nexyro-product-attributes h2,
	.nexyro-cart-page__header h1 {
		line-height: 1.25;
	}

	.nexyro-button,
	button.button,
	a.button,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	input[type="submit"],
	.wc-block-components-button,
	.wp-element-button {
		min-height: 48px;
	}
}

/* Product cinematic containment and readable Persian title. */
body.single-product .nexyro-product-cinematic {
	margin-inline: 0;
	max-width: 100%;
	width: 100%;
}

body.single-product .nexyro-product-cinematic h1 {
	font-size: 3.2rem;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

@media (max-width: 900px) {
	body.single-product .nexyro-product-cinematic h1 {
		font-size: 2.4rem;
	}
}

@media (max-width: 560px) {
	body.single-product .nexyro-product-cinematic h1 {
		font-size: 2rem;
	}
}
