/*
Theme Name: YRS MIDI Emporium
Theme URI: https://yrs-midi-emporium-design.lovable.app/
Author: Angelo
Author URI: https://store.yrsmidi.com/
Description: Modern, clean, WooCommerce‑ready theme that mirrors the yrs-midi-emporium design. Built for Elementor (free) + WooCommerce.
Version: 1.1
Requires at least: 6.0
Tested up to: 6.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yrs-midi-emporium

Requires Plugins: elementor, woocommerce, header-footer-elementor, woo-product-filter
*/

/* ===== Global Styles ===== */
body {
    background: #f5f7fb;
    font-family: 'Inter', sans-serif;
}

/* Announcement Bar */
.top-bar {
    width:100%;
    background:#2563eb;
    color:#fff;
    text-align:center;
    padding:8px 0;
    font-size:14px;
    position: relative;
    z-index:99999;
}

/* Pill Filter Buttons */
.filter-btn {
    background: #f5f7fb;
    color: #2563eb;
    padding: 10px 22px;
    border-radius: 22px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.07);
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    margin: 0 4px 8px 0;
    display: inline-block;
}
.filter-btn:hover {
    background: #2563eb;
    color: #fff;
}

/* Category Cards */
.shop-card {
    background:#fff;
    border-radius:18px;
    box-shadow:0 2px 18px rgba(0,0,0,0.05);
    width:240px;
    padding:32px;
    text-align:center;
}
.shop-card-icon {
    font-size:36px;
    margin-bottom:12px;
}
.shop-card-title {
    margin:0 0 8px 0;
    font-size:18px;
    font-weight:700;
}
.shop-card-text {
    font-size:14px;
    color:#666;
    margin-bottom:18px;
}
.shop-card-btn {
    color:#fff;
    background:#2563eb;
    padding:8px 20px;
    border-radius:18px;
    text-decoration:none;
    font-weight:600;
}
