.wpc-swiper-container-0750fa08 {
    position: relative;
    padding-bottom: 40px;
}
.wpc-product-card {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    background: #fff;
    height: 100%;
}
.wpc-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 15px;
}
.wpc-title {
    font-size: 1.1em;
    margin: 0 0 10px;
}
.wpc-price {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.wpc-description {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.4;
}
.wpc-btn {
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 4px;
}
.wpc-btn:hover {
    background: #555;
}
.wpc-preview {
    padding: 20px;
    border: 1px dashed #ccc;
    text-align: center;
    background: #f9f9f9;
}