@charset "utf-8";

.page-home .frontpage-banner video {
	width:100%;
}

.page-home .frontpage-banner .item {
	display:none; /* keep container, but hide items */
	aspect-ratio: 152 / 17;
}

.page-home .frontpage-banner.slick-initialized .item {
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display:flex; /* show carousel items once loaded */
}

.page-home .frontpage-banner .item:first-child {
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex; /* always show the first image, regardless if others are loading in the slider, and for products with only one image */
}

.page-home .frontpage-banner-btn {
	border-radius: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	filter: alpha(opacity=50);
	opacity: 0;
	z-index: 10;
	transition: all 0.2s ease-out;
}

.page-home .frontpage-banner-btn,
.page-home .frontpage-banner-btn:hover,
.page-home .frontpage-banner-btn:active {
	outline: none; /* remove the outline in IE when arrow is clicked */
}

.page-home .frontpage-banner-btn:hover {
	opacity: .45;
}

.page-home .frontpage-banner-prev {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}

.page-home .frontpage-banner-next {
	right: 0;
	left: auto;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}

.page-home .frontpage-banner-prev img, .page-home .frontpage-banner-next img {
	position: absolute;
	z-index: 10;
	width: 20px;
	height: 23px;
	opacity: .75;
	margin:auto;
	top: 0;
	bottom: 0;
}

.page-home .frontpage-banner-prev img {
	left:25px;
	transform: rotate(180deg);
}

.page-home .frontpage-banner-next img {
	right:25px;
}

.page-home .slick-disabled img {
	opacity: .1;
	cursor: default;
}


.page-home .frontpage-banner .slick-list {
	border-radius: 5px;
}

.page-home .frontpage-banner.slick-initialized {
	margin-bottom: 0;
}

#frontpage-banner.item:not(:first-child) {
	visibility: hidden;
}

#frontpage-banner.slick-initialized.item {
	visibility: visible;
}

.page-home .frontpage-banner.slick-initialized {
	visibility: visible;
	display: block;
}

.page-home .frontpage-banner .banner-image {
	width:100%;
	border-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	aspect-ratio: 152 / 17;
}

@media screen and (min-width: 770px) {
	.page-home .frontpage-banner {
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
}

.page-home .frontpage-banner-mobile {
	display:none !important;
}

.page-home .frontpage-banner-mobile img {
	width:100%;
	border-radius:5px;
}

@media screen and (max-width: 767px) {
	.page-home .frontpage-banner {
		display:none;
	}

	.page-home .frontpage-banner-mobile {
		display:block !important;
	}
}


.page-home .frontpage-banner-mobile {
	display:none !important;
	margin-bottom:15px;
}

.page-home .frontpage-banner-mobile img {
	width:100%;
	border-radius:5px;
}

@media screen and (max-width: 767px) {
	.page-home .frontpage-banner {
		display:none;
	}

	.page-home .frontpage-banner-mobile {
		display:block !important;
	}
}


@media screen and (min-width: 960px) {
	body {
		/*background: url('/static/patterns/swoop.svg') no-repeat;*/
		background-size: cover;
		background-color: #f7f9f9;
	}
}

.cofc-grid-3 {
	display: grid;
	grid-template-columns: 2fr 2fr 2fr;
	grid-column-gap: 20px;
	justify-items: stretch;
}

.cofc-grid-6 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
}

@media screen and (min-width: 960px) {
	.cofc-grid-6 {
		grid-template-columns: repeat(8, 1fr);
	}
}

.coll-quadrant {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	justify-content: center;
	align-items: stretch;
	justify-items: center;
	grid-template-columns: repeat(2, 48%);
	display: grid;
}

@media screen and (min-width: 660px) {
	.coll-quadrant {
		grid-template-columns: repeat(4, 23%);
	}
}

@media screen and (min-width: 960px) {
	.coll-quadrant {
		grid-template-columns: repeat(2, 48%);
	}
}

a.coll-quadrant--title,
.coll-quadrant--title {
	grid-column-start: 1;
	grid-column-end: 2;
	margin-bottom:7px;
	font-family: 'Work Sans';
	font-size:15px;
	font-weight: bold;
	padding:5px 10px;
	display:block;
	color:#333;
}


.coll-group,
.coll-group-feat {
	grid-column-start: span 2;
	order:5;
	background: #fff;
	border-radius:10px;
}

@media screen and (min-width: 960px) {
	.coll-group,
	.coll-group-feat {
		padding:10px 10px 15px 10px;
	}
}

