/*
Theme Name: EcoGaming Ultimate
Theme URI: https://ecogaming.ir/
Author: EcoGaming
Description: EcoGaming Ultimate - single-page WPBakery editable homepage, editable global layouts, WooCommerce/payment compatibility, Slider Revolution integration, RTL support and cache-safe interactive UI.
Version: 5.2.0
Text Domain: ecogaming
Requires at least: 6.0
Requires PHP: 8.0
*/

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}
button,input,textarea,select{font:inherit}

/* Legacy page-section wrapper retained only for safe migration from v5.1. */
.eco-editable-section { display: contents; }
@supports not (display: contents) {
    .eco-editable-section { display: block; width: 100%; }
}

function woocommerce_enamad_fix_404_error($rel_values) {
return '';
}
add_filter('wp_targeted_link_rel', 'woocommerce_enamad_fix_404_error',999);
