/*
 * Horizon Discovery Field
 * A bespoke WooCommerce catalogue experience.
 */

body.horizon-shop-page {
	--hshop-ink: #08234d;
	--hshop-ink-soft: #315d89;
	--hshop-ink-faint: #6e89a4;
	--hshop-blue: #137ec1;
	--hshop-blue-deep: #0b4e91;
	--hshop-cyan: #88d8fb;
	--hshop-coral: #eb5f71;
	--hshop-mint: #16a873;
	--hshop-paper: #f7fbff;
	--hshop-paper-blue: #edf7ff;
	--hshop-surface: rgba(255, 255, 255, 0.9);
	--hshop-surface-solid: #ffffff;
	--hshop-line: rgba(31, 101, 160, 0.16);
	--hshop-line-strong: rgba(31, 101, 160, 0.28);
	--hshop-shadow: 0 20px 60px rgba(19, 74, 128, 0.12);
	--hshop-shadow-high: 0 28px 80px rgba(12, 58, 112, 0.2);
	background: var(--hshop-paper);
	color: var(--hshop-ink);
	font-family: "Satoshi", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
	overflow-x: hidden;
}

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

.hshop {
	background: var(--hshop-paper);
	color: var(--hshop-ink);
	overflow: clip;
}

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

.hshop button,
.hshop input,
.hshop select {
	font: inherit;
}

.hshop img {
	border-radius: 0;
	display: block;
	height: auto;
	max-width: 100%;
}

.hshop-shell {
	margin: 0 auto;
	max-width: 1480px;
	padding-left: clamp(1.15rem, 3vw, 3.5rem);
	padding-right: clamp(1.15rem, 3vw, 3.5rem);
	width: 100%;
}

.hshop-notices {
	background: var(--hshop-paper);
	position: relative;
	z-index: 10;
}

.hshop-notices .woocommerce-message,
.hshop-notices .woocommerce-error,
.hshop-notices .woocommerce-info {
	border: 0;
	border-bottom: 1px solid var(--hshop-line);
	border-radius: 0;
	box-shadow: none;
	font-family: "Satoshi", sans-serif;
	margin: 0;
	padding: 1rem clamp(1.15rem, 3vw, 3.5rem);
}

.hshop-notices:empty {
	display: none;
}

.horizon-shop-page .morph-path-shell {
	background: var(--hshop-paper);
	border-bottom: 1px solid var(--hshop-line);
}

/* Hero */
.hshop-hero {
	background:
		linear-gradient(90deg, rgba(250, 253, 255, 0.97) 0%, rgba(246, 251, 255, 0.91) 34%, rgba(238, 248, 255, 0.36) 58%, rgba(4, 30, 67, 0.16) 100%),
		url("images/horizon-shop-discovery-field.webp") center / cover no-repeat;
	border-bottom: 1px solid rgba(40, 107, 168, 0.14);
	isolation: isolate;
	min-height: 600px;
	overflow: hidden;
	position: relative;
}

.hshop-hero::before {
	background-image: radial-gradient(rgba(25, 105, 171, 0.2) 0.7px, transparent 0.7px);
	background-size: 18px 18px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(90deg, #000 0%, transparent 47%);
	opacity: 0.22;
	pointer-events: none;
	position: absolute;
}

.hshop-hero::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, rgba(247, 251, 255, 0.72) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.hshop-hero__wash {
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 50%;
	box-shadow:
		0 0 0 90px rgba(255, 255, 255, 0.025),
		0 0 0 180px rgba(255, 255, 255, 0.025);
	height: 520px;
	pointer-events: none;
	position: absolute;
	right: -250px;
	top: -260px;
	width: 520px;
}

.hshop-hero__inner {
	align-items: center;
	display: grid;
	gap: clamp(2.5rem, 5vw, 6rem);
	grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
	min-height: 600px;
	padding-bottom: clamp(2.8rem, 4vw, 4rem);
	padding-top: clamp(2.8rem, 4vw, 4rem);
	position: relative;
	z-index: 2;
}

.hshop-hero__copy {
	max-width: 650px;
}

.hshop-coordinate {
	align-items: center;
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid rgba(27, 105, 170, 0.2);
	border-radius: 999px;
	color: var(--hshop-blue-deep);
	display: inline-flex;
	font-family: "Space Mono", monospace;
	font-size: 0.61rem;
	font-weight: 700;
	gap: 0.62rem;
	letter-spacing: 0.13em;
	margin-bottom: 1.5rem;
	padding: 0.55rem 0.78rem;
	text-transform: uppercase;
}

.hshop-coordinate > span:last-child {
	border-left: 1px solid var(--hshop-line-strong);
	color: var(--hshop-ink-faint);
	padding-left: 0.62rem;
}

.hshop-coordinate__pulse {
	background: var(--hshop-mint);
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(22, 168, 115, 0.32);
	height: 7px;
	animation: hshop-pulse 2.2s infinite;
	width: 7px;
}

@keyframes hshop-pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(22, 168, 115, 0.32); }
	50% { box-shadow: 0 0 0 7px rgba(22, 168, 115, 0); }
}

.hshop-hero__title {
	color: var(--hshop-ink);
	font-family: "Instrument Serif", Georgia, serif;
	font-size: clamp(3.55rem, 5.4vw, 6.45rem);
	font-weight: 400;
	letter-spacing: -0.058em;
	line-height: 0.84;
	margin: 0;
	max-width: 760px;
	text-wrap: balance;
}

.hshop-hero__title em {
	color: var(--hshop-blue);
	display: block;
	font-weight: 400;
	margin-top: 0.16em;
}

.hshop-hero__intro {
	color: var(--hshop-ink-soft);
	font-size: clamp(0.96rem, 1.1vw, 1.08rem);
	font-weight: 500;
	line-height: 1.68;
	margin: 1.55rem 0 1.8rem;
	max-width: 570px;
}

.hshop-search {
	align-items: center;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(27, 105, 170, 0.22);
	border-radius: 17px;
	box-shadow: 0 16px 42px rgba(19, 74, 128, 0.11);
	display: flex;
	gap: 0.6rem;
	max-width: 580px;
	padding: 0.5rem;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.hshop-search:focus-within {
	border-color: rgba(19, 126, 193, 0.62);
	box-shadow: 0 0 0 4px rgba(19, 126, 193, 0.1), 0 20px 48px rgba(19, 74, 128, 0.14);
}

.hshop-search__mark {
	border: 2px solid var(--hshop-blue);
	border-radius: 50%;
	flex: 0 0 17px;
	height: 17px;
	margin-left: 0.82rem;
	position: relative;
	width: 17px;
}

.hshop-search__mark::after {
	background: var(--hshop-blue);
	border-radius: 2px;
	bottom: -5px;
	content: "";
	height: 7px;
	position: absolute;
	right: -3px;
	transform: rotate(-45deg);
	width: 2px;
}

.hshop-search input[type="search"] {
	appearance: none;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--hshop-ink);
	flex: 1;
	font-size: 0.91rem;
	font-weight: 600;
	height: 52px;
	min-width: 0;
	outline: 0;
	padding: 0 0.45rem;
	width: auto;
}

.hshop-search input[type="search"]::placeholder {
	color: var(--hshop-ink-faint);
	opacity: 1;
}

.hshop-search button {
	align-items: center;
	background: linear-gradient(135deg, var(--hshop-ink), var(--hshop-blue));
	border: 0;
	border-radius: 12px;
	box-shadow: 0 9px 22px rgba(11, 78, 145, 0.23);
	color: #fff;
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 800;
	gap: 0.85rem;
	height: 52px;
	justify-content: center;
	padding: 0 1.15rem;
	transition: transform 180ms ease, box-shadow 180ms ease;
	white-space: nowrap;
}

.hshop-search button:hover {
	box-shadow: 0 13px 28px rgba(11, 78, 145, 0.3);
	transform: translateY(-1px);
}

.hshop-hero__stats {
	display: flex;
	gap: 1.3rem;
	margin-top: 1.65rem;
}

