/** Shopify CDN: Minification failed

Line 21:1 Unexpected "{"
Line 21:2 Expected identifier but found "%"
Line 21:29 Expected identifier but found "%"

**/
@font-face {
	font-family: 'Gunterz';
	src: url('/cdn/shop/files/Gunterz-Black.woff2?v=1765997251') format('woff2'),
					url('/cdn/shop/files/Gunterz-Black.woff?v=1765997251') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

:root{

	--card-lg-media-radius: var(--radius-sm);
	
	{% comment %} Heading font {% endcomment %}
	--root-font-stack-heading: "Gunterz";
}

/***********************
							Typography
***********************/

.richtext h1, .richtext h2, .richtext h3, .richtext h4,
.type-h1, .type-h2, .type-h3, .type-h4,
h1, h2, h3, h4,
.type-section{
	line-height: 1.1;
}

.shopify-policy__title h1{
  font-size: 40px;
}

/***********************
									Colors
***********************/

.hover\:\!bg-primary:hover {
  background-color: var(--primary) !important;
}

.border-content {
  border-color: var(--content-hsl);
}

/***********************
        					Custom
***********************/

.logo-bg {
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_2%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%201864.84%201443.28%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.07%22%3E%3Cg%20id%3D%22design%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1766.99%2C354.61C1470.49%2C46.55%2C1021.45-85.07%2C573.69%2C57.37%2C401.31%2C112.21%2C28.51%2C338.59%2C2.04%2C544.59c-18%2C140.05%2C85.71%2C273.47%2C217.03%2C285.81%2C220.04%2C20.68%2C252.95-23.86%2C471.75-.39%2C52.05%2C5.58%2C127.38%2C33.55%2C165.7%2C71.68%2C75.04%2C74.65%2C93.81%2C197.3%2C53.3%2C296.03-24.68%2C60.15-152.63%2C170.08-86.72%2C230.42%2C48.87%2C44.74%2C169.91-14.29%2C244.35-116.42%2C172.98-237.35%2C127.54-376.86%2C327.15-504.67%2C64.77-41.48%2C326.78-76.75%2C338.73-78.75%2C79.73-13.31%2C128.04-62%2C131.32-149.04.73-19.46%2C3.95-119.09-97.65-224.65ZM898.73%2C642.35c-181.61-17.07-255.78-241.42-112.82-349.83%2C192.62-146.07%2C551.64-92.52%2C749.16%2C19.96%2C80.02%2C45.57%2C155.68%2C92.76%2C209.58%2C167.87%2C76.11%2C106.05-26.78%2C159.15-116.22%2C160.07-8.83.09-520.81%2C21.56-729.71%2C1.93Z%22/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 8%;
}
@media (min-width: 768px) {
  .logo-bg {
    background-size: 158%;
  }
}

.shopify-block.recharge-subscription-widget {
  width: 100%;
}

/*** Comparison Chart ***/
.comparison-chart tr td:first-child {
  border-right: 1px solid #d0d0d0;
}
.comparison-chart tr:not(.comparison-chart tr:last-child) {
  border-bottom: 1px solid #d0d0d0;
}
.comparison-chart td {
  vertical-align: middle;
  padding: 10px 10px 10px 6%;
  width: 50%;
  text-align: left;
}
.comparison-chart td .color-green,
.comparison-chart td .color-red {
  font-weight: bolder;
  line-height: 0;
  margin-right: 5px;
  vertical-align: middle;
}
.comparison-chart td .color-green {
  color: var(--primary);
  font-size: 26px;
}
.comparison-chart td .color-red {
  color: red;
  font-size: 18px;
}

.cell-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cell-content .color-green,
.cell-content .color-red {
  flex-shrink: 0;
}

/*** END: Comparison Chart ***/