/*
Theme Name: NEWTIV Woocommerce Polyvalent theme
Theme URI: https://newtiv.com
Author: NEWTIV Team
Author URI: https://newtiv.com
Description: A versatile, multi-purpose WooCommerce theme designed for e-commerce with Elementor integration. Perfect for fashion, tech, beauty, marketplace multi-vendor stores, and product catalogs. Features advanced AJAX filters, AI product descriptions, social login, mobile-first design, and comprehensive WooCommerce customization options.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
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: newtiv
Domain Path: /languages
Tags: e-commerce, woocommerce, elementor, multi-purpose, responsive, rtl-language-support, translation-ready, custom-menu, featured-images, threaded-comments, custom-header, custom-background, custom-logo, custom-colors, editor-style, theme-options, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-header, accessibility-ready, block-styles, wide-blocks, blog, portfolio, shop, business

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

/* WordPress Core Styles */
.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

