:root {
	--site-primary-color: #111111;
	--site-secondary-color: #f6f1ed;
	--site-accent-color: #ff5b45;
	--site-heading-color: #161616;
	--site-body-color: #4f4b48;
	--site-link-color: #111111;
	--site-background-color: #fffdfb;
	--site-surface-color: #ffffff;
	--site-border-color: #e9e4df;
	--site-button-color: #111111;
	--site-button-text-color: #ffffff;
	--site-body-font: Arial, Helvetica, sans-serif;
	--site-heading-font: Arial, Helvetica, sans-serif;
	--site-body-weight: 400;
	--site-heading-weight: 700;
	--site-body-font-size: 16px;
	--site-body-line-height: 1.55;
	--site-heading-line-height: 1.12;
	--site-container-width: 1280px;
	--site-content-width: 820px;
	--site-button-radius: 4px;
	--site-card-radius: 8px;
	--site-radius: 4px;
	--site-section-spacing: 72px;
	--site-button-padding-y: 14px;
	--site-button-padding-x: 24px;
	--site-header-height: 76px;
	--site-promo-height: 34px;
	--site-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
}

.n4c7v2-astra-child,
.n4c7v2-astra-child *,
.n4c7v2-astra-child *::before,
.n4c7v2-astra-child *::after {
	box-sizing: border-box;
}

body.n4c7v2-astra-child {
	background: var(--site-background-color);
	color: var(--site-body-color);
	font-family: var(--site-body-font);
	font-size: var(--site-body-font-size);
	font-weight: var(--site-body-weight);
	line-height: var(--site-body-line-height);
	overflow-x: hidden;
}

body.n4c7v2-astra-child a {
	color: var(--site-link-color);
}

body.n4c7v2-astra-child a:hover,
body.n4c7v2-astra-child a:focus {
	color: var(--site-accent-color);
}

.n4c7v2-astra-child h1,
.n4c7v2-astra-child h2,
.n4c7v2-astra-child h3,
.n4c7v2-astra-child h4,
.n4c7v2-astra-child h5,
.n4c7v2-astra-child h6 {
	color: var(--site-heading-color);
	font-family: var(--site-heading-font);
	font-weight: var(--site-heading-weight);
	line-height: var(--site-heading-line-height);
}

.astra-child-container {
	width: min(calc(100% - 48px), var(--site-container-width));
	margin-inline: auto;
}

.astra-child-header {
	position: relative;
	z-index: 20;
	background: var(--site-surface-color);
}

.astra-child-promo-bar {
	display: flex;
	align-items: center;
	min-height: var(--site-promo-height);
	background: var(--site-primary-color);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
	text-transform: uppercase;
}

.astra-child-promo-bar p {
	width: 100%;
	margin: 0;
}

.astra-child-header-main {
	background: var(--site-surface-color);
	border-bottom: 1px solid var(--site-border-color);
}

.astra-child-header-inner {
	display: grid;
	grid-template-columns: minmax(170px, 0.9fr) minmax(380px, 1.8fr) minmax(320px, 1fr);
	align-items: center;
	min-height: var(--site-header-height);
	gap: 24px;
}

.astra-child-brand,
.astra-child-footer-logo {
	min-width: 0;
}

.astra-child-brand .custom-logo-link,
.astra-child-footer-logo .custom-logo-link {
	display: inline-flex;
	align-items: center;
	max-width: 190px;
}

.astra-child-brand .custom-logo,
.astra-child-footer-logo .custom-logo {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 44px;
	object-fit: contain;
}

.astra-child-footer-logo .custom-logo {
	filter: brightness(0) invert(1);
}

.astra-child-site-title {
	display: inline-block;
	color: var(--site-heading-color);
	font-family: var(--site-heading-font);
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.astra-child-site-title:hover,
.astra-child-site-title:focus {
	color: var(--site-heading-color);
}

.astra-child-navigation .astra-child-menu {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.astra-child-navigation .astra-child-menu {
	justify-content: flex-start;
	gap: 20px;
}

.astra-child-navigation .astra-child-menu li {
	position: relative;
	margin: 0;
}

.astra-child-navigation {
	position: relative;
	overflow: visible;
}

.astra-child-navigation .astra-child-menu .sub-menu {
	display: block;
	align-items: stretch;
	margin: 0;
	list-style: none;
}

.astra-child-navigation .astra-child-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	color: var(--site-heading-color);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-transform: uppercase;
}

.astra-child-navigation .astra-child-menu a:hover,
.astra-child-navigation .astra-child-menu a:focus {
	color: var(--site-accent-color);
}

.astra-child-navigation .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: block;
	min-width: 190px;
	padding: 10px 0;
	background: var(--site-surface-color);
	border: 1px solid var(--site-border-color);
	box-shadow: var(--site-shadow);
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transform: translateY(4px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.astra-child-navigation li:hover > .sub-menu,
.astra-child-navigation li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	transform: translateY(0);
}

.astra-child-navigation .sub-menu .sub-menu {
	top: -1px;
	left: 100%;
	transform: translateX(4px);
}

.astra-child-navigation .sub-menu li:hover > .sub-menu,
.astra-child-navigation .sub-menu li:focus-within > .sub-menu {
	transform: translateX(0);
}

.astra-child-navigation .sub-menu a {
	width: 100%;
	padding: 8px 16px;
	white-space: nowrap;
}

.astra-child-navigation .menu-item-has-children > a::after {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 8px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	content: "";
	transform: rotate(45deg) translateY(-2px);
}

.astra-child-navigation .sub-menu .menu-item-has-children > a::after {
	margin-left: auto;
	transform: rotate(-45deg) translate(-2px, 1px);
}

.astra-child-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 0;
	gap: 14px;
}

.astra-child-search-form {
	display: flex;
	align-items: center;
	min-width: 0;
	border-bottom: 1px solid var(--site-heading-color);
}

.astra-child-search-form input[type="search"] {
	width: 125px;
	min-width: 0;
	padding: 7px 0;
	background: transparent;
	border: 0;
	color: var(--site-heading-color);
	font: inherit;
	font-size: 13px;
	outline: 0;
}

.astra-child-search-form input[type="search"]::placeholder {
	color: var(--site-body-color);
	opacity: 0.72;
}

.astra-child-search-form button,
.astra-child-menu-toggle {
	padding: 0;
	background: transparent;
	border: 0;
	color: var(--site-heading-color);
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.astra-child-search-form button:hover,
.astra-child-search-form button:focus,
.astra-child-menu-toggle:hover,
.astra-child-menu-toggle:focus {
	background: transparent;
	color: var(--site-accent-color);
}

.astra-child-search-form button {
	position: relative;
	width: 24px;
	height: 34px;
	font-size: 0;
}

.astra-child-search-form button::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 4px;
	width: 11px;
	height: 11px;
	border: 1.5px solid currentColor;
	border-radius: 50%;
}

.astra-child-search-form button::after {
	content: "";
	position: absolute;
	top: 21px;
	left: 15px;
	width: 7px;
	height: 1.5px;
	background: currentColor;
	transform: rotate(45deg);
	transform-origin: left center;
}

.astra-child-account-link,
.astra-child-cart-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--site-heading-color);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.astra-child-cart-count {
	display: inline-grid;
	width: 18px;
	height: 18px;
	place-items: center;
	background: var(--site-heading-color);
	border-radius: 50%;
	color: #ffffff;
	font-size: 10px;
	line-height: 1;
}

.astra-child-menu-toggle {
	display: none;
}

.astra-child-mobile-panel {
	display: none;
	background: var(--site-surface-color);
	border-bottom: 1px solid var(--site-border-color);
}

.astra-child-mobile-panel[hidden] {
	display: none;
}

.astra-child-mobile-panel.is-open {
	display: block;
}

.astra-child-mobile-navigation .astra-child-menu {
	display: block;
	padding: 12px 0 18px;
}

.astra-child-mobile-navigation .astra-child-menu li {
	border-bottom: 1px solid var(--site-border-color);
}

.astra-child-mobile-navigation .astra-child-menu a {
	width: 100%;
	min-height: 48px;
	justify-content: space-between;
}

.astra-child-mobile-navigation .astra-child-menu .sub-menu,
.astra-child-mobile-navigation .astra-child-menu .sub-menu .sub-menu {
	position: static;
	display: block;
	top: auto;
	left: auto;
	min-width: 0;
	padding: 0 0 6px 14px;
	border: 0;
	box-shadow: none;
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	transform: none;
}

.astra-child-mobile-navigation .sub-menu a {
	min-height: 38px;
	font-size: 12px;
}

.astra-child-mobile-navigation .menu-item-has-children > a::after,
.astra-child-mobile-navigation .sub-menu .menu-item-has-children > a::after {
	margin-left: auto;
	transform: rotate(45deg) translate(-2px, -2px);
}

.astra-child-footer {
	margin-top: var(--site-section-spacing);
	background: var(--site-primary-color);
	color: #ffffff;
}

.astra-child-footer a {
	color: #ffffff;
}

.astra-child-footer a:hover,
.astra-child-footer a:focus {
	color: var(--site-accent-color);
}

.astra-child-footer-grid {
	display: grid;
	grid-template-columns: minmax(240px, 1.4fr) repeat(2, minmax(170px, 0.6fr));
	gap: 48px;
	padding-top: 64px;
	padding-bottom: 56px;
}

