@font-face {
	font-family: "IRANSans";
	src:
		url("../fonts/Iransans/woff2/IRANSansWeb.woff2") format("woff2"),
		url("../fonts/Iransans/woff/IRANSansWeb.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "IRANSans";
	src:
		url("../fonts/Iransans/woff2/IRANSansWeb_Medium.woff2") format("woff2"),
		url("../fonts/Iransans/woff/IRANSansWeb_Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "IRANSans";
	src:
		url("../fonts/Iransans/woff2/IRANSansWeb_Bold.woff2") format("woff2"),
		url("../fonts/Iransans/woff/IRANSansWeb_Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "IRANYekan";
	src:
		url("../fonts/yekan/woff2/IRANYekanWebRegular.woff2") format("woff2"),
		url("../fonts/yekan/woff/IRANYekanWebRegular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "IRANYekan";
	src:
		url("../fonts/yekan/woff2/IRANYekanWebBold.woff2") format("woff2"),
		url("../fonts/yekan/woff/IRANYekanWebBold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "IRANYekan";
	src:
		url("../fonts/yekan/woff2/IRANYekanWebExtraBold.woff2") format("woff2"),
		url("../fonts/yekan/woff/IRANYekanWebExtraBold.woff") format("woff");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

:root {
	color-scheme: light;
	--alphard-color-text: #112313;
	--alphard-color-text-soft: #426145;
	--alphard-color-muted: #6b7b6d;
	--alphard-color-border: rgba(17, 35, 19, 0.1);
	--alphard-color-surface: #ffffff;
	--alphard-color-surface-alt: #f4fbf3;
	--alphard-color-background: #edf5ed;
	--alphard-color-background-strong: #0b140c;
	--alphard-color-accent: #1ace00;
	--alphard-color-accent-strong: #109b00;
	--alphard-color-contrast: #ffffff;
	--alphard-shadow-soft: 0 8px 20px rgba(8, 20, 9, 0.08);
	--alphard-shadow-strong: 0 30px 80px rgba(7, 16, 8, 0.22);
	--alphard-radius-sm: 1rem;
	--alphard-radius-md: 1.5rem;
	--alphard-radius-lg: 2rem;
	--alphard-container-width: 1240px;
	--alphard-header-overlay-offset: 8.5rem;
	--alphard-space-2: 0.5rem;
	--alphard-space-3: 0.75rem;
	--alphard-space-4: 1rem;
	--alphard-space-5: 1.25rem;
	--alphard-space-6: 1.5rem;
	--alphard-space-8: 2rem;
	--alphard-space-10: 2.5rem;
	--alphard-space-12: 3rem;
	--alphard-space-16: 4rem;
}

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

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	color: var(--alphard-color-text);
	background: var(--alphard-color-background);
	font-family: "IRANSans", Tahoma, sans-serif;
	line-height: 1.6;
	letter-spacing: -0.01em;
	overflow-x: hidden;
}

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

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

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

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

.container {
	width: min(100% - 2rem, var(--alphard-container-width));
	margin-inline: auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 80;
	padding-top: var(--alphard-space-3);
	border-bottom: 0;
	box-shadow: none;
	background: transparent;
	backdrop-filter: none;
}

.site-footer {
	margin-top: calc(var(--alphard-space-12) / 3);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	border-top-left-radius: 45px;
	border-top-right-radius: 45px;
	padding: var(--alphard-space-12) 0 var(--alphard-space-6);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)), radial-gradient(circle at top right, rgba(26, 206, 0, 0.7), transparent 10%), rgba(8, 14, 9, 0.94);
	color: var(--alphard-color-contrast);
	backdrop-filter: blur(24px) saturate(135%);
	-webkit-backdrop-filter: blur(24px) saturate(135%);
}

.site-footer .container {
	padding: 1.25rem 1.15rem 1rem;

}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.9rem;
	padding: 0.68rem 0.92rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
		rgba(8, 15, 9, 0.72);
	backdrop-filter: blur(22px) saturate(140%);
	box-shadow:
		0 18px 46px rgba(0, 0, 0, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-header__mobile-controls,
.site-header__mobile-cta-wrap {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}

.site-header__mobile-cta-wrap {
	gap: 0.45rem;
}

.site-branding {
	display: flex;
	align-items: center;
	gap: 0;
	flex: 0 0 auto;
}

.site-branding__logo-link {
	display: inline-flex;
	align-items: center;
}

.site-branding__logo-image,
.custom-logo {
	display: block;
	width: auto;
	height: 2.55rem;
	max-width: 8.4rem;
	object-fit: contain;
}

.site-branding__logo-image--white {
	height: 2.2rem;
	max-width: 6.3rem;
}

body:not(.home) .site-branding__logo,
body:not(.home) .custom-logo-link,
body:not(.home) .site-branding__logo-link {
	display: inline-flex;
	align-items: center;
	max-height: 2.55rem;
	overflow: hidden;
}

body:not(.home) .site-branding__logo-image,
body:not(.home) .custom-logo {
	height: 2.55rem;
	max-width: 8rem;
}

.site-branding__text {
	display: none;
}

.site-title,
.site-description,
.primary-menu,
.footer-menu,
.site-footer__credit {
	margin: 0;
	padding: 0;
}

.site-title {
	display: none;
}

.site-description,
.site-footer__credit {
	color: var(--alphard-color-muted);
}

.primary-menu,
.footer-menu {
	list-style: none;
	gap: var(--alphard-space-4);
	flex-wrap: wrap;
}

.primary-navigation {
	display: none;
	min-width: 0;
	flex: 1 1 auto;
}

.primary-menu {
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}

.primary-menu a,
.footer-menu a {
	transition: color 0.2s ease;
}

.primary-menu a:hover,
.footer-menu a:hover {
	color: var(--alphard-color-accent-strong);
}

.site-main {
	padding: 0 0 var(--alphard-space-16);
	margin-top: 2rem;
}

.home .site-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
}

.home .site-main {
	padding-top: 0;
	margin-top: 0;
}

.home .page-builder--flexible > .component-hero:first-child {
	margin-top: calc(-1 * var(--alphard-header-overlay-offset));
	padding-top: calc(var(--alphard-space-12) + var(--alphard-header-overlay-offset) + 0.1rem);
}

.home .page-builder--flexible > .component-hero--banner:first-child {
	margin-top: 0;
	padding-top: 0;
}

.site-header__desktop-actions,
.site-footer__actions {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: var(--alphard-space-3);
}

.site-header__desktop-actions {
	flex: 0 0 auto;
	justify-content: flex-end;
	margin-inline-start: auto;
}

.site-header__cta,
.site-header__menu-toggle,
.site-footer__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.85rem 1.2rem;
	border-radius: 999px;
	font-weight: 700;
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-header__cta,
.site-footer__button--primary {
	background: var(--alphard-color-accent);
	color: #081208;
}

.site-header__icon-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.88);
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.site-header__icon-link svg {
	width: 1.15rem;
	height: 1.15rem;
}

.site-header__theme-toggle {
	overflow: hidden;
}

.site-header__theme-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	inset: 0;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-header__theme-icon--moon {
	opacity: 0;
	transform: scale(0.72);
}

html[data-theme="dark"] .site-header__theme-icon--sun {
	opacity: 0;
	transform: scale(0.72);
}

html[data-theme="dark"] .site-header__theme-icon--moon {
	opacity: 1;
	transform: scale(1);
}

.site-header__search {
	position: relative;
	flex: 0 0 auto;
}

.primary-navigation__mega {
	position: relative;
	flex: 0 0 auto;
}

.primary-navigation__mega-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	min-height: auto;
	padding: 0.42rem 0.6rem;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: rgb(255, 255, 255);
	font: inherit;
	font-size: 0.9rem;
	font-weight: 600;
	cursor: pointer;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.primary-navigation__mega-toggle:hover,
.primary-navigation__mega:hover .primary-navigation__mega-toggle,
.primary-navigation__mega:focus-within .primary-navigation__mega-toggle,
.primary-navigation__mega.is-open .primary-navigation__mega-toggle {
	color: var(--alphard-color-accent);
	background: rgba(255, 255, 255, 0.06);
}

.primary-navigation__mega-panel {
	position: absolute;
	top: calc(100% + 0.12rem);
	right: 0;
	width: min(44rem, calc(100vw - 4rem));
	padding: 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 1.25rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.06), transparent 40%),
		rgba(8, 15, 9, 0.94);
	backdrop-filter: blur(18px) saturate(135%);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
	z-index: 90;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	pointer-events: none;
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.primary-navigation__mega::after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	height: 0.9rem;
}

.primary-navigation__mega:hover .primary-navigation__mega-panel,
.primary-navigation__mega:focus-within .primary-navigation__mega-panel,
.primary-navigation__mega.is-open .primary-navigation__mega-panel {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.primary-navigation__mega-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.7fr);
	gap: 0.8rem;
}

.primary-navigation__mega-nav,
.primary-navigation__mega-content {
	display: grid;
}

.primary-navigation__mega-nav {
	gap: 0.28rem;
	padding: 0.3rem;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 1rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
		rgba(255, 255, 255, 0.015);
}

.primary-navigation__mega-tab {
	display: inline-flex;
	align-items: center;
	width: 100%;
	min-height: 2.55rem;
	padding: 0.55rem 0.8rem;
	border: 0;
	border-radius: 0.85rem;
	background: transparent;
	color: rgba(255, 255, 255, 0.82);
	font: inherit;
	font-size: 0.9rem;
	font-weight: 700;
	text-align: right;
	cursor: pointer;
	transition: color 0.18s ease, background-color 0.18s ease;
}

.primary-navigation__mega-tab:hover,
.primary-navigation__mega-tab.is-active {
	color: var(--alphard-color-accent);
	background: rgba(255, 255, 255, 0.04);
}

.primary-navigation__mega-content {
	min-height: 100%;
}

.primary-navigation__mega-section {
	display: none;
	height: 100%;
	padding: 0.85rem 0.95rem 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 1rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
		rgba(255, 255, 255, 0.015);
}

.primary-navigation__mega-section.is-active {
	display: grid;
	align-content: start;
	gap: 0.55rem;
}

.primary-navigation__mega-parent {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	color: #ffffff;
	font-weight: 800;
	font-size: 0.95rem;
	line-height: 1.4;
}

.primary-navigation__mega-parent::before {
	content: "";
	display: block;
	width: 0.22rem;
	height: 1.1rem;
	border-radius: 999px;
	background: linear-gradient(180deg, #5cff44 0%, #1ace00 100%);
	box-shadow: 0 0 10px rgba(26, 206, 0, 0.28);
}

.primary-navigation__mega-children {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.2rem 0.8rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-navigation__mega-children a {
	display: flex;
	align-items: center;
	min-height: 1.85rem;
	padding: 0.18rem 0;
	border-radius: 0.65rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.84rem;
	font-weight: 600;
	transition: color 0.2s ease, background 0.2s ease;
}

.primary-navigation__mega-children a:hover {
	color: #ffffff;
	background: transparent;
}

.site-header__search-panel {
	position: absolute;
	top: calc(100% + 0.7rem);
	left: 0;
	width: min(22rem, 72vw);
	padding: 0.7rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 1.2rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
		rgba(8, 15, 9, 0.92);
	backdrop-filter: blur(22px) saturate(140%);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
}

.site-header__search-form,
.site-header__mobile-search-form {
	display: flex;
	align-items: center;
	gap: 0.55rem;
}

.site-header__search-input,
.site-header__mobile-search-input {
	width: 100%;
	min-width: 0;
	height: 2.9rem;
	padding: 0 1rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.92);
	font: inherit;
}

.site-header__search-input::placeholder,
.site-header__mobile-search-input::placeholder {
	color: rgba(255, 255, 255, 0.54);
}

.site-header__search-input:focus,
.site-header__mobile-search-input:focus {
	outline: none;
	border-color: rgba(26, 206, 0, 0.52);
	box-shadow: 0 0 0 3px rgba(26, 206, 0, 0.14);
}

.site-header__search-submit,
.site-header__mobile-search-submit {
	height: 2.9rem;
	padding: 0 1rem;
	border: 0;
	border-radius: 999px;
	background: var(--alphard-color-accent);
	color: #071008;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
	flex: 0 0 auto;
}

.site-header__mobile-theme-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 3rem;
	padding: 0.76rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.045);
	color: rgba(255, 255, 255, 0.9);
	font: inherit;
	font-weight: 800;
	cursor: pointer;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.site-header__mobile-theme-toggle:hover {
	border-color: rgba(26, 206, 0, 0.28);
	background: rgba(26, 206, 0, 0.08);
	color: #ffffff;
}

.site-header__mobile-theme-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--alphard-color-accent);
}

.site-header__mobile-theme-icon svg {
	width: 1.05rem;
	height: 1.05rem;
}

.site-header__icon-badge {
	position: absolute;
	top: -0.2rem;
	left: -0.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.2rem;
	height: 1.2rem;
	padding-inline: 0.22rem;
	border-radius: 999px;
	background: var(--alphard-color-accent);
	color: #041004;
	font-size: 0.7rem;
	font-weight: 800;
}

.site-header__menu-toggle {
	width: 3rem;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.05);
	color: var(--alphard-color-text);
	flex-direction: column;
	gap: 0.26rem;
	cursor: pointer;
}

.site-header__menu-toggle-line {
	width: 1rem;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
}

.site-header__mobile-panel {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 120;
	width: min(86vw, 22rem);
	margin-top: 0;
	padding: 1.6rem 0.9rem 1rem;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1.5rem 0 0 1.5rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
		rgba(8, 15, 9, 0.92);
	backdrop-filter: blur(22px) saturate(140%);
	box-shadow: -16px 0 42px rgba(0, 0, 0, 0.24);
	transform: translateX(104%);
	transition: transform 220ms ease;
	overflow-y: auto;
}

.site-header__mobile-panel.is-open {
	transform: translateX(0);
}

.site-header__mobile-overlay {
	position: fixed;
	inset: 0;
	z-index: 110;
	background: rgba(2, 7, 3, 0.46);
	opacity: 0;
	transition: opacity 220ms ease;
}

.site-header__mobile-overlay.is-open {
	opacity: 1;
}

.site-header__mobile-navigation {
	display: block;
}

.site-header__mobile-panel-inner {
	display: grid;
	gap: 1rem;
}

.site-header__mobile-column {
	min-width: 0;
}

.site-header__mobile-tabs {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.28rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
}

.site-header__mobile-tab {
	flex: 1 1 0;
	min-height: 2.7rem;
	padding: 0.62rem 0.8rem;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: rgba(255, 255, 255, 0.72);
	font: inherit;
	font-weight: 800;
	cursor: pointer;
	transition: color 0.2s ease, background 0.2s ease;
}

.site-header__mobile-tab.is-active {
	color: var(--alphard-color-accent);
	background: rgba(255, 255, 255, 0.06);
}

.site-header__mobile-tab-panels {
	display: grid;
	min-width: 0;
}

.site-header__mobile-column {
	display: none;
}

.site-header__mobile-column.is-active {
	display: block;
}

.mobile-menu {
	display: grid;
	gap: 0.3rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-menu a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 3rem;
	padding: 0.9rem 1rem;
	border-radius: 1rem;
	color: rgba(255, 255, 255, 0.88);
	background: rgba(255, 255, 255, 0.04);
}

.site-header__mobile-categories {
	display: grid;
	gap: 0.45rem;
	min-width: 0;
}

.site-header__mobile-category-item {
	display: grid;
	gap: 0.35rem;
}

.site-header__mobile-category-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 3rem;
	padding: 0.9rem 1rem;
	border: 0;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.9);
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.site-header__mobile-category-label {
	min-width: 0;
}

.site-header__mobile-category-arrow {
	position: relative;
	display: inline-grid;
	place-items: center;
	flex: 0 0 1.75rem;
	width: 1.75rem;
	height: 1.75rem;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.055);
	color: rgba(255, 255, 255, 0.74);
	transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.site-header__mobile-category-arrow::before,
.site-header__mobile-category-arrow::after {
	content: "";
	position: absolute;
	inset: 50% auto auto 50%;
	width: 0.62rem;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transform: translate(-50%, -50%);
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.site-header__mobile-category-arrow::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.site-header__mobile-category-toggle[aria-expanded="true"] .site-header__mobile-category-arrow {
	border-color: rgba(26, 206, 0, 0.3);
	background: rgba(26, 206, 0, 0.12);
	color: var(--alphard-color-accent);
}

.site-header__mobile-category-toggle[aria-expanded="true"] .site-header__mobile-category-arrow::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg) scaleX(0.25);
}

.site-header__mobile-category-children {
	display: grid;
	gap: 0.16rem;
	margin: 0;
	padding: 0.12rem 0 0 0;
	list-style: none;
}

.site-header__mobile-category-children[hidden] {
	display: none;
}

.site-header__mobile-category-children a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 2.4rem;
	padding: 0.45rem 1rem 0.45rem 0.9rem;
	border-radius: 0.8rem;
	color: rgba(255, 255, 255, 0.8);
	background: rgba(255, 255, 255, 0.025);
	font-size: 0.88rem;
}

.site-header__mobile-category-children a::before {
	content: "-";
	margin-left: 0.45rem;
	color: var(--alphard-color-accent);
}

.site-header__mobile-category-children a:hover {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.045);
}

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

.site-header__cta--mobile {
	min-height: 2.8rem;
	padding: 0.72rem 0.9rem;
	font-size: 0.88rem;
	white-space: nowrap;
}

.site-header__inner {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
		rgba(5, 15, 7, 0.8);
	border-color: rgba(255, 255, 255, 0.08);
}

.primary-menu a,
.site-header__icon-link,
.site-header__menu-toggle,
.mobile-menu a {
	color: rgba(255, 255, 255, 0.86);
}

body:not(.home) .primary-menu a,
body:not(.home) .mobile-menu a {
	color: rgba(255, 255, 255, 0.9);
}

body:not(.home) .primary-menu .current-menu-item > a,
body:not(.home) .primary-menu .current-menu-ancestor > a,
body:not(.home) .primary-menu .current_page_item > a,
body:not(.home) .mobile-menu .current-menu-item > a,
body:not(.home) .mobile-menu .current-menu-ancestor > a,
body:not(.home) .mobile-menu .current_page_item > a {
	color: var(--alphard-color-accent);
}

.primary-menu a:hover,
.mobile-menu a:hover {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.06);
}

.site-header__cta:hover,
.site-header__icon-link:hover,
.site-header__menu-toggle:hover,
.site-footer__button:hover {
	transform: translateY(-2px);
}

.content-entry {
	padding: var(--alphard-space-8);
	background: var(--alphard-color-surface);
	border: 1px solid var(--alphard-color-border);
	border-radius: var(--alphard-radius-md);
	box-shadow: var(--alphard-shadow-soft);
}

.woocommerce-account .content-entry {
	padding: 2rem 0 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.woocommerce-account .entry-title,
.woocommerce-account .page-title,
.woocommerce-account .woocommerce-account .page-title,
.woocommerce-account .woocommerce-MyAccount-content > h2,
.woocommerce-account .woocommerce-MyAccount-content > h3 {
	display: none;
}

.content-entry + .content-entry,
.content-entry + .navigation {
	margin-top: var(--alphard-space-6);
}

.page-builder--flexible {
	display: grid;
	gap: var(--alphard-space-12);
}

.page-builder--flexible > .component {
	min-width: 0;
	width: 100%;
	max-width: 100%;
}

.home .page-builder--flexible > .component:not(:first-child) {
	content-visibility: auto;
	contain-intrinsic-size: 720px;
}

.home .page-builder--flexible > .component-trust,
.home .page-builder--flexible > .component-instagram-join {
	content-visibility: visible;
	contain-intrinsic-size: auto;
}

.component {
	position: relative;
}

.component-section-title--center {
	text-align: center;
}

.component-hero__eyebrow,
.component-cta-box__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: var(--alphard-space-2);
	margin: 0 0 var(--alphard-space-4);
	padding: 0.45rem 0.9rem;
	border-radius: 999px;
	background: rgba(26, 206, 0, 0.1);
	color: var(--alphard-color-accent-strong);
	font-size: 0.875rem;
	font-weight: 700;
}

.component-section-title {
	display: grid;
	gap: 0.8rem;
}

.component-section-title__eyebrow {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: none;
	color: #0e8f12;
	font-size: 0.84rem;
	font-weight: 800;
}

.component-section-title__eyebrow::before {
	content: "";
	width: 2.5rem;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--alphard-color-accent), rgba(26, 206, 0, 0.18));
	box-shadow: 0 0 18px rgba(26, 206, 0, 0.22);
}

.component-section-title__title {
	margin: 0;
	font-size: clamp(1.7rem, 4vw, 2.2rem);
	line-height: 1.08;
	font-weight: 900;
	font-family: "IRANYekan", "IRANSans", sans-serif;
	max-width: 34rem;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

.component-hero__title,
.component-cta-box__title {
	margin: 0;
	font-size: clamp(1.5rem, 3vw, 2rem);
	line-height: 1.18;
	font-weight: 900;
	font-family: "IRANYekan", "IRANSans", sans-serif;
}

.component-hero__title {
	margin: 0;
	font-size: clamp(2rem, 7vw, 4.5rem);
	line-height: 1.05;
	font-weight: 900;
	font-family: "IRANYekan", "IRANSans", sans-serif;
}

.component-section-title__subtitle,
.component-hero__subtitle,
.component-cta-box__description,
.component-text-section__content,
.component-image-text__body,
.component-product-showcase__description {
	color: var(--alphard-color-text-soft);
}

.component-section-title__subtitle {
	margin: var(--alphard-space-3) 0 0;
	max-width: 42rem;
}

.component-hero {
	overflow: hidden;
	overflow-anchor: none;
	padding: calc(var(--alphard-space-16) + 3.75rem) 0 0.85rem;
	background:
		var(--alphard-hero-image, none),
		radial-gradient(circle at 50% 0, rgba(26, 206, 0, 0.22), transparent 34%),
		linear-gradient(135deg, rgba(6, 10, 7, 0.97), rgba(10, 24, 12, 0.86));
	color: var(--alphard-color-contrast);
	background-size: cover;
	background-position: center;
	border-radius: 0 0 var(--alphard-radius-lg) var(--alphard-radius-lg);
}

.component-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.05), transparent 18%),
		radial-gradient(circle at 82% 30%, rgba(26, 206, 0, 0.12), transparent 20%);
	pointer-events: none;
}

.component-hero__stage {
	position: relative;
	z-index: 1;
	display: grid;
	gap: var(--alphard-space-6);
	overflow-anchor: none;
	min-width: 0;
}

.component-hero__nav {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(8, 15, 10, 0.28);
	color: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(14px);
	box-shadow: 0 10px 24px rgba(4, 10, 5, 0.18);
	transform: translateY(-50%);
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.component-hero__nav:hover {
	transform: translateY(calc(-50% - 2px));
	background: rgba(17, 30, 19, 0.42);
	border-color: rgba(26, 206, 0, 0.34);
}

.component-hero__nav:focus-visible {
	outline: 2px solid rgba(26, 206, 0, 0.55);
	outline-offset: 3px;
}

.component-hero__nav span {
	font-size: 1.45rem;
	line-height: 1;
	transform: translateY(-1px);
}

.component-hero__nav--prev {
	left: 0.35rem;
}

.component-hero__nav--next {
	right: 0.35rem;
}

.component-hero__slides {
	position: relative;
	min-height: calc(40rem - 15px);
	height: calc(40rem - 15px);
	overflow: hidden;
	overflow-anchor: none;
	min-width: 0;
}

.component-hero__slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: grid;
	gap: var(--alphard-space-6);
	align-items: start;
	align-content: start;
	opacity: 0;
	transform: translateX(4%);
	transition: opacity 0.45s ease, transform 0.55s ease;
	pointer-events: none;
	overflow-anchor: none;
	min-width: 0;
}

.component-hero__slide.is-active {
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
}

.component-hero--banner {
	padding: calc(var(--alphard-space-10) + 4.25rem) 0 0.45rem;
	background: transparent;
	color: var(--alphard-color-text);
	border-radius: 0;
}

.component-hero--banner::after {
	display: none;
}

.component-hero--banner .component-hero__stage {
	gap: 0.45rem;
}

.component-hero--banner .component-hero__slides {
	height: auto;
	min-height: 0;
	aspect-ratio: 1672 / 822;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	overflow: visible;
}

.component-hero--banner .component-hero__slide {
	display: block;
	gap: 0;
	align-items: stretch;
	align-content: stretch;
	transform: translateX(2%);
}

.component-hero--banner .component-hero__banner-link {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.component-hero--banner .component-hero__banner-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	border-radius: 12px;
}

.component-hero--banner .component-hero__pagination {
	position: static;
	margin-top: 0;
}

.component-hero--banner .component-hero__dot {
	background: rgba(17, 35, 19, 0.22);
}

html[data-theme="dark"] .component-hero--banner .component-hero__dot {
	background: rgba(255, 255, 255, 0.24);
}

.component-hero--banner .component-hero__dot.is-active {
	background: var(--alphard-color-accent);
}

.home .component-hero--banner {
	position: relative;
	width: 100vw;
	min-height: 90vh;
	margin: -1.6rem calc(50% - 50vw) 0;
	padding: 0;
	overflow: hidden;
}

.home .component-hero--banner .container {
	width: 100%;
	max-width: none;
	min-height: 90vh;
	margin: 0;
	padding: 0;
}

.home .component-hero--banner .component-hero__stage {
	position: relative;
	min-height: 90vh;
	gap: 0;
}

.home .component-hero--banner .component-hero__slides {
	width: 100%;
	height: 90vh;
	min-height: 38rem;
	aspect-ratio: auto;
	border-radius: 0;
	overflow: hidden;
}

.home .component-hero--banner .component-hero__banner-slide {
	height: 100%;
}

.home .component-hero--banner .component-hero__banner-link {
	height: 100%;
}

.home .component-hero--banner .component-hero__banner-image {
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: cover;
	object-position: center;
}

.home .component-hero--banner .component-hero__pagination {
	position: absolute;
	right: 0;
	bottom: clamp(1.25rem, 4vh, 2.5rem);
	left: 0;
	z-index: 3;
	margin-top: 0;
}

.component-hero__intro {
	display: grid;
	justify-items: center;
	text-align: center;
	max-width: 40rem;
	margin-inline: auto;
	min-height: 10rem;
	align-content: start;
	min-width: 0;
}

.component-hero__headline {
	margin: 0;
	max-width: 48rem;
	font-size: clamp(1.9rem, 4.9vw, 2.7rem);
	line-height: 1.16;
	font-weight: 900;
	font-family: "IRANYekan", "IRANSans", sans-serif;
	color: #ffffff;
	text-align: center;
	letter-spacing: -0.04em;
	text-wrap: balance;
	position: relative;
	top: -12px;
	margin-bottom: -12px;
	min-height: calc(1.16em * 2);
}

.component-hero__headline-text {
	display: inline-block;
}

.component-hero__headline.is-typing .component-hero__headline-text {
	border-inline-start: 2px solid rgba(255, 255, 255, 0.95);
	animation: alphard-hero-caret 0.75s step-end infinite;
}

.component-hero__eyebrow {
	display: none;
}

.component-hero__subtitle {
	margin: 0.9rem 0 0;
	max-width: 36rem;
	font-size: 1.02rem;
	color: rgba(255, 255, 255, 0.82);
}

.component-hero__content {
	margin-top: var(--alphard-space-4);
	max-width: 34rem;
	color: rgba(255, 255, 255, 0.76);
	text-align: center;
}

.component-hero__meta-badges {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.55rem;
	margin-top: 0.6rem;
	justify-content: center;
}

.component-hero__meta-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.42rem;
	padding: 0.48rem 0.9rem;
	border: 1px solid rgba(26, 206, 0, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.86rem;
	line-height: 1.5;
	backdrop-filter: blur(12px);
}

.component-hero__meta-badge--phone::before,
.component-hero__meta-badge--location::before {
	display: inline-block;
	font-size: 0.95em;
	line-height: 1;
}

.component-hero__meta-badge--phone::before {
	content: "☎";
}

.component-hero__meta-badge--location::before {
	content: "⌖";
}

.component-hero__slide--about .component-hero__headline {
	max-width: 43rem;
	font-size: clamp(1.56rem, 3.55vw, 2.62rem);
	line-height: 1.26;
	top: 0;
	margin-bottom: 0;
}

.component-hero__meta-badge--phone::before,
.component-hero__meta-badge--location::before {
	content: "";
	display: inline-block;
	width: 1rem;
	height: 1rem;
	flex: 0 0 1rem;
	background-color: var(--alphard-color-accent);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 0;
	line-height: 0;
}

.component-hero__meta-badge--phone::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.01-.24c1.12.37 2.32.56 3.58.56a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.3 21 3 13.7 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.26.19 2.46.56 3.58a1 1 0 0 1-.24 1.01l-2.2 2.2Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.01-.24c1.12.37 2.32.56 3.58.56a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.3 21 3 13.7 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.26.19 2.46.56 3.58a1 1 0 0 1-.24 1.01l-2.2 2.2Z'/%3E%3C/svg%3E");
}

.component-hero__meta-badge--location::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 22s7-6.18 7-13a7 7 0 1 0-14 0c0 6.82 7 13 7 13Zm0-9a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 22s7-6.18 7-13a7 7 0 1 0-14 0c0 6.82 7 13 7 13Zm0-9a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3C/svg%3E");
}

.component-hero__actions,
.component-cta-box__actions,
.component-installment__actions,
.component-product-card__actions {
	flex-wrap: wrap;
	gap: var(--alphard-space-3);
}

.component-hero__actions {
	justify-content: center;
	margin-top: 0;
}

.component-hero__actions--intro {
	margin-top: 1rem;
	gap: 0.65rem;
}

.component-hero__slide--intro-actions .component-hero__actions--intro {
	width: 100%;
	max-width: 100%;
}

.component-hero__actions--overlay {
	position: absolute;
	top: 1.25rem;
	left: 50%;
	z-index: 4;
	transform: translateX(-50%);
	gap: 0.65rem;
}

.component-hero__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	margin-top: 0.45rem;
}

.component-hero__dot {
	width: 0.72rem;
	height: 0.72rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.22);
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease, width 0.2s ease;
}

.component-hero__dot.is-active {
	width: 1.8rem;
	background: var(--alphard-color-accent);
}

