.dp-product {
	background: #fafafa !important;
	padding: 25px;
    border-radius: 15px !important;
}

.dp-product__header {
	text-align: center;
}

.product-cart-form__block .button {
	width: 100%;
}
.icon-box__content .link-box__link {
    line-height: 1.2;
}
.info-panel-container {
z-index: 9999;
}

.wa-image-wrapper > img {
    max-height: 48px;
}

.megashop-user-block h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: #1b1b1b;
	font-family: var(--font-family);
}

@media (min-width: 1200px) {
    .header-middle-bar__container-logo a {
	margin-left: -21px;
    }
}

@media (max-width: 1023px) {
    .banner__background-image {
        max-height: 100%;
        margin: 0 auto;
    }
}

.banner__background-image {
    display: block;
    width: 100%;
    height: 100%;
}

.header-middle-bar-shop__search-container {
padding-left: 28px;
}

.product-images {
    align-items: center;
    --image-height: 500px;
}