/*
Theme Name: MegalinkTrader
Theme URI: https://megalinktrader.pk
Author: Arslan
Author URI: https://megalinktrader.pk
Description: Official WordPress theme for MegalinkTrader — Pakistan's #1 electronics store. Fully responsive, modern eCommerce theme like PriceOye.pk.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: megalinktrader
Tags: e-commerce, responsive, electronics, pakistan
*/

/* Main MegalinkTrader Theme Styles - PriceOye style */
body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
.mlt-container { max-width: 1280px; margin: 0 auto; padding: 0 15px; }
.mlt-header { background: #fff; border-bottom: 1px solid #eee; }
.mlt-logo { font-weight: 800; font-size: 22px; color: #0F766E; }
.mlt-btn { background: #0F766E; color: #fff; padding: 10px 22px; border-radius: 9999px; font-weight: 600; }
.product-card { transition: all .2s; border: 1px solid #eee; border-radius: 16px; overflow: hidden; background: #fff; }
.product-card:hover { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1); }
.price { font-size: 1.25rem; font-weight: 700; color: #0F172A; }
.old-price { color: #94a3b8; text-decoration: line-through; font-size: .85rem; }
.badge { font-size: 10px; padding: 1px 7px; border-radius: 9999px; }
