:root {
	--nb-bg: #eef6ff;
	--nb-surface: #f8fcff;
	--nb-surface-strong: #ffffff;
	--nb-text: #10233f;
	--nb-muted: #60718d;
	--nb-primary: #0868d9;
	--nb-primary-dark: #064ea5;
	--nb-primary-soft: #dceeff;
	--nb-border: #d9e8f7;
	--nb-success: #0f8a65;
	--nb-danger: #c83838;
	--nb-radius: 8px;
	--nb-shadow: 8px 8px 18px rgba(28, 84, 140, 0.12), -8px -8px 18px rgba(255, 255, 255, 0.8);
	--nb-shadow-soft: 4px 4px 12px rgba(28, 84, 140, 0.1), -4px -4px 12px rgba(255, 255, 255, 0.72);
	--nb-inner: inset 3px 3px 8px rgba(28, 84, 140, 0.1), inset -3px -3px 8px rgba(255, 255, 255, 0.85);
}

/* v3.0 final interaction layer */
.mobile-menu-backdrop {
	display: none;
}

.account-popup {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	display: none;
	place-items: center;
	padding: 18px;
	background: rgba(11, 27, 61, 0.44);
}

.account-popup.is-open {
	display: grid;
}

.account-popup-panel {
	position: relative;
	width: min(100%, 430px);
	max-height: 90vh;
	overflow-y: auto;
	padding: 26px;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 28px 80px rgba(11,27,61,0.28);
}

.account-popup-close,
.shop-filter-close,
.shop-filter-toggle {
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid #dce8fb;
	border-radius: 14px;
	background: #fff;
	color: #1262ff;
	font-weight: 900;
}

.account-popup-close {
	position: absolute;
	top: 14px;
	right: 14px;
}

.shop-filter-toggle,
.shop-filter-close {
	display: none;
}

.shop-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shop-sidebar li a {
	display: block;
	padding: 8px 4px;
	color: #0b1b3d;
	font-size: 13px;
	font-weight: 750;
}

@media (max-width: 900px) {
	body {
		padding-top: 132px !important;
	}

	.byteshop-header {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 10000 !important;
	}

	.admin-bar .byteshop-header {
		top: 46px !important;
	}

	.mobile-menu-backdrop {
		position: fixed !important;
		inset: 0 !important;
		z-index: 2147483645 !important;
		display: block !important;
		border: 0 !important;
		background: rgba(11, 27, 61, 0.48) !important;
	}

	.primary-navigation.mobile-drawer.is-open {
		position: fixed !important;
		z-index: 2147483647 !important;
		inset: 0 auto 0 0 !important;
		width: min(82vw, 350px) !important;
		height: 100dvh !important;
		display: block !important;
		padding: 78px 16px 24px !important;
		background: #fff !important;
		border-radius: 0 24px 24px 0 !important;
		box-shadow: 30px 0 90px rgba(11, 27, 61, 0.36) !important;
		overflow-y: auto !important;
		animation: byteshopDrawer 200ms ease-out !important;
	}

	@keyframes byteshopDrawer {
		from { transform: translateX(-100%); }
		to { transform: translateX(0); }
	}

	.primary-navigation.mobile-drawer.is-open::after {
		display: none !important;
	}

	.shop-main .shop-shell {
		display: block !important;
		width: min(100% - 18px, 540px) !important;
	}

	.shop-filter-toggle {
		display: inline-flex !important;
		align-items: center;
		margin-bottom: 12px;
	}

	.shop-sidebar {
		position: fixed !important;
		z-index: 2147483000 !important;
		top: 0 !important;
		left: 0 !important;
		bottom: 0 !important;
		width: min(84vw, 340px) !important;
		display: block !important;
		padding: 68px 14px 24px !important;
		background: #f8fbff !important;
		transform: translateX(-105%) !important;
		transition: transform 180ms ease !important;
		overflow-y: auto !important;
	}

	.shop-sidebar.is-open {
		transform: translateX(0) !important;
	}

	.shop-filter-close {
		position: absolute;
		top: 14px;
		right: 14px;
		display: inline-flex !important;
		align-items: center;
	}
}

/* v2.8 builder controls and mobile menu overlay fix */
.hero-slider {
	display: flex;
	gap: 18px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}

.hero-slider .store-hero {
	flex: 0 0 100%;
	scroll-snap-align: start;
}

.deal-countdown {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	border-radius: 999px;
	background: #fff;
	color: #d33b3b;
	font-size: 13px;
	font-weight: 900;
	box-shadow: 7px 7px 16px rgba(28, 84, 140, 0.08), -7px -7px 16px rgba(255,255,255,0.9);
}

@media (max-width: 900px) {
	.byteshop-header,
	.header-primary-row,
	.header-secondary-row {
		z-index: 1000 !important;
	}

	.header-secondary-row .primary-navigation.is-open {
		position: fixed !important;
		z-index: 2147483000 !important;
		top: 0 !important;
		left: 0 !important;
		bottom: 0 !important;
		right: auto !important;
		width: min(78vw, 340px) !important;
		height: 100dvh !important;
		padding: 76px 14px 24px !important;
		background: #fff !important;
		border-radius: 0 24px 24px 0 !important;
		box-shadow: 30px 0 80px rgba(11, 27, 61, 0.28) !important;
		overflow-y: auto !important;
	}

	.header-secondary-row .primary-navigation.is-open::after {
		content: "";
		position: fixed;
		inset: 0;
		z-index: -1;
		background: rgba(11, 27, 61, 0.34);
	}

	.header-secondary-row .primary-navigation.is-open::before {
		z-index: 2 !important;
	}

	.mobile-menu-close {
		z-index: 3 !important;
	}

	.header-secondary-row .primary-navigation.is-open > ul {
		position: relative !important;
		z-index: 2 !important;
	}

	.hero-slider {
		gap: 12px;
	}

	.deal-countdown {
		order: 3;
		width: 100%;
		justify-content: center;
		margin-top: 6px;
		font-size: 11px;
	}
}

.section-view-slider ul.products {
	display: flex !important;
	flex-wrap: nowrap !important;
	overflow-x: auto !important;
	gap: 16px !important;
	scroll-snap-type: x mandatory !important;
	-webkit-overflow-scrolling: touch !important;
}

.section-view-slider ul.products li.product {
	flex: 0 0 min(240px, 72vw) !important;
	width: min(240px, 72vw) !important;
	scroll-snap-align: start !important;
}

.primary-navigation.mobile-drawer.is-open {
	position: fixed !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	width: min(78vw, 340px) !important;
	height: 100dvh !important;
	display: block !important;
	padding: 76px 14px 24px !important;
	background: #fff !important;
	border-radius: 0 24px 24px 0 !important;
	box-shadow: 30px 0 80px rgba(11, 27, 61, 0.34) !important;
	overflow-y: auto !important;
}

.mobile-menu-open::before {
	content: "" !important;
	position: fixed !important;
	inset: 0 !important;
	z-index: 2147483646 !important;
	background: rgba(11, 27, 61, 0.38) !important;
}

/* v2.7 hard mobile layout reset: app-like compact storefront */
@media (max-width: 900px) {
	html,
	body {
		max-width: 100% !important;
		overflow-x: hidden !important;
	}

	.storefront-main {
		width: min(100% - 18px, 430px) !important;
		padding: 12px 0 84px !important;
	}

	.store-section {
		margin-top: 18px !important;
		padding: 0 !important;
		overflow: visible !important;
	}

	.section-heading {
		margin-bottom: 10px !important;
		align-items: center !important;
	}

	.section-heading h2 {
		font-size: 21px !important;
		line-height: 1.15 !important;
	}

	.section-heading a {
		font-size: 12px !important;
	}

	.store-benefits {
		display: flex !important;
		grid-template-columns: none !important;
		gap: 10px !important;
		overflow-x: auto !important;
		margin-top: 14px !important;
		padding: 10px !important;
		border-radius: 18px !important;
		scroll-snap-type: x mandatory !important;
		-webkit-overflow-scrolling: touch !important;
	}

	.store-benefits div {
		flex: 0 0 126px !important;
		min-width: 126px !important;
		height: 82px !important;
		display: grid !important;
		grid-template-columns: 34px minmax(0, 1fr) !important;
		grid-template-rows: auto auto !important;
		column-gap: 8px !important;
		align-items: center !important;
		padding: 9px !important;
		border: 0 !important;
		border-radius: 16px !important;
		background: #fff !important;
		box-shadow: 7px 7px 16px rgba(28, 84, 140, 0.08), -7px -7px 16px rgba(255,255,255,0.9) !important;
		scroll-snap-align: start !important;
	}

	.store-benefits span {
		grid-row: 1 / 3 !important;
		width: 32px !important;
		height: 32px !important;
		font-size: 9px !important;
	}

	.store-benefits strong {
		font-size: 10px !important;
		line-height: 1.15 !important;
		white-space: normal !important;
	}

	.store-benefits small {
		font-size: 9px !important;
		line-height: 1.2 !important;
	}

	.store-section:first-of-type .woocommerce ul.products,
	.store-section:first-of-type ul.products {
		display: flex !important;
		flex-wrap: nowrap !important;
		grid-template-columns: none !important;
		gap: 12px !important;
		overflow-x: auto !important;
		width: 100% !important;
		padding: 4px 2px 12px !important;
		margin: 0 !important;
		scroll-snap-type: x mandatory !important;
		-webkit-overflow-scrolling: touch !important;
	}

	.store-section:first-of-type ul.products::before,
	.store-section:first-of-type ul.products::after {
		display: none !important;
		content: none !important;
	}

	.store-section:first-of-type ul.products li.product,
	.store-section:first-of-type ul.products li.product-category {
		flex: 0 0 78px !important;
		width: 78px !important;
		max-width: 78px !important;
		min-height: 98px !important;
		height: 98px !important;
		float: none !important;
		margin: 0 !important;
		padding: 6px !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		scroll-snap-align: start !important;
	}

	.store-section:first-of-type ul.products li.product a,
	.store-section:first-of-type ul.products li.product-category a {
		display: grid !important;
		justify-items: center !important;
		align-content: start !important;
		gap: 6px !important;
		height: 100% !important;
		color: #0b1b3d !important;
	}

	.store-section:first-of-type ul.products li.product img,
	.store-section:first-of-type ul.products li.product-category img {
		width: 58px !important;
		height: 58px !important;
		min-width: 58px !important;
		max-width: 58px !important;
		padding: 0 !important;
		margin: 0 !important;
		border-radius: 999px !important;
		object-fit: cover !important;
		background: #fff !important;
		box-shadow: inset 5px 5px 10px rgba(28, 84, 140, 0.08), inset -5px -5px 10px #fff, 0 8px 16px rgba(28,84,140,0.08) !important;
	}

	.store-section:first-of-type .woocommerce-loop-category__title {
		min-height: 0 !important;
		max-height: 28px !important;
		overflow: hidden !important;
		padding: 0 !important;
		margin: 0 !important;
		font-size: 10px !important;
		line-height: 1.2 !important;
		text-align: center !important;
	}

	.store-section:not(:first-of-type) .woocommerce ul.products,
	.store-section:not(:first-of-type) ul.products,
	.shop-main .woocommerce ul.products {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 6px 0 0 !important;
	}

	.store-section:not(:first-of-type) ul.products::before,
	.store-section:not(:first-of-type) ul.products::after,
	.shop-main ul.products::before,
	.shop-main ul.products::after {
		display: none !important;
		content: none !important;
	}

	.store-section:not(:first-of-type) ul.products li.product,
	.shop-main ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		min-height: 230px !important;
		height: auto !important;
		float: none !important;
		margin: 0 !important;
		padding: 9px !important;
		border-radius: 18px !important;
		display: flex !important;
		flex-direction: column !important;
		overflow: hidden !important;
	}

	.store-section:not(:first-of-type) ul.products li.product a.woocommerce-LoopProduct-link,
	.shop-main ul.products li.product a.woocommerce-LoopProduct-link {
		display: block !important;
		min-width: 0 !important;
	}

	.store-section:not(:first-of-type) ul.products li.product a img,
	.shop-main ul.products li.product a img,
	.woocommerce-page ul.products li.product a img {
		width: 100% !important;
		height: 104px !important;
		aspect-ratio: auto !important;
		object-fit: contain !important;
		padding: 7px !important;
		margin: 0 0 8px !important;
		border-radius: 14px !important;
	}

	.store-section:not(:first-of-type) ul.products li.product .woocommerce-loop-product__title,
	.shop-main ul.products li.product .woocommerce-loop-product__title,
	.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
		min-height: 32px !important;
		max-height: 32px !important;
		overflow: hidden !important;
		margin: 0 0 6px !important;
		font-size: 11px !important;
		line-height: 1.25 !important;
		word-break: normal !important;
		overflow-wrap: anywhere !important;
	}

	.store-section:not(:first-of-type) ul.products li.product .price,
	.shop-main ul.products li.product .price,
	.woocommerce-page ul.products li.product .price {
		margin: auto 0 8px !important;
		font-size: 12px !important;
		line-height: 1.25 !important;
	}

	.store-section:not(:first-of-type) ul.products li.product .button,
	.shop-main ul.products li.product .button,
	.woocommerce-page ul.products li.product .button {
		width: 32px !important;
		min-width: 32px !important;
		height: 32px !important;
		min-height: 32px !important;
		margin-top: auto !important;
	}

	.onsale,
	.woocommerce span.onsale {
		top: 7px !important;
		right: 7px !important;
		left: auto !important;
		padding: 5px 9px !important;
		font-size: 10px !important;
	}
}

