.single-product{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:20px;border-radius:25px;background:linear-gradient(to bottom,#5d0b8f,#8f2ccf);box-shadow:0 6px 12px rgba(0,0,0,.15);color:#fff;text-align:center;transition:transform .3s ease}.single-product:hover{transform:translateY(-5px)}.single-product h4{font-size:20px;margin-bottom:10px;color:#fff}.single-product p{font-size:15px;margin-bottom:15px}.single-product img{max-width:100%;height:auto;border-radius:20px;margin:15px 0}.single-product span{font-weight:700;font-size:16px;color:#fff;margin-bottom:10px}.shop-now-button{display:inline-block;padding:12px 20px;background-color:#ffea00;color:#000;text-decoration:none;border-radius:30px;font-weight:700;transition:background-color .3s ease}.shop-now-button:hover{background-color:#ffd000}