.pl20-scratch-fab{position:fixed;right:24px;bottom:24px;z-index:9998;display:flex;flex-direction:column;align-items:center;gap:8px;padding:0;border:0;background:none;cursor:pointer;font-family:"Jost",sans-serif}body.single-product .pl20-scratch-fab{bottom:104px}.pl20-scratch-fab__label{padding:7px 16px;border-radius:34px;background:#fff;box-shadow:0 6px 18px rgb(0 0 0 / .16);color:#121212;font-size:13px;font-weight:600;letter-spacing:.1em;white-space:nowrap}.pl20-scratch-fab__icon{display:flex;align-items:center;justify-content:center;width:66px;height:66px;border-radius:50%;background:#55624c;box-shadow:0 10px 26px rgb(0 0 0 / .22);color:#fff;transition:transform .25s ease,background .25s ease}.pl20-scratch-fab__icon svg{width:30px;height:30px}.pl20-scratch-fab:hover .pl20-scratch-fab__icon{transform:translateY(-3px);background:#3d4737}.pl20-scratch-fab:focus-visible .pl20-scratch-fab__icon{outline:3px solid #121212;outline-offset:3px}.pl20-scratch{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;font-family:"Jost",sans-serif}.pl20-scratch[hidden]{display:none}.pl20-scratch__backdrop{position:absolute;inset:0;background:rgb(18 18 18 / .55);opacity:0;transition:opacity .3s ease}.pl20-scratch.is-open .pl20-scratch__backdrop{opacity:1}.pl20-scratch__dialog{position:relative;z-index:1;box-sizing:border-box;width:min(460px, 100%);max-height:calc(100vh - 40px);overflow-y:auto;padding:40px 36px 30px;border-radius:20px;background:#f7f5f0;box-shadow:0 30px 70px rgb(0 0 0 / .3);text-align:center;transform:translateY(14px) scale(.98);opacity:0;transition:transform .3s ease,opacity .3s ease}.pl20-scratch.is-open .pl20-scratch__dialog{transform:none;opacity:1}.pl20-scratch__close{position:absolute;top:18px;right:18px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid #121212;border-radius:10px;background:none;color:#121212;font-size:20px;line-height:1;cursor:pointer}.pl20-scratch__close:hover{background:rgb(18 18 18 / .06)}.pl20-scratch__eyebrow{margin:0 0 10px;color:#55624c;font-size:12.5px;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.pl20-scratch__title{margin:0 0 14px;color:#55624c;font-size:30px;font-weight:600;line-height:1.2}.pl20-scratch__text{max-width:34ch;margin:0 auto 22px;color:#4a4a4a;font-size:16px;line-height:1.5}.pl20-scratch__card{position:relative;height:200px;margin:0 0 18px;border-radius:14px;overflow:hidden;background:#eceade;cursor:grab;touch-action:none;user-select:none}.pl20-scratch__card:focus-visible{outline:3px solid #55624c;outline-offset:3px}.pl20-scratch__card.is-revealed{cursor:default}.pl20-scratch__prize{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:#eceade;color:#55624c}.pl20-scratch__percent{font-size:54px;font-weight:600;line-height:1}.pl20-scratch__prizetext{color:#4a4a4a;font-size:15px}.pl20-scratch__canvas{position:absolute;inset:0;width:100%;height:100%;transition:opacity .45s ease}.pl20-scratch__card.is-revealed .pl20-scratch__canvas{opacity:0;pointer-events:none}.pl20-scratch__hint{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#fff;pointer-events:none;transition:opacity .3s ease}.pl20-scratch__hint svg{width:34px;height:34px;margin-bottom:6px}.pl20-scratch__hint strong{font-size:19px;font-weight:600}.pl20-scratch__hint span{font-size:14px;opacity:.9}.pl20-scratch__card.is-scratching .pl20-scratch__hint,.pl20-scratch__card.is-revealed .pl20-scratch__hint{opacity:0}.pl20-scratch__form{margin:0 0 8px}.pl20-scratch__form[hidden]{display:none}.pl20-scratch__label{display:block;margin:0 0 12px;color:#121212;font-size:15.5px;line-height:1.5}.pl20-scratch__row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.pl20-scratch__row input[type="email"]{box-sizing:border-box;flex:1 1 200px;min-width:0;height:52px;padding:12px 18px;border:1px solid #d9d9d9;border-radius:8px;background:#fff;font-family:inherit;font-size:15px}.pl20-scratch__row input[type="email"]:focus{border-color:#55624c;outline:none}.pl20-scratch__submit{height:52px;padding:0 26px;border:0;border-radius:8px;background:#55624c;color:#fff;font-family:inherit;font-size:14px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer}.pl20-scratch__submit:hover{background:#3d4737}.pl20-scratch__submit[disabled]{opacity:.6;cursor:default}.pl20-scratch__error{margin:10px 0 0;color:#8a4b3b;font-size:14px}.pl20-scratch__error[hidden]{display:none}.pl20-scratch__result{margin:0 0 8px}.pl20-scratch__result[hidden]{display:none}.pl20-scratch__resulttext{margin:0 0 12px;color:#121212;font-size:15.5px;line-height:1.5}.pl20-scratch__code{display:inline-flex;align-items:center;gap:10px;padding:14px 26px;border:2px dashed #55624c;border-radius:10px;background:#fff;color:#55624c;font-family:inherit;font-size:21px;font-weight:600;letter-spacing:.08em;cursor:pointer}.pl20-scratch__code small{font-size:12px;font-weight:500;letter-spacing:.06em;opacity:.75}.pl20-scratch__copied{display:block;margin:10px 0 0;color:#55624c;font-size:14px}.pl20-scratch__copied[hidden]{display:none}.pl20-scratch__fine{margin:18px 0 0;color:#6a6a6a;font-size:13.5px}@media (max-width:480px){.pl20-scratch__dialog{padding:34px 22px 26px}.pl20-scratch__title{font-size:25px}.pl20-scratch__card{height:170px}.pl20-scratch__percent{font-size:44px}.pl20-scratch-fab{right:16px;bottom:16px}.pl20-scratch-fab__icon{width:58px;height:58px}}@media (prefers-reduced-motion:reduce){.pl20-scratch__backdrop,.pl20-scratch__dialog,.pl20-scratch__canvas,.pl20-scratch-fab__icon{transition:none}}