/* v3.0 final winning interaction rules */
@media (max-width: 900px) {
	body {
		padding-top: 132px !important;
	}

	.byteshop-header {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 10000 !important;
	}

	.admin-bar .byteshop-header {
		top: 46px !important;
	}

	.mobile-menu-backdrop {
		position: fixed !important;
		inset: 0 !important;
		z-index: 2147483645 !important;
		display: block !important;
		border: 0 !important;
		background: rgba(11, 27, 61, 0.48) !important;
	}

	.primary-navigation.mobile-drawer.is-open {
		position: fixed !important;
		z-index: 2147483647 !important;
		inset: 0 auto 0 0 !important;
		width: min(82vw, 350px) !important;
		height: 100dvh !important;
		display: block !important;
		padding: 78px 16px 24px !important;
		background: #fff !important;
		border-radius: 0 24px 24px 0 !important;
		box-shadow: 30px 0 90px rgba(11, 27, 61, 0.36) !important;
		overflow-y: auto !important;
		animation: byteshopDrawerFinal 200ms ease-out !important;
	}

	@keyframes byteshopDrawerFinal {
		from { transform: translateX(-100%); }
		to { transform: translateX(0); }
	}

	.primary-navigation.mobile-drawer.is-open::after {
		display: none !important;
	}

	.shop-main .shop-shell {
		display: block !important;
		width: min(100% - 18px, 540px) !important;
	}

	.shop-filter-toggle {
		display: inline-flex !important;
		align-items: center !important;
		margin-bottom: 12px !important;
	}

	.shop-sidebar {
		position: fixed !important;
		z-index: 2147483000 !important;
		top: 0 !important;
		left: 0 !important;
		bottom: 0 !important;
		width: min(84vw, 340px) !important;
		display: block !important;
		padding: 68px 14px 24px !important;
		background: #f8fbff !important;
		transform: translateX(-105%) !important;
		transition: transform 180ms ease !important;
		overflow-y: auto !important;
	}

	.shop-sidebar.is-open {
		transform: translateX(0) !important;
	}

	.shop-filter-close {
		position: absolute !important;
		top: 14px !important;
		right: 14px !important;
		display: inline-flex !important;
		align-items: center !important;
	}
}

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

body {
	margin: 0;
	background: var(--nb-bg);
	color: var(--nb-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.55;
	text-rendering: optimizeLegibility;
}

a {
	color: var(--nb-primary);
	text-decoration: none;
}

a:hover {
	color: var(--nb-primary-dark);
}

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

button,
input,
select,
textarea {
	font: inherit;
}

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

.skip-link:focus {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 1000;
	width: auto;
	height: auto;
	clip: auto;
	padding: 10px 14px;
	background: var(--nb-primary);
	color: #fff;
	border-radius: var(--nb-radius);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(238, 246, 255, 0.92);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(217, 232, 247, 0.8);
}

.header-inner,
.footer-inner,
.content-main,
.shop-shell {
	width: min(100% - 32px, 1440px);
	margin-inline: auto;
}

.header-inner {
	min-height: 78px;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
}

.site-branding {
	min-width: 0;
}

.site-title {
	display: inline-flex;
	color: var(--nb-text);
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0;
}

.custom-logo-link img {
	max-height: 56px;
	width: auto;
}

.primary-navigation ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-navigation a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 8px 12px;
	border-radius: var(--nb-radius);
	color: var(--nb-text);
	font-weight: 650;
}

.primary-navigation a:hover,
.primary-navigation .current-menu-item > a {
	background: var(--nb-primary-soft);
	color: var(--nb-primary-dark);
}

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

.header-search {
	width: min(360px, 34vw);
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px;
	align-items: center;
	background: var(--nb-surface);
	border: 1px solid var(--nb-border);
	border-radius: var(--nb-radius);
	box-shadow: var(--nb-inner);
	overflow: hidden;
}

.header-search input[type="search"] {
	min-width: 0;
	height: 44px;
	padding: 0 14px;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--nb-text);
}

.header-search button,
.cart-link,
.icon-action,
.menu-toggle,
.button,
button.button,
input[type="submit"],
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wp-element-button {
	min-height: 44px;
	border: 0;
	border-radius: var(--nb-radius);
	background: var(--nb-primary);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
	box-shadow: var(--nb-shadow-soft);
	transition: transform 120ms ease, background 120ms ease, box-shadow 120ms ease;
}

.header-search button:hover,
.cart-link:hover,
.icon-action:hover,
.button:hover,
button.button:hover,
input[type="submit"]:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.wp-element-button:hover {
	background: var(--nb-primary-dark);
	color: #fff;
	transform: translateY(-1px);
}

.cart-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 14px;
	white-space: nowrap;
}

.icon-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 14px;
	background: var(--nb-surface);
	color: var(--nb-text);
	border: 1px solid var(--nb-border);
	white-space: nowrap;
}

.icon-action:hover {
	color: #fff;
	border-color: var(--nb-primary-dark);
}

.icon-action-symbol {
	display: inline-grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: var(--nb-primary-soft);
	color: var(--nb-primary-dark);
	font-size: 11px;
	font-weight: 900;
}

.cart-count {
	display: inline-grid;
	place-items: center;
	min-width: 24px;
	height: 24px;
	padding: 0 6px;
	border-radius: 999px;
	background: #fff;
	color: var(--nb-primary);
	font-size: 13px;
	font-weight: 900;
}

.menu-toggle {
	display: none;
	width: 44px;
	padding: 0;
	background: var(--nb-surface);
	border: 1px solid var(--nb-border);
}

.menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 20px;
	height: 2px;
	margin: 4px auto;
	background: var(--nb-primary);
	border-radius: 2px;
}

.content-main {
	padding: 34px 0 56px;
}

.storefront-main {
	width: min(100% - 32px, 1440px);
	margin-inline: auto;
	padding: 28px 0 64px;
}

.store-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	gap: 24px;
	align-items: stretch;
	min-height: 360px;
	margin-bottom: 28px;
}

.store-hero-copy,
.store-hero-panel,
.store-section {
	background: var(--nb-surface);
	border: 1px solid var(--nb-border);
	border-radius: var(--nb-radius);
	box-shadow: var(--nb-shadow);
}

.store-hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(24px, 5vw, 58px);
}

.store-kicker {
	width: fit-content;
	margin: 0 0 12px;
	padding: 7px 11px;
	border-radius: 999px;
	background: var(--nb-primary-soft);
	color: var(--nb-primary-dark);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

.store-hero h1 {
	max-width: 820px;
	margin: 0;
	font-size: clamp(36px, 6vw, 70px);
	line-height: 1.02;
	letter-spacing: 0;
	color: var(--nb-text);
}

.store-hero p {
	max-width: 680px;
	margin: 18px 0 0;
	color: var(--nb-muted);
	font-size: 18px;
}

.store-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.store-hero-actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
}

.secondary-button {
	background: var(--nb-surface-strong);
	color: var(--nb-primary-dark);
	border: 1px solid var(--nb-border);
}

.store-hero-panel {
	display: grid;
	gap: 14px;
	padding: clamp(18px, 3vw, 30px);
}

.store-hero-panel div {
	display: grid;
	align-content: center;
	min-height: 94px;
	padding: 18px;
	border-radius: var(--nb-radius);
	background: var(--nb-surface-strong);
	box-shadow: var(--nb-inner);
}

.store-hero-panel strong {
	color: var(--nb-primary-dark);
	font-size: 38px;
	line-height: 1;
}

.store-hero-panel span {
	color: var(--nb-muted);
	font-weight: 750;
}

.store-section {
	margin-top: 24px;
	padding: clamp(16px, 3vw, 28px);
}

.section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.section-heading h2 {
	margin: 0;
	font-size: clamp(22px, 3vw, 32px);
	line-height: 1.15;
}

.section-heading a {
	font-weight: 900;
	white-space: nowrap;
}

.woocommerce ul.products li.product-category a img {
	aspect-ratio: 4 / 3;
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 42px;
	margin: 0;
	padding: 0;
	color: var(--nb-text);
	font-size: 15px;
	line-height: 1.25;
}

.woocommerce ul.products li.product-category mark.count {
	padding: 3px 8px;
	border-radius: 999px;
	background: var(--nb-primary-soft);
	color: var(--nb-primary-dark);
	font-size: 12px;
}

.content-card,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
	background: var(--nb-surface);
	border: 1px solid var(--nb-border);
	border-radius: var(--nb-radius);
	box-shadow: var(--nb-shadow);
	padding: clamp(20px, 3vw, 36px);
}

