.custom-home-product {
  margin: 40px auto;
  padding: 24px;
  background: #fdf9f6;
  border-radius: 16px;
  text-align: center;
  max-width: 500px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.custom-home-product img {
  width: 100%;
  border-radius: 12px;
  margin: 16px 0;
}

.custom-home-product .btn-view {
  background-color: #5b2a86;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}