.product-rating{display:flex;align-items:center;gap:.8rem;margin:1rem 0}.product-rating__stars{display:flex;align-items:center;gap:.2rem}.product-rating__star{position:relative;display:inline-flex;width:18px;height:18px}.product-rating__star-empty{position:absolute;top:0;left:0;color:#ddd}.product-rating__star-filled{position:absolute;top:0;left:0;color:#ffc107;overflow:hidden}.product-rating__text{display:flex;align-items:center;gap:.4rem;font-size:1.4rem;color:rgb(var(--color-foreground))}.product-rating__value{font-weight:600}.product-rating__count{color:rgba(var(--color-foreground),.7);font-size:1.3rem}.product-reviews{padding:4rem 0}.product-reviews__header{margin-bottom:3rem;text-align:center}.product-reviews__title{font-size:2.8rem;font-weight:600;margin-bottom:1rem}.product-reviews__summary{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin:2rem 0}.product-reviews__average{text-align:center}.product-reviews__average-number{font-size:4.8rem;font-weight:700;line-height:1;margin-bottom:.5rem}.product-reviews__average-stars{display:flex;justify-content:center;margin-bottom:.5rem}.product-reviews__average-stars .product-rating__star{width:24px;height:24px}.product-reviews__average-stars .product-rating__star svg{width:24px;height:24px}.product-reviews__average-count{font-size:1.4rem;color:rgba(var(--color-foreground),.7)}.product-reviews__distribution{flex:1;max-width:300px}.product-reviews__bar{display:flex;align-items:center;gap:1rem;margin-bottom:.8rem}.product-reviews__bar-label{font-size:1.3rem;min-width:60px}.product-reviews__bar-track{flex:1;height:8px;background-color:#e0e0e0;border-radius:4px;overflow:hidden}.product-reviews__bar-fill{height:100%;background-color:#ffc107;transition:width .3s ease}.product-reviews__bar-count{font-size:1.3rem;color:rgba(var(--color-foreground),.7);min-width:40px;text-align:right}.product-reviews__list{display:grid;gap:2rem;margin-top:3rem}.product-review{padding:2rem;border:1px solid rgba(var(--color-foreground),.1);border-radius:8px;background-color:rgb(var(--color-background))}.product-review__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}.product-review__author-info{flex:1}.product-review__author{font-size:1.6rem;font-weight:600;margin-bottom:.4rem}.product-review__date{font-size:1.3rem;color:rgba(var(--color-foreground),.6)}.product-review__rating{display:flex;align-items:center;gap:.3rem}.product-review__rating .product-rating__star{width:16px;height:16px}.product-review__rating .product-rating__star svg{width:16px;height:16px}.product-review__title{font-size:1.6rem;font-weight:600;margin-bottom:1rem}.product-review__content{font-size:1.5rem;line-height:1.6;color:rgba(var(--color-foreground),.8);margin-bottom:1.5rem}.product-review__images{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem;margin-top:1.5rem}.product-review__image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;border-radius:8px;border:1px solid rgba(var(--color-foreground),.1);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.product-review__image-wrapper:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.product-review__image{width:100%;height:100%;object-fit:cover;display:block}.review-image-modal{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000000e6;align-items:center;justify-content:center;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.review-image-modal__content{max-width:90%;max-height:90vh;object-fit:contain;animation:zoomIn .3s ease}@keyframes zoomIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.review-image-modal__close{position:absolute;top:20px;right:35px;color:#fff;font-size:40px;font-weight:700;cursor:pointer;transition:color .3s ease;z-index:10000}.review-image-modal__close:hover,.review-image-modal__close:focus{color:#bbb}.review-image-modal__caption{position:absolute;bottom:20px;left:50%;transform:translate(-50%);color:#fff;font-size:1.6rem;text-align:center;padding:1rem 2rem;background-color:#00000080;border-radius:4px}.product-reviews__empty{text-align:center;padding:4rem 2rem;color:rgba(var(--color-foreground),.6)}.product-reviews__empty-title{font-size:2rem;font-weight:600;margin-bottom:1rem}.product-reviews__empty-text{font-size:1.5rem}@media screen and (max-width: 749px){.product-reviews__summary{flex-direction:column}.product-reviews__distribution{width:100%}.product-reviews__title{font-size:2.4rem}.product-reviews__average-number{font-size:3.6rem}.product-review__images{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.8rem}.review-image-modal__close{top:10px;right:15px;font-size:32px}.review-image-modal__content{max-width:95%;max-height:85vh}}@media screen and (min-width: 750px){.product-review__images{grid-template-columns:repeat(auto-fill,minmax(120px,150px))}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/component-product-rating.css.map */
