.fw-black {
	font-weight: 860 !important;
}

.woocommerce-breadcrumb {
	margin-bottom: 22px;
	color: var(--hs-muted);
	font-size: 0.92rem;
}

.hs-page-hero,
.hs-shop-hero {
	padding: 52px 0 34px;
	background:
		linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(245, 158, 11, 0.07)),
		#fff;
	border-bottom: 1px solid var(--hs-line);
}

.hs-page-hero h1,
.hs-shop-hero h1 {
	margin: 0;
	font-size: var(--hs-h1);
	line-height: 1.06;
	font-weight: 850;
	letter-spacing: 0;
}

.hs-page-hero p,
.hs-shop-hero p,
.hs-shop-description {
	max-width: 760px;
	margin: 14px 0 0;
	color: var(--hs-muted);
	font-size: 1.05rem;
}

.hs-page-shell {
	max-width: none;
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.hs-page-cover {
	margin: 0 0 34px;
	overflow: hidden;
	border-radius: var(--hs-radius);
}

.hs-page-cover img {
	width: 100%;
	aspect-ratio: 16 / 7;
	object-fit: cover;
}

.hs-page-content,
.hs-entry-shell {
	max-width: none;
	margin: 0 auto;
}

.hs-page-content > *,
.hs-entry-content > * {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.hs-page-content > .alignwide,
.hs-entry-content > .alignwide {
	max-width: 100%;
}

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

.hs-page-content h1,
.hs-page-content h2,
.hs-page-content h3,
.hs-page-content h4,
.hs-page-content h5,
.hs-page-content h6,
.hs-entry-content h1,
.hs-entry-content h2,
.hs-entry-content h3,
.hs-entry-content h4,
.hs-entry-content h5,
.hs-entry-content h6 {
	margin-top: 1.55em;
	margin-bottom: 0.55em;
	font-weight: 780;
}

.hs-page-content h1,
.hs-entry-content h1 {
	font-size: clamp(1.75rem, 2.6vw, 2.55rem);
	font-weight: 820;
}

.hs-page-content h2,
.hs-entry-content h2 {
	font-size: clamp(1.55rem, 2.2vw, 2.2rem);
}

.hs-page-content h3,
.hs-entry-content h3 {
	font-size: clamp(1.3rem, 1.55vw, 1.58rem);
}

.hs-page-content h4,
.hs-entry-content h4 {
	font-size: 1.22rem;
}

.hs-page-content h5,
.hs-entry-content h5 {
	font-size: 1.08rem;
}

.hs-page-content h6,
.hs-entry-content h6 {
	color: var(--hs-primary-dark);
	font-size: 0.94rem;
	font-weight: 820;
	text-transform: uppercase;
}

.hs-page-content p,
.hs-page-content li,
.hs-entry-content p,
.hs-entry-content li {
	color: #425466;
}

.hs-legal-document {
	display: grid;
	gap: 10px;
	padding: 28px;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #fff;
	box-shadow: 0 1px 0 rgba(19, 32, 43, 0.03);
}

.hs-page-content .hs-legal-document > * {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.hs-legal-document h2 {
	margin: 30px 0 8px;
	padding-top: 20px;
	border-top: 1px solid var(--hs-line);
	color: var(--hs-primary-dark);
	font-size: clamp(1.18rem, 1.7vw, 1.55rem);
	font-weight: 840;
}

.hs-legal-document h2:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.hs-legal-document h3 {
	margin: 14px 0 6px;
	color: var(--hs-ink);
	font-size: 1.04rem;
	font-weight: 820;
}

.hs-legal-document p {
	margin: 0 0 7px;
	color: #425466;
	font-size: 0.98rem;
	line-height: 1.72;
}

.hs-legal-document p strong {
	color: var(--hs-ink);
	font-weight: 820;
}

.hs-auth-shell {
	max-width: 920px;
	margin: 0 auto;
}

.hs-auth-card {
	overflow: hidden;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #fff;
	box-shadow: var(--hs-shadow);
}

.hs-auth-intro {
	padding: clamp(24px, 4vw, 38px);
	background:
		linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(245, 158, 11, 0.08)),
		#fff;
	border-bottom: 1px solid var(--hs-line);
}

.hs-auth-intro h2 {
	max-width: 720px;
	margin: 8px 0 0;
	font-size: clamp(1.55rem, 2.5vw, 2.35rem);
	font-weight: 850;
	line-height: 1.12;
}

.hs-auth-intro p {
	max-width: 680px;
	margin: 12px 0 0;
	color: var(--hs-muted);
	font-size: 1rem;
}

.hs-auth-switch {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
	padding: 14px;
	border-bottom: 1px solid var(--hs-line);
	background: #f8fbfb;
}

.hs-auth-tab {
	min-height: 46px;
	border: 1px solid transparent;
	border-radius: var(--hs-radius);
	background: transparent;
	color: var(--hs-ink);
	font-weight: 850;
	line-height: 1;
}

.hs-auth-tab:hover {
	border-color: rgba(15, 118, 110, 0.2);
	background: #fff;
}

.hs-auth-tab.is-active {
	border-color: var(--hs-primary);
	background: var(--hs-primary);
	color: #fff;
	box-shadow: 0 10px 24px rgba(15, 118, 110, 0.18);
}

.hs-auth-panels {
	padding: clamp(22px, 4vw, 34px);
}

.hs-auth-panel[hidden] {
	display: none !important;
}

.hs-auth-panel {
	max-width: 560px;
	margin: 0 auto;
}

.hs-auth-panel-head {
	margin-bottom: 18px;
	text-align: center;
}

.hs-auth-panel-head h3 {
	margin: 0;
	color: var(--hs-ink);
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	font-weight: 850;
}

.hs-auth-panel-head p {
	margin: 8px 0 0;
	color: var(--hs-muted);
	font-size: 0.96rem;
	line-height: 1.55;
}

.woocommerce .hs-auth-form {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	border: 0;
}

.woocommerce .hs-auth-form .form-row {
	margin: 0;
	padding: 0;
}

.woocommerce .hs-auth-form label {
	margin-bottom: 7px;
	color: var(--hs-ink);
	font-size: 0.9rem;
	font-weight: 760;
}

.woocommerce .hs-auth-form input.input-text {
	min-height: 48px;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	padding: 12px 14px;
	background: #fff;
	color: var(--hs-ink);
}

.woocommerce .hs-auth-form input.input-text:focus {
	border-color: var(--hs-primary);
	box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.12);
	outline: 0;
}

.hs-auth-form-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	align-items: center;
	justify-content: space-between;
	color: var(--hs-muted);
	font-size: 0.92rem;
}

