/*
Theme Name: ToyParadis
Theme URI: https://toyparadis.com
Author: ToyParadis Team
Author URI: https://toyparadis.com
Description: A professional e-commerce theme for toy stores, cloned from Toys"R"Us Singapore design. Features responsive layout, WooCommerce integration, and comprehensive theme options.
Version: 1.3.8
Requires at least: 6.0
Tested up to: 6.9
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: toyparadis
Tags: e-commerce, woocommerce, toys, responsive, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options

ToyParadis is a modern, professional WordPress theme designed specifically for toy e-commerce stores.
It features a clean, responsive design with full WooCommerce integration.
*/

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-family-base, Arial, sans-serif);
    color: var(--text-dark, #333);
    background-color: #fff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul { list-style: none; }

img { max-width: 100%; height: auto; display: block; }

.container {
    max-width: var(--container-max-width, 1400px);
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography Defaults */
h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
    text-transform: lowercase;
}

/* Helpers */
.text-center { text-align: center; }
.section-padding { padding: 80px 0; }

/* WooCommerce Global Overrides */
.woocommerce-page .content-area {
    padding: 60px 0;
}

.woocommerce-products-header__title {
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.button {
    cursor: pointer;
    border: none;
    display: inline-block;
    transition: background 0.3s ease;
}
