:root {
	--h4u-container: 160rem;
	--h4u-dark: #11142d;
	--h4u-dark-2: #1b2532;
	--h4u-gold: #c9a86a;
	--h4u-gold-2: #c2a36f;
	--h4u-sand: #d2b078;
	--h4u-soft: #f5f3ee;
	--h4u-card: #ffffff;
	--h4u-border: #ebe5da;
	--h4u-text-soft: #7c7f8d;
	--h4u-radius-lg: 5rem;
	--h4u-radius-md: 2.4rem;
	--h4u-shadow: 0 2rem 5rem rgba(17, 20, 45, 0.08);
}

body {
	font-family: "Pontano Sans", sans-serif;
	color: var(--h4u-dark);
	background: #fff;
}

.h4u-page p,
.h4u-page a,
.h4u-page button,
.h4u-page input,
.h4u-page textarea,
.h4u-page select {
	font-family: "Poppins", sans-serif;
}

.h4u-page,
.h4u-taxonomy {
	max-width: var(--h4u-container);
	margin: 0 auto;
	padding: 4rem 4rem 8rem;
}

.h4u-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	margin-bottom: 3rem;
	color: #aaa;
	font-family: "Poppins", sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.h4u-breadcrumbs a {
	color: #333;
	text-decoration: none;
}

.h4u-breadcrumbs a:first-of-type {
	color: #333;
}

.h4u-breadcrumbs span {
	color: #aaa;
}

.h4u-header-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 39.7rem;
	gap: 4rem;
	align-items: start;
	margin-bottom: 5rem;
}

.h4u-taxonomy .h4u-page-title {
	margin: 0 0 1.4rem;
	color: #11142d;
	font-family: "Pontano Sans", sans-serif;
	font-size: 4rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.h4u-page-title,
.h4u-section-title {
	margin: 0 0 1.6rem;
	color: var(--h4u-gold-2);
	font-family: "Pontano Sans", sans-serif;
	font-size: 4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}

.h4u-section-title {
	font-size: 3.4rem;
	line-height: 1;
	margin-bottom: 3rem;
	color: var(--h4u-dark);
}

.h4u-taxonomy-description,
.h4u-horse-description {
	max-width: 86rem;
	font-size: 1.8rem;
	color: var(--h4u-text-soft);
}

.h4u-taxonomy-description {
	max-width: 116.3rem;
	color: #333;
	font-family: "Poppins", sans-serif;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.6rem;
}

.h4u-taxonomy-description p {
	margin: 0;
}

.h4u-price-legend {
	padding: 3rem 2.3rem 2.7rem;
	border-radius: 3rem;
	border: 0.1rem solid #f0f0f0;
	background: #ebebeb;
	box-shadow: none;
}

.h4u-price-legend h3 {
	margin: 0;
	padding-bottom: 1.6rem;
	border-bottom: 0.1rem solid #f0f0f0;
	color: #11142d;
	font-family: "Poppins", sans-serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.h4u-price-legend ul {
	margin: 0;
	padding: 1.4rem 0 0;
	list-style: none;
	display: grid;
	gap: 0.8rem;
}

.h4u-price-legend li {
	color: #11142d;
	font-family: "Poppins", sans-serif;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2rem;
}

.h4u-horses-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 4rem 3rem;
	margin-bottom: 5rem;
}

.h4u-horse-card {
	display: block;
	text-decoration: none;
	color: inherit;
}

.h4u-horse-card__image img,
.h4u-horse-media__main img,
.h4u-horse-media__thumb img {
	width: 100%;
	height: auto;
	border-radius: 3rem;
	display: block;
	object-fit: cover;
}

.h4u-horse-card__image img {
	aspect-ratio: 1 / 0.74;
	object-fit: cover;
}

.h4u-horse-card__title {
	margin: 1.8rem 0 1rem;
	color: #c2a36f;
	font-family: "Pontano Sans", sans-serif;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.h4u-horse-card__meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.6rem 2rem;
}

.h4u-card-meta-item {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	min-width: 0;
}

.h4u-card-label {
	display: inline;
	color: #c2a36f;
	font-family: "Poppins", sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2rem;
	text-transform: uppercase;
}

.h4u-card-value {
	color: #1b2532;
	font-family: "Poppins", sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2rem;
	text-transform: uppercase;
}

.h4u-pagination,
.h4u-listing-summary {
	color: #333;
	font-family: "Poppins", sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.h4u-pagination {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	color: #11142d;
}

.h4u-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	height: 2.5rem;
	color: #11142d;
	font-family: "Poppins", sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	text-decoration: none;
}

.h4u-pagination .page-numbers.current {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 5rem;
	background: #c2a36f;
	color: #fdfdfd;
	font-size: 1.6rem;
	font-weight: 500;
}

.h4u-pagination .page-numbers.prev,
.h4u-pagination .page-numbers.next {
	gap: 0.8rem;
	width: auto;
	padding: 0;
	color: #11142d;
	font-family: "Poppins", sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.h4u-listing-footer {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 7rem;
}

.h4u-single-layout {
	display: grid;
	gap: 4rem;
}

.h4u-single-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(32rem, 64rem);
	gap: 4rem;
	align-items: end;
}

.h4u-single-intro__heading {
	display: grid;
	gap: 0.8rem;
}

.h4u-single-top {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	align-items: start;
}

.h4u-horse-media {
	display: grid;
	grid-template-columns: minmax(0, 1fr) clamp(22rem, 17vw, 28rem);
	gap: 2.4rem;
	width: 100%;
	align-items: stretch;
	min-width: 0;
	overflow: hidden;
}

.h4u-horse-media__main {
	position: relative;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	width: 100%;
	aspect-ratio: 1275 / 808;
}

.h4u-horse-media__main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5rem;
}

