/*!
Theme Name: Hemen Sitem Store
Theme URI: https://hemensitem.com.tr/
Author: Hemen Sitem
Author URI: https://hemensitem.com.tr/
Description: Bootstrap tabanlı, WooCommerce ve Script Seller satış akışına uygun hızlı hazır site mağazası teması.
Version: 1.0.32
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hemensitem-store
Tags: e-commerce, custom-logo, custom-menu, featured-images, full-width-template, responsive-layout
*/

:root {
	--hs-primary: #0f766e;
	--hs-primary-dark: #0b4f4a;
	--hs-accent: #f59e0b;
	--hs-ink: #13202b;
	--hs-muted: #627083;
	--hs-soft: #f3f8f7;
	--hs-line: #dbe7e5;
	--hs-radius: 8px;
	--hs-shadow: 0 14px 40px rgba(15, 118, 110, 0.12);
	--hs-heading-weight: 820;
	--hs-heading-tight: 1.14;
	--hs-h1: clamp(2.3rem, 4.2vw, 4.2rem);
	--hs-h2: clamp(1.8rem, 2.8vw, 2.8rem);
	--hs-h3: clamp(1.38rem, 1.7vw, 1.75rem);
	--hs-h4: clamp(1.18rem, 1.25vw, 1.38rem);
	--hs-h5: 1.08rem;
	--hs-h6: 0.96rem;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: #fff;
	color: var(--hs-ink);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-top: 0;
	margin-bottom: 0.65em;
	color: var(--hs-ink);
	font-weight: var(--hs-heading-weight);
	line-height: var(--hs-heading-tight);
	letter-spacing: 0;
}

h1,
.h1 {
	font-size: var(--hs-h1);
}

h2,
.h2 {
	font-size: var(--hs-h2);
}

h3,
.h3 {
	font-size: var(--hs-h3);
}

h4,
.h4 {
	font-size: var(--hs-h4);
}

h5,
.h5 {
	font-size: var(--hs-h5);
}

h6,
.h6 {
	font-size: var(--hs-h6);
	text-transform: uppercase;
}

.display-6 {
	font-size: var(--hs-h2);
	line-height: var(--hs-heading-tight);
	font-weight: var(--hs-heading-weight);
}

.display-6.fw-bold,
.display-6.fw-black {
	font-weight: var(--hs-heading-weight) !important;
}

a {
	color: var(--hs-primary);
	text-decoration: none;
}

a:hover {
	color: var(--hs-primary-dark);
}

img {
	max-width: 100%;
	height: auto;
}

.screen-reader-text,
.skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	z-index: 100000;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	background: #fff;
	color: var(--hs-ink);
	clip: auto;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1020;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--hs-line);
}

.site-header .navbar {
	min-height: 74px;
}

.site-header .container {
	gap: 18px;
}

.navbar-brand {
	color: var(--hs-ink);
	font-weight: 800;
	letter-spacing: 0;
	flex: 0 0 auto;
	min-width: 0;
	margin-right: 0;
}

.hs-brand-block {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	line-height: 1;
}

.navbar-collapse {
	min-width: 0;
}

.custom-logo {
	max-height: 46px;
	max-width: 168px;
	width: auto;
}

.site-title {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 800;
}

.site-description {
	margin: 0;
	color: var(--hs-muted);
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1.15;
	white-space: nowrap;
}

.main-navigation {
	min-width: 0;
	flex: 1 1 auto;
}

