.tpr{--tpr-green: #00b67a;--tpr-fg: rgb(var(--color-foreground, 18, 18, 18));--tpr-border: rgba(var(--color-foreground, 18, 18, 18), .12);--tpr-soft: rgba(var(--color-foreground, 18, 18, 18), .06);--tpr-muted: rgba(var(--color-foreground, 18, 18, 18), .6);padding-top:4rem;padding-bottom:4rem}@media screen and (min-width:750px){.tpr{padding-top:5.6rem;padding-bottom:5.6rem}}.tpr__head{margin-bottom:2.4rem}.tpr__title{margin:0 0 .4rem}.tpr__disclosure{font-size:1.3rem;color:var(--tpr-muted)}.tpr__disclosure a{color:inherit;text-decoration:underline}.tpr__body{display:flex;flex-direction:column;gap:2.4rem}.tpr__body.is-desktop{display:grid;grid-template-columns:minmax(24rem,30rem) 1fr;gap:4.8rem;align-items:start}.tpr-stars{display:inline-flex;gap:2px;vertical-align:middle}.tpr-star{width:2rem;height:2rem;display:block}.tpr-stars--sm .tpr-star{width:1.6rem;height:1.6rem}.tpr-stars--md .tpr-star{width:2.2rem;height:2.2rem}.is-desktop .tpr__summary{position:sticky;top:2rem}.tpr__score{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.6rem}.tpr__score-num{font-size:2.8rem;font-weight:400;line-height:1}.tpr__score-count{font-size:1.3rem;color:var(--tpr-muted)}.tpr__score-count strong{color:var(--tpr-fg);font-weight:400}.tpr__bars{display:flex;flex-direction:column;gap:.4rem}.tpr__bar{display:flex;align-items:center;gap:1rem;width:100%;padding:.6rem .8rem;margin:0 -.8rem;border:0;background:transparent;border-radius:.8rem;cursor:pointer;text-align:left;font:inherit;color:var(--tpr-fg);transition:background-color .15s ease}.tpr__bar:hover:not(.is-empty){background:var(--tpr-soft)}.tpr__bar.is-active{background:var(--tpr-soft)}.tpr__bar.is-empty{opacity:.45;cursor:not-allowed}.tpr__bar-label{flex:0 0 3.2rem;font-size:1.3rem;font-weight:400}.tpr__bar-track{flex:1 1 auto;height:.9rem;background:var(--tpr-soft);border-radius:999px;overflow:hidden}.tpr__bar-fill{display:block;height:100%;background:var(--tpr-green);border-radius:999px;transition:width .3s ease}.tpr__bar-count{flex:0 0 2.6rem;text-align:right;font-size:1.3rem;color:var(--tpr-muted)}.tpr__clear{margin-top:1.2rem;align-self:start;background:none;border:0;padding:0;font:inherit;font-size:1.3rem;color:var(--tpr-fg);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.tpr__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem;align-items:stretch}@media(max-width:1200px)and (min-width:1000px){.tpr__grid{grid-template-columns:1fr}}.tpr__carousel{list-style:none;margin:0 -1.5rem;padding:0 1.5rem;scroll-padding-left:1.5rem;display:flex;gap:1.2rem;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tpr__carousel::-webkit-scrollbar{display:none}.tpr__carousel .tpr-card{flex:0 0 83vw;scroll-snap-align:start}.tpr-card{list-style:none;display:flex;flex-direction:column;gap:1rem;padding:1.8rem;border:.1rem solid var(--tpr-border);border-radius:1.2rem;background:#fff}.tpr-card--fixed{height:32rem;overflow:hidden}.tpr-card__head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.tpr-card__date{font-size:1.2rem;color:var(--tpr-muted)}.tpr-card__body{margin:0;line-height:1.5}.tpr-card__body--clamp{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.tpr-card__more{align-self:start;background:none;border:0;padding:0;font:inherit;font-size:1.3rem;color:var(--tpr-fg);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.tpr-card__author{font-weight:400;margin-top:auto}.tpr-card__reply{border-top:.1rem solid var(--tpr-border);padding-top:1rem;font-size:1.3rem}.tpr-card__reply-label{display:block;font-weight:400;margin-bottom:.3rem}.tpr-card__reply p{margin:0;color:var(--tpr-muted)}.tpr-card__reply-body--clamp{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.is-desktop .tpr-card__reply-body--clamp{-webkit-line-clamp:4}.tpr-card__reply .tpr-card__more{margin-top:.6rem;font-size:1.2rem;color:var(--tpr-muted)}.tpr-redact{filter:blur(4px);-webkit-user-select:none;user-select:none;color:var(--tpr-muted);letter-spacing:.02em;border-radius:3px;cursor:default}.tpr__pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.6rem;margin-top:2.8rem}.tpr__page{min-width:3.6rem;height:3.6rem;padding:0 1rem;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;cursor:pointer;font:inherit;font-size:1.4rem;background:var(--tpr-soft);color:var(--tpr-fg);transition:background-color .15s ease}.tpr__page:hover:not(:disabled){background:rgba(var(--color-foreground, 18, 18, 18),.12)}.tpr__page.is-active{background:var(--tpr-fg);color:rgb(var(--color-background, 255, 255, 255));font-weight:400}.tpr__page:disabled{opacity:.4;cursor:not-allowed}.tpr__ellipsis{padding:0 .4rem;color:var(--tpr-muted);-webkit-user-select:none;user-select:none}.tpr__empty{color:var(--tpr-muted);font-style:italic}.tpr__footer{display:flex;align-items:center;gap:.6rem;justify-content:center;margin-top:2.8rem;font-size:1.2rem;color:var(--tpr-muted)}.tpr__footer a{color:inherit;text-decoration:underline}.tpr-modal{--tpr-fg: rgb(var(--color-foreground, 18, 18, 18));--tpr-muted: rgba(var(--color-foreground, 18, 18, 18), .6);--tpr-soft: rgba(var(--color-foreground, 18, 18, 18), .06);position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1.6rem;background:#0009}.tpr-modal__panel{position:relative;background:rgb(var(--color-background, 255, 255, 255));color:var(--tpr-fg);border-radius:1.6rem;max-width:56rem;width:100%;max-height:85vh;overflow-y:auto;padding:2.8rem}.tpr-modal__close{position:absolute;top:1.4rem;right:1.4rem;width:3.2rem;height:3.2rem;border:0;border-radius:999px;cursor:pointer;background:var(--tpr-fg);color:rgb(var(--color-background, 255, 255, 255));font-size:2rem;line-height:1}.tpr-modal__head{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.4rem}.tpr-modal__meta{font-size:1.3rem;color:var(--tpr-muted)}.tpr-modal__body{margin:0;line-height:1.6}.tpr-modal__reply{margin-top:1.6rem;padding:1.4rem;border-radius:1rem;background:var(--tpr-soft);font-size:1.3rem}.tpr-modal__reply p{margin:0;color:var(--tpr-muted)}@media(prefers-reduced-motion:reduce){.tpr__bar-fill,.tpr__page,.tpr__bar{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/123/assets/component-trustpilot-product-reviews.css.map */
