#w mps-slider {
    width: 100%;
}

.wmps-product {
    background: #fff;
    text-align: center;
    padding: 30px;
    border-radius: 16px;
}

.wmps-thumb img {
    max-width: 100%;
}

.wmps-title {
    font-size: 22px;
    margin: 15px 0;
}

.wmps-meta {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 14px;
    margin-bottom: 20px;
}

.wmps-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.wmps-btn {
    padding: 10px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
}

.wmps-btn.primary {
    background: #000;
    color: #fff;
}

.wmps-btn.outline {
    border: 1px solid #000;
    color: #000;
}
