.onnax-shop-page {
	--onnax-shop-ink: #071e2e;
	--onnax-shop-muted: #5f7180;
	--onnax-shop-green: #2ebd78;
	--onnax-shop-green-dark: #168f55;
	--onnax-shop-line: #dbe7e1;
	--onnax-shop-surface: #ffffff;
	--onnax-shop-wash: #ffffff;
}

.onnax-shop-page .breadcrumb-wrap {
	padding-block: clamp(46px, 5.5vw, 78px);
	background-color: #f5f2ff;
}

.onnax-shop-page .breadcrumb-content .page-title {
	font-size: clamp(38px, 4vw, 58px);
	letter-spacing: -0.045em;
}

.onnax-shop-page #primary.woocommerce-page-content-area {
	padding-top: clamp(48px, 6vw, 82px) !important;
	padding-bottom: clamp(64px, 8vw, 110px) !important;
	background: var(--onnax-shop-wash);
}

.onnax-shop-page .wc-page-content-inner {
	color: var(--onnax-shop-ink);
}

.onnax-shop-intro {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.75fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: end;
	margin-bottom: 18px;
	padding: clamp(30px, 4.5vw, 56px);
	border: 1px solid var(--onnax-shop-line);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 55px rgba(7, 30, 46, 0.06);
	overflow: hidden;
}

