/**
 * Fix برای صفحه نتایج جستجو
 * بدون تخریب هدر وودمارت
 */

/* فقط یک فاصله ملایم از بالا */
body.search .site-content,
body.search-results .site-content {
    padding-top: 20px !important;
}

/* اطمینان از grid درست */
body.search .cpc-products-grid,
body.search-results .cpc-products-grid {
    display: grid !important;
    width: 100% !important;
}
