/** Shopify CDN: Minification failed

Line 18:0 Unexpected "$"
Line 80:1 Comments in CSS use "/* ... */" instead of "//"
Line 153:0 Comments in CSS use "/* ... */" instead of "//"
Line 154:0 Comments in CSS use "/* ... */" instead of "//"
Line 155:0 Comments in CSS use "/* ... */" instead of "//"
Line 156:0 Comments in CSS use "/* ... */" instead of "//"
Line 157:0 Comments in CSS use "/* ... */" instead of "//"
Line 158:0 Comments in CSS use "/* ... */" instead of "//"
Line 159:0 Comments in CSS use "/* ... */" instead of "//"
Line 161:0 Comments in CSS use "/* ... */" instead of "//"
... and 72 more hidden warnings

**/


$c_dblue: #082c3b;
$c_blue: #00659c;
$c_dark: #212322;
$c_red: $c_blue;
$c_primary: $c_blue;
$c_lgrey: #e8e8e8;
$c_white: #fff;
$c_beige: #fdfdf6;
$c_dbeige: #f4ccac;

$c_redpain: #b03;

$f_special: 'urw-form';
$f_body: 'urw-form';

@font-face {
	font-family: 'Miraculous';
	font-style: normal;
	src: url(Miraculous_Christmas.woff) format('woff2');
  }
  @font-face {
	font-family: 'Metropolis';
	font-style: normal;
	font-weight: normal;
	src: url(Metropolis-Regular.woff) format('woff2');
  }
  @font-face {
	font-family: 'Metropolis';
	font-style: normal;
	font-weight: 600;
	src: url(Metropolis-SemiBold.woff) format('woff2');
  }



.special-text {
	font-family: $f_special;
	font-size: 2rem;
	text-transform: capitalize;
	letter-spacing: 0;
	line-height: 1.5em;
	color: $c_red;
	font-weight: normal;
	@media screen and (max-width: 768px) {
		font-size: 4rem;
		text-align: center;
		justify-content: center;
		display: flex;
		flex-direction: column;
		align-items: center;

		img {
			display: block;
			max-width: 75px;
			
		}
	}
}
.color-primary {
	color: $c_primary;
}
body {
	// background: $c_beige;
	font-family: $f_body;
	font-size: 16px;
	line-height: 1.5em;
	color: #353535;
}
body, html {
	background-color: unset;
}
html {
	scroll-padding-top: 90px;
}
@media screen and (max-width: 768px) {
	body, html {
		font-size: 14px;
	}
}
@media screen and (max-width: 900px) {
	body, html {
		font-size: 15px;
	}
}
@media screen and (min-width: 1200px) {
	body, html {
		font-size: 18px;
	}
}
h1, .h1, h2, .h2, h3, .h3 ,h4, .h4 ,h5, .h5, h6, .h6 {
	font-weight: 600;
	font-family: $f_body;

}
.center {
	text-align: center;
}
h1 { font-size: 2.8rem; font-weight: 600;}
h2 { font-size: 2.3rem;font-weight: 600; letter-spacing: 0; text-transform: none;
	margin-bottom: .5em;
	&:after {
		content: "";
		height: 4px;
		width: 75px;
		background-color: $c_blue;
		display: block;
		margin-top: .4em;
	}

	
}

.standard-bullets {
	padding-left: 20px;
	list-style-position: outside;

	li {
		list-style: disc;
	}
}

.home h2:after {
	background-color: $c_red;
}
h2.center, .text-center h2 {
	&:after {
		margin: 0 auto;
	}
}
h3 { font-size: 1.4rem; }
h4 { font-size: 1.3rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1.125rem; text-transform: uppercase; }


// #main-header #SiteNav {
// 	li {
// 		border-right: 1px solid ;
// 		&:last-child {
// 			border-right: none;
// 		}
// 	}

// }
.uppercase {
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 4px;;
}
.meta-text {
	color: $c_red;
}
.standalone-link:link, .standalone-link:visited {
	color: $c_primary;
	&:after {
		content: "›";
	}
}
.padding-bottom-none {
	padding-bottom: 0;
}