.hs-auth-form-actions label {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin: 0 !important;
	color: var(--hs-muted);
	font-weight: 700;
}

.hs-auth-form-actions a {
	font-weight: 800;
}

.woocommerce .hs-auth-form .button,
.woocommerce .hs-auth-form .btn {
	width: 100%;
	min-height: 50px;
	margin-top: 4px;
	border-radius: var(--hs-radius);
	font-weight: 850;
}

.hs-auth-note {
	margin: 0;
	padding: 13px 14px;
	border: 1px solid rgba(15, 118, 110, 0.18);
	border-radius: var(--hs-radius);
	background: #f8fbfb;
	color: var(--hs-muted);
	font-size: 0.94rem;
	line-height: 1.52;
}

.hs-account-layout {
	display: grid;
	grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.woocommerce-account .woocommerce-MyAccount-navigation.hs-account-nav,
.hs-account-nav {
	position: sticky;
	top: 96px;
	float: none;
	width: auto;
	padding: 0;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #fff;
	box-shadow: 0 1px 0 rgba(19, 32, 43, 0.03);
	overflow: hidden;
}

.hs-account-profile {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 18px;
	border-bottom: 1px solid var(--hs-line);
	background:
		linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(245, 158, 11, 0.07)),
		#fff;
}

.hs-account-avatar {
	display: inline-flex;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: var(--hs-primary);
	color: #fff;
	font-size: 1.18rem;
	font-weight: 900;
	line-height: 1;
}

.hs-account-profile strong,
.hs-account-profile span {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hs-account-profile strong {
	color: var(--hs-ink);
	font-size: 1rem;
	font-weight: 850;
}

.hs-account-profile span {
	margin-top: 2px;
	color: var(--hs-muted);
	font-size: 0.84rem;
}

.hs-account-nav ul {
	display: grid;
	gap: 4px;
	margin: 0;
	padding: 10px;
	list-style: none;
}

.hs-account-nav li {
	margin: 0;
}

.hs-account-nav a {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-height: 44px;
	padding: 8px 10px;
	border-radius: var(--hs-radius);
	color: var(--hs-ink);
	font-size: 0.94rem;
	font-weight: 760;
}

.hs-account-nav a:hover,
.hs-account-nav .is-active a,
.hs-account-nav a[aria-current="page"] {
	background: var(--hs-soft);
	color: var(--hs-primary-dark);
}

.hs-account-nav .woocommerce-MyAccount-navigation-link--customer-logout a {
	color: #b42318;
}

.hs-account-nav-icon {
	display: inline-flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #f8fbfb;
	color: var(--hs-primary-dark);
	font-weight: 900;
	line-height: 1;
}

.woocommerce-account .woocommerce-MyAccount-content.hs-account-content,
.hs-account-content {
	float: none;
	width: auto;
	min-width: 0;
	padding: clamp(22px, 4vw, 34px);
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #fff;
	box-shadow: 0 1px 0 rgba(19, 32, 43, 0.03);
}

.hs-account-dashboard {
	display: grid;
	gap: 22px;
}

.hs-account-welcome {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 150px;
	gap: 20px;
	align-items: center;
	padding: clamp(20px, 3vw, 28px);
	border: 1px solid rgba(15, 118, 110, 0.18);
	border-radius: var(--hs-radius);
	background:
		linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(245, 158, 11, 0.08)),
		#fff;
}

.hs-account-welcome h2 {
	margin: 8px 0 0;
	font-size: clamp(1.55rem, 2.3vw, 2.2rem);
	font-weight: 850;
	line-height: 1.14;
}

.hs-account-welcome p {
	max-width: 720px;
	margin: 12px 0 0;
	color: var(--hs-muted);
}

.hs-account-welcome-stat {
	display: grid;
	place-items: center;
	min-height: 128px;
	border: 1px solid rgba(15, 118, 110, 0.16);
	border-radius: var(--hs-radius);
	background: rgba(255, 255, 255, 0.76);
	text-align: center;
}

.hs-account-welcome-stat strong {
	color: var(--hs-primary-dark);
	font-size: 2.25rem;
	font-weight: 900;
	line-height: 1;
}

.hs-account-welcome-stat span {
	color: var(--hs-muted);
	font-size: 0.88rem;
	font-weight: 800;
}

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

