/*
Theme Name: HM Pro Theme
Theme URI: https://hizlimagazapro.com
Author: Hızlı Mağaza Pro
Author URI: https://hizlimagazapro.com
Description: Premium WooCommerce & Elementor theme with preset color and typography engine.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hm-pro-theme
Tags: e-commerce, woocommerce, elementor, custom-colors, custom-logo, theme-options
*/

:root {
	--hmpro-accent: #111;
	--hmpro-accent-contrast: #fff;
	--hmpro-icon-bg: rgba(0, 0, 0, 0.04);
	--hmpro-icon-border: rgba(0, 0, 0, 0.08);
}

.hmpro-socialicon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	color: var(--hmpro-accent);
	text-decoration: none;
	background: var(--hmpro-icon-bg);
	border: 1px solid var(--hmpro-icon-border);
	transition: transform 0.15s ease, opacity 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.hmpro-socialicon:hover,
.hmpro-socialicon:focus {
	transform: translateY(-1px);
	opacity: 0.95;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.hmpro-socialicon:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12), 0 6px 18px rgba(0, 0, 0, 0.08);
}

.hmpro-socialicon.is-transparent {
	background: transparent;
	border: 0;
	box-shadow: none;
}

.hmpro-socialicon.is-transparent:hover,
.hmpro-socialicon.is-transparent:focus {
	background: transparent;
	box-shadow: none;
}

.hmpro-socialicon__svg {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.hmpro-socialicon__svg svg {
	width: 18px;
	height: 18px;
	display: block;
}

.hmpro-socialicon__badge {
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.2px;
}
