.rv{padding:18px 0 50px}.rv *{box-sizing:border-box}.rv__crumb{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:13px;color:var(--muted);margin:4px 0 16px}.rv__crumb a{color:var(--muted)}.rv__crumb a:hover{color:var(--ink)}.rv__crumb svg{width:15px;height:15px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.rv__crumb span{color:var(--ink);font-weight:600}.rv__head{margin-bottom:22px}.rv__h1{font-family:var(--fd);font-weight:800;font-size:clamp(28px,4.4vw,40px);line-height:1.08;letter-spacing:-.02em;margin:0 0 8px;color:var(--ink)}.rv__sub{font-size:clamp(15px,1.6vw,17px);line-height:1.55;color:var(--muted);margin:0;max-width:60ch}.rv__producthead{display:flex;align-items:center;gap:14px;margin:0 0 22px;padding:12px 14px;border:1px solid var(--line);border-radius:var(--radius);background:var(--card);box-shadow:var(--sh)}.rv__producthead[hidden]{display:none}.rv__prodthumb{flex:0 0 auto;display:block;width:60px;height:60px;border-radius:12px;overflow:hidden;border:1px solid var(--line);background:var(--bg-soft)}.rv__prodthumb img{width:100%;height:100%;object-fit:cover;display:block}.rv__prodinfo{display:flex;flex-direction:column;gap:3px;min-width:0}.rv__prodname{font-family:var(--fd);font-weight:800;font-size:16px;line-height:1.2;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rv__prodmeta{font-size:13px;color:var(--muted)}.rv__grid{display:grid;grid-template-columns:1fr;gap:clamp(20px,2.6vw,30px)}@media(max-width:980px){.rv__grid{grid-template-columns:1fr}}.rv__summary{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);box-shadow:var(--sh);padding:clamp(20px,2.4vw,30px);display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:clamp(20px,2.6vw,36px);align-items:center;margin-bottom:24px}.rv__sumcell{display:flex;flex-direction:column;gap:8px;min-width:0}.rv__sumcell+.rv__sumcell{position:relative}.rv__sumcell+.rv__sumcell:before{content:"";position:absolute;left:calc(-1*clamp(10px,1.3vw,18px));top:4px;bottom:4px;width:1px;background:var(--line)}@media(max-width:760px){.rv__summary{grid-template-columns:auto 1fr;gap:18px;align-items:center;padding:18px}.rv__recocell{display:none}.rv__sumcell+.rv__sumcell:before{left:-9px}}@media(max-width:380px){.rv__summary{gap:14px;padding:16px}}.rv__scorecell{align-items:center;text-align:center}.rv__score{font-family:var(--fd);font-weight:800;line-height:1;letter-spacing:-.02em;color:var(--ink);display:flex;align-items:baseline;gap:4px}.rv__score b{font-size:clamp(46px,6.6vw,62px)}.rv__score span{font-size:20px;color:var(--muted);font-weight:700}.rv__stars{display:inline-flex;gap:3px}.rv__stars svg{width:21px;height:21px;fill:var(--blue);stroke:none}.rv__stars svg.is-empty{fill:#e2e6ec}.rv__stars.is-sm svg{width:15px;height:15px}.rv__verified{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--muted);font-weight:600}.rv__verified svg{width:15px;height:15px;flex:none;fill:none;stroke:var(--blue);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media(max-width:760px){.rv__score b{font-size:46px}.rv__scorecell .rv__stars svg{width:17px;height:17px}.rv__verified{font-size:11.5px;text-align:center}.rv__distval{font-size:12px}}.rv__dist{display:flex;flex-direction:column;gap:9px;min-width:0}.rv__distrow{display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:10px;font-size:13px;color:var(--ink-2)}.rv__distlbl{display:flex;align-items:center;gap:4px;white-space:nowrap;color:var(--ink-2);font-weight:600}.rv__distlbl svg{width:13px;height:13px;fill:var(--blue);stroke:none}.rv__bar{height:8px;border-radius:99px;background:var(--bg-soft-2);overflow:hidden}.rv__bar span{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,var(--blue),var(--blue-deep))}.rv__distval{font-variant-numeric:tabular-nums;color:var(--muted);white-space:nowrap;font-weight:600}.rv__distval b{color:var(--ink);font-weight:700}.rv__recocell{align-items:center;text-align:center}.rv__recolbl{font-size:13px;color:var(--muted);font-weight:600}.rv__recopct{font-family:var(--fd);font-weight:800;font-size:clamp(38px,5.4vw,52px);line-height:1;color:var(--blue-deep);display:inline-flex;align-items:center;gap:8px}.rv__recopct svg{width:30px;height:30px;fill:none;stroke:var(--blue);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.rv__recotxt{font-size:13px;color:var(--muted);line-height:1.45;max-width:24ch;margin-inline:auto}.rv__toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:14px}.rv__filterbtn{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line-2);background:#fff;border-radius:11px;padding:9px 15px;font-size:13.5px;font-weight:700;color:var(--ink);cursor:pointer;transition:border-color .16s var(--ease),color .16s var(--ease),background .16s var(--ease)}.rv__filterbtn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.rv__filterbtn:hover{border-color:var(--blue);color:var(--blue-deep)}.rv__filterbtn:focus-visible{outline:none;border-color:var(--blue);box-shadow:0 0 0 4px var(--blue-soft)}.rv__filterchev{margin-left:-1px;transition:transform .22s var(--ease)}.rv__filterbtn[aria-expanded=true] .rv__filterchev{transform:rotate(180deg)}.rv__filtercount{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--blue);color:#fff;font-size:11px;font-weight:800;line-height:1}.rv__filtercount[hidden]{display:none}.rv__filterbtn.is-active{border-color:var(--blue);color:var(--blue-deep);background:var(--blue-soft)}.rv__select{position:relative;display:inline-flex;align-items:center}.rv__select select{appearance:none;-webkit-appearance:none;border:1px solid var(--line-2);background:#fff;border-radius:11px;padding:9px 34px 9px 14px;font-size:13.5px;font-weight:600;color:var(--ink-2);cursor:pointer;font-family:var(--fb)}.rv__select select:hover{border-color:var(--blue)}.rv__select select:focus-visible{outline:none;border-color:var(--blue);box-shadow:0 0 0 4px var(--blue-soft)}.rv__select:after{content:"";position:absolute;right:13px;top:50%;width:8px;height:8px;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:translateY(-65%) rotate(45deg);pointer-events:none}.rv__sort{margin-left:auto}.rv__filterpanel{overflow:hidden;max-height:0;margin-bottom:0;visibility:hidden;transition:max-height .28s var(--ease),margin-bottom .28s var(--ease),visibility 0s linear .28s}.rv__filterpanel[hidden]{display:none}.rv__filterpanel.is-open{max-height:240px;margin-bottom:14px;visibility:visible;transition:max-height .28s var(--ease),margin-bottom .28s var(--ease),visibility 0s linear 0s}.rv__filterpanelinner{min-height:0}.rv__filterpanelrow{display:flex;flex-wrap:wrap;gap:14px;align-items:flex-end;padding:4px 2px 2px;opacity:0;transform:translateY(-4px);transition:opacity .2s var(--ease) .04s,transform .2s var(--ease) .04s}.rv__filterpanel.is-open .rv__filterpanelrow{opacity:1;transform:none}.rv__filterpanel .rv__select{flex-direction:column;align-items:stretch;gap:6px}.rv__filterpanel .rv__select:after{top:auto;bottom:15px}.rv__filterpanellbl{font-size:12px;font-weight:700;color:var(--muted);padding-left:2px}.rv__filterpanel .rv__select select{min-width:170px}@media(prefers-reduced-motion:reduce){.rv__filterpanel,.rv__filterpanelrow,.rv__filterchev{transition:none}}@media(max-width:640px){.rv__toolbar{gap:10px}.rv__sort{margin-left:auto}.rv__filterbtn{padding:10px 15px}.rv__filterpanel .rv__select{flex:1 1 calc(50% - 7px)}.rv__filterpanel .rv__select select{width:100%;min-width:0;padding:11px 34px 11px 14px}}@media(max-width:420px){.rv__filterpanel .rv__select{flex:1 1 100%}}.rv__activefilters{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:18px}.rv__chip{display:inline-flex;align-items:center;gap:8px;background:var(--blue-soft);border:1px solid #cfe3d6;color:var(--blue-deep);border-radius:999px;padding:6px 6px 6px 13px;font-size:12.5px;font-weight:700}.rv__chipx{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;border:0;background:#1f9d5729;color:var(--blue-deep);font-size:13px;line-height:1;cursor:pointer}.rv__chipx:hover{background:#1f9d5747}.rv__reset{border:0;background:none;color:var(--muted);font-size:12.5px;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.rv__reset:hover{color:var(--ink)}.rv__list{display:flex;flex-direction:column;gap:16px}.rv__card{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);box-shadow:var(--sh);padding:clamp(18px,2vw,24px);display:grid;grid-template-columns:190px 1fr;gap:clamp(16px,2vw,26px)}.rv__card.is-hidden{display:none}@media(max-width:640px){.rv__card{grid-template-columns:104px 1fr;gap:14px;padding:16px}.rv__meta{padding-right:14px;border-right:1px solid var(--line)}}@media(max-width:380px){.rv__card{grid-template-columns:92px 1fr;gap:12px}.rv__meta{padding-right:11px}}.rv__meta{display:flex;flex-direction:column;gap:9px;min-width:0}.rv__metastars{display:flex;align-items:center;gap:8px}.rv__metastars .rv__stars svg{width:16px;height:16px}.rv__ratingnum{font-family:var(--fd);font-weight:800;font-size:13px;color:var(--ink-2)}.rv__author{font-weight:700;font-size:14.5px;color:var(--ink);line-height:1.2}.rv__vbadge{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:var(--blue-deep)}.rv__vbadge svg{width:14px;height:14px;fill:none;stroke:var(--blue);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.rv__size{font-size:12.5px;color:var(--muted)}.rv__size b{color:var(--ink-2);font-weight:700}@media(max-width:640px){.rv__meta{gap:7px}.rv__metastars{flex-wrap:wrap;gap:4px 6px}.rv__metastars .rv__stars svg{width:14px;height:14px}.rv__author{font-size:13.5px}.rv__vbadge{font-size:11px}.rv__size{font-size:11.5px}}.rv__body{min-width:0;display:flex;flex-direction:column;gap:8px}.rv__bodytop{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.rv__title{font-family:var(--fd);font-weight:800;font-size:16.5px;line-height:1.25;color:var(--ink);margin:0}.rv__menu{flex:none;width:30px;height:30px;border-radius:8px;border:1px solid transparent;background:none;color:var(--muted-2);font-size:18px;line-height:1;cursor:pointer}.rv__menu:hover{background:var(--bg-soft);border-color:var(--line);color:var(--ink)}.rv__text{font-size:14.5px;line-height:1.6;color:var(--ink-2);margin:0}.rv__foot{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-top:4px}.rv__date{font-size:12.5px;color:var(--muted)}.rv__helpful{display:flex;align-items:center;gap:9px;font-size:12.5px;color:var(--muted)}.rv__vote{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line-2);background:#fff;border-radius:999px;padding:5px 12px;font-size:12.5px;font-weight:600;color:var(--ink-2);cursor:pointer}.rv__vote svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.rv__vote:hover{border-color:var(--blue);color:var(--blue-deep)}.rv__vote.is-on{border-color:var(--blue);background:var(--blue-soft);color:var(--blue-deep)}.rv__vote b{font-variant-numeric:tabular-nums}.rv__more{display:flex;justify-content:center;margin-top:26px}.rv__morebtn{display:inline-flex;align-items:center;gap:9px;border:1px solid var(--line-2);background:#fff;border-radius:12px;padding:13px 26px;font-family:var(--fd);font-weight:700;font-size:14.5px;color:var(--ink);cursor:pointer}.rv__morebtn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s var(--ease)}.rv__morebtn:hover{border-color:var(--blue);color:var(--blue-deep)}.rv__morebtn[hidden]{display:none}.rv__side{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:18px;align-items:start}@media(max-width:980px){.rv__side{position:static}}.rv__scard{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);box-shadow:var(--sh);padding:20px}.rv__scardhead{display:flex;align-items:center;gap:10px;margin-bottom:10px}.rv__scardic{width:36px;height:36px;flex:none;border-radius:10px;background:var(--blue-soft);display:grid;place-items:center}.rv__scardic svg{width:19px;height:19px;fill:none;stroke:var(--blue-deep);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.rv__scardtitle{font-family:var(--fd);font-weight:800;font-size:16px;color:var(--ink);margin:0}.rv__scardtxt{font-size:13.5px;line-height:1.55;color:var(--muted);margin:0 0 10px}.rv__scardlink{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:700;color:var(--blue-deep)}.rv__scardlink:hover{text-decoration:underline;text-underline-offset:2px}.rv__scardlink svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.rv__rate{display:flex;flex-direction:column;gap:14px}.rv__ratestars{display:inline-flex;gap:6px}.rv__ratestar{border:0;background:none;padding:0;cursor:pointer;line-height:0}.rv__ratestar svg{width:30px;height:30px;fill:#e2e6ec;stroke:none;transition:fill .12s var(--ease),transform .12s var(--ease)}.rv__ratestar:hover{transform:translateY(-1px)}.rv__ratestar.is-on svg{fill:var(--blue)}.rv__writebtn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;border:0;border-radius:12px;background:var(--blue);color:#fff;font-family:var(--fb);font-weight:700;font-size:14.5px;padding:13px 18px;cursor:pointer;transition:background .16s var(--ease)}.rv__writebtn:hover{background:var(--blue-deep)}.rv__writebtn svg{width:17px;height:17px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.rv__form{margin-top:4px;display:flex;flex-direction:column;gap:12px}.rv__form[hidden]{display:none}.rv__field{display:flex;flex-direction:column;gap:6px}.rv__label{font-size:12.5px;font-weight:700;color:var(--ink-2)}.rv__input,.rv__textarea{border:1px solid var(--line-2);border-radius:10px;background:#fff;padding:10px 12px;font-size:14px;font-family:var(--fb);color:var(--ink);width:100%}.rv__textarea{resize:vertical;min-height:84px;line-height:1.5}.rv__input::placeholder,.rv__textarea::placeholder{color:var(--muted-2)}.rv__input:focus,.rv__textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 4px var(--blue-soft)}.rv__formactions{display:flex;gap:10px}.rv__cancel{border:1px solid var(--line-2);background:#fff;border-radius:10px;padding:11px 16px;font-size:13.5px;font-weight:700;color:var(--ink-2);cursor:pointer}.rv__cancel:hover{border-color:var(--muted-2)}.rv__note{font-size:12px;color:var(--muted);line-height:1.5;margin:0}.rv__thanks{border:1px solid #cfe3d6;background:var(--blue-soft);border-radius:12px;padding:14px 16px;display:flex;gap:10px;align-items:flex-start}.rv__thanks[hidden]{display:none}.rv__thanks svg{width:18px;height:18px;flex:none;margin-top:1px;fill:none;stroke:var(--blue-deep);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.rv__thanks p{margin:0;font-size:13.5px;line-height:1.5;color:var(--ink-2)}.rv__thanks b{color:var(--ink)}.rv__faq{display:flex;flex-direction:column}.rv__qa{border-top:1px solid var(--line)}.rv__qa:first-child{border-top:0}.rv__qq{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;border:0;background:none;padding:13px 0;text-align:left;font-size:13.5px;font-weight:600;color:var(--ink);cursor:pointer}.rv__qq svg{width:16px;height:16px;flex:none;fill:none;stroke:var(--muted);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s var(--ease)}.rv__qa.is-open .rv__qq svg{transform:rotate(180deg)}.rv__qa-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .26s var(--ease)}.rv__qa.is-open .rv__qa-a{grid-template-rows:1fr}.rv__qa-a>div{overflow:hidden}.rv__qa-a p{margin:0 0 14px;font-size:13px;line-height:1.55;color:var(--muted)}.rv__trust{margin-top:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--card);box-shadow:var(--sh);padding:clamp(16px,2vw,22px);display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(14px,2vw,26px);align-items:center}.rv__trustitem{display:flex;align-items:center;gap:12px;min-width:0}.rv__trustitem+.rv__trustitem{position:relative}.rv__trustitem+.rv__trustitem:before{content:"";position:absolute;left:calc(-1*clamp(7px,1vw,13px));top:2px;bottom:2px;width:1px;background:var(--line)}.rv__trustic{flex:0 0 auto;width:38px;height:38px;border-radius:10px;background:var(--blue-soft);display:grid;place-items:center}.rv__trustic svg{width:20px;height:20px;fill:none;stroke:var(--blue-deep);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.rv__trustic svg path[d*="M12 3.5"]{fill:var(--blue);stroke:none}.rv__trusttxt{display:flex;flex-direction:column;gap:2px;min-width:0}.rv__trusttxt b{font-family:var(--fd);font-weight:800;font-size:14px;color:var(--ink);line-height:1.2}.rv__trusttxt span{font-size:12.5px;color:var(--muted);line-height:1.4}@media(max-width:760px){.rv__trust{grid-template-columns:1fr;gap:0;padding:6px 16px}.rv__trustitem{padding:14px 0}.rv__trustitem+.rv__trustitem{border-top:1px solid var(--line)}.rv__trustitem+.rv__trustitem:before{display:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/reviews.css.map */
