/** Shopify CDN: Minification failed

Line 110:3 Expected ":"

**/
.cc-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.4s ease-in;
}
.set-card-width50 .cc-img img {
	opacity: 1;
	transition: none;
}
.cc-img.image-visible img {
	opacity: 1;
}

ul.cc-list {
	margin: 0;
	padding: 30px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: calc(100% + 20px);
	margin-left: -10px;
}

li.cc-item {
	width: 25%;
	padding: 0 10px;
	list-style-type: none;
	margin-bottom: 30px;
}
.set-card-width50 .cc-item {
    width: 50%;
    margin-bottom:0;
}
.set-card-width50 .cc-img{
  margin-bottom:0;
}


a.cc-box {
	text-decoration: none;
	display: block;
	border-radius: 10px;
}

.cc-content p {
	text-align: center;
	font-size: 18px;
	line-height: 1.25;
	letter-spacing: 0px;
	color: #707070;
	font-weight: 500;
	margin: 0;

}

.cc-img picture {
	display: flex;
}

.cc-img {
	margin-bottom: 20px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.image-overlay {
	display: block !important;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	transition: all ease .8s;

}
/** new water heater card css **/
.set-card-width50 .cc-box {
    position: relative;
}
.set-card-width50 .cc-content {
    position: absolute;
}
.set-card-width50 .cc-content p,.set-card-width50 .cc-content h2 {
    font-size: 22px;
    letter-spacing: -1px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin:0;
}
.set-card-width50 .cc-content p strong, .set-card-width50 .cc-content h2 strong {
    display: block;
    font-size: 28px;
    font-weight: 500;
}
/** new water heater card css end **/

@media(max-width:991px) {
	li.cc-item {
		width: 33.33%;
		p
	}
}

@media(max-width:767px) {
	ul.cc-list {
		width: calc(100% + 10px);
		margin-left: -5px;
	}

	li.cc-item {
		width: 50%;
		padding: 0 5px;
		margin-bottom: 10px;
	}

	.cc-content p {
		font-size: 15px;
	}

	a.cc-box {
		padding: 5px 5px 10px 5px;
	}
     .custom-card-container.set-card-width50 .cc-item {
        width: 100%;
        padding: 0;
        margin: 0;
}
}