Produto Hotmart

.prod-container {
width: 300px;
border: 1px solid #ddd;
padding: 10px;
margin: 10px;
text-align: center;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
transition: transform 0.2s ease-in-out;
}
.prod-container:hover {
transform: scale(1.05);
}
.prod-img {
width: 100%;
height: auto;
}
.prod-link {
text-decoration: none;
color: #007bff;
font-weight: bold;
display: block;
margin-top: 10px;
}

Produto Hotmart

.prod-container {
width: 300px;
border: 1px solid #ddd;
padding: 10px;
margin: 10px;
text-align: center;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
transition: transform 0.2s ease-in-out;
}
.prod-container:hover {
transform: scale(1.05);
}
.prod-img {
width: 100%;
height: auto;
}
.prod-link {
text-decoration: none;
color: #007bff;
font-weight: bold;
display: block;
margin-top: 10px;
}