.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}footer{display:flex;justify-content:space-between;margin-top:2rem}footer a{text-decoration:none;color:var(--color-foreground)}footer .footer__links,footer .footer__payment{display:flex;gap:1rem}header{height:5rem;display:flex;align-items:center;justify-content:space-between}header a{position:relative;text-decoration:none;color:var(--color-foreground);display:flex;align-items:center;justify-content:center}header a sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}header svg{width:2rem}header .header__menu,header .header__icons{display:flex;gap:1rem}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.spu-announce{background:#0a0a0f;border-bottom:1px solid #1E1E2E;padding:10px 20px;text-align:center}.spu-announce__text{color:#fff;font-size:.82rem;margin:0;letter-spacing:.04em;font-weight:500}@media(max-width:480px){.spu-announce__text{font-size:.72rem}}.spu-faq{background:#0a0a0f}.spu-faq__wrap{max-width:760px}.spu-faq__list{display:flex;flex-direction:column;gap:12px;margin-bottom:48px}.spu-faq__item{background:#111118;border:1px solid #1E1E2E;border-radius:12px;overflow:hidden;transition:border-color .2s}.spu-faq__item[open]{border-color:#00d4ff4d}.spu-faq__question{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none;transition:background .15s}.spu-faq__question::-webkit-details-marker{display:none}.spu-faq__question:hover{background:#ffffff08}.spu-faq__question span:first-child{color:#fff;font-size:.95rem;font-weight:600;line-height:1.4;flex:1}.spu-faq__chevron{color:#888;flex-shrink:0;transition:transform .3s ease,color .2s}.spu-faq__item[open] .spu-faq__chevron{transform:rotate(180deg);color:#00d4ff}.spu-faq__answer{padding:0 22px 20px;animation:spu-faq-open .25s ease}.spu-faq__answer p{color:#888;font-size:.88rem;line-height:1.7;margin:0}.spu-faq__cta{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.spu-faq__cta p{color:#888;font-size:.9rem;margin:0}.spu-btn--ghost{background:transparent;color:#00d4ff;border:1px solid #00D4FF;padding:12px 28px;border-radius:8px;font-size:.9rem;font-weight:600;transition:all .2s}.spu-btn--ghost:hover{background:#00d4ff1a}@keyframes spu-faq-open{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.spu-features{background:#0a0a0f}.spu-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.spu-features__card{background:#111118;border:1px solid #1E1E2E;border-radius:16px;padding:28px 24px;display:flex;flex-direction:column;gap:12px;transition:border-color .25s,transform .25s,box-shadow .25s;position:relative;overflow:hidden}.spu-features__card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(to right,transparent,#00D4FF,transparent);opacity:0;transition:opacity .3s}.spu-features__card:hover{border-color:#00d4ff4d;transform:translateY(-4px);box-shadow:0 16px 48px #0006}.spu-features__card:hover:before{opacity:1}.spu-features__card-icon{font-size:2.2rem;line-height:1}.spu-features__card-title{font-size:1rem;font-weight:700;color:#fff;margin:0;line-height:1.3}.spu-features__card-desc{font-size:.85rem;color:#888;margin:0;line-height:1.6}@media(max-width:900px){.spu-features__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.spu-features__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.spu-fcta{background:#0a0a0f;padding:100px 24px;position:relative;overflow:hidden;border-top:1px solid #1E1E2E}.spu-fcta__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.spu-fcta__bg-glow{position:absolute;border-radius:50%;filter:blur(100px)}.spu-fcta__bg-glow--1{width:600px;height:600px;background:radial-gradient(circle,rgba(255,107,53,.12) 0%,transparent 70%);top:-200px;left:50%;transform:translate(-50%)}.spu-fcta__bg-glow--2{width:400px;height:400px;background:radial-gradient(circle,rgba(0,212,255,.07) 0%,transparent 70%);bottom:-100px;right:10%}.spu-fcta__inner{position:relative;z-index:1;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px}.spu-fcta__eyebrow{background:#ff6b3526;border:1px solid rgba(255,107,53,.3);color:#ff6b35;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 16px;border-radius:100px}.spu-fcta__title{font-size:clamp(1.8rem,4vw,3rem);font-weight:800;color:#fff;letter-spacing:-.03em;line-height:1.1;margin:0;max-width:700px}.spu-fcta__sub{color:#888;font-size:1.05rem;line-height:1.6;margin:0;max-width:520px}.spu-fcta__product{display:flex;flex-direction:column;align-items:center;gap:20px}.spu-fcta__price-block{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.spu-fcta__price{font-size:2.6rem;font-weight:800;color:#fff;letter-spacing:-.03em}.spu-fcta__price-was{font-size:1.2rem;color:#888;text-decoration:line-through}.spu-badge--white{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.2)}.spu-fcta__btn{padding:20px 56px;font-size:1.15rem;border-radius:12px;box-shadow:0 6px 32px #ff6b3566;animation:spu-pulse-btn 2.5s ease-in-out infinite}.spu-fcta__btn:hover{animation:none}@keyframes spu-pulse-btn{0%,to{box-shadow:0 6px 32px #ff6b3566}50%{box-shadow:0 6px 56px #ff6b35a6}}.spu-fcta__guarantees{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 24px;margin-top:8px}.spu-fcta__guarantee{display:flex;align-items:center;gap:6px;color:#888;font-size:.82rem;font-weight:500}@media(max-width:480px){.spu-fcta{padding:72px 16px 96px}.spu-fcta__btn{width:100%;padding:18px 24px}}.spu-hdr{background:#0a0a0ff5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #1E1E2E;position:sticky;top:0;z-index:900}.spu-hdr__inner{max-width:1200px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}.spu-hdr__logo{color:#00d4ff;font-size:1.35rem;font-weight:800;text-decoration:none;letter-spacing:-.03em;flex-shrink:0;transition:opacity .2s}.spu-hdr__logo:hover{opacity:.8}.spu-hdr__nav{display:flex;align-items:center;gap:28px}.spu-hdr__nav a{color:#888;text-decoration:none;font-size:.88rem;font-weight:500;letter-spacing:.01em;transition:color .15s;white-space:nowrap}.spu-hdr__nav a:hover{color:#fff}.spu-hdr__actions{display:flex;align-items:center;gap:12px}.spu-hdr__cart{color:#fff;position:relative;display:flex;align-items:center;text-decoration:none;transition:opacity .15s}.spu-hdr__cart:hover{opacity:.7}.spu-hdr__cart-badge{background:#00d4ff;color:#0a0a0f;font-size:.6rem;font-weight:800;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;top:-7px;right:-7px}.spu-hdr__burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:4px}.spu-hdr__burger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:all .25s ease;transform-origin:center}.spu-hdr__burger[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.spu-hdr__burger[aria-expanded=true] span:nth-child(2){opacity:0;transform:scaleX(0)}.spu-hdr__burger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.spu-hdr__mobile{background:#111118;border-top:1px solid #1E1E2E;padding:8px 24px 16px;display:flex;flex-direction:column}.spu-hdr__mobile a{color:#fff;text-decoration:none;padding:14px 0;border-bottom:1px solid #1E1E2E;font-size:1rem;font-weight:500;transition:color .15s,padding-left .15s}.spu-hdr__mobile a:last-child{border-bottom:none}.spu-hdr__mobile a:hover{color:#00d4ff;padding-left:4px}@media(max-width:768px){.spu-hdr__nav{display:none}.spu-hdr__burger{display:flex}}.spu-hero{background:#0a0a0f;min-height:100svh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:80px 24px 72px}.spu-hero__glow{position:absolute;border-radius:50%;pointer-events:none;filter:blur(120px)}.spu-hero__glow--blue{width:700px;height:700px;background:radial-gradient(circle,rgba(0,212,255,.09) 0%,transparent 70%);top:-200px;right:-150px}.spu-hero__glow--orange{width:500px;height:500px;background:radial-gradient(circle,rgba(255,107,53,.07) 0%,transparent 70%);bottom:-200px;left:-100px}.spu-hero__inner{max-width:1200px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;position:relative;z-index:1}.spu-hero__content{display:flex;flex-direction:column;gap:22px}.spu-hero__eyebrow{color:#00d4ff;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin:0}.spu-hero__headline{font-size:clamp(2rem,3.8vw,3.1rem);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.03em;margin:0}.spu-hero__sub{font-size:1.05rem;color:#888;line-height:1.65;margin:0;max-width:500px}.spu-hero__pricing{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.spu-hero__price{font-size:2.4rem;font-weight:800;color:#fff;letter-spacing:-.03em}.spu-hero__price-was{font-size:1.1rem;color:#888;text-decoration:line-through}.spu-badge{display:inline-flex;align-items:center;font-size:.78rem;font-weight:700;padding:4px 10px;border-radius:100px}.spu-badge--sale{background:#ff6b35;color:#fff}.spu-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;cursor:pointer;border:none;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);letter-spacing:.01em}.spu-btn--cta{background:#ff6b35;color:#fff;padding:18px 38px;border-radius:10px;font-size:1.08rem;box-shadow:0 4px 24px #ff6b3559;align-self:flex-start}.spu-btn--cta:hover{background:#e85e28;transform:translateY(-2px);box-shadow:0 10px 36px #ff6b3573}.spu-btn--cta:active{transform:translateY(0)}.spu-hero__trust{display:flex;flex-wrap:wrap;gap:12px 20px}.spu-hero__trust-item{display:flex;align-items:center;gap:5px;color:#888;font-size:.8rem;font-weight:500}.spu-stars{font-size:.72rem;letter-spacing:-1px}.spu-hero__visual{position:relative;display:flex;align-items:center;justify-content:center}.spu-hero__img-ring{position:absolute;width:460px;height:460px;border-radius:50%;border:1px solid rgba(0,212,255,.1);background:radial-gradient(circle,rgba(0,212,255,.04) 0%,transparent 60%);animation:spu-pulse 4s ease-in-out infinite}.spu-hero__img{width:100%;max-width:460px;height:auto;object-fit:contain;filter:drop-shadow(0 24px 64px rgba(0,212,255,.12));animation:spu-float 6s ease-in-out infinite;position:relative;z-index:1}.spu-hero__img-ph{width:100%;max-width:400px;aspect-ratio:1;background:#111118;border:1px solid #1E1E2E;border-radius:20px;display:flex;align-items:center;justify-content:center;overflow:hidden}.spu-hero__img-ph-svg{width:70%;height:70%;opacity:.3}.spu-hero__float{position:absolute;background:#111118;border:1px solid #1E1E2E;border-radius:14px;padding:12px 16px;display:flex;align-items:center;gap:10px;box-shadow:0 8px 32px #00000080;z-index:2;opacity:0;animation:spu-badge-in .5s ease forwards}.spu-hero__float--1{top:8%;left:-24px;animation-delay:.4s}.spu-hero__float--2{bottom:12%;right:-24px;animation-delay:.65s}.spu-hero__float span{font-size:1.5rem}.spu-hero__float div{display:flex;flex-direction:column;gap:2px}.spu-hero__float strong{color:#fff;font-size:1.05rem;font-weight:700;line-height:1}.spu-hero__float small{color:#888;font-size:.7rem}.spu-hero__scroll{position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.spu-hero__scroll-dot{width:5px;height:32px;background:#1e1e2e;border-radius:3px;overflow:hidden}.spu-hero__scroll-dot:after{content:"";display:block;width:100%;height:100%;background:linear-gradient(to bottom,#00D4FF,transparent);border-radius:3px;animation:spu-scroll-dot 2s ease-in-out infinite}.spu-reveal{opacity:0;transform:translateY(32px);transition:opacity .7s ease,transform .7s ease}.spu-reveal.is-visible{opacity:1;transform:none}@keyframes spu-float{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}@keyframes spu-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.04);opacity:.6}}@keyframes spu-badge-in{0%{opacity:0;transform:scale(.8) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes spu-scroll-dot{0%{transform:translateY(-100%)}50%,to{transform:translateY(200%)}}@media(max-width:900px){.spu-hero__inner{grid-template-columns:1fr;text-align:center;gap:40px}.spu-hero__visual{order:-1}.spu-hero__content{align-items:center}.spu-hero__sub{max-width:100%}.spu-hero__trust{justify-content:center}.spu-btn--cta{align-self:stretch;width:100%}.spu-hero__float--1{left:0;top:4%}.spu-hero__float--2{right:0;bottom:4%}}@media(max-width:480px){.spu-hero{padding:60px 16px 90px}.spu-hero__float{display:none}.spu-hero__img-ring{width:300px;height:300px}}.spu-hiw{background:#111118;border-top:1px solid #1E1E2E;border-bottom:1px solid #1E1E2E}.spu-hiw__steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:0;align-items:center;margin-bottom:56px}.spu-hiw__step{background:#0a0a0f;border:1px solid #1E1E2E;border-radius:20px;padding:36px 28px 32px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;position:relative;transition:border-color .25s,transform .25s}.spu-hiw__step:hover{border-color:#00d4ff;transform:translateY(-4px)}.spu-hiw__step-num{position:absolute;top:-16px;left:50%;transform:translate(-50%);background:#00d4ff;color:#0a0a0f;font-size:.75rem;font-weight:800;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;letter-spacing:0}.spu-hiw__step-icon{font-size:2.6rem;line-height:1}.spu-hiw__step-title{font-size:1.05rem;font-weight:700;color:#fff;margin:0;line-height:1.3}.spu-hiw__step-desc{font-size:.85rem;color:#888;margin:0;line-height:1.6}.spu-hiw__connector{display:flex;flex-direction:column;align-items:center;padding:0 12px;gap:4px}.spu-hiw__connector-line{width:40px;height:2px;background:linear-gradient(to right,#1e1e2e,#00d4ff,#1e1e2e)}.spu-hiw__connector-arrow{color:#00d4ff;font-size:1.2rem;line-height:1}.spu-hiw__result{background:linear-gradient(135deg,#00d4ff14,#00d4ff08);border:1px solid rgba(0,212,255,.2);border-radius:16px;padding:24px 32px;display:flex;align-items:center;gap:20px;max-width:680px;margin:0 auto}.spu-hiw__result-icon{font-size:2rem;flex-shrink:0}.spu-hiw__result strong{color:#fff;font-size:1rem;font-weight:700;display:block;margin-bottom:4px}.spu-hiw__result p{color:#888;font-size:.85rem;margin:0;line-height:1.5}@media(max-width:768px){.spu-hiw__steps{grid-template-columns:1fr;gap:32px;max-width:400px;margin:0 auto 48px}.spu-hiw__connector{flex-direction:row;transform:rotate(90deg);padding:4px 0}.spu-hiw__connector-line{width:30px;height:2px}.spu-hiw__result{flex-direction:column;text-align:center}}.spu-section{padding:96px 24px;background:#0a0a0f}.spu-container{max-width:1100px;margin:0 auto}.spu-section-label{color:#00d4ff;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-align:center;margin-bottom:12px}.spu-section-title{font-size:clamp(1.6rem,3.2vw,2.6rem);font-weight:800;color:#fff;letter-spacing:-.03em;line-height:1.1;text-align:center;margin:0 0 14px}.spu-section-sub{font-size:1rem;color:#888;text-align:center;line-height:1.65;margin:0 auto 56px;max-width:560px}.spu-ps__grid{display:grid;grid-template-columns:1fr auto 1fr;gap:32px;align-items:start}.spu-ps__col-title{font-size:1rem;font-weight:700;margin:0 0 20px;display:flex;align-items:center;gap:10px}.spu-ps__col-title--bad{color:#ff4d4d}.spu-ps__col-title--good{color:#22c55e}.spu-ps__col-icon{font-size:1rem;width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:800}.spu-ps__col-title--bad .spu-ps__col-icon{background:#ff4d4d26;color:#ff4d4d}.spu-ps__col-title--good .spu-ps__col-icon{background:#22c55e26;color:#22c55e}.spu-ps__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.spu-ps__item{background:#111118;border:1px solid #1E1E2E;border-radius:12px;padding:18px 20px;display:flex;align-items:flex-start;gap:14px;transition:border-color .2s,transform .2s}.spu-ps__item:hover{transform:translate(4px)}.spu-ps__item--bad:hover{border-color:#ff4d4d4d}.spu-ps__item--good:hover{border-color:#22c55e4d}.spu-ps__item-icon{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;flex-shrink:0}.spu-ps__item--bad .spu-ps__item-icon{background:#ff4d4d26;color:#ff4d4d}.spu-ps__item--good .spu-ps__item-icon{background:#22c55e26;color:#22c55e}.spu-ps__item strong{color:#fff;font-size:.95rem;font-weight:600;display:block;line-height:1.3}.spu-ps__item p{color:#888;font-size:.82rem;margin:4px 0 0;line-height:1.5}.spu-ps__divider{display:flex;flex-direction:column;align-items:center;gap:12px;padding-top:42px}.spu-ps__divider-line{flex:1;width:1px;background:#1e1e2e;min-height:60px}.spu-ps__divider-badge{background:#1e1e2e;color:#888;font-size:.7rem;font-weight:700;letter-spacing:.08em;padding:6px 10px;border-radius:6px}@media(max-width:768px){.spu-section{padding:72px 16px}.spu-ps__grid{grid-template-columns:1fr;gap:24px}.spu-ps__divider{flex-direction:row;padding-top:0}.spu-ps__divider-line{width:auto;height:1px;flex:1;min-height:unset}}.spu-ticker{background:#111118;border-top:1px solid #1E1E2E;border-bottom:1px solid #1E1E2E;padding:14px 0;overflow:hidden;position:relative}.spu-ticker:before,.spu-ticker:after{content:"";position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}.spu-ticker:before{left:0;background:linear-gradient(to right,#111118,transparent)}.spu-ticker:after{right:0;background:linear-gradient(to left,#111118,transparent)}.spu-ticker__track{display:flex;width:100%}.spu-ticker__inner{display:flex;gap:0;white-space:nowrap;animation:spu-ticker 40s linear infinite;will-change:transform}.spu-ticker__item{display:inline-flex;align-items:center;color:#888;font-size:.84rem;font-weight:500;padding:0 32px;letter-spacing:.01em;transition:color .2s}.spu-ticker__item:before{content:"";display:inline-block;width:6px;height:6px;background:#00d4ff;border-radius:50%;margin-right:10px;flex-shrink:0}.spu-ticker__item:hover{color:#fff}@keyframes spu-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.spu-ticker__inner{animation:none}}.spu-testi{background:#111118;border-top:1px solid #1E1E2E;border-bottom:1px solid #1E1E2E}.spu-testi__aggregate{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:48px;color:#888;font-size:.9rem}.spu-testi__aggregate-stars{font-size:1rem;letter-spacing:-1px}.spu-testi__aggregate strong{color:#fff;font-size:1.1rem;font-weight:700}.spu-testi__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.spu-testi__card{background:#0a0a0f;border:1px solid #1E1E2E;border-radius:16px;padding:28px 24px;display:flex;flex-direction:column;gap:14px;transition:border-color .25s,transform .25s}.spu-testi__card:hover{border-color:#00d4ff40;transform:translateY(-4px)}.spu-testi__card-header{display:flex;align-items:center;gap:12px}.spu-testi__avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#00d4ff,#08f);display:flex;align-items:center;justify-content:center}.spu-testi__avatar-img{width:100%;height:100%;object-fit:cover}.spu-testi__avatar-initials{color:#0a0a0f;font-size:.8rem;font-weight:800;letter-spacing:0}.spu-testi__meta{flex:1;min-width:0}.spu-testi__name{color:#fff;font-size:.9rem;font-weight:700;display:block;line-height:1.2}.spu-testi__loc{color:#888;font-size:.78rem}.spu-testi__verified{color:#22c55e;font-size:.72rem;font-weight:600;background:#22c55e1a;padding:3px 8px;border-radius:100px;white-space:nowrap}.spu-testi__stars{font-size:.85rem;letter-spacing:-.5px}.spu-testi__title{font-size:.95rem;font-weight:700;color:#fff;margin:0;line-height:1.3}.spu-testi__body{font-size:.85rem;color:#888;margin:0;line-height:1.7;font-style:normal;flex:1}.spu-testi__footer{font-size:.75rem;color:#444460;border-top:1px solid #1E1E2E;padding-top:12px;margin-top:auto}@media(max-width:900px){.spu-testi__grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
