/* =========================
   STORE PAGE LAYOUT
========================= */

.mmpf-main-content-area {
	padding-bottom: 56px;
}

.mmpf-store-body {
	position: relative;
	z-index: 2;
}

.mmpf-store-shell {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 24px;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 28px;
}

.mmpf-store-content-wrap {
	min-width: 0;
}

.mmpf-store-section {
	position: relative;
}





.mmpf-store-sidebar-wrap {
	min-width: 0;
}



#wcfmmp-store-content {
	position: relative;
}

#wcfmmp-store-content > .body_area {
	margin-top: 0;
}

@media (max-width: 1024px) {
	.mmpf-store-shell {
		padding: 0 18px;
		gap: 22px;
	}

	.mmpf-store-tab-panel {
		padding: 24px 22px;
		border-radius: 24px;
	}
}

@media (max-width: 768px) {
	.mmpf-main-content-area {
		padding-bottom: 40px;
	}

	.mmpf-store-shell {
		padding: 0 14px;
		gap: 18px;
	}

	.mmpf-store-tabs-wrap {
		margin-bottom: 16px;
	}

	.mmpf-store-tab-panel {
		padding: 20px 16px;
		border-radius: 20px;
	}
}

@media (max-width: 768px) {
	.mmpf-store-tab-panel {
		padding: 22px 16px;
		border-radius: 24px;
	}
}