/** Shopify CDN: Minification failed

Line 93:0 Expected "}" to go with "{"

**/
/* OACE Newsletter Card */
.oace-newsletter {
  background:#0b0b0b;
  color:#fff;
  border-radius:26px;
  padding:36px 24px;
  max-width:680px;
  margin:60px auto;
  text-align:center;
}

.oace-newsletter h2 {
  font-size:34px;
  margin-bottom:14px;
}

.oace-newsletter p {
  opacity:.85;
  font-size:15px;
  margin-bottom:24px;
}

.oace-newsletter-btn {
  width:100%;
  height:58px;
  border-radius:999px;
  background:#fff;
  color:#000;
  font-weight:600;
  border:none;
  font-size:16px;
  cursor:pointer;
}

/* Modal */
.oace-modal {
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.6);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
}

.oace-modal.open {
  display:flex;
}

.oace-modal-inner {
  background:#fff;
  border-radius:22px;
  padding:30px;
  width:90%;
  max-width:420px;
}

.oace-modal-inner input {
  width:100%;
  height:54px;
  border-radius:999px;
  padding:0 20px;
  border:1px solid #ddd;
  margin-bottom:14px;
}

.oace-modal-inner button {
  width:100%;
  height:54px;
  border-radius:999px;
  background:#000;
  color:#fff;
  border:none;
  font-weight:600;
}

.oace-close {
  background:none;
  border:none;
  font-size:24px;
  position:absolute;
  top:16px;
  right:20px;
  cursor:pointer;
}.oace-newsletter-btn.oace-center {
  justify-content: center;
  gap: 10px;
