/* Fonts */

.resellers-data-copy {
	font-size: 14px;
	line-height: 1.3333733333;
	font-weight: 400;
	letter-spacing: -0.01em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	color: #6e6e73;
	margin-bottom: 15px;
	margin-top: 10px;
}

/* Copy-Image spacing */
.section-recent-events
	.recent-events-gallery
	.item-container
	.gallery-item
	.copy-container {
	margin-top: 29px;
}

.resellers-headline {
	margin: 10px 0 25px 0;
}

.section-recent-events
	.recent-events-gallery
	.item-container
	.gallery-item
	.cta-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: auto 0 6px;
	min-height: 40px;
}

.section-recent-events .recent-events-gallery {
	margin-top: 5px !important;
}

.section-recent-events .recent-events-gallery .item-container {
	padding-left: var(--gallery-side-padding);
	margin: 0;
}

.cta-resellers {
	position: relative;
}

.cta-resellers .icon-container {
	position: absolute;
	right: 28px;
	bottom: 18px;
	cursor: pointer;
}

.cta-resellers .icon-container picture:first-child {
	margin-right: 5px;
}

.cta-resellers .icon-container #reseller-icon-id-1 img {
	width: 27px;
	height: 32px;
}

.cta-resellers .icon-container #reseller-icon-id-2 img {
	width: 30px;
	height: 30px;
}

#recent-events-gallery {
	margin-top: 0;
}

.resellers-section {
	padding-top: 85px;
	padding-bottom: 85px;
}

/* Filter */

@supports (selector(:has(*))) {
	.no-js
		.section-consider:has(#filter-trigger-iphone:checked)
		+ .resellers-section
		.gallery-item[data-seller-products~="iphone"] {
		display: flex !important;
	}

	.no-js
		.section-consider:has(#filter-trigger-watch:checked)
		+ .resellers-section
		.gallery-item[data-seller-products~="watch"] {
		display: flex !important;
	}

	.no-js
		.section-consider:has(#filter-trigger-ipad:checked)
		+ .resellers-section
		.gallery-item[data-seller-products~="ipad"] {
		display: flex !important;
	}
}

[seller-hide="true"] {
	display: none !important;
}

.icon-hidden {
	display: none;
}

.section-recent-events .recent-events-gallery .item-container .gallery-item {
	height: 328px;
}

.image-placeholder {
	height: 192px;
}

@media only screen and (min-width: 370px) {
	.section-recent-events
		.recent-events-gallery
		.item-container
		.gallery-item {
		height: 417px;
		--item-width: 372px;
	}

	.image-placeholder {
		height: 233px;
	}

	.section-recent-events
		.recent-events-gallery
		.item-container
		.gallery-item
		.may-2024-event-image
		img,
	.may-2024-event-image {
		width: 372px;
		height: 260px;
		max-width: 372px;
	}
}

.cta-resellers .icon-after:after {
	padding-left: 0;
}

.resellers-section .section-header .section-header-headline,
.section-recent-events
	.recent-events-gallery
	.item-container
	.gallery-item
	.may-2024-event-image,
.section-recent-events img {
	max-width: 100% !important;
	width: 100% !important;
	object-fit: cover;
}
