.gm-testi{--testi-bg: #08080f;--testi-card-bg: #131228;--testi-accent: #6b3fd4;--testi-text: #ffffff;--testi-subtext: #9090b0;--testi-star: #f5a623;--testi-border: #1e1c3a;--testi-avatar-bg: #6b3fd4;--testi-ease: cubic-bezier(.22, 1, .36, 1)}.gm-testi{background-color:var(--testi-bg);font-family:Barlow Condensed,Arial Narrow,Arial,sans-serif;padding:72px 0 80px;overflow:hidden}.gm-testi__container{max-width:1320px;margin:0 auto;padding:0 40px}.gm-testi__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;margin-bottom:52px}.gm-testi__eyebrow{display:inline-block;border:1.5px solid var(--testi-accent);color:var(--testi-accent);font-family:Urbanist,sans-serif;font-size:1.2rem;font-weight:700;letter-spacing:.22em;padding:5px 14px;border-radius:3px}.gm-testi__rating-number{font-size:clamp(3.5rem,8vw,5.5rem);font-weight:700;color:var(--testi-text);line-height:1;margin-top:6px}.gm-testi__stars{display:flex;gap:4px}.gm-testi__star{font-size:3rem;color:var(--testi-star);line-height:1}.gm-testi__star--empty{color:#2e2b4a}.gm-testi__star--half{color:var(--testi-star);opacity:.5}.gm-testi__review-count{font-family:Barlow,sans-serif;font-size:1rem;color:var(--testi-subtext);margin:0}.gm-testi__carousel-outer{position:relative}.gm-testi__track-wrap{overflow:hidden;border-radius:4px}.gm-testi__track{display:flex;gap:20px;transition:transform .42s var(--testi-ease);will-change:transform;cursor:grab;-webkit-user-select:none;user-select:none}.gm-testi__track:active{cursor:grabbing}.gm-testi__card{flex:0 0 calc((100% - 40px) / 3);min-width:0;background:var(--testi-card-bg);border:1px solid var(--testi-border);border-radius:8px;padding:26px 24px 22px;display:flex;flex-direction:column;gap:12px;position:relative;transition:border-color .3s ease,background .3s ease,transform .3s var(--testi-ease),box-shadow .3s ease}.gm-testi__card:hover{border-color:var(--testi-accent);background:#16143a;box-shadow:0 20px 50px #00000073,0 0 0 1px #6b3fd44d}.gm-testi__card-top{display:flex;align-items:center;justify-content:space-between}.gm-testi__card-stars{display:flex;gap:2px}.gm-testi__card-star{font-size:2rem;color:var(--testi-star);line-height:1;transition:transform .2s ease}.gm-testi__card:hover .gm-testi__card-star{transform:scale(1.12)}.gm-testi__card-star--empty{color:#2e2b4a}.gm-testi__quote-icon{font-size:8rem;font-family:Georgia,serif;color:#fff;opacity:.45;line-height:1;transition:opacity .25s ease;-webkit-user-select:none;user-select:none}.gm-testi__card:hover .gm-testi__quote-icon{opacity:.8}.gm-testi__card-title{font-size:2rem;font-weight:700;color:var(--testi-text);margin:0;letter-spacing:.08em;line-height:1.25;transition:color .2s ease}.gm-testi__card:hover .gm-testi__card-title{color:#c4a8ff}.gm-testi__card-body{font-family:Urbanist,sans-serif;font-size:1.6rem;font-weight:400;color:var(--testi-subtext);line-height:1.6;margin:0;flex:1;transition:color .2s ease}.gm-testi__card:hover .gm-testi__card-body{color:#aaaac8}.gm-testi__card-footer{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:10px;border-top:1px solid rgba(255,255,255,.05)}.gm-testi__avatar{display:none!important;width:38px;height:38px;border-radius:50%;background:var(--testi-avatar-bg);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.05em;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .25s ease,transform .25s ease}.gm-testi__card:hover .gm-testi__avatar{background:#8b5ef5}.gm-testi__author{font-family:Urbanist,sans-serif;font-size:1.6rem;font-weight:500;color:var(--testi-text);flex:1}.gm-testi__verified{display:flex;align-items:center;gap:4px;font-size:1rem;font-family:Urbanist,sans-serif;font-weight:600;letter-spacing:.1em;color:#22c55e;white-space:nowrap;margin-left:auto}.gm-testi__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:var(--testi-card-bg);border:1px solid var(--testi-border);color:var(--testi-text);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease,opacity .22s ease}.gm-testi__arrow:hover{background:var(--testi-accent);border-color:var(--testi-accent);box-shadow:0 0 20px #6b3fd466}.gm-testi__arrow--prev{left:-22px}.gm-testi__arrow--next{right:-22px}.gm-testi__arrow:disabled{opacity:.25;cursor:not-allowed;pointer-events:none}.gm-testi__dots{display:flex;justify-content:center;gap:8px;margin-top:32px}.gm-testi__dot{width:8px;height:8px;border-radius:50%;background:var(--testi-border);border:none;cursor:pointer;padding:0;transition:background .25s ease,transform .25s ease,width .25s ease}.gm-testi__dot.is-active{background:var(--testi-accent);width:24px;border-radius:4px;transform:none}.gm-testi__dot:hover:not(.is-active){background:#6b3fd480;transform:scale(1.2)}@media(max-width:900px){.gm-testi__card{flex:0 0 calc((100% - 20px)/2)}}@media(max-width:540px){.gm-testi__card{flex:0 0 100%}}@media(max-width:768px){.gm-testi{padding:52px 0 60px}.gm-testi__container{padding:0 24px}.gm-testi__arrow--prev{left:-10px}.gm-testi__arrow--next{right:-10px}.gm-testi__arrow{width:38px;height:38px}.gm-testi__header{margin-bottom:36px}}@media(max-width:480px){.gm-testi__container{padding:0 16px}.gm-testi__arrow--prev{left:0}.gm-testi__arrow--next{right:0}.gm-testi__track-wrap{padding:0 36px}.gm-testi__card{padding:20px 18px 18px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/testimonials-gengar.css.map */
