/** Shopify CDN: Minification failed

Line 134:18 Expected "}" to go with "{"
Line 134:18 Unterminated string token

**/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Poppins:wght@400;500;600&display=swap');

.shabbat-lock-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 20px;
}

.shabbat-lock-modal {
  background: #FAFAF8;
  border-radius: 4px;
  max-width: 460px;
  width: 100%;
  padding: 44px 36px 36px;
  position: relative;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.shabbat-lock-modal::before {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: #7D170F;
  border-radius: 2px;
  margin: 0 auto 24px;
}

.shabbat-lock-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: #aaa;
}

.shabbat-lock-close:hover {
  color: #7D170F;
}

.shabbat-lock-modal h2 {
  margin: 0 0 14px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.shabbat-lock-message {
  margin: 0 0 28px;
  font-family: 'Poppins', sans-serif;
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}

.shabbat-lock-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}

.shabbat-lock-form input[type="email"] {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  color: #1a1a1a;
}

.shabbat-lock-form input[type="email"]:focus {
  outline: none;
  border-color: #7D170F;
  box-shadow: 0 0 0 3px rgba(125, 23, 15, 0.12);
}

.shabbat-lock-form button {
  width: 100%;
  padding: 15px 24px;
  background: #7D170F;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.15s ease;
}

.shabbat-lock-form button:hover:not(:disabled) {
  background: #621209;
}

.shabbat-lock-form button:disabled {
  opacity: 0.6;
  cursor: default;
}

.shabbat-lock-success {
  font-family: 'Poppins', sans-serif;
  color: #4a8a5c;
  font-size: 14px;
  font-weight: 500;
  margin: 8px 0 0;
}

.shabbat-lock-error {
  font-family: 'Po