:root {
	--era-accent: #1d4ed8;
	--era-dark: #061a44;
	--era-ink: #102044;
	--era-muted: #64748b;
	--era-line: #dbe6f7;
	--era-soft: #f2f6ff;
	--era-white: #fff;
	--era-radius: 8px;
	--era-royal-50: #eff6ff;
	--era-royal-100: #dbeafe;
	--era-royal-600: #2563eb;
	--era-royal-700: #1d4ed8;
	--era-royal-900: #061a44;
	--era-shadow: 0 18px 50px rgba(29, 78, 216, .12);
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: #f8fbff;
	color: var(--era-ink);
	font-family: Inter, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

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

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

.era-container {
	width: min(var(--era-boxed-width, 1320px), calc(100% - 32px));
	margin-inline: auto;
}

.era-site-layout-boxed .era-main > .era-container,
.era-site-layout-boxed .era-hero > .era-container,
.era-site-layout-boxed .era-category-strip,
.era-site-layout-boxed .era-section,
.era-site-layout-boxed .era-promo-grid,
.era-site-layout-boxed .era-site-header > div > .era-container {
	max-width: var(--era-boxed-width, 1320px);
}

.era-site-layout-boxed.era-respect-elementor-full .era-main > .elementor,
.era-site-layout-boxed.era-respect-elementor-full .era-main > .elementor-page {
	width: 100%;
	max-width: none;
}

.era-site-layout-boxed.era-box-elementor-full .era-main > .elementor,
.era-site-layout-boxed.era-box-elementor-full .era-main > .elementor-page,
.era-site-layout-boxed.era-box-elementor-full .elementor-section.elementor-section-stretched {
	width: min(var(--era-boxed-width, 1320px), calc(100% - 32px)) !important;
	max-width: var(--era-boxed-width, 1320px);
	margin-inline: auto;
	left: auto !important;
	right: auto !important;
}

.era-shop-layout-wide .era-shop-main > .era-container {
	width: min(100% - 32px, 1600px);
	max-width: 1600px;
}

.era-site-layout-boxed.era-shop-layout-follow .era-shop-main > .era-container,
.era-shop-layout-boxed .era-shop-main > .era-container {
	width: min(var(--era-boxed-width, 1320px), calc(100% - 32px));
	max-width: var(--era-boxed-width, 1320px);
}

.era-footer-layout-wide .era-site-footer .era-container {
	width: min(100% - 32px, 1600px);
	max-width: 1600px;
}

.era-site-layout-boxed.era-footer-layout-follow .era-site-footer .era-container,
.era-footer-layout-boxed .era-site-footer .era-container {
	width: min(var(--era-boxed-width, 1320px), calc(100% - 32px));
	max-width: var(--era-boxed-width, 1320px);
}

.screen-reader-text,
.skip-link {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
}

.era-site-header {
	position: relative;
	z-index: 50;
	background: rgba(255, 255, 255, .94);
	border-bottom: 1px solid rgba(29, 78, 216, .12);
	box-shadow: 0 10px 30px rgba(6, 26, 68, .04);
	backdrop-filter: blur(14px);
}

.has-sticky-header .era-site-header {
	position: sticky;
	top: 0;
}

.era-topbar {
	background: linear-gradient(90deg, var(--era-royal-900), #123a8c 52%, var(--era-royal-700));
	color: #fff;
	font-size: 13px;
}

.era-topbar-inner,
.era-header-inner {
	display: flex;
	align-items: center;
	gap: 18px;
}

.era-topbar-inner {
	justify-content: space-between;
	min-height: 38px;
}

.era-topbar p {
	margin: 0;
}

.era-topbar ul,
.era-primary-menu ul,
.era-mobile-panel ul,
.era-footer-bottom ul {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.era-main-header {
	background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 251, 255, .96));
}

.era-header-inner {
	min-height: 82px;
}

.era-logo {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0;
}

.era-logo img {
	max-height: 58px;
	width: auto;
}

.era-primary-menu {
	display: flex;
	align-items: center;
	gap: 18px;
	flex: 1 1 auto;
}

.era-primary-menu a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 14px 0;
	font-weight: 700;
	font-size: 14px;
	color: var(--era-menu-link, #243653);
	transition: color .2s ease;
}

.era-primary-menu a:hover,
.era-primary-menu .current-menu-item > a {
	color: var(--era-menu-active, var(--era-accent));
}

.era-featured-menu-item {
	min-height: 36px;
	padding: 0 13px !important;
	border-radius: var(--era-radius);
	background: var(--era-menu-featured-bg, #f97316);
	color: var(--era-menu-featured-color, #fff) !important;
	box-shadow: 0 10px 24px rgba(249, 115, 22, .2);
	white-space: nowrap;
}

.era-featured-menu-item span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .22);
	font-size: 11px;
}

.era-featured-menu-item-mobile {
	display: inline-flex;
	justify-content: center;
	width: 100%;
	margin-top: 12px;
}

.era-header-layout-category_bar .era-primary-menu {
	display: none;
}

.era-header-layout-category_bar .era-header-inner {
	gap: 20px;
}

.era-header-layout-category_bar .era-header-search {
	flex: 1 1 520px;
	max-width: 620px;
	margin-inline-start: auto;
}

.era-header-layout-category_bar .era-header-actions {
	margin: 0;
}

.era-category-nav-bar {
	background: var(--era-category-bar-bg, #2f3c99);
	border-top: 1px solid rgba(255, 255, 255, .1);
	box-shadow: 0 12px 24px rgba(6, 26, 68, .12);
}

.era-category-nav-inner {
	min-height: 66px;
	display: flex;
	align-items: center;
}

.era-category-nav {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 18px;
}

.era-category-nav ul {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.era-category-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 16px;
	border-radius: 0;
	color: var(--era-category-bar-link, #fff);
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	white-space: nowrap;
	transition: background-color .18s ease, color .18s ease;
}

.era-category-nav a:hover,
.era-category-nav .current-menu-item > a {
	background: var(--era-category-bar-active, rgba(255, 255, 255, .14));
	color: var(--era-category-bar-link, #fff);
}

.era-category-nav .era-featured-menu-item-category {
	flex: 0 0 auto;
	min-height: 34px;
	padding: 0 14px !important;
	border-radius: 6px;
	background: var(--era-menu-featured-bg, #f97316);
	color: var(--era-menu-featured-color, #fff) !important;
	font-size: 13px;
	box-shadow: none;
}

.era-category-nav .era-featured-menu-item-category span {
	background: rgba(0, 0, 0, .14);
}

.era-header-search {
	display: flex;
	align-items: center;
	flex: 0 1 360px;
	height: 46px;
	border: 1px solid var(--era-line);
	border-radius: var(--era-radius);
	background: #fff;
	overflow: hidden;
	box-shadow: inset 0 0 0 1px rgba(29, 78, 216, .03);
}

.era-header-search input {
	width: 100%;
	border: 0;
	background: transparent;
	padding: 0 14px;
	outline: 0;
}

.era-header-search button {
	width: 48px;
	height: 46px;
	border: 0;
	background: linear-gradient(135deg, var(--era-royal-600), var(--era-royal-700));
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

.era-header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
}

.era-header-actions > a,
.era-menu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	border: 1px solid var(--era-line);
	border-radius: var(--era-radius);
	background: #fff;
	font-weight: 800;
	color: var(--era-dark);
	transition: transform .18s ease, border-color .18s ease, color .18s ease;
}

.era-header-actions > a:hover,
.era-menu-toggle:hover {
	transform: translateY(-1px);
	border-color: rgba(29, 78, 216, .35);
	color: var(--era-accent);
}

.era-cart-link {
	position: relative;
	gap: 8px;
	padding-inline: 12px;
}

.era-cart-link b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--era-royal-600), var(--era-royal-700));
	color: #fff;
	font-size: 12px;
}

.era-menu-toggle {
	display: none;
	flex-direction: column;
	gap: 4px;
	padding: 0;
	cursor: pointer;
}

.era-menu-toggle span {
	width: 18px;
	height: 2px;
	background: var(--era-ink);
}

.era-mobile-panel {
	border-top: 1px solid var(--era-line);
	padding: 14px 16px 18px;
	background: #fff;
}

.era-mobile-menu-group + .era-mobile-menu-group {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid var(--era-line);
}

.era-mobile-menu-title {
	display: block;
	margin-bottom: 10px;
	color: var(--era-dark);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.era-mobile-panel ul {
	display: grid;
	gap: 10px;
}

.era-mobile-panel a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 40px;
	padding: 0 12px;
	border: 1px solid var(--era-line);
	border-radius: var(--era-radius);
	background: #f8fbff;
	color: var(--era-menu-link, #243653);
	font-weight: 800;
}

.era-mobile-category-menu a {
	border-color: rgba(47, 60, 153, .18);
	background: rgba(47, 60, 153, .08);
}

.era-mobile-panel .era-featured-menu-item-mobile {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 16px;
	border-color: transparent;
	background: var(--era-menu-featured-bg, #f97316);
	color: var(--era-menu-featured-color, #fff) !important;
	box-shadow: 0 12px 28px rgba(249, 115, 22, .2);
}

.era-mobile-panel .era-featured-menu-item-mobile span {
	min-width: 24px;
	height: 24px;
	background: rgba(0, 0, 0, .14);
	color: inherit;
}

.era-hero {
	background:
		radial-gradient(circle at 78% 22%, rgba(59, 130, 246, .26), transparent 34%),
		linear-gradient(135deg, #eef5ff 0%, #f8fbff 48%, #eaf2ff 100%);
	border-bottom: 1px solid var(--era-line);
	position: relative;
	overflow: hidden;
}

.era-hero:before {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 140px;
	background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .78));
	pointer-events: none;
}

.era-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
	align-items: center;
	gap: 48px;
	min-height: 560px;
	padding-block: 56px;
}

.era-hero-copy span,
.era-section-head span,
.era-promo span {
	color: var(--era-accent);
	font-weight: 800;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0;
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 12px;
	border: 1px solid rgba(29, 78, 216, .14);
	border-radius: 999px;
	background: rgba(255, 255, 255, .74);
}

.era-hero h1 {
	margin: 12px 0 18px;
	max-width: 720px;
	font-size: clamp(38px, 6vw, 76px);
	line-height: 1.02;
	letter-spacing: 0;
	color: var(--era-dark);
}

.era-hero p {
	max-width: 600px;
	margin: 0 0 28px;
	color: var(--era-muted);
	font-size: 18px;
}

.era-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.era-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border: 1px solid var(--era-accent);
	border-radius: var(--era-radius);
	background: linear-gradient(135deg, var(--era-royal-600), var(--era-royal-700));
	color: #fff;
	font-weight: 800;
	box-shadow: 0 14px 32px rgba(29, 78, 216, .22);
	transition: transform .18s ease, box-shadow .18s ease;
}

.era-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 42px rgba(29, 78, 216, .3);
}

.era-button-ghost {
	background: #fff;
	color: var(--era-dark);
	border-color: var(--era-line);
	box-shadow: none;
}

.era-hero-media {
	position: relative;
	min-height: 360px;
}

.era-device-art {
	position: relative;
	height: 420px;
}

.era-monitor,
.era-tower,
.era-keyboard {
	position: absolute;
	border-radius: var(--era-radius);
	box-shadow: 0 24px 60px rgba(17, 24, 39, .18);
}

.era-monitor {
	inset: 18px 82px 110px 0;
	background: linear-gradient(135deg, #101827, #203a56);
	border: 10px solid #0b1220;
	outline: 1px solid rgba(29, 78, 216, .18);
}

.era-monitor:after {
	content: "";
	position: absolute;
	inset: 48px;
	border: 1px solid rgba(255, 255, 255, .18);
	background: linear-gradient(135deg, rgba(37, 99, 235, .62), rgba(255, 255, 255, .08));
}

.era-tower {
	right: 0;
	bottom: 60px;
	width: 120px;
	height: 280px;
	background: #151b28;
	border: 1px solid rgba(255, 255, 255, .08);
}

.era-tower:before {
	content: "";
	position: absolute;
	left: 28px;
	top: 42px;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 10px solid rgba(37, 99, 235, .9);
}

.era-keyboard {
	left: 44px;
	right: 110px;
	bottom: 32px;
	height: 58px;
	background: #e8eef6;
}

.era-category-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 34px;
	margin-bottom: 60px;
}

.era-category-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 104px;
	padding: 20px;
	border: 1px solid var(--era-line);
	border-radius: var(--era-radius);
	background: linear-gradient(180deg, #fff, #f8fbff);
	box-shadow: 0 12px 34px rgba(6, 26, 68, .05);
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.era-category-card:hover {
	transform: translateY(-2px);
	border-color: rgba(29, 78, 216, .28);
	box-shadow: var(--era-shadow);
}

.era-category-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: var(--era-radius);
	background: var(--era-royal-50);
	color: var(--era-accent);
	font-weight: 800;
}

.era-section {
	margin-block: 60px;
}

.era-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
}

