/* ZUPIX PATCH-222 — compact premium reviews on the public product page. */

html body.z78-product-page .z23-reviews{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  margin-top:18px!important;
  padding:20px!important;
  border:1px solid rgba(92,82,171,.14)!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 96% 0,rgba(55,137,246,.09),transparent 28%),
    radial-gradient(circle at 0 100%,rgba(121,68,244,.08),transparent 31%),
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(249,249,255,.97))!important;
  box-shadow:0 20px 58px rgba(38,45,89,.085),inset 0 1px 0 #fff!important;
}

html body.z78-product-page .z23-reviews::after{
  content:"★★★★★";
  position:absolute;
  z-index:-1;
  right:20px;
  top:-18px;
  color:rgba(92,75,231,.035);
  font:800 56px/1 Onest,system-ui,sans-serif;
  letter-spacing:.08em;
  pointer-events:none;
}

html body.z78-product-page .z23-reviews .z23-section-head{
  align-items:center!important;
  margin-bottom:12px!important;
  padding:0 2px!important;
}

html body.z78-product-page .z222-review-kicker{
  display:block;
  margin-bottom:4px;
  color:#7250e6;
  font-size:10px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.09em;
  text-transform:uppercase;
}

html body.z78-product-page .z23-reviews .z23-section-head h2{
  color:#111a31!important;
  font-size:24px!important;
  line-height:1.15!important;
  font-weight:680!important;
  letter-spacing:-.035em!important;
}

html body.z78-product-page .z23-reviews .z23-section-head>a{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 12px;
  border:1px solid rgba(104,78,218,.13);
  border-radius:11px;
  background:rgba(255,255,255,.76);
  color:#6543d9!important;
  font-size:12px!important;
  font-weight:620!important;
  text-decoration:none!important;
  transition:transform .16s ease,border-color .16s ease,background .16s ease;
}

html body.z78-product-page .z23-reviews .z23-section-head>a:hover{
  transform:translateY(-1px);
  border-color:rgba(104,78,218,.27);
  background:#fff;
}

html body.z78-product-page .z23-reviews-layout{
  grid-template-columns:250px minmax(0,1fr)!important;
  gap:12px!important;
}

html body.z78-product-page .z23-rating-card{
  padding:14px!important;
  border:1px solid rgba(97,82,181,.13)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.86)!important;
  box-shadow:0 12px 32px rgba(41,43,87,.055),inset 0 1px 0 #fff!important;
}

html body.z78-product-page .z23-seller-summary{
  grid-template-columns:40px minmax(0,1fr) auto!important;
  gap:9px!important;
  padding-bottom:11px!important;
  border-bottom-color:rgba(94,85,162,.11)!important;
}

html body.z78-product-page .z23-seller-avatar{
  width:40px!important;
  height:40px!important;
  border:2px solid rgba(255,255,255,.92);
  box-shadow:0 5px 15px rgba(43,41,91,.15);
}

html body.z78-product-page .z23-seller-summary span{font-size:10.5px!important}
html body.z78-product-page .z23-seller-summary b{font-size:13px!important;font-weight:650!important}
html body.z78-product-page .z23-seller-summary small{font-size:10.5px!important}
html body.z78-product-page .z23-seller-summary em{font-size:18px!important}

html body.z78-product-page .z23-rating-main{
  gap:11px!important;
  padding:12px 0 10px!important;
}

html body.z78-product-page .z23-rating-main>strong{
  color:#11182e!important;
  font-size:38px!important;
  font-weight:760!important;
  letter-spacing:-.055em!important;
}