.astra-child-footer-brand {
	max-width: 330px;
}

.astra-child-footer-logo .astra-child-site-title {
	color: #ffffff;
}

.astra-child-footer-description {
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
}

.astra-child-footer-column h2 {
	margin: 0 0 18px;
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.astra-child-footer-menu {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.astra-child-footer-menu a {
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	text-decoration: none;
}

.astra-child-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 18px;
	padding-bottom: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.astra-child-footer-bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 12px;
}

body.n4c7v2-astra-child .site-content > .ast-container {
	width: min(calc(100% - 48px), var(--site-container-width));
	max-width: none;
	padding: 0;
}

body.n4c7v2-astra-child .site-main {
	width: 100%;
}

body.n4c7v2-astra-child .entry-content > *:not(.elementor):not(.alignwide):not(.alignfull) {
	max-width: var(--site-content-width);
	margin-right: auto;
	margin-left: auto;
}

body.n4c7v2-astra-child .entry-content > .alignwide,
body.n4c7v2-astra-child .entry-content > .alignfull {
	max-width: none;
}

body.n4c7v2-astra-child button,
body.n4c7v2-astra-child input[type="button"],
body.n4c7v2-astra-child input[type="submit"],
body.n4c7v2-astra-child .button,
body.n4c7v2-astra-child .woocommerce a.button,
body.n4c7v2-astra-child .woocommerce button.button,
body.n4c7v2-astra-child .woocommerce input.button {
	border-radius: var(--site-button-radius);
	font-family: var(--site-body-font);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.2;
	text-transform: uppercase;
}

body.n4c7v2-astra-child .woocommerce a.button,
body.n4c7v2-astra-child .woocommerce button.button,
body.n4c7v2-astra-child .woocommerce input.button {
	padding: var(--site-button-padding-y) var(--site-button-padding-x);
	background: var(--site-button-color);
	color: var(--site-button-text-color);
}

body.n4c7v2-astra-child .woocommerce a.button:hover,
body.n4c7v2-astra-child .woocommerce a.button:focus,
body.n4c7v2-astra-child .woocommerce button.button:hover,
body.n4c7v2-astra-child .woocommerce button.button:focus,
body.n4c7v2-astra-child .woocommerce input.button:hover,
body.n4c7v2-astra-child .woocommerce input.button:focus {
	background: var(--site-accent-color);
	color: #ffffff;
}

body.n4c7v2-astra-child .woocommerce-breadcrumb {
	margin: 32px 0 22px;
	color: var(--site-body-color);
	font-size: 12px;
}

body.n4c7v2-astra-child .woocommerce-breadcrumb a {
	color: var(--site-body-color);
	text-decoration: none;
}

body.n4c7v2-astra-child .woocommerce-products-header {
	margin: 28px 0 36px;
}

body.n4c7v2-astra-child .woocommerce-products-header__title {
	margin-bottom: 12px;
	font-size: 42px;
}

body.n4c7v2-astra-child .woocommerce .page-title {
	margin: 28px 0 36px;
	color: var(--site-heading-color);
	font-size: 42px;
}

body.n4c7v2-astra-child .woocommerce-products-header__title + .term-description {
	max-width: 680px;
	color: var(--site-body-color);
	font-size: 16px;
}

body.n4c7v2-astra-child .astra-child-shop-loop {
	margin-bottom: var(--site-section-spacing);
}

body.n4c7v2-astra-child .woocommerce .woocommerce-result-count,
body.n4c7v2-astra-child .woocommerce .woocommerce-ordering {
	margin-bottom: 24px;
	color: var(--site-body-color);
	font-size: 13px;
}

body.n4c7v2-astra-child .woocommerce .woocommerce-ordering select {
	min-width: 190px;
	padding: 10px 34px 10px 12px;
	background: var(--site-surface-color);
	border: 1px solid var(--site-border-color);
	border-radius: var(--site-button-radius);
	color: var(--site-heading-color);
	font: inherit;
	font-size: 13px;
}

body.n4c7v2-astra-child .woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px 18px;
	margin: 0;
}

body.n4c7v2-astra-child .woocommerce ul.products::before,
body.n4c7v2-astra-child .woocommerce ul.products::after {
	display: none;
}

body.n4c7v2-astra-child .woocommerce ul.products li.product {
	display: flex;
	flex-direction: column;
	min-width: 0;
	margin: 0;
	padding: 0 0 18px;
	overflow: hidden;
	background: var(--site-surface-color);
	border: 1px solid var(--site-border-color);
	border-radius: var(--site-card-radius);
	transition: box-shadow 180ms ease, transform 180ms ease;
}

body.n4c7v2-astra-child .woocommerce ul.products li.product:hover {
	box-shadow: var(--site-shadow);
	transform: translateY(-3px);
}

body.n4c7v2-astra-child .woocommerce ul.products li.product > .woocommerce-LoopProduct-link {
	display: block;
	min-width: 0;
}

body.n4c7v2-astra-child .woocommerce ul.products li.product .astra-child-product-image-frame {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: var(--site-secondary-color);
}

body.n4c7v2-astra-child .woocommerce ul.products li.product .astra-child-product-image-frame > .attachment-woocommerce_thumbnail,
body.n4c7v2-astra-child .woocommerce ul.products li.product .astra-child-product-image-frame > img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	transition: opacity 220ms ease, transform 320ms ease;
}

body.n4c7v2-astra-child .woocommerce ul.products li.product:hover .astra-child-product-image-frame > .attachment-woocommerce_thumbnail,
body.n4c7v2-astra-child .woocommerce ul.products li.product:hover .astra-child-product-image-frame > img {
	transform: scale(1.025);
}

body.n4c7v2-astra-child .astra-child-product-hover-media {
	position: absolute;
	inset: 0;
	display: block;
	opacity: 0;
	transition: opacity 220ms ease;
}

body.n4c7v2-astra-child .astra-child-product-hover-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.n4c7v2-astra-child .woocommerce ul.products li.product:hover .astra-child-product-hover-media {
	opacity: 1;
}

body.n4c7v2-astra-child .woocommerce ul.products li.product .onsale {
	top: 12px;
	right: auto;
	left: 12px;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 7px 9px;
	background: var(--site-accent-color);
	border-radius: 0;
	color: #ffffff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1;
	text-transform: uppercase;
}

body.n4c7v2-astra-child .woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 2.7em;
	margin: 18px 18px 8px;
	padding: 0;
	overflow: hidden;
	color: var(--site-heading-color);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.n4c7v2-astra-child .woocommerce ul.products li.product .astra-child-product-category {
	margin: 0 18px 7px;
	overflow: hidden;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

body.n4c7v2-astra-child .woocommerce ul.products li.product .astra-child-product-category a {
	color: var(--site-body-color);
	text-decoration: none;
}

body.n4c7v2-astra-child .woocommerce ul.products li.product .star-rating {
	margin: 0 18px 9px;
	color: var(--site-accent-color);
	font-size: 12px;
}

body.n4c7v2-astra-child .woocommerce ul.products li.product .price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 7px;
	margin: 0 18px 16px;
	color: var(--site-heading-color);
	font-size: 15px;
	font-weight: 700;
}

body.n4c7v2-astra-child .woocommerce ul.products li.product .price del {
	color: var(--site-body-color);
	font-size: 12px;
	font-weight: 400;
	opacity: 0.72;
}

body.n4c7v2-astra-child .woocommerce ul.products li.product .price ins {
	color: var(--site-accent-color);
	text-decoration: none;
}

body.n4c7v2-astra-child .woocommerce ul.products li.product .astra-child-card-button {
	width: calc(100% - 36px);
	margin: auto 18px 0;
	text-align: center;
}

body.n4c7v2-astra-child .woocommerce ul.products li.product .ast-on-card-button,
body.n4c7v2-astra-child .woocommerce ul.products li.product .add_to_cart_button {
	position: static;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 36px);
	min-height: 44px;
	margin: 0 18px;
	padding: var(--site-button-padding-y) var(--site-button-padding-x);
	background: var(--site-button-color);
	border-radius: var(--site-button-radius);
	color: var(--site-button-text-color);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 180ms ease, color 180ms ease;
}

body.n4c7v2-astra-child .woocommerce ul.products li.product .ast-on-card-button:hover,
body.n4c7v2-astra-child .woocommerce ul.products li.product .ast-on-card-button:focus,
body.n4c7v2-astra-child .woocommerce ul.products li.product .add_to_cart_button:hover,
body.n4c7v2-astra-child .woocommerce ul.products li.product .add_to_cart_button:focus {
	background: var(--site-accent-color);
	color: #ffffff;
}

body.n4c7v2-astra-child .woocommerce ul.products li.product .ast-on-card-button .ast-card-action-tooltip {
	position: static;
	display: inline;
	padding: 0;
	background: transparent;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	opacity: 1;
	visibility: visible;
}

body.n4c7v2-astra-child .woocommerce ul.products li.product .ast-on-card-button .ahfb-svg-iconset {
	display: inline-flex;
	margin-left: 7px;
}

body.n4c7v2-astra-child .woocommerce ul.products li.product .ast-on-card-button .ast-icon {
	display: inline-flex;
}

body.n4c7v2-astra-child .woocommerce ul.products li.product .button.loading::after {
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
}

body.n4c7v2-astra-child .woocommerce nav.woocommerce-pagination {
	margin-top: 44px;
}

