.photo-gallery{padding-top:2rem;padding-bottom:2rem;overflow:hidden}.photo-gallery__container{display:flex;gap:1.5rem;overflow-x:auto;padding:1rem 0;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.photo-gallery__container::-webkit-scrollbar{display:none}.photo-gallery__item{flex:0 0 auto;width:calc((100% - (1.5rem * (var(--columns-desktop) - 1))) / var(--columns-desktop));scroll-snap-align:center}@media screen and (max-width:749px){.photo-gallery__item{width:60vw;scroll-snap-align:center}}.photo-gallery__button{display:flex;flex-direction:column;align-items:center;gap:.8rem;background:none;border:none;padding:0;cursor:pointer;width:100%}.photo-gallery__thumbnail{position:relative;width:100%;height:auto;aspect-ratio:var(--photo-aspect-ratio, 4 / 5);border-radius:12px;overflow:hidden;box-shadow:0 4px 10px #0000001a;background:#f0f0f0}.photo-gallery__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;display:block}.photo-gallery__button:hover .photo-gallery__image{transform:scale(1.05)}.photo-gallery__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease,background .3s ease}.photo-gallery__button:hover .photo-gallery__overlay{opacity:1;background:#0003}.photo-gallery__icon{color:#fff;background:#ffffff40;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:1.5px solid rgba(255,255,255,.45);box-shadow:0 4px 15px #0003;transition:all .3s cubic-bezier(.19,1,.22,1)}.photo-gallery__icon svg{width:20px;height:20px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.photo-gallery__button:hover .photo-gallery__icon{background:#fff6;transform:scale(1.1)}.photo-gallery__info{display:flex;flex-direction:column;align-items:center;gap:.2rem;width:100%;padding:0 .4rem}.photo-gallery__customer-name{font-size:1rem;font-weight:600;text-align:center;color:rgb(var(--color-foreground));display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.photo-gallery__caption{font-size:.85rem;font-weight:400;text-align:center;color:rgba(var(--color-foreground),.7);display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.photo-gallery-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:200000;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease;background-color:#000000d9}.photo-gallery-modal[aria-hidden=false]{opacity:1;pointer-events:auto}.photo-gallery-modal__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1}.photo-gallery-modal__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:90vw;max-height:90vh}.photo-gallery-modal__image-container{max-width:90vw;max-height:80vh;display:flex;align-items:center;justify-content:center;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #00000080}.photo-gallery-modal__image-container img{max-width:100%;max-height:80vh;object-fit:contain;display:block;border-radius:12px}.photo-gallery-modal__info{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:0 1rem;text-align:center}.photo-gallery-modal__customer-name{font-size:1.1rem;font-weight:700;color:#fff;display:block}.photo-gallery-modal__caption{font-size:.95rem;color:#fffc;display:block}.photo-gallery-modal__close{position:fixed;top:2rem;right:2rem;z-index:200001;background:#00000080;color:#fff;border:none;border-radius:50%;width:4.4rem;height:4.4rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.photo-gallery-modal__close:hover{background:#000c;transform:scale(1.05)}@media screen and (max-width:749px){.photo-gallery-modal__close{top:1rem;right:1rem;width:3.6rem;height:3.6rem}.photo-gallery-modal__image-container img{max-height:70vh}}
/*# sourceMappingURL=/cdn/shop/t/35/assets/section-photo-gallery.css.map */