@media screen and (max-width: 767px) {
	.coll-group-feat .feat-image {
		display:none;
	}
}

.coll-group-feat .feat-image img {
	border-radius:5px;
	width:100%;
	aspect-ratio: 365 / 529;
}

.coll-group-feat a.feat-image {
	display: flex;
	align-self: center;
}

.coll-group-shop {
	grid-column-start: span 3;
}

a.coll {
	display:inline-block;
	text-decoration:none;
	color: #1F425D;
	border-radius:5px;
}

.cofc-grid {
	border-radius:5px;
}

@media screen and (min-width: 960px) {
	.cofc-grid {
		background-color: #EEF3FA;
		margin-top:20px;
		margin-bottom:20px;
	}
}

.cofc-grid a.coll {
	border:2px solid #EFF4FB;
	padding:15px;
	width:100%;
	margin-bottom:10px;
}

@media screen and (min-width: 767px) {
	.cofc-grid a.coll {
		background-color: #EFF4FB;
		border:none;
	}
}

.coll--image {
	text-align: center;
	margin-bottom:10px;
}

@media screen and (min-width: 960px) {
	.cofc-grid a.coll {
		margin-bottom:initial;
	}
}

.cofc-grid a.coll:hover .coll--title {
	text-decoration: underline;
}

.coll img {
	width:100%;
	mix-blend-mode: multiply;
	aspect-ratio: 4 / 3;
}

.coll--title {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size:13px;
}

