.sw5-slider-container { padding: 40px 0; width: 100%; position: relative; max-width: 1200px; margin: 0 auto; }
.sw-card {
    background: #fff; border: 1px solid #eaeaea; border-radius: 10px;
    padding: 20px; text-align: center; height: 100%; display: flex; flex-direction: column;
    transition: transform 0.2s ease-in-out;
}
.sw-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.sw-img-wrapper { height: 200px; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; }
.sw-img-wrapper img { max-height: 100%; max-width: 100%; object-fit: contain; }
.sw-card h3 { font-size: 16px; margin: 10px 0; height: 40px; overflow: hidden; line-height: 1.3; color: #333; }
.sw-price { font-size: 20px; font-weight: bold; color: #189eff; margin: 10px 0 20px; }
.sw-button {
    background: #189eff; color: #fff !important; text-decoration: none;
    padding: 12px; border-radius: 6px; font-weight: bold; font-size: 13px; transition: background 0.2s;
}
.sw-button:hover { background: #0076cc; }
.sw-placeholder { font-size: 50px; background: #f9f9f9; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }