/*
Theme Name:   GeneratePress Child
Template:     generatepress
*/
@media (max-width: 768px) {
    .wc-block-product-template {
        padding-right: 0 !important;
        margin-right: 0 !important;
    }
}

/* نوار پایین ثابت - فقط برای موقعیت‌یابی و چسبندگی */
.sticky-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

/* فقط در موبایل نمایش داده شود */
@media (max-width: 768px) {
    .sticky-bottom-bar {
        display: flex !important;
        justify-content: space-around;
        align-items: center;
    }
}

/* در دسکتاپ مخفی شود */
@media (min-width: 769px) {
    .sticky-bottom-bar {
        display: none !important;
    }
}

/* جلوگیری از پنهان شدن محتوای صفحه زیر نوار */
body {
    margin-bottom: 65px; /* ارتفاع نوار خود را تنظیم کنید */
}
