/** Shopify CDN: Minification failed

Line 318:0 Expected "*/" to terminate multi-line comment

**/
:root {
	--ahi-green: #1ba87d;
}

/* START USP bullet bar */
.usp-bullets {
	display: flex;
	justify-content: space-between;
	max-width: 1630px;
	margin: 0 auto;
	padding: 10px 40px;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
}
.usp-bullets li {
	display: inline-flex;
	align-items: center;
	padding:5px;
	position: relative;
	height: 100px;
}
.usp-bullets h4 {
	margin: 0;
	color: var(--color-text);
	font-size: 21px;
	text-align: left;
	position: relative;
}
.usp-bullets .tooltip {
	cursor: pointer;
}
.usp-bullets .tooltip h4 {
	text-decoration: underline;
   text-decoration-color: #ccc;
}
.usp-bullets li:last-child .tooltiptext {
	right: 0;
}

.usp-bullets .tooltip .tooltiptext {
	margin: 0;
	min-width: 300px;
	max-width: 100%;
	top: 80%;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 4px rgb(0 0 0 / 13%);
	z-index: 3;
}

.bullet-icon {
	background-color: var(--ahi-green);
	border-radius: 20px;
	padding: 5px;
	display: flex;
	position: relative;
	margin-right: 15px;
}
.bullet-icon:after {
	content: '';
	border-radius: 58%;
	position: absolute;
	border: 2px dashed var(--ahi-green);
	top: -7px;
	left: -7px;
	right: -7px;
	bottom: -7px;

}
.bullet-icon img {
	width: 20px;
	height: 20px;
	max-width: fit-content;
}

@media screen and (max-width: 989px) {
	.usp-bullets li { max-width: 260px; }
	.usp-bullets h4 { font-size: 0.8em; }
	.bullet-icon { padding:2px; }
	.bullet-icon img { width:15px; height:15px; }
	.bullet-icon:after { top:-5px; right:-5px; bottom:-5px; left:-5px; }
}

@media screen and (max-width: 749px) { 
	.usp-bullets {
		display:block;
		padding: 15px 6%;
	}
	.usp-bullets h4 {
		color: #fff;
		font-size: 15px;
	}
	.usp-bullets li {
		background-color: var(--ahi-green);
		width: 100%;
		max-width: 100%;
		margin-bottom: 5px;
		padding: 5px 9px;
		height: 40px;
	}
	.usp-bullets li:last-child .tooltiptext {
		right: initial;
	}
	.usp-bullets .tooltip .tooltiptext {
		width: 95%;
		min-width: initial;
		left: initial;
	}
	.bullet-icon {
		padding:0px;
	}
	.bullet-icon img {
		width: 30px;
		height: 30px;
		max-width: fit-content;
	}
	.bullet-icon:after {
		border:none;
	}
}
/* END USP bullet bar */

/* START hero banner */
.new-hero .hero__overlay::before {display:none;}
.new-hero .page-width.text-center{
	text-align: left !important;
	max-width: 565px;
	background-color:rgba(255, 255, 255, 0.9);
	padding: 40px;
	position: relative;
	margin: 0;
}
.hero__inner{padding:55px 6%;}
.new-hero .page-width.text-center .mega-subtitle{max-width:100%;}
.new-hero .mega-title, 
.new-hero .mega-subtitle, 
.new-hero .mega-subtitle p { text-shadow: none; color:var(--color-text); }
.new-hero .mega-title {font-size: 35px;}
.new-hero .mega-subtitle p { font-size:15px;}

@media screen and (max-width: 749px) { 
	.new-hero .mega-title{font-size: 22px;}
	.new-hero .hero { background-size: contain; height: 200px; background-position: top !important; background-color: #fff !important;}
	.new-hero .page-width.text-center{padding:28px; margin-top:40px;}
	.hero__inner { padding: 55px 6% 5px 6%;}
}
/* END hero banner */

/* START Featured tile and new tile styles */
.page-width-wider {
	max-width: 1630px;
}
.ahi-panel {
	padding: 40px 22px;
}
.ahi-panel a:not(.btn) {
	border-bottom: 1px solid currentColor;
	padding-bottom: 1px;
}
.bg-lightgrey {
	background: #f6f6f6;
}
.ahi-collection-section {
	margin-top: -55px;
	padding-bottom: 110px;
}
.ahi-collection-section:last-child {
	margin-bottom: -55px;
	padding-bottom: 55px;
}

.ahi-collection-grid .grid {
	margin-left: -24px;
}

.ahi-collection-grid .grid__item {
	padding-left: 24px;
}
.collection-grid-item {
	padding-bottom: initial;;
}
.ahi-collection-grid .collection-grid-item {
	height: 214px;
	margin-bottom: 18px;
	box-shadow: 2px 2px 4px rgb(0 0 0 / 13%);
}
.ahi-collection-grid .ahi-main-tile {
	height: 446px;
}
.ahi-collection-grid .collection-grid-item__overlay {
	background-position: center;
}
.ahi-tile-textarea {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 15px;
	background: #ffffff;
}
.ahi-tile-textarea p {
	font-size: 12px;
}
.ahi-tile-price {
	font-size: 27px;
	font-weight: var(--font-weight-header--semibold);
	font-family: var(--font-stack-header);
	float: right;
	position: relative;
	padding-left: 60px;
}
.ahi-tile-price span {
	font-size: 14px;
	position: absolute;
	top: -15px;
}
.ahi-collection-grid .collection-grid-item__title {
	text-shadow: none;
	text-align: left;
	position: relative;
	transform: none;
	top: 0;
	padding: 0;
	font-weight: var(--font-weight-header--semibold);
	font-family: var(--font-stack-header);
	font-size: 13px;
}

.ahi-collection-tile .collection-grid-item__overlay {
	height: calc(100% - 39px);
}
.ahi-main-tile .ahi-tile-textarea {
	background: rgba(255, 255, 255, 0.9);
	padding-right: 30px;
	border-top: 8px solid var(--ahi-green);
}
.ahi-main-tile .collection-grid-item__title {
	font-size: 19px;
}
.ahi-tile-corner {
	position: absolute;
	top: 0;
	left: 40px;
	padding: 12px 24px;
	font-size: 20px;
	font-family: var(--font-stack-header);
	font-weight: var(--font-weight-header);
	color: #fff;
	background: var(--ahi-green);
}

.ahi-rightarrow {
	padding-right: 25px;
	position: relative;
	display: inline-block;
}
.ahi-rightarrow::before, 
.ahi-rightarrow::after {
	border-right: 2px solid;
	content: '';
	display: block;
	height: 8px;
	margin-top: -6px;
	position: absolute;
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 7px;
	top: 50%;
	width: 0;
}
.ahi-rightarrow::after {
	margin-top: -1px;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.u-float-right {
	float: right;
}

@media only screen and (max-width: 749px) {
	.ahi-tile-corner {
		font-size: 15px;
		left: 0;
	}
	.ahi-collection-grid .collection-grid-item__title {
		font-size: 12px;
	}
	.ahi-main-tile .collection-grid-item__title {
		font-size: 16px;
	}
	.ahi-tile-price {
		margin-top: 20px;
	}
	.ahi-collection-grid .collection-grid-item {
		height: 195px;
		margin-bottom: 15px;
	}
	.ahi-collection-grid .ahi-main-tile {
		height: 330px;
	}
	.ahi-collection-grid .grid__item {
		padding-left: 15px;
	}
	.ahi-collection-grid .grid {
		margin-left: -15px;
	}
}
/* END Featured tile and new tile styles