.era-section-head h2,
.era-promo h2 {
	margin: 4px 0 0;
	font-size: clamp(26px, 3vw, 40px);
	line-height: 1.15;
}

.era-section-head a {
	font-weight: 800;
	color: var(--era-accent);
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(var(--era-shop-columns, 4), minmax(0, 1fr));
	gap: 22px;
}

.woocommerce ul.products li.product,
.era-placeholder-products article,
.era-post-card {
	float: none;
	width: auto;
	margin: 0;
	padding: 16px;
	border: 1px solid var(--era-line);
	border-radius: var(--era-radius);
	background: #fff;
	transition: transform .2s ease, box-shadow .2s ease;
	box-shadow: 0 10px 28px rgba(6, 26, 68, .04);
	position: relative;
	overflow: hidden;
}

.woocommerce ul.products li.product:hover,
.era-placeholder-products article:hover,
.era-post-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--era-shadow);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--era-ink);
	font-size: 16px;
	font-weight: 800;
	min-height: 48px;
}

.woocommerce ul.products li.product .price {
	color: var(--era-accent);
	font-weight: 800;
	font-size: 16px;
}

.woocommerce ul.products li.product img {
	aspect-ratio: 1 / .86;
	width: 100%;
	object-fit: cover;
	border-radius: var(--era-radius);
	background: var(--era-royal-50);
}