.h4u-horse-media__main-wrap {
	min-width: 0;
	height: 100%;
}

.h4u-horse-media__thumbs {
	display: grid;
	gap: 1.6rem;
	align-content: start;
	width: 100%;
	max-width: none;
	min-width: 0;
	justify-self: end;
	overflow: hidden;
}

.h4u-horse-media__thumb {
	position: relative;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	border-radius: 20px !important;
	overflow: hidden;
	aspect-ratio: 16 / 9;
}

.h4u-horse-media__thumb img {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 20px !important;
	object-fit: cover;
}

.h4u-horse-media__thumb.is-active {
	outline: 0.3rem solid var(--h4u-gold);
	outline-offset: 0.3rem;
}

.h4u-horse-media__video-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
	z-index: 1;
}

.h4u-video-icon,
.h4u-zoom-icon {
	position: absolute;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.h4u-video-icon {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.h4u-zoom-icon {
	top: 1.2rem;
	right: 1.2rem;
}

.h4u-video-icon img {
	width: 4rem;
	height: 4rem;
}

.h4u-zoom-icon img {
	width: 5rem;
	height: 5rem;
}

.h4u-single-body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 42rem;
	gap: 4rem;
	align-items: start;
}

.h4u-buy-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 3rem;
	padding: 2.2rem 3rem;
	border-radius: 2.7rem;
	background: var(--h4u-dark);
	color: #fff;
}

.h4u-buy-box__label {
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.4rem;
	text-transform: uppercase;
	color: #fff;
}

.h4u-buy-box__price {
	font-family: "Poppins", sans-serif;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3rem;
}

.h4u-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 3rem;
	border: 0;
	border-radius: 1.5rem;
	text-decoration: none;
	font-family: "Poppins", sans-serif;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.h4u-button--primary {
	background: var(--h4u-gold);
	color: #fff;
	width: 23.5rem;
	height: 5rem;
}

.h4u-button--dark {
	background: var(--h4u-dark) !important;
	color: #fff;
	width: 36.5rem;
	max-width: 100%;
	height: 5rem;
	margin-top: auto;
	align-self: center;
}

.h4u-facts-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 2rem;
	padding: 2.4rem 2rem;
	margin: 3rem 0;
	border: 0.1rem solid var(--h4u-border);
	border-radius: 3rem;
}

.h4u-fact-label {
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.4rem;
	text-transform: uppercase;
	color: var(--h4u-gold-2);
	margin-bottom: 0.6rem;
}

.h4u-fact-value {
	font-family: "Poppins", sans-serif;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3rem;
	color: var(--h4u-dark-2);
}

.h4u-horse-card__meta {
	font-family: "Poppins", sans-serif;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3rem;
	color: var(--h4u-dark-2);
	text-transform: none;
}

.h4u-single-intro .h4u-horse-card__meta {
	display: block;
	font-size: 0;
}

.h4u-single-intro .h4u-horse-card__meta > div {
	font-family: "Poppins", sans-serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3rem;
	color: var(--h4u-dark-2);
	text-transform: uppercase;
}

