.product-container{position:relative;overflow:hidden;transition:all .3s ease}.view-product-btn{position:absolute;bottom:-50px;left:0;right:0;margin:0 auto;width:calc(100% - 20px);padding:10px 20px;background-color:#333;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:bottom .3s ease;z-index:10}.product-container:hover{padding-bottom:60px}.product-container:hover .view-product-btn{bottom:10px}.view-product-btn:hover{background-color:#555}