.woocommerce ul.products li.product .button {
	width: 100%;
	margin-top: 10px;
}

.era-quick-view {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 40px;
	margin-top: 8px;
	border: 1px solid rgba(29, 78, 216, .18);
	border-radius: var(--era-radius);
	background: #fff;
	color: var(--era-accent);
	font-weight: 800;
	font-size: 13px;
}

.era-quick-view:hover {
	background: var(--era-royal-50);
}

.era-product-badge {
	position: absolute;
	top: 14px;
	inset-inline-start: 14px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: var(--era-accent);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	box-shadow: 0 8px 20px rgba(29, 78, 216, .24);
}

.era-product-badge-muted {
	background: #64748b;
}

.era-placeholder-products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.era-placeholder-products article div {
	aspect-ratio: 1 / .75;
	border-radius: var(--era-radius);
	background: linear-gradient(135deg, #e8eef6, #f9fbff);
}

.era-promo-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin-block: 64px 80px;
}

.era-promo {
	min-height: 260px;
	padding: 34px;
	border-radius: var(--era-radius);
	background:
		radial-gradient(circle at 85% 20%, rgba(96, 165, 250, .34), transparent 28%),
		linear-gradient(135deg, var(--era-dark), #123a8c);
	color: #fff;
	overflow: hidden;
}

.era-promo-light {
	background: linear-gradient(135deg, #fff, var(--era-royal-50));
	color: var(--era-dark);
	border: 1px solid var(--era-line);
}

.era-main {
	min-height: 50vh;
}

.era-page,
.era-content-layout,
.era-shop-main .era-container {
	padding-block: 54px;
}

.era-shop-main .era-container {
	padding-top: 28px;
}

.era-shop-hero {
	position: relative;
	margin: 0 0 26px;
	padding: 34px;
	border: 1px solid rgba(29, 78, 216, .14);
	border-radius: var(--era-radius);
	background:
		radial-gradient(circle at 84% 10%, rgba(37, 99, 235, .24), transparent 32%),
		linear-gradient(135deg, #fff, #eff6ff);
	overflow: hidden;
}

.era-shop-breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	color: var(--era-muted);
	font-size: 13px;
	font-weight: 700;
}

.era-shop-breadcrumb a {
	color: var(--era-accent);
}

.era-shop-hero h1 {
	margin: 0 0 8px;
	color: var(--era-dark);
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1.05;
}

.era-shop-hero p {
	max-width: 760px;
	margin: 0;
	color: var(--era-muted);
}

.era-shop-categories {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
	margin: 0 0 24px;
}

.era-shop-category {
	display: grid;
	gap: 9px;
	justify-items: center;
	min-height: 156px;
	padding: 16px 12px;
	border: 1px solid var(--era-line);
	border-radius: var(--era-radius);
	background: #fff;
	text-align: center;
	box-shadow: 0 10px 28px rgba(6, 26, 68, .04);
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.era-shop-category:hover {
	transform: translateY(-2px);
	border-color: rgba(29, 78, 216, .3);
	box-shadow: var(--era-shadow);
}

.era-shop-category-media {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(29, 78, 216, .1), rgba(255, 255, 255, .8)), #f8fbff;
	overflow: hidden;
}

.era-shop-category-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.era-shop-category-media b {
	color: var(--era-accent);
	font-size: 20px;
	font-weight: 800;
}

.era-shop-category strong {
	color: var(--era-dark);
	font-size: 15px;
	line-height: 1.25;
}

.era-shop-category small {
	color: var(--era-muted);
	font-size: 12px;
}

.era-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 22px;
	padding: 13px 14px;
	border: 1px solid var(--era-line);
	border-radius: var(--era-radius);
	background: #fff;
	box-shadow: 0 10px 28px rgba(6, 26, 68, .04);
}

.era-shop-toolbar-inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
	flex: 1;
}