.main-navigation .menu,
.main-navigation ul {
	display: flex;
	flex-wrap: nowrap;
	gap: 4px;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation .menu > li {
	position: relative;
}

.main-navigation a {
	display: block;
	padding: 9px 10px;
	color: var(--hs-ink);
	font-size: 0.91rem;
	font-weight: 650;
	border-radius: var(--hs-radius);
	white-space: nowrap;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
	background: var(--hs-soft);
	color: var(--hs-primary-dark);
}

.main-navigation .menu > .menu-item-has-children > a::after {
	content: "";
	display: inline-block;
	width: 0.45em;
	height: 0.45em;
	margin-left: 0.45em;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
}

.main-navigation .sub-menu {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	z-index: 1040;
	display: grid;
	min-width: 250px;
	gap: 2px;
	padding: 10px;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #fff;
	box-shadow: var(--hs-shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.main-navigation .menu > li:hover > .sub-menu,
.main-navigation .menu > li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.main-navigation .sub-menu a {
	padding: 10px 12px;
	font-size: 0.9rem;
}

.hs-header-actions {
	display: flex;
	gap: 8px;
	align-items: center;
	flex: 0 0 auto;
}

.hs-icon-link {
	display: inline-flex;
	min-width: auto;
	height: 42px;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	color: var(--hs-ink);
	background: #fff;
	font-weight: 700;
	padding: 0 12px;
	white-space: nowrap;
}

.hs-icon-link:hover {
	background: var(--hs-soft);
	color: var(--hs-primary-dark);
}

.hs-cart-count {
	display: inline-flex;
	min-width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
	margin-left: 6px;
	border-radius: 999px;
	background: var(--hs-accent);
	color: #111827;
	font-size: 0.75rem;
	font-weight: 800;
}

.btn-hs-primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce div.product form.cart .button {
	border: 0;
	border-radius: var(--hs-radius);
	background: var(--hs-primary);
	color: #fff;
	font-weight: 800;
	padding: 12px 18px;
	box-shadow: none;
}

.btn-hs-primary:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce div.product form.cart .button:hover {
	background: var(--hs-primary-dark);
	color: #fff;
}

.btn-hs-outline {
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	color: var(--hs-ink);
	background: #fff;
	font-weight: 800;
	padding: 11px 17px;
}

.btn-hs-outline:hover {
	border-color: var(--hs-primary);
	color: var(--hs-primary-dark);
	background: var(--hs-soft);
}

.site-main {
	min-height: 60vh;
}

.hs-section {
	padding: 72px 0;
}

.hs-section-soft {
	background: var(--hs-soft);
}

.hs-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	color: var(--hs-primary-dark);
	font-size: 0.82rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
}

.hs-hero {
	position: relative;
	padding: 78px 0 44px;
	background:
		linear-gradient(135deg, rgba(15, 118, 110, 0.11), rgba(245, 158, 11, 0.08)),
		#fff;
	border-bottom: 1px solid var(--hs-line);
}

.hs-hero h1 {
	max-width: 820px;
	margin: 0 0 18px;
	color: var(--hs-ink);
	font-size: clamp(2.45rem, 5.5vw, 4.35rem);
	line-height: 1.04;
	font-weight: 860;
	letter-spacing: 0;
}

.hs-hero p {
	max-width: 720px;
	margin: 0;
	color: #4a5b6d;
	font-size: 1.1rem;
}

.hs-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.hs-home-hero {
	overflow: hidden;
	padding: 86px 0 52px;
	background:
		linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(245, 158, 11, 0.1) 48%, rgba(255, 255, 255, 0.88)),
		#fff;
}

.hs-home-hero .container {
	position: relative;
	z-index: 1;
}

.hs-hero-panel {
	padding: 26px;
	border: 1px solid rgba(15, 118, 110, 0.22);
	border-radius: var(--hs-radius);
	background: rgba(255, 255, 255, 0.88);
	box-shadow: var(--hs-shadow);
}

.hs-hero-panel > span {
	display: block;
	margin-bottom: 18px;
	color: var(--hs-primary-dark);
	font-size: 0.86rem;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0;
}

.hs-hero-panel ol {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: hs-step;
}

.hs-hero-panel li {
	position: relative;
	min-height: 46px;
	padding: 10px 10px 10px 58px;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #fff;
	color: #425162;
	font-weight: 700;
}

.hs-hero-panel li::before {
	position: absolute;
	top: 9px;
	left: 10px;
	display: inline-flex;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: var(--hs-primary);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 850;
	counter-increment: hs-step;
	content: counter(hs-step);
}

.hs-stat-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 42px;
}

.hs-stat {
	position: relative;
	min-height: 118px;
	padding: 20px;
	border: 1px solid rgba(15, 118, 110, 0.16);
	border-radius: var(--hs-radius);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(243, 248, 247, 0.82)),
		#fff;
	box-shadow: 0 12px 30px rgba(19, 32, 43, 0.06);
	overflow: hidden;
	transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.hs-stat::after {
	position: absolute;
	right: -18px;
	bottom: -22px;
	width: 72px;
	height: 72px;
	border-radius: 999px;
	background: rgba(15, 118, 110, 0.08);
	content: "";
}

.hs-stat:hover {
	border-color: rgba(15, 118, 110, 0.36);
	box-shadow: 0 16px 38px rgba(19, 32, 43, 0.08);
	transform: translateY(-2px);
}

.hs-stat strong {
	display: block;
	color: var(--hs-primary-dark);
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	font-weight: 900;
	line-height: 1.05;
}

.hs-stat span {
	display: block;
	margin-top: 8px;
	color: var(--hs-muted);
	font-size: 0.94rem;
	font-weight: 720;
	line-height: 1.32;
}

