@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.gl-gallery{width:100%;display:flex;flex-direction:column;gap:14px;font-family:Inter,system-ui,-apple-system,sans-serif}.gl-gallery:not([data-gl-init]){opacity:0!important;visibility:hidden!important;min-height:500px}.gl-gallery[data-gl-init=true]{animation:premiumFadeIn .5s cubic-bezier(.4,0,.2,1) forwards}.gl-gallery__main{position:relative;width:100%;aspect-ratio:1 / 1;background:#f8fafc;border-radius:20px;overflow:auto;max-height:80vh;overflow-y:auto;-webkit-user-select:none;user-select:none}.gl-gallery__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transition:opacity .28s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;overflow:hidden}.gl-gallery__slide.is-active{opacity:1;pointer-events:auto}.gl-gallery__img-btn{display:block;width:100%!important;height:100%!important;padding:0;margin:0;border:none;background:transparent;cursor:zoom-in;box-sizing:border-box}.gl-gallery__img{max-width:100%!important;max-height:100%!important;width:100%!important;height:100%!important;object-fit:cover!important;display:block;margin:0 auto;border-radius:0;transition:transform .3s ease}.gl-gallery__img-btn:hover .gl-gallery__img{transform:scale(1.02)}.gl-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:42px;height:42px;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(0,0,0,.09);border-radius:50%;background:#ffffffeb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#111827;cursor:pointer;box-shadow:0 2px 10px #00000017;transition:background .2s ease,box-shadow .2s ease,transform .2s ease}.gl-gallery__arrow:hover{background:#fff;box-shadow:0 4px 18px #00000024;transform:translateY(-50%) scale(1.06)}.gl-gallery__arrow:active{transform:translateY(-50%) scale(.97)}.gl-gallery__arrow--prev{left:12px}.gl-gallery__arrow--next{right:12px}.gl-gallery__counter{position:absolute;bottom:12px;right:12px;z-index:10;background:#0000008c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#fff;font-size:11.5px;font-weight:600;letter-spacing:.04em;padding:3px 10px;border-radius:999px;pointer-events:none}.gl-gallery__zoom-btn{position:absolute;bottom:12px;left:12px;z-index:10;width:36px;height:36px;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(0,0,0,.1);border-radius:50%;background:#ffffffeb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#374151;cursor:pointer;box-shadow:0 2px 8px #00000012;transition:all .2s ease}.gl-gallery__zoom-btn:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 14px #0000001f}.gl-gallery__thumbs-wrap{width:100%;overflow-x:auto;overflow-y:hidden}.gl-gallery__thumbs{display:flex;flex-direction:row;align-items:center;gap:10px;overflow-x:auto;scroll-behavior:smooth;padding:4px 2px 6px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.gl-gallery__thumbs::-webkit-scrollbar{display:none}.gl-gallery__thumb{flex-shrink:0;width:72px;height:72px;padding:2px;border:2.5px solid transparent;border-radius:12px;overflow:hidden;cursor:pointer;background:#f1f5f9;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;display:flex;align-items:center;justify-content:center}.gl-gallery__thumb:hover{border-color:#94a3b8;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.gl-gallery__thumb.is-active{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb29;transform:translateY(-1px);background:#eff6ff}.gl-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block;border-radius:9px}.gl-gallery__no-images{aspect-ratio:1 / 1;background:#f1f5f9;border-radius:20px;display:flex;align-items:center;justify-content:center}.gl-gallery__placeholder-svg{width:55%;height:55%;color:#cbd5e1}.gl-gallery__video-wrap{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.gl-gallery__video{width:100%;height:100%;object-fit:contain;border-radius:0;background:#000}.gl-gallery__model-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:14px;font-weight:500}.gl-lightbox{overflow:auto;display:none;position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;z-index:2147483647!important;background:#000000f7!important;flex-direction:column;align-items:center;justify-content:center;animation:gl-fade-in .2s ease}.gl-lightbox.is-open{display:flex}@keyframes gl-fade-in{0%{opacity:0}to{opacity:1}}.gl-lightbox__close{position:absolute;top:16px;right:16px;z-index:10;width:46px;height:46px;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(255,255,255,.15);border-radius:50%;background:#ffffff14;color:#fff;cursor:pointer;transition:background .2s ease,transform .2s ease}.gl-lightbox__close:hover{background:#ffffff29;transform:scale(1.08)}.gl-lightbox__content{display:flex;align-items:center;justify-content:center;width:100%;max-width:1200px;padding:60px 20px 80px;gap:20px}.gl-lightbox__img-wrap{flex:1;display:flex;align-items:center;justify-content:center;height:100vh;overflow:auto}.gl-lightbox__img{max-width:100%;max-height:100vh;object-fit:contain;display:block;border-radius:6px;animation:gl-img-in .2s ease}@keyframes gl-img-in{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.gl-lightbox__nav{flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(255,255,255,.15);border-radius:50%;background:#ffffff14;color:#fff;cursor:pointer;transition:background .2s ease,transform .2s ease}.gl-lightbox__nav:hover{background:#ffffff2e;transform:scale(1.06)}.gl-lightbox__footer{position:absolute;bottom:22px;left:50%;transform:translate(-50%)}.gl-lightbox__count{color:#ffffff8c;font-size:13px;font-weight:500;font-family:Inter,system-ui,sans-serif;letter-spacing:.04em;white-space:nowrap}body.gl-lightbox-open{overflow:hidden!important}@media screen and (min-width:750px){.gl-gallery__main{border-radius:24px}.gl-gallery__thumb{width:78px;height:78px}.gl-gallery__arrow{width:46px;height:46px}.gl-gallery__arrow--prev{left:14px}.gl-gallery__arrow--next{right:14px}.product__media-wrapper{position:sticky!important;top:100px!important;align-self:start!important;max-height:calc(100vh - 120px);overflow:auto;z-index:10}}@media screen and (max-width:749px){.gl-gallery__main{border-radius:14px}.gl-gallery__arrow{width:36px;height:36px}.gl-gallery__arrow--prev{left:8px}.gl-gallery__arrow--next{right:8px}.gl-gallery__thumb{width:62px;height:62px;border-radius:10px}.gl-gallery__thumb img{border-radius:7px}.gl-lightbox__content{padding:50px 4px 70px;gap:8px}.gl-lightbox__nav{width:40px;height:40px}.gl-lightbox__img{max-height:72vh}}@media screen and (min-width:750px){.product.grid--2-col-tablet{display:grid!important;grid-template-columns:55fr 45fr!important;gap:40px!important;align-items:start!important;padding:20px 0!important;margin:0 auto!important}}.product__media-wrapper .slider-buttons{display:none!important}.product__media-wrapper slider-component.thumbnail-slider{display:none!important}.swym-button.swym-add-to-wishlist-view-product,.swym-button.swym-add-to-wishlist{display:flex!important;visibility:visible!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;background:#fffffff2!important;border:1px solid #e5e7eb!important;border-radius:50%!important;box-shadow:0 1px 4px #00000014!important;padding:0!important;cursor:pointer!important;z-index:990!important;transition:transform .15s ease,box-shadow .15s ease!important}.swym-button.swym-add-to-wishlist-view-product:hover,.swym-button.swym-add-to-wishlist:hover{transform:scale(1.1)!important;box-shadow:0 2px 10px #00000021!important}.gl-gallery .swym-button,.product__media-item .swym-button{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/60/assets/gully-product-gallery.css.map */
