/** Shopify CDN: Minification failed

Line 45:25 Unexpected "{"
Line 45:34 Expected ":"
Line 45:41 Unexpected "{"

**/
.product__info-container .shopify-payment-button__button,
.product__info-container .product-form__submit {
  background: #385372;
  color: #fff;
  border-radius: 7px;
  font-size: 1.13rem;
  font-weight: 600;
  padding: 14px 0;
  margin-top: 8px;
  margin-bottom: 10px;
  border: none;
  box-shadow: 0 2px 10px rgba(56,83,114,.06);
  transition: background .2s, box-shadow .2s;
  width: 100%;
}

.product__info-container .shopify-payment-button__button:hover,
.product__info-container .product-form__submit:hover {
  background: #233047;
  box-shadow: 0 4px 16px rgba(56,83,114,0.16);
}

.product__title, .product__title h1, .product__title h2 {
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: -0.02em;
  color: #1a2340;
  margin-bottom: 12px;
  line-height: 1.2;
}

.product__text, .product__description, .product__sku, .product__inventory {
  font-size: 1rem;
  color: #4b5563;
  margin-bottom: 16px;
}

.product__price, #price-{{ section.id }} {
  font-size: 2rem !important;
  font-weight: 700;
  color: #385372;
  margin-bottom: 12px;
}