/*!
Theme Name: Narzo
Theme URI: https://gutenify.com/themes/narzo
Author: Gutenify
Author URI: https://gutenify.com
Description: Narzo is a modern block-based theme that allows you to build your own distinctively designed website using the WordPress Blocks Editor. Narzo is a free, multi-use block-based theme that adheres to the Full Site Editing features added in WordPress 5.9. As a result, you can alter every component of your site, including the colors, typography, and page layout, to meet your needs.Official Support Forum: https://gutenify.com/contact/ Demo: https://gutenify.com/themes/narzo/
Version: 1.1.0
Requires at least: 6.1
Tested up to: 6.5
Requires PHP: 5.6
Woo: 18734003599696:a18559f6ccdac9faa0244ed5204a2528
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: narzo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

.wc-block-grid__product .wc-block-grid__product-image img {
	aspect-ratio: 1 / 1;
    display: flex;
}
.image-transform img {
	transform: scaleX(-1);
}
.block-mobile-adaptation {
	display: flex;
	justify-content: center;
	text-align: center;
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		display: flex;
		justify-content: center;
	}
}
.wc-block-pagination-page {
	width: 4rem !important;
}