.gallery-section{--gallery-gap:16px;--gallery-radius:12px;--desktop-columns:4;--tablet-columns:3;--mobile-columns:2;--overlay-color:rgba(0,0,0,.25);--transition:.35s cubic-bezier(.4,0,.2,1);--shadow: 0 8px 25px rgba(0,0,0,.08);--shadow-hover: 0 20px 50px rgba(0,0,0,.18)}.gallery-section{width:100%;position:relative;overflow:hidden;margin:60px auto}.gallery-header{text-align:center;margin-bottom:40px}.gallery-title{margin:0;line-height:1.2;font-weight:700}.gallery-subtitle{margin-top:12px;opacity:.75;max-width:700px;margin-left:auto;margin-right:auto}.gallery-grid{display:grid;grid-template-columns:repeat(var(--desktop-columns),minmax(0,1fr));gap:var(--gallery-gap);align-items:start}.gallery-item{position:relative;width:100%;display:block;will-change:transform}.gallery-image-wrapper{position:relative;display:block;width:100%;padding:0;margin:0;cursor:pointer;border:none;background:none;overflow:hidden;border-radius:var(--gallery-radius);box-shadow:var(--shadow);transition:transform var(--transition),box-shadow var(--transition);-webkit-tap-highlight-color:transparent}.gallery-image-wrapper:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.gallery-image{display:block;width:100%;height:auto;object-fit:cover;transition:transform .6s ease,filter .35s ease;backface-visibility:hidden;transform:translateZ(0);will-change:transform}@media(hover:hover){.gallery-image-wrapper:hover .gallery-image{transform:scale(1.08)}}.gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;background:var(--overlay-color);opacity:0;transition:opacity .35s ease;pointer-events:none}.gallery-overlay-icon{width:52px;height:52px;border-radius:50%;background:#fff;color:#000;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:300;transform:scale(.8);transition:transform .35s ease}@media(hover:hover){.gallery-image-wrapper:hover .gallery-overlay{opacity:1}.gallery-image-wrapper:hover .gallery-overlay-icon{transform:scale(1)}}.gallery-caption{padding-top:12px;text-align:center;line-height:1.5;font-size:.95rem}@media(max-width:990px){.gallery-grid{grid-template-columns:repeat(var(--tablet-columns),minmax(0,1fr))}.gallery-header{margin-bottom:30px}}@media(max-width:749px){.gallery-grid{grid-template-columns:repeat(var(--mobile-columns),minmax(0,1fr));gap:12px}.gallery-section{margin:40px auto}.gallery-image-wrapper:hover{transform:none}.gallery-title{font-size:28px}.gallery-subtitle{font-size:15px}}.gallery-item{opacity:0;transform:translateY(20px);animation:galleryFade .5s ease forwards}.gallery-item:nth-child(2){animation-delay:.05s}.gallery-item:nth-child(3){animation-delay:.1s}.gallery-item:nth-child(4){animation-delay:.15s}.gallery-item:nth-child(5){animation-delay:.2s}.gallery-item:nth-child(6){animation-delay:.25s}@keyframes galleryFade{to{opacity:1;transform:none}}.gallery-image-wrapper:focus-visible{outline:3px solid #000;outline-offset:4px}.gallery-image{image-rendering:auto;contain:paint}.gallery-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#000000f0;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s ease,visibility .35s ease;z-index:99999;overflow:hidden}.gallery-lightbox.active{opacity:1;visibility:visible;pointer-events:auto}body.gallery-open{overflow:hidden;touch-action:none}.gallery-lightbox-content{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:80px;overflow:hidden}.gallery-lightbox-image{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:8px;transform:scale(.92);opacity:0;transition:transform .35s ease,opacity .35s ease;will-change:transform;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.gallery-lightbox.active .gallery-lightbox-image{transform:scale(1);opacity:1}.gallery-close{position:absolute;top:20px;right:24px;width:52px;height:52px;border:none;border-radius:50%;background:#ffffff26;color:#fff;font-size:34px;cursor:pointer;transition:background .25s ease,transform .25s ease;z-index:5}.gallery-close:hover{background:#fff;color:#000;transform:rotate(90deg)}.gallery-prev,.gallery-next{position:absolute;top:50%;transform:translateY(-50%);width:58px;height:58px;border:none;border-radius:50%;background:#ffffff24;color:#fff;font-size:30px;cursor:pointer;transition:background .25s ease,transform .25s ease;display:flex;justify-content:center;align-items:center;z-index:4}.gallery-prev{left:24px}.gallery-next{right:24px}.gallery-prev:hover,.gallery-next:hover{background:#fff;color:#000;transform:translateY(-50%) scale(1.08)}.gallery-counter{position:absolute;bottom:30px;left:50%;transform:translate(-50%);color:#fff;background:#00000073;padding:10px 18px;border-radius:999px;font-size:15px;letter-spacing:.5px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.gallery-lightbox-caption{position:absolute;bottom:80px;left:50%;transform:translate(-50%);color:#fff;text-align:center;max-width:900px;width:calc(100% - 60px);line-height:1.6;font-size:16px}.gallery-close:focus-visible,.gallery-prev:focus-visible,.gallery-next:focus-visible{outline:3px solid #fff;outline-offset:4px}@media(max-width:749px){.gallery-lightbox-content{padding:20px 12px 90px}.gallery-prev,.gallery-next{width:46px;height:46px;font-size:22px}.gallery-prev{left:10px}.gallery-next{right:10px}.gallery-close{top:12px;right:12px;width:44px;height:44px;font-size:30px}.gallery-counter{bottom:18px;font-size:13px;padding:8px 16px}.gallery-lightbox-caption{bottom:55px;font-size:14px}}@media(max-width:480px){.gallery-prev,.gallery-next{width:42px;height:42px}.gallery-lightbox-content{padding:10px 8px 80px}}@keyframes galleryZoomIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.gallery-lightbox.active .gallery-lightbox-image{animation:galleryZoomIn .35s ease}@media(min-width:1200px){.gallery-lightbox-image{max-width:92vw;max-height:88vh}}.gallery-image{background:#f5f5f5}.gallery-image[src]{background:transparent}.gallery-image,.gallery-lightbox-image{image-rendering:auto;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0)}.gallery-image,.gallery-lightbox-image{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}@media(hover:none){.gallery-overlay{display:none}.gallery-image-wrapper:hover{transform:none;box-shadow:var(--shadow)}.gallery-image-wrapper:hover .gallery-image{transform:none}}.gallery-image-wrapper:active{transform:scale(.98)}.gallery-prev,.gallery-next,.gallery-close{-webkit-tap-highlight-color:transparent;touch-action:manipulation}@media(min-width:1600px){.gallery-grid{max-width:1700px;margin:auto}}@media(max-width:360px){.gallery-grid{grid-template-columns:1fr}.gallery-lightbox-content{padding:8px}.gallery-counter{font-size:12px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media(prefers-contrast:more){.gallery-overlay{background:#0000008c}.gallery-counter{border:1px solid #fff}}@media print{.gallery-lightbox{display:none!important}.gallery-image-wrapper{box-shadow:none}}.gallery-hidden{display:none!important}.gallery-visible{display:block!important}.gallery-grid{contain:layout}.gallery-item{contain:layout paint}.gallery-image{contain:paint}.gallery-section{overflow-x:hidden}.gallery-section ::selection{background:#00000026}.gallery-lightbox::-webkit-scrollbar{width:8px}.gallery-lightbox::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:20px}.gallery-lightbox::-webkit-scrollbar-track{background:transparent}
/*# sourceMappingURL=/cdn/shop/t/2/assets/gallery.css.map */
