/*
Theme Name: Astratic 4.0
Author: tomeklach
Author URI: https://astratic.com
Theme URI: https://astratic.com
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: astratic-4-0
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 {

}


.page-template-wp-custom-template-splash-landing-1 .wp-site-blocks
{
/*	border: 3px solid red;*/
}

.wp-site-blocks { }
/* TL */
.wp-block-search__button { background-color: #fff; border:0; padding: .5em !important; box-shadow: none;}

details[open] summary { display: none;}
details::details-content { transition: block-size 1s, content-visibility 1s;}
summary::marker { color:#ccc;  }
details {  transition: max-height 400ms ease-out;}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400;
}


@media (max-width: 782px) {
	
	.astratic_products { flex-direction: column-reverse;} 

}


/* WOOCOMMERCE CUSTOM by T */
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata__description, 
.wc-block-cart .wc-block-components-product-metadata__description, 
.wc-block-mini-cart__drawer .wc-block-components-product-metadata__description { display: none !important; }


