/* Genix_Ecom final polish: loaded after all theme CSS. */
.neublue-site .store-section.home-category-layout {
	width: min(100% - 48px, 1440px) !important;
	margin: 18px auto 24px !important;
	padding: 18px 22px !important;
	border: 1px solid rgba(220, 232, 246, .82) !important;
	border-radius: 28px !important;
	background: linear-gradient(145deg, rgba(248, 251, 255, .96), rgba(238, 245, 253, .86)) !important;
	box-shadow: 18px 18px 42px rgba(31, 76, 128, .08), -16px -16px 34px rgba(255, 255, 255, .92) !important;
}

.neublue-site .store-section.home-category-layout ul.products,
.neublue-site .home-category-layout ul.products,
.neublue-site .home-category-desktop-slider ul.products,
.neublue-site .home-category-mobile-slider ul.products {
	display: flex !important;
	grid-template-columns: none !important;
	flex-flow: row nowrap !important;
	align-items: flex-start !important;
	gap: clamp(18px, 2vw, 30px) !important;
	min-height: 138px !important;
	margin: 0 !important;
	padding: 6px 2px 14px !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	scrollbar-width: none !important;
	scroll-snap-type: x proximity !important;
	-webkit-overflow-scrolling: touch !important;
}

.neublue-site .store-section.home-category-layout ul.products::-webkit-scrollbar,
.neublue-site .home-category-layout ul.products::-webkit-scrollbar {
	display: none !important;
}

.neublue-site .store-section.home-category-layout ul.products li.product-category,
.neublue-site .store-section.home-category-layout ul.products li.product-category.product,
.neublue-site .home-category-layout ul.products li.product-category,
.neublue-site .home-category-layout ul.products li.product-category.product {
	position: relative !important;
	flex: 0 0 112px !important;
	width: 112px !important;
	min-width: 112px !important;
	max-width: 112px !important;
	min-height: 132px !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	scroll-snap-align: start !important;
}

.neublue-site .store-section.home-category-layout ul.products li.product-category a,
.neublue-site .home-category-layout ul.products li.product-category a {
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	gap: 10px !important;
	width: 112px !important;
	min-height: 132px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.neublue-site .store-section.home-category-layout ul.products li.product-category a::before,
.neublue-site .home-category-layout ul.products li.product-category a::before {
	content: "" !important;
	position: absolute !important;
	top: 0 !important;
	left: 50% !important;
	width: 92px !important;
	height: 92px !important;
	border-radius: 50% !important;
	background: radial-gradient(circle at 32% 24%, #fff 0 18%, #f4f8fd 48%, #eaf2fb 100%) !important;
	box-shadow: 14px 14px 26px rgba(31, 76, 128, .13), -13px -13px 25px rgba(255, 255, 255, .96), inset 1px 1px 0 rgba(255, 255, 255, .88) !important;
	transform: translateX(-50%) !important;
	pointer-events: none !important;
}

.neublue-site .store-section.home-category-layout ul.products li.product-category img,
.neublue-site .home-category-layout ul.products li.product-category img,
.neublue-site.woocommerce .store-section.home-category-layout ul.products li.product-category img {
	position: relative !important;
	z-index: 1 !important;
	display: block !important;
	width: 78px !important;
	height: 78px !important;
	max-width: 78px !important;
	max-height: 78px !important;
	margin: 7px auto 0 !important;
	padding: 10px !important;
	border: 0 !important;
	border-radius: 50% !important;
	object-fit: contain !important;
	object-position: center !important;
	background: rgba(247, 251, 255, .72) !important;
	box-shadow: none !important;
}

.neublue-site .store-section.home-category-layout .woocommerce-loop-category__title,
.neublue-site .home-category-layout .woocommerce-loop-category__title {
	display: -webkit-box !important;
	max-width: 110px !important;
	min-height: 32px !important;
	max-height: 32px !important;
	margin: 0 !important;
	padding: 0 3px !important;
	overflow: hidden !important;
	color: #182946 !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.28 !important;
	text-align: center !important;
	letter-spacing: 0 !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
}

.neublue-site .store-section.home-category-layout mark.count,
.neublue-site .home-category-layout mark.count {
	display: none !important;
}

.neublue-site .store-section:not(.home-category-layout) ul.products li.product,
.neublue-site .shop-main ul.products li.product,
.neublue-site.woocommerce-page ul.products li.product {
	border: 1px solid rgba(220, 232, 246, .88) !important;
	border-radius: 24px !important;
	background: linear-gradient(145deg, rgba(249, 252, 255, .98), rgba(239, 246, 254, .92)) !important;
	box-shadow: 14px 14px 32px rgba(31, 76, 128, .08), -12px -12px 28px rgba(255, 255, 255, .92) !important;
	overflow: hidden !important;
}

.neublue-site .store-section:not(.home-category-layout) ul.products li.product a img,
.neublue-site .shop-main ul.products li.product a img,
.neublue-site.woocommerce-page ul.products li.product a img {
	border-radius: 18px !important;
	background: #f7fbff !important;
	box-shadow: inset 7px 7px 16px rgba(31, 76, 128, .06), inset -7px -7px 16px rgba(255, 255, 255, .86) !important;
}

.neublue-site .store-section:not(.home-category-layout) ul.products li.product .woocommerce-loop-product__title,
.neublue-site .shop-main ul.products li.product .woocommerce-loop-product__title,
.neublue-site.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	min-height: 36px !important;
	max-height: 36px !important;
	color: #172947 !important;
	font-size: 13px !important;
	font-weight: 680 !important;
	line-height: 1.32 !important;
	letter-spacing: 0 !important;
}

.neublue-site .store-section:not(.home-category-layout) ul.products li.product .button,
.neublue-site .shop-main ul.products li.product .button,
.neublue-site.woocommerce-page ul.products li.product .button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 40px !important;
	margin-top: 10px !important;
	border-radius: 16px !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
	box-shadow: 8px 12px 20px rgba(31, 104, 255, .18), -8px -8px 16px rgba(255, 255, 255, .86) !important;
}

