:root{--rt-green: #2ECC71;--rt-green-dark: #27ae60;--rt-green-soft: #E8F8EE;--rt-amber: #F5A623;--rt-ink: #1A1A1A;--rt-ink-2: #555555;--rt-ink-3: #9a9a96;--rt-line: #E8EDE5;--rt-line-soft: #f0f3ed;--rt-bg: #ffffff;--rt-bg-soft: #FAFDF8;--rt-bg-tile: #F2F5EF;--rt-radius: 14px;--rt-radius-lg: 20px;--rt-shadow: 0 1px 2px rgba(26, 26, 26, .04), 0 8px 24px -12px rgba(26, 26, 26, .08);--rt-shadow-md: 0 4px 12px -4px rgba(26, 26, 26, .08), 0 12px 32px -8px rgba(26, 26, 26, .1);--rt-shadow-lg: 0 24px 60px -20px rgba(26, 26, 26, .25)}.dr-tabs{width:100%;margin-top:64px;padding-top:24px;border-top:1px solid var(--rt-line)}.dr-tabs__bar{display:flex;align-items:stretch;gap:4px;margin:0 auto 20px;padding:6px;background:var(--rt-bg);border:1px solid var(--rt-line);border-radius:999px;box-shadow:var(--rt-shadow);width:fit-content}.dr-tabs__btn{position:relative;display:inline-flex;align-items:center;gap:8px;padding:12px 28px;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:15px;font-weight:600;letter-spacing:-.01em;color:var(--rt-ink-2);background:transparent;border:0;border-radius:999px;cursor:pointer;transition:color .25s ease,background .25s ease;-webkit-tap-highlight-color:transparent}.dr-tabs__btn:hover{color:var(--rt-ink)}.dr-tabs__btn.is-active{color:var(--rt-ink);background:var(--rt-ink);color:#fff}.dr-tabs__btn-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:22px;padding:0 8px;font-size:12px;font-weight:700;background:var(--rt-green-soft);color:var(--rt-green-dark);border-radius:999px;transition:background .25s ease,color .25s ease}.dr-tabs__btn.is-active .dr-tabs__btn-count{background:#ffffff26;color:#fff}.dr-tabs__indicator,.dr-tabs__panel{display:none}.dr-tabs__panel.is-active{display:block}@media(max-width:768px){.dr-tabs{margin-top:40px;padding-top:16px}.dr-tabs__bar{margin-bottom:14px}}@media(max-width:540px){.dr-tabs__bar{width:calc(100% - 32px);margin:0 16px 12px;padding:5px}.dr-tabs__btn{flex:1;justify-content:center;padding:11px 16px;font-size:14px}}.rt{max-width:1180px;margin:0 auto;padding:16px 24px 80px;font-family:Plus Jakarta Sans,system-ui,sans-serif;color:var(--rt-ink)}@media(max-width:768px){.rt{padding:8px 16px 60px}}.rt__header{display:grid;grid-template-columns:minmax(220px,1fr) minmax(260px,1.4fr) auto;align-items:center;gap:40px;padding:32px 36px;background:var(--rt-bg-soft);border:1px solid var(--rt-line);border-radius:var(--rt-radius-lg);margin-bottom:28px}.rt__summary{display:flex;align-items:center;gap:20px}.rt__score{display:flex;align-items:baseline}.rt__score-num{font-size:56px;font-weight:800;line-height:1;letter-spacing:-.04em;color:var(--rt-ink)}.rt__score-out{font-size:18px;font-weight:600;color:var(--rt-ink-3);margin-left:4px}.rt__summary-meta{display:flex;flex-direction:column;gap:6px}.rt__summary-text{font-size:14px;color:var(--rt-ink-2);margin:0}.rt__stars{display:inline-flex;gap:2px;color:var(--rt-amber)}.rt__stars svg{width:16px;height:16px;filter:drop-shadow(0 1px 0 rgba(245,166,35,.15))}.rt__stars--lg svg{width:20px;height:20px}.rt__bars{display:flex;flex-direction:column;gap:6px}.rt__bar{display:grid;grid-template-columns:32px 1fr 36px;align-items:center;gap:12px;font-size:13px;color:var(--rt-ink-2)}.rt__bar-label{font-weight:600;color:var(--rt-ink)}.rt__bar-track{position:relative;height:8px;background:var(--rt-line);border-radius:999px;overflow:hidden}.rt__bar-fill{display:block;height:100%;background:linear-gradient(90deg,var(--rt-green) 0%,var(--rt-green-dark) 100%);border-radius:999px;transition:width .6s cubic-bezier(.4,0,.2,1)}.rt__bar-count{font-variant-numeric:tabular-nums;text-align:right}.rt__cta{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;font-family:inherit;font-size:15px;font-weight:700;color:#fff;background:var(--rt-ink);border:0;border-radius:999px;cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .2s ease;-webkit-tap-highlight-color:transparent}.rt__cta:hover{background:var(--rt-green-dark);transform:translateY(-1px);box-shadow:var(--rt-shadow-lg)}.rt__cta:active{transform:translateY(0)}@media(max-width:900px){.rt__header{grid-template-columns:1fr;gap:24px;padding:24px}.rt__summary{justify-content:flex-start}.rt__cta{justify-self:stretch;justify-content:center}}@media(max-width:540px){.rt__score-num{font-size:44px}.rt__header{padding:20px;border-radius:16px}}.rt__controls{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:24px}.rt__filters{display:flex;flex-wrap:wrap;gap:8px}.rt__chip{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:600;color:var(--rt-ink-2);background:var(--rt-bg);border:1px solid var(--rt-line);border-radius:999px;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.rt__chip:hover{border-color:var(--rt-green-dark);color:var(--rt-ink)}.rt__chip.is-active{background:var(--rt-ink);color:#fff;border-color:var(--rt-ink)}.rt__sort{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--rt-ink-2)}.rt__sort select{font-family:inherit;font-size:13px;font-weight:600;padding:8px 32px 8px 14px;background:var(--rt-bg) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1d1a' stroke-width='2' stroke-linecap='round'><polyline points='6 9 12 15 18 9'/></svg>") right 10px center / 14px no-repeat;border:1px solid var(--rt-line);border-radius:999px;-webkit-appearance:none;appearance:none;cursor:pointer;color:var(--rt-ink)}.rt__sort select:focus{outline:2px solid var(--rt-green);outline-offset:2px}.rt__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:20px}.rt-card{position:relative;display:flex;flex-direction:column;gap:14px;padding:26px 26px 22px;background:var(--rt-bg);border:1px solid var(--rt-line);border-radius:var(--rt-radius);transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.rt-card:hover{border-color:transparent;box-shadow:var(--rt-shadow-md);transform:translateY(-2px)}.rt-card.is-hidden{display:none}.rt-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.rt-card__verified{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--rt-green-dark);background:var(--rt-green-soft);border-radius:999px}.rt-card__title{font-size:17px;font-weight:700;letter-spacing:-.015em;line-height:1.3;margin:0;color:var(--rt-ink)}.rt-card__body{font-size:14.5px;line-height:1.6;color:var(--rt-ink-2);margin:0}.rt-card__photos{display:flex;gap:8px;flex-wrap:wrap;margin-top:2px}.rt-card__photo{width:76px;height:76px;padding:0;border:1px solid var(--rt-line);border-radius:12px;background:none;cursor:pointer;overflow:hidden;transition:transform .25s ease,border-color .2s ease,box-shadow .2s ease}.rt-card__photo:hover{border-color:var(--rt-green);transform:scale(1.05);box-shadow:0 6px 16px -6px #2ecc7159}.rt-card__photo img{width:100%;height:100%;object-fit:cover;display:block}.rt-card__foot{display:flex;align-items:center;gap:12px;font-size:12.5px;color:var(--rt-ink-3);padding-top:14px;margin-top:auto;border-top:1px solid var(--rt-line-soft)}.rt-card__avatar{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;letter-spacing:-.02em;color:var(--rt-ink);background:var(--rt-bg-tile);border-radius:999px}.rt-card__avatar--green{background:var(--rt-green-soft);color:var(--rt-green-dark)}.rt-card__avatar--amber{background:#fef4e0;color:#b97a0a}.rt-card__avatar--ink{background:#1a1a1a;color:#fff}.rt-card__meta{display:flex;flex-direction:column;gap:2px;min-width:0}.rt-card__byline{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--rt-ink)}.rt-card__sub{display:flex;align-items:center;gap:6px;font-size:11.5px;color:var(--rt-ink-3)}.rt-card__author{font-weight:700;color:var(--rt-ink)}.rt-card__dot{color:var(--rt-ink-3)}.rt-card__variant{font-weight:500}@media(max-width:540px){.rt__list{grid-template-columns:1fr;gap:14px}.rt-card{padding:20px}}.rt__loadmore-wrap{text-align:center;margin-top:32px}.rt__loadmore{font-family:inherit;font-size:14px;font-weight:700;padding:14px 32px;color:var(--rt-ink);background:var(--rt-bg);border:1px solid var(--rt-ink);border-radius:999px;cursor:pointer;transition:background .2s ease,color .2s ease}.rt__loadmore:hover{background:var(--rt-ink);color:#fff}.rt-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;display:flex;align-items:center;justify-content:center;background:#141914eb;padding:40px;animation:rt-fade .2s ease}.rt-lightbox[hidden]{display:none}.rt-lightbox img{max-width:100%;max-height:100%;border-radius:12px;box-shadow:var(--rt-shadow-lg)}.rt-lightbox__close{position:absolute;top:24px;right:24px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;color:#fff;border:0;border-radius:999px;cursor:pointer;transition:background .2s ease}.rt-lightbox__close:hover{background:#fff3}.rt-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px}.rt-modal[hidden]{display:none}.rt-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1419148c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:rt-fade .2s ease}.rt-modal__panel{position:relative;width:100%;max-width:560px;max-height:calc(100vh - 48px);display:flex;flex-direction:column;background:var(--rt-bg);border-radius:var(--rt-radius-lg);box-shadow:var(--rt-shadow-lg);overflow:hidden;animation:rt-slide-up .35s cubic-bezier(.2,.9,.3,1)}.rt-modal__head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--rt-line);flex-shrink:0}.rt-modal__title{font-size:18px;font-weight:700;margin:0;letter-spacing:-.01em}.rt-modal__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;color:var(--rt-ink-2);border:0;border-radius:999px;cursor:pointer;transition:background .2s ease,color .2s ease}.rt-modal__close:hover{background:var(--rt-bg-soft);color:var(--rt-ink)}.rt-form{padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:18px}.rt-field{display:flex;flex-direction:column;gap:8px}.rt-field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.rt-field__label{font-size:13px;font-weight:700;color:var(--rt-ink);display:flex;align-items:center;gap:6px}.rt-field__req{color:#c0392b}.rt-field__opt{font-size:11px;font-weight:500;color:var(--rt-ink-3);text-transform:uppercase;letter-spacing:.04em}.rt-field__help{font-size:12px;color:var(--rt-ink-3)}.rt-form input[type=text],.rt-form input[type=email],.rt-form textarea{font-family:inherit;font-size:14px;padding:12px 14px;color:var(--rt-ink);background:var(--rt-bg);border:1px solid var(--rt-line);border-radius:10px;width:100%;transition:border-color .2s ease,box-shadow .2s ease}.rt-form input:focus,.rt-form textarea:focus{outline:none;border-color:var(--rt-green-dark);box-shadow:0 0 0 3px var(--rt-green-soft)}.rt-form textarea{resize:vertical;min-height:110px}.rt-rating-input{display:inline-flex;gap:4px}.rt-rating-input__star{width:36px;height:36px;padding:4px;display:flex;align-items:center;justify-content:center;background:transparent;border:0;cursor:pointer;color:var(--rt-line);transition:color .15s ease,transform .15s ease}.rt-rating-input__star svg{width:100%;height:100%}.rt-rating-input__star:hover{transform:scale(1.1)}.rt-rating-input.is-hover .rt-rating-input__star.is-hover-active,.rt-rating-input__star.is-active{color:var(--rt-amber)}.rt-upload{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:24px;text-align:center;background:var(--rt-bg-soft);border:2px dashed var(--rt-line);border-radius:12px;cursor:pointer;color:var(--rt-ink-2);transition:border-color .2s ease,background .2s ease}.rt-upload:hover,.rt-upload.is-drag{border-color:var(--rt-green-dark);background:var(--rt-green-soft)}.rt-upload input{display:none}.rt-upload__text{font-size:14px;font-weight:600}.rt-upload__text u{color:var(--rt-green-dark);text-decoration-thickness:1.5px;text-underline-offset:2px}.rt-upload__hint{font-size:12px;color:var(--rt-ink-3)}.rt-upload__previews{display:flex;flex-wrap:wrap;gap:8px}.rt-upload__previews:empty{display:none}.rt-upload__preview{position:relative;width:64px;height:64px;border-radius:8px;overflow:hidden;border:1px solid var(--rt-line)}.rt-upload__preview img{width:100%;height:100%;object-fit:cover;display:block}.rt-upload__preview-remove{position:absolute;top:2px;right:2px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#141914d9;color:#fff;border:0;border-radius:999px;cursor:pointer;font-size:14px;line-height:1}.rt-form__actions{display:flex;gap:12px;justify-content:flex-end;border-top:1px solid var(--rt-line);margin-top:4px;padding-top:18px}.rt-btn{font-family:inherit;font-size:14px;font-weight:700;padding:12px 22px;border-radius:999px;border:0;cursor:pointer;transition:all .2s ease}.rt-btn--primary{background:var(--rt-ink);color:#fff}.rt-btn--primary:hover{background:var(--rt-green-dark)}.rt-btn--primary:disabled{opacity:.5;cursor:not-allowed}.rt-btn--ghost{background:transparent;color:var(--rt-ink-2);border:1px solid var(--rt-line)}.rt-btn--ghost:hover{color:var(--rt-ink);border-color:var(--rt-ink)}.rt-thanks{padding:56px 32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.rt-thanks[hidden]{display:none}.rt-thanks__icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center;background:var(--rt-green-soft);color:var(--rt-green-dark);border-radius:999px;margin-bottom:4px}.rt-thanks__title{font-size:22px;font-weight:800;letter-spacing:-.02em;margin:0}.rt-thanks__text{font-size:14px;color:var(--rt-ink-2);max-width:340px;margin:0 0 8px;line-height:1.55}@media(max-width:540px){.rt-modal{padding:0;align-items:flex-end}.rt-modal__panel{max-height:92vh;border-radius:20px 20px 0 0;animation:rt-slide-up-mobile .35s cubic-bezier(.2,.9,.3,1)}.rt-field-row{grid-template-columns:1fr}}@keyframes rt-fade{0%{opacity:0}to{opacity:1}}@keyframes rt-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes rt-slide-up-mobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}body.rt-modal-open{overflow:hidden}.rt__list.is-loading{opacity:.5;pointer-events:none;transition:opacity .25s ease}.rt-empty{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:64px 24px;background:var(--rt-bg-soft);border:1px dashed var(--rt-line);border-radius:var(--rt-radius-lg)}.rt-empty__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:var(--rt-bg);color:var(--rt-amber);border-radius:999px;margin-bottom:18px;box-shadow:var(--rt-shadow)}.rt-empty__icon svg{width:28px;height:28px}.rt-empty__title{font-size:22px;font-weight:800;letter-spacing:-.02em;margin:0 0 8px;color:var(--rt-ink)}.rt-empty__text{font-size:14.5px;color:var(--rt-ink-2);max-width:380px;line-height:1.55;margin:0 0 22px}
/*# sourceMappingURL=/cdn/shop/t/4/assets/reviews-tab.css.map */