.sticky-blog-header {
	position: sticky;
    top: 0;	
	background: $c_white;
	border-bottom: 2px solid $c_lgrey;
	padding: 10px 0;
}
ul.on-page-links {
	display: flex;
	margin-left: 0;
	margin-bottom: 0;
	@media screen and (max-width: 850px) {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	li {
		list-style: none;
		margin-bottom: .5em;
		margin-right: 10px;
	}
	a:link {
		padding: 7px 12px;
		background: $c_lgrey;
    	border-radius: 5px;
		font-size: .8rem;
		border-bottom: 0;
		white-space: nowrap;
		display: block;
		
	}
}

.index-section--slideshow {
	margin: 0 !important;
	@media screen and (max-width: 750px) {
		margin: 35px 0;
	}
}
.show-discount {
	text-align: center;
	background-color: $c_blue;
	padding:.5em;
	color: rgba(255,255,255,.6);
	font-size: 16px;
	// font-family: $f_heading;
}
.show-discount span {
	color: white;
	font-weight: bold;
	border: 1px solid;
	padding: 2px 5px;
	border-radius: 5px;
	white-space: nowrap;
}

// .index-section--flush {
// 	position: relative;
// }

.emphasized-row {
	background: $c_lgrey;
	padding-top: 3em; 
	padding-bottom: 3em;
	position: relative;
	align-items: center;
	
	@media screen and (max-width: 750px) {
		padding-bottom: 0;
	}
	&:before {
		content:"";
		position: absolute;
		top: 0;
		background: $c_lgrey;
		height: 100%;
		z-index: -1;
		width: calc((var(--vw, 1vw) * 100));
	}
	ul {
		padding-left: 20px;
		@media screen and (max-width: 750px) {
			padding-left: 10px;
		}
		li {
			margin-bottom: .5em;
			list-style: disc;
			&::marker {
				color: $c_blue;
			}
		}
	}
}
@media screen and (max-width: 750px) {
	.emphasized-row:last-child {
		padding-bottom: 3em;
	}
}
.primary-row {
	background: $c_blue;
	color: white;
	padding-top: 3em; 
	padding-bottom: 3em;
	p {
		color: rgba(255,255,255,.8);
	}
}
.emphasized-row-simple {
	background: $c_lgrey;
}
.reversed-row {
	h1, h2, h3, h4 ,h5,h6 {
		color: white;
	}
	p, ul {
		color: rgba(255,255,255,.9);
	}
	background-color: black;
	a:link, a:visited {
		color: lighten($c_blue, 15%);
	}
}
.centered-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.emphasized-content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-top: 8px solid $c_red;
	padding: 4rem;
	background: white;
	@media screen and (max-width: 768px) {
		padding: 2rem;
	}
	.centered-box {
		max-width: 500px;
		margin: 0 auto;
	}
}
.hero__overlay::before {
	display: none;
}
.flush-index-margin-override {
	margin-top: 55px;
	@media screen and (max-width: 750px) {
		margin-top: 35px;
	}
}

.subhead-branded {
	text-transform: uppercase;
	letter-spacing: 4px;
	display: inline-block;
	position: relative;
	font-weight: normal;
	left: 22px;
	&:before {
		content:"";
		width: 32px;
		height: 100%;
		background: url('icon-Signal-Logo-black@3x.png');
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		left: -45px;
		background-position: center;
	}
	&.reversed {
		color: $c_white;
		&:before {
			filter: invert(1);
		}
	}
	
}
.dealio-testimonials {
	padding-top: 2em;
	padding-bottom: 2em;
	background: $c_lgrey;
	.slide-container {
		padding: 10px;
		blockquote {
			background: white;
			border-radius: 5px;
			padding: 20px;
			font-size: 90%;
		}
	}
}
.dealio-video-section, .hero__banner {
    // margin-top: -35px;
    position: relative;
	display: grid;
    .btn:not([disabled]) {
        margin: 20px;
		margin-left: 0;
		color: $c_white;
		border-color: $c_white;
    }
    @media screen and (min-width: 750px) {
        // margin-top: -55px;
    }
}
.home__hero-video {
    width: 100%;
}
.hero__inner .page-width {
	max-width: 600px;
	margin: 0;
}

