.product-reviews{background-color:var(--color-paper-white, #FAFAF8);padding:64px 24px}.product-reviews__container{max-width:var(--container-wide, 1080px);margin:0 auto}.product-reviews__header{text-align:center;margin-bottom:2.5rem}.product-reviews__title{font-family:var(--font-heading, "Playfair Display", serif);font-size:clamp(1.5rem,3vw,1.9375rem);font-weight:var(--font-medium, 500);color:var(--color-warm-black, #1A1A18);margin:0 0 1.5rem}.product-reviews__summary{display:flex;flex-direction:column;align-items:center;gap:12px}.product-reviews__rating{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}.product-reviews__stars{display:flex;gap:2px;color:var(--color-terracotta, #C65D00)}.product-reviews__rating-value{font-family:var(--font-body, "Inter", sans-serif);font-size:1.25rem;font-weight:600;color:var(--color-warm-black, #1A1A18)}.product-reviews__rating-count{font-family:var(--font-body, "Inter", sans-serif);font-size:.875rem;color:var(--color-muted-gray, #5A5A58)}.product-reviews__hospital-note{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body, "Inter", sans-serif);font-size:.8125rem;font-weight:500;color:var(--color-deep-teal, #1A7B7B);margin:0}.product-reviews__doctor-section{margin-bottom:3rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(26,26,24,.1)}.product-reviews__doctor-heading{display:flex;align-items:center;justify-content:center;gap:10px;font-family:var(--font-heading, "Playfair Display", serif);font-size:1.25rem;font-weight:500;color:var(--color-deep-teal, #1A7B7B);margin:0 0 1.5rem;text-align:center}.product-reviews__doctor-heading svg{flex-shrink:0}.product-reviews__doctor-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:800px;margin:0 auto}.product-reviews__doctor-card{background:linear-gradient(135deg,#1a7b7b14,#7b997114);border:1px solid rgba(26,123,123,.2);border-radius:var(--radius-lg, 8px);padding:24px;position:relative}.product-reviews__doctor-badge{position:absolute;top:-12px;right:24px;width:36px;height:36px;background-color:var(--color-deep-teal, #1A7B7B);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.product-reviews__doctor-badge svg{width:18px;height:18px}.product-reviews__doctor-quote{margin:0 0 16px;padding:0}.product-reviews__doctor-quote p{font-family:var(--font-body, "Inter", sans-serif);font-size:.9375rem;font-style:italic;font-weight:400;color:var(--color-warm-black, #1A1A18);line-height:1.6;margin:0}.product-reviews__doctor-footer{display:flex;flex-direction:column;gap:4px;padding-top:12px;border-top:1px solid rgba(26,123,123,.15)}.product-reviews__doctor-name{font-family:var(--font-body, "Inter", sans-serif);font-size:.875rem;font-weight:600;color:var(--color-warm-black, #1A1A18)}.product-reviews__doctor-credentials{font-family:var(--font-body, "Inter", sans-serif);font-size:.75rem;font-weight:500;color:var(--color-muted-gray, #5A5A58)}.product-reviews__doctor-hospital{font-family:var(--font-body, "Inter", sans-serif);font-size:.75rem;font-weight:500;color:var(--color-deep-teal, #1A7B7B)}.product-reviews__list{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:960px;margin:0 auto}.product-reviews__item{background-color:var(--color-sage-light, #E8EDE6);border-radius:var(--radius-lg, 8px);padding:24px}.product-reviews__item-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}.product-reviews__item-stars{display:flex;gap:2px;color:var(--color-terracotta, #C65D00)}.product-reviews__verified{display:inline-flex;align-items:center;gap:4px;font-family:var(--font-body, "Inter", sans-serif);font-size:.75rem;font-weight:500;color:var(--color-sage-green, #7B9971)}.product-reviews__item-title{font-family:var(--font-body, "Inter", sans-serif);font-size:1rem;font-weight:600;color:var(--color-warm-black, #1A1A18);margin:0 0 8px;line-height:1.4}.product-reviews__item-content{font-family:var(--font-body, "Inter", sans-serif);font-size:.875rem;font-weight:var(--font-normal, 400);color:var(--color-muted-gray, #5A5A58);line-height:1.6;margin:0 0 16px}.product-reviews__item-footer{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-reviews__item-author{font-family:var(--font-body, "Inter", sans-serif);font-size:.8125rem;font-weight:600;color:var(--color-warm-black, #1A1A18)}.product-reviews__item-stage{font-family:var(--font-body, "Inter", sans-serif);font-size:.75rem;font-weight:500;color:var(--color-deep-teal, #1A7B7B);background-color:#1a7b7b1a;padding:4px 8px;border-radius:var(--radius-sm, 4px)}.product-reviews__widget{max-width:960px;margin:0 auto}.product-reviews__cta{text-align:center;margin-top:2.5rem}.product-reviews__cta-button{display:inline-block;padding:16px 32px;background-color:var(--color-terracotta, #C65D00);border-radius:var(--radius-sm, 4px);font-family:var(--font-body, "Inter", sans-serif);font-size:1rem;font-weight:600;color:var(--color-paper-white, #FAFAF8);text-decoration:none;transition:background-color .2s ease,transform .2s ease}.product-reviews__cta-button:hover{background-color:#b35300;transform:translateY(-2px)}@media (max-width: 900px){.product-reviews__list{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 768px){.product-reviews{padding:48px 20px}.product-reviews__list{grid-template-columns:1fr;gap:16px}.product-reviews__item{padding:20px}.product-reviews__cta-button{width:100%;max-width:320px}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/product-reviews.css.map */