.component-hero__dot:focus-visible {
	outline: 2px solid rgba(26, 206, 0, 0.55);
	outline-offset: 3px;
}

@keyframes alphard-hero-caret {
	0%,
	49% {
		border-color: rgba(255, 255, 255, 0.95);
	}

	50%,
	100% {
		border-color: transparent;
	}
}

.component-hero__visual {
	position: relative;
	min-height: 27rem;
	min-width: 0;
}

.component-hero__visual-shell {
	position: relative;
	min-height: 27rem;
	padding: 1.35rem 0 2rem;
	min-width: 0;
}

.component-hero__visual-lines {
	display: none;
}

.component-hero__visual-glow {
	position: absolute;
	inset: auto 21% 14% 21%;
	height: 5rem;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(26, 206, 0, 0.28), transparent 72%);
	filter: blur(18px);
	opacity: 0.68;
	pointer-events: none;
}

.component-hero__visual-stage {
	position: absolute;
	right: 18%;
	bottom: calc(5% + 40px);
	left: 18%;
	height: 2.75rem;
	border-radius: 50%;
	background:
		radial-gradient(circle at center, rgba(255, 255, 255, 0.12), transparent 58%),
		linear-gradient(180deg, rgba(17, 27, 19, 0.94), rgba(5, 11, 6, 0.98));
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.06),
		0 16px 34px rgba(0, 0, 0, 0.24);
}

.component-hero__visual-image {
	position: absolute;
	inset: 50% auto auto 50%;
	z-index: 2;
	transform: translate(-50%, -60%);
	display: block;
	width: min(85%, 42.5rem);
	max-width: 100%;
	max-height: 22rem;
	height: auto;
	object-fit: contain;
	filter: none;
}

.component-hero__slide--compact .component-hero__visual-image {
	width: min(77.5%, 31.2rem);
	max-height: 15.9rem;
	transform: translate(-50%, -44%);
}

.component-hero__slide--compact .component-hero__headline {
	max-width: 47rem;
	font-size: clamp(1.46rem, 3.35vw, 2.48rem);
	line-height: 1.22;
	margin-top: 10px;
}

.component-hero__slide--compact .component-hero__sale-timer {
	width: max-content;
	max-width: 100%;
}

.component-hero__sale-timer {
	margin-top: 1rem;
	margin-inline: auto;
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.06);
	justify-self: center;
	direction: rtl;
}

.component-hero__sale-timer .component-product-showcase__timer-item {
	color: rgba(255, 255, 255, 0.72);
}

.component-hero__sale-timer .component-product-showcase__timer-item strong {
	color: #ffffff;
}

.component-hero__slide--finance .component-hero__headline {
	max-width: 43rem;
	font-size: clamp(1.7rem, 4vw, 3.05rem);
}

.component-hero__slide--finance .component-hero__subtitle {
	max-width: 44rem;
	font-size: 0.98rem;
}

.component-hero__slide--finance .component-hero__visual-image {
	width: min(71%, 27.2rem);
	max-height: 13.9rem;
	transform: translate(-50%, -42%);
}

.component-hero__slide--finance .component-hero__visual-shell {
	min-height: 25.75rem;
	padding-bottom: 0;
}

.component-hero__slide--finance .component-hero__intro {
	padding-top: 0.85rem;
}

.component-hero__slide--compact .component-hero__action {
	min-height: 2.55rem;
	padding: 0.62rem 0.92rem;
	font-size: 0.9rem;
}

.component-hero__slide--compact .component-hero__visual-shell {
	min-height: 25.75rem;
	padding-bottom: 0;
	padding-top: 2.15rem;
}

.component-hero__visual-card {
	position: absolute;
	z-index: 3;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 9rem;
	gap: 0.35rem;
	padding: 0.9rem 1rem 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 1.1rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
	box-shadow: 0 18px 32px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(20px);
	text-align: center;
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.component-hero__visual-card-image {
	width: 3rem;
	height: 3rem;
	object-fit: cover;
	border-radius: 0;
	border: 0;
	background: transparent;
}

.component-hero__visual-card strong {
	display: block;
	font-size: 0.95rem;
	font-weight: 800;
	color: #ffffff;
}

.component-hero__visual-card-meta {
	display: block;
	font-size: 0.72rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.68);
}

.component-hero__visual-tags {
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
}

.component-hero__visual-tag {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 7rem;
	padding: 0.7rem 0.95rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
	color: #ffffff;
	font-size: 0.82rem;
	font-weight: 700;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(18px);
}

.component-hero__visual-tag.is-active {
	border-color: rgba(26, 206, 0, 0.28);
	background: linear-gradient(180deg, rgba(26, 206, 0, 0.18), rgba(26, 206, 0, 0.08));
	color: #b7ffaf;
}

.component-hero__slide:not(.component-hero__slide--compact):not(.component-hero__slide--finance) .component-hero__visual-tag {
	animation: alphard-hero-tag-float 3.8s ease-in-out infinite;
}

.component-hero__slide:not(.component-hero__slide--compact):not(.component-hero__slide--finance) .component-hero__visual-tag--2 {
	animation-delay: 0.3s;
}

.component-hero__slide:not(.component-hero__slide--compact):not(.component-hero__slide--finance) .component-hero__visual-tag--3 {
	animation-delay: 0.6s;
}

.component-hero__slide:not(.component-hero__slide--compact):not(.component-hero__slide--finance) .component-hero__visual-tag--4 {
	animation-delay: 0.9s;
}

.component-hero__visual-tag--1 {
	top: calc(12% - 40px);
	right: 9%;
}

.component-hero__visual-tag--2 {
	top: calc(18% - 40px);
	left: 10%;
}

.component-hero__visual-tag--3 {
	right: 6%;
	bottom: calc(16% + 40px);
}

.component-hero__visual-tag--4 {
	bottom: calc(12% + 40px);
	left: 7%;
}

.component-hero__visual-tag {
	line-height: 1;
}

.component-hero__visual-card--left {
	top: calc(30% - 40px);
	left: 2%;
}

.component-hero__visual-card--right {
	top: calc(32% - 40px);
	right: 2%;
}

.component-hero__slide:not(.component-hero__slide--compact):not(.component-hero__slide--finance) .component-hero__visual-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 24px 36px rgba(0, 0, 0, 0.24);
}

@keyframes alphard-hero-tag-float {
	0%,
	100% {
		transform: translateY(0);
		box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
	}

	50% {
		transform: translateY(-5px);
		box-shadow: 0 18px 28px rgba(0, 0, 0, 0.24);
	}
}

.component-hero__action,
.component-cta-box__action,
.component-product-showcase__cta,
.component-installment__action,
.component-product-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.85rem 1.2rem;
	border-radius: 999px;
	border: 1px solid transparent;
	font-weight: 800;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.component-hero__action:first-child,
.component-cta-box__action--primary,
.component-product-showcase__cta,
.component-installment__action--primary,
.component-product-card__button--primary {
	margin-top: 1rem;
	background: var(--alphard-color-accent);
	color: #041004;
	box-shadow: 0 14px 28px rgba(26, 206, 0, 0.24);
}

.component-hero__action:hover,
.component-cta-box__action:hover,
.component-product-showcase__cta:hover,
.component-installment__action:hover,
.component-product-card__button:hover {
	transform: translateY(-2px);
}

.component-hero__action:last-child,
.component-cta-box__action--secondary,
.component-installment__action--secondary,
.component-product-card__button--secondary {
	border-color: rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.06);
	color: inherit;
}

.component-category-grid__items,
.component-product-showcase__grid,
.component-trust__stats,
.component-trust__media-grid,
.component-trust__testimonials,
.component-installment__benefits {
	display: grid;
	gap: var(--alphard-space-5);
}

.component-category-grid__items {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.component-category-grid__header .component-section-title__title {
	font-size: clamp(1.45rem, 3.2vw, 2.3rem);
}

.component-category-grid__header {
	margin-bottom: 15px;
}

.component-category-grid__pagination {
	display: none;
}

.component-category-grid__dot {
	width: 0.58rem;
	height: 0.58rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(17, 35, 19, 0.18);
	transition: width 0.2s ease, background 0.2s ease;
}

.component-category-grid__dot.is-active {
	width: 1.55rem;
	background: var(--alphard-color-accent);
}

.component-category-grid__dot[hidden],
.component-product-showcase__dot[hidden],
.component-trust__stories-dot[hidden] {
	display: none;
}

.component-category-grid__card,
.component-product-card,
.component-installment__benefit,
.component-trust__media-card,
.component-trust__testimonial,
.component-trust__stat,
.component-cta-box,
.component-text-section,
.component-image-text__inner {
	border: 1px solid var(--alphard-color-border);
	border-radius: var(--alphard-radius-md);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 251, 243, 0.98));
	box-shadow: var(--alphard-shadow-soft);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.component-category-grid__card:hover,
.component-product-card:hover,
.component-installment__benefit:hover,
.component-trust__media-card:hover,
.component-trust__testimonial:hover,
.component-trust__stat:hover {
	transform: translateY(-4px);
	border-color: rgba(26, 206, 0, 0.28);
	box-shadow: var(--alphard-shadow-soft);
}

.component-category-grid__link {
	display: grid;
	overflow: hidden;
}

.component-category-grid__media {
	aspect-ratio: 4 / 3;
	background: #0d160f;
}

.component-category-grid__image,
.component-trust__media-image,
.component-product-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.component-category-grid__content,
.component-product-card__content,
.component-trust__media-content {
	padding: var(--alphard-space-5);
}

.component-category-grid__title,
.component-product-card__title,
.component-installment__benefit-title,
.component-trust__media-title {
	display: block;
	font-size: 1.15rem;
	font-weight: 800;
}

.component-category-grid__description,
.component-product-card__excerpt,
.component-installment__benefit-text,
.component-trust__media-caption,
.component-trust__stat-label {
	margin-top: var(--alphard-space-2);
	color: var(--alphard-color-muted);
	font-size: 0.95rem;
}

.component-product-showcase__intro,
.component-installment__content,
.component-trust__header {
	margin-bottom: var(--alphard-space-6);
}

.component-product-showcase__layout {
	display: grid;
	grid-template-columns: minmax(0, 45%) minmax(0, 55%);
	align-items: center;
	gap: clamp(1rem, 3vw, 2.4rem);
}

.component-product-showcase__content-column {
	order: 1;
}

.component-product-showcase__products-column {
	order: 2;
	min-width: 0;
	padding-block: 0.25rem;
}

.component-product-showcase__intro--split {
	margin-bottom: 0;
	max-width: 27rem;
}

.component-product-showcase__intro--split .component-product-showcase__description {
	margin: 0.9rem 0 0;
	line-height: 1.9;
}

.component-product-showcase__grid {
	grid-template-columns: repeat(1, minmax(0, 1fr));
	align-items: start;
}

.component-product-showcase__products-column .component-product-showcase__grid[data-product-showcase-carousel="true"] {
	display: flex;
	gap: 1rem;
	overflow-x: auto;
	padding-inline: 0.2rem 0.85rem;
	padding-block: 0.4rem 0.55rem;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.component-product-showcase__products-column .component-product-showcase__grid[data-product-showcase-carousel="true"]::-webkit-scrollbar {
	display: none;
}

.component-product-showcase__products-column .component-product-showcase__grid[data-product-showcase-carousel="true"] > * {
	flex: 0 0 calc((100% - 1rem) / 2);
	min-width: 0;
	scroll-snap-align: start;
}

.component-product-showcase__footer {
	display: flex;
	justify-content: center;
	margin-top: 1.1rem;
}

.component-product-showcase__pagination {
	display: none;
}

.component-product-showcase__pagination--split {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	margin-top: 1rem;
}

.component-product-showcase__dot {
	width: 0.58rem;
	height: 0.58rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(17, 35, 19, 0.18);
	transition: width 0.2s ease, background 0.2s ease;
}

.component-product-showcase__dot.is-active {
	width: 1.55rem;
	background: var(--alphard-color-accent);
}

.component-product-showcase__empty {
	padding: var(--alphard-space-8);
	border: 1px dashed rgba(255, 255, 255, 0.14);
	border-radius: var(--alphard-radius-md);
	text-align: center;
	color: var(--alphard-color-text-soft);
}

.component-product-showcase--sale .component-section-title__eyebrow {
	background: none;
	color: #0e8f12;
	box-shadow: none;
	padding: 0;
}

.component-product-showcase--sale .component-section-title__title {
	font-size: clamp(1.2rem, 2.4vw, 1.85rem);
	white-space: nowrap;
}

.component-product-showcase--sale {
	padding: 0;
	background: none;
	border: 0;
	box-shadow: none;
	overflow: hidden;
}

.component-product-showcase--sale > .container {
	padding: 10px 40px;
	border: 1px solid rgba(26, 206, 0, 0.12);
	border-radius: 1.9rem;
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.12), transparent 30%),
		radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.4), transparent 22%),
		linear-gradient(180deg, rgba(244, 251, 243, 0.96), rgba(234, 246, 232, 0.98));
	box-shadow:
		0 10px 24px rgba(7, 16, 8, 0.045),
		inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.component-product-showcase--sale > .container::before {
	content: "";
	position: absolute;
	inset: -18% -10%;
	background:
		radial-gradient(circle at 18% 22%, rgba(26, 206, 0, 0.2), transparent 24%),
		radial-gradient(circle at 82% 78%, rgba(26, 206, 0, 0.16), transparent 22%),
		linear-gradient(120deg, rgba(26, 206, 0, 0.04), rgba(26, 206, 0, 0.14), rgba(26, 206, 0, 0.04));
	opacity: 0.95;
	animation: alphard-sale-sheen 9s linear infinite;
	pointer-events: none;
}

.component-product-showcase--sale > .container > * {
	position: relative;
	z-index: 1;
}

.component-product-showcase--sale .component-product-showcase__intro {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 5px;
}

.component-product-showcase--sale .component-product-showcase__header {
	flex: 1 1 auto;
}

.component-product-showcase__header--sale {
	display: grid;
	gap: 0.6rem;
}

.component-product-showcase__header-top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.85rem;
	min-width: 0;
}

.component-product-showcase__header-top .component-section-title__title {
	margin: 0;
}

.component-product-showcase--sale .component-product-showcase__cta {
	min-height: 2.5rem;
	padding: 0.55rem 0.9rem;
	border: 1px solid rgba(17, 35, 19, 0.1);
	background: rgba(255, 255, 255, 0.65);
	color: var(--alphard-color-text);
	box-shadow: none;
	font-size: 0.88rem;
	font-weight: 700;
	align-self: flex-start;
	margin-top: 0.2rem;
}

.component-product-showcase--sale .component-product-showcase__cta:hover {
	background: rgba(26, 206, 0, 0.08);
}

.component-product-showcase__timer {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0.45rem 0.6rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.7);
	flex: 0 0 auto;
}

.component-product-showcase__timer-item {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: var(--alphard-color-text-soft);
	font-size: 0.78rem;
	font-weight: 700;
}

.component-product-showcase__timer-item strong {
	min-width: 2ch;
	color: var(--alphard-color-text);
	font-size: 0.98rem;
	font-weight: 900;
}

.component-product-showcase--sale .component-product-showcase__timer {
	padding: 0.7rem 1rem;
	border: 1px solid rgba(26, 206, 0, 0.26);
	background:
		linear-gradient(135deg, rgba(13, 33, 14, 0.96), rgba(24, 63, 25, 0.92)),
		radial-gradient(circle at top, rgba(26, 206, 0, 0.18), transparent 60%);
	box-shadow:
		0 0 0 1px rgba(26, 206, 0, 0.08),
		0 16px 34px rgba(26, 206, 0, 0.18);
}

.component-product-showcase--sale .component-product-showcase__timer-item {
	gap: 0.42rem;
	color: rgba(231, 255, 231, 0.86);
	font-size: 0.85rem;
	font-weight: 800;
}

.component-product-showcase--sale .component-product-showcase__timer-item strong {
	color: #ffffff;
	font-size: 1.16rem;
	font-weight: 900;
}

.component-product-showcase__cta--footer {
	min-height: 2.8rem;
	padding: 0.68rem 1.05rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	background: rgba(255, 255, 255, 0.78);
	color: var(--alphard-color-text);
	box-shadow: none;
}

.component-product-showcase__cta--footer:hover {
	background: rgba(26, 206, 0, 0.1);
}

html[data-theme="dark"] .component-product-showcase--sale > .container {
	border-color: rgba(255, 255, 255, 0.08);
	background:
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.16), transparent 30%),
		radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.04), transparent 22%),
		linear-gradient(180deg, rgba(16, 24, 17, 0.96), rgba(9, 15, 10, 0.98));
	box-shadow:
		0 18px 34px rgba(0, 0, 0, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

html[data-theme="dark"] .component-product-showcase--sale > .container::before {
	background:
		radial-gradient(circle at 18% 22%, rgba(26, 206, 0, 0.14), transparent 24%),
		radial-gradient(circle at 82% 78%, rgba(26, 206, 0, 0.1), transparent 22%),
		linear-gradient(120deg, rgba(26, 206, 0, 0.02), rgba(26, 206, 0, 0.08), rgba(26, 206, 0, 0.02));
	opacity: 0.78;
}

html[data-theme="dark"] .component-product-showcase--sale .component-product-showcase__cta,
html[data-theme="dark"] .component-product-showcase__cta--footer {
	border-color: rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	color: #edf6ed;
}

html[data-theme="dark"] .component-product-showcase--sale .component-product-showcase__cta:hover,
html[data-theme="dark"] .component-product-showcase__cta--footer:hover {
	background: rgba(255, 255, 255, 0.08);
}

.component-product-columns {
	overflow: hidden;
}

.component-product-columns > .container {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.35rem);
}

.component-product-columns__header {
	max-width: 45rem;
	margin-inline: auto;
	text-align: center;
}

.component-product-columns__title {
	margin: 0;
	color: var(--alphard-color-text);
	font-size: clamp(1.55rem, 3vw, 2.35rem);
	line-height: 1.35;
	font-weight: 950;
	letter-spacing: -0.045em;
}

.component-product-columns__mark {
	display: inline-flex;
	width: 4.2rem;
	height: 0.26rem;
	margin-top: 0.75rem;
	border-radius: 999px;
	background:
		linear-gradient(90deg, transparent, rgba(26, 206, 0, 0.32) 18%, var(--alphard-color-accent) 50%, rgba(26, 206, 0, 0.32) 82%, transparent);
}

.component-product-columns__subtitle {
	max-width: 36rem;
	margin: 0.85rem auto 0;
	color: var(--alphard-color-text-soft);
	font-size: 0.96rem;
	line-height: 1.9;
}

.component-product-columns__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.1rem;
	min-width: 0;
}

.component-product-columns__panel {
	--product-columns-tone: var(--alphard-color-accent);
	--product-columns-tone-soft: rgba(26, 206, 0, 0.14);
	position: relative;
	display: grid;
	min-width: 0;
	gap: 0.95rem;
	padding: clamp(0.75rem, 1.6vw, 1rem);
	border: 1px solid rgba(17, 35, 19, 0.06);
	border-radius: 1.8rem;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

.component-product-columns__panel--violet {
	--product-columns-tone: #8c5cff;
	--product-columns-tone-soft: rgba(140, 92, 255, 0.16);
}

.component-product-columns__panel--green {
	--product-columns-tone: var(--alphard-color-accent);
	--product-columns-tone-soft: rgba(26, 206, 0, 0.16);
}

.component-product-columns__panel--rose {
	--product-columns-tone: #ff3f78;
	--product-columns-tone-soft: rgba(255, 63, 120, 0.14);
}

.component-product-columns__panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.85rem;
	padding: 0.2rem 0 0.55rem;
	border-bottom: 2px solid color-mix(in srgb, var(--product-columns-tone) 42%, transparent);
}

.component-product-columns__panel-title {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.45rem;
	margin: 0;
	color: var(--alphard-color-text);
	font-size: clamp(1rem, 1.4vw, 1.16rem);
	font-weight: 950;
	line-height: 1.5;
}

.component-product-columns__panel-icon {
	display: inline-block;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--product-columns-tone) 15%, transparent);
	position: relative;
	flex: 0 0 auto;
}

.component-product-columns__panel-icon::before {
	content: "";
	position: absolute;
	inset: 0.42rem;
	background: var(--product-columns-tone);
	mask: var(--product-columns-icon) center / contain no-repeat;
	-webkit-mask: var(--product-columns-icon) center / contain no-repeat;
}

.component-product-columns__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2rem;
	padding: 0.38rem 0.78rem;
	border: 1px solid color-mix(in srgb, var(--product-columns-tone) 24%, rgba(17, 35, 19, 0.08));
	border-radius: 999px;
	background: color-mix(in srgb, var(--product-columns-tone) 7%, transparent);
	color: var(--alphard-color-text);
	font-size: 0.78rem;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
	transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.component-product-columns__more:hover {
	transform: translateY(-1px);
	border-color: color-mix(in srgb, var(--product-columns-tone) 42%, transparent);
	background: color-mix(in srgb, var(--product-columns-tone) 13%, transparent);
}

.component-product-columns__track {
	display: flex;
	min-width: 0;
	gap: 0.78rem;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0.12rem 0.08rem 0.4rem;
	scroll-padding-inline: 0.08rem;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.component-product-columns__track::-webkit-scrollbar {
	display: none;
}

.component-product-columns__track > * {
	flex: 0 0 calc((100% - 0.78rem) / 2);
	min-width: 0;
	scroll-snap-align: start;
}

.component-product-columns__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 1.25rem;
}

.component-product-columns__empty {
	display: grid;
	min-height: 12rem;
	place-items: center;
	padding: 1rem;
	border: 1px dashed rgba(17, 35, 19, 0.12);
	border-radius: 1.3rem;
	color: var(--alphard-color-text-soft);
	text-align: center;
	line-height: 1.8;
}

.component-product-card--compact {
	border-radius: 1.25rem;
	box-shadow:
		0 9px 20px rgba(7, 16, 8, 0.05),
		inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.component-product-card--compact .component-product-card__media {
	aspect-ratio: 1 / 0.96;
	padding: 0.6rem 0.6rem 0.35rem;
}

.component-product-card--compact .component-product-card__media-link {
	border-radius: 1rem;
}

.component-product-card--compact .component-product-card__image {
	max-height: 9.5rem;
}

.component-product-card--compact .component-product-card__content {
	padding: 0.15rem 0.75rem 0.7rem;
}

.component-product-card--compact .component-product-card__title {
	margin-top: 0.25rem;
	font-size: 0.84rem;
	line-height: 1.45;
	text-align: center;
}

.component-product-card--compact .component-product-card__title-link {
	min-height: calc(1.45em * 2);
	max-height: calc(1.45em * 2);
	line-height: 1.45;
}

.component-product-card--compact .component-product-card__price {
	justify-content: center;
	gap: 0.32rem;
	margin-top: 0.52rem;
}

.component-product-card--compact .component-product-card__price-current {
	font-size: 0.86rem;
}

.component-product-card--compact .component-product-card__price-previous {
	font-size: 0.55rem;
}

.component-product-card--compact .component-product-card__badge {
	top: 0.62rem;
	right: 0.62rem;
	padding: 0.38rem 0.58rem;
	font-size: 0.62rem;
}

.component-product-card--compact .component-product-card__actions {
	margin-top: 0.55rem;
}

.component-product-card--compact .component-product-card__button,
.component-product-card--compact .component-product-card__actions .component-product-card__button.button,
.component-product-card--compact .component-product-card__actions .component-product-card__button.add_to_cart_button,
.component-product-card--compact .component-product-card__actions .component-product-card__button.ajax_add_to_cart {
	min-height: 2.35rem;
	padding: 0.52rem 0.62rem;
	font-size: 0.74rem;
}

html[data-theme="dark"] .component-product-columns__panel {
	border-color: rgba(255, 255, 255, 0.08);
	background: transparent;
	box-shadow: none;
}

html[data-theme="dark"] .component-product-columns__more {
	border-color: rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.045);
	color: #edf6ed;
}

html[data-theme="dark"] .component-product-columns__empty {
	border-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 1024px) {
	.component-product-columns__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		align-items: start;
	}
}

@media (max-width: 1023px) {
	.component-product-columns__panel {
		max-width: 44rem;
		margin-inline: auto;
	}
}

@media (max-width: 768px) {
	.component-product-columns > .container {
		gap: 1.2rem;
	}

	.component-product-columns__header {
		padding-inline: 0.25rem;
	}

	.component-product-columns__title {
		font-size: clamp(1.32rem, 7vw, 1.72rem);
	}

	.component-product-columns__subtitle {
		margin-top: 0.7rem;
		font-size: 0.86rem;
		line-height: 1.85;
	}

	.component-product-columns__grid {
		gap: 1rem;
	}

	.component-product-columns__panel {
		width: 100%;
		gap: 0.78rem;
		padding: 0.85rem 0.72rem;
		border-radius: 1.45rem;
	}

	.component-product-columns__panel-head {
		padding-bottom: 0.45rem;
	}

	.component-product-columns__panel-title {
		font-size: 1.08rem;
	}

	.component-product-columns__more {
		min-height: 2.1rem;
		padding-inline: 0.82rem;
		font-size: 0.8rem;
	}

	.component-product-columns__track {
		gap: 0.65rem;
		padding-bottom: 0.25rem;
	}

	.component-product-columns__track > * {
		flex-basis: calc((100% - 0.65rem) / 2);
	}

	.component-product-card--compact {
		border-radius: 1.08rem;
		box-shadow: none;
	}

	.component-product-card--compact .component-product-card__media {
		padding: 0.48rem 0.48rem 0.25rem;
	}

	.component-product-card--compact .component-product-card__image {
		max-height: 8.2rem;
	}

	.component-product-card--compact .component-product-card__content {
		padding-inline: 0.55rem;
	}

	.component-product-card--compact .component-product-card__title {
		font-size: 0.88rem;
	}

	.component-product-card--compact .component-product-card__price-current {
		font-size: 0.9rem;
	}

	.component-product-card--compact .component-product-card__button,
	.component-product-card--compact .component-product-card__actions .component-product-card__button.button,
	.component-product-card--compact .component-product-card__actions .component-product-card__button.add_to_cart_button,
	.component-product-card--compact .component-product-card__actions .component-product-card__button.ajax_add_to_cart {
		min-height: 2.15rem;
		font-size: 0.76rem;
	}
}

@media (max-width: 360px) {
	.component-product-columns__panel {
		padding: 0.72rem 0.58rem;
	}

	.component-product-columns__track {
		gap: 0.55rem;
	}

	.component-product-columns__track > * {
		flex-basis: calc((100% - 0.55rem) / 2);
	}

	.component-product-card--compact .component-product-card__media {
		aspect-ratio: 1 / 1.04;
	}

	.component-product-card--compact .component-product-card__button,
	.component-product-card--compact .component-product-card__actions .component-product-card__button.button,
	.component-product-card--compact .component-product-card__actions .component-product-card__button.add_to_cart_button,
	.component-product-card--compact .component-product-card__actions .component-product-card__button.ajax_add_to_cart {
		padding-inline: 0.45rem;
		font-size: 0.7rem;
	}
}

.component-product-card {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: auto;
	align-self: start;
	border-radius: 1.6rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(247, 251, 246, 0.46)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.08), transparent 28%);
	box-shadow:
		0 18px 42px rgba(7, 16, 8, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(18px) saturate(130%);
}

.component-product-showcase__products-column .component-product-card {
	box-shadow:
		0 8px 18px rgba(7, 16, 8, 0.045),
		inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.component-product-showcase__products-column .component-product-card:hover {
	box-shadow:
		0 18px 36px rgba(7, 16, 8, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.component-product-card__media {
	position: relative;
	aspect-ratio: 1 / 0.92;
	padding: 1rem 1rem 0.55rem;
	background:
		radial-gradient(circle at center, rgba(26, 206, 0, 0.12), transparent 54%),
		linear-gradient(180deg, rgba(245, 251, 244, 0.95), rgba(233, 244, 231, 0.7));
}

.component-product-card__media-link {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	border-radius: 1.25rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(240, 248, 239, 0.18)),
		radial-gradient(circle at top, rgba(26, 206, 0, 0.09), transparent 42%);
	border: 1px solid rgba(255, 255, 255, 0.34);
	backdrop-filter: blur(14px);
	transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.component-product-card__badge {
	position: absolute;
	top: var(--alphard-space-4);
	right: var(--alphard-space-4);
	display: inline-flex;
	align-items: center;
	gap: 0.32rem;
	padding: 0.46rem 0.78rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	background:
		linear-gradient(135deg, rgba(37, 255, 0, 0.94), rgba(18, 166, 0, 0.88)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02));
	color: #041004;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: -0.01em;
	line-height: 1;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.08) inset,
		0 10px 26px rgba(26, 206, 0, 0.24);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	overflow: hidden;
	z-index: 2;
}

.component-product-card__badge::before {
	content: "";
	position: absolute;
	inset: 1px;
	border-radius: inherit;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02));
	opacity: 0.68;
	pointer-events: none;
}

.component-product-card__badge::after {
	content: "";
	position: absolute;
	inset-inline-start: -38%;
	top: 0;
	width: 46%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
	transform: skewX(-20deg);
	opacity: 0.58;
	pointer-events: none;
}

.component-product-card__badge--secondary {
	background:
		linear-gradient(180deg, rgba(27, 34, 28, 0.9), rgba(10, 18, 11, 0.84)),
		linear-gradient(135deg, rgba(26, 206, 0, 0.12), rgba(255, 255, 255, 0.04));
	color: #f5fbf5;
	border-color: rgba(26, 206, 0, 0.26);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.05) inset,
		0 10px 24px rgba(7, 16, 8, 0.16);
}

.component-product-card__badge--secondary::before {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01));
}

.component-product-card__badge--secondary::after {
	display: none;
}

.component-product-card__badge--success {
	background:
		linear-gradient(135deg, rgba(37, 255, 0, 0.94), rgba(18, 166, 0, 0.88)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02));
	color: #041004;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.08) inset,
		0 10px 26px rgba(26, 206, 0, 0.24);
}

.component-product-card__badge--warm {
	background:
		linear-gradient(135deg, rgba(255, 224, 86, 0.96), rgba(255, 170, 0, 0.92)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02));
	color: #2a1800;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.08) inset,
		0 10px 26px rgba(255, 196, 0, 0.26);
}