.home__hero-content {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	padding-left: 40px;
	padding-right: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(90deg, rgba(0,0,0,0.5) 30%, rgba(255,255,255,0.4) 100%);
	p {
		line-height: 1.2em;
	}
	@media screen and (max-width: 750px) {
		justify-content: flex-end;
		background: linear-gradient(0deg, rgba(0,0,0,0.5) 30%, rgba(255,255,255,0.4) 100%);
	}
}
.mega-subtitle {
	font-weight: normal;
}
@media screen and (min-width:992px) {
    .home__hero-video--mobile {
        display: none;
        visibility: hidden;
        opacity: 0;
    }    
}
.home__hero-video--desktop {
    display: none;
    visibility: hidden;
    opacity: 0;
}
@media screen and (min-width:992px) {
    .home__hero-video--desktop {
        display: block;
        visibility: visible;
        opacity: 1;
    }
}

.video__text-content {
	text-align: left;
}


.bordered-content {
	border: 4px solid $c_white;
	padding: 40px;
}
@media screen and (max-width: 800px) {
	.product-feature-container {
		padding: 40px;
	}
}


.object-fit {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.contain-fit {
	object-fit: contain;
	height: 100%;
	width: 100%;
}






.grid-articles {
	padding: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
	background: $c_lgrey;
	grid-template-areas:
	  "Photos Photos Testimonials"
	  "Placement Placement Placement"
	  "Guarantee Guarantee Guarantee";
	&>div {
		background: $c_white;
		padding: 40px;
	}
	@media screen and (max-width: 768px) {
		display: block;
		padding: 20px;
		&>div {
			margin-bottom: 2rem;
			padding: 20px;
		}
	}
}
.guarantee-grid-container { grid-area: Guarantee; text-align: center; }
.placement-grid-container { grid-area: Placement; }
.testimonials-grid-container { grid-area: Testimonials; }
.photos-grid-container { grid-area: Photos; }

.feature-1 { 
	grid-area: feature-1;
	display: flex;
	align-items: center; 
	justify-content: space-between;
	
	img {
		width: 100%;
		height: 100%;
		max-width: 400px;
		padding-right: 15px;
		@media screen and (max-width: 768px) {
			padding-right: 0;
		}
	}
	
	@media screen and (max-width: 768px) {
		flex-wrap: wrap;
	}
}
.full-image img, .full-image {
	flex-basis: 50%;
	height: 100%;
	object-fit: cover;
	text-align: center;
	@media screen and (max-width: 768px) {
		flex-basis: 100%;
	}
}
.feature-2 { grid-area: feature-2; }
.sub-1 { grid-area: sub-1; }
.sub-2 { grid-area: sub-2; }

.background-row {
	color: $c_white;
	text-align: center;
	background-size: cover;
	padding-top: 4rem;
	padding-bottom: 4rem;
	@media screen and (max-width: 768px) {
		background-position: right;
	}
}
.product-feature-container {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}
.product-feature {
	p {
		color: $c_white;
	}
	h5 {
		margin-bottom: 0;
	}
	img {
	max-width: 250px;
	padding: 20px;
	width: 100%;
	}
	img {
		transition: .2s all;
	}
	&:hover img {
		transform: scale(1.1);
		filter: drop-shadow(0 0 4px $c_dbeige);
	}
	&:link, &:visited {
		color: $c_white;
	}
	&:hover, &:active {
		text-decoration: none;
		color: $c_dbeige !important;
	}
}
.threepack {
	position: relative;
	img {
		position: relative;
		z-index: 1;
	}
	img:first-child {
		left: -20%;
	}
	img:last-child {
		right: -20%;
	}
	img:last-child, img:first-child {
		position: absolute;
		top: 0;
		z-index: 0;
		transform: scale(.8);
	}
}
.grid3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	margin-bottom: 1em;
	margin-top: 30px;
	@media screen and (max-width: 768px) {
		grid-template-columns: repeat(1, 1fr);
	}
}
// main {
// 	ul {

// 		margin-bottom: 1em;
// 		padding-left: 15px;
// 		list-style-position: outside;
// 		li {
// 			list-style: disc;
// 			&:before {

// 			}
// 		}
// 	}
// }

.grid-quarters {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
	align-items: baseline;
}

