@charset "UTF-8";
/* @import url("cart-style.css"); */
/* @import url("layout-styles.css"); */
/* @import url("product-page-styles.css"); */


/*
Theme Name:     Astra Child
Template:       astra
Version:        0.0.1
Author:         Kamil Błoński
Author URI:     https://github.com/kbloski
Description:    It work only in preview fronted app. Good Life 😁
License:        GNU General Public License v2 or later
Tags:           custom, child theme
*/

:root {
	--ast-child-layout-padding: 1rem;
}

@media (min-width: 768px) 
{
	:root {
		--ast-child-layout-padding: 1.5rem;
	}
}


/* 
 *  LAYOUT
 */

/* .site-primary-header-wrap 
{
	padding: 0 var(--ast-child-layout-padding) !important;
	margin: 0 !important;
}

.site-primary-header-wrap > * 
{
	max-width: 1140px;
	margin: 0 auto;
	width: 100%;
} */

/* .ast-container {
	max-width: unset !important;
}

footer.site-footer 
{
	padding: 0 !important;
}

footer.site-footer > * 
{
	padding: var(--ast-child-layout-padding) !important;
	margin: 0 auto !important;
	width: 100%;
}

footer.site-footer > * > * 
{
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}



 */










