:root {
	--horri-ink: #0c0e13;
	--horri-surface: #191c24;
	--horri-panel: #242833;
	--horri-accent: #b51632;
	--horri-ember: #e44b3f;
	--horri-bone: #f2eee8;
	--horri-muted: #aeb4c0;
	--horri-line: rgba(255, 255, 255, .11);
	--horri-soft-line: rgba(255, 255, 255, .07);
	--horri-shadow: 0 18px 42px rgba(0, 0, 0, .28);
}

body.horri-enabled {
	background: #08090d;
	color: var(--horri-bone);
}

body.horri-enabled #tie-wrapper,
body.horri-enabled .background-overlay {
	background-color: var(--horri-surface);
}

body.horri-enabled a {
	transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

/* Do not allow a previously scheduled AdSense Auto placement to occupy the
 * logo row after Auto ads have been disabled. */
body.horri-compact-header #theme-header .google-auto-placed {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

/* Compact Jannah header and one coherent navigation palette. */
@media (min-width: 992px) {
	body.horri-compact-header #theme-header .header-main-menu,
	body.horri-compact-header #theme-header .logo-row > div,
	body.horri-compact-header #theme-header .header-container {
		height: 185px !important;
		min-height: 185px !important;
	}

	body.horri-compact-header #theme-header #logo,
	body.horri-compact-header #theme-header .logo-wrapper {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	body.horri-compact-header #theme-header #logo img {
		width: auto !important;
		max-width: min(598px, 56vw) !important;
		max-height: 86px !important;
	}

	body.horri-enabled #main-nav {
		background: transparent !important;
		border: 0 !important;
	}

	body.horri-enabled #main-nav .main-menu-wrapper {
		padding: 0 10px !important;
		background: linear-gradient(135deg, #222631, #292e3a) !important;
		border: 1px solid rgba(255, 255, 255, .07);
		border-radius: 11px;
		box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
	}

	body.horri-enabled #main-nav .menu > li > a {
		height: 48px;
		margin: 6px 2px;
		padding: 0 15px;
		border-radius: 7px;
		color: #ece8e3 !important;
		font-weight: 700;
	}

	body.horri-enabled #main-nav .menu > li > a:hover,
	body.horri-enabled #main-nav .menu > li.tie-current-menu > a,
	body.horri-enabled #main-nav .menu > li.current-menu-item > a,
	body.horri-enabled #main-nav .menu > li.current-menu-ancestor > a {
		background: linear-gradient(135deg, var(--horri-accent), #851027) !important;
		box-shadow: 0 6px 14px rgba(122, 8, 36, .3);
		color: #fff !important;
	}

	body.horri-enabled #main-nav .menu > li > a::before,
	body.horri-enabled #main-nav .menu > li::before {
		display: none !important;
	}

	body.horri-enabled #main-nav .menu-sub-content,
	body.horri-enabled #main-nav .sub-menu {
		background: #20242d !important;
		border-top-color: var(--horri-accent) !important;
		box-shadow: 0 18px 30px rgba(0, 0, 0, .34);
	}

	body.horri-enabled #main-nav .sub-menu a {
		color: #ddd9d3 !important;
	}

	body.horri-enabled #main-nav .sub-menu a:hover {
		background: rgba(181, 22, 50, .18) !important;
		color: #fff !important;
	}

	body.horri-enabled #main-nav .menu-item-has-children > a::after {
		color: rgba(255, 255, 255, .66) !important;
	}
}

body.horri-enabled #top-nav {
	background: #111319 !important;
	border-bottom: 1px solid rgba(255, 255, 255, .05);
}

body.horri-enabled #top-nav,
body.horri-enabled #top-nav a,
body.horri-enabled #top-nav .breaking-title {
	color: #bfc3ca !important;
}

body.horri-enabled #top-nav .breaking-title {
	background: rgba(181, 22, 50, .32) !important;
}

body.horri-enabled #footer.site-footer {
	background: #111319 !important;
	border-top: 3px solid var(--horri-accent);
	color: #c2c4c8;
}

body.horri-enabled #footer .widget-title,
body.horri-enabled #footer .the-subtitle,
body.horri-enabled #footer .widget-title a {
	color: var(--horri-bone) !important;
}

body.horri-enabled #footer a:hover {
	color: var(--horri-ember) !important;
}

body.horri-enabled #footer #site-info {
	background: #0a0b0f !important;
}

/* Homepage page-shell reset. */
body.horri-store-home #main-content-row > .main-content {
	float: none !important;
	width: 100% !important;
}

body.horri-store-home #main-content-row > .sidebar,
body.horri-store-home .entry-header-outer,
body.horri-store-home .page-title,
body.horri-store-home .entry-title {
	display: none !important;
}

body.horri-store-home #main-content-row > .main-content > .container-wrapper,
body.horri-store-home #the-post,
body.horri-store-home .entry-content {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

/* Curated shop-category landing-page shell. */
body.horri-shop-categories-page #main-content-row > .main-content {
	float: none !important;
	width: 100% !important;
}

body.horri-shop-categories-page #main-content-row > .sidebar,
body.horri-shop-categories-page .entry-header-outer,
body.horri-shop-categories-page .page-title,
body.horri-shop-categories-page .entry-title {
	display: none !important;
}