.onnax-shop-intro::after {
	position: absolute;
	top: -75px;
	right: -55px;
	width: 220px;
	height: 220px;
	border: 34px solid rgba(46, 189, 120, 0.09);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.onnax-shop-intro__copy {
	position: relative;
	z-index: 1;
}

.onnax-shop-intro__copy > p {
	margin: 0 0 12px;
	color: var(--onnax-shop-green-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.onnax-shop-intro__copy h1 {
	max-width: 760px;
	margin: 0;
	color: var(--onnax-shop-ink);
	font-size: clamp(31px, 4vw, 52px);
	font-weight: 750;
	line-height: 1.08;
	letter-spacing: -0.048em;
}

.onnax-shop-intro__copy > span {
	display: block;
	max-width: 710px;
	margin-top: 16px;
	color: var(--onnax-shop-muted);
	font-size: 16px;
	line-height: 1.7;
}

.onnax-shop-intro__assurances {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.onnax-shop-intro__assurances li {
	display: flex;
	align-items: center;
	gap: 11px;
	margin: 0;
	color: #284354;
	font-size: 14px;
	font-weight: 700;
}

.onnax-shop-intro__assurances b {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 50%;
	background: #e7f8ef;
	color: var(--onnax-shop-green-dark);
}

.onnax-shop-categories {
	display: flex;
	gap: 9px;
	margin-bottom: 30px;
	padding: 10px 0 3px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.onnax-shop-categories a {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	padding: 8px 16px;
	border: 1px solid var(--onnax-shop-line);
	border-radius: 999px;
	background: #fff;
	color: #345064;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.onnax-shop-categories a:hover,
.onnax-shop-categories a:focus-visible,
.onnax-shop-categories a.is-active {
	border-color: var(--onnax-shop-green);
	background: var(--onnax-shop-green);
	color: #fff;
}

.onnax-shop-page .woocommerce-header-area-wrap {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) auto minmax(210px, 250px);
	gap: 16px;
	align-items: center;
	margin-bottom: 26px;
	padding: 16px;
	border: 1px solid var(--onnax-shop-line);
	border-radius: 15px;
	background: #fff;
}

.onnax-shop-page .woocommerce-header-area-wrap .search-box {
	position: relative;
	width: 100%;
	margin: 0;
}

.onnax-shop-page .woocommerce-header-area-wrap .search-box button {
	position: absolute;
	top: 50%;
	left: 15px;
	z-index: 1;
	padding: 0;
	background: transparent;
	color: #476172;
	transform: translateY(-50%);
}

.onnax-shop-page .woocommerce-header-area-wrap .search-box input {
	width: 100%;
	height: 48px;
	padding: 0 16px 0 44px;
	border: 1px solid var(--onnax-shop-line);
	border-radius: 10px;
	background: #f9fbfa;
}

.onnax-shop-page .woocommerce-header-area-wrap .woocommerce-result-count {
	margin: 0;
	padding: 0;
	color: var(--onnax-shop-muted);
	font-size: 13px;
	white-space: nowrap;
}

.onnax-shop-page .woocommerce-ordering {
	width: 100%;
	margin: 0;
}

.onnax-shop-page .woocommerce-ordering select {
	width: 100%;
	height: 48px;
	padding: 0 42px 0 15px;
	border: 1px solid var(--onnax-shop-line);
	border-radius: 10px;
	background-color: #f9fbfa;
	color: #263f50;
	font-size: 14px;
}

.onnax-shop-page .wc-page-content-inner .products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.onnax-shop-page .wc-page-content-inner .products .printop-single-product-item,
.onnax-shop-page .wc-page-content-inner .products .printop-single-product-item + .printop-single-product-item {
	display: flex;
	width: auto;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	margin: 0 !important;
	border: 1px solid var(--onnax-shop-line);
	border-radius: 17px;
	background: var(--onnax-shop-surface);
	box-shadow: 0 8px 28px rgba(7, 30, 46, 0.045);
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.onnax-shop-page .wc-page-content-inner .products .printop-single-product-item:hover {
	border-color: #bcd8c9;
	box-shadow: 0 18px 38px rgba(7, 30, 46, 0.1);
	transform: translateY(-4px);
}

.onnax-shop-page .printop-single-product-item .woocommerce-thumbnail-wrap {
	background: #eef3f0;
	overflow: hidden;
}

.onnax-shop-page .printop-single-product-item .woocommerce-thumbnail-wrap > a {
	display: block;
	aspect-ratio: 1 / 1;
}

.onnax-shop-page .printop-single-product-item .woocommerce-thumbnail-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 320ms ease;
}

.onnax-shop-page .printop-single-product-item:hover .woocommerce-thumbnail-wrap img {
	transform: scale(1.035);
}

.onnax-shop-page .printop-single-product-item .woocommerce-thumbnail-wrap .onsale {
	top: 14px;
	left: 14px;
	padding: 7px 11px;
	border-radius: 7px;
	background: var(--onnax-shop-ink);
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.onnax-shop-page .printop-single-product-item .product-content-wrap {
	display: flex;
	min-height: 148px;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px;
	text-align: left;
}

.onnax-shop-page .onnax-product-eyebrow {
	display: block;
	margin-bottom: 7px;
	color: var(--onnax-shop-green-dark);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.11em;
	line-height: 1.35;
	text-transform: uppercase;
}

.onnax-shop-page .printop-single-product-item .product-content-wrap > a {
	color: inherit;
	text-decoration: none;
}

.onnax-shop-page .printop-single-product-item .product-content-wrap .woocommerce-loop-product__title {
	margin: 0 0 12px;
	color: var(--onnax-shop-ink);
	font-size: 17px;
	font-weight: 720;
	line-height: 1.35;
}

.onnax-shop-page .printop-single-product-item .product-content-wrap .price {
	margin: auto 0 0;
	color: var(--onnax-shop-ink);
	font-size: 17px;
	font-weight: 800;
}

.onnax-shop-page .printop-single-product-item .product-content-wrap .price del {
	color: #7c8c97;
	font-size: 13px;
}

.onnax-shop-page .printop-thumb-inner-item-list {
	right: 14px;
	bottom: 14px;
	left: 14px;
	display: block;
	width: auto;
}

.onnax-shop-page .printop-single-product-item .woocommerce-thumbnail-wrap .add_to_cart_button,
.onnax-shop-page .printop-single-product-item .woocommerce-thumbnail-wrap .product_type_grouped,
.onnax-shop-page .printop-single-product-item .woocommerce-thumbnail-wrap .product_type_external,
.onnax-shop-page .printop-single-product-item .woocommerce-thumbnail-wrap .added_to_cart {
	display: inline-flex;
	width: auto;
	min-width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 0 15px;
	border-radius: 9px;
	background: var(--onnax-shop-green);
	box-shadow: 0 8px 20px rgba(16, 88, 56, 0.2);
	font-size: 13px;
	line-height: 1;
}

.onnax-shop-page .printop-single-product-item .woocommerce-thumbnail-wrap .add_to_cart_button:hover,
.onnax-shop-page .printop-single-product-item .woocommerce-thumbnail-wrap .product_type_external:hover,
.onnax-shop-page .printop-single-product-item .woocommerce-thumbnail-wrap .product_type_grouped:hover {
	background: var(--onnax-shop-green-dark);
	color: #fff;
}

.onnax-shop-page .onnax-card-action__label {
	font-weight: 750;
}

.onnax-shop-page .woocommerce-pagination {
	margin-top: 44px;
}

.onnax-shop-page .woocommerce-pagination ul li a,
.onnax-shop-page .woocommerce-pagination ul li span {
	width: 44px;
	height: 44px;
	margin: 0 3px;
	border: 1px solid var(--onnax-shop-line);
	border-radius: 9px;
	background: #fff;
	line-height: 42px;
}

.onnax-shop-page .woocommerce-pagination ul li span,
.onnax-shop-page .woocommerce-pagination ul li a:hover {
	border-color: var(--onnax-shop-green);
	background: var(--onnax-shop-green);
	color: #fff;
}

.onnax-shop-page :focus-visible {
	outline: 3px solid rgba(46, 189, 120, 0.42);
	outline-offset: 3px;
}

@media (max-width: 1100px) {
	.onnax-shop-page .wc-page-content-inner .products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.onnax-shop-intro {
		grid-template-columns: 1fr;
	}

	.onnax-shop-intro__assurances {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.onnax-shop-page .woocommerce-header-area-wrap {
		grid-template-columns: 1fr 1fr;
	}

	.onnax-shop-page .woocommerce-header-area-wrap .search-box {
		grid-column: 1 / -1;
	}

	.onnax-shop-page .wc-page-content-inner .products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.onnax-shop-page .breadcrumb-wrap {
		padding-block: 34px;
	}

	.onnax-shop-intro {
		padding: 25px 21px;
		border-radius: 16px;
	}

	.onnax-shop-intro__assurances {
		grid-template-columns: 1fr;
	}

	.onnax-shop-page .woocommerce-header-area-wrap,
	.onnax-shop-page .wc-page-content-inner .products {
		grid-template-columns: 1fr;
	}

	.onnax-shop-page .woocommerce-header-area-wrap .search-box {
		grid-column: auto;
	}

	.onnax-shop-page .woocommerce-header-area-wrap .woocommerce-result-count {
		white-space: normal;
	}

	.onnax-shop-page .printop-single-product-item .woocommerce-thumbnail-wrap .add_to_cart_button,
	.onnax-shop-page .printop-single-product-item .woocommerce-thumbnail-wrap .product_type_grouped,
	.onnax-shop-page .printop-single-product-item .woocommerce-thumbnail-wrap .product_type_external {
		visibility: visible;
		opacity: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.onnax-shop-page .printop-single-product-item,
	.onnax-shop-page .printop-single-product-item img {
		transition: none !important;
	}
}

/* Reference-led product card: quiet white shell, framed image, fixed action. */
.onnax-shop-page .wc-page-content-inner .products .printop-single-product-item,
.onnax-shop-page .wc-page-content-inner .products .printop-single-product-item + .printop-single-product-item {
	padding: 10px;
	border: 1px solid #ccd5d0;
	border-radius: 19px;
	box-shadow: none;
	overflow: visible;
}

.onnax-shop-page .wc-page-content-inner .products .printop-single-product-item:hover {
	border-color: #9cb9aa;
	box-shadow: 0 12px 28px rgba(7, 30, 46, 0.08);
	transform: translateY(-2px);
}

.onnax-shop-page .printop-single-product-item .woocommerce-thumbnail-wrap {
	border-radius: 14px;
}

.onnax-shop-page .printop-single-product-item .woocommerce-thumbnail-wrap .onsale {
	top: 10px;
	left: 10px;
}

.onnax-shop-page .printop-single-product-item .product-content-wrap {
	min-height: 172px;
	padding: 14px 0 0;
}

.onnax-shop-page .printop-single-product-item .product-content-wrap .woocommerce-loop-product__title {
	margin-bottom: 8px;
}

.onnax-shop-page .printop-single-product-item .product-content-wrap .price {
	margin: 0 0 14px;
}

.onnax-shop-page .onnax-favorite-toggle {
	position: absolute;
	top: 11px;
	right: 11px;
	z-index: 2;
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 4px 14px rgba(7, 30, 46, 0.1);
	cursor: pointer;
}

.onnax-shop-page .onnax-favorite-toggle svg {
	width: 19px;
	height: 19px;
	fill: #a7b0b5;
	transition: fill 160ms ease, transform 160ms ease;
}

.onnax-shop-page .onnax-favorite-toggle.is-favorite svg {
	fill: #e82f57;
	transform: scale(1.08);
}

.onnax-shop-page .onnax-favorite-toggle.is-loading {
	opacity: 0.58;
	pointer-events: none;
}

.onnax-shop-page .onnax-favorite-glyph {
	color: #a7b0b5;
	font-size: 20px;
	line-height: 1;
	transition: color 160ms ease, transform 160ms ease;
}

.onnax-shop-page .onnax-favorite-toggle.is-favorite .onnax-favorite-glyph {
	color: #e82f57;
	transform: scale(1.08);
}

.onnax-shop-page .onnax-shop-card-action {
	display: inline-flex;
	width: 100%;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	padding: 10px 16px;
	border: 1px solid #242424;
	border-radius: 999px;
	background: #242424;
	color: #fff;
	font-size: 13px;
	font-weight: 750;
	line-height: 1;
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.onnax-shop-page .printop-single-product-item .product-content-wrap > .onnax-shop-card-action {
	color: #fff;
}

.onnax-shop-page .onnax-shop-card-action:hover,
.onnax-shop-page .onnax-shop-card-action:focus-visible {
	border-color: var(--onnax-shop-green-dark);
	background: var(--onnax-shop-green-dark);
	color: #fff;
	transform: translateY(-1px);
}

.onnax-shop-page .onnax-shop-card-action--external {
	border-color: #f1641e;
	background: #f1641e;
}

.onnax-shop-page .onnax-shop-card-action--external:hover,
.onnax-shop-page .onnax-shop-card-action--external:focus-visible {
	border-color: #cf4f12;
	background: #cf4f12;
}

.onnax-shop-page .onnax-shop-free-price {
	color: var(--onnax-shop-green-dark);
	font-weight: 800;
}

.onnax-shop-page .onnax-favorite-toast {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 10020;
	max-width: min(360px, calc(100vw - 32px));
	padding: 12px 17px;
	border-radius: 10px;
	background: #071e2e;
	color: #fff;
	font-size: 13px;
	font-weight: 750;
	box-shadow: 0 14px 32px rgba(7, 30, 46, 0.22);
	opacity: 0;
	transform: translateY(10px);
	pointer-events: none;
	transition: opacity 180ms ease, transform 180ms ease;
}

.onnax-shop-page .onnax-favorite-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}