@media (min-width: 769px) {
	.coll--title {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.coll-group-feat {
	display: grid;
	font-family: 'Montserrat', sans-serif;
	grid-column-gap: 10px;
	text-align: center;
	order:8;
	padding:20px;
	grid-column-start: span 3;
}

@media screen and (min-width: 960px) {
	.coll-group-feat {
		order:5;
		padding:0;
		grid-column-start: span 2;
	}
}

.coll-group-feat a {
	text-decoration: none;
	color: #1F425D;
}

.coll-group-feat--title {
	order:2;
	grid-column-start: span 2;
	font-size:13px;
}

@media screen and (min-width: 960px) {
	.coll-group-feat--title {
		font-size:15px;
	}
}

a.coll-group-feat--subtitle,
.coll-group-feat--subtitle {
	order:1;
	margin-bottom:4px;
	grid-column-start: span 2;
	align-self: end;
	font-size:16px;
	color:#1f3644;
	font-weight: bold;
}

.coll-group-feat--category {
	order:10;
	grid-column-start: span 2;
	text-align:left;
	margin-top:30px;
}
.coll-group-feat--image {
	order:5;
	grid-column-start: span 2;
	justify-self: center;
}

.coll-group-feat--image img {
	width:100%;
	max-width:320px;
}

.coll-group-feat--image,
.coll-group-feat--price,
.coll-group-feat--pricerule,
.coll-group-feat--saleprice {
	font-size: 20px;
	font-family:'Roboto';
}

.coll-group-feat--price {
	order:8;
	justify-self: start;
}

.coll-group-feat--saleprice {
	order:7;
	color: #15D9AE;
	text-align:right;
	justify-self: end;
	font-weight: bold;
}

.coll-group-feat--pricerule{
	text-align: center;
	color: #15D9AE;
	order:7;
	grid-column-start: span 2;
}
.coll-group-feat--pricerule .original-price{
	color: #333;
	text-align:right;
	font-weight: bold;
	font-family:'Montserrat';
	font-size:14px;
	display:inline-block;
	vertical-align: top;
	padding-top: 4px;
}

.cofc-slider {
	border: 2px solid #EEF3FA;
	padding:15px;
	background: #fff;
	border-radius: 5px;
	margin-bottom:15px;
}

@media screen and (min-width: 767px) {
	.cofc-slider {
		margin-bottom:20px;
	}
}

.cofc-slider .cssSlider {
	display:grid;
	grid-template-columns: 32px minmax(0, 1fr) 32px;
	overflow: hidden;
}

.cofc-slider .coll img {
	width:auto;
	margin:auto;
}

.cofc-slider--title {
	font-family: 'Work Sans';
	font-size:15px;
	font-weight: bold;
	margin-bottom:12px;
}

@media screen and (min-width: 1000px) {
	.cofc-slider--title {
		margin-left:35px;
	}
}

a.cofc-slider--title {
	color: #333;
	text-decoration:none;
}

a.cofc-slider--title:hover {
	text-decoration: underline;
}

.cfeature {
	/* font-family: 'Work Sans'; */
}

.c-featured {
	background:transparent;
}

.cfeature--title {
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	text-align:center;
	margin-bottom:15px;
}

@media screen and (min-width: 767px) {
	.cfeature--title {
		font-size:19px;
	}
}

.cfeature--title span {
	font-weight: bold;
}

.cfeature-grid {
	border-radius:5px;
	padding:20px;
	margin-bottom:10px;
}

@media (min-width: 767px) {
	.cfeature-grid {
		padding:35px;
	}
}

@media (min-width: 1200px) {
	.cfeature-grid {
		margin-bottom:20px;
	}
}

.cfeature-image {
	align-self: center;
	text-align: center;
}

@media screen and (min-width: 960px) {
	.cfeature-image {
		align-self: center;
		text-align: initial;
	}
}

.cfeature-1 {
	margin-top:20px;
	margin-bottom:15px;
}

@media screen and (min-width: 767px) {
	.cfeature-1 {
		margin-top:0;
		margin-bottom:0;
	}
}

.cfeature-1 .cfeature--title {
	color: #5759FE;
}

.cfeature-1 a.cfeature-content:hover .cfeature-content-cta {
	background: #fff;
	color: #5F64FD;
}

.cfeature-1 .cfeature-grid {
	background: #5759FE;
	background: url('https://lh3.googleusercontent.com/pS2SCA3r2C9kHjQIdw1JhCxm87KVYgCxxNOTS9rFOqmp4PvO2hLKM6xSXkq0NYMEqvOi8KLP144wpWy8dNUHnrhxuQ=s1520') no-repeat;
	background-size:cover;
}

.cfeature-2.cfeature--title {
	color: #3F4042;
}

.cfeature-2 a.cfeature-content:hover .cfeature-content-cta {
	background: #fff;
	color: #3F4043;
}

.cfeature-2 .cfeature-grid {
	background: #282B2F;
	background: url('https://lh3.googleusercontent.com/6p8fGoDGB3s5Hn2eCywEUsLluRXPdumGOxunjfhTOrxKybTRHQBR2XTDY5eHiI1vYwaHv7gbTko5X2TIV6bA0MTF=s1520') no-repeat;
	background-size:cover;
	padding-top:60px;
	padding-bottom:60px;
}

.cfeature-3 .cfeature-grid {
	background: #C3382B;
	background: url('https://lh3.googleusercontent.com/-4ayHGCIy9oIi2IosW2ZWGP2MB5nXtkKbFP7ui0R2mRiA5zOD62KZj5iqlBKBrO1hjBx_ZYL4kWJM-k4Vys8TOmi=s1520') no-repeat;
	background-size:cover;
	padding:0;
}

.cfeature-3 .cfeature--title {
	color: #CA3C3C;
}

.cfeature-3 a.cfeature-content:hover .cfeature-content-cta {
	background: #fff;
	color: #CA3C3C;
}

.cfeature-3 .cfeature-image {
	align-self: flex-end;
}

.cfeature-3 .cfeature-image img {
	width:100%;
}

.cfeature-3 .cfeature-content {
	padding-top:20px;

}

@media screen and (min-width: 1000px) {
	.cfeature-3 .cfeature-content {
		padding-bottom:20px;
	}
}

.cfeature-3 .cfeature-content img {
	margin-top:20px;
	margin-bottom:18px;
	width:320px;
}

.cfeature-3 .cfeature-content-cta {
	margin-bottom:15px;
}

.cfeature-2 .cfeature-image {
	align-self: center;
}

.cfeature-4 .cfeature-grid {
	background: #282B2F;
	background: url('https://lh3.googleusercontent.com/Alyw9TntrqYqc1I84s_vzQpHJ-dRV_EGhmtrgR4aOMSsk1pICetafBJkI-RQtq_R0BTxuvF--W51dHbR_u66MbzsqQ=s1520') no-repeat;
	background-size:cover;
}

.cfeature-4 a.cfeature-content:hover .cfeature-content-cta {
	background: #fff;
	color: #E55E24;
}

.cfeature-4 .cfeature-image {
	text-align:center;
}

.cfeature-5 .cfeature-grid {
	background: #282B2F;
	background: url('https://lh3.googleusercontent.com/rUYU29bkoflWT4cfsRHojPGi3_joSqOrq2PCJpCXAYvbWHDRQMgrml7cOqj3vo2Yw4GJ9WXkFeB-IVWHJFKMRqphHUc=s1520') no-repeat;
	background-size:cover;
}

.cfeature-5 a.cfeature-content:hover .cfeature-content-cta {
	background: #fff;
	color: #5DBABE;
}

@media (min-width: 400px) {
	.cfeature-product {
		display:grid;
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1200px) {
	.cfeature-product {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-column-gap: 30px;
		padding-left:100px;
		padding-right:100px;
	}
}

.cfeature-marketing {
	color: #fff;
	display: grid;
	grid-row-gap:15px;
}

@media screen and (min-width: 767px) {
	.cfeature-marketing {
		grid-template-columns: 5fr 4fr;
	}
}

.c-marketing-text br {
	display:none;
}

@media screen and (min-width: 767px) {
	.c-marketing-text br {
		display:initial;
	}
}

.cfeature-marketing a {
	display: block;
}

.cfeature-marketing img {
	max-width:100%;
}

.cfeature-content {
	width:100%;
	color: #fff;
	font-size:15px;
	font-family: 'Montserrat', sans-serif;
	padding-left: 30px;
	padding-right: 20px;
	align-self: center;
}

@media screen and (min-width: 1200px) {
	.cfeature-content {
		font-size:18px;
		padding-left: 140px;
		margin-top:15px;
		margin-bottom:15px;
		padding-left: 140px;
	}
}

a.cfeature-content:hover {
	color: #fff;
	text-decoration: none;
}

a.cfeature-content:hover .cfeature-content-cta {
	background: #fff;
	color: #5F64FD;
}

.cfeature-content img {
	display:block;
	margin: 10px 0 15px;
}

.cfeature-content-cta {
	display:inline-block;
	border:2px solid #fff;
	padding:5px 15px;
	font-size:15px;
	border-radius:5px;
	margin-top:20px;
	transition: all 0.2s ease-out;
}

a.cfeature-cta {
	padding: 6px 40px;
	border: 2px solid #fff;
	font-weight: bold;
	display:inline-block;
	color:#fff;
	border-radius: 3px;
	text-transform: uppercase;
}

a.cfeature-cta:hover {
	background: #fff;
	color: #585CFE;
	text-decoration: none;
}

.product-single-container:active,
.products-container:active,
.product-single-container:focus,
.products-container:focus {
	outline:none;
}

.cfeature-product .products-container {
	background: #fff;
}

@media screen and (min-width: 767px) {
	.cfeature-product .products-container {
		padding:15px;
	}
}

.cfeature-headline {
	color: #fff;
}

a.cfeature-followupcta {
	color: #fff;
	text-decoration: underline;
	width: 100%;
	text-align: center;
	display: block;
	margin:30px auto 10px;
	font-family: 'Montserrat', sans-serif;
}

a.cfeature-followupcta:hover {
	text-decoration:none;
}

.cofa-slider {
	background: #fff;
	margin-bottom:40px;
	display:grid;
	grid-template-columns: 32px minmax(0, 1fr) 32px;
	overflow: hidden;
}

.cofa-slider--title {
	font-family: 'Work Sans';
	font-size:15px;
	font-weight: bold;
	padding:20px;
}

.cofa--image {
	padding:10px 0;
}

.cofa--image img {
	margin:auto;
	border-radius:5px;
	width:125px;
}


.cofa-single:hover img {
	border-color: #F7F9F9;
}

.cofa--title {
	padding: 10px 20px 5px 15px;
	position: relative;
	color: #333;
	font-size:13px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	display: flex;
	align-items: center;
}

.cofa-single,
a.cofa-single {
	display:block;
	display: grid !important;
	grid-template-columns: 50px 1fr;
}

.cofa-single:focus,
a.cofa-single:focus {
	outline:none;
}

a.cofa-single:hover {
	text-decoration: none;
}

a.cofa-single:hover .cofa--title {
	text-decoration: underline;
}

.cssSlider .prev,
.cssSlider .next {
	background: #F7F9F9;
	display: flex;
	/* border-radius: 10px; */
	align-items: center;
	cursor: pointer;
	width:100%;
	justify-content: center;

	max-height: 200px;
	align-self: center;
	height: 100%;

	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.cssSlider .slick-hidden {
	display:none;
}

.cssSlider .prev:active,
.cssSlider .next:active {
	background: #EEF3FA;
}

.cssSlider .prev:hover,
.cssSlider .next:hover {
	background: #EEF3FA;
}

.cssSlider .slick-arrow-container {
	display: flex;
}

.sfeatured {
	margin-bottom:15px;
}

.sfeatured.sfeatured-1-2 {
	display: grid;
	grid-column-gap: 15px;
	grid-row-gap:15px;
}

@media screen and (min-width: 1100px) {
	.sfeatured.sfeatured-1-2 {
		grid-template-columns: 1fr 2fr;
	}
}

.sfeatured.sfeatured-2-1 {
	display: grid;
	grid-column-gap: 15px;
}

@media screen and (min-width: 1200px) {
	.sfeatured.sfeatured-2-1 {
		grid-template-columns: 2fr 1fr;
	}
}

.sfeatured.sfeatured-1-1 {
	display: grid;
	grid-column-gap: 15px;
	grid-row-gap: 20px;
}

@media screen and (min-width: 1200px) {
	.sfeatured.sfeatured-1-1 {
		grid-template-columns: 1fr 1fr;
	}
}


.sfeatured.sfeatured-1x3 {
	display: grid;
	grid-column-gap: 20px;;
}

@media screen and (min-width: 767px) {
	.sfeatured.sfeatured-1x3 {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.fbox {
	width:100%;
	display: block;
	border-radius:3px;
}

/* .fbox img {
	width:100%;
} */

.f-nozzles {
	background-color: #1E1E1E;
	background-image: url('https://lh3.googleusercontent.com/yOgUgu0-rVuyuNel7YKC-7_hYGv1psH_LTpeN93sj6TvyX2Y_jaZTw5an3XYIH2RjhXOgDVo8TZxfXxkPpBbxztsFQ');
	background-size:cover;
	background-repeat:no-repeat;
	display: grid;
	grid-template-columns: 2fr 1fr;
}

.f-10tips {
	background-color: #1E1E1E;
	background-image: url('https://lh3.googleusercontent.com/yOgUgu0-rVuyuNel7YKC-7_hYGv1psH_LTpeN93sj6TvyX2Y_jaZTw5an3XYIH2RjhXOgDVo8TZxfXxkPpBbxztsFQ');
	background-size:cover;
	background-repeat:no-repeat;
	display: grid;
	grid-template-columns: 2fr 1fr;
}

.fbox.f-10tips  {
	display:grid;
	grid-template-columns: 2fr 1fr;
}

@media screen and (min-width: 767px) {
	.fbox.f-10tips {
		padding:30px 45px;
	}
}

.f-nylonx {
	background-color: #1E1E1E;
	background-image: url('https://lh3.googleusercontent.com/hAaqkxVsX-a6CXJK7fD8u6nkcc3ZWapbIJ2wxQA3gklA3TncvMn2f3mJsOuE8SpfEYpUFNf2VoyYygIl2aOTIDA');
	background-size:cover;
	background-repeat:no-repeat;
	display: grid;
	grid-template-columns: 2fr 1fr;
}

@media screen and (min-width: 767px) {
	.f-nylonx {
	}
}

.f-nylonx .grid-1 img,
.f-nylonx .grid-2 img {
	width:100%;
}

.f-nylonx picture {
	display:block;
}

@media screen and (min-width: 767px) {
	.f-nylonx picture {
		text-align: initial;
	}
}

.f-nylonx .f-nylonx-logo {
	padding:20px;
	align-self:center;
}

@media screen and (min-width: 767px) {
	.f-nylonx .f-nylonx-logo {
		padding-left:35px;
		padding-top:30px;
	}
}

.f-nylonx-logo img {
	display:block;
	max-width:240px;
}

.f-nylonx-image {
	align-self:flex-end;
}

.f-nylonx-image img {
	width: 100%;
}

.f-nylonx .f-cta {
	border-color: #fff;
	color: #fff;
}

.f-nylonx:hover .f-cta {
	background-color: #fff;
	color: #333;
}

.fbox.f-cnc-milling {
	display:grid;
	grid-template-columns: 2fr 1fr;
}

@media screen and (min-width: 767px) {
	.fbox.f-cnc-milling {
		padding:30px 45px;
	}
}

.fbox.f-cnc-milling picture {
	display: block;
}

.f-cnc-milling .grid-1 img,
.f-cnc-milling .grid-2 img {
	max-width:100%;
	display:block;
}

.f-cnc-milling .f-cta {
	border-color: #7B5935;
	color: #99764E;
}

.f-cnc-milling:hover .f-cta {
	background: #7B5935;
	color: #fff;
}


.fbox.f-gift-cards {
	align-items: center;
	border: 2px solid #EEF3FA;
	border-radius: 5px;
	padding:15px 20px;
	display:grid;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	grid-template-columns: 3fr 1fr;
}

@media screen and (min-width: 767px) {
	.fbox.f-gift-cards {
		background-color: #EEF3FA;
		padding:35px 30px;
		grid-template-columns: 2fr 1fr;
	}
}

.f-gift-cards .f-cta {
	border-color: #3EDF86;
	color: #3EDF86;
}

.f-gift-cards:hover .f-cta {
	background-color: #3EDF86;
	color: #fff;
}

.fbox.f-gift-cards picture {
	display: flex;
}

.f-gift-cards .grid-1 img {
	display:block;
	width:100%;
	max-width: 300px;
}

.f-gift-cards .grid-2 img {
	width:100%;
}

.fbox.slot-2 {
}

.sfeatured--brand {
	width:100%;
	margin: 0 20px;
}

.f-applications-list {
	padding-left:20px;
	padding-right:20px;
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 40px;
	grid-row-gap:15px;
}

@media screen and (min-width: 1200px) {
	.f-applications-list {
		padding-left:45px;
		padding-right:45px;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-column-gap: 60px;
	}
}

.f-applications-list a {
	color: #333;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
}

.f-applications-list img {
	max-width: 155px;
	margin:auto;
	display:block;
	width:100%;
	margin-bottom:10px;
}

.f-filament-comparison-guide {
	padding-top:25px;
	padding-bottom:25px;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap:wrap;
	align-content: center;

	background-color: #3498DB;
	background-image: url('https://lh3.googleusercontent.com/iHpskOB9z5PfALCVw4AL1g6EWS1rpi81AYiZHT5lJ4zkgoiMj3TzRpz8E322CMlnWfbeJX0jb2uIH6-YyZm7BfaJVQ');
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center center;
}

@media screen and (min-width: 1200px) {
	.f-filament-comparison-guide {
		padding-top:0;
		padding-bottom:0;
	}
}

.f-filament-comparison-guide picture {
	display: block;
	width:100%;
	text-align: center;
}

.f-filament-comparison-guide .f-cta {
	display:inline-block;
	background-color: #3498DB;
	border-color:#fff;
	color: #fff;
}

a.f-filament-comparison-guide:hover {
	text-decoration:none;
}

.f-filament-comparison-guide:hover .f-cta {
	background-color:#fff;
	color: #3498DB;
	text-decoration: none;;

}

.f-support {
	background-color: #fff;
	background-size: 268px;
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 2px solid #EEF3FA;
	border-radius: 5px;
	display:grid;
	grid-column-gap: 20px;
	grid-row-gap: 5px;
	text-align: center;
}

@media screen and (min-width: 767px) {
	.f-support {
		grid-template-columns: 1fr 1fr;
		text-align: left;
	}
}

.f-support .grid-1 {
	padding:35px 30px;
}

.f-support .grid-2 {
	display:grid;
}

.f-support .grid-2 picture {
	align-self: flex-end;
	align-content: center;
}

.f-support picture {
	display: block;
}

.f-brands .cofc-slider {
	height: 100%;
	margin-bottom:0;
	display: flex;
	flex-wrap: wrap;
}

.f-brands .slick-initialized .slick-track {
	display: flex;
	align-items: center;
}

.fbox.f-rewards {
	display:grid;
	grid-template-columns: 2fr 1fr;
}

@media screen and (min-width: 767px) {
	.fbox.f-rewards {
		grid-template-columns: 1fr 225px;
	}
}

.f-rewards {
	background-image: url('https://lh3.googleusercontent.com/J10U0PaE0E73hCIPeGRB6LwOgrwfQG0HXHzTU_mqTCllRdH4icVn8sfr4yX3J39Iq13NsS7nUvab8arBM4i9FjtEUZ4=s880');
	background-size:cover;
	background-position: center center;
	background-repeat:no-repeat;
	align-content: center;
	padding:15px;
}

@media screen and (min-width: 767px) {
	.f-rewards {
		padding:35px 50px;
	}
}

.f-rewards img {
	max-width:100%;
	display: block;
	max-height: 215px;
}

.f-rewards picture {
	display:block;
	width:100%;
}

.f-rewards .f-cta {
	background-color: #0C5CE6;
	color: #fff;
	display:inline-block;
}

a.f-rewards:hover {
	text-decoration: none;
}

a.f-rewards:hover .f-cta {
	color: #0C5CE6;
	background-color: #fff;
	border-color: #fff;
}

a.f-support .f-cta {
	border-color:  #1B2730;
	color: #333;
}

.f-support:hover .f-cta {
	background: #1B2730;
	color: #fff;
}

.f-applications img {
	border-radius:50%;
	border: 5px solid #e6e6e6;
	transition: all 0.2s ease-out;
	aspect-ratio: 1 / 1;
}

.f-applications img:hover {
	transform: scale(1.05);
}

.cofc-icons {
	display: grid;
	justify-content: center;
	margin:20px 0;
}

.cofc-icons .cofc-icons-group {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 8px;
	grid-row-gap: 15px;
	text-align: center;
}

@media (min-width: 450px) {
	.cofc-icons .cofc-icons-group {
		grid-template-columns: repeat(3, 130px);
	}
}

@media (min-width: 767px) {
	.cofc-icons .cofc-icons-group {
		grid-template-columns: repeat(4, 130px);
	}
}

@media (min-width: 1100px) {
	.cofc-icons .cofc-icons-group {
		grid-template-columns: repeat(8, 1fr);
	}
}

@media (min-width: 1500px) {
	.cofc-icons .cofc-icons-group {
		grid-template-columns: repeat(8, 130px);
	}
}

.cofc-icons a {
	text-align: center;
	display:grid;
	transition: all 0.2s ease-out;
	justify-content: center;
	grid-template-rows: 80px 1fr;
}

.cofc-icons a:hover {
	transform: scale(1.05);
}

.cofc-icons-img {
	text-align: center;
	grid-row-start: 1;
	grid-row-end: 2;
	justify-content: center;
	display:flex;
}

.cofc-icons a .cofc-icons-label {
	grid-row-start: 2;
	grid-row-end: 3;
	padding-top:2px;
	color: #333;
	font-family:'Montserrat';
}

.cofc-icons a:hover .cofc-icons-label {
	text-decoration:none;
	color: #287FB8;
}

.cofc-icons img {
	max-width:100%;
	max-height:100%;
	justify-self: center;
	align-self: center;
}

.cofc-icon-printer img {
	max-width: 40px;
}

.cofc-icon-materials img {
	max-width: 28px;
}

.cofc-icon-proseries img {
	max-width: 80px;
}

.cofc-icon-mhbuild img {
	max-width: 40px;
}

.cofc-icon-manufacturing img {
	max-width: 43px;
}

.cofc-icon-upgrades img {
	max-width: 48px;
}

.cofc-icon-mc img {
	max-width: 44px;
}

.cofc-icon-deals img {
	max-width: 38px;
}

/* helpers */

.product-hover img {
	backface-visibility: hidden;
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.product-hover:hover img {
	opacity:0.7;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.mb-40 {
	margin-bottom:40px;
}

.f-border {
	border: 2px solid #EEF3FA;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
}

.f-cta {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	padding: 5px 15px;
	font-size: 15px;
	border-radius: 5px;
	margin-top: 20px;
	border: 2px solid transparent;
	transition: all 0.2s ease-out;
}

a.f-cta {
	text-decoration: none;
}

a.f-cta:hover {
	text-decoration: none;
}

.csplsh {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 20px;
	align-content: space-around;
	justify-items: start;
	align-items: center;
}

@media (min-width: 767px) {
	.csplsh {
		grid-template-columns: 1fr 1fr;
	}
}

.csplsh--title {
	width:100%;
}

.csplsh--title a {
	display:grid;
}

.csplsh--title a:hover {
	text-decoration: none;
}

.csplsh--title picture {
	grid-column-start: 1;
	grid-row-start:1;
}

.csplsh--title img {
	width: 100%;
	border-radius: 5px;
	object-fit: cover;
}

.csplsh--title-text-prefix {
	font-weight:normal;
	text-transform: uppercase;
}

.csplsh--title-text-name {
	font-size:30px;
	font-weight: bold;
}

.csplsh--title-text {
	justify-items: baseline;
	align-content: end;
	color: #fff;
	grid-column-start: 1;
	grid-row-start:1;
	z-index:1;
	background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 64%));
	padding: 25px 35px;
	display: grid;
	/* justify-content: flex-end; */
	align-items: flex-end;
	border-radius:5px;
}

.csplsh--products-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.csplsh--products {
	overflow-x: scroll;
	overflow-y: hidden;
	display: flex;
	flex-wrap: nowrap;
	height: 100%;
	grid-gap:15px;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
}

.csplsh--products-wrapper.scroll::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50px; /* You can adjust the width to control the fade-out size */
	background-image:none;
	pointer-events: none; /* This allows the user to interact with the content below the gradient */
	z-index: 1;
}

.csplsh--products-wrapper.scroll::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px; /* You can adjust the width to control the fade-out size */
	background-image: linear-gradient(to left, #F7F9F9, rgba(255, 255, 255, 0));
	pointer-events: none; /* This allows the user to interact with the content below the gradient */
	z-index: 1;
}

.csplsh--products-wrapper.scroll.at-end::before {
	background-image: linear-gradient(to right, #F7F9F9, rgba(255, 255, 255, 0));
}

.csplsh--products-wrapper.scroll.at-end::after {
	background-image: none;
}

.csplsh--products .products-container {
	grid-auto-rows: unset;
	scroll-snap-align: start;
}

/* covid-19 */

/* sitewide banner */
.announcement-banner {
	z-index: 101;
	display: block !important;
	z-index:10;
	font-family:'Roboto';
	left:0;
	right:0;
	text-align: center;
	box-shadow: inset #2f4a5d3b 1px -11px 18px;
	background: #0059FF url('https://lh3.googleusercontent.com/xrXD4I-njNsJqNSdWO82QLbgN5eKofLxad5voj2_DEGTxa8iHXKoBJch0KdW-HMWVcw3B1E3bA_8968QJmk7pdpBAw=s1200') repeat-x 0 0;
	background-size:cover;
}

@media (min-width: 768px) {
	.announcement-banner {
		background-size:auto;
		top:30px;
		min-height:50px;
		margin-top: 30px;
		display: flex !important;         /* NEW, Spec - Firefox, Chrome, Opera */
		display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
		display: -ms-flexbox;  /* TWEENER - IE 10 */
		display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
		justify-content: center;
		align-content: center;
		align-items: center;
		z-index: 101;
	}
}

/* Home page override for widgets */

.page-home .product-desc,
.page-home .product-rating,
.page-home .product-cta,
.page-home .product-price {
	display: none;
}

.page-home.feature-pw2022a .products-container .product-single-container {
	background-color: #fff;
}

/* banner */

/*.nav {*/
/*	padding-top:0;*/
/*}*/

/*.announcement-banner .bn-image,*/
/*.announcement-banner .bn-subtitle,*/
/*.announcement-banner .bn-title {*/
/*	display:inline-block;*/
/*	margin:0 4px;*/
/*}*/

/*.announcement-banner .bn-message {*/
/*	color: #ffffff;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*}*/

/*.announcement-banner .bn-subtitle {*/
/*	color: #f0f9ff;*/
/*	font-size:12px;*/
/*}*/

/*@media (min-width: 900px) {*/
/*	.announcement-banner .bn-subtitle {*/
/*		font-size:14px;*/
/*		margin-right:10px;*/
/*	}*/
/*}*/

/*.announcement-banner .bn-image {*/
/*	margin-right:10px;*/
/*}*/

/*.announcement-banner .bn-image img {*/
/*	transition: all .1s ease-in-out;*/
/*	transform: scale(0.8);*/
/*}*/

/*.announcement-banner .bn-image img:hover {*/
/*	transform: scale(1);*/
/*}*/

/*.announcement-banner .bn-title {*/
/*	font-family: 'Montserrat';*/
/*	color:#fff;*/
/*	text-transform:uppercase;*/
/*	font-size:17px;*/
/*	letter-spacing:0.1em;*/
/*	margin:4px 0 0 0;*/
/*}*/

/*@media (min-width: 768px) {*/
/*	.announcement-banner .bn-title {*/
/*		margin:6px 3px;*/
/*	}*/
/*}*/

/*.announcement-banner .bn-btn {*/
/*	font-family: 'Montserrat';*/
/*	display: inline-block;*/
/*	margin: 5px auto 10px;*/
/*	border-radius:3px;*/
/*	color: #295DBD;*/
/*	background: #fff;*/
/*	border: 2px solid #fff;*/
/*	padding: 3px 6px;*/
/*	font-size: 13px;*/
/*	transition: all .2s ease-in-out;*/
/*	text-transform:uppercase;*/
/*}*/

/*@media (min-width: 768px) {*/
/*	.announcement-banner .bn-btn {*/
/*		margin: -4px 0 0 0;*/
/*		padding: 2px 8px;*/
/*	}*/
/*}*/

/*.announcement-banner .bn-cta:hover .bn-btn {*/
/*	color: #fff;*/
/*	border-color: #fff;*/
/*	background: transparent;*/
/*}*/

.special-announcemnt {
	text-align: center;
	padding:5px 10px;
	font-size:12px;
	background-color: #bee2ff;
	color: #2a3d4d;
	border-radius:5px;
}