body.horri-shop-categories-page #main-content-row > .main-content > .container-wrapper,
body.horri-shop-categories-page #the-post,
body.horri-shop-categories-page .entry-content {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.horri-home {
	color: var(--horri-bone);
}

.horri-home a {
	text-decoration: none !important;
}

.horri-shop-categories-landing,
.horri-shop-categories-preview {
	color: var(--horri-bone);
}

.horri-shop-categories-landing a,
.horri-shop-categories-preview a {
	text-decoration: none !important;
}

.horri-shop-categories-hero {
	position: relative;
	margin-bottom: 34px;
	padding: clamp(38px, 6vw, 68px);
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 12%, rgba(181, 22, 50, .34), transparent 29%),
		linear-gradient(135deg, #0b0d12, #1b1d25);
	border: 1px solid var(--horri-line);
	border-radius: 18px;
	box-shadow: var(--horri-shadow);
}

.horri-shop-categories-hero > span {
	color: var(--horri-ember);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.horri-shop-categories-hero h1 {
	max-width: 720px;
	margin: 10px 0 15px;
	color: #fff;
	font-size: clamp(38px, 6vw, 68px);
	font-weight: 820;
	letter-spacing: -.05em;
	line-height: .98;
}

.horri-shop-categories-hero p {
	max-width: 720px;
	margin: 0 0 24px;
	color: #bbbfc8;
	font-size: 15px;
	line-height: 1.7;
}

.horri-shop-categories-hero > a {
	display: inline-flex;
	padding: 12px 17px;
	background: var(--horri-accent);
	border-radius: 8px;
	color: #fff !important;
	font-size: 12px;
	font-weight: 780;
}

.horri-shop-categories-hero > a:hover {
	background: var(--horri-ember);
	transform: translateY(-2px);
}

.horri-shop-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.horri-shop-category-grid-preview {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.horri-shop-category-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 310px;
	padding: 24px;
	overflow: hidden;
	flex-direction: column;
	justify-content: flex-end;
	background:
		linear-gradient(0deg, rgba(8, 9, 13, .98) 0%, rgba(8, 9, 13, .72) 55%, rgba(8, 9, 13, .2) 100%),
		var(--horri-shop-category-image, linear-gradient(145deg, #292d37, #111319)) center / cover no-repeat;
	border: 1px solid var(--horri-line);
	border-radius: 14px;
	box-shadow: 0 13px 25px rgba(0, 0, 0, .2);
	color: #fff !important;
	isolation: isolate;
}

.horri-shop-category-grid-preview .horri-shop-category-card {
	min-height: 285px;
}

.horri-shop-category-card::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(135deg, transparent 45%, rgba(181, 22, 50, .2));
	content: "";
	transition: opacity .2s ease;
}

.horri-shop-category-card:hover {
	border-color: rgba(228, 75, 63, .55);
	box-shadow: 0 18px 34px rgba(0, 0, 0, .32);
	transform: translateY(-4px);
}

.horri-shop-category-card > span {
	margin-bottom: 8px;
	color: var(--horri-ember);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.horri-shop-category-card > strong {
	color: #fff;
	font-size: 21px;
	font-weight: 800;
	letter-spacing: -.025em;
	line-height: 1.08;
}

.horri-shop-category-card > small {
	margin-top: 10px;
	color: #c5c6ca;
	font-size: 11px;
	line-height: 1.5;
}

.horri-shop-category-card > em {
	margin-top: 17px;
	color: #fff;
	font-size: 11px;
	font-style: normal;
	font-weight: 760;
}

.horri-home-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(310px, .85fr);
	gap: 44px;
	align-items: end;
	min-height: 560px;
	margin: 24px 0 0;
	padding: clamp(42px, 6vw, 74px);
	overflow: hidden;
	background:
		radial-gradient(circle at 78% 25%, rgba(181, 22, 50, .2), transparent 28%),
		linear-gradient(135deg, #10131a 0%, #171a22 60%, #0b0d12 100%);
	border: 1px solid var(--horri-line);
	border-radius: 20px;
	box-shadow: var(--horri-shadow);
}

.horri-home-hero.has-image {
	background:
		linear-gradient(90deg, rgba(7, 8, 12, .98) 0%, rgba(10, 12, 17, .88) 48%, rgba(10, 12, 17, .46) 100%),
		linear-gradient(0deg, rgba(7, 8, 12, .85), transparent 55%),
		var(--horri-hero-image) center / cover no-repeat;
}

.horri-home-hero::before {
	position: absolute;
	top: -140px;
	right: -80px;
	width: 420px;
	height: 420px;
	background: radial-gradient(circle, rgba(228, 75, 63, .16), transparent 65%);
	content: "";
	pointer-events: none;
}

.horri-home-hero-copy,
.horri-featured-story {
	position: relative;
	z-index: 1;
}

.horri-kicker,
.horri-section-heading span,
.horri-story-card-copy > span,
.horri-product-card-copy > span {
	display: block;
	color: var(--horri-ember);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.horri-home-hero h1 {
	max-width: 720px;
	margin: 12px 0 20px;
	color: #fff;
	font-size: clamp(43px, 6.2vw, 76px);
	font-weight: 790;
	letter-spacing: -.05em;
	line-height: .98;
}

.horri-home-hero-copy > p {
	max-width: 700px;
	margin: 0;
	color: #c7c8cc;
	font-size: clamp(16px, 1.8vw, 19px);
	line-height: 1.65;
}

.horri-home-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	margin-top: 28px;
}

.horri-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 47px;
	padding: 12px 18px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 750;
}

.horri-button-primary {
	background: linear-gradient(135deg, var(--horri-accent), #8c1028);
	box-shadow: 0 9px 20px rgba(143, 12, 40, .28);
	color: #fff !important;
}

.horri-button-primary:hover {
	background: var(--horri-ember);
	transform: translateY(-2px);
}

.horri-button-ghost {
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .22);
	color: #fff !important;
}

.horri-button-ghost:hover {
	background: #fff;
	color: var(--horri-ink) !important;
}

.horri-featured-story {
	display: flex;
	flex-direction: column;
	padding: 27px;
	background: rgba(12, 14, 19, .78);
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 15px;
	backdrop-filter: blur(10px);
	box-shadow: 0 18px 34px rgba(0, 0, 0, .28);
	color: #fff !important;
}

.horri-featured-story:hover {
	border-color: rgba(228, 75, 63, .7);
	transform: translateY(-3px);
}

.horri-featured-story > span {
	margin-bottom: 9px;
	color: var(--horri-ember);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.horri-featured-story > strong {
	font-size: clamp(24px, 2.7vw, 34px);
	letter-spacing: -.025em;
	line-height: 1.12;
}

.horri-featured-story > small {
	margin: 14px 0 22px;
	color: #bfc1c7;
	font-size: 13px;
	line-height: 1.55;
}

.horri-featured-story > em {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 750;
}

.horri-home-assurances {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 !important;
	padding: 0 !important;
	background: #11141a;
	border: 1px solid var(--horri-line);
	border-top: 0;
	border-radius: 0 0 15px 15px;
	list-style: none !important;
}

.horri-home-assurances li {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	margin: 0 !important;
	padding: 20px 24px;
	border-right: 1px solid var(--horri-line);
	list-style: none !important;
}

.horri-home-assurances li::before,
.horri-home-assurances li::marker {
	display: none !important;
	content: "" !important;
}

.horri-home-assurances li:last-child {
	border-right: 0;
}

.horri-home-assurances strong {
	color: #fff;
	font-size: 13px;
}

.horri-home-assurances span {
	color: #9298a3;
	font-size: 11px;
	line-height: 1.45;
}

.horri-home-section {
	margin: 62px 0;
}

.horri-section-heading {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: flex-end;
	margin-bottom: 25px;
}

.horri-section-heading h2 {
	margin: 6px 0 0;
	color: #fff;
	font-size: clamp(29px, 3.6vw, 43px);
	font-weight: 770;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.horri-section-heading > a {
	color: #e6e2dc !important;
	font-size: 12px;
	font-weight: 750;
}

.horri-section-heading > a:hover {
	color: var(--horri-ember) !important;
}

.horri-category-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.horri-category-card {
	position: relative;
	display: flex;
	min-height: 260px;
	flex-direction: column;
	justify-content: flex-end;
	padding: 23px;
	overflow: hidden;
	background:
		linear-gradient(0deg, rgba(7, 8, 11, .98) 0%, rgba(7, 8, 11, .2) 88%),
		var(--horri-category-image, linear-gradient(145deg, #252a34, #111319)) center / cover no-repeat;
	border: 1px solid var(--horri-line);
	border-radius: 14px;
	box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
	color: #fff !important;
}

.horri-category-card::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(181, 22, 50, .05), transparent 55%);
	content: "";
	transition: background .2s ease;
}

.horri-category-card > * {
	position: relative;
	z-index: 1;
}

.horri-category-card:hover {
	box-shadow: 0 17px 32px rgba(0, 0, 0, .3);
	transform: translateY(-4px);
}

.horri-category-card:hover::before {
	background: rgba(181, 22, 50, .18);
}

.horri-category-card span {
	margin-bottom: 7px;
	color: #c8c8cb;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.horri-category-card strong {
	font-size: 19px;
	line-height: 1.15;
}

.horri-category-card em {
	margin-top: 14px;
	color: var(--horri-ember);
	font-size: 11px;
	font-style: normal;
	font-weight: 750;
}

.horri-story-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.horri-story-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	background: #20242d;
	border: 1px solid var(--horri-line);
	border-radius: 14px;
	box-shadow: 0 9px 23px rgba(0, 0, 0, .19);
}

.horri-story-card:hover {
	box-shadow: 0 16px 31px rgba(0, 0, 0, .31);
	transform: translateY(-4px);
}

.horri-story-card-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 225px;
	overflow: hidden;
	background: linear-gradient(145deg, #292d38, #12141a);
	color: rgba(255, 255, 255, .12) !important;
	font-size: 90px;
	font-weight: 800;
}

.horri-story-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease, filter .3s ease;
}

.horri-story-card:hover .horri-story-card-image img {
	filter: brightness(1.06);
	transform: scale(1.035);
}

.horri-story-card-copy {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 21px;
}

.horri-story-card-copy h3 {
	margin: 8px 0 10px;
	font-size: 20px;
	font-weight: 740;
	line-height: 1.23;
}

.horri-story-card-copy h3 a {
	color: #fff !important;
}

.horri-story-card-copy h3 a:hover {
	color: var(--horri-ember) !important;
}

.horri-story-card-copy p {
	margin: 0 0 18px;
	color: var(--horri-muted);
	font-size: 12px;
	line-height: 1.55;
}

.horri-read-link {
	margin-top: auto;
	color: #fff !important;
	font-size: 11px;
	font-weight: 750;
}

.horri-read-link:hover {
	color: var(--horri-ember) !important;
}

.horri-monster-section {
	padding: clamp(26px, 4vw, 45px);
	background:
		radial-gradient(circle at 90% 10%, rgba(181, 22, 50, .15), transparent 32%),
		#12151b;
	border: 1px solid var(--horri-line);
	border-radius: 18px;
}

.horri-monster-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(310px, .8fr);
	gap: 22px;
}

.horri-monster-feature .horri-story-card-image {
	height: 315px;
}

.horri-monster-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.horri-monster-list > a {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	min-width: 0;
	padding: 10px;
	background: #20242d;
	border: 1px solid var(--horri-line);
	border-radius: 10px;
	color: #fff !important;
}

.horri-monster-list > a:hover {
	background: #292e39;
	border-color: rgba(228, 75, 63, .45);
}

.horri-monster-list span {
	display: block;
	width: 88px;
	height: 88px;
	overflow: hidden;
	background: #12141a;
	border-radius: 7px;
}

.horri-monster-list img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.horri-monster-list strong {
	min-width: 0;
	font-size: 12px;
	line-height: 1.3;
}

.horri-monster-list em {
	color: var(--horri-ember);
	font-style: normal;
	font-weight: 800;
}

.horri-review-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.horri-review-card .horri-story-card-image {
	height: 255px;
}

.horri-review-card .horri-story-card-copy p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.horri-shop-section {
	padding: clamp(27px, 4vw, 44px);
	background: linear-gradient(145deg, #21171c, #12151b 58%);
	border: 1px solid rgba(228, 75, 63, .22);
	border-radius: 18px;
}

.horri-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.horri-product-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	background: #f7f3ed;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 13px;
	box-shadow: 0 10px 23px rgba(0, 0, 0, .22);
}

.horri-product-card:hover {
	box-shadow: 0 17px 31px rgba(0, 0, 0, .34);
	transform: translateY(-4px);
}

.horri-product-card-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 235px;
	padding: 18px;
	background: #fff;
}

.horri-product-card-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.horri-product-card-copy {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 17px;
}

.horri-product-card-copy h3 {
	display: -webkit-box;
	overflow: hidden;
	margin: 7px 0 12px;
	font-size: 14px;
	font-weight: 720;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.horri-product-card-copy h3 a {
	color: #202229 !important;
}

.horri-product-card-price {
	margin: auto 0 13px;
	color: var(--horri-accent);
	font-size: 17px;
	font-weight: 800;
}

.horri-product-card-price del {
	color: #777;
	font-size: 12px;
}

.horri-product-card-button {
	display: block;
	padding: 10px 12px;
	background: var(--horri-accent);
	border-radius: 7px;
	color: #fff !important;
	font-size: 11px;
	font-weight: 750;
	text-align: center;
}

.horri-product-card-button:hover {
	background: var(--horri-ink);
}

.horri-shop-disclosure {
	margin: 18px 0 0;
	color: #989aa2;
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
}

/* WooCommerce catalogue. */
body.horri-catalogue #main-content-row > .main-content,
body.horri-product-page.horri-hide-product-sidebar #main-content-row > .main-content {
	float: none !important;
	width: 100% !important;
}

body.horri-catalogue #main-content-row > .sidebar,
body.horri-product-page.horri-hide-product-sidebar #main-content-row > .sidebar {
	display: none !important;
}