.component-product-card__badge--cool {
	background:
		linear-gradient(135deg, rgba(87, 120, 255, 0.95), rgba(121, 62, 255, 0.9)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02));
	color: #f7f8ff;
	border-color: rgba(185, 197, 255, 0.32);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.08) inset,
		0 10px 28px rgba(90, 77, 255, 0.28);
}

.component-product-card__badge--critical {
	background:
		linear-gradient(135deg, rgba(255, 91, 91, 0.97), rgba(214, 16, 16, 0.9)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02));
	color: #fff7f7;
	border-color: rgba(255, 192, 192, 0.32);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.08) inset,
		0 10px 28px rgba(219, 30, 30, 0.28);
}

.component-product-card__image {
	width: 100%;
	height: 100%;
	max-height: 13.5rem;
	object-fit: contain;
	filter: drop-shadow(0 14px 22px rgba(7, 16, 8, 0.12));
}

.component-product-card__price {
	margin-top: 0.65rem;
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: baseline;
	justify-content: flex-start;
	gap: 0.45rem;
}

.component-product-card__price-current {
	display: inline-flex;
	align-items: baseline;
	gap: 0.2rem;
	font-size: 1rem;
	font-weight: 900;
	color: var(--alphard-color-accent-strong);
}

.component-product-card__price-previous {
	display: inline-flex;
	align-items: baseline;
	gap: 0.15rem;
	font-size: 0.6rem;
	font-weight: 500;
	color: #8c968d;
	opacity: 1;
}

.component-product-card__price-fallback {
	display: inline-flex;
	align-items: center;
	font-size: 0.98rem;
	font-weight: 800;
	color: #11861c;
}

.component-product-card__stock {
	margin-top: 0.32rem;
	font-size: 0.74rem;
	font-weight: 700;
	color: #7e897f;
}

.component-product-card__stock.is-in-stock {
	color: #11861c;
}

.component-product-card__stock.is-out-of-stock {
	color: #a45d5d;
}

.component-product-card__actions {
	margin-top: 7px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.55rem;
}

.component-product-card__content {
	display: flex;
	flex-direction: column;
	padding: 0.2rem 1rem 8px;
}

.component-product-card__title {
	margin: 5px 0 0;
	font-size: 1.02rem;
	line-height: 1.35;
}

.component-product-card__title-link {
	display: -webkit-box;
	min-height: calc(1.35em * 2);
	max-height: calc(1.35em * 2);
	overflow: hidden;
	color: var(--alphard-color-text);
	line-height: 1.35;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.component-product-card__excerpt {
	display: none;
	margin: 0;
	color: var(--alphard-color-text-soft);
	font-size: 0.86rem;
	line-height: 1.7;
}

.component-product-card__button,
.component-product-card__actions .component-product-card__button.button,
.component-product-card__actions .component-product-card__button.add_to_cart_button,
.component-product-card__actions .component-product-card__button.ajax_add_to_cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 2.75rem;
	padding: 0.68rem 0.95rem;
	border-radius: 999px;
	font-size: 0.84rem;
	font-weight: 800;
	text-decoration: none;
}

.component-product-card__button--primary,
.component-product-card__actions .component-product-card__button--primary.button,
.component-product-card__actions .component-product-card__button--primary.add_to_cart_button,
.component-product-card__actions .component-product-card__button--primary.ajax_add_to_cart {
	border: 1px solid rgba(255, 255, 255, 0.3);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.14)),
		radial-gradient(circle at top, rgba(26, 206, 0, 0.18), transparent 46%);
	color: var(--alphard-color-text);
	box-shadow:
		0 14px 30px rgba(26, 206, 0, 0.14),
		inset 0 1px 0 rgba(255, 255, 255, 0.34);
	backdrop-filter: blur(14px);
}

.component-product-card:hover .component-product-card__media-link {
	transform: translateY(-2px);
	border-color: rgba(26, 206, 0, 0.24);
}

.component-product-card:hover .component-product-card__button--primary,
.component-product-card:hover .component-product-card__actions .component-product-card__button--primary.button,
.component-product-card:hover .component-product-card__actions .component-product-card__button--primary.add_to_cart_button,
.component-product-card:hover .component-product-card__actions .component-product-card__button--primary.ajax_add_to_cart {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.18)),
		radial-gradient(circle at top, rgba(26, 206, 0, 0.22), transparent 48%);
}

.component-product-card__actions .added_to_cart,
.woocommerce .component-product-card__actions .added_to_cart,
.woocommerce a.added_to_cart.wc-forward {
	display: none !important;
}

.component-cart-added-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	padding: 1rem;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.18s ease;
}

.component-cart-added-modal.is-open {
	opacity: 1;
	pointer-events: auto;
}

.component-cart-added-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(3, 8, 4, 0.42);
	backdrop-filter: blur(10px);
}

.component-cart-added-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 24rem);
	padding: 1.15rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 1.45rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(244, 252, 243, 0.72)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.16), transparent 54%);
	box-shadow: 0 24px 68px rgba(4, 10, 5, 0.24);
	text-align: center;
	transform: translateY(0.5rem) scale(0.98);
	transition: transform 0.18s ease;
}

.component-cart-added-modal.is-open .component-cart-added-modal__dialog {
	transform: translateY(0) scale(1);
}

.component-cart-added-modal__icon {
	display: inline-flex;
	width: 2.85rem;
	height: 2.85rem;
	margin-bottom: 0.55rem;
	border-radius: 999px;
	background:
		radial-gradient(circle at 32% 25%, rgba(255, 255, 255, 0.75), transparent 34%),
		linear-gradient(135deg, #1ace00, #11a800);
	box-shadow: 0 12px 28px rgba(26, 206, 0, 0.26);
}

.component-cart-added-modal__icon::before {
	content: "";
	width: 0.95rem;
	height: 0.55rem;
	margin: auto;
	border-right: 3px solid #051005;
	border-bottom: 3px solid #051005;
	transform: rotate(45deg) translateY(-1px);
}

.component-cart-added-modal__title {
	margin: 0 0 0.95rem;
	color: #102414;
	font-size: 1rem;
	font-weight: 900;
}

.component-cart-added-modal__actions {
	display: flex;
	gap: 0.55rem;
	justify-content: center;
	flex-wrap: wrap;
}

.component-cart-added-modal__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.65rem;
	padding: 0.68rem 1rem;
	border: 0;
	border-radius: 999px;
	font-family: "IRANSans", Tahoma, sans-serif;
	font-size: 0.86rem;
	font-weight: 900;
	text-decoration: none;
	cursor: pointer;
}

.component-cart-added-modal__button--primary {
	background: linear-gradient(135deg, #1ace00, #12b500);
	color: #041004;
	box-shadow: 0 12px 28px rgba(26, 206, 0, 0.22);
}

.component-cart-added-modal__button--secondary {
	background: rgba(15, 28, 17, 0.08);
	color: #19331d;
}

html[data-theme="dark"] .component-cart-added-modal__dialog {
	border-color: rgba(255, 255, 255, 0.1);
	background:
		linear-gradient(180deg, rgba(21, 31, 23, 0.92), rgba(7, 13, 9, 0.94)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.14), transparent 54%);
	box-shadow: 0 24px 68px rgba(0, 0, 0, 0.48);
}

html[data-theme="dark"] .component-cart-added-modal__title {
	color: #edf6ed;
}

html[data-theme="dark"] .component-cart-added-modal__button--secondary {
	background: rgba(255, 255, 255, 0.08);
	color: rgba(237, 246, 237, 0.86);
}

@keyframes alphard-sale-sheen {
	0% {
		transform: translate3d(-3%, 0, 0) rotate(0.001deg);
	}

	50% {
		transform: translate3d(3%, -2%, 0) rotate(0.001deg);
	}

	100% {
		transform: translate3d(-3%, 0, 0) rotate(0.001deg);
	}
}

.component-category-grid,
.component-product-showcase,
.component-cta-box,
.component-text-section,
.component-installment,
.component-trust,
.component-product-archive {
	padding: calc(var(--alphard-space-10) - 5px) 0;
}

.component-product-archive__header {
	margin-bottom: 1.1rem;
}

.component-product-archive__heading {
	display: grid;
	gap: 0.5rem;
}

.component-product-archive__title {
	margin: 0;
	font-size: clamp(1.6rem, 3vw, 2.4rem);
	line-height: 1.1;
	font-weight: 900;
	font-family: "IRANYekan", "IRANSans", sans-serif;
}

.component-product-archive__description {
	max-width: 46rem;
	color: var(--alphard-color-text-soft);
	line-height: 1.9;
}

.component-product-archive__result-count {
	margin: 0;
	color: var(--alphard-color-text-soft);
	font-size: 0.88rem;
	font-weight: 700;
}

.component-product-archive__sort {
	display: inline-flex;
	align-items: center;
	align-self: center;
	gap: 0.7rem;
	margin: 0;
	min-height: 2.4rem;
}

.component-product-archive__sort-label {
	flex: 0 0 auto;
	font-size: 0.86rem;
	font-weight: 950;
	color: var(--alphard-color-text);
}

.component-product-archive__sort-list {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	min-width: 0;
}

.component-product-archive__sort-link {
	display: inline-flex;
	align-items: center;
	min-height: 2.2rem;
	padding: 0.45rem 0.65rem;
	border-radius: 999px;
	color: var(--alphard-color-text-soft);
	font-size: 0.82rem;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
	transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.component-product-archive__sort-link:hover,
.component-product-archive__sort-link.is-active {
	background: rgba(26, 206, 0, 0.1);
	color: var(--alphard-color-accent-strong);
}

.component-product-archive__sort-link:hover {
	transform: translateY(-1px);
}

.component-product-archive__filters-toggle {
	display: none;
	min-height: 2.8rem;
	padding: 0.65rem 1rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	font-family: "IRANSans", Tahoma, sans-serif;
	font-size: 0.86rem;
	font-weight: 800;
	color: var(--alphard-color-text);
}

.component-product-archive__mobile-controls {
	display: none;
}

.component-product-archive__mobile-sort {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	min-width: 0;
	margin: 0;
}

.component-product-archive__mobile-sort label {
	flex: 0 0 auto;
	color: var(--alphard-color-text);
	font-size: 0.82rem;
	font-weight: 900;
	white-space: nowrap;
}

.component-product-archive__mobile-sort select {
	min-width: 0;
	width: 100%;
	min-height: 2.55rem;
	padding: 0.55rem 0.75rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	color: var(--alphard-color-text);
	font-family: "IRANSans", Tahoma, sans-serif;
	font-size: 0.8rem;
	font-weight: 800;
}

.component-product-archive__layout {
	display: grid;
	grid-template-columns: 17.5rem minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
}

.component-product-archive__filters-form {
	display: grid;
	gap: 1rem;
	padding: 1rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1.45rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 251, 246, 0.8)),
		radial-gradient(circle at top, rgba(26, 206, 0, 0.07), transparent 48%);
	box-shadow: 0 14px 30px rgba(7, 16, 8, 0.05);
}

.component-product-archive__filters-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.8rem;
}

.component-product-archive__filters-title,
.component-product-archive__filter-label {
	margin: 0;
	font-size: 0.96rem;
	font-weight: 950;
	color: var(--alphard-color-text);
}

.component-product-archive__filters-title {
	color: var(--alphard-color-accent-strong);
	font-size: 1.12rem;
}

.component-product-archive__filters-clear {
	margin-inline-start: auto;
	color: var(--alphard-color-accent-strong);
	font-size: 0.78rem;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.component-product-archive__filters-close {
	display: none;
	width: 2.1rem;
	height: 2.1rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	font-size: 1.2rem;
	line-height: 1;
	color: var(--alphard-color-text);
}

.component-product-archive__filter-group {
	display: block;
	padding: 0;
	border-bottom: 1px solid rgba(17, 35, 19, 0.08);
}

.component-product-archive__filter-group:last-of-type {
	border-bottom: 0;
}

.component-product-archive__filter-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	min-height: 3.1rem;
	padding: 0.2rem 0;
	cursor: pointer;
	list-style: none;
}

.component-product-archive__filter-summary::-webkit-details-marker {
	display: none;
}

.component-product-archive__filter-chevron {
	position: relative;
	display: inline-grid;
	place-items: center;
	flex: 0 0 1.7rem;
	width: 1.7rem;
	height: 1.7rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 50%;
	background: rgba(17, 35, 19, 0.035);
	color: rgba(17, 35, 19, 0.62);
	transition: border-color 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease;
}

.component-product-archive__filter-chevron::before,
.component-product-archive__filter-chevron::after {
	content: "";
	position: absolute;
	inset: 50% auto auto 50%;
	width: 0.62rem;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transform: translate(-50%, -50%);
	transition: opacity 180ms ease, transform 180ms ease;
}

.component-product-archive__filter-chevron::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.component-product-archive__filter-group[open] .component-product-archive__filter-chevron {
	border-color: rgba(26, 206, 0, 0.26);
	background: rgba(26, 206, 0, 0.1);
	color: var(--alphard-color-accent-strong);
}

.component-product-archive__filter-group[open] .component-product-archive__filter-chevron::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg) scaleX(0.25);
}

.component-product-archive__filter-group.has-selection .component-product-archive__filter-label {
	color: var(--alphard-color-accent-strong);
}

.component-product-archive__filter-body {
	padding: 0.1rem 0 0.95rem;
}

.component-product-archive__filter-options {
	display: grid;
	gap: 0.45rem;
}

.component-product-archive__filter-option {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	min-height: 2.35rem;
	padding: 0.45rem 0.55rem;
	border: 1px solid rgba(17, 35, 19, 0.055);
	border-radius: 0.9rem;
	background: rgba(255, 255, 255, 0.48);
	color: var(--alphard-color-text-soft);
	font-size: 0.88rem;
	font-weight: 750;
	cursor: pointer;
	transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.component-product-archive__filter-option:hover,
.component-product-archive__filter-option.is-selected {
	border-color: rgba(26, 206, 0, 0.24);
	background: rgba(26, 206, 0, 0.08);
	color: var(--alphard-color-text);
}

.component-product-archive__filter-option-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.component-product-archive__filter-option-indicator {
	position: relative;
	flex: 0 0 auto;
	width: 1.05rem;
	height: 1.05rem;
	border: 1px solid rgba(17, 35, 19, 0.2);
	border-radius: 0.35rem;
	background: rgba(255, 255, 255, 0.75);
}

.component-product-archive__filter-option-input:checked + .component-product-archive__filter-option-indicator {
	border-color: var(--alphard-color-accent);
	background: var(--alphard-color-accent);
}

.component-product-archive__filter-option-input:checked + .component-product-archive__filter-option-indicator::after {
	content: "";
	position: absolute;
	inset: 0.22rem;
	border-right: 2px solid #061005;
	border-bottom: 2px solid #061005;
	transform: rotate(45deg) translate(-1px, -1px);
}

.component-product-archive__filter-children {
	padding: 0.3rem 0.9rem 0.45rem 0;
}

.component-product-archive__filter-options--nested {
	gap: 0.35rem;
}

.component-product-archive__filter-options--nested .component-product-archive__filter-option {
	min-height: 2.15rem;
	background: rgba(255, 255, 255, 0.34);
	font-size: 0.82rem;
}

.component-product-archive__filter-option input {
	accent-color: var(--alphard-color-accent);
}

.component-product-archive__price-range {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.6rem;
}

.component-product-archive__price-range input {
	width: 100%;
	min-height: 2.65rem;
	padding: 0.6rem 0.85rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 0.95rem;
	background: rgba(255, 255, 255, 0.88);
	font-family: "IRANSans", Tahoma, sans-serif;
}

.component-product-archive__filters-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.7rem;
}

.component-product-archive__apply,
.component-product-archive__reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.85rem;
	padding: 0.7rem 0.95rem;
	border-radius: 999px;
	font-size: 0.85rem;
	font-weight: 800;
	text-decoration: none;
}

.component-product-archive__apply {
	border: 0;
	background: var(--alphard-color-accent);
	color: #061005;
	font-family: "IRANSans", Tahoma, sans-serif;
}

.component-product-archive__reset {
	border: 1px solid rgba(17, 35, 19, 0.08);
	background: rgba(255, 255, 255, 0.84);
	color: var(--alphard-color-text);
	font-family: "IRANSans", Tahoma, sans-serif;
}

.component-product-archive__filters-actions > :only-child {
	grid-column: 1 / -1;
}

.component-product-archive__products {
	min-width: 0;
}

.component-product-archive__products-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-width: 0;
	margin-bottom: 0.9rem;
	padding: 0.35rem 0.45rem;
	border-bottom: 1px solid rgba(17, 35, 19, 0.08);
}

.component-product-archive__products-count {
	flex: 0 0 auto;
	margin: 0;
	color: var(--alphard-color-text-soft);
	font-size: 0.82rem;
	font-weight: 800;
}

.component-product-archive__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.component-product-archive__empty {
	padding: 1.2rem;
	border: 1px dashed rgba(17, 35, 19, 0.12);
	border-radius: 1.25rem;
	color: var(--alphard-color-text-soft);
	text-align: center;
}

.component-product-archive__pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 1rem;
}

.component-product-archive__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	min-height: 2.5rem;
	padding: 0.55rem 0.8rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.86);
	color: var(--alphard-color-text);
	text-decoration: none;
	font-size: 0.85rem;
	font-weight: 800;
}

.component-product-archive__pagination .page-numbers.current {
	background: var(--alphard-color-accent);
	color: #041004;
	border-color: transparent;
}

.component-product-archive__panel {
	display: none;
}

body.archive-filters-open {
	overflow: hidden;
}

@media (min-width: 1200px) {
	.component-product-archive__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.component-account,
.component-account-auth {
	padding: 2rem 0 calc(var(--alphard-space-10) - 5px);
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}

.component-account__layout {
	display: grid;
	grid-template-columns: minmax(0, 18rem) minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
}

.component-account__sidebar,
.component-account__content,
.component-account-auth__panel {
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1.55rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 251, 246, 0.82)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.07), transparent 36%);
	box-shadow: 0 14px 30px rgba(7, 16, 8, 0.05);
}

.component-account__sidebar {
	padding: 0.75rem;
	min-width: 0;
	overflow: hidden;
}

.component-account__content,
.component-account-auth__panel {
	padding: 1.1rem;
	min-width: 0;
}

.component-account-nav__list {
	display: grid;
	gap: 0.35rem;
	margin: 0;
	padding: 0;
	list-style: none;
	min-width: 0;
}

.component-account-nav__link {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	justify-content: flex-start;
	min-height: 3rem;
	padding: 0.72rem 0.85rem;
	border-radius: 1rem;
	color: var(--alphard-color-text);
	text-decoration: none;
	transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.component-account-nav__link:hover {
	background: rgba(26, 206, 0, 0.08);
	transform: translateX(-2px);
}

.component-account-nav__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 0.8rem;
	background: rgba(26, 206, 0, 0.08);
	color: var(--alphard-color-accent-strong);
}

.component-account-nav__icon svg {
	width: 1.12rem;
	height: 1.12rem;
}

.component-account-nav .is-active .component-account-nav__link {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.14)),
		radial-gradient(circle at top, rgba(26, 206, 0, 0.18), transparent 52%);
	box-shadow:
		0 12px 24px rgba(26, 206, 0, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.34);
	color: var(--alphard-color-accent-strong);
}

.component-account-nav .is-active .component-account-nav__icon {
	background: var(--alphard-color-accent);
	color: #041004;
}

.component-account-section__header {
	display: grid;
	gap: 0.45rem;
	margin-bottom: 1rem;
}

.component-account-section__eyebrow {
	margin: 0;
	color: var(--alphard-color-accent-strong);
	font-size: 0.8rem;
	font-weight: 900;
}

.component-account-section__title {
	margin: 0;
	font-size: clamp(1.35rem, 2.4vw, 2rem);
	line-height: 1.15;
	font-weight: 900;
	font-family: "IRANYekan", "IRANSans", sans-serif;
}

.component-account-section__description {
	margin: 0;
	color: var(--alphard-color-text-soft);
	line-height: 1.85;
}

.component-account-dashboard__summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
	margin-bottom: 1rem;
}

.component-account-dashboard__card {
	display: grid;
	gap: 0.32rem;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1.15rem;
	background: rgba(255, 255, 255, 0.66);
}

.component-account-dashboard__card-label {
	color: var(--alphard-color-text-soft);
	font-size: 0.8rem;
	font-weight: 700;
}

.component-account-dashboard__card-value {
	font-size: 1rem;
	font-weight: 900;
	color: var(--alphard-color-text);
}

.component-account-dashboard__body {
	color: var(--alphard-color-text-soft);
	line-height: 1.95;
}

.component-account-orders .woocommerce-orders-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1.15rem;
}

.component-account-orders .woocommerce-orders-table thead th {
	padding: 0.9rem 1rem;
	background: rgba(26, 206, 0, 0.07);
	font-size: 0.82rem;
	font-weight: 900;
	color: var(--alphard-color-text);
	text-align: right;
}

.component-account-orders .woocommerce-orders-table tbody td {
	padding: 0.95rem 1rem;
	border-top: 1px solid rgba(17, 35, 19, 0.08);
	color: var(--alphard-color-text-soft);
	font-size: 0.88rem;
}

.component-account-orders__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.42rem 0.7rem;
	border-radius: 999px;
	font-size: 0.76rem;
	font-weight: 800;
}

.component-account-orders__status--processing {
	background: rgba(255, 196, 0, 0.12);
	color: #9a6b00;
}

.component-account-orders__status--completed {
	background: rgba(26, 206, 0, 0.12);
	color: #117c16;
}

.component-account-orders__status--cancelled,
.component-account-orders__status--failed {
	background: rgba(196, 45, 45, 0.12);
	color: #a83a3a;
}

.component-account-orders__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.3rem;
	padding: 0.5rem 0.8rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 800;
	text-decoration: none;
}

.component-account-orders__pagination {
	display: flex;
	justify-content: space-between;
	gap: 0.8rem;
	margin-top: 1rem;
}

.component-account-empty {
	display: grid;
	gap: 0.9rem;
	padding: 1rem;
	border: 1px dashed rgba(17, 35, 19, 0.12);
	border-radius: 1.1rem;
	text-align: center;
	color: var(--alphard-color-text-soft);
}

.component-account-empty__action,
.component-account-form__submit,
.component-account-orders__pagination .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.65rem 1rem;
	border: 0;
	border-radius: 999px;
	background: var(--alphard-color-accent);
	color: #041004;
	font-family: "IRANSans", Tahoma, sans-serif;
	font-size: 0.84rem;
	font-weight: 900;
	text-decoration: none;
}

.component-account-form {
	display: grid;
	gap: 1rem;
}

.component-account-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
}

.component-account-form .form-row,
.component-account-form p {
	margin: 0;
}

.component-account-form label,
.woocommerce-Addresses .title h3 {
	display: block;
	margin-bottom: 0.45rem;
	font-size: 0.82rem;
	font-weight: 800;
	color: var(--alphard-color-text);
}

.component-account-form input,
.component-account-form textarea,
.component-account-form select,
.woocommerce-Addresses address,
.woocommerce-address-fields__field-wrapper input,
.woocommerce-address-fields__field-wrapper textarea,
.woocommerce-address-fields__field-wrapper select {
	width: 100%;
	padding: 0.8rem 0.95rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.78);
	font-family: "IRANSans", Tahoma, sans-serif;
	color: var(--alphard-color-text);
}

.component-account-form input:focus,
.component-account-form textarea:focus,
.component-account-form select:focus,
.woocommerce-address-fields__field-wrapper input:focus,
.woocommerce-address-fields__field-wrapper textarea:focus,
.woocommerce-address-fields__field-wrapper select:focus {
	outline: 0;
	border-color: rgba(26, 206, 0, 0.4);
	box-shadow: 0 0 0 3px rgba(26, 206, 0, 0.1);
}

.component-account-form__fieldset {
	display: grid;
	gap: 0.9rem;
	padding: 1rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1.15rem;
}

.component-account-form__fieldset legend {
	padding: 0 0.35rem;
	font-size: 0.88rem;
	font-weight: 900;
	color: var(--alphard-color-text);
}

.woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	width: 100%;
}

.woocommerce-Addresses .u-column1,
.woocommerce-Addresses .u-column2,
.woocommerce-Addresses .col-1,
.woocommerce-Addresses .col-2,
.woocommerce-account .addresses .title,
.woocommerce-account .addresses .col-1,
.woocommerce-account .addresses .col-2 {
	float: none;
	width: auto;
	max-width: none;
	margin: 0;
}

.woocommerce-Addresses .woocommerce-Address {
	padding: 1rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1.25rem;
	background: rgba(255, 255, 255, 0.68);
}

.woocommerce-Addresses .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.8rem;
	margin-bottom: 0.85rem;
}

.woocommerce-Addresses .title a {
	font-size: 0.8rem;
	font-weight: 800;
	color: var(--alphard-color-accent-strong);
	text-decoration: none;
}

.woocommerce-Addresses address {
	line-height: 2;
	font-style: normal;
}

.component-account-auth__layout {
	display: grid;
}

.component-account-auth__panel {
	position: relative;
	overflow: hidden;
	padding: clamp(1.1rem, 3vw, 1.6rem);
}

.component-account-auth__panel::before {
	content: "";
	position: absolute;
	top: -6rem;
	left: -5rem;
	width: 15rem;
	height: 15rem;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(26, 206, 0, 0.18), transparent 62%);
	pointer-events: none;
}

.component-account-auth__panel > * {
	position: relative;
	z-index: 1;
}

.component-account-auth__title {
	margin: 0;
	font-size: clamp(1.45rem, 3vw, 2.25rem);
	line-height: 1.18;
	font-weight: 950;
	font-family: "IRANYekan", "IRANSans", sans-serif;
	color: var(--alphard-color-text);
}

.component-account-auth__form-head {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.component-account-auth__form-head p {
	margin: 0.2rem 0 0;
	color: var(--alphard-color-text-soft);
	font-size: 0.84rem;
	line-height: 1.75;
}

.component-account-auth__icon {
	position: relative;
	display: inline-grid;
	place-items: center;
	flex: 0 0 2.7rem;
	width: 2.7rem;
	height: 2.7rem;
	border-radius: 1rem;
	background:
		linear-gradient(145deg, rgba(26, 206, 0, 0.22), rgba(26, 206, 0, 0.08)),
		rgba(255, 255, 255, 0.72);
	color: var(--alphard-color-accent-strong);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.component-account-auth__icon::before {
	content: "";
	width: 1.05rem;
	height: 1.05rem;
	border: 2px solid currentColor;
	border-radius: 50%;
	box-shadow: 0 0.72rem 0 -0.18rem currentColor;
}

.component-account-auth__icon--register::before {
	width: 1.1rem;
	height: 0.85rem;
	border-radius: 0.35rem;
	box-shadow: none;
}

.component-account-auth__icon--register::after {
	content: "";
	position: absolute;
	width: 0.62rem;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transform: translate(-0.02rem, -0.02rem);
	box-shadow: 0 0 0 currentColor;
}

.component-account-auth__subtitle {
	margin: 0;
	font-size: 1rem;
	font-weight: 900;
}

.component-account-auth .col2-set {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	align-items: stretch;
	clear: none !important;
}

.component-account-auth #customer_login::before,
.component-account-auth #customer_login::after {
	content: none !important;
	display: none !important;
}

.component-account-auth .u-column1,
.component-account-auth .u-column2 {
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: none;
	margin: 0 !important;
	padding: 1rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1.35rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(250, 253, 249, 0.58)),
		radial-gradient(circle at top left, rgba(26, 206, 0, 0.08), transparent 44%);
	box-shadow: 0 12px 26px rgba(7, 16, 8, 0.045);
	min-width: 0;
}

.component-account-auth #customer_login > .u-column1 {
	grid-column: 1;
	grid-row: 1;
}

.component-account-auth #customer_login > .u-column2 {
	grid-column: 2;
	grid-row: 1;
}

.component-account-auth .component-account-form {
	display: grid;
	gap: 0.75rem;
}

.component-account-auth .form-row {
	margin: 0;
}

.component-account-auth label {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	margin-bottom: 0.42rem;
	color: var(--alphard-color-text);
	font-size: 0.84rem;
	font-weight: 850;
}

.component-account-auth .required {
	color: var(--alphard-color-accent-strong);
	text-decoration: none;
}

.component-account-auth .input-text {
	width: 100%;
	min-height: 3.05rem;
	padding: 0.78rem 0.95rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.82);
	color: var(--alphard-color-text);
	font-family: "IRANSans", Tahoma, sans-serif;
	font-size: 0.92rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.component-account-auth .input-text:focus {
	outline: none;
	border-color: rgba(26, 206, 0, 0.48);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(26, 206, 0, 0.12);
}

.component-account-auth .input-text::placeholder {
	color: rgba(17, 35, 19, 0.42);
}

.component-account-auth .woocommerce-form-login__rememberme {
	margin: 0.2rem 0 0.45rem;
	color: var(--alphard-color-text-soft);
}

.component-account-auth .woocommerce-form-login__rememberme input {
	accent-color: var(--alphard-color-accent);
}

