/*
Theme Name: ToyShop Pakistan
Theme URI: https://toyshop.pk/
Author: ToyShop PK
Author URI: https://toyshop.pk/
Description: Bright, colorful, child-friendly WooCommerce theme for selling toys online in Pakistan. Inspired by ToyZone.pk. Includes mega menu, AI Toy Finder placeholder, WhatsApp ordering (+92-333-3395960), Multan local SEO, PKR currency, RTL & translation ready.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: toyshop-pk
Domain Path: /languages
Tags: e-commerce, woocommerce, two-columns, right-sidebar, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, rtl-language-support
WC requires at least: 8.0
WC tested up to: 9.0
*/

/* See assets/css/main.css for full styles. This file is required by WordPress. */

:root{
  --tp-bg:#FFFFFF;
  --tp-teal:#00BFA5;
  --tp-yellow:#FFB300;
  --tp-pink:#FF4081;
  --tp-navy:#1A1A2E;
  --tp-mint:#E8F5F0;
  --tp-blue:#EAF4FF;
  --tp-lpink:#FFF0F5;
  --tp-radius:20px;
  --tp-shadow:0 6px 20px rgba(26,26,46,.08);
}

body{font-family:'Poppins',system-ui,sans-serif;color:var(--tp-navy);background:var(--tp-bg);margin:0;}
h1,h2,h3,h4{font-family:'Nunito','Poppins',sans-serif;font-weight:800;color:var(--tp-navy);}
a{color:var(--tp-teal);text-decoration:none;}
.button,.btn,button.alt,.wp-block-button__link,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:var(--tp-teal);color:#fff;border-radius:999px;padding:12px 22px;font-weight:700;border:none;transition:transform .15s ease, box-shadow .15s ease;}
.button:hover{transform:translateY(-2px);box-shadow:var(--tp-shadow);}