body.horri-catalogue #main-content-row > .main-content > .container-wrapper {
	padding: 30px;
	background: #171a21;
	border: 1px solid var(--horri-line);
	border-radius: 17px;
	box-shadow: var(--horri-shadow);
}

body.horri-catalogue .woocommerce-products-header {
	margin: -30px -30px 26px;
	padding: 34px 34px 31px;
	background:
		radial-gradient(circle at 88% 18%, rgba(228, 75, 63, .22), transparent 25%),
		linear-gradient(135deg, #11141a, #26212a);
	border-bottom: 1px solid rgba(228, 75, 63, .23);
	border-radius: 16px 16px 0 0;
}

body.horri-catalogue .woocommerce-products-header .page-title {
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 4vw, 50px);
	font-weight: 780;
	letter-spacing: -.035em;
}

body.horri-catalogue .term-description {
	max-width: 760px;
	margin-top: 11px;
	color: #b9bbc2;
	font-size: 14px;
	line-height: 1.65;
}

.horri-shop-intro {
	display: flex;
	clear: both;
	gap: 12px;
	align-items: center;
	margin: 0 0 24px;
	padding: 15px 17px;
	background: rgba(181, 22, 50, .12);
	border: 1px solid rgba(228, 75, 63, .2);
	border-radius: 10px;
}

