/* Shared homepage section spacing — change once, applies to all blocks */

.home-bestsellers,
.home-categories,
.home-trust-block,
.home-blog-teaser,
.home-welcome-block {
	padding-top: var(--home-section-pad-y, 48px);
	padding-bottom: var(--home-section-pad-y, 48px);
}

.home-bestsellers__title,
.home-categories__header,
.home-trust-block__header,
.home-blog-teaser__header {
	margin-bottom: var(--home-section-header-gap, 24px);
}

@media (max-width: 767px) {
	.home-bestsellers,
	.home-categories,
	.home-trust-block,
	.home-blog-teaser,
	.home-welcome-block {
		padding-top: var(--home-section-pad-y-sm, 36px);
		padding-bottom: var(--home-section-pad-y-sm, 36px);
	}
}