.woocommerce-cart .content-card,
.woocommerce-checkout .content-card {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.entry-title,
.archive-header h1,
.woocommerce-products-header__title,
.product_title {
	margin: 0 0 18px;
	color: var(--nb-text);
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.08;
	letter-spacing: 0;
}

.shop-main {
	padding: 28px 0 56px;
}

.shop-shell {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.shop-sidebar {
	position: sticky;
	top: 100px;
	display: grid;
	gap: 16px;
}

.shop-filter-widget {
	background: var(--nb-surface);
	border: 1px solid var(--nb-border);
	border-radius: var(--nb-radius);
	box-shadow: var(--nb-shadow-soft);
	padding: 18px;
}

.widget-title {
	margin: 0 0 12px;
	font-size: 16px;
}

.shop-content {
	min-width: 0;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin: 0 0 18px;
}

.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
	width: 100%;
	min-height: 46px;
	border: 1px solid var(--nb-border);
	border-radius: var(--nb-radius);
	background: var(--nb-surface-strong);
	color: var(--nb-text);
	box-shadow: var(--nb-inner);
	padding: 10px 12px;
}

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

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
	padding: 12px;
	background: var(--nb-surface);
	border: 1px solid var(--nb-border);
	border-radius: var(--nb-radius);
	box-shadow: var(--nb-shadow-soft);
	transition: transform 140ms ease, box-shadow 140ms ease;
}

.woocommerce ul.products li.product:hover {
	transform: translateY(-2px);
	box-shadow: 10px 10px 22px rgba(28, 84, 140, 0.16), -8px -8px 18px rgba(255, 255, 255, 0.78);
}

.woocommerce ul.products li.product a img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: var(--nb-radius);
	background: var(--nb-primary-soft);
	margin: 0 0 12px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 44px;
	margin: 0 0 8px;
	padding: 0;
	color: var(--nb-text);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
}

.woocommerce ul.products li.product .price {
	display: block;
	margin: 0 0 12px;
	color: var(--nb-primary-dark);
	font-size: 16px;
	font-weight: 900;
}

.woocommerce ul.products li.product .button {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0 12px;
	font-size: 14px;
}

.onsale,
.woocommerce span.onsale {
	min-width: auto;
	min-height: auto;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--nb-danger);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
	gap: 34px;
	align-items: start;
	background: var(--nb-surface);
	border: 1px solid var(--nb-border);
	border-radius: var(--nb-radius);
	box-shadow: var(--nb-shadow);
	padding: clamp(16px, 3vw, 32px);
}

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

.woocommerce div.product div.images img {
	border-radius: var(--nb-radius);
	background: var(--nb-primary-soft);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--nb-primary-dark);
	font-size: 26px;
	font-weight: 900;
}

.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 22px;
}

.woocommerce .quantity .qty {
	width: 82px;
	min-height: 46px;
	border: 1px solid var(--nb-border);
	border-radius: var(--nb-radius);
	background: var(--nb-surface-strong);
	box-shadow: var(--nb-inner);
}

.woocommerce div.product .woocommerce-tabs {
	grid-column: 1 / -1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 20px 0 14px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid var(--nb-border);
	border-radius: var(--nb-radius);
	background: var(--nb-surface-strong);
	box-shadow: var(--nb-shadow-soft);
	margin: 0;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 10px 14px;
	color: var(--nb-text);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: var(--nb-primary);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fff;
}

.woocommerce table.shop_table {
	border: 1px solid var(--nb-border);
	border-radius: var(--nb-radius);
	background: var(--nb-surface);
	overflow: hidden;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-top: 1px solid var(--nb-border);
	padding: 14px;
}

.woocommerce table.shop_table thead th {
	background: var(--nb-primary-soft);
	color: var(--nb-text);
}

.woocommerce-cart-form,
.cart-collaterals .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields {
	background: var(--nb-surface-strong);
	border: 1px solid var(--nb-border);
	border-radius: var(--nb-radius);
	box-shadow: var(--nb-shadow-soft);
	padding: clamp(16px, 2vw, 24px);
}

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

.woocommerce-checkout form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 420px;
	gap: 24px;
	align-items: start;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
	grid-column: 2;
}

.woocommerce-checkout .col2-set {
	grid-column: 1;
	width: 100%;
	float: none;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
	width: 100%;
	float: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-top: 0;
	border-radius: var(--nb-radius);
	background: var(--nb-surface-strong);
	box-shadow: var(--nb-shadow-soft);
	color: var(--nb-text);
}

.woocommerce-message {
	border-left: 4px solid var(--nb-success);
}

.woocommerce-info {
	border-left: 4px solid var(--nb-primary);
}

.woocommerce-error {
	border-left: 4px solid var(--nb-danger);
}

.site-footer {
	background: #dceeff;
	border-top: 1px solid var(--nb-border);
}

.footer-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	padding: 30px 0;
	color: var(--nb-muted);
}

.footer-inner strong {
	color: var(--nb-text);
}

.footer-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

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

	.shop-shell {
		grid-template-columns: 240px minmax(0, 1fr);
	}
}

@media (max-width: 900px) {
	.header-inner {
		grid-template-columns: auto auto;
	}

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

	.primary-navigation {
		display: none;
		grid-column: 1 / -1;
	}

	.primary-navigation.is-open {
		display: block;
	}

	.primary-navigation ul {
		display: grid;
		justify-content: stretch;
		background: var(--nb-surface);
		border: 1px solid var(--nb-border);
		border-radius: var(--nb-radius);
		box-shadow: var(--nb-shadow-soft);
		padding: 10px;
	}

	.header-actions {
		grid-column: 1 / -1;
	}

	.header-search {
		width: 100%;
	}

	.shop-shell,
	.store-hero,
	.woocommerce div.product,
	.woocommerce-checkout form.checkout {
		grid-template-columns: 1fr;
	}

	.shop-sidebar {
		position: static;
	}

	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review,
	.woocommerce-checkout .col2-set {
		grid-column: auto;
	}
}

/* v2.6 mobile app polish and non-sticky product summary */
.woocommerce div.product .summary,
.woocommerce div.product div.summary {
	position: static !important;
	top: auto !important;
}

.woocommerce-checkout #order_review,
.woocommerce-cart .cart-collaterals .cart_totals {
	position: static !important;
	top: auto !important;
}

@media (max-width: 900px) {
	.byteshop-header {
		z-index: 9000 !important;
	}

	.header-primary-row {
		position: relative !important;
		z-index: 9001 !important;
	}

	.menu-toggle[aria-expanded="true"] span:nth-child(1) {
		transform: translateY(6px) rotate(45deg) !important;
	}

	.menu-toggle[aria-expanded="true"] span:nth-child(2) {
		opacity: 0 !important;
	}

	.menu-toggle[aria-expanded="true"] span:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg) !important;
	}

	.header-secondary-row .primary-navigation.is-open {
		width: min(72vw, 330px) !important;
		padding: 74px 14px 22px !important;
		border-radius: 0 22px 22px 0 !important;
		transform: translateX(0) !important;
		animation: byteshopSlideIn 180ms ease-out !important;
	}

	@keyframes byteshopSlideIn {
		from { transform: translateX(-100%); }
		to { transform: translateX(0); }
	}

	.mobile-menu-close {
		position: absolute;
		top: 18px;
		right: 14px;
		width: 40px;
		height: 40px;
		border: 0;
		border-radius: 14px;
		background: #eef5ff;
		box-shadow: inset 5px 5px 10px rgba(28,84,140,0.08), inset -5px -5px 10px #fff;
	}

	.mobile-menu-close span {
		position: absolute;
		left: 11px;
		top: 19px;
		width: 18px;
		height: 2px;
		background: #1262ff;
		border-radius: 2px;
	}

	.mobile-menu-close span:first-child {
		transform: rotate(45deg);
	}

	.mobile-menu-close span:last-child {
		transform: rotate(-45deg);
	}

	.header-search {
		z-index: 10000 !important;
	}

	.search-suggestions {
		position: fixed !important;
		top: 126px !important;
		left: 12px !important;
		right: 12px !important;
		max-height: min(58vh, 420px) !important;
		z-index: 20000 !important;
	}

	.store-section:first-of-type {
		overflow: hidden !important;
	}

	.store-section:first-of-type ul.products {
		display: flex !important;
		grid-template-columns: none !important;
		gap: 14px !important;
		overflow-x: auto !important;
		scroll-snap-type: x mandatory !important;
		padding: 8px 2px 14px !important;
	}

	.store-section:first-of-type ul.products li.product-category,
	.store-section:first-of-type ul.products li.product-category.product {
		flex: 0 0 86px !important;
		width: 86px !important;
		min-height: auto !important;
		padding: 8px !important;
		box-shadow: none !important;
		background: transparent !important;
		border: 0 !important;
		scroll-snap-align: start !important;
	}

	.store-section:first-of-type .product-category img {
		width: 64px !important;
		height: 64px !important;
		padding: 0 !important;
		margin-bottom: 6px !important;
		border-radius: 999px !important;
	}

	.store-section:first-of-type .woocommerce-loop-category__title {
		font-size: 10px !important;
		line-height: 1.2 !important;
		max-height: 24px !important;
		overflow: hidden !important;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		min-height: 238px !important;
		padding: 9px !important;
	}

	.woocommerce ul.products li.product a img {
		height: 118px !important;
		aspect-ratio: auto !important;
		padding: 7px !important;
		object-fit: contain !important;
		margin-bottom: 8px !important;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: 34px !important;
		max-height: 34px !important;
		overflow: hidden !important;
		font-size: 11px !important;
		line-height: 1.25 !important;
	}

	.woocommerce ul.products li.product .price {
		margin-bottom: 8px !important;
		font-size: 12px !important;
	}

	.woocommerce ul.products li.product .button {
		width: 32px !important;
		min-width: 32px !important;
		height: 32px !important;
		min-height: 32px !important;
	}
}

/* v2.5 global search, shop grid, product detail controls */
.header-search,
.header-primary-row .header-search {
	overflow: visible !important;
}

.search-suggestion-item strong {
	max-width: 100% !important;
	font-size: 13px !important;
	line-height: 1.25 !important;
	white-space: nowrap !important;
}

.search-suggestion-item small {
	color: #1262ff !important;
	font-size: 12px !important;
	font-weight: 900 !important;
}

.shop-main .shop-content {
	display: block !important;
}

.woocommerce .woocommerce-ordering {
	float: right !important;
}

.woocommerce .woocommerce-result-count {
	float: left !important;
}

.woocommerce ul.products {
	clear: both !important;
	padding-top: 10px !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	display: flex !important;
	flex-direction: column !important;
	min-height: 100% !important;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
	display: block !important;
	flex: 1 1 auto !important;
}

.woocommerce ul.products li.product a img {
	aspect-ratio: 1 / 1 !important;
	object-fit: contain !important;
	padding: 10px !important;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 28px !important;
	text-align: center !important;
}

