/** Shopify CDN: Minification failed

Line 222:10 Unexpected "{"
Line 222:19 Expected ":"
Line 223:16 Expected identifier but found whitespace
Line 223:18 Unexpected "{"
Line 223:27 Expected ":"
Line 223:78 Expected ":"
Line 224:19 Expected identifier but found whitespace
Line 224:21 Unexpected "{"
Line 224:30 Expected ":"
Line 224:84 Expected ":"
... and 50 more hidden warnings

**/


/* CSS from section stylesheet tags */
.magic-scroll {
  position: relative;
}

.intro{
	height: 100vh;
}

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

.intro .benefitText {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: 0 0 10px rgb(0 0 0 / 25%);
	text-align: center;
	width: 100%;
	padding: 20px;
}

/* .benefitText h2{
	font-size: 2.4rem;
	font-family: "Suisse Regular" !important;
	text-transform: none;
	letter-spacing: normal;
	margin-bottom: 1rem;
} */

.benefitText p {
	font-family: "Suisse Regular" !important;
	font-size: 1.8rem;
	line-height: 1.5;
}

@media (max-width: 749px){
	border-color: none!important;
	.benefitText p{
		font-size: 1.6rem;
	}
}

@media (min-width: 750px){
	border-color: none!important;
	.intro .benefitText{
		width: 66.66%;
	}
}

@media (min-width: 990px){
	.intro .benefitText{
		width: 50%;
	}
}
.partner-products {
  padding-top: 10rem;
}

@media (max-width: 749px) {
  .partner-products {
   background: #F6F5E8;  
  }
}

.col-md-4:nth-child(2) {
  background: #FFFEF2; 
}  

.product-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}  
.partner-products .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.partner-products .product-column {
  display: block;
  text-decoration: none;
  position: relative;
  transition: .3s;
}

.partner-products .product-column:hover {
  background-color: #F6F5E8;
}

.partner-products .product-content {
  padding: 2rem;
  height: 75vh;
}

@media (min-width: 750px) {
  .partner-products .col-md-4 {
  flex-basis: calc(33.33%);
  margin-bottom: 20px;
  }
  .partner-products .product-content {
  padding: 2rem 3.4rem;
  min-height: 66.66vh;
  }
}  

@media (min-width: 990px) {
  .partner-products .col-md-4 {
  flex-basis: calc(33.33%);
  margin-bottom: 20px;
  }
  .partner-products .product-content {
  padding: 2rem 8rem;
  min-height: 80vh;
  }
}    
.partner-products .product-copy {
  margin-bottom: 20px;
}

.partner-products p {
  margin-top: 0;
  margin-bottom: 10px;
}

.partner-products .product-card {
  margin-top: 20px;
  padding-top: 10px;
  text-align: center;
  bottom: 5rem;
  left: 0;
  width: 100%;
}

.partner-products .product-card img {
    max-width: 100%;
    height: 300px;
    object-fit: contain;
    object-position: bottom;
}

.partner-products .product-category,
.partner-products .product-title {
  font-size: 1.4rem;
  font-family: "Suisse Medium";
}

.product-title {
  min-height: 60px;
}  

.product-copy .metafield-rich_text_field > h2 {
font-size: 2.4rem;
}
#sticky-cart-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.sticky-cart-content {
  display: flex;
  align-items: center;
}

.product-image {
  margin-right: 10px;
}

.product-info {
  flex-grow: 1;
}

.product-info h3 {
  margin: 0;
  font-size: 16px;
}

.product-info p {
  margin: 5px 0;
}

.add-to-cart-btn {
  background-color: #000;
  color: #fff;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}

.add-to-cart-btn:hover {
  background-color: #333;
}
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }

.col-store {
    font-size: 1.4rem;
}  

.store-details {
    width: 100%;
}

div.section-padding {
  padding-top: 50px !important;
  padding-bottom: 50px;
}
  
@media screen and (min-width: 750px) {
.section-columns {
    display: flex;
    align-items: baseline;
  }
.col-store {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
} 
  div.section-padding {
  padding-top: 100px;
  padding-bottom: 75px;
  }
  h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 990px) {
  .store-details {
    padding-left: calc((100%) * 5 / 12);
  }
}
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }

h2.col-narrow {
    font-family: "Zapf Humanist" !important;
    font-size: 25px;
}

div.section-padding {
  padding-top: 50px !important;
}
  
@media screen and (min-width: 750px) {
  .section-columns {
    display: flex;
    align-items: baseline;
  }
  .col-narrow {
    width: 33.33%
  }
  .col-wide {
    width: 66.66%;
    padding-right: calc(16.6666666667% - 8rem);
    padding-left: 8.3333333333%;
  }
  div.section-padding {
  padding-top: 100px !important;
  }
  h2.col-narrow {
    font-size: 30px;
  }
}
.article-paragraph {
  padding: 20px;
}

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

  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }

h2.col-narrow {
    font-family: "Zapf Humanist" !important;
    font-size: 25px;
}

div.section-padding {
  padding-top: 50px !important;
}
  
@media screen and (min-width: 750px) {
  .wide-right {
    padding-left: 41.6666666667%;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .section-columns {
    display: flex;
    align-items: baseline;
  }
  .article-paragraph {
  padding: 20px 16.6666666667% 20px 0;
  }
  .col-narrow {
    width: 33.33%
  }
  .col-wide {
    width: 66.66%;
    padding-right: calc(16.6666666667% - 8rem);
    padding-left: 8.3333333333%;
  }

  .text-col-wide-right {
    padding-left: 41.6666666667%;
    padding-right: calc(16.6666666667% - 8rem);
  }
  .image-wide-right {
    padding-left: 41.6666666667%;
  }
  div.section-padding {
  padding-top: 100px !important;
  }
  h2.col-narrow {
    font-size: 30px;
  }
}
  
@media screen and (max-width: 750px) {
  .wide-right img {
    padding-left: 20px;
  }
}