body.n4c7v2-astra-child .woocommerce nav.woocommerce-pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 0;
}

body.n4c7v2-astra-child .woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

body.n4c7v2-astra-child .woocommerce nav.woocommerce-pagination ul li a,
body.n4c7v2-astra-child .woocommerce nav.woocommerce-pagination ul li span {
	display: inline-grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border: 1px solid var(--site-border-color);
	border-radius: var(--site-button-radius);
	color: var(--site-heading-color);
	font-size: 13px;
}

body.n4c7v2-astra-child .woocommerce nav.woocommerce-pagination ul li span.current,
body.n4c7v2-astra-child .woocommerce nav.woocommerce-pagination ul li a:hover,
body.n4c7v2-astra-child .woocommerce nav.woocommerce-pagination ul li a:focus {
	background: var(--site-heading-color);
	border-color: var(--site-heading-color);
	color: #ffffff;
}

body.n4c7v2-astra-child .woocommerce-info,
body.n4c7v2-astra-child .woocommerce-message,
body.n4c7v2-astra-child .woocommerce-error {
	margin-top: 28px;
	border-top-color: var(--site-accent-color);
	background: var(--site-surface-color);
}

body.n4c7v2-astra-child.single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
	gap: 64px;
	margin: 42px 0 var(--site-section-spacing);
}

body.n4c7v2-astra-child.single-product div.product div.images {
	width: 100%;
	margin: 0;
}

body.n4c7v2-astra-child.single-product div.product div.images .woocommerce-product-gallery__image,
body.n4c7v2-astra-child.single-product div.product div.images .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
}

body.n4c7v2-astra-child.single-product div.product div.images .woocommerce-product-gallery__image img {
	background: var(--site-secondary-color);
	border-radius: var(--site-card-radius);
}

body.n4c7v2-astra-child.single-product div.product div.images .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin: 12px 0 0;
}

body.n4c7v2-astra-child.single-product div.product div.images .flex-control-thumbs li {
	width: auto;
	margin: 0;
}

body.n4c7v2-astra-child.single-product div.product div.images .flex-control-thumbs img {
	display: block;
	width: 100%;
	background: var(--site-secondary-color);
	border: 1px solid transparent;
	border-radius: var(--site-button-radius);
	opacity: 0.64;
}

body.n4c7v2-astra-child.single-product div.product div.images .flex-control-thumbs .flex-active,
body.n4c7v2-astra-child.single-product div.product div.images .flex-control-thumbs img:hover {
	border-color: var(--site-heading-color);
	opacity: 1;
}

body.n4c7v2-astra-child.single-product div.product .summary {
	width: 100%;
	margin: 0;
	padding-top: 12px;
}

body.n4c7v2-astra-child.single-product div.product .product_title {
	margin: 0 0 15px;
	font-size: 42px;
}

body.n4c7v2-astra-child.single-product div.product .woocommerce-product-rating {
	margin: 0 0 16px;
}

body.n4c7v2-astra-child.single-product div.product .star-rating {
	color: var(--site-accent-color);
}

body.n4c7v2-astra-child.single-product div.product p.price,
body.n4c7v2-astra-child.single-product div.product span.price {
	margin: 0 0 22px;
	color: var(--site-heading-color);
	font-size: 22px;
	font-weight: 700;
}

body.n4c7v2-astra-child.single-product div.product p.price del,
body.n4c7v2-astra-child.single-product div.product span.price del {
	color: var(--site-body-color);
	font-size: 15px;
	font-weight: 400;
	opacity: 0.72;
}

body.n4c7v2-astra-child.single-product div.product p.price ins,
body.n4c7v2-astra-child.single-product div.product span.price ins {
	color: var(--site-accent-color);
	text-decoration: none;
}

body.n4c7v2-astra-child.single-product div.product .woocommerce-product-details__short-description {
	margin-bottom: 26px;
	color: var(--site-body-color);
}

body.n4c7v2-astra-child.single-product div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 26px;
}

body.n4c7v2-astra-child.single-product div.product form.cart .quantity {
	float: none;
	margin: 0;
}

body.n4c7v2-astra-child.single-product div.product form.cart .quantity input {
	width: 68px;
	min-height: 48px;
	padding: 10px;
	border: 1px solid var(--site-border-color);
	border-radius: var(--site-button-radius);
	text-align: center;
}

body.n4c7v2-astra-child.single-product div.product form.cart .single_add_to_cart_button {
	min-height: 48px;
	margin: 0;
}

body.n4c7v2-astra-child.single-product div.product .product_meta {
	padding-top: 18px;
	border-top: 1px solid var(--site-border-color);
	color: var(--site-body-color);
	font-size: 13px;
}

body.n4c7v2-astra-child.single-product div.product .product_meta a {
	color: var(--site-heading-color);
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.n4c7v2-astra-child.single-product .woocommerce-tabs {
	margin-bottom: var(--site-section-spacing);
	padding-top: 0;
	border-top: 1px solid var(--site-border-color);
}

body.n4c7v2-astra-child.single-product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin: 0 0 26px;
	padding: 18px 0 0;
}

body.n4c7v2-astra-child.single-product .woocommerce-tabs ul.tabs::before,
body.n4c7v2-astra-child.single-product .woocommerce-tabs ul.tabs::after {
	display: none;
}

body.n4c7v2-astra-child.single-product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

body.n4c7v2-astra-child.single-product .woocommerce-tabs ul.tabs li::before,
body.n4c7v2-astra-child.single-product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

body.n4c7v2-astra-child.single-product .woocommerce-tabs ul.tabs li a {
	padding: 0 0 8px;
	color: var(--site-body-color);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

body.n4c7v2-astra-child.single-product .woocommerce-tabs ul.tabs li.active a,
body.n4c7v2-astra-child.single-product .woocommerce-tabs ul.tabs li a:hover {
	border-bottom: 2px solid var(--site-accent-color);
	color: var(--site-heading-color);
}

body.n4c7v2-astra-child.single-product .related,
body.n4c7v2-astra-child.single-product .upsells {
	margin-bottom: var(--site-section-spacing);
}

body.n4c7v2-astra-child.single-product .related > h2,
body.n4c7v2-astra-child.single-product .upsells > h2 {
	margin-bottom: 28px;
	font-size: 28px;
}

body.n4c7v2-astra-child .woocommerce ul.products li.product .stock {
	margin: 0 18px 12px;
	color: var(--site-accent-color);
	font-size: 12px;
	font-weight: 700;
}

@media (max-width: 1100px) {
	.astra-child-header-inner {
		grid-template-columns: minmax(130px, 0.75fr) minmax(260px, 1.4fr) minmax(260px, 1fr);
		gap: 18px;
	}

	.astra-child-navigation .astra-child-menu {
		gap: 16px;
	}

	.astra-child-search-form input[type="search"] {
		width: 88px;
	}

	body.n4c7v2-astra-child .woocommerce ul.products {
		gap: 24px 14px;
	}
}

@media (max-width: 920px) {
	.astra-child-header-inner {
		grid-template-columns: minmax(140px, 1fr) auto;
	}

	.astra-child-desktop-navigation {
		display: none;
	}

	.astra-child-header-actions {
		gap: 12px;
	}

	.astra-child-menu-toggle {
		display: inline-flex;
	}

	.astra-child-mobile-panel {
		display: none;
	}

	.astra-child-mobile-panel.is-open {
		display: block;
	}

	.astra-child-footer-grid {
		grid-template-columns: minmax(220px, 1.2fr) repeat(2, minmax(150px, 0.8fr));
		gap: 30px;
	}

	body.n4c7v2-astra-child .woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.n4c7v2-astra-child.single-product div.product {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
		gap: 38px;
	}

	body.n4c7v2-astra-child.single-product div.product .product_title {
		font-size: 34px;
	}
}

@media (max-width: 767px) {
	.astra-child-container,
	body.n4c7v2-astra-child .site-content > .ast-container {
		width: min(calc(100% - 32px), var(--site-container-width));
	}

	.astra-child-header-inner {
		display: flex;
		position: relative;
		min-height: 68px;
		gap: 12px;
	}

	.astra-child-brand {
		flex: 1 1 auto;
		min-width: 0;
	}

	.astra-child-brand .custom-logo-link {
		max-width: 150px;
	}

	.astra-child-brand .custom-logo {
		max-height: 36px;
	}

	.astra-child-header-actions {
		gap: 10px;
	}

	.astra-child-search-form {
		border: 0;
	}

	.astra-child-search-form input[type="search"] {
		position: static;
		width: 78px;
		height: auto;
		padding: 6px 0;
		overflow: visible;
		clip: auto;
		white-space: normal;
		border: 0;
		clip-path: none;
	}

	.astra-child-search-form button {
		display: inline-flex;
		align-items: center;
		min-height: 36px;
		font-size: 0;
	}

	.astra-child-search-form button::before {
		content: "Search";
		font-size: 12px;
		line-height: 1;
	}

	.astra-child-account-link {
		display: none;
	}

	.astra-child-cart-link span:first-child {
		font-size: 0;
	}

	.astra-child-cart-link span:first-child::before {
		content: "Bag";
		font-size: 12px;
	}

	.astra-child-promo-bar {
		min-height: 30px;
		font-size: 10px;
	}

	.astra-child-footer-grid {
		grid-template-columns: 1fr;
		gap: 36px;
		padding-top: 48px;
		padding-bottom: 42px;
	}

	.astra-child-footer-brand {
		max-width: none;
	}

	.astra-child-footer-bottom {
		align-items: flex-start;
	}

	body.n4c7v2-astra-child .woocommerce-products-header {
		margin-top: 22px;
		margin-bottom: 28px;
	}

	body.n4c7v2-astra-child .woocommerce-products-header__title {
		font-size: 32px;
	}

	body.n4c7v2-astra-child .woocommerce .page-title {
		margin-top: 22px;
		margin-bottom: 28px;
		font-size: 32px;
	}

	body.n4c7v2-astra-child .woocommerce .woocommerce-result-count,
	body.n4c7v2-astra-child .woocommerce .woocommerce-ordering {
		float: none;
		margin-bottom: 14px;
	}

	body.n4c7v2-astra-child .woocommerce .woocommerce-ordering {
		width: 100%;
	}

	body.n4c7v2-astra-child .woocommerce .woocommerce-ordering select {
		width: 100%;
	}

	body.n4c7v2-astra-child .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 10px;
	}

	body.n4c7v2-astra-child .woocommerce ul.products li.product {
		padding-bottom: 14px;
	}

	body.n4c7v2-astra-child .woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: 2.8em;
		margin: 13px 12px 6px;
		font-size: 13px;
	}

	body.n4c7v2-astra-child .woocommerce ul.products li.product .astra-child-product-category,
	body.n4c7v2-astra-child .woocommerce ul.products li.product .star-rating,
	body.n4c7v2-astra-child .woocommerce ul.products li.product .price {
		margin-left: 12px;
		margin-right: 12px;
	}

	body.n4c7v2-astra-child .woocommerce ul.products li.product .price {
		gap: 4px;
		margin-bottom: 12px;
		font-size: 14px;
	}

	body.n4c7v2-astra-child .woocommerce ul.products li.product .astra-child-card-button {
		width: calc(100% - 24px);
		margin-right: 12px;
		margin-left: 12px;
		padding-right: 8px;
		padding-left: 8px;
		font-size: 10px;
	}

	body.n4c7v2-astra-child .woocommerce ul.products li.product .ast-on-card-button,
	body.n4c7v2-astra-child .woocommerce ul.products li.product .add_to_cart_button {
		width: calc(100% - 24px);
		margin-right: 12px;
		margin-left: 12px;
		padding-right: 7px;
		padding-left: 7px;
		font-size: 10px;
	}

	body.n4c7v2-astra-child .woocommerce ul.products li.product .onsale {
		top: 8px;
		left: 8px;
		padding: 6px 7px;
		font-size: 9px;
	}

	body.n4c7v2-astra-child.single-product div.product {
		display: block;
		margin-top: 22px;
	}

	body.n4c7v2-astra-child.single-product div.product .summary {
		padding-top: 28px;
	}

	body.n4c7v2-astra-child.single-product div.product .product_title {
		font-size: 30px;
	}

	body.n4c7v2-astra-child.single-product div.product form.cart {
		align-items: stretch;
	}

	body.n4c7v2-astra-child.single-product div.product form.cart .single_add_to_cart_button {
		flex: 1;
	}

	body.n4c7v2-astra-child.single-product .related > h2,
	body.n4c7v2-astra-child.single-product .upsells > h2 {
		font-size: 24px;
	}
}

