/* =========================
   STORE BANNER
========================= */

#wcfmmp-store .banner_img,
#wcfmmp-store .wcfm_store_banner,
#wcfmmp-store .wcfmmp-store-banner,
#wcfmmp-store .wcfm_store_banner_area {
	overflow: hidden;
	margin-bottom: 0;
	position: relative;
}

#wcfmmp-store .banner_img img,
#wcfmmp-store .wcfm_store_banner img,
#wcfmmp-store .wcfmmp-store-banner img,
#wcfmmp-store .wcfm_store_banner_area img {
	display: block;
	width: 100%;
	height: 320px;
	object-fit: cover;
}

#wcfmmp-store .banner_img::after,
#wcfmmp-store .wcfm_store_banner::after,
#wcfmmp-store .wcfmmp-store-banner::after,
#wcfmmp-store .wcfm_store_banner_area::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(0,0,0,0.02) 0%,
		rgba(0,0,0,0.12) 55%,
		rgba(0,0,0,0.30) 100%
	);
}