/*
Theme Name: Print Shop Pro
Theme URI: https://arkhea.id/
Author: Arkhea Creative Studio
Author URI: https://arkhea.id/
Description: A print-shop / digital printing services theme with a homepage hero slider, product category grid, per-category product cards with pricing, customer testimonials, and a "why choose us" section. Built around a custom "Print Product" post type so a shop owner can manage categories, prices, and photos without WooCommerce. Replace all placeholder text, prices, and images with your own before launch.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
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: printshop-pro
Tags: e-commerce, custom-menu, featured-images, full-width-template, threaded-comments, translation-ready

Print Shop Pro is distributed under the terms of the GNU GPL.
*/

/* Base resets and tokens live in assets/css/style.css, enqueued via functions.php.
   This file only needs the theme header above for WordPress to recognize the theme,
   plus a couple of root-level utility rules WordPress core expects. */

.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 {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}