.era-filter-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	border: 1px solid rgba(29, 78, 216, .22);
	border-radius: var(--era-radius);
	background: var(--era-royal-50);
	color: var(--era-accent);
	font-weight: 800;
	cursor: pointer;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin: 0;
	color: var(--era-muted);
}

.woocommerce .woocommerce-ordering select {
	min-height: 40px;
	border: 1px solid var(--era-line);
	border-radius: var(--era-radius);
	background: #fff;
	color: var(--era-dark);
	padding-inline: 12px;
}

.era-page h1 {
	margin-top: 0;
	font-size: clamp(32px, 5vw, 54px);
	line-height: 1.08;
}

.era-post-list {
	display: grid;
	gap: 22px;
}

.era-post-card {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 22px;
}

.era-post-thumb img,
.era-single-thumb img {
	border-radius: var(--era-radius);
}

.era-link {
	color: var(--era-accent);
	font-weight: 800;
}

.era-search-form {
	display: flex;
	gap: 10px;
}

.era-search-form label {
	flex: 1;
}

.era-search-form input {
	width: 100%;
	min-height: 48px;
	padding: 0 14px;
	border: 1px solid var(--era-line);
	border-radius: var(--era-radius);
}

.era-search-form button {
	border: 0;
	border-radius: var(--era-radius);
	background: var(--era-accent);
	color: #fff;
	padding-inline: 18px;
	font-weight: 800;
}

.woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(360px, 1fr);
	gap: 42px;
	align-items: start;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	float: none;
	width: auto;
}

.woocommerce div.product div.images img {
	border-radius: var(--era-radius);
	background: var(--era-royal-50);
}

.woocommerce div.product div.summary {
	padding: 28px;
	border: 1px solid var(--era-line);
	border-radius: var(--era-radius);
	background: #fff;
	box-shadow: 0 12px 38px rgba(6, 26, 68, .05);
}

.woocommerce div.product .product_title {
	margin: 0 0 12px;
	color: var(--era-dark);
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.1;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--era-accent);
	font-size: 26px;
	font-weight: 800;
}

.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 24px 0;
}

.woocommerce div.product form.cart div.quantity {
	float: none;
	margin: 0;
}

.woocommerce .quantity .qty {
	min-height: 48px;
	border: 1px solid var(--era-line);
	border-radius: var(--era-radius);
}

.woocommerce div.product form.cart .button {
	flex: 0 0 auto;
	min-width: 190px;
	width: auto;
	padding-inline: 28px;
}

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

.era-product-trust span {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 48px;
	padding: 10px 12px;
	border: 1px solid var(--era-line);
	border-radius: var(--era-radius);
	background: var(--era-royal-50);
	color: var(--era-dark);
	font-weight: 800;
	font-size: 13px;
}

