/** Shopify CDN: Minification failed

Line 44:0 Unexpected "}"

**/
.template-index
  .shopify-section-header.color-background-overlay:not(
    .shopify-section-header-sticky
  ) {
  --color-foreground: 60, 80, 162;
}

.template-page-social-tonic .shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) {
   display: none;
}

.template-page-social-tonic .announcement-bar  {
   display: none;
}

.template-page-social-tonic .footer  {
   display: none;
}


.template-page-decline .shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) {
   display: none;
}

.template-page-decline .announcement-bar  {
   display: none;
}

.template-page-decline .footer  {
   display: none;
}


/* Subscription Widget stolen from James */

/* Hide the original policy text more specifically 
.shopify_subscriptions_fieldset > .shopify_subscriptions_app_policy {
  display: none !important;*/
}

/* Add the text via CSS after the subscription option 
.shopify_subscriptions_app_block_label_children li label::after {
  content: "Auto-renews, skip or cancel anytime."; 
  display: block;
  font-size: 0.85em;
  margin-top: 4px;
  margin-left: 20px;
  color: #3C50A2;

}*/