/** Shopify CDN: Minification failed

Line 91:21 Expected identifier but found whitespace
Line 91:23 Unexpected "{"
Line 91:33 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:sr-password-contact (INDEX:102) */
.sr-password-contact-link {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
  }
  .sr-password-contact-link a { color: inherit; text-decoration: none; }
  .sr-password-contact-link a:hover { text-decoration: underline; }
  .sr-password-contact-page {
    display: none;
    width: min(84%, 1400px);
    margin: 0 auto;
    padding: 40px 0 80px;
    color: #000;
    background: #fff;
    font-family: var(--font_body, monospace);
    font-size: clamp(16px, 1.4vw, 24px);
    line-height: 1.4;
  }
  .sr-password-contact-page:target { display: block; }
  body:has(.sr-password-contact-page:target) { background: #fff !important; }
  body:has(.sr-password-contact-page:target) #container > .shopify-section:not(.sr-password-contact-section),
  body:has(.sr-password-contact-page:target) .sr-password-contact-link { display: none !important; }
  .sr-contact-notice { margin: 0 0 84px; text-align: center; }
  .sr-contact-form { margin: 0; }
  .sr-contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px 40px; }
  .sr-contact-field { display: block; margin: 0; min-width: 0; font-weight: 400; }
  .sr-contact-full { grid-column: 1 / -1; }
  .sr-contact-field input, .sr-contact-field textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-height: 76px;
    margin: 0;
    padding: 18px 22px;
    border: 2px solid #000;
    border-radius: 0;
    background: #fff;
    color: #000;
    font: inherit;
    box-shadow: none;
    appearance: none;
  }
  .sr-contact-field input::placeholder, .sr-contact-field textarea::placeholder { color: #000; opacity: 1; }
  .sr-contact-field textarea { min-height: 280px; resize: vertical; }
  .sr-contact-actions { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 48px; }
  .sr-contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 12px 28px;
    border: 1px solid #000;
    border-radius: 0;
    background: #000;
    color: #fff;
    font: inherit;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
  }
  .sr-contact-button:hover { background: #fff; color: #000; }
  .sr-contact-field :focus-visible, .sr-contact-button:focus-visible, .sr-password-contact-link a:focus-visible { outline: 2px solid #000; outline-offset: 4px; }
  .sr-contact-result { margin-bottom: 32px; }
  .sr-contact-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
  @media (max-width: 600px) {
    .sr-password-contact-page { width: calc(100% - 40px); padding-top: 32px; padding-bottom: 48px; font-size: 16px; }
    .sr-contact-notice { margin-bottom: 36px; }
    .sr-contact-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
    .sr-contact-field input, .sr-contact-field textarea { min-height: 56px; padding: 14px; }
    .sr-contact-field textarea { min-height: 220px; }
    .sr-contact-actions { margin-top: 28px; }
    .sr-contact-button { min-height: 48px; padding: 10px 18px; }
  }
/* END_SECTION:sr-password-contact */

/* START_SECTION:theme-footer (INDEX:104) */
footer {
    background-color: {{ settings.footer_background_color }};
  }
/* END_SECTION:theme-footer */