.customer-gallery{box-sizing:border-box}.customer-gallery__header{text-align:center;margin-bottom:2rem}.customer-gallery__subtitle{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#888;margin:0 0 8px}.customer-gallery__title{font-size:clamp(22px,3vw,36px);font-weight:500;margin:0 0 12px;color:#1a1a1a;line-height:1.2}.customer-gallery__desc{font-size:15px;color:#666;max-width:520px;margin:0 auto;line-height:1.6}.customer-gallery__grid{display:grid;grid-template-columns:repeat(var(--gallery-columns, 3),1fr);gap:var(--gallery-gap, 8px)}.customer-gallery--layout-masonry .customer-gallery__grid{display:grid;grid-template-columns:repeat(var(--gallery-columns, 3),1fr);grid-auto-rows:220px;gap:var(--gallery-gap, 8px)}.customer-gallery--layout-masonry .customer-gallery__item:nth-child(3n+2){grid-row:span 2}.customer-gallery--layout-featured .customer-gallery__grid{grid-template-columns:repeat(var(--gallery-columns, 3),1fr);grid-auto-rows:220px}.customer-gallery--layout-featured .customer-gallery__item--featured{grid-column:span 2}.customer-gallery__item{position:relative;overflow:hidden;border-radius:var(--gallery-radius, 8px);background:#f4f4f4}.customer-gallery--layout-grid .customer-gallery__item{aspect-ratio:1 / 1}.customer-gallery__img-wrap{width:100%;height:100%;position:relative;display:block}.customer-gallery__img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.customer-gallery__item:hover .customer-gallery__img-wrap img{transform:scale(1.04)}.customer-gallery__caption{position:absolute;bottom:0;left:0;right:0;padding:10px 14px;background:var(--gallery-caption-bg, rgba(0, 0, 0, .55));color:var(--gallery-caption-color, #fff);font-size:13px;line-height:1.4;transition:opacity .25s ease,transform .25s ease}.customer-gallery__caption{opacity:0;transform:translateY(4px)}.customer-gallery__item:hover .customer-gallery__caption{opacity:1;transform:translateY(0)}.customer-gallery__placeholder{width:100%;height:100%;min-height:200px;background:#f0f0f0;display:flex;align-items:center;justify-content:center}.customer-gallery__placeholder-svg{width:60px;height:60px;fill:#ccc}.customer-gallery__cta-wrap{text-align:center;margin-top:2rem}.customer-gallery__cta{display:inline-block;padding:12px 32px;border:1px solid #1a1a1a;color:#1a1a1a;font-size:14px;letter-spacing:.05em;text-decoration:none;border-radius:4px;transition:background .2s,color .2s}.customer-gallery__cta:hover{background:#1a1a1a;color:#fff}@media screen and (max-width:749px){.customer-gallery__grid{grid-template-columns:repeat(2,1fr)!important}.customer-gallery--layout-featured .customer-gallery__item--featured{grid-column:span 2}.customer-gallery--layout-masonry .customer-gallery__item:nth-child(3n+2){grid-row:span 1}.customer-gallery__caption{opacity:1;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/customer-gallery.css.map */