.woocommerce nav.woocommerce-pagination ul {
	display: inline-flex !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
	border: 0 !important;
	margin: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	min-width: 40px !important;
	min-height: 40px !important;
	display: grid !important;
	place-items: center !important;
	border-radius: 14px !important;
	background: #fff !important;
	border: 1px solid #e4edfb !important;
	box-shadow: 7px 7px 16px rgba(28,84,140,0.09), -7px -7px 16px rgba(255,255,255,0.9) !important;
	color: #1262ff !important;
	font-weight: 900 !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #1262ff !important;
	color: #fff !important;
}

.woocommerce div.product {
	grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.74fr) !important;
	max-width: 1180px !important;
	margin-inline: auto !important;
}

.woocommerce div.product div.images {
	max-width: 640px !important;
}

.woocommerce div.product div.images img {
	max-height: 480px !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
	clear: both !important;
	margin: 14px 0 0 !important;
	padding: 0 !important;
}

.woocommerce div.product div.images .flex-control-thumbs img {
	height: 86px !important;
	object-fit: contain !important;
	padding: 6px !important;
	opacity: 1 !important;
}

.woocommerce div.product .summary {
	top: 98px !important;
}

.description-collapsed {
	position: relative !important;
	max-height: 260px !important;
	overflow: hidden !important;
}

.description-collapsed::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80px;
	background: linear-gradient(transparent, #fff);
}

.description-open {
	max-height: none !important;
	overflow: visible !important;
}

.description-open::after {
	display: none !important;
}

.description-read-more,
.scroll-top-button {
	border: 1px solid #dce8fb;
	border-radius: 14px;
	background: #fff;
	color: #1262ff;
	font-weight: 900;
	box-shadow: 8px 8px 18px rgba(28,84,140,0.10), -8px -8px 18px rgba(255,255,255,0.92);
	cursor: pointer;
}

.description-read-more {
	min-height: 42px;
	padding: 0 18px;
	margin-top: 12px;
}

.scroll-top-button {
	position: fixed;
	right: 18px;
	bottom: 88px;
	z-index: 220;
	display: none;
	min-width: 48px;
	min-height: 48px;
	padding: 0 12px;
}

.scroll-top-button.is-visible {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.hero-custom-image {
	width: 100% !important;
	height: 100% !important;
	max-height: 390px !important;
	object-fit: contain !important;
	padding: 24px !important;
}

@media (max-width: 900px) {
	.woocommerce .woocommerce-ordering,
	.woocommerce .woocommerce-result-count {
		float: none !important;
		width: 100% !important;
	}

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

	.woocommerce div.product {
		max-width: none !important;
	}

	.woocommerce div.product div.images {
		max-width: none !important;
	}

	.woocommerce div.product div.images img {
		max-height: 360px !important;
	}

	.woocommerce div.product div.images .flex-control-thumbs img {
		height: 68px !important;
	}

	.description-collapsed {
		max-height: 220px !important;
	}

	.hero-custom-image {
		max-height: 200px !important;
		padding: 12px !important;
	}
}

/* v2.4 product page and search repair */
.header-search {
	overflow: visible !important;
}

.byteshop-header,
.header-primary-row,
.header-secondary-row,
.header-actions {
	overflow: visible !important;
}

.search-suggestions {
	z-index: 9999 !important;
}

.woocommerce div.product {
	position: relative !important;
	display: grid !important;
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.78fr) !important;
	grid-template-areas:
		"nav nav"
		"gallery summary"
		"tabs tabs" !important;
	align-items: start !important;
	gap: 22px 30px !important;
	background: rgba(255,255,255,0.72) !important;
}

.single-product-nav {
	grid-area: nav !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 12px !important;
	width: 100% !important;
	margin-bottom: 2px !important;
}

.product-nav-left,
.product-nav-right {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
}

.product-nav-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 38px !important;
	padding: 0 13px !important;
	border: 1px solid #dce8fb !important;
	border-radius: 14px !important;
	background: #fff !important;
	color: #1262ff !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	box-shadow: 8px 8px 18px rgba(28, 84, 140, 0.10), -8px -8px 18px rgba(255,255,255,0.92) !important;
}

.product-nav-button:hover {
	background: #eef5ff !important;
	color: #0758e7 !important;
}

.woocommerce div.product div.images {
	grid-area: gallery !important;
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding: 16px !important;
	border: 1px solid #e4edfb !important;
	border-radius: 22px !important;
	background: rgba(255,255,255,0.92) !important;
	box-shadow: 14px 14px 32px rgba(28, 84, 140, 0.10), -12px -12px 28px rgba(255,255,255,0.92) !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image,
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
	display: block !important;
}

.woocommerce div.product div.images img {
	width: 100% !important;
	max-height: 620px !important;
	object-fit: contain !important;
}

.woocommerce div.product div.summary {
	grid-area: summary !important;
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

.woocommerce div.product .summary {
	position: sticky !important;
	top: 116px !important;
}

.woocommerce div.product .product_title {
	font-size: clamp(24px, 2.4vw, 34px) !important;
	letter-spacing: 0 !important;
}

.woocommerce div.product .woocommerce-product-rating,
.woocommerce div.product .price,
.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product form.cart,
.woocommerce div.product .product_meta {
	margin-top: 14px !important;
	margin-bottom: 0 !important;
}

.woocommerce div.product form.cart {
	display: grid !important;
	grid-template-columns: auto minmax(0, 1fr) !important;
	gap: 12px !important;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
	width: 100% !important;
	min-height: 48px !important;
}

.woocommerce div.product .woocommerce-tabs {
	grid-area: tabs !important;
	width: 100% !important;
	margin-top: 8px !important;
}

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

.related.products,
.upsells.products {
	width: min(100% - 48px, 1240px) !important;
	margin: 28px auto 0 !important;
}

.related.products > h2,
.upsells.products > h2 {
	margin: 0 0 16px !important;
	font-size: clamp(22px, 2vw, 30px) !important;
	text-align: left !important;
}

.related.products ul.products,
.upsells.products ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 18px !important;
}

.related.products ul.products li.product,
.upsells.products ul.products li.product {
	width: auto !important;
	float: none !important;
	margin: 0 !important;
}

@media (max-width: 900px) {
	.woocommerce div.product {
		display: block !important;
	}

	.single-product-nav {
		margin-bottom: 12px !important;
	}

	.product-nav-left,
	.product-nav-right {
		gap: 6px !important;
	}

	.product-nav-button {
		min-height: 34px !important;
		padding: 0 10px !important;
		font-size: 12px !important;
	}

	.woocommerce div.product div.images {
		padding: 10px !important;
	}

	.woocommerce div.product .summary {
		position: static !important;
	}

	.woocommerce div.product form.cart {
		grid-template-columns: 82px minmax(0, 1fr) !important;
	}

	.related.products,
	.upsells.products {
		width: min(100% - 22px, 1240px) !important;
	}

	.related.products ul.products,
	.upsells.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
	}
}

/* v2.3 header, mobile menu, live search, product page */
.cart-link {
	width: 48px !important;
	min-width: 48px !important;
	height: 48px !important;
	min-height: 48px !important;
	padding: 0 !important;
	border-radius: 16px !important;
	background: #fff !important;
	display: grid !important;
	place-items: center !important;
}

.cart-bag {
	width: 23px !important;
	height: 23px !important;
}

.cart-count {
	top: 2px !important;
	left: auto !important;
	right: 2px !important;
	min-width: 18px !important;
	height: 18px !important;
	font-size: 10px !important;
}

.header-search {
	position: relative !important;
	z-index: 120 !important;
}

.search-suggestions {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	display: none;
	max-height: 430px;
	overflow-y: auto;
	padding: 8px;
	border: 1px solid #e4edfb;
	border-radius: 18px;
	background: rgba(255,255,255,0.98);
	box-shadow: 0 18px 42px rgba(20, 76, 150, 0.16);
}

.search-suggestions.is-active {
	display: grid;
	gap: 6px;
}

.search-suggestion-item {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	padding: 8px;
	border-radius: 14px;
	color: #0b1b3d;
}

.search-suggestion-item:hover {
	background: #eef5ff;
	color: #0758e7;
}

.search-suggestion-item img {
	width: 52px;
	height: 52px;
	object-fit: cover;
	border-radius: 12px;
	background: #f2f7ff;
}

.search-suggestion-item strong {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
}

.search-suggestion-item small,
.search-suggestion-empty {
	color: #687792;
	font-size: 12px;
	font-weight: 700;
}

.search-suggestion-empty {
	padding: 14px;
}