@media (max-width: 900px) {
	.neublue-site .store-section.home-category-layout {
		width: min(100% - 18px, 540px) !important;
		margin: 12px auto 16px !important;
		padding: 13px 10px 12px !important;
		border-radius: 24px !important;
	}

	.neublue-site .store-section.home-category-layout ul.products,
	.neublue-site .home-category-layout ul.products,
	.neublue-site .home-category-mobile-slider ul.products {
		gap: 14px !important;
		min-height: 98px !important;
		padding: 2px 2px 6px !important;
		scroll-snap-type: x mandatory !important;
	}

	.neublue-site .store-section.home-category-layout ul.products li.product-category,
	.neublue-site .store-section.home-category-layout ul.products li.product-category.product,
	.neublue-site .home-category-layout ul.products li.product-category,
	.neublue-site .home-category-layout ul.products li.product-category.product {
		flex: 0 0 72px !important;
		width: 72px !important;
		min-width: 72px !important;
		max-width: 72px !important;
		min-height: 96px !important;
	}

	.neublue-site .store-section.home-category-layout ul.products li.product-category a,
	.neublue-site .home-category-layout ul.products li.product-category a {
		width: 72px !important;
		min-height: 96px !important;
		gap: 6px !important;
	}

	.neublue-site .store-section.home-category-layout ul.products li.product-category a::before,
	.neublue-site .home-category-layout ul.products li.product-category a::before {
		width: 62px !important;
		height: 62px !important;
	}

	.neublue-site .store-section.home-category-layout ul.products li.product-category img,
	.neublue-site .home-category-layout ul.products li.product-category img,
	.neublue-site.woocommerce .store-section.home-category-layout ul.products li.product-category img {
		width: 52px !important;
		height: 52px !important;
		max-width: 52px !important;
		max-height: 52px !important;
		margin-top: 5px !important;
		padding: 7px !important;
	}

	.neublue-site .store-section.home-category-layout .woocommerce-loop-category__title,
	.neublue-site .home-category-layout .woocommerce-loop-category__title {
		max-width: 72px !important;
		min-height: 28px !important;
		max-height: 28px !important;
		font-size: 10px !important;
		line-height: 1.25 !important;
	}
}
