/**
 * Bloco homepage Horta Osório: slider de produtos.
 */

.block-ho-hp-products {
	position: relative;
	padding: 100px 0 88px;
	overflow: hidden;
}

.ho-products-slider__title-row {
	margin-bottom: 50px;
}

.osorio-historia__accent-text--secondary {
	margin-top: 0;
}

.ho-products-slider__row {
	position: relative;
	z-index: 1;
	margin-top: 124px;
}

@media (max-width: 991px){
	.ho-products-slider__row {
		margin-top: 64px;
	}
}

.ho-products-slider__stage {
	position: relative;
}

.ho-products-slider__swiper {
	position: relative;
	z-index: 2;
	width: 100%;
}

.ho-products-slider__slide {
	height: auto;
	box-sizing: border-box;
}

.ho-products-slider__visual img {
	width: 100%;
	height: 500px;
	object-fit: contain;
	object-position: center;
	display: block;
	margin: 0 auto;
}

.ho-products-slider__meta {
	margin: 2rem auto 0;
	text-align: center;
	max-width: 420px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.swiper-slide-active .ho-products-slider__meta {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.ho-products-slider__product-title {
	font-family: 'Playfair Display', sans-serif;
	font-weight: 400;
	font-size: 44px;
	line-height: 1.1;
	color: #231f20;
	margin: 0 0 0.4rem;
}

.ho-products-slider__line {
	font-family: 'Playfair Display', sans-serif;
	font-weight: 400;
	font-size: 26px;
	color: #8e9166;
	margin: 0;
}

.ho-products-slider__circle-wrap {
	position: absolute;
	left: 50%;
	top: 37%;
	transform: translate(-50%, -50%);
	width: min(416px, 85vw);
	height: min(416px, 85vw);
	max-width: 416px;
	max-height: 416px;
	aspect-ratio: 1;
	border-radius: 50%;
	z-index: 1;
	pointer-events: none;
}

@media (max-width: 991px){
	.ho-products-slider__circle-wrap{
		width: min(260px, 62vw);
		height: min(260px, 62vw);
		max-width: 260px;
		max-height: 260px;
	}
}

.ho-products-slider__circle-inner {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.ho-products-slider__circle-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ho-products-slider__controls {
	position: absolute;
	left: 0;
	right: 0;
	top: 42%;
	transform: translateY(-50%);
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #231f20;
	pointer-events: none;
}

.ho-products-slider__nav {
	pointer-events: auto;
	border: 0;
	background: transparent;
	line-height: 1;
	color: inherit;
	padding: 8px;
	cursor: pointer;
}

.ho-products-slider__nav.swiper-button-disabled {
	opacity: 0.25;
	cursor: default;
}

.ho-products-slider__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
	padding-left: 1rem;
	text-transform: uppercase;
}

.ho-products-slider__action-link--disabled {
	pointer-events: none;
	opacity: 0.5;
}

.ho-products-slider__empty {
	font-family: 'Satoshi', system-ui, sans-serif;
	font-size: 1rem;
	color: #231f20;
}

@media (max-width: 991.98px) {
	.block-ho-hp-products {
		padding: 4rem 0;
	}

	.ho-products-slider__visual img {
		height: 270px;
	}

	.ho-products-slider__product-title {
		font-size: 24px;
	}

	.ho-products-slider__line {
		font-size: 22px;
	}

	.ho-products-slider__actions {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		padding-left: 0;
		margin-top: 1.5rem;
		justify-content: center;
	}
}