.horri-shop-intro strong {
	color: #fff;
	font-size: 13px;
	white-space: nowrap;
}

.horri-shop-intro span {
	color: #b9bbc2;
	font-size: 11px;
	line-height: 1.5;
}

body.horri-catalogue .woocommerce-result-count {
	margin: 9px 0 22px;
	color: var(--horri-muted);
	font-size: 12px;
}

body.horri-catalogue .woocommerce-ordering {
	margin: 0 0 22px;
}

body.horri-catalogue .woocommerce-ordering select {
	min-width: 220px;
	height: 42px;
	padding: 0 36px 0 13px;
	background: #242832;
	border: 1px solid var(--horri-line);
	border-radius: 8px;
	color: #eeeae4;
}

body.horri-catalogue ul.products,
body.horri-product-page .related.products ul.products {
	display: grid !important;
	gap: 20px;
	clear: both;
	margin: 0 !important;
}

body.horri-catalogue ul.products.columns-2,
body.horri-product-page .related.products ul.products.columns-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.horri-catalogue ul.products.columns-3,
body.horri-product-page .related.products ul.products.columns-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.horri-catalogue ul.products.columns-4,
body.horri-product-page .related.products ul.products.columns-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.horri-catalogue ul.products.columns-5,
body.horri-product-page .related.products ul.products.columns-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.horri-catalogue ul.products::before,
body.horri-catalogue ul.products::after,
body.horri-product-page .related.products ul.products::before,
body.horri-product-page .related.products ul.products::after {
	display: none !important;
}