.hs-account-quick-card {
	display: grid;
	gap: 9px;
	min-height: 168px;
	padding: 18px;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #fff;
	color: var(--hs-ink);
	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-account-quick-card:hover {
	border-color: rgba(15, 118, 110, 0.42);
	color: var(--hs-ink);
	box-shadow: var(--hs-shadow);
	transform: translateY(-2px);
}

.hs-account-quick-card > span {
	display: inline-flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: var(--hs-soft);
	color: var(--hs-primary-dark);
	font-size: 1.1rem;
	font-weight: 900;
	line-height: 1;
}

.hs-account-quick-card strong {
	font-size: 1.05rem;
	font-weight: 850;
}

.hs-account-quick-card em {
	color: var(--hs-muted);
	font-size: 0.92rem;
	font-style: normal;
	line-height: 1.45;
}

.hs-account-process {
	padding: 22px;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #f8fbfb;
}

.hs-account-process h3 {
	margin: 0 0 16px;
	font-size: 1.25rem;
	font-weight: 850;
}

.hs-account-process > div {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.hs-account-process span {
	display: grid;
	gap: 8px;
	align-content: start;
	padding: 14px;
	border: 1px solid rgba(15, 118, 110, 0.16);
	border-radius: var(--hs-radius);
	background: #fff;
	color: #405265;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.35;
}

.hs-account-process span strong {
	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.82rem;
	font-weight: 900;
	line-height: 1;
}

.hs-account-content > p:first-child {
	margin-top: 0;
}

.hs-account-content h2,
.hs-account-content h3 {
	color: var(--hs-ink);
	font-weight: 850;
}

.hs-account-content .woocommerce-Button,
.hs-account-content .button {
	border-radius: var(--hs-radius);
	font-weight: 850;
}

.hs-account-content table.shop_table {
	margin-bottom: 0;
	border-color: var(--hs-line);
	border-radius: var(--hs-radius);
	overflow: hidden;
}

.hs-account-content table.shop_table th {
	color: var(--hs-ink);
	font-size: 0.88rem;
	font-weight: 850;
}

.hs-account-content table.shop_table td {
	color: #425466;
	vertical-align: middle;
}

.woocommerce-account .addresses .title h2 {
	font-size: 1.25rem;
}

.woocommerce-account .woocommerce-address-fields,
.woocommerce-account .woocommerce-EditAccountForm,
.woocommerce-account .woocommerce-ResetPassword {
	display: grid;
	gap: 12px;
}

.hs-entry-hero {
	padding-top: 58px;
}

.hs-entry-shell {
	max-width: none;
	padding: 0;
}

.hs-entry-shell .post-thumbnail {
	max-width: 100%;
	margin: 0 auto 34px;
	overflow: hidden;
	border-radius: var(--hs-radius);
}

.hs-entry-shell .post-thumbnail img {
	width: 100%;
	aspect-ratio: 16 / 7;
	object-fit: cover;
}

.hs-entry-content {
	font-size: 1.04rem;
}

.hs-entry-content p,
.hs-page-content p {
	margin-bottom: 1.1rem;
}

.hs-entry-footer {
	max-width: 100%;
	margin: 32px auto 0;
	padding-top: 18px;
	border-top: 1px solid var(--hs-line);
	color: var(--hs-muted);
	font-size: 0.92rem;
}

.post-navigation {
	max-width: 100%;
	margin: 42px auto 0;
	padding-top: 22px;
	border-top: 1px solid var(--hs-line);
}

.post-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.post-navigation a {
	display: block;
	height: 100%;
	padding: 18px;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #fff;
	color: var(--hs-ink);
	font-weight: 800;
}

.post-navigation a:hover {
	border-color: rgba(15, 118, 110, 0.45);
	color: var(--hs-primary-dark);
	box-shadow: 0 10px 26px rgba(19, 32, 43, 0.06);
}

.post-navigation .nav-subtitle {
	display: block;
	margin-bottom: 6px;
	color: var(--hs-primary-dark);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

.hs-shop-assist {
	display: grid;
	gap: 6px;
	padding: 18px;
	border: 1px solid rgba(15, 118, 110, 0.2);
	border-radius: var(--hs-radius);
	background: rgba(255, 255, 255, 0.75);
}

.hs-shop-assist strong {
	font-size: 1rem;
}

.hs-shop-assist span {
	color: var(--hs-muted);
	font-size: 0.94rem;
}

.hs-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
	padding: 14px 16px;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #fff;
}

.hs-shop-toolbar .woocommerce-result-count,
.hs-shop-toolbar .woocommerce-ordering {
	margin: 0;
}

.hs-shop-toolbar select {
	min-width: 220px;
}

.woocommerce ul.products li.product.hs-loop-product,
.hs-loop-product {
	border: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.hs-loop-card {
	display: flex;
	height: 100%;
	flex-direction: column;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #fff;
	overflow: hidden;
	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-loop-card:hover {
	border-color: rgba(15, 118, 110, 0.45);
	box-shadow: var(--hs-shadow);
	transform: translateY(-2px);
}

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

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

.woocommerce ul.products li.product .hs-loop-media img {
	height: auto;
	object-fit: contain;
}

.hs-loop-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1;
	border-radius: 999px;
	background: var(--hs-accent);
	color: #111827;
	font-size: 0.78rem;
	font-weight: 900;
	padding: 6px 10px;
}

.hs-loop-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.hs-loop-category {
	color: var(--hs-primary-dark);
	font-size: 0.78rem;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0;
}

.hs-loop-title {
	padding: 0 !important;
	margin: 8px 0 0 !important;
	font-size: 1.08rem !important;
	line-height: 1.25;
	font-weight: 820;
}

.hs-loop-title a {
	color: var(--hs-ink);
}

.hs-loop-sku {
	margin-top: 8px;
	color: var(--hs-muted);
	font-size: 0.86rem;
}

.hs-loop-price {
	margin-top: 12px;
	color: var(--hs-primary-dark);
	font-size: 1.08rem;
	font-weight: 900;
}

.hs-loop-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-top: auto;
	padding-top: 16px;
}

.hs-loop-actions .button {
	margin: 0 !important;
}

.hs-single-product-page {
	padding: 28px 0 72px;
}

.hs-single-hero {
	padding: 20px 0 42px;
}

.hs-single-gallery {
	position: relative;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #fff;
	padding: 14px;
	overflow: hidden;
}

.hs-single-gallery .woocommerce-product-gallery {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

.hs-single-gallery .woocommerce-product-gallery__trigger {
	top: 26px !important;
	right: 26px !important;
	z-index: 4;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(15, 118, 110, 0.16);
	border-radius: var(--hs-radius);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 8px 22px rgba(19, 32, 43, 0.1);
}

.hs-single-gallery .flex-viewport {
	height: clamp(360px, 42vw, 520px) !important;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background:
		linear-gradient(135deg, rgba(15, 118, 110, 0.05), rgba(245, 158, 11, 0.04)),
		#fff;
}

.hs-single-gallery .woocommerce-product-gallery__wrapper {
	height: 100%;
	margin: 0;
}

.hs-single-gallery .woocommerce-product-gallery__image {
	height: 100%;
	background: #fff;
}

.hs-single-gallery .woocommerce-product-gallery__image a {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.hs-single-gallery .woocommerce-product-gallery__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: calc(var(--hs-radius) - 2px);
}

.hs-single-gallery .flex-control-nav.flex-control-thumbs {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	margin: 12px 0 0;
	padding: 0;
	overflow-x: auto;
	list-style: none;
	scrollbar-width: thin;
}

.hs-single-gallery .flex-control-thumbs li {
	width: 78px !important;
	min-width: 78px;
	margin: 0 !important;
	padding: 0;
}

.hs-single-gallery .flex-control-thumbs img {
	width: 78px !important;
	height: 78px !important;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	object-fit: cover;
	background: #fff;
	opacity: 1;
	cursor: pointer;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.hs-single-gallery .flex-control-thumbs img:hover,
.hs-single-gallery .flex-control-thumbs img.flex-active {
	border-color: var(--hs-primary);
	box-shadow: 0 10px 24px rgba(15, 118, 110, 0.14);
	transform: translateY(-1px);
}

.hs-single-gallery .zoomImg {
	border-radius: 0;
}

.hs-single-summary {
	position: sticky;
	top: 96px;
	float: none !important;
	width: 100% !important;
	padding: clamp(22px, 4vw, 34px);
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #fff;
	box-shadow: var(--hs-shadow);
}

.hs-single-summary .product_title {
	margin-bottom: 10px;
	font-size: clamp(1.65rem, 2.35vw, 2.35rem);
	line-height: 1.12;
}

.hs-single-kicker {
	margin-bottom: 10px;
	color: var(--hs-primary-dark);
	font-size: 0.82rem;
	font-weight: 900;
	text-transform: uppercase;
}

.hs-single-meta-line {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 0 16px;
}

.hs-single-meta-line span {
	border: 1px solid var(--hs-line);
	border-radius: 999px;
	padding: 6px 10px;
	color: var(--hs-muted);
	font-size: 0.86rem;
	font-weight: 700;
}

.hs-single-process {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	margin: 18px 0;
}

.hs-single-process-step {
	display: grid;
	gap: 7px;
	align-content: start;
	min-height: 104px;
	padding: 11px;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: var(--hs-soft);
}

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

.hs-single-process-step span {
	color: #405265;
	font-size: 0.82rem;
	font-weight: 650;
	line-height: 1.28;
}

.hs-single-demo-actions {
	display: grid;
	gap: 14px;
	margin: 16px 0;
	padding: 16px;
	border: 1px solid rgba(15, 118, 110, 0.18);
	border-radius: var(--hs-radius);
	background:
		linear-gradient(135deg, rgba(15, 118, 110, 0.08), rgba(245, 158, 11, 0.06)),
		#fff;
}

.hs-single-demo-actions span {
	display: block;
	margin-bottom: 4px;
	color: var(--hs-primary-dark);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.hs-single-demo-actions strong {
	display: block;
	color: var(--hs-ink);
	font-size: 0.96rem;
	font-weight: 760;
	line-height: 1.42;
}

.hs-single-demo-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.hs-demo-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 14px;
	border-radius: var(--hs-radius);
	font-size: 0.92rem;
	font-weight: 850;
	text-decoration: none;
}

.hs-demo-button-primary {
	border: 0;
	background: var(--hs-primary);
	color: #fff;
}

.hs-demo-button-primary:hover {
	background: var(--hs-primary-dark);
	color: #fff;
}

.hs-demo-button-secondary {
	border: 1px solid var(--hs-line);
	background: #fff;
	color: var(--hs-ink);
}

.hs-demo-button-secondary:hover {
	border-color: var(--hs-primary);
	background: var(--hs-soft);
	color: var(--hs-primary-dark);
}

.hs-single-cart-panel {
	margin: 20px 0 16px;
	padding: 18px;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: var(--hs-soft);
}

.hs-single-cart-panel form.cart {
	margin-bottom: 0 !important;
}

.hs-single-purchase {
	margin: 10px 0 34px;
	padding: clamp(22px, 4vw, 34px);
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #fff;
	box-shadow: 0 1px 0 rgba(19, 32, 43, 0.03);
	scroll-margin-top: 96px;
}

.hs-single-purchase-head {
	max-width: 780px;
	margin-bottom: 22px;
	scroll-margin-top: 118px;
}

.hs-single-purchase-head h2 {
	margin: 0;
	font-size: clamp(1.55rem, 2.4vw, 2.25rem);
	font-weight: 850;
	letter-spacing: 0;
}

.hs-single-purchase-head p {
	margin: 10px 0 0;
	color: var(--hs-muted);
}

.hs-single-purchase .hs-single-cart-panel {
	margin: 0;
}

.hs-single-purchase #step1 {
	scroll-margin-top: 118px;
}

.hs-single-details {
	clear: both;
	padding-top: 24px;
}

.woocommerce-result-count,
.woocommerce-ordering {
	margin-bottom: 24px;
}

.woocommerce-ordering select {
	min-width: 240px;
}

.woocommerce span.onsale {
	min-width: 48px;
	min-height: 48px;
	padding: 0;
	background: var(--hs-accent);
	color: #111827;
	font-weight: 900;
	line-height: 48px;
}

.hs-single-gallery .onsale {
	position: absolute;
	top: 24px;
	left: 24px;
	z-index: 3;
	min-width: 0;
	min-height: 0;
	padding: 7px 11px;
	border-radius: 999px;
	background: var(--hs-accent);
	color: #111827;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--hs-primary-dark);
	font-size: 1.4rem;
	font-weight: 900;
}

.hs-single-summary p.price {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 12px;
	margin: 18px 0 8px;
	padding: 16px 18px;
	border: 1px solid rgba(15, 118, 110, 0.18);
	border-radius: var(--hs-radius);
	background:
		linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(245, 158, 11, 0.08)),
		#fff;
	color: var(--hs-primary-dark);
}

.hs-single-summary p.price::before {
	flex: 0 0 100%;
	color: var(--hs-muted);
	font-size: 0.78rem;
	font-weight: 850;
	line-height: 1;
	text-transform: uppercase;
	content: "Paket fiyatı";
}

.hs-single-summary p.price::after {
	display: none;
}

.hs-single-summary p.price .amount {
	color: var(--hs-primary-dark);
	font-size: clamp(1.95rem, 3.4vw, 2.75rem);
	font-weight: 900;
	line-height: 1;
}

.hs-single-summary p.price .woocommerce-Price-currencySymbol {
	margin-right: 2px;
	font-size: 0.72em;
	vertical-align: 0.12em;
}

.hs-single-summary p.price del {
	order: 1;
	color: var(--hs-muted);
	font-size: 1rem;
	font-weight: 700;
	opacity: 0.72;
}

.hs-single-summary p.price del .amount {
	color: inherit;
	font-size: 1rem;
	font-weight: 700;
}

.hs-single-summary p.price ins {
	order: 2;
	text-decoration: none;
}

.hs-single-summary p.price ins .amount {
	color: var(--hs-primary-dark);
}

.hs-single-price-extra {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px 12px;
	margin: 0 0 18px;
	padding: 11px 14px;
	border: 1px dashed rgba(15, 118, 110, 0.28);
	border-radius: var(--hs-radius);
	background: rgba(15, 118, 110, 0.06);
}

.hs-single-price-extra span {
	color: #405265;
	font-size: 0.76rem;
	font-weight: 850;
	line-height: 1.25;
	text-transform: uppercase;
}

.hs-single-price-extra strong {
	color: var(--hs-primary-dark);
	font-size: 1.02rem;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
}

.hs-single-price-extra .amount {
	color: inherit;
}

.hs-single-excerpt-card {
	margin: 16px 0 14px;
	padding: 16px 18px;
	border: 1px solid rgba(15, 118, 110, 0.18);
	border-radius: var(--hs-radius);
	background: #f8fbfb;
	color: #405265;
}

.hs-single-excerpt-card p {
	margin: 0;
	color: inherit;
	font-size: 0.98rem;
	line-height: 1.62;
}

.hs-single-excerpt-card p + p {
	margin-top: 10px;
}

.hs-single-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	align-items: center;
	margin: 16px 0 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--hs-line);
}