@media (max-width: 420px) {
	.astra-child-header-actions {
		gap: 7px;
	}

	.astra-child-menu-toggle-label {
		font-size: 0;
	}

	.astra-child-menu-toggle-label::before {
		content: "Menu";
		font-size: 12px;
	}

	.astra-child-cart-link span:first-child::before {
		content: "";
	}

	.astra-child-cart-link span:first-child {
		display: none;
	}

	body.n4c7v2-astra-child .woocommerce ul.products li.product .star-rating {
		font-size: 10px;
	}
}

/* WooCommerce's related-products wrapper also uses the class "products".
 * Keep the two-column layout limited to the actual product being viewed. */
body.n4c7v2-astra-child.single-product .ast-woocommerce-container {
	display: block !important;
}

body.n4c7v2-astra-child.single-product .ast-woocommerce-container > div.product[id^="product-"] {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	gap: 64px;
	width: 100%;
	margin: 42px 0 54px;
	float: none !important;
	clear: both !important;
}

body.n4c7v2-astra-child.single-product .ast-woocommerce-container > div.product[id^="product-"] div.images,
body.n4c7v2-astra-child.single-product .ast-woocommerce-container > div.product[id^="product-"] div.summary {
	float: none;
	width: 100% !important;
	margin: 0;
}

body.n4c7v2-astra-child.single-product .ast-woocommerce-container > div.product[id^="product-"] .woocommerce-product-gallery__wrapper {
	width: 100%;
	margin: 0;
}

body.n4c7v2-astra-child.single-product .ast-woocommerce-container > div.product[id^="product-"] > .woocommerce-tabs,
body.n4c7v2-astra-child.single-product .ast-woocommerce-container > div.product[id^="product-"] > .related.products,
body.n4c7v2-astra-child.single-product .ast-woocommerce-container > div.product[id^="product-"] > .upsells.products {
	grid-column: 1 / -1;
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	clear: both !important;
}

body.n4c7v2-astra-child.single-product .ast-woocommerce-container > div.product[id^="product-"] > .woocommerce-tabs .entry-content > * {
	margin-right: 0;
	margin-left: 0;
}

body.n4c7v2-astra-child.single-product .ast-woocommerce-container > div.product[id^="product-"] .woocommerce-product-gallery {
	opacity: 1 !important;
}

body.n4c7v2-astra-child.single-product .ast-woocommerce-container > div.product[id^="product-"] form.cart .wc-buy-now-btn {
	background: var(--site-button-color) !important;
	color: var(--site-button-text-color) !important;
}

body.n4c7v2-astra-child.single-product .ast-woocommerce-container > div.woocommerce-tabs,
body.n4c7v2-astra-child.single-product .ast-woocommerce-container > section.related.products,
body.n4c7v2-astra-child.single-product .ast-woocommerce-container > section.upsells.products {
	display: block !important;
	grid-template-columns: none !important;
	gap: 0;
	width: 100% !important;
	margin: 0 0 var(--site-section-spacing);
	float: none !important;
	clear: both !important;
}

body.n4c7v2-astra-child.single-product .ast-woocommerce-container > div.woocommerce-tabs {
	margin-bottom: var(--site-section-spacing);
	padding-top: 0;
}

/* Astra may add product floats from a different wrapper level. Reset them
 * anywhere inside the WooCommerce product container before the custom layout. */
body.n4c7v2-astra-child.single-product .ast-woocommerce-container .woocommerce-tabs,
body.n4c7v2-astra-child.single-product .ast-woocommerce-container .related.products,
body.n4c7v2-astra-child.single-product .ast-woocommerce-container .upsells.products {
	display: block !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	max-width: none !important;
}

body.n4c7v2-astra-child.single-product .ast-woocommerce-container .related.products,
body.n4c7v2-astra-child.single-product .ast-woocommerce-container .upsells.products {
	margin: 0 0 var(--site-section-spacing);
}

@media (max-width: 767px) {
	body.n4c7v2-astra-child.single-product .ast-woocommerce-container > div.product[id^="product-"] {
		display: block;
		margin-top: 22px;
	}

	body.n4c7v2-astra-child.single-product .ast-woocommerce-container > div.product[id^="product-"] .summary {
		padding-top: 28px;
	}

	body.n4c7v2-astra-child.single-product .ast-woocommerce-container > div.product[id^="product-"] form.cart {
		display: grid;
		grid-template-columns: 80px minmax(0, 1fr);
		align-items: stretch;
		gap: 10px;
	}

	body.n4c7v2-astra-child.single-product .ast-woocommerce-container > div.product[id^="product-"] form.cart .single_add_to_cart_button {
		width: 100%;
		min-width: 0;
	}

	body.n4c7v2-astra-child.single-product .ast-woocommerce-container > div.product[id^="product-"] form.cart .quantity {
		grid-column: 1;
		width: 100%;
	}

	body.n4c7v2-astra-child.single-product .ast-woocommerce-container > div.product[id^="product-"] form.cart .single_add_to_cart_button:not(.wc-buy-now-btn) {
		grid-column: 2;
		display: block;
		width: 100% !important;
		min-width: 0;
		justify-self: stretch;
		white-space: normal;
	}

	body.n4c7v2-astra-child.single-product .ast-woocommerce-container > div.product[id^="product-"] form.cart .wc-buy-now-btn {
		grid-column: 1 / -1;
		width: 100% !important;
	}
}

body.n4c7v2-astra-child .astra-child-footer a,
body.n4c7v2-astra-child .astra-child-footer a:visited {
	color: rgba(255, 255, 255, 0.78) !important;
}

body.n4c7v2-astra-child .astra-child-footer .astra-child-footer-menu a:hover,
body.n4c7v2-astra-child .astra-child-footer .astra-child-footer-menu a:focus {
	color: var(--site-accent-color) !important;
}

body.n4c7v2-astra-child .astra-child-search-form button {
	flex: 0 0 24px;
	font-size: 0 !important;
}

