/** Shopify CDN: Minification failed

Line 75:8 Expected ":"
Line 75:14 Expected ":"

**/
.p-pageAbout_inner.newsletter{
	max-width: 400px;
	margin: 0 auto;
}
.newsletter-form__field-wrapper{
	margin-top: 30px;
}
.newsletter-form__field-wrapper .field:after{
	border: none !important;	
	box-shadow: none !important;
}
.newsletter-form__field-wrapper .field__input{
	padding-bottom: 10px;
	border-bottom: .5px solid black !important;
}
.news_text{
	font-size: 1rem;
}
@media screen and (max-width: 768px){
	.p-pageAbout_inner.newsletter{
		background: black;
		color: #fff;
	}
	.news_text{
		margin-top: 15px;
		line-height: 2;
	}
	.newsletter-form__field-wrapper .field__input{
		background-color: transparent;
		color: #fff;
		border-bottom: 1px solid #fff !important;		
	}
	.newsletter-form__field-wrapper .field__input + label{
		color: #fff !important;
		left: 3px;
	}
}

.footer_form{
	position:absolute;
	bottom:26.5px;
	right: 20px;	
	width:20vw;
	max-width:250px;
}
.footer_form p,
.p-pageAbout p{
	margin-top:15.5px;
	font-size: 8.75px;
}
.footer_form a,
.p-pageAbout .news_text a{
	text-decoration: underline !important;
}
@media screen and (max-width: 768px){	
	.p-pageAbout .news_text a{
		color: #fff;
	}
}
.footer_form .newsletter-form__button .newsletter-form__button .icon,
.p-pageAbout .newsletter-form__button .newsletter-form__button .icon{
	width: 1rem;
}
.footer_form .newsletter-form__button .field__label,
.p-pageAbout .newsletter-form__button .field__label{
	opacity:.3;
}
#shop-hcaptcha-badge-container{
	display; none !important;
}