.component-account-auth .component-account-form__submit {
	width: 100%;
	min-height: 3rem;
	border: 0;
	border-radius: 999px;
	background:
		linear-gradient(135deg, #1ace00, #72f45f),
		var(--alphard-color-accent);
	color: #061005;
	font-family: "IRANSans", Tahoma, sans-serif;
	font-size: 0.92rem;
	font-weight: 950;
	box-shadow: 0 14px 30px rgba(26, 206, 0, 0.2);
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.component-account-auth .component-account-form__submit:hover {
	transform: translateY(-1px);
	box-shadow: 0 18px 36px rgba(26, 206, 0, 0.24);
}

.component-account-auth .lost_password {
	margin: 0;
}

.component-account-auth .lost_password a {
	color: var(--alphard-color-accent-strong);
	text-decoration: none;
}

@media (max-width: 980px) {
	.component-account__layout {
		display: flex;
		flex-direction: column;
		gap: 0.85rem;
	}

	.component-account__sidebar {
		padding: 0.45rem;
		border-radius: 1.1rem;
		width: 100%;
	}

	.component-account-nav__list {
		display: flex;
		flex-wrap: nowrap;
		gap: 0.5rem;
		overflow-x: auto;
		padding: 0 0 0.15rem;
		scrollbar-width: none;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
		width: 100%;
	}

	.component-account-nav__list::-webkit-scrollbar {
		display: none;
	}

	.component-account-nav__list > li {
		flex: 0 0 auto;
		scroll-snap-align: start;
		max-width: max-content;
	}

	.component-account-nav__link {
		white-space: nowrap;
		min-height: 2.7rem;
		padding: 0.58rem 0.8rem;
	}

	.component-account-dashboard__summary,
	.component-account-form__grid,
	.woocommerce-Addresses,
	.component-account-auth .col2-set {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.component-account-auth #customer_login > .u-column1,
	.component-account-auth #customer_login > .u-column2 {
		grid-column: 1 !important;
		grid-row: auto !important;
		width: 100% !important;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.component-account,
	.component-account-auth {
		padding-top: 2rem;
	}

	.component-account__sidebar {
		padding: 0.35rem;
		background: transparent;
		border: 0;
		box-shadow: none;
		border-radius: 0;
	}

	.component-account__content,
	.component-account-auth__panel {
		padding: 0.9rem;
		border-radius: 1.2rem;
		width: 100%;
		overflow: hidden;
	}

	.component-account-nav__list {
		gap: 0.4rem;
		padding-inline: 0.1rem;
	}

	.component-account-nav__label {
		font-size: 0.78rem;
	}

	.component-account-nav__link {
		min-height: 2.55rem;
		padding: 0.5rem 0.72rem;
		font-size: 0.78rem;
	}

	.component-account-nav__icon {
		width: 1.9rem;
		height: 1.9rem;
		border-radius: 0.72rem;
	}

	.component-account-nav__icon svg {
		width: 1rem;
		height: 1rem;
	}

	.component-account-dashboard,
	.component-account-orders,
	.component-account-edit,
	.component-account-dashboard__body,
	.woocommerce-address-fields,
	.woocommerce-Addresses,
	.woocommerce-Address,
	.woocommerce-EditAccountForm,
	.woocommerce-form-login,
	.woocommerce-form-register {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.woocommerce-Addresses {
		display: grid;
		grid-template-columns: 1fr;
	}

	.component-account-orders .woocommerce-orders-table,
	.component-account-orders .woocommerce-orders-table thead,
	.component-account-orders .woocommerce-orders-table tbody,
	.component-account-orders .woocommerce-orders-table th,
	.component-account-orders .woocommerce-orders-table td,
	.component-account-orders .woocommerce-orders-table tr {
		display: block;
		width: 100%;
	}

	.component-account-orders .woocommerce-orders-table thead {
		display: none;
	}

	.component-account-orders .woocommerce-orders-table tbody {
		display: grid;
		gap: 0.8rem;
	}

	.component-account-orders .woocommerce-orders-table tbody tr {
		padding: 0.9rem;
		border: 1px solid rgba(17, 35, 19, 0.08);
		border-radius: 1.1rem;
		background: rgba(255, 255, 255, 0.72);
	}

	.component-account-orders .woocommerce-orders-table tbody td {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.8rem;
		padding: 0.45rem 0;
		border-top: 0;
		text-align: left;
	}

	.component-account-orders .woocommerce-orders-table tbody td::before {
		content: attr(data-title);
		color: var(--alphard-color-text);
		font-size: 0.78rem;
		font-weight: 800;
		text-align: right;
	}

	.component-account-orders__pagination {
		flex-direction: column;
	}
}

html[data-theme="dark"] .component-account__sidebar,
html[data-theme="dark"] .component-account__content,
html[data-theme="dark"] .component-account-auth__panel,
html[data-theme="dark"] .component-account-dashboard__card,
html[data-theme="dark"] .component-account-form__fieldset,
html[data-theme="dark"] .woocommerce-Addresses .woocommerce-Address,
html[data-theme="dark"] .component-account-orders .woocommerce-orders-table,
html[data-theme="dark"] .component-account-orders .woocommerce-orders-table tbody tr {
	background:
		linear-gradient(180deg, rgba(17, 21, 18, 0.96), rgba(22, 29, 24, 0.94)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.08), transparent 42%);
	border-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .component-account-section__description,
html[data-theme="dark"] .component-account-auth__form-head p,
html[data-theme="dark"] .component-account-dashboard__card-label,
html[data-theme="dark"] .component-account-dashboard__body,
html[data-theme="dark"] .component-account-empty,
html[data-theme="dark"] .component-account-orders .woocommerce-orders-table tbody td,
html[data-theme="dark"] .component-account-auth .lost_password a {
	color: rgba(236, 244, 236, 0.74);
}

html[data-theme="dark"] .component-account-form input,
html[data-theme="dark"] .component-account-form textarea,
html[data-theme="dark"] .component-account-form select,
html[data-theme="dark"] .woocommerce-address-fields__field-wrapper input,
html[data-theme="dark"] .woocommerce-address-fields__field-wrapper textarea,
html[data-theme="dark"] .woocommerce-address-fields__field-wrapper select,
html[data-theme="dark"] .woocommerce-Addresses address {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.08);
	color: rgba(244, 248, 244, 0.92);
}

html[data-theme="dark"] .component-account-auth .u-column1,
html[data-theme="dark"] .component-account-auth .u-column2 {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.025)),
		radial-gradient(circle at top left, rgba(26, 206, 0, 0.08), transparent 46%);
	border-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .component-account-auth__title,
html[data-theme="dark"] .component-account-auth__subtitle,
html[data-theme="dark"] .component-account-auth label {
	color: rgba(244, 248, 244, 0.94);
}

html[data-theme="dark"] .component-account-auth__icon {
	background: rgba(26, 206, 0, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .component-account-auth .input-text::placeholder {
	color: rgba(244, 248, 244, 0.38);
}

html[data-theme="dark"] .component-account-nav__link {
	color: rgba(244, 248, 244, 0.9);
}

html[data-theme="dark"] .component-product-archive__filters-form,
html[data-theme="dark"] .component-product-archive__mobile-controls,
html[data-theme="dark"] .component-product-archive__mobile-sort select,
html[data-theme="dark"] .component-product-archive__filters-toggle,
html[data-theme="dark"] .component-product-archive__price-range input,
html[data-theme="dark"] .component-product-archive__reset,
html[data-theme="dark"] .component-product-archive__pagination .page-numbers,
html[data-theme="dark"] .component-product-archive__filter-option {
	background:
		linear-gradient(180deg, rgba(17, 21, 18, 0.96), rgba(22, 29, 24, 0.94)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.08), transparent 42%);
	color: rgba(244, 248, 244, 0.92);
	border-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .component-product-archive__description,
html[data-theme="dark"] .component-product-archive__result-count,
html[data-theme="dark"] .component-product-archive__products-count,
html[data-theme="dark"] .component-product-archive__sort-link {
	color: rgba(236, 244, 236, 0.72);
}

html[data-theme="dark"] .component-product-archive__sort-label,
html[data-theme="dark"] .component-product-archive__filter-label,
html[data-theme="dark"] .component-product-archive__mobile-sort label {
	color: rgba(244, 248, 244, 0.92);
}

html[data-theme="dark"] .component-product-archive__sort-link:hover,
html[data-theme="dark"] .component-product-archive__sort-link.is-active,
html[data-theme="dark"] .component-product-archive__filter-group.has-selection .component-product-archive__filter-label,
html[data-theme="dark"] .component-product-archive__filters-clear {
	color: var(--alphard-color-accent);
}

html[data-theme="dark"] .component-product-archive__products-toolbar,
html[data-theme="dark"] .component-product-archive__filter-group {
	border-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .component-product-archive__filter-option-indicator {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .component-product-archive__filter-chevron {
	border-color: rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.055);
	color: rgba(244, 248, 244, 0.72);
}

html[data-theme="dark"] .component-product-archive__empty {
	border-color: rgba(255, 255, 255, 0.08);
	color: rgba(236, 244, 236, 0.72);
	background: rgba(17, 21, 18, 0.76);
}

.component-cta-box {
	background:
		linear-gradient(135deg, rgba(8, 18, 9, 0.96), rgba(13, 42, 16, 0.84)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.2), transparent 45%);
	color: var(--alphard-color-contrast);
}

.component-cta-box__description {
	margin-top: var(--alphard-space-4);
	color: rgba(255, 255, 255, 0.78);
}

.component-text-section__content,
.component-image-text__body,
.component-installment__description {
	font-size: 1rem;
}

.component-image-text__inner {
	padding: var(--alphard-space-6);
}

.component-image-text__media {
	overflow: hidden;
	border-radius: calc(var(--alphard-radius-md) - 0.5rem);
}

.component-image-text__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 4 / 3;
}

.component-installment__inner,
.component-trust__body {
	display: grid;
	gap: var(--alphard-space-6);
}

.component-installment__benefits {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.component-installment__benefit {
	padding: var(--alphard-space-5);
}

.component-installment__actions {
	margin-top: var(--alphard-space-3);
}

.component-installment__action--secondary {
	border-color: rgba(17, 35, 19, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.1)),
		radial-gradient(circle at top, rgba(26, 206, 0, 0.1), transparent 52%);
	backdrop-filter: blur(14px);
	box-shadow:
		0 10px 22px rgba(7, 16, 8, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.component-installment__action--secondary:hover {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.14)),
		radial-gradient(circle at top, rgba(26, 206, 0, 0.14), transparent 54%);
}

.component-trust__content-column {
	order: 1;
}

.component-trust__stories-column {
	order: 2;
	min-width: 0;
}

.component-trust__stories-shell {
	margin-top: 1rem;
	position: relative;
	display: grid;
	gap: 0.9rem;
	align-content: start;
}

.component-trust__stories {
	display: flex;
	justify-content: center;
	gap: 0.9rem;
	overflow-x: auto;
	padding: 0.15rem 2.2rem 0.25rem;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.component-trust__stories::-webkit-scrollbar {
	display: none;
}

.component-trust__story {
	flex: 0 0 5.8rem;
	display: grid;
	justify-items: center;
	gap: 0.5rem;
	padding: 0;
	border: 0;
	background: transparent;
	scroll-snap-align: start;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.component-trust__story-avatar {
	position: relative;
	display: grid;
	place-items: center;
	width: 5.8rem;
	height: 5.8rem;
	padding: 0;
	border-radius: 50%;
	overflow: hidden;
	box-shadow:
		0 10px 24px rgba(14, 45, 16, 0.14),
		0 0 0 1px rgba(20, 72, 24, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	isolation: isolate;
}

.component-trust__story:hover .component-trust__story-avatar {
	transform: translateY(-3px);
	box-shadow:
		0 16px 28px rgba(14, 45, 16, 0.2),
		0 0 0 1px rgba(20, 72, 24, 0.12);
}

.component-trust__story-avatar::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: conic-gradient(from 210deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5, #feda75);
}

.component-trust__story-avatar::after {
	content: "";
	position: absolute;
	inset: 0.18rem;
	border-radius: 50%;
	background: #ffffff;
	z-index: 0;
}

.component-trust__story-image,
.component-trust__story-video {
	position: absolute;
	inset: 0.28rem;
	z-index: 1;
	display: block;
	width: calc(100% - 0.56rem);
	height: calc(100% - 0.56rem);
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	border: 0;
	background: rgba(12, 20, 13, 0.08);
}

.component-trust__story-video {
	pointer-events: none;
}

.component-trust__story-content {
	display: grid;
	gap: 0;
	width: 100%;
	text-align: center;
}

.component-trust__story-title {
	font-family: "IRANSans", Tahoma, sans-serif;
	font-size: 0.83rem;
	font-weight: 800;
	line-height: 1.45;
}

.component-trust__stories-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
}

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

.component-lead-modal {
	position: fixed;
	inset: 0;
	z-index: 220;
	display: grid;
	place-items: center;
	padding: 1rem;
}

.component-lead-modal__backdrop {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 68% 18%, rgba(26, 206, 0, 0.2), transparent 28rem),
		rgba(2, 8, 3, 0.58);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.component-lead-modal__dialog {
	position: relative;
	isolation: isolate;
	width: min(100%, 34rem);
	max-height: calc(100vh - 2rem);
	overflow-y: auto;
	padding: clamp(1rem, 4vw, 1.55rem);
	border: 1px solid rgba(255, 255, 255, 0.54);
	border-radius: 1.75rem;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(244, 255, 242, 0.88)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.15), transparent 45%);
	box-shadow: 0 28px 90px rgba(5, 18, 6, 0.28);
	color: var(--alphard-color-text);
}

.component-lead-modal__dialog::before {
	content: "";
	position: absolute;
	inset: 0.55rem;
	z-index: -1;
	border: 1px solid rgba(26, 206, 0, 0.12);
	border-radius: 1.35rem;
	pointer-events: none;
}

.component-lead-modal__close {
	position: absolute;
	top: 0.85rem;
	left: 0.85rem;
	z-index: 2;
	display: inline-grid;
	place-items: center;
	width: 2.45rem;
	height: 2.45rem;
	border: 1px solid rgba(17, 35, 19, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--alphard-color-text);
	font: inherit;
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.component-lead-modal__close:hover {
	transform: translateY(-2px);
	border-color: rgba(26, 206, 0, 0.25);
	background: rgba(26, 206, 0, 0.14);
}

.component-lead-modal__visual {
	position: absolute;
	inset: 0;
	z-index: -1;
	overflow: hidden;
	border-radius: inherit;
	pointer-events: none;
}

.component-lead-modal__orb {
	position: absolute;
	display: block;
	border-radius: 999px;
	filter: blur(4px);
	opacity: 0.9;
}

.component-lead-modal__orb--primary {
	top: -3rem;
	right: -2.4rem;
	width: 9rem;
	height: 9rem;
	background: rgba(26, 206, 0, 0.18);
}

.component-lead-modal__orb--secondary {
	bottom: -3.5rem;
	left: -2.8rem;
	width: 8rem;
	height: 8rem;
	background: rgba(26, 206, 0, 0.1);
}

.component-lead-modal__header {
	display: grid;
	gap: 0.55rem;
	padding-inline-end: 2.6rem;
}

.component-lead-modal__eyebrow {
	width: max-content;
	max-width: 100%;
	margin: 0;
	padding: 0.36rem 0.75rem;
	border-radius: 999px;
	background: rgba(26, 206, 0, 0.12);
	color: var(--alphard-color-accent-strong);
	font-size: 0.78rem;
	font-weight: 900;
}

.component-lead-modal__title {
	margin: 0;
	font-size: clamp(1.22rem, 4vw, 1.85rem);
	line-height: 1.45;
	font-weight: 900;
	letter-spacing: -0.04em;
}

.component-lead-modal__text {
	margin: 0;
	color: var(--alphard-color-text-soft);
	font-size: 0.92rem;
	line-height: 1.9;
}

.component-lead-modal__notice {
	margin: 1rem 0 0;
	padding: 0.75rem 0.9rem;
	border-radius: 1rem;
	font-size: 0.86rem;
	font-weight: 800;
}

.component-lead-modal__notice--success {
	background: rgba(26, 206, 0, 0.12);
	color: #138600;
}

.component-lead-modal__notice--error {
	background: rgba(225, 61, 61, 0.1);
	color: #b42323;
}

.component-lead-modal__form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 1.1rem;
}

.component-lead-modal__field {
	display: grid;
	gap: 0.4rem;
	min-width: 0;
}

.component-lead-modal__field--wide {
	grid-column: 1 / -1;
}

.component-lead-modal__field span {
	color: var(--alphard-color-text);
	font-size: 0.82rem;
	font-weight: 850;
}

.component-lead-modal__field input,
.component-lead-modal__field textarea {
	width: 100%;
	min-width: 0;
	border: 1px solid rgba(17, 35, 19, 0.1);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.76);
	color: var(--alphard-color-text);
	font: inherit;
	font-size: 0.9rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.component-lead-modal__field input {
	min-height: 3rem;
	padding: 0 0.95rem;
}

.component-lead-modal__field textarea {
	resize: vertical;
	padding: 0.85rem 0.95rem;
}

.component-lead-modal__field input:focus,
.component-lead-modal__field textarea:focus {
	outline: none;
	border-color: rgba(26, 206, 0, 0.58);
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 0 4px rgba(26, 206, 0, 0.12);
}

.component-lead-modal__submit {
	grid-column: 1 / -1;
	min-height: 3.15rem;
	border: 0;
	border-radius: 999px;
	background:
		linear-gradient(135deg, #49f535 0%, var(--alphard-color-accent) 52%, #109b00 100%);
	color: #061006;
	font: inherit;
	font-weight: 950;
	cursor: pointer;
	box-shadow: 0 16px 34px rgba(26, 206, 0, 0.24);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.component-lead-modal__submit:hover {
	transform: translateY(-2px);
	filter: saturate(1.08);
	box-shadow: 0 20px 42px rgba(26, 206, 0, 0.3);
}

.component-search-results {
	padding: clamp(1.5rem, 4vw, 3rem) 0 var(--alphard-space-16);
}

.component-search-results__hero {
	position: relative;
	overflow: hidden;
	display: grid;
	gap: 0.85rem;
	margin-bottom: 2.25rem;
	padding: clamp(1.25rem, 4vw, 2.2rem);
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 2rem;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(242, 255, 240, 0.88)),
		radial-gradient(circle at top left, rgba(26, 206, 0, 0.15), transparent 38%);
	box-shadow: 0 18px 44px rgba(8, 20, 9, 0.08);
}

.component-search-results__hero::after {
	content: "";
	position: absolute;
	left: -3rem;
	bottom: -3rem;
	width: 11rem;
	height: 11rem;
	border-radius: 999px;
	background: rgba(26, 206, 0, 0.1);
	filter: blur(2px);
	pointer-events: none;
}

.component-search-results__eyebrow,
.component-search-results__section-eyebrow {
	width: max-content;
	max-width: 100%;
	margin: 0;
	padding: 0.34rem 0.7rem;
	border-radius: 999px;
	background: rgba(26, 206, 0, 0.12);
	color: var(--alphard-color-accent-strong);
	font-size: 0.78rem;
	font-weight: 900;
}

.component-search-results__title {
	margin: 0;
	font-size: clamp(1.55rem, 5vw, 3rem);
	line-height: 1.35;
	font-weight: 950;
	letter-spacing: -0.05em;
	color: var(--alphard-color-text);
}

.component-search-results__subtitle {
	max-width: 42rem;
	margin: 0;
	color: var(--alphard-color-text-soft);
	font-size: 0.98rem;
	line-height: 1.9;
}

.component-search-results__form {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 0.65rem;
	width: min(100%, 42rem);
	margin-top: 0.35rem;
	padding: 0.4rem;
	border: 1px solid rgba(17, 35, 19, 0.09);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.component-search-results__input {
	flex: 1 1 auto;
	min-width: 0;
	height: 3rem;
	padding: 0 1rem;
	border: 0;
	background: transparent;
	color: var(--alphard-color-text);
	font: inherit;
}

.component-search-results__input:focus {
	outline: none;
}

.component-search-results__submit {
	flex: 0 0 auto;
	min-height: 3rem;
	padding: 0 1.35rem;
	border: 0;
	border-radius: 999px;
	background: var(--alphard-color-accent);
	color: #061006;
	font: inherit;
	font-weight: 900;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.component-search-results__submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 26px rgba(26, 206, 0, 0.22);
}

.component-search-results__section {
	display: grid;
	gap: 1rem;
	margin-top: 2rem;
}

.component-search-results__section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
}

.component-search-results__section-head > div {
	display: grid;
	gap: 0.55rem;
}

.component-search-results__section-title {
	margin: 0;
	color: var(--alphard-color-text);
	font-size: clamp(1.2rem, 3vw, 1.75rem);
	line-height: 1.45;
	font-weight: 950;
}

.component-search-results__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.4rem;
	height: 2.4rem;
	border-radius: 999px;
	background: rgba(17, 35, 19, 0.06);
	color: var(--alphard-color-text);
	font-weight: 900;
}

.component-search-results__products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.component-search-results__content-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.component-search-results__card {
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
	min-height: 13rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1.45rem;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 14px 34px rgba(8, 20, 9, 0.07);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.component-search-results__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 44px rgba(8, 20, 9, 0.11);
}

.component-search-results__card-media {
	display: grid;
	place-items: center;
	min-height: 100%;
	background:
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.12), transparent 50%),
		#f1f8f0;
	color: var(--alphard-color-accent-strong);
	font-weight: 950;
}

.component-search-results__card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.component-search-results__card-body {
	display: grid;
	align-content: center;
	gap: 0.55rem;
	padding: 1rem;
	min-width: 0;
}

.component-search-results__card-type {
	width: max-content;
	max-width: 100%;
	padding: 0.25rem 0.6rem;
	border-radius: 999px;
	background: rgba(26, 206, 0, 0.1);
	color: var(--alphard-color-accent-strong);
	font-size: 0.74rem;
	font-weight: 900;
}

.component-search-results__card-title {
	margin: 0;
	font-size: 1rem;
	line-height: 1.55;
	font-weight: 900;
	color: var(--alphard-color-text);
}

.component-search-results__card-title a:hover,
.component-search-results__card-link:hover {
	color: var(--alphard-color-accent-strong);
}

.component-search-results__card-excerpt {
	margin: 0;
	color: var(--alphard-color-muted);
	font-size: 0.86rem;
	line-height: 1.8;
}

.component-search-results__card-link {
	color: var(--alphard-color-text);
	font-size: 0.84rem;
	font-weight: 900;
	transition: color 0.2s ease;
}

.component-search-results__empty {
	display: grid;
	place-items: center;
	gap: 0.5rem;
	padding: 2.5rem 1rem;
	border: 1px dashed rgba(17, 35, 19, 0.14);
	border-radius: 1.6rem;
	background: rgba(255, 255, 255, 0.68);
	text-align: center;
}

.component-search-results__empty-icon {
	display: inline-grid;
	place-items: center;
	width: 4rem;
	height: 4rem;
	margin: 0;
	border-radius: 50%;
	background: rgba(26, 206, 0, 0.12);
	color: var(--alphard-color-accent-strong);
	font-size: 2rem;
	font-weight: 950;
}

.component-search-results__empty h2,
.component-search-results__empty p {
	margin: 0;
}

.component-search-results__pagination {
	margin-top: 2rem;
}

.component-search-results__pagination .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	flex-wrap: wrap;
}

.component-search-results__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	height: 2.5rem;
	padding: 0 0.75rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--alphard-color-text);
	font-weight: 850;
}

.component-search-results__pagination .page-numbers.current {
	background: var(--alphard-color-accent);
	color: #061006;
}

.component-blog-archive,
.component-error-404 {
	padding: clamp(1.5rem, 4vw, 3rem) 0 var(--alphard-space-16);
}

.component-blog-archive__hero,
.component-single-post__hero,
.component-error-404__inner {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 2rem;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(242, 255, 240, 0.88)),
		radial-gradient(circle at top left, rgba(26, 206, 0, 0.15), transparent 42%);
	box-shadow: 0 18px 44px rgba(8, 20, 9, 0.08);
}

.component-blog-archive__hero {
	display: grid;
	gap: 0.75rem;
	margin-bottom: 2rem;
	padding: clamp(1.25rem, 4vw, 2.2rem);
}

.component-blog-archive__eyebrow,
.component-single-post__eyebrow,
.component-error-404__eyebrow {
	width: max-content;
	max-width: 100%;
	margin: 0;
	padding: 0.34rem 0.75rem;
	border-radius: 999px;
	background: rgba(26, 206, 0, 0.12);
	color: var(--alphard-color-accent-strong);
	font-size: 0.78rem;
	font-weight: 900;
}

.component-blog-archive__title,
.component-single-post__title,
.component-error-404__title {
	margin: 0;
	color: var(--alphard-color-text);
	font-size: clamp(1.6rem, 5vw, 3rem);
	line-height: 1.35;
	font-weight: 950;
	letter-spacing: -0.05em;
}

.component-blog-archive__subtitle,
.component-error-404__text {
	max-width: 44rem;
	margin: 0;
	color: var(--alphard-color-text-soft);
	font-size: 0.98rem;
	line-height: 1.9;
}

.component-blog-archive__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.component-blog-card {
	overflow: hidden;
	display: grid;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1.55rem;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 14px 34px rgba(8, 20, 9, 0.07);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.component-blog-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 44px rgba(8, 20, 9, 0.11);
}

.component-blog-card__media {
	display: grid;
	place-items: center;
	aspect-ratio: 16 / 10;
	background:
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.13), transparent 52%),
		#f1f8f0;
	color: var(--alphard-color-accent-strong);
	font-weight: 950;
}

.component-blog-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.component-blog-card__body {
	display: grid;
	gap: 0.65rem;
	padding: 1rem;
}

.component-blog-card__meta,
.component-single-post__meta {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	flex-wrap: wrap;
	color: var(--alphard-color-muted);
	font-size: 0.78rem;
	font-weight: 800;
}

.component-blog-card__meta > *,
.component-single-post__meta > * {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
}

.component-blog-card__meta > * + *::before,
.component-single-post__meta > * + *::before {
	content: "";
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 999px;
	background: var(--alphard-color-accent);
}

.component-blog-card__title {
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.65;
	font-weight: 950;
	color: var(--alphard-color-text);
}

.component-blog-card__title a:hover,
.component-blog-card__link:hover,
.component-single-post__taxonomy a:hover,
.component-single-post__nav a:hover {
	color: var(--alphard-color-accent-strong);
}

.component-blog-card__excerpt {
	margin: 0;
	color: var(--alphard-color-text-soft);
	font-size: 0.88rem;
	line-height: 1.9;
}

.component-blog-card__link {
	width: max-content;
	max-width: 100%;
	margin-top: 0.2rem;
	color: var(--alphard-color-text);
	font-size: 0.86rem;
	font-weight: 950;
	transition: color 0.2s ease;
}

.component-blog-archive__pagination {
	margin-top: 2rem;
}

.component-blog-archive__pagination .nav-links {
	display: flex;
	justify-content: center;
	gap: 0.45rem;
	flex-wrap: wrap;
}

.component-blog-archive__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.45rem;
	height: 2.45rem;
	padding: 0 0.75rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--alphard-color-text);
	font-weight: 850;
}

.component-blog-archive__pagination .page-numbers.current {
	background: var(--alphard-color-accent);
	color: #061006;
}

.component-blog-archive__empty {
	display: grid;
	place-items: center;
	gap: 0.5rem;
	padding: 2.5rem 1rem;
	border: 1px dashed rgba(17, 35, 19, 0.14);
	border-radius: 1.6rem;
	background: rgba(255, 255, 255, 0.68);
	text-align: center;
}

.component-blog-archive__empty-mark {
	display: inline-grid;
	place-items: center;
	width: 4rem;
	height: 4rem;
	margin: 0;
	border-radius: 50%;
	background: rgba(26, 206, 0, 0.12);
	color: var(--alphard-color-accent-strong);
	font-size: 2rem;
	font-weight: 950;
}

.component-single-post {
	max-width: 56rem;
	margin-inline: auto;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.component-single-post__hero {
	display: grid;
	gap: 0.8rem;
	padding: clamp(1.25rem, 4vw, 2.3rem);
	margin-bottom: 1rem;
}

.component-single-post__thumbnail {
	overflow: hidden;
	margin: 0 0 1rem;
	border-radius: 1.65rem;
	box-shadow: 0 18px 42px rgba(8, 20, 9, 0.1);
}

.component-single-post__image {
	width: 100%;
	max-height: 34rem;
	object-fit: cover;
}

.component-single-post__content {
	padding: clamp(1.2rem, 4vw, 2.1rem);
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1.65rem;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 14px 34px rgba(8, 20, 9, 0.07);
	color: var(--alphard-color-text);
	font-size: 1rem;
	line-height: 2.05;
}

.component-single-post__content h2,
.component-single-post__content h3,
.component-single-post__content h4 {
	margin-top: 1.8em;
	line-height: 1.55;
	font-weight: 950;
}

.component-single-post__content a {
	color: var(--alphard-color-accent-strong);
	font-weight: 800;
}

.component-single-post__content img {
	border-radius: 1.2rem;
}

.component-single-post__footer {
	display: grid;
	gap: 1rem;
	margin-top: 1rem;
}

.component-single-post__taxonomy,
.component-single-post__nav-item {
	padding: 1rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1.2rem;
	background: rgba(255, 255, 255, 0.72);
}

.component-single-post__taxonomy {
	color: var(--alphard-color-muted);
	font-size: 0.9rem;
	font-weight: 800;
}

.component-single-post__taxonomy span {
	color: var(--alphard-color-text);
}

.component-single-post__nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.component-single-post__nav-item {
	display: grid;
	gap: 0.25rem;
}

.component-single-post__nav-item span {
	color: var(--alphard-color-muted);
	font-size: 0.78rem;
	font-weight: 850;
}

.component-single-post__nav-item a {
	color: var(--alphard-color-text);
	font-weight: 900;
	line-height: 1.7;
}

.component-error-404__inner {
	display: grid;
	place-items: center;
	gap: 0.75rem;
	min-height: min(34rem, calc(100vh - 14rem));
	padding: clamp(1.5rem, 6vw, 3.5rem);
	text-align: center;
}

.component-error-404__code {
	margin: 0;
	color: rgba(26, 206, 0, 0.16);
	font-size: clamp(5rem, 22vw, 12rem);
	font-weight: 950;
	line-height: 0.82;
	letter-spacing: -0.08em;
}

.component-error-404__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	flex-wrap: wrap;
	margin-top: 0.65rem;
}

.component-error-404__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.8rem 1.2rem;
	border-radius: 999px;
	font-weight: 950;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.component-error-404__button--primary {
	background: var(--alphard-color-accent);
	color: #061006;
	box-shadow: 0 16px 34px rgba(26, 206, 0, 0.22);
}

.component-error-404__button--secondary {
	border: 1px solid rgba(17, 35, 19, 0.1);
	background: rgba(255, 255, 255, 0.72);
	color: var(--alphard-color-text);
}

.component-error-404__button:hover {
	transform: translateY(-2px);
}

html[data-theme="dark"] .component-lead-modal__dialog {
	border-color: rgba(255, 255, 255, 0.12);
	background:
		linear-gradient(145deg, rgba(14, 19, 15, 0.96), rgba(20, 31, 21, 0.92)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.14), transparent 45%);
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
}

html[data-theme="dark"] .component-lead-modal__close,
html[data-theme="dark"] .component-lead-modal__field input,
html[data-theme="dark"] .component-lead-modal__field textarea {
	border-color: rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.055);
	color: rgba(246, 250, 246, 0.94);
}

html[data-theme="dark"] .component-lead-modal__text {
	color: rgba(220, 232, 221, 0.72);
}

