DIV#dvShop { align-items: center; background-color: rgba(0, 0, 0, .75); display: none; height: 100%; justify-content: center; left: 0; position: fixed; top: 0; width: 100%; z-index: 1 }
DIV#dvShop.show { display: flex }
DIV#dvShop > DIV { background-color: #fff; border-radius: 1em; max-height: 50em; opacity: 0; overflow-x: hidden; overflow-y: auto; padding: 2em; transition: all .5s ease-out; transform: scale(.8, .8); }
DIV#dvShop.show > DIV { opacity: 1; transform: scale(1, 1); max-width: 80% }
DIV#dvShop.show > DIV > IMG { width: 100% }