/*
Theme Name: Scentraali
Author: 
Author URI: 
Theme URI: 
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: scentraali
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;
}

.wc-block-grid__product-image,
.wc-block-components-product-image,
.woocommerce-product-gallery__image {
	border-radius: 8px;
	border: 0;
	line-height: 0;
	overflow: hidden;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}


.woocommerce-variation-add-to-cart {
	display: none;
}

.variations select {
	background: #fff !important;
}

.variations .label {
	vertical-align: top !important;
}


.wp-block-navigation__responsive-close {
    padding-top: 24px;
    padding-right: 40px;
    padding-bottom: 24px;
    padding-left: 40px;
}



.logowall {

}


@media (max-width: 600px) {

	.has-global-padding {
		padding-right: 16px !important;
		padding-left: 16px !important;
	}


    .wc-block-grid.has-3-columns .wc-block-grid__products {
        display: flex !important;
    }


    .wc-block-grid.has-3-columns .wc-block-grid__product {
        flex: 1 0 50% !important;
        margin: 0 0 24px !important;
        max-width: 50% !important;
        padding: 0 10px !important;
    }

}
