In Stock
CATEGORY
Subcategory
Color
Brand

Weapon Mounted Lights & Lasers, Handheld Flashlights

// ========================================================================== // PRODUCT DESCRIPTION GALLERY — LIGHTBOX // ========================================================================== .p5-description-gallery-item img { cursor: zoom-in; } .p5-gallery-lightbox { position: fixed; inset: 0; z-index: 99999; display: none; align-items: center; justify-content: center; padding: 40px; background: rgba(0, 0, 0, .92); } .p5-gallery-lightbox.is-open { display: flex; } .p5-gallery-lightbox__image { display: block; max-width: 95vw; max-height: 90vh; width: auto; height: auto; object-fit: contain; cursor: zoom-out; } .p5-gallery-lightbox__close { position: absolute; top: 20px; right: 24px; z-index: 2; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; color: #fff; font-size: 38px; line-height: 44px; font-weight: 300; text-align: center; cursor: pointer; } body.p5-gallery-lightbox-open { overflow: hidden; } // ========================================================================== // MOBILE / TABLET // ========================================================================== @media (max-width: 1024px) { .p5-gallery-lightbox { padding: 20px; } .p5-gallery-lightbox__image { max-width: 100%; max-height: 85vh; } .p5-gallery-lightbox__close { top: 10px; right: 10px; } }