.hs-single-cta-row .btn {
	flex: 0 0 auto;
}

.hs-single-cta-row span {
	flex: 1 1 220px;
	color: var(--hs-muted);
	font-size: 0.92rem;
	line-height: 1.42;
}

.hs-single-details .woocommerce-tabs {
	display: grid;
	gap: 0;
	margin-bottom: 34px;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #fff;
	box-shadow: 0 1px 0 rgba(19, 32, 43, 0.03);
	overflow: hidden;
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.hs-single-details .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 !important;
	padding: 16px !important;
	border: 0;
	border-bottom: 1px solid var(--hs-line);
	background:
		linear-gradient(135deg, rgba(15, 118, 110, 0.08), rgba(245, 158, 11, 0.06)),
		#fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.hs-single-details .woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(15, 118, 110, 0.18);
	border-radius: 999px;
	background: #fff;
	box-shadow: none;
	overflow: hidden;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.hs-single-details .woocommerce-tabs ul.tabs li a {
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 10px 16px !important;
	color: var(--hs-ink);
	font-size: 0.92rem;
	font-weight: 820 !important;
	line-height: 1.2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.hs-single-details .woocommerce-tabs ul.tabs li.active {
	border-color: var(--hs-primary);
	background: var(--hs-primary);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.hs-single-details .woocommerce-tabs ul.tabs li.active a {
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel,
.hs-single-details .woocommerce-tabs .panel {
	margin: 0 !important;
	padding: clamp(20px, 4vw, 34px);
	border: 0;
	border-radius: 0;
	background: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	margin-top: 0;
	margin-bottom: 14px;
	color: var(--hs-primary-dark);
	font-size: clamp(1.35rem, 2vw, 1.9rem);
	font-weight: 820;
}

.hs-single-details .woocommerce-tabs .panel p,
.hs-single-details .woocommerce-tabs .panel li {
	color: #425466;
	line-height: 1.68;
}

.hs-single-details .woocommerce-tabs .panel img {
	border-radius: var(--hs-radius);
}

.hs-single-details .woocommerce-tabs .panel [style*="border-radius"] {
	border-radius: var(--hs-radius) !important;
}

.hs-single-details .woocommerce-tabs .panel [style*="grid-template-columns"] {
	gap: 16px !important;
}

.hs-single-details .woocommerce-Reviews {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
	gap: 22px;
	align-items: start;
}

.hs-single-details .woocommerce-Reviews #comments,
.hs-single-details .woocommerce-Reviews #review_form_wrapper {
	padding: 20px;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #f8fbfb;
}

.hs-single-details .woocommerce-Reviews-title,
.hs-single-details .comment-reply-title {
	display: block;
	margin: 0 0 14px;
	color: var(--hs-ink);
	font-size: 1.12rem;
	font-weight: 840;
	line-height: 1.32;
}

.hs-single-details .woocommerce-noreviews {
	margin: 0;
	color: var(--hs-muted);
}

.hs-single-details .comment-form {
	display: grid;
	gap: 14px;
}

.hs-single-details .comment-form p {
	margin: 0;
}

.hs-single-details .comment-form label {
	display: block;
	margin-bottom: 7px;
	color: var(--hs-ink);
	font-size: 0.9rem;
	font-weight: 760;
}

.hs-single-details .comment-form textarea,
.hs-single-details .comment-form input[type="text"],
.hs-single-details .comment-form input[type="email"] {
	width: 100%;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	padding: 12px 14px;
	background: #fff;
	color: var(--hs-ink);
}

.hs-single-details .comment-form textarea:focus,
.hs-single-details .comment-form input:focus {
	border-color: var(--hs-primary);
	box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.12);
	outline: 0;
}

.hs-single-details .comment-form .submit {
	border: 0;
	border-radius: var(--hs-radius);
	padding: 12px 18px;
	background: var(--hs-primary);
	color: #fff;
	font-weight: 850;
}

.hs-single-details .comment-form .submit:hover {
	background: var(--hs-primary-dark);
}

.hs-single-details p.stars a {
	color: var(--hs-accent);
}

.hs-single-details .related.products {
	margin-top: 34px;
	padding: clamp(22px, 4vw, 34px);
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #fff;
}

.hs-single-details .related.products > h2 {
	margin: 0 0 20px;
	color: var(--hs-ink);
	font-size: clamp(1.45rem, 2vw, 2rem);
	font-weight: 850;
}

.woocommerce-checkout-review-order,
.cart_totals,
.woocommerce-order {
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	padding: 22px;
	background: #fff;
}

.woocommerce-cart .hs-page-content,
.woocommerce-checkout .hs-page-content {
	max-width: 1220px;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
	display: grid;
	gap: 22px;
}

.woocommerce-cart-form {
	overflow: hidden;
	box-shadow: 0 1px 0 rgba(19, 32, 43, 0.03);
}

.woocommerce-cart-form::before {
	content: "Sepetindeki hizmetler";
	display: block;
	margin: -24px -24px 22px;
	padding: 22px 24px;
	border-bottom: 1px solid var(--hs-line);
	background:
		linear-gradient(135deg, rgba(15, 118, 110, 0.09), rgba(245, 158, 11, 0.06)),
		#fff;
	color: var(--hs-ink);
	font-size: clamp(1.2rem, 1.8vw, 1.55rem);
	font-weight: 850;
}

.woocommerce-cart-form table.shop_table,
.woocommerce-checkout-review-order-table {
	margin: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
}

.woocommerce-cart-form table.shop_table thead th,
.woocommerce-checkout-review-order-table thead th {
	padding: 14px 16px;
	border: 0;
	background: #f8fbfb;
	color: var(--hs-muted);
	font-size: 0.78rem;
	font-weight: 850;
	text-transform: uppercase;
}

.woocommerce-cart-form table.shop_table td,
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table tfoot th {
	padding: 16px;
	border-top: 1px solid var(--hs-line);
	color: var(--hs-ink);
	vertical-align: middle;
}

.woocommerce-cart-form .product-thumbnail img {
	width: 76px;
	height: 76px;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	object-fit: cover;
	background: #fff;
}

.woocommerce-cart-form .product-name a,
.woocommerce-checkout-review-order-table .product-name {
	color: var(--hs-ink);
	font-weight: 850;
}

.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-subtotal,
.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table .order-total td {
	font-weight: 850;
}

.woocommerce-cart-form .product-remove a.remove {
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border: 1px solid #fecdca;
	border-radius: var(--hs-radius);
	background: #fff1f0;
	color: #b42318 !important;
	font-size: 1.25rem;
	line-height: 1;
}

.woocommerce-cart-form .product-remove a.remove:hover {
	background: #b42318;
	color: #fff !important;
}

.woocommerce-cart-form .quantity .qty {
	max-width: 88px;
	min-height: 42px;
	text-align: center;
}

.woocommerce-cart-form td.actions {
	padding: 20px 0 0;
	border-top: 1px solid var(--hs-line);
}

.woocommerce-cart-form td.actions .coupon {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-right: 10px;
}

.woocommerce-cart-form td.actions .coupon .input-text {
	min-width: min(260px, 100%);
	min-height: 44px;
}

.woocommerce-cart-form td.actions .button,
.woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #payment #place_order,
.hs-empty-cart .button {
	border: 0;
	border-radius: var(--hs-radius);
	background: var(--hs-primary);
	color: #fff;
	font-weight: 850;
	min-height: 44px;
	padding: 12px 18px;
}

.woocommerce-cart-form td.actions .button:hover,
.woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout #payment #place_order:hover,
.hs-empty-cart .button:hover {
	background: var(--hs-primary-dark);
	color: #fff;
}

.woocommerce-cart-form td.actions button[name="update_cart"] {
	background: #fff;
	border: 1px solid var(--hs-line);
	color: var(--hs-ink);
}

.woocommerce-cart-form td.actions button[name="update_cart"]:hover {
	border-color: var(--hs-primary);
	background: var(--hs-soft);
	color: var(--hs-primary-dark);
}

.cart-collaterals {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.45fr);
	gap: 22px;
	align-items: start;
}

.cart-collaterals::before,
.cart-collaterals::after {
	display: none;
}

.cart-collaterals .cross-sells {
	width: auto;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: auto;
	position: sticky;
	top: 92px;
	box-shadow: var(--hs-shadow);
}

.cart_totals h2 {
	margin: 0 0 16px;
	font-size: clamp(1.25rem, 1.7vw, 1.55rem);
	font-weight: 850;
}

.cart_totals table.shop_table {
	margin-bottom: 18px;
	border: 0;
}

.cart_totals table.shop_table th,
.cart_totals table.shop_table td {
	padding: 13px 0;
	border-top: 1px solid var(--hs-line);
	color: var(--hs-ink);
}

.cart_totals .order-total th,
.cart_totals .order-total td,
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
	color: var(--hs-primary-dark);
	font-size: 1.12rem;
	font-weight: 900;
}

