.sm-reviews{font-family:Poppins,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sm-reviews__header{text-align:center;margin-bottom:2.5rem}.sm-reviews__heading{font-size:28px;font-weight:500;color:#2d2d2d;margin:0 0 .75rem;letter-spacing:.01em}.sm-reviews__summary{display:flex;align-items:center;justify-content:center;gap:.75rem;min-height:28px}.sm-reviews__avg-stars{display:inline-flex;align-items:center;gap:3px}.sm-reviews__avg-value{font-size:15px;font-weight:600;color:#2d2d2d;margin-right:4px}.sm-reviews__count{font-size:14px;color:#8a8a8a}.sm-reviews__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.sm-reviews__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.sm-reviews__grid{grid-template-columns:repeat(3,1fr)}}.sm-review{padding:1.5rem;background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.06);transition:box-shadow .2s ease}.sm-review:hover{box-shadow:0 4px 16px #0000000f}.sm-review--featured{border-color:#02677926;background:linear-gradient(180deg,#02677905,#fff)}.sm-review__stars{display:inline-flex;align-items:center;gap:2px;margin-bottom:.625rem}.sm-review__star{width:15px;height:15px;color:#c8a96e}.sm-review__star--empty{color:#e0dcd4}.sm-review__star--half{position:relative;width:15px;height:15px}.sm-review__star--half .star-base{color:#e0dcd4}.sm-review__star--half .star-fill{position:absolute;left:0;top:0;width:50%;overflow:hidden;color:#c8a96e}.sm-reviews__star{width:18px;height:18px;color:#c8a96e}.sm-reviews__star--empty{color:#e0dcd4}.sm-reviews__star--half{position:relative;width:18px;height:18px}.sm-reviews__star--half .star-base{color:#e0dcd4}.sm-reviews__star--half .star-fill{position:absolute;left:0;top:0;width:50%;overflow:hidden;color:#c8a96e}.sm-review__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.sm-review__title{font-size:14px;font-weight:600;color:#2d2d2d;line-height:1.4;margin:0}.sm-review__verified{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;font-size:11px;font-weight:500;color:#026779;white-space:nowrap}.sm-review__verified svg{width:14px;height:14px}.sm-review__body{font-size:13.5px;line-height:1.65;color:#5a5a5a;margin-bottom:.75rem}.sm-review__body--truncated{display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.sm-review__body--expanded{display:block}.sm-review__read-more{background:none;border:none;color:#026779;font-size:12.5px;font-weight:500;cursor:pointer;padding:0;margin-bottom:.75rem;font-family:inherit}.sm-review__read-more:hover{text-decoration:underline}.sm-review__photos{display:flex;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.sm-review__photo{width:64px;height:64px;border-radius:8px;overflow:hidden;cursor:pointer;position:relative;border:1px solid rgba(0,0,0,.06);transition:opacity .2s ease}.sm-review__photo:hover{opacity:.85}.sm-review__photo img{width:100%;height:100%;object-fit:cover}.sm-review__photo-more{display:flex;align-items:center;justify-content:center;background:#0000000a;font-size:12px;font-weight:500;color:#5a5a5a}.sm-review__videos{margin-bottom:.75rem}.sm-review__video{width:100%;max-width:280px;border-radius:8px;background:#000}.sm-review__helpful{font-size:11.5px;color:#8a8a8a;margin-bottom:.75rem}.sm-review__footer{display:flex;align-items:center;gap:.5rem;padding-top:.75rem;border-top:1px solid rgba(0,0,0,.05)}.sm-review__author{font-size:13px;font-weight:500;color:#2d2d2d}.sm-review__date{font-size:12px;color:#8a8a8a}.sm-review__dot{width:3px;height:3px;border-radius:50%;background:#ccc;flex-shrink:0}.sm-reviews__more{display:block;margin:2rem auto 0;padding:.75rem 2rem;background:none;border:1.5px solid rgba(0,0,0,.12);border-radius:8px;font-family:Poppins,sans-serif;font-size:13.5px;font-weight:500;color:#2d2d2d;cursor:pointer;transition:all .2s ease}.sm-reviews__more:hover{border-color:#026779;color:#026779}.sm-reviews__skeleton{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.sm-reviews__skeleton{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.sm-reviews__skeleton{grid-template-columns:repeat(3,1fr)}}.sm-reviews__skeleton-card{padding:1.5rem;border-radius:12px;border:1px solid rgba(0,0,0,.06)}.sm-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:sm-shimmer 1.5s ease-in-out infinite;border-radius:4px}@keyframes sm-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sm-skeleton--stars{width:90px;height:16px;margin-bottom:10px}.sm-skeleton--title{width:70%;height:16px;margin-bottom:12px}.sm-skeleton--line{width:100%;height:12px;margin-bottom:8px}.sm-skeleton--line-short{width:60%;height:12px;margin-bottom:16px}.sm-skeleton--footer{width:40%;height:12px;margin-top:12px;padding-top:12px}.sm-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000e6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.sm-lightbox--visible{opacity:1}.sm-lightbox__img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:4px}.sm-lightbox__close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#fff;cursor:pointer;padding:8px;line-height:0}.sm-lightbox__close svg{width:28px;height:28px}.sm-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff26;border:none;color:#fff;cursor:pointer;padding:12px;border-radius:50%;line-height:0;transition:background .2s ease}.sm-lightbox__nav:hover{background:#ffffff4d}.sm-lightbox__nav--prev{left:1rem}.sm-lightbox__nav--next{right:1rem}.sm-lightbox__nav svg{width:24px;height:24px}.sm-reviews__empty{text-align:center;padding:3rem 1rem;color:#8a8a8a;font-size:14px}@media(max-width:639px){.sm-reviews__heading{font-size:24px}.sm-review{padding:1.25rem}.sm-review__photo{width:56px;height:56px}.sm-lightbox__nav{padding:8px}.sm-lightbox__nav svg{width:20px;height:20px}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/customer-reviews.css.map */
