.pswp {
  z-index: 99;
}
.store-product .store-product-details p.store-product-price {
  font-size: 2.2rem;
}
.store-product .store-product-details .form-control {
  background: rgba(151, 130, 115, 0.3);
}
.store-product .store-product-details h1 {
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .store-product .store-product-details h1 {
    text-align: left;
    margin-top: .6em;
  }
}
@media only screen and (min-width: 62em) {
  .store-product .store-product-details h1 {
    margin-top: .4em;
  }
}
.page-type-store-product .feature-row h2 {
  color: #3f302f;
}
.page-type-store-product .col-sm-4 {
  margin-top: 20px;
}
.page-type-store-product .col-sm-4 .button-wrapper a {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.page-type-store-product .col-lg-3 {
  margin-top: 30px;
}
.page-type-store-product .col-lg-3 .button-wrapper a {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
