.gk-gallery{position:relative}.gk-gallery__title{margin-bottom:1rem;text-align:center}.gk-gallery__heading{margin:0;font-family:var(--font-heading-family);font-weight:400;line-height:1.2}.gk-gallery__description{margin-bottom:3rem;text-align:center}.gk-gallery__text{margin:0;line-height:1.6}.gk-gallery__text p{margin:0 0 1rem}.gk-gallery__text p:last-child{margin-bottom:0}.gk-gallery__masonry{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:2rem;grid-auto-rows:10px}.gk-square-gallery{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin-top:2rem}.gk-square-gallery__image{width:100%;cursor:pointer;height:100%;object-fit:cover;border-radius:inherit;display:block}.gk-gallery__item{position:relative;overflow:hidden;border-radius:35px;background:#000;transition:transform .3s ease}.gk-gallery__item:hover{transform:scale(1.02)}.gk-gallery__image-wrapper{position:relative;width:100%;height:100%}.gk-gallery__image{width:100%;height:100%;object-fit:cover;display:block;cursor:pointer}.gk-gallery__image-wrapper{cursor:pointer}.gk-gallery__masonry{grid-template-columns:repeat(5,1fr);gap:20px;margin-top:3rem;grid-auto-rows:15px}.gk-gallery__item:nth-child(1){grid-row:span 14;margin-top:65px}.gk-gallery__item:nth-child(2){grid-row-end:span 17}.gk-gallery__item:nth-child(3){grid-row-end:span 13;margin-top:107px}.gk-gallery__item:nth-child(4){grid-row-end:span 7}.gk-gallery__item:nth-child(5){grid-row-end:span 11}.gk-gallery__item:nth-child(6){grid-row-end:span 14}.gk-gallery__item:nth-child(7){grid-row-end:span 17}.gk-gallery__item:nth-child(8){grid-row-end:span 11}.gk-gallery__item:nth-child(9){grid-row-end:span 15}.gk-gallery__item:nth-child(10){grid-row-end:span 15}.gk-gallery__item:nth-child(11){grid-row-end:span 13}.gk-gallery__item:nth-child(12){grid-row-end:span 14}.gk-gallery__item:nth-child(13){grid-row-end:span 8}.gk-gallery__item:nth-child(14){grid-row-end:span 22}.gk-gallery__item:nth-child(15){grid-row-end:span 17}.gk-gallery__item:nth-child(n+16){grid-row-end:span 19}@media(max-width:1300px){.gk-gallery__masonry{grid-template-columns:repeat(4,1fr)}}@media(max-width:1000px){.gk-gallery__masonry{grid-template-columns:repeat(3,1fr)}.gk-gallery__item:nth-child(2){grid-row-end:span 10}.gk-gallery__item:nth-child(7){grid-row-end:span 14}.gk-gallery__item:nth-child(6){grid-row-end:span 9}.gk-gallery__item:nth-child(9){grid-row-end:span 12}.gk-gallery__item:nth-child(10){grid-row-end:span 9}.gk-gallery__item:nth-child(12){grid-row-end:span 8}.gk-gallery__item:nth-child(13){grid-row-end:span 10}}@media(max-width:768px){.gk-gallery__masonry{grid-template-columns:repeat(2,1fr)}.gk-gallery__item:nth-child(3){margin:0}}@media(max-width:500px){.gk-gallery__masonry{grid-template-columns:repeat(2,1fr)}}.gk-gallery__popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;display:none;justify-content:center;align-items:center;z-index:9999;opacity:0;transition:opacity .3s ease}.gk-gallery__popup--active{opacity:1}.gk-gallery__popup-content{position:relative;max-height:90vh;width:100%;height:100%;display:flex;justify-content:center;align-items:center;animation:popupZoomIn .3s ease;margin:0 20px}@keyframes popupZoomIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.gk-gallery__swiper{width:100%;height:100%;position:relative}.gk-gallery__swiper .swiper-wrapper{align-items:center}.gk-gallery__swiper .swiper-slide{display:flex;justify-content:center;align-items:center;height:100%}.gk-gallery__slide-content{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.swiper-button-next svg,.swiper-button-prev svg{width:24px!important;height:24px!important;object-fit:contain;transform-origin:center}.gk-gallery__popup-image{max-width:80vw;max-height:80vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 20px 40px #00000080;min-width:300px;min-height:300px}.gk-gallery__loading-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10002;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.gk-gallery__spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top:4px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}.gk-gallery__loading-text{color:#fff;font-size:16px;font-weight:500;margin:0;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.5);letter-spacing:.5px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.gk-gallery__nav-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#000000b3;border:2px solid rgba(255,255,255,.8);border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10000;box-shadow:0 4px 20px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:0}.gk-gallery__nav-arrow:hover{background:#000000e6;border-color:#fff;transform:translateY(-50%) scale(1.05);box-shadow:0 6px 25px #0009}.gk-gallery__nav-arrow:active{transform:translateY(-50%) scale(.95)}.gk-gallery__nav-arrow--next{right:30px}.gk-gallery__nav-arrow--prev{left:30px}.gk-gallery__nav-arrow svg{width:24px;height:24px;color:#fff;transition:all .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.gk-gallery__nav-arrow:hover svg{color:#fff;filter:drop-shadow(0 2px 6px rgba(0,0,0,.5))}.swiper-button-next,.swiper-button-prev{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:60px!important;height:60px!important;margin:0!important;background:#000000b3!important;border:2px solid rgba(255,255,255,.8)!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .3s ease!important;z-index:10000!important;box-shadow:0 4px 20px #00000080!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.swiper-button-next{right:30px!important}.swiper-button-prev{left:30px!important}.swiper-button-next:after,.swiper-button-prev:after{display:none!important}.swiper-button-next:hover,.swiper-button-prev:hover{background:#000000e6!important;border-color:#fff!important;transform:translateY(-50%) scale(1.05)!important;box-shadow:0 6px 25px #0009!important}.gk-gallery__popup-close{position:absolute;top:20px;right:44px;background:#ffffffe6;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10001;box-shadow:0 4px 12px #0000004d}.gk-gallery__popup-close:hover{background:#fff;transform:scale(1.1);box-shadow:0 6px 16px #0006}.gk-gallery__popup-close svg{width:20px;height:20px;color:#333}@media(max-width:768px){.gk-gallery__popup-content{max-width:95vw;max-height:95vh;margin:0 10px}.gk-gallery__popup-image{max-width:90vw;max-height:85vh;min-width:250px;min-height:250px}.gk-gallery__nav-arrow,.swiper-button-next,.swiper-button-prev{width:24px!important;height:24px!important}.gk-gallery__nav-arrow--next,.swiper-button-next{right:15px!important}.gk-gallery__nav-arrow--prev,.swiper-button-prev{left:15px!important}.gk-gallery__nav-arrow svg{width:20px;height:20px}.gk-gallery__popup-close{top:10px;right:10px;width:35px;height:35px}.gk-gallery__popup-close svg{width:18px;height:18px}}.gk-square-gallery__image-wrapper{width:300px;height:300px}@media(max-width:800px){.gk-square-gallery__image-wrapper{width:150px!important;height:150px!important}}@media(max-width:480px){.gk-gallery__popup-content{max-width:98vw;max-height:98vh;margin:0 5px}.gk-gallery__popup-image{max-width:95vw;max-height:80vh;min-width:200px;min-height:200px}.gk-gallery__nav-arrow,.swiper-button-next,.swiper-button-prev{width:45px!important;height:45px!important}.gk-gallery__nav-arrow--next,.swiper-button-next{right:10px!important}.gk-gallery__nav-arrow--prev,.swiper-button-prev{left:10px!important}.gk-gallery__nav-arrow svg{width:20px;height:20px}.gk-gallery__popup-close{top:5px;right:5px;width:30px;height:30px}.gk-gallery__popup-close svg{width:16px;height:16px}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/component-gk-gallery.css.map */
