.flemar-dbar{background:var(--colorAnnouncement);color:var(--colorAnnouncementText)}.flemar-dbar__link{display:flex;align-items:center;justify-content:center;gap:10px;padding:7px 20px 6px;color:var(--colorAnnouncementText);font-size:12px;letter-spacing:.16em;text-transform:uppercase;text-align:center;line-height:1.3;text-decoration:none}.flemar-dbar__link:hover,.flemar-dbar__link:focus{color:var(--colorAnnouncementText)}.flemar-dbar__icon{font-size:14px;letter-spacing:0}.flemar-dbar__label{font-weight:700}.flemar-dbar__label:after{content:"\b7";margin-left:10px;opacity:.7}.flemar-dbar__track{display:none;width:110px;height:6px;border-radius:2px;background:#ffffff59;overflow:hidden}.flemar-dbar__fill,.flemar-dbar__line-fill{display:block;height:100%;width:0;background:var(--colorAnnouncementText);transition:width .6s ease}.flemar-dbar__count{font-weight:700;letter-spacing:.05em;font-variant-numeric:tabular-nums}.flemar-dbar__count:empty{display:none}.flemar-dbar__arrow{display:none;letter-spacing:0;transition:transform .2s ease}.flemar-dbar__link:hover .flemar-dbar__arrow{transform:translate(3px)}.flemar-dbar__line{display:block;height:3px;background:#ffffff4d}.flemar-dbar[data-fd-state=static] .flemar-dbar__line{display:none}@media only screen and (max-width:768px){.flemar-dbar__link{padding:6px 12px 5px;font-size:11px;letter-spacing:.08em;gap:6px;flex-wrap:wrap}.flemar-dbar__label,.flemar-dbar__track{display:none}}@media only screen and (min-width:769px){.flemar-dbar__track{display:block}.flemar-dbar[data-fd-state=static] .flemar-dbar__track{display:none}.flemar-dbar__arrow{display:inline}.flemar-dbar__line{display:none}}.flemar-dm.flemar-dm--drawer{gap:8px;padding:12px 0 14px;margin:0 0 6px;border:0;border-bottom:1px solid var(--colorDrawerBorder, rgba(0, 0, 0, .1));border-radius:0;background:transparent;color:var(--colorDrawerText);--fd-ink: var(--colorDrawerText);--fd-track: rgba(0, 0, 0, .1);font-size:13px}.flemar-dm--drawer .flemar-dm__badge{font-size:18px}.flemar-dm--drawer .flemar-dm__status{font-size:13px;line-height:1.3}.flemar-dm--drawer .flemar-dm__pips{gap:3px}.flemar-dm--drawer .flemar-dm__pip{max-width:22px;border-width:1px}.flemar-dm--drawer .flemar-dm__pip--gift{width:22px;font-size:12px;border-width:1.5px}.flemar-dm--drawer .flemar-dm__link{font-size:12px;align-self:flex-start}.flemar-dm--drawer .flemar-dm__row{display:flex;align-items:center;gap:8px}.flemar-dm--drawer .flemar-dm__count-inline{font-weight:700}.flemar-dm-section--alt{margin:0;padding:40px 0;background:var(--colorAlt);color:var(--colorAltText)}.flemar-dm-section--compact{margin:30px 0}.flemar-dm{--fd-accent: var(--colorBtnPrimary);--fd-ink: var(--colorTextBody);--fd-track: color-mix(in srgb, var(--colorTextBody) 12%, transparent);position:relative;display:flex;flex-direction:column;gap:16px;padding:24px 22px;border:1px solid var(--fd-track);border-radius:2px;background:var(--colorBody);color:var(--fd-ink)}.flemar-dm-section--alt .flemar-dm{--fd-ink: var(--colorAltText);background:transparent}.flemar-dm--compact{gap:12px;padding:16px 18px}.flemar-dm__head{display:flex;align-items:center;gap:18px}.flemar-dm__figure{display:flex;align-items:center;gap:6px;flex:0 0 auto;font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-weight:var(--typeHeaderWeight);line-height:1;color:var(--fd-accent)}.flemar-dm__badge{font-size:30px;line-height:1}.flemar-dm__num{display:inline-flex;align-items:baseline;font-variant-numeric:tabular-nums}.flemar-dm__big{font-size:46px;letter-spacing:-.02em}.flemar-dm__of{font-size:20px;opacity:.7}.flemar-dm[data-fd-state=static] .flemar-dm__num{display:none}.flemar-dm__text{min-width:0;flex:1 1 auto}.flemar-dm__title{margin:0 0 6px;font-size:calc(var(--typeHeaderSize) * .55);line-height:1.15}.flemar-dm__intro{margin:0 0 8px;font-size:calc(var(--typeBaseSize) - 2px);line-height:1.5}.flemar-dm__status{margin:0;font-weight:700;line-height:1.35}.flemar-dm__row{display:flex;align-items:center;gap:8px}.flemar-dm__count-inline{font-weight:700;font-variant-numeric:tabular-nums;color:var(--fd-accent)}.flemar-dm__count-inline:empty{display:none}.flemar-dm__pips{display:flex;align-items:center;gap:5px;width:100%}.flemar-dm__pip{position:relative;display:block;flex:1 1 0;aspect-ratio:1 / 1;max-width:34px;border-radius:2px;border:1.5px solid var(--fd-accent);background:transparent;box-sizing:border-box;transition:background-color .35s ease,transform .35s ease,box-shadow .35s ease}.flemar-dm__pip.is-filled{background:var(--fd-accent)}.flemar-dm__pip.is-mine{background:color-mix(in srgb,var(--fd-accent) 35%,transparent);border-style:dashed;animation:flemar-dm-pulse 1.6s ease-in-out infinite}.flemar-dm__pip--gift{flex:0 0 auto;width:34px;max-width:none;border-width:2px;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1}.flemar-dm__pip--gift.is-filled,.flemar-dm__pip--gift.is-lit{background:var(--fd-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--fd-accent) 30%,transparent)}.flemar-dm__pip-icon{display:block}@keyframes flemar-dm-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}@media(prefers-reduced-motion:reduce){.flemar-dm__pip.is-mine{animation:none}}.flemar-dm__actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px 18px;font-size:calc(var(--typeBaseSize) - 3px)}.flemar-dm__cta.btn{margin:0}.flemar-dm__link{color:var(--fd-ink);text-decoration:underline;text-underline-offset:3px}.flemar-dm__total{margin-left:auto;opacity:.75}@media only screen and (max-width:768px){.flemar-dm{padding:18px 16px;gap:14px}.flemar-dm__head{gap:12px;align-items:flex-start}.flemar-dm__badge{font-size:24px}.flemar-dm__big{font-size:36px}.flemar-dm__of{font-size:16px}.flemar-dm__title{font-size:calc(var(--typeHeaderSize) * .5)}.flemar-dm__pips{gap:4px}.flemar-dm__pip--gift{width:26px;font-size:14px}.flemar-dm__total{margin-left:0;width:100%}}@media only screen and (min-width:769px){.flemar-dm--compact .flemar-dm__head{gap:22px}}
/*# sourceMappingURL=/cdn/shop/t/54/compiled_assets/styles.css.map?subset=AAAABg */
