html{scroll-behavior:smooth}.pt-clk{margin:16px 0 6px}.pt-clk__form{display:flex;flex-direction:column;gap:9px}.pt-clk__step{margin:5px 0 1px;font-weight:700;font-size:1.25rem;color:#20384d;letter-spacing:.06em;text-transform:uppercase;opacity:.7}.pt-clk__tiers{display:flex;flex-direction:column;gap:9px}.pt-clk__bar{position:relative;background:#fff;border:2px solid #b9d7f0;border-radius:14px;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.pt-clk__bar.is-on{border-color:#ec0f86;background:#fef2f9;box-shadow:0 4px 16px #ec0f861f}.pt-clk__flag{position:absolute;top:-11px;right:14px;background:#ec0f86;color:#fff;font-size:1.1rem;font-weight:700;letter-spacing:.05em;border-radius:20px;padding:3px 12px;box-shadow:0 3px 10px #ec0f864d}.pt-clk__input{position:absolute;opacity:0;pointer-events:none}.pt-clk__main{display:flex;align-items:center;gap:12px;padding:13px 15px;cursor:pointer}.pt-clk__radio{flex:0 0 auto;width:20px;height:20px;border-radius:50%;border:2px solid #b9d7f0;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.pt-clk__bar.is-on .pt-clk__radio{border-color:#ec0f86;box-shadow:inset 0 0 0 5px #ec0f86}.pt-clk__mid{flex:1;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.pt-clk__title{font-weight:700;font-size:1.5rem;color:#20384d}.pt-clk__pct{background:#e8eff6;color:#20384d;font-size:1.1rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:20px;padding:4px 11px;white-space:nowrap;transition:background .15s ease,color .15s ease}.pt-clk__bar.is-on .pt-clk__pct{background:#ec0f86;color:#fff}.pt-clk__pricebox{display:flex;flex-direction:column;align-items:flex-end;gap:1px}.pt-clk__price{font-weight:700;font-size:1.6rem;color:#20384d}.pt-clk__was{font-size:1.25rem;color:#20384d;opacity:.55}.pt-clk__units{background:#f7fbff;border:1px solid #dcebf8;border-radius:14px;padding:0 14px}.pt-clk__unit{border-top:1px solid #dcebf8;padding:0 0 4px}.pt-clk__unit:first-of-type{border-top:0}.pt-clk__unit[hidden]{display:none}.pt-clk__unith{display:flex;align-items:center;gap:10px;margin:0;padding:11px 0 6px;cursor:pointer;list-style:none}.pt-clk__unith::-webkit-details-marker{display:none}.pt-clk__unith::marker{content:""}.pt-clk__unitname{font-weight:700;font-size:1.4rem;color:#20384d}.pt-clk__sum{flex:1;min-width:0;text-align:right;font-size:1.15rem;font-weight:600;color:#ec0f86;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pt-clk__unit[open] .pt-clk__sum{visibility:hidden}.pt-clk__chev{flex:0 0 auto;width:13px;height:13px;color:#20384d;opacity:.55;transition:transform .15s ease}.pt-clk__unit[open] .pt-clk__chev{transform:rotate(180deg)}.pt-clk__hint{flex-basis:100%;margin:2px 0 0;font-size:1.05rem;color:#20384d;opacity:.6}.pt-clk__row{display:flex;align-items:flex-start;gap:10px;flex-wrap:wrap;padding:4px 0}.pt-clk__row[hidden]{display:none}.pt-clk__rowlabel{flex:0 0 84px;font-size:1.25rem;font-weight:600;color:#20384d;opacity:.72;display:flex;flex-direction:column;gap:1px;padding-top:4px}.pt-clk__cname{font-weight:700;font-size:1.2rem;color:#ec0f86;opacity:1}.pt-clk__swatches{flex:1;display:flex;flex-wrap:wrap;gap:8px;min-width:190px}.pt-clk__sw{position:relative;display:block;line-height:0}.pt-clk__sw input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}.pt-clk__dot{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #20384d33;cursor:pointer;font-size:1.25rem;font-weight:700;color:#fff;line-height:1;transition:transform .12s ease,box-shadow .12s ease}.pt-clk__sw input:checked+.pt-clk__dot{box-shadow:0 0 0 2px #ec0f86;transform:scale(1.14)}.pt-clk__sw input:focus-visible+.pt-clk__dot{box-shadow:0 0 0 3px #7fbeed}.pt-clk__dot--gold{background:linear-gradient(150deg,#eed680,#c9a227 55%,#a8841c)}.pt-clk__dot--rainbow{background:linear-gradient(150deg,#c9b6e4,#8fd3e8 32%,#a9dfa0 58%,#efe3b8 80%,#c3aeda)}.pt-clk__dot--surprise{background:linear-gradient(135deg,#ec0f86,#7fbeed)}.pt-clk__faces,.pt-clk__chips{flex:1;display:flex;gap:7px;flex-wrap:wrap;min-width:190px}.pt-clk__face{position:relative;flex:1;min-width:120px}.pt-clk__face input,.pt-clk__chip input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}.pt-clk__facebox{display:flex;align-items:center;gap:7px;background:#fff;border:2px solid #dcebf8;border-radius:12px;padding:7px 9px;cursor:pointer;min-height:38px;transition:border-color .15s ease,background .15s ease}.pt-clk__facebox svg{flex:0 0 auto;width:25px;height:17px}.pt-clk__facebox span{font-size:1.1rem;font-weight:600;color:#20384d;line-height:1.25}.pt-clk__face input:checked+.pt-clk__facebox{border-color:#ec0f86;background:#fef2f9}.pt-clk__face input:focus-visible+.pt-clk__facebox{border-color:#7fbeed}.pt-clk__chip{position:relative}.pt-clk__chipbox{display:inline-flex;align-items:center;gap:5px;background:#fff;border:2px solid #dcebf8;border-radius:30px;padding:6px 13px;cursor:pointer;font-size:1.15rem;font-weight:600;color:#20384d;transition:border-color .15s ease,background .15s ease}.pt-clk__chipbox b{color:#7fbeed;font-size:1.35rem;line-height:1}.pt-clk__chipbox i{font-style:normal;opacity:.6;font-weight:400}.pt-clk__chip input:checked+.pt-clk__chipbox{border-color:#ec0f86;background:#fef2f9}.pt-clk__chip input:checked+.pt-clk__chipbox b{color:#ec0f86}.pt-clk__chip input:focus-visible+.pt-clk__chipbox{border-color:#7fbeed}.pt-clk__btn{cursor:pointer;border:none;border-radius:30px;background:#ec0f86;color:#fff;font-size:1.5rem;font-weight:700;padding:15px 28px;margin-top:5px;box-shadow:0 4px 14px #ec0f864d;transition:transform .15s ease,opacity .15s ease}.pt-clk__btn:hover{opacity:.92;transform:scale(1.02)}.pt-clk__btn[aria-busy=true]{opacity:.6;pointer-events:none}.pt-clk__note{margin:2px 0 0;font-size:1.15rem;color:#20384d;opacity:.65;text-align:center;line-height:1.5}.pt-clk__sticky{position:fixed;left:0;right:0;bottom:0;z-index:20;display:none;align-items:center;gap:12px;padding:10px 16px;padding-bottom:calc(10px + env(safe-area-inset-bottom));background:#fff;box-shadow:0 -4px 18px #20384d29}.pt-clk__sticky[hidden]{display:none}.pt-clk__stickyprice{font-weight:700;font-size:1.5rem;color:#20384d}.pt-clk__stickybtn{flex:1;cursor:pointer;border:none;border-radius:26px;background:#ec0f86;color:#fff;font-size:1.35rem;font-weight:700;padding:12px 20px;box-shadow:0 3px 10px #ec0f864d}.pt-clk__stickybtn[aria-busy=true]{opacity:.6;pointer-events:none}@media screen and (max-width:749px){.pt-clk__sticky:not([hidden]){display:flex}}@media screen and (max-width:600px){.pt-clk__rowlabel{flex:0 0 100%;flex-direction:row;align-items:baseline;gap:6px;padding-top:0}.pt-clk__face{min-width:calc(50% - 4px)}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/pt-clicker.css.map */
