
	.create-shop-page.svelte-zv3hso {
		margin: 60px auto;
		padding: 40px 20px;
		background-image: url('../../../images/create_shop_bg.svg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
	}
	.create-shop-image-wrapper.svelte-zv3hso {
		width: 100%;
		max-width: 50%;
		margin: -120px auto 32px auto;
		overflow: hidden;
        object-fit: cover;
		z-index: 1;
	}
	.create-shop-image.svelte-zv3hso {
        
		width: 100%;
		display: block;
	}
	.create-shop-title.svelte-zv3hso {
		font-size: 2.2rem;
		margin-bottom: 18px;
		color: #1E1D1D;
        max-width: 80%;
	}
	.create-shop-text.svelte-zv3hso {
		font-size: 1.15rem;
		color: #444;
        max-width: 80%;
	}
