/*
Theme Name: Tasme Industrial Child
Template: hello-elementor
Version: 1.0
*/

/* ✅ تنظیم فونت و فاصله جدول در موبایل */
@media (max-width: 768px) {
    table td {
        font-size: 13px !important;
        padding: 6px !important;
    }

    .summary.entry-summary {
        margin-top: 20px !important;
    }
}

/* ✅ دکمه‌ها در موبایل به صورت ستونی */
@media (max-width: 768px) {
    .tasme-btn {
        flex: 100% !important;
        margin-bottom: 10px;
    }
}

html,
body {
    overflow-x: hidden;
    overflow-y: auto;
    height: auto !important;
}

.single-product {
    padding-bottom: 140px;
    /* فضای خالی برای فوتر */
}

.single-product {
    padding-bottom: 120px;
}


.tasme-bottom-gap {
    padding-bottom: 160px;
    /* یا بیشتر، بسته به ارتفاع نوار تماس */
}

body:not(.home):not(.front-page) {
    background: linear-gradient(to bottom, #e6f0f8, #f5f5f5) !important;
}

body:not(.home):not(.front-page) {
    background: linear-gradient(to bottom, #e6f0f8, #f5f5f5);
    padding-bottom: 70px;
    /* فضای خالی برای نوار تماس */
}