.woocommerce .cart_totals .wc-proceed-to-checkout {
	padding: 0;
}

.woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin: 0;
	font-size: 1rem;
}

.hs-empty-cart {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: 24px;
	align-items: center;
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background:
		linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(245, 158, 11, 0.08)),
		#fff;
	box-shadow: var(--hs-shadow);
}

.hs-empty-cart h2 {
	margin: 8px 0 10px;
	font-size: clamp(1.7rem, 3vw, 2.6rem);
	font-weight: 850;
	line-height: 1.1;
}

.hs-empty-cart p {
	max-width: 680px;
	margin: 0 0 18px;
	color: var(--hs-muted);
	font-size: 1.05rem;
}

.hs-empty-cart-steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.hs-empty-cart-steps div {
	display: grid;
	gap: 8px;
	min-height: 112px;
	padding: 16px;
	border: 1px solid rgba(15, 118, 110, 0.16);
	border-radius: var(--hs-radius);
	background: rgba(255, 255, 255, 0.72);
}

.hs-empty-cart-steps strong {
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border-radius: var(--hs-radius);
	background: var(--hs-primary);
	color: #fff;
	font-size: 0.9rem;
}

.hs-empty-cart-steps span {
	color: var(--hs-ink);
	font-weight: 850;
	line-height: 1.35;
}

