/* Local Overrides */
/* section-interstitial3 */
.section-interstitial3 .section-copy-inner-wrapper {
	max-width: 14em;
}

/* watch faces */
/* .button-watchface {
	max-width: 200px;
	text-align: center;
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.button-watchface {
		max-width: 150px;
	}
} */

/* section collections */

.section.section-collections {
	padding-top: 120px;
}

@media (max-width: 1068px) {
	.section.section-collections {
		padding-top: 62px;
	}
}

@media (max-width: 734px) {
	.section.section-collections {
		padding-top: 75px;
	}
}

.section-collections .viewport-content .tabnav {
	display: none;
}

@media only screen and (max-width: 734px) {
	.collections
		.watchfaces
		.gallery.scroll-gallery
		.scroll-container
		.item-container {
		gap: 180px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1067px) {
	.collections
		.watchfaces
		.gallery.scroll-gallery
		.scroll-container
		.item-container {
		gap: 110px;
	}
}
@media only screen and (min-width: 1068px) {
	.collections
		.watchfaces
		.gallery.scroll-gallery
		.scroll-container
		.item-container {
		gap: 150px;
	}
}
