/*--- Warranty ---*/
.post .article {
	width: 100%;
	 max-width: 1200px; 
	margin: 0 auto;
}
.warranty .hero {
	background-image: url('/static/images/warranty/warranty-hero-1.jpg');
	background-position: top center;
}

@media (orientation: portrait) {
	.warranty .hero {
		background-size: 200%;
		background-position: right top;
	}
}

.warranty .udi .container {
	min-height: 0;
	padding-bottom: 8vh;
	overflow: hidden;
	max-width: 100%;
}
.warranty .udi .device-image {
	width: 250px;
	padding-top: 38%;
	position: relative;
}
.warranty .udi .device-image .image {
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}
.warranty .udi .device-image .device-image {
	background-image: url('/static/images/warranty/udi-device.png');
	background-size: 100%;
	z-index: 2;
}
.warranty .udi .device-image .device-shadow {
	background-image: url('/static/images/warranty/udi-shadow.png');
	z-index: 2;
}
.warranty .udi .copy {
	opacity: 0;
	transform: translate3d(0,20px,0);
	transition: opacity 0.3s var(--ease-out), transform 0.6s var(--ease-out);
}
.warranty .udi .copy.animated {
	opacity: 1;
	transform: translate3d(0,0,0);
}
.warranty .udi .copy .spec {
	font-size: 12px;
	margin-top: 20px;
}
.warranty .udi .copy .spec br {
	display: none;
}
.warranty .udi .copy h2 {
	margin-top: 60px;
	margin-bottom: 30px;
	font-weight: bold;
}
.warranty .udi .copy h5 {
	font-weight: 500;
	line-height: 2;
}

@media (max-width: 600px) {
	.warranty .udi .device-image {
		width: 150px;
	}
	.warranty .udi .copy .spec {
		margin-top: 20px;
	}
	.warranty .udi .copy .spec br {
		display: block;
	}
}

.warranty .products .container {
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.warranty .products .row {
	display: flex;
	align-items: center;
	width: 100%;
}
.warranty .products .row .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/*width: 50%;*/
	/*padding: 40px;*/
	width: 33.3%;
	padding: 30px 30px;
}
.warranty .products .product-row {
	border-bottom: 1px solid #bcbcbc;
	margin-bottom: 20px;
}
.warranty .products .product-image img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.warranty .products .product-image:hover img {
	animation: gel-animation 1s cubic-bezier(0.280, 0.840, 0.420, 1);
}
.warranty .products .feature-row h5 {
	font-weight: 600;
	margin-bottom: 20px;
}
.warranty .products .feature-row .bar {
	background-color: var(--black);
	display: block;
	width: 20px;
	height: 1px;
}
.warranty .products .feature-table {
	background-image: url('/static/images/warranty/ergonomix.jpg');
	background-position: center center;
	background-size: auto 90%;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 280px;
}
.warranty .products .feature-row .icon {
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
}
.warranty .products .animate-item .safety-icon {
	background-image: url('/static/images/warranty/safety-icon.svg');
	background-repeat-x: no-repeat;
	height: 24px;
	padding-left: 30px;
}
.warranty .products .animate-item .detect-icon {
	background-image: url('/static/images/warranty/detect-icon.svg');
	background-repeat-x: no-repeat;
	height: 24px;
	padding-left: 30px;
}
.warranty .products .animate-item .check-icon {
	background-image: url('/static/images/warranty/check-icon.svg');
	background-repeat-x: no-repeat;
	height: 24px;
	padding-left: 30px;
}
.warranty .products .animate-item .shield-icon {
	background-image: url('/static/images/warranty/shield-icon.svg');
	background-repeat-x: no-repeat;
	height: 24px;
	padding-left: 30px;
}


@keyframes gel-animation {
	0% { transform: scale(1, 1); }
	10% { transform: scale(0.98, 1.02); }
	20% { transform: scale(1.02, 0.98); }
	30% { transform: scale(0.99, 1.01); }
	40% { transform: scale(1, 1); }
}

@media (max-width: 600px) {
	.warranty .products .container {
		padding: 0 7%;
	}
	.warranty .products .row .item {
		padding: 20px 8px;
		display: none;
	}
	.warranty .products .product-row h3 {
		font-size: 20px;
	}
	.warranty .products .product-row h3 span {
		display: block;
	}
	.warranty .products .feature-row .icon { 
		width: 40px;
		margin-bottom: 8px;
	}


	.warranty .products .animate-item .safety-icon {
		background-image: url('/static/images/warranty/safety-icon.svg');
		background-repeat-x: no-repeat;
		height: 24px;
		padding-left: 30px;
	}
	.warranty .products .animate-item .detect-icon {
		background-image: url('/static/images/warranty/detect-icon.svg');
		background-repeat-x: no-repeat;
		height: 24px;
		padding-left: 30px;
	}
	.warranty .products .animate-item .check-icon {
		background-image: url('/static/images/warranty/check-icon.svg');
		background-repeat-x: no-repeat;
		height: 24px;
		padding-left: 30px;
	}
	.warranty .products .animate-item .shield-icon {
		background-image: url('/static/images/warranty/shield-icon.svg');
		background-repeat-x: no-repeat;
		height: 24px;
		padding-left: 30px;
	}


}

.warranty .products .feature-details {
	border-bottom: 1px solid #bcbcbc;
	padding: 60px 0;
	margin-top: 20px;
	width: 100%;
}
.warranty .products .feature-details .item {
	padding: 40px;
}
.warranty .products .feature-details .item h4 {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
}
.warranty .products .note {
	color: var(--gray);
	margin-bottom: 100px;
}

@media (min-width: 600px) {
	.warranty .products .note br {
		display: none;
	}
}

@media (max-width: 600px) {
	.warranty .products .feature-details {
		padding: 20px 0;
	}
	.warranty .products .feature-details .item {
		padding: 20px 0;
	}
	.warranty .products .feature-details .item p {
		font-size: 12px;
		font-weight: 400;
	}
	.warranty .products .note {
		margin: 40px 0 60px;
		font-size: 12px;
	}
}