.hs-checkout {
	border: 0;
	padding: 0;
	background: transparent;
}

.hs-checkout-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: end;
	margin-bottom: 22px;
	padding: clamp(22px, 4vw, 34px);
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background:
		linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(245, 158, 11, 0.07)),
		#fff;
	box-shadow: 0 1px 0 rgba(19, 32, 43, 0.03);
}

.hs-checkout-intro h2 {
	margin: 8px 0 10px;
	font-size: clamp(1.55rem, 2.6vw, 2.35rem);
	font-weight: 850;
	line-height: 1.1;
}

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

.hs-checkout-steps {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hs-checkout-steps li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 40px;
	padding: 8px 11px;
	border: 1px solid rgba(15, 118, 110, 0.18);
	border-radius: var(--hs-radius);
	background: #fff;
	color: var(--hs-ink);
	font-size: 0.88rem;
	font-weight: 850;
}

.hs-checkout-steps span,
.hs-checkout-card-head > span {
	display: inline-flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	border-radius: var(--hs-radius);
	background: var(--hs-primary);
	color: #fff;
	font-size: 0.86rem;
	font-weight: 900;
}

.hs-checkout-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.45fr);
	gap: 22px;
	align-items: start;
}

.hs-checkout-sidebar {
	position: sticky;
	top: 92px;
}

.hs-checkout-card {
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #fff;
	box-shadow: 0 1px 0 rgba(19, 32, 43, 0.03);
	overflow: hidden;
}

.hs-checkout-card-head {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 20px;
	border-bottom: 1px solid var(--hs-line);
	background: #f8fbfb;
}

.hs-checkout-card-head h3 {
	margin: 0 0 5px;
	font-size: clamp(1.15rem, 1.5vw, 1.38rem);
	font-weight: 850;
}

.hs-checkout-customer .col2-set {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	width: 100%;
	padding: 20px;
}

.hs-checkout-customer .col2-set::before,
.hs-checkout-customer .col2-set::after {
	display: none;
}

.hs-checkout-customer .col2-set .col-1,
.hs-checkout-customer .col2-set .col-2 {
	float: none;
	width: auto;
	max-width: none;
}

.woocommerce-checkout h3 {
	color: var(--hs-ink);
	font-weight: 850;
}

.woocommerce-checkout .form-row label {
	color: var(--hs-ink);
	font-size: 0.92rem;
	font-weight: 760;
}

.woocommerce-checkout .form-row .required {
	color: #b42318;
}

.woocommerce-checkout .select2-container .select2-selection--single {
	min-height: 44px;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 42px;
	color: var(--hs-ink);
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 42px;
}

.woocommerce-checkout-review-order {
	border: 0;
	border-radius: 0;
	padding: 20px;
	box-shadow: none;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
	border-color: var(--hs-line);
}

.woocommerce-checkout #payment {
	border-radius: var(--hs-radius);
	background: var(--hs-soft);
}

.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 1px solid var(--hs-line);
	padding: 16px;
}

