.stableone-horses {
	--stableone-accent: #1f6b4f;
	--stableone-accent-contrast: #fff;
	--stableone-body-size: 14px;
	--stableone-card-background: #fff;
	--stableone-card-border-color: #dfe7e2;
	--stableone-card-border-width: 0px;
	--stableone-card-padding: 20px;
	--stableone-card-radius: 16px;
	--stableone-columns: 3;
	--stableone-columns-mobile: 1;
	--stableone-columns-tablet: 2;
	--stableone-grid-gap: 24px;
	--stableone-image-ratio: 3 / 2;
	--stableone-muted: #5e6b64;
	--stableone-name-size: 19px;
	--stableone-text: #15231c;
	--stableone-title-size: 38px;
	color: var(--stableone-text);
	font-family: inherit;
}

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

.stableone-horse-single {
	padding: clamp(32px, 6vw, 88px) clamp(16px, 4vw, 48px);
}

.stableone-horse-single--elementor {
	padding: 0;
}

.stableone-horse-single__inner {
	margin: 0 auto;
	max-width: 1280px;
}

.stableone-horses__title {
	color: var(--stableone-text);
	font-size: clamp(24px, 3vw, var(--stableone-title-size));
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.16;
	margin: 0 0 clamp(20px, 3vw, 32px);
}

.stableone-horses__grid {
	display: grid;
	gap: var(--stableone-grid-gap);
	grid-template-columns: repeat(var(--stableone-columns), minmax(0, 1fr));
}

.stableone-horse-card {
	background: var(--stableone-card-background);
	border: var(--stableone-card-border-width) solid var(--stableone-card-border-color);
	border-radius: var(--stableone-card-radius);
	color: var(--stableone-text);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	transition: box-shadow 180ms cubic-bezier(.2, .8, .2, 1), transform 180ms cubic-bezier(.2, .8, .2, 1);
}

.stableone-horses--shadow-soft .stableone-horse-card {
	box-shadow: 0 10px 30px rgb(18 35 27 / 10%);
}

.stableone-horses--shadow-lifted .stableone-horse-card {
	box-shadow: 0 18px 45px rgb(18 35 27 / 16%);
}

.stableone-horse-card:hover {
	transform: translateY(-2px);
}

.stableone-horses--shadow-none .stableone-horse-card:hover {
	box-shadow: 0 12px 30px rgb(18 35 27 / 10%);
}

.stableone-horse-card__image-link {
	aspect-ratio: var(--stableone-image-ratio);
	background: color-mix(in srgb, var(--stableone-muted) 12%, var(--stableone-card-background));
	display: block;
	overflow: hidden;
}

.stableone-horse-card__image {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 320ms cubic-bezier(.2, .8, .2, 1);
	width: 100%;
}

.stableone-horses--image-zoom .stableone-horse-card:hover .stableone-horse-card__image {
	transform: scale(1.035);
}

.stableone-horse-card__placeholder {
	background: linear-gradient(135deg, color-mix(in srgb, var(--stableone-muted) 8%, var(--stableone-card-background)), color-mix(in srgb, var(--stableone-muted) 22%, var(--stableone-card-background)));
	display: block;
	height: 100%;
	width: 100%;
}

.stableone-horse-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: var(--stableone-card-padding);
}

.stableone-horse-card__name {
	font-size: var(--stableone-name-size);
	font-weight: 700;
	letter-spacing: -.012em;
	line-height: 1.35;
	margin: 0;
}

.stableone-horse-card__name a,
.stableone-horse-card__link {
	color: inherit;
	text-decoration: none;
}