.h4u-single-intro .h4u-card-label {
	display: inline;
	margin-right: 0.8rem;
	font-family: "Poppins", sans-serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3rem;
	letter-spacing: 0;
	color: var(--h4u-dark-2);
	text-transform: uppercase;
}

.h4u-resource-links {
	display: flex;
	gap: 2.4rem;
	margin-top: 2.4rem;
	font-size: 1.4rem;
}

.h4u-resource-links a {
	color: var(--h4u-gold-2);
	font-family: "Poppins", sans-serif;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.4rem;
	text-decoration: underline;
}

.h4u-seller-card {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	padding: 2.9rem 3.2rem 3.2rem;
	margin-top: 0;
	border-radius: 2.4rem;
	background: var(--h4u-sand);
	color: #fff;
	box-shadow: var(--h4u-shadow);
}

.h4u-seller-card h3 {
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
}

.h4u-seller-card__name {
	font-family: "Poppins", sans-serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3rem;
	margin-bottom: 0.2rem;
}

.h4u-seller-card__contact,
.h4u-seller-card__contact a {
	font-family: "Poppins", sans-serif;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.4rem;
	color: #fff;
	text-decoration: none;
}

.h4u-seller-card__contact-row {
	display: flex;
	align-items: center;
	gap: 1.2rem;
}

.h4u-seller-card__icon {
	width: 3rem;
	height: 3rem;
	flex: 0 0 3rem;
}

.h4u-horse-description {
	max-width:100%;
	font-family: "Poppins", sans-serif;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.6rem;
	color: #11142d;
}

.h4u-horse-description p {
	margin: 0;
}

.h4u-agents {
	margin: 8rem 0;
}

.h4u-agents-map-section {
	display: grid;
	gap: 5rem;
}

.h4u-agents-map {
	width: 100%;
	height: 52rem;
	border-radius: 3rem;
	overflow: hidden;
	background: #f5f5f5;
	border: 0.1rem solid #ececec;
}

.h4u-agents-map.is-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Poppins", sans-serif;
	font-size: 1.6rem;
	color: #666;
}

.h4u-map-info-window {
	display: grid;
	grid-template-columns: 8rem 1fr;
	gap: 1.4rem;
	max-width: 32rem;
	padding: 0.4rem;
}

.h4u-map-info-window__image {
	width: 8rem;
	height: 8rem;
	border-radius: 1.6rem;
	object-fit: cover;
}

.h4u-map-info-window__body h3 {
	margin: 0 0 0.8rem;
	font-family: "Pontano Sans", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	color: #11142d;
}

.h4u-map-info-window__body p {
	margin: 0 0 0.5rem;
	font-family: "Poppins", sans-serif;
	font-size: 1.4rem;
	color: #333;
}

.h4u-map-info-window__body a {
	color: #11142d;
	text-decoration: none;
}

.h4u-map-info-window__flags {
	display: flex;
	gap: 0.8rem;
	margin-bottom: 0.8rem;
}

.h4u-agents-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 4.8rem 3rem;
}

.h4u-agent-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-size: 1.6rem;
	max-width: 29rem;
	margin: 0 auto;
}

.h4u-agent-card__image img {
	width: 100%;
	max-width: 29rem;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
	margin: 0 auto 2.2rem;
}

.h4u-agent-card__name {
	font-family: "Pontano Sans", sans-serif;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	color: var(--h4u-gold-2);
	margin: 0 0 1.4rem;
}

.h4u-agent-card__flags {
	display: flex;
	justify-content: center;
	gap: 1.4rem;
	margin-bottom: 1.6rem;
	align-items: center;
	min-height: 1.8rem;
}

.h4u-flag-icon {
	width: 2.4rem;
	height: 1.8rem;
	object-fit: cover;
	border-radius: 0.2rem;
	box-shadow: 0 0 0 0.1rem rgba(17, 20, 45, 0.08);
}

.h4u-agent-card__contact-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
	margin-bottom: 0.6rem;
}

.h4u-agent-card__icon {
	width: 1.5rem;
	height: 1.5rem;
	flex: 0 0 1.5rem;
}

.h4u-agent-card a {
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4rem;
	text-align: center;
	color: var(--h4u-dark-2);
	text-decoration: none;
}

.h4u-carousel {
	overflow: hidden;
	position: relative;
}

.h4u-carousel__track {
	display: flex;
	transition: transform 0.35s ease;
}

.h4u-carousel__slide {
	min-width: 100%;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 3rem;
}

.h4u-carousel__nav {
	display: flex;
	justify-content: flex-end;
	gap: 1rem;
	margin-top: 2rem;
}

