/** Shopify CDN: Minification failed

Line 293:0 Unexpected "{"
Line 293:1 Expected identifier but found "%"

**/
.lc-scratch {
    --lc-sc-pad: 20px;
    --lc-sc-tpad: 13px;
    --lc-sc-max: 440px;

    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 100svh;
    padding: 0 var(--lc-sc-pad) 32px;
    box-sizing: border-box;
    background-color: var(--lc-sc-bg);
    background-image: var(--lc-sc-confetti);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: auto var(--lc-sc-confetti-h, 52%);
    color: var(--lc-sc-ink);
    text-align: center;
  }

  .lc-scratch__top {
    align-self: stretch;
    margin: 0 calc(var(--lc-sc-pad) * -1) 42px;
  }

  .lc-scratch__banner {
    margin: 0;
    padding: 13px 20px;
    box-sizing: border-box;
    border-bottom: 3px solid var(--lc-sc-accent);
    background-image: linear-gradient(17deg, var(--lc-sc-banner-a), var(--lc-sc-banner-b));
    color: var(--lc-sc-ink);
    font-family: var(--font-body-family);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .lc-scratch__bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 8px 20px;
    box-sizing: border-box;
    background-color: var(--lc-sc-accent);
    color: #fff;
    font-family: var(--font-body-family);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .lc-scratch__bar b {
    padding: 4px 9px;
    border-radius: 6px;
    background-color: color-mix(in srgb, currentColor 14%, transparent);
    font-size: 14px;
    font-variant-numeric: tabular-nums;
  }

  .lc-scratch__logo {
    width: auto;
    height: var(--lc-sc-logo, 18px);
    margin: 0 0 20px;
  }

  .lc-scratch__eyebrow {
    margin: 0 0 18px;
    font-family: var(--font-body-family);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--lc-sc-accent);
  }

  .lc-scratch__title {
    margin: 0 0 14px;
    font-family: 'IvyPresto Headline', var(--font-body-family, Assistant), sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: var(--lc-sc-title, 35px);
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: none;
    text-wrap: balance;
  }

  .lc-scratch__title span {
    display: block;
    color: var(--lc-sc-accent);
  }

  .lc-scratch__ticket {
    position: relative;
    width: 100%;
    max-width: var(--lc-sc-max);
    padding: var(--lc-sc-tpad);
    box-sizing: border-box;
    border-radius: var(--lc-sc-radius, 18px);
    background-color: var(--lc-sc-ticket);
  }

  .lc-scratch__ticket::before,
  .lc-scratch__ticket::after {
    content: "";
    position: absolute;
    top: 50%;
    width: calc(var(--lc-sc-notch) * 2);
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: var(--lc-sc-bg);
    transform: translateY(-50%);
  }

  .lc-scratch__ticket::before {
    left: calc(var(--lc-sc-notch) * -1);
  }

  .lc-scratch__ticket::after {
    right: calc(var(--lc-sc-notch) * -1);
  }

  .lc-scratch__card {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: var(--lc-sc-ratio, 1);
    border-radius: calc(var(--lc-sc-radius, 18px) - var(--lc-sc-tpad));
    overflow: hidden;
    background-color: var(--lc-sc-accent);
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
  }

  .lc-scratch__prize {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 14px;
    color: var(--lc-sc-reveal);
  }

  .lc-scratch__prize-top {
    margin: 0;
    font-family: 'IvyPresto Headline', var(--font-body-family, Assistant), sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    text-wrap: balance;
  }

  .lc-scratch__prize-sub {
    margin: 9px 0 0;
    font-family: var(--font-body-family);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--lc-sc-sheen);
  }

  .lc-scratch__prize-big {
    margin: 11px 0 0;
    padding: 8px 22px 10px;
    border: 2px dashed var(--lc-sc-sheen);
    font-family: 'IvyPresto Headline', var(--font-body-family, Assistant), sans-serif;
    /* --font-h1--weight est une variable Horizon, absente de Dawn : valeur en dur.
       Le libelle peut etre long (« -70 % OFFERTS ») : clamp pour qu il tienne
       dans le cadre pointille jusqu a 320px, sans deborder. */
    font-weight: 600;
    font-size: clamp(30px, 9vw, var(--lc-sc-prize, 52px));
    line-height: 1.05;
    max-width: 100%;
    text-align: center;
    text-wrap: balance;
    letter-spacing: -0.045em;
    color: var(--lc-sc-sheen);
  }

  .lc-scratch__prize-foot {
    margin: 13px 0 0;
    font-family: var(--font-body-family);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.75;
    text-wrap: balance;
  }

  .lc-scratch__prize-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .lc-scratch__confetti {
    position: absolute;
    inset: -40px;
    z-index: 3;
    width: auto;
    height: auto;
    pointer-events: none;
  }

  .lc-scratch canvas {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    transition: opacity 0.8s ease, visibility 0s 0.8s;
  }

  .lc-scratch canvas[data-done] {
    opacity: 0;
    visibility: hidden;
  }

  .lc-scratch__stub {
    margin: var(--lc-sc-tpad) 0 0;
    padding-top: var(--lc-sc-tpad);
    border-top: 1px dashed color-mix(in srgb, var(--lc-sc-accent) 22%, var(--lc-sc-ticket));
    font-family: var(--font-body-family);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--lc-sc-accent);
  }

  .lc-scratch__cta {
    /* Dawn ne pose ni graisse ni rayon sur .button, contrairement a Horizon :
       on les porte ici pour retrouver le rendu de l originale. */
    font-weight: 700;
    text-decoration: none;
    border-radius: var(--buttons-radius-outset, 6px);
    width: 100%;
    max-width: var(--lc-sc-max);
    margin-top: 24px;
    background-color: var(--lc-sc-cta);
    color: var(--lc-sc-cta-ink);
    border-color: var(--lc-sc-cta);
    padding-block: 22px;
    font-size: 16px;
    animation: lc-sc-in 0.5s ease both;
  }

  .lc-scratch__cta[hidden] {
    display: none;
  }

  @keyframes lc-sc-in {
    from { opacity: 0; transform: translateY(12px) }
    to { opacity: 1; transform: none }
  }

  @media (prefers-reduced-motion: reduce) {
    .lc-scratch__cta { animation: none }
    .lc-scratch canvas { transition: none }
  }

  .lc-scratch__legal {
    margin: 14px 0 0;
    max-width: 19.75em;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0.6;
  }
{% endstylesheet %}
