.bf-single-product {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.bf-single-product .inner {
	background-image: url(/blog/wp-content/uploads/2020/10/bg-basecamp.jpg);
    background-size: contain;
    text-align: center;
    max-width: 420px;
    padding: 40px min(10%, 80px) 20px min(10%, 80px);
}

@media (max-width: 1024px) {
    .bf-single-product {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
	
	.bf-single-product .inner {
		max-width: none;
		width: 100vw;
	}
}

.bf-single-product .product-image img {
	max-height: 300px;
}

.bf-single-product .product-title {
    margin: 10px 0;
}

.bf-single-product .product-link a.btn {
    background: var( --e-global-color-3e5a039 );
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
	text-decoration: none;
    padding: 12px 20px 8px 20px;
    border-radius: 3px;
}

.bf-single-product .product-link a.btn i.bficon-doppelpfeil {
	position: relative;
	top: 2px;
}