.mobile-bottom-nav a:nth-child(1)::before {
	background:
		linear-gradient(#1262ff 0 0) center 15px / 14px 2px no-repeat,
		linear-gradient(#1262ff 0 0) center 10px / 14px 2px no-repeat,
		#eaf2ff !important;
}

.mobile-bottom-nav a:nth-child(2)::before {
	background:
		radial-gradient(circle at 50% 50%, #1262ff 0 4px, transparent 5px),
		#eaf2ff !important;
}

.mobile-bottom-nav a:nth-child(3)::before {
	background:
		radial-gradient(circle at 50% 35%, #1262ff 0 4px, transparent 5px),
		linear-gradient(#1262ff 0 0) center 16px / 14px 6px no-repeat,
		#eaf2ff !important;
}

.mobile-bottom-nav a:nth-child(4)::before {
	background:
		radial-gradient(circle at 50% 50%, transparent 0 5px, #1262ff 6px 7px, transparent 8px),
		#eaf2ff !important;
}

.product-main .shop-shell {
	width: min(100% - 48px, 1240px) !important;
}

.woocommerce div.product {
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.9fr) !important;
	gap: 30px !important;
	padding: clamp(18px, 3vw, 34px) !important;
	border-radius: 22px !important;
}

.woocommerce div.product .product_title {
	font-size: clamp(26px, 3vw, 40px) !important;
	line-height: 1.12 !important;
	margin-bottom: 12px !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-size: 24px !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	border-radius: 22px !important;
	overflow: hidden !important;
	background: #f6faff !important;
	box-shadow: inset 10px 10px 22px rgba(28, 84, 140, 0.08), inset -10px -10px 22px rgba(255,255,255,0.95) !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	gap: 10px !important;
	margin-top: 12px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: auto !important;
	float: none !important;
}

.woocommerce div.product div.images .flex-control-thumbs img {
	border-radius: 12px !important;
	border: 1px solid #e4edfb !important;
	background: #fff !important;
}

.woocommerce div.product .summary {
	background: rgba(255,255,255,0.92) !important;
	border: 1px solid #e4edfb !important;
	border-radius: 22px !important;
	box-shadow: 14px 14px 32px rgba(28, 84, 140, 0.10), -12px -12px 28px rgba(255,255,255,0.92) !important;
	padding: clamp(18px, 2.5vw, 28px) !important;
}

.woocommerce div.product .woocommerce-product-details__short-description {
	color: #52627d !important;
	font-size: 15px !important;
}

@media (max-width: 900px) {
	.mobile-menu-open {
		overflow: hidden !important;
	}

	.header-secondary-row .primary-navigation.is-open {
		position: fixed !important;
		inset: 0 auto 0 0 !important;
		width: min(86vw, 360px) !important;
		height: 100vh !important;
		padding: 82px 16px 22px !important;
		background: rgba(255,255,255,0.98) !important;
		box-shadow: 24px 0 48px rgba(20, 76, 150, 0.18) !important;
		overflow-y: auto !important;
		transform: translateX(0) !important;
	}

	.header-secondary-row .primary-navigation.is-open::before {
		content: "Menu";
		position: absolute;
		top: 26px;
		left: 18px;
		color: #0b1b3d;
		font-size: 20px;
		font-weight: 900;
	}

	.primary-navigation.is-open ul {
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		padding: 0 !important;
	}

	.primary-navigation.is-open li {
		position: relative !important;
		border-bottom: 1px solid #e8f0fb !important;
	}

	.primary-navigation.is-open a {
		display: block !important;
		min-height: 48px !important;
		padding: 14px 48px 14px 8px !important;
		font-size: 15px !important;
		font-weight: 850 !important;
		color: #0b1b3d !important;
	}

	.primary-navigation .sub-menu {
		display: none !important;
		padding: 0 0 8px 12px !important;
	}

	.primary-navigation .submenu-open > .sub-menu {
		display: block !important;
	}

	.submenu-toggle {
		position: absolute;
		top: 8px;
		right: 4px;
		width: 36px;
		height: 36px;
		border: 0;
		border-radius: 12px;
		background: #eef5ff;
		box-shadow: inset 4px 4px 8px rgba(28,84,140,0.08), inset -4px -4px 8px #fff;
	}

	.submenu-toggle span::before {
		content: "+";
		color: #1262ff;
		font-size: 20px;
		font-weight: 900;
	}

	.submenu-open > .submenu-toggle span::before {
		content: "-";
	}

	.search-suggestions {
		max-height: 330px !important;
	}

	.product-main .shop-shell {
		width: min(100% - 22px, 1240px) !important;
	}

	.woocommerce div.product {
		display: block !important;
		padding: 14px !important;
	}

	.woocommerce div.product .summary {
		margin-top: 16px !important;
	}

	.woocommerce div.product .product_title {
		font-size: 24px !important;
	}

	.woocommerce div.product div.images .flex-control-thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

/* v2.2 final layout cleanup */
.header-secondary-row {
	grid-template-columns: minmax(0, 1fr) !important;
	justify-items: center !important;
	min-height: 56px !important;
}

.header-secondary-row .primary-navigation {
	width: 100% !important;
	justify-self: center !important;
}

.header-secondary-row .primary-navigation ul {
	justify-content: center !important;
	gap: clamp(16px, 3vw, 42px) !important;
}

.all-categories-pill,
.desktop-service-pills {
	display: none !important;
}

.store-section {
	margin-top: 28px !important;
}

.store-section > .woocommerce {
	width: 100% !important;
}

.woocommerce ul.products {
	align-items: stretch !important;
}

.store-section .product-category {
	text-align: center !important;
}

.store-section .product-category a {
	display: grid !important;
	justify-items: center !important;
	gap: 10px !important;
}

.store-section .product-category img {
	width: 118px !important;
	height: 118px !important;
	aspect-ratio: 1 / 1 !important;
	object-fit: cover !important;
	border-radius: 999px !important;
	margin: 0 auto 8px !important;
	box-shadow: inset 8px 8px 16px rgba(28, 84, 140, 0.10), inset -8px -8px 16px rgba(255,255,255,0.95), 0 10px 24px rgba(28, 84, 140, 0.10) !important;
}

.store-section .woocommerce-loop-category__title {
	display: block !important;
	min-height: auto !important;
	font-size: 14px !important;
	line-height: 1.25 !important;
	text-align: center !important;
}

.store-section .woocommerce-loop-category__title mark.count {
	display: none !important;
}

.woocommerce ul.products li.product {
	min-width: 0 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 38px !important;
	font-size: 14px !important;
	overflow-wrap: anywhere !important;
}

.woocommerce ul.products li.product .price {
	font-size: 15px !important;
}

.woocommerce-checkout form.checkout {
	grid-template-areas: "customer review" !important;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 440px) !important;
}

.woocommerce-checkout #customer_details {
	grid-area: customer !important;
}

.woocommerce-checkout #order_review_heading {
	grid-area: review !important;
	align-self: start !important;
	position: relative !important;
	z-index: 2 !important;
	padding: 24px 24px 0 !important;
	margin: 0 !important;
	pointer-events: none !important;
}

.woocommerce-checkout #order_review {
	grid-area: review !important;
	align-self: start !important;
	padding-top: 64px !important;
	margin: 0 !important;
	min-height: 320px !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
	margin-top: 0 !important;
}

.woocommerce-account .woocommerce {
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	margin: 0 !important;
}

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

@media (min-width: 901px) {
	.woocommerce ul.products.columns-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.woocommerce ul.products.columns-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.woocommerce ul.products.columns-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}

	.woocommerce ul.products.columns-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 900px) {
	.header-primary-row {
		width: min(100% - 22px, 1440px) !important;
		min-height: 68px !important;
		gap: 8px !important;
	}

	.header-primary-row .site-title {
		max-width: 190px !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}

	.header-primary-row .header-actions {
		position: static !important;
		margin-top: 0 !important;
	}

	.header-primary-row .header-search {
		height: 46px !important;
		margin-top: 10px !important;
		border-radius: 16px !important;
	}

	.header-search input[type="search"] {
		height: 46px !important;
		font-size: 13px !important;
	}

	.header-search button {
		width: 46px !important;
		min-height: 46px !important;
	}

	.header-secondary-row {
		height: 0 !important;
		min-height: 0 !important;
	}

	.header-secondary-row .primary-navigation.is-open {
		display: block !important;
		left: 0 !important;
		right: 0 !important;
		top: 8px !important;
	}

	.header-secondary-row .primary-navigation.is-open ul {
		display: grid !important;
		gap: 4px !important;
		justify-content: stretch !important;
	}

	.store-hero {
		grid-template-columns: minmax(0, 1fr) !important;
		min-height: auto !important;
	}

	.store-hero-copy {
		padding: 22px !important;
	}

	.store-hero-visual {
		min-height: 180px !important;
	}

	.hero-orbit {
		inset: 0 18px 18px !important;
	}

	.hero-product-main {
		width: 132px !important;
		height: 132px !important;
		left: 50% !important;
		top: 20px !important;
		transform: translateX(-50%) !important;
	}

	.hero-product-one {
		top: 80px !important;
		right: 24px !important;
	}

	.hero-product-two {
		bottom: 12px !important;
		right: auto !important;
		left: 26px !important;
	}

	.store-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		overflow: visible !important;
	}

	.store-benefits div {
		border-right: 0 !important;
		border-bottom: 1px solid #e4edfb !important;
		min-width: 0 !important;
	}

	.woocommerce ul.products,
	.woocommerce ul.products.columns-2,
	.woocommerce ul.products.columns-3,
	.woocommerce ul.products.columns-4,
	.woocommerce ul.products.columns-5 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
	}

	.store-section .product-category img {
		width: 72px !important;
		height: 72px !important;
	}

	.store-section .woocommerce-loop-category__title {
		font-size: 11px !important;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		padding: 10px !important;
		border-radius: 16px !important;
	}

	.woocommerce ul.products li.product a img {
		border-radius: 14px !important;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: 36px !important;
		font-size: 12px !important;
	}

	.woocommerce ul.products li.product .price {
		font-size: 13px !important;
	}

	.woocommerce-checkout form.checkout,
	.woocommerce-account .woocommerce,
	.woocommerce-cart .woocommerce {
		display: block !important;
	}

	.woocommerce-checkout #order_review_heading {
		padding: 18px 18px 0 !important;
		margin-top: 18px !important;
	}

	.woocommerce-checkout #order_review {
		padding-top: 56px !important;
	}

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

@media (max-width: 680px) {
	.header-inner,
	.footer-inner,
	.content-main,
	.storefront-main,
	.shop-shell {
		width: min(100% - 20px, 1440px);
	}

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

	.header-actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto auto;
		width: 100%;
	}

	.cart-icon {
		display: none;
	}

	.icon-action {
		width: 44px;
		padding: 0;
	}

	.icon-action-text {
		display: none;
	}

	.store-hero h1 {
		font-size: 34px;
	}

	.store-hero-copy,
	.store-section {
		padding: 18px;
	}

	.section-heading {
		align-items: flex-start;
	}

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

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		padding: 9px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: 40px;
		font-size: 13px;
	}

	.woocommerce ul.products li.product .price {
		font-size: 14px;
	}

	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		border: 1px solid var(--nb-border);
		border-radius: var(--nb-radius);
		margin-bottom: 12px;
		background: var(--nb-surface-strong);
	}

	.footer-inner {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition: none !important;
		animation: none !important;
	}
}

/* ByteShop-inspired refinement */
:root {
	--nb-bg: #f4f8ff;
	--nb-surface: #fbfdff;
	--nb-surface-strong: #ffffff;
	--nb-text: #0b1b3d;
	--nb-muted: #687792;
	--nb-primary: #1463ff;
	--nb-primary-dark: #0751d8;
	--nb-primary-soft: #e9f1ff;
	--nb-border: #e3ebf7;
	--nb-radius: 8px;
	--nb-shadow: 0 12px 32px rgba(26, 74, 133, 0.10), 0 2px 8px rgba(26, 74, 133, 0.06), inset 0 1px 0 rgba(255,255,255,0.86);
	--nb-shadow-soft: 0 8px 22px rgba(26, 74, 133, 0.10), inset 0 1px 0 rgba(255,255,255,0.92);
	--nb-inner: inset 3px 3px 8px rgba(26, 74, 133, 0.08), inset -3px -3px 8px rgba(255, 255, 255, 0.95);
}

