.gallery{width:100%}.shopify-section--gallery,.shopify-section--gallery.bordered-section{border:none!important;border-top:none!important;border-bottom:none!important}.shopify-section--gallery:before,.shopify-section--gallery:after,.shopify-section--gallery.bordered-section:before,.shopify-section--gallery.bordered-section:after{display:none!important}.shopify-section--gallery .section-spacing{border:none!important;border-top:none!important;border-bottom:none!important}.shopify-section--gallery .section-spacing:before,.shopify-section--gallery .section-spacing:after{display:none!important}.gallery__grid{display:grid;grid-template-columns:repeat(var(--gallery-columns-mobile),1fr);gap:var(--gallery-gap);width:100%}@media screen and (min-width:700px){.gallery__grid{grid-template-columns:repeat(var(--gallery-columns-tablet),1fr)}}@media screen and (min-width:1150px){.gallery__grid{grid-template-columns:repeat(var(--gallery-columns-desktop),1fr)}}.gallery__item{position:relative;width:100%;aspect-ratio:1;overflow:hidden;border-radius:0}.gallery__link{display:block;width:100%;height:100%;text-decoration:none;color:inherit;position:relative;overflow:hidden;border-radius:0}.gallery__image-wrapper{position:relative;width:100%;height:100%;overflow:hidden;border-radius:0}.gallery__image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s ease;display:block}.gallery__link:hover .gallery__image{transform:scale(1.05)!important}.gallery__caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);color:#fff;padding:1rem;font-size:.875rem;line-height:1.4;opacity:0;transform:translateY(10px);transition:opacity .4s ease,transform .4s ease;border-radius:0}.gallery__link:hover .gallery__caption{opacity:1;transform:translateY(0)}.gallery--caption-below .gallery__item{aspect-ratio:auto;overflow:visible;height:auto}.gallery--caption-below .gallery__link{height:auto;overflow:visible;display:flex;flex-direction:column}.gallery--caption-below .gallery__image-wrapper{aspect-ratio:1;height:auto;flex-shrink:0}.gallery--caption-below .gallery__caption{position:static;background:none;color:var(--gallery-caption-color, #262e61);opacity:1;transform:none;transition:none;padding:.75rem 0 0;text-align:center;font-size:.9375rem;line-height:1.5}.gallery--caption-below .gallery__link:hover .gallery__caption{transform:none}.pswp__caption{background:#000c!important;color:#fff!important;padding:1rem 1.5rem!important;border-radius:.5rem!important;margin:0 1rem 1rem!important;font-size:.875rem!important;line-height:1.5!important;text-align:center!important}.pswp__button--close{background:#000000b3!important;border-radius:50%!important;width:44px!important;height:44px!important;margin:1rem!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:background .3s ease!important}.pswp__button--close:hover{background:#000000e6!important}.pswp__button--arrow{background:#000000b3!important;border-radius:50%!important;width:44px!important;height:44px!important;margin:1rem!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:background .3s ease!important;position:fixed!important;top:50%!important;transform:translateY(-50%)!important}.pswp__button--arrow:hover{background:#000000e6!important}.pswp__button--arrow--prev{left:1rem!important}.pswp__button--arrow--next{right:1rem!important}.pswp__top-bar{background:#00000080!important;border-radius:.5rem!important;margin:1rem!important;padding:.5rem 1rem!important}.pswp__counter{color:#fff!important;font-size:.875rem!important;font-weight:500!important}.pswp--ui-visible .pswp__button{opacity:1!important;visibility:visible!important}.pswp__button{opacity:1!important;visibility:visible!important;z-index:1000!important}@media screen and (max-width:699px){.gallery__caption{font-size:.75rem;padding:.75rem}.pswp__caption{font-size:.75rem!important;padding:.75rem 1rem!important;margin:0 .5rem .5rem!important}.pswp__button--close,.pswp__button--arrow{width:36px!important;height:36px!important;margin:.5rem!important}.pswp__button--arrow--prev{left:.5rem!important}.pswp__button--arrow--next{right:.5rem!important}.pswp__top-bar{margin:.5rem!important;padding:.25rem .75rem!important}}.gallery__link:focus{outline:2px solid rgb(var(--accent-color, 0, 123, 255));outline-offset:2px}.gallery__link:focus:not(:focus-visible){outline:none}.gallery__link:focus-visible{outline:2px solid rgb(var(--accent-color, 0, 123, 255));outline-offset:2px}.gallery__image[loading=lazy]{background:#f5f5f5;background-image:linear-gradient(90deg,#f5f5f5 25%,#e5e5e5,#f5f5f5 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.gallery:empty:before{content:"No images added yet. Add images in the section settings.";display:block;text-align:center;color:#666;font-style:italic;padding:2rem;background:#f9f9f9;border-radius:.5rem;border:2px dashed #ddd}.simple-lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:flex;align-items:center;justify-content:center;overflow:hidden}.simple-lightbox__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000e6;cursor:pointer;z-index:1;pointer-events:auto}.simple-lightbox__container{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center;z-index:2;pointer-events:none}.simple-lightbox__content{position:relative;max-width:100%;max-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0;padding:0}.simple-lightbox__image{max-width:90vw;max-height:80vh;object-fit:contain;border-radius:0;box-shadow:0 10px 30px #00000080;display:block;margin:0;padding:0;vertical-align:top}.simple-lightbox__close{position:absolute;top:20px;right:20px;background:#000000b3;color:#fff;border:none;width:44px;height:44px;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease;z-index:10001;pointer-events:auto}.simple-lightbox__close:hover{background:#000000e6}.simple-lightbox__prev,.simple-lightbox__next{position:absolute;top:50%;transform:translateY(-50%);background:#000000b3;color:#fff;border:none;width:44px;height:44px;border-radius:50%;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease;z-index:10001;pointer-events:auto}.simple-lightbox__prev:after,.simple-lightbox__next:after{font-family:swiper-icons;font-size:16px;color:#fff;font-weight:900;display:flex;align-items:center;justify-content:center;width:100%;height:100%;line-height:1}.simple-lightbox__prev:after{content:"prev"}.simple-lightbox__next:after{content:"next"}.simple-lightbox__prev:hover,.simple-lightbox__next:hover{background:#000000e6}.simple-lightbox__prev{left:20px}.simple-lightbox__next{right:20px}.simple-lightbox__caption{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:.5rem .75rem;border-radius:.25rem;text-align:center;font-size:.875rem;line-height:1.4;z-index:10001;margin:0;display:inline-block;white-space:nowrap}.simple-lightbox__counter{position:absolute;top:20px;left:20px;background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;z-index:10001}@media screen and (max-width:768px){.simple-lightbox__prev{left:10px}.simple-lightbox__next{right:10px}.simple-lightbox__close{top:10px;right:10px}.simple-lightbox__caption{bottom:-50px;font-size:.75rem;padding:.5rem}.simple-lightbox__counter{top:10px;left:10px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/gallery.css.map */