.stableone-horse-card__name a:hover {
	text-decoration: underline;
	text-decoration-color: var(--stableone-accent);
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.stableone-horse-card__facts,
.stableone-horse-card__location {
	color: var(--stableone-muted);
	font-size: var(--stableone-body-size);
	line-height: 1.55;
	margin: 7px 0 0;
}

.stableone-horse-card__footer {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 20px;
}

.stableone-horse-card__price {
	font-size: max(var(--stableone-body-size), 14px);
	font-weight: 700;
}

.stableone-horse-card__link {
	color: var(--stableone-accent);
	font-size: max(calc(var(--stableone-body-size) - 1px), 13px);
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.stableone-horses--action-solid .stableone-horse-card__link,
.stableone-horses--action-outline .stableone-horse-card__link {
	border: 1px solid var(--stableone-accent);
	border-radius: max(3px, calc(var(--stableone-card-radius) / 2));
	display: inline-flex;
	padding: 9px 12px;
}

.stableone-horses--action-solid .stableone-horse-card__link {
	background: var(--stableone-accent);
	color: var(--stableone-accent-contrast);
}

.stableone-horse-card__link span {
	display: inline-block;
	margin-left: 5px;
	transition: transform 160ms cubic-bezier(.2, .8, .2, 1);
}

.stableone-horse-card__link:hover span {
	transform: translateX(3px);
}

.stableone-horse-card a:focus-visible {
	box-shadow: 0 0 0 3px var(--stableone-card-background), 0 0 0 5px var(--stableone-accent);
	outline: 0;
}

.stableone-horses__empty,
.stableone-horses__notice {
	background: color-mix(in srgb, var(--stableone-muted) 8%, var(--stableone-card-background));
	border: 1px solid var(--stableone-card-border-color);
	border-radius: min(var(--stableone-card-radius), 12px);
	color: var(--stableone-text);
	margin: 0;
	padding: 16px 18px;
}

.stableone-horse-detail {
	--stableone-detail-media: 48%;
	background: var(--stableone-card-background);
	border: var(--stableone-card-border-width) solid var(--stableone-card-border-color);
	border-radius: var(--stableone-card-radius);
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, var(--stableone-detail-media)) minmax(0, 1fr);
	overflow: hidden;
}

.stableone-horse-detail--no-gallery {
	grid-template-columns: minmax(0, 1fr);
}

.stableone-horses--shadow-soft.stableone-horse-detail {
	box-shadow: 0 10px 30px rgb(18 35 27 / 10%);
}

.stableone-horses--shadow-lifted.stableone-horse-detail {
	box-shadow: 0 18px 45px rgb(18 35 27 / 16%);
}

.stableone-horse-detail__gallery {
	align-content: start;
	background: color-mix(in srgb, var(--stableone-muted) 10%, var(--stableone-card-background));
	display: grid;
	grid-template-rows: auto auto;
	min-width: 0;
}

.stableone-horse-detail__image-trigger {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: inherit;
	cursor: zoom-in;
	display: block;
	font: inherit;
	margin: 0;
	min-width: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.stableone-horse-detail__image-trigger:focus-visible {
	box-shadow: inset 0 0 0 3px var(--stableone-card-background), inset 0 0 0 6px var(--stableone-accent);
	outline: 0;
	z-index: 1;
}

.stableone-horse-detail__hero-image {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	max-height: 720px;
	min-height: 340px;
	object-fit: cover;
	width: 100%;
}

.stableone-horse-detail__zoom {
	align-items: center;
	background: rgb(10 18 14 / 82%);
	border-radius: 50%;
	bottom: 16px;
	color: #fff;
	display: flex;
	font-size: 19px;
	height: 44px;
	justify-content: center;
	pointer-events: none;
	position: absolute;
	right: 16px;
	transition: background-color 180ms cubic-bezier(.2, .8, .2, 1), transform 180ms cubic-bezier(.2, .8, .2, 1);
	width: 44px;
}

@media (hover: hover) {
	.stableone-horse-detail__image-trigger--main:hover .stableone-horse-detail__zoom {
		background: var(--stableone-accent);
		transform: scale(1.06);
	}
}

.stableone-horse-detail__image-strip {
	display: grid;
	gap: 3px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-top: 3px;
}

.stableone-horse-detail__image-strip img {
	aspect-ratio: 4 / 3;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.stableone-horse-detail__image-trigger--thumbnail {
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.stableone-horse-detail__image-trigger--thumbnail img {
	transition: opacity 180ms cubic-bezier(.2, .8, .2, 1), transform 220ms cubic-bezier(.2, .8, .2, 1);
}

@media (hover: hover) {
	.stableone-horse-detail__image-trigger--thumbnail:hover img {
		opacity: .86;
		transform: scale(1.035);
	}
}

.stableone-horse-detail__content {
	align-content: start;
	display: grid;
	gap: clamp(24px, 3vw, 40px);
	padding: clamp(28px, 5vw, 64px);
}

.stableone-horse-detail__header {
	align-items: flex-start;
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.stableone-horse-detail__kicker {
	color: var(--stableone-accent);
	font-size: max(calc(var(--stableone-body-size) - 1px), 13px);
	font-weight: 700;
	margin: 0 0 8px;
}

.stableone-horse-detail__name {
	color: var(--stableone-text);
	font-size: clamp(30px, 4vw, var(--stableone-title-size));
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.08;
	margin: 0;
}

.stableone-horse-detail__lead {
	color: var(--stableone-muted);
	font-size: clamp(16px, 1.5vw, 19px);
	line-height: 1.55;
	margin: 14px 0 0;
	max-width: 65ch;
}

.stableone-horse-detail__price {
	color: var(--stableone-text);
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 700;
	margin: 3px 0 0;
	white-space: nowrap;
}

.stableone-horse-detail__facts {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.stableone-horse-detail__facts div {
	border-top: 1px solid var(--stableone-card-border-color);
	display: grid;
	gap: 4px;
	padding: 14px 16px 14px 0;
}

.stableone-horse-detail__facts dt {
	color: var(--stableone-muted);
	font-size: max(calc(var(--stableone-body-size) - 2px), 12px);
	line-height: 1.4;
}

.stableone-horse-detail__facts dd {
	color: var(--stableone-text);
	font-size: max(var(--stableone-body-size), 14px);
	font-weight: 650;
	line-height: 1.45;
	margin: 0;
}

.stableone-horse-detail__description {
	color: var(--stableone-text);
	font-size: max(var(--stableone-body-size), 15px);
	line-height: 1.7;
	max-width: 72ch;
}

.stableone-horse-detail__description p {
	margin: 0 0 1em;
}

.stableone-horse-detail__description p:last-child {
	margin-bottom: 0;
}

.stableone-horse-detail__features h3 {
	color: var(--stableone-text);
	font-size: max(var(--stableone-name-size), 18px);
	line-height: 1.3;
	margin: 0 0 14px;
}

.stableone-horse-detail__features h2 {
	color: var(--stableone-text);
	font-size: max(var(--stableone-name-size), 18px);
	line-height: 1.3;
	margin: 0 0 14px;
}

.stableone-horse-component {
	color: var(--stableone-text);
}

.stableone-horse-component > :first-child {
	margin-top: 0;
}

.stableone-horse-component > :last-child {
	margin-bottom: 0;
}

.stableone-horse-component__name,
.stableone-horse-component__title,
.stableone-horse-component__category,
.stableone-horse-component__short-description,
.stableone-horse-component__price {
	max-width: 100%;
}

.stableone-horse-component__category,
.stableone-horse-component__price {
	display: inline-block;
}

.stableone-horse-component__section-title {
	color: var(--stableone-text);
	font-size: max(var(--stableone-name-size), 18px);
	line-height: 1.3;
	margin: 0 0 14px;
}

.stableone-horse-component__summary {
	align-items: flex-start;
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.stableone-horse-component__gallery {
	background: color-mix(in srgb, var(--stableone-muted) 10%, var(--stableone-card-background));
	border-radius: var(--stableone-card-radius);
	overflow: hidden;
}

.stableone-horse-component__gallery .stableone-horse-detail__hero-image {
	aspect-ratio: 16 / 10;
	max-height: none;
	min-height: 0;
}

.stableone-horse-component__main-image {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	vertical-align: top;
}

.stableone-horse-component__main-image-media {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	transition: opacity 240ms cubic-bezier(.2, .8, .2, 1), transform 240ms cubic-bezier(.2, .8, .2, 1);
	width: 100%;
}

.stableone-horse-component__main-image .stableone-horse-detail__image-trigger {
	overflow: hidden;
}

.stableone-horse-detail__facts--values-only div {
	align-content: center;
}

.stableone-horse-detail__features ul {
	display: grid;
	gap: 9px 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.stableone-horse-detail__features li {
	--stableone-feature-icon-space: 20px;
	--stableone-feature-pad-bottom: 0px;
	--stableone-feature-pad-left: 0px;
	--stableone-feature-pad-right: 0px;
	--stableone-feature-pad-top: 0px;

	color: var(--stableone-text);
	font-size: max(var(--stableone-body-size), 14px);
	line-height: 1.5;
	padding: var(--stableone-feature-pad-top) var(--stableone-feature-pad-right) var(--stableone-feature-pad-bottom) calc(var(--stableone-feature-pad-left) + var(--stableone-feature-icon-space));
	position: relative;
}

.stableone-horse-detail__features li::before {
	color: var(--stableone-accent);
	content: "✓";
	font-weight: 700;
	left: var(--stableone-feature-pad-left);
	position: absolute;
}

.stableone-horse-detail__features--icon-dot li::before {
	content: "•";
}

.stableone-horse-detail__features--icon-none li {
	--stableone-feature-icon-space: 0px;
}

.stableone-horse-detail__features--icon-none li::before {
	content: none;
}

.stableone-horse-component--action {
	width: 100%;
}

.stableone-horse-detail__action {
	align-items: center;
	background: var(--stableone-accent);
	border: 1px solid var(--stableone-accent);
	border-radius: max(4px, calc(var(--stableone-card-radius) / 2));
	color: var(--stableone-accent-contrast);
	display: inline-flex;
	font-size: max(var(--stableone-body-size), 14px);
	font-weight: 700;
	gap: 8px;
	justify-self: start;
	line-height: 1.2;
	padding: 12px 16px;
	text-decoration: none;
	transition: box-shadow 180ms cubic-bezier(.2, .8, .2, 1), transform 180ms cubic-bezier(.2, .8, .2, 1);
}

.stableone-horse-detail__action:hover {
	box-shadow: 0 8px 20px color-mix(in srgb, var(--stableone-accent) 24%, transparent);
	transform: translateY(-1px);
}

.stableone-horse-detail__action:focus-visible {
	box-shadow: 0 0 0 3px var(--stableone-card-background), 0 0 0 5px var(--stableone-accent);
	outline: 0;
}

.stableone-lightbox-open {
	overflow: hidden;
}

.stableone-lightbox[hidden] {
	display: none;
}

.stableone-lightbox button[hidden] {
	display: none;
}

.stableone-lightbox {
	align-items: center;
	background: rgb(5 10 8 / 96%);
	display: grid;
	grid-template-columns: minmax(52px, 8vw) minmax(0, 1fr) minmax(52px, 8vw);
	inset: 0;
	justify-items: center;
	padding: max(24px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(20px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
	position: fixed;
	z-index: 100000;
}

.stableone-lightbox__figure {
	align-items: center;
	display: grid;
	grid-column: 2;
	grid-row: 1;
	grid-template-rows: minmax(0, 1fr) auto;
	height: 100%;
	margin: 0;
	max-height: calc(100vh - 48px);
	max-width: min(1200px, 82vw);
	min-height: 0;
	min-width: 0;
	width: 100%;
}

.stableone-lightbox__image {
	display: block;
	height: 100%;
	max-height: calc(100vh - 104px);
	max-width: 100%;
	object-fit: contain;
	place-self: center;
	width: 100%;
}

.stableone-lightbox__meta {
	align-items: baseline;
	color: #fff;
	display: flex;
	font-size: 14px;
	gap: 20px;
	justify-content: space-between;
	line-height: 1.45;
	padding-top: 12px;
	width: 100%;
}

.stableone-lightbox__caption {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.stableone-lightbox__counter {
	color: rgb(255 255 255 / 72%);
	flex: 0 0 auto;
}

.stableone-lightbox__close,
.stableone-lightbox__previous,
.stableone-lightbox__next {
	align-items: center;
	appearance: none;
	background: rgb(255 255 255 / 10%);
	border: 1px solid rgb(255 255 255 / 20%);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	font: inherit;
	height: 48px;
	justify-content: center;
	padding: 0;
	transition: background-color 160ms cubic-bezier(.2, .8, .2, 1), transform 160ms cubic-bezier(.2, .8, .2, 1);
	width: 48px;
}

.stableone-lightbox__close {
	font-size: 30px;
	position: absolute;
	right: max(18px, env(safe-area-inset-right));
	top: max(18px, env(safe-area-inset-top));
}

.stableone-lightbox__previous {
	font-size: 38px;
	grid-column: 1;
	grid-row: 1;
}

.stableone-lightbox__next {
	font-size: 38px;
	grid-column: 3;
	grid-row: 1;
}

.stableone-lightbox__close:hover,
.stableone-lightbox__previous:hover,
.stableone-lightbox__next:hover {
	background: rgb(255 255 255 / 20%);
	transform: scale(1.04);
}

.stableone-lightbox__close:focus-visible,
.stableone-lightbox__previous:focus-visible,
.stableone-lightbox__next:focus-visible {
	box-shadow: 0 0 0 3px rgb(5 10 8), 0 0 0 5px #fff;
	outline: 0;
}

@media (max-width: 900px) {
	.stableone-horses__grid {
		grid-template-columns: repeat(var(--stableone-columns-tablet), minmax(0, 1fr));
	}

	.stableone-horse-detail {
		grid-template-columns: 1fr;
	}

	.stableone-horse-detail__gallery {
		grid-template-rows: auto auto;
	}

	.stableone-horse-detail__hero-image {
		aspect-ratio: 16 / 10;
		max-height: none;
		min-height: 0;
	}
}

@media (max-width: 560px) {
	.stableone-horses__grid {
		grid-template-columns: repeat(var(--stableone-columns-mobile), minmax(0, 1fr));
	}

	.stableone-horse-card__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.stableone-horse-detail__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.stableone-horse-component__summary {
		flex-direction: column;
		gap: 14px;
	}

	.stableone-horse-detail__content {
		padding: 24px 20px 28px;
	}

	.stableone-horse-detail__facts,
	.stableone-horse-detail__features ul {
		grid-template-columns: 1fr;
	}

	.stableone-horse-detail__image-strip {
		grid-auto-columns: minmax(92px, 29vw);
		grid-auto-flow: column;
		grid-template-columns: none;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-padding-inline: 3px;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
	}

	.stableone-horse-detail__image-trigger--thumbnail {
		scroll-snap-align: start;
	}

	.stableone-horse-detail__zoom {
		bottom: 12px;
		right: 12px;
	}

	.stableone-lightbox {
		grid-template-columns: 1fr;
		padding-inline: max(12px, env(safe-area-inset-left)) max(12px, env(safe-area-inset-right));
		padding-top: max(72px, env(safe-area-inset-top));
	}

	.stableone-lightbox__figure {
		grid-column: 1;
		max-height: calc(100vh - 124px);
		max-width: 100%;
	}

	.stableone-lightbox__image {
		max-height: calc(100vh - 174px);
	}

	.stableone-lightbox__previous,
	.stableone-lightbox__next {
		bottom: max(18px, env(safe-area-inset-bottom));
		position: absolute;
	}

	.stableone-lightbox__previous {
		left: max(16px, env(safe-area-inset-left));
	}

	.stableone-lightbox__next {
		right: max(16px, env(safe-area-inset-right));
	}

	.stableone-lightbox__meta {
		justify-content: center;
		padding-bottom: 62px;
	}

	.stableone-lightbox__caption {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.stableone-horse-card,
	.stableone-horse-card__image,
	.stableone-horse-card__link span {
		transition: none;
	}

	.stableone-horse-detail__action {
		transition: none;
	}

	.stableone-horse-detail__zoom,
	.stableone-horse-detail__image-trigger--thumbnail img,
	.stableone-lightbox__close,
	.stableone-lightbox__previous,
	.stableone-lightbox__next {
		transition: none;
	}

	.stableone-horse-card:hover,
	.stableone-horses--image-zoom .stableone-horse-card:hover .stableone-horse-card__image,
	.stableone-horse-card__link:hover span {
		transform: none;
	}

	.stableone-horse-detail__action:hover {
		transform: none;
	}

	.stableone-horse-detail__image-trigger--main:hover .stableone-horse-detail__zoom,
	.stableone-horse-detail__image-trigger--thumbnail:hover img,
	.stableone-lightbox__close:hover,
	.stableone-lightbox__previous:hover,
	.stableone-lightbox__next:hover {
		transform: none;
	}
}
