.gallery,.gallery-header,.gallery-item{display:none}.gallery.visible{width:100vw;height:100dvh;position:absolute;left:0;top:0;background:#eae8e9;z-index:100;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.gallery-headers{width:100%;text-align:center;padding:0 0 10px;position:absolute}.gallery-close{right:25px;top:25px}.gallery-close,.gallery-next,.gallery-prev{width:40px;height:auto;cursor:pointer;position:absolute}.gallery-prev{left:5px}.gallery-next{right:5px}.gallery-header.visible{display:block;color:#fff}.gallery-header span{font-size:18px;background:rgba(0,0,0,.4);padding:5px 10px;border-radius:8px}.gallery-inner,.gallery-item.visible{display:flex;align-items:center;justify-content:center}.gallery-inner{width:100vw}.gallery-item.visible{overflow:scroll;height:100vh}.gallery-item.visible.zoomed{align-items:start;justify-content:start}@media (pointer:fine){.gallery-item.visible{overflow:hidden}}.gallery-item img{max-width:100vw;width:auto;height:auto;max-height:100vh;cursor:zoom-in}.gallery-item img.zoomed{max-width:unset;max-height:unset;cursor:zoom-out}.gallery-thumbs,.gallery-thumbs-inner{display:flex;overflow-x:scroll;overflow-y:hidden}.gallery-thumbs{width:100%;justify-content:center;padding:0 20px 5px;position:absolute;bottom:0}.gallery-thumbs-inner{justify-content:start}.gallery-thumb img{width:100px;margin-right:40px;border-radius:3px;filter:brightness(50%);transition:all .3s}.gallery-thumb.active img{filter:none}.gallery-thumb:last-child img{margin-right:0}.gallery-thumb:hover img{cursor:pointer}body.gallery-visible{overflow:hidden}@media (max-width:480px){.product-links a{font-size:14px}.product-links a i{margin:0 5px}.product-description{padding:20px}.gallery-thumbs{padding:0 20px 40x}}