html[data-theme="dark"] .component-lead-modal__field span {
	color: rgba(246, 250, 246, 0.9);
}

html[data-theme="dark"] .component-search-results__hero,
html[data-theme="dark"] .component-search-results__card,
html[data-theme="dark"] .component-search-results__empty,
html[data-theme="dark"] .component-search-results__pagination .page-numbers {
	border-color: rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(145deg, rgba(16, 22, 17, 0.95), rgba(20, 30, 21, 0.9)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.1), transparent 42%);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.25);
}

html[data-theme="dark"] .component-search-results__form {
	border-color: rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.055);
}

html[data-theme="dark"] .component-search-results__input,
html[data-theme="dark"] .component-search-results__title,
html[data-theme="dark"] .component-search-results__section-title,
html[data-theme="dark"] .component-search-results__card-title,
html[data-theme="dark"] .component-search-results__card-link,
html[data-theme="dark"] .component-search-results__count,
html[data-theme="dark"] .component-search-results__pagination .page-numbers {
	color: rgba(246, 250, 246, 0.94);
}

html[data-theme="dark"] .component-search-results__subtitle,
html[data-theme="dark"] .component-search-results__card-excerpt {
	color: rgba(220, 232, 221, 0.72);
}

html[data-theme="dark"] .component-search-results__card-media {
	background:
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.13), transparent 50%),
		rgba(255, 255, 255, 0.045);
}

html[data-theme="dark"] .component-blog-archive__hero,
html[data-theme="dark"] .component-blog-card,
html[data-theme="dark"] .component-blog-archive__empty,
html[data-theme="dark"] .component-blog-archive__pagination .page-numbers,
html[data-theme="dark"] .component-single-post__hero,
html[data-theme="dark"] .component-single-post__content,
html[data-theme="dark"] .component-single-post__taxonomy,
html[data-theme="dark"] .component-single-post__nav-item,
html[data-theme="dark"] .component-error-404__inner,
html[data-theme="dark"] .component-error-404__button--secondary {
	border-color: rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(145deg, rgba(16, 22, 17, 0.95), rgba(20, 30, 21, 0.9)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.1), transparent 42%);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.25);
}

html[data-theme="dark"] .component-blog-archive__title,
html[data-theme="dark"] .component-blog-card__title,
html[data-theme="dark"] .component-blog-card__link,
html[data-theme="dark"] .component-single-post__title,
html[data-theme="dark"] .component-single-post__content,
html[data-theme="dark"] .component-single-post__taxonomy span,
html[data-theme="dark"] .component-single-post__nav-item a,
html[data-theme="dark"] .component-error-404__title,
html[data-theme="dark"] .component-error-404__button--secondary,
html[data-theme="dark"] .component-blog-archive__pagination .page-numbers {
	color: rgba(246, 250, 246, 0.94);
}

html[data-theme="dark"] .component-blog-archive__subtitle,
html[data-theme="dark"] .component-blog-card__excerpt,
html[data-theme="dark"] .component-single-post__meta,
html[data-theme="dark"] .component-single-post__taxonomy,
html[data-theme="dark"] .component-single-post__nav-item span,
html[data-theme="dark"] .component-error-404__text {
	color: rgba(220, 232, 221, 0.72);
}

html[data-theme="dark"] .component-blog-card__media {
	background:
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.13), transparent 50%),
		rgba(255, 255, 255, 0.045);
}

@media (max-width: 1024px) {
	.component-search-results__products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.component-search-results__content-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.component-blog-archive__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.component-search-results__products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.component-blog-archive__grid,
	.component-single-post__nav {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.component-lead-modal {
		align-items: end;
		padding: 0.65rem;
	}

	.component-lead-modal__dialog {
		width: 100%;
		max-height: calc(100vh - 1.3rem);
		border-radius: 1.35rem;
		padding: 1rem;
	}

	.component-lead-modal__header {
		padding-inline-end: 2.2rem;
	}

	.component-lead-modal__form {
		grid-template-columns: 1fr;
		gap: 0.68rem;
	}

	.component-lead-modal__field,
	.component-lead-modal__submit {
		grid-column: 1 / -1;
	}

	.component-search-results {
		padding-top: 1rem;
	}

	.component-search-results__hero {
		border-radius: 1.35rem;
		margin-bottom: 1.6rem;
	}

	.component-search-results__form {
		flex-direction: column;
		align-items: stretch;
		border-radius: 1.2rem;
	}

	.component-search-results__submit {
		width: 100%;
	}

	.component-search-results__section-head {
		align-items: start;
	}

	.component-search-results__products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.85rem;
	}

	.component-search-results__content-grid,
	.component-search-results__card {
		grid-template-columns: 1fr;
	}

	.component-search-results__card-media {
		aspect-ratio: 16 / 9;
	}

	.component-blog-archive,
	.component-error-404 {
		padding-top: 1rem;
	}

	.component-blog-archive__hero,
	.component-single-post__hero,
	.component-single-post__content,
	.component-error-404__inner {
		border-radius: 1.35rem;
	}

	.component-error-404__actions {
		width: 100%;
	}

	.component-error-404__button {
		width: 100%;
	}
}

.component-trust__stories-nav {
	position: absolute;
	top: 2.9rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	border: 1px solid rgba(26, 206, 0, 0.12);
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 251, 243, 0.98)),
		radial-gradient(circle at top, rgba(26, 206, 0, 0.1), transparent 54%);
	box-shadow: 0 10px 20px rgba(7, 16, 8, 0.08);
	color: var(--alphard-color-accent-strong);
	font-size: 1.3rem;
	line-height: 1;
	transform: translateY(-50%);
}

.component-trust__stories-nav--prev {
	right: -0.95rem;
}

.component-trust__stories-nav--next {
	left: -0.95rem;
}

.component-trust__stories-nav:hover {
	box-shadow: 0 14px 24px rgba(7, 16, 8, 0.12);
}

.component-trust__stories-dots {
	display: inline-flex;
	align-items: center;
	gap: 0.42rem;
}

.component-trust__stories-dot {
	width: 0.46rem;
	height: 0.46rem;
	border: 0;
	border-radius: 50%;
	background: rgba(21, 34, 24, 0.18);
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.component-trust__stories-dot.is-active {
	background: var(--alphard-color-accent-strong);
	transform: scale(1.1);
}

.component-trust__modal[hidden] {
	display: none;
}

.component-trust__modal {
	position: fixed;
	inset: 0;
	z-index: 1200;
	display: grid;
	place-items: center;
	padding: 1rem;
	isolation: isolate;
}

.component-trust__modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(4, 9, 5, 0.72);
	backdrop-filter: blur(10px);
}

.component-trust__modal-dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 24rem);
}

.component-trust__modal-close {
	position: absolute;
	top: 0.85rem;
	left: 0.85rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(9, 16, 10, 0.65);
	color: #ffffff;
	font-size: 1.45rem;
	backdrop-filter: blur(14px);
}

.component-trust__modal-stage {
	position: relative;
	padding: 2.4rem 1.1rem 1.1rem;
	border: 1px solid rgba(26, 206, 0, 0.14);
	border-radius: 2rem;
	background:
		linear-gradient(180deg, rgba(13, 21, 14, 0.98), rgba(7, 11, 8, 0.98)),
		radial-gradient(circle at top, rgba(26, 206, 0, 0.14), transparent 54%);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.component-trust__modal-progress {
	position: absolute;
	top: 0.6rem;
	right: 0.9rem;
	left: 0.9rem;
	height: 2px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	overflow: hidden;
	z-index: 3;
}

.component-trust__modal-progress-bar {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #9cff8d 0%, #1ace00 58%, #0f9400 100%);
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform 0.12s linear;
	box-shadow: 0 0 10px rgba(26, 206, 0, 0.45);
}

.component-trust__modal-play-toggle {
	position: absolute;
	top: 1.15rem;
	right: 1rem;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(9, 16, 10, 0.68);
	color: #ffffff;
	backdrop-filter: blur(14px);
}

.component-trust__modal-play-toggle[hidden] {
	display: none;
}

.component-trust__modal-play-icon {
	font-size: 0.96rem;
	line-height: 1;
}

.component-trust__modal-frame {
	min-height: 26rem;
	border-radius: 1.65rem;
	background:
		radial-gradient(circle at top, rgba(26, 206, 0, 0.12), transparent 54%),
		linear-gradient(180deg, rgba(21, 33, 22, 0.95), rgba(11, 18, 12, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.06);
	overflow: hidden;
}

.component-trust__modal-placeholder {
	display: grid;
	place-items: center;
	min-height: 26rem;
	padding: 1.5rem;
	text-align: center;
}

.component-trust__modal-title {
	margin: 0;
	color: #ffffff;
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.8;
}

.component-trust__modal-media {
	display: grid;
}

.component-trust__modal-video {
	width: 100%;
	min-height: 26rem;
	background: #020502;
	object-fit: cover;
}

.component-trust__modal-meta {
	display: grid;
	gap: 0.8rem;
	padding: 1rem 0.35rem 0;
}

.component-trust__modal-title--meta {
	font-size: 1.05rem;
	line-height: 1.8;
}

.component-trust__modal-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.component-trust__modal-tag {
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 0.8rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.8rem;
	font-weight: 700;
}

.component-trust__modal-caption {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.92rem;
	line-height: 1.9;
}

.component-instagram-join__body {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 1.2rem;
	align-items: center;
}

.component-instagram-join__content {
	grid-column: 1;
	display: grid;
	gap: 1rem;
}

.component-instagram-join__header {
	display: grid;
	gap: 0.7rem;
}

.component-instagram-join__header .component-section-title__title {
	margin: 0;
	font-size: clamp(1.45rem, 2.6vw, 2.3rem);
	line-height: 1.2;
}

.component-instagram-join__header .component-section-title__subtitle {
	max-width: 33rem;
	margin: 0;
	line-height: 1.9;
	color: var(--alphard-color-text-soft);
}

.component-instagram-join__actions {
	display: flex;
}

.component-instagram-join__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.75rem 1.25rem;
	border-radius: 999px;
	background: var(--alphard-color-accent);
	color: #041004;
	font-size: 0.88rem;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 16px 34px rgba(26, 206, 0, 0.2);
}

.component-instagram-join__stories-column {
	grid-column: 2;
	min-width: 0;
	overflow: hidden;
}

.component-instagram-join__stories-shell {
	position: relative;
	display: grid;
	gap: 0.85rem;
	padding-inline: 1.95rem;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.component-instagram-join__stories {
	display: flex;
	gap: 0.85rem;
	overflow-x: auto;
	padding: 0.1rem 0;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.component-instagram-join__stories::-webkit-scrollbar {
	display: none;
}

.component-instagram-join__story {
	flex: 0 0 calc(66.666% - 0.32rem);
	display: grid;
	gap: 0.65rem;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: right;
}

.component-instagram-join__story-media {
	position: relative;
	display: block;
	aspect-ratio: 9 / 16;
	overflow: hidden;
	border-radius: 1.55rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(245, 250, 244, 0.66)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.08), transparent 54%);
	box-shadow: 0 14px 30px rgba(7, 16, 8, 0.08);
	scroll-snap-align: start;
}

.component-instagram-join__story-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.component-instagram-join__story-placeholder {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 1rem;
	background:
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.18), transparent 36%),
		linear-gradient(180deg, rgba(18, 24, 20, 0.96), rgba(24, 34, 27, 0.94));
	color: rgba(244, 248, 244, 0.92);
	font-size: 0.98rem;
	font-weight: 900;
}

.component-instagram-join__story-title {
	display: block;
	font-size: 0.86rem;
	font-weight: 800;
	color: var(--alphard-color-text);
	font-family: "IRANSans", Tahoma, sans-serif;
	line-height: 1.7;
}

.component-instagram-join .component-trust__stories-footer {
	justify-content: center;
}

.component-instagram-join .component-trust__stories-nav {
	top: 50%;
	transform: translateY(-50%);
}

.component-instagram-join .component-trust__modal-meta {
	padding-top: 0.5rem;
}

@media (min-width: 769px) {
	.component-instagram-join__stories {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.85rem;
		overflow: visible;
		padding: 0;
	}

	.component-instagram-join__story {
		flex: initial;
		max-width: none;
	}

	.component-instagram-join .component-trust__stories-nav,
	.component-instagram-join .component-trust__stories-footer {
		display: none;
	}

	.component-cta-box > .container {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 1.25rem;
	}

	.component-cta-box__content {
		grid-column: 1;
		align-self: center;
	}

	.component-cta-box__actions {
		display: flex;
		flex-direction: column;
		grid-column: 2;
		align-self: center;
		justify-content: center;
		align-items: flex-start;
		margin-top: 0;
	}

	.component-cta-box__action--primary,
	.component-cta-box__action--secondary {
		margin-top: 0;
	}
}

html[data-theme="dark"] .component-instagram-join__story-media {
	border-color: rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(17, 21, 18, 0.96), rgba(22, 29, 24, 0.94)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.12), transparent 48%);
}

html[data-theme="dark"] .component-instagram-join__story-title {
	color: rgba(244, 248, 244, 0.92);
}

html[data-theme="dark"] .component-instagram-join__header .component-section-title__subtitle {
	color: rgba(236, 244, 236, 0.74);
}

.alphard-product-page {
	display: grid;
	gap: var(--alphard-space-8);
	padding-bottom: var(--alphard-space-10);
}

.component-product-hero {
	padding-top: calc(var(--alphard-space-8) + 0.35rem);
}

.component-product-hero__breadcrumb-row {
	margin-bottom: 0.7rem;
	text-align: right;
}

.component-product-hero__breadcrumb {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.32rem;
	color: var(--alphard-color-muted);
	font-size: 0.74rem;
	font-weight: 700;
}

.component-product-hero__breadcrumb a {
	color: inherit;
	transition: color 0.2s ease;
}

.component-product-hero__breadcrumb a:hover {
	color: var(--alphard-color-accent);
}

.component-product-hero__breadcrumb-separator {
	color: rgba(17, 35, 19, 0.34);
}

.component-product-hero__layout {
	display: grid;
	gap: 1rem;
}

.component-product-hero__gallery,
.component-product-hero__summary,
.component-product-description__content,
.component-product-recommendations__grid,
.component-trust-points__card {
	border: 1px solid rgba(26, 206, 0, 0.1);
	border-radius: 1.85rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(245, 251, 244, 0.98)),
		radial-gradient(circle at top, rgba(26, 206, 0, 0.08), transparent 55%);
	box-shadow: 0 14px 34px rgba(7, 16, 8, 0.06);
}

.component-product-hero__gallery {
	padding: 1rem;
}

.component-product-hero__gallery-stage {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 21rem;
	border-radius: 1.45rem;
	background:
		radial-gradient(circle at center, rgba(26, 206, 0, 0.14), transparent 52%),
		linear-gradient(180deg, rgba(241, 248, 240, 0.98), rgba(227, 239, 225, 0.72));
	overflow: hidden;
}

.component-product-hero__gallery-image {
	width: 100%;
	height: 100%;
	max-height: 25rem;
	object-fit: contain;
	filter: drop-shadow(0 18px 28px rgba(7, 16, 8, 0.12));
}

.component-product-hero__gallery-thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(4.8rem, 1fr));
	gap: 0.7rem;
	margin-top: 0.9rem;
}

.component-product-hero__gallery-thumb {
	padding: 0.45rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1.1rem;
	background: rgba(255, 255, 255, 0.78);
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.component-product-hero__gallery-thumb img {
	display: block;
	width: 100%;
	height: 4rem;
	object-fit: contain;
}

.component-product-hero__gallery-thumb.is-active,
.component-product-hero__gallery-thumb:hover {
	transform: translateY(-2px);
	border-color: rgba(26, 206, 0, 0.28);
	box-shadow: 0 10px 20px rgba(7, 16, 8, 0.08);
}

.component-product-hero__summary {
	padding: 1.2rem;
}

.component-product-hero__heading-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.component-product-hero__brand {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	margin-inline-start: auto;
}

.component-product-hero__brand-link {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.75rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--alphard-color-text);
}

.woocommerce .component-product-hero__brand-image,
.woocommerce-page .component-product-hero__brand-image {
	display: block;
	width: auto !important;
	height: 2rem !important;
	max-width: 6.8rem !important;
	object-fit: contain;
}

.component-product-hero__brand-name {
	font-size: 0.82rem;
	font-weight: 800;
	white-space: nowrap;
}

.component-product-hero__title {
	margin: 0;
	font-size: clamp(1.7rem, 4vw, 2.15rem);
	line-height: 1.15;
	font-weight: 900;
	flex: 1 1 auto;
}

.component-product-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0.8rem 0 0;
	padding: 0;
	list-style: none;
}

.component-product-hero__meta-item {
	display: inline-flex;
	align-items: center;
	padding: 0.42rem 0.72rem;
	border-radius: 999px;
	background: rgba(17, 35, 19, 0.05);
	color: var(--alphard-color-text-soft);
	font-size: 0.82rem;
	font-weight: 700;
}

.component-product-hero__price {
	display: grid;
	gap: 0.32rem;
	margin-top: 1rem;
}

.component-product-hero__sale-timer {
	margin-top: 0.6rem;
	margin-inline: 0;
	justify-self: start;
}

.component-product-hero__stock {
	margin-top: 0.85rem;
}

.component-product-hero__stock .stock {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0;
	padding: 0.5rem 0.8rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.7);
	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1.4;
}

.component-product-hero__stock .stock::before {
	content: "";
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: var(--alphard-color-accent);
	box-shadow: 0 0 0 0.2rem rgba(26, 206, 0, 0.14);
}

.component-product-hero__stock .stock.out-of-stock::before {
	background: #e34c4c;
	box-shadow: 0 0 0 0.2rem rgba(227, 76, 76, 0.12);
}

.component-product-hero__price-current {
	color: var(--alphard-color-accent-strong);
	font-size: clamp(1.45rem, 3vw, 1.8rem);
	font-weight: 900;
	line-height: 1.15;
}

.component-product-hero__price-previous {
	color: #8b958c;
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration-thickness: 2px;
}

.component-product-hero__description {
	margin-top: 1rem;
	color: var(--alphard-color-text-soft);
	font-size: 1rem;
	line-height: 2;
}

.component-product-hero__benefits {
	display: grid;
	gap: 0.7rem;
	margin: 1.1rem 0 0;
	padding: 0;
	list-style: none;
}

.component-product-hero__benefit {
	position: relative;
	padding-right: 1.4rem;
	color: var(--alphard-color-text);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.8;
}

.component-product-hero__benefit::before {
	content: "";
	position: absolute;
	top: 0.72rem;
	right: 0;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: var(--alphard-color-accent);
	box-shadow: 0 0 0 0.22rem rgba(26, 206, 0, 0.14);
}

.component-product-hero__actions {
	display: grid;
	gap: 0.9rem;
	margin-top: 1.25rem;
}

.component-product-hero__cart-form .cart,
.component-product-hero__cart-form form.cart,
.component-product-hero__cart-form .variations_form,
.component-product-hero__cart-form .single_variation_wrap {
	display: grid;
	gap: 0.85rem;
}

.component-product-hero__cart-form form.cart {
	margin: 0;
}

.component-product-hero__cart-form .quantity {
	flex: 0 0 5.25rem;
}

.component-product-hero__cart-form table.variations,
.component-product-hero__cart-form .variations {
	width: 100%;
	margin: 0;
}

.component-product-hero__cart-form .variations td,
.component-product-hero__cart-form .variations th {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	text-align: right;
}

.component-product-hero__cart-form .quantity .qty,
.component-product-hero__cart-form .variations select {
	width: 100%;
	min-height: 3rem;
	padding: 0.75rem 0.9rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.72);
	font-family: "IRANSans", Tahoma, sans-serif;
}

.component-product-hero__cart-form .cart:not(.grouped_form):not(.variations_form),
.component-product-hero__cart-form .woocommerce-variation-add-to-cart,
.component-product-hero__cart-form .woocommerce-variation-add-to-cart-disabled,
.component-product-hero__cart-form .woocommerce-variation-add-to-cart-enabled {
	display: flex;
	align-items: stretch;
	gap: 0.7rem;
	flex-wrap: nowrap;
}

.component-product-hero__cart-form .single_add_to_cart_button,
.component-product-hero__cart-form .single_add_to_cart_button.button,
.component-product-hero__cart-form .single_add_to_cart_button.button.alt {
	flex: 1 1 auto;
	width: auto;
	min-height: 3rem;
	margin: 0 !important;
	padding: 0.85rem 1.2rem;
	border: 0;
	border-radius: 999px;
	background: var(--alphard-color-accent) !important;
	color: #041004 !important;
	font-family: "IRANSans", Tahoma, sans-serif;
	font-size: 0.95rem;
	font-weight: 900;
	box-shadow: 0 14px 28px rgba(26, 206, 0, 0.24);
}

.component-product-hero__cart-form .single_add_to_cart_button:hover,
.component-product-hero__cart-form .single_add_to_cart_button.button:hover,
.component-product-hero__cart-form .single_add_to_cart_button.button.alt:hover {
	background: #25e60f !important;
}

.component-product-hero__secondary-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 1rem;
}

.component-product-hero__secondary-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.85rem 1.2rem;
	border-radius: 999px;
	font-weight: 800;
}

.component-product-hero__secondary-action--consultation {
	background:
		linear-gradient(135deg, rgba(13, 31, 14, 0.98), rgba(26, 67, 28, 0.94)),
		radial-gradient(circle at top, rgba(26, 206, 0, 0.2), transparent 56%);
	color: #eaffea;
}

.component-product-hero__secondary-action--installment {
	border: 1px solid rgba(17, 35, 19, 0.08);
	background: rgba(255, 255, 255, 0.64);
	color: var(--alphard-color-text);
}

.component-product-hero__secondary-action:hover {
	transform: translateY(-2px);
}

.component-product-hero__cart-form .woocommerce-variation-description,
.component-product-hero__cart-form .reset_variations {
	color: var(--alphard-color-text-soft);
	font-size: 0.85rem;
}

.component-product-hero__cart-form .woocommerce-variation-price {
	display: none !important;
}

.component-product-hero__cart-form .stock,
.component-product-hero__cart-form .woocommerce-variation-availability {
	display: none;
}

.component-product-description__content {
	margin-top: 1.3rem;
	padding: 1.2rem;
	color: var(--alphard-color-text);
	line-height: 2;
}

.component-product-attributes__content {
	margin-top: 1.3rem;
	padding: 1.35rem;
	border: 1px solid rgba(26, 206, 0, 0.14);
	border-radius: 1.85rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 244, 0.98)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.12), transparent 48%);
	box-shadow:
		0 16px 36px rgba(7, 16, 8, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

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

.component-product-attributes__item {
	padding: 1rem 1.05rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1.2rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(249, 252, 248, 0.9)),
		radial-gradient(circle at top, rgba(26, 206, 0, 0.06), transparent 58%);
}

.component-product-attributes__label {
	margin: 0 0 0.45rem;
	font-size: 0.92rem;
	font-weight: 900;
	background: linear-gradient(135deg, #0d7f18 0%, #2edb13 52%, #189918 40%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.component-product-attributes__value {
	color: var(--alphard-color-text-soft);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.9;
}

html[data-theme="dark"] .component-product-attributes__content {
	border-color: rgba(26, 206, 0, 0.22);
	background:
		linear-gradient(180deg, rgba(18, 27, 20, 0.96), rgba(8, 14, 10, 0.98)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.1), transparent 48%);
	box-shadow:
		0 18px 38px rgba(0, 0, 0, 0.3),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

html[data-theme="dark"] .component-product-attributes__item {
	border-color: rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
		radial-gradient(circle at top, rgba(26, 206, 0, 0.08), transparent 58%);
}

html[data-theme="dark"] .component-product-attributes__value {
	color: rgba(230, 244, 230, 0.78);
}

.component-cart {
	padding-top: 2rem;
	padding-bottom: 2.5rem;
}

.page-id-10 .content-entry.content-entry--page {
	margin-top: 2rem;
}

.component-cart .woocommerce-notices-wrapper {
	display: grid;
	gap: 0.7rem;
	margin-bottom: 1rem;
}

.component-cart .woocommerce-error,
.component-cart .woocommerce-info,
.component-cart .woocommerce-message {
	margin: 0;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1.1rem;
	background: rgba(255, 255, 255, 0.72);
	list-style: none;
}

.component-cart__form {
	margin: 0;
}

.component-cart__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 22rem;
	gap: 1.25rem;
	align-items: start;
}

.component-cart__items-card,
.component-cart__summary {
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1.65rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 244, 0.96)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.08), transparent 48%);
	box-shadow: 0 16px 36px rgba(7, 16, 8, 0.05);
}

.component-cart__items-card {
	padding: 1.15rem;
}

.component-cart__header {
	margin-bottom: 1rem;
}

.component-cart__title {
	margin: 0.25rem 0 0;
	font-size: 1.4rem;
	line-height: 1.35;
}

.component-cart__items {
	display: grid;
	gap: 0.9rem;
}

.component-cart__item {
	display: grid;
	grid-template-columns: 6rem minmax(0, 1fr);
	gap: 1rem;
	padding: 0.95rem;
	border: 1px solid rgba(17, 35, 19, 0.07);
	border-radius: 1.25rem;
	background: rgba(255, 255, 255, 0.56);
}

.component-cart__item-image-link,
.component-cart__item-image-link img {
	display: block;
	width: 100%;
}

.component-cart__item-image-link img {
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.6);
}

.component-cart__item-main {
	min-width: 0;
	display: grid;
	gap: 0.9rem;
}

.component-cart__item-top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.75rem;
	align-items: start;
}

.component-cart__item-title {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
}

.component-cart__item-title a {
	color: var(--alphard-color-text);
}

.component-cart__item-meta,
.component-cart__item-info dl.variation {
	margin-top: 0.35rem;
}

.component-cart__item-price,
.component-cart__item-info .amount {
	color: var(--alphard-color-accent-strong);
	font-weight: 800;
}

.component-cart__item-info dl.variation {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.18rem 0.45rem;
	font-size: 0.8rem;
	color: var(--alphard-color-text-soft);
}

.component-cart__item-info dl.variation dt,
.component-cart__item-info dl.variation dd,
.component-cart__item-info dl.variation p {
	margin: 0;
}

.component-cart__item-remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.2rem;
	height: 2.2rem;
	border: 1px solid rgba(17, 35, 19, 0.09);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	color: #8d9790;
	font-size: 1.35rem;
	line-height: 1;
}

.component-cart__item-remove:hover {
	color: #d84b4b;
	border-color: rgba(216, 75, 75, 0.2);
}

.component-cart__item-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.9rem;
	flex-wrap: wrap;
}

.component-cart__quantity {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.3rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.74);
}

.component-cart__qty-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.2rem;
	height: 2.2rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(17, 35, 19, 0.08);
	color: var(--alphard-color-text);
	font-size: 1.1rem;
	font-weight: 800;
	line-height: 1;
}

.component-cart__qty-button:hover {
	background: rgba(26, 206, 0, 0.14);
	color: #0b5e00;
}

.component-cart__qty-field .quantity {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.2rem;
}

.component-cart__qty-field .qty {
	width: 3rem;
	min-width: 3rem;
	height: 2.2rem;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: center;
	font-family: "IRANSans", Tahoma, sans-serif;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 2.2rem;
	vertical-align: middle;
	-moz-appearance: textfield;
}

.component-cart__qty-field .qty::-webkit-outer-spin-button,
.component-cart__qty-field .qty::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.component-cart__item-subtotal {
	display: grid;
	gap: 0.2rem;
	text-align: left;
}

.component-cart__item-subtotal-label {
	color: var(--alphard-color-text-soft);
	font-size: 0.78rem;
}

.component-cart__item-subtotal strong {
	color: var(--alphard-color-text);
	font-size: 0.95rem;
}

.component-cart__footer {
	display: grid;
	gap: 0.9rem;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(17, 35, 19, 0.08);
}

.component-cart__coupon {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.65rem;
	align-items: center;
}

.component-cart__coupon-input {
	width: 100%;
	min-height: 2.85rem;
	padding: 0.75rem 0.95rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.76);
	font-family: "IRANSans", Tahoma, sans-serif;
}

.component-cart__coupon-button,
.component-cart__update-button,
.component-cart__checkout-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.85rem;
	padding: 0.75rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	font-family: "IRANSans", Tahoma, sans-serif;
	font-weight: 800;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.component-cart__coupon-button,
.component-cart__update-button {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.12)),
		radial-gradient(circle at top, rgba(26, 206, 0, 0.08), transparent 60%),
		rgba(255, 255, 255, 0.12);
	color: var(--alphard-color-text);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.05) inset,
		0 12px 24px rgba(7, 16, 8, 0.08);
}

.component-cart__actions {
	display: flex;
	justify-content: flex-end;
}

.component-cart__summary {
	position: sticky;
	top: 6.5rem;
	padding: 1.15rem;
}

.component-cart__summary-title {
	margin: 0 0 1rem;
	font-size: 1.1rem;
}

.component-cart__summary-rows {
	display: grid;
	gap: 0.8rem;
}

.component-cart__summary-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding-bottom: 0.7rem;
	border-bottom: 1px solid rgba(17, 35, 19, 0.08);
	font-size: 0.92rem;
}

.component-cart__summary-row strong {
	font-size: 0.98rem;
}

.component-cart__summary-row--discount strong {
	color: #d17f00;
}

.component-cart__summary-row--total {
	padding-top: 0.15rem;
	border-bottom: 0;
	font-size: 1rem;
}

.component-cart__summary-row--total strong,
.component-cart__summary-row--total .amount {
	color: var(--alphard-color-accent-strong);
	font-size: 1.18rem;
	font-weight: 900;
}

.component-cart__summary-cta {
	margin-top: 1rem;
}

.component-cart__checkout-button {
	width: 100%;
	background:
		linear-gradient(135deg, rgba(37, 255, 0, 0.92), rgba(18, 166, 0, 0.88)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03));
	color: #041004;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.08) inset,
		0 14px 28px rgba(26, 206, 0, 0.24);
}

.component-cart__checkout-button:hover {
	background: #25e60f;
}

.component-cart .button:hover,
.component-cart button:hover {
	transform: translateY(-1px);
}

.component-cart__form.is-updating {
	opacity: 0.82;
	pointer-events: none;
	transition: opacity 0.18s ease;
}

