/* LOCAL FIXES */
@media only screen and (max-width: 734px) {
	.sm-hide {
		display: none;
	}

	#ac-localnav .ac-ln-content {
		padding: 8px 16px;
	}

	#ac-localnav .ac-ln-button {
		max-width: 156px;
		white-space: normal;
	}
}

@media only screen and (max-width: 340px) {
	#ac-localnav .ac-ln-button {
		max-width: 100px !important;
	}
}

/* Hero copy */
@media only screen and (min-width: 1069px) {
	.section-hero .hero-plan .plan-copy {
		max-width: 28ch;
	}
}

/* Recycle guts card */
@media only screen and (max-width: 1068px) {
	.section-recycled-guts.card .card-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* blockquote */
@media only screen and (max-width: 734px) {
	.section-blockquote .blockquote-wrapper {
		max-width: 79.5%;
	}
}

/* SNIPES */
/* hero - macbook */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-hero .macbook-callout .snipe {
		left: -98px;
	}
}
@media only screen and (max-width: 734px) {
	.section-hero .macbook-callout .snipe {
		top: 60px;
	}
}
@media only screen and (max-width: 734px) {
	.section-hero .macbook-callout .snipe .arrow-illustration {
		top: -26px;
	}
}

/* hero - iphone box */
@media only screen and (max-width: 734px) {
	.section-hero .iphone-box-callout .snipe {
		left: -39px;
	}
}
@media only screen and (max-width: 734px) {
	.section-hero .iphone-box-callout .snipe .arrow-illustration {
		left: 31px;
	}
}

/* SCREENS */

/* Recycled Guts card */
.section-recycled-guts.card .card-headline > span[aria-hidden] span:before {
	background-image: url("/br/environment/images/overview/recycled_arrow__byk8b3zmq5ea_large.png");
	background-size: 243px 60px;
	height: 60px;
	left: -131px;
	width: 243px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-recycled-guts.card .card-headline > span[aria-hidden] span:before {
		background-image: url("/br/environment/images/overview/recycled_arrow__byk8b3zmq5ea_large_2x.png");
	}
}

@media only screen and (max-width: 1068px) {
	.section-recycled-guts.card .card-headline > span[aria-hidden] span:before {
		background-image: url("/br/environment/images/overview/recycled_arrow__byk8b3zmq5ea_medium.png");
		background-size: 200px 49px;
		height: 49px;
		left: -109px;
		width: 200px;
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-recycled-guts.card .card-headline > span[aria-hidden] span:before {
		background-image: url("/br/environment/images/overview/recycled_arrow__byk8b3zmq5ea_medium_2x.png");
	}
}

@media only screen and (max-width: 734px) {
	.section-recycled-guts.card .card-headline > span[aria-hidden] span:before {
		background-image: url("/br/environment/images/overview/recycled_arrow__byk8b3zmq5ea_small.png");
		background-size: 158px 40px;
		height: 40px;
		left: -85px;
		width: 158px;
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-recycled-guts.card .card-headline > span[aria-hidden] span:before {
		background-image: url("/br/environment/images/overview/recycled_arrow__byk8b3zmq5ea_small_2x.png");
	}
}

/* durable title fix */

.callout-durable-title {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	align-items: baseline;
}

@media only screen and (max-width: 734px) {
	.callout-durable-title {
		gap: 0rem;
	}
}

/* Hero updates */

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.plan-copy {
		max-width: 75% !important;
	}
	.typography-plan-copy {
		font-size: 29px !important;
	}
}

@media only screen and (max-width: 734px) {
	.plan-copy {
		max-width: 95% !important;
	}
	.typography-plan-copy {
		font-size: 16px !important;
	}

	.hero-plan {
		width: 98%;
	}
}