body.horri-catalogue ul.products li.product,
body.horri-product-page .related.products ul.products li.product {
	float: none !important;
	display: flex;
	width: auto !important;
	min-width: 0;
	flex-direction: column;
	margin: 0 !important;
	overflow: hidden;
	background: #f7f3ed;
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 13px;
	box-shadow: 0 9px 22px rgba(0, 0, 0, .22);
}

body.horri-catalogue ul.products li.product:hover,
body.horri-product-page .related.products ul.products li.product:hover {
	box-shadow: 0 16px 31px rgba(0, 0, 0, .35);
	transform: translateY(-4px);
}

body.horri-catalogue ul.products li.product .woocommerce-LoopProduct-link,
body.horri-product-page .related.products ul.products li.product .woocommerce-LoopProduct-link {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
}

body.horri-catalogue ul.products li.product .product-img,
body.horri-product-page .related.products ul.products li.product .product-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	padding: 18px;
	overflow: hidden;
	background: #fff;
}

body.horri-catalogue ul.products li.product .product-img img,
body.horri-product-page .related.products ul.products li.product .product-img img {
	width: 100%;
	height: 100%;
	margin: 0 !important;
	object-fit: contain;
	transition: transform .25s ease;
}

body.horri-catalogue ul.products li.product:hover .product-img img,
body.horri-product-page .related.products ul.products li.product:hover .product-img img {
	transform: scale(1.025);
}

body.horri-catalogue ul.products li.product .woocommerce-loop-product__title,
body.horri-product-page .related.products ul.products li.product .woocommerce-loop-product__title {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	padding: 17px 17px 8px;
	color: #202229;
	font-size: 14px;
	font-weight: 720;
	line-height: 1.42;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

body.horri-catalogue ul.products li.product .price,
body.horri-product-page .related.products ul.products li.product .price {
	margin: auto 0 0;
	padding: 7px 17px 14px;
	color: var(--horri-accent);
	font-size: 17px;
	font-weight: 800;
}

body.horri-catalogue ul.products li.product > .button,
body.horri-product-page .related.products ul.products li.product > .button {
	margin: 0 17px 17px;
	padding: 10px 12px;
	background: var(--horri-accent) !important;
	border-radius: 7px;
	color: #fff !important;
	font-size: 11px;
	font-weight: 750;
	text-align: center;
}

body.horri-catalogue ul.products li.product > .button:hover,
body.horri-product-page .related.products ul.products li.product > .button:hover {
	background: var(--horri-ink) !important;
}

body.horri-catalogue .onsale,
body.horri-product-page .onsale {
	top: 12px !important;
	left: 12px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 6px 9px !important;
	background: var(--horri-accent) !important;
	border-radius: 5px !important;
	color: #fff !important;
	font-size: 10px !important;
	font-weight: 800;
	line-height: 1 !important;
	text-transform: uppercase;
}

body.horri-catalogue nav.woocommerce-pagination {
	margin-top: 34px;
}

body.horri-catalogue nav.woocommerce-pagination ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 7px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

body.horri-catalogue nav.woocommerce-pagination ul li {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	line-height: 1 !important;
}

body.horri-catalogue nav.woocommerce-pagination ul li a,
body.horri-catalogue nav.woocommerce-pagination ul li span {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px !important;
	background: #252932 !important;
	border: 1px solid var(--horri-line) !important;
	border-radius: 7px;
	box-sizing: border-box;
	color: #ece8e2 !important;
	font-weight: 750;
	line-height: 1 !important;
}

body.horri-catalogue nav.woocommerce-pagination ul li span.current,
body.horri-catalogue nav.woocommerce-pagination ul li a:hover {
	background: var(--horri-accent) !important;
	border-color: var(--horri-accent) !important;
	color: #fff !important;
}

/* Individual WooCommerce products. */
body.horri-product-page #main-content-row > .main-content > .container-wrapper {
	padding: 35px;
	background: #171a21;
	border: 1px solid var(--horri-line);
	border-radius: 18px;
	box-shadow: var(--horri-shadow);
}

body.horri-product-page div.product div.images {
	width: 47%;
	margin-bottom: 42px;
	padding: 30px;
	background: #f7f3ed;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 15px;
}

body.horri-product-page div.product div.images img {
	max-height: 650px;
	object-fit: contain;
	filter: drop-shadow(0 12px 16px rgba(0, 0, 0, .14));
}