.era-product-trust b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--era-accent);
	color: #fff;
	font-size: 12px;
}

.era-product-help {
	margin-top: 14px;
	padding: 16px;
	border-radius: var(--era-radius);
	background: linear-gradient(135deg, var(--era-dark), #123a8c);
	color: #fff;
}

.era-product-help p {
	margin: 6px 0 12px;
	color: #dbeafe;
}

.era-product-help a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 14px;
	border-radius: var(--era-radius);
	background: #fff;
	color: var(--era-accent);
	font-weight: 800;
}

.woocommerce div.product .woocommerce-tabs {
	grid-column: 1 / -1;
	margin-top: 18px;
	padding: 24px;
	border: 1px solid var(--era-line);
	border-radius: var(--era-radius);
	background: #fff;
}

.woocommerce div.product .related,
.woocommerce div.product .upsells {
	grid-column: 1 / -1;
}

.era-sticky-cart {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 80;
	border-top: 1px solid rgba(29, 78, 216, .16);
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 -14px 38px rgba(6, 26, 68, .1);
	backdrop-filter: blur(14px);
}

.era-sticky-cart .era-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 76px;
}

.era-sticky-cart strong,
.era-sticky-cart span {
	display: block;
}

.era-sticky-cart span {
	color: var(--era-accent);
	font-weight: 800;
}

.era-site-footer {
	background: var(--era-dark);
	color: #d7deea;
}

.era-footer-benefits {
	border-top: 1px solid rgba(255, 255, 255, .08);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	background: linear-gradient(90deg, #071b45, #0b2a68);
}

.era-benefit-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
}

.era-benefit {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	column-gap: 14px;
	padding: 24px 16px;
}

.era-benefit-widget {
	padding: 24px 16px;
}

.era-benefit-widget strong {
	display: block;
	color: #fff;
}

.era-benefit-widget,
.era-benefit-widget p {
	color: #9aa6b8;
}

.era-benefit-widget p {
	margin: 4px 0 0;
}

