/*
Theme Name: Creatore Theme
Author: Elinous.cl
Author URI: https://elinous.cl
Theme URI: https://elinous.cl
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: creatore-theme
Requires at least: 6.3
Requires PHP: 7.4
Tested up to: 6.3
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.wp-block-atbs-tabs .tabs-titles{
	background:none !important;
}
.wc-block-grid .wc-block-grid__product-onsale, .wc-block-grid__product-image .wc-block-grid__product-onsale, .woocommerce span.onsale{
	
	font-size:13px !important;
	border-radius: 10px !important;
	height:auto !important;
	width:auto !important;
}
