/*
Theme Name: Starline Shop
Theme URI: https://starlineit.com/
Author: Starline IT
Author URI: https://starlineit.com/
Description: A fast WooCommerce theme for Bangladeshi online stores.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: starline-shop
Tags: e-commerce, woocommerce, custom-logo, custom-menu
*/

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: #111827;
    background: #ffffff;
    font-family: Arial, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

.starline-container {
    width: min(1200px, calc(100% - 30px));
    margin: 0 auto;
}

.site-header {
    padding: 20px 0;
    border-bottom: 1px solid #e5e7eb;
}

.site-main {
    min-height: 500px;
    padding: 60px 0;
}

.site-footer {
    padding: 30px 0;
    color: #ffffff;
    text-align: center;
    background: #111827;
}