@font-face{font-family:Ploni;src:url(/cdn/shop/files/ploni-regular-aaa.woff2?v=1736014532) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Ploni;src:url(/cdn/shop/files/ploni-bold-aaa.woff2?v=1736014529) format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--c-dark: #2f334b;--c-dark-hover: #484e74;--c-purple: #aeb9ff;--c-purple-deep: #aeb9ff;--c-lavender: #edf0ff;--c-lavender-field: #edf0ff;--c-hero: #f4f4f4;--c-bg: #F4F4F4;--c-white: #FFFFFF;--c-text: #2f334b;--c-text-sec: rgba(47, 51, 75, .6);--c-text-muted: rgba(47, 51, 75, .45);--c-separator: rgba(47, 51, 75, .1);--c-error: #DF4243;--c-error-bg: rgba(223, 66, 67, .08);--c-success: #0A8057;--c-success-bg: rgba(10, 128, 87, .08);--r-field: 14px;--r-card: 22px;--r-pill: 999px;--font: "Ploni", "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ease: cubic-bezier(.25, .1, .25, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--ease-out: cubic-bezier(.16, 1, .3, 1)}.pltx2-track{display:flex;flex-direction:column}.pltx2-track__panel{display:none}.pltx2-track__left{display:flex;flex-direction:column}.pltx2-track__hero{background:var(--c-hero);text-align:center;padding:clamp(28px,6vw,48px) 24px clamp(36px,7vw,56px);position:relative}.pltx2-track__hero:after{content:"";position:absolute;bottom:0;inset-inline:0;height:40px;background:linear-gradient(to bottom,transparent,var(--c-bg));pointer-events:none}.pltx2-track__hero-img{width:clamp(150px,35vw,200px);height:auto;display:block;margin:0 auto 8px;animation:pltx2-float .7s var(--ease-out) .05s both;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none}.pltx2-track__title{font-size:clamp(37px,9vw,44px);font-weight:900;line-height:1.05;letter-spacing:-.5px}.pltx2-track__title em{font-style:normal;color:var(--c-purple-deep)}.pltx2-track__subtitle{font-size:clamp(16px,4vw,18px);color:var(--c-text-sec);margin-block-start:8px;line-height:1.55}.pltx2-track__hero-text{animation:pltx2-fadeUp .5s var(--ease-out) .15s both}.pltx2-track__body{display:flex;flex-direction:column;padding:0 20px;max-width:480px;width:100%;margin-inline:auto}@media(max-width:749px){.pltx2-track__body{background:var(--c-bg);border-radius:24px 24px 0 0;margin-block-start:-18px;padding-block-start:20px;position:relative;z-index:2}}.pltx2-track__form-section{margin-block-start:-12px;position:relative;z-index:2;animation:pltx2-slideUp .5s var(--ease-out) .25s both}@media(max-width:749px){.pltx2-track__form-section{margin-block-start:0}}.pltx2-track__card{background:transparent;border-radius:var(--r-card);overflow:hidden}.pltx2-track__input-row{padding:16px 20px 18px}.pltx2-track__input-row+.pltx2-track__input-row{border-block-start:1px solid var(--c-separator)}.pltx2-track__label{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:var(--c-text-sec);letter-spacing:.3px;margin-block-end:8px}.pltx2-track__label svg{width:16px;height:16px;flex-shrink:0;stroke:var(--c-text-muted);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pltx2-track__field{width:100%;height:54px;padding:0 18px;font-family:var(--font);font-size:17px;font-weight:500;color:var(--c-text);background:var(--c-lavender-field);border:2px solid transparent;border-radius:var(--r-field);outline:none;transition:border-color .2s var(--ease),background .2s var(--ease),box-shadow .2s var(--ease);direction:rtl;text-align:right}.pltx2-track__field::placeholder{color:var(--c-text-muted);font-weight:400;font-size:16px}.pltx2-track__field:focus{border-color:var(--c-purple);background:var(--c-white);box-shadow:0 0 0 3px #aeb9ff26}.pltx2-track__field--error{border-color:var(--c-error);background:var(--c-error-bg);animation:pltx2-fieldShake .35s var(--ease)}.pltx2-track__field--error:focus{box-shadow:0 0 0 3px #df424314}.pltx2-track__input-row{position:relative}.pltx2-track__field-error{font-size:13px;font-weight:500;color:var(--c-error);padding-inline-start:4px;margin-block-start:4px;height:20px;opacity:0;transition:opacity .2s var(--ease);pointer-events:none}.pltx2-track__field-error--show{opacity:1}.pltx2-track__btn-area{padding:16px 20px 20px}.pltx2-track__btn{width:100%;height:56px;font-family:var(--font);font-size:17px;font-weight:700;color:var(--c-white);background:var(--c-dark);border:none;border-radius:var(--r-pill);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s var(--ease),transform .1s var(--ease),opacity .15s;-webkit-tap-highlight-color:transparent;position:relative;overflow:hidden}.pltx2-track__btn:hover{background:var(--c-dark-hover)}.pltx2-track__btn:active{transform:scale(.975);opacity:.9}.pltx2-track__btn:disabled{cursor:not-allowed;transform:none}.pltx2-track__btn-chevron{width:16px;height:16px;opacity:.5}.pltx2-track__spinner{width:22px;height:22px;border:2.5px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:pltx2-spin .6s linear infinite;display:none}.pltx2-track__btn[data-state=loading]{pointer-events:none}.pltx2-track__btn[data-state=loading] .pltx2-track__btn-loading-content{display:flex}.pltx2-track__btn[data-state=loading] .pltx2-track__btn-label{display:none}.pltx2-track__btn-loading-content{display:none;align-items:center;gap:10px}.pltx2-track__btn-loading-text{animation:pltx2-pulse 1.5s var(--ease) infinite}@keyframes pltx2-pulse{0%,to{opacity:1}50%{opacity:.5}}.pltx2-track__btn[data-state=success]{background:var(--c-success);pointer-events:none}.pltx2-track__btn[data-state=success] .pltx2-track__btn-label{display:none}.pltx2-track__btn[data-state=success] .pltx2-track__btn-success{display:flex}.pltx2-track__btn[data-state=error]{background:var(--c-error);pointer-events:none}.pltx2-track__btn[data-state=error] .pltx2-track__btn-label{display:none}.pltx2-track__btn[data-state=error] .pltx2-track__btn-error{display:flex}.pltx2-track__btn-label{display:flex;align-items:center;gap:8px}.pltx2-track__btn-success,.pltx2-track__btn-error{display:none;align-items:center;gap:8px;animation:pltx2-popSmall .3s var(--ease-spring)}.pltx2-track__btn-success svg,.pltx2-track__btn-error svg{width:20px;height:20px}.pltx2-track__links{display:flex;align-items:center;justify-content:center;gap:4px;margin-block-start:20px;animation:pltx2-fadeIn .3s var(--ease-out) .45s both}.pltx2-track__link{font-size:14px;font-weight:500;color:var(--c-text-sec);text-decoration:none;padding:10px 14px;border-radius:10px;-webkit-tap-highlight-color:transparent;display:inline-flex;align-items:center;gap:6px}.pltx2-track__link svg{display:block;flex-shrink:0}.pltx2-track__link:active{background:var(--c-separator)}.pltx2-track__link-dot{width:3px;height:3px;background:var(--c-text-muted);border-radius:50%}.pltx2-track__form-section{transition:opacity .3s var(--ease),transform .3s var(--ease)}.pltx2-track__form-section--hidden{opacity:0;transform:translateY(-8px) scale(.98);pointer-events:none;position:absolute;visibility:hidden}.pltx2-track__result{display:none}.pltx2-track__result--show{display:block;animation:pltx2-resultIn .45s var(--ease-out) both}.pltx2-track__result-card{background:var(--c-white);border-radius:var(--r-card);padding:36px 24px 28px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.pltx2-track__result-badge{width:68px;height:68px;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:pltx2-popIn .5s var(--ease-spring) .1s both}.pltx2-track__result-badge--ok{background:var(--c-success)}.pltx2-track__result-badge--fail{background:var(--c-error)}.pltx2-track__result-badge svg{width:32px;height:32px}.pltx2-track__result-h{font-size:clamp(22px,5vw,26px);font-weight:800;margin-block-start:6px}.pltx2-track__result-p{font-size:15px;color:var(--c-text-sec);line-height:1.65;max-width:320px}.pltx2-track__result-cta{display:inline-flex;align-items:center;gap:8px;height:52px;padding:0 30px;font-family:var(--font);font-size:16px;font-weight:700;color:var(--c-white);background:var(--c-dark);border:none;border-radius:var(--r-pill);cursor:pointer;text-decoration:none;transition:transform .1s,opacity .15s;margin-block-start:10px;-webkit-tap-highlight-color:transparent}.pltx2-track__result-cta:active{transform:scale(.97);opacity:.9}.pltx2-track__result-cta svg{width:15px;height:15px;opacity:.6}.pltx2-track__result-retry{display:inline-flex;align-items:center;height:44px;padding:0 24px;font-family:var(--font);font-size:14px;font-weight:600;color:var(--c-text-sec);background:transparent;border:1.5px solid var(--c-separator);border-radius:var(--r-pill);cursor:pointer;margin-block-start:8px}.pltx2-track__result-retry:active{background:var(--c-separator)}.pltx2-track__result-card--fail{background:var(--c-error-bg)}.pltx2-track__timeline{margin-block-start:20px}.pltx2-track__timeline-header{display:flex;align-items:center;justify-content:space-between;padding:0 4px;margin-block-end:12px}.pltx2-track__timeline-title{font-size:16px;font-weight:700;color:var(--c-text)}.pltx2-track__timeline-shipnum{font-size:14px;font-weight:600;color:var(--c-text-muted);direction:ltr}.pltx2-track__timeline-list{background:var(--c-white);border-radius:18px;overflow:hidden}.pltx2-track__timeline-item{display:flex;gap:14px;padding:16px 18px;position:relative;animation:pltx2-fadeUp .3s var(--ease-out) both}.pltx2-track__timeline-item+.pltx2-track__timeline-item{border-block-start:1px solid var(--c-separator)}.pltx2-track__timeline-item:nth-child(1){animation-delay:.1s}.pltx2-track__timeline-item:nth-child(2){animation-delay:.15s}.pltx2-track__timeline-item:nth-child(3){animation-delay:.2s}.pltx2-track__timeline-item:nth-child(4){animation-delay:.25s}.pltx2-track__timeline-item:nth-child(5){animation-delay:.3s}.pltx2-track__timeline-item:nth-child(6){animation-delay:.35s}.pltx2-track__timeline-dot{width:10px;height:10px;flex-shrink:0;border-radius:50%;background:var(--c-separator);margin-block-start:5px}.pltx2-track__timeline-item:first-child .pltx2-track__timeline-dot{background:var(--c-success);box-shadow:0 0 0 4px #0a805726}.pltx2-track__timeline-info{flex:1;min-width:0}.pltx2-track__timeline-desc{font-size:16px;font-weight:600;color:var(--c-text);line-height:1.4}.pltx2-track__timeline-item:first-child .pltx2-track__timeline-desc{color:var(--c-success)}.pltx2-track__timeline-date{font-size:13px;color:var(--c-text-muted);margin-block-start:3px;direction:ltr;text-align:right}.pltx2-track__timeline-more{width:100%;padding:12px;background:none;border:none;border-block-start:1px solid var(--c-separator);font-family:var(--font);font-size:13px;font-weight:600;color:var(--c-purple-deep);cursor:pointer;-webkit-tap-highlight-color:transparent}.pltx2-track__timeline-more:active{background:var(--c-lavender)}.pltx2-track__search-again{text-align:center;margin-block-start:24px;padding-block-end:40px}.pltx2-track__search-again button{font-family:var(--font);font-size:17px;font-weight:700;color:#fff;background:var(--c-dark);border:none;border-radius:999px;cursor:pointer;padding:16px 32px;width:100%;display:flex;align-items:center;justify-content:center;gap:8px;-webkit-tap-highlight-color:transparent;transition:background .2s,transform .1s}.pltx2-track__search-again button:hover{background:var(--c-dark-hover)}.pltx2-track__search-again button:active{transform:scale(.98)}.pltx2-track__search-again button svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;order:-1}.pltx2-track__order-header{display:flex;align-items:baseline;justify-content:space-between;padding:0 4px;margin-bottom:12px}.pltx2-track__order-header-title{font-size:17px;font-weight:800;color:var(--c-text)}.pltx2-track__order-header-meta{font-size:13px;color:var(--c-text-muted);font-weight:500;display:flex;align-items:center;direction:ltr}.pltx2-track__order-header-sep{width:1px;height:14px;background:var(--c-separator);margin:0 10px;flex-shrink:0}.pltx2-track__customer{background:var(--c-white);border-radius:var(--r-card);padding:24px 20px;display:flex;align-items:center;gap:16px;animation:pltx2-fadeUp .35s var(--ease-out) both}.pltx2-track__customer-avatar{width:52px;height:52px;flex-shrink:0;border-radius:50%;background:var(--c-lavender);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:var(--c-purple-deep)}.pltx2-track__customer-info{flex:1;min-width:0}.pltx2-track__customer-greeting{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:var(--c-text-muted)}.pltx2-track__customer-name{font-size:24px;font-weight:700;color:var(--c-text);line-height:1.2;margin-block-start:2px}.pltx2-track__customer-details{display:flex;flex-wrap:wrap;gap:6px;margin-block-start:8px}.pltx2-track__customer-tag{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:500;color:var(--c-text-sec);background:var(--c-lavender);padding:4px 10px;border-radius:8px}.pltx2-track__customer-tag svg{width:12px;height:12px;opacity:.6}.pltx2-track__status{background:var(--c-white);border-radius:var(--r-card);padding:24px 20px 20px;margin-block-start:12px;animation:pltx2-fadeUp .35s var(--ease-out) .05s both}.pltx2-track__status-top{text-align:center;margin-block-end:22px}.pltx2-track__status-label{font-size:11px;font-weight:700;color:var(--c-text-muted);text-transform:uppercase;letter-spacing:1px}.pltx2-track__status-headline{font-size:28px;font-weight:800;color:var(--c-text);margin-block-start:2px}.pltx2-track__status-headline--delivered{color:var(--c-success)}.pltx2-track__status-eta{font-size:13px;color:var(--c-text-sec);margin-block-start:4px}.pltx2-track__shipment-info{background:var(--c-lavender-field, #edf0ff);border-radius:12px;padding:14px 16px;margin-block:16px 8px}.pltx2-track__info-row{display:flex;align-items:center;gap:12px}.pltx2-track__info-row+.pltx2-track__info-row{margin-block-start:10px;padding-block-start:10px;border-block-start:1px solid rgba(0,0,0,.06)}.pltx2-track__info-icon{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:10px;color:var(--c-purple, #aeb9ff)}.pltx2-track__info-icon svg{width:18px;height:18px}.pltx2-track__info-content{display:flex;flex-direction:column;gap:2px;min-width:0}.pltx2-track__info-label{font-size:12px;color:var(--c-text-sec, rgba(47, 51, 75, .6));line-height:1.2}.pltx2-track__info-value{font-size:15px;font-weight:600;color:var(--c-dark, #2f334b);line-height:1.3}.pltx2-track__info-disclaimer{display:flex;align-items:flex-start;gap:6px;margin-block-start:12px;padding-block-start:10px;border-block-start:1px solid rgba(0,0,0,.06);font-size:11px;color:var(--c-text-sec, rgba(47, 51, 75, .6));line-height:1.4}.pltx2-track__info-disclaimer svg{flex-shrink:0;width:14px;height:14px;margin-block-start:1px;opacity:.6}.pltx2-track__steps{display:flex;align-items:flex-start;position:relative}.pltx2-track__steps-line{position:absolute;top:20px;inset-inline-start:14%;inset-inline-end:14%;height:3px;background:var(--c-separator);border-radius:2px;z-index:0}.pltx2-track__steps-line-fill{height:100%;border-radius:2px;background:var(--c-purple);transition:width .8s var(--ease-out) .3s}.pltx2-track__steps-line-fill--done{background:var(--c-success)}.pltx2-track__step{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;z-index:1}.pltx2-track__step-icon{width:40px;height:40px;border-radius:50%;background:var(--c-bg);border:2.5px solid var(--c-separator);display:flex;align-items:center;justify-content:center;transition:border-color .3s,background .3s,transform .3s var(--ease-spring)}.pltx2-track__step-icon svg{width:18px;height:18px;stroke:var(--c-text-muted);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:stroke .3s}.pltx2-track__step--done .pltx2-track__step-icon{background:var(--c-purple);border-color:var(--c-purple)}.pltx2-track__step--done .pltx2-track__step-icon svg{stroke:#fff}.pltx2-track__step--delivered .pltx2-track__step-icon{background:var(--c-success);border-color:var(--c-success)}.pltx2-track__step--delivered .pltx2-track__step-icon svg{stroke:#fff}.pltx2-track__step--active .pltx2-track__step-icon{background:var(--c-white);border-color:var(--c-purple);animation:pltx2-step-pulse 2s ease-in-out infinite}@keyframes pltx2-step-pulse{0%,to{box-shadow:0 0 0 5px #aeb9ff33}50%{box-shadow:0 0 0 8px #aeb9ff1a}}.pltx2-track__step--active .pltx2-track__step-icon svg{stroke:var(--c-purple-deep)}.pltx2-track__step-label{font-size:12px;font-weight:600;color:var(--c-text-muted);text-align:center;line-height:1.25}.pltx2-track__step--done .pltx2-track__step-label,.pltx2-track__step--active .pltx2-track__step-label{color:var(--c-text)}.pltx2-track__step--delivered .pltx2-track__step-label{color:var(--c-success);font-weight:700}.pltx2-track__step:nth-child(1){animation:pltx2-fadeUp .3s var(--ease-out) .15s both}.pltx2-track__step:nth-child(2){animation:pltx2-fadeUp .3s var(--ease-out) .25s both}.pltx2-track__step:nth-child(3){animation:pltx2-fadeUp .3s var(--ease-out) .35s both}.pltx2-track__step:nth-child(4){animation:pltx2-fadeUp .3s var(--ease-out) .45s both}.pltx2-track__order-section{background:var(--c-white);border-radius:var(--r-card);overflow:hidden;margin-block-start:12px;animation:pltx2-fadeUp .35s var(--ease-out) .1s both}.pltx2-track__order-row{padding:18px 20px}.pltx2-track__order-row+.pltx2-track__order-row{border-block-start:1px solid var(--c-separator)}.pltx2-track__order-row-label{font-size:14px;font-weight:700;color:var(--c-text-muted);letter-spacing:.3px;margin-block-end:8px}.pltx2-track__order-address{font-size:16px;color:var(--c-text);line-height:1.5}.pltx2-track__order-address strong{display:block;font-weight:600}.pltx2-track__product{display:flex;gap:14px;align-items:center;padding:16px 20px}.pltx2-track__product+.pltx2-track__product{border-top:1px solid var(--c-separator)}.pltx2-track__product-img{width:64px;height:64px;flex-shrink:0;border-radius:14px;background:var(--c-lavender);object-fit:cover;display:block}.pltx2-track__product-img-placeholder{width:64px;height:64px;flex-shrink:0;border-radius:14px;background:var(--c-lavender);display:flex;align-items:center;justify-content:center}.pltx2-track__product-img-placeholder svg{width:28px;height:28px;stroke:var(--c-purple);opacity:.5}.pltx2-track__product-info{flex:1;min-width:0}.pltx2-track__product-name{font-size:17px;font-weight:600;color:var(--c-text)}.pltx2-track__product-variant{font-size:14px;color:var(--c-text-sec);margin-block-start:2px}.pltx2-track__product-price{font-size:15px;font-weight:700;color:var(--c-purple-deep);margin-block-start:4px}.pltx2-track__product-badge{display:inline-block;font-size:11px;font-weight:700;background:var(--c-lavender);color:var(--c-purple-deep);padding:2px 8px;border-radius:6px;margin-inline-start:6px}.pltx2-track__details{background:var(--c-white);border-radius:var(--r-card);overflow:hidden;margin-block-start:12px;animation:pltx2-fadeUp .35s var(--ease-out) .15s both}.pltx2-track__detail-row{display:flex;justify-content:space-between;align-items:center;padding:14px 20px}.pltx2-track__detail-row+.pltx2-track__detail-row{border-block-start:1px solid var(--c-separator)}.pltx2-track__detail-key{font-size:14px;font-weight:500;color:var(--c-text-sec);display:flex;align-items:center;gap:6px}.pltx2-track__detail-key svg{width:16px;height:16px;stroke:var(--c-text-muted);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.pltx2-track__detail-val{font-size:14px;font-weight:600;color:var(--c-text);direction:ltr}.pltx2-track__detail-val--bold{font-size:16px;font-weight:800;color:var(--c-purple-deep)}.pltx2-track__detail-val--free{color:var(--c-success);font-weight:700}.pltx2-track__divider{border:none;height:1px;background:#2f334b1a;margin:30px 0;flex-shrink:0}.pltx2-track__help{margin-block-start:0;padding-block-end:30px;animation:pltx2-fadeIn .3s var(--ease-out) .5s both}.pltx2-track__help-trigger{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;background:var(--c-lavender);border:1px solid var(--c-separator);border-radius:14px;cursor:pointer;font-family:var(--font);font-size:14px;font-weight:600;color:var(--c-text-sec);-webkit-tap-highlight-color:transparent;transition:background .2s,border-color .2s}.pltx2-track__help-trigger:hover{background:var(--c-lavender-field);border-color:var(--c-purple)}.pltx2-track__help-trigger svg{width:18px;height:18px;flex-shrink:0}.pltx2-sheet{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);z-index:10000;display:none;align-items:flex-end;justify-content:center;transition:background .3s ease,backdrop-filter .3s ease,-webkit-backdrop-filter .3s ease}.pltx2-sheet--open{background:#00000073;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pltx2-sheet__blur,.pltx2-sheet__backdrop{display:none}.pltx2-sheet__panel{background:var(--c-white);border-radius:28px 28px 0 0;max-height:85vh;max-width:480px;width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;transform:translateY(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);will-change:transform;padding:0;padding-bottom:max(16px,env(safe-area-inset-bottom,16px));box-shadow:0 -8px 40px #00000026;position:relative;direction:rtl}.pltx2-sheet__panel::-webkit-scrollbar{display:none}.pltx2-sheet--open .pltx2-sheet__panel{transform:translateY(0)}.pltx2-sheet__handle{display:flex;justify-content:center;padding:12px 0 4px;position:sticky;top:0;background:var(--c-white);z-index:1}.pltx2-sheet__handle-bar{width:36px;height:4px;background:var(--c-separator);border-radius:2px}.pltx2-sheet__header{padding:16px 24px 12px;text-align:center}.pltx2-sheet__title{font-size:18px;font-weight:700;color:var(--c-text)}.pltx2-sheet__subtitle{font-size:14px;color:var(--c-text-sec);margin-block-start:4px}.pltx2-sheet__items{padding:0 16px 16px;display:flex;flex-direction:column;gap:8px}.pltx2-sheet__item{display:flex;align-items:center;gap:14px;padding:16px;background:var(--c-lavender);border-radius:16px;text-decoration:none;color:inherit;-webkit-tap-highlight-color:transparent;transition:background .15s}.pltx2-sheet__item:active{background:var(--c-separator)}.pltx2-sheet__item-ico{width:44px;height:44px;flex-shrink:0;background:var(--c-white);border-radius:12px;display:flex;align-items:center;justify-content:center}.pltx2-sheet__item-ico svg{width:20px;height:20px}.pltx2-sheet__item-txt{display:flex;flex-direction:column;gap:2px}.pltx2-sheet__item-txt strong{font-size:16px;font-weight:600;color:var(--c-text)}.pltx2-sheet__item-txt span{font-size:13px;color:var(--c-text-sec);line-height:1.4}.pltx2-sheet__item--wa .pltx2-sheet__item-ico{background:#25d366}.pltx2-sheet__item--wa .pltx2-sheet__item-ico svg{stroke:#fff}.pltx2-sheet__item--wa strong{color:#25d366}.pltx2-sheet__x{position:absolute;top:12px;inset-inline-end:12px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--c-lavender);border:none;border-radius:50%;cursor:pointer;color:var(--c-text-sec);z-index:2;-webkit-tap-highlight-color:transparent;transition:background .15s}.pltx2-sheet__x svg{width:16px;height:16px}.pltx2-sheet__x:hover{background:var(--c-separator)}.pltx2-sheet__close{display:block;width:calc(100% - 32px);margin:0 16px 16px;padding:16px;font-family:var(--font);font-size:16px;font-weight:700;color:#fff;background:var(--c-dark);border:none;border-radius:14px;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .15s}.pltx2-sheet__close:hover,.pltx2-sheet__close:active{background:var(--c-dark-hover)}@media(min-width:750px){.pltx2-sheet{align-items:center}.pltx2-sheet__panel{border-radius:20px;max-width:420px;max-height:70dvh;transform:translateY(20px) scale(.97);opacity:0;transition:transform .3s var(--ease-out),opacity .25s var(--ease)}.pltx2-sheet--open .pltx2-sheet__panel{transform:translateY(0) scale(1);opacity:1}.pltx2-sheet__handle{display:none}.pltx2-sheet__close{margin-block-end:20px}}@media(min-width:750px){.pltx2-track{flex-direction:row;min-height:85vh}.pltx2-track__hero{display:none}.pltx2-track__left{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(32px,4vw,60px);overflow-y:auto}.pltx2-track__body{max-width:460px}.pltx2-track__dtitle{display:block!important;margin-block-end:clamp(28px,3vw,44px);animation:pltx2-fadeUp .5s var(--ease-out) .1s both}.pltx2-track__dtitle .pltx2-track__title{font-size:clamp(46px,4.5vw,60px);letter-spacing:-1px;white-space:nowrap}.pltx2-track__dtitle .pltx2-track__subtitle{font-size:clamp(17px,1.5vw,20px);margin-block-start:14px;max-width:420px}.pltx2-track__form-section{margin-block-start:0}.pltx2-track__field{height:60px;font-size:19px;padding:0 20px}.pltx2-track__field::placeholder{font-size:16px}.pltx2-track__btn{height:60px;font-size:19px}.pltx2-track__label{font-size:15px}.pltx2-track__input-row{padding:18px 24px 20px}.pltx2-track__links{justify-content:center}.pltx2-track__panel{display:flex;flex-direction:column;align-items:center;justify-content:center;width:clamp(340px,42%,540px);background:var(--c-hero);position:relative;overflow:hidden}.pltx2-track__panel-inner{display:flex;flex-direction:column;align-items:center;gap:24px;position:relative;z-index:1;animation:pltx2-float .7s var(--ease-out) .15s both}.pltx2-track__panel-img{width:clamp(240px,22vw,340px);height:auto;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none}.pltx2-track__panel-brand{text-align:center}.pltx2-track__panel-brand strong{display:block;font-size:15px;font-weight:800;letter-spacing:4px;text-transform:uppercase;color:var(--c-text-muted)}.pltx2-track__panel-brand span{font-size:15px;color:var(--c-text-sec);margin-block-start:4px;display:block}.pltx2-track__panel:before,.pltx2-track__panel:after{content:"";position:absolute;border-radius:50%;background:var(--c-lavender);opacity:.18}.pltx2-track__panel:before{width:220px;height:220px;top:-70px;inset-inline-end:-50px}.pltx2-track__panel:after{width:160px;height:160px;bottom:-40px;inset-inline-start:-40px}}@media(max-width:380px){.pltx2-track__field{height:50px;font-size:16px}.pltx2-track__btn{height:52px;font-size:16px}}@keyframes pltx2-float{0%{opacity:0;transform:translateY(14px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pltx2-fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes pltx2-slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes pltx2-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pltx2-popIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes pltx2-popSmall{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}@keyframes pltx2-resultIn{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pltx2-fieldShake{0%,to{transform:translate(0)}20%{transform:translate(-5px)}40%{transform:translate(5px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}}@keyframes pltx2-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}@media(min-width:1200px){.pltx2-track__panel-img{width:360px}}
/*# sourceMappingURL=/cdn/shop/t/76/assets/pltx2-track-order.css.map */