.hs-card {
	height: 100%;
	padding: 22px;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #fff;
	box-shadow: 0 1px 0 rgba(19, 32, 43, 0.03);
	transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.hs-card:hover {
	border-color: rgba(15, 118, 110, 0.45);
	transform: translateY(-2px);
	box-shadow: var(--hs-shadow);
}

.hs-card h3,
.hs-card h2 {
	margin: 0 0 10px;
	font-size: 1.12rem;
	font-weight: 780;
}

.hs-card p {
	margin: 0;
	color: var(--hs-muted);
}

.hs-category-card p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.hs-info-tile {
	position: relative;
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 16px;
	height: 100%;
	padding: 22px;
	border: 1px solid rgba(15, 118, 110, 0.18);
	border-radius: var(--hs-radius);
	background: #fff;
	box-shadow: 0 10px 28px rgba(19, 32, 43, 0.05);
	overflow: hidden;
	transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.hs-info-tile::after {
	position: absolute;
	right: -34px;
	bottom: -44px;
	width: 112px;
	height: 112px;
	border-radius: 999px;
	background: rgba(245, 158, 11, 0.11);
	content: "";
}

.hs-info-tile:hover {
	border-color: rgba(15, 118, 110, 0.42);
	transform: translateY(-2px);
	box-shadow: var(--hs-shadow);
}

.hs-info-icon {
	position: relative;
	z-index: 1;
	display: inline-flex;
	width: 52px;
	height: 52px;
	align-items: center;
	justify-content: center;
	border-radius: var(--hs-radius);
	background: rgba(15, 118, 110, 0.1);
	color: var(--hs-primary-dark);
}

.hs-info-icon svg {
	width: 26px;
	height: 26px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hs-info-tile > div {
	position: relative;
	z-index: 1;
}

.hs-info-tile strong {
	display: block;
	margin-bottom: 8px;
	color: var(--hs-ink);
	font-size: 1.08rem;
	font-weight: 820;
}

.hs-info-tile p,
.hs-muted-lead {
	margin: 0;
	color: var(--hs-muted);
}

.hs-muted-lead {
	font-size: 1.04rem;
}

.hs-category-card {
	display: flex !important;
	overflow: hidden;
	padding: 0;
	flex-direction: column;
	color: var(--hs-ink);
}

.hs-category-card:hover {
	color: var(--hs-ink);
}

.hs-category-media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 210px;
	background: var(--hs-soft);
	overflow: hidden;
}

.hs-category-media img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	margin: 0;
	padding: 14px;
	mix-blend-mode: multiply;
}

.hs-category-body {
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.hs-category-card .hs-category-price {
	display: block;
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid var(--hs-line);
	color: var(--hs-primary-dark);
	font-size: 0.82rem;
	font-weight: 850;
	line-height: 1.35;
	text-transform: uppercase;
}

.hs-category-price strong {
	display: block;
	margin-bottom: 2px;
	color: var(--hs-primary-dark);
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1;
	text-transform: none;
}

.hs-process-list {
	display: grid;
	gap: 14px;
}

.hs-process-item {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	padding: 18px;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #fff;
	box-shadow: 0 1px 0 rgba(19, 32, 43, 0.03);
	transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.hs-process-item:hover {
	border-color: rgba(15, 118, 110, 0.34);
	transform: translateY(-1px);
	box-shadow: 0 10px 26px rgba(19, 32, 43, 0.06);
}

.hs-process-list strong {
	display: inline-flex;
	width: 52px;
	height: 52px;
	align-items: center;
	justify-content: center;
	border-radius: var(--hs-radius);
	background: var(--hs-primary);
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1;
}

.hs-process-content {
	min-width: 0;
}

.hs-process-list h3 {
	margin: 0 0 6px;
	color: var(--hs-ink);
	font-size: 1.05rem;
	font-weight: 780;
}

.hs-process-list p {
	margin: 0;
	color: var(--hs-muted);
}

.hs-support-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.hs-support-grid > div {
	min-height: 132px;
	padding: 22px;
	border: 1px solid rgba(15, 118, 110, 0.18);
	border-radius: var(--hs-radius);
	background: #fff;
}

.hs-support-grid strong {
	display: block;
	margin-bottom: 8px;
	color: var(--hs-ink);
	font-size: 1.08rem;
	font-weight: 850;
}

.hs-support-grid span {
	display: block;
	color: var(--hs-muted);
}

.hs-faq-list {
	display: grid;
	gap: 12px;
}

.hs-faq-item {
	overflow: hidden;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #fff;
	box-shadow: 0 1px 0 rgba(19, 32, 43, 0.03);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.hs-faq-item[open] {
	border-color: rgba(15, 118, 110, 0.34);
	box-shadow: 0 14px 30px rgba(19, 32, 43, 0.06);
}

.hs-faq-item:hover {
	transform: translateY(-1px);
	border-color: rgba(15, 118, 110, 0.28);
}

.hs-faq-item summary {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: space-between;
	padding: 18px 20px;
	color: var(--hs-ink);
	font-size: 1.02rem;
	font-weight: 820;
	line-height: 1.35;
	cursor: pointer;
	list-style: none;
}

.hs-faq-item summary::-webkit-details-marker {
	display: none;
}

.hs-faq-item summary span {
	min-width: 0;
}

.hs-faq-item summary i {
	position: relative;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background: var(--hs-soft);
	border: 1px solid rgba(15, 118, 110, 0.18);
}

.hs-faq-item summary i::before,
.hs-faq-item summary i::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	border-radius: 999px;
	background: var(--hs-primary-dark);
	content: "";
	transform: translate(-50%, -50%);
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.hs-faq-item summary i::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.hs-faq-item[open] summary i {
	background: var(--hs-primary);
	border-color: var(--hs-primary);
}

.hs-faq-item[open] summary i::before,
.hs-faq-item[open] summary i::after {
	background: #fff;
}

.hs-faq-item[open] summary i::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg) scaleX(0.4);
}

.hs-faq-answer {
	padding: 0 20px 20px;
}

.hs-faq-answer p {
	margin: 0;
	max-width: 760px;
	color: var(--hs-muted);
}

.hs-product-grid,
.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	padding: 0;
}

.woocommerce div.product {
	padding: 42px 0;
}

.woocommerce div.product .product_title {
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 850;
	letter-spacing: 0;
}

.woocommerce div.product div.images img,
.woocommerce-cart-form,
.woocommerce-checkout,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
	border-radius: var(--hs-radius);
}

