/** Add your custom theme css. **/

.aero-header__body {border-color:#65a554}

.aero-promo__overlay {
    --tw-bg-opacity: 0.5;
    --bg-opacity: 0.5;
}

.three-block .aero-promo__image img {
    width: 100%;
}

.aero-promo__content {
    background-color:rgba(101, 165, 84, 0.75);
	text-align:center;
	color: white;
	font-weight:bold;
   }
    
#product-images {max-height:500px}

.header__logo svg {
    width:13rem;
}

.aero-product-sash {
    background-color: red;
}

.aero-product-sash-green {
    background-color: green;
}

/** End custom theme css. **/

