.switch1_on .s-products-slider-slider .product-block__info .price-wrapper {
	font-weight: 500;
}
.switch1_on .header-wishlist-count p {
	display: none;
}
.footer-show-support-names .footer-contact a {
	background-color: var(--custom-color1);
}
.footer-centered .store-footer .footer-social-item .social-link {
	border-radius: 4px;
}
@media only screen and (min-width: 992px) {
	#app.app-body .search-btn.header-btn.hdr-srch-right {
		display: flex !important;
	}
}

section.hidn {
	display: none;
}

.aali-map-branches-btns-wrapper {
	display: flex;
	justify-content: center;
	margin-bottom: 1.2rem;
	flex-wrap: wrap;
}
.aali-map-branches-btns-wrapper .aali-map-branches-btn {
	margin-bottom: 0.8rem;
}
.aali-map-branches-btns-wrapper .aali-map-branches-btn.active button {
	background-color: var(--color-primary);
	color: #fff;
}

@media only screen and (max-width: 430px) {
	.aali-map-branches-btns-wrapper .aali-map-branches-btn button {
		min-width: 130px;
	}
}

html:not(.dark) #app salla-add-product-button button[product-id].s-button-primary:hover {
	color: var(--custom-color2) !important;
	background-color: var(--custom-color3) !important;
	opacity: 1;
}
html:not(.dark) #app salla-add-product-button button[product-id].s-button-primary:hover span.s-button-text {
	color: var(--custom-color2) !important;
}

#app .hide-visits-aali {
	display: none !important;
}

.page-visitors-visible .altumcode-products-visitors-counter-number {
	display: none !important;
}

@media screen and (max-width: 768px) {
	#app .preview-modal salla-slider {
		min-height: calc(100vw - 51px);
		height: auto;
	}
	body .preview-modal salla-slider .s-slider-container,
	body .preview-modal salla-slider {
		height: 100%;
	}
}
@media screen and (min-width: 768px) {
	#app .preview__inner {
		max-height: calc(70vw - 20%);
		max-width: 90%;
	}

	body .preview-modal salla-slider .s-slider-container,
	body .preview-modal salla-slider {
		max-width: 100%;
	}
}
@media screen and (min-width: 1024px) {
	#app .preview__inner {
		max-height: calc(50vw - 20%);
		max-width: 70%;
	}

	body .preview-modal salla-slider .s-slider-container,
	body .preview-modal salla-slider {
		max-width: 100%;
	}
}