.sticker-offer-images{display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap;gap:20px;padding:20px}.sticker-offer-images img{width:200px;height:auto;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.2);cursor:pointer}#lightbox{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);justify-content:center;align-items:center;animation:fadeIn .5s ease-in-out}#lightbox img{max-width:80%;max-height:80%;margin:auto;display:block;border-radius:8px;animation:scaleUp .3s ease-in-out}#lightbox .close{position:absolute;top:10px;right:25px;font-size:35px;font-weight:700;color:#fff;cursor:pointer}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes scaleUp{from{transform:scale(.8)}to{transform:scale(1)}}