/** Shopify CDN: Minification failed

Line 72:0 Unexpected "{"
Line 120:0 Unexpected "{"

**/
body {
    color: white;
    background-color: black;
}
.header {
    background-color: black !important;
    transition: background-color 0.3s linear, height 0.2s linear;
}
.navbar-item {
    color: white ;
}

.header__link,
.header__link > a {
    color: white !important;
    fill: white !important;
}

.header__link:hover, .header__link.is-active,
.header__link > a:hover,
.header__link > a.is-active {
    color: white !important;
    fill: white !important;
}

h1 > a,
h1 > a:link,
h1 > a:visited,
.h1 > a,
.h1 > a:link,
.h1 > a:visited,
h1 > a:hover,
h1 > a:focus,
.h1 > a:hover,
.h1 > a:focus {
    color: white !important;
}

h2,
.h2,
h2 > a,
h2 > a:link,
h2 > a:visited,
.h2 > a,
.h2 > a:link,
.h2 > a:visited,
h2 > a:hover,
h2 > a:focus,
.h2 > a:hover,
.h2 > a:focus{
    color: white !important;
}

h3,
.h3,
h3 > a,
h3 > a:link,
h3 > a:visited,
.h3 > a,
.h3 > a:link,
.h3 > a:visited,
h3 > a:hover,
h3 > a:focus,
.h3 > a:hover,
.h3 > a:focus,
{
    color: white !important;
}

h4,
.h4,
h4 > a,
h4 > a:link,
h4 > a:visited,
.h4 > a,
.h4 > a:link,
.h4 > a:visited,
h4 > a:hover,
h4 > a:focus,
.h4 > a:hover,
.h4 > a:focus 
{
    color: white !important;
}

h5,
.h5,
h5 > a,
h5 > a:link,
h5 > a:visited,
.h5 > a,
.h5 > a:link,
.h5 > a:visited,
h5 > a:hover,
h5 > a:focus,
.h5 > a:hover,
.h5 > a:focus 
{
    color: white !important;
}

h6,
.h6,
h6 > a,
h6 > a:link,
h6 > a:visited,
.h6 > a,
.h6 > a:link,
.h6 > a:visited,
h6 > a:hover,
h6 > a:focus,
.h6 > a:hover,
.h6 > a:focus,
{
    color: white !important;
}

a {
  color: white;
}

.top-bar__item {
  color: white !important;
}

.footer__content {
 background-color: black;
 color: white;
}

.footer__heading, footer__menu-link {
 color: white;
}


.footer__content a, .footer__content a:visited, .footer__content a:hover, .footer__content a:active {
 color: white;
}


.social-icons {
 color: white;
}

p {
  color: white;
}

span {
  color: white;
}

.product_name.title {
  color: white;
}

.image-with-text__heading
{
    color: white !important;
}

/* # AJAX cart - mini and drawer
================================================== */

.ajax-cart {
  color: white;

}
.ajax-cart a,
.ajax-cart a:active,
.ajax-cart a:visited {
  color: white;
}
.ajax-cart a:hover {
  color: white;
}

.is-drawer,
.is-mini-cart .card {
  background-color: black;
}

.ajax-cart__delete .close,
.ajax-cart__delete:hover .close {
  color: white;
}

#theme-ajax-cart.is-mini-cart.theme-ajax-cart--header-vertical a {
  color: white;
}
#theme-ajax-cart.is-mini-cart.theme-ajax-cart--header-vertical a:hover {
  color: white;
}

.currency-code {
   color:black;
}

.ajax-cart__empty-cart-message {
  color: white;
}

.footer__extra-content {
  background-color: black;
  color: white;
}

.mobile-header, .mobile-menu {
  background-color: black !important;
}

.mobile-menu .mobile-menu__item .icon {
  fill: white;
}

.mobile-menu__toggle-icon .icon {
  fill: white;
}

.mobile-menu-link {
  color: white !important;
}

.mobile-menu-link, .mobile-menu__item, .mobile-menu a  {
  background-color: black;
  color: white !important;
}

.header__search-button.mobile .icon{
    color: black;
}