
@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none){

	/* = Site Header
	---------------------------------------------------- */

	.site-logo svg{
		height: 46.05px;
	}

	/* = Page Header
	---------------------------------------------------- */

	.page-header.home .page-header-outer,
	.page-header.complex .page-header-top{
		height: 1px;
	}

	.page-header.default.style-2 .page-header-spot{
		height: 268px;
		width: 268px;
	}

	/* = Page Content
	---------------------------------------------------- */

	.page-content picture{
		width: 100%;
	}

	/* = Articles List
	---------------------------------------------------- */

	.articles-list .article-inner{
		width: 100%;
	}

	/* = Products List
	---------------------------------------------------- */

	.products-list-item-inner{
		width: 100%;
	}

	/* = Products Carousel
	---------------------------------------------------- */

	.products-carousel-item-thumb img{
		width: 100%;
	}

	/* = Page Sections
	---------------------------------------------------- */

	.featured-categories-style-2-section-item-thumb img{
		width: 100%;
	}

	.quote-section-inner{
		height: 1px;
	}

	.testimonial-section-inner{
		height: 1px;
	}

	/* = Ingredients Page
	---------------------------------------------------- */

	.ingredients-cta-section-container{
		height: 1px;
	}

	/* = Site Footer
	---------------------------------------------------- */

	.bottom-logo svg{
		height: 47.5px;
	}

	.site-footer .stores-form-inner{
		height: 1px;
	}

}

@media only screen and (max-width: 1023px) and (-ms-high-contrast: active) and (-ms-high-contrast: none){

	/* = Page Header
	---------------------------------------------------- */

	.page-header.home .page-header-outer,
	.page-header.complex .page-header-top{
		height: auto;
	}

}

@media only screen and (max-width: 479px) and (-ms-high-contrast: active) and (-ms-high-contrast: none){

	/* = Site Header
	---------------------------------------------------- */

	.site-logo svg{
		height: 36px;
	}

}