.testimonials-coverflow{--tc-radius: 16px;--tc-font: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--tc-ease: cubic-bezier(.4, 0, .2, 1);--tc-card-width: 380px;--tc-scene-height: 480px;--tc-perspective: 1200px;box-sizing:border-box;font-family:var(--tc-font);color:var(--tc-text);line-height:1.6;-webkit-font-smoothing:antialiased;overflow:clip}.testimonials-coverflow *,.testimonials-coverflow *:before,.testimonials-coverflow *:after{box-sizing:border-box}.testimonials-coverflow img{max-width:100%;display:block}.testimonials-coverflow__inner{max-width:var(--tc-content-max, 1140px);margin-inline:auto;padding:var(--tc-section-pad-y, 5rem) var(--tc-section-pad-x, 2rem)}.testimonials-coverflow--alt-bg .testimonials-coverflow__strip{background:var(--tc-bg-alt);max-width:100%}.testimonials-coverflow__strip .testimonials-coverflow__inner{max-width:var(--tc-content-max, 1140px)}.testimonials-coverflow__label{font-size:var(--tc-label-size, .7rem);font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--tc-text-muted);margin:0 0 .5rem;text-align:center}.testimonials-coverflow__heading{font-size:clamp(var(--tc-heading-min, 1.75rem),3.5vw,var(--tc-heading-max, 2.5rem));font-weight:800;text-align:center;margin:0 0 3rem;letter-spacing:-.02em;color:var(--tc-text);line-height:1.15}.testimonials-coverflow__heading em{font-style:italic;color:var(--tc-accent-text)}.testimonials-coverflow__viewport{position:relative;width:100%;max-width:1100px;margin:0 auto;perspective:var(--tc-perspective);perspective-origin:50% 50%;padding-bottom:3rem;overflow:visible;isolation:isolate}.testimonials-coverflow__scene{position:relative;width:100%;height:var(--tc-scene-height);transform-style:preserve-3d}.testimonials-coverflow__scene:after{content:"";position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:45%;height:40px;background:radial-gradient(ellipse,var(--tc-accent-dim) 0%,transparent 70%);opacity:.6;pointer-events:none;border-radius:50%;filter:blur(14px)}.testimonials-coverflow__card{position:absolute;top:0;left:50%;width:var(--tc-card-width);margin-left:calc(var(--tc-card-width) / -2);border-radius:var(--tc-radius);overflow:hidden;background:var(--tc-card-bg);border:1px solid var(--tc-border);transform-style:preserve-3d;transition:transform .5s cubic-bezier(.4,0,.15,1),opacity .5s cubic-bezier(.4,0,.15,1),filter .5s cubic-bezier(.4,0,.15,1),box-shadow .5s cubic-bezier(.4,0,.15,1);will-change:transform,opacity,filter;cursor:pointer}.testimonials-coverflow__shimmer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;pointer-events:none;opacity:0;background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,.06) 45%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.06) 55%,transparent 60%);background-size:250% 100%;transition:opacity .6s var(--tc-ease)}.testimonials-coverflow__card--center .testimonials-coverflow__shimmer{opacity:1;animation:tc-card-shimmer 3.5s ease-in-out infinite}@keyframes tc-card-shimmer{0%{background-position:200% 0}to{background-position:-50% 0}}.testimonials-coverflow__card--center{transform:translate(0) translateZ(60px) rotateY(0) scale(1);opacity:1;filter:brightness(1) blur(0);box-shadow:0 24px 80px #00000038,0 0 0 1px var(--tc-border);z-index:10}.testimonials-coverflow__card--center:hover{box-shadow:0 28px 90px #0000004d,0 0 0 1px var(--tc-accent-dim)}.testimonials-coverflow__card--left{transform:translate(-72%) translateZ(-40px) rotateY(35deg) scale(.88);opacity:.65;filter:brightness(.78) blur(1px);box-shadow:0 12px 40px #00000026;z-index:5}.testimonials-coverflow__card--right{transform:translate(72%) translateZ(-40px) rotateY(-35deg) scale(.88);opacity:.65;filter:brightness(.78) blur(1px);box-shadow:0 12px 40px #00000026;z-index:5}.testimonials-coverflow__card--hidden{transform:translate(0) translateZ(-200px) rotateY(0) scale(.6);opacity:0;filter:brightness(.5) blur(4px);z-index:0;pointer-events:none}.testimonials-coverflow__chrome{display:flex;align-items:center;padding:.65rem 1rem;background:var(--tc-chrome-bg);border-bottom:1px solid var(--tc-border)}.testimonials-coverflow__traffic{display:flex;gap:7px}.testimonials-coverflow__traffic-dot{width:11px;height:11px;border-radius:50%}.testimonials-coverflow__traffic-dot--red{background:#ff5f57}.testimonials-coverflow__traffic-dot--yellow{background:#febc2e}.testimonials-coverflow__traffic-dot--green{background:#28c840}.testimonials-coverflow__body{padding:2rem 1.75rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center}.testimonials-coverflow__avatar{position:relative;width:var(--tc-avatar-size, 80px);height:var(--tc-avatar-size, 80px);margin-bottom:1.25rem;flex-shrink:0}.testimonials-coverflow__avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;position:relative;z-index:2;border:3px solid var(--tc-card-bg);background:var(--tc-chrome-bg)}.testimonials-coverflow__avatar-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background:var(--tc-avatar-fallback-bg, var(--tc-chrome-bg));color:#fff;font-size:min(1.35rem,max(.7rem,calc(var(--tc-avatar-size, 80px) * .34)));font-weight:700;letter-spacing:.04em;line-height:1;position:relative;z-index:2;border:3px solid var(--tc-card-bg);box-sizing:border-box;text-transform:uppercase;-webkit-user-select:none;user-select:none}.testimonials-coverflow__avatar-ring{position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:50%;border:2px solid var(--tc-accent);opacity:0;transform:scale(.85);transition:opacity .6s var(--tc-ease),transform .6s var(--tc-ease);z-index:1}.testimonials-coverflow__avatar-glow{position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;border-radius:50%;background:radial-gradient(circle,var(--tc-accent-dim) 0%,transparent 70%);opacity:0;transform:scale(.8);transition:opacity .6s var(--tc-ease),transform .6s var(--tc-ease);z-index:0}.testimonials-coverflow__card--center .testimonials-coverflow__avatar-ring{opacity:.6;transform:scale(1);animation:tc-ring-pulse 2.8s ease-in-out infinite}.testimonials-coverflow__card--center .testimonials-coverflow__avatar-glow{opacity:1;transform:scale(1);animation:tc-glow-pulse 3s ease-in-out infinite}@keyframes tc-ring-pulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.08);opacity:.3}}@keyframes tc-glow-pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.15);opacity:.4}}.testimonials-coverflow__quote-icon{width:28px;height:28px;color:var(--tc-accent);opacity:.2;margin-bottom:.75rem;transition:opacity .5s var(--tc-ease),transform .5s var(--tc-ease)}.testimonials-coverflow__card--center .testimonials-coverflow__quote-icon{opacity:.4;transform:scale(1.1)}.testimonials-coverflow__quote{font-size:var(--tc-quote-size, .95rem);line-height:1.8;color:var(--tc-text-mid);font-style:italic;margin:0}.testimonials-coverflow__metric{display:inline-flex;align-items:center;gap:5px;margin-top:1.1rem;padding:.35rem .95rem .35rem .7rem;background:linear-gradient(135deg,var(--tc-accent-bg) 0%,transparent 100%);border:1px solid var(--tc-accent-dim);border-radius:9999px;font-size:var(--tc-metric-size, .7rem);font-weight:700;letter-spacing:.03em;color:var(--tc-accent-text);opacity:.4;transform:translateY(6px) scale(.95);transition:opacity .5s var(--tc-ease),transform .5s var(--tc-ease),box-shadow .5s var(--tc-ease)}.testimonials-coverflow__metric-icon{width:13px;height:13px;flex-shrink:0;opacity:.7}.testimonials-coverflow__card--center .testimonials-coverflow__metric{opacity:1;transform:translateY(0) scale(1);box-shadow:0 2px 12px var(--tc-accent-dim),inset 0 1px #ffffff1a;border-color:var(--tc-accent)}.testimonials-coverflow__card--center .testimonials-coverflow__metric-icon{opacity:1}.testimonials-coverflow__footer{padding:0 1.75rem 1.5rem}.testimonials-coverflow__meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.testimonials-coverflow__meta-primary{flex:1;min-width:0}.testimonials-coverflow__author-row{display:flex;align-items:center;gap:.65rem;min-width:0}.testimonials-coverflow__author-text{min-width:0;flex:1}.testimonials-coverflow__logo{position:relative;width:38px;height:38px;min-width:38px;min-height:38px;border-radius:10px;background:var(--tc-logo-bg, var(--tc-chrome-bg));border:1.5px solid var(--tc-border);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;letter-spacing:.02em;flex-shrink:0;overflow:hidden;transition:border-color .4s var(--tc-ease),box-shadow .4s var(--tc-ease)}.testimonials-coverflow__card--center .testimonials-coverflow__logo{border-color:#fff3;box-shadow:0 3px 12px #00000026}.testimonials-coverflow__logo-img{width:100%;height:100%;object-fit:contain;padding:5px;border-radius:inherit}.testimonials-coverflow__author-name{display:flex;align-items:center;gap:5px;font-size:var(--tc-author-size, .875rem);font-weight:600;color:var(--tc-text);letter-spacing:.01em;min-width:0}.testimonials-coverflow__author-name-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.testimonials-coverflow__verified{width:15px;height:15px;color:var(--tc-verified);flex-shrink:0;transition:filter .4s var(--tc-ease),transform .3s var(--tc-ease)}.testimonials-coverflow__card--center .testimonials-coverflow__verified{filter:drop-shadow(0 0 4px rgba(59,130,246,.5));transform:scale(1.1)}.testimonials-coverflow__author-sub{font-size:var(--tc-author-sub-size, .7rem);color:var(--tc-text-muted);display:block;margin-top:.08rem;font-weight:500;letter-spacing:.01em}.testimonials-coverflow__stars{color:var(--tc-stars);font-size:var(--tc-stars-size, .85rem);letter-spacing:1px;flex-shrink:0;transition:filter .4s var(--tc-ease)}.testimonials-coverflow__card--center .testimonials-coverflow__stars{filter:drop-shadow(0 0 6px rgba(250,204,21,.35))}.testimonials-coverflow__nav{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-top:1.5rem;position:relative;z-index:2}.testimonials-coverflow__google-cta{display:flex;justify-content:center;margin-top:1.25rem;position:relative;z-index:2}.testimonials-coverflow__google-button{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.35rem;border-radius:8px;letter-spacing:.8px;font-size:.9rem;font-weight:700;text-decoration:none;color:var(--tc-nav-text, #fff);background:var(--tc-nav-bg, #000000);border:1px solid var(--tc-nav-bg, #4d9200);transition:transform .2s var(--tc-ease),box-shadow .2s var(--tc-ease)}.testimonials-coverflow__google-button:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0000001f}.testimonials-coverflow__arrow{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:1px solid var(--tc-border);background:var(--tc-card-bg);color:var(--tc-text);cursor:pointer;transition:all .25s var(--tc-ease);padding:0;-webkit-tap-highlight-color:transparent}.testimonials-coverflow__arrow svg{width:18px;height:18px}.testimonials-coverflow__arrow:hover{background:var(--tc-nav-bg);color:var(--tc-nav-text);border-color:var(--tc-nav-bg);transform:scale(1.1)}.testimonials-coverflow__dots{display:flex;align-items:center;justify-content:center;flex:0 1 auto;gap:7px;flex-wrap:nowrap;max-width:100%;padding:.55rem 1.125rem;margin:0;background:#0b0f1994;border-radius:9999px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 20px #00000047;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}.testimonials-coverflow__dots::-webkit-scrollbar{display:none;width:0;height:0}.testimonials-coverflow__dot{width:8px;height:8px;border-radius:50%;border:2px solid rgba(255,255,255,.35);background:transparent;cursor:pointer;padding:0;flex-shrink:0;transition:all .3s var(--tc-ease);-webkit-tap-highlight-color:transparent}.testimonials-coverflow__dot.is-active{background:var(--tc-accent);border-color:var(--tc-accent);transform:scale(1.3);box-shadow:0 0 0 1px #fff3}.testimonials-coverflow__dot:hover:not(.is-active){border-color:#ffffff8c}@media(max-width:900px){.testimonials-coverflow{--tc-perspective: 1000px}.testimonials-coverflow__scene{height:calc(var(--tc-scene-height) - 10px)}.testimonials-coverflow__card{width:min(var(--tc-card-width),340px);margin-left:calc(min(var(--tc-card-width),340px)/-2)}.testimonials-coverflow__card--left{transform:translate(-65%) translateZ(-30px) rotateY(30deg) scale(.85)}.testimonials-coverflow__card--right{transform:translate(65%) translateZ(-30px) rotateY(-30deg) scale(.85)}}@media(max-width:768px){.testimonials-coverflow{--tc-perspective: 800px}.testimonials-coverflow__scene{height:calc(var(--tc-scene-height) - 20px)}.testimonials-coverflow__card{width:min(var(--tc-card-width),290px);margin-left:calc(min(var(--tc-card-width),290px)/-2)}.testimonials-coverflow__card--center{transform:translate(0) translateZ(30px) rotateY(0) scale(1)}.testimonials-coverflow__card--left{transform:translate(-52%) translateZ(-20px) rotateY(25deg) scale(.82);opacity:.5}.testimonials-coverflow__card--right{transform:translate(52%) translateZ(-20px) rotateY(-25deg) scale(.82);opacity:.5}.testimonials-coverflow__body{padding:1.5rem 1.25rem 1.25rem}.testimonials-coverflow__quote{font-size:calc(var(--tc-quote-size, .95rem) * .93)}.testimonials-coverflow__avatar{width:calc(var(--tc-avatar-size, 80px) * .85);height:calc(var(--tc-avatar-size, 80px) * .85)}.testimonials-coverflow__viewport{padding-bottom:clamp(3.5rem,12vw,5.5rem)}.testimonials-coverflow__meta{flex-direction:column;align-items:stretch;gap:.5rem}.testimonials-coverflow__meta-primary{flex:none;width:100%}.testimonials-coverflow__author-row{width:100%}.testimonials-coverflow__author-name .testimonials-coverflow__verified{flex-shrink:0}.testimonials-coverflow__stars{width:100%;text-align:center;white-space:nowrap;overflow:hidden;letter-spacing:.12em}.testimonials-coverflow__nav{flex-wrap:nowrap;align-items:center;justify-content:center;gap:.65rem;margin-top:2rem;padding-top:4rem}.testimonials-coverflow__arrow--prev,.testimonials-coverflow__arrow--next{flex:0 0 auto}.testimonials-coverflow__dots{max-width:min(100%,calc(100vw - 7.5rem))}}@media(max-width:480px){.testimonials-coverflow{--tc-perspective: 600px}.testimonials-coverflow__scene{height:calc(var(--tc-scene-height) - 30px)}.testimonials-coverflow__card{width:min(var(--tc-card-width),260px);margin-left:calc(min(var(--tc-card-width),260px)/-2)}.testimonials-coverflow__card--center{transform:translate(0) translateZ(20px) rotateY(0) scale(1)}.testimonials-coverflow__card--left{transform:translate(-45%) translateZ(-15px) rotateY(20deg) scale(.78);opacity:.4}.testimonials-coverflow__card--right{transform:translate(45%) translateZ(-15px) rotateY(-20deg) scale(.78);opacity:.4}.testimonials-coverflow__quote-icon{width:22px;height:22px}.testimonials-coverflow__arrow{width:36px;height:36px}.testimonials-coverflow__arrow svg{width:16px;height:16px}}@media(prefers-reduced-motion:reduce){.testimonials-coverflow__card,.testimonials-coverflow__shimmer,.testimonials-coverflow__avatar-ring,.testimonials-coverflow__avatar-glow{animation:none!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/testimonials-coverflow.css.map */
