:root{--tl-rev-star: #f5a623;--tl-rev-star-empty: #ddd;--tl-rev-bg: #faf9f7;--tl-rev-border: #e8e0d8;--tl-rev-text: #2C1810;--tl-rev-muted: #8a7e74;--tl-rev-accent: #8B4513;--tl-rev-verified: #27ae60;--tl-rev-radius: 10px}.tl-reviews{max-width:820px;margin:2rem auto;padding:0 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--tl-rev-text)}.tl-rev-summary{display:flex;align-items:flex-start;gap:2rem;padding:1.5rem;background:var(--tl-rev-bg);border-radius:var(--tl-rev-radius);border:1px solid var(--tl-rev-border);margin-bottom:1.5rem}@media(max-width:599px){.tl-rev-summary{flex-direction:column;align-items:center;text-align:center;gap:1rem}}.tl-rev-score{flex-shrink:0;text-align:center;min-width:120px}.tl-rev-score-num{font-size:3rem;font-weight:700;line-height:1;color:var(--tl-rev-text)}.tl-rev-score-stars{margin:.3rem 0 .2rem}.tl-rev-score-count{font-size:.85rem;color:var(--tl-rev-muted)}.tl-stars{display:inline-flex;gap:2px;vertical-align:middle}.tl-star{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;max-width:18px!important;max-height:18px!important;flex:0 0 auto;display:inline-block}.tl-star--sm{width:14px!important;height:14px!important;min-width:14px!important;min-height:14px!important;max-width:14px!important;max-height:14px!important}.tl-star--lg{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;max-width:22px!important;max-height:22px!important}.tl-rev-dist{flex:1;width:100%}.tl-rev-dist-row{display:flex;align-items:center;gap:.5rem;margin-bottom:4px;cursor:pointer;transition:opacity .2s}.tl-rev-dist-row:hover{opacity:.7}.tl-rev-dist-label{font-size:.8rem;min-width:36px;text-align:right;color:var(--tl-rev-muted)}.tl-rev-dist-bar{flex:1;height:8px;background:#e8e0d8;border-radius:4px;overflow:hidden}.tl-rev-dist-fill{height:100%;background:var(--tl-rev-star);border-radius:4px;transition:width .4s ease}.tl-rev-dist-count{font-size:.75rem;min-width:24px;color:var(--tl-rev-muted)}.tl-rev-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.tl-rev-toolbar-left{font-size:.85rem;color:var(--tl-rev-muted)}.tl-rev-sort{font-size:.85rem;padding:6px 12px;border:1px solid var(--tl-rev-border);border-radius:6px;background:#fff;color:var(--tl-rev-text);cursor:pointer}.tl-rev-filter-pills{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:.75rem}.tl-rev-pill{font-size:.78rem;padding:4px 12px;border:1px solid var(--tl-rev-border);border-radius:20px;background:#fff;cursor:pointer;transition:all .2s;color:var(--tl-rev-muted)}.tl-rev-pill:hover,.tl-rev-pill--active{background:var(--tl-rev-accent);color:#fff;border-color:var(--tl-rev-accent)}.tl-rev-card{padding:1.25rem 0;border-bottom:1px solid var(--tl-rev-border)}.tl-rev-card:last-child{border-bottom:none}.tl-rev-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.tl-rev-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#d4c5b2,#b8a89a);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:#fff;flex-shrink:0}.tl-rev-author-info{flex:1}.tl-rev-author-name{font-weight:600;font-size:.9rem}.tl-rev-author-loc{font-size:.75rem;color:var(--tl-rev-muted)}.tl-rev-verified{display:inline-flex;align-items:center;gap:3px;font-size:.72rem;color:var(--tl-rev-verified);font-weight:600;background:#eafaf1;padding:2px 8px;border-radius:4px}.tl-rev-date{font-size:.75rem;color:var(--tl-rev-muted)}.tl-rev-card-stars{margin-bottom:.4rem}.tl-rev-card-title{font-weight:600;font-size:.95rem;margin-bottom:.3rem}.tl-rev-card-body{font-size:.88rem;line-height:1.6;color:#4a3f37;margin-bottom:.5rem}.tl-rev-photos{display:flex;gap:8px;margin:.5rem 0;flex-wrap:wrap}.tl-rev-photo{width:72px;height:72px;border-radius:8px;object-fit:cover;cursor:pointer;border:2px solid transparent;transition:border-color .2s,transform .2s}.tl-rev-photo:hover{border-color:var(--tl-rev-accent);transform:scale(1.05)}.tl-rev-lightbox{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;z-index:99999;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s}.tl-rev-lightbox--open{opacity:1;pointer-events:all}.tl-rev-lightbox img{max-width:90vw;max-height:85vh;border-radius:12px;box-shadow:0 20px 60px #00000080}.tl-rev-lightbox-close{position:absolute;top:20px;right:24px;color:#fff;font-size:2rem;cursor:pointer;background:none;border:none;line-height:1}.tl-rev-helpful{display:inline-flex;align-items:center;gap:4px;font-size:.78rem;color:var(--tl-rev-muted);cursor:pointer;padding:4px 10px;border:1px solid var(--tl-rev-border);border-radius:20px;background:transparent;transition:all .2s}.tl-rev-helpful:hover{border-color:var(--tl-rev-accent);color:var(--tl-rev-accent)}.tl-rev-helpful--voted{background:#fdf2e9;border-color:var(--tl-rev-accent);color:var(--tl-rev-accent)}.tl-rev-pagination{display:flex;justify-content:center;gap:6px;margin-top:1.5rem}.tl-rev-page{min-width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid var(--tl-rev-border);border-radius:6px;font-size:.85rem;cursor:pointer;background:#fff;color:var(--tl-rev-text);transition:all .2s}.tl-rev-page:hover,.tl-rev-page--active{background:var(--tl-rev-accent);color:#fff;border-color:var(--tl-rev-accent)}.tl-rev-page--disabled{opacity:.4;pointer-events:none}.tl-card-rating{display:block;margin:6px 0 4px;line-height:1}.tl-badge-stars{display:flex;align-items:center;gap:4px;margin-top:4px;font-size:.78rem;color:var(--tl-rev-muted);line-height:1;flex-wrap:wrap}.tl-card-rating .tl-badge-stars{margin-top:0}.tl-card-stars-text{display:inline-block;font-size:12px!important;line-height:1!important;letter-spacing:1px;color:#f5a623!important;-webkit-text-fill-color:#f5a623;white-space:nowrap;transform:translateY(-.5px)}.tl-badge-avg{font-size:.78rem;font-weight:600;color:var(--tl-rev-text)}.tl-badge-stars .tl-stars{gap:1px}.tl-badge-count{font-size:.72rem;color:var(--tl-rev-muted)}.tl-rev-write-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:var(--tl-rev-accent);color:#fff;border:none;border-radius:8px;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .2s}.tl-rev-write-btn:hover{background:#6b3410}.tl-rev-photo-wall{display:flex;gap:6px;overflow-x:auto;padding:.75rem 0;margin-bottom:1rem;scrollbar-width:thin}.tl-rev-photo-wall::-webkit-scrollbar{height:4px}.tl-rev-photo-wall::-webkit-scrollbar-thumb{background:var(--tl-rev-border);border-radius:2px}.tl-rev-wall-img{width:80px;height:80px;border-radius:8px;object-fit:cover;flex-shrink:0;cursor:pointer;transition:transform .2s}.tl-rev-wall-img:hover{transform:scale(1.08)}.tl-rev-form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:99998;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s}.tl-rev-form-overlay--open{opacity:1;pointer-events:all}.tl-rev-form{background:#fff;border-radius:16px;padding:2rem;width:90%;max-width:500px;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.tl-rev-form h3{margin:0 0 1rem;font-size:1.2rem}.tl-rev-form label{display:block;font-size:.85rem;font-weight:600;margin-bottom:4px;color:var(--tl-rev-text)}.tl-rev-form input,.tl-rev-form textarea,.tl-rev-form select{width:100%;padding:8px 12px;border:1px solid var(--tl-rev-border);border-radius:8px;font-size:.88rem;margin-bottom:.75rem;font-family:inherit;box-sizing:border-box}.tl-rev-form textarea{min-height:100px;resize:vertical}.tl-rev-form-stars{display:flex;gap:4px;margin-bottom:.75rem}.tl-rev-form-stars .tl-star{cursor:pointer;width:28px;height:28px}.tl-rev-form-submit{width:100%;padding:12px;background:var(--tl-rev-accent);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s}.tl-rev-form-submit:hover{background:#6b3410}.tl-rev-form-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--tl-rev-muted)}.tl-rev-empty{text-align:center;padding:3rem 1rem;color:var(--tl-rev-muted)}.tl-rev-empty-icon{font-size:3rem;margin-bottom:.5rem}.tl-rev-empty p{margin:.5rem 0}.tl-rev-title{font-family:var(--tl-heading, "Cormorant Garamond", serif);font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--tl-rev-text)}@keyframes tl-rev-fadein{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tl-rev-card{animation:tl-rev-fadein .3s ease both}.tl-rev-card:nth-child(2){animation-delay:.05s}.tl-rev-card:nth-child(3){animation-delay:.1s}.tl-rev-card:nth-child(4){animation-delay:.15s}.tl-rev-card:nth-child(5){animation-delay:.2s}.tl-allrev-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--tl-rev-border)}.tl-allrev-global{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.tl-allrev-products{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1rem}.tl-allrev-product{display:flex;flex-direction:column;gap:4px;padding:10px 14px;border:1px solid var(--tl-rev-border);border-radius:8px;background:#fff;cursor:pointer;font-size:.82rem;text-align:left;transition:all .2s;max-width:280px}.tl-allrev-product:hover{border-color:var(--tl-rev-accent);box-shadow:0 2px 8px #8b45131a}.tl-allrev-product--active{border-color:var(--tl-rev-accent);background:#fdf2e9;box-shadow:0 2px 8px #8b451326}.tl-allrev-product-name{font-weight:600;color:var(--tl-rev-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tl-allrev-product-rating{display:flex;align-items:center;gap:4px}@media(max-width:599px){.tl-allrev-products{flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px;scrollbar-width:thin}.tl-allrev-product{flex-shrink:0;min-width:180px}}.tl-pdp-rating{display:inline-flex;align-items:center;gap:6px;margin-top:6px;padding:4px 0;text-decoration:none;cursor:pointer;transition:opacity .2s;line-height:1}.tl-pdp-rating:hover{opacity:.75}.tl-pdp-rating .tl-stars{gap:1px}.tl-pdp-rating-avg{font-size:.88rem;font-weight:600;color:#333}.tl-pdp-rating-count{font-size:.82rem;color:#888}.tl-reviews-section{background:#fff}.tl-reviews-section .tl-reviews{padding-top:2rem}#tl-all-reviews{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--tl-rev-text);max-width:900px;margin:0 auto;padding:2rem 1rem}
/*# sourceMappingURL=/cdn/shop/t/4/assets/tealibere-reviews.css.map */
