/*
Theme Name: Shopsaas Pro
Theme URI: https://anantsites.com/shopsaas/
Author: Anantsites
Author URI: https://anantsites.com
Description: Shopsaas Pro extends the original Shopsaas concept with real, working eCommerce features: AJAX live search, a quick-view modal, and a sticky add-to-cart bar. Built to pair with Elementor for page building and WooCommerce for the store. Lightweight core, no bloat — the extras are opt-in and disableable from Customizer.
Version: 1.0
Tested up to: 6.9
Requires at least: 6.7
Requires PHP: 7.4
Tags: e-commerce, two-columns, right-sidebar, flexible-header, custom-background, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, full-width-template, blog, news
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: shopsaas-pro
*/

/* ========= Base ========= */
body {
	background-color: #f6f6f7;
}

body,
button,
input,
select,
textarea {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: normal;
	text-transform: none;
	font-size: 16px;
	line-height: 1.6;
	color: #1d2327;
}

a {
	color: #1d4ed8;
	text-decoration: none;
}

a:hover {
	color: #1e3a8a;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

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

.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
