/* LOCAL OVERRIDES */

/* Local Nav */
@media only screen and (max-width: 734px) {
	#ac-localnav {
		height: 70px;
	}

	.ac-ln-content {
		height: 70px;
	}

	#ac-localnav .ac-ln-content {
		height: 70px;
	}

	#ac-localnav .ac-ln-actions {
		padding-top: 27px;
	}

	#ac-localnav .ac-ln-title {
		--r-localnav-title-vertical-offset: 30px;
	}

	#ac-localnav .ac-ln-menucta-chevron {
		margin-top: 8px;
	}
	#ac-localnav .ac-ln-menu-items {
		padding-top: 42px;
	}
}

@media only screen and (min-width: 1069px) {
	/* Media Cards */
	[data-media-card-gallery]
		.media-gallery
		.caption-container.large-pin-bottom-center
		.pin-offset {
		width: 600px;
	}
	/* Made to last */
	.caption-tile .card-callout {
		max-width: 85%;
	}
	/* Packaging Shipping */
	.section-packaging-shipping .caption-tile .card-callout {
		max-width: 300px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	/* Ribbon */
	.ribbon-content.row {
		max-width: 535px;
	}
	/* Made to last */
	.caption-tile .card-callout {
		max-width: 85%;
	}
	/* Packaging Shipping */
	.pin-vertical .pin-caption {
		width: 250px;
	}
	/* Reports product */
	.progress-reports-link {
		max-width: 565px;
	}
	.progress-reports-item a {
		max-width: 155px;
	}
	/* Recycle */
	.banner-card .banner-card-header {
		max-width: 420px;
	}
}
@media only screen and (max-width: 734px) {
	/* Packaging Shipping */
	.pin-vertical .pin-caption {
		width: 250px;
	}
	.section-packaging-shipping .card-container .card-callout {
		margin-block-end: 36px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 380px) {
	/* Recycle */
	.banner-card .banner-card-header {
		max-width: 170px;
	}
}

@media only screen and (min-width: 1069px) and (max-width: 1200px) {
	/* Recycle */
	.section-recycle-banner .banner-card-copy {
		max-width: 280px;
	}
}
