/* SEO & UI improvements */

#footer.simple {
	background-color: #111 !important;
	color: #f5f5f5;
}

#footer.simple .footer-bottom-wrap {
	background: #0a0a0a !important;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#footer.simple .footer-bottom-wrap .copyright,
#footer.simple .footer-bottom-wrap a {
	color: #ddd;
}

#footer.simple .footer-bottom-wrap a:hover {
	color: #fff;
}

#footer.simple .wiso-widget-subscribe,
#footer.simple .insta-title,
#footer.simple .wiso-widget-social-title,
#footer.simple .instagram-text a {
	color: #fff !important;
}

#footer.simple .wpcf7-form-control {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: #fff;
}

#footer.simple .wpcf7-submit {
	background: #b50404;
	border: none;
	transition: background 0.2s ease;
}

#footer.simple .wpcf7-submit:hover {
	background: #d40606;
}

#footer.simple .wiso-widget-social-link a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	margin-right: 8px;
	transition: background 0.2s ease, transform 0.2s ease;
}

#footer.simple .wiso-widget-social-link a:hover {
	background: #b50404;
	transform: translateY(-2px);
}

.footer-credit {
	white-space: nowrap;
}

.footer-credit .footer-heart {
	color: #b50404;
	font-size: 0.8em;
	margin-left: 6px;
	display: inline-block;
	transform-origin: center;
}

.footer-credit:hover .footer-heart {
	animation: footerHeartPulse 0.9s ease-in-out infinite;
}

@keyframes footerHeartPulse {
	0% { transform: scale(1); }
	40% { transform: scale(1.22); }
	70% { transform: scale(0.98); }
	100% { transform: scale(1); }
}

#back-to-top {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #b50404;
	color: #fff !important;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
}

#back-to-top:hover {
	background: #d40606;
	transform: translateY(-2px);
}

.wiso-shop-title {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

.page-hero-title {
	margin: 0;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.footer-rikorda {
	text-align: center;
	margin-top: 16px;
}

.footer-rikorda span {
	color: #ddd;
	display: block;
	margin-top: 6px;
}

.footer-rikorda a:hover span {
	color: #fff;
}

.footer-main {
	padding: 20px 0 0 !important;
}

.footer-bottom-wrap {
	margin-top: 0 !important;
	padding: 10px 0 !important;
}

.footer-bottom-wrap .copyright {
	font-size: 12px !important;
}

.scroll-top-button {
	float: right;
	margin-right: 10px;
	margin-top: -26px;
}

#footer.simple .hf-footer-tagline {
	text-align: center;
	color: rgba(255, 255, 255, 0.75);
	font-size: 15px;
	padding: 0 20px 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	margin-bottom: 24px;
}

#footer.simple .hf-footer-tagline strong {
	color: #fff;
	font-family: var(--hf-font-display);
}
