.thera-rv{background:var(--rv-bg, var(--thera-offwhite));padding:var(--rv-pt, 80px) 0 var(--rv-pb, 80px)}.thera-rv__wrap{max-width:1440px;margin:0 auto;padding:0 64px;display:flex;flex-direction:column;gap:48px}.thera-rv__heading{font-family:var(--thera-serif);font-weight:400;font-size:48px;line-height:58px;text-transform:capitalize;color:var(--thera-navy);margin:0}.thera-rv__body-wrap{display:flex;flex-direction:column;gap:32px}.thera-rv__stars{display:inline-flex;gap:2px}.thera-rv__star{width:24px;height:24px;flex:0 0 24px}.thera-rv__star.is-on{color:var(--thera-coral)}.thera-rv__star.is-off{color:#dcdfe3}.thera-rv__summary{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;flex-wrap:wrap}.thera-rv__summary-left{display:flex;align-items:center;gap:50px;flex-wrap:wrap}.thera-rv__avg{display:flex;flex-direction:column;gap:15px}.thera-rv__avg-num{font-family:var(--thera-serif);font-weight:400;font-size:48px;line-height:58px;color:var(--thera-navy);margin:0}.thera-rv__avg-stars{display:flex;flex-direction:column;gap:12px}.thera-rv__avg-total{font-family:var(--thera-sans);font-weight:500;font-size:20px;line-height:28px;color:var(--thera-navy);margin:0}.thera-rv__avg-total b{font-weight:500}.thera-rv__bars{display:flex;flex-direction:column;gap:12px}.thera-rv__bar-row{display:flex;align-items:center;gap:4px}.thera-rv__bar-label{font-family:var(--thera-sans);font-weight:700;font-size:16px;line-height:26px;color:var(--thera-navy);width:24px;flex:0 0 24px}.thera-rv__bar{width:240px;height:5px;border-radius:999px;background:#1d4b6c26;overflow:hidden}.thera-rv__bar-fill{display:block;height:100%;background:var(--thera-navy);border-radius:999px}.thera-rv__bar-count{font-family:var(--thera-sans);font-weight:400;font-size:16px;line-height:26px;color:var(--thera-navy);white-space:nowrap}.thera-rv__write{display:inline-flex;align-items:center;justify-content:center;background:var(--thera-navy);color:#fff;border-radius:12px;padding:12px 32px;font-family:var(--thera-sans);font-weight:500;font-size:18px;line-height:28px;text-decoration:none;box-shadow:inset 0 4px 11.1px #ffffff6b;transition:background var(--thera-ease)}.thera-rv__write:hover{background:#163a54}.thera-rv__filter{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 0;border-top:1px dashed #d5d7da;border-bottom:1px dashed #d5d7da}.thera-rv__filter-title{font-family:var(--thera-sans);font-weight:500;font-size:20px;line-height:28px;color:var(--thera-navy);margin:0}.thera-rv__sort{display:flex;align-items:center;gap:15px}.thera-rv__sort>span{font-family:var(--thera-sans);font-weight:500;font-size:20px;line-height:28px;color:var(--thera-navy)}.thera-rv__sort-pill{display:inline-flex;align-items:center;gap:4px;border:1px solid var(--thera-navy);border-radius:999px;padding:12px 24px}.thera-rv__sort-pill select{appearance:none;-webkit-appearance:none;background:none;border:0;outline:none;cursor:pointer;font-family:var(--thera-sans);font-weight:500;font-size:18px;line-height:28px;color:var(--thera-navy)}.thera-rv__sort-pill svg{width:18px;height:18px;color:var(--thera-navy);pointer-events:none;transition:transform var(--thera-ease)}.thera-rv__sort-pill--custom{position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}.thera-rv__sort-pill--custom select{position:absolute;width:1px;height:1px;padding:0;margin:0;opacity:0;pointer-events:none}.thera-rv__sort-value{font-family:var(--thera-sans);font-weight:500;font-size:18px;line-height:28px;color:var(--thera-navy);white-space:nowrap}.thera-rv__sort-pill--custom.is-open svg{transform:rotate(180deg)}.thera-rv__sort-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:30;min-width:210px;margin:0;padding:6px;list-style:none;background:#fff;border:1px solid var(--thera-cream);border-radius:16px;box-shadow:0 16px 40px #1d4b6c29;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease,visibility .18s}.thera-rv__sort-pill--custom.is-open .thera-rv__sort-menu{opacity:1;visibility:visible;transform:translateY(0)}.thera-rv__sort-opt{padding:10px 14px;border-radius:10px;font-family:var(--thera-sans);font-size:16px;line-height:24px;color:var(--thera-navy);cursor:pointer;transition:background var(--thera-ease)}.thera-rv__sort-opt:hover{background:var(--thera-offwhite)}.thera-rv__sort-opt[aria-selected=true]{background:var(--thera-cream);font-weight:700}.thera-rv__list{display:flex;flex-direction:column;gap:32px}.thera-rv__review{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.thera-rv__review.is-hidden{display:none}.thera-rv__author{display:flex;gap:12px;align-items:flex-start;flex:0 0 auto}.thera-rv__avatar{width:100px;height:100px;flex:0 0 100px;border-radius:50%;overflow:hidden;background:#d9dce0;display:flex;align-items:center;justify-content:center}.thera-rv__avatar img{width:100%;height:100%;object-fit:cover}.thera-rv__avatar-ph{font-family:var(--thera-serif);font-size:34px;color:#fff;text-transform:uppercase}.thera-rv__author-info{display:flex;flex-direction:column;gap:4px}.thera-rv__author-name{display:flex;align-items:center;gap:4px;font-family:var(--thera-sans);font-weight:400;font-size:20px;line-height:28px;color:var(--thera-navy)}.thera-rv__verified{width:16px;height:16px;flex:0 0 16px}.thera-rv__author-tag{font-family:var(--thera-sans);font-weight:400;font-size:14px;line-height:22px;color:var(--thera-navy);margin:0}.thera-rv__content{display:flex;flex-direction:column;gap:20px;flex:0 1 940px;min-width:0}.thera-rv__content-text{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.thera-rv__title{width:100%;font-family:var(--thera-serif);font-weight:400;font-size:32px;line-height:42px;text-transform:capitalize;color:var(--thera-navy);margin:0}.thera-rv__text{width:100%;font-family:var(--thera-sans);font-weight:400;font-size:16px;line-height:26px;color:var(--thera-navy);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.thera-rv__text.is-open{-webkit-line-clamp:unset;overflow:visible}.thera-rv__more{align-self:flex-start;background:none;border:0;padding:0;margin:-2px 0 0;cursor:pointer;font-family:var(--thera-sans);font-size:16px;line-height:26px;color:var(--thera-coral);text-decoration:underline}.thera-rv__photos{display:flex;gap:12px;flex-wrap:wrap}.thera-rv__photos img{width:300px;height:300px;max-width:45%;object-fit:cover;border-radius:12px;display:block}.thera-rv__loadmore-wrap{display:flex;justify-content:center;margin-top:16px}.thera-rv__loadmore{background:var(--thera-navy);color:#fff;border:0;border-radius:12px;padding:12px 32px;cursor:pointer;font-family:var(--thera-sans);font-weight:500;font-size:18px;line-height:28px;box-shadow:inset 0 4px 11.1px #ffffff6b;transition:background var(--thera-ease)}.thera-rv__loadmore:hover{background:#163a54}@media(max-width:990px){.thera-rv__wrap{padding:0 40px;gap:32px}.thera-rv__review{flex-direction:column;gap:16px}.thera-rv__content{flex:1 1 auto;width:100%}}@media(max-width:749px){.thera-rv{padding:40px 0}.thera-rv__wrap{padding:0 16px;gap:32px}.thera-rv__heading{font-size:36px;line-height:44px}.thera-rv__summary{flex-direction:column;align-items:stretch;gap:32px}.thera-rv__summary-left{flex-direction:column;align-items:flex-start;gap:24px}.thera-rv__avg{flex-direction:row;align-items:center;gap:12px}.thera-rv__avg-num{font-size:40px;line-height:48px;letter-spacing:-2px}.thera-rv__avg-stars{gap:8px}.thera-rv__avg-total{font-size:16px;line-height:26px;font-weight:400}.thera-rv__avg-total b{font-weight:400}.thera-rv__bars{gap:8px;width:100%}.thera-rv__bar-row{gap:6px;width:100%}.thera-rv__bar-label{font-size:12px;line-height:20px;font-weight:400}.thera-rv__bar{flex:1 1 auto;width:auto}.thera-rv__bar-count{font-size:12px;line-height:20px}.thera-rv__write{width:100%}.thera-rv__sort{gap:8px}.thera-rv__sort>span{font-size:16px;line-height:26px}.thera-rv__sort-pill{padding:8px 12px}.thera-rv__sort-pill select{font-size:16px;line-height:26px}.thera-rv__avatar{width:64px;height:64px;flex:0 0 64px}.thera-rv__avatar-ph{font-size:24px}.thera-rv__author-name{font-size:18px;line-height:28px;font-weight:500}.thera-rv__author-tag{font-size:12px;line-height:20px}.thera-rv__content-text .thera-rv__star{width:16px;height:16px;flex:0 0 16px}.thera-rv__title{font-size:24px;line-height:32px}.thera-rv__photos img{width:calc((100% - 12px)/2);height:auto;max-width:none;aspect-ratio:1 / 1}}.thera-rv__jmsource{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.thera-rv__jmsource.thera-rv__jmsource--reveal{position:static;width:100%;height:auto;margin:0;overflow:visible;clip:auto;clip-path:none;white-space:normal}.thera-rv__loadmore.is-loading{opacity:.6;pointer-events:none}.thera-rv__jdgm{width:100%}
/*# sourceMappingURL=/cdn/shop/t/64/assets/thera-reviews.css.map */
