.rv-section{--rv-fg: rgb(var(--color-foreground, 18 18 18));--rv-muted: rgba(var(--color-foreground, 18 18 18), .56);--rv-rule: rgba(var(--color-foreground, 18 18 18), .12);--rv-track: rgba(var(--color-foreground, 18 18 18), .1);color:var(--rv-fg);scroll-margin-top:80px}.rv-section__title{margin:0 0 2rem;font-family:var(--font-heading-family, inherit);font-weight:var(--font-heading-weight, 400);font-size:clamp(1.5rem,3vw,2rem);letter-spacing:-.01em}.rv-stars{position:relative;display:inline-flex;line-height:0;white-space:nowrap}.rv-stars__track,.rv-stars__fill{display:inline-flex;gap:.15em;line-height:0}.rv-stars__fill{position:absolute;inset-block-start:0;inset-inline-start:0;width:var(--rv-fill, 0%);overflow:hidden}.rv-star{width:var(--rv-star-size, 16px);height:var(--rv-star-size, 16px);flex:0 0 auto;fill:currentColor}.rv-stars__track{color:rgba(var(--color-foreground, 18 18 18),.18)}.rv-stars__fill{color:rgb(var(--color-foreground, 18 18 18))}.rv-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:calc(var(--rv-badge-size, 18px) * .85);line-height:1;color:rgb(var(--color-foreground, 18 18 18));text-decoration:none}.rv-badge--link{border-bottom:1px solid transparent}.rv-badge--link:hover .rv-badge__count{border-bottom-color:currentColor}.rv-badge__value{font-weight:600;font-variant-numeric:tabular-nums}.rv-badge__count{color:rgba(var(--color-foreground, 18 18 18),.6);border-bottom:1px solid transparent;transition:border-color .15s ease}.rv-badge--empty{color:rgba(var(--color-foreground, 18 18 18),.5)}.rv-layout{display:grid;grid-template-columns:1fr;gap:2.5rem}@media screen and (min-width:900px){.rv-layout{grid-template-columns:minmax(200px,260px) 1fr;gap:4rem;align-items:start}.rv-summary{position:sticky;top:100px}}.rv-summary__score{display:flex;align-items:baseline;gap:.35rem;margin-bottom:.5rem}.rv-summary__number{font-family:var(--font-heading-family, inherit);font-size:3.25rem;line-height:.9;font-variant-numeric:tabular-nums}.rv-summary__outof{font-size:.875rem;color:var(--rv-muted)}.rv-summary__count{margin:.6rem 0 1.5rem;font-size:.8125rem;color:var(--rv-muted)}.rv-dist{margin:0 0 2rem;padding:0;list-style:none;display:grid;gap:.45rem}.rv-dist__row{display:grid;grid-template-columns:.75rem 1fr 1.5rem;align-items:center;gap:.6rem;font-size:.75rem;color:var(--rv-muted);font-variant-numeric:tabular-nums}.rv-dist__track{display:block;height:3px;background:var(--rv-track)}.rv-dist__fill{display:block;height:100%;background:currentColor;color:rgb(var(--color-foreground, 18 18 18))}.rv-dist__count{text-align:right}.rv-fit{padding-top:1.5rem;border-top:1px solid var(--rv-rule)}.rv-fit__title{margin:0 0 1.1rem;font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;color:var(--rv-muted)}.rv-fit__scale{position:relative;height:10px;margin-bottom:.5rem}.rv-fit__track{position:absolute;inset-block-start:4px;inset-inline:0;height:2px;background:var(--rv-track)}.rv-fit__marker{position:absolute;inset-block-start:0;inset-inline-start:var(--rv-fit-pos, 50%);width:10px;height:10px;margin-inline-start:-5px;border-radius:50%;background:rgb(var(--color-foreground, 18 18 18))}.rv-fit__labels{display:flex;justify-content:space-between;margin:0 0 .75rem;padding:0;list-style:none;font-size:.6875rem;color:var(--rv-muted)}.rv-fit__labels li:nth-child(2){text-align:center}.rv-fit__note{margin:0;font-size:.75rem;color:var(--rv-muted)}.rv-list{display:grid;gap:0}.rv-item{padding:1.75rem 0;border-top:1px solid var(--rv-rule)}.rv-item:first-child{border-top:0;padding-top:0}.rv-item__head{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.6rem}.rv-item__title{margin:0;font-size:.9375rem;font-weight:600;letter-spacing:0}.rv-item__body{margin:0 0 1rem;font-size:.9375rem;line-height:1.6;max-width:60ch}.rv-item__photos{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem;padding:0;list-style:none}.rv-photo{display:block;padding:0;border:0;background:none;cursor:pointer;line-height:0}.rv-photo img{width:72px;height:72px;object-fit:cover;display:block}.rv-item__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.75rem;color:var(--rv-muted)}.rv-item__author{color:rgb(var(--color-foreground, 18 18 18));font-weight:500}.rv-item__verified{text-transform:uppercase;letter-spacing:.08em;font-size:.625rem;padding:.2rem .45rem;border:1px solid var(--rv-rule)}.rv-more{justify-self:start;margin-top:1.75rem;padding:.7rem 1.4rem;font-size:.8125rem;font-family:inherit;color:rgb(var(--color-foreground, 18 18 18));background:none;border:1px solid rgb(var(--color-foreground, 18 18 18));cursor:pointer}.rv-more:hover{color:rgb(var(--color-background, 255 255 255));background:rgb(var(--color-foreground, 18 18 18))}.rv-empty{margin:0;font-size:.9375rem;color:var(--rv-muted)}.rv-lightbox{padding:0;border:0;background:none;max-width:min(90vw,720px)}.rv-lightbox::backdrop{background:#000000bf}.rv-lightbox img{display:block;width:100%;height:auto}.rv-lightbox__close{position:absolute;top:.5rem;right:.5rem;width:2rem;height:2rem;font-size:1.25rem;line-height:1;color:#fff;background:#00000080;border:0;cursor:pointer}.rv-photo:focus-visible,.rv-more:focus-visible,.rv-badge--link:focus-visible,.rv-lightbox__close:focus-visible{outline:2px solid currentColor;outline-offset:2px}@media(prefers-reduced-motion:reduce){.rv-badge__count{transition:none}}.rv-form{margin-top:3rem;padding-top:2.5rem;border-top:1px solid var(--rv-rule);max-width:44rem;scroll-margin-top:80px}.rv-form__heading{margin:0 0 1.75rem;font-family:var(--font-heading-family, inherit);font-weight:var(--font-heading-weight, 400);font-size:1.25rem;letter-spacing:-.01em}.rv-form__field{margin-bottom:1.25rem;flex:1 1 12rem;min-width:0}.rv-form__field--rating{margin:0 0 1.5rem;padding:0;border:0}.rv-form__row{display:flex;flex-wrap:wrap;gap:0 1rem}.rv-form__label{display:block;margin:0 0 .5rem;padding:0;font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;color:var(--rv-muted)}.rv-form input[type=text],.rv-form input[type=email],.rv-form select,.rv-form textarea{width:100%;padding:.75rem .9rem;font-family:inherit;font-size:.9375rem;color:rgb(var(--color-foreground, 18 18 18));background:rgb(var(--color-background, 255 255 255));border:1px solid rgba(var(--color-foreground, 18 18 18),.18);border-radius:var(--inputs-radius, 0);transition:border-color .2s ease}.rv-form textarea{resize:vertical;line-height:1.5}.rv-form input:focus,.rv-form select:focus,.rv-form textarea:focus{outline:0;border-color:rgba(var(--color-foreground, 18 18 18),.55)}.rv-form ::placeholder{color:rgba(var(--color-foreground, 18 18 18),.38);opacity:1}.rv-form__stars{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:.25rem}.rv-form__stars input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.rv-form__stars label{display:block;cursor:pointer;line-height:0;color:rgba(var(--color-foreground, 18 18 18),.18);transition:color .12s ease}.rv-form__stars label svg{width:30px;height:30px;fill:currentColor}.rv-form__stars input:checked~label,.rv-form__stars label:hover,.rv-form__stars label:hover~label{color:rgb(var(--color-foreground, 18 18 18))}.rv-form__stars input:focus-visible+label{outline:2px solid currentColor;outline-offset:2px}.rv-form__note{margin:0 0 1.5rem;font-size:.75rem;line-height:1.5;color:var(--rv-muted)}.rv-form__submit{padding:.85rem 2rem;font-family:inherit;font-size:.875rem;color:rgb(var(--color-background, 255 255 255));background:rgb(var(--color-foreground, 18 18 18));border:1px solid rgb(var(--color-foreground, 18 18 18));border-radius:var(--buttons-radius, 0);cursor:pointer;transition:opacity .2s ease}.rv-form__submit:hover{opacity:.85}.rv-form__submit:focus-visible{outline:2px solid currentColor;outline-offset:2px}.rv-form__success-title{margin:0 0 .5rem;font-size:1rem;font-weight:600}.rv-form__success-body{margin:0;font-size:.875rem;color:var(--rv-muted)}.rv-form__errors{margin:0 0 1.5rem;font-size:.875rem;color:rgb(var(--color-foreground, 18 18 18))}.rv-form__trap{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media(prefers-reduced-motion:reduce){.rv-form input,.rv-form select,.rv-form textarea,.rv-form__stars label,.rv-form__submit{transition:none}}.rv-stars__track{color:#1a1a1a38}.rv-stars__fill{color:#1a1a1a}.rv-star{min-width:14px;min-height:14px}.rv-badge .rv-star{--rv-star-size: 18px}.rv-badge__value{font-size:1.4rem;font-weight:600}.rv-badge__count{font-size:1.3rem}.rv-summary .rv-star{--rv-star-size: 20px}.rv-item .rv-star{--rv-star-size: 15px}@media screen and (max-width:749px){.rv-badge{gap:.6rem}.rv-badge .rv-star{--rv-star-size: 17px}.rv-summary .rv-star{--rv-star-size: 19px}.rv-item .rv-star{--rv-star-size: 15px}.rv-badge__value{font-size:1.3rem}.rv-badge__count{font-size:1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/reviews.css.map */
