.admin-bar .header {
	top: 32px;
}

#app {
	min-height: 100vh;
}

.olden-footer {
	padding: 60px 0;
	background: var(--main-bg);
	color: var(--accent-color);
}

.olden-footer__wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
}

.olden-footer a {
	color: currentColor;
}

.olden-empty {
	padding: 60px 0 120px;
	text-align: center;
}

.olden-hidden {
	display: none !important;
}

.product-card_liked .btn,
.btn.btn_active {
	background: var(--main-bg);
	color: var(--accent-color);
}

.wishlist-page .product-card[data-wishlist-hidden="true"] {
	display: none;
}

body[class*="wishlist"] .product-card[data-wishlist-hidden="true"],
.catalogue .product-card[data-wishlist-hidden="true"] {
	display: none !important;
}

.map-card__logo {
	max-height: 70px;
	object-fit: contain;
}

.recipe-card .product-card__wrap,
.recipe-card .product-card__image {
	width: 100%;
}

.recipe-card .product-card__img,
.recipe-card .product-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-content__logo--pic {
	max-height: 128px;
}

@media (max-width: 782px) {
	.admin-bar .header {
		top: 46px;
	}
}
