.product-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-title-row h3{min-width:0;margin-right:auto}.product-rating-stars{display:inline-flex;flex:none;gap:2px;align-items:center;border:0;padding:3px;background:transparent;cursor:pointer}.product-rating-stars img{width:18px!important;height:18px!important;object-fit:contain!important;background:transparent!important}.product-rating-stars.is-large img{width:25px!important;height:25px!important}.product-rating-stars small{margin-left:5px;color:#9b9b96;font-size:10px}.product-side-stack{display:grid;align-content:start;gap:14px}.product-side-stack .product-help-v4{position:static}.product-reviews-v4{padding:24px;border:1px solid rgba(255,255,255,.09);background:#171717}.product-reviews-v4>span{color:#7ade3a;font-size:9px;font-weight:800;letter-spacing:.18em}.product-reviews-v4 h3{margin:8px 0 7px;font-size:24px}.product-reviews-v4 p{margin:0;color:#91958f;font-size:12px;line-height:1.6}.product-review-list{display:grid;gap:12px;margin-top:18px}.product-review-card{padding:17px;border:1px solid #303030;background:#121212}.product-review-head{display:flex;justify-content:space-between;gap:12px}.product-review-head span{display:grid;gap:4px}.product-review-head small{color:#777}.verified-purchase{color:#9bea6a!important;font-size:9px!important;text-transform:uppercase;letter-spacing:.08em}.product-review-card>p{margin:12px 0 0;color:#d0d0cd;font-size:13px;white-space:pre-wrap}.review-photo-grid{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.review-photo-grid img{width:76px;height:76px;object-fit:cover;border:1px solid #393939}.review-empty{padding:18px;border:1px dashed #353535;color:#858585;text-align:center}.review-compose-button{width:100%;margin-top:15px}.review-modal{position:fixed;z-index:1200;inset:0;display:grid;place-items:center;padding:18px;background:rgba(0,0,0,.78);backdrop-filter:blur(8px)}.review-modal[hidden]{display:none}.review-dialog{width:min(560px,100%);max-height:92vh;overflow:auto;padding:26px;border:1px solid #414141;background:#171515;box-shadow:0 30px 90px #000}.review-dialog-head{display:flex;justify-content:space-between;gap:20px}.review-dialog-head h2{margin:5px 0}.review-dialog-close{width:38px;height:38px;border:1px solid #3b3b3b;background:#1e1e1e;color:#fff;font-size:22px;cursor:pointer}.rating-slider{margin:21px 0}.rating-slider-output{display:flex;justify-content:center;gap:7px;margin-bottom:12px}.rating-slider-output img{width:34px;height:34px;object-fit:contain}.rating-slider input{width:100%;accent-color:#7ade3a}.rating-locks{display:flex;justify-content:space-between;color:#777;font-size:10px}.review-form{display:grid;gap:16px}.review-form label{display:grid;gap:8px;color:#d8d8d4;font-size:12px}.review-form textarea,.review-form input[type=file]{width:100%;border:1px solid #393939;padding:13px;background:#101010;color:#fff}.review-form textarea{min-height:125px;resize:vertical}.review-form-note{color:#858585;font-size:10px;line-height:1.5}.review-admin-stats{grid-template-columns:repeat(4,1fr)}.review-admin-list{display:grid;gap:12px;margin-top:18px}.review-admin-row{display:grid;grid-template-columns:minmax(240px,1fr) minmax(250px,1.5fr) auto;gap:20px;padding:18px;border:1px solid #343434;background:#171717}.review-admin-row p{white-space:pre-wrap}.review-admin-actions{display:flex;flex-direction:column;gap:8px}.account-review-button{margin-left:6px}.account-review-state{color:#9bea6a;font-size:10px}.review-image-links{display:flex;gap:5px;flex-wrap:wrap}.review-image-links a{color:#9bea6a;font-size:10px}
@media(max-width:760px){.product-title-row{align-items:flex-start}.product-rating-stars img{width:16px!important;height:16px!important}.product-content-v4{display:block}.product-side-stack{margin-top:30px}.review-admin-stats{grid-template-columns:repeat(2,1fr)}.review-admin-row{grid-template-columns:1fr}.review-admin-actions{flex-direction:row;flex-wrap:wrap}.review-dialog{padding:19px}.rating-slider-output img{width:29px;height:29px}.review-photo-grid img{width:64px;height:64px}}
.product-reviews-v4 .review-compose-button{display:none}.product-reviews-v4.can-review .review-compose-button{display:block}

/* Product detail: preserve the original bounded sticky panel and center its rating badge. */
.product-panel-v4{position:sticky;overflow:visible!important}
.product-panel-v4 .product-title-row{display:block}
.product-panel-v4 .product-rating-stars.is-large{position:absolute;z-index:20;top:0;left:50%;gap:4px;padding:8px 10px;transform:translate(-50%,-50%);filter:drop-shadow(0 8px 12px rgba(0,0,0,.7))}
.product-panel-v4 .product-rating-stars.is-large img{width:33px!important;height:33px!important}
.product-panel-v4 .product-rating-stars.is-large small{font-size:12px}

/* Product listing: subtle motion that keeps the title easy to read. */
.product-card-link .product-rating-stars{transform-origin:center;animation:productReviewStarsFloat 3.2s ease-in-out infinite}
.product-card-link .product-rating-stars img{animation:productReviewStarGlow 2.8s ease-in-out infinite}
.product-card-link .product-rating-stars img:nth-child(2){animation-delay:-.35s}.product-card-link .product-rating-stars img:nth-child(3){animation-delay:-.7s}.product-card-link .product-rating-stars img:nth-child(4){animation-delay:-1.05s}.product-card-link .product-rating-stars img:nth-child(5){animation-delay:-1.4s}
.product-card-link .product-rating-stars:hover{animation-play-state:paused;transform:translateY(-2px) scale(1.06)}
@keyframes productReviewStarsFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}
@keyframes productReviewStarGlow{0%,100%{filter:brightness(.9);opacity:.86}50%{filter:brightness(1.25) drop-shadow(0 0 4px rgba(255,225,77,.22));opacity:1}}
@media(prefers-reduced-motion:reduce){.product-card-link .product-rating-stars,.product-card-link .product-rating-stars img{animation:none!important}}
@media(max-width:1120px){.product-panel-v4{position:static}}
@media(max-width:600px){.product-panel-v4 .product-rating-stars.is-large{left:50%;transform:translate(-50%,-50%)}.product-panel-v4 .product-rating-stars.is-large img{width:29px!important;height:29px!important}}

/* Keep Support and Verified Reviews visible together while reading long details. */
@media(min-width:1261px){.product-side-stack{position:sticky;top:96px;align-self:start}}
@media(max-width:1260px){.product-side-stack{position:static}}

/* Listing stars stay on whole pixels; only a lightweight glow behind them animates. */
.product-card-link .product-rating-stars{position:relative;isolation:isolate;animation:none!important;transform:none!important}
.product-card-link .product-rating-stars img{width:22px!important;height:22px!important;animation:none!important;filter:none!important;opacity:1!important;image-rendering:auto}
.product-card-link .product-rating-stars:hover{transform:none!important}
.product-card-link .product-rating-stars:before{content:"";position:absolute;z-index:-1;inset:-5px;border-radius:999px;background:radial-gradient(ellipse,rgba(255,225,77,.2),transparent 72%);opacity:.18;pointer-events:none;animation:productReviewStarsHalo 2.8s ease-in-out infinite}
@keyframes productReviewStarsHalo{0%,100%{opacity:.12}50%{opacity:.48}}
@media(max-width:600px){.product-card-link .product-rating-stars img{width:20px!important;height:20px!important}}
@media(prefers-reduced-motion:reduce){.product-card-link .product-rating-stars:before{animation:none;opacity:.2}}