.woocommerce-cart-form,
.woocommerce-checkout,
.woocommerce-account .woocommerce-MyAccount-content {
	padding: 24px;
	border: 1px solid var(--hs-line);
	background: #fff;
}

.woocommerce table.shop_table {
	border-color: var(--hs-line);
	border-radius: var(--hs-radius);
	overflow: hidden;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.input-text,
select,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"] {
	width: 100%;
	min-height: 44px;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	padding: 10px 12px;
	background: #fff;
	color: var(--hs-ink);
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
input:focus,
select:focus,
textarea:focus {
	outline: 3px solid rgba(15, 118, 110, 0.16);
	border-color: var(--hs-primary);
}

.script-seller-product-form,
.script-seller-order-details,
.script-seller-started,
.ss-product-form {
	border-radius: var(--hs-radius);
}

.entry-content > * {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

.entry-content > .alignwide,
.entry-content > .alignfull {
	max-width: none;
}

.page-template-default .entry-title:not(.hs-visible-title) {
	margin-top: 42px;
	text-align: center;
	font-weight: 850;
}

.hs-contact-info-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
	margin-bottom: 28px;
}

.hs-contact-info-card {
	display: grid;
	gap: 8px;
	min-height: 112px;
	padding: 20px;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #fff;
	box-shadow: 0 1px 0 rgba(19, 32, 43, 0.03);
	color: var(--hs-ink);
	text-decoration: none;
}

.hs-contact-info-card:hover {
	border-color: rgba(15, 118, 110, 0.34);
	box-shadow: var(--hs-shadow);
	color: var(--hs-ink);
	transform: translateY(-2px);
}

.hs-contact-info-card span {
	color: var(--hs-primary-dark);
	font-size: 0.78rem;
	font-weight: 850;
	text-transform: uppercase;
}

.hs-contact-info-card strong {
	color: var(--hs-ink);
	font-size: 1.03rem;
	font-weight: 780;
	line-height: 1.45;
	white-space: pre-line;
}

.hs-contact-info-card-wide {
	grid-column: span 2;
}

.hs-contact-social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
	margin-bottom: 34px;
}

.hs-contact-social a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 10px 14px;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: var(--hs-soft);
	color: var(--hs-primary-dark);
	font-weight: 800;
	text-decoration: none;
}

.hs-contact-social a:hover {
	border-color: var(--hs-primary);
	background: #fff;
	color: var(--hs-primary-dark);
}

.hs-contact-social svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hs-contact-social svg path,
.hs-contact-social svg rect,
.hs-contact-social svg circle {
	vector-effect: non-scaling-stroke;
}

.site-footer {
	background: #102028;
	color: rgba(255, 255, 255, 0.78);
	padding: 82px 0 28px;
}