body {
	background:
		radial-gradient(circle at 18% 0%, rgba(20, 99, 255, 0.08), transparent 34%),
		linear-gradient(180deg, #f8fbff 0%, var(--nb-bg) 100%);
}

.site-header {
	position: sticky;
	top: 0;
	background: rgba(251, 253, 255, 0.92);
	box-shadow: 0 8px 26px rgba(20, 76, 150, 0.07);
}

.header-inner {
	min-height: 86px;
	grid-template-columns: auto minmax(280px, 1fr) auto;
}

.site-title {
	position: relative;
	align-items: center;
	gap: 10px;
	font-size: 24px;
	color: var(--nb-primary);
}

.site-title::before {
	content: "";
	width: 32px;
	height: 32px;
	border-radius: var(--nb-radius);
	background: var(--nb-primary);
	box-shadow: var(--nb-shadow-soft);
	-webkit-mask: linear-gradient(#000 0 0);
	mask: linear-gradient(#000 0 0);
}

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

.header-actions {
	justify-self: end;
}

.header-search {
	width: min(420px, 31vw);
	border-radius: 999px;
	background: #fff;
	box-shadow: var(--nb-shadow-soft);
}

.header-search input[type="search"] {
	height: 48px;
	padding-left: 20px;
}

.header-search button {
	width: 48px;
	min-height: 48px;
	border-radius: 999px;
	margin-right: 0;
	font-size: 0;
	position: relative;
}

.header-search button::before {
	content: "";
	position: absolute;
	inset: 15px;
	border: 2px solid #fff;
	border-radius: 999px;
}

.header-search button::after {
	content: "";
	position: absolute;
	right: 13px;
	bottom: 13px;
	width: 8px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	transform: rotate(45deg);
}

.icon-action,
.cart-link {
	min-height: 56px;
	padding: 0 14px;
	background: #fff;
	color: var(--nb-text);
	border: 1px solid var(--nb-border);
	box-shadow: none;
}

.icon-action:hover,
.cart-link:hover {
	background: #fff;
	color: var(--nb-primary);
	border-color: #c7dcff;
	transform: none;
}

.icon-action-text,
.cart-icon {
	display: grid;
	line-height: 1.12;
}

.icon-action-text strong,
.cart-icon strong {
	font-size: 13px;
}

.icon-action-text small,
.cart-icon small {
	color: var(--nb-muted);
	font-size: 11px;
	font-weight: 650;
}

.account-symbol {
	position: relative;
	width: 28px;
	height: 28px;
	background: transparent;
	border: 1.8px solid #7080a2;
}

.account-symbol::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 9px;
	width: 8px;
	height: 8px;
	border: 1.8px solid #7080a2;
	border-radius: 999px;
}

.account-symbol::after {
	content: "";
	position: absolute;
	left: 6px;
	right: 6px;
	bottom: 5px;
	height: 8px;
	border: 1.8px solid #7080a2;
	border-top-left-radius: 999px;
	border-top-right-radius: 999px;
	border-bottom: 0;
}

.cart-bag {
	position: relative;
	width: 28px;
	height: 28px;
	border: 2px solid var(--nb-primary);
	border-radius: 5px;
}

.cart-bag::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 7px;
	width: 10px;
	height: 8px;
	border: 2px solid var(--nb-primary);
	border-bottom: 0;
	border-radius: 999px 999px 0 0;
}

.cart-link {
	position: relative;
}

.cart-count {
	position: absolute;
	top: 7px;
	left: 31px;
	min-width: 18px;
	height: 18px;
	font-size: 10px;
	color: #fff;
	background: var(--nb-primary);
	border: 2px solid #fff;
	padding: 0 4px;
}

.storefront-main {
	padding-top: 24px;
}

.store-top-grid {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 22px;
	align-items: stretch;
}

.home-category-panel,
.store-hero,
.store-benefits,
.store-section,
.content-card,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid var(--nb-border);
	border-radius: var(--nb-radius);
	box-shadow: var(--nb-shadow);
}

.home-category-panel {
	padding: 14px;
}

.category-panel-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	margin-bottom: 10px;
	padding: 0 14px;
	border-radius: var(--nb-radius);
	background: #fff;
	color: var(--nb-primary);
	font-size: 14px;
	font-weight: 900;
	box-shadow: var(--nb-shadow-soft);
}

.home-category-panel .woocommerce,
.home-category-panel ul.products {
	display: block;
}

.home-category-panel ul.products li.product-category,
.home-category-panel ul.products li.product-category.product {
	width: 100%;
	margin: 0 0 7px;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.home-category-panel ul.products li.product-category a {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	min-height: 40px;
	padding: 8px 10px;
	border-radius: var(--nb-radius);
	color: var(--nb-text);
}

.home-category-panel ul.products li.product-category a::after {
	content: ">";
	color: #7d8ca8;
	font-weight: 800;
}

.home-category-panel ul.products li.product-category a:hover {
	background: var(--nb-primary-soft);
	color: var(--nb-primary-dark);
}

.home-category-panel ul.products li.product-category img {
	width: 30px;
	height: 30px;
	margin: 0;
	object-fit: cover;
	border-radius: 999px;
}

.home-category-panel .woocommerce-loop-category__title {
	min-height: auto;
	font-size: 13px;
}

.home-category-panel mark.count {
	display: none;
}

.store-hero {
	position: relative;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
	min-height: 390px;
	margin: 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 76% 44%, rgba(20, 99, 255, 0.12), transparent 36%),
		linear-gradient(135deg, rgba(255,255,255,0.96), rgba(245,249,255,0.88));
}

.store-hero-copy {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: clamp(26px, 4vw, 54px);
}

.store-kicker {
	color: var(--nb-primary);
	background: #eaf2ff;
	font-size: 12px;
}

.store-hero h1 {
	max-width: 560px;
	font-size: clamp(36px, 4.5vw, 56px);
}

.store-hero h1::first-line {
	color: var(--nb-text);
}

.store-hero p {
	max-width: 420px;
	font-size: 17px;
}

.store-hero-visual {
	position: relative;
	min-height: 100%;
}

.hero-orbit {
	position: absolute;
	inset: 32px 28px 32px 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #ecf4ff, #ffffff);
	box-shadow: var(--nb-inner);
}

.hero-product {
	position: absolute;
	border-radius: var(--nb-radius);
	box-shadow: 0 18px 34px rgba(26, 74, 133, 0.16);
	background: #fff;
}

