.header-wrapper {
    background-image: linear-gradient(to right, #000 50%, rgba(0, 0, 0, 0) 0%);
    background-position: top;
    background-size: 32px 16px;
    background-repeat: repeat-x;
    border-bottom: 1px solid #c8c7c7;
    padding-top: 16px;
}
header.header--site .contact-info {
    font-size: 1.25em;
    color: #d19b5b;
}
footer.footer--site
a:hover {
color: #d6b690;
}
header.header--site .search-box a.search {
    font-size: 1rem;
    background: #ECEAEB;
    color: #000;
    padding: 8px;
}
.homepage .feature-header {
    text-align: center;
    color: #000;
    text-transform: uppercase;
}
.homepage .featured-product figcaption {
    background: #D6B690;
    padding: 0.5em 1em;
}
.footer-wrapper {
    background: #000;
    border-top: 1px solid #88898A;
}
.category__title {
    background: #D8B893;
    color: white;
    padding: 8px 16px;
    margin: 0;
    text-align: center;
}
.category a:visited, figure.product a:visited {
    color: #fff;
}
a.button--theme--primary:visited, button.button--theme--primary:visited, input[type=submit].button--theme--primary:visited {
    color: white;
    background: #D6B690;
}
a.button.button--theme--negative, a.button--theme--primary, button.button.button--theme--negative, button.button--theme--primary, input[type=submit].button.button--theme--negative, input[type=submit].button--theme--primary {
    background: #D8B792;
    border: none;
    color: white;
}
a.button--theme--primary:hover,
button.button--theme--primary:hover,
input[type=submit].button--theme--primary:hover {
  color: white;
  background: #D9B996;
}
.category a:hover, figure.product a:hover {
  color: #000;
}
.category a:visited, figure.product a:visited {
    color: #fff;
}
.products.products--grid .product__info * {
    font-weight: lighter;
    color: black;
}
  .category {
    width: calc(99.9% * 1/2 - (16px - 16px * 1/2));
    max-width: calc(99.9% * 1/2 - (16px - 16px * 1/2));
    height: calc(99.9% * 1/2 - (16px - 16px * 1/2));
  }
table thead th {
    background: #000;
    color: white;
    font-style: italic;
}
.dropzone {
    border: 2px dashed #D9BC96;
    padding: 16px;
}
.dz-message {
    color: #D9BC96;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #4CAF50;
}
a.button--theme--primary:link,
button.button--theme--primary:link,
input[type=submit].button--theme--primary:link {
  color: white;
  background: #D8B792;
}
.form select {
    outline: none;
    padding: 8px 52px 8px 8px;
    line-height: 1.5;
    box-shadow: none;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    font-size: 1em;
}
.sidebar {
    background: #b9b5b01c;
}
.nav--user {
    font-weight: bolder;
    font-size: large;
}
.sidebar ul {
    margin: 0;
    list-style: none;
    background: #fff;
}
/* convert below to mobile only
.config__preview:nth-child(1n) {
    /* float: left; */
    margin-right: 16px;
    clear: none;
}
*/