.product-comments{border:1px solid rgba(148,163,184,.35);border-radius:.3rem;padding:2rem;background:#fff}.product-comments__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.product-comments__stats{color:#475569;font-size:var(--fs-14);display:flex;align-items:center;gap:.85rem}.product-comments__form{margin-bottom:2rem}.product-comments__rating-inputs{display:inline-flex;flex-direction:row-reverse;gap:.35rem;align-items:center;position:relative}.product-comments__rating-inputs input{position:absolute;opacity:0;width:1px;height:1px;margin:0;padding:0;border:0;clip-path:inset(50%)}.product-comments__rating-inputs label{cursor:pointer;font-size:var(--fs-18);line-height:1;color:#cbd5f5;transition:color .2s}.product-comments__rating-inputs input:checked~label,.product-comments__rating-inputs label.active,.product-comments__rating-inputs label:hover,.product-comments__rating-inputs label:hover~label{color:var(--molla-primary-color,#c96)}.product-comments__list{display:flex;flex-direction:column;gap:1.25rem}.product-comments__item{padding-bottom:1.25rem;border-bottom:1px solid rgba(148,163,184,.25)}.product-comments__item:last-child{border-bottom:none;padding-bottom:0}.product-comments__item-main{display:flex;align-items:flex-start;gap:1.2rem}.product-comments__avatar{width:6rem;height:6rem;border-radius:50%;flex:0 0 6rem;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f2f3f7;color:#0f172a;border:1px solid transparent}.product-comments__avatar img{display:block;width:100%;height:100%;object-fit:cover}.product-comments__avatar.is-image{background:#fff;border-color:rgba(148,163,184,.35)}.product-comments__avatar-initials{font-size:3rem;line-height:1;font-weight:500;letter-spacing:.02em;text-transform:uppercase}.product-comments__item-content{flex:1 1 auto;min-width:0}.product-comments__item-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.product-comments__meta{min-width:0}.product-comments__author{font-weight:var(--fw-semibold);color:#0f172a}.product-comments__date{display:block;color:#94a3b8;font-size:var(--fs-14)}.product-comments__stars{color:#cbd5f5;font-size:var(--fs-16);letter-spacing:.1rem}.product-comments__stars span.active{color:var(--molla-primary-color,#c96)}.product-comments__text{margin:.85rem 0 0;color:#475569;white-space:pre-line}.product-comments__alert{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;background:rgba(var(--molla-primary-color-rgb,204,153,102),.12);color:#1f2937;border:1px solid rgba(var(--molla-primary-color-rgb,204,153,102),.25)}.product-comments__alert.alert-info{background:rgba(var(--molla-primary-color-rgb,204,153,102),.08)}.product-comments__alert.alert-warning{background:rgba(var(--molla-primary-color-rgb,204,153,102),.14)}.product-comments__alert-link{font-weight:var(--fw-semibold);text-decoration:underline;color:var(--molla-primary-color,#c96)!important}.product-comments__alert-link:hover{color:rgba(var(--molla-primary-color-rgb,204,153,102),.85)}.product-comments__preview{margin-top:1.5rem}.product-comments__view-all{margin-top:1rem;text-align:center}.product-comments__view-all .btn{min-width:220px}.product-comments__stats-stars{min-width:8rem;height:1.2rem}.product-comments__stats .ratings{position:relative}.product-comments__stats .ratings .ratings-val{height:100%}.product-comments__stats-text{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.product-comments__stats-separator{color:#cbd5f5}@media (max-width:575.98px){.product-comments{padding:1.5rem}.product-comments__item-main{gap:1rem}.product-comments__avatar{width:5.4rem;height:5.4rem;flex-basis:5.4rem}.product-comments__avatar-initials{font-size:2.6rem}.product-comments__item-header{flex-direction:column;align-items:flex-start}}.product-comments-modal__filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.product-comments-modal .modal-content{border-radius:.6rem;border:1px solid rgba(var(--molla-primary-color-rgb,204,153,102),.2);box-shadow:0 24px 60px rgba(15,23,42,.16);overflow:hidden}.product-comments-modal .modal-footer,.product-comments-modal .modal-header{border-color:rgba(var(--molla-primary-color-rgb,204,153,102),.2);background:rgba(var(--molla-primary-color-rgb,204,153,102),.04)}.product-comments-modal .modal-title{color:#0f172a;font-weight:var(--fw-semibold)}.product-comments-modal .close{color:var(--molla-primary-color,#c96);opacity:.75}.product-comments-modal .close:focus,.product-comments-modal .close:hover{opacity:1}.product-comments-modal__filter-btn{border:1px solid rgba(148,163,184,.6);border-radius:999px;background-color:#fff;padding:.35rem .85rem;font-size:var(--fs-14);color:#334155;display:inline-flex;align-items:center;gap:.5rem;transition:.2s}.product-comments-modal__filter-btn:focus,.product-comments-modal__filter-btn:hover{border-color:rgba(var(--molla-primary-color-rgb,204,153,102),.6);color:var(--molla-primary-color,#c96)}.product-comments-modal__filter-btn.active{border-color:var(--molla-primary-color,#c96);color:var(--molla-primary-color,#c96);background-color:rgba(var(--molla-primary-color-rgb,204,153,102),.12)}.product-comments-modal__filter-count{font-weight:var(--fw-semibold);color:#0f172a}.product-comments-modal__list{display:flex;flex-direction:column;gap:1.5rem}.product-comments-modal__loader{display:flex;align-items:center;gap:.5rem;margin-top:1rem;color:#475569}.product-comments-modal__empty,.product-comments-modal__error{margin-top:1rem}.product-comments-modal__sentinel{width:100%;height:1px}