.h4u-carousel__nav button {
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 50%;
  background: var(--h4u-soft);
  font-size: 2.8rem;
  cursor: pointer;
  line-height: 0px;
  padding: 0px !important;
  color: #000;
  font-weight: 400;
}

.h4u-modal {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	background: rgba(17, 20, 45, 0.75);
	z-index: 99999;
}

.h4u-modal.is-open {
	display: flex;
}

.h4u-modal__content {
	width: min(96rem, 100%);
	max-height: 90vh;
	overflow: auto;
	padding: 3rem;
	border-radius: 3rem;
	background: #fff;
	box-shadow: var(--h4u-shadow);
	position: relative;
}

.h4u-modal[data-h4u-modal="images"] .h4u-modal__content,
.h4u-modal[data-h4u-modal="video"] .h4u-modal__content {
	width: 80vw;
	max-width: 80vw;
	height: 80vh;
	max-height: 80vh;
	padding: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.h4u-video-embed iframe,
.h4u-video-embed video,
.h4u-modal .wp-video {
	width: 100% !important;
	height: auto !important;
	border-radius: 2rem;
}

.h4u-modal[data-h4u-modal="video"] .h4u-video-embed,
.h4u-modal[data-h4u-modal="video"] .wp-video {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.h4u-download-links {
	max-width: var(--h4u-container);
	margin: 4rem auto;
	padding: 3rem;
	border-radius: 2.4rem;
	background: var(--h4u-soft);
	font-size: 1.6rem;
}

.h4u-download-links ul {
	margin: 1.6rem 0;
	padding-left: 2rem;
}

.h4u-modal__close {
	position: absolute;
	top: 2rem;
	right: 2rem;
	border: 0;
	background: none;
	font-size: 3rem;
	line-height: 1;
	cursor: pointer;
}

.h4u-modal[data-h4u-modal="images"] .h4u-modal__close,
.h4u-modal[data-h4u-modal="video"] .h4u-modal__close {
	top: -1.2rem;
	right: -1.2rem;
	width: 6.4rem;
	height: 6.4rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #c2a36f;
	color: #fff;
	font-size: 4rem;
	font-weight: 400;
	box-shadow: var(--h4u-shadow);
	z-index: 5;
}

.h4u-modal-open {
	overflow: hidden;
}

.h4u-lightbox-viewer {
	display: grid;
	grid-template-columns: 8rem minmax(0, 1fr) 8rem;
	gap: 2.4rem;
	align-items: center;
	width: 100%;
	height: 100%;
}


.h4u-lightbox-stage {
	display: grid;
	gap: 1.2rem;
	align-items: center;
	justify-items: center;
	height: 100%;
}

.h4u-lightbox-image {
	width: 100%;
	max-width: 100%;
	border-radius: 2rem;
	max-height: calc(80vh - 7rem);
	object-fit: contain;
}

.h4u-lightbox-counter {
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 1.4rem;
	color: var(--h4u-dark);
}

.h4u-lightbox-nav {
	width: 6rem;
	height: 6rem;
	border: 0;
	border-radius: 50%;
	background: rgba(194, 163, 111, 0.96);
	color: #fff;
	box-shadow: var(--h4u-shadow);
	font-size: 4.4rem !important;
	font-weight: 400 !important;
	line-height: 1;
	cursor: pointer;
}

.h4u-lightbox-nav:hover,
.h4u-lightbox-nav:focus {
	background: #c2a36f;
}

@media (max-width: 991px) {
	.h4u-modal[data-h4u-modal="images"] .h4u-modal__content,
	.h4u-modal[data-h4u-modal="video"] .h4u-modal__content {
		width: 92vw;
		max-width: 92vw;
		height: auto;
		max-height: 88vh;
	}

	.h4u-lightbox-viewer {
		grid-template-columns: 6rem minmax(0, 1fr) 6rem;
		gap: 1.2rem;
	}

	.h4u-lightbox-image {
		max-height: 72vh;
	}

	.h4u-lightbox-nav {
		width: 5.6rem;
		height: 5.6rem;
		font-size: 3.6rem;
	}

	.h4u-modal[data-h4u-modal="images"] .h4u-modal__close,
	.h4u-modal[data-h4u-modal="video"] .h4u-modal__close {
		width: 5.2rem;
		height: 5.2rem;
		font-size: 3.2rem;
		top: -0.8rem;
		right: -0.8rem;
	}
}

@media (max-width: 767px) {
	.h4u-lightbox-viewer {
		grid-template-columns: 1fr;
		gap: 1.6rem;
	}

	.h4u-lightbox-stage {
		order: 1;
	}

	.h4u-lightbox-nav {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 3;
	}

	.h4u-lightbox-nav--prev {
		left: 0.8rem;
	}

	.h4u-lightbox-nav--next {
		right: 0.8rem;
	}

	.h4u-lightbox-counter {
		order: 2;
	}
}

.h4u-sell-form {
	display: grid;
	gap: 3rem;
	padding: 3rem;
	border-radius: 3rem;
	background: var(--h4u-soft);
}

.h4u-notice {
	padding: 1.8rem 2rem;
	margin-bottom: 2rem;
	border-radius: 1.8rem;
	font-size: 1.6rem;
	font-weight: 600;
}

.h4u-notice--success {
	background: #edf7ee;
	color: #236133;
}

.h4u-notice--error {
	background: #fff1f1;
	color: #8b2222;
}

.h4u-form-section {
	display: grid;
	gap: 2rem;
}

.h4u-form-grid {
	display: grid;
	gap: 2rem;
}

.h4u-form-field--fullwidth {
	grid-column: 1 / -1;
}

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

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

.h4u-form-field label {
	display: block;
	margin-bottom: 0.8rem;
	font-size: 1.4rem;
	font-weight: 700;
}

.h4u-form-field input,
.h4u-form-field textarea,
.h4u-form-field select {
	width: 100%;
	padding: 1.4rem 1.6rem;
	border: 0.1rem solid var(--h4u-border);
	border-radius: 1.8rem;
	background: #fff;
	font-size: 1.6rem;
}

.h4u-checkbox-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.2rem 3rem;
	padding: 1.8rem;
	border: 0.1rem solid var(--h4u-border);
	border-radius: 2.4rem;
	background: #fff;
}

.h4u-checkbox-item {
	display: flex;
	align-items: flex-start;
	gap: 1.2rem;
	font-family: "Poppins", sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.4;
	cursor: pointer;
}

.h4u-checkbox-item input {
	width: 1.8rem;
	height: 1.8rem;
	margin: 0;
	flex: 0 0 1.8rem;
	margin-top: 0.2rem;
	order: -1;
}

.h4u-checkbox-item span {
	font-weight: 400;
}

.h4u-form-field--consent {
	margin-top: -0.6rem;
}

.h4u-form-field--consent .h4u-checkbox-item {
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.6;
}

.h4u-form-field--consent a {
	color: #11142d;
	font-weight: 400;
	text-decoration: underline;
}

.h4u-agent-card {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (max-width: 1280px) {
	.h4u-horses-grid,
	.h4u-agents-grid,
	.h4u-carousel__slide {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.h4u-horse-media,
	.h4u-single-body,
	.h4u-single-intro,
	.h4u-header-grid,
	.h4u-single-top,
	.h4u-form-grid--3 {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 767px) {
	.h4u-page,
	.h4u-taxonomy {
		padding: 2rem 2rem 5rem;
	}

	.h4u-horse-media {
		grid-template-columns: 1fr;
		gap: 1.2rem;
	}

	.h4u-horse-media__main img {
		border-radius: 2rem;
	}

	.h4u-horse-media__thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 1rem;
		justify-self: stretch;
		width: 100%;
	}

	.h4u-horse-media__thumb {
		aspect-ratio: 16 / 9;
		border-radius: 1rem !important;
	}
	
	.h4u-video-icon img {
  width: 2.5rem;
  height: 2.5rem;
}

.h4u-zoom-icon img {
  width: 3rem;
  height: 3rem;
}

.h4u-breadcrumbs {
margin-bottom:0px;
}
	.h4u-horse-media__thumb img {
		border-radius: 1rem !important;
	}

	.h4u-page-title,
	.h4u-section-title {
		font-size: 3.2rem !important;
		line-height: 3.5rem !important;
	}

	.h4u-horses-grid,
	.h4u-agents-grid,
	.h4u-carousel__slide,
	.h4u-form-grid--2,
	.h4u-facts-grid,
	.h4u-lightbox-grid {
		grid-template-columns: 1fr;
	}

	.h4u-checkbox-list {
		grid-template-columns: 1fr;
	}

	.h4u-listing-footer,
	.h4u-resource-links,
	.h4u-buy-box {
		flex-direction: column;
		align-items: flex-start;
	}

	.h4u-button--primary,
	.h4u-button--dark {
		width: 100%;
	}
}
