
.customer-reviews{padding:56px 18px 64px;background:linear-gradient(180deg,#fffdf8,#fff);overflow:hidden}
.customer-reviews__inner{max-width:1180px;margin:0 auto;text-align:center}
.customer-reviews__eyebrow{font-size:12px;letter-spacing:2.5px;color:#9b7b1e;font-weight:800;margin-bottom:8px}
.customer-reviews h2{margin:0;color:#5f0d1b;font-size:34px;font-weight:800}
.customer-reviews__summary{margin:10px 0 28px;color:#6f6257;font-weight:700}
.customer-reviews__viewport{position:relative;overflow:hidden;padding:4px 46px}
.customer-reviews__track{display:flex;gap:18px;touch-action:pan-y;will-change:transform}
.customer-review-card{flex:0 0 calc((100% - 36px)/3);box-sizing:border-box;background:#fff;border:1px solid #eadfca;border-radius:16px;padding:22px;text-align:left;box-shadow:0 8px 24px rgba(91,55,17,.08);min-height:190px}
.customer-review-card__head{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.customer-review-card__avatar{width:46px;height:46px;border-radius:50%;object-fit:cover;border:2px solid #d4af37;background:#faf7ef;flex:none}
.customer-review-card__name{font-weight:800;color:#4c0b16}
.customer-review-card__date{font-size:12px;color:#8b8177;margin-top:3px}
.customer-review-card__stars{color:#d4af37;letter-spacing:1px;font-size:16px;margin-bottom:9px}
.customer-review-card__text{color:#4d4742;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}
.customer-reviews__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:38px;height:38px;border-radius:50%;border:1px solid #d4af37;background:#fff;color:#6b1020;font-size:28px;line-height:32px;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.1)}
.customer-reviews__arrow--prev{left:0}.customer-reviews__arrow--next{right:0}
.customer-reviews__empty{padding:30px;color:#777;width:100%}
@media(max-width:1050px){.customer-review-card{flex-basis:calc((100% - 18px)/2)}}
@media(max-width:650px){.customer-reviews{padding:42px 10px 50px}.customer-reviews h2{font-size:27px}.customer-reviews__viewport{padding:4px 35px}.customer-review-card{flex-basis:100%;padding:16px;min-height:175px}.customer-review-card__avatar{width:40px;height:40px}.customer-review-card__text{-webkit-line-clamp:4}.customer-reviews__arrow{width:32px;height:32px;font-size:23px}}
/* RSW Review carousel stability/animation fix */
.customer-reviews__track{align-items:stretch;transition-property:transform;transition-timing-function:cubic-bezier(.22,.61,.36,1)}
.customer-review-card{transition:transform .25s ease,box-shadow .25s ease}
.customer-review-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(91,55,17,.12)}

.customer-review-card__photo{width:100%;height:150px;object-fit:cover;border-radius:12px;margin-bottom:12px;border:1px solid #eadfca}.verified-review-badge{display:inline-block;margin-left:5px;padding:2px 6px;border-radius:999px;background:#eefbf3;border:1px solid #9ac9ad;color:#0b6b3a;font-size:10px;vertical-align:middle}.customer-review-card__name{line-height:1.4}
@media(max-width:650px){.customer-review-card__photo{height:135px}}
