.sp-gallery-grid{display:grid;gap:15px;margin:20px auto;width:var(--desktop-width, 90vw);grid-template-columns:repeat(var(--desktop-cols, 4),1fr)}@media (max-width: 1023px){.sp-gallery-grid{width:var(--tablet-width, 95%);grid-template-columns:repeat(var(--tablet-cols, 3),1fr)}}@media (max-width: 767px){.sp-gallery-grid{width:var(--mobile-width, 100%);grid-template-columns:repeat(var(--mobile-cols, 1),1fr);gap:10px}}.sp-gallery-item{overflow:hidden;cursor:pointer;border-radius:8px;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;justify-content:center;align-items:center;background-color:#fff}.sp-gallery-item:hover{transform:scale(1.03);box-shadow:0 6px 12px #0003}.sp-gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.sp-gallery-grid.sp-img-square-cover .sp-gallery-item,.sp-gallery-grid.sp-img-square-contain .sp-gallery-item{aspect-ratio:1 / 1}.sp-gallery-grid.sp-img-square-contain .sp-gallery-item img{object-fit:contain}.sp-gallery-grid.sp-img-fixed-width{justify-content:center;grid-template-columns:repeat(auto-fit,var(--sp-img-width))}.sp-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000d9;display:none;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease}.sp-modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;justify-content:center;align-items:center}.sp-modal-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:5px;-webkit-user-select:none;user-select:none}.sp-modal-close,.sp-modal-nav{position:absolute;background-color:#1e1e1eb3;color:#fff;border:none;cursor:pointer;font-size:24px;padding:10px 15px;border-radius:50%;transition:background-color .2s ease;z-index:1001;display:flex;justify-content:center;align-items:center}.sp-modal-close:hover,.sp-modal-nav:hover{background-color:#000000e6}.sp-modal-close{top:15px;right:15px}.sp-modal-nav.prev{left:15px}.sp-modal-nav.next{right:15px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/sp_gallery.css.map */