html body.z78-product-page .z23-stars{color:#6650ed!important;font-size:14px!important}
html body.z78-product-page .z23-rating-main b{font-size:10.5px!important;font-weight:560!important}
html body.z78-product-page .z23-rating-bars{gap:4px!important}
html body.z78-product-page .z23-rating-bars>div{grid-template-columns:27px minmax(0,1fr) 18px!important;gap:6px!important}
html body.z78-product-page .z23-rating-bars span,
html body.z78-product-page .z23-rating-bars em{font-size:10px!important}
html body.z78-product-page .z23-rating-bars i{height:4px!important;background:#eceef4!important}
html body.z78-product-page .z23-rating-bars i b{background:linear-gradient(90deg,#7a43f1,#4f63ef,#2f8aee)!important}

html body.z78-product-page .z23-profile-button{
  height:36px!important;
  margin-top:11px!important;
  border-color:rgba(100,80,202,.14)!important;
  border-radius:11px!important;
  background:linear-gradient(135deg,#f5f1ff,#eff6ff)!important;
  color:#5c42cf!important;
  font-size:11px!important;
  font-weight:650!important;
}

html body.z78-product-page .z23-review-list{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:9px!important;
  align-items:stretch;
}

html body.z78-product-page .z23-review-card{
  display:flex;
  min-width:0;
  flex-direction:column;
  padding:12px!important;
  border:1px solid rgba(95,84,170,.13)!important;
  border-radius:17px!important;
  background:rgba(255,255,255,.9)!important;
  box-shadow:0 10px 28px rgba(39,44,87,.045),inset 0 1px 0 #fff!important;
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;
}

html body.z78-product-page .z23-review-card:hover{
  transform:translateY(-2px);
  border-color:rgba(102,76,218,.25)!important;
  box-shadow:0 15px 32px rgba(42,43,91,.08),inset 0 1px 0 #fff!important;
}

html body.z78-product-page .z23-review-avatar{
  width:34px!important;
  height:34px!important;
  flex-basis:34px!important;
  border:2px solid rgba(255,255,255,.9);
  box-shadow:0 4px 13px rgba(52,44,118,.14);
}

html body.z78-product-page .z23-review-person{gap:8px!important}
html body.z78-product-page .z23-review-person>div:last-child{gap:2px!important}
html body.z78-product-page .z23-review-person b{font-size:12px!important;font-weight:650!important}
html body.z78-product-page .z23-review-stars{font-size:11px!important;letter-spacing:.035em!important}
html body.z78-product-page .z23-review-top time{font-size:10px!important}

html body.z78-product-page .z23-review-card>p{
  margin:8px 0!important;
  color:#344058!important;
  font-size:12.5px!important;
  line-height:1.45!important;
}

html body.z78-product-page .z23-review-product{
  grid-template-columns:40px minmax(0,1fr) auto!important;
  gap:8px!important;
  margin-top:auto;
  padding:7px 8px!important;
  border-color:rgba(97,87,166,.10)!important;
  border-radius:11px!important;
  background:linear-gradient(135deg,#f7f7fb,#f3f6fb)!important;
}

html body.z78-product-page .z23-review-product>div{
  width:40px!important;
  height:40px!important;
  border-radius:9px!important;
}

html body.z78-product-page .z23-review-product small{font-size:9px!important}
html body.z78-product-page .z23-review-product section>b{font-size:10.5px!important;font-weight:630!important}
html body.z78-product-page .z23-review-product strong{font-size:11.5px!important}
html body.z78-product-page .z23-review-product>em{font-size:16px!important}

html body.z78-product-page .z23-confirmed{
  margin-top:7px!important;
  padding:4px 7px!important;
  background:linear-gradient(135deg,#e9f9ef,#edfafa)!important;
  color:#14874c!important;
  font-size:9px!important;
  font-weight:650!important;
}

html body.z78-product-page .z23-reviews-note{
  margin:10px 2px 0!important;
  color:#858fa2!important;
  font-size:10px!important;
}

html body.z78-product-page .z23-reviews .z23-empty-inline{
  min-height:72px!important;
  border:1px solid rgba(101,83,191,.13)!important;
  background:rgba(255,255,255,.8)!important;
}

@media(max-width:1280px){
  html body.z78-product-page .z23-review-list{grid-template-columns:1fr!important}
}

@media(max-width:820px){
  html body.z78-product-page .z23-reviews{padding:16px!important;border-radius:20px!important}
  html body.z78-product-page .z23-reviews-layout{grid-template-columns:1fr!important}
  html body.z78-product-page .z23-rating-card{display:block!important}
}

@media(max-width:620px){
  html body.z78-product-page .z23-reviews{padding:14px!important}
  html body.z78-product-page .z23-reviews .z23-section-head{align-items:flex-start!important}
  html body.z78-product-page .z23-reviews .z23-section-head h2{font-size:21px!important}
  html body.z78-product-page .z23-reviews .z23-section-head>a{min-height:32px;padding:0 9px;font-size:10.5px!important}
}

@media(prefers-reduced-motion:reduce){
  html body.z78-product-page .z23-review-card,
  html body.z78-product-page .z23-reviews .z23-section-head>a{transition:none!important}
}