#main-header {
	position: relative;
	//z-index: 10;
	border-bottom:8px solid $c_red;
	// height: 75px;
	// position: sticky;
	// top: 0;
	// color: rgba(255,255,255,.8);
	a:link, a:visited {
		text-decoration: none;
		display: flex;
		position: relative;
		padding: 2px 10px;
		align-items: center;
		// color: #eee;
		transition: .2s all;

		&:after {
			content: "";
			display: block;
			position: absolute;
			bottom: 0;
			height: 100%;
		}
	}
	a:hover, a:active {
		// color: #fff;

		&:after {
		 	// transform: scale(1);
		 	
		 }
	}
	.cta-button:link, .cta-button:visited {
		color: $c_white;
	}
	.cta-button:hover, .cta-button:active {
		color: $c_primary;
	}
	&.minimize {
		padding: 0 8px;
	}

	&.minified {
		
	
		.desktop-menu {
			.top-left, .top-right {
				a:link, a:visited {
					padding: 12px 10px;
				}
			}
		}
	}

	@media screen and (max-width: 900px) {
		height: auto;
	}
}
.highlighted {
	border-bottom: 4px solid $c_red;
}
.stars {
	color: $c_red;
	letter-spacing: 1px;
	font-size: 1.2rem;
	margin-bottom: 1em;
}
.desktop-menu, .mobile-menu {
	ul {
		list-style: none;
	}
	// background: $c_white;
	padding: 15px 30px;
	// box-shadow: 0 2px 15px rgba(0,0,0,.3);
	background: $c_white;
	justify-content: space-between;
}

.desktop-menu {
	display: none;
	
	font-size: .9rem;
	align-items: center;
	justify-content: space-between;
	ul {
		padding: 0;
		display: flex;
		margin: 0;
		flex-grow: 1;
    	justify-content: center;
		li {
			&>a {
				border-right: 1px solid rgba(255,255,255,.5);
			}
			&:last-child>a {
				border-right: none;
			}
		}
	}

	@media screen and (min-width: 900px) {
		display: flex;
	}
}

.mobile-hamburger {
	width: 42px;
	height: 42px;
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
	// background: $c_dark;
	span {
		pointer-events: none;
		height: 3px;
		width: 24px;
		background: $c_dark;
		display: block;
		text-indent: -1000em;
		position: relative;


		&:before, &:after {
			content: "";
			position: absolute;
			height: 3px;
			width: 100%;
			background: $c_dark;
			left: 0;
			transition-duration: .2s, .2s;
			transition-property: top, transform;
			transition-delay: .2s, .0s;
		}
		&:before {
			top: -6px;
		}
		&:after {
			top: 6px;
		}
	}
	&:hover {
		// background: $c_lgrey;
	}
	&.menu-open {
		span {background-color: rgba(255,255,255,0);}
		span:before { top: 0px; transform:rotate(45deg); }
		span:after { top: 0px;  transform:rotate(-45deg); }
		span:after, span:before {transition-delay: .0s, .2s;}
	}
}
.mobile-menu {
	display: none;
	@media screen and (max-width: 899px) {
		display: flex;
		align-items: center;
	}

	.logo {
		line-height: 0;
		a {
			display: inline-block;
			padding: 3px;
			
		}
		
	}
}
#shopify-section-product-template {
	margin-top: 3rem;
}
#shopify-section-product-recommendations {
	background: $c_lgrey;
	margin-bottom: -3em;
	
	.product-recommendations__inner {
		padding-top: 0;
	}
	.section-header {
		background: none;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 575px) {
	.order-mobile-first {
		order: 1;
	}
	.order-mobile-last {
		order: 12;
	}
}

#stacked-patches {
	position: relative;
	height: 100%;
	margin-right: -28vw;
	filter: contrast(1.1) brightness(1.1);
	.front-patch {
		z-index: 5;
		max-width: 63%;
		position: absolute;
		bottom: 0;
		filter: drop-shadow(2px 4px 13px rgba(0,0,0,.3)) ;
	}
	.back-patch {
		z-index: 4;
		position: absolute;
		bottom: 10px;
		max-width: 75%;
		right: 0;
	}

	@media screen and (max-width: 575px) {
		margin-right: 0;
		max-width: 75%;
		left: 50%;
		transform: translateX(-50%);
		bottom: 22px;
		.front-patch {
			position: relative;
			padding-top: 5em;
		}
	}
}




