/**
 * Styles for the Photo RAW pages
 *
 * @copyright   2026, ON1
 */

/* !- Buy page */
#buy-photo-raw .hero {
	align-items: center;
	aspect-ratio: 2880 / 900;
	background: url(https://ononesoft.cachefly.net/images/home/v2/21yrs-hero-bg-20260529@2x.jpg) top center no-repeat;
	background-size: cover;
	display: flex;
	margin-top: -45px;
	max-width: 100%;
	min-height: 450px;
}

@media (max-width: 575.98px) {
	#buy-photo-raw .hero {
		min-height: 640px;
	}
}

#buy-photo-raw .hero-content img {
	margin-bottom: 0.75rem;
}

#buy-photo-raw .hero-h1 {
	font-weight: 900;
	margin-bottom: 0;
}

#buy-photo-raw .hero-sub {
	color: var(--text);
	font-size: var(--text-xl);
	line-height: 1.65;
	margin-bottom: 0.375rem;
}

#buy-photo-raw .hero-price {
	color: var(--white);
	font-size: var(--text-3xl);
	font-weight: 700;
	margin-bottom: 0.875rem;
}

#buy-photo-raw .hero-price i[class*="fa-"] {
	color: var(--text);
	font-size: var(--text-base);
}

#buy-photo-raw .hero-price del {
	color: var(--text-muted);
	font-size: var(--text-base);
	font-weight: 400;
	margin-right: 0.5rem;
}

#buy-photo-raw .buy-section .section-lede {
	color: var(--text-subtle);
	font-size: var(--text-xl);
	font-style: normal;
	line-height: 1.65;
	margin-bottom: 0;
}

#buy-photo-raw .buy-section .section-copy {
	background: transparent;
	padding-bottom: 2rem;
	padding-top: 1.25rem;
}
