/*
Theme Name: PS Shop
Theme URI: https://putulshop.com/myshop/
Author: Putul IT
Author URI: https://putulshop.com/myshop/
Description: A premium e-commerce landing page theme supporting Elementor.
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: ps-shop
*/

/* Basic Layout */
body {
    font-family: 'Outfit', sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
    background: #f9f9f9;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
