.reviews-modal{box-sizing:border-box;position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;display:flex;align-items:center;justify-content:center;width:100%;height:100%;margin:0;padding:12px;overflow:hidden;visibility:hidden;opacity:0;background:#12121280}.reviews-modal[open]{z-index:10000;visibility:visible;opacity:1}.reviews-modal__panel{display:flex;flex-direction:column;width:min(430px,100%);max-height:calc(100vh - 24px);overflow:hidden;font-family:Assistant,Helvetica Neue,Helvetica,Arial,sans-serif;color:#121212;background:#fff;border-radius:25px;box-shadow:0 24px 60px #12121247}.reviews-modal__panel:focus{outline:none}.reviews-modal__header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;height:67px;padding:0 18px;background:#fff;border-bottom:1px solid #efefef}.reviews-modal__title{margin:0;font-size:20px;font-weight:700;line-height:1.3;color:#121212}.reviews-modal__close{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;font-family:inherit;font-size:16px;font-weight:400;line-height:1;color:#12121299;cursor:pointer;background:#f6f6f6;border:0;border-radius:999px}.reviews-modal__close:hover{color:#121212}.reviews-modal__scroll{flex:1 1 auto;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch}.reviews-modal__summary{display:flex;gap:14px;padding:20px 18px 18px;background:#f6f6f6;border-bottom:1px solid #e4e4e4}.reviews-modal__score{flex:0 0 auto;min-width:124px}.reviews-modal__score-row{display:flex;align-items:flex-end;gap:5px}.reviews-modal__score-value{font-size:46px;font-weight:700;letter-spacing:-.92px;line-height:.9;color:#121212}.reviews-modal__score-out{padding-bottom:6px;font-size:14px;font-weight:600;line-height:1.3;color:#1212128c}.reviews-modal__stars{position:relative;display:inline-block;margin-top:6px;overflow:hidden;font-size:18px;font-weight:400;letter-spacing:2px;line-height:1.3;white-space:nowrap}.reviews-modal__stars-empty{color:#e2e2e2}.reviews-modal__stars-fill{position:absolute;top:0;left:0;overflow:hidden;color:#efa83c;white-space:nowrap}.reviews-modal__count{margin-top:6px;font-size:14px;font-weight:400;line-height:1.3;color:#1212128c}.reviews-modal__bars{display:flex;flex:1 1 auto;flex-direction:column;gap:7px;justify-content:center;min-width:0}.reviews-modal__bar-row{display:grid;grid-template-columns:22px minmax(0,1fr) 28px;gap:8px;align-items:center}.reviews-modal__bar-label{font-size:12.5px;font-weight:600;line-height:1;color:#121212b3}.reviews-modal__bar-track{height:7px;overflow:hidden;background:#e4e4e4;border-radius:999px}.reviews-modal__bar-fill{display:block;height:100%;border-radius:999px}.reviews-modal__bar-pct{font-size:12.5px;font-weight:400;line-height:1;color:#1212128c;text-align:right}.reviews-modal__content{padding:17px 18px 28px}.reviews-modal__ai{padding:20px 18px 18px;background:#e9f9ed;border-radius:18px}.reviews-modal__ai-head{display:flex;gap:9px;align-items:center;margin-bottom:12px}.reviews-modal__ai-icon{display:block;flex-shrink:0;width:18px;height:18px;overflow:hidden}.reviews-modal__ai-icon img{display:block;width:100%;height:100%}.reviews-modal__ai-title{font-size:16px;font-weight:700;line-height:1.3;color:#121212}.reviews-modal__ai-body{margin:0 0 14px;font-size:15.5px;font-weight:400;line-height:24.03px;color:#121212d1}.reviews-modal__ai-note{margin:0;font-size:13px;font-weight:400;line-height:1.3;color:#12121280}.reviews-modal__section-title{margin:24px 0 12px;font-size:15px;font-weight:700;line-height:1.25;color:#121212}.reviews-modal__topics{display:flex;flex-wrap:wrap;gap:8px}.reviews-modal__topic{display:inline-flex;align-items:center;height:40px;padding:0 14px 0 8px;font-size:14px;line-height:1;background:#f1fbf3;border:1px solid #cdeed6;border-radius:999px}.reviews-modal__topic-icon{display:block;width:16px;height:16px;margin-right:4px}.reviews-modal__topic-icon img{display:block;width:100%;height:100%}.reviews-modal__topic-label{font-weight:600;color:#1f8f41}.reviews-modal__topic-count{margin-left:6px;font-weight:400;color:#12121273}.reviews-modal__divider{height:1px;margin:24px 0 0;background:#efefef;border:0}.reviews-modal__reviews{display:flex;flex-direction:column;gap:28px}.reviews-modal__review-head{display:flex;gap:10px;align-items:center}.reviews-modal__avatar{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:30px;height:30px;font-size:13px;font-weight:700;line-height:1;color:#1f8f41;background:#e9f9ed;border-radius:999px}.reviews-modal__avatar--muted{color:#12121299;background:#f6f6f6}.reviews-modal__name{font-size:14.5px;font-weight:700;line-height:1.3;color:#121212}.reviews-modal__verified{display:inline-flex;align-items:center;height:21px;padding:0 8px;font-size:12px;font-weight:700;line-height:1;color:#1f8f41;background:#e9f9ed;border-radius:999px}.reviews-modal__review-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:10px}.reviews-modal__review-stars{font-size:14px;font-weight:400;letter-spacing:1px;line-height:1.3;color:#efa83c;white-space:nowrap}.reviews-modal__review-stars .is-empty{color:#e2e2e2}.reviews-modal__review-title{margin:0;font-size:14.5px;font-weight:700;line-height:1.3;color:#121212}.reviews-modal__review-body{margin:8px 0 0;font-size:15px;font-weight:400;line-height:22.5px;color:#121212bf}.reviews-modal__review-foot{margin:8px 0 0;font-size:13px;font-weight:400;line-height:1.3;color:#12121273}.reviews-modal__see-all{display:block;width:100%;margin-top:28px;padding:16px 24px;font-family:inherit;font-size:16px;font-weight:700;line-height:1.2;color:#121212;text-align:center;cursor:pointer;background:#fff;border:1px solid #121212;border-radius:999px}.reviews-modal__see-all:hover{background:#f6f6f6}.reviews-modal__see-all:disabled{cursor:wait;opacity:.65}.reviews-modal__see-all[hidden]{display:none}.product__info-container .review-img-text modal-opener{display:contents}@media screen and (min-width:750px){.reviews-modal{padding:20px}.reviews-modal__panel{width:min(700px,100%);max-height:calc(100vh - 40px);border-radius:24px}.reviews-modal__header{height:77px;padding:0 28px}.reviews-modal__title{font-size:22px}.reviews-modal__close{width:32px;height:32px}.reviews-modal__body{display:grid;grid-template-columns:244px minmax(0,1fr);align-items:stretch;min-height:0}.reviews-modal__summary{display:block;padding:26px 24px 40px;border-bottom:0;border-right:1px solid #efefef}.reviews-modal__score{min-width:0}.reviews-modal__score-value{font-size:52px;letter-spacing:-1.04px;line-height:46.8px}.reviews-modal__score-out{padding-bottom:10px;font-size:15px}.reviews-modal__stars{margin-top:8px;font-size:19px}.reviews-modal__count{margin-top:8px}.reviews-modal__bars{gap:10px;margin-top:22px}.reviews-modal__bar-row{grid-template-columns:28px minmax(0,1fr) 32px}.reviews-modal__bar-label,.reviews-modal__bar-pct{font-size:13px}.reviews-modal__bar-track{height:8px}.reviews-modal__content{padding:26px 28px 36px}.reviews-modal__ai{padding:21px 22px 20px}.reviews-modal__section-title{margin:26px 0 12px}.reviews-modal__section-title--topics{text-transform:capitalize}.reviews-modal__divider{display:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/reviews-modal.css.map */
