/** Shopify CDN: Minification failed

Line 55:14 Expected identifier but found whitespace
Line 55:16 Unexpected "{"
Line 55:25 Expected ":"
Line 55:57 Expected ":"
Line 58:14 Expected identifier but found whitespace
Line 58:16 Unexpected "{"
Line 58:25 Expected ":"
Line 58:63 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:background-video (INDEX:4, SCOPED:FALSE) */
.section-collection-video-wrap{
	width: 100%;
	position: relative;
}

.collection-video{
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
/* END_SECTION:background-video */

/* START_SECTION:home-background-video (INDEX:75, SCOPED:FALSE) */
.section-collection-video-wrap{
	width: 100%;
	position: relative;
}

.collection-video{
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
/* END_SECTION:home-background-video */

/* START_SECTION:page-collection-draft (INDEX:142, SCOPED:FALSE) */
.collection-page-draft {
  background-color: #f0f0f0;
  padding: 20px;
}
/* END_SECTION:page-collection-draft */

/* START_SECTION:wellness-quote (INDEX:308, SCOPED:FALSE) */
@media (max-width: 768px) {
 .wellness-quote__text {
    font-size: {{ section.settings.quote_size_mobile }}px!important;
  }
 .wellness-quote__attribution {
    font-size: {{ section.settings.attribution_size_mobile }}px!important;
  }
}
/* END_SECTION:wellness-quote */