.product-single__thumbnails {
	overflow: hidden;
	img {
		object-fit: cover;
		max-height: 95px;
		width: 100%;
	}
}
// .product-single__thumbnails-slider-track {
// 	display: flex;
// 	flex-wrap: wrap;
// 	img {
// 		height: 80px;
// 		object-fit: cover;
// 		width: 100%;
// 	}
// }
// button.btn:not([disabled]).thumbnails-slider__btn {
// 	padding: 10px;
// 	background: rgba(255,255,255,.6);
// 	border-color: rgba(0,0,0,.5);
// 	color: rgba(0,0,0,.5);
// }
.mobile-menu-items {
	position: absolute;
	top: 100%;
	left: 0;
	background: $c_dark;
	color: $c_lgrey;
	width: 100%;
	transition: .2s all;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-3px);
	z-index: 999;
	
	a:link, a:visited {
		color:$c_white;
		text-decoration: none;
		font-weight: normal;
	}
	ul {
		font-size: 1.5rem;
		line-height: 2rem;
		padding-left: 0;

	}
}
.menu-open ~ .mobile-menu-items {
	opacity: 1;	
	pointer-events: all;
	transform: translateY(0);
}

.logo {
	
	align-self: center;
	text-align: center;
	position: relative;
	img {
		max-width: 180px;
		top: 0;
		left: 50%;
		width: 100%;
	}
	.full-logo {
		transition: .2s all;
		transform: scale(1);
	}
	.min-logo {
		transform: scale(0) translateX(-50%);
		transition:.2s all;
		width: 42px;
		position:absolute;
		transform-origin: left center;
	}
	a {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	svg {
		max-width: 180px;
		width: 100%; 
	}
}
.minified .logo {
	.min-logo {
		transform: scale(1) translateX(-50%);
	}
	.full-logo {
		transform: scale(0);
	}
}

.site-header__icon {

	svg {
		width: 22px;
	}

	.icon__fallback-text {
		display: none;
	}
	#CartCount {
		border-radius: 100px;
		background: $c_white;
		color: $c_dark;
		height: 16px;
		width: 16px;
		text-align: center;
		line-height: 16px;
		font-size: 12px;
		position: absolute;
		bottom: 0px;
		right: 0;
	}
}

.customer-service svg {
	width: 16px;
}

.btn:not([disabled]) {
	padding: 12px 25px;
	border: 2px solid $c_red;
	border-radius: 100px;
	color: $c_red;
	background: none;
	font-family: $f_body;
	&:hover {
		background: $c_red;
		border-color: $c_red;
		color: $c_white;
	}
}
.btn.secondary {
	background: $c_primary;
	border-color: $c_primary;
	color: $c_white;
}
.btn.outlined-reversed {
	background: transparent;
	border-color: white;
	color: white;
	padding-top: 3px;
	padding-bottom: 3px;
	width: auto;
}
.btn--share:not([disabled]) {
	svg {
		transition: .2s all;
	}
	&:hover {
		border-color: $c_red;
		svg {
			fill: $c_white;
		}
	}
}
.grid-view-item__image-wrapper {
	margin: 0;
	margin-bottom: 1em;
}

.pagination {
	justify-content: center;
    align-items: center;
}
.placement-snippet {
	padding-top: 3em;
	padding-bottom: 3em; 
}
.placement-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}
.placement-diagram {
	position: relative;
	margin: 20px;
	max-width: 120px;

	&:hover .patch-location {
		filter: drop-shadow(0 3px 5px $c_dbeige);
	}
	
	.diagram-illustration {
		width: 100%;
		
	}
	.patch-location {
		position: absolute;
		width: 20%;
		left: 0;
		transform: translate(-50%, -50%);
		z-index: 2;
		transition: .2s all;
	}
	.pain-point {
		width: 25px;
		height: 25px;
		border-radius: 100px;
		background: $c_redpain;
		position: absolute;
		opacity: .3;
		z-index: 1;
		
		&:after {
			content: "";
			animation-name: pulsing;
			animation-duration: 1.1s;
			background: $c_redpain;
			border-radius: 200px;
			animation-iteration-count: infinite;
			position: absolute;
			animation-delay: .4s;
			left: 0;
		}
	}
	.lower-back { left: 50%; top: 65%; }
	.pain-point.lower-back { left: 50%; top: 65%; transform: translateX(-50%); }
	.shoulder { left: 10%; top: 50%; }
	.pain-point.shoulder { left: 10%; top: 50%; transform: translateX(-75%); }
	.forehead { left: 50%; top: 10%; }
	.pain-point.forehead { left: 50%; top: 10%; transform: translateY(-50%); }
	.neckjaw { left: 50%; top: 30%; }
	.pain-point.neckjaw { left: 50%; top: 30%; transform: translate(-50%, 0%); }
}

