.community-reviews{width:100%;padding:96px 0 64px}.community-reviews__inner{max-width:1252px;margin:0 auto;padding:0 20px}.community-reviews__header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px}.community-reviews__heading{font-size:28px;line-height:1.2;margin:0 0 4px;font-weight:600;letter-spacing:-.01em}.community-reviews__subheading{font-size:14px;margin:0}.community-reviews__rating{text-align:right;flex-shrink:0}.community-reviews__stars{font-weight:600;margin-bottom:4px;display:flex;align-items:center;gap:6px;justify-content:flex-end}.community-reviews__rating-value{font-size:16px}.community-reviews__stars-glyph{letter-spacing:1px;font-size:16px}.community-reviews__link{font-size:13px;text-decoration:underline}.community-reviews__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:110px;gap:14px;grid-auto-flow:dense}.community-card{border-radius:8px;padding:18px 18px 16px;display:flex;flex-direction:column;justify-content:space-between;font-size:13px;line-height:1.5;overflow:hidden;position:relative;min-width:0}.community-card__top{display:flex;justify-content:space-between;font-size:11px;margin-bottom:10px;gap:8px}.community-card__stars{letter-spacing:1px;font-size:12px;font-weight:600}.community-card__date{opacity:.65}.community-card__quote{font-weight:600;font-size:14px;line-height:1.35;margin:0 0 6px}.community-card__excerpt{font-size:12.5px;margin:0}.community-card__attr{display:flex;justify-content:space-between;font-size:11px;margin-top:14px;gap:8px;opacity:.7}.community-card__name{font-weight:500}.community-card__verified{opacity:.85}.community-card--photo,.community-card--hero{padding:0;background:#000}.community-card__photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.community-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:18px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;background:linear-gradient(to bottom,#0000 0% 45%,#000000d9);z-index:1}.community-card__top--on-photo{color:#fff;margin-bottom:0}.community-card__top--on-photo .community-card__date{opacity:.85}.community-card__bottom{color:#fff}.community-card__bottom .community-card__name{display:block;font-size:11px;opacity:.85;margin-top:4px}.community-card__quote--hero{font-size:17px;line-height:1.3}.community-card__badge{display:inline-block;background:#fffffff2;color:#111;padding:4px 10px;border-radius:999px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.community-card--span-2c{grid-column:span 2}.community-card--span-2r{grid-row:span 2}.community-reviews--full{background:#0e0e10;color:#f0f0f0}.community-reviews--full .community-reviews__heading{color:#fff}.community-reviews--full .community-reviews__subheading{color:#888}.community-reviews--full .community-reviews__stars,.community-reviews--full .community-reviews__link{color:#2693cf}.community-reviews--full .community-card--text{background:#1c1c1f;color:#ddd}.community-reviews--full .community-card--text .community-card__stars{color:#2693cf}.community-reviews--full .community-card--text .community-card__quote{color:#fff}.community-reviews--full .community-card--text .community-card__excerpt{color:#aaa}.community-reviews--full .community-card--photo .community-card__top--on-photo .community-card__stars,.community-reviews--full .community-card--hero .community-card__top--on-photo .community-card__stars{color:#2693cf}.community-reviews--lite{background:#f7f7f5;color:#222;padding:80px 0 56px}.community-reviews--lite .community-reviews__heading{color:#111}.community-reviews--lite .community-reviews__subheading{color:#666}.community-reviews--lite .community-reviews__stars,.community-reviews--lite .community-reviews__link{color:#ef4136}.community-reviews--lite .community-reviews__grid{grid-auto-rows:130px}.community-reviews--lite .community-card--text{background:#fff;border:1px solid #ececec;color:#222}.community-reviews--lite .community-card--text .community-card__stars{color:#ef4136}.community-reviews--lite .community-card--text .community-card__quote{color:#111}.community-reviews--lite .community-card--text .community-card__excerpt{color:#555}.community-reviews--lite .community-card--photo .community-card__top--on-photo .community-card__stars{color:#fff}@media(max-width:959px){.community-reviews__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:130px}.community-card--span-2c{grid-column:span 2}}@media(max-width:639px){.community-reviews{padding:64px 0 48px}.community-reviews--lite{padding:56px 0 40px}.community-reviews__inner{padding:0 16px}.community-reviews__header{flex-direction:column;gap:12px;align-items:flex-start}.community-reviews__rating{text-align:left}.community-reviews__stars{justify-content:flex-start}.community-reviews__heading{font-size:24px}.community-reviews .community-reviews__grid,.community-reviews--lite .community-reviews__grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:12px}.community-card--span-2c,.community-card--span-2r{grid-column:span 1;grid-row:span 1}.community-card--text{min-height:0;padding:16px}.community-card--photo,.community-card--hero{aspect-ratio:4 / 3;min-height:0}}.community-card[data-review-id]{cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.community-card[data-review-id]:hover{transform:translateY(-2px)}.community-reviews--full .community-card[data-review-id]:hover{box-shadow:0 6px 18px #0006}.community-reviews--lite .community-card[data-review-id]:hover{box-shadow:0 4px 14px #00000014}.community-card[data-review-id]:focus-visible{outline:2px solid currentColor;outline-offset:2px}.community-card[hidden]{display:none}.community-reviews__actions{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:28px;flex-wrap:wrap}.community-reviews__loadmore{-webkit-appearance:none;appearance:none;font:inherit;font-size:14px;font-weight:600;padding:12px 24px;border-radius:999px;border:1px solid currentColor;background:transparent;cursor:pointer;letter-spacing:.02em;transition:background .12s ease,color .12s ease}.community-reviews--full .community-reviews__loadmore{color:#2693cf;border-color:#2693cf}.community-reviews--full .community-reviews__loadmore:hover{background:#2693cf;color:#fff}.community-reviews--lite .community-reviews__loadmore{color:#ef4136;border-color:#ef4136}.community-reviews--lite .community-reviews__loadmore:hover{background:#ef4136;color:#fff}.community-reviews__see-all{font-size:14px;font-weight:600;text-decoration:underline;text-underline-offset:4px}.community-reviews--full .community-reviews__see-all{color:#2693cf}.community-reviews--lite .community-reviews__see-all{color:#ef4136}[hidden]{display:none!important}.community-reviews__dialog{border:none;padding:0;border-radius:12px;max-width:640px;width:calc(100vw - 32px);max-height:calc(100vh - 64px);background:#fff;color:#222;box-shadow:0 24px 60px #0006;overflow:visible}.community-reviews__dialog::backdrop{background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.community-reviews__dialog-close,.community-reviews__dialog-prev,.community-reviews__dialog-next{position:absolute;-webkit-appearance:none;appearance:none;border:none;background:#fffffff2;width:40px;height:40px;border-radius:50%;font-size:24px;line-height:1;cursor:pointer;color:#222;z-index:2;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;transition:background .12s ease,transform .12s ease}.community-reviews__dialog-close{top:12px;right:12px;font-size:22px}.community-reviews__dialog-prev{top:50%;left:-56px;transform:translateY(-50%)}.community-reviews__dialog-next{top:50%;right:-56px;transform:translateY(-50%)}.community-reviews__dialog-close:hover,.community-reviews__dialog-prev:hover:not(:disabled),.community-reviews__dialog-next:hover:not(:disabled){background:#fff}.community-reviews__dialog-prev:disabled,.community-reviews__dialog-next:disabled{opacity:.35;cursor:not-allowed}.community-dialog__counter{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#888;margin-bottom:8px;font-weight:600}@media(max-width:760px){.community-reviews__dialog-prev{left:8px}.community-reviews__dialog-next{right:8px}}.community-reviews__dialog-body{padding:32px;max-height:calc(100vh - 64px);overflow-y:auto}.community-dialog__stars{color:#ef4136;font-size:18px;letter-spacing:2px;margin-bottom:12px}.community-dialog__title{font-size:22px;font-weight:600;margin:0 0 12px;color:#111;line-height:1.3}.community-dialog__body{font-size:15px;line-height:1.6;color:#333;margin:0 0 20px;white-space:pre-wrap}.community-dialog__photo{display:block;width:100%;max-height:480px;object-fit:contain;border-radius:8px;background:#000;margin:0 0 20px}.community-dialog__attr{display:flex;flex-wrap:wrap;gap:12px;align-items:center;font-size:13px;color:#666;padding-top:16px;border-top:1px solid #ececec}.community-dialog__name{font-weight:600;color:#111}.community-dialog__date{color:#888}.community-dialog__verified{background:#e8f4ec;color:#1a7a3a;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}@media(max-width:480px){.community-reviews__dialog-body{padding:24px 20px}.community-dialog__title{font-size:19px}}.community-reviews__empty-state{padding:32px 24px;text-align:center;background:#fff;border:1px dashed #d8d8d8;border-radius:8px}.community-reviews__empty-message{font-size:14px;color:#666;margin:0;line-height:1.6}.community-reviews__empty-message a{color:#ef4136;text-decoration:underline;text-underline-offset:3px}.community-reviews--empty .community-reviews__heading{font-size:22px}.community-reviews-trust{background:#0e0e10;color:#aaa;padding:32px 0 56px;font-family:Inter,system-ui,sans-serif;font-size:13px;border-top:1px solid #1f1f22}.community-reviews-trust__inner{max-width:1252px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.community-reviews-trust__badge{font-weight:600;color:#fff;display:flex;align-items:center}.community-reviews-trust__stats{color:#ddd;font-size:14px}.community-reviews-trust__stats strong{color:#2693cf;font-weight:600;margin-right:4px}.community-reviews-trust__link{color:#2693cf;text-decoration:underline;text-underline-offset:4px;font-weight:500}.community-reviews-trust__link:hover{color:#4ab2e0}@media(max-width:639px){.community-reviews-trust__inner{flex-direction:column;align-items:flex-start}.community-reviews-trust{padding:24px 0 40px}}body#customer-reviews,body.template-page-reviews,body[class*=page-reviews],body#customer-reviews .main-content,body.template-page-reviews .main-content,body[class*=page-reviews] .main-content{background:#0e0e10}body#customer-reviews .community-reviews,body.template-page-reviews .community-reviews{padding-top:32px}.community-reviews__link:focus-visible,.community-card a:focus-visible{outline:2px solid currentColor;outline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/78/assets/community-reviews.css.map */