.woocommerce-checkout #payment div.payment_box {
	border-radius: var(--hs-radius);
	background: #fff;
	color: var(--hs-muted);
}

.woocommerce-checkout #payment div.form-row {
	padding: 16px;
}

.woocommerce-checkout #payment #place_order {
	float: none;
	width: 100%;
}

.woocommerce-terms-and-conditions-wrapper {
	color: var(--hs-muted);
	font-size: 0.92rem;
	line-height: 1.55;
}

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-woocommerce-cart.is-loading,
.wp-block-woocommerce-checkout.is-loading {
	opacity: 1;
}

.wc-block-components-sidebar-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.42fr);
	gap: 22px;
	align-items: start;
}

.wc-block-components-main {
	width: auto;
	padding-right: 0;
}

.is-large.wc-block-cart .wc-block-components-sidebar-layout .wc-block-components-main,
.is-large.wc-block-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
	width: auto;
	padding-right: 0;
}

.wc-block-components-sidebar {
	position: sticky;
	top: 92px;
	width: auto;
	margin: 0;
	padding-left: 0;
}

.is-large.wc-block-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar,
.is-large.wc-block-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
	width: auto;
	padding-left: 0;
}

.wp-block-woocommerce-cart-items-block,
.wp-block-woocommerce-checkout-fields-block,
.wc-block-components-sidebar .wc-block-components-totals-wrapper,
.wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-checkout-order-summary-block,
.wc-block-components-checkout-step,
.wc-block-components-order-summary,
.wc-block-cart__empty-cart__title {
	border-radius: var(--hs-radius);
}

.wp-block-woocommerce-cart-items-block,
.wp-block-woocommerce-checkout-fields-block,
.wc-block-components-sidebar,
.wp-block-woocommerce-empty-cart-block {
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #fff;
	box-shadow: 0 1px 0 rgba(19, 32, 43, 0.03);
}

.wp-block-woocommerce-cart-items-block::before,
.wp-block-woocommerce-checkout-fields-block::before {
	content: "Sipariş bilgileri";
	display: block;
	padding: 20px 22px;
	border-bottom: 1px solid var(--hs-line);
	background:
		linear-gradient(135deg, rgba(15, 118, 110, 0.09), rgba(245, 158, 11, 0.06)),
		#fff;
	color: var(--hs-ink);
	font-size: clamp(1.18rem, 1.7vw, 1.5rem);
	font-weight: 850;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block::before {
	content: "Sepetindeki hizmetler";
}

.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block::before {
	content: "Müşteri ve kurulum bilgileri";
}

.wc-block-cart-items,
.wc-block-components-order-summary,
.wc-block-components-totals-wrapper,
.wc-block-components-checkout-step {
	border-color: var(--hs-line);
}

.wc-block-cart-items th,
.wc-block-components-totals-wrapper,
.wc-block-components-checkout-step__heading {
	color: var(--hs-ink);
}

.wc-block-cart-items th {
	padding: 14px 16px;
	background: #f8fbfb;
	color: var(--hs-muted);
	font-size: 0.78rem;
	font-weight: 850;
	text-transform: uppercase;
}

.wc-block-cart-items td {
	border-top: 1px solid var(--hs-line);
	padding: 16px;
}

.wc-block-cart-item__image img,
.wc-block-components-order-summary-item__image img {
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	object-fit: cover;
}

.wc-block-cart-item__product,
.wc-block-cart-item__total,
.wc-block-components-product-name,
.wc-block-components-totals-item__value {
	color: var(--hs-ink);
	font-weight: 850;
}

.wc-block-cart-item__prices,
.wc-block-cart-item__quantity,
.wc-block-components-product-metadata,
.wc-block-components-totals-item__description,
.wc-block-components-checkout-step__description {
	color: var(--hs-muted);
}

.wc-block-components-quantity-selector {
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #fff;
}

.wc-block-cart-item__remove-link {
	color: #b42318;
	font-weight: 800;
	text-decoration: none;
}

.wc-block-cart-item__remove-link:hover {
	color: #8a1f15;
	text-decoration: underline;
}

.wc-block-components-sidebar {
	padding: 0;
	overflow: hidden;
	box-shadow: var(--hs-shadow);
}

.wp-block-woocommerce-cart-order-summary-heading-block,
.wc-block-components-title.wc-block-components-title {
	margin: 0;
	padding: 18px 20px;
	border-bottom: 1px solid var(--hs-line);
	background: #f8fbfb;
	color: var(--hs-ink);
	font-size: 1.18rem;
	font-weight: 850;
}

.wc-block-components-sidebar .wc-block-components-totals-wrapper,
.wp-block-woocommerce-cart-order-summary-coupon-form-block,
.wp-block-woocommerce-checkout-order-summary-coupon-form-block,
.wp-block-woocommerce-proceed-to-checkout-block,
.wp-block-woocommerce-cart-accepted-payment-methods-block {
	padding: 16px 20px;
	border-top: 1px solid var(--hs-line);
}

.wc-block-components-totals-item {
	color: var(--hs-ink);
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	color: var(--hs-primary-dark);
	font-size: 1.08rem;
	font-weight: 900;
}

.wc-block-components-button:not(.is-link),
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
	border: 0;
	border-radius: var(--hs-radius);
	background: var(--hs-primary);
	color: #fff;
	font-weight: 850;
	min-height: 46px;
	box-shadow: none;
}

.wc-block-components-button:not(.is-link):hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
	background: var(--hs-primary-dark);
	color: #fff;
}

.wc-block-components-button.is-link {
	color: var(--hs-primary-dark);
	font-weight: 800;
}

.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-textarea {
	min-height: 46px;
	border: 1px solid var(--hs-line);
	border-radius: var(--hs-radius);
	background: #fff;
	color: var(--hs-ink);
	box-shadow: none;
}

.wc-block-components-text-input input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-textarea:focus {
	border-color: var(--hs-primary);
	box-shadow: none;
	outline: 3px solid rgba(15, 118, 110, 0.16);
}

.wc-block-components-text-input label,
.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-radio-control__label {
	color: var(--hs-ink);
	font-weight: 760;
}

.wc-block-components-checkout-step {
	margin: 0;
	padding: 20px 22px;
	border-bottom: 1px solid var(--hs-line);
}

.wc-block-components-checkout-step:last-child {
	border-bottom: 0;
}

.wc-block-components-checkout-step__heading {
	margin-bottom: 14px;
}

.wc-block-components-checkout-step__title {
	color: var(--hs-ink);
	font-size: clamp(1.08rem, 1.4vw, 1.28rem);
	font-weight: 850;
}

