.spd-product {
    display: inline-block;
    width: 200px;
    margin: 10px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.spd-product img {
    max-width: 100%;
    height: auto;
}

.spd-product h3 {
    font-size: 16px;
    margin: 10px 0;
}

.spd-product p {
    font-size: 14px;
    color: #666;
}

.spd-product a {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: #0073aa;
    font-weight: bold;
}
