/**
 * Početna — The gift of passim beauty (50/50 split).
 */

body.home .elementor-element-6123882,
body.page-id-1841 .elementor-element-6123882,
body.home .elementor-element-5da0c30b,
body.page-id-1841 .elementor-element-5da0c30b {
	display: none !important;
}

body.home .elementor-element-85007d9 {
	padding-bottom: 24px !important;
}

.runnerp-home-gift {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 0;
	padding: 32px 0 72px;
	box-sizing: border-box;
}

.runnerp-home-gift__grid {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	min-height: 520px;
	background-color: #F3ECE6;
}

.runnerp-home-gift__left {
	flex: 0 0 50%;
	max-width: 50%;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 48px 40px;
	box-sizing: border-box;
}

.runnerp-home-gift__left-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	max-width: 340px;
}

.runnerp-home-gift__product {
	margin-bottom: 28px;
}

.runnerp-home-gift__product img {
	display: block;
	width: auto;
	max-width: 272px;
	height: auto;
	max-height: 337px;
	object-fit: contain;
	margin: 0 auto;
}

.runnerp-home-gift__title {
	margin: 0 0 22px;
	font-size: clamp(1.35rem, 2.2vw, 1.75rem);
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #604235;
}

.runnerp-home-gift__cta {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #604235;
	text-decoration: none;
	border-bottom: 1px solid #B08968;
	padding-bottom: 3px;
	transition: color 0.25s ease, border-color 0.25s ease;
}

.runnerp-home-gift__cta:hover {
	color: #7A5A45;
	border-color: #7A5A45;
}

.runnerp-home-gift__right {
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	overflow: hidden;
	min-height: 520px;
}

.runnerp-home-gift__photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}

@media only screen and (max-width: 1024px) {
	.runnerp-home-gift__grid {
		min-height: 440px;
	}

	.runnerp-home-gift__right {
		min-height: 440px;
	}

	.runnerp-home-gift__left {
		padding: 36px 28px;
	}
}

@media only screen and (max-width: 767px) {
	.runnerp-home-gift {
		padding-bottom: 40px;
	}

	.runnerp-home-gift__grid {
		flex-direction: column;
		min-height: 0;
	}

	.runnerp-home-gift__left,
	.runnerp-home-gift__right {
		flex: 1 1 auto;
		max-width: 100%;
		width: 100%;
	}

	.runnerp-home-gift__left {
		padding: 40px 24px 36px;
	}

	.runnerp-home-gift__right {
		min-height: 360px;
		order: -1;
	}

	.runnerp-home-gift__product {
		margin-bottom: 20px;
	}

	.runnerp-home-gift__product img {
		max-width: 220px;
		max-height: 280px;
	}
}