body.horri-product-page div.product div.summary {
	width: 48%;
	margin-bottom: 42px;
	padding: clamp(28px, 4vw, 42px);
	background:
		radial-gradient(circle at 95% 0%, rgba(181, 22, 50, .14), transparent 31%),
		#22262f;
	border: 1px solid var(--horri-line);
	border-radius: 15px;
}

body.horri-product-page div.product .product_title {
	margin: 0 0 20px;
	color: #fff;
	font-size: clamp(27px, 2.65vw, 36px);
	font-weight: 770;
	letter-spacing: -.035em;
	line-height: 1.08;
}

body.horri-product-page div.product p.price,
body.horri-product-page div.product span.price {
	margin: 0 0 23px;
	color: var(--horri-ember);
	font-size: 29px;
	font-weight: 820;
}

body.horri-product-page .woocommerce-product-details__short-description {
	display: none;
}

.horri-buy-area {
	margin: 25px 0 20px;
}

body.horri-product-page div.product .horri-external-button {
	display: block;
	width: 100%;
	padding: 16px 21px;
	background: linear-gradient(135deg, var(--horri-accent), #8d1029) !important;
	border-radius: 9px;
	box-shadow: 0 9px 19px rgba(143, 12, 40, .28);
	color: #fff !important;
	font-size: 15px;
	font-weight: 780;
	text-align: center;
}

body.horri-product-page div.product .horri-external-button:hover {
	background: var(--horri-ember) !important;
	transform: translateY(-2px);
}

.horri-affiliate-notice {
	display: block;
	margin-top: 12px;
	color: #9297a2;
	font-size: 10px;
	line-height: 1.55;
	text-align: center;
}

body.horri-product-page .product_meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	padding-top: 20px;
	border-top: 1px solid var(--horri-line);
	color: #9297a2;
	font-size: 11px;
}

body.horri-product-page .product_meta > span {
	width: 100%;
}

body.horri-product-page .product_meta .tagged_as {
	display: none;
}

body.horri-product-page .product_meta a {
	color: #e1ddd7 !important;
}

body.horri-product-page .woocommerce-tabs {
	clear: both;
	padding-top: 8px;
}

body.horri-product-page .woocommerce-tabs ul.tabs {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

body.horri-product-page .woocommerce-tabs ul.tabs::before,
body.horri-product-page .woocommerce-tabs ul.tabs li::before,
body.horri-product-page .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

body.horri-product-page .woocommerce-tabs ul.tabs li {
	margin: 0 6px 0 0 !important;
	padding: 0 19px !important;
	background: #282c36 !important;
	border: 1px solid var(--horri-line) !important;
	border-radius: 8px 8px 0 0 !important;
}

body.horri-product-page .woocommerce-tabs ul.tabs li.active {
	background: var(--horri-accent) !important;
}

body.horri-product-page .woocommerce-tabs ul.tabs li a {
	color: #fff !important;
}

body.horri-product-page .woocommerce-tabs .panel {
	margin: 0 !important;
	padding: 34px;
	background: #20242d;
	border: 1px solid var(--horri-line);
	border-radius: 0 13px 13px 13px;
	color: #c3c5ca;
	font-size: 14px;
	line-height: 1.75;
}

body.horri-product-page .woocommerce-tabs .panel h2,
body.horri-product-page .related.products > h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 760;
	letter-spacing: -.025em;
}

body.horri-product-page .related.products {
	clear: both;
	padding-top: 42px;
}

/* Editorial archives and compact category browser. */
body.horri-editorial-archive #main-content-row > .main-content > .container-wrapper {
	padding: 28px;
	background: #171a21;
	border: 1px solid var(--horri-line);
	border-radius: 16px;
}

body.horri-editorial-archive #category-title-section {
	margin: -28px -28px 27px;
	padding: 30px;
	background: linear-gradient(135deg, #10131a, #27212b);
	border-bottom: 1px solid rgba(228, 75, 63, .2);
	border-radius: 15px 15px 0 0;
}

body.horri-editorial-archive #category-title-section h1,
body.horri-editorial-archive .page-title {
	color: #fff;
	font-size: clamp(34px, 4vw, 48px);
	font-weight: 780;
	letter-spacing: -.035em;
}

body.horri-editorial-archive #category-title-section .taxonomy-description,
body.horri-editorial-archive #category-title-section p {
	max-width: 780px;
	color: #babcc2;
	font-size: 13px;
	line-height: 1.65;
}

body.horri-editorial-archive #posts-container.posts-items {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

body.horri-editorial-archive #posts-container.posts-items > li.post-item {
	float: none !important;
	display: flex;
	width: auto !important;
	min-width: 0;
	flex-direction: column;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	background: #20242d;
	border: 1px solid var(--horri-line);
	border-radius: 13px;
	box-shadow: 0 9px 22px rgba(0, 0, 0, .18);
}

body.horri-editorial-archive #posts-container .post-thumb {
	width: 100% !important;
	height: 225px !important;
	margin: 0 !important;
}

body.horri-editorial-archive #posts-container .post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.horri-editorial-archive #posts-container .post-details {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 21px !important;
}

body.horri-editorial-archive #posts-container .post-title,
body.horri-editorial-archive #posts-container .post-title a {
	color: #fff !important;
	font-size: 20px;
	line-height: 1.22;
}

