/** Shopify CDN: Minification failed

Line 168:1 Expected "}" to go with "{"

**/
@charset "UTF-8";



button,
input[type="submit"],
input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

input, select, textarea{
  width: 100%;
}

img{
  height: auto;
}

.main-container {
	max-width: 1160px;
	margin: 0 auto;
  width: auto;
}

.divider {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddee2;
}

p {
	font-family: 'Helvetica';
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #191c1f;
}

div {
	font-family: 'Helvetica';
	font-weight: 500;
	font-size: 16px;
}

button {
	font-family: 'SFProDisplay-Semibold';
	font-weight: 500;
	font-size: 14px;
  color: white;
    background: #191c1f;
  transition: all .3s;
  border-radius: 28px;
    padding: 0 24px;
      height: 48px;
  
}

button:hover{
  background: #494b4c;
}

a {
	text-decoration: none;
  cursor: pointer;
}

.xi-usp,
#shopify-section-xi-reviews,
#shopify-section-xi-compare,
#shopify-section-product-affiliate {
	background: white;

}

h4 {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.1;
	color: var(--theme_title_color);
	font-family: 'SFProDisplay-Semibold';
}

h2 {
	font-family: Roboto, Helvetica, sans-serif !important;
	font-weight: 700 !important;
	color: var(--theme_title_color);
	font-size: clamp(30px, calc(20px + 2vw + 1vh), 60px);
	line-height: 1.15;
	margin-bottom: 20px;
}

h5 {
	position: relative;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: 'SFProDisplay-bold';
	line-height: 1.2;
	font-size: 22px;
}

.sub-header {
	display: none;
}

ul {
	list-style: none;
	padding: 0;
}

img {
	max-width: 100%;
}

body,
html {
	margin: 0;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
	display: none !important;
}

:root {
	--theme: linear-gradient(0deg, #212121, #212121);
	--theme_title_color: #191c1f;
	--theme_grid: 1280px;
	--theme_gradient: linear-gradient(0deg, #1a1a1a, #303030);
	--theme_subtext_color: #191c1f;
	--theme_shadow: 0 10px 44px 0 rgb(0 0 0 / 7%), 0 2px 12px 0 rgb(0 0 0 / 10%), 0 2px 4px 0 rgb(0 0 0 / 4%);
}
@media only screen and (max-width: 1300px) {
	:root {
		--theme_grid: 1080px;
	}


@media only screen and (max-width: 768px) {
	p {
		line-height: 24px;
		font-size: 16px;
	}

	h2 {
		font-family: Roboto, Helvetica, sans-serif !important;
		font-weight: 700 !important;
		font-size: 30px;
	}

	h5 {

		font-size: 16px;
	}
	:root {
		--theme_grid: auto;
	}
}