.component-cart__empty-card {
	display: grid;
	justify-items: center;
	text-align: center;
	gap: 0.8rem;
	padding: 2rem 1.2rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1.65rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 244, 0.96)),
		radial-gradient(circle at top, rgba(26, 206, 0, 0.08), transparent 50%);
	box-shadow: 0 16px 36px rgba(7, 16, 8, 0.05);
}

.component-cart__empty-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4.2rem;
	height: 4.2rem;
	border-radius: 50%;
	background:
		linear-gradient(180deg, rgba(12, 30, 13, 0.98), rgba(21, 61, 23, 0.94)),
		radial-gradient(circle at top, rgba(26, 206, 0, 0.22), transparent 55%);
	color: #eff8ef;
	font-size: 2rem;
}

.component-cart__empty-title {
	margin: 0;
	font-size: 1.55rem;
	line-height: 1.35;
}

.component-cart__empty-text {
	max-width: 30rem;
	margin: 0;
	color: var(--alphard-color-text-soft);
	line-height: 1.9;
}

.component-cart__empty-button {
	min-height: 2.95rem;
	padding: 0.8rem 1.2rem;
	border-radius: 999px;
	background: var(--alphard-color-accent);
	color: #041004;
	font-weight: 900;
}

.component-cart__empty-button:hover {
	background: #25e60f;
}

@media (max-width: 1024px) {
	.component-cart__layout {
		grid-template-columns: minmax(0, 1fr) 20rem;
	}
}

@media (max-width: 768px) {
	.component-cart {
		padding-top: 1.35rem;
		padding-bottom: 2rem;
	}

	.component-cart__layout {
		grid-template-columns: 1fr;
	}

	.component-cart__summary {
		position: static;
	}

	.component-cart__empty-card {
		padding: 1.5rem 1rem;
	}

	.component-cart__item {
		grid-template-columns: 4.75rem minmax(0, 1fr);
		gap: 0.8rem;
		padding: 0.8rem;
	}

	.component-cart__item-top,
	.component-cart__item-bottom {
		grid-template-columns: 1fr;
	}

	.component-cart__item-bottom {
		display: grid;
		justify-content: stretch;
	}

	.component-cart__item-subtotal {
		text-align: right;
	}

	.component-cart__coupon {
		grid-template-columns: 1fr;
	}

	.component-cart__coupon-button,
	.component-cart__update-button {
		width: 100%;
	}

	.component-cart__actions {
		justify-content: stretch;
	}
}

html[data-theme="dark"] .component-cart__items-card,
html[data-theme="dark"] .component-cart__summary,
html[data-theme="dark"] .component-cart__item {
	background:
		linear-gradient(180deg, rgba(22, 30, 24, 0.96), rgba(11, 16, 12, 0.96)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.08), transparent 48%);
	border-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .component-cart__item-image-link img,
html[data-theme="dark"] .component-cart__quantity,
html[data-theme="dark"] .component-cart__coupon-input,
html[data-theme="dark"] .component-cart__item-remove {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .component-cart__coupon-button,
html[data-theme="dark"] .component-cart__update-button,
html[data-theme="dark"] .component-cart__qty-button {
	background: rgba(255, 255, 255, 0.08);
	color: #eef6ee;
}

html[data-theme="dark"] .component-cart .woocommerce-error,
html[data-theme="dark"] .component-cart .woocommerce-info,
html[data-theme="dark"] .component-cart .woocommerce-message,
html[data-theme="dark"] .component-cart__empty-card {
	background:
		linear-gradient(180deg, rgba(22, 30, 24, 0.96), rgba(11, 16, 12, 0.96)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.08), transparent 48%);
	border-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .component-cart__item-remove,
html[data-theme="dark"] .component-cart__item-title a,
html[data-theme="dark"] .component-cart__summary-title,
html[data-theme="dark"] .component-cart__item-subtotal strong,
html[data-theme="dark"] .component-cart__empty-title,
html[data-theme="dark"] .component-cart__empty-icon {
	color: #f3f8f3;
}

html[data-theme="dark"] .component-cart__item-info dl.variation,
html[data-theme="dark"] .component-cart__item-subtotal-label,
html[data-theme="dark"] .component-cart__empty-text {
	color: rgba(238, 246, 238, 0.66);
}

html[data-theme="dark"] .component-cart__summary-row {
	border-bottom-color: rgba(255, 255, 255, 0.08);
}

.component-checkout {
	padding-top: 2rem;
	padding-bottom: 2.5rem;
}

.component-checkout .woocommerce-NoticeGroup,
.component-checkout .woocommerce-error,
.component-checkout .woocommerce-info,
.component-checkout .woocommerce-message {
	margin: 0 0 1rem;
}

.component-checkout__form {
	margin: 0;
}

.component-checkout__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 24rem;
	gap: 1.25rem;
	align-items: start;
}

.component-checkout__card {
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1.65rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 245, 0.98)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.06), transparent 50%);
	box-shadow:
		0 22px 44px rgba(7, 16, 8, 0.06),
		0 0 0 1px rgba(255, 255, 255, 0.26) inset;
}

.component-checkout__card--details {
	padding: 1.15rem;
}

.component-checkout__card--summary {
	position: sticky;
	top: 6.5rem;
	padding: 1.15rem;
}

.component-checkout__header {
	margin-bottom: 1rem;
}

.component-checkout__title,
.component-checkout__summary-title {
	margin: 0.25rem 0 0;
	font-size: 1.4rem;
	line-height: 1.35;
}

.component-checkout__summary-header {
	margin-bottom: 1rem;
}

.component-checkout__customer-details {
	display: grid;
	gap: 1.15rem;
}

.component-checkout__customer-section {
	display: grid;
	gap: 0.95rem;
}

.component-checkout__section-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 900;
}

.component-checkout__section-text {
	margin: 0;
	color: var(--alphard-color-text-soft);
	font-size: 0.9rem;
	line-height: 1.8;
}

.component-checkout__fields-grid,
.component-checkout__account-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
}

.component-checkout__field,
.component-checkout .woocommerce-shipping-fields__field-wrapper .form-row,
.component-checkout .woocommerce-additional-fields .form-row {
	margin: 0;
}

.component-checkout__field--full,
.component-checkout .form-row-wide,
.component-checkout .woocommerce-additional-fields,
.component-checkout .woocommerce-shipping-fields {
	grid-column: 1 / -1;
}

.component-checkout label {
	display: block;
	margin: 0 0 0.42rem;
	font-size: 0.88rem;
	font-weight: 800;
	color: var(--alphard-color-text);
}

.component-checkout .required {
	color: #dc4d4d;
}

.component-checkout input.input-text,
.component-checkout textarea,
.component-checkout select,
.component-checkout .select2-selection--single,
.component-checkout .select2-selection--multiple {
	width: 100%;
	min-height: 3rem;
	padding: 0.82rem 0.95rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1.1rem;
	background: rgba(255, 255, 255, 0.74);
	font-family: "IRANSans", Tahoma, sans-serif;
	font-size: 0.92rem;
	color: var(--alphard-color-text);
	box-sizing: border-box;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.component-checkout textarea {
	min-height: 7.5rem;
	resize: vertical;
}

.component-checkout input.input-text:focus,
.component-checkout textarea:focus,
.component-checkout select:focus,
.component-checkout .select2-container--default.select2-container--focus .select2-selection--single,
.component-checkout .select2-container--default.select2-container--focus .select2-selection--multiple {
	outline: none;
	border-color: rgba(26, 206, 0, 0.55);
	box-shadow: 0 0 0 0.22rem rgba(26, 206, 0, 0.12);
	background: rgba(255, 255, 255, 0.94);
}

.component-checkout .woocommerce-invalid input.input-text,
.component-checkout .woocommerce-invalid textarea,
.component-checkout .woocommerce-invalid select,
.component-checkout .woocommerce-invalid .select2-selection {
	border-color: rgba(220, 77, 77, 0.5) !important;
	box-shadow: 0 0 0 0.22rem rgba(220, 77, 77, 0.08);
}

.component-checkout .woocommerce-error,
.component-checkout .woocommerce-NoticeGroup-checkout ul {
	padding: 0.9rem 1rem;
	border: 1px solid rgba(220, 77, 77, 0.18);
	border-radius: 1.15rem;
	background: rgba(220, 77, 77, 0.06);
}

.component-checkout__order-summary {
	display: grid;
	gap: 1rem;
}

.component-checkout__order-items {
	display: grid;
	gap: 0.85rem;
}

.component-checkout__order-item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.85rem;
	padding-bottom: 0.85rem;
	border-bottom: 1px solid rgba(17, 35, 19, 0.08);
}

.component-checkout__order-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.component-checkout__order-item-meta {
	display: grid;
	gap: 0.2rem;
}

.component-checkout__order-item-name {
	font-weight: 800;
}

.component-checkout__order-item-qty {
	color: var(--alphard-color-text-soft);
	font-size: 0.84rem;
}

.component-checkout__order-item-total .amount {
	color: var(--alphard-color-accent-strong);
	font-weight: 900;
}

.component-checkout__order-totals {
	display: grid;
	gap: 0.7rem;
}

.component-checkout__order-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.8rem;
	padding-bottom: 0.7rem;
	border-bottom: 1px solid rgba(17, 35, 19, 0.08);
}

.component-checkout__order-row strong,
.component-checkout__order-row .amount {
	font-weight: 800;
}

.component-checkout__order-row--discount strong {
	color: #d17f00;
}

.component-checkout__order-row--shipping {
	align-items: flex-start;
}

.component-checkout__shipping-methods ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.45rem;
}

.component-checkout__order-row--total {
	padding-top: 0.25rem;
	border-bottom: 0;
	font-size: 1rem;
}

.component-checkout__order-row--total strong,
.component-checkout__order-row--total .amount {
	color: var(--alphard-color-accent-strong);
	font-size: 1.16rem;
	font-weight: 900;
}

.component-checkout__payment {
	display: grid;
	gap: 1rem;
	margin-top: 0.2rem;
}

.component-checkout__payment-methods {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.7rem;
}

.component-checkout__payment-methods .wc_payment_method {
	padding: 0.9rem 0.95rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1.15rem;
	background: rgba(255, 255, 255, 0.64);
}

.component-checkout__payment-methods .wc_payment_method > label {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	cursor: pointer;
	margin: 0;
}

.component-checkout__payment-methods input[type="radio"] {
	accent-color: #1ace00;
	inline-size: 1rem;
	block-size: 1rem;
	flex: 0 0 auto;
}

.component-checkout__payment-methods .payment_box {
	margin-top: 0.75rem;
	padding: 0.8rem 0.9rem;
	border-radius: 1rem;
	background: rgba(17, 35, 19, 0.04);
	color: var(--alphard-color-text-soft);
	font-size: 0.88rem;
	line-height: 1.85;
}

.component-checkout__place-order {
	display: grid;
	gap: 0.8rem;
	margin: 0;
}

.component-checkout__submit-button,
.component-checkout__refresh-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 3rem;
	padding: 0.85rem 1rem;
	border: 0;
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(37, 255, 0, 0.92), rgba(18, 166, 0, 0.88)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03));
	color: #041004;
	font-family: "IRANSans", Tahoma, sans-serif;
	font-size: 0.95rem;
	font-weight: 900;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.08) inset,
		0 14px 28px rgba(26, 206, 0, 0.22);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.component-checkout__submit-button:hover,
.component-checkout__refresh-button:hover {
	transform: translateY(-1px);
	background: #25e60f;
}

.component-checkout .woocommerce-terms-and-conditions-wrapper {
	color: var(--alphard-color-text-soft);
	font-size: 0.84rem;
	line-height: 1.9;
}

.component-checkout .woocommerce-form__label-for-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
}

.component-checkout .woocommerce-form__label-for-checkbox input[type="checkbox"] {
	accent-color: #1ace00;
	margin-top: 0.2rem;
}

.page-builder--about {
	display: grid;
	gap: 3rem;
}

.component-about-hero,
.component-about-story,
.component-about-features,
.component-about-services,
.component-about-process,
.component-about-trust,
.component-about-statement {
	padding-top: 0;
	padding-bottom: 0;
}

.component-about-hero__shell {
	position: relative;
	overflow: hidden;
	padding: clamp(2rem, 5vw, 3.6rem);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 2rem;
	background:
		linear-gradient(135deg, rgba(8, 17, 10, 0.94), rgba(15, 32, 18, 0.82)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.16), transparent 40%);
	background-position: center;
	background-size: cover;
	box-shadow:
		0 24px 48px rgba(4, 10, 5, 0.18),
		0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.component-about-hero__shell::after {
	content: "";
	position: absolute;
	inset: auto auto -4rem -4rem;
	width: 12rem;
	height: 12rem;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(26, 206, 0, 0.22), transparent 68%);
	pointer-events: none;
}

.component-about-hero__content {
	position: relative;
	z-index: 1;
	max-width: 44rem;
}

.component-about-hero__eyebrow {
	margin: 0 0 0.7rem;
	color: rgba(205, 255, 205, 0.82);
	font-size: 0.9rem;
	font-weight: 800;
}

.component-about-hero__title {
	margin: 0;
	color: #f6fbf6;
	font-size: clamp(2rem, 5vw, 3.35rem);
	line-height: 1.1;
}

.component-about-hero__subtitle {
	margin: 1rem 0 0;
	color: rgba(228, 241, 229, 0.84);
	font-size: 1rem;
	line-height: 2;
}

.component-about-story__layout,
.component-about-trust__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 1.1rem;
	align-items: center;
}

.component-about-story--image-right .component-about-story__media {
	order: 2;
}

.component-about-story__content,
.component-about-trust__content,
.component-about-statement__shell {
	padding: 1.35rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1.65rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 245, 0.98)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.06), transparent 50%);
	box-shadow:
		0 18px 38px rgba(7, 16, 8, 0.05),
		0 0 0 1px rgba(255, 255, 255, 0.24) inset;
}

.component-about-story__media,
.component-about-trust__media-card {
	overflow: hidden;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1.65rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 245, 0.98)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.06), transparent 50%);
}

.component-about-story__image,
.component-about-trust__media-image {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.component-about-story__body,
.component-about-trust__text,
.component-about-statement__content {
	color: var(--alphard-color-text-soft);
	line-height: 2;
}

.component-about-features__grid,
.component-about-services__grid,
.component-about-process__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
}

.component-about-features__card,
.component-about-services__card,
.component-about-process__card {
	padding: 1.2rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1.4rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 245, 0.98)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.06), transparent 50%);
	box-shadow:
		0 16px 34px rgba(7, 16, 8, 0.05),
		0 0 0 1px rgba(255, 255, 255, 0.24) inset;
}

.component-about-features__icon,
.component-about-process__index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.35rem;
	height: 2.35rem;
	padding: 0 0.7rem;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(37, 255, 0, 0.16), rgba(18, 166, 0, 0.12));
	color: var(--alphard-color-accent-strong);
	font-weight: 900;
}

.component-about-features__title,
.component-about-services__title,
.component-about-process__title,
.component-about-trust__media-title {
	margin: 0.85rem 0 0;
	font-size: 1rem;
	line-height: 1.5;
}

.component-about-features__text,
.component-about-services__text,
.component-about-process__text {
	margin: 0.55rem 0 0;
	color: var(--alphard-color-text-soft);
	font-size: 0.9rem;
	line-height: 1.9;
}

.component-about-services__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.component-about-process__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.component-about-trust__layout {
	align-items: stretch;
}

.component-about-trust__media-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.component-about-trust__media-card {
	padding: 0.65rem;
}

.component-about-trust__media-title {
	padding: 0 0.35rem 0.35rem;
}

.component-about-statement__shell {
	text-align: center;
}

.component-about-statement__content {
	max-width: 42rem;
	margin: 0.9rem auto 0;
}

@media (max-width: 1024px) {
	.component-about-features__grid,
	.component-about-process__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.page-builder--about {
		gap: 3rem;
	}

	.component-about-hero__shell {
		padding: 1.5rem 1rem;
		border-radius: 1.5rem;
	}

	.component-about-story__layout,
	.component-about-trust__layout,
	.component-about-features__grid,
	.component-about-services__grid,
	.component-about-process__grid,
	.component-about-trust__media-grid {
		grid-template-columns: 1fr;
	}

	.component-about-story__content,
	.component-about-trust__content,
	.component-about-statement__shell,
	.component-about-features__card,
	.component-about-services__card,
	.component-about-process__card {
		padding: 1rem;
	}

	.component-about-hero__title {
		font-size: 2rem;
	}
}

html[data-theme="dark"] .component-about-story__content,
html[data-theme="dark"] .component-about-trust__content,
html[data-theme="dark"] .component-about-statement__shell,
html[data-theme="dark"] .component-about-story__media,
html[data-theme="dark"] .component-about-trust__media-card,
html[data-theme="dark"] .component-about-features__card,
html[data-theme="dark"] .component-about-services__card,
html[data-theme="dark"] .component-about-process__card {
	background:
		linear-gradient(180deg, rgba(22, 30, 24, 0.96), rgba(11, 16, 12, 0.96)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.08), transparent 48%);
	border-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .component-about-story__body,
html[data-theme="dark"] .component-about-trust__text,
html[data-theme="dark"] .component-about-statement__content,
html[data-theme="dark"] .component-about-features__text,
html[data-theme="dark"] .component-about-services__text,
html[data-theme="dark"] .component-about-process__text {
	color: rgba(238, 246, 238, 0.72);
}

html[data-theme="dark"] .component-about-features__title,
html[data-theme="dark"] .component-about-services__title,
html[data-theme="dark"] .component-about-process__title,
html[data-theme="dark"] .component-about-trust__media-title {
	color: #f3f8f3;
}

@media (max-width: 1024px) {
	.component-checkout__layout {
		grid-template-columns: minmax(0, 1fr) 21.5rem;
	}
}

@media (max-width: 768px) {
	.component-checkout {
		padding-top: 1.35rem;
		padding-bottom: 2rem;
	}

	.component-checkout__layout {
		grid-template-columns: 1fr;
	}

	.component-checkout__card--summary {
		position: static;
	}

	.component-checkout__fields-grid,
	.component-checkout__account-grid {
		grid-template-columns: 1fr;
	}

	.component-checkout__order-item,
	.component-checkout__order-row {
		align-items: flex-start;
	}
}

html[data-theme="dark"] .component-checkout__card,
html[data-theme="dark"] .component-checkout__payment-methods .wc_payment_method,
html[data-theme="dark"] .component-checkout__payment-methods .payment_box,
html[data-theme="dark"] .component-checkout input.input-text,
html[data-theme="dark"] .component-checkout textarea,
html[data-theme="dark"] .component-checkout select,
html[data-theme="dark"] .component-checkout .select2-selection--single,
html[data-theme="dark"] .component-checkout .select2-selection--multiple,
html[data-theme="dark"] .component-checkout .woocommerce-error,
html[data-theme="dark"] .component-checkout .woocommerce-NoticeGroup-checkout ul {
	background:
		linear-gradient(180deg, rgba(22, 30, 24, 0.96), rgba(11, 16, 12, 0.96)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.08), transparent 48%);
	border-color: rgba(255, 255, 255, 0.08);
	color: #eef6ee;
}

html[data-theme="dark"] .component-checkout label,
html[data-theme="dark"] .component-checkout__section-title,
html[data-theme="dark"] .component-checkout__title,
html[data-theme="dark"] .component-checkout__summary-title,
html[data-theme="dark"] .component-checkout__order-item-name,
html[data-theme="dark"] .component-checkout__order-row,
html[data-theme="dark"] .component-checkout__payment-methods .wc_payment_method > label {
	color: #f3f8f3;
}

html[data-theme="dark"] .component-checkout__section-text,
html[data-theme="dark"] .component-checkout__order-item-qty,
html[data-theme="dark"] .component-checkout .woocommerce-terms-and-conditions-wrapper,
html[data-theme="dark"] .component-checkout .component-checkout__payment-methods .payment_box {
	color: rgba(238, 246, 238, 0.68);
}

html[data-theme="dark"] .component-checkout__order-item,
html[data-theme="dark"] .component-checkout__order-row {
	border-bottom-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .component-checkout input.input-text:focus,
html[data-theme="dark"] .component-checkout textarea:focus,
html[data-theme="dark"] .component-checkout select:focus,
html[data-theme="dark"] .component-checkout .select2-container--default.select2-container--focus .select2-selection--single,
html[data-theme="dark"] .component-checkout .select2-container--default.select2-container--focus .select2-selection--multiple {
	background: rgba(255, 255, 255, 0.08);
}

.component-product-reviews__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
	gap: 1.35rem;
	align-items: start;
}

.component-product-reviews__stories-column,
.component-product-reviews__comments-column {
	min-width: 0;
}

.component-product-reviews__stories-panel,
.component-product-reviews__content {
	padding: 1.2rem;
	border: 1px solid rgba(26, 206, 0, 0.12);
	border-radius: 1.85rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(245, 251, 244, 0.98)),
		radial-gradient(circle at top, rgba(26, 206, 0, 0.08), transparent 55%);
	box-shadow: 0 14px 34px rgba(7, 16, 8, 0.06);
}

.component-product-reviews__stories-panel {
	display: grid;
	gap: 1rem;
	align-content: start;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.component-product-reviews__header {
	margin-bottom: 0.15rem;
}

.component-product-reviews__content #reviews,
.component-product-reviews__content .woocommerce-Reviews {
	margin: 0;
}

.component-product-reviews__content .commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.component-product-reviews__content .commentlist li {
	padding: 1rem 0;
	border-top: 1px solid rgba(17, 35, 19, 0.08);
}

.component-product-reviews__content .commentlist li:first-child {
	padding-top: 0;
	border-top: 0;
}

.component-product-reviews__content .comment_container {
	display: grid;
	gap: 0.7rem;
}

.component-product-reviews__content .meta,
.component-product-reviews__content .woocommerce-review__published-date {
	color: var(--alphard-color-muted);
	font-size: 0.82rem;
}

.component-product-reviews__content .description {
	color: var(--alphard-color-text-soft);
	line-height: 2;
}

.component-product-reviews__content #review_form_wrapper {
	margin-top: 1.2rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(17, 35, 19, 0.08);
}

.component-product-reviews__content input,
.component-product-reviews__content textarea,
.component-product-reviews__content select {
	width: 100%;
	padding: 0.8rem 0.95rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.76);
	font-family: "IRANSans", Tahoma, sans-serif;
}

.component-product-reviews__content button,
.component-product-reviews__content .submit {
	min-height: 2.9rem;
	padding: 0.75rem 1.15rem;
	border: 0;
	border-radius: 999px;
	background: var(--alphard-color-accent);
	color: #041004;
	font-family: "IRANSans", Tahoma, sans-serif;
	font-weight: 900;
}

html[data-theme="dark"] .component-product-reviews__content {
	border-color: rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(22, 30, 24, 0.96), rgba(11, 16, 12, 0.96)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.08), transparent 46%);
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

html[data-theme="dark"] .component-product-reviews__content #reviews,
html[data-theme="dark"] .component-product-reviews__content .woocommerce-Reviews,
html[data-theme="dark"] .component-product-reviews__content #comments,
html[data-theme="dark"] .component-product-reviews__content #review_form,
html[data-theme="dark"] .component-product-reviews__content .comment-respond {
	background: transparent;
	color: #edf6ed;
}

html[data-theme="dark"] .component-product-reviews__content .commentlist li,
html[data-theme="dark"] .component-product-reviews__content #review_form_wrapper {
	border-top-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .component-product-reviews__content .meta,
html[data-theme="dark"] .component-product-reviews__content .woocommerce-review__published-date,
html[data-theme="dark"] .component-product-reviews__content .description,
html[data-theme="dark"] .component-product-reviews__content label,
html[data-theme="dark"] .component-product-reviews__content .comment-reply-title,
html[data-theme="dark"] .component-product-reviews__content .woocommerce-Reviews-title,
html[data-theme="dark"] .component-product-reviews__content h2,
html[data-theme="dark"] .component-product-reviews__content h3 {
	color: #edf6ed;
}

html[data-theme="dark"] .component-product-reviews__content .meta,
html[data-theme="dark"] .component-product-reviews__content .woocommerce-review__published-date,
html[data-theme="dark"] .component-product-reviews__content .description {
	color: rgba(226, 239, 227, 0.74);
}

html[data-theme="dark"] .component-product-reviews__content input,
html[data-theme="dark"] .component-product-reviews__content textarea,
html[data-theme="dark"] .component-product-reviews__content select {
	border-color: rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.05);
	color: #edf6ed;
}

html[data-theme="dark"] .component-product-reviews__content input::placeholder,
html[data-theme="dark"] .component-product-reviews__content textarea::placeholder {
	color: rgba(226, 239, 227, 0.52);
}

.alphard-product-page {
	display: flex;
	flex-direction: column;
}

.alphard-product-page .component-product-hero {
	order: 1;
}

.alphard-product-page .component-product-description {
	margin-top: 3rem;
	order: 2;
}

.alphard-product-page .component-product-attributes {
	margin-top: 3rem;
	order: 3;
}

.alphard-product-page .component-product-reviews {
	margin-top: 3rem;
	order: 4;
}

.alphard-product-page .component-installment--product {
	margin-top: 3rem;
	order: 5;
}

.alphard-product-page .component-product-recommendations {
	margin-top: 3rem;
	order: 6;
}

.alphard-product-page .component-cta-box--product {
	margin-top: 3rem;
	order: 7;
}

.alphard-product-page .component-trust-points {
	margin-top: 3rem;
	order: 8;
}

.component-cta-box--product .component-cta-box__title {
	font-size: 1.4rem;
	line-height: 1.55;
}

.component-product-description__content > :first-child {
	margin-top: 0;
}

.component-product-description__content > :last-child {
	margin-bottom: 0;
}

.component-product-recommendations__grid {
	display: grid;
	gap: 1rem;
	padding: 1rem;
}

.component-product-recommendations__header,
.component-trust-points__header {
	margin-bottom: 1rem;
}

.component-trust-points__grid {
	display: grid;
	gap: 1rem;
}

.component-trust-points__card {
	padding: 1rem;
}

.component-trust-points__title {
	margin: 0;
	font-size: 1.02rem;
	font-weight: 900;
}

.component-trust-points__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.3rem;
	height: 2.3rem;
	margin-bottom: 0.7rem;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(37, 255, 0, 0.16), rgba(18, 166, 0, 0.12));
	color: var(--alphard-color-accent-strong);
	font-size: 1rem;
	font-weight: 900;
}

.component-trust-points__text {
	margin: 0.55rem 0 0;
	color: var(--alphard-color-text-soft);
	line-height: 1.9;
}

.component-trust-points--product .component-trust-points__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.component-trust-points--product .component-trust-points__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 7.2rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.component-trust-points--product .component-trust-points__title {
	font-size: 0.95rem;
}

.component-trust-points--product .component-trust-points__icon {
	color: var(--alphard-color-accent-strong);
}

.component-trust-points--product .component-trust-points__text {
	display: none;
}

.component-testimonial {
	margin: 0;
	padding: var(--alphard-space-5);
	border: 1px solid var(--alphard-color-border);
	border-radius: var(--alphard-radius-md);
	background: var(--alphard-color-surface);
}

.component-testimonial__quote {
	margin: 0;
}

.component-testimonial__quote p {
	margin: 0;
	font-size: 1rem;
	color: var(--alphard-color-text);
}

.component-testimonial__author {
	display: flex;
	align-items: center;
	gap: var(--alphard-space-4);
	margin-top: var(--alphard-space-5);
}

.component-testimonial__author-image {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	object-fit: cover;
}

.component-testimonial__author-name {
	font-style: normal;
	font-weight: 800;
}

.component-testimonial__author-context {
	margin: 0;
	color: var(--alphard-color-muted);
	font-size: 0.92rem;
}

.site-footer__inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.1rem;
	align-items: start;
}

.site-footer__column {
	min-width: 0;
	padding: 1.1rem 1rem;
	position: relative;
}

.site-footer__column:not(:first-child)::before {
	content: "";
	position: absolute;
	top: 1.35rem;
	bottom: 1.35rem;
	right: 0;
	width: 1px;
	background: linear-gradient(180deg, rgba(26, 206, 0, 0), rgba(26, 206, 0, 0.5), rgba(26, 206, 0, 0));
	box-shadow: 0 0 10px rgba(26, 206, 0, 0.14);
}

.site-footer__brand {
	display: grid;
	gap: 0.9rem;
}

.site-footer__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0;
	color: #98f78a;
	font-size: 0.8rem;
	font-weight: 800;
}

.site-footer__eyebrow::before {
	content: "";
	width: 2rem;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--alphard-color-accent), rgba(26, 206, 0, 0.12));
}

.site-footer__logo-link {
	display: inline-flex;
	align-items: center;
}

.site-footer__logo,
.woocommerce .site-footer__logo,
.woocommerce-page .site-footer__logo {
	display: block;
	width: auto;
	height: 2.4rem;
	max-width: 60% !important;
	object-fit: contain;
}

.site-footer__title,
.site-footer__heading {
	margin: 0;
	font-family: "IRANYekan", "IRANSans", sans-serif;
}

.site-footer__title {
	font-size: clamp(1.35rem, 2vw, 1.7rem);
	font-weight: 800;
}

.site-footer__heading {
	margin-bottom: 0.9rem;
	font-size: 0.98rem;
	font-weight: 800;
	color: #f4fbf3;
}

.site-footer__description,
.site-footer__credit,
.footer-menu a,
.site-footer__links a,
.site-footer__enamad-label {
	color: rgba(237, 246, 237, 0.72);
}

.site-footer__description {
	margin: 0;
	max-width: 20rem;
	font-size: 0.92rem;
	line-height: 2;
}

