.reviews{padding:4rem 0;background-color:#fff}.reviews__header{text-align:center;margin-bottom:4rem;padding:2rem 0}.reviews__title{font-size:3.6rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem;line-height:1.2}.reviews__subtitle{font-size:1.8rem;color:#666;line-height:1.5;max-width:700px;margin:0 auto}.reviews__section-title{font-size:2.8rem;font-weight:600;color:#1a1a1a;margin:0 0 2rem;position:relative}.reviews__section-title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:3px;background-color:#d32f2f}.reviews__overall{margin-bottom:5rem;text-align:center}.overall-rating{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:3rem;background-color:#f5f5f5;border-radius:16px;max-width:600px;margin:0 auto}.overall-rating__score{text-align:center}.rating-number{font-size:4.8rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem;line-height:1}.rating-stars{display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem}.rating-text{font-size:2rem;font-weight:600;color:#d32f2f;text-transform:uppercase;letter-spacing:.05em}.overall-rating__stats{display:flex;gap:3rem;flex-wrap:wrap;justify-content:center}.rating-stat{text-align:center}.rating-stat__label{display:block;font-size:1.4rem;color:#666;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.rating-stat__value{display:block;font-size:2.4rem;font-weight:700;color:#1a1a1a}.reviews__categories{margin-bottom:5rem}.review-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem}.review-category{text-align:center;padding:2.5rem 2rem;background-color:#f5f5f5;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.review-category:hover{transform:translateY(-5px);box-shadow:0 12px 32px #00000026}.review-category__icon{margin-bottom:1.5rem}.review-category__title{font-size:2rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.review-category__rating{display:flex;gap:.3rem;justify-content:center;margin-bottom:1.5rem}.review-category__description{font-size:1.5rem;line-height:1.6;color:#666;margin:0}.reviews__featured{margin-bottom:5rem}.featured-reviews{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;margin-top:3rem}.featured-review{background-color:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 16px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e5e5e5}.featured-review:hover{transform:translateY(-5px);box-shadow:0 12px 32px #00000026}.featured-review__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:1rem}.reviewer-info{display:flex;align-items:center;gap:1rem}.reviewer-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;flex-shrink:0}.reviewer-avatar img{width:100%;height:100%;object-fit:cover}.reviewer-details{flex:1}.reviewer-name{font-size:1.8rem;font-weight:600;color:#1a1a1a;margin:0 0 .3rem}.reviewer-location{font-size:1.4rem;color:#666;margin:0}.review-rating{display:flex;gap:.2rem;flex-shrink:0}.featured-review__content{margin-bottom:2rem}.review-title{font-size:2rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem;line-height:1.3}.review-text{font-size:1.6rem;line-height:1.6;color:#333;margin:0 0 1.5rem}.review-part{font-size:1.4rem;color:#666;padding:1rem;background-color:#f5f5f5;border-radius:8px;border-left:4px solid #D32F2F}.featured-review__footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.review-date{font-size:1.4rem;color:#666}.verified-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#4caf50;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:1.2rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.reviews__statistics{margin-bottom:5rem}.review-statistics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-top:3rem}.stat-item{text-align:center;padding:2rem;background-color:#f5f5f5;border-radius:12px;transition:transform .3s ease}.stat-item:hover{transform:translateY(-5px)}.stat-number{font-size:3.6rem;font-weight:700;color:#d32f2f;margin:0 0 1rem;line-height:1}.stat-label{font-size:1.6rem;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.reviews__cta{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#1a1a1a,#333);border-radius:16px;color:#fff}.reviews__cta-title{font-size:3.2rem;font-weight:700;margin:0 0 1.5rem;color:#fff}.reviews__cta-text{font-size:1.8rem;line-height:1.6;margin:0 0 3rem;color:#ccc;max-width:600px;margin-left:auto;margin-right:auto;margin-bottom:3rem}.reviews__cta-buttons{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:1.2rem 2.4rem;font-size:1.6rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em;cursor:pointer}.btn--primary{background-color:#d32f2f;color:#fff;border:2px solid #D32F2F}.btn--primary:hover{background-color:#b71c1c;border-color:#b71c1c;transform:translateY(-2px)}.btn--secondary{background-color:transparent;color:#fff;border:2px solid #ffffff}.btn--secondary:hover{background-color:#fff;color:#1a1a1a;transform:translateY(-2px)}@media screen and (max-width:989px){.reviews{padding:3rem 0}.reviews__title{font-size:3rem}.reviews__subtitle{font-size:1.6rem}.rating-number{font-size:4rem}.overall-rating__stats{gap:2rem}.review-categories,.featured-reviews{grid-template-columns:1fr;gap:2rem}.review-statistics{grid-template-columns:repeat(2,1fr);gap:2rem}.reviews__cta-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px;text-align:center}}@media screen and (max-width:749px){.reviews__title{font-size:2.6rem}.reviews__subtitle{font-size:1.4rem}.reviews__section-title{font-size:2.4rem}.rating-number{font-size:3.6rem}.rating-text{font-size:1.8rem}.overall-rating{padding:2rem}.overall-rating__stats{flex-direction:column;gap:1.5rem}.rating-stat__value{font-size:2rem}.review-category{padding:2rem 1.5rem}.review-category__title{font-size:1.8rem}.featured-review{padding:2rem}.featured-review__header{flex-direction:column;align-items:flex-start;gap:1.5rem}.reviewer-info{width:100%}.review-rating{align-self:flex-start}.review-title{font-size:1.8rem}.review-text{font-size:1.5rem}.stat-number{font-size:3rem}.stat-label{font-size:1.4rem}.reviews__cta-title{font-size:2.8rem}.reviews__cta-text{font-size:1.6rem}.review-statistics{grid-template-columns:1fr;gap:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/reviews.css.map */
