body {
  background-image: url(/assets/img/Grit-and-Grain---1970-bg.jpg), linear-gradient(181deg, rgb(90 79 51) 0%, rgb(225 210 176) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: overlay;
  background-color: #999592;
  text-shadow: 0px 1px 2px #ffffff;
}

body.checkout {
  background: #e6e6e6;
  text-shadow: none;
}

a:hover {
  color: #ffffff;
}

a {
  color: inherit;
  text-decoration: underline;
}

.home-spark h1 {
  color: rgb(203,203,203);
  text-shadow: -1px -1px 1px rgba(30,30,30,0.56), 1px 1px 1px rgb(0,0,0);
  font-size: 25px;
  font-family: monospace;
  background-image: initial;
}

#home-spark-details {
  font-family: 'Special Elite', serif;
  text-align: right;
  font-size: 20px;
}

.spark-v2 p {
  font-size: 15px;
  font-family: monospace;
  font-weight: bold;
}

.page-description p {
  font-size: 17px;
  font-family: monospace;
  font-weight: bold;
}

#sidebar-wrapper {
  background: #000000;
}

#rendered-sparks .spark p {
  padding: 0 5px 0 5px;
}

.spark .spark-text {
  padding: 10px 30px;
  text-shadow: 0px 1px 2px #ffffff;
  font-family: monospace;
  color: #000000;
  font-weight: bold;
}

.spark svg {
  color: #000000;
}

.spark {
  /*background-image: url("/assets/img/bg-patchwork-cell-1.png");*/
  background-color: rgba(243, 240, 161, 45%);
  box-shadow: rgb(255 255 255) 0px 0px 40px;
}

/* .spark:nth-of-type(3n + 1) {
  background-image: url("/assets/img/bg-patchwork-cell-3.png");
}
.spark:nth-of-type(2n + 1) {
  background-image: url("/assets/img/bg-patchwork-cell-2.png");
}

.spark:nth-of-type(4n + 1) {
  background-image: url("/assets/img/bg-patchwork-cell-1.png");
}

.spark:nth-of-type(5n + 1) {
  background-image: url("/assets/img/bg-patchwork-cell-4.png");
}

.spark:nth-of-type(3n + 1) .card {
  background-image: url("/assets/img/Sofi-spark-large.gif");
} */

/* .spark:nth-of-type(4n + 1) .card {
  background-color: #feffcb;
}

.spark:nth-of-type(5n + 1) .card {
  background-color: #fdff94;
}

.spark:nth-of-type(6n + 1) .card {
  background-color: #fff385;
}

.spark:nth-of-type(7n + 1) .card {
  background-color: #fcff64;
} */

.spark .card {
  background-color: transparent;
  /*background-repeat: round;*/
  background-size: cover;
}

.spark:nth-of-type(odd) .card {
  background-image: url("/assets/img/Sofi-spark-large.gif");
}

.spark:nth-of-type(even) .card {
  background-image: url("/assets/img/Sofi-spark-large-2.gif");
}

h2 {
  font-family: 'Special Elite', serif;
  font-variant: small-caps;
  font-size: 60px;
}

footer {
  font-family: monospace;
}

/* ==== REFLOW STORE === */

.ref-standard {
  background-color: transparent;
}

.ref-quantity-widget {
  background-color: #F6F1BA;
}

div.ref-summary a.ref-button:hover {
  background: #3a7427;
}