.footer-menu {
	display: grid;
	gap: 0.7rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__links {
	display: grid;
	gap: 0.7rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__brand-notes {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.site-footer__note {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	padding: 0.42rem 0.8rem;
	border: 1px solid rgba(26, 206, 0, 0.16);
	border-radius: 999px;
	background: rgba(26, 206, 0, 0.08);
	color: #dcffd7;
	font-size: 0.82rem;
	font-weight: 700;
}

.footer-menu a,
.site-footer__links a {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.92rem;
	transition: color 0.2s ease, transform 0.2s ease;
}

.footer-menu a::before,
.site-footer__links a::before {
	content: "";
	width: 0.32rem;
	height: 0.32rem;
	border-radius: 50%;
	background: rgba(26, 206, 0, 0.72);
	box-shadow: 0 0 0 0.22rem rgba(26, 206, 0, 0.08);
}

.footer-menu a:hover,
.site-footer__links a:hover {
	color: #ffffff;
	transform: translateX(-2px);
}

.site-footer__trust {
	display: grid;
	gap: 1rem;
}

.site-footer__contact-list {
	display: grid;
	gap: 0.45rem;
}

.site-footer__contact-item {
	margin: 0;
	color: rgba(237, 246, 237, 0.8);
	font-size: 0.9rem;
	line-height: 1.9;
}

.site-footer__enamad-card {
	display: grid;
	justify-items: start;
	gap: 0.75rem;
	padding-top: 0.9rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.enamad-placeholder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 4rem;
	min-height: 4rem;
	padding: 0.45rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.03);
}

.enamad-placeholder__box {
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px dashed rgba(26, 206, 0, 0.5);
	border-radius: 0.85rem;
	background:
		linear-gradient(180deg, rgba(26, 206, 0, 0.12), rgba(26, 206, 0, 0.04)),
		rgba(255, 255, 255, 0.03);
}

.enamad-placeholder img {
	display: block;
	width: auto;
	max-width: 5.25rem;
	max-height: 5.25rem;
	height: auto;
	object-fit: contain;
}

.site-footer__enamad-label {
	margin: 0;
	font-size: 0.86rem;
}

.site-footer__bottom {
	margin-top: 1.75rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	text-align: center;
}

.site-footer__credit {
	font-size: 0.88rem;
}

.entry-title {
	margin-top: 0;
	margin-bottom: var(--alphard-space-4);
}

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

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

.entry-thumbnail {
	margin-bottom: var(--alphard-space-6);
}

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

.screen-reader-text:focus {
	top: var(--alphard-space-4);
	left: var(--alphard-space-4);
	width: auto;
	height: auto;
	padding: var(--alphard-space-3) var(--alphard-space-4);
	margin: 0;
	clip: auto;
	background: var(--alphard-color-surface);
	border: 1px solid var(--alphard-color-border);
	z-index: 1000;
}

@media (min-width: 768px) {
	.component-product-attributes__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.site-header__inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.9rem;
		padding: 0.56rem 0.95rem;
	}

	.site-header__mobile-controls,
	.site-header__mobile-cta-wrap,
	.site-header__mobile-panel,
	.site-header__mobile-overlay {
		display: none;
	}

	.primary-navigation {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex: 1 1 auto;
		margin-inline: 0 0.15rem;
	}

	.primary-menu {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 0.05rem;
		white-space: nowrap;
		flex-wrap: nowrap;
	}

	.primary-menu a {
		display: inline-flex;
		align-items: center;
		padding: 0.42rem 0.6rem;
		border-radius: 999px;
		color: rgb(255, 255, 255);
		font-weight: 600;
		font-size: 0.9rem;
		transition: color 0.2s ease, background-color 0.2s ease;
	}

	.primary-menu a:hover {
		color: var(--alphard-color-accent);
		background: rgba(255, 255, 255, 0.04);
	}

	.site-header__desktop-actions {
		justify-content: flex-end;
		gap: 0.45rem;
		white-space: nowrap;
	}

	.site-header__icon-link,
	.site-header__cta {
		flex: 0 0 auto;
	}

	.site-header__search-panel {
		left: 0;
		right: auto;
	}

	.site-header__icon-link {
		width: 2.68rem;
		height: 2.68rem;
	}

	.site-header__icon-link svg {
		width: 1.18rem;
		height: 1.18rem;
	}

	.site-header__cta {
		min-height: 2.58rem;
		padding: 0.64rem 0.92rem;
		font-size: 0.88rem;
	}

	.site-branding__logo-image,
	.custom-logo {
		height: 2rem;
		max-width: 6.6rem;
	}

	.site-branding__logo-image--white {
		height: 1.72rem;
		max-width: 5.55rem;
	}

	body:not(.home) .site-branding__logo,
	body:not(.home) .custom-logo-link,
	body:not(.home) .site-branding__logo-link {
		max-height: 2rem;
	}

	body:not(.home) .site-branding__logo-image,
	body:not(.home) .custom-logo {
		height: 2rem;
		max-width: 5.4rem;
	}

	.site-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: start;
	}

	.component-category-grid__items,
	.component-product-showcase__grid,
	.component-installment__benefits,
	.component-trust__media-grid,
	.component-trust__testimonials {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.component-hero__visual-shell {
		min-height: 30rem;
	}

	.component-hero__visual-image {
		width: min(90%, 54rem);
		max-height: 27rem;
	}

	.component-installment__inner,
	.component-trust__body {
		grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
		align-items: center;
	}

	.component-product-hero__layout {
		grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
		align-items: start;
		gap: 1.25rem;
	}

	.component-product-recommendations__grid,
	.component-trust-points__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.component-image-text__inner {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: center;
		gap: var(--alphard-space-8);
	}

	.component-image-text--image-right .component-image-text__media {
		order: 2;
	}
}

@media (min-width: 1024px) {
	.component-category-grid__items {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.component-product-archive__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.component-product-showcase__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.component-product-showcase--sale .component-product-showcase__grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.component-product-recommendations__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.component-trust__story {
		flex-basis: 6.15rem;
	}
}

@media (max-width: 980px) {
	.component-instagram-join__body {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.component-instagram-join__content,
	.component-instagram-join__stories-column {
		grid-column: auto;
	}

	.component-instagram-join__stories-shell {
		padding-inline: 1.2rem;
	}
}

@media (max-width: 768px) {
	:root {
		--alphard-header-overlay-offset: 8.5rem;
	}

	.home .page-builder--flexible {
		gap: 3rem;
		overflow-x: clip;
	}

	.home .page-builder--flexible > .component {
		overflow: clip;
	}

	.home .component-category-grid,
	.home .component-product-showcase,
	.home .component-installment,
	.home .component-trust,
	.home .component-cta-box,
	.home .component-instagram-join {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	.alphard-product-page {
		gap: var(--alphard-space-7);
	}

	.component-product-hero {
		padding-top: calc(var(--alphard-space-6) + 0.25rem);
	}

	.component-product-hero__gallery,
	.component-product-hero__summary,
	.component-product-description__content,
	.component-product-recommendations__grid {
		border-radius: 1.45rem;
	}

	.component-product-hero__gallery {
		padding: 0.8rem;
	}

	.component-product-hero__gallery-stage {
		min-height: 16rem;
	}

	.component-product-hero__gallery-thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.component-product-hero__gallery-thumb img {
		height: 3.5rem;
	}

	.component-product-hero__summary,
	.component-product-description__content {
		padding: 0.95rem;
	}

	.component-product-hero__title {
		font-size: clamp(1.45rem, 5vw, 2.25rem);
	}

	.component-product-hero__heading-row {
		align-items: flex-start;
		gap: 0.8rem;
	}

	.component-product-hero__brand-image {
		height: 1.8rem;
		max-width: 5.8rem;
	}

	.component-product-attributes__content {
		padding: 0.95rem;
		border-radius: 1.45rem;
	}

	.component-product-attributes__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.7rem;
	}

	.component-product-reviews__layout {
		grid-template-columns: 1fr;
		gap: 0.95rem;
	}

	.component-product-reviews__stories-panel,
	.component-product-reviews__content {
		padding: 0.95rem;
		border-radius: 1.45rem;
	}

	.component-product-hero__description {
		font-size: 0.92rem;
		line-height: 1.9;
	}

	.component-product-hero__benefit {
		font-size: 0.88rem;
	}

	.component-product-hero__cart-form .quantity {
		flex-basis: 4.6rem;
	}

	.component-product-hero__secondary-actions {
		gap: 0.6rem;
	}

	.component-product-hero__secondary-action {
		min-height: 2.75rem;
		padding: 0.72rem 0.7rem;
		font-size: 0.82rem;
	}

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

	.site-footer__brand,
	.site-footer__nav-wrap,
	.site-footer__categories-wrap,
	.site-footer__trust {
		text-align: right;
		justify-items: start;
	}

	.site-footer__column::before {
		display: none;
	}

	.site-footer__enamad-card {
		justify-items: start;
	}

	.site-footer__bottom {
		text-align: right;
	}

	.component-trust__stories-shell {
		gap: 0.75rem;
	}

	.component-trust__stories {
		justify-content: center;
	}

	.component-trust__story {
		flex-basis: 5.3rem;
	}

	.component-trust__story-avatar {
		width: 5.3rem;
		height: 5.3rem;
	}

	.component-trust__stories-footer {
		gap: 0.65rem;
	}

	.component-trust__stories-nav {
		top: 2.65rem;
		width: 2.15rem;
		height: 2.15rem;
	}

	.component-trust__stories-nav--prev {
		right: -0.72rem;
	}

	.component-trust__stories-nav--next {
		left: -0.72rem;
	}

	.component-trust__modal-dialog {
		width: min(100%, 21rem);
	}

	.component-trust__modal-video {
		min-height: 22.5rem;
	}

	.component-trust__modal-frame,
	.component-trust__modal-placeholder {
		min-height: 22.5rem;
	}

	.component-product-recommendations__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 0.8rem;
	}

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

	.component-trust-points--product .component-trust-points__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.component-product-showcase__layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.95rem;
	}

	.component-product-showcase__content-column {
		order: 1;
	}

	.component-product-showcase__products-column {
		order: 2;
	}

	.component-product-showcase__intro--split {
		max-width: none;
	}

	.component-product-showcase__products-column .component-product-showcase__grid[data-product-showcase-carousel="true"] {
		gap: 0.9rem;
		padding-inline: 0.05rem 0.6rem;
	}

	.component-product-showcase__products-column .component-product-showcase__grid[data-product-showcase-carousel="true"] > * {
		flex: 0 0 calc((100% - 0.9rem) / 2);
	}

	.component-instagram-join__header .component-section-title__title {
		font-size: 1.5rem;
	}

	.component-instagram-join__stories-shell {
		padding-inline: 0.95rem;
	}

	.component-instagram-join__story {
		flex: 0 0 calc((100% - 0.7rem) / 2);
		max-width: calc((100% - 0.7rem) / 2);
	}

	.component-instagram-join__story-media {
		border-radius: 1.2rem;
	}

	.component-instagram-join__stories {
		gap: 0.7rem;
		padding-inline: 0.1rem;
	}

	.component-instagram-join .component-trust__stories-nav {
		width: 1.95rem;
		height: 1.95rem;
	}

	.component-instagram-join .component-trust__stories-nav--prev {
		right: -0.25rem;
	}

	.component-instagram-join .component-trust__stories-nav--next {
		left: -0.25rem;
	}

	.component-instagram-join .component-trust__modal-video {
		min-height: 18.5rem;
	}

	.component-instagram-join .component-trust__modal-frame {
		min-height: 0;
	}

	.component-instagram-join .component-trust__modal-meta {
		gap: 0.35rem;
		padding-top: 0.3rem;
	}

	.component-product-archive__filters-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 auto;
		min-height: 2.55rem;
		padding: 0.55rem 0.8rem;
		font-size: 0.8rem;
		white-space: nowrap;
	}

	.component-product-archive__mobile-controls {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.6rem;
		margin-bottom: 0.85rem;
		padding: 0.45rem;
		border: 1px solid rgba(17, 35, 19, 0.08);
		border-radius: 1.15rem;
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 251, 246, 0.78)),
			radial-gradient(circle at top right, rgba(26, 206, 0, 0.06), transparent 38%);
	}

	.component-product-archive__mobile-sort {
		flex: 1 1 auto;
	}

	.component-product-archive__mobile-sort select {
		max-width: 8.6rem;
	}

	.component-product-archive__layout {
		grid-template-columns: 1fr;
	}

	.component-product-archive__products-toolbar {
		display: none;
	}

	.component-product-archive__products-count {
		font-size: 0.78rem;
	}

	.component-product-archive__filters {
		display: none;
	}

	.component-product-archive__panel {
		position: fixed;
		inset: 0;
		z-index: 120;
	}

	.component-product-archive__panel.is-open {
		display: block;
	}

	.component-product-archive__panel-backdrop {
		position: absolute;
		inset: 0;
		background: rgba(2, 7, 3, 0.5);
		backdrop-filter: blur(6px);
	}

	.component-product-archive__panel-dialog {
		position: absolute;
		top: 0;
		right: 0;
		width: min(100%, 22rem);
		height: 100%;
		padding: 0.55rem;
	}

	.component-product-archive__filters-form--mobile {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		height: auto;
		max-height: 100%;
		overflow-y: auto;
		padding: 0.75rem 0.8rem;
		border-radius: 1.1rem;
		gap: 0;
	}

	.component-product-archive__filters-form--mobile .component-product-archive__filters-header {
		min-height: 2.45rem;
		margin-bottom: 0.45rem;
	}

	.component-product-archive__filters-form--mobile .component-product-archive__filter-summary {
		min-height: 2.65rem;
		padding-block: 0.15rem;
	}

	.component-product-archive__filters-form--mobile .component-product-archive__filter-body {
		padding-bottom: 0.65rem;
	}

	.component-product-archive__filters-form--mobile .component-product-archive__filter-option {
		min-height: 2.05rem;
		padding: 0.34rem 0.5rem;
		font-size: 0.82rem;
	}

	.component-product-archive__filters-form--mobile .component-product-archive__filter-children {
		padding-top: 0.2rem;
		padding-bottom: 0.25rem;
	}

	.component-product-archive__filters-form--mobile .component-product-archive__price-range input {
		min-height: 2.35rem;
		padding: 0.48rem 0.7rem;
		font-size: 0.82rem;
	}

	.component-product-archive__filters-close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.component-product-archive__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.85rem;
	}

	.component-product-archive__filters-actions {
		grid-template-columns: 1fr;
		gap: 0.45rem;
		margin-top: 0.65rem;
	}

	.component-product-archive__apply,
	.component-product-archive__reset {
		min-height: 2.25rem;
		padding: 0.46rem 0.75rem;
		font-size: 0.78rem;
	}

	.component-product-showcase__pagination--split {
		margin-top: 0.85rem;
	}

	.component-hero {
		padding: calc(var(--alphard-space-12) - 0.2rem) 0 0.25rem;
		border-radius: 0 0 1.8rem 1.8rem;
	}

	.component-hero__stage {
		gap: 0.7rem;
	}

	.component-hero__nav {
		width: 2rem;
		height: 2rem;
	}

	.component-hero__nav span {
		font-size: 1.2rem;
	}

	.component-hero__nav--prev {
		left: 0.15rem;
	}

	.component-hero__nav--next {
		right: 0.15rem;
	}

	.component-hero__slides {
		position: relative;
		min-height: clamp(31.5rem, 132vw, 36rem);
		height: clamp(31.5rem, 132vw, 36rem);
		overflow: hidden;
	}

	.component-hero__visual {
		min-height: 13.9rem;
	}

	.component-hero__visual-shell {
		min-height: 13.9rem;
		padding: 0 0 0.45rem;
	}

	.component-hero__visual-image {
		width: min(94%, 19.25rem);
		max-height: 12.9rem;
		transform: translate(-50%, -43%);
	}

	.component-hero__slide--compact .component-hero__visual-image {
		width: min(88%, 16.6rem);
		max-height: 10.8rem;
		transform: translate(-50%, -36%);
	}

	.component-hero__slide--compact .component-hero__headline {
		max-width: 31rem;
		font-size: clamp(1.08rem, 4.5vw, 1.38rem);
		line-height: 1.2;
		margin-top: 3px;
	}

	.component-hero__slide--finance .component-hero__visual-image {
		width: min(89%, 16.8rem);
		max-height: 10.8rem;
		transform: translate(-50%, -34%);
	}

	.component-hero__headline {
		max-width: 100%;
		padding-inline: 0.4rem;
		font-size: clamp(1.2rem, 5.8vw, 1.72rem);
		line-height: 1.24;
		top: 0;
		margin-bottom: 0;
		min-height: 0;
	}

	.component-hero__slide--about .component-hero__headline {
		max-width: 100%;
		font-size: clamp(0.95rem, 4.2vw, 1.12rem);
		line-height: 1.22;
		top: 0;
		margin-bottom: 0;
	}

	.component-hero__meta-badge {
		max-width: calc(100% - 0.5rem);
		padding: 0.42rem 0.72rem;
		font-size: 0.72rem;
		line-height: 1.45;
	}

	.component-hero__meta-badges {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 0.35rem;
		width: 100%;
	}

	.component-hero__actions--intro {
		margin-top: 0.85rem;
		gap: 0.5rem;
	}

	.component-hero__sale-timer {
		margin-top: 0.35rem;
		margin-inline: auto;
		justify-self: center;
	}

	.component-hero__slide--intro-actions .component-hero__actions--intro .component-hero__action {
		min-height: 2.2rem;
		padding: 0.5rem 0.72rem;
		font-size: 0.76rem;
	}

	.component-hero__slide--finance .component-hero__headline {
		max-width: 29rem;
		font-size: clamp(1.24rem, 5.3vw, 1.66rem);
		top: 0;
		margin-bottom: 0;
	}

	.component-hero__slide--finance .component-hero__subtitle {
		max-width: 23rem;
		font-size: 0.9rem;
	}

	.component-hero__slide {
		position: absolute;
		display: grid;
		inset: 0;
		width: 100%;
		height: 100%;
		grid-template-rows: minmax(10.2rem, auto) minmax(13.6rem, 1fr);
		align-content: start;
		opacity: 0;
		visibility: hidden;
		transform: translateY(10px) scale(0.985);
		pointer-events: none;
		gap: 0.75rem;
		overflow: hidden;
		transition: opacity 260ms ease, transform 260ms ease, visibility 260ms ease;
	}

	.component-hero__slide.is-active {
		opacity: 1;
		visibility: visible;
		transform: translateY(0) scale(1);
		pointer-events: auto;
	}

	.component-hero__eyebrow {
		margin-bottom: 0.8rem;
	}

	.component-hero__intro {
		min-height: 10.2rem;
		max-width: 100%;
		padding-inline: 0.55rem;
		align-content: start;
	}

	.component-hero__actions--overlay {
		position: static;
		top: auto;
		transform: none;
		gap: 0.45rem;
		justify-content: center;
		margin-top: 0.15rem;
	}

	.component-hero__actions--intro,
	.component-hero__actions--overlay {
		width: 100%;
		max-width: min(19rem, 100%);
		margin-inline: auto;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: stretch;
	}

	.component-hero__action {
		width: 100%;
		min-width: 0;
		margin-top: 0;
		min-height: 2.25rem;
		padding: 0.5rem 0.62rem;
		font-size: 0.74rem;
		line-height: 1.35;
		text-align: center;
		white-space: normal;
		align-self: stretch;
		height: 100%;
	}

	.component-hero__actions .component-hero__action:first-child {
		margin-top: 0;
	}

	.component-category-grid__items[data-category-carousel="true"] {
		display: flex;
		gap: 0.9rem;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		overscroll-behavior-inline: contain;
		padding-inline: 0.05rem 0.4rem;
		padding-block: 0.25rem 0.45rem;
		grid-template-columns: none;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.component-category-grid__items[data-category-carousel="true"]::-webkit-scrollbar {
		display: none;
	}

	.component-category-grid__items[data-category-carousel="true"] .component-category-grid__card {
		flex: 0 0 calc((100% - 0.9rem) / 2.08);
		max-width: calc((100% - 0.9rem) / 2.08);
		min-width: 0;
		scroll-snap-align: start;
	}

	.component-category-grid__pagination {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.45rem;
		margin-top: 0.9rem;
	}

	.component-product-showcase--sale > .container {
		overflow: hidden;
		padding: 0.4rem 0.65rem 0.35rem;
	}

	.component-product-showcase--sale .component-product-showcase__intro {
		display: grid;
		gap: 0.75rem;
		align-items: start;
	}

	.component-product-showcase__header--sale {
		gap: 0.8rem;
	}

	.component-product-showcase__header-top {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0.65rem;
		justify-items: stretch;
	}

	.component-product-showcase__header--sale .component-section-title__title {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 1.02rem;
		line-height: 1.4;
		min-width: 0;
		white-space: normal;
		overflow-wrap: anywhere;
		text-align: right;
	}

	.component-product-showcase__timer {
		width: fit-content;
		max-width: 100%;
		flex: 0 0 auto;
		gap: 0.35rem;
		padding: 0.42rem 0.55rem;
		justify-self: start;
		align-self: flex-start;
		order: 2;
		white-space: nowrap;
	}

	.component-product-showcase__header-top .component-section-title__title {
		order: 1;
	}

	.component-product-showcase--sale .component-product-showcase__timer {
		max-width: 100%;
		margin-top: 0;
		box-shadow:
			0 0 0 1px rgba(26, 206, 0, 0.08),
			0 10px 20px rgba(26, 206, 0, 0.14);
	}

	.component-product-showcase--sale .component-product-showcase__timer-item {
		gap: 0.22rem;
		font-size: 0.68rem;
	}

	.component-product-showcase--sale .component-product-showcase__timer-item strong {
		font-size: 0.9rem;
	}

	.component-product-showcase__timer-item {
		gap: 0.16rem;
		font-size: 0.66rem;
	}

	.component-product-showcase__timer-item strong {
		font-size: 0.86rem;
	}

	.component-product-showcase__timer-item span {
		line-height: 1;
	}

	.component-product-showcase__timer {
		max-width: 100%;
	}
}

@media (max-width: 380px) {
	.component-product-showcase--sale .component-product-showcase__timer {
		gap: 0.25rem;
		padding: 0.36rem 0.45rem;
	}

	.component-product-showcase--sale .component-product-showcase__timer-item {
		font-size: 0.62rem;
	}

	.component-product-showcase--sale .component-product-showcase__timer-item strong {
		font-size: 0.82rem;
	}
}

@media (max-width: 340px) {
	.component-product-showcase--sale .component-product-showcase__timer {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.component-product-showcase--sale .component-product-showcase__grid[data-sale-product-carousel="true"] {
		display: flex;
		gap: 0.9rem;
		overflow-x: auto;
		padding-inline: 0.05rem 0.4rem;
		grid-template-columns: none;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.component-product-showcase--sale .component-product-showcase__grid[data-sale-product-carousel="true"]::-webkit-scrollbar {
		display: none;
	}

	.component-product-showcase--sale .component-product-showcase__grid[data-sale-product-carousel="true"] > * {
		flex: 0 0 calc((100% - 0.9rem) / 2.08);
		scroll-snap-align: start;
		min-width: 0;
	}

	.component-product-showcase__pagination {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.45rem;
		margin-top: 0.85rem;
	}

	.component-product-showcase__footer {
		margin-top: 0.8rem;
	}

	.component-product-card {
		border-radius: 1.25rem;
	}

	.component-product-card__media {
		padding: 0.8rem 0.8rem 0.18rem;
		background:
			radial-gradient(circle at center, rgba(26, 206, 0, 0.08), transparent 58%),
			linear-gradient(180deg, rgba(245, 251, 244, 0.92), rgba(233, 244, 231, 0.3));
	}

	.component-product-card__media-link {
		border-radius: 1rem;
		border-color: rgba(255, 255, 255, 0.16);
		background: rgba(255, 255, 255, 0.16);
		backdrop-filter: none;
	}

	.component-product-card__image {
		max-height: 9.6rem;
	}

	.component-product-card__content {
		padding: 0.38rem 0.8rem 8px;
	}

	.component-product-card__title {
		font-size: 0.9rem;
		margin-top: 0;
	}

	.component-product-card__excerpt {
		font-size: 0.78rem;
		min-height: 0;
	}

	.component-product-card__button {
		min-height: 2.45rem;
		padding: 0.58rem 0.7rem;
		font-size: 0.74rem;
	}

	.component-hero__slide--finance .component-hero__actions--overlay {
		display: none;
	}

	.component-hero__slide--finance .component-hero__action {
		display: none;
	}

	.component-hero__slide--compact .component-hero__action {
		min-height: 2.2rem;
		padding: 0.5rem 0.72rem;
		font-size: 0.76rem;
	}

	.component-hero__slide--compact .component-hero__visual-shell,
	.component-hero__slide--finance .component-hero__visual-shell {
		min-height: 14.2rem;
		padding-top: 1rem;
		padding-bottom: 0;
	}

	.component-hero__slide--finance .component-hero__intro {
		padding-top: 0.6rem;
	}

	.component-hero__slide--finance .component-hero__visual-image {
		width: min(84%, 15.8rem);
		max-height: 9.9rem;
		transform: translate(-50%, -27%);
	}

	.component-hero__visual-card {
		display: none;
	}

	.component-hero__visual-card--left {
		top: calc(26% - 40px);
		left: calc(0.2rem + 3px);
	}

	.component-hero__visual-card--right {
		top: calc(30% - 40px);
		right: 0.15rem;
	}

	.component-hero__visual-card-image {
		width: 2.5rem;
		height: 2.5rem;
	}

	.component-hero__visual-tag {
		display: none;
	}

	.component-hero__visual-lines {
		inset: 18% 30% auto;
		height: 24%;
	}

	.component-hero__visual-stage {
		right: 8%;
		left: 8%;
		bottom: calc(6% + 28px);
		height: 1.7rem;
	}

	.component-hero__pagination {
		margin-top: 0.3rem;
	}

	.site-header__inner {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 0.52rem 0.62rem;
		border-radius: 1.25rem;
		gap: 0.28rem;
	}

	.primary-navigation {
		display: none;
	}

	.site-header__desktop-actions {
		display: none;
	}

	.site-header__mobile-controls {
		order: 1;
		flex: 0 0 auto;
	}

	.site-branding {
		order: 2;
		min-width: 0;
		flex: 0 0 auto;
	}

	.site-branding__logo-image,
	.custom-logo {
		height: 2rem;
		max-width: 5.4rem;
	}

	.site-header__mobile-cta-wrap {
		order: 3;
		flex: 0 0 auto;
		margin-inline-start: auto;
	}

	.site-header__menu-toggle {
		display: inline-flex;
		min-height: 2.45rem;
		width: 2.45rem;
	}

	.site-header__cta--mobile {
		display: inline-flex;
		min-height: 2.45rem;
		padding: 0.58rem 0.7rem;
		font-size: 0.76rem;
	}

	.site-header__icon-link--mobile-cart {
		display: inline-flex;
		width: 2.45rem;
		height: 2.45rem;
		min-width: 2.45rem;
	}

	.site-header__mobile-panel {
		margin-top: 0.55rem;
		border-radius: 1.2rem;
	}
}

@media (min-width: 1024px) {
	.component-hero__slide {
		padding-top: 2.5rem;
	}

	.component-hero--banner .component-hero__slide {
		padding-top: 0;
	}

	.site-footer__inner {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	:root {
		--alphard-header-overlay-offset: 7.8rem;
	}

	.site-footer {
		padding-top: var(--alphard-space-10);
		padding-bottom: var(--alphard-space-5);
	}

	.site-footer__logo {
		height: 2.1rem;
		max-width: 7rem;
	}

	.site-footer__description,
	.footer-menu a,
	.site-footer__links a,
	.site-footer__enamad-label,
	.site-footer__credit {
		font-size: 0.88rem;
	}

	.home .container {
		width: min(100% - 1rem, var(--alphard-container-width));
	}

	.component-hero {
		padding-top: calc(var(--alphard-space-10) - 0.1rem);
	}

	.component-hero__headline {
		padding-inline: 0.2rem;
		font-size: clamp(1.08rem, 5.6vw, 1.42rem);
		line-height: 1.28;
	}

	.component-hero__slide--about .component-hero__headline,
	.component-hero__slide--compact .component-hero__headline,
	.component-hero__slide--finance .component-hero__headline {
		font-size: clamp(0.92rem, 4.8vw, 1.18rem);
	}

	.component-hero__meta-badges {
		flex-direction: column;
	}

	.component-hero__meta-badge {
		max-width: 100%;
		width: auto;
		font-size: 0.68rem;
	}

	.component-hero__actions--intro,
	.component-hero__actions--overlay {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 16rem;
	}

	.component-hero__action {
		padding-inline: 0.46rem;
		font-size: 0.68rem;
	}

	.component-hero__visual {
		min-height: 12.6rem;
	}

	.component-hero__visual-shell,
	.component-hero__slide--compact .component-hero__visual-shell,
	.component-hero__slide--finance .component-hero__visual-shell {
		min-height: 12.6rem;
	}

	.component-hero__visual-image {
		width: min(94%, 17rem);
		max-height: 11.5rem;
	}

	.component-product-showcase--sale .component-product-showcase__grid[data-sale-product-carousel="true"] > * {
		flex: 0 0 calc((100% - 0.9rem) / 2);
	}

	.component-product-showcase__products-column .component-product-showcase__grid[data-product-showcase-carousel="true"] > * {
		flex: 0 0 calc((100% - 0.9rem) / 2);
	}

	.component-instagram-join__story {
		flex: 0 0 calc((100% - 0.7rem) / 2);
		max-width: calc((100% - 0.7rem) / 2);
	}
}

.page-builder--contact {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.component-contact-hero {
	position: relative;
	overflow: hidden;
	padding: 2.6rem 0 2.2rem;
	background-color: #07100a;
	background-position: center;
	background-size: cover;
	border-radius: 2rem;
}

.component-contact-hero::before,
.component-contact-hero::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

.component-contact-hero::before {
	inset: auto auto -10% -6%;
	width: 12rem;
	height: 12rem;
	background: radial-gradient(circle, rgba(26, 206, 0, 0.24), transparent 68%);
}

.component-contact-hero::after {
	inset: 10% -4% auto auto;
	width: 11rem;
	height: 11rem;
	background: radial-gradient(circle, rgba(26, 206, 0, 0.14), transparent 70%);
}

.component-contact-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 40rem;
}

.component-contact-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0 0 0.85rem;
	color: #c7ffd0;
	font-size: 0.82rem;
	font-weight: 700;
}

.component-contact-hero__eyebrow::before {
	content: "";
	width: 2.3rem;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--alphard-color-accent), rgba(26, 206, 0, 0.18));
}

.component-contact-hero__title {
	margin: 0;
	color: #fff;
	font-size: clamp(2rem, 6vw, 3.6rem);
	line-height: 1.1;
}

.component-contact-hero__subtitle {
	margin: 1rem 0 0;
	max-width: 34rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1rem;
	line-height: 1.95;
}

.component-contact-info__header,
.component-contact-form__header,
.component-contact-map__header,
.component-contact-social__header {
	margin-bottom: 1.1rem;
	max-width: 36rem;
}

.component-contact-info__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1rem;
}

