#app.tab-1-on .tab1-too {
	display: block !important;
}
.product-card-banner {
	order: 50;
	height: 100%;
}
.product-card-banner a {
	display: block;
	height: 100%;
}
.product-card-banner img {
	height: 100%;
	object-fit: cover;
	border-radius: var(--product-radius, 8px);
}

.enhanced-product-card .s-add-product-button-main,
.enhanced-product-card .btn--add-to-cart {
	display: grid;
	flex-direction: column;
	gap: 0.5rem;
	justify-content: stretch;
}

.aali-products-tabs.no-tab .tab-trigger {
	display: none;
}

.tabs-on.shw-hdr-scrl .main-nav-container.fixed-pinned .inner {
	top: 0;
}

.content-entry iframe {
	width: 100%;
	max-width: 100%;
	height: 200px;
}
@media (min-width: 1024px) {
	.content-entry iframe {
		min-height: 550px;
	}
}
@media (max-width: 492px) {
	.store-footer salla-payments ul {
		max-width: 75%;
		margin: auto;
	}
}

.footer__localization > button {
	min-height: 50px;
	/* padding: 0rem 0.5rem; */
	background-color: transparent;
}

.s-payments-list-item img[alt="customer_wallet"] {
	content: url("https://cdn.files.salla.network/homepage/2014394719/64385ef9-e735-4470-9afb-e4f0ec781ed5.webp");
}