@keyframes pulsing {
	from {
		width: 100%;
		height: 100%;
	}
	to {
		width: 200%;
		height: 200%;
		transform: translate(-25%, -25%);
		opacity: 0;
	}
}

details {
	border: 2px solid $c_lgrey;
	border-radius: 10px;
	margin-bottom: 1em;
	overflow: hidden;
	
	
	summary {
		background: $c_lgrey;
		padding: 10px;
		position: relative;
		&:after {
			content: "+";
			position: absolute;
			right: 0;
			width: 25px;
			height: 25px;
			font-size: 28px;
		}
	}
	.details-content {
		padding: 15px;
	}
}
.product-single__media-group {
	position: sticky;
	top: 0;
	padding-left: 5%;
	padding-right: 5%;
	@media screen and (max-width: 750px) {
		position: static;
	}
}

.altered-product-recommendations {
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	.altered-product-recommendations {
		margin-left: 0px;
	}
	
}
.large-reviews {
	list-style: none;
	padding-left: 0;

	li {
		border-bottom: 1px solid $c_dark;
		padding: 2em 0;
	}
}
.meta-info {
	opacity: .8;
	font-size: .8rem;
	margin: 0;
}
.columns-two {
	column-count: 2;
}
.float-right {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;

	@media screen and (max-width: 768px) {
		float: none;
		padding: 0;
	}
}
.rounded-img {
	border-radius: 12px;
}
.review-grid, .rte .review-grid {
	
	// grid-template-columns: repeat(3, 1fr);
	// grid-gap: 20px;
	margin: 20px 10px;
	padding: 0;
	
	li {
		break-inside: avoid;
		border-top: 2px solid $c_blue;
		list-style: none;
		padding: 20px 0;
		&:before {
			content:"★★★★★";
			color: $c_blue;
			display: block;
		}
	}
	@media screen and (max-width: 750px) {
	//	column-count: 2;
	}
	
}
.testimonialContainerHeader {
	font-size: 1.5rem;
	margin-bottom: .5em;

}

.dealio-modal {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	background: rgba(0,0,0,.8);
	top:0;
	left: 0;
	bottom: 0;
	transition: .2s all;
	z-index: 9999;
}
.dealio-modal.active {
	opacity: 1;
	pointer-events: all;
}
.dealio-modal-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: white;
	border-radius: 15px;
	display: flex;
	overflow: hidden;
	box-shadow: 0 2px 15px rbga(0,0,0,.6);
	width: 80%;
	height: 80%;
	.ytvideo {
		width: 100%;
		height: 100%;
	}
}

.play-button {
	border: 0;
	background: transparent;
	box-sizing: border-box;
	width: 0;
	height: 74px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	border-color: transparent transparent transparent rgba(255,255,255,.8);
	transition: 100ms all ease;
	cursor: pointer;
	text-indent: -1000em;
	
	// play state
	border-style: solid;
	border-width: 37px 0 37px 60px;
	
	&.paused {
		border-style: double;
		border-width: 0px 0 0px 60px;
	}
	
	&:hover {
		border-color: transparent transparent transparent rgba(255,255,255,1);
	}
}

