.oh-rev{--oh-ink: #123c3a;--oh-gold: #c8a96b;--oh-star: #123c3a;--oh-star-empty: rgba(18, 60, 58, .18);--oh-line: rgba(18, 60, 58, .12);--oh-muted: rgba(18, 60, 58, .58);background:#fff;border-top:1px solid rgba(18,60,58,.08);padding:clamp(3.25rem,6.5vw,5.25rem) 0}.oh-rev *,.oh-rev *:before,.oh-rev *:after{box-sizing:border-box}.oh-rev__inner{max-width:120rem;margin:0 auto;padding:0 clamp(1.5rem,4vw,3rem)}.oh-rev__heading{margin:0 0 clamp(2rem,4vw,3rem);font-family:var(--font-heading-family);font-weight:600;font-size:clamp(1.85rem,3.4vw,2.6rem);line-height:1.15;letter-spacing:-.01em;color:var(--oh-ink);text-align:center}.oh-rev__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(2rem,4vw,3rem);align-items:start}@media screen and (min-width:990px){.oh-rev__layout{grid-template-columns:minmax(0,27rem) minmax(0,1fr);gap:3.5rem;align-items:stretch}}.oh-rev__summary{display:flex;flex-direction:column;padding:clamp(2rem,3vw,2.5rem);border:1px solid var(--oh-line);border-radius:16px;background:#fff;color:var(--oh-ink)}.oh-rev__wordmark{display:block;margin-bottom:1.6rem}.oh-rev__wordmark svg{height:2.1rem;width:auto;display:block}.oh-rev__score-row{display:flex;align-items:baseline;gap:.9rem}.oh-rev__score{font-family:var(--font-body-family);font-size:clamp(3.4rem,7vw,4.6rem);font-weight:700;line-height:1;letter-spacing:-.02em;color:var(--oh-ink)}.oh-rev__score-of{font-family:var(--font-body-family);font-size:1.4rem;color:var(--oh-muted)}.oh-rev__stars{position:relative;display:inline-block;line-height:0;white-space:nowrap}.oh-rev__stars svg{width:1.9rem;height:1.9rem;display:inline-block;fill:var(--oh-star-empty)}.oh-rev__stars-fill{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;white-space:nowrap}.oh-rev__stars-fill svg{fill:var(--oh-star)}.oh-rev__summary-stars{margin-top:1rem}.oh-rev__count{margin:.7rem 0 0;font-family:var(--font-body-family);font-size:1.35rem;color:var(--oh-muted)}.oh-rev__summary .oh-rev__summary-top{padding-bottom:1.8rem;border-bottom:1px solid var(--oh-line)}.oh-rev__source-note{display:flex;align-items:center;gap:.5rem;margin:1.4rem 0 0;font-family:var(--font-body-family);font-size:1.2rem;color:var(--oh-muted)}.oh-rev__source-note svg{width:1.5rem;height:1.5rem;flex:0 0 auto}.oh-rev__summary-top{display:flex;flex-wrap:wrap;align-items:center;gap:1.6rem 2rem}.oh-rev__score-block{flex:0 0 auto}.oh-rev__bars{flex:1 1 15rem;min-width:0;max-width:32rem;display:grid;gap:.55rem}.oh-rev__bar-row{display:grid;grid-template-columns:1.2rem minmax(0,1fr) 2.6rem;align-items:center;gap:.8rem;font-family:var(--font-body-family);font-size:1.2rem;color:var(--oh-muted)}.oh-rev__bar-track{height:.8rem;border-radius:999px;background:#123c3a1a;overflow:hidden}.oh-rev__bar-fill{display:block;height:100%;border-radius:999px;background:var(--oh-ink)}.oh-rev__bar-count{text-align:right;font-variant-numeric:tabular-nums}.oh-rev__actions{margin-top:auto;padding-top:1.6rem;display:grid;gap:1.2rem;justify-items:start}.oh-rev__write{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;width:100%;min-height:4.6rem;padding:0 1.6rem;border:0;border-radius:999px;background:var(--oh-ink);color:#f4ebdd;font-family:var(--font-body-family);font-size:1.35rem;font-weight:600;letter-spacing:.01em;white-space:nowrap;text-decoration:none;cursor:pointer;transition:background-color .2s ease,color .2s ease}.oh-rev__write:hover,.oh-rev__write:focus-visible{background:var(--oh-gold);color:var(--oh-ink)}.oh-rev__write svg{width:1.7rem;height:1.7rem;flex:0 0 auto}.oh-rev__all{display:inline-flex;align-items:center;gap:.5rem;padding:.2rem 0;border:0;background:none;color:var(--oh-ink);font-family:var(--font-body-family);font-size:1.3rem;font-weight:600;cursor:pointer;border-bottom:1px solid var(--oh-line);transition:border-color .15s ease,color .15s ease}.oh-rev__all:hover,.oh-rev__all:focus-visible{color:var(--oh-gold);border-bottom-color:var(--oh-gold)}.oh-rev__all svg{width:1.5rem;height:1.5rem}.oh-rev__fb{display:inline-flex;align-items:center;justify-self:center;gap:.55rem;font-family:var(--font-body-family);font-size:1.25rem;color:#1877f2;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .15s ease}.oh-rev__fb:hover,.oh-rev__fb:focus-visible{border-bottom-color:#1877f2}.oh-rev__fb svg{width:1.6rem;height:1.6rem;flex:0 0 auto}.oh-rev__slider{position:relative;min-width:0}.oh-rev__track-wrap{position:relative}.oh-rev__track-wrap:after{content:"";position:absolute;top:0;right:0;bottom:1rem;width:5rem;background:linear-gradient(to right,#fff0,#fff 70%);pointer-events:none;opacity:1;transition:opacity .25s ease}.oh-rev__track-wrap.is-end:after{opacity:0}.oh-rev__track{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(25rem,30vw,30rem);grid-template-rows:minmax(0,1fr);gap:clamp(2.4rem,3vw,3.2rem);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:.4rem .25rem 1rem;margin:0;list-style:none;-webkit-overflow-scrolling:touch;scrollbar-width:none}@media screen and (min-width:990px){.oh-rev__track{grid-template-rows:repeat(2,auto)}}.oh-rev__track::-webkit-scrollbar{display:none}.oh-rev__card{scroll-snap-align:start;display:flex;flex-direction:column;padding:0;border:0;border-radius:0;background:transparent}.oh-rev__card-head{display:grid;grid-template-columns:4rem minmax(0,1fr) auto;align-items:center;gap:1rem}.oh-rev__avatar{display:grid;place-items:center;width:4rem;height:4rem;border-radius:50%;font-family:var(--font-body-family);font-size:1.5rem;font-weight:600;color:#fff}.oh-rev__who{min-width:0}.oh-rev__author{display:block;font-family:var(--font-body-family);font-size:1.4rem;font-weight:600;line-height:1.3;color:var(--oh-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.oh-rev__date{display:block;margin-top:.2rem;font-family:var(--font-body-family);font-size:1.2rem;color:var(--oh-muted)}.oh-rev__badge{display:grid;place-items:center;width:2.2rem;height:2.2rem;flex:0 0 auto}.oh-rev__badge svg{width:100%;height:100%}.oh-rev__card-stars{margin:1.3rem 0 0}.oh-rev__card-stars svg{width:1.6rem;height:1.6rem}.oh-rev__text{margin:.9rem 0 0;font-family:var(--font-body-family);font-size:1.4rem;line-height:1.65;color:#123c3adb;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.oh-rev__more{align-self:flex-start;margin-top:.8rem;padding:.4rem 0;border:0;background:none;color:var(--oh-gold);font-family:var(--font-body-family);font-size:1.25rem;font-weight:600;cursor:pointer;transition:color .15s ease}.oh-rev__more:hover,.oh-rev__more:focus-visible{color:var(--oh-ink)}.oh-rev__more[hidden]{display:none}.oh-rev__slider-nav{display:none;justify-content:flex-end;gap:.8rem;margin-bottom:1rem}@media screen and (min-width:990px){.oh-rev__slider-nav{display:flex}}.oh-rev__nav{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;background:#fff;border:1px solid var(--oh-line);cursor:pointer;color:var(--oh-ink);transition:background-color .15s ease,color .15s ease}.oh-rev__nav:hover:not(:disabled){background:var(--oh-ink);color:#fff}.oh-rev__nav:disabled{opacity:.35;cursor:default}.oh-rev__nav svg{width:1.6rem;height:1.6rem}@media screen and (max-width:749px){.oh-rev__track{grid-auto-columns:78vw}}.oh-rev-locked{overflow:hidden}.oh-rev__modal{width:min(100%,62rem);max-height:86vh;padding:0;border:0;border-radius:0;background:#fff;color:var(--oh-ink);overflow:hidden}.oh-rev__modal[open]{display:flex;flex-direction:column}.oh-rev__modal::backdrop{background:#123c3a73}@media screen and (max-width:749px){.oh-rev__modal{width:100%;max-width:100%;max-height:92vh;margin:auto auto 0}}.oh-rev__modal-head{position:relative;display:flex;align-items:center;justify-content:center;flex:0 0 auto;padding:2.2rem 6rem 1.6rem}.oh-rev__modal-title{margin:0;font-family:var(--font-body-family);font-size:1.9rem;font-weight:600;text-align:center;color:var(--oh-ink)}.oh-rev__modal-close{position:absolute;top:1.2rem;right:1.2rem;display:grid;place-items:center;width:4.4rem;height:4.4rem;border:0;background:none;color:var(--oh-ink);cursor:pointer;transition:opacity .15s ease}.oh-rev__modal-close:hover,.oh-rev__modal-close:focus-visible{opacity:.6}.oh-rev__modal-close svg{width:2.4rem;height:2.4rem}.oh-rev__modal-body{flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:0 clamp(1.6rem,3vw,2.4rem) clamp(1.6rem,3vw,2.4rem);scrollbar-width:thin;scrollbar-color:rgba(18,60,58,.32) rgba(18,60,58,.07)}.oh-rev__modal-head.is-stuck{border-bottom:1px solid var(--oh-line)}.oh-rev__modal-body::-webkit-scrollbar{width:6px}.oh-rev__modal-body::-webkit-scrollbar-track{background:#123c3a12}.oh-rev__modal-body::-webkit-scrollbar-thumb{background:#123c3a52;border-radius:999px}.oh-rev__verified{display:flex;align-items:center;gap:.8rem;margin:0 0 1.8rem;padding:1rem 1.2rem;background:#34a85314;color:#1c7a3e;font-family:var(--font-body-family);font-size:1.3rem;line-height:1.45}.oh-rev__verified-icon{display:grid;place-items:center;flex:0 0 auto;width:2rem;height:2rem;color:#1c7a3e}.oh-rev__verified-icon svg{width:100%;height:100%}.oh-rev__chips{display:flex;flex-wrap:wrap;gap:.8rem;padding:1.8rem 0 .4rem}.oh-rev__chip{display:inline-flex;align-items:center;gap:.4rem;min-height:3.8rem;padding:0 1.4rem;border:1px solid var(--oh-line);border-radius:999px;background:#fff;color:var(--oh-ink);font-family:var(--font-body-family);font-size:1.3rem;font-weight:500;white-space:nowrap;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.oh-rev__chip:hover{border-color:var(--oh-ink)}.oh-rev__chip.is-active{background:var(--oh-ink);border-color:var(--oh-ink);color:#fff;font-weight:600}.oh-rev__chip-star{width:1.3rem;height:1.3rem;fill:currentColor}.oh-rev__chip-icon{width:1.6rem;height:1.6rem;flex:0 0 auto}.oh-rev__photos{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.3rem}.oh-rev__photo{display:block;width:11rem;height:11rem;overflow:hidden;background:#123c3a0f;transition:opacity .15s ease}.oh-rev__photo:hover,.oh-rev__photo:focus-visible{opacity:.85}.oh-rev__photo img{display:block;width:100%;height:100%;object-fit:cover}@media screen and (max-width:749px){.oh-rev__photos{gap:.6rem}.oh-rev__photo{width:12rem;height:12rem}}@media screen and (max-width:359px){.oh-rev__photo{width:10.5rem;height:10.5rem}}.oh-rev__modal{outline:none}.oh-rev__modal-summary{padding-bottom:2rem;border-bottom:1px solid var(--oh-line)}.oh-rev__modal-list{display:grid;gap:0;margin:1.4rem 0 0;padding:0;list-style:none}.oh-rev__row{padding:2.2rem 0;border-bottom:1px solid var(--oh-line);scroll-margin-top:1rem}.oh-rev__row[hidden]{display:none}.oh-rev__row:last-child{border-bottom:0;padding-bottom:.5rem}.oh-rev__row-head{display:grid;grid-template-columns:3.6rem minmax(0,1fr);align-items:center;gap:1rem}.oh-rev__avatar--sm{width:3.6rem;height:3.6rem;font-size:1.35rem}.oh-rev__row-ident{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem .8rem;min-width:0}.oh-rev__row-ident .oh-rev__author{white-space:normal;font-size:1.5rem}.oh-rev__row-sub{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--font-body-family);font-size:1.25rem;color:var(--oh-muted)}.oh-rev__badge--sm{width:1.6rem;height:1.6rem}.oh-rev__row-stars{margin-top:1.1rem}.oh-rev__row-stars svg{width:2.2rem;height:2.2rem}.oh-rev__row-text{margin:1.1rem 0 0;font-family:var(--font-body-family);font-size:1.45rem;line-height:1.7;color:#123c3adb}.oh-rev__modal-foot{flex:0 0 auto;padding:1.6rem clamp(1.6rem,3vw,2.4rem);border-top:1px solid var(--oh-line);background:#fff}@media screen and (max-width:749px){.oh-rev__modal-head{padding:1.7rem 5.4rem 1.2rem}.oh-rev__modal-title{font-size:1.7rem}.oh-rev__modal-close{top:.9rem;right:.8rem}.oh-rev__chips{flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-x:contain;margin:0 -1.6rem;padding:1.6rem 1.6rem .4rem;scrollbar-width:none}.oh-rev__chips::-webkit-scrollbar{display:none}.oh-rev__chip{flex:0 0 auto}.oh-rev__row{padding:1.8rem 0}.oh-rev__row-stars svg{width:2rem;height:2rem}.oh-rev__verified{margin-bottom:1.4rem}.oh-rev__modal-summary{padding-bottom:1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/optika-reviews.css.map */
