.ugc-gallery{position:relative;left:0;width:100%;margin-left:0;padding-top:var(--ugc-padding-top-desktop, 64px);padding-bottom:var(--ugc-padding-bottom-desktop, 64px);background:var(--ugc-bg-color, #fff);box-sizing:border-box}.ugc-gallery__inner{text-align:center}.ugc-gallery__badge{font-size:var(--ugc-badge-size-desktop, 12px);display:block;background:var(--ugc-badge-bg-color);font-weight:600;width:fit-content;margin:0 auto 12px;letter-spacing:.06em;text-transform:uppercase;padding:6px 25px;border-radius:999px;color:var(--ugc-badge-color, #1a1a1a)}.ugc-gallery__heading{font-size:var(--ugc-heading-size-desktop, 40px);line-height:1.15;margin:0 0 1.2rem;color:var(--ugc-heading-color, #1a1a1a)}.ugc-gallery__subheading{margin:0 auto 3.2rem;font-size:var(--ugc-subheading-size-desktop, 16px);line-height:1.5;color:var(--ugc-subheading-color, #5c5c5c)}.ugc-gallery__slider{position:relative}.ugc-gallery__track{display:flex;gap:var(--ugc-gap-desktop, 16px);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-behavior:smooth;padding-bottom:4px}.ugc-gallery__track::-webkit-scrollbar{display:none}.ugc-gallery__item{position:relative;flex:0 0 calc((100% - (var(--ugc-cols-desktop, 4) - 1) * var(--ugc-gap-desktop, 16px)) / var(--ugc-cols-desktop, 4));scroll-snap-align:start;border-radius:var(--ugc-radius, 12px);overflow:hidden;background:var(--ugc-card-bg-color, #fff);border:var(--ugc-card-border-width, 1px) solid var(--ugc-card-border-color, #ece4d8);display:flex;flex-direction:column;text-align:left}.ugc-gallery__image-wrap{width:100%;aspect-ratio:var(--ugc-ratio, .8) / 1;background:#0000000f;overflow:hidden}.ugc-gallery__image,.ugc-gallery__placeholder{width:100%;height:100%;object-fit:cover;display:block}.ugc-gallery__placeholder svg{width:100%;height:100%}.ugc-gallery__content{padding:var(--ugc-card-padding, 14px);display:flex;flex-direction:column;gap:8px}.ugc-gallery__stars{display:flex}.ugc-gallery__star{width:var(--ugc-star-size-desktop, 14px);height:var(--ugc-star-size-desktop, 14px);color:var(--ugc-star-color, #3f8f6b)}.ugc-gallery__star svg{width:100%;height:100%}.ugc-gallery__star.is-empty{opacity:.25}.ugc-gallery__quote{margin:0;font-size:var(--ugc-quote-size-desktop, 14px);line-height:1.5;color:var(--ugc-quote-color, #332c24)}.ugc-gallery__meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:2px}.ugc-gallery__name{font-size:var(--ugc-name-size-desktop, 13px);color:var(--ugc-name-color, #1a1a1a)}.ugc-gallery__verified{display:inline-flex;align-items:center;gap:4px;font-size:var(--ugc-verified-size-desktop, 11px);color:var(--ugc-verified-text-color, #fff);background:var(--ugc-verified-bg-color, #3f8f6b);padding:3px 8px;border-radius:999px}.ugc-gallery__verified svg{width:12px;height:12px;color:var(--ugc-verified-bg-color, #3f8f6b);flex:none}.ugc-gallery__arrow{position:absolute;top:40%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;background:var(--ugc-arrow-bg-color, #fff);color:var(--ugc-arrow-icon-color, #111);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;box-shadow:0 2px 10px #00000026;transition:transform .15s ease,opacity .15s ease}.ugc-gallery__arrow svg{width:20px;height:20px}.ugc-gallery__arrow:hover{transform:translateY(-50%) scale(1.06)}.ugc-gallery__arrow--prev{left:-22px}.ugc-gallery__arrow--next{right:-22px}.ugc-gallery__arrow[disabled]{opacity:.35;cursor:default}.ugc-gallery__arrow[disabled]:hover{transform:translateY(-50%)}.ugc-gallery__slider--no-arrows-desktop .ugc-gallery__arrow{display:none}.ugc-gallery__dots{display:flex;justify-content:center;gap:6px;margin-top:1.6rem}.ugc-gallery__dots--no-desktop{display:none}.ugc-gallery__dot{width:8px;height:8px;border-radius:50%;background:var(--ugc-dot-color, rgba(0, 0, 0, .18));transition:background .15s ease,transform .15s ease}.ugc-gallery__dot.is-active{background:var(--ugc-dot-active-color, #1a1a1a)}@media screen and (max-width:1000px){.ugc-gallery__item{flex:0 0 calc((100% - (3 - 1) * var(--ugc-gap-mobile, 10px)) / 3)}}@media screen and (max-width:749px){.ugc-gallery{padding-top:var(--ugc-padding-top-mobile, 32px);padding-bottom:var(--ugc-padding-bottom-mobile, 32px)}.ugc-gallery__content{padding:9px}.ugc-gallery__badge{font-size:var(--ugc-badge-size-mobile, 11px);margin-bottom:12px;padding:6px 14px}.ugc-gallery__verified svg{width:9px;height:9px}.ugc-gallery__heading{font-size:var(--ugc-heading-size-mobile, 22px);margin-bottom:12px}.ugc-gallery__subheading{font-size:var(--ugc-subheading-size-mobile, 13px);margin-bottom:20px}.ugc-gallery__quote{font-size:var(--ugc-quote-size-mobile, 13px)}.ugc-gallery__name{font-size:var(--ugc-name-size-mobile, 12px)}.ugc-gallery__verified{font-size:var(--ugc-verified-size-mobile, 10px)}.ugc-gallery__star{width:var(--ugc-star-size-mobile, 12px);height:var(--ugc-star-size-mobile, 12px)}.ugc-gallery__track{gap:var(--ugc-gap-mobile, 10px);text-align:left;margin:0;padding-left:var(--page-margin, 16px);padding-right:var(--page-margin, 16px)}.ugc-gallery__item{flex:0 0 calc((100% - (var(--ugc-cols-mobile, 2) - 1) * var(--ugc-gap-mobile, 10px)) / var(--ugc-cols-mobile, 2))}.ugc-gallery__arrow{width:36px;height:36px}.ugc-gallery__arrow svg{width:16px;height:16px}.ugc-gallery__arrow--prev{left:4px}.ugc-gallery__arrow--next{right:4px}.ugc-gallery__slider--no-arrows-mobile .ugc-gallery__arrow{display:none}.ugc-gallery__dots--no-desktop{display:flex}.ugc-gallery__dots--no-mobile{display:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-review-gallery.css.map */
