.product-rating{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;animation:slideInRating .5s ease-out}@keyframes slideInRating{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.stars-container{display:flex;gap:.25rem;align-items:center}.star-icon{width:1.1rem;height:1.1rem;display:inline-flex;align-items:center;justify-content:center;color:#1a73e8;opacity:0;animation:popInStar .4s cubic-bezier(.34,1.56,.64,1);animation-fill-mode:forwards}.star-icon:nth-child(1){animation-delay:.05s}.star-icon:nth-child(2){animation-delay:.1s}.star-icon:nth-child(3){animation-delay:.15s}.star-icon:nth-child(4){animation-delay:.2s}.star-icon:nth-child(5){animation-delay:.25s}@keyframes popInStar{0%{opacity:0;transform:scale(.5)}50%{opacity:1}to{opacity:1;transform:scale(1)}}.star-icon svg{width:100%;height:100%;fill:currentColor;filter:drop-shadow(0 2px 4px rgba(26,115,232,.15))}.rating-text{font-size:.875rem;color:#5f6368;font-weight:500;letter-spacing:.3px}.rating-text strong{color:#1a73e8;font-weight:600}.product-rating:hover .star-icon{animation:starPulse .6s ease-in-out infinite}@keyframes starPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.product-rating.scroll-trigger.animate--slide-in{animation:slideInRating .6s ease-out}@media screen and (max-width:749px){.product-rating{margin-bottom:.875rem}.star-icon{width:1rem;height:1rem}.rating-text{font-size:.8125rem}}.product-rating:focus-within{outline:2px solid #1a73e8;outline-offset:2px;border-radius:4px;padding:.25rem .5rem;margin:-.25rem -.5rem}@media(prefers-color-scheme:dark){.star-icon{color:#7fb3ff}.star-icon svg{filter:drop-shadow(0 2px 4px rgba(127,179,255,.2))}.rating-text{color:#c5c7c9}.rating-text strong{color:#7fb3ff}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-rating-display.css.map */
