.product-rating{display:contents}
.product-rating-trigger{cursor:pointer!important;position:relative;color:#4986c6!important}
.product-rating-trigger svg{width:23px;height:23px;stroke:currentColor;stroke-width:1.8;fill:none}
.product-rating-trigger.is-rated{color:#b83d63!important}
.product-rating-trigger.is-rated svg{fill:#b83d63}
.product-rating-trigger [hidden]{display:none!important}
.product-rating-summary{order:6;font-size:12px;color:#657386;line-height:1.4;max-width:170px}
.product-rating-trigger [data-rating-average]{position:absolute;top:auto;left:auto;right:-6px;bottom:-3px;background:#fff;border:1px solid #e0e6ed;border-radius:10px;font-size:10px;line-height:16px;min-width:23px;padding:0 2px;color:#657386;box-shadow:0 2px 6px #26364d14}
.product-rating-popover{position:fixed;z-index:12000;box-sizing:border-box;width:264px;max-width:calc(100vw - 16px);padding:16px 16px 12px;background:#fff;color:#28374b;border:1px solid #e1e7ee;border-radius:17px;box-shadow:0 14px 40px #26364d26;font-family:inherit;animation:rating-appear 208ms cubic-bezier(.2,.8,.2,1);transform-origin:bottom center}
.product-rating-popover h3{font-size:13px;font-weight:700;margin:0 0 5px}
.product-rating-popover p{font-size:11px;line-height:1.5;color:#758193;margin:0;min-height:17px}
.product-rating-hearts{display:flex;justify-content:space-between;gap:2px;margin:9px -1px 7px}
.product-rating-hearts button{display:grid;place-items:center;flex:1;min-width:0;min-height:44px;background:#fff;border:0;border-radius:11px;padding:8px;cursor:pointer;color:#4986c6;transition:background 100ms,transform 100ms}
.product-rating-hearts button svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;transition:fill 100ms,color 100ms;pointer-events:none}
.product-rating-hearts button.is-filled{color:#b83d63}
.product-rating-hearts button.is-filled svg{fill:#b83d63}
.product-rating-hearts button:hover{background:#fff0f5;transform:translateY(-2px)}
.product-rating-hearts button:focus-visible,.product-rating-remove:focus-visible{outline:2px solid #4986c6;outline-offset:2px}
.product-rating-popover footer{display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid #edf0f4;padding-top:6px;min-height:30px}
.product-rating-remove{font:inherit;font-size:11px;color:#768292;border:0;background:none;cursor:pointer;padding:8px 0}
.product-rating-popover [hidden]{display:none!important}
.product-rating-popover [role=alert]{color:#b83d63;margin-top:6px}
.product-rating-popover[aria-busy=true] button{opacity:.55;cursor:wait}
@keyframes rating-appear{from{opacity:0;transform:translateY(7px) scale(.93)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.product-rating-popover{animation:none}.product-rating-hearts button,.product-rating-hearts button svg{transition:none}}
