#map-sale-header
{
max-width: 70rem;
height: 18.75rem;
margin: 0 auto 1.5rem;
background: #333 url("https://dh36nblqpps8a.cloudfront.net/homepage/2025/960x600-Mobile-Spring-Sale-2025-Category-Header.jpg") center/cover no-repeat; 

display: flex;
align-items: end;
justify-content: center;
}

#map-sale-header svg
{
width: 100%;
height: auto;
display: block;
max-width: 18rem;
margin: 0 0 1.5rem;
filter: drop-shadow(0 .25rem .1875rem rgb(0 0 0 / .375));
}

.category-page-header-copy
{
max-width: 42rem;
padding: 0 1.5rem;
margin: 0 auto;
line-height: 1.3;
text-align: center;
}


.sale-subsection-overflow
{
max-width: 100vw;
margin: 0 auto 3rem;
overflow: hidden;
}

.sale-subsection-wrapper
{
width: calc(100vw + 2px);
margin: .75rem auto 0;
display: grid;
grid-template-columns: repeat(2, 1fr);
}

.second-sale-grid
{
border-top: 1px solid #efefef;
}

.sale-subsection-wrapper a
{
border-bottom: 1px solid #efefef;
border-right: 1px solid #efefef;
padding: 1rem .5rem;
display: grid;
gap: .75rem;
align-content: start;
text-align: center;
}

.sale-subsection-wrapper a:hover
{
box-shadow: inset 0 0 1rem rgba(0,0,0,.05);
}

.sale-subsection-wrapper a img
{
max-width: 80%;
height: auto;
display: block;
margin: 0 auto;
}

.sale-subsection-wrapper a p
{
font-size: 1.125rem;
margin: 0;
line-height: 1;
color: #444;
}

.sale-subsection-wrapper a div
{
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: center;
}

.sale-subsection-wrapper a .pill
{
background-color: #eee;
color: #c00;

border: .125rem solid #c00;
border-radius: 10rem;
padding: .5rem 1rem;
font-family: proxima-nova-extra-condensed, sans-serif;
font-weight: 600;
font-style: normal;
text-transform: uppercase;
line-height: 1;
}

.sale-subsection-wrapper a:hover .pill
{
background-color: #c00;
color: #fff;
}



.featured-1, .featured-2
{
grid-column: 1 / -1;
}

.sale-highlights-homepage-headline
{
display: block;
margin: 1.5rem auto 0;
max-width: 32rem;
padding: 0 1rem;
}

.shop-entire-sale
{
margin: 0 auto 2.25rem;
text-align: center;
max-width: 37.125rem;
display: grid;
grid-gap: .75rem;
padding: 0 1rem;
}

.shop-entire-sale a
{
display: block;
background-color: #efefef;
background-color: rgba(0, 0, 0, .05);
color: #005380;
border: .125rem solid #005380;
border-radius: .125rem;
padding: .5rem 1rem;
font-family: proxima-nova-extra-condensed, sans-serif;
font-weight: 600;
font-style: normal;
text-transform: uppercase;
font-size: 1.375rem;
}

.shop-entire-sale a:hover
{
background-color: #005380;
color: #fff;
border: .125rem solid #005380;
}

.category-page-footer-copy {
max-width: 50rem;
margin:0 auto
}

.category-page-footer-copy p {
margin: 0 1rem 1rem;
line-height: 1.2;
text-align: center;
padding:0 1rem
}

.category-page-footer-copy p:first-of-type {
border-top: .0625rem solid #eee;
padding-top:2rem
}


.brands-headline
{
max-width: 30rem;
margin: 0 auto 1.25rem;
padding: 0 1rem;
}

.grid-image
{
max-width: 50rem;
margin: 0 auto 3rem;
padding: 0 1rem;
}

.grid-image img
{
height: auto;
width: 100%;
border-radius: .375rem;
}


@media screen and (min-width: 30rem) {

	#map-sale-header
	{
	height: 14.5rem;
	align-items: center;
	background: #333 url("https://dh36nblqpps8a.cloudfront.net/homepage/2025/2240x464-Spring-Sale-2025-Category-Header.jpg") 58% center/cover no-repeat; 
	
	align-items: center;
	justify-content: start;
	
	}
	
	#map-sale-header svg
	{
	margin: 0 0 0 2rem;
	}

}

@media screen and (min-width: 40rem) {
	
	.sale-subsection-wrapper
	{
	grid-template-columns: repeat(4, 1fr);
	}
	
	.sale-subsection-wrapper a.featured-1 img, .sale-subsection-wrapper a.featured-2 img
	{
	max-width: 100%;
	}

	.featured-1
	{
	grid-column: 1 / span 2;
	grid-row: 1 / span 2;
	}

	.featured-2
	{
	grid-column: -1 / -3;
	grid-row: 4 / 6;
	}
	
	.shop-entire-sale.landing-page
	{
	grid-template-columns: 1fr 1fr;
	}
	
	
	
}

@media screen and (min-width: 48rem) {

	#map-sale-header
	{
	background-position: center center;
	margin-bottom: 2rem;
	}

	#map-sale-header svg
	{
	max-width: 20rem;
	margin-left: 6rem;
	}
	
	.category-page-header-copy {
	font-size: 1.125rem;
	margin-bottom: 2rem;
	line-height: 1.5;
	}
	
	.sale-subsection-wrapper a
	{
	padding: 1.5rem;
	}

}

@media screen and (min-width: 70rem) {

	#map-sale-header
	{
	border-radius: .375rem;
	}
	
	#map-sale-header svg
	{
	margin-left: 10rem;
	max-width: 21rem;
	}
	
	.sale-subsection-overflow
	{
	max-width: 70rem;
	}

	.sale-subsection-wrapper
	{
	width: 70.125rem;
	}
	
}