.era-benefit span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	grid-row: span 2;
	border-radius: var(--era-radius);
	background: rgba(96, 165, 250, .17);
	color: #93c5fd;
	font-weight: 800;
}

.era-benefit strong {
	color: #fff;
}

.era-benefit small {
	color: #9aa6b8;
}

.era-footer-main {
	display: grid;
	grid-template-columns: 1.45fr repeat(3, .8fr) 1.2fr;
	gap: 34px;
	padding-block: 56px;
}

.era-footer-brand p,
.era-footer-newsletter p {
	color: #9aa6b8;
	margin: 16px 0;
}

.era-footer-logo {
	display: inline-flex;
	align-items: center;
	width: min(240px, 100%);
	min-height: 76px;
	color: #fff;
}

.era-footer-logo.has-footer-logo-image {
	height: 76px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.era-footer-logo img {
	display: block !important;
	visibility: visible !important;
	opacity: 1;
	width: 100%;
	max-width: 240px;
	height: auto;
	max-height: 76px;
	object-fit: contain;
	object-position: left center;
}

.era-footer-logo.has-footer-logo-image img {
	opacity: 0 !important;
	pointer-events: none;
}

.era-footer-contact,
.era-footer-column {
	display: grid;
	gap: 10px;
}

.era-footer-column ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.era-footer-column h3,
.era-footer-newsletter h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}

.era-footer-column a,
.era-footer-contact a {
	color: #b9c4d4;
}

.era-footer-column a:hover,
.era-footer-contact a:hover {
	color: #fff;
}

.era-footer-newsletter form {
	display: flex;
	gap: 8px;
}

.era-footer-newsletter input {
	min-width: 0;
	flex: 1;
	height: 48px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: var(--era-radius);
	background: rgba(255, 255, 255, .06);
	color: #fff;
	padding: 0 14px;
}

.era-footer-newsletter button {
	height: 48px;
	border: 0;
	border-radius: var(--era-radius);
	background: linear-gradient(135deg, var(--era-royal-600), var(--era-royal-700));
	color: #fff;
	padding-inline: 18px;
	font-weight: 800;
}

.era-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.era-socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: var(--era-radius);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.era-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .08);
	color: #9aa6b8;
}

.era-footer-bottom .era-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 68px;
}

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

.rtl .era-header-search button {
	border-radius: var(--era-radius) 0 0 var(--era-radius);
}

.rtl .era-device-art {
	transform: scaleX(-1);
}

