.tb-reviews{position:relative;background:rgb(var(--color-background));background:var(--gradient-background)}.tb-reviews__header{max-width:640px;margin:0 0 2rem}.tb-review-stars{display:inline-flex;gap:.2rem;flex:0 0 auto}.tb-review-star{width:1.6rem;height:1.6rem;color:#c8522a40}.tb-review-star.is-filled{color:var(--tb-primary)}.tb-reviews__summary{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem 1.2rem;background:var(--tb-card);border:var(--tb-border);border-radius:var(--tb-radius);padding:1.4rem 1.6rem;margin-bottom:1.6rem}.tb-reviews__avg{font-family:var(--font-heading-family);font-size:3.2rem;line-height:1;color:var(--tb-primary)}.tb-reviews__summary .tb-review-star{width:1.9rem;height:1.9rem}.tb-reviews__count{font-size:1.4rem;color:var(--tb-secondary)}.tb-reviews__list{display:grid;gap:1.2rem;margin-bottom:2.4rem}.tb-reviews__empty{font-size:1.5rem;color:var(--tb-secondary);margin:0}.tb-review-card{background:var(--tb-card);border:var(--tb-border);border-radius:var(--tb-radius);padding:1.6rem}.tb-review-card__head{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.tb-review-card__avatar{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:var(--tb-primary);color:#fff;font-weight:700;font-size:1.6rem}.tb-review-card__meta{display:flex;flex-direction:column;min-width:0;flex:1 1 auto}.tb-review-card__name{font-weight:700;font-size:1.5rem;color:var(--tb-text)}.tb-review-card__date{font-size:1.3rem;color:var(--tb-secondary)}.tb-review-card__title{font-family:var(--font-heading-family);font-size:1.8rem;color:var(--tb-text);margin:1rem 0 .2rem}.tb-review-card__body{font-size:1.5rem;line-height:1.6;color:var(--tb-secondary);margin:.8rem 0 0;white-space:pre-line;overflow-wrap:anywhere}.tb-review-card__img{margin-top:1.2rem;width:100px;height:100px;object-fit:cover;border-radius:10px;border:var(--tb-border)}.tb-review-card__badge{display:inline-block;margin-top:1rem;padding:.3rem .9rem;border-radius:999px;background:var(--tb-accent-soft);color:var(--tb-secondary);font-size:1.1rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.tb-revform__card{background:var(--tb-card);border:var(--tb-border);border-radius:var(--tb-radius);padding:1.8rem 1.6rem}.tb-revform__title{font-family:var(--font-heading-family);font-size:2.2rem;color:var(--tb-text);margin:0 0 1.6rem}.tb-revform__field{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.6rem}.tb-revform__label{font-size:1.3rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--tb-secondary)}.tb-revform__label em{color:var(--tb-primary);font-style:normal}.tb-revform__label span{font-weight:400;text-transform:none;letter-spacing:0;opacity:.75}.tb-revform__stars{display:flex;gap:.4rem}.tb-revform__star{width:44px;height:44px;padding:.4rem;display:grid;place-items:center;background:none;border:0;cursor:pointer;color:#c8522a40;transition:color .15s ease}.tb-revform__star svg{width:100%;height:100%}.tb-revform__star.is-on{color:var(--tb-primary)}.tb-revform__card textarea,.tb-revform__card input[type=text],.tb-revform__card input[type=email]{width:100%;font-family:var(--font-body-family);font-size:1.6rem;color:var(--tb-text);background:#fff;border:1px solid rgba(124,74,45,.4);border-radius:10px;padding:1.1rem 1.2rem;min-height:44px}.tb-revform__card textarea{resize:vertical;line-height:1.5}.tb-revform__card textarea:focus,.tb-revform__card input:focus{border-color:var(--tb-primary);outline:2px solid var(--tb-primary-soft);outline-offset:0}.tb-revform__photo{display:flex;align-items:center;gap:.8rem;min-height:44px;padding:1.1rem 1.2rem;border:2px dashed var(--tb-accent);border-radius:10px;background:var(--tb-bg);color:var(--tb-secondary);font-size:1.45rem;cursor:pointer}.tb-revform__photo svg{width:22px;height:22px;flex:0 0 auto;color:var(--tb-primary)}.tb-revform__photo-preview{position:relative;width:88px}.tb-revform__photo-preview img{width:88px;height:88px;object-fit:cover;border-radius:10px;border:var(--tb-border)}.tb-revform__photo-preview button{position:absolute;top:-8px;right:-8px;width:26px;height:26px;border:0;border-radius:50%;background:var(--tb-primary);color:#fff;font-size:1.7rem;line-height:1;cursor:pointer}.tb-revform__row{display:grid;grid-template-columns:1fr;gap:0 1.2rem}.tb-revform__submit{width:100%;min-height:48px}.tb-revform__submit.is-loading{opacity:.7;pointer-events:none}.tb-revform__error{margin:0 0 1.2rem;padding:1rem 1.2rem;border-radius:10px;background:var(--tb-primary-soft);color:var(--tb-primary);font-size:1.4rem;font-weight:700}.tb-revform__success{margin-top:1.2rem;padding:1.2rem;border-radius:10px;background:var(--tb-accent-soft);color:var(--tb-text);font-size:1.45rem}.tb-revform__success p{margin:0}.tb-revform__wa{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:1rem;padding:0 1.8rem;border-radius:var(--buttons-radius, 10px);background:#1eb355;color:#fff;font-weight:700;text-decoration:none}.color-scheme-3 .tb-reviews__header .tb-section-title,.color-scheme-4 .tb-reviews__header .tb-section-title,.color-scheme-5 .tb-reviews__header .tb-section-title{color:rgb(var(--color-foreground))}@media screen and (min-width:750px){.tb-reviews__summary{padding:1.8rem 2.4rem}.tb-reviews__avg{font-size:4.4rem}.tb-review-card{padding:2rem 2.2rem}.tb-review-card__img{width:130px;height:130px}.tb-revform__card{padding:2.4rem}.tb-revform__row{grid-template-columns:1fr 1fr}.tb-revform__submit{width:auto;min-width:22rem}.tb-revform__star{width:40px;height:40px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/tajbari-reviews.css.map */
