/** Shopify CDN: Minification failed

Line 57:1 Expected "}" to go with "{"

**/
h1 {
  color: lightgray
}
.product__description {
  color: lightgray;
  text-align: center
} 
.price-item {
  color: #FBDD97;
  font-style: bold;
  font-size: 30px
}
.share-button__button {
  display: block;
  position: relative;
  left: 45%;
}
h3 {
  flex-direction: row;
  justify-content: center;
  text-align:center;
}
.pagination__item {
  color: #FBDD97;
}
.shopify-policy__body {
  color: lightgray;
}
.shopify-payment-button__more-options {
  text-color: lightgray;
}
.totals__subtotal {
  color: lightgray;
.totals__subtotal-value {
  color: #FBDD97;
}
.purchase-option {
  color: #FBDD97
}
.purchase-option-input label {
 color: #FBDD97
}
body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2,
.bg-image{
 color: lightgray;
 background-color: rgb(var(--color-background));
}