.prc-carousel{
  --prc-green:#285d39;
  --prc-green-soft:#f4f8f2;
  --prc-border:#dfe9dc;
  --prc-gold:#f2b600;
  margin-top:22px;
  padding:18px 20px 14px;
  background:var(--prc-green-soft);
  border:1px solid var(--prc-border);
  border-radius:10px;
  color:#2e3430;
  line-height:1.45;
  box-shadow:0 2px 10px rgba(36,75,45,.04);
}
.prc-heading{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:10px;
  color:var(--prc-green);
  font-size:16px;
  font-weight:700;
}
.prc-heart{
  font-size:17px;
  line-height:1;
}
.prc-stage{position:relative;}
.prc-slide{
  display:none;
  min-height:148px;
  animation:prcFade .28s ease;
}
.prc-slide.is-active{display:block;}
.prc-stars{
  margin-bottom:7px;
  color:var(--prc-gold);
  font-size:15px;
  letter-spacing:1px;
}
.prc-text{
  margin:0 0 10px;
  padding:0;
  border:0;
  color:#4b524d;
  font-size:13.5px;
  line-height:1.55;
  font-style:normal;
}
.prc-meta{
  font-size:12px;
  color:#667069;
}
.prc-product{margin-left:4px;}
.prc-product a{
  color:var(--prc-green);
  text-decoration:none;
}
.prc-product a:hover{text-decoration:underline;}
.prc-controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  margin-top:4px;
}
.prc-arrow{
  width:28px;
  height:28px;
  padding:0;
  border:1px solid var(--prc-border);
  border-radius:50%;
  background:#fff;
  color:var(--prc-green);
  font-size:20px;
  line-height:24px;
  cursor:pointer;
}
.prc-dots{
  display:flex;
  gap:6px;
}
.prc-dot{
  width:7px;
  height:7px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#cbd6c8;
  cursor:pointer;
}
.prc-dot.is-active{background:var(--prc-green);}
@keyframes prcFade{
  from{opacity:.25;transform:translateY(2px)}
  to{opacity:1;transform:translateY(0)}
}
@media (max-width:767px){
  .prc-carousel{padding:15px 16px 12px;}
  .prc-slide{min-height:unset;}
}


.prc-rating-summary{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin:4px 0 8px;
  color:#455047;
  text-decoration:none;
  font-size:13px;
  line-height:1;
}
.prc-rating-summary:hover{
  color:#285d39;
  text-decoration:none;
}
.prc-rating-stars{
  position:relative;
  display:inline-block;
  font-size:17px;
  line-height:1;
  letter-spacing:1px;
  white-space:nowrap;
}
.prc-rating-stars-base{
  color:#d9ddd8;
}
.prc-rating-stars-fill{
  position:absolute;
  top:0;
  left:0;
  overflow:hidden;
  color:#f2b600;
  white-space:nowrap;
}
.prc-rating-text strong{
  color:#285d39;
  font-weight:700;
}
.prc-rating-sep{
  margin:0 3px;
  color:#97a098;
}
