@import url("global.css");

.page-header, .product_type_simple {
	display: none !important;
}

.main, .container{
	width: 100%;
	padding: 0px !important;
}

/* .product{
	margin-right: 8px;
} */

.contentclass {
	padding: 0px !important;
}

.n2-ss-slider{
	position: relative;
	top: -10px;
}

.product-category{
	display: none !important;
}

.wp-block-heading{
	margin-bottom: 24px;
}

.rowtight:after, .rowtight:before {
	content: none	!important;
}

#product_wrapper{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center!important;
	width: 96%;
	height: fit-content !important;
	margin: 0 auto;
}

#content {
	margin: 0;
	width: 100vw;
}

.type-product{
	width: 32% !important;
	position: relative !important;
	top: 0px !important;
	left: 0px	!important;
	padding: 0px	!important;
}

@media screen	and (max-width: 768px) {
	#product_wrapper{
		gap: 32px;
	}
	.type-product{
		width: 32% !important;
	}
}

.woocommerce{
	margin : 0 auto;
}