@media (max-width: 767px) {
	body.n4c7v2-astra-child .astra-child-search-form {
		width: 24px;
	}

	body.n4c7v2-astra-child .astra-child-search-form input[type="search"] {
		width: 0;
		padding: 0;
		border: 0;
	}

	body.n4c7v2-astra-child .astra-child-search-form button {
		width: 24px;
		min-height: 34px;
		font-size: 0 !important;
	}

	body.n4c7v2-astra-child .astra-child-search-form button::before {
		content: "";
		font-size: 0;
	}

	body.n4c7v2-astra-child .astra-child-header-actions {
		display: flex !important;
		position: static;
		width: auto !important;
		min-width: 0 !important;
		flex: 0 1 auto;
		margin-left: auto;
		gap: 10px;
		overflow: visible;
	}

	body.n4c7v2-astra-child .astra-child-search-form {
		width: 24px;
		position: static;
	}

	body.n4c7v2-astra-child .astra-child-cart-link {
		display: inline-flex !important;
		position: static;
		visibility: visible !important;
		opacity: 1 !important;
		color: var(--site-heading-color) !important;
	}

	body.n4c7v2-astra-child .astra-child-menu-toggle {
		display: inline-flex !important;
		position: static;
		width: 42px;
		min-width: 42px;
		justify-content: flex-end;
		visibility: visible !important;
		opacity: 1 !important;
		color: var(--site-heading-color) !important;
	}

	body.n4c7v2-astra-child .astra-child-menu-toggle-label {
		display: inline-block;
		width: 42px;
		visibility: visible !important;
		font-size: 0;
		text-align: right;
	}

	body.n4c7v2-astra-child .astra-child-menu-toggle-label::before {
		content: "Menu";
		font-size: 12px;
	}

	body.n4c7v2-astra-child .astra-child-cart-link span:first-child {
		display: inline;
		font-size: 12px;
	}

	body.n4c7v2-astra-child .astra-child-cart-link span:first-child::before {
		content: none;
	}
}

/* Header layout aligned with the reference store: utility row, centered
 * identity, and a separate navigation row for category-level menus. */
body.n4c7v2-astra-child .astra-child-header-main {
	border-bottom: 1px solid var(--site-border-color);
}

body.n4c7v2-astra-child .astra-child-header-inner {
	display: block;
	min-height: 0;
}

body.n4c7v2-astra-child .astra-child-header-top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	min-height: 86px;
	gap: 24px;
}

body.n4c7v2-astra-child .astra-child-header-spacer {
	min-width: 0;
}

body.n4c7v2-astra-child .astra-child-brand {
	justify-self: center;
}

body.n4c7v2-astra-child .astra-child-brand .custom-logo-link {
	max-width: 210px;
}

body.n4c7v2-astra-child .astra-child-brand .custom-logo {
	max-height: 48px;
}

body.n4c7v2-astra-child .astra-child-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
	min-width: 0;
}

body.n4c7v2-astra-child .astra-child-desktop-navigation {
	display: block;
	border-top: 1px solid var(--site-border-color);
}

body.n4c7v2-astra-child .astra-child-desktop-navigation .astra-child-menu {
	justify-content: center;
	gap: 30px;
	padding: 11px 0 13px;
}

body.n4c7v2-astra-child .astra-child-desktop-navigation .astra-child-menu > li > a {
	min-height: 30px;
	font-size: 12px;
	letter-spacing: 0.09em;
}

body.n4c7v2-astra-child .astra-child-desktop-navigation .sub-menu {
	top: calc(100% + 1px);
}

body.n4c7v2-astra-child .astra-child-desktop-navigation .sub-menu a {
	min-height: 38px;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: none;
}

@media (max-width: 1100px) {
	body.n4c7v2-astra-child .astra-child-desktop-navigation .astra-child-menu {
		gap: 20px;
	}

	body.n4c7v2-astra-child .astra-child-header-actions {
		gap: 12px;
	}
}

@media (max-width: 920px) {
	body.n4c7v2-astra-child .astra-child-header-top {
		grid-template-columns: minmax(0, 1fr) auto;
		min-height: 72px;
		gap: 16px;
	}

	body.n4c7v2-astra-child .astra-child-header-spacer {
		display: none;
	}

	body.n4c7v2-astra-child .astra-child-brand {
		justify-self: start;
	}

	body.n4c7v2-astra-child .astra-child-desktop-navigation {
		display: none;
	}

	body.n4c7v2-astra-child .astra-child-header-actions {
		position: static;
		display: flex !important;
		width: auto !important;
		min-width: 0 !important;
		margin: 0;
		gap: 14px;
		transform: none;
	}

	body.n4c7v2-astra-child .astra-child-menu-toggle {
		display: inline-flex !important;
		position: static;
		width: auto;
		min-width: 0;
		transform: none;
	}
}

@media (max-width: 767px) {
	body.n4c7v2-astra-child .astra-child-header-top {
		min-height: 68px;
	}

	body.n4c7v2-astra-child .astra-child-brand .custom-logo-link {
		max-width: 150px;
	}

	body.n4c7v2-astra-child .astra-child-brand .custom-logo {
		max-height: 36px;
	}

	body.n4c7v2-astra-child .astra-child-header-actions {
		gap: 12px;
	}

	body.n4c7v2-astra-child .astra-child-search-form {
		position: static;
		width: 24px;
		border: 0;
	}

	body.n4c7v2-astra-child .astra-child-search-form input[type="search"] {
		display: none;
	}

	body.n4c7v2-astra-child .astra-child-search-form button {
		width: 24px;
		min-height: 34px;
	}

	body.n4c7v2-astra-child .astra-child-account-link {
		display: none;
	}

	body.n4c7v2-astra-child .astra-child-cart-link {
		display: inline-flex !important;
		position: static;
	}

	body.n4c7v2-astra-child .astra-child-cart-link span:first-child {
		display: inline;
		font-size: 12px;
	}

	body.n4c7v2-astra-child .astra-child-menu-toggle {
		position: static;
		width: 42px;
		min-width: 42px;
	}
}

@media (max-width: 420px) {
	body.n4c7v2-astra-child .astra-child-header-top {
		gap: 6px;
	}

	body.n4c7v2-astra-child .astra-child-search-form {
		display: none !important;
	}

	body.n4c7v2-astra-child .astra-child-brand .custom-logo-link {
		max-width: 126px;
	}

	body.n4c7v2-astra-child .astra-child-header-actions {
		gap: 7px;
	}

	body.n4c7v2-astra-child .astra-child-cart-link {
		width: 22px;
		min-width: 22px;
		justify-content: center;
	}

	body.n4c7v2-astra-child .astra-child-cart-link span:first-child {
		display: none;
	}

	body.n4c7v2-astra-child .astra-child-menu-toggle {
		width: 22px;
		min-width: 22px;
		justify-content: center;
	}

	body.n4c7v2-astra-child .astra-child-menu-toggle-label {
		display: block;
		width: 18px;
		height: 14px;
		font-size: 0;
	}

	body.n4c7v2-astra-child .astra-child-menu-toggle-label::before {
		display: block;
		width: 18px;
		height: 2px;
		background: currentColor;
		box-shadow: 0 6px 0 currentColor, 0 12px 0 currentColor;
		content: "";
	}
}

body.n4c7v2-astra-child .astra-child-footer {
	margin-top: 0;
	background: #151515;
}

body.n4c7v2-astra-child .astra-child-footer-intro {
	background: #f4efe8;
	color: var(--site-heading-color);
}

body.n4c7v2-astra-child .astra-child-footer-intro-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	align-items: end;
	gap: 48px;
	padding-top: 58px;
	padding-bottom: 58px;
}

body.n4c7v2-astra-child .astra-child-footer-kicker {
	margin: 0 0 12px;
	color: var(--site-accent-color);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.n4c7v2-astra-child .astra-child-footer-intro h2 {
	max-width: 680px;
	margin: 0;
	font-size: clamp(30px, 4vw, 54px);
}

body.n4c7v2-astra-child .astra-child-footer-intro-inner > p {
	max-width: 360px;
	margin: 0;
	color: var(--site-body-color);
	font-size: 15px;
}

body.n4c7v2-astra-child .astra-child-footer-grid {
	padding-top: 62px;
	padding-bottom: 62px;
}

body.n4c7v2-astra-child .astra-child-footer-bottom {
	padding-top: 20px;
	padding-bottom: 24px;
}

body.n4c7v2-astra-child .astra-child-footer-bottom p {
	margin: 0;
}

body.n4c7v2-astra-child .astra-child-footer-payments {
	color: rgba(255, 255, 255, 0.74);
	font-size: 11px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	body.n4c7v2-astra-child .astra-child-footer-intro-inner {
		grid-template-columns: 1fr;
		gap: 20px;
		padding-top: 42px;
		padding-bottom: 42px;
	}

	body.n4c7v2-astra-child .astra-child-footer-intro h2 {
		font-size: 34px;
	}

	body.n4c7v2-astra-child .astra-child-footer-bottom {
		gap: 10px;
	}

	body.n4c7v2-astra-child .astra-child-footer-payments {
		line-height: 1.5;
	}
}

@media (max-width: 420px) {
	body.n4c7v2-astra-child .astra-child-search-form {
		display: none !important;
	}

	body.n4c7v2-astra-child .astra-child-header-actions {
		display: flex !important;
		flex: 0 0 auto;
		gap: 10px;
	}

	body.n4c7v2-astra-child .astra-child-cart-link,
	body.n4c7v2-astra-child .astra-child-menu-toggle {
		display: inline-flex !important;
		position: static !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
}

/* Reference layout: compact announcement bar, centered brand row, and a
 * single navigation line on desktop. */
body.n4c7v2-astra-child .astra-child-promo-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 28px;
	padding: 0 12px;
	background: #111111;
	color: #ffffff;
	font-size: 10px;
	letter-spacing: 0.02em;
}

body.n4c7v2-astra-child .astra-child-promo-copy {
	flex: 1 1 auto;
	text-align: center;
}

body.n4c7v2-astra-child .astra-child-promo-arrow {
	width: 18px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 18px;
	line-height: 1;
	text-align: center;
}

body.n4c7v2-astra-child .astra-child-header-main {
	background: #ffffff;
	border-bottom: 1px solid #cfcfcf;
}

body.n4c7v2-astra-child .astra-child-header-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	min-height: 58px;
	gap: 22px;
}