.hero-product-main {
	left: 22%;
	top: 18%;
	width: 230px;
	height: 230px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 38%, transparent 35%, #dfeaff 36%, #f9fcff 58%, transparent 59%),
		linear-gradient(135deg, #ffffff, #dce9fb);
}

.hero-product-main::before,
.hero-product-main::after {
	content: "";
	position: absolute;
	background: #bacbe3;
}

.hero-product-main::before {
	left: 58px;
	top: 92px;
	width: 52px;
	height: 92px;
	border-radius: 30px;
	transform: rotate(16deg);
}

.hero-product-main::after {
	right: 58px;
	top: 92px;
	width: 52px;
	height: 92px;
	border-radius: 30px;
	transform: rotate(-16deg);
}

.hero-product-one,
.hero-product-two {
	width: 116px;
	height: 92px;
	right: 26px;
}

.hero-product-one {
	top: 54px;
	background:
		linear-gradient(135deg, transparent 42%, #17304f 43% 60%, transparent 61%),
		linear-gradient(135deg, #f8fbff, #d9e7f8);
}

.hero-product-two {
	bottom: 72px;
	background:
		radial-gradient(circle at 50% 52%, #0d1e32 0 24%, #253f5f 25% 34%, transparent 35%),
		linear-gradient(135deg, #f8fbff, #d9e7f8);
}

.store-benefits {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 22px;
	padding: 16px;
}

.store-benefits div {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	column-gap: 12px;
	align-items: center;
	padding: 10px 16px;
	border-right: 1px solid var(--nb-border);
}

.store-benefits div:last-child {
	border-right: 0;
}

.store-benefits span {
	display: grid;
	grid-row: span 2;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: #fff;
	color: var(--nb-primary);
	font-size: 11px;
	font-weight: 900;
	box-shadow: var(--nb-shadow-soft);
}

.store-benefits strong {
	font-size: 14px;
}

.store-benefits small {
	color: var(--nb-muted);
	font-size: 12px;
	font-weight: 650;
}

.store-section {
	margin-top: 22px;
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	background: rgba(255,255,255,0.92);
	border-color: var(--nb-border);
	box-shadow: var(--nb-shadow-soft);
}

.woocommerce ul.products li.product a img {
	background: linear-gradient(135deg, #f8fbff, #eaf2ff);
}

.woocommerce ul.products li.product .button {
	width: 36px;
	min-width: 36px;
	height: 36px;
	min-height: 36px;
	margin-left: auto;
	padding: 0;
	border-radius: 999px;
	font-size: 0;
	position: relative;
}

.woocommerce ul.products li.product .button::before {
	content: "+";
	font-size: 20px;
	line-height: 1;
}

.cart-main .shop-shell,
.checkout-main .shop-shell,
.account-main .shop-shell,
.product-main .shop-shell {
	display: block;
	max-width: 1240px;
}

.cart-main .shop-content,
.checkout-main .shop-content,
.account-main .shop-content,
.product-main .shop-content {
	width: 100%;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
	padding: clamp(16px, 3vw, 30px);
}

.woocommerce-cart-form {
	width: min(100%, 820px);
	float: left;
}

.woocommerce-cart .cart-collaterals {
	width: min(100%, 360px);
	float: right;
}

.woocommerce-cart .cart-collaterals::after {
	content: "";
	display: table;
	clear: both;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	position: sticky;
	top: 108px;
}

.woocommerce-cart .woocommerce::after {
	content: "";
	display: table;
	clear: both;
}

.woocommerce-checkout form.checkout {
	grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
}

.woocommerce-checkout #order_review_heading {
	margin-top: 0;
}

.woocommerce-checkout #order_review {
	position: sticky;
	top: 108px;
}

.woocommerce-checkout-payment,
#payment {
	border-radius: var(--nb-radius);
	background: #fff !important;
	border: 1px solid var(--nb-border);
}

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

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: auto;
	float: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: auto;
	float: none;
	background: #fff;
	border: 1px solid var(--nb-border);
	border-radius: var(--nb-radius);
	box-shadow: var(--nb-shadow-soft);
	padding: 22px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 12px;
	background: #fff;
	border: 1px solid var(--nb-border);
	border-radius: var(--nb-radius);
	box-shadow: var(--nb-shadow-soft);
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 12px;
	border-radius: var(--nb-radius);
	color: var(--nb-text);
	font-weight: 800;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	background: var(--nb-primary-soft);
	color: var(--nb-primary-dark);
}

.mobile-bottom-nav {
	display: none;
}

@media (max-width: 1180px) {
	.header-inner {
		grid-template-columns: auto auto;
	}

	.primary-navigation {
		grid-column: 1 / -1;
		justify-self: stretch;
		order: 3;
	}

	.header-actions {
		justify-self: end;
	}

	.store-top-grid {
		grid-template-columns: 220px minmax(0, 1fr);
	}

	.hero-product-main {
		width: 190px;
		height: 190px;
	}
}

@media (max-width: 900px) {
	body {
		padding-bottom: 68px;
	}

	.mobile-bottom-nav {
		position: fixed;
		left: 10px;
		right: 10px;
		bottom: 10px;
		z-index: 200;
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		min-height: 58px;
		padding: 7px;
		border: 1px solid var(--nb-border);
		border-radius: var(--nb-radius);
		background: rgba(255,255,255,0.94);
		box-shadow: 0 12px 30px rgba(20, 76, 150, 0.16);
		backdrop-filter: blur(16px);
	}

	.mobile-bottom-nav a {
		display: grid;
		place-items: center;
		color: var(--nb-text);
		font-size: 11px;
		font-weight: 850;
	}

	.mobile-bottom-nav a::before {
		content: "";
		width: 22px;
		height: 22px;
		margin-bottom: 2px;
		border-radius: 7px;
		background: var(--nb-primary-soft);
		box-shadow: var(--nb-inner);
	}

	.header-inner {
		min-height: 74px;
	}

	.site-header {
		position: static;
	}

	.site-branding {
		justify-self: center;
	}

	.site-title {
		font-size: 19px;
	}

	.site-title::before {
		width: 28px;
		height: 28px;
	}

	.header-actions {
		grid-template-columns: minmax(0, 1fr) 44px;
	}

	.account-link {
		display: none;
	}

	.cart-link {
		width: 44px;
		min-height: 44px;
		padding: 0;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	.cart-bag {
		width: 24px;
		height: 24px;
	}

	.cart-count {
		top: -2px;
		left: 25px;
	}

	.header-search {
		grid-column: 1 / -1;
		width: 100%;
		order: 3;
	}

	.store-top-grid {
		grid-template-columns: 1fr;
	}

	.home-category-panel {
		overflow-x: auto;
		padding: 10px;
	}

	.category-panel-title {
		display: none;
	}

	.home-category-panel ul.products {
		display: flex;
		gap: 12px;
		min-width: max-content;
	}

	.home-category-panel ul.products li.product-category,
	.home-category-panel ul.products li.product-category.product {
		width: 82px;
		margin: 0;
	}

	.home-category-panel ul.products li.product-category a {
		display: grid;
		grid-template-columns: 1fr;
		justify-items: center;
		min-height: auto;
		padding: 8px;
		text-align: center;
	}

	.home-category-panel ul.products li.product-category a::after {
		display: none;
	}

	.home-category-panel ul.products li.product-category img {
		width: 56px;
		height: 56px;
	}

	.home-category-panel .woocommerce-loop-category__title {
		font-size: 11px;
	}

	.store-hero {
		grid-template-columns: minmax(0, 1fr) 42%;
		min-height: 290px;
	}

	.store-hero-copy {
		padding: 22px 0 22px 18px;
	}

	.store-hero h1 {
		font-size: 23px;
		line-height: 1.16;
	}

	.store-hero p {
		font-size: 13px;
		margin-top: 10px;
	}

	.store-hero-actions {
		margin-top: 16px;
	}

	.store-hero-actions .button {
		min-height: 38px;
		padding: 0 14px;
		font-size: 12px;
	}

	.hero-orbit {
		inset: 26px 10px 26px -28px;
	}

	.hero-product-main {
		left: 10%;
		top: 22%;
		width: 118px;
		height: 118px;
	}

	.hero-product-main::before,
	.hero-product-main::after {
		top: 48px;
		width: 26px;
		height: 48px;
	}

	.hero-product-main::before {
		left: 30px;
	}

	.hero-product-main::after {
		right: 30px;
	}

	.hero-product-one,
	.hero-product-two {
		width: 72px;
		height: 54px;
		right: 6px;
	}

	.hero-product-one {
		top: 118px;
	}

	.hero-product-two {
		bottom: 26px;
	}

	.store-benefits {
		grid-template-columns: repeat(4, minmax(96px, 1fr));
		overflow-x: auto;
		padding: 10px;
	}

	.store-benefits div {
		display: grid;
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
		border-right: 1px solid var(--nb-border);
		padding: 8px;
	}

	.store-benefits strong {
		font-size: 11px;
	}

	.store-benefits small {
		font-size: 10px;
	}

	.woocommerce-cart-form,
	.woocommerce-cart .cart-collaterals {
		width: 100%;
		float: none;
	}

	.woocommerce-cart .cart-collaterals .cart_totals,
	.woocommerce-checkout #order_review {
		position: static;
	}

	.woocommerce-account .woocommerce {
		display: block;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-bottom: 16px;
	}
}

@media (max-width: 680px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce ul.products li.product .button {
		width: 34px;
		min-width: 34px;
		height: 34px;
		min-height: 34px;
	}

	.section-heading h2 {
		font-size: 20px;
	}

	.section-heading a {
		font-size: 12px;
	}

	.woocommerce-checkout form.checkout {
		display: block;
	}
}

/* ByteShop Blue v2 exacting layout pass */
.byteshop-header {
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid #e6eefb;
	box-shadow: 0 12px 34px rgba(20, 76, 150, 0.08);
}

.header-primary-row {
	min-height: 82px;
	grid-template-columns: 260px minmax(320px, 1fr) auto;
}

.header-secondary-row {
	min-height: 58px;
	grid-template-columns: 260px minmax(0, 1fr) auto;
	border-top: 1px solid #e9f0fb;
}

.header-primary-row .menu-toggle {
	display: none;
}

.site-title {
	font-size: 26px;
	font-weight: 900;
	color: #1262ff;
}

.site-title::before {
	width: 34px;
	height: 34px;
	border-radius: 10px;
	background:
		linear-gradient(#fff 0 0) center 15px / 12px 2px no-repeat,
		linear-gradient(#fff 0 0) center 18px / 14px 2px no-repeat,
		#1262ff;
	box-shadow: 0 10px 22px rgba(18, 98, 255, 0.24);
}

.header-primary-row .header-actions {
	display: grid;
	grid-template-columns: minmax(360px, 520px) auto auto;
	justify-self: stretch;
}

.header-primary-row .header-search {
	width: 100%;
}

.all-categories-pill {
	display: flex;
	align-items: center;
	gap: 12px;
	height: 44px;
	padding: 0 18px;
	border-radius: 14px;
	background: #fff;
	color: #1262ff;
	font-size: 14px;
	font-weight: 900;
	box-shadow: 0 10px 24px rgba(20, 76, 150, 0.10), inset 0 1px 0 #fff;
}

.pill-lines,
.pill-lines::before,
.pill-lines::after {
	display: block;
	width: 14px;
	height: 2px;
	border-radius: 2px;
	background: #1262ff;
}

.pill-lines {
	position: relative;
}

.pill-lines::before,
.pill-lines::after {
	content: "";
	position: absolute;
	left: 0;
}

.pill-lines::before {
	top: -5px;
}

.pill-lines::after {
	top: 5px;
}

.desktop-service-pills {
	display: flex;
	gap: 12px;
}

.desktop-service-pills span {
	display: grid;
	align-content: center;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(20, 76, 150, 0.10), inset 0 1px 0 #fff;
	color: #10233f;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.15;
}

.desktop-service-pills small {
	color: #6a7892;
	font-size: 10px;
	font-weight: 700;
}

.header-secondary-row .primary-navigation ul {
	justify-content: flex-start;
	gap: 26px;
}

.header-secondary-row .primary-navigation a {
	padding: 0;
	background: transparent;
	color: #0b1b3d;
	font-size: 14px;
	font-weight: 850;
}

.header-secondary-row .primary-navigation a:hover,
.header-secondary-row .primary-navigation .current-menu-item > a {
	color: #1262ff;
	background: transparent;
	box-shadow: inset 0 -2px 0 #1262ff;
}

.storefront-main {
	width: min(100% - 48px, 1380px);
}

.store-top-grid {
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 20px;
}

.home-category-panel {
	border-radius: 16px;
	background: rgba(255,255,255,0.92);
}

.store-hero {
	min-height: 420px;
	border-radius: 16px;
}

.store-hero h1 {
	font-size: clamp(42px, 4vw, 58px);
}

.store-hero h1::after {
	content: "";
	display: block;
	width: 44px;
	height: 5px;
	margin-top: 18px;
	border-radius: 999px;
	background: linear-gradient(90deg, #1262ff 0 30%, #d8e6ff 30%);
}

.hero-product-main {
	width: 260px;
	height: 260px;
	left: 20%;
	top: 16%;
}

.hero-product-main::before {
	left: 66px;
	top: 104px;
	width: 58px;
	height: 104px;
}

.hero-product-main::after {
	right: 66px;
	top: 104px;
	width: 58px;
	height: 104px;
}

.hero-product-one,
.hero-product-two {
	right: 54px;
	width: 132px;
	height: 104px;
}

.hero-product-one {
	top: 58px;
}

.hero-product-two {
	bottom: 72px;
}

.store-benefits {
	border-radius: 16px;
}

.woocommerce ul.products {
	gap: 20px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	border-radius: 16px;
	padding: 14px;
}

.woocommerce ul.products li.product a img {
	border-radius: 14px;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
	border-radius: 16px;
}

.cart-main .shop-shell,
.checkout-main .shop-shell,
.account-main .shop-shell {
	width: min(100% - 48px, 1180px);
}

.woocommerce-cart-form,
.cart-collaterals .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	border-radius: 16px;
}

@media (max-width: 1180px) {
	.header-primary-row {
		grid-template-columns: auto minmax(0, 1fr) auto;
	}

	.header-primary-row .header-actions {
		grid-template-columns: minmax(240px, 1fr) auto auto;
	}

	.header-secondary-row {
		grid-template-columns: 220px minmax(0, 1fr);
	}

	.desktop-service-pills {
		display: none;
	}
}

@media (max-width: 900px) {
	.byteshop-header {
		position: static;
	}

	.header-primary-row {
		min-height: 74px;
		grid-template-columns: 44px minmax(0, 1fr) 44px;
	}

	.header-primary-row .menu-toggle {
		display: inline-block;
		grid-column: 1;
		grid-row: 1;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	.header-primary-row .site-branding {
		grid-column: 2;
		grid-row: 1;
		justify-self: center;
	}

	.header-primary-row .header-actions {
		grid-column: 1 / -1;
		grid-row: 2;
		display: grid;
		grid-template-columns: minmax(0, 1fr) 44px;
		width: 100%;
	}

	.header-primary-row .cart-link {
		position: absolute;
		right: 18px;
		top: 16px;
	}

	.header-primary-row .header-search {
		margin-top: 12px;
	}

	.header-secondary-row {
		display: block;
		position: relative;
		min-height: 0;
		height: 0;
		border: 0;
		overflow: visible;
	}

	.header-secondary-row .all-categories-pill,
	.header-secondary-row .desktop-service-pills,
	.header-secondary-row .primary-navigation {
		display: none;
	}

	.primary-navigation.is-open {
		display: block;
		position: absolute;
		left: 14px;
		right: 14px;
		top: 72px;
		z-index: 50;
	}

	.storefront-main,
	.cart-main .shop-shell,
	.checkout-main .shop-shell,
	.account-main .shop-shell {
		width: min(100% - 24px, 1380px);
	}

	.store-top-grid {
		gap: 14px;
	}

	.home-category-panel,
	.store-hero,
	.store-benefits {
		border-radius: 16px;
	}

	.store-hero {
		grid-template-columns: minmax(0, 1fr) 42%;
		min-height: 315px;
	}

	.store-hero h1 {
		font-size: 25px;
	}

	.store-hero h1::after {
		width: 36px;
		height: 4px;
		margin-top: 12px;
	}
}

/* v2.1 prompt match: full banner, stronger layout lock */
.storefront-main {
	width: min(100% - 48px, 1900px) !important;
}

.store-top-grid {
	display: block !important;
}

.home-category-panel {
	display: none !important;
}

.store-hero {
	display: grid !important;
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr) !important;
	width: 100% !important;
	min-height: 400px !important;
	border-radius: 22px !important;
	background:
		radial-gradient(circle at 78% 48%, rgba(18, 98, 255, 0.15), transparent 34%),
		radial-gradient(circle at 18% 12%, rgba(18, 98, 255, 0.08), transparent 28%),
		linear-gradient(135deg, rgba(255,255,255,0.98), rgba(246,250,255,0.94)) !important;
	border: 1px solid #e4edfb !important;
	box-shadow: 16px 16px 36px rgba(28, 84, 140, 0.12), -14px -14px 32px rgba(255, 255, 255, 0.92), inset 0 1px 0 #fff !important;
	overflow: hidden !important;
}

.store-hero-copy {
	padding: clamp(34px, 4.5vw, 72px) !important;
}

.store-hero h1 {
	max-width: 650px !important;
	font-size: clamp(42px, 4.4vw, 68px) !important;
	line-height: 1.08 !important;
}

.store-hero p {
	max-width: 520px !important;
	font-size: 18px !important;
}

.store-hero-actions .button,
.header-search button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wp-element-button {
	background: linear-gradient(180deg, #2b7cff, #0758e7) !important;
	box-shadow: 8px 10px 22px rgba(18, 98, 255, 0.25), -6px -6px 18px rgba(255,255,255,0.9) !important;
}

.secondary-button {
	background: #fff !important;
	color: #1262ff !important;
	border: 1px solid #dbe8fb !important;
	box-shadow: 8px 10px 22px rgba(28, 84, 140, 0.10), -8px -8px 18px rgba(255,255,255,0.9) !important;
}

.store-benefits,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce,
.woocommerce-cart-form,
.cart-collaterals .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	border-radius: 22px !important;
	background: rgba(255,255,255,0.94) !important;
	border: 1px solid #e4edfb !important;
	box-shadow: 14px 14px 32px rgba(28, 84, 140, 0.10), -12px -12px 28px rgba(255,255,255,0.92), inset 0 1px 0 #fff !important;
}

.checkout-main .shop-shell,
.cart-main .shop-shell,
.account-main .shop-shell {
	width: min(100% - 48px, 1320px) !important;
	max-width: 1320px !important;
	margin-inline: auto !important;
}

.woocommerce-checkout .shop-content,
.woocommerce-cart .shop-content,
.woocommerce-account .shop-content {
	width: 100% !important;
	max-width: none !important;
}

.woocommerce-checkout form.checkout {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 440px) !important;
	gap: 26px !important;
	align-items: start !important;
	width: 100% !important;
}

.woocommerce-checkout #customer_details {
	grid-column: 1 !important;
	width: 100% !important;
	float: none !important;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2,
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
	grid-column: 2 !important;
	width: 100% !important;
	float: none !important;
	clear: none !important;
	margin: 0 !important;
}

.woocommerce-checkout #order_review {
	position: sticky !important;
	top: 120px !important;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout-review-order {
	padding: clamp(18px, 2.4vw, 28px) !important;
}

.woocommerce-cart .woocommerce {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(330px, 390px) !important;
	gap: 26px !important;
	align-items: start !important;
}

.woocommerce-cart .woocommerce-cart-form {
	grid-column: 1 !important;
	width: 100% !important;
	float: none !important;
}

.woocommerce-cart .cart-collaterals {
	grid-column: 2 !important;
	width: 100% !important;
	float: none !important;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	position: sticky !important;
	top: 120px !important;
	width: 100% !important;
	float: none !important;
}

.woocommerce-account .woocommerce {
	display: grid !important;
	grid-template-columns: 280px minmax(0, 1fr) !important;
	gap: 26px !important;
	align-items: start !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	grid-column: 1 !important;
	width: 100% !important;
	float: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
	grid-column: 2 !important;
	width: 100% !important;
	float: none !important;
	min-height: 420px !important;
}

@media (max-width: 900px) {
	.storefront-main,
	.checkout-main .shop-shell,
	.cart-main .shop-shell,
	.account-main .shop-shell {
		width: min(100% - 22px, 1900px) !important;
	}

	.store-hero {
		grid-template-columns: minmax(0, 1fr) 38% !important;
		min-height: 320px !important;
		border-radius: 20px !important;
	}

	.store-hero-copy {
		padding: 22px 0 22px 18px !important;
	}

	.store-hero h1 {
		font-size: 27px !important;
	}

	.store-hero p {
		font-size: 13px !important;
	}

	.woocommerce-checkout form.checkout,
	.woocommerce-cart .woocommerce,
	.woocommerce-account .woocommerce {
		display: block !important;
	}

	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review,
	.woocommerce-cart .cart-collaterals,
	.woocommerce-account .woocommerce-MyAccount-content {
		margin-top: 18px !important;
	}

	.woocommerce-checkout #order_review,
	.woocommerce-cart .cart-collaterals .cart_totals {
		position: static !important;
	}
}

/* v2.7 final winning mobile rules */
@media (max-width: 900px) {
	html,
	body {
		max-width: 100% !important;
		overflow-x: hidden !important;
	}

	.storefront-main {
		width: min(100% - 18px, 430px) !important;
		padding: 12px 0 84px !important;
	}

	.store-hero {
		grid-template-columns: 1fr !important;
		min-height: auto !important;
	}

	.store-hero-copy {
		padding: 20px !important;
	}

	.store-hero-visual {
		min-height: 150px !important;
	}

	.store-benefits {
		display: flex !important;
		grid-template-columns: none !important;
		gap: 10px !important;
		overflow-x: auto !important;
		margin-top: 14px !important;
		padding: 10px !important;
		border-radius: 18px !important;
		scroll-snap-type: x mandatory !important;
		-webkit-overflow-scrolling: touch !important;
	}

	.store-benefits div {
		flex: 0 0 126px !important;
		min-width: 126px !important;
		height: 82px !important;
		display: grid !important;
		grid-template-columns: 34px minmax(0, 1fr) !important;
		grid-template-rows: auto auto !important;
		column-gap: 8px !important;
		align-items: center !important;
		padding: 9px !important;
		border: 0 !important;
		border-radius: 16px !important;
		background: #fff !important;
		box-shadow: 7px 7px 16px rgba(28, 84, 140, 0.08), -7px -7px 16px rgba(255,255,255,0.9) !important;
		scroll-snap-align: start !important;
	}

	.store-benefits span {
		grid-row: 1 / 3 !important;
		width: 32px !important;
		height: 32px !important;
		font-size: 9px !important;
	}

	.store-benefits strong {
		font-size: 10px !important;
		line-height: 1.15 !important;
	}

	.store-benefits small {
		font-size: 9px !important;
		line-height: 1.2 !important;
	}

	.store-section {
		margin-top: 18px !important;
		padding: 0 !important;
	}

	.store-section:first-of-type .woocommerce ul.products,
	.store-section:first-of-type ul.products {
		display: flex !important;
		flex-wrap: nowrap !important;
		grid-template-columns: none !important;
		gap: 12px !important;
		overflow-x: auto !important;
		width: 100% !important;
		padding: 4px 2px 12px !important;
		margin: 0 !important;
		scroll-snap-type: x mandatory !important;
		-webkit-overflow-scrolling: touch !important;
	}

	.store-section:first-of-type ul.products::before,
	.store-section:first-of-type ul.products::after {
		display: none !important;
		content: none !important;
	}

	.store-section:first-of-type ul.products li.product,
	.store-section:first-of-type ul.products li.product-category {
		flex: 0 0 78px !important;
		width: 78px !important;
		max-width: 78px !important;
		min-height: 98px !important;
		height: 98px !important;
		float: none !important;
		margin: 0 !important;
		padding: 6px !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		scroll-snap-align: start !important;
	}

	.store-section:first-of-type ul.products li.product a,
	.store-section:first-of-type ul.products li.product-category a {
		display: grid !important;
		justify-items: center !important;
		align-content: start !important;
		gap: 6px !important;
		height: 100% !important;
	}

	.store-section:first-of-type ul.products li.product img,
	.store-section:first-of-type ul.products li.product-category img {
		width: 58px !important;
		height: 58px !important;
		min-width: 58px !important;
		max-width: 58px !important;
		padding: 0 !important;
		margin: 0 !important;
		border-radius: 999px !important;
		object-fit: cover !important;
		background: #fff !important;
		box-shadow: inset 5px 5px 10px rgba(28, 84, 140, 0.08), inset -5px -5px 10px #fff, 0 8px 16px rgba(28,84,140,0.08) !important;
	}

	.store-section:first-of-type .woocommerce-loop-category__title {
		min-height: 0 !important;
		max-height: 28px !important;
		overflow: hidden !important;
		padding: 0 !important;
		margin: 0 !important;
		font-size: 10px !important;
		line-height: 1.2 !important;
		text-align: center !important;
	}

	.store-section:not(:first-of-type) .woocommerce ul.products,
	.store-section:not(:first-of-type) ul.products,
	.shop-main .woocommerce ul.products {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 6px 0 0 !important;
	}

	.store-section:not(:first-of-type) ul.products::before,
	.store-section:not(:first-of-type) ul.products::after,
	.shop-main ul.products::before,
	.shop-main ul.products::after {
		display: none !important;
		content: none !important;
	}

	.store-section:not(:first-of-type) ul.products li.product,
	.shop-main ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		min-height: 230px !important;
		height: auto !important;
		float: none !important;
		margin: 0 !important;
		padding: 9px !important;
		border-radius: 18px !important;
		display: flex !important;
		flex-direction: column !important;
		overflow: hidden !important;
	}

	.store-section:not(:first-of-type) ul.products li.product a img,
	.shop-main ul.products li.product a img,
	.woocommerce-page ul.products li.product a img {
		width: 100% !important;
		height: 104px !important;
		aspect-ratio: auto !important;
		object-fit: contain !important;
		padding: 7px !important;
		margin: 0 0 8px !important;
		border-radius: 14px !important;
	}

	.store-section:not(:first-of-type) ul.products li.product .woocommerce-loop-product__title,
	.shop-main ul.products li.product .woocommerce-loop-product__title,
	.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
		min-height: 32px !important;
		max-height: 32px !important;
		overflow: hidden !important;
		margin: 0 0 6px !important;
		font-size: 11px !important;
		line-height: 1.25 !important;
		overflow-wrap: anywhere !important;
	}

	.store-section:not(:first-of-type) ul.products li.product .price,
	.shop-main ul.products li.product .price,
	.woocommerce-page ul.products li.product .price {
		margin: auto 0 8px !important;
		font-size: 12px !important;
		line-height: 1.25 !important;
	}

	.store-section:not(:first-of-type) ul.products li.product .button,
	.shop-main ul.products li.product .button,
	.woocommerce-page ul.products li.product .button {
		width: 32px !important;
		min-width: 32px !important;
		height: 32px !important;
		min-height: 32px !important;
		margin-top: auto !important;
	}

	.onsale,
	.woocommerce span.onsale {
		top: 7px !important;
		right: 7px !important;
		left: auto !important;
		padding: 5px 9px !important;
		font-size: 10px !important;
	}
}
