/* Product Rating v2.0.0 */
.pf-prod-rating{box-sizing:border-box;max-width:100%;margin:var(--pfr-mar-pc,0);padding:var(--pfr-pad-pc,0);background:var(--pfr-bg,transparent);border:var(--pfr-bwidth,0) var(--pfr-bstyle,none) var(--pfr-border,transparent);border-radius:var(--pfr-radius,0);box-shadow:var(--pfr-shadow,none)}.pf-prod-rating *{box-sizing:border-box}.pf-pr-inner{display:flex;align-items:center;gap:var(--pfr-gap-pc,8px);justify-content:flex-start}.pf-prod-rating[data-align-pc="center"] .pf-pr-inner{justify-content:center}.pf-prod-rating[data-align-pc="right"] .pf-pr-inner{justify-content:flex-end}.pf-prod-rating[data-layout-pc="vertical"] .pf-pr-inner{flex-direction:column;align-items:flex-start}.pf-prod-rating[data-layout-pc="vertical"][data-align-pc="center"] .pf-pr-inner{align-items:center}.pf-prod-rating[data-layout-pc="vertical"][data-align-pc="right"] .pf-pr-inner{align-items:flex-end}.pf-pr-stars{display:inline-flex;gap:var(--pfr-star-gap-pc,2px);white-space:nowrap}.pf-pr-star-shell{position:relative;display:inline-block;font-size:var(--pfr-star-pc,18px);line-height:1}.pf-pr-star-empty{color:var(--pfr-star-off,#d7dee8)}.pf-pr-star-fill{position:absolute;left:0;top:0;bottom:0;overflow:hidden;color:var(--pfr-star-on,#fbbf24)}.pf-pr-text{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.pf-pr-score{color:var(--pfr-score,#111827);font-size:var(--pfr-score-pc,14px);font-weight:var(--pfr-score-weight,600)}.pf-pr-count,.pf-pr-link{font-size:var(--pfr-count-pc,14px);font-weight:var(--pfr-count-weight,500)}.pf-pr-link{color:var(--pfr-count,#2563eb);text-decoration:none;cursor:pointer}.pf-pr-link:hover{color:var(--pfr-count-hover,#1d4ed8);text-decoration:underline}.pf-pr-count,.pf-pr-none{color:var(--pfr-count,#2563eb)}.pf-pr-separator{color:var(--pfr-sep,#cbd5e1)}
@media(max-width:991.98px){.pf-prod-rating{margin:var(--pfr-mar-tab,var(--pfr-mar-pc));padding:var(--pfr-pad-tab,var(--pfr-pad-pc))}.pf-pr-inner{gap:var(--pfr-gap-tab,var(--pfr-gap-pc))}.pf-pr-stars{gap:var(--pfr-star-gap-tab,var(--pfr-star-gap-pc))}.pf-pr-star-shell{font-size:var(--pfr-star-tab,var(--pfr-star-pc))}.pf-pr-score{font-size:var(--pfr-score-tab,var(--pfr-score-pc))}.pf-pr-count,.pf-pr-link{font-size:var(--pfr-count-tab,var(--pfr-count-pc))}.pf-prod-rating[data-align-tab="center"] .pf-pr-inner{justify-content:center}.pf-prod-rating[data-align-tab="right"] .pf-pr-inner{justify-content:flex-end}.pf-prod-rating[data-align-tab="left"] .pf-pr-inner{justify-content:flex-start}.pf-prod-rating[data-layout-tab="vertical"] .pf-pr-inner{flex-direction:column;align-items:flex-start}.pf-prod-rating[data-layout-tab="horizontal"] .pf-pr-inner{flex-direction:row;align-items:center}}
@media(max-width:767.98px){.pf-prod-rating{margin:var(--pfr-mar-mob,var(--pfr-mar-tab));padding:var(--pfr-pad-mob,var(--pfr-pad-tab))}.pf-pr-inner{gap:var(--pfr-gap-mob,var(--pfr-gap-tab))}.pf-pr-stars{gap:var(--pfr-star-gap-mob,var(--pfr-star-gap-tab))}.pf-pr-star-shell{font-size:var(--pfr-star-mob,var(--pfr-star-tab))}.pf-pr-score{font-size:var(--pfr-score-mob,var(--pfr-score-tab))}.pf-pr-count,.pf-pr-link{font-size:var(--pfr-count-mob,var(--pfr-count-tab))}.pf-prod-rating[data-align-mob="center"] .pf-pr-inner{justify-content:center}.pf-prod-rating[data-align-mob="right"] .pf-pr-inner{justify-content:flex-end}.pf-prod-rating[data-align-mob="left"] .pf-pr-inner{justify-content:flex-start}.pf-prod-rating[data-layout-mob="vertical"] .pf-pr-inner{flex-direction:column;align-items:flex-start}.pf-prod-rating[data-layout-mob="horizontal"] .pf-pr-inner{flex-direction:row;align-items:center}}

#pf-reviews-modal{position:fixed;inset:0;z-index:100000;display:none;background:var(--rvm-backdrop,rgba(15,23,42,.58));backdrop-filter:blur(var(--rvm-blur,3px));padding:20px}#pf-reviews-modal.open{display:block}.pf-rvm-outer{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.pf-rvm{width:min(var(--rvm-width,760px),100%);max-height:var(--rvm-maxh,86vh);display:flex;flex-direction:column;overflow:hidden;background:var(--rvm-bg,#fff);color:var(--rvm-text,#111827);border:var(--rvm-bw,1px) solid var(--rvm-border,#e2e8f0);border-radius:var(--rvm-radius,18px);box-shadow:var(--rvm-shadow,0 24px 70px rgba(15,23,42,.24))}.pf-rvm-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:var(--rvm-head-pad-pc,16px 18px);background:var(--rvm-head-bg,#fff);border-bottom:1px solid var(--rvm-head-border,#e2e8f0)}.pf-rvm-title{margin:0;color:var(--rvm-title,#111827);font-size:var(--rvm-title-pc,18px);line-height:1.25}.pf-rvm-close{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--rvm-close-border,#e2e8f0);border-radius:var(--rvm-close-radius,10px);background:var(--rvm-close-bg,#f8fafc);color:var(--rvm-close-color,#334155);font-size:22px;line-height:1;cursor:pointer}.pf-rvm-body{overflow:auto;padding:var(--rvm-body-pad-pc,18px)}.pf-rvm-summary{display:grid;grid-template-columns:minmax(130px,.7fr) minmax(220px,1.3fr);gap:18px;padding:var(--rvm-summary-pad,14px);margin-bottom:14px;background:var(--rvm-summary-bg,#f8fafc);border:1px solid var(--rvm-summary-border,#e2e8f0);border-radius:var(--rvm-summary-radius,14px)}.pf-rvm-scorebox{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px}.pf-rvm-scorebox>strong{font-size:34px;line-height:1;color:var(--rvm-text,#111827)}.pf-rvm-scorebox>span:last-child{color:var(--rvm-muted,#64748b);font-size:13px}.pf-rvm-stars,.pf-rvm-rating{display:inline-flex;gap:2px}.pf-rvm-star-shell{position:relative;display:inline-block;font-size:var(--rvm-star-size,18px);line-height:1}.pf-rvm-star-empty{color:var(--rvm-star-off,#d7dee8)}.pf-rvm-star-fill{position:absolute;left:0;top:0;bottom:0;overflow:hidden;color:var(--rvm-star-on,#fbbf24)}.pf-rvm-dist{display:grid;gap:5px}.pf-rvm-dist-row{display:grid;grid-template-columns:32px 1fr 30px;gap:7px;align-items:center;color:var(--rvm-muted,#64748b);font-size:12px}.pf-rvm-dist-track{height:7px;border-radius:999px;background:var(--rvm-dist-track,#e5e7eb);overflow:hidden}.pf-rvm-dist-fill{display:block;height:100%;background:var(--rvm-dist,#fbbf24)}.pf-rvm-toolbar{display:flex;justify-content:flex-end;margin-bottom:10px}.pf-rvm-toolbar label{display:flex;align-items:center;gap:8px;color:var(--rvm-muted,#64748b);font-size:13px}.pf-rvm-sort{min-height:34px;border:1px solid var(--rvm-border,#e2e8f0);border-radius:9px;background:var(--rvm-bg,#fff);color:var(--rvm-text,#111827);padding:5px 9px}.pf-rvm-list{display:grid;gap:var(--rvm-item-gap,10px)}.pf-rvm-item{padding:var(--rvm-item-pad,14px);background:var(--rvm-item-bg,#fff);border:1px solid var(--rvm-item-border,#e2e8f0);border-radius:var(--rvm-item-radius,14px)}.pf-rvm-item-head{display:flex;align-items:center;gap:10px}.pf-rvm-avatar{width:var(--rvm-av,38px);height:var(--rvm-av,38px);flex:0 0 auto;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:var(--rvm-av-bg,#e2e8f0);color:var(--rvm-av-color,#475569);font-weight:800}.pf-rvm-avatar img{width:100%;height:100%;object-fit:cover}.pf-rvm-author-wrap{min-width:0;flex:1}.pf-rvm-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.pf-rvm-author{color:var(--rvm-author,#0f172a)}.pf-rvm-date{color:var(--rvm-date,#64748b);font-size:12px}.pf-rvm-badge{padding:2px 7px;border-radius:var(--rvm-badge-radius,999px);background:var(--rvm-badge-bg,#ecfdf5);color:var(--rvm-badge-color,#047857);font-size:11px;font-weight:700}.pf-rvm-rating{margin-top:5px}.pf-rvm-content{margin-top:9px;color:var(--rvm-content,#334155);line-height:1.6;white-space:pre-wrap;word-break:break-word}.pf-rvm-pager{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px;color:var(--rvm-muted,#64748b);font-size:13px}.pf-rvm-pager button{border:1px solid var(--rvm-pager-border,#cbd5e1);border-radius:var(--rvm-pager-radius,9px);background:var(--rvm-pager-bg,#fff);color:var(--rvm-pager-color,#334155);padding:7px 10px;cursor:pointer}.pf-rvm-loading,.pf-rvm-empty,.pf-rvm-error{padding:20px;text-align:center;color:var(--rvm-muted,#64748b)}.pf-rvm-error{color:#dc2626}
@media(max-width:767.98px){#pf-reviews-modal{padding:10px}.pf-rvm-head{padding:var(--rvm-head-pad-mob,14px)}.pf-rvm-title{font-size:var(--rvm-title-mob,17px)}.pf-rvm-body{padding:var(--rvm-body-pad-mob,14px)}.pf-rvm-summary{grid-template-columns:1fr;gap:12px}.pf-rvm-scorebox{align-items:center}.pf-rvm-toolbar{justify-content:stretch}.pf-rvm-toolbar label{width:100%;justify-content:space-between}.pf-rvm-sort{flex:1;max-width:210px}#pf-reviews-modal[data-mobile-mode="sheet"]{padding:0}#pf-reviews-modal[data-mobile-mode="sheet"] .pf-rvm-outer{align-items:flex-end}#pf-reviews-modal[data-mobile-mode="sheet"] .pf-rvm{width:100%;max-height:min(var(--rvm-maxh,90vh),92vh);border-radius:18px 18px 0 0;border-left:0;border-right:0;border-bottom:0}.pf-rvm-item{padding:12px}.pf-rvm-content{font-size:14px}}