body.n4c7v2-astra-child .astra-child-menu-toggle {
	display: none;
}

body.n4c7v2-astra-child .astra-child-brand {
	grid-column: 2;
	grid-row: 1;
	justify-self: center;
}

body.n4c7v2-astra-child .astra-child-brand .custom-logo-link {
	max-width: 150px;
}

body.n4c7v2-astra-child .astra-child-brand .custom-logo {
	max-height: 32px;
}

body.n4c7v2-astra-child .astra-child-desktop-navigation {
	display: block;
	grid-column: 1;
	grid-row: 1;
	min-width: 0;
}

body.n4c7v2-astra-child .astra-child-desktop-navigation .astra-child-menu {
	justify-content: flex-start;
	gap: 16px;
	overflow: visible;
}

body.n4c7v2-astra-child .astra-child-desktop-navigation .astra-child-menu > li > a {
	min-height: 32px;
	font-size: 10px;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

body.n4c7v2-astra-child .astra-child-header-actions {
	grid-column: 3;
	grid-row: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
	min-width: 0;
}

body.n4c7v2-astra-child .astra-child-search-form {
	display: flex;
	width: 24px;
	border: 0;
}

body.n4c7v2-astra-child .astra-child-search-form input[type="search"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

body.n4c7v2-astra-child .astra-child-search-form button {
	width: 22px;
	height: 24px;
	flex: 0 0 22px;
}

body.n4c7v2-astra-child .astra-child-account-link,
body.n4c7v2-astra-child .astra-child-cart-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 24px;
	color: #111111;
}

body.n4c7v2-astra-child .astra-child-account-icon {
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid currentColor;
	border-radius: 50%;
}

body.n4c7v2-astra-child .astra-child-account-icon::after {
	position: absolute;
	bottom: 3px;
	left: 5px;
	width: 12px;
	height: 6px;
	border: 1px solid currentColor;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	content: "";
}

body.n4c7v2-astra-child .astra-child-cart-icon {
	display: block;
	width: 14px;
	height: 11px;
	border: 1px solid currentColor;
	border-top: 0;
	transform: skew(-8deg);
}

body.n4c7v2-astra-child .astra-child-cart-icon::before,
body.n4c7v2-astra-child .astra-child-cart-icon::after {
	position: absolute;
	bottom: 1px;
	width: 3px;
	height: 3px;
	border: 1px solid currentColor;
	border-radius: 50%;
	content: "";
}

body.n4c7v2-astra-child .astra-child-cart-icon::before {
	left: 3px;
}

body.n4c7v2-astra-child .astra-child-cart-icon::after {
	right: 3px;
}

body.n4c7v2-astra-child .astra-child-cart-count {
	position: absolute;
	top: -3px;
	right: -4px;
	width: 13px;
	height: 13px;
	font-size: 8px;
}

body.n4c7v2-astra-child .astra-child-mobile-shortcuts {
	display: none;
}

body.n4c7v2-astra-child .astra-child-navigation .sub-menu {
	z-index: 2000;
}

body.n4c7v2-astra-child .astra-child-navigation .sub-menu .ast-menu-toggle,
body.n4c7v2-astra-child .astra-child-navigation .dropdown-menu-toggle {
	display: none !important;
}

body.n4c7v2-astra-child .astra-child-footer {
	margin-top: 0;
	background: #eeeeee;
	color: #111111;
}

body.n4c7v2-astra-child .astra-child-footer-trust {
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	background: #f4f4f4;
}

body.n4c7v2-astra-child .astra-child-footer-trust-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding-top: 18px;
	padding-bottom: 18px;
}

body.n4c7v2-astra-child .astra-child-footer-trust-inner span {
	display: inline-flex;
	min-height: 36px;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	border: 1px solid #a9a9a9;
	background: #ffffff;
	color: #333333;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.n4c7v2-astra-child .astra-child-footer-grid {
	grid-template-columns: minmax(240px, 1.35fr) repeat(3, minmax(150px, 0.65fr));
	gap: 34px;
	padding-top: 38px;
	padding-bottom: 36px;
}

