.customer-gallery{background:var(--cg-bg, #f7f6f2);padding:48px 0}.customer-gallery__inner{max-width:var(--cg-maxwidth, 1400px);margin:0 auto;padding:0 20px}.customer-gallery__header{margin-bottom:28px}.customer-gallery--align-left .customer-gallery__header{text-align:left}.customer-gallery--align-center .customer-gallery__header{text-align:center}.customer-gallery__heading{margin:0;font-size:var(--cg-heading-size, 32px);line-height:1.2}.customer-gallery__subheading{margin:8px 0 0;font-size:1rem;opacity:.8}.customer-gallery__rating{margin:6px 0 0;font-size:.875rem;font-weight:600}.customer-gallery__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(var(--cg-cols, 5),minmax(0,1fr));gap:14px}.customer-gallery__link{display:block;border-radius:10px}.customer-gallery__link:focus-visible{outline:2px solid currentColor;outline-offset:2px}.customer-gallery__img{display:block;width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:10px}.customer-gallery__img--placeholder{background:#0000000a}.customer-gallery__link--btn{border:0;padding:0;margin:0;background:transparent;width:100%;cursor:pointer;font:inherit;color:inherit}.customer-gallery--lightbox .customer-gallery__tile{cursor:pointer}.customer-gallery__tile{position:relative;overflow:hidden;border-radius:10px}.customer-gallery__review-badge{position:absolute;right:8px;bottom:8px;z-index:2;display:flex;align-items:center;justify-content:center;width:27px;height:27px;border-radius:50%;background:#00000073;color:#fff;pointer-events:none;box-shadow:0 1px 3px #00000040}.customer-gallery__tile:hover .customer-gallery__review-badge{background:#000000a6}@media(prefers-reduced-motion:no-preference){.customer-gallery__img{transition:transform .3s ease}.customer-gallery__tile:hover .customer-gallery__img{transform:scale(1.04)}}.customer-gallery__track{display:flex;width:max-content;margin:0;padding:0;list-style:none}@keyframes cg-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.customer-gallery__carousel{position:relative}.customer-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:50%;background:#00000073;color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:opacity .2s ease}.customer-gallery__arrow--prev{left:6px}.customer-gallery__arrow--next{right:6px}.customer-gallery__arrow:disabled{opacity:0;pointer-events:none}@media(min-width:750px){.customer-gallery__marquee{overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 8%,#000 92%,transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 8%,#000 92%,transparent 100%)}.customer-gallery__track{will-change:transform}.customer-gallery--mode-autoscroll .customer-gallery__tile{flex:0 0 200px;margin-right:14px}.customer-gallery__marquee:hover .customer-gallery__track{animation-play-state:paused}.customer-gallery__arrow{display:none}}@media(min-width:750px)and (prefers-reduced-motion:no-preference){.customer-gallery--mode-autoscroll .customer-gallery__track{animation:cg-marquee var(--cg-scroll-speed, 50s) linear infinite}}@media(max-width:749px){.customer-gallery--mode-autoscroll .customer-gallery__marquee{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior:contain;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding:0}.customer-gallery--mode-autoscroll .customer-gallery__marquee::-webkit-scrollbar{display:none}.customer-gallery--mode-autoscroll .customer-gallery__track{gap:12px}.customer-gallery--mode-autoscroll .customer-gallery__tile{flex:0 0 160px;margin-right:0;scroll-snap-align:start;scroll-snap-stop:normal}.customer-gallery--mode-autoscroll .customer-gallery__tile--dup{display:none!important}.customer-gallery--mode-autoscroll .customer-gallery__tile--last{scroll-snap-align:end}}.customer-gallery__lightbox{border:0;padding:0;background:transparent;color:#fff;max-width:92vw;max-height:92vh}.customer-gallery__lightbox::backdrop{background:#000000d9}.customer-gallery__lightbox-inner{position:relative;display:flex;flex-direction:column;align-items:center;gap:12px}.customer-gallery__lightbox-img{display:block;width:auto;height:auto;max-width:92vw;max-height:82vh;object-fit:contain;border-radius:8px}.customer-gallery__lightbox-close{position:absolute;top:8px;right:8px;z-index:10;display:flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:0;border-radius:50%;background:#00000080;color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent}.customer-gallery__lightbox-close:hover{background:#000000b3}.customer-gallery__lightbox-link{display:inline-block;padding:10px 18px;background:#fff;color:#000;border-radius:8px;font-weight:600;text-decoration:none}.customer-gallery__lightbox-link[hidden]{display:none}.customer-gallery__lightbox-scroll{display:flex;flex-direction:column;align-items:center;gap:12px}.customer-gallery__lightbox-aside{display:contents}.customer-gallery__lightbox--has-review .customer-gallery__lightbox-scroll{max-height:80vh;overflow-y:auto;overflow-x:hidden}.customer-gallery__lightbox--has-review .customer-gallery__lightbox-img{max-height:48vh}.customer-gallery__review{width:min(86vw,480px);background:#fff;color:#1c1f1b;border-radius:12px;padding:16px 18px;text-align:left}.customer-gallery__review[hidden]{display:none}.customer-gallery__review-top{display:flex;align-items:center;gap:10px;margin-bottom:8px}.customer-gallery__review-stars{color:#e0a52b;font-size:16px;letter-spacing:1px;line-height:1}.customer-gallery__review-verified{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:999px;background:#eaf4ea;color:#3c6f3b;font-size:12px;font-weight:600;line-height:1}.customer-gallery__review-headline{margin:0 0 6px;font-size:15px;font-weight:700;line-height:1.3}.customer-gallery__review-text{margin:0;font-size:14px;line-height:1.5;color:#44483f}.customer-gallery__review-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:12px}.customer-gallery__review-by{display:flex;flex-direction:column;gap:1px}.customer-gallery__review-author{font-size:13.5px;font-weight:700}.customer-gallery__review-product{font-size:12.5px;color:#7a7f76}.customer-gallery__review-shop{flex:0 0 auto;color:#4f934e;font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap}.customer-gallery__review-shop:hover{text-decoration:underline}@media(min-width:750px){.customer-gallery__lightbox--has-review .customer-gallery__lightbox-scroll{display:grid;grid-template-columns:40% 60%;align-items:stretch;gap:0;width:min(960px,92vw);min-height:300px;max-height:460px;overflow:hidden;border-radius:12px;background:#fff}.customer-gallery__lightbox--has-review .customer-gallery__lightbox-img{width:100%;height:auto;max-width:none;max-height:420px;object-fit:contain;border-radius:0}.customer-gallery__lightbox--has-review .customer-gallery__lightbox-aside{display:flex;flex-direction:column;justify-content:safe center;gap:12px;min-height:0;overflow-y:auto;padding:26px 28px;color:#1c1f1b;text-align:left}.customer-gallery__lightbox--has-review .customer-gallery__review{width:auto;background:transparent;border-radius:0;padding:0}.customer-gallery__lightbox--has-review .customer-gallery__lightbox-link{align-self:flex-start;background:#4f934e;color:#fff}}@media(max-width:749px){.customer-gallery__grid{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.customer-gallery__grid::-webkit-scrollbar{display:none}.customer-gallery__tile{flex:0 0 45vw;scroll-snap-align:start}.customer-gallery__heading{font-size:22px}}@media(prefers-reduced-motion:no-preference){.customer-gallery__grid{scroll-behavior:smooth}}
/*# sourceMappingURL=/cdn/shop/t/228/assets/customer-gallery.css.map */