.component-contact-info__card,
.component-contact-form__card,
.component-contact-map__frame,
.component-contact-trust__inner {
	border: 1px solid rgba(26, 206, 0, 0.12);
	border-radius: 1.5rem;
	background:
		linear-gradient(180deg, rgba(233, 255, 228, 0.95), rgba(218, 255, 210, 0.88)),
		rgba(225, 255, 219, 0.9);
	box-shadow: 0 1rem 2.4rem rgba(16, 52, 18, 0.08);
	backdrop-filter: blur(18px);
}

.component-contact-info__card {
	padding: 1.15rem 1rem;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.component-contact-info__card:hover {
	transform: translateY(-4px);
	border-color: rgba(26, 206, 0, 0.24);
	box-shadow: 0 1.15rem 2.5rem rgba(18, 62, 21, 0.12);
}

.component-contact-info__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.9rem;
	height: 2.9rem;
	margin-bottom: 0.95rem;
	border-radius: 1rem;
	background: linear-gradient(135deg, rgba(26, 206, 0, 0.18), rgba(26, 206, 0, 0.08));
	color: var(--alphard-color-accent-strong);
	font-size: 1.2rem;
}

.component-contact-info__title {
	margin: 0;
	color: #113218;
	font-size: 1rem;
}

.component-contact-info__content {
	margin: 0.6rem 0 0;
	color: rgba(17, 50, 24, 0.78);
	font-size: 0.95rem;
	line-height: 1.85;
}

.component-contact-form__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
}

.component-contact-form__card {
	padding: 1rem;
}

.component-contact-form__form {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
}

.component-contact-form__field-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0.9rem;
}

.component-contact-form__field {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.component-contact-form__field label {
	color: #234329;
	font-size: 0.9rem;
	font-weight: 700;
}

.component-contact-form__field input,
.component-contact-form__field textarea {
	width: 100%;
	min-width: 0;
	padding: 0.9rem 1rem;
	border: 1px solid rgba(26, 206, 0, 0.14);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.58);
	color: #16311b;
	font: inherit;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.component-contact-form__field input:focus,
.component-contact-form__field textarea:focus {
	outline: none;
	border-color: rgba(26, 206, 0, 0.8);
	box-shadow: 0 0 0 3px rgba(26, 206, 0, 0.14);
	background: rgba(255, 255, 255, 0.74);
}

.component-contact-form__field textarea {
	resize: vertical;
}

.component-contact-form__submit {
	align-self: flex-start;
	min-width: 10rem;
	padding: 0.9rem 1.35rem;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #22ef00, #16b300);
	color: #071008;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.component-contact-form__submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 1rem 2rem rgba(26, 206, 0, 0.22);
	filter: saturate(1.04);
}

.component-contact-map__frame {
	overflow: hidden;
	padding: 0;
	min-height: 18rem;
}

.component-contact-map__embed,
.component-contact-map__embed iframe {
	width: 100%;
	height: 100%;
	min-height: 18rem;
	border: 0;
}

.component-contact-map__placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 18rem;
	padding: 1.25rem;
	background:
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.12), transparent 32%),
		linear-gradient(180deg, rgba(235, 255, 229, 0.9), rgba(220, 255, 213, 0.82));
	color: rgba(17, 50, 24, 0.76);
	text-align: center;
}

.component-contact-map__pin {
	margin-bottom: 0.65rem;
	color: var(--alphard-color-accent-strong);
	font-size: 1.5rem;
}

.component-contact-social__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

.component-contact-social__item {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.6rem;
	padding: 0.85rem 1rem;
	border: 1px solid rgba(26, 206, 0, 0.16);
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(231, 255, 226, 0.97), rgba(210, 255, 202, 0.91)),
		rgba(223, 255, 217, 0.92);
	color: #102814;
	text-decoration: none;
	box-shadow: 0 0.95rem 1.9rem rgba(17, 59, 21, 0.08);
	transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.component-contact-social__item:hover {
	transform: translateY(-2px);
	border-color: rgba(26, 206, 0, 0.44);
	background:
		linear-gradient(180deg, rgba(215, 255, 208, 0.98), rgba(191, 255, 181, 0.94)),
		rgba(212, 255, 205, 0.95);
	box-shadow: 0 1rem 2.1rem rgba(18, 39, 20, 0.12);
}

.component-contact-social__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.15rem;
	height: 2.15rem;
	border-radius: 999px;
	flex: 0 0 2.15rem;
	border: 1px dashed rgba(16, 40, 20, 0.22);
	background: rgba(255, 255, 255, 0.44);
}

.component-contact-social__label {
	font-size: 0.95rem;
	font-weight: 700;
	color: #102814;
}

.component-contact-trust__inner {
	padding: 1.3rem 1rem;
	text-align: center;
}

.component-contact-trust__eyebrow {
	margin: 0 0 0.8rem;
	color: var(--alphard-color-accent-strong);
	font-size: 0.85rem;
	font-weight: 800;
}

.component-contact-trust__title {
	margin: 0;
	color: #113218;
	font-size: clamp(1.25rem, 3vw, 1.9rem);
	line-height: 1.45;
}

.component-contact-trust__text {
	margin: 0.8rem auto 0;
	max-width: 42rem;
	color: rgba(17, 50, 24, 0.74);
	line-height: 1.95;
}

html[data-theme="dark"] .component-contact-info__card,
html[data-theme="dark"] .component-contact-form__card,
html[data-theme="dark"] .component-contact-map__frame,
html[data-theme="dark"] .component-contact-trust__inner {
	border-color: rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(21, 29, 23, 0.96), rgba(12, 18, 13, 0.96)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.09), transparent 42%);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

html[data-theme="dark"] .component-contact-info__title,
html[data-theme="dark"] .component-contact-form__field label,
html[data-theme="dark"] .component-contact-trust__title,
html[data-theme="dark"] .component-contact-social__label {
	color: #edf6ed;
}

html[data-theme="dark"] .component-contact-info__content,
html[data-theme="dark"] .component-contact-trust__text,
html[data-theme="dark"] .component-contact-map__placeholder {
	color: rgba(226, 239, 227, 0.74);
}

html[data-theme="dark"] .component-contact-form__field input,
html[data-theme="dark"] .component-contact-form__field textarea {
	border-color: rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.05);
	color: #edf6ed;
}

html[data-theme="dark"] .component-contact-form__field input:focus,
html[data-theme="dark"] .component-contact-form__field textarea:focus {
	background: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .component-contact-map__placeholder {
	background:
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.1), transparent 32%),
		linear-gradient(180deg, rgba(18, 26, 19, 0.96), rgba(10, 15, 11, 0.94));
}

html[data-theme="dark"] .component-contact-social__item {
	border-color: rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(20, 29, 22, 0.96), rgba(12, 18, 13, 0.94)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.08), transparent 42%);
	color: #edf6ed;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.22);
}

html[data-theme="dark"] .component-contact-social__item:hover {
	border-color: rgba(26, 206, 0, 0.3);
	background:
		linear-gradient(180deg, rgba(24, 34, 25, 0.98), rgba(15, 22, 16, 0.96)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.1), transparent 42%);
	box-shadow: 0 1rem 2.1rem rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] .component-contact-social__icon {
	border-color: rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.05);
}

@media (min-width: 480px) {
	.component-contact-info__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.component-contact-form__field-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.component-contact-social__list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 768px) {
	.component-contact-hero {
		padding: 3.4rem 0 3rem;
	}

	.component-contact-info__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.component-contact-form__layout {
		grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
		gap: 1.5rem;
		align-items: center;
	}

	.component-contact-form__card {
		padding: 1.25rem;
	}
}

@media (min-width: 1024px) {
	.component-contact-hero {
		padding: 4.2rem 0 3.6rem;
	}

	.component-contact-map__frame {
		min-height: 22rem;
	}

	.component-contact-map__embed,
	.component-contact-map__embed iframe,
	.component-contact-map__placeholder {
		min-height: 22rem;
	}
}

@media (max-width: 360px) {
	.site-header__inner {
		gap: 0.2rem;
		padding-inline: 0.5rem;
	}

	.site-header__cta--mobile {
		min-height: 2.3rem;
		max-width: 6.55rem;
		padding: 0.52rem 0.58rem;
		font-size: 0.71rem;
	}
}

.page-builder--installment-page {
	gap: 3.5rem;
}

.page-builder--installment-page > * {
	margin-top: 2.8rem;
	min-width: 0;
	max-width: 100%;
}

.component-installment-page-hero {
	position: relative;
	overflow: hidden;
	padding: 2.6rem 0 2.4rem;
	border-radius: 2rem;
	background:
		linear-gradient(135deg, rgba(7, 13, 8, 0.94), rgba(8, 24, 12, 0.88)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.2), transparent 34%),
		radial-gradient(circle at bottom left, rgba(26, 206, 0, 0.1), transparent 40%);
	background-position: center;
	background-size: cover;
	box-shadow: 0 1.65rem 3.4rem rgba(7, 20, 10, 0.22);
}

.component-installment-page-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
	background-size: 1.15rem 1.15rem;
	opacity: 0.14;
	pointer-events: none;
}

.component-installment-page-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 48rem;
	padding-inline: 0.25rem;
}

.component-installment-page-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 1rem;
	color: #b7ffab;
	font-size: 0.86rem;
	font-weight: 800;
}

.component-installment-page-hero__eyebrow::before {
	content: "";
	width: 2.5rem;
	height: 1px;
	background: linear-gradient(90deg, rgba(26, 206, 0, 0.2), rgba(26, 206, 0, 0.92));
}

.component-installment-page-hero__title {
	margin: 0;
	color: #f3fff1;
	font-size: clamp(1.9rem, 5vw, 3.5rem);
	line-height: 1.16;
	letter-spacing: -0.02em;
}

.component-installment-page-hero__subtitle {
	max-width: 42rem;
	margin: 1rem 0 0;
	color: rgba(231, 247, 231, 0.82);
	font-size: 1rem;
	line-height: 2;
}

.component-installment-page-plans__grid,
.component-installment-page-methods__grid,
.component-installment-page-platforms__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1rem;
}

.component-installment-page-plans__card,
.component-installment-page-methods__card,
.component-installment-page-platforms__card,
.component-installment-page-process__item,
.component-installment-page-faq__item,
.component-installment-page-trust__inner {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(26, 206, 0, 0.12);
	border-radius: 1.6rem;
	background:
		linear-gradient(180deg, rgba(244, 255, 241, 0.98), rgba(227, 255, 221, 0.92)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.1), transparent 38%);
	box-shadow: 0 1.15rem 2.4rem rgba(8, 24, 11, 0.08);
}

.component-installment-page-plans__card,
.component-installment-page-methods__card,
.component-installment-page-platforms__card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.15rem;
}

.component-installment-page-plans__card.is-featured {
	border-color: rgba(26, 206, 0, 0.34);
	background:
		linear-gradient(180deg, rgba(236, 255, 230, 0.99), rgba(211, 255, 201, 0.94)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.18), transparent 40%);
	box-shadow: 0 1.35rem 2.8rem rgba(14, 63, 18, 0.12);
	transform: translateY(-2px);
}

.component-installment-page-plans__badge,
.component-installment-page-methods__icon,
.component-installment-page-platforms__logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 1rem;
	background: linear-gradient(135deg, rgba(26, 206, 0, 0.18), rgba(26, 206, 0, 0.08));
	color: var(--alphard-color-accent-strong);
	font-size: 1rem;
	font-weight: 800;
	box-shadow: inset 0 0 0 1px rgba(26, 206, 0, 0.1);
}

.component-installment-page-plans__title,
.component-installment-page-methods__title,
.component-installment-page-platforms__title,
.component-installment-page-process__title {
	margin: 1rem 0 0;
	color: #103316;
	font-size: 1.1rem;
	line-height: 1.5;
}

.component-installment-page-plans__meta {
	display: grid;
	gap: 0.55rem;
	margin-top: 1rem;
	padding: 0.85rem 0.9rem;
	border-radius: 1.15rem;
	background: rgba(255, 255, 255, 0.56);
}

.component-installment-page-plans__prepayment,
.component-installment-page-plans__interest,
.component-installment-page-plans__summary,
.component-installment-page-methods__text,
.component-installment-page-process__text,
.component-installment-page-trust__text,
.component-installment-page-faq__panel p {
	margin: 0;
	color: rgba(16, 51, 22, 0.76);
	line-height: 1.95;
}

.component-installment-page-plans__prepayment,
.component-installment-page-plans__interest {
	font-size: 0.95rem;
	font-weight: 700;
	color: #0f2f15;
}

.component-installment-page-plans__summary {
	margin-top: 0.95rem;
	font-size: 0.93rem;
}

.component-installment-page-methods__text {
	margin-top: 0.8rem;
	font-size: 0.94rem;
}

.component-installment-page-process__rail {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0.95rem;
}

.component-installment-page-process__item {
	padding: 1.15rem;
}

.component-installment-page-process__step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #1ace00, #109600);
	color: #061006;
	font-size: 0.96rem;
	font-weight: 900;
	box-shadow: 0 0.75rem 1.5rem rgba(26, 206, 0, 0.18);
}

.component-installment-page-process__text {
	margin-top: 0.65rem;
	font-size: 0.93rem;
}

.component-installment-page-platforms__details {
	display: grid;
	gap: 0.6rem;
	margin: 0.95rem 0 0;
	padding: 0;
	list-style: none;
}

.component-installment-page-platforms__details li {
	position: relative;
	padding-right: 1rem;
	color: rgba(16, 51, 22, 0.78);
	font-size: 0.93rem;
	line-height: 1.85;
}

.component-installment-page-platforms__details li::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0.7rem;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 999px;
	background: var(--alphard-color-accent-strong);
}

.component-installment-page-faq__list {
	display: grid;
	gap: 0.85rem;
}

.component-installment-page-faq__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	padding: 1rem 1.1rem;
	border: 0;
	background: transparent;
	color: #102c16;
	font: inherit;
	font-size: 1rem;
	font-weight: 800;
	text-align: right;
	cursor: pointer;
}

.component-installment-page-faq__plus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: rgba(26, 206, 0, 0.12);
	color: var(--alphard-color-accent-strong);
	font-size: 1.1rem;
	flex: 0 0 2rem;
	transition: transform 160ms ease, background-color 160ms ease;
}

.component-installment-page-faq__item.is-open .component-installment-page-faq__plus {
	transform: rotate(45deg);
	background: rgba(26, 206, 0, 0.2);
}

.component-installment-page-faq__panel {
	padding: 0 1.1rem 1rem;
}

.component-installment-page-trust__inner {
	padding: 1.45rem 1.2rem;
	text-align: center;
}

.component-installment-page-trust__eyebrow {
	margin: 0 0 0.75rem;
	color: var(--alphard-color-accent-strong);
	font-size: 0.84rem;
	font-weight: 800;
}

.component-installment-page-trust__title {
	margin: 0;
	color: #103316;
	font-size: clamp(1.2rem, 3vw, 1.95rem);
	line-height: 1.5;
}

.component-installment-page-trust__text {
	max-width: 44rem;
	margin: 0.8rem auto 0;
}

@media (min-width: 480px) {
	.component-installment-page-methods__grid,
	.component-installment-page-platforms__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 768px) {
	.component-installment-page-hero {
		padding: 3.4rem 0 3.15rem;
	}

	.component-installment-page-plans__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.component-installment-page-process__rail {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.component-installment-page-hero {
		padding: 4rem 0 3.7rem;
	}

	.component-installment-page-plans__grid {
		margin-top: 1.6rem;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.component-installment-page-methods__grid {
		margin-top: 1.6rem;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.component-installment-page-platforms__grid {
		margin-top: 1.6rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.component-installment-page-process__rail {
		margin-top: 1.6rem;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

:root[data-theme="dark"] {
	color-scheme: dark;
	--alphard-color-text: #edf6ed;
	--alphard-color-text-soft: #b4c8b7;
	--alphard-color-muted: #8ea391;
	--alphard-color-border: rgba(255, 255, 255, 0.08);
	--alphard-color-surface: #101611;
	--alphard-color-surface-alt: #161e18;
	--alphard-color-background: #070b08;
	--alphard-color-background-strong: #030503;
	--alphard-shadow-soft: 0 20px 50px rgba(0, 0, 0, 0.28);
	--alphard-shadow-strong: 0 32px 90px rgba(0, 0, 0, 0.45);
}

html[data-theme="dark"] .site-header,
html[data-theme="dark"] .site-footer,
html[data-theme="dark"] .component-category-grid__card,
html[data-theme="dark"] .component-product-card,
html[data-theme="dark"] .component-product-hero__gallery,
html[data-theme="dark"] .component-product-hero__summary,
html[data-theme="dark"] .component-product-description__content,
html[data-theme="dark"] .component-product-recommendations__grid,
html[data-theme="dark"] .component-trust-points__card,
html[data-theme="dark"] .component-installment__benefit,
html[data-theme="dark"] .component-trust__media-card,
html[data-theme="dark"] .component-trust__testimonial,
html[data-theme="dark"] .component-trust__stat,
html[data-theme="dark"] .component-text-section,
html[data-theme="dark"] .component-image-text__inner,
html[data-theme="dark"] .component-testimonial {
	background: linear-gradient(180deg, rgba(22, 30, 24, 0.98), rgba(11, 16, 12, 0.98));
}

html[data-theme="dark"] .site-header {
	background: transparent;
}

html[data-theme="dark"] .component-product-card__button--secondary,
html[data-theme="dark"] .component-installment__action--secondary,
html[data-theme="dark"] .component-product-hero__gallery-thumb,
html[data-theme="dark"] .site-header__cart,
html[data-theme="dark"] .site-footer__button--secondary {
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
}

html[data-theme="dark"] .component-product-hero__gallery-stage,
html[data-theme="dark"] .component-product-card__media,
html[data-theme="dark"] .component-product-card__media-link {
	background:
		radial-gradient(circle at center, rgba(26, 206, 0, 0.12), transparent 54%),
		linear-gradient(180deg, rgba(20, 29, 21, 0.95), rgba(9, 13, 10, 0.96));
}

html[data-theme="dark"] .component-product-hero__meta-item {
	background: rgba(255, 255, 255, 0.05);
}

html[data-theme="dark"] .component-installment-page-plans__card,
html[data-theme="dark"] .component-installment-page-methods__card,
html[data-theme="dark"] .component-installment-page-platforms__card,
html[data-theme="dark"] .component-installment-page-process__item,
html[data-theme="dark"] .component-installment-page-faq__item,
html[data-theme="dark"] .component-installment-page-trust__inner {
	border-color: rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(22, 31, 24, 0.98), rgba(11, 17, 12, 0.98)),
		radial-gradient(circle at top right, rgba(26, 206, 0, 0.1), transparent 38%);
}

html[data-theme="dark"] .component-installment-page-plans__meta {
	background: rgba(255, 255, 255, 0.04);
}

html[data-theme="dark"] .component-installment-page-plans__title,
html[data-theme="dark"] .component-installment-page-methods__title,
html[data-theme="dark"] .component-installment-page-platforms__title,
html[data-theme="dark"] .component-installment-page-process__title,
html[data-theme="dark"] .component-installment-page-trust__title,
html[data-theme="dark"] .component-installment-page-faq__trigger {
	color: #edf6ed;
}

html[data-theme="dark"] .component-installment-page-plans__prepayment,
html[data-theme="dark"] .component-installment-page-plans__interest,
html[data-theme="dark"] .component-installment-page-plans__summary,
html[data-theme="dark"] .component-installment-page-methods__text,
html[data-theme="dark"] .component-installment-page-process__text,
html[data-theme="dark"] .component-installment-page-platforms__details li,
html[data-theme="dark"] .component-installment-page-faq__panel p,
html[data-theme="dark"] .component-installment-page-trust__text {
	color: rgba(226, 239, 227, 0.74);
}

html[data-theme="dark"] .component-installment-page-plans__badge,
html[data-theme="dark"] .component-installment-page-methods__icon,
html[data-theme="dark"] .component-installment-page-platforms__logo,
html[data-theme="dark"] .component-installment-page-faq__plus {
	background: rgba(26, 206, 0, 0.12);
	box-shadow: inset 0 0 0 1px rgba(26, 206, 0, 0.12);
}

html[data-theme="dark"] .site-header__cart-count {
	color: #b6ffab;
}

.component-offers-page__hero {
	position: relative;
	overflow: hidden;
	margin-bottom: 1.6rem;
	padding: clamp(1.4rem, 4vw, 2.6rem);
	border: 1px solid rgba(26, 206, 0, 0.14);
	border-radius: 2rem;
	background:
		linear-gradient(135deg, rgba(8, 18, 9, 0.96), rgba(12, 39, 15, 0.9)),
		radial-gradient(circle at top left, rgba(26, 206, 0, 0.18), transparent 34%);
	color: #f3fff1;
	box-shadow: 0 1.4rem 3rem rgba(7, 18, 8, 0.14);
}

.component-offers-page__title {
	max-width: 44rem;
	margin: 0;
	color: #f3fff1;
	font-size: clamp(1.8rem, 4vw, 3rem);
	line-height: 1.35;
}

.component-offers-page__subtitle {
	max-width: 42rem;
	margin: 0.75rem 0 0;
	color: rgba(239, 255, 236, 0.78);
	line-height: 1.95;
}

.component-offers-page__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
}

.component-offers-page__empty {
	padding: 1.25rem;
	border: 1px solid rgba(17, 35, 19, 0.08);
	border-radius: 1.35rem;
	background: rgba(255, 255, 255, 0.72);
	color: var(--alphard-color-text-soft);
	text-align: center;
}

html[data-theme="dark"] .component-offers-page__empty {
	border-color: rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	color: rgba(236, 244, 236, 0.72);
}

@media (min-width: 768px) {
	.component-offers-page__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1rem;
	}
}

@media (min-width: 1024px) {
	.component-offers-page__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 1.1rem;
	}
}

@media (max-width: 768px) {
	.component-product-card,
	.component-product-card:hover,
	.component-product-showcase__products-column .component-product-card:hover {
		transform: none;
		box-shadow: none;
	}

	.component-product-card__media,
	.component-product-card:hover .component-product-card__media,
	.component-product-card__media-link,
	.component-product-card:hover .component-product-card__media-link,
	.component-product-showcase__products-column .component-product-card:hover .component-product-card__media-link,
	html[data-theme="dark"] .component-product-card__media-link {
		overflow: hidden;
		background: rgba(255, 255, 255, 0.12);
		backdrop-filter: none;
		transform: none;
		box-shadow: none;
	}

	html[data-theme="dark"] .component-product-card__media {
		background: rgba(255, 255, 255, 0.035);
	}

	html[data-theme="dark"] .component-product-card__media-link {
		background: rgba(255, 255, 255, 0.045);
	}

	.component-product-card__image {
		width: 100%;
		height: 100%;
		max-width: 100%;
		object-fit: contain;
		object-position: center center;
		filter: none;
	}
}

@media (max-width: 1023px) {
	body:not(.home) .component-hero--banner {
		padding-top: calc(var(--alphard-space-8) + 4rem);
		padding-bottom: 0.3rem;
	}

	body:not(.home) .component-hero--banner .component-hero__slides {
		aspect-ratio: 1672 / 822;
	}
}

@media (max-width: 640px) {
	.home .page-builder--flexible > .component-hero--banner:first-child {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	body:not(.home) .component-hero--banner {
		padding-top: 1.65rem;
		padding-bottom: 0;
		border-radius: 0;
	}

	body:not(.home) .component-hero--banner .container {
		padding-inline: 0.8rem;
	}

	body:not(.home) .component-hero--banner .component-hero__slides {
		aspect-ratio: 1672 / 822;
	}

	body:not(.home) .component-hero--banner .component-hero__banner-image {
		border-radius: 10px;
	}

	body:not(.home) .component-hero--banner .component-hero__pagination {
		margin-top: -0.1rem;
	}

	.home .component-hero--banner,
	.home .component-hero--banner .container,
	.home .component-hero--banner .component-hero__stage,
	.home .component-hero--banner .component-hero__slides {
		min-height: 90vh;
	}

	.home .component-hero--banner .component-hero__slides {
		height: 90vh;
	}

	.home .component-hero--banner + .component-product-showcase--sale {
		margin-top: 2rem;
	}

	.component-cart-added-modal__dialog {
		width: min(100%, 21rem);
	}
}

.component-product-columns .component-product-card--compact {
	border-radius: 1.25rem;
	box-shadow:
		0 9px 20px rgba(7, 16, 8, 0.05),
		inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.component-product-columns .component-product-card--compact .component-product-card__media {
	aspect-ratio: 1 / 0.96;
	padding: 0.6rem 0.6rem 0.35rem;
}

.component-product-columns .component-product-card--compact .component-product-card__media-link {
	border-radius: 1rem;
}

.component-product-columns .component-product-card--compact .component-product-card__image {
	max-height: 9.5rem;
}

.component-product-columns .component-product-card--compact .component-product-card__content {
	padding: 0.15rem 0.75rem 0.7rem;
}

.component-product-columns .component-product-card--compact .component-product-card__title {
	margin-top: 0.25rem;
	font-size: 0.84rem;
	line-height: 1.45;
	text-align: center;
}

.component-product-columns .component-product-card--compact .component-product-card__title-link {
	min-height: calc(1.45em * 2);
	max-height: calc(1.45em * 2);
	line-height: 1.45;
}

.component-product-columns .component-product-card--compact .component-product-card__price {
	justify-content: center;
	gap: 0.32rem;
	margin-top: 0.52rem;
}

.component-product-columns .component-product-card--compact .component-product-card__price-current {
	font-size: 0.86rem;
}

.component-product-columns .component-product-card--compact .component-product-card__price-previous {
	font-size: 0.55rem;
}

.component-product-columns .component-product-card--compact .component-product-card__badge {
	top: 0.62rem;
	right: 0.62rem;
	padding: 0.38rem 0.58rem;
	font-size: 0.62rem;
}

.component-product-columns .component-product-card--compact .component-product-card__actions {
	margin-top: 0.55rem;
}

.component-product-columns .component-product-card--compact .component-product-card__button,
.component-product-columns .component-product-card--compact .component-product-card__actions .component-product-card__button.button,
.component-product-columns .component-product-card--compact .component-product-card__actions .component-product-card__button.add_to_cart_button,
.component-product-columns .component-product-card--compact .component-product-card__actions .component-product-card__button.ajax_add_to_cart {
	min-height: 2.35rem;
	padding: 0.52rem 0.62rem;
	font-size: 0.74rem;
}

@media (max-width: 768px) {
	.component-product-columns .component-product-card--compact {
		border-radius: 1.08rem;
		box-shadow: none;
	}

	.component-product-columns .component-product-card--compact .component-product-card__media {
		padding: 0.48rem 0.48rem 0.25rem;
	}

	.component-product-columns .component-product-card--compact .component-product-card__image {
		max-height: 8.2rem;
	}

	.component-product-columns .component-product-card--compact .component-product-card__content {
		padding-inline: 0.55rem;
	}

	.component-product-columns .component-product-card--compact .component-product-card__title {
		font-size: 0.88rem;
	}

	.component-product-columns .component-product-card--compact .component-product-card__price-current {
		font-size: 0.9rem;
	}

	.component-product-columns .component-product-card--compact .component-product-card__button,
	.component-product-columns .component-product-card--compact .component-product-card__actions .component-product-card__button.button,
	.component-product-columns .component-product-card--compact .component-product-card__actions .component-product-card__button.add_to_cart_button,
	.component-product-columns .component-product-card--compact .component-product-card__actions .component-product-card__button.ajax_add_to_cart {
		min-height: 2.15rem;
		font-size: 0.76rem;
	}
}

@media (max-width: 360px) {
	.component-product-columns .component-product-card--compact .component-product-card__media {
		aspect-ratio: 1 / 1.04;
	}

	.component-product-columns .component-product-card--compact .component-product-card__button,
	.component-product-columns .component-product-card--compact .component-product-card__actions .component-product-card__button.button,
	.component-product-columns .component-product-card--compact .component-product-card__actions .component-product-card__button.add_to_cart_button,
	.component-product-columns .component-product-card--compact .component-product-card__actions .component-product-card__button.ajax_add_to_cart {
		padding-inline: 0.45rem;
		font-size: 0.7rem;
	}
}

body.home .page-builder--flexible > .component-hero--banner:first-child {
	left: 50%;
	width: 100vw;
	margin: -1.6rem 0 0;
	transform: translateX(-50%);
}

body.home .page-builder--flexible > .component-hero--banner:first-child,
body.home .page-builder--flexible > .component-hero--banner:first-child .container,
body.home .page-builder--flexible > .component-hero--banner:first-child .component-hero__stage,
body.home .page-builder--flexible > .component-hero--banner:first-child .component-hero__slides {
	min-height: 82vh;
	height: 82vh;
}

body.home .page-builder--flexible > .component-hero--banner:first-child .container {
	width: 100vw;
	max-width: none;
	padding: 0;
	margin: 0;
}

body.home .page-builder--flexible > .component-hero--banner:first-child .component-hero__slides,
body.home .page-builder--flexible > .component-hero--banner:first-child .component-hero__slide,
body.home .page-builder--flexible > .component-hero--banner:first-child .component-hero__banner-link,
body.home .page-builder--flexible > .component-hero--banner:first-child .component-hero__banner-picture,
body.home .page-builder--flexible > .component-hero--banner:first-child .component-hero__banner-image {
	width: 100%;
	max-width: none;
}

body.home .page-builder--flexible > .component-hero--banner:first-child .component-hero__slide,
body.home .page-builder--flexible > .component-hero--banner:first-child .component-hero__slide.is-active {
	transform: none;
}

body.home .page-builder--flexible > .component-hero--banner:first-child .component-hero__banner-picture,
body.home .page-builder--flexible > .component-hero--banner:first-child .component-hero__banner-image {
	display: block;
	height: 100%;
}

body.home .page-builder--flexible > .component-hero--banner:first-child .component-hero__banner-image {
	object-fit: cover;
	object-position: center;
	border-radius: 0;
}

@media (max-width: 640px) {
	body.home .page-builder--flexible > .component-hero--banner:first-child,
	body.home .page-builder--flexible > .component-hero--banner:first-child .container,
	body.home .page-builder--flexible > .component-hero--banner:first-child .component-hero__stage,
	body.home .page-builder--flexible > .component-hero--banner:first-child .component-hero__slides {
		min-height: 68vh;
		height: 68vh;
	}
}