body.horri-editorial-archive #posts-container .post-title a:hover {
	color: var(--horri-ember) !important;
}

body.horri-editorial-archive #posts-container .entry,
body.horri-editorial-archive #posts-container .post-excerpt {
	color: #aeb2ba;
	font-size: 12px;
	line-height: 1.6;
}

body.horri-enabled .sidebar .widget_categories,
body.horri-enabled .sidebar .widget_product_categories {
	padding: 20px;
	background: #1b1e26;
	border: 1px solid var(--horri-line);
	border-radius: 13px;
}

.horri-category-controls {
	margin: 13px 0 12px;
}

.horri-category-controls input {
	width: 100%;
	height: 40px;
	padding: 0 11px;
	background: #262a34;
	border: 1px solid var(--horri-line);
	border-radius: 7px;
	color: #fff;
}

body.horri-enabled .sidebar .horri-category-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.horri-enabled .sidebar .horri-category-list > li {
	position: relative;
	min-width: 0;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	list-style: none !important;
}

body.horri-enabled .sidebar .horri-category-list > li::before,
body.horri-enabled .sidebar .horri-category-list > li::marker {
	display: none !important;
	content: "" !important;
}

body.horri-enabled .sidebar .horri-category-list > li[hidden] {
	display: none !important;
}

body.horri-enabled .sidebar .horri-category-list > li > a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 40px;
	width: 100%;
	padding: 8px 54px 8px 10px;
	background: #252932;
	border: 1px solid var(--horri-soft-line);
	border-radius: 7px;
	color: #d4d3d0 !important;
	font-size: 10px;
	font-weight: 650;
	line-height: 1.3;
	overflow: hidden;
}

body.horri-enabled .sidebar .horri-category-list > li > a::before {
	display: none !important;
	content: none !important;
}

body.horri-enabled .sidebar .horri-category-list > li > a::after {
	position: absolute;
	top: 50%;
	right: 9px;
	color: var(--horri-ember);
	content: "›";
	font-size: 17px;
	font-weight: 800;
	line-height: 1;
	transform: translateY(-52%);
}

body.horri-enabled .sidebar .horri-category-list > li > span {
	position: absolute !important;
	z-index: 2;
	top: 50% !important;
	right: 23px !important;
	min-width: 0 !important;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	background: transparent !important;
	color: #969ca7 !important;
	font-size: 9px !important;
	font-weight: 700;
	line-height: 1 !important;
	transform: translateY(-50%);
}

body.horri-enabled .sidebar .horri-category-list > li.current-cat > span,
body.horri-enabled .sidebar .horri-category-list > li:hover > span {
	color: #fff !important;
}

body.horri-enabled .sidebar .horri-category-list > li > a:hover,
body.horri-enabled .sidebar .horri-category-list > li.current-cat > a {
	background: var(--horri-accent);
	border-color: var(--horri-accent);
	color: #fff !important;
}

body.horri-enabled .sidebar .horri-category-list .children {
	display: none !important;
}

.horri-category-toggle {
	width: 100%;
	margin-top: 11px;
	padding: 9px 11px;
	background: transparent;
	border: 1px solid rgba(228, 75, 63, .55);
	border-radius: 7px;
	color: #eee9e3;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
}

.horri-category-toggle:hover {
	background: var(--horri-accent);
	border-color: var(--horri-accent);
}

.horri-category-empty {
	margin: 10px 0 0;
	color: #8f949e;
	font-size: 11px;
}

/* Content-page refinement without forcing fiction into artificial sections. */
body.horri-editorial-post #the-post {
	overflow: hidden;
	background: #171a21;
	border: 1px solid var(--horri-line);
	border-radius: 16px;
	box-shadow: var(--horri-shadow);
}

body.horri-editorial-post #the-post > .entry-content {
	box-sizing: border-box;
	padding: clamp(28px, 4vw, 44px) !important;
	color: #d2d0cc;
	font-size: 16px;
	line-height: 1.9;
}

body.horri-editorial-post #the-post > .entry-content h2,
body.horri-editorial-post #the-post > .entry-content h3 {
	color: #fff;
	letter-spacing: -.02em;
}

body.horri-editorial-post #the-post > .entry-content a {
	color: var(--horri-ember);
}

body.horri-story #the-post > .entry-content {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: 1.95;
}

body.horri-story #the-post > .entry-content > p:first-child::first-letter {
	float: left;
	margin: 10px 9px 0 0;
	color: var(--horri-ember);
	font-size: 64px;
	font-weight: 700;
	line-height: .75;
}

/* Movie reviews have recognisable sections in their imported markup. The
 * companion script groups those sections without changing the stored post. */
body.horri-movie-review #the-post > .entry-content {
	font-size: 16px;
	line-height: 1.82;
}

body.horri-movie-review #the-post > .entry-content > p:empty,
body.horri-movie-review .horri-review-section > p:empty {
	display: none;
}

body.horri-movie-review .horri-review-lead-title {
	margin: 0 0 30px;
	padding: 16px 19px;
	background: linear-gradient(135deg, rgba(181, 22, 50, .25), rgba(228, 75, 63, .08));
	border: 1px solid rgba(228, 75, 63, .28);
	border-left: 4px solid var(--horri-ember);
	border-radius: 9px;
	color: #fff;
	font-size: clamp(20px, 2.4vw, 27px);
	line-height: 1.25;
}

