@import url("global.css");


.contentclass{
	min-height: 90vh;
}

.page-header {
	border-top: 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;
	}
}
