.wpss-box {
    border: 1px solid #eee;
    padding: 10px;
    text-align: center;
    background: #fff;
    position: relative;
}

.wpss-label {
    font-size: 12px;
    color: #777;
    margin-bottom: 6px;
}

.wpss-item {
    display: none !important;
    position: relative;
}

.wpss-item.active {
    display: block !important;
}


.wpss-item img {
    max-width: 100%;
}

.wpss-off {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #e53935;
    color: #fff;
    font-size: 11px;
    padding: 3px 6px;
    border-radius: 3px;
}

.wpss-price {
    color: #d32f2f;
    font-weight: bold;
}

.wpss-btn {
    display: inline-block;
    margin-top: 6px;
    background: #4CAF50;
    color: #fff;
    padding: 6px 14px;
    text-decoration: none;
}

.wpss-item h4 {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    margin: 6px 0 4px;
}

@media (max-width: 768px) {
    .wpss-item h4 {
        font-size: 12px;
    }
}

/* ===== Price Style (Sale Product) ===== */
.wpss-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    margin: 4px 0;
}

/* قیمت اصلی (خط خورده) */
.wpss-price del {
    color: #999;
    font-size: 11px;
    font-weight: 400;
}

/* قیمت با تخفیف */
.wpss-price ins {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #d32f2f;
}

/* وقتی محصول تخفیف ندارد */
.wpss-price span,
.wpss-price bdi {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