@media (max-width: 1100px) {
	.era-primary-menu,
	.era-topbar-menu,
	.era-category-nav-bar {
		display: none;
	}

	.era-menu-toggle {
		display: inline-flex;
	}

	.era-header-search {
		flex: 1 1 280px;
	}

	.era-header-layout-category_bar .era-header-search {
		max-width: none;
		margin-inline-start: 0;
	}

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

	.era-category-strip,
	.era-shop-categories,
	.woocommerce ul.products,
	.era-placeholder-products,
	.era-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.era-footer-main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce ul.products {
		grid-template-columns: repeat(var(--era-shop-columns-tablet, 2), minmax(0, 1fr));
	}

	.woocommerce div.product {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	html,
	body {
		overflow-x: hidden;
	}

	.era-container {
		width: 100%;
		max-width: 1320px;
		padding-inline: 16px;
	}

	.era-topbar {
		display: none;
	}

	.era-header-inner {
		min-height: 70px;
		gap: 10px;
	}

	.era-logo {
		font-size: 18px;
	}

	.era-header-search {
		order: 3;
		flex-basis: 100%;
	}

	.era-header-inner {
		flex-wrap: wrap;
		padding-block: 10px;
	}

	.era-header-actions > a:not(.era-cart-link) {
		display: none;
	}

	.era-hero-grid {
		min-height: auto;
		padding-block: 42px;
		gap: 24px;
	}

	.era-hero h1 {
		font-size: 38px;
	}

	.era-device-art {
		height: 300px;
	}

	.era-category-strip,
	.era-shop-categories,
	.woocommerce ul.products,
	.era-placeholder-products,
	.era-promo-grid,
	.era-benefit-grid,
	.era-footer-main {
		grid-template-columns: 1fr;
	}

	.era-shop-main .era-container {
		width: 100%;
		padding: 18px 16px 36px;
	}

	.era-shop-hero,
	.era-shop-toolbar {
		margin-inline: 0;
	}

	.era-shop-hero {
		padding: 22px 16px;
	}

	.era-shop-categories {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.era-shop-category {
		min-height: 136px;
		padding: 14px 10px;
	}

	.era-shop-category-media {
		width: 64px;
		height: 64px;
	}

	.woocommerce ul.products {
		display: grid !important;
		grid-template-columns: repeat(var(--era-shop-columns-mobile, 1), minmax(0, 1fr)) !important;
		gap: 16px !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		float: none !important;
		clear: both !important;
		width: auto !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 14px;
	}

	.elementor-section.elementor-section-boxed > .elementor-container,
	.elementor .e-con-boxed > .e-con-inner {
		width: 100%;
		padding-inline: 16px;
	}

	.elementor .e-con {
		--padding-inline-start: 16px;
		--padding-inline-end: 16px;
	}

	.elementor-widget-eael-product-grid .woocommerce ul.products,
	.elementor-widget-eael-woo-product-carousel .woocommerce ul.products,
	.eael-product-grid .woocommerce ul.products {
		width: 100% !important;
		gap: 14px !important;
	}

	.elementor-widget-eael-product-grid,
	.elementor-widget-eael-woo-product-carousel,
	.eael-product-grid {
		width: 100%;
		margin-bottom: 34px;
		overflow: visible;
	}

	.eael-product-grid .woocommerce ul.products li.product,
	.elementor-widget-eael-product-grid .woocommerce ul.products li.product,
	.elementor-widget-eael-woo-product-carousel .woocommerce ul.products li.product {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}

	.eael-product-grid .eael-product-wrap,
	.elementor-widget-eael-product-grid .eael-product-wrap,
	.elementor-widget-eael-woo-product-carousel .eael-product-wrap {
		width: 100%;
		max-width: 100%;
	}

	.eael-product-grid .product-image-wrap,
	.eael-product-grid .product-details-wrap,
	.elementor-widget-eael-product-grid .product-image-wrap,
	.elementor-widget-eael-product-grid .product-details-wrap {
		width: 100% !important;
	}

	.eael-product-grid .product-image-wrap img,
	.elementor-widget-eael-product-grid .product-image-wrap img {
		width: 100%;
	}

	.era-main {
		padding-bottom: 36px;
	}

	.era-site-footer {
		clear: both;
		position: relative;
		z-index: 1;
		margin-top: 18px;
	}

	.woocommerce div.product {
		display: block;
	}

	.woocommerce div.product div.summary {
		padding: 18px;
	}

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

	.woocommerce div.product form.cart {
		display: grid;
	}

	.woocommerce div.product form.cart .button {
		width: 100%;
	}

	.era-sticky-cart .era-container {
		min-height: 84px;
		align-items: stretch;
		flex-direction: column;
		justify-content: center;
		padding-block: 10px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: 0;
	}

	.woocommerce ul.products li.product img {
		aspect-ratio: 1 / .72;
	}

	.era-product-badge {
		top: 12px;
		inset-inline-start: 12px;
	}

	.woocommerce .woocommerce-ordering,
	.woocommerce .woocommerce-ordering select {
		width: 100%;
	}

	.era-section-head,
	.era-shop-toolbar,
	.era-shop-toolbar-inner,
	.era-footer-bottom .era-container,
	.era-footer-newsletter form {
		align-items: stretch;
		flex-direction: column;
	}

	.era-post-card {
		grid-template-columns: 1fr;
	}
}