.hshop-hero__stats > div {
	align-items: baseline;
	border-right: 1px solid var(--hshop-line-strong);
	display: flex;
	gap: 0.42rem;
	padding-right: 1.3rem;
}

.hshop-hero__stats > div:last-child {
	border-right: 0;
	padding-right: 0;
}

.hshop-hero__stats strong {
	color: var(--hshop-ink);
	font-family: "Instrument Serif", Georgia, serif;
	font-size: 1.45rem;
	font-weight: 400;
	line-height: 1;
}

.hshop-hero__stats span {
	color: var(--hshop-ink-faint);
	font-family: "Space Mono", monospace;
	font-size: 0.52rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

/* Hero discovery field */
.hshop-field {
	--field-x: 0;
	--field-y: 0;
	background:
		linear-gradient(145deg, rgba(5, 26, 61, 0.82), rgba(8, 53, 101, 0.62)),
		url("images/horizon-shop-discovery-field.webp") 72% center / auto 108% no-repeat;
	border: 1px solid rgba(187, 229, 255, 0.32);
	border-radius: 38px;
	box-shadow:
		0 36px 100px rgba(2, 25, 58, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.3);
	height: min(520px, 36vw);
	min-height: 450px;
	overflow: hidden;
	position: relative;
	transform: perspective(1100px) rotateX(calc(var(--field-y) * -1.2deg)) rotateY(calc(var(--field-x) * 1.2deg));
	transition: transform 180ms ease-out;
}

.hshop-field::before {
	background:
		linear-gradient(rgba(150, 216, 255, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(150, 216, 255, 0.08) 1px, transparent 1px);
	background-size: 42px 42px;
	content: "";
	inset: 0;
	mask-image: radial-gradient(circle at 58% 46%, #000, transparent 76%);
	opacity: 0.55;
	position: absolute;
}

.hshop-field::after {
	background: radial-gradient(circle at 70% 48%, rgba(104, 210, 255, 0.18), transparent 38%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.hshop-field__rings {
	border: 1px solid rgba(142, 217, 255, 0.2);
	border-radius: 50%;
	height: 410px;
	left: 51%;
	position: absolute;
	top: 48%;
	transform: translate(-50%, -50%);
	width: 410px;
}

.hshop-field__rings::before,
.hshop-field__rings::after {
	border: 1px solid rgba(142, 217, 255, 0.18);
	border-radius: inherit;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hshop-field__rings::before {
	height: 270px;
	width: 270px;
}

.hshop-field__rings::after {
	border-style: dashed;
	height: 540px;
	width: 540px;
}

.hshop-field__legend {
	color: rgba(226, 243, 255, 0.62);
	left: 1.55rem;
	position: absolute;
	top: 1.45rem;
	z-index: 4;
}

.hshop-field__legend span {
	display: block;
	font-family: "Space Mono", monospace;
	font-size: 0.52rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	margin-bottom: 0.25rem;
	text-transform: uppercase;
}

.hshop-field__legend strong {
	color: #fff;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: -0.015em;
}

.hshop-field-card {
	--field-shift-x: calc(var(--field-x) * (10px + var(--field-index) * 2px));
	--field-shift-y: calc(var(--field-y) * (8px + var(--field-index) * 2px));
	background: rgba(248, 252, 255, 0.91);
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: 18px;
	box-shadow: 0 20px 48px rgba(1, 18, 43, 0.28);
	display: block;
	overflow: hidden;
	position: absolute;
	transform: translate(var(--field-shift-x), var(--field-shift-y)) rotate(var(--field-rotate, 0deg));
	transition: box-shadow 220ms ease, transform 220ms ease;
	width: clamp(150px, 12vw, 190px);
	z-index: 3;
}

.hshop-field-card:hover {
	box-shadow: 0 28px 60px rgba(1, 18, 43, 0.38);
	z-index: 8;
}

.hshop-field-card img {
	aspect-ratio: 1 / 0.83;
	background: #f2f8fd;
	object-fit: contain;
	padding: 0.85rem;
	width: 100%;
}

.hshop-field-card__index {
	background: rgba(6, 34, 73, 0.82);
	border-radius: 999px;
	color: #fff;
	font-family: "Space Mono", monospace;
	font-size: 0.48rem;
	left: 0.62rem;
	letter-spacing: 0.08em;
	padding: 0.32rem 0.47rem;
	position: absolute;
	top: 0.62rem;
	z-index: 2;
}

.hshop-field-card__meta {
	align-items: flex-end;
	border-top: 1px solid rgba(21, 88, 147, 0.11);
	display: flex;
	gap: 0.55rem;
	justify-content: space-between;
	padding: 0.65rem 0.72rem 0.72rem;
}

.hshop-field-card__meta > span {
	color: var(--hshop-ink);
	display: -webkit-box;
	font-size: 0.59rem;
	font-weight: 700;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.25;
	overflow: hidden;
}

.hshop-field-card__meta strong,
.hshop-field-card__meta .amount {
	color: var(--hshop-blue-deep);
	font-size: 0.65rem;
	font-weight: 800;
	white-space: nowrap;
}

.hshop-field-card__meta del {
	display: none;
}

.hshop-field-card__meta ins {
	text-decoration: none;
}

.hshop-field-card--1 {
	left: 11%;
	top: 25%;
	--field-rotate: -5deg;
}

.hshop-field-card--2 {
	right: 8%;
	top: 14%;
	--field-rotate: 5deg;
}

.hshop-field-card--3 {
	left: 39%;
	top: 43%;
	--field-rotate: 2deg;
	width: clamp(170px, 14vw, 215px);
	z-index: 5;
}

.hshop-field-card--4 {
	bottom: 9%;
	right: 12%;
	--field-rotate: -4deg;
}

.hshop-field__all {
	align-items: center;
	background: rgba(4, 26, 60, 0.72);
	border: 1px solid rgba(155, 221, 255, 0.28);
	border-radius: 999px;
	bottom: 1.25rem;
	color: #fff !important;
	display: flex;
	font-family: "Space Mono", monospace;
	font-size: 0.54rem;
	font-weight: 700;
	gap: 0.85rem;
	left: 1.35rem;
	letter-spacing: 0.09em;
	padding: 0.65rem 0.8rem 0.65rem 0.95rem;
	position: absolute;
	text-transform: uppercase;
	z-index: 6;
}

.hshop-field__all span:last-child {
	align-items: center;
	background: rgba(132, 216, 251, 0.18);
	border-radius: 50%;
	display: flex;
	height: 25px;
	justify-content: center;
	width: 25px;
}

/* Shared headings */
.hshop-kicker {
	align-items: center;
	color: var(--hshop-blue);
	display: flex;
	font-family: "Space Mono", monospace;
	font-size: 0.59rem;
	font-weight: 700;
	gap: 0.72rem;
	letter-spacing: 0.14em;
	margin: 0 0 0.85rem;
	text-transform: uppercase;
}

.hshop-kicker::before {
	background: currentColor;
	content: "";
	height: 1px;
	opacity: 0.7;
	width: 27px;
}

.hshop-section-heading {
	align-items: end;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	margin-bottom: 2.2rem;
}

.hshop-section-heading h2,
.hshop-catalogue__header h2,
.hshop-promise__intro h2,
.hshop-empty h2 {
	color: var(--hshop-ink);
	font-family: "Instrument Serif", Georgia, serif;
	font-size: clamp(2.65rem, 4.4vw, 4.65rem);
	font-weight: 400;
	letter-spacing: -0.048em;
	line-height: 0.95;
	margin: 0;
}

.hshop-section-heading > p {
	color: var(--hshop-ink-soft);
	font-size: 0.93rem;
	line-height: 1.62;
	margin: 0;
	max-width: 420px;
}

/* Route mosaic */
.hshop-routes {
	background:
		radial-gradient(circle at 8% 0, rgba(88, 188, 237, 0.1), transparent 29%),
		var(--hshop-paper);
	padding: clamp(5.5rem, 8vw, 9rem) 0;
}

.hshop-route-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hshop-route {
	background: #0a2d59;
	border: 1px solid var(--hshop-line);
	border-radius: 25px;
	box-shadow: 0 17px 46px rgba(12, 63, 117, 0.12);
	color: #fff !important;
	display: block;
	height: 290px;
	isolation: isolate;
	overflow: hidden;
	position: relative;
	transition: box-shadow 240ms ease, transform 240ms ease;
}

.hshop-route:hover {
	box-shadow: 0 25px 62px rgba(12, 63, 117, 0.2);
	transform: translateY(-5px);
}

.hshop-route.is-current {
	box-shadow: 0 0 0 3px rgba(19, 126, 193, 0.22), 0 25px 62px rgba(12, 63, 117, 0.18);
}

.hshop-route--all {
	background:
		radial-gradient(circle at 76% 36%, rgba(98, 212, 255, 0.29), transparent 25%),
		linear-gradient(145deg, #061a3a, #0c4d88);
}

.hshop-route--image img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	transition: transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
	width: 100%;
	z-index: -2;
}

.hshop-route--image:hover img {
	transform: scale(1.05);
}

.hshop-route__veil {
	background: linear-gradient(180deg, rgba(3, 22, 51, 0.05) 12%, rgba(3, 22, 51, 0.84) 88%);
	inset: 0;
	position: absolute;
	z-index: -1;
}

.hshop-route__number {
	align-items: center;
	backdrop-filter: blur(11px);
	background: rgba(5, 30, 65, 0.48);
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 50%;
	display: flex;
	font-family: "Space Mono", monospace;
	font-size: 0.55rem;
	font-weight: 700;
	height: 39px;
	justify-content: center;
	left: 1.15rem;
	letter-spacing: 0.08em;
	position: absolute;
	top: 1.1rem;
	width: 39px;
}

.hshop-route__copy {
	bottom: 1.3rem;
	left: 1.35rem;
	position: absolute;
	right: 1.25rem;
	z-index: 3;
}

.hshop-route__copy small {
	color: rgba(220, 241, 255, 0.72);
	display: block;
	font-family: "Space Mono", monospace;
	font-size: 0.51rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	margin-bottom: 0.4rem;
	text-transform: uppercase;
}

.hshop-route__copy strong {
	display: block;
	font-family: "Instrument Serif", Georgia, serif;
	font-size: clamp(1.6rem, 2.2vw, 2.3rem);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 0.95;
	margin-bottom: 0.65rem;
}

.hshop-route__copy > span {
	color: rgba(229, 245, 255, 0.82);
	font-size: 0.7rem;
	font-weight: 700;
}

.hshop-route__radar {
	border: 1px solid rgba(137, 220, 255, 0.24);
	border-radius: 50%;
	height: 210px;
	position: absolute;
	right: -55px;
	top: -33px;
	width: 210px;
}

.hshop-route__radar::before,
.hshop-route__radar::after {
	border: 1px solid rgba(137, 220, 255, 0.2);
	border-radius: inherit;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hshop-route__radar::before {
	height: 130px;
	width: 130px;
}

.hshop-route__radar::after {
	background: radial-gradient(circle, #a7e7ff 0 3px, transparent 4px);
	height: 55px;
	width: 55px;
}

/* Catalogue controls */
.hshop-catalogue {
	background:
		linear-gradient(rgba(35, 116, 181, 0.028) 1px, transparent 1px),
		linear-gradient(90deg, rgba(35, 116, 181, 0.028) 1px, transparent 1px),
		var(--hshop-paper-blue);
	background-size: 28px 28px;
	border-bottom: 1px solid var(--hshop-line);
	border-top: 1px solid var(--hshop-line);
	padding: clamp(2rem, 3.5vw, 3.5rem) 0 clamp(6rem, 9vw, 9rem);
}

.hshop-catalogue__header {
	align-items: end;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	margin-bottom: 1.6rem;
}

.hshop-catalogue__header h2 {
	font-size: clamp(2.8rem, 4.6vw, 4.8rem);
}

.hshop-result-count {
	color: var(--hshop-ink-faint);
	font-family: "Space Mono", monospace;
	font-size: 0.56rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0.75rem 0 0;
	text-transform: uppercase;
}

.hshop-view-switch {
	align-items: center;
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid var(--hshop-line);
	border-radius: 999px;
	display: flex;
	gap: 0.22rem;
	padding: 0.3rem;
}

.hshop-view-switch button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: var(--hshop-ink-faint);
	display: flex;
	font-size: 0.69rem;
	font-weight: 800;
	gap: 0.5rem;
	height: 38px;
	padding: 0 0.8rem;
	transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.hshop-view-switch button.is-active {
	background: var(--hshop-ink);
	box-shadow: 0 8px 20px rgba(8, 35, 77, 0.2);
	color: #fff;
}

.hshop-view-switch__grid,
.hshop-view-switch__list {
	display: grid;
	gap: 2px;
	height: 12px;
	width: 12px;
}

.hshop-view-switch__grid {
	background:
		linear-gradient(currentColor 0 0) 0 0 / 5px 5px no-repeat,
		linear-gradient(currentColor 0 0) 100% 0 / 5px 5px no-repeat,
		linear-gradient(currentColor 0 0) 0 100% / 5px 5px no-repeat,
		linear-gradient(currentColor 0 0) 100% 100% / 5px 5px no-repeat;
}

.hshop-view-switch__list {
	background:
		linear-gradient(currentColor 0 0) 0 0 / 100% 2px no-repeat,
		linear-gradient(currentColor 0 0) 0 50% / 100% 2px no-repeat,
		linear-gradient(currentColor 0 0) 0 100% / 100% 2px no-repeat;
}

.hshop-controls {
	align-items: center;
	backdrop-filter: blur(18px);
	background: rgba(247, 251, 255, 0.84);
	border: 1px solid var(--hshop-line);
	border-radius: 18px;
	box-shadow: 0 14px 42px rgba(18, 76, 129, 0.09);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 2rem;
	padding: 0.55rem;
	position: sticky;
	top: 0.8rem;
	z-index: 40;
}

.hshop-signals {
	display: flex;
	gap: 0.28rem;
	margin: 0;
	overflow-x: auto;
	padding: 0;
	scrollbar-width: none;
}

.hshop-signals::-webkit-scrollbar {
	display: none;
}

.hshop-signals a {
	border: 1px solid transparent;
	border-radius: 999px;
	color: var(--hshop-ink-soft);
	flex: 0 0 auto;
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.73rem 0.85rem;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
	white-space: nowrap;
}

.hshop-signals a:hover {
	background: rgba(19, 126, 193, 0.07);
	border-color: var(--hshop-line);
	color: var(--hshop-blue-deep);
}

.hshop-signals a.is-active {
	background: var(--hshop-ink);
	border-color: var(--hshop-ink);
	color: #fff;
}

.hshop-sort {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 0.58rem;
}

.hshop-sort label {
	color: var(--hshop-ink-faint);
	font-family: "Space Mono", monospace;
	font-size: 0.5rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.hshop-sort select {
	appearance: none;
	background:
		linear-gradient(45deg, transparent 50%, var(--hshop-ink-faint) 50%) calc(100% - 15px) calc(50% - 2px) / 5px 5px no-repeat,
		linear-gradient(135deg, var(--hshop-ink-faint) 50%, transparent 50%) calc(100% - 10px) calc(50% - 2px) / 5px 5px no-repeat,
		var(--hshop-surface-solid);
	border: 1px solid var(--hshop-line);
	border-radius: 11px;
	color: var(--hshop-ink);
	font-size: 0.68rem;
	font-weight: 700;
	height: 40px;
	max-width: 185px;
	padding: 0 2rem 0 0.75rem;
}

.hshop-sort select:focus {
	border-color: var(--hshop-blue);
	box-shadow: 0 0 0 3px rgba(19, 126, 193, 0.11);
	outline: 0;
}

.hshop-sort noscript button {
	background: var(--hshop-ink);
	border: 0;
	border-radius: 9px;
	color: #fff;
	height: 38px;
	padding: 0 0.8rem;
}

/* Product mosaic */
.hshop-products,
.horizon-shop-page .site-main .hshop-products {
	counter-reset: hshop-products;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.hshop-products::before,
.hshop-products::after {
	display: none !important;
}

.hshop-card,
.horizon-shop-page.woocommerce .hshop-products li.product {
	background: var(--hshop-surface);
	border: 1px solid var(--hshop-line);
	border-radius: 24px;
	box-shadow: 0 14px 42px rgba(14, 65, 119, 0.08);
	display: flex;
	float: none;
	flex-direction: column;
	margin: 0;
	min-width: 0;
	opacity: 1;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: left;
	transform: none;
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease, opacity 360ms ease;
	width: auto;
}

.hshop-ready .hshop-card:not(.is-visible) {
	opacity: 0;
	transform: translateY(18px);
}

.hshop-card:hover {
	border-color: var(--hshop-line-strong);
	box-shadow: var(--hshop-shadow-high);
	transform: translateY(-5px);
}

.hshop-card--lead,
.horizon-shop-page.woocommerce .hshop-products li.product.hshop-card--lead {
	display: grid;
	grid-column: span 2;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
}

.hshop-card__media {
	aspect-ratio: 1.08 / 1;
	background:
		radial-gradient(circle at 55% 44%, rgba(255, 255, 255, 0.96), transparent 48%),
		linear-gradient(145deg, #eef8ff, #e1f1fb);
	min-height: 0;
	overflow: hidden;
	position: relative;
}

.hshop-card--lead .hshop-card__media {
	aspect-ratio: auto;
	height: 100%;
	min-height: 435px;
}

.hshop-card__media::after {
	background:
		linear-gradient(rgba(28, 112, 178, 0.07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(28, 112, 178, 0.07) 1px, transparent 1px);
	background-size: 32px 32px;
	content: "";
	inset: 0;
	mask-image: radial-gradient(circle at center, #000, transparent 73%);
	opacity: 0.55;
	pointer-events: none;
	position: absolute;
}

.hshop-card__image-link {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: clamp(1.4rem, 2.4vw, 2.5rem);
	position: relative;
	z-index: 1;
}

.horizon-shop-page .hshop-card__image,
.horizon-shop-page.woocommerce .hshop-products li.product .hshop-card__image {
	height: 100%;
	margin: 0;
	max-height: 100%;
	object-fit: contain;
	transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
	width: 100%;
}

.hshop-card:hover .hshop-card__image {
	transform: scale(1.045) rotate(-0.6deg);
}

.hshop-card__topline {
	align-items: center;
	display: flex;
	justify-content: space-between;
	left: 0.85rem;
	position: absolute;
	right: 0.85rem;
	top: 0.8rem;
	z-index: 5;
}

.hshop-card__number {
	align-items: center;
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(42, 112, 171, 0.17);
	border-radius: 999px;
	color: var(--hshop-blue-deep);
	display: flex;
	font-family: "Space Mono", monospace;
	font-size: 0.51rem;
	font-weight: 700;
	height: 34px;
	justify-content: center;
	letter-spacing: 0.09em;
	width: 34px;
}

.hshop-card .hnwl-button--loop {
	background: rgba(255, 255, 255, 0.78);
	border-color: rgba(42, 112, 171, 0.17);
	box-shadow: 0 8px 22px rgba(21, 77, 132, 0.1);
	color: var(--hshop-ink);
	height: 38px;
	min-height: 38px;
	min-width: 38px;
	padding: 0;
	position: relative;
	right: auto;
	top: auto;
	width: 38px;
}

.hshop-card .hnwl-button--loop:hover {
	background: #fff;
}

.hshop-card .hnwl-button--loop .hnwl-button__icon {
	flex-basis: 16px;
	height: 16px;
	width: 16px;
}

.hshop-card__badges {
	bottom: 0.8rem;
	display: flex;
	gap: 0.4rem;
	left: 0.85rem;
	position: absolute;
	z-index: 4;
}

.hshop-badge {
	backdrop-filter: blur(10px);
	background: rgba(7, 35, 75, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	color: #fff;
	font-family: "Space Mono", monospace;
	font-size: 0.49rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 0.42rem 0.62rem;
	text-transform: uppercase;
}

.hshop-badge--sale {
	background: rgba(230, 70, 94, 0.9);
}

.hshop-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.25rem;
}

.hshop-card--lead .hshop-card__body {
	justify-content: center;
	padding: clamp(1.5rem, 3vw, 2.4rem);
}

.hshop-card__signal {
	align-items: center;
	color: var(--hshop-blue);
	display: flex;
	font-family: "Space Mono", monospace;
	font-size: 0.51rem;
	font-weight: 700;
	justify-content: space-between;
	letter-spacing: 0.08em;
	margin-bottom: 0.78rem;
	text-transform: uppercase;
}

.hshop-card__signal span:last-child {
	color: var(--hshop-ink-faint);
	font-size: 0.47rem;
}

.hshop-card__signal span:last-child::before {
	background: var(--hshop-mint);
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 5px;
	margin-right: 0.34rem;
	vertical-align: 1px;
	width: 5px;
}

.hshop-card.outofstock .hshop-card__signal span:last-child::before {
	background: var(--hshop-coral);
}

.hshop-card__title {
	color: var(--hshop-ink);
	font-family: "Satoshi", sans-serif;
	font-size: clamp(0.98rem, 1.2vw, 1.12rem);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.35;
	margin: 0;
}

.hshop-card--lead .hshop-card__title {
	font-family: "Instrument Serif", Georgia, serif;
	font-size: clamp(1.75rem, 2.7vw, 2.65rem);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1;
}

.hshop-card__title a {
	color: inherit;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.hshop-card__title a:hover {
	color: var(--hshop-blue);
}

.hshop-card__excerpt {
	color: var(--hshop-ink-soft);
	font-size: 0.84rem;
	line-height: 1.58;
	margin: 0.9rem 0 0;
}

.hshop-card__rating {
	align-items: center;
	color: var(--hshop-ink-faint);
	display: flex;
	font-size: 0.66rem;
	gap: 0.48rem;
	margin-top: 0.78rem;
	min-height: 1rem;
}

.hshop-card__rating .star-rating {
	color: #da8b24;
	float: none;
	font-size: 0.65rem;
	height: 1rem;
	margin: 0;
	width: 5.3em;
}

.hshop-card__new {
	align-items: center;
	display: flex;
	font-family: "Space Mono", monospace;
	font-size: 0.5rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.hshop-card__new::before {
	background: var(--hshop-cyan);
	border-radius: 50%;
	content: "";
	height: 5px;
	margin-right: 0.38rem;
	width: 5px;
}

.hshop-card__purchase {
	align-items: flex-end;
	border-top: 1px solid var(--hshop-line);
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 1rem;
}

.hshop-card__price small {
	color: var(--hshop-ink-faint);
	display: block;
	font-family: "Space Mono", monospace;
	font-size: 0.48rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 0.28rem;
	text-transform: uppercase;
}

.hshop-card__price strong,
.hshop-card__price .amount {
	color: var(--hshop-ink);
	font-size: 1.02rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.hshop-card--lead .hshop-card__price strong,
.hshop-card--lead .hshop-card__price .amount {
	font-size: 1.25rem;
}

.hshop-card__price del {
	color: var(--hshop-ink-faint);
	font-size: 0.7rem;
	margin-right: 0.2rem;
	opacity: 0.72;
}

.hshop-card__price ins {
	text-decoration: none;
}

.horizon-shop-page .hshop-card__action .button {
	align-items: center;
	background: linear-gradient(135deg, var(--hshop-ink), var(--hshop-blue));
	border: 0;
	border-radius: 11px;
	box-shadow: 0 8px 20px rgba(11, 78, 145, 0.2);
	color: #fff;
	display: inline-flex;
	font-size: 0.69rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-height: 40px;
	padding: 0.72rem 0.85rem;
	text-align: center;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.horizon-shop-page .hshop-card__action .button:hover {
	box-shadow: 0 12px 25px rgba(11, 78, 145, 0.28);
	transform: translateY(-1px);
}

.horizon-shop-page .hshop-card__action .button.loading {
	opacity: 0.68;
}

.horizon-shop-page .hshop-card__action .added_to_cart {
	color: var(--hshop-blue-deep);
	display: block;
	font-size: 0.61rem;
	font-weight: 800;
	margin-top: 0.42rem;
	text-align: center;
}

.hshop-card__delivery {
	align-items: center;
	color: var(--hshop-ink-faint);
	display: flex;
	font-size: 0.62rem;
	font-weight: 700;
	gap: 0.42rem;
	margin: 0.75rem 0 0;
}

.hshop-card__delivery > span {
	border: 1.5px solid var(--hshop-mint);
	border-radius: 50%;
	height: 12px;
	position: relative;
	width: 12px;
}

.hshop-card__delivery > span::after {
	border-bottom: 1.5px solid var(--hshop-mint);
	border-right: 1.5px solid var(--hshop-mint);
	content: "";
	height: 5px;
	left: 3px;
	position: absolute;
	top: 1px;
	transform: rotate(45deg);
	width: 3px;
}

/* Product index view */
.hshop-products[data-view="list"] {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}

.hshop-products[data-view="list"] .hshop-card,
.hshop-products[data-view="list"] .hshop-card--lead {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	min-height: 190px;
}

.hshop-products[data-view="list"] .hshop-card__media,
.hshop-products[data-view="list"] .hshop-card--lead .hshop-card__media {
	aspect-ratio: auto;
	height: 100%;
	min-height: 190px;
}

.hshop-products[data-view="list"] .hshop-card__image-link {
	padding: 1.15rem;
}

.hshop-products[data-view="list"] .hshop-card__body {
	display: grid;
	gap: 0.45rem 1.4rem;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 1.3rem 1.5rem;
}

.hshop-products[data-view="list"] .hshop-card__signal,
.hshop-products[data-view="list"] .hshop-card__title,
.hshop-products[data-view="list"] .hshop-card__excerpt,
.hshop-products[data-view="list"] .hshop-card__rating,
.hshop-products[data-view="list"] .hshop-card__delivery {
	grid-column: 1;
}

.hshop-products[data-view="list"] .hshop-card__title,
.hshop-products[data-view="list"] .hshop-card--lead .hshop-card__title {
	font-family: "Satoshi", sans-serif;
	font-size: clamp(1rem, 1.4vw, 1.25rem);
	font-weight: 700;
	line-height: 1.28;
}

.hshop-products[data-view="list"] .hshop-card__excerpt {
	display: none;
}

.hshop-products[data-view="list"] .hshop-card__purchase {
	align-self: center;
	border-left: 1px solid var(--hshop-line);
	border-top: 0;
	flex-direction: column;
	grid-column: 2;
	grid-row: 1 / span 5;
	justify-content: center;
	margin: 0;
	min-width: 185px;
	padding: 0 0 0 1.5rem;
}

.hshop-products[data-view="list"] .hshop-card__action,
.hshop-products[data-view="list"] .hshop-card__action .button {
	width: 100%;
}

/* Pagination */
.hshop-pagination {
	margin-top: 3rem;
}

.hshop-pagination ul.page-numbers {
	align-items: center;
	border: 0;
	display: flex;
	gap: 0.42rem;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hshop-pagination ul.page-numbers li {
	margin: 0;
}

.hshop-pagination .page-numbers a,
.hshop-pagination .page-numbers span {
	align-items: center;
	background: var(--hshop-surface-solid);
	border: 1px solid var(--hshop-line);
	border-radius: 10px;
	color: var(--hshop-ink);
	display: inline-flex;
	font-size: 0.69rem;
	font-weight: 800;
	justify-content: center;
	min-height: 42px;
	min-width: 42px;
	padding: 0.65rem 0.8rem;
}

.hshop-pagination .page-numbers a:hover,
.hshop-pagination .page-numbers .current {
	background: var(--hshop-ink);
	border-color: var(--hshop-ink);
	color: #fff;
}

/* Empty collection */
.hshop-empty {
	background: var(--hshop-surface);
	border: 1px solid var(--hshop-line);
	border-radius: 28px;
	box-shadow: var(--hshop-shadow);
	margin: 1rem auto 0;
	max-width: 760px;
	padding: clamp(2.3rem, 5vw, 4.5rem);
	text-align: center;
}

.hshop-empty .hshop-kicker {
	justify-content: center;
}

.hshop-empty h2 {
	font-size: clamp(2.5rem, 5vw, 4rem);
}

.hshop-empty > p:not(.hshop-kicker) {
	color: var(--hshop-ink-soft);
	line-height: 1.65;
	margin: 1rem auto 1.6rem;
}

.hshop-empty > a {
	background: var(--hshop-ink);
	border-radius: 12px;
	color: #fff;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 800;
	padding: 0.9rem 1.1rem;
}

.hshop-empty__orbit {
	border: 1px solid var(--hshop-line-strong);
	border-radius: 50%;
	height: 70px;
	margin: 0 auto 1.4rem;
	position: relative;
	width: 70px;
}

.hshop-empty__orbit::before {
	border: 1px dashed var(--hshop-line-strong);
	border-radius: 50%;
	content: "";
	inset: 9px;
	position: absolute;
}

.hshop-empty__orbit span {
	background: var(--hshop-blue);
	border-radius: 50%;
	height: 8px;
	position: absolute;
	right: 5px;
	top: 18px;
	width: 8px;
}

/* Promise */
.hshop-promise {
	background:
		radial-gradient(circle at 10% 12%, rgba(50, 155, 216, 0.2), transparent 30%),
		linear-gradient(135deg, #041a3b, #0b315f 58%, #0a548c);
	color: #fff;
	padding: clamp(5rem, 8vw, 8.5rem) 0;
	position: relative;
}

.hshop-promise::before {
	background-image: radial-gradient(rgba(152, 218, 255, 0.18) 0.8px, transparent 0.8px);
	background-size: 19px 19px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(90deg, #000, transparent 65%);
	opacity: 0.5;
	position: absolute;
}

.hshop-promise__grid {
	align-items: start;
	display: grid;
	gap: clamp(3rem, 7vw, 8rem);
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
	position: relative;
	z-index: 2;
}

.hshop-promise .hshop-kicker {
	color: #8adcfb;
}

.hshop-promise__intro h2 {
	color: #fff;
	font-size: clamp(2.85rem, 4.9vw, 5.1rem);
}

.hshop-promise__intro h2 em {
	color: #91defa;
	font-weight: 400;
}

.hshop-promise__items {
	border-top: 1px solid rgba(176, 222, 250, 0.18);
}

.hshop-promise__items article {
	align-items: start;
	border-bottom: 1px solid rgba(176, 222, 250, 0.18);
	display: grid;
	gap: 1.15rem;
	grid-template-columns: 44px minmax(0, 1fr);
	padding: 1.35rem 0;
}

.hshop-promise__items article > .hshop-promise__icon {
	align-items: center;
	border: 1px solid rgba(146, 220, 251, 0.28);
	border-radius: 50%;
	color: #8adcfb;
	display: flex;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.hshop-promise__items article > .hshop-promise__icon svg {
	display: block;
	fill: none;
	height: 19px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 19px;
}

.hshop-promise__items h3 {
	color: #fff;
	font-size: 0.94rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin: 0 0 0.3rem;
}

.hshop-promise__items p {
	color: rgba(218, 238, 252, 0.62);
	font-size: 0.79rem;
	line-height: 1.55;
	margin: 0;
}

/*
 * The theme-mode plugin deliberately gives all headings a page-wide colour.
 * This dark feature panel is the one place where local contrast must win.
 */
html[data-rizon-theme] body.horizon-shop-page .hshop-promise__intro h2,
html[data-rizon-theme] body.horizon-shop-page .hshop-promise__items h3,
body.horizon-shop-page .hshop-promise__intro h2,
body.horizon-shop-page .hshop-promise__items h3 {
	color: #ffffff !important;
}

html[data-rizon-theme] body.horizon-shop-page .hshop-promise__intro h2 em,
body.horizon-shop-page .hshop-promise__intro h2 em {
	color: #91defa !important;
}

/* Dark mode */
html[data-rizon-theme="dark"] body.horizon-shop-page,
body.rizon-theme-dark.horizon-shop-page {
	--hshop-ink: #eff7ff;
	--hshop-ink-soft: #abc2d9;
	--hshop-ink-faint: #718da8;
	--hshop-blue: #4dbbe9;
	--hshop-blue-deep: #70c9ef;
	--hshop-cyan: #57bfe8;
	--hshop-paper: #061426;
	--hshop-paper-blue: #081a2e;
	--hshop-surface: rgba(10, 29, 51, 0.92);
	--hshop-surface-solid: #0a1d33;
	--hshop-line: rgba(113, 176, 220, 0.16);
	--hshop-line-strong: rgba(113, 176, 220, 0.3);
	--hshop-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
	--hshop-shadow-high: 0 28px 80px rgba(0, 0, 0, 0.34);
}

html[data-rizon-theme="dark"] .horizon-shop-page .morph-path-shell,
body.rizon-theme-dark.horizon-shop-page .morph-path-shell {
	background: #061426;
	border-bottom-color: rgba(113, 176, 220, 0.16);
}

html[data-rizon-theme="dark"] .hshop-hero,
body.rizon-theme-dark .hshop-hero {
	background:
		linear-gradient(90deg, rgba(5, 18, 35, 0.95) 0%, rgba(6, 22, 41, 0.85) 40%, rgba(4, 24, 50, 0.42) 68%, rgba(1, 14, 34, 0.2) 100%),
		url("images/horizon-shop-discovery-field.webp") center / cover no-repeat;
}

html[data-rizon-theme="dark"] .hshop-hero::after,
body.rizon-theme-dark .hshop-hero::after {
	background: linear-gradient(180deg, transparent 55%, rgba(6, 20, 38, 0.78) 100%);
}

html[data-rizon-theme="dark"] .hshop-coordinate,
body.rizon-theme-dark .hshop-coordinate,
html[data-rizon-theme="dark"] .hshop-search,
body.rizon-theme-dark .hshop-search {
	background: rgba(7, 28, 51, 0.74);
}

html[data-rizon-theme="dark"] .hshop-search input[type="search"],
body.rizon-theme-dark .hshop-search input[type="search"] {
	color: #eff7ff;
}

html[data-rizon-theme="dark"] .hshop-routes,
body.rizon-theme-dark .hshop-routes {
	background:
		radial-gradient(circle at 8% 0, rgba(54, 171, 223, 0.11), transparent 29%),
		var(--hshop-paper);
}

html[data-rizon-theme="dark"] .hshop-controls,
body.rizon-theme-dark .hshop-controls {
	background: rgba(6, 22, 41, 0.85);
}

/* Chromium uses a native popup for select options. Give that popup an
 * explicit mobile dark palette instead of inheriting light system colours. */
@media (max-width: 767px) {
	html[data-rizon-theme="dark"] body.horizon-shop-page .hshop-sort select,
	body.rizon-theme-dark.horizon-shop-page .hshop-sort select {
		background-color: #102a45;
		border-color: rgba(105, 190, 236, 0.38);
		color: #f4f9ff;
		color-scheme: dark;
	}

	html[data-rizon-theme="dark"] body.horizon-shop-page .hshop-sort select option,
	body.rizon-theme-dark.horizon-shop-page .hshop-sort select option {
		background-color: #0b2037;
		color: #f4f9ff;
	}

	html[data-rizon-theme="dark"] body.horizon-shop-page .hshop-sort select option:checked,
	body.rizon-theme-dark.horizon-shop-page .hshop-sort select option:checked {
		background-color: #17658f;
		color: #ffffff;
	}
}

html[data-rizon-theme="dark"] .hshop-view-switch,
body.rizon-theme-dark .hshop-view-switch {
	background: rgba(10, 31, 55, 0.68);
}

html[data-rizon-theme="dark"] .hshop-view-switch button.is-active,
body.rizon-theme-dark .hshop-view-switch button.is-active,
html[data-rizon-theme="dark"] .hshop-signals a.is-active,
body.rizon-theme-dark .hshop-signals a.is-active {
	background: linear-gradient(135deg, #144a78, #238fc2);
	border-color: #238fc2;
}

html[data-rizon-theme="dark"] .hshop-card__media,
body.rizon-theme-dark .hshop-card__media {
	background:
		radial-gradient(circle at 55% 44%, rgba(37, 81, 117, 0.42), transparent 48%),
		linear-gradient(145deg, #0c263f, #0a1f36);
}

html[data-rizon-theme="dark"] .hshop-card__number,
html[data-rizon-theme="dark"] .hshop-card .hnwl-button--loop,
body.rizon-theme-dark .hshop-card__number,
body.rizon-theme-dark .hshop-card .hnwl-button--loop {
	background: rgba(7, 26, 46, 0.8);
	color: #eff7ff;
}

html[data-rizon-theme="dark"] .horizon-shop-page .hshop-card__action .button,
body.rizon-theme-dark.horizon-shop-page .hshop-card__action .button,
html[data-rizon-theme="dark"] .hshop-search button,
body.rizon-theme-dark .hshop-search button {
	background: linear-gradient(135deg, #174d7b, #2ca6d8);
}

html[data-rizon-theme="dark"] .horizon-shop-page .hshop-pagination .page-numbers a,
body.rizon-theme-dark.horizon-shop-page .hshop-pagination .page-numbers a {
	background: #0b223b;
	border-color: rgba(126, 211, 251, 0.34);
	color: #eaf7ff;
}

html[data-rizon-theme="dark"] .horizon-shop-page .hshop-pagination .page-numbers a:hover,
html[data-rizon-theme="dark"] .horizon-shop-page .hshop-pagination .page-numbers a:focus-visible,
body.rizon-theme-dark.horizon-shop-page .hshop-pagination .page-numbers a:hover,
body.rizon-theme-dark.horizon-shop-page .hshop-pagination .page-numbers a:focus-visible {
	background: #164d75;
	border-color: #78d6ff;
	color: #ffffff;
	outline: 2px solid rgba(120, 214, 255, 0.72);
	outline-offset: 2px;
}

html[data-rizon-theme="dark"] .horizon-shop-page .hshop-pagination .page-numbers .current,
body.rizon-theme-dark.horizon-shop-page .hshop-pagination .page-numbers .current {
	background: linear-gradient(135deg, #7bdcff, #3aa8df);
	border-color: #9be7ff;
	box-shadow: 0 8px 22px rgba(43, 170, 226, 0.25);
	color: #061426;
}

/* Responsive */
@media (max-width: 1180px) {
	.hshop-hero__inner {
		grid-template-columns: minmax(0, 0.9fr) minmax(450px, 1.1fr);
	}

	.hshop-field {
		min-height: 450px;
	}

	.hshop-route-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hshop-route {
		height: 270px;
	}

	.hshop-controls {
		align-items: stretch;
		flex-direction: column;
	}

	.hshop-sort {
		border-top: 1px solid var(--hshop-line);
		justify-content: flex-end;
		padding: 0.55rem 0.3rem 0;
	}
}

@media (max-width: 980px) {
	.hshop-hero {
		min-height: auto;
	}

	.hshop-hero__inner {
		grid-template-columns: 1fr;
		padding-bottom: 2.8rem;
		padding-top: 2.8rem;
	}

	.hshop-hero__copy {
		max-width: 760px;
	}

	.hshop-field {
		height: 470px;
		min-height: 470px;
	}

	.hshop-products,
	.horizon-shop-page .site-main .hshop-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hshop-card--lead,
	.horizon-shop-page.woocommerce .hshop-products li.product.hshop-card--lead {
		grid-column: span 2;
	}

	.hshop-promise__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.hshop-section-heading,
	.hshop-catalogue__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 1.15rem;
	}

	.hshop-section-heading > p {
		max-width: 590px;
	}

	.hshop-hero__stats {
		flex-wrap: wrap;
	}

	.hshop-route-grid {
		display: flex;
		margin-right: calc(clamp(1.15rem, 3vw, 3.5rem) * -1);
		overflow-x: auto;
		padding: 0 1.15rem 1rem 0;
		scroll-snap-type: x mandatory;
	}

	.hshop-route {
		flex: 0 0 min(82vw, 330px);
		scroll-snap-align: start;
	}

	.hshop-card--lead,
	.horizon-shop-page.woocommerce .hshop-products li.product.hshop-card--lead {
		display: flex;
		grid-column: span 2;
	}

	.hshop-card--lead .hshop-card__media {
		aspect-ratio: 1.08 / 1;
		height: auto;
		min-height: 0;
	}

	.hshop-products[data-view="list"] .hshop-card,
	.hshop-products[data-view="list"] .hshop-card--lead {
		grid-template-columns: 145px minmax(0, 1fr);
	}

	.hshop-products[data-view="list"] .hshop-card__body {
		display: flex;
		padding: 1rem;
	}

	.hshop-products[data-view="list"] .hshop-card__purchase {
		align-items: flex-end;
		border-left: 0;
		border-top: 1px solid var(--hshop-line);
		flex-direction: row;
		min-width: 0;
		padding: 0.75rem 0 0;
		width: 100%;
	}

	.hshop-products[data-view="list"] .hshop-card__signal span:last-child,
	.hshop-products[data-view="list"] .hshop-card__delivery,
	.hshop-products[data-view="list"] .hshop-card__rating {
		display: none;
	}
}

@media (max-width: 600px) {
	.hshop-hero__inner {
		gap: 2.5rem;
		padding-bottom: 2.5rem;
		padding-top: 2.4rem;
	}

	.hshop-hero__title {
		font-size: clamp(3.2rem, 16vw, 4.4rem);
	}

	.hshop-search {
		align-items: stretch;
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
	}

	.hshop-search__mark {
		align-self: center;
	}

	.hshop-search button {
		grid-column: 1 / -1;
		width: 100%;
	}

	.hshop-hero__stats > div {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.2rem;
	}

	.hshop-field {
		border-radius: 25px;
		height: 400px;
		min-height: 400px;
	}

	.hshop-field-card {
		width: 138px;
	}

	.hshop-field-card--1 {
		left: 4%;
		top: 24%;
	}

	.hshop-field-card--2 {
		right: 3%;
		top: 13%;
	}

	.hshop-field-card--3 {
		left: 31%;
		top: 46%;
		width: 150px;
	}

	.hshop-field-card--4 {
		display: none;
	}

	.hshop-field__rings {
		height: 310px;
		width: 310px;
	}

	.hshop-field-card__meta > span {
		font-size: 0.54rem;
	}

	.hshop-field-card__meta strong {
		font-size: 0.58rem;
	}

	.hshop-routes,
	.hshop-catalogue {
		padding-bottom: 5rem;
		padding-top: 4.7rem;
	}

	.hshop-catalogue {
		padding-top: calc(4.7rem - 20px);
	}

	.hshop-view-switch {
		width: 100%;
	}

	.hshop-view-switch button {
		flex: 1;
		justify-content: center;
	}

	.hshop-controls {
		position: relative;
		top: auto;
	}

	.hshop-sort {
		align-items: stretch;
		display: grid;
		grid-template-columns: 1fr;
	}

	.hshop-sort select {
		max-width: none;
		width: 100%;
	}

	.hshop-products,
	.horizon-shop-page .site-main .hshop-products {
		grid-template-columns: 1fr;
	}

	.hshop-card--lead,
	.horizon-shop-page.woocommerce .hshop-products li.product.hshop-card--lead {
		grid-column: span 1;
	}

	.hshop-products[data-view="list"] .hshop-card,
	.hshop-products[data-view="list"] .hshop-card--lead {
		grid-template-columns: 110px minmax(0, 1fr);
		min-height: 170px;
	}

	.hshop-products[data-view="list"] .hshop-card__media,
	.hshop-products[data-view="list"] .hshop-card--lead .hshop-card__media {
		min-height: 170px;
	}

	.hshop-products[data-view="list"] .hshop-card__image-link {
		padding: 0.72rem;
	}

	.hshop-products[data-view="list"] .hshop-card__topline {
		left: 0.42rem;
		right: 0.42rem;
		top: 0.42rem;
	}

	.hshop-products[data-view="list"] .hshop-card .hnwl-button--loop {
		display: none;
	}

	.hshop-products[data-view="list"] .hshop-card__body {
		padding: 0.85rem;
	}

	.hshop-products[data-view="list"] .hshop-card__purchase {
		align-items: stretch;
		flex-direction: column;
		gap: 0.55rem;
	}

	.hshop-products[data-view="list"] .hshop-card__action .button {
		min-height: 36px;
	}

	.hshop-promise__grid {
		gap: 2.4rem;
	}
}

@media (max-width: 390px) {
	.hshop-hero__stats {
		gap: 0.8rem;
	}

	.hshop-hero__stats > div {
		padding-right: 0.8rem;
	}

	.hshop-field-card--1 {
		left: 2%;
	}

	.hshop-field-card--2 {
		right: -4%;
	}

	.hshop-field-card--3 {
		left: 26%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hshop *,
	.hshop *::before,
	.hshop *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.hshop-card {
		opacity: 1 !important;
		transform: none !important;
	}
}

/* Catalogue cards mirror the homepage Trending Now cards. */
.horizon-shop-page .hshop-products,
.horizon-shop-page .site-main .hshop-products {
	align-items: stretch;
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.horizon-shop-page.woocommerce .hshop-products li.product.hshop-card,
.horizon-shop-page .hshop-card {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid var(--hshop-line);
	border-radius: 22px;
	box-shadow: 0 12px 36px rgba(15, 66, 123, 0.08);
	display: flex;
	flex-direction: column;
	margin: 0;
	overflow: hidden;
	padding: 0;
	transition: transform 250ms ease, box-shadow 250ms ease;
	width: auto;
}

.horizon-shop-page .hshop-card:hover {
	box-shadow: 0 20px 48px rgba(15, 66, 123, 0.16);
	transform: translateY(-5px);
}

.horizon-shop-page .hshop-card .pcard-img {
	align-items: center;
	aspect-ratio: 1;
	background: linear-gradient(135deg, #eaf7ff, #dff2ff);
	display: flex;
	font-size: 0;
	justify-content: center;
	position: relative;
}

.horizon-shop-page .hshop-card .pcard-img-link {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 1.2rem;
	position: absolute;
	text-decoration: none;
	z-index: 1;
}

.horizon-shop-page .hshop-card .pcard-real-img {
	display: block;
	filter: drop-shadow(0 18px 24px rgba(15, 66, 123, 0.18));
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.horizon-shop-page .hshop-card .pcard-badge {
	border-radius: 20px;
	font-family: "Space Mono", monospace;
	font-size: 0.52rem;
	font-weight: 700;
	left: 10px;
	letter-spacing: 0.06em;
	padding: 4px 10px;
	position: absolute;
	top: 10px;
	text-transform: uppercase;
	z-index: 2;
}

.horizon-shop-page .hshop-card .pb-new { background: var(--hshop-ink); color: #fff; }
.horizon-shop-page .hshop-card .pb-sale { background: #df4565; color: #fff; }

.horizon-shop-page .hshop-card .pcard-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 0.95rem 1rem 1.1rem;
}

.horizon-shop-page .hshop-card .pcard-cat {
	color: rgba(10, 10, 10, 0.32);
	font-family: "Space Mono", monospace;
	font-size: 0.52rem;
	letter-spacing: 0.07em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.horizon-shop-page .hshop-card .pcard-name {
	color: var(--hshop-ink);
	display: -webkit-box;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: -0.018em;
	line-height: 1.28;
	margin-bottom: 8px;
	max-height: calc(1.28em * 2);
	overflow: hidden;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.horizon-shop-page .hshop-card .pcard-name:hover { color: var(--hshop-blue); }

.horizon-shop-page .hshop-card .pcard-merch {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 9px;
}

.horizon-shop-page .hshop-card .pcard-merch span {
	background: rgba(16, 149, 216, 0.08);
	border: 1px solid rgba(16, 149, 216, 0.16);
	border-radius: 999px;
	color: var(--hshop-blue-deep);
	font-family: "Space Mono", monospace;
	font-size: 0.47rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 4px 6px;
	text-transform: uppercase;
}

.horizon-shop-page .hshop-card .pcard-delivery-date {
	color: #1269d6;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 9px;
}

.horizon-shop-page .hshop-card .pcard-foot {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	margin-top: auto;
}

.horizon-shop-page .hshop-card .pcard-price { min-width: 0; }
.horizon-shop-page .hshop-card .price-now,
.horizon-shop-page .hshop-card .price-now .amount {
	color: var(--hshop-ink);
	font-size: 1.02rem;
	font-weight: 700;
	letter-spacing: -0.025em;
}
.horizon-shop-page .hshop-card .price-now del { display: none; }
.horizon-shop-page .hshop-card .price-now ins { text-decoration: none; }
.horizon-shop-page .hshop-card .price-was {
	color: rgba(10, 10, 10, 0.28);
	font-family: "Space Mono", monospace;
	font-size: 0.62rem;
	margin-left: 5px;
	text-decoration: line-through;
}
.horizon-shop-page .hshop-card .price-save {
	color: #df4565;
	display: block;
	font-family: "Space Mono", monospace;
	font-size: 0.52rem;
	font-weight: 700;
	margin-top: 2px;
}

.horizon-shop-page .hshop-card .hshop-card__action .button {
	align-items: center;
	background: linear-gradient(135deg, #102a56, #0f88c7);
	border: 0;
	border-radius: 12px;
	box-shadow: 0 10px 22px rgba(16, 149, 216, 0.18);
	color: #fff;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 700;
	height: 36px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-width: 112px;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

@media (max-width: 1180px) {
	.horizon-shop-page .hshop-products,
	.horizon-shop-page .site-main .hshop-products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
	.horizon-shop-page .hshop-products,
	.horizon-shop-page .site-main .hshop-products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
	.horizon-shop-page .hshop-products,
	.horizon-shop-page .site-main .hshop-products { gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.horizon-shop-page .hshop-card { border-radius: 16px; }
	.horizon-shop-page .hshop-card .pcard-body { padding: 0.75rem 0.72rem 0.82rem; }
	.horizon-shop-page .hshop-card .pcard-name { font-size: 0.74rem; }
	.horizon-shop-page .hshop-card .pcard-merch-badge { display: none; }
	.horizon-shop-page .hshop-card .pcard-delivery-date { font-size: 0.68rem; }
	.horizon-shop-page .hshop-card .hshop-card__action .button { font-size: 0; min-width: 32px; padding: 0; width: 32px; }
}

/* Keep the Trending Now card treatment cohesive in the dark shop theme. */
html[data-rizon-theme="dark"] .horizon-shop-page .hshop-card,
body.rizon-theme-dark.horizon-shop-page .hshop-card {
	background: linear-gradient(160deg, #0d2946, #061931) !important;
	border-color: rgba(127, 205, 244, 0.2) !important;
	box-shadow: 0 16px 38px rgba(0, 8, 25, 0.32), inset 0 1px 0 rgba(174, 230, 255, 0.07) !important;
}

/* Light theme: keep product-card CTAs airy while preserving dark-theme styling. */
html:not([data-rizon-theme="dark"]) body:not(.rizon-theme-dark).horizon-shop-page .hshop-card .hshop-card__action .button {
	background: linear-gradient(135deg, #e9f7ff, #c9edff);
	border: 1px solid #8dcff2;
	box-shadow: 0 8px 18px rgba(35, 139, 199, 0.16);
	color: #07558f;
}

html:not([data-rizon-theme="dark"]) body:not(.rizon-theme-dark).horizon-shop-page .hshop-card .hshop-card__action .button:hover {
	background: linear-gradient(135deg, #dff4ff, #b5e5fb);
	border-color: #68bce8;
	box-shadow: 0 11px 23px rgba(35, 139, 199, 0.23);
}

html[data-rizon-theme="dark"] .horizon-shop-page .hshop-card .pcard-body,
body.rizon-theme-dark.horizon-shop-page .hshop-card .pcard-body {
	background: linear-gradient(160deg, #0d2946, #061931) !important;
}

html[data-rizon-theme="dark"] .horizon-shop-page .hshop-card .pcard-img,
body.rizon-theme-dark.horizon-shop-page .hshop-card .pcard-img {
	background:
		radial-gradient(circle at 50% 35%, rgba(60, 175, 227, 0.22), transparent 52%),
		linear-gradient(135deg, #103b61, #0a233f) !important;
}

html[data-rizon-theme="dark"] .horizon-shop-page .hshop-card .pcard-real-img,
body.rizon-theme-dark.horizon-shop-page .hshop-card .pcard-real-img {
	filter: drop-shadow(0 18px 24px rgba(0, 5, 20, 0.52));
}

html[data-rizon-theme="dark"] .horizon-shop-page .hshop-card .pcard-cat,
body.rizon-theme-dark.horizon-shop-page .hshop-card .pcard-cat {
	color: #86bbd9 !important;
}

html[data-rizon-theme="dark"] .horizon-shop-page .hshop-card .pcard-name,
html[data-rizon-theme="dark"] .horizon-shop-page .hshop-card .price-now,
html[data-rizon-theme="dark"] .horizon-shop-page .hshop-card .price-now .amount,
body.rizon-theme-dark.horizon-shop-page .hshop-card .pcard-name,
body.rizon-theme-dark.horizon-shop-page .hshop-card .price-now,
body.rizon-theme-dark.horizon-shop-page .hshop-card .price-now .amount {
	color: #f1f8ff !important;
}

html[data-rizon-theme="dark"] .horizon-shop-page .hshop-card .pcard-name:hover,
body.rizon-theme-dark.horizon-shop-page .hshop-card .pcard-name:hover {
	color: #8fddff !important;
}

html[data-rizon-theme="dark"] .horizon-shop-page .hshop-card .pcard-merch span,
body.rizon-theme-dark.horizon-shop-page .hshop-card .pcard-merch span {
	background: rgba(59, 169, 219, 0.13) !important;
	border-color: rgba(126, 211, 251, 0.2) !important;
	color: #a9e5ff !important;
}

html[data-rizon-theme="dark"] .horizon-shop-page .hshop-card .pcard-delivery-date,
body.rizon-theme-dark.horizon-shop-page .hshop-card .pcard-delivery-date {
	color: #82d9ff !important;
}

html[data-rizon-theme="dark"] .horizon-shop-page .hshop-card .price-was,
body.rizon-theme-dark.horizon-shop-page .hshop-card .price-was {
	color: rgba(204, 230, 246, 0.46) !important;
}

html[data-rizon-theme="dark"] .horizon-shop-page .hshop-card .price-save,
body.rizon-theme-dark.horizon-shop-page .hshop-card .price-save {
	color: #ffa6ba !important;
}

html[data-rizon-theme="dark"] .horizon-shop-page .hshop-card .pb-new,
body.rizon-theme-dark.horizon-shop-page .hshop-card .pb-new {
	background: #9ce8ff !important;
	color: #062142 !important;
}