.site-footer a {
	color: rgba(255, 255, 255, 0.86);
}

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

.site-footer h2,
.site-footer h3 {
	color: #fff;
	font-size: 1rem;
	font-weight: 780;
}

.hs-footer-contact-band {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
	gap: 28px;
	align-items: center;
	margin-bottom: 54px;
	padding: 32px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--hs-radius);
	background: rgba(255, 255, 255, 0.05);
}

.hs-footer-contact-copy .hs-eyebrow {
	margin-bottom: 8px;
	color: #7dd3c7;
}

.hs-footer-contact-copy h2 {
	max-width: 480px;
	margin: 0;
	font-size: clamp(1.35rem, 2vw, 2rem);
	line-height: 1.18;
}

.hs-footer-contact-items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.hs-footer-contact-items a {
	display: grid;
	gap: 4px;
	min-height: 92px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--hs-radius);
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

.hs-footer-contact-items a:hover {
	border-color: rgba(125, 211, 199, 0.42);
	background: rgba(255, 255, 255, 0.09);
}

.hs-footer-contact-items span {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.hs-footer-contact-items strong {
	color: #fff;
	font-size: 0.96rem;
	font-weight: 780;
}

.hs-footer-social {
	display: flex;
	grid-column: 1 / -1;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 8px;
	padding-top: 2px;
}

.hs-footer-social a {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--hs-radius);
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

.hs-footer-social a:hover {
	border-color: rgba(125, 211, 199, 0.5);
	background: rgba(125, 211, 199, 0.12);
	color: #fff;
}

.hs-footer-social svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hs-footer-social svg path,
.hs-footer-social svg rect,
.hs-footer-social svg circle {
	vector-effect: non-scaling-stroke;
}

.hs-footer-list {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hs-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 34px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.92rem;
}

.hs-footer-copyright {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	color: rgba(255, 255, 255, 0.72);
}

.hs-footer-policy-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px 16px;
}

.hs-footer-policy-nav a {
	color: rgba(255, 255, 255, 0.76);
	font-weight: 700;
	white-space: nowrap;
}

.hs-footer-policy-nav a:hover {
	color: #fff;
}

@media (max-width: 991.98px) {
	.site-header .container {
		gap: 10px;
	}

	.custom-logo {
		max-width: 148px;
	}

	.main-navigation .menu,
	.main-navigation ul {
		display: block;
		width: 100%;
		padding: 10px 0;
	}

	.main-navigation a {
		padding: 11px 0;
	}

	.main-navigation .sub-menu {
		position: static;
		display: block;
		min-width: 0;
		padding: 0 0 0 14px;
		border: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.main-navigation .menu > .menu-item-has-children > a::after {
		display: none;
	}

	.hs-header-actions {
		margin-top: 12px;
		flex-wrap: wrap;
	}

	.hs-footer-contact-band {
		grid-template-columns: 1fr;
	}

	.hs-contact-info-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hs-footer-contact-items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hs-footer-social {
		justify-content: flex-start;
	}

	.hs-stat-row,
	.hs-product-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hs-home-hero {
		padding: 64px 0 42px;
	}

	.hs-hero-panel {
		padding: 20px;
	}
}

@media (max-width: 575.98px) {
	.hs-hero {
		padding: 56px 0 32px;
	}

	.hs-section {
		padding: 48px 0;
	}

	.hs-stat-row,
	.hs-product-grid,
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.hs-hero h1 {
		font-size: clamp(2rem, 10vw, 2.45rem);
		line-height: 1.1;
	}

	.hs-hero p,
	.hs-muted-lead {
		font-size: 1rem;
	}

	.hs-hero-panel li {
		padding-left: 52px;
	}

	.hs-info-tile {
		grid-template-columns: 1fr;
	}

	.hs-footer-contact-items {
		grid-template-columns: 1fr;
	}

	.hs-contact-info-grid {
		grid-template-columns: 1fr;
	}

	.hs-contact-info-card-wide {
		grid-column: auto;
	}

	.hs-process-item {
		grid-template-columns: 46px minmax(0, 1fr);
		gap: 12px;
		padding: 15px;
	}

	.hs-process-list strong {
		width: 42px;
		height: 42px;
		font-size: 0.86rem;
	}

	.hs-support-grid {
		grid-template-columns: 1fr;
	}

	.hs-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.hs-footer-policy-nav {
		justify-content: flex-start;
	}

	.woocommerce-cart-form,
	.woocommerce-checkout,
	.woocommerce-account .woocommerce-MyAccount-content {
		padding: 16px;
	}
}
