.product-testify-section{--testify-font: var(--font-body--family), system-ui, sans-serif;--testify-bg: #ffffff;--testify-fg: #000000;--testify-fg-muted: rgba(0, 0, 0, .6);--testify-border: rgba(0, 0, 0, .08);--testify-accent: #ff3131;--testify-accent-soft: rgba(255, 49, 49, .1);--testify-radius: 20px;--testify-radius-sm: 14px;--testify-shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 4px 8px rgba(0, 0, 0, .04), 0 16px 32px rgba(0, 0, 0, .08);--testify-shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);position:relative;min-height:100vh;min-height:-webkit-fill-available;min-height:100dvh;padding:1.25rem 1rem;background:var(--testify-bg);font-family:var(--testify-font);color:var(--testify-fg);overflow:hidden}.testify-bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0}.testify-bg__pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 80%,rgba(255,49,49,.06) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,49,49,.04) 0%,transparent 40%)}.testify-container{position:relative;z-index:1;max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.testify-header{display:inline-flex;align-items:center;gap:.875rem;text-align:left}.testify-header__icon{width:44px;height:44px;border-radius:12px;background:var(--testify-accent);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 4px 12px #ff31314d}.testify-header__icon svg{width:24px;height:24px;color:#fff;stroke:#fff}.testify-header__text h1{font-size:1.5rem;font-weight:800;color:var(--testify-fg);margin:0;line-height:1.2}.testify-header__text p{font-size:.8125rem;color:var(--testify-fg-muted);margin:.125rem 0 0;font-weight:500}.question-progress{width:100%;max-width:380px;display:flex;flex-direction:column;align-items:center;gap:.5rem}.question-progress__bar{width:100%;height:8px;background:#00000014;border-radius:100px;overflow:hidden}.question-progress__fill{height:100%;background:linear-gradient(90deg,var(--testify-accent) 0%,#ff6b6b 100%);border-radius:100px;width:0%;transition:width .5s cubic-bezier(.4,0,.2,1);box-shadow:0 0 12px #ff313166}.question-progress__text{font-size:.75rem;color:var(--testify-fg-muted);font-weight:700;text-transform:uppercase;letter-spacing:.02em}.progress-container{width:100%;max-width:380px;padding:1rem 1.25rem .875rem;background:#00000008;border:1px solid var(--testify-border);border-radius:16px}.progress-labels{display:flex;justify-content:space-between;margin-bottom:.5rem;padding:0 2px}.progress-label{font-size:.6875rem;font-weight:700;color:var(--testify-fg-muted);text-transform:uppercase;letter-spacing:.02em;transition:color .3s ease}.progress-label.reached{color:var(--testify-accent)}.progress-bar{position:relative;height:10px;background:#00000014;border-radius:100px;margin-bottom:.75rem}.progress-bar__fill{height:100%;background:linear-gradient(90deg,var(--testify-accent) 0%,#ff6b6b 100%);border-radius:100px;width:0%;transition:width .5s cubic-bezier(.4,0,.2,1);box-shadow:0 0 12px #ff313166}.progress-milestone{position:absolute;top:50%;transform:translate(-50%,-50%)}.milestone-dot{width:24px;height:24px;border-radius:50%;background:var(--testify-bg);border:3px solid rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:transparent}.milestone-dot svg{width:12px;height:12px;color:#fff;opacity:0;transition:opacity .3s ease}.progress-milestone.active .milestone-dot{border-color:var(--testify-accent);animation:tf-pulse 2s ease-in-out infinite}.progress-milestone.reached .milestone-dot{background:var(--testify-accent);border-color:var(--testify-accent);box-shadow:0 4px 12px #ff313166}.progress-milestone.reached .milestone-dot svg{opacity:1}@keyframes tf-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.progress-text{text-align:center;font-size:.8125rem;font-weight:600;color:var(--testify-fg);margin:0}.testify-main{display:flex;justify-content:center;width:100%}.testify-center{display:flex;flex-direction:column;align-items:center;gap:1.25rem;width:100%;max-width:380px;position:relative}.testify-sidebar{display:none}.testify-sidebar--left{position:absolute;left:-200px;top:0}.card-stack{position:relative;width:100%;aspect-ratio:.72;max-height:min(480px,55vh);isolation:isolate}.swipe-card{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--testify-radius);overflow:hidden;background:var(--testify-bg);box-shadow:var(--testify-shadow);touch-action:pan-y pinch-zoom;-webkit-user-select:none;user-select:none;cursor:grab;transform-origin:center center;transition:transform .1s ease;--stack-index: 0;z-index:calc(10 - var(--stack-index));transform:translateY(calc(var(--stack-index) * -8px)) scale(calc(1 - var(--stack-index) * .04));opacity:calc(1 - var(--stack-index) * .2)}.swipe-card.active{cursor:grab;z-index:100;transform:translateY(0) scale(1);opacity:1}.swipe-card.dragging{cursor:grabbing;transition:none;box-shadow:0 20px 40px #00000026;will-change:transform}.swipe-card__inner{height:100%;display:flex;flex-direction:column}.swipe-card__image-wrapper{position:relative;flex:1;overflow:hidden;background:linear-gradient(135deg,#fafafa,#f5f5f5);min-height:0;display:flex;align-items:center;justify-content:center}.swipe-card__image{width:100%;height:100%;object-fit:cover;object-position:center 20%;aspect-ratio:auto!important;pointer-events:none}@media(max-width:480px){.swipe-card__image{object-fit:contain;object-position:center center;padding:.5rem}}.swipe-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#0003}.swipe-card__placeholder svg{width:56px;height:56px}.swipe-indicator{position:absolute;top:20px;padding:.875rem 1.25rem;border-radius:10px;font-weight:800;font-size:.9375rem;display:flex;align-items:center;gap:.5rem;opacity:0;transition:opacity .15s ease;pointer-events:none;letter-spacing:.02em;border:3px solid currentColor}.swipe-indicator svg{width:22px;height:22px}.swipe-indicator--like{right:20px;color:var(--testify-accent);background:var(--testify-accent-soft);transform:rotate(12deg)}.swipe-indicator--pass{left:20px;color:var(--testify-fg);background:#0000000d;transform:rotate(-12deg)}.swipe-card__content{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.375rem;background:var(--testify-bg)}.swipe-card__title{font-size:1rem;font-weight:700;color:var(--testify-fg);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.swipe-card__price-row{display:flex;align-items:baseline;gap:.625rem;flex-wrap:wrap}.swipe-card__price{font-size:1.25rem;font-weight:800;color:var(--testify-accent)}.swipe-card__compare-price{font-size:.875rem;color:var(--testify-fg-muted);text-decoration:line-through;font-weight:500}.swipe-card__link{display:inline-flex;align-items:center;gap:.25rem;color:var(--testify-fg-muted);font-size:.75rem;font-weight:600;text-decoration:none;transition:color .2s ease;margin-top:.25rem}.swipe-card__link:hover{color:var(--testify-fg)}.swipe-card__link svg{width:14px;height:14px;transition:transform .2s ease}.swipe-card__link:hover svg{transform:translate(3px)}.swipe-card--question,.swipe-card--choices,.swipe-card--discount{cursor:default}.question-card{position:relative;height:100%;display:flex;flex-direction:column;background:var(--testify-bg);padding:1.75rem 1.25rem}.question-card__badge{align-self:center;padding:.375rem .875rem;background:var(--testify-fg);color:#fff;font-size:.6875rem;font-weight:700;border-radius:50px;text-transform:uppercase;letter-spacing:.04em}.question-card__content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1.75rem;padding:1.5rem 0}.question-card__text{font-size:1.4rem;font-weight:800;color:var(--testify-fg);margin:0;line-height:1.35;max-width:300px}.question-card__hint{display:flex;justify-content:space-between;width:100%;max-width:260px}.hint{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:700;opacity:.85}.hint svg{width:18px;height:18px}.hint--no{color:var(--testify-fg)}.hint--yes{color:var(--testify-accent)}.swipe-card--question .swipe-indicator{top:auto;bottom:5.5rem}.question-card--choices .question-card__content{justify-content:flex-start;gap:1.25rem;padding-top:.75rem;overflow-y:auto}.choice-options{display:flex;flex-direction:column;gap:.625rem;width:100%;max-width:300px}.choice-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;background:var(--testify-bg);border:2px solid var(--testify-border);border-radius:50px;cursor:pointer;transition:all .2s ease;text-align:left;font-family:var(--testify-font)}.choice-btn:hover{border-color:var(--testify-fg);transform:translateY(-2px)}.choice-btn:active{transform:translateY(0)}.choice-btn.selected{border-color:var(--testify-accent);background:var(--testify-accent-soft)}.choice-btn.selected .choice-btn__letter{background:var(--testify-accent);color:#fff}.choice-btn__letter{width:30px;height:30px;border-radius:50%;background:#0000000d;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.8125rem;color:var(--testify-fg);flex-shrink:0;transition:all .2s ease}.choice-btn:hover .choice-btn__letter{background:var(--testify-fg);color:#fff}.choice-btn__body{display:flex;flex-direction:column;gap:.05rem;min-width:0}.choice-btn__text{font-size:.9375rem;font-weight:700;color:var(--testify-fg);line-height:1.2}.choice-btn__desc{font-size:.6875rem;font-weight:500;color:var(--testify-fg-muted);line-height:1.2}.choice-btn--discount{border-radius:var(--testify-radius-sm)}.choice-btn__code{margin-left:auto;padding:.25rem .5rem;background:var(--testify-fg);color:#fff;font-size:.625rem;font-weight:800;border-radius:6px;letter-spacing:.04em;white-space:nowrap;flex-shrink:0}.choice-btn.selected .choice-btn__code{background:var(--testify-accent)}.discount-banner{width:100%;max-width:380px;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--testify-accent);border-radius:var(--testify-radius-sm);color:#fff;box-shadow:0 4px 16px #ff31314d}.discount-banner[hidden]{display:none}.discount-banner__icon{width:22px;height:22px;flex-shrink:0}.discount-banner__text{display:flex;flex-direction:column;line-height:1.2;min-width:0}.discount-banner__label{font-size:.6875rem;font-weight:600;opacity:.9}.discount-banner__code{font-size:.9375rem;font-weight:800;letter-spacing:.03em}.discount-banner__copy{margin-left:auto;padding:.4rem .75rem;background:#fff;color:var(--testify-accent);border:none;border-radius:8px;font-family:var(--testify-font);font-size:.75rem;font-weight:800;cursor:pointer;transition:transform .15s ease;flex-shrink:0}.discount-banner__copy:hover{transform:scale(1.05)}.discount-banner__copy.copied{background:var(--testify-fg);color:#fff}.transition-card{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:2rem;background:var(--testify-bg);border-radius:var(--testify-radius);box-shadow:var(--testify-shadow);animation:tf-fadeIn .5s ease;text-align:center}@keyframes tf-fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.transition-card__icon{width:76px;height:76px;border-radius:20px;background:var(--testify-accent);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #ff313159;transition:all .5s ease}.transition-card__icon--pulse{animation:tf-iconPulse 2s ease-in-out infinite}.transition-card__icon--check{animation:tf-checkBounce .5s cubic-bezier(.175,.885,.32,1.275)}@keyframes tf-iconPulse{0%,to{transform:scale(1);box-shadow:0 8px 24px #ff313159}50%{transform:scale(1.05);box-shadow:0 8px 30px #ff313180}}@keyframes tf-checkBounce{0%{transform:scale(.8)}50%{transform:scale(1.1)}to{transform:scale(1)}}.transition-card__icon svg{width:38px;height:38px;color:#fff;stroke:#fff}.transition-card__title{font-size:1.4rem;font-weight:800;color:var(--testify-fg);margin:0;line-height:1.3}.transition-card__subtitle{font-size:.9375rem;color:var(--testify-fg-muted);margin:0;font-weight:500;min-height:1.4em;transition:opacity .3s ease}.transition-card__progress{width:100%;max-width:200px;height:8px;background:#00000014;border-radius:100px;overflow:hidden;margin-top:.5rem}.transition-card__progress-bar{height:100%;background:linear-gradient(90deg,var(--testify-accent) 0%,#ff6b6b 100%);border-radius:100px;animation:tf-progressFill 2.6s ease-out forwards}@keyframes tf-progressFill{0%{width:0%}to{width:100%}}.summary-card{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.875rem;padding:1.75rem 1.5rem;background:var(--testify-bg);border-radius:var(--testify-radius);box-shadow:var(--testify-shadow);animation:tf-fadeIn .4s ease;text-align:center;overflow-y:auto}.summary-card__icon{width:60px;height:60px;border-radius:16px;background:var(--testify-accent);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 24px #ff313159}.summary-card__icon svg{width:30px;height:30px}.summary-card__title{font-size:1.35rem;font-weight:800;color:var(--testify-fg);margin:0;line-height:1.25}.summary-card__subtitle{font-size:.875rem;color:var(--testify-fg-muted);margin:0;font-weight:500}.summary-card__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin:.25rem 0}.summary-chip{padding:.4rem .75rem;background:#0000000a;border:1px solid var(--testify-border);border-radius:50px;font-size:.75rem;font-weight:700;color:var(--testify-fg)}.summary-card__discount{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:var(--testify-accent-soft);border:1px dashed var(--testify-accent);border-radius:var(--testify-radius-sm);color:var(--testify-accent);font-weight:800;font-size:.875rem}.summary-card__discount svg{width:18px;height:18px}.summary-card__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;max-width:260px;padding:.875rem 1.5rem;margin-top:.25rem;background:var(--testify-accent);color:#fff;border:none;border-radius:50px;font-family:var(--testify-font);font-size:.9375rem;font-weight:800;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 16px #ff31314d}.summary-card__cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff313166}.summary-card__cta svg{width:18px;height:18px}.loading-indicator{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:var(--testify-bg);border-radius:var(--testify-radius);color:var(--testify-fg-muted);font-size:.8125rem;font-weight:600}.loading-spinner{width:40px;height:40px;border:3px solid rgba(0,0,0,.1);border-top-color:var(--testify-accent);border-radius:50%;animation:tf-spin .8s linear infinite}@keyframes tf-spin{to{transform:rotate(360deg)}}.empty-state{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.875rem;text-align:center;padding:1.75rem 1.5rem;background:#00000005;border:2px dashed rgba(0,0,0,.12);border-radius:var(--testify-radius);overflow-y:auto}.empty-state[hidden]{display:none}.empty-state__checkout{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;max-width:240px;padding:.875rem 1.5rem;margin-top:.25rem;background:var(--testify-accent);color:#fff;text-decoration:none;border-radius:50px;font-family:var(--testify-font);font-size:.9375rem;font-weight:800;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 16px #ff31314d}.empty-state__checkout:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff313166}.empty-state__checkout svg{width:18px;height:18px}.empty-state__icon{width:72px;height:72px;border-radius:50%;background:var(--testify-accent);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #ff31314d}.empty-state__icon svg{width:36px;height:36px;color:#fff;stroke:#fff}.empty-state h3{font-size:1.125rem;font-weight:800;color:var(--testify-fg);margin:0}.empty-state p{font-size:.875rem;color:var(--testify-fg-muted);margin:0;line-height:1.5}.restart-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--testify-bg);color:var(--testify-fg);border:2px solid var(--testify-border);border-radius:50px;font-family:var(--testify-font);font-size:.875rem;font-weight:700;cursor:pointer;transition:all .2s ease;margin-top:.25rem}.restart-btn:hover{border-color:var(--testify-fg);transform:translateY(-2px)}.restart-btn svg{width:18px;height:18px}.mobile-liked-counter{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--testify-bg);border-radius:50px;box-shadow:var(--testify-shadow-sm)}.mobile-liked-counter svg{width:18px;height:18px;color:var(--testify-accent)}.mobile-liked-counter span{font-weight:800;font-size:.875rem;color:var(--testify-fg);min-width:1.25rem;text-align:center}.mobile-liked-counter.has-items svg{animation:tf-heartBeat .3s ease}@keyframes tf-heartBeat{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.action-buttons{display:flex;align-items:center;justify-content:center;gap:1rem}.action-btn{border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s cubic-bezier(.34,1.56,.64,1);background:var(--testify-bg)}.action-btn:disabled{opacity:.3;cursor:not-allowed;transform:none!important}.action-btn svg{transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.action-btn--pass{width:64px;height:64px;color:var(--testify-fg);border:2px solid var(--testify-fg);box-shadow:0 4px 16px #0000001a}.action-btn--pass svg{width:28px;height:28px}.action-btn--pass:hover:not(:disabled){background:var(--testify-fg);color:var(--testify-bg)}.action-btn--like{width:64px;height:64px;color:var(--testify-accent);border:2px solid var(--testify-accent);box-shadow:0 4px 16px #ff313140}.action-btn--like svg{width:28px;height:28px}.action-btn--like:hover:not(:disabled){background:var(--testify-accent);color:#fff;box-shadow:0 8px 24px #ff313166}.action-btn--like:hover:not(:disabled) svg,.action-btn--pass:hover:not(:disabled) svg{transform:scale(1.15)}.action-btn--rewind{width:48px;height:48px;color:var(--testify-fg-muted);border:2px solid var(--testify-border);box-shadow:0 2px 8px #00000014}.action-btn--rewind svg{width:20px;height:20px}.action-btn--rewind:hover:not(:disabled){color:var(--testify-fg);border-color:var(--testify-fg)}.card-info{font-size:.75rem;font-weight:600;color:var(--testify-fg-muted)}.card-info[hidden]{display:none}.liked-stack{position:relative;width:160px;min-height:180px;display:flex;align-items:center;justify-content:center}.liked-stack__empty{display:flex;flex-direction:column;align-items:center;gap:.625rem;text-align:center;padding:1.25rem;color:var(--testify-fg-muted)}.liked-stack__empty svg{width:28px;height:28px;opacity:.4}.liked-stack__empty span{font-size:.6875rem;line-height:1.4}.liked-stack__item{position:absolute;width:96px;height:120px;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000026;border:3px solid var(--testify-accent);--stack-offset: 0;transform:translate(calc(var(--stack-offset) * -8px)) rotate(calc(var(--stack-offset) * -3deg));transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.liked-stack__item img{width:100%;height:100%;object-fit:cover}.liked-stack__counter{position:absolute;bottom:-8px;right:8px;width:30px;height:30px;border-radius:50%;background:var(--testify-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.8125rem;box-shadow:0 4px 12px #ff313166;z-index:20}.milestone-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(100px);padding:1rem 1.5rem;background:var(--testify-fg);color:var(--testify-bg);border-radius:100px;font-weight:700;font-size:.9375rem;display:flex;align-items:center;gap:.625rem;box-shadow:0 8px 32px #00000040;z-index:1000;opacity:0;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.milestone-toast.show{opacity:1;transform:translate(-50%) translateY(0)}.milestone-toast__icon{font-size:1.25rem}@media(min-width:768px){.product-testify-section{padding:2rem}.testify-header__text h1{font-size:1.75rem}.mobile-liked-counter{display:none}}@media(min-width:1024px){.testify-center{max-width:none;display:grid;grid-template-columns:200px minmax(320px,380px) 200px;gap:2rem;justify-content:center;align-items:start}.testify-sidebar{display:block}.testify-sidebar--left{position:static;display:flex;justify-content:flex-end}.testify-sidebar--right{display:block}.card-stack,.action-buttons,.card-info,.mobile-liked-counter{grid-column:2;justify-self:center}.card-stack{max-height:520px}.question-card__text{font-size:1.5rem}}@media(max-width:767px){.card-stack{max-width:100%}}@media(max-width:480px){.action-btn--pass,.action-btn--like{width:58px;height:58px}.action-btn--rewind{width:44px;height:44px}.question-card__text{font-size:1.25rem}.card-stack{aspect-ratio:.7;max-height:min(440px,52vh)}}@media(prefers-reduced-motion:reduce){.swipe-card,.action-btn,.choice-btn,.liked-stack__item,.progress-bar__fill,.milestone-toast{transition:opacity .15s ease}.loading-spinner,.progress-milestone.active .milestone-dot,.transition-card__icon--pulse{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/132/assets/product-testify.css.map */
