/** Shopify CDN: Minification failed

Line 32:18 Expected identifier but found whitespace
Line 32:20 Unexpected "{"
Line 32:29 Expected ":"
Line 32:55 Expected ":"
Line 33:21 Expected identifier but found whitespace
Line 33:23 Unexpected "{"
Line 33:32 Expected ":"
Line 33:61 Expected ":"
Line 250:20 Expected identifier but found whitespace
Line 250:22 Unexpected "{"
... and 6 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:rolex-serial-lookup (INDEX:65) */
.rolex-year {
      --rolex-card: #ffffff;
      --rolex-ink: #111111;
      --rolex-muted: #555555;
      --rolex-line: #d9d9d9;
      --rolex-line-soft: #eeeeee;
      --rolex-row: #f7f7f7;
      --rolex-row-hover: #efefef;
      --rolex-shadow: none;
      --rolex-radius: 0;
      background: #ffffff;
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }

    .rolex-year .page-width {
      max-width: 1200px;
      margin: 0 auto;
      padding-left: 1rem;
      padding-right: 1rem;
    }

    .rolex-year__hero {
      max-width: none;
      margin: 0 0 1.5rem;
      text-align: left;
    }

    .rolex-year__heading {
      margin: 0 0 0.75rem;
      color: var(--rolex-ink);
      font-size: clamp(1.75rem, 3vw, 2.5rem);
      font-weight: 700;
      line-height: 1.15;
    }

    .rolex-year__subheading {
      color: var(--rolex-muted);
      font-size: 1.05rem;
      line-height: 1.7;
      max-width: 900px;
    }

    .rolex-year__lookup {
      display: block;
      margin-bottom: 1.5rem;
    }

    .rolex-year__panel {
      background: var(--rolex-card);
      border: 1px solid var(--rolex-line);
      border-radius: var(--rolex-radius);
      box-shadow: var(--rolex-shadow);
      margin-bottom: 1.5rem;
      overflow: hidden;
      padding: 1.5rem;
    }

    .rolex-year__panel h3 {
      margin-top: 0;
      color: var(--rolex-ink);
    }

    .rolex-year__panel--highlight {
      background: var(--rolex-card);
      border-color: var(--rolex-line);
      color: var(--rolex-ink);
    }

    .rolex-year__panel--highlight h3,
    .rolex-year__panel--highlight .rolex-year__note {
      color: inherit;
    }

    .rolex-year__form {
      margin-top: 16px;
    }

    .rolex-year__label {
      display: block;
      margin-bottom: 10px;
      font-size: 0.95rem;
      font-weight: 600;
      color: var(--rolex-ink);
    }

    .rolex-year__form-row {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 12px;
      align-items: center;
    }

    .rolex-year__input,
    .rolex-year input[type="text"].rolex-year__input {
      width: 100%;
      min-height: 52px;
      border: 1px solid var(--rolex-line);
      border-radius: 0;
      padding: 14px 18px;
      background: #ffffff;
      color: var(--rolex-ink);
      caret-color: var(--rolex-ink);
    }

    .rolex-year__input::placeholder,
    .rolex-year input[type="text"].rolex-year__input::placeholder {
      color: var(--rolex-muted);
    }

    .rolex-year__input:focus,
    .rolex-year input[type="text"].rolex-year__input:focus {
      color: var(--rolex-ink);
      border-color: var(--rolex-ink);
      outline: none;
      box-shadow: none;
    }

    .rolex-year__form .button {
      min-height: 52px;
      border-radius: 0;
      background: #111111;
      border: 1px solid #111111;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      font-size: 0.84rem;
      font-weight: 700;
    }

    .rolex-year__result {
      margin-top: 18px;
      padding: 14px 18px;
      border-radius: 0;
      background: #ffffff;
      border: 1px solid var(--rolex-line);
      color: var(--rolex-ink);
    }

    .rolex-year__result--error {
      background: #fff5f5;
      border-color: #d8a3a3;
    }

    .rolex-year__reset {
      margin-top: 14px;
      padding: 0;
      border: 0;
      background: transparent;
      color: inherit;
      font: inherit;
      text-decoration: underline;
      text-underline-offset: 0.18em;
      cursor: pointer;
      opacity: 0.9;
    }

    .rolex-year__note {
      margin: 16px 0 0;
      font-size: 0.92rem;
      opacity: 0.9;
      color: var(--rolex-muted);
    }

    .rolex-year__table-copy {
      margin-top: 8px;
      color: var(--rolex-muted);
      font-size: 1.05rem;
      line-height: 1.7;
    }

    .rolex-year__table-wrap {
      overflow-x: auto;
      margin-top: 0;
      width: 100%;
    }

    .rolex-year__table {
      width: 100%;
      min-width: 340px;
      border-collapse: collapse;
      font-size: 0.97rem;
      margin-bottom: 0;
      vertical-align: middle;
    }

    .rolex-year__table th,
    .rolex-year__table td {
      padding: 0.9rem 1.1rem;
      border-bottom: 1px solid var(--rolex-line);
      text-align: left;
    }

    .rolex-year__table th {
      background: #111111;
      border-bottom: 1px solid #111111;
      color: #ffffff;
      font-size: 0.84rem;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      font-weight: 700;
    }

    .rolex-year__table tbody td {
      background: transparent;
    }

    .rolex-year__table tbody tr:nth-of-type(even) td {
      background: var(--rolex-row);
    }

    .rolex-year__table tbody tr:hover td {
      background: var(--rolex-row-hover);
      transition: background-color 0.18s ease;
    }

    .rolex-year__table tbody td:first-child {
      color: var(--rolex-ink);
      font-weight: 600;
    }

    .rolex-year__table tbody td:last-child {
      color: var(--rolex-muted);
      font-variant-numeric: tabular-nums;
      white-space: nowrap;
    }

    @media screen and (max-width: 749px) {
      .rolex-year {
        padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
        padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
      }

      .rolex-year__lookup {
        display: block;
      }

      .rolex-year .page-width {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }

      .rolex-year__panel {
        padding: 22px;
      }

      .rolex-year__form-row {
        grid-template-columns: 1fr;
      }

      .rolex-year__table {
        font-size: 0.93rem;
      }

      .rolex-year__table th,
      .rolex-year__table td {
        padding: 0.8rem 0.9rem;
      }
    }

    @media screen and (max-width: 575px) {
      .rolex-year .page-width {
        padding-left: 0;
        padding-right: 0;
      }

      .rolex-year__lookup,
      .rolex-year__hero {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }

      .rolex-year__panel {
        border-radius: 16px;
        margin-bottom: 1rem;
      }

      .rolex-year__table {
        font-size: 0.9rem;
      }

      .rolex-year__table th {
        font-size: 0.76rem;
        letter-spacing: 0.06em;
      }
    }
/* END_SECTION:rolex-serial-lookup */