/* CSS Document */
#product-gallery .gallery-img {
	width:100vw;
	position:relative;
	overflow:hidden;
}
#product-gallery .gallery-img:before {
	content:'';
	display:block;
	padding-top:52.5%;
}
#product-gallery .gallery-img img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: center;
}
#product-gallery .gallery-img img.slide-blurred {
	z-index:1;
	filter:blur(5rem);
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	height:120%;
	width:120%;
}
#product-gallery .gallery-img img.slide-hero {
	z-index:5;
}
#product-gallery .gallery-img.contain img.slide-hero {
	object-fit: contain;
}

.product-header.type-rendering {
	position:relative;
}
.product-header.type-rendering .product-details {
	position:relative;
	z-index:5;
}
.product-header.type-rendering .product-overview-inner {
	padding-bottom:55vh;
}
.product-header.type-rendering .product-image {
	position:absolute;
	bottom:0;
	left:0;
	height:50vh;
	width:100vw;
}
.product-header.type-rendering .product-image figure,
.product-header.type-rendering .product-image span.temp_bg {
	display:block;
	background-repeat: repeat-x;
	background-position: bottom left;
	background-size: auto 100%;
	z-index:1;
	position:absolute;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
}
.product-header.type-rendering .product-image span.temp_bg {
	z-index:2;
	opacity:0;
}

.lowes-cta-logo.disabled {
	background-image:url(/wp-content/plugins/freedom-functions/blocks/images/loading-white.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:auto 100%;
}
.lowes-cta-logo.disabled .lbl {
	opacity:0;
}

.feature-icon {
	flex:0 0 25%;
	max-width:8rem;
}
.feature-icon-small {
	display:flex;
	justify-content:flex-start;
	align-items: center;
	padding-right:1rem;
}
.feature-icon-small img,
.feature-icon-small svg {
	width:2.5rem;
	margin-right:.5rem;
	min-width:2.5rem;
}
.icon-warranty {
	max-width:12rem;
}
.doc-icon {
	width:7vw;
	max-width:3rem;
	margin-right:.5rem;
}


.ajax-refreshable.refreshing {
	background:url(/wp-content/plugins/freedom-functions/blocks/images/loading-blue.svg) no-repeat center;
}
.ajax-refreshable .ajax-content {
	opacity:1;
	transition:1s ease-in-out opacity;
}
.ajax-refreshable.refreshing .ajax-content {
	opacity:0;
}

.lazy {
	opacity:0;
	transition:1s ease-in-out opacity;
}
.lazy.lazyloaded {
	opacity:1;
}

.secondary-nav-wrap {
	position:relative;
}
.secondary-nav-wrap.initialized .secondary-nav {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.secondary-nav-wrap.initialized .secondary-nav.is-fixed {
	position:fixed;
	z-index:999;
}


@media(max-width:991px) {
	.product-header.type-rendering .product-overview-inner {
		padding-bottom:2rem;
	}
	.product-header.type-rendering .product-image {
		margin-top:3rem;
		position:relative;
		bottom:auto;
		height:20rem;
	}
}