@import"https://fonts.googleapis.com/css2?family=Playpen+Sans:wght@400;500;600;700&display=swap";.product-testify-section{--testify-primary: var(--color-foreground, #1a1a1a);--testify-secondary: var(--color-foreground-secondary, #333333);--testify-accent: var(--color-brand, #e63946);--testify-success: #10b981;--testify-warning: #f59e0b;--testify-bg: var(--color-background, #fafafa);--testify-card-bg: var(--color-background, #ffffff);--testify-text: var(--color-foreground, #1a1a1a);--testify-text-muted: color-mix(in srgb, var(--color-foreground, #1a1a1a) 60%, transparent);--testify-border: color-mix(in srgb, var(--color-foreground, #1a1a1a) 15%, transparent);--testify-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--testify-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--testify-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--testify-radius: 1rem;--testify-radius-lg: 1.5rem;position:relative;min-height:100vh;padding:1.5rem;background:var(--testify-bg);font-family:Playpen Sans,system-ui,sans-serif;overflow:hidden}.testify-background{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0}.testify-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;animation:float 20s ease-in-out infinite}.testify-orb--1{width:400px;height:400px;background:linear-gradient(135deg,var(--testify-accent),color-mix(in srgb,var(--testify-accent) 70%,white));top:-100px;right:-100px;animation-delay:0s}.testify-orb--2{width:300px;height:300px;background:linear-gradient(135deg,var(--testify-primary),color-mix(in srgb,var(--testify-primary) 50%,transparent));bottom:-50px;left:-50px;animation-delay:-7s}.testify-orb--3{width:250px;height:250px;background:linear-gradient(135deg,var(--testify-success),#34d399);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:-14s}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.05)}50%{transform:translate(-20px,20px) scale(.95)}75%{transform:translate(-30px,-20px) scale(1.02)}}.testify-container{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.testify-header{display:flex;align-items:center;gap:1rem;text-align:center;flex-direction:column}.testify-header__icon{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--testify-accent),color-mix(in srgb,var(--testify-accent) 70%,white));display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px -4px color-mix(in srgb,var(--testify-accent) 50%,transparent);animation:pulse-glow 2s ease-in-out infinite}.testify-header__icon svg{width:32px;height:32px;color:#fff;stroke:#fff}@keyframes pulse-glow{0%,to{box-shadow:0 8px 20px -4px color-mix(in srgb,var(--testify-accent) 50%,transparent)}50%{box-shadow:0 8px 30px -4px color-mix(in srgb,var(--testify-accent) 70%,transparent)}}.testify-header__text h1{font-size:1.75rem;font-weight:700;color:var(--testify-text);margin:0;line-height:1.2}.testify-header__text p{font-size:1rem;color:var(--testify-text-muted);margin:.25rem 0 0}.question-progress{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;gap:.5rem}.question-progress__bar{width:100%;height:6px;background:var(--testify-border);border-radius:3px;overflow:hidden}.question-progress__fill{height:100%;background:linear-gradient(90deg,var(--testify-accent),color-mix(in srgb,var(--testify-accent) 70%,white));border-radius:3px;width:0%;transition:width .5s cubic-bezier(.4,0,.2,1)}.question-progress__text{font-size:.875rem;color:var(--testify-text-muted);font-weight:500}.progress-container{width:100%;max-width:400px;padding:1rem;background:var(--testify-card-bg);border-radius:var(--testify-radius);box-shadow:var(--testify-shadow)}.progress-labels{display:flex;justify-content:space-between;margin-bottom:.75rem;padding:0 .25rem}.progress-label{font-size:.75rem;font-weight:600;color:var(--testify-text-muted);transition:color .3s ease}.progress-label.reached{color:var(--testify-success)}.progress-bar{position:relative;height:8px;background:var(--testify-border);border-radius:4px;margin-bottom:.75rem}.progress-bar__fill{height:100%;background:linear-gradient(90deg,var(--testify-success),#34d399);border-radius:4px;width:0%;transition:width .5s cubic-bezier(.4,0,.2,1)}.progress-milestone{position:absolute;top:50%;transform:translate(-50%,-50%)}.milestone-dot{width:20px;height:20px;border-radius:50%;background:var(--testify-border);border:3px solid var(--testify-card-bg);display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:var(--testify-shadow)}.milestone-dot svg{width:10px;height:10px;color:#fff;opacity:0;transition:opacity .3s ease}.progress-milestone.active .milestone-dot{background:var(--testify-warning);animation:pulse 1.5s ease-in-out infinite}.progress-milestone.reached .milestone-dot{background:var(--testify-success)}.progress-milestone.reached .milestone-dot svg{opacity:1}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.progress-text{text-align:center;font-size:.875rem;font-weight:500;color:var(--testify-text)}.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:400px;position:relative}.testify-sidebar{display:none}.testify-sidebar--left{position:absolute;left:-200px;top:0}.card-stack{position:relative;width:100%;aspect-ratio:3 / 4;max-height:480px;perspective:1000px}.swipe-card{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--testify-radius-lg);overflow:hidden;background:var(--testify-card-bg);box-shadow:var(--testify-shadow-xl);touch-action:none;-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) * .03));opacity:calc(1 - var(--stack-index) * .15)}.swipe-card.active{cursor:grab;z-index:100;transform:translateY(0) scale(1);opacity:1}.swipe-card.dragging{cursor:grabbing;transition:none}.swipe-card__inner{height:100%;display:flex;flex-direction:column}.swipe-card__image-wrapper{position:relative;flex:1;overflow:hidden;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.swipe-card__image{width:100%;height:100%;object-fit:cover;pointer-events:none}.swipe-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--testify-text-muted)}.swipe-card__placeholder svg{width:64px;height:64px}.swipe-indicator{position:absolute;top:50%;transform:translateY(-50%);padding:.75rem 1.25rem;border-radius:.5rem;font-weight:700;font-size:1.25rem;display:flex;align-items:center;gap:.5rem;opacity:0;transition:opacity .15s ease;pointer-events:none;text-transform:uppercase;letter-spacing:.05em}.swipe-indicator svg{width:28px;height:28px}.swipe-indicator--like{right:1rem;background:#10b981f2;color:#fff;box-shadow:0 4px 20px #10b98166}.swipe-indicator--pass{left:1rem;background:#ef4444f2;color:#fff;box-shadow:0 4px 20px #ef444466}.swipe-card__content{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;background:var(--testify-card-bg)}.swipe-card__title{font-size:1.125rem;font-weight:600;color:var(--testify-text);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:center;gap:.75rem}.swipe-card__price{font-size:1.25rem;font-weight:700;color:var(--testify-primary)}.swipe-card__compare-price{font-size:.9rem;color:var(--testify-text-muted);text-decoration:line-through}.swipe-card__link{display:inline-flex;align-items:center;gap:.5rem;color:var(--testify-text-muted);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s ease;margin-top:.25rem}.swipe-card__link:hover{color:var(--testify-primary)}.swipe-card__link svg{width:16px;height:16px;transition:transform .2s ease}.swipe-card__link:hover svg{transform:translate(3px)}.swipe-card--question{cursor:default}.swipe-card--question .swipe-card__inner{height:100%}.question-card{position:relative;height:100%;display:flex;flex-direction:column;background:linear-gradient(180deg,#fff,#f8fafc);padding:2rem 1.5rem}.question-card__badge{align-self:center;padding:.5rem 1rem;background:var(--testify-primary);color:var(--testify-bg);font-size:.75rem;font-weight:600;border-radius:2rem;text-transform:uppercase;letter-spacing:.05em}.question-card__content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:2rem;padding:2rem 0}.question-card__text{font-size:1.5rem;font-weight:600;color:var(--testify-text);margin:0;line-height:1.4;max-width:280px}.question-card__hint{display:flex;justify-content:space-between;width:100%;max-width:260px}.hint{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;opacity:.7}.hint svg{width:18px;height:18px}.hint--no{color:#ef4444}.hint--yes{color:var(--testify-success)}.swipe-card--question .swipe-indicator{top:auto;bottom:6rem}.swipe-card--question .swipe-indicator--like{right:1rem}.swipe-card--question .swipe-indicator--pass{left:1rem}.question-card--choices{cursor:default}.choice-options{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:300px}.choice-btn{display:flex;align-items:center;gap:1rem;width:100%;padding:1rem 1.25rem;background:#fff;border:2px solid var(--testify-border);border-radius:var(--testify-radius);cursor:pointer;transition:all .2s ease;text-align:left}.choice-btn:hover{border-color:var(--testify-primary);background:color-mix(in srgb,var(--testify-primary) 5%,var(--testify-bg));transform:translateY(-2px);box-shadow:var(--testify-shadow)}.choice-btn:active{transform:translateY(0)}.choice-btn.selected{border-color:var(--testify-success);background:color-mix(in srgb,var(--testify-success) 10%,white)}.choice-btn.selected .choice-btn__letter{background:var(--testify-success);color:#fff}.choice-btn__letter{width:32px;height:32px;border-radius:50%;background:var(--testify-border);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;color:var(--testify-text);flex-shrink:0;transition:all .2s ease}.choice-btn:hover .choice-btn__letter{background:var(--testify-primary);color:var(--testify-bg)}.choice-btn__text{font-size:1rem;font-weight:500;color:var(--testify-text)}.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:linear-gradient(180deg,#fff,#f8fafc);border-radius:var(--testify-radius-lg);box-shadow:var(--testify-shadow-xl);animation:fadeIn .5s ease;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.transition-card__icon{width:80px;height:80px;border-radius:50%;background:var(--testify-primary);display:flex;align-items:center;justify-content:center;animation:scaleIn .5s cubic-bezier(.175,.885,.32,1.275) .2s both;transition:all .5s ease}.transition-card__icon--pulse{animation:scaleIn .5s cubic-bezier(.175,.885,.32,1.275) .2s both,iconPulse 2s ease-in-out infinite}.transition-card__icon--check{background:linear-gradient(135deg,var(--testify-success),#34d399);animation:checkBounce .5s cubic-bezier(.175,.885,.32,1.275)}@keyframes iconPulse{0%,to{transform:scale(1);box-shadow:0 0 color-mix(in srgb,var(--testify-primary) 40%,transparent)}50%{transform:scale(1.05);box-shadow:0 0 0 15px transparent}}@keyframes checkBounce{0%{transform:scale(.8)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.transition-card__icon svg{width:40px;height:40px;color:#fff;stroke:#fff}.transition-card__title{font-size:1.5rem;font-weight:700;color:var(--testify-text);margin:0;animation:slideUp .5s ease .3s both;line-height:1.3}.transition-card__subtitle{font-size:1rem;color:var(--testify-text-muted);margin:0;animation:slideUp .5s ease .4s both;min-height:1.5em;transition:opacity .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.transition-card__progress{width:100%;max-width:200px;height:6px;background:var(--testify-border);border-radius:3px;overflow:hidden;margin-top:.5rem}.transition-card__progress-bar{height:100%;background:linear-gradient(90deg,var(--testify-primary),color-mix(in srgb,var(--testify-primary) 60%,var(--testify-bg)),var(--testify-success));background-size:200% 100%;border-radius:3px;animation:progressFill 4.5s ease-out forwards,progressShimmer 1.5s ease-in-out infinite}@keyframes progressFill{0%{width:0%}30%{width:35%}60%{width:70%}to{width:100%}}@keyframes progressShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.transition-card__loader{width:40px;height:40px;border:3px solid var(--testify-border);border-top-color:var(--testify-primary);border-radius:50%;animation:spin 1s linear infinite;margin-top:1rem}@keyframes spin{to{transform:rotate(360deg)}}.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-card-bg);border-radius:var(--testify-radius-lg)}.loading-spinner{width:40px;height:40px;border:3px solid var(--testify-border);border-top-color:var(--testify-primary);border-radius:50%;animation:spin 1s linear infinite}.empty-state{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center;padding:2rem;background:var(--testify-card-bg);border-radius:var(--testify-radius-lg);box-shadow:var(--testify-shadow-xl)}.empty-state__icon{width:80px;height:80px;border-radius:50%;background:var(--testify-primary);display:flex;align-items:center;justify-content:center}.empty-state__icon svg{width:40px;height:40px;color:#fff;stroke:#fff}.empty-state h3{font-size:1.25rem;font-weight:600;color:var(--testify-text);margin:0}.empty-state p{font-size:.9rem;color:var(--testify-text-muted);margin:0}.restart-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--testify-primary);color:#fff;border:none;border-radius:2rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.restart-btn:hover{background:var(--testify-secondary);transform:translateY(-2px);box-shadow:var(--testify-shadow)}.restart-btn svg{width:18px;height:18px}.mobile-liked-counter{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--testify-card-bg);border-radius:2rem;box-shadow:var(--testify-shadow)}.mobile-liked-counter svg{width:18px;height:18px;color:var(--testify-primary)}.mobile-liked-counter span{font-weight:600;font-size:.875rem;color:var(--testify-text);min-width:1.25rem;text-align:center}.mobile-liked-counter.has-items svg{animation:heartBeat .3s ease}@keyframes 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{width:56px;height:56px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:var(--testify-shadow)}.action-btn:disabled{opacity:.4;cursor:not-allowed;transform:none!important}.action-btn svg{width:24px;height:24px}.action-btn--pass{background:#fff;color:#ef4444}.action-btn--pass:hover:not(:disabled){transform:scale(1.1);box-shadow:0 8px 20px #ef44444d;background:#fef2f2}.action-btn--like{width:64px;height:64px;background:var(--testify-primary);color:var(--testify-bg)}.action-btn--like:hover:not(:disabled){transform:scale(1.1);box-shadow:0 8px 20px color-mix(in srgb,var(--testify-primary) 40%,transparent)}.action-btn--like svg{width:28px;height:28px}.action-btn--rewind{width:48px;height:48px;background:#fff;color:var(--testify-text-muted)}.action-btn--rewind:hover:not(:disabled){transform:scale(1.1);color:var(--testify-warning)}.action-btn--rewind svg{width:20px;height:20px}.card-info{font-size:.875rem;color:var(--testify-text-muted)}.liked-stack{position:relative;width:160px;height:200px;display:flex;align-items:center;justify-content:center}.liked-stack__empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;padding:1.5rem;background:var(--testify-card-bg);border-radius:var(--testify-radius);box-shadow:var(--testify-shadow)}.liked-stack__empty svg{width:32px;height:32px;color:var(--testify-text-muted);opacity:.5}.liked-stack__empty span{font-size:.75rem;color:var(--testify-text-muted);line-height:1.4}.liked-stack__item{position:absolute;width:100px;height:130px;border-radius:var(--testify-radius);overflow:hidden;box-shadow:var(--testify-shadow);--stack-offset: 0;transform:translate(calc(var(--stack-offset) * -8px)) rotate(calc(var(--stack-offset) * -3deg));transition:transform .3s ease}.liked-stack__item img{width:100%;height:100%;object-fit:cover}.liked-stack__counter{position:absolute;bottom:-10px;right:10px;width:32px;height:32px;border-radius:50%;background:var(--testify-primary);color:var(--testify-bg);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;box-shadow:var(--testify-shadow)}.milestone-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(100px);padding:1rem 1.5rem;background:linear-gradient(135deg,var(--testify-success),#34d399);color:#fff;border-radius:2rem;font-weight:600;display:flex;align-items:center;gap:.75rem;box-shadow:0 10px 30px #10b98166;z-index:1000;transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.milestone-toast.show{transform:translate(-50%) translateY(0)}.milestone-toast__icon{font-size:1.5rem}@media (min-width: 768px){.product-testify-section{padding:2rem}.testify-header{flex-direction:row;text-align:left}.testify-header__text h1{font-size:2rem}.mobile-liked-counter{display:none}}@media (min-width: 1024px){.testify-center{max-width:none;display:grid;grid-template-columns:200px minmax(320px,400px) 200px;gap:2rem;justify-content:center}.testify-sidebar{display:block}.testify-sidebar--left{position:static;display:flex;justify-content:flex-end;padding-top:0}.testify-sidebar--right{display:block}.card-stack,.empty-state,.action-buttons,.card-info,.mobile-liked-counter{grid-column:2}.testify-container{gap:2rem}.card-stack{max-height:520px}.question-card__text{font-size:1.75rem}}@media (max-width: 767px){.card-stack{max-width:100%}.action-btn{width:50px;height:50px}.action-btn--like{width:58px;height:58px}.action-btn--rewind{width:42px;height:42px}.question-card{padding:1.5rem 1rem}.question-card__text{font-size:1.25rem}.choice-btn{padding:.875rem 1rem}}
/*# sourceMappingURL=/cdn/shop/t/87/assets/product-testify.css.map */