.nameText {
	opacity: .8;
	margin-top: .5em;
}
.bordered-row {
	border-top: 6px solid $c_blue;
	border-bottom: 6px solid $c_blue;

	background: $c_lgrey;
	overflow: hidden;
	margin-top: 2em;
}
.padded-row, .bordered-row {
	padding-top: 7vw;
	padding-bottom: 7vw;
}
.nobreak {
	white-space: nowrap;
}
.product-single__title {
	font-size: 1.1rem;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-weight: normal;
}
.product-title-quote {
	font-size: 1.6rem;
	line-height: 1.2em;
	font-weight: bold;
	text-indent: -14px;
	margin-bottom: .5em;

}
.product-form__item--payment-button {
	display: flex;
	align-items: flex-start;
	&>button:not([disabled]) {
		margin-right: 40px;
	}
}
.product-single__description {
	h3:first-child {
		margin-top: 0;
	}
	h3 {
		margin-bottom: .5em;
		margin-top: 1em;
		font-size: 1.3rem;
	}
	ul {
		margin: 0;
		list-style-position: inside;
	}
}
.social-sharing {
	margin-bottom: 1em;
}
button.shopify-payment-button__more-options {
	display: none;
}
.comparison-chart {
	
	td, th {
		border: none;
		vertical-align: bottom;
		font-family: $f_body;
	}
	td {
		text-align: center;
		position: relative;
		border-right: 1px solid $c_lgrey;

		&:last-child {
			border-right: none;
		}
	}
	th {
		font-size: 1.3rem;
		font-weight: bold;
	}
	tr {
		border-bottom: 1px solid $c_lgrey;
	}
	.check {
		text-indent: -200vw;
		display: block;
		&:after {
			content: "✓";
			font-size: 1.5rem;
			color: $c_blue;
			position: absolute;
			left: 50%;
			text-indent: 0;
			transform: translateX(-50%);
		}
	}
	.comparison-image-container {
		font-size: .8rem;
		img {
			margin-bottom: .5em;
		}
	}
}
.simple-carousel {
	list-style: none;
    display: flex;
    // text-align: center;
    padding: 0;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	
	@media screen and (max-width: 768px ) {
		overflow-x:scroll;
	}

	li {
		scroll-snap-align: center;
		position: relative;
		min-width: 100%;
		
	}
	
}
.carousel-nav {
	list-style: none;
	display: flex;
	font-size: 32px;
	align-items: center;
	justify-content: center;
	text-align: center;
	li {
		opacity: .5;
		cursor: pointer;
		padding: 5px;
	}
	li:hover {
		opacity:.8;
	}
	li.active {
		opacity: 1;
	}
	&.tabbed {
		color: $c_dark;
		font-size: 1.2rem;
		margin-bottom: 2em;
		align-items: flex-end;
		li {
			border-bottom: 4px solid $c_lgrey;
			padding: 10px;
			width: 100%;
		}
		.active {
			border-bottom: 4px solid $c_blue;
		}
	}
}

.site-footer__content {
	padding-left: 15px;
	padding-right: 15px;
}
// .site-footer__content {
// 	display: grid;
// 	grid-template-columns: 1fr 1fr 1fr;
// 	gap: 20px;
// 	grid-template-areas:
//     "newsletter newsletter newsletter"
// 	". . .";
	
// 	.site-footer__item:first-child {
// 		grid-area: newsletter;
// 		padding-right: 0;
// 	}
// 	@media screen and (max-width: 768px) {
// 		display: block;
// 	}
// }
.site-footer {
	margin-top: 0em;
	padding-top: 3em;
	padding-bottom: 0;
}
// .template-article  {
// 	margin-bottom: 3em;
// }
.site-footer__content .site-footer__item:first-child p.h4 {
	// background: url('signal-relief-white.png');
	background: url('https://cdn.shopify.com/s/files/1/0366/3629/5301/files/signal_logo_white.png?v=1629395427');
	background-repeat: no-repeat;
	text-indent: -1000em;
	background-size: 180px;
	height: 56px;
} 
/*.site-footer__item-inner--newsletter {
	background: $c_red;
	padding: 40px 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid white;
	box-shadow: 0px 0px 0px 20px $c_red;

	@media screen and (max-width: 768px) {
		display: block;
	}
	p.h4 {
		color: $c_white;
		font-family: $f_special;
		font-size: 2rem;
		padding-right: 10px;
		text-transform: none;
	}
	.newsletter__input {
		border: none;
		margin-right: 2px;
		background: $c_white;
	}
	.input-group {
		flex-wrap: nowrap;
	}
	.newsletter__submit {
		border-radius: 0;
		border-color: $c_white;
		background: $c_white;
		.newsletter__submit-text--large {
			display: none;
		}
		&:after {
			content:"\f0e0";
			font-size: 24px;
			font-family: "fontawesome";
			color: $c_red;
		}
		&.btn {
			padding:4px 10px;
		}
	}
}*/
.visually-hidden {
	display: none;
}

