.woocommerce-upper--wrapper {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  background-image: url(../jpg/graywood--large.jpg);
  background-size: cover;
  background-position: center center;
  margin-left: calc(-1 * var(--gvsj_gutter_width));
  margin-right: calc(-1 * var(--gvsj_gutter_width));
  padding-left: var(--gvsj_gutter_width);
  padding-right: var(--gvsj_gutter_width);
}
.woocommerce-upper--wrapper .artist-name {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 1em;
  letter-spacing: 0.075em;
}
.woocommerce-upper--wrapper .red-bar img {
  transform: translate3d(-50%, 0, 0);
}
.woocommerce-upper--wrapper .woocommerce-product-details__short-description {
  color: #fff;
}
.woocommerce-upper--wrapper .red-bar {
  margin: 1rem 0;
}
.woocommerce-upper--wrapper .gvsj_product_button_wrap .button {
  margin: 1rem 0;
  width: 100%;
  line-height: 1.15;
  white-space: pre;
  display: inline-block;
  text-align: center;
}

.related.products {
  padding: 2rem 0;
}
.related.products h2 {
  color: #fff;
  margin-bottom: 4rem;
}

.single-product div.product {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.7966666667%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

body .site-breadcrumb {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
}
body .site-breadcrumb svg {
  grid-column: 1;
  grid-row: 1/span 2;
}
body .site-breadcrumb .gvsj_separator {
  display: none;
}
body .site-breadcrumb a {
  padding: 0.5rem 0;
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #0f834d;
}
.stock.out-of-stock {
  color: #e2401c;
}

.woocommerce-product-attributes .woocommerce-product-attributes-item__label {
  font-weight: 700;
}
.woocommerce-product-attributes .woocommerce-product-attributes-item__value p {
  margin: 0;
}
.woocommerce-product-attributes .woocommerce-product-attributes-item {
  padding: 0.5em 0;
}

/*# sourceMappingURL=single-product.css.map */
