.review-gallery{padding-top:var(--review-gallery-padding-top);padding-bottom:var(--review-gallery-padding-bottom);overflow:hidden;color:var(--review-gallery-text);background:var(--review-gallery-background)}.review-gallery .page-width{width:100%;max-width:1480px;margin:0 auto;padding:0 24px}.review-gallery__box{width:100%}.review-gallery__header{display:flex;flex-direction:column;align-items:center;margin-bottom:38px;text-align:center}.review-gallery__eyebrow{display:inline-flex;align-items:center;justify-content:center;gap:9px;margin-bottom:22px;padding:8px 16px;border-radius:999px;color:var(--review-gallery-accent);background:var(--review-gallery-pill-background);font-size:12px;font-weight:700;line-height:1.2;letter-spacing:.035em;text-transform:uppercase}.review-gallery__eyebrow-icon{display:inline-flex;width:20px;height:20px;flex:0 0 20px}.review-gallery__eyebrow-icon svg{display:block;width:100%;height:100%}.review-gallery__eyebrow-icon path{fill:currentColor}.review-gallery__title{max-width:1050px;margin:0;color:var(--review-gallery-text);font-size:48px;font-weight:800;line-height:1.02;letter-spacing:-.045em}.review-gallery__title span{display:inline}.review-gallery__title-highlight{color:var(--review-gallery-accent)}.review-gallery__rating-card{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:62px;margin-top:26px;padding:12px 28px;border:1px solid var(--review-gallery-border);border-radius:var(--review-gallery-radius);background:var(--review-gallery-card-background);box-shadow:0 10px 35px #14253f0f}.review-gallery__rating-row{display:flex;align-items:center;justify-content:center;gap:15px}.review-gallery__rating-number{color:var(--review-gallery-text);font-size:31px;font-weight:800;line-height:1;letter-spacing:-.03em}.review-gallery__stars{display:flex;align-items:center;gap:1px}.review-gallery__star{color:#d9dce2;font-size:24px;line-height:1}.review-gallery__star.is-filled{color:var(--review-gallery-star)}.review-gallery__verified{position:relative;display:flex;align-items:center;justify-content:center;gap:5px;color:var(--review-gallery-text);font-size:15px;font-weight:700;line-height:1.2}.review-gallery__verified:before{content:"";display:block;width:1px;height:28px;margin-right:18px;background:var(--review-gallery-border)}.review-gallery__verified-icon{display:flex;width:21px;height:21px;flex:0 0 21px;color:var(--review-gallery-badge)}.review-gallery__verified-icon svg{display:block;width:100%;height:100%;overflow:visible}.review-gallery__verified-icon path:first-child{fill:currentColor;stroke:currentColor;stroke-width:1}.review-gallery__verified-icon path:last-child{fill:none;stroke:#fff;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.review-gallery__plus{margin-left:-3px}.review-gallery__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.review-gallery__item{position:relative;overflow:hidden;aspect-ratio:.72;border-radius:var(--review-gallery-image-radius);background:#eee;transform:translateZ(0)}.review-gallery__item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border:1px solid rgba(17,24,39,.06);border-radius:inherit}.review-gallery__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .45s ease}.review-gallery__item:hover .review-gallery__image{transform:scale(1.045);filter:brightness(.96)}.review-gallery__button-wrapper{display:flex;justify-content:center;margin-top:30px}.review-gallery__button{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-width:285px;min-height:58px;padding:14px 26px;border:1.5px solid var(--review-gallery-accent);border-radius:999px;color:var(--review-gallery-button-text);background:var(--review-gallery-button-background);font-size:16px;font-weight:700;line-height:1.2;text-decoration:none;transition:color .25s ease,background-color .25s ease,transform .25s ease,box-shadow .25s ease}.review-gallery__button:hover{color:#fff;background:var(--review-gallery-accent);transform:translateY(-2px);box-shadow:0 12px 30px #1764f233}.review-gallery__button-icon{display:inline-flex;width:21px;height:21px;transition:transform .25s ease}.review-gallery__button:hover .review-gallery__button-icon{transform:translate(4px)}.review-gallery__button-icon svg{display:block;width:100%;height:100%}.review-gallery__button-icon path{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.review-gallery__button[aria-disabled=true]{cursor:default}.review-gallery__empty{margin:0;padding:30px;text-align:center}@media screen and (max-width:1100px){.review-gallery__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.review-gallery__title{font-size:clamp(38px,6vw,64px)}}@media screen and (max-width:820px){.review-gallery .page-width{padding:0 18px}.review-gallery__header{margin-bottom:30px}.review-gallery__rating-card{gap:16px;padding:12px 20px}.review-gallery__verified:before{margin-right:12px}.review-gallery__grid{gap:12px}}@media screen and (max-width:749px){.review-gallery .page-width{padding:0 14px}.review-gallery__header{margin-bottom:24px}.review-gallery__eyebrow{min-height:38px;margin-bottom:16px;padding:9px 16px;font-size:12px}.review-gallery__eyebrow-icon{width:17px;height:17px;flex-basis:17px}.review-gallery__title{max-width:520px;font-size:clamp(34px,11vw,48px);line-height:1.04}.review-gallery__rating-card{flex-direction:column;gap:10px;width:auto;min-height:0;margin-top:20px;padding:14px 22px}.review-gallery__rating-number{font-size:27px}.review-gallery__star{font-size:21px}.review-gallery__verified{font-size:13px}.review-gallery__verified:before{display:none}.review-gallery__verified-icon{width:19px;height:19px;flex-basis:19px}.review-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.review-gallery__item{aspect-ratio:.75}.review-gallery__button-wrapper{margin-top:24px}.review-gallery__button{gap:20px;min-width:240px;min-height:52px;padding:12px 22px;font-size:14px}}@media screen and (max-width:390px){.review-gallery__title{font-size:34px}.review-gallery__rating-card{width:100%}.review-gallery__verified-label{white-space:nowrap}}@media(prefers-reduced-motion:reduce){.review-gallery__image,.review-gallery__button,.review-gallery__button-icon{transition:none}.review-gallery__item:hover .review-gallery__image,.review-gallery__button:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/review-gallery.css.map */