.page-width {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 100%;
	// overflow: hidden;
}

/* Copyright Section, had to be creative about how I selected the div */
.site-footer__hr {
	display: none;
}
.horizontal-links {
	display: flex;
	margin: 0;
	flex-wrap: wrap;
	a:link {
		padding-top: 0;
	}
}
.site-footer__copyright-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	.site-footer__copyright-content a:hover {
		border: none;
	}
}
.site-footer__hr ~ .page-width {
	background: $c_dark;
	color: $c_white;
	padding-top: 20px;
	padding-bottom: 20px;
	a:link, a:hover {
		text-decoration: none;
	}
	svg, .icon-facebook path {
		fill: $c_white;
	}
	.grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		p, small, a:link, a:visited {
			color: $c_white;
		}
		& div:first-child {
			width: 100%;
		}
	}
}

.custom-field__fine-print {
	font-size: 11px;
	line-height: 1.4em;
	background: #efefef;
	border-radius: 10px;
	margin: 1em 0;
	padding: 15px;
}
.payment-icons, .site-footer__social-icons {
	display: flex;
    list-style: none;
	padding-left: 0;
	justify-content: center;
  flex-wrap: wrap;
	li {
		padding-right: 5px;
	}
}

.site-footer__social-icons {
	svg {
		width: 22px;
		height: 22px;
	}
	.icon__fallback-text {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.medium-up--hide {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.small--hide {
		display: none;
	}	
}

/* Products Pages */


.section-header, .cart-header {
	margin-top: -8px; // counter the header bottom border
	padding-top: 2em;
	padding-bottom: 2em;
	background: $c_red;
	margin-left: -20px;
	margin-right: -20px;
	z-index: 9;
	position: relative;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	h1 {
		color: white;
		margin-bottom: 0;
		font-size: 2.5rem;

		@media screen and (max-width: 750px) {
			font-size: 1.75rem;
		}
	}
	a:link, a:visited {
		color: $c_lgrey;
	}
	a:hover, a:active {
		color: $c_white;
	}
}
.breadcrumb {
	background: none;
	font-size: .9rem;
	span[aria-hidden=true] {
		padding: 0 10px;
	}
}
.placeholder-background {
	display: none;
}
.mega-title {
	text-transform: none;
	color:white;
}
.hero .btn {
	border-color: $c_white;
	color: white;
}
.imagine-mom {
	background: $c_dark;
}
.share-the-gift-hero {
	background: $c_primary;
}

.d-flex {
	display: flex;
	@media screen and (max-width: 750px) {
		display: block;
	}
}
.flex-align-center {
	align-items: center;
}
.qa {
	padding-left: 0;
	p {
		text-indent: -20px;
		padding-left: 20px;
	}
}

.question {
	font-weight: bold;
}
.faq-answer {
	padding: 20px;
}

.dark-header {
	background: $c_dark;
	color: white;
	// margin-bottom: 2em;
	border-bottom: 4px solid $c_blue;
	font-size: 80%;
	ul {
		display: flex;
		justify-content: space-between;
		list-style: none;
		padding: 0 20px;
		margin-left: 0;
		align-items: center;
		padding-top: 1.5em;
		padding-bottom: 1.5em;
		margin-bottom: 0;
		li {
			padding-top: 0;
			flex-basis: 33%;
			text-align: center;
			margin-left: 0;
			&:last-child {
				text-align: right;
				padding-top: 5px;
			}
			&:first-child {
				text-align: left;
				padding-top: 5px;
			}
		}
		img {
			filter: brightness(100) grayscale(100);
		}
		@media screen and (max-width: 750px) {
			display: block;
			text-align: center;
		}
	}
}
.orange-button {
	background-color: #ff4600 !important;
}
@media screen and (max-width: 750px) {
	.hide-mobile {
		display: none;
	}
}




