html {
  background-color: #ffffff;
}

body {
  background-color: #ffffff;
}

#shop-nav-bar {
  background: #ffffff;
}

#shop-nav-bar ul li a {
  color: #999999;
}

#shop-nav-bar ul li a.active {
  color: #000000
}

.products .product .panel {
  background-color: #222222;
}

.products .product .panel h1 {
  color: #ffffff;
}

.product .price {
  color: #ffffff;
}

.collections .collection .panel {
  background-color: #222222;
}

.collections .collection .panel h4 {
  color: #ffffff;
}