.wc-block-components-checkout-step__container {
	margin: 0;
}

.wc-block-components-radio-control,
.wc-block-components-radio-control__option {
	border-color: var(--hs-line);
}

.wc-block-components-radio-control__option {
	border-radius: var(--hs-radius);
}

.wc-block-components-radio-control__option-checked {
	background: var(--hs-soft);
	box-shadow: inset 0 0 0 1px var(--hs-primary);
}

.wp-block-woocommerce-empty-cart-block {
	display: grid;
	place-items: center;
	min-height: 340px;
	padding: clamp(26px, 5vw, 54px);
	text-align: center;
	background:
		linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(245, 158, 11, 0.08)),
		#fff;
	box-shadow: var(--hs-shadow);
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
	margin: 0 0 14px;
	color: var(--hs-ink);
	font-size: clamp(1.7rem, 3vw, 2.6rem);
	font-weight: 850;
	line-height: 1.1;
}

.wp-block-woocommerce-empty-cart-block p {
	margin: 0;
}

.wp-block-woocommerce-empty-cart-block a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 18px;
	border-radius: var(--hs-radius);
	background: var(--hs-primary);
	color: #fff;
	font-weight: 850;
	text-decoration: none;
}

.wp-block-woocommerce-empty-cart-block a:hover {
	background: var(--hs-primary-dark);
	color: #fff;
}

.wc-block-components-notice-banner {
	border-radius: var(--hs-radius);
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-top-color: var(--hs-primary);
	border-radius: var(--hs-radius);
	background: var(--hs-soft);
	color: var(--hs-ink);
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	color: var(--hs-primary);
}

.script-seller-product-form,
.script-seller-order-details,
.script-seller-started,
.ss-product-form,
[class*="script-seller"] form {
	max-width: 100%;
}

@media (max-width: 767.98px) {
	.hs-page-cover,
	.hs-entry-shell .post-thumbnail {
		margin-bottom: 24px;
	}

	.hs-page-cover img,
	.hs-entry-shell .post-thumbnail img {
		aspect-ratio: 4 / 3;
	}

	.hs-entry-content,
	.hs-page-content {
		font-size: 1rem;
	}

	.post-navigation .nav-links {
		grid-template-columns: 1fr;
	}

	.hs-loop-media {
		min-height: 210px;
	}

	.hs-shop-toolbar {
		display: grid;
		align-items: stretch;
	}

	.hs-shop-toolbar select {
		width: 100%;
		min-width: 0;
	}

	.hs-single-summary {
		position: static;
	}

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

	.hs-single-details .woocommerce-Reviews {
		grid-template-columns: 1fr;
	}

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

	.hs-auth-panels,
	.hs-auth-intro {
		padding: 20px;
	}

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

	.woocommerce-account .woocommerce-MyAccount-navigation.hs-account-nav,
	.hs-account-nav {
		position: static;
	}

	.hs-account-nav ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hs-account-welcome,
	.hs-account-quick-grid,
	.hs-account-process > div {
		grid-template-columns: 1fr;
	}

	.hs-account-welcome-stat {
		min-height: 104px;
	}

	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		border: 1px solid var(--hs-line);
		border-radius: var(--hs-radius);
		margin-bottom: 12px;
	}

	.woocommerce-cart-form::before {
		margin: -16px -16px 18px;
		padding: 18px 16px;
	}

	.woocommerce-cart-form table.shop_table_responsive tr td,
	.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td {
		padding: 12px 0;
		border-top: 1px solid var(--hs-line);
	}

	.woocommerce-cart-form table.shop_table_responsive tr td::before,
	.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td::before {
		color: var(--hs-muted);
		font-size: 0.78rem;
		font-weight: 850;
		text-transform: uppercase;
	}

	.woocommerce-cart-form .product-thumbnail {
		text-align: left !important;
	}

	.woocommerce-cart-form .product-thumbnail::before {
		display: none;
	}

	.woocommerce-cart-form .product-thumbnail img {
		width: 92px;
		height: 92px;
	}

	.woocommerce-cart-form td.actions .coupon,
	.woocommerce-cart-form td.actions .button,
	.woocommerce-cart-form td.actions .coupon .input-text {
		width: 100%;
		margin-right: 0;
	}

	.cart-collaterals,
	.hs-empty-cart,
	.hs-checkout-intro,
	.hs-checkout-layout,
	.hs-checkout-customer .col2-set,
	.wc-block-components-sidebar-layout {
		grid-template-columns: 1fr;
	}

	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals,
	.hs-checkout-sidebar,
	.wc-block-components-sidebar {
		position: static;
	}

	.wc-block-components-main,
	.wc-block-components-sidebar {
		width: auto;
		padding: 0;
	}

	.is-large.wc-block-cart .wc-block-components-sidebar-layout .wc-block-components-main,
	.is-large.wc-block-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
	.is-large.wc-block-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar,
	.is-large.wc-block-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
		width: auto;
		padding: 0;
	}

	.wp-block-woocommerce-cart-items-block::before,
	.wp-block-woocommerce-checkout-fields-block::before,
	.wp-block-woocommerce-cart-order-summary-heading-block,
	.wc-block-components-title.wc-block-components-title,
	.wc-block-components-checkout-step,
	.wc-block-components-sidebar .wc-block-components-totals-wrapper,
	.wp-block-woocommerce-cart-order-summary-coupon-form-block,
	.wp-block-woocommerce-checkout-order-summary-coupon-form-block,
	.wp-block-woocommerce-proceed-to-checkout-block,
	.wp-block-woocommerce-cart-accepted-payment-methods-block {
		padding-left: 16px;
		padding-right: 16px;
	}

	.wc-block-cart-items td {
		padding: 14px 0;
	}

	.hs-single-gallery {
		padding: 10px;
	}

	.hs-single-gallery .flex-viewport {
		height: 320px !important;
	}

	.hs-single-gallery .flex-control-thumbs li {
		width: 64px !important;
		min-width: 64px;
	}

	.hs-single-gallery .flex-control-thumbs img {
		width: 64px !important;
		height: 64px !important;
	}

	.hs-empty-cart-steps {
		grid-template-columns: 1fr;
	}

	.hs-checkout-customer .col2-set,
	.woocommerce-checkout-review-order {
		padding: 16px;
	}

	.hs-checkout-card-head {
		padding: 16px;
	}

	.hs-single-demo-buttons,
	.hs-demo-button {
		width: 100%;
	}
}

@media (max-width: 430px) {
	.hs-single-process {
		grid-template-columns: 1fr;
	}

	.hs-single-process-step {
		min-height: 0;
	}
}