body.horri-movie-review .horri-review-section {
	margin: 32px 0;
	padding: 0 24px 24px;
	overflow: hidden;
	background: #1d212a;
	border: 1px solid var(--horri-line);
	border-radius: 12px;
}

body.horri-movie-review .horri-review-section > .horri-review-heading:first-child {
	margin: 0 -24px 23px;
	padding: 14px 20px 13px;
	background: linear-gradient(90deg, rgba(181, 22, 50, .28), rgba(181, 22, 50, .04));
	border-left: 4px solid var(--horri-ember);
	color: #fff;
	font-size: 20px;
	font-weight: 780;
	line-height: 1.25;
}

body.horri-movie-review .horri-review-section p:last-child,
body.horri-movie-review .horri-review-section ul:last-child {
	margin-bottom: 0;
}

body.horri-movie-review .horri-review-section ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 24px;
	margin: 5px 0;
	padding: 0;
	list-style: none;
}

body.horri-movie-review .horri-review-section li {
	position: relative;
	margin: 0;
	padding: 9px 10px 9px 18px;
	background: rgba(255, 255, 255, .035);
	border-radius: 6px;
}

body.horri-movie-review .horri-review-section li::before {
	position: absolute;
	top: 16px;
	left: 7px;
	width: 5px;
	height: 5px;
	background: var(--horri-ember);
	border-radius: 50%;
	content: "";
}

body.horri-movie-review .horri-review-conclusion {
	background: linear-gradient(145deg, #211b24, #191c23);
	border-color: rgba(228, 75, 63, .3);
}

body.horri-movie-review .horri-review-score {
	display: inline-flex;
	align-items: center;
	margin: 10px 0 0;
	padding: 10px 15px;
	background: var(--horri-accent);
	border-radius: 999px;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
}

/* Responsive layouts. */
@media (max-width: 1050px) {
	.horri-shop-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.horri-shop-category-grid-preview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.horri-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.horri-review-grid,
	.horri-product-grid,
	body.horri-catalogue ul.products.columns-4,
	body.horri-catalogue ul.products.columns-5,
	body.horri-product-page .related.products ul.products.columns-4,
	body.horri-product-page .related.products ul.products.columns-5 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.horri-monster-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	body.horri-editorial-post #the-post > .entry-content {
		padding: 24px 21px !important;
	}

	body.horri-movie-review .horri-review-section {
		padding: 0 18px 20px;
	}

	body.horri-movie-review .horri-review-section > .horri-review-heading:first-child {
		margin-right: -18px;
		margin-left: -18px;
	}

	body.horri-movie-review .horri-review-section ul {
		grid-template-columns: 1fr;
	}

	.horri-shop-category-grid,
	.horri-shop-category-grid-preview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.horri-shop-category-card {
		min-height: 250px;
		padding: 20px;
	}

	.horri-home-hero {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 37px 24px;
	}

	.horri-home-hero.has-image {
		background:
			linear-gradient(0deg, rgba(7, 8, 12, .98) 0%, rgba(8, 10, 14, .76) 100%),
			var(--horri-hero-image) center / cover no-repeat;
	}

	.horri-home-assurances,
	.horri-story-grid,
	.horri-monster-grid,
	body.horri-editorial-archive #posts-container.posts-items {
		grid-template-columns: 1fr;
	}

	.horri-home-assurances li {
		border-right: 0;
		border-bottom: 1px solid var(--horri-line);
	}

	.horri-home-assurances li:last-child {
		border-bottom: 0;
	}

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

	.horri-category-card {
		min-height: 220px;
	}

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

	.horri-story-card-image,
	.horri-monster-feature .horri-story-card-image {
		height: 235px;
	}

	.horri-shop-intro {
		flex-direction: column;
		align-items: flex-start;
	}

	body.horri-catalogue #main-content-row > .main-content > .container-wrapper,
	body.horri-product-page #main-content-row > .main-content > .container-wrapper {
		padding: 20px;
	}

	body.horri-product-page div.product div.images,
	body.horri-product-page div.product div.summary {
		float: none !important;
		width: 100% !important;
	}

	body.horri-product-page div.product div.images {
		padding: 21px;
	}

	body.horri-product-page .woocommerce-tabs .panel {
		padding: 24px 21px;
	}

	body.horri-editorial-archive #posts-container .post-thumb {
		height: auto !important;
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 480px) {
	.horri-category-grid,
	.horri-review-grid,
	.horri-product-grid,
	.horri-shop-category-grid,
	.horri-shop-category-grid-preview,
	body.horri-catalogue ul.products.columns-2,
	body.horri-catalogue ul.products.columns-3,
	body.horri-catalogue ul.products.columns-4,
	body.horri-catalogue ul.products.columns-5,
	body.horri-product-page .related.products ul.products.columns-2,
	body.horri-product-page .related.products ul.products.columns-3,
	body.horri-product-page .related.products ul.products.columns-4,
	body.horri-product-page .related.products ul.products.columns-5,
	body.horri-enabled .sidebar .horri-category-list {
		grid-template-columns: 1fr;
	}

	.horri-home-hero-actions {
		flex-direction: column;
	}

	.horri-button {
		width: 100%;
	}

	.horri-product-card-image {
		height: 275px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.horri-home a,
	.horri-story-card,
	.horri-product-card,
	body.horri-catalogue ul.products li.product {
		transition: none !important;
	}
}
