/** Shopify CDN: Minification failed

Line 179:12 Unexpected "{"
Line 179:21 Expected ":"
Line 180:16 Expected identifier but found whitespace
Line 180:18 Unexpected "{"
Line 180:27 Expected ":"
Line 180:78 Expected ":"
Line 181:19 Expected identifier but found whitespace
Line 181:21 Unexpected "{"
Line 181:30 Expected ":"
Line 181:84 Expected ":"
... and 10 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:odc-starter-kit (INDEX:44) */
.odc-starter {
    background: #F5F0E8;
  }
  .odc-starter__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  @media (min-width: 750px) {
    .odc-starter__inner {
      grid-template-columns: 1fr 1.1fr;
      gap: 4rem;
      padding-top: 6rem;
      padding-bottom: 6rem;
    }
  }
  .odc-starter__visual img,
  .odc-starter__placeholder {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    display: block;
  }
  .odc-starter__placeholder {
    background: #FFFFFF;
    border: 1px solid rgba(46, 43, 34, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    color: #2E2B22;
  }
  .odc-starter__placeholder-label,
  .odc-starter__placeholder-sub {
    font-size: 1.05rem;
    letter-spacing: 0.2em;
    text-transform: lowercase;
    color: #888780;
  }
  .odc-starter__placeholder-mark {
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-size: 3.2rem;
    line-height: 1.15;
    margin: 1.5rem 0;
    font-weight: 400;
  }
  .odc-starter__placeholder-mark em {
    color: #7FA8C4;
    font-style: italic;
  }
  .odc-starter__placeholder-rule {
    width: 40px;
    height: 1px;
    background: #2E2B22;
    margin: 0.5rem 0 1.5rem;
  }
  .odc-starter__eyebrow {
    font-size: 1.1rem;
    letter-spacing: 0.2em;
    text-transform: lowercase;
    color: #7FA8C4;
    margin: 0 0 1rem;
    font-weight: 500;
  }
  .odc-starter__heading {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    line-height: 1.15;
    font-weight: 400;
    color: #2E2B22;
    margin: 0 0 1.5rem;
    letter-spacing: -0.01em;
  }
  .odc-starter__subheading {
    font-size: 1.5rem;
    line-height: 1.65;
    color: #5F5E5A;
    margin: 0 0 1.75rem;
    max-width: 52ch;
  }
  .odc-starter__bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    font-size: 1.4rem;
    color: #2E2B22;
  }
  .odc-starter__bullets li {
    padding: 0.4rem 0 0.4rem 2rem;
    position: relative;
  }
  .odc-starter__bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.4rem;
    width: 12px;
    height: 1px;
    background: #2E2B22;
  }
  .odc-starter__form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    max-width: 480px;
  }
  .odc-starter__input {
    flex: 1 1 220px;
    min-width: 0;
    padding: 1.4rem 1.6rem;
    border: 1px solid #2E2B22;
    background: #FFFFFF;
    font-size: 1.4rem;
    font-family: inherit;
    color: #2E2B22;
    border-radius: 0;
  }
  .odc-starter__input:focus {
    outline: none;
    box-shadow: 0 0 0 2px #7FA8C4;
  }
  .odc-starter__button {
    padding: 1.4rem 2.4rem;
    background: #2E2B22;
    color: #F5F0E8;
    border: 1px solid #2E2B22;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    border-radius: 0;
    transition: opacity 0.2s ease;
  }
  .odc-starter__button:hover { opacity: 0.85; }
  .odc-starter__button[disabled] { opacity: 0.6; cursor: not-allowed; }
  .odc-starter__fine {
    flex-basis: 100%;
    font-size: 1.1rem;
    color: #888780;
    margin: 0.4rem 0 0;
    line-height: 1.5;
  }
  .odc-starter__message {
    flex-basis: 100%;
    font-size: 1.3rem;
    margin: 0.4rem 0 0;
    min-height: 1.5em;
  }
  .odc-starter__message[data-state="success"] { color: #2E2B22; }
  .odc-starter__message[data-state="error"] { color: #C47E7E; }

  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }
  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
/* END_SECTION:odc-starter-kit */