/** Shopify CDN: Minification failed

Line 36:14 Expected identifier but found whitespace
Line 36:16 Unexpected "{"
Line 36:26 Expected ":"
Line 36:70 Expected ":"
Line 49:2 Unexpected "{"
Line 49:3 Expected identifier but found "%"
Line 52:6 Unexpected "{"
Line 52:7 Expected identifier but found "%"
Line 54:6 Unexpected "{"
Line 54:7 Expected identifier but found "%"
... and 2 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:footer (INDEX:36) */
.footer {
    background-color: var(--yt-sub-footer-bg) !important;
    border-top-color: var(--yt-sub-footer-border) !important;
    color: var(--yt-sub-footer-text);
  }

  .shopify-section--footer .newsletter_section,
  .shopify-section--footer .newsletter_section p,
  .shopify-section--footer .newsletter_section .newsletter-text,
  .shopify-section--footer .newsletter_section .newsletter-text p {
    color: var(--yt-sub-footer-text) !important;
  }

  .shopify-section--footer .newsletter_section h6 {
    color: var(--yt-footer-heading) !important;
    font-size: {{ settings.footer_heading_font_size | default: 18 }}px !important;
  }

  footer .social_icons a,
  footer .social_icons a:visited {
    color: var(--yt-sub-footer-text) !important;
  }

  footer .social_icons a:hover,
  footer .social_icons a:active {
    color: var(--yt-footer-link-hover) !important;
  }

  {% if settings.footer_bg != blank %}
    .footer {
      background-image: url('{{ settings.footer_bg | image_url: width: 1400 }}');
      {% if settings.footer_bg_stretched %}
        background-size: cover;
      {% endif %}
    }
  {% endif %}
/* END_SECTION:footer */