.wscr{background:var(--wscr-bg, #ffffff);color:var(--wscr-text, #1c1d1d);padding-block:var(--wscr-pad-block, 4rem);font-size:var(--wscr-font-size, 1rem)}.wscr__inner{max-width:var(--wscr-max-width, 1200px);margin-inline:auto}.wscr__stars{display:inline-flex;gap:2px;line-height:0;white-space:nowrap;vertical-align:middle}.wscr__star{position:relative;width:1.05em;height:1.05em;flex:0 0 auto}.wscr__star-base,.wscr__star-fill svg{width:100%;height:100%;display:block;fill:currentColor}.wscr__star-base{color:var(--wscr-star-empty, #e2e2e2)}.wscr__star-fill{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;color:var(--wscr-icon-star, #f5a623)}.wscr__star-fill svg{width:1.05em;min-width:1.05em}.wscr__divider{border:0;border-top:1px solid var(--wscr-border, #ececec);margin:0}.wscr__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:500;text-align:center;margin:0 0 2.5rem;line-height:1.05}.wscr__summary{display:flex;flex-wrap:wrap;align-items:center;gap:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--wscr-border, #ececec)}.wscr__summary-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;margin-bottom:.5rem}.wscr__summary-label{font-size:1rem;font-weight:500}.wscr__score{display:flex;flex-direction:column;gap:.35rem;flex:0 0 auto}.wscr__score-value{font-size:3rem;font-weight:400;line-height:1}.wscr__score-count{font-size:.85rem;color:var(--wscr-muted, #6b7280)}.wscr__score .wscr__stars{font-size:1.15rem}.wscr__write-btn{margin:0;flex:0 0 auto}.wscr__dist{flex:1 1 260px;min-width:220px;display:flex;flex-direction:column;gap:.35rem}.wscr__dist-row{display:grid;grid-template-columns:1.25rem 1fr auto;align-items:center;gap:.6rem;font-size:.8rem;color:var(--wscr-muted, #6b7280)}.wscr__dist-track{display:block;height:8px;border-radius:999px;background:var(--wscr-surface, #eee);overflow:hidden}.wscr__dist-fill{display:block;height:100%;border-radius:inherit;background:var(--wscr-dist-bar, #f5a623);width:0;transition:width .9s cubic-bezier(.22,1,.36,1)}.wscr__meter{flex:1 1 260px;min-width:220px}.wscr__meter-name{font-size:.95rem;font-weight:500;margin:0 0 .75rem}.wscr__meter-track{position:relative;height:4px;border-radius:999px;background:var(--wscr-border, #e2e2e2)}.wscr__meter-marker{position:absolute;top:50%;width:16px;height:16px;transform:translate(-50%,-85%);color:var(--wscr-icon-meter, #f5a623)}.wscr__meter-marker svg{width:100%;height:100%;display:block;fill:currentColor;filter:drop-shadow(0 1px 2px rgba(0,0,0,.25))}.wscr__meter-scale{display:flex;justify-content:space-between;margin-top:.6rem;font-size:.75rem;color:var(--wscr-muted, #6b7280)}.wscr__gallery{position:relative;margin-block:1.5rem}.wscr__gallery-track{display:flex;gap:.6rem;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;padding-block:.25rem;scrollbar-width:none}.wscr__gallery-track::-webkit-scrollbar{display:none}.wscr__gallery-item{position:relative;flex:0 0 auto;width:84px;height:84px;border-radius:var(--wscr-media-radius, 10px);overflow:hidden;scroll-snap-align:start;border:0;padding:0;cursor:pointer;background:var(--wscr-surface, #f2f2f2)}.wscr__gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.wscr__gallery-item--video:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000040}.wscr__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:28px;height:28px;z-index:1;color:#fff;pointer-events:none}.wscr__gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;padding:0;border-radius:50%;border:1px solid var(--wscr-border, #e2e2e2);background:var(--wscr-bg, #fff);color:var(--wscr-text, #1c1d1d);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 14px #0000001f;z-index:3;transition:opacity .2s ease,background .2s ease}.wscr__gallery-nav:hover{background:var(--wscr-surface, #f5f5f5)}.wscr__nav-icon{width:16px;height:16px;display:block;fill:currentColor;stroke:none;pointer-events:none}.wscr__gallery-nav:disabled,.wscr__gallery-nav[aria-disabled=true]{opacity:.3;cursor:default;pointer-events:none}.wscr__gallery-nav--prev{left:0}.wscr__gallery-nav--next{right:0}.wscr__gallery.is-no-overflow .wscr__gallery-nav{display:none}.wscr__filters{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-block:1.25rem}.wscr__filter{display:flex;flex-direction:column;gap:.2rem}.wscr__filter-label{font-size:.7rem;color:var(--wscr-muted, #6b7280);padding-left:.15rem}.wscr__filter select{appearance:none;-webkit-appearance:none;padding:.5rem 2rem .5rem .75rem;border:1px solid var(--wscr-border, #e2e2e2);border-radius:8px;background-color:var(--wscr-bg, #fff);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;font-size:.85rem;color:var(--wscr-text, #1c1d1d);cursor:pointer;min-width:120px}.wscr__filter-check{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;cursor:pointer;align-self:flex-end;padding-bottom:.5rem}.wscr__list{display:grid;grid-template-columns:repeat(var(--wscr-cols-desktop, 1),minmax(0,1fr));gap:var(--wscr-row-gap, 0)}.wscr__review{display:grid;grid-template-columns:210px 1fr;gap:1.5rem;padding-block:1.75rem}.wscr--divided .wscr__review+.wscr__review,.wscr--divided .wscr__list>.wscr__review:not(:first-child){border-top:1px solid var(--wscr-border, #ececec)}.wscr__review[hidden]{display:none}.wscr__review-meta{display:flex;flex-direction:column;gap:.75rem}.wscr__reviewer{display:flex;align-items:center;gap:.7rem}.wscr__avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0;display:grid;place-items:center;font-weight:600;font-size:.9rem;color:#fff;background:var(--wscr-avatar-bg, #b8b8b8);overflow:hidden}.wscr__avatar img{width:100%;height:100%;object-fit:cover}.wscr__reviewer-name{font-weight:600;font-size:.95rem;line-height:1.2}.wscr__verified{display:inline-flex;align-items:center;gap:.25rem;font-size:.78rem;color:var(--wscr-muted, #6b7280);margin-top:.15rem}.wscr__verified svg{width:.9em;height:.9em;display:block;flex:0 0 auto;fill:var(--wscr-icon-verified, #f5a623);color:var(--wscr-icon-verified, #f5a623)}.wscr__facts{display:flex;flex-direction:column;gap:.3rem;font-size:.8rem}.wscr__fact b{font-weight:600}.wscr__recommend{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;line-height:1.3;color:var(--wscr-text, #1c1d1d)}.wscr__recommend svg{width:1em;height:1em;display:block;flex:0 0 auto}.wscr__review-body{display:flex;flex-direction:column;gap:.6rem}.wscr__review-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.wscr__date{font-size:.78rem;color:var(--wscr-muted, #6b7280);white-space:nowrap}.wscr__review-title{font-size:1.05rem;font-weight:600;margin:0}.wscr__review-text{font-size:.92rem;line-height:1.6;margin:0;color:var(--wscr-text, #1c1d1d)}.wscr__review-meter{margin-top:.25rem;max-width:340px}.wscr__review-meter-name{font-size:.85rem;font-weight:500;margin:0 0 .5rem}.wscr__product{font-size:.8rem;color:var(--wscr-muted, #6b7280)}.wscr__review-media{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.wscr__review-media .wscr__gallery-item{width:68px;height:68px}.wscr__helpful{display:flex;align-items:center;gap:.6rem;font-size:.8rem;color:var(--wscr-muted, #6b7280);margin-top:.25rem}.wscr__helpful-btn{display:inline-flex;align-items:center;gap:.25rem;background:none;border:0;cursor:pointer;color:inherit;font-size:inherit}.wscr__helpful-btn svg{width:1em;height:1em;display:block;fill:var(--wscr-icon-helpful, #f5a623);color:var(--wscr-icon-helpful, #f5a623)}.wscr__loadmore-wrap{text-align:center;margin-top:2rem}.wscr__empty{text-align:center;color:var(--wscr-muted, #6b7280);padding:2rem 0}.wscr__empty[hidden]{display:none}.wscr__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#000000d9;padding:1.5rem}.wscr__lightbox[hidden]{display:none}.wscr__lightbox-media{max-width:min(90vw,900px);max-height:85vh}.wscr__lightbox-media img,.wscr__lightbox-media video,.wscr__lightbox-media iframe{max-width:100%;max-height:85vh;border-radius:8px;display:block}.wscr__lightbox-media iframe{width:min(90vw,900px);aspect-ratio:16 / 9;height:auto;border:0}.wscr__lightbox-close{position:absolute;top:1rem;right:1rem;padding:0 15px;border-radius:50%;border:0;background:#ffffff26;color:#fff;font-size:2.25rem;cursor:pointer;display:grid;place-items:center}.wscr--animate .wscr__review{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}.wscr--animate .wscr__review.is-inview{opacity:1;transform:none}@media(max-width:990px){.wscr__list{grid-template-columns:repeat(var(--wscr-cols-tablet, 1),minmax(0,1fr))}}@media(max-width:749px){.wscr{padding-block:2.5rem}.wscr__reviewer-name-verified{display:flex;flex-direction:column}.wscr__list{grid-template-columns:repeat(var(--wscr-cols-mobile, 1),minmax(0,1fr))}.wscr__review{grid-template-columns:1fr;gap:1rem}.wscr__review-meta{flex-direction:row;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem}.wscr__facts,.wscr__recommend{width:100%}.wscr__summary{gap:1.5rem}.wscr__score{flex:1 1 100%;flex-direction:row;align-items:center;justify-content:space-between}.wscr__filters{gap:.5rem}.wscr__filter select{min-width:0;width:100%}.wscr__filter{flex:1 1 45%}}@media(prefers-reduced-motion:reduce){.wscr__dist-fill,.wscr--animate .wscr__review{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-ws-customer-reviews-pro.css.map */
