/**
 * Homepage section spacing — single vertical rhythm for mobile and desktop.
 * Each section after the first uses margin-top only; margin-bottom stays 0 to avoid double gaps.
 */

/* -------------------------------------------------------------------------- */
/* Mobile (.main-pageu35trial)                                                */
/* -------------------------------------------------------------------------- */

.main-pageu35trial .explore-categories {
	margin-bottom: 0;
	margin-top: var(--homepage-section-gap-first);
}

.main-pageu35trial .rectangle-2,
.main-pageu35trial .best-selling-things,
.main-pageu35trial .frame-147,
.main-pageu35trial .frame-147.gift-category-section,
.main-pageu35trial .gifts-in-action,
.main-pageu35trial .frame-14,
.main-pageu35trial .frame-14.gift-category-section,
.main-pageu35trial .homepage-video,
.main-pageu35trial .frame-60,
.main-pageu35trial .testimonials {
	margin-bottom: 0;
	margin-top: var(--homepage-section-gap);
}

/* Remove vertical padding previously used as section gaps. */
.main-pageu35trial .best-selling-things {
	padding-top: 0;
}

.main-pageu35trial .frame-147,
.main-pageu35trial .frame-147.gift-category-section,
.main-pageu35trial .frame-14,
.main-pageu35trial .frame-14.gift-category-section {
	padding-bottom: 0;
	padding-top: 0;
}

.main-pageu35trial .testimonials {
	padding-bottom: 20px;
	padding-top: 0;
}

/* -------------------------------------------------------------------------- */
/* Desktop (.homepage-d-all-breakpoints)                                      */
/* -------------------------------------------------------------------------- */

.homepage-d-all-breakpoints .explore-categories {
	margin-bottom: 0;
	margin-top: var(--homepage-section-gap-first);
}

.homepage-d-all-breakpoints .rectangle-2,
.homepage-d-all-breakpoints .best-selling-things,
.homepage-d-all-breakpoints .frame-147,
.homepage-d-all-breakpoints .frame-147.gift-category-section,
.homepage-d-all-breakpoints .gifts-in-action,
.homepage-d-all-breakpoints .frame-14,
.homepage-d-all-breakpoints .frame-14.gift-category-section,
.homepage-d-all-breakpoints .homepage-video,
.homepage-d-all-breakpoints .frame-60,
.homepage-d-all-breakpoints .testimonials {
	margin-bottom: 0;
	margin-top: var(--homepage-section-gap);
}

/* Best sellers: top spacing comes from margin-top, not padding-top. */
.homepage-d-all-breakpoints .best-selling-things {
	padding-top: 0;
}

/* Video section: outer margin handles gap; inner margin was doubling spacing on desktop. */
.homepage-d-all-breakpoints .homepage-video__inner {
	margin-top: 0;
}