.home .masthead {
	max-block-size: 1000px;
}

.home .masthead figure img {
	max-inline-size: 100%;
	object-fit: cover;
	object-position: center bottom;
}

.home .masthead picture {
	max-inline-size: 100%;
}

.home .masthead .label {
	width: 100px;
}

.home .masthead .label img {
	border-radius: 2px;
	display: inline;
	vertical-align: middle;
	width: 100px;
	float: left;
	margin-right: 1em;
}

.home .masthead .label + * {
	overflow: hidden;
}

.home .masthead .caption {
	background: rgba(255, 255, 255, 0.6);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(3px);
	border-radius: 0 10px 0 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	color: #000;
	font-family: "Brandon Text", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	width: 400px;
}

.home .masthead .caption > h2 {
	display: none;
}

.home .masthead .caption div h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0;
}

.home .masthead .caption .button {
	display: inline-block;
	margin-top: 1em;
}

.home .masthead .caption div + a {
	display: none;
}

.home .masthead .caption h2, 
.home .masthead .caption p {
	margin: 0;
}

.home .masthead .caption p + p {
	margin: 1em 0;
}

.home .masthead .caption .sale-price {
	font-size: 1.75em;
	font-weight: bold;
}

.home .masthead .caption .sale-price .perlb, 
.home .masthead .caption .sale-price .perea {
	font-size: 80%;
}

.home .masthead .caption .pack-size {
	text-transform: lowercase;
}

.home .masthead .button {
	background: rgb(0,0,0);
	border-radius: 5px;
	color: #fff;
	font-family: "Brandon Text", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: bold;
	padding: 0.5em 1em;
	text-decoration: none;
}

@media only screen and (max-width: 54em) {
	.home .masthead {
		max-block-size: inherit;
	}
	.home .masthead .caption {
		background: #fff;
		border: 0;
		border-radius: 0;
		position: relative;
		width: inherit;
	}
	.home .masthead .caption > div {
		display: flex;
		gap: 10px;
	}
	.home .masthead .caption .label {
		width: inherit;
	}
	.home .masthead .caption .label img {
		height: inherit;
	}
	.home .container {
		margin-top: 0;
	}

}

@media only screen and (max-width: 34em) {
	.home .masthead .caption div h2 {
		font-size: 1.6em;
	}
	
}

@media only screen and (max-width: 24em) {
	.home .masthead .caption > div {
		display: block;
	}
	.home .masthead .caption .label {
		width: 100px;
	}
	
}