body.n4c7v2-astra-child .astra-child-footer-connect h2,
body.n4c7v2-astra-child .astra-child-footer-column h2 {
	margin-bottom: 14px;
	color: #111111;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.n4c7v2-astra-child .astra-child-footer-connect p,
body.n4c7v2-astra-child .astra-child-footer-store p {
	margin: 0 0 14px;
	color: #333333;
	font-size: 12px;
	line-height: 1.45;
}

body.n4c7v2-astra-child .astra-child-footer-signup {
	display: grid;
	grid-template-columns: 1fr;
	gap: 7px;
	max-width: 310px;
}

body.n4c7v2-astra-child .astra-child-footer-signup input[type="email"] {
	min-height: 34px;
	padding: 8px 10px;
	background: #ffffff;
	border: 1px solid #bcbcbc;
	border-radius: 0;
	color: #111111;
	font-size: 12px;
}

body.n4c7v2-astra-child .astra-child-footer-signup button {
	min-height: 34px;
	padding: 8px 14px;
	background: #111111;
	border: 1px solid #111111;
	border-radius: 0;
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.n4c7v2-astra-child .astra-child-footer-form-status {
	margin-top: 8px !important;
	color: #111111 !important;
	font-size: 11px !important;
}

body.n4c7v2-astra-child .astra-child-app-links {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 14px;
}

body.n4c7v2-astra-child .astra-child-app-links span {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 5px 8px;
	background: #111111;
	color: #ffffff;
	font-size: 9px;
	line-height: 1.2;
}

body.n4c7v2-astra-child .astra-child-footer-menu {
	gap: 7px;
}

body.n4c7v2-astra-child .astra-child-footer a,
body.n4c7v2-astra-child .astra-child-footer a:visited,
body.n4c7v2-astra-child .astra-child-footer-menu a {
	color: #333333 !important;
	font-size: 12px;
}

body.n4c7v2-astra-child .astra-child-footer a:hover,
body.n4c7v2-astra-child .astra-child-footer a:focus {
	color: var(--site-accent-color) !important;
}

body.n4c7v2-astra-child .astra-child-footer-bottom {
	align-items: center;
	padding-top: 16px;
	padding-bottom: 18px;
	border-top: 1px solid #c9c9c9;
}

body.n4c7v2-astra-child .astra-child-footer-bottom p {
	margin: 0;
	color: #555555;
	font-size: 10px;
}

body.n4c7v2-astra-child .astra-child-footer-payments {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: flex-end;
}

body.n4c7v2-astra-child .astra-child-footer-payments span {
	padding: 3px 5px;
	border: 1px solid #bdbdbd;
	background: #ffffff;
	color: #333333;
	font-size: 8px;
	font-weight: 700;
}

body.n4c7v2-astra-child .astra-child-footer-logo .custom-logo {
	filter: none;
}

body.n4c7v2-astra-child .astra-child-footer-description {
	color: #444444;
}

@media (max-width: 920px) {
	body.n4c7v2-astra-child .astra-child-header-inner {
		grid-template-columns: 34px minmax(0, 1fr) auto;
		min-height: 56px;
		gap: 12px;
	}

	body.n4c7v2-astra-child .astra-child-menu-toggle {
		grid-column: 1;
		grid-row: 1;
		display: inline-flex;
		width: 24px;
		height: 24px;
		align-items: center;
		justify-content: center;
		padding: 0;
	}

	body.n4c7v2-astra-child .astra-child-menu-toggle-icon,
	body.n4c7v2-astra-child .astra-child-menu-toggle-icon::before,
	body.n4c7v2-astra-child .astra-child-menu-toggle-icon::after {
		display: block;
		width: 18px;
		height: 1px;
		background: currentColor;
		content: "";
	}

	body.n4c7v2-astra-child .astra-child-menu-toggle-icon {
		position: relative;
	}

	body.n4c7v2-astra-child .astra-child-menu-toggle-icon::before,
	body.n4c7v2-astra-child .astra-child-menu-toggle-icon::after {
		position: absolute;
		left: 0;
	}

	body.n4c7v2-astra-child .astra-child-menu-toggle-icon::before {
		top: -6px;
	}

	body.n4c7v2-astra-child .astra-child-menu-toggle-icon::after {
		top: 6px;
	}

	body.n4c7v2-astra-child .astra-child-brand {
		grid-column: 2;
		grid-row: 1;
		justify-self: center;
	}

	body.n4c7v2-astra-child .astra-child-header-actions {
		grid-column: 3;
		grid-row: 1;
		gap: 10px;
	}

	body.n4c7v2-astra-child .astra-child-account-link {
		display: none;
	}

	body.n4c7v2-astra-child .astra-child-desktop-navigation {
		display: none;
	}

	body.n4c7v2-astra-child .astra-child-mobile-shortcuts {
		display: block;
		border-bottom: 1px solid #cfcfcf;
		background: #ffffff;
	}

	body.n4c7v2-astra-child .astra-child-shortcut-navigation .astra-child-menu {
		display: flex;
		gap: 22px;
		overflow-x: auto;
		padding: 8px 0 9px;
		scrollbar-width: none;
		white-space: nowrap;
	}

	body.n4c7v2-astra-child .astra-child-shortcut-navigation .astra-child-menu::-webkit-scrollbar {
		display: none;
	}

	body.n4c7v2-astra-child .astra-child-shortcut-navigation .astra-child-menu > li > a {
		min-height: 22px;
		font-size: 10px;
		letter-spacing: 0.04em;
	}

	body.n4c7v2-astra-child .astra-child-mobile-panel {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		z-index: 3000;
		display: block;
		background: #ffffff;
		border-bottom: 1px solid #bdbdbd;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	}

	body.n4c7v2-astra-child .astra-child-mobile-panel[hidden] {
		display: none;
	}

	body.n4c7v2-astra-child .astra-child-mobile-panel-inner {
		width: min(calc(100% - 32px), var(--site-container-width));
		margin: 0 auto;
		padding: 14px 0 18px;
	}

	body.n4c7v2-astra-child .astra-child-mobile-panel-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-bottom: 10px;
		border-bottom: 1px solid #dedede;
		color: #111111;
		font-size: 12px;
		text-transform: uppercase;
	}

	body.n4c7v2-astra-child .astra-child-menu-close {
		padding: 0 4px;
		background: transparent;
		border: 0;
		color: #111111;
		font-size: 22px;
		line-height: 1;
	}

	body.n4c7v2-astra-child .astra-child-mobile-navigation .astra-child-menu {
		display: block;
		padding: 8px 0;
	}

	body.n4c7v2-astra-child .astra-child-mobile-navigation .astra-child-menu li {
		position: relative;
		border-bottom: 1px solid #e2e2e2;
	}

	body.n4c7v2-astra-child .astra-child-mobile-navigation .astra-child-menu a {
		display: flex;
		min-height: 42px;
		align-items: center;
		justify-content: space-between;
		padding: 0 28px 0 0;
		color: #111111;
		font-size: 12px;
	}

	body.n4c7v2-astra-child .astra-child-mobile-navigation .sub-menu {
		display: none;
		padding: 0 0 4px 14px;
	}

	body.n4c7v2-astra-child .astra-child-mobile-navigation .menu-item.ast-submenu-expanded > .sub-menu,
	body.n4c7v2-astra-child .astra-child-mobile-navigation .menu-item.is-submenu-open > .sub-menu {
		display: block;
	}

	body.n4c7v2-astra-child .astra-child-mobile-navigation .ast-menu-toggle {
		position: absolute;
		top: 3px;
		right: 0;
		display: inline-flex !important;
		width: 34px;
		height: 36px;
		align-items: center;
		justify-content: center;
		padding: 0;
		background: transparent;
		border: 0;
		color: #111111;
	}

	body.n4c7v2-astra-child .astra-child-mobile-navigation .ast-menu-toggle .ast-icon {
		display: block;
	}

	body.n4c7v2-astra-child .astra-child-mobile-account {
		display: block;
		padding-top: 12px;
		color: #111111 !important;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
	}

	body.n4c7v2-astra-child .astra-child-footer-trust-inner {
		justify-content: flex-start;
		overflow-x: auto;
		padding-right: 16px;
		padding-left: 16px;
		scrollbar-width: none;
	}

	body.n4c7v2-astra-child .astra-child-footer-trust-inner::-webkit-scrollbar {
		display: none;
	}

	body.n4c7v2-astra-child .astra-child-footer-trust-inner span {
		flex: 0 0 auto;
	}

	body.n4c7v2-astra-child .astra-child-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 22px;
	}
}

@media (max-width: 600px) {
	body.n4c7v2-astra-child .astra-child-container {
		width: min(calc(100% - 28px), var(--site-container-width));
	}

	body.n4c7v2-astra-child .astra-child-footer-grid {
		grid-template-columns: 1fr;
	}

	body.n4c7v2-astra-child .astra-child-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	body.n4c7v2-astra-child .astra-child-footer-payments {
		justify-content: flex-start;
	}
}

/*
 * Typography and Elementor canvas correction.
 *
 * The reference-layout overrides above intentionally made compact labels
 * smaller, but they also reduced normal navigation and footer copy too far.
 * Keep the compact visual language while restoring comfortable reading sizes.
 */
body.n4c7v2-astra-child .astra-child-promo-bar {
	font-size: 12px;
}

body.n4c7v2-astra-child .astra-child-desktop-navigation .astra-child-menu > li > a {
	font-size: 13px;
}

body.n4c7v2-astra-child .astra-child-desktop-navigation .sub-menu a {
	font-size: 13px;
}

body.n4c7v2-astra-child .astra-child-shortcut-navigation .astra-child-menu > li > a {
	font-size: 12px;
}

body.n4c7v2-astra-child .astra-child-mobile-navigation .astra-child-menu a,
body.n4c7v2-astra-child .astra-child-mobile-navigation .sub-menu a {
	font-size: 14px;
}

body.n4c7v2-astra-child .astra-child-mobile-panel-head,
body.n4c7v2-astra-child .astra-child-mobile-account {
	font-size: 14px;
}

body.n4c7v2-astra-child .astra-child-footer-connect h2,
body.n4c7v2-astra-child .astra-child-footer-column h2 {
	font-size: 15px;
}

body.n4c7v2-astra-child .astra-child-footer-connect p,
body.n4c7v2-astra-child .astra-child-footer-store p,
body.n4c7v2-astra-child .astra-child-footer-menu a,
body.n4c7v2-astra-child .astra-child-footer a,
body.n4c7v2-astra-child .astra-child-footer a:visited {
	font-size: 14px;
	line-height: 1.55;
}

body.n4c7v2-astra-child .astra-child-footer-signup input[type="email"],
body.n4c7v2-astra-child .astra-child-footer-signup button {
	font-size: 13px;
}

body.n4c7v2-astra-child .astra-child-app-links span {
	font-size: 11px;
}

body.n4c7v2-astra-child .astra-child-footer-bottom p {
	font-size: 12px;
}

body.n4c7v2-astra-child .astra-child-footer-payments span {
	font-size: 10px;
}

body.n4c7v2-astra-child .woocommerce ul.products li.product .astra-child-product-category {
	font-size: 11px;
}

body.n4c7v2-astra-child .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.n4c7v2-astra-child .woocommerce ul.products li.product .price {
	font-size: 16px;
}

body.n4c7v2-astra-child .woocommerce ul.products li.product .ast-on-card-button,
body.n4c7v2-astra-child .woocommerce ul.products li.product .add_to_cart_button {
	font-size: 13px;
}

/*
 * Elementor owns the section/container width on builder pages. Astra's
 * outer container must stay full width so Elementor full-width sections can
 * reach the viewport edges.
 */
body.n4c7v2-astra-child.elementor-page .site-content,
body.n4c7v2-astra-child.elementor-page .site-main,
body.n4c7v2-astra-child.elementor-page .entry-content,
body.n4c7v2-astra-child.elementor-page .entry-content > .elementor {
	width: 100%;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

body.n4c7v2-astra-child.elementor-page .site-content > .ast-container {
	display: block;
	width: 100%;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

body.n4c7v2-astra-child.elementor-page .elementor-section.elementor-section-boxed,
body.n4c7v2-astra-child.elementor-page .elementor-container,
body.n4c7v2-astra-child.elementor-page .e-con.e-con-full,
body.n4c7v2-astra-child.elementor-page .e-con.e-con-boxed {
	max-width: 100%;
}

body.n4c7v2-astra-child.elementor-page .elementor-section.elementor-section-full_width,
body.n4c7v2-astra-child.elementor-page .elementor-section-stretched {
	width: 100%;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
}

@media (max-width: 767px) {
	body.n4c7v2-astra-child .astra-child-promo-bar {
		font-size: 11px;
	}

	body.n4c7v2-astra-child .astra-child-shortcut-navigation .astra-child-menu > li > a {
		font-size: 13px;
	}

	body.n4c7v2-astra-child .astra-child-footer-connect h2,
	body.n4c7v2-astra-child .astra-child-footer-column h2 {
		font-size: 16px;
	}

	body.n4c7v2-astra-child .astra-child-footer-connect p,
	body.n4c7v2-astra-child .astra-child-footer-store p,
	body.n4c7v2-astra-child .astra-child-footer-menu a,
	body.n4c7v2-astra-child .astra-child-footer a,
	body.n4c7v2-astra-child .astra-child-footer a:visited {
		font-size: 15px;
	}

	body.n4c7v2-astra-child .woocommerce ul.products li.product .woocommerce-loop-product__title,
	body.n4c7v2-astra-child .woocommerce ul.products li.product .price {
		font-size: 15px;
	}

	body.n4c7v2-astra-child.elementor-page .elementor,
	body.n4c7v2-astra-child.elementor-page .elementor > .e-con,
	body.n4c7v2-astra-child.elementor-page .e-con,
	body.n4c7v2-astra-child.elementor-page .e-con-inner,
	body.n4c7v2-astra-child.elementor-page .elementor-widget,
	body.n4c7v2-astra-child.elementor-page .elementor-widget-container {
		box-sizing: border-box !important;
		min-width: 0;
		max-width: 100%;
	}

	body.n4c7v2-astra-child.elementor-page .elementor > .e-con,
	body.n4c7v2-astra-child.elementor-page .e-con.e-con-full,
	body.n4c7v2-astra-child.elementor-page .e-con.e-con-boxed {
		width: 100vw !important;
		max-width: 100% !important;
		margin-right: 0;
		margin-left: 0;
	}

	body.n4c7v2-astra-child.elementor-page .elementor > .e-con > .e-con-inner {
		flex: 0 0 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}

	body.n4c7v2-astra-child.elementor-page .elementor > .e-con:first-child {
		display: flex;
		flex: 0 0 100vw !important;
		width: 100vw !important;
		max-width: 100vw !important;
		margin: 0 !important;
		box-sizing: border-box !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	body.n4c7v2-astra-child.elementor-page .elementor-widget-image,
	body.n4c7v2-astra-child.elementor-page .elementor-widget-image .elementor-widget-container,
	body.n4c7v2-astra-child.elementor-page .elementor-widget-image img {
		width: 100%;
		max-width: 100%;
		height: auto !important;
		object-fit: contain;
	}

	body.n4c7v2-astra-child.elementor-page .elementor-widget-image img {
		display: block;
	}

	body.n4c7v2-astra-child.elementor-page .elementor > .e-con:first-child .elementor-widget-image img {
		display: block;
		flex: 0 0 100vw !important;
		width: 100vw !important;
		max-width: 100vw !important;
		height: calc(100vw * 0.5626667) !important;
		padding: 0 !important;
		margin-right: 0;
		margin-left: 0;
		object-fit: fill !important;
	}

	body.n4c7v2-astra-child.elementor-page .woocommerce,
	body.n4c7v2-astra-child.elementor-page .woocommerce ul.products {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	body.n4c7v2-astra-child.elementor-page .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 10px;
	}

	body.n4c7v2-astra-child.elementor-page .woocommerce ul.products li.product {
		width: auto !important;
		min-width: 0 !important;
	}
}

/*
 * Header icon correction.
 *
 * Keep the complete icon inside its link box. The previous pseudo-elements
 * were positioned against the smaller 22px link and could be clipped.
 */
body.n4c7v2-astra-child .astra-child-account-link,
body.n4c7v2-astra-child .astra-child-cart-link {
	width: 30px;
	height: 30px;
	min-width: 30px;
	flex: 0 0 30px;
	overflow: visible;
}

body.n4c7v2-astra-child .astra-child-account-icon {
	position: relative;
	width: 24px;
	height: 26px;
	border: 0;
	border-radius: 0;
}

body.n4c7v2-astra-child .astra-child-account-icon::before {
	position: absolute;
	top: 1px;
	left: 7px;
	width: 10px;
	height: 10px;
	border: 1.5px solid currentColor;
	border-radius: 50%;
	content: "";
}

body.n4c7v2-astra-child .astra-child-account-icon::after {
	position: absolute;
	right: 1px;
	bottom: 1px;
	left: 1px;
	width: auto;
	height: 11px;
	border: 1.5px solid currentColor;
	border-bottom: 0;
	border-radius: 12px 12px 0 0;
	content: "";
}

body.n4c7v2-astra-child .astra-child-cart-icon {
	position: relative;
	width: 24px;
	height: 25px;
	border: 0;
	border-radius: 0;
	transform: none;
}

body.n4c7v2-astra-child .astra-child-cart-icon::before {
	position: absolute;
	top: 7px;
	left: 5px;
	width: 17px;
	height: 10px;
	border: 1.5px solid currentColor;
	border-top: 0;
	content: "";
	transform: skew(-8deg);
}

body.n4c7v2-astra-child .astra-child-cart-icon::after {
	position: absolute;
	bottom: 1px;
	left: 7px;
	width: 15px;
	height: 5px;
	border: 0;
	border-radius: 0;
	background:
		radial-gradient(circle at 2px 2px, currentColor 0 1.5px, transparent 1.7px),
		radial-gradient(circle at 13px 2px, currentColor 0 1.5px, transparent 1.7px);
	content: "";
}

body.n4c7v2-astra-child .astra-child-cart-link::before {
	position: absolute;
	top: 4px;
	left: 1px;
	width: 7px;
	height: 1.5px;
	background: currentColor;
	content: "";
	transform: rotate(68deg);
	transform-origin: right center;
}

body.n4c7v2-astra-child .astra-child-cart-count {
	top: -1px;
	right: -1px;
	width: 16px;
	height: 16px;
	font-size: 10px;
	line-height: 16px;
}

body.n4c7v2-astra-child .astra-child-mobile-actions {
	display: none;
}

@media (max-width: 420px) {
	body.n4c7v2-astra-child .astra-child-search-form {
		display: flex !important;
		position: static;
		width: 30px !important;
		height: 30px;
	}

	body.n4c7v2-astra-child .astra-child-search-form input[type="search"] {
		display: none !important;
	}

	body.n4c7v2-astra-child .astra-child-search-form button {
		display: block;
		width: 30px;
		height: 30px;
		min-height: 30px;
		flex: 0 0 30px;
	}

	body.n4c7v2-astra-child .astra-child-cart-link {
		display: inline-flex !important;
		width: 30px !important;
		height: 30px;
		min-width: 30px;
	}

	body.n4c7v2-astra-child .astra-child-cart-link .astra-child-cart-icon {
		display: block !important;
	}
}

@media (max-width: 920px) {
	body.n4c7v2-astra-child .astra-child-header-inner {
		position: relative;
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		min-height: 58px;
		padding-right: 0;
		padding-left: 0;
	}

	body.n4c7v2-astra-child .astra-child-menu-toggle {
		position: relative;
		z-index: 2;
		display: inline-flex !important;
		flex: 0 0 30px;
		width: 30px;
		min-width: 30px;
		height: 30px;
	}

	body.n4c7v2-astra-child .astra-child-brand {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		flex: 0 0 auto;
		margin: 0;
		transform: translate(-50%, -50%);
	}

	body.n4c7v2-astra-child .astra-child-header-actions {
		position: absolute !important;
		top: 50%;
		right: 0;
		z-index: 2;
		display: flex !important;
		align-items: center;
		width: auto !important;
		min-width: 0 !important;
		margin: 0;
		gap: 8px;
		visibility: visible !important;
		opacity: 1 !important;
		transform: translateY(-50%);
	}

	body.n4c7v2-astra-child .astra-child-search-form,
	body.n4c7v2-astra-child .astra-child-cart-link {
		display: inline-flex !important;
		position: relative;
		flex: 0 0 30px;
		width: 30px !important;
		min-width: 30px;
		height: 30px;
		visibility: visible !important;
		opacity: 1 !important;
	}

	body.n4c7v2-astra-child .astra-child-search-form input[type="search"] {
		display: none !important;
	}

	body.n4c7v2-astra-child .astra-child-search-form button {
		position: relative;
		width: 30px;
		height: 30px;
		min-height: 30px;
		flex: 0 0 30px;
	}

	body.n4c7v2-astra-child .astra-child-search-form button::before {
		position: absolute;
		top: 5px;
		left: 5px;
		width: 12px;
		height: 12px;
		border: 1.5px solid currentColor;
		border-radius: 50%;
		content: "" !important;
	}

	body.n4c7v2-astra-child .astra-child-search-form button::after {
		position: absolute;
		top: 17px;
		left: 17px;
		width: 7px;
		height: 1.5px;
		background: currentColor;
		content: "" !important;
		transform: rotate(45deg);
		transform-origin: left center;
	}

	body.n4c7v2-astra-child .astra-child-cart-icon {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	body.n4c7v2-astra-child .astra-child-mobile-actions {
		position: absolute !important;
		top: 50%;
		right: 0;
		z-index: 5;
		display: flex !important;
		align-items: center;
		gap: 8px;
		width: auto !important;
		min-width: 0 !important;
		margin: 0;
		transform: translateY(-50%);
		visibility: visible !important;
		opacity: 1 !important;
	}

	body.n4c7v2-astra-child .astra-child-mobile-actions .astra-child-search-form,
	body.n4c7v2-astra-child .astra-child-mobile-actions .astra-child-cart-link {
		display: inline-flex !important;
		position: relative;
		width: 30px !important;
		min-width: 30px;
		height: 30px;
		flex: 0 0 30px;
		visibility: visible !important;
		opacity: 1 !important;
	}

	body.n4c7v2-astra-child .astra-child-mobile-actions .astra-child-search-form input[type="search"] {
		display: none !important;
	}

	body.n4c7v2-astra-child .astra-child-mobile-actions .astra-child-search-form button {
		position: relative;
		display: block;
		width: 30px;
		height: 30px;
		min-height: 30px;
		flex: 0 0 30px;
	}

	body.n4c7v2-astra-child .astra-child-mobile-actions .astra-child-cart-icon {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
}
