/* استایل برای سایدبار خالی */
.tw-shop-sidebar {
    margin-bottom: 30px;
}

.tw-sidebar-wrapper {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 20px;
    min-height: 300px; /* ارتفاع حداقل برای سایدبار خالی */
}

.tw-sidebar-empty {
    width: 100%;
    height: 100%;
    min-height: 300px;
}

/* استایل‌های واکنش‌گرا */
@media (max-width: 767px) {
    .tw-shop-sidebar {
        margin-bottom: 20px;
    }

    .tw-sidebar-wrapper {
        min-height: 200px;
    }
}
