:root {
	--pi-text: #212529;
	--pi-muted: #212529;
	--pi-white: #ffffff;
	--pi-bg: #fff;
	--pi-red: #d75d1b;
	--pi-red-90: rgba(215, 93, 27, 0.9);
	--pi-btn-border: #212529;
	--wk4-primary: var(--porto-primary-color, #d75d1b);
	--wk4-dark: #212529;
	--wk4-muted: rgba(33, 37, 41, 0.65);
	--wk4-bg: rgba(33, 37, 41, 0.05);
	--wk4-white: #ffffff;
	--wk4-border: rgba(33, 37, 41, 0.15);
	--wk4-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.45);
	--bs-font-sans-serif: 'Montserrat', sans-serif !important;
	--porto-tertiary-color: #f7f7f7 !important;
}

p {
	font-family: 'Montserrat', sans-serif !important;
}

.home-banner-wrapper {
	position: relative;
	padding-top: 100px;
	background: #f7f7f7 !important;
}

/* --- HK curated carousel fixes --- */
.hk-curated__track {
	overflow: hidden;
	position: relative;
}

.hk-curated__list {
	display: flex;
	flex-wrap: nowrap;
	gap: 14px;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
}

.hk-curated__list>li {
	scroll-snap-align: start;
	min-width: 260px;
}

.hk-curated__btn {
	background: #fff;
	color: #d75d1b;
	border-color: #d75d1b;
}

/* --- HK product card align + color refresh --- */
.hk-product-card {
	background: #fff;
	border: 1px solid rgba(33, 37, 41, 0.12);
	max-width: 350px;
}

.hk-product-card:hover {
	border-color: rgba(33, 37, 41, 0.26);
	box-shadow: 0 14px 36px rgba(33, 37, 41, 0.18);
}

.hk-product-card__brand a,
.hk-product-card__cta,
.hk-product-card__tag {
	color: #d75d1b;
}

.hk-product-card__tag {
	background: rgba(215, 93, 27, 0.12);
}

.hk-product-card__meta-pill {
	background: rgba(33, 37, 41, 0.08);
	color: #212529;
}

.hk-product-card__status--in {
	background: rgba(34, 129, 74, 0.16);
	color: #d75d1b;
}

.hk-product-card__status--out {
	background: rgba(215, 93, 27, 0.16);
	color: #d75d1b;
}

.hk-product-card__title a {
	color: #212529;
}

.hk-product-card__title a:hover {
	color: #d75d1b;
}

.hk-product-card__footer {
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.hk-product-card__cta {
	border-color: rgba(33, 37, 41, 0.2);
}

.hk-product-card__cta:hover {
	background: rgba(215, 93, 27, 0.08);
	border-color: rgba(215, 93, 27, 0.4);
	color: #d75d1b;
}

.home-banner-wrapper .hb-bg-div {
	min-height: 100%;
}

.home-banner-wrapper .hb-title {
	font-size: clamp(2.5rem, 2.2vw + 1rem, 3rem);
	line-height: 1.15;
	letter-spacing: -0.02em;
	white-space: normal;
}

.home-banner-wrapper .hb-title .hb-title-primary,
.home-banner-wrapper .hb-title .hb-title-accent {
	display: inline;
}

.home-banner-wrapper .hb-paragraph {
	font-size: clamp(0.95rem, 0.6vw + 0.8rem, 1.125rem);
	line-height: 1.65;
}

.home-banner-wrapper .hb-left-card {
	--pad-x: clamp(1rem, 2vw, 2.5rem);
	--pad-y: clamp(1rem, 2vw, 2.5rem);
	padding-left: var(--pad-x) !important;
	padding-right: var(--pad-x) !important;
	padding-top: var(--pad-y) !important;
	padding-bottom: var(--pad-y) !important;
	background-color: rgba(33, 37, 41, 0.05);
}

.home-banner-wrapper .hb-right {
	min-height: clamp(340px, 36vw, 620px);
}

.home-banner-wrapper .hb-img {
	display: block;
	height: auto;
}

.home-banner-wrapper .hb-img-top {
	max-width: min(70%, 520px);
}

.home-banner-wrapper .hb-img-bl-1 {
	max-width: clamp(180px, 24vw, 360px);
}

.home-banner-wrapper .hb-img-bl-2 {
	max-width: clamp(160px, 20vw, 320px);
}

.home-banner-wrapper .btn-borders-triangle .hb-btn {
	font-size: clamp(0.9rem, 0.4vw + 0.8rem, 1rem);
	padding: clamp(0.75rem, 1.5vw, 1rem) clamp(1.5rem, 2.5vw, 2.25rem) clamp(0.75rem, 1.5vw, 1rem) clamp(1.75rem, 3vw, 2.75rem);
}

@media (max-width: 575.98px) {
	.home-banner-wrapper .hb-left-card {
		text-align: center !important;
		margin: 20px 20px 150px 20px !important;
	}

	.home-banner-wrapper .hb-title {
		letter-spacing: 0;
	}

	.home-banner-wrapper .hb-right {
		min-height: 360px;
	}

	.home-banner-wrapper .hb-img-top {
		max-width: 82%;
	}

	.home-banner-wrapper .hb-right {
		display: none !important;
	}

	.home-banner-wrapper {
		padding-top: 0 !important;
	}

	.btn-borders-triangle .hb-btn:before {
		right: -0.9rem !important;
	}
}

@media (min-width: 992px) {
	.home-banner-wrapper .hb-right {
		min-height: 540px;
	}
}

.hb-subtitle {
	color: rgba(33, 37, 41, 0.55);
	font-size: 1rem;
	line-height: 1.65;
}

.btn-borders-triangle .hb-btn {
	font-size: 0.85rem;
	color: #212529;
	line-height: 1.125rem;
	padding: 1.1875rem 2.5rem 1.1875rem 3.125rem;
	border-width: 2px 0 2px 2px !important;
	border-color: #ccc;
	border-style: solid !important;
	position: relative;
	text-transform: uppercase;
	border-radius: 4px;
	z-index: 1;
	transition: border-color 0.2s, color 0.2s;
	max-width: 100%;
	font-size: 16px;
	font-weight: 800;
}

.btn-borders-triangle .hb-btn:before {
	content: "";
	position: absolute;
	width: 4rem;
	height: 4rem;
	border-width: 2px 2px 0 0;
	top: 50%;
	right: -1.3125rem;
	border-style: solid;
	border-color: inherit;
	transform: scaleX(0.75) translateY(-50%) rotate(45deg);
	z-index: -1;
}

.vc_btn3-container.vc_btn3-inline {
	vertical-align: baseline;
	display: inline-block;
}

.btn-borders-triangle {
	padding-right: 1.5rem;
	overflow: hidden;
}

.btn-borders-triangle a:hover,
.btn-borders-triangle a:focus {
	border-color: var(--pi-red);
	background: none;
	color: var(--pi-red);
	box-shadow: none !important;
}

.hb-left-card {
	margin-bottom: 125px;
}

a {
	text-decoration: none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	min-height: 520px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	padding: 24px;
}

.woocommerce-product-gallery-thumbnails__wrapper .ast-woocommerce-product-gallery__image {
	aspect-ratio: 1;
	border-radius: 8px;
	overflow: hidden;
}

.woocommerce-product-gallery-thumbnails__wrapper .ast-woocommerce-product-gallery__image img {
	height: 100% !important;
	object-fit: cover;
	border-radius: 8px;
}

.ast-woocommerce-product-gallery__image.flex-active-slide:after {
	border-radius: 8px;
	border-width: 2px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	object-fit: contain;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	margin: 0 8px 8px 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	width: 90px;
	height: 90px;
	object-fit: contain;
	border-radius: 12px;
	background: #f7f7f7;
	border: 1px solid rgba(33, 37, 41, 0.16);
	padding: 6px;
}

.home-banner-wrapper {
	position: relative;
	z-index: 0;
}

.home-banner-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 120px;
	background: #ffffff;
	pointer-events: none;
	z-index: 2;
	-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2000 120" preserveAspectRatio="none"><polygon fill="%23000" points="-11,2 693,112 2019,6 2019,135 -11,135"/></svg>') no-repeat 0 0 / 100% 100%;
	mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2000 120" preserveAspectRatio="none"><polygon fill="%23000" points="-11,2 693,112 2019,6 2019,135 -11,135"/></svg>') no-repeat 0 0 / 100% 100%;
}

.hb-title-primary {
	display: inline;
	margin-right: 0.35rem;
}

.hb-title-accent {
	display: inline;
	font-weight: 800;
}

.hb-right {
	height: 100%;
	min-height: 540px;
}

.hb-img {
	max-width: 48%;
	border-radius: 14px;
	box-shadow: 0 24px 60px rgba(12, 16, 22, 0.18);
}

.hb-img-top {
	max-width: 56%;
	width: 300px;
	height: 280px !important;
	object-fit: cover;
	margin-top: -80px;
}

.hb-img-bl-1 {
	position: relative;
	left: 0%;
	bottom: 0;
	max-width: 42%;
	width: 300px;
	height: 250px !important;
	object-fit: cover;
}

.hb-img-bl-2 {
	position: relative;
	left: 0%;
	bottom: 0;
	width: 300px;
	height: 250px !important;
	object-fit: cover;
}

@media (max-width: 991.98px) {
	.hb-right {
		min-height: 360px !important;
	}

	.hb-img {
		max-width: 100% !important;
	}

	.hb-img-top {
		max-width: 64%;
	}
}

@media (max-width: 1350px) {
	.hb-right {
		min-height: 700px;
	}

	.hb-img {
		max-width: 52%;
	}

	.hb-img-top {
		max-width: 64%;
	}
}

.hb-paragraph {
	margin-top: 1rem;
	margin-bottom: 1.5rem;
	color: var(--pi-muted);
	font-size: 1.125rem;
	line-height: 1.6;
	max-width: 540px;
}

/* ===== Scoped styles for Home Banner ===== */

.hb-bg-div {
	position: relative;
}

.hb-bg-div::before {
	content: "";
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: inherit;
	filter: grayscale(100%);
	z-index: 0;
}

.hb-bg-div::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 274px;
	width: 33.33333333%;
	background: #d75d1b;
	z-index: 1;
	pointer-events: none;
}

.hb-bg-div>.row {
	position: relative;
	z-index: 2;
}

.hb-img-wrap-bl-1 {
	position: relative;
	display: inline-block;
}

.hb-img-wrap-bl-1::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, #d75d1b 0%, transparent 100%);
	z-index: 1;
	pointer-events: none;
}

.hb-img-wrap-bl-1>.hb-img-bl-1 {
	position: relative;
	z-index: 0;
	display: block;
}

/* --- staged fade-in animation --- */
.hb-anim {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.hb-anim.is-in {
	opacity: 1;
	transform: none;
}

.hb-delay-0 {
	transition-delay: 0.05s;
}

.hb-delay-1 {
	transition-delay: 0.2s;
}

.hb-delay-2 {
	transition-delay: 0.35s;
}

.hb-delay-3 {
	transition-delay: 0.5s;
}

.hb-delay-4 {
	transition-delay: 0.65s;
}

.hb-delay-5 {
	transition-delay: 0.8s;
}

@media (prefers-reduced-motion: reduce) {
	.hb-anim {
		transition: none;
		transform: none;
	}
}

.two-col-animated-section h2.tca-heading-lg {
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 0;
}

.two-col-animated-section h3.tca-heading-sub {
	font-size: 1.2em;
	font-weight: 600;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	margin-top: 0.75rem;
	color: var(--porto-primary-color, #d75d1b);
}

.two-col-animated-section .tca-paragraph {
	font-size: 1.2em;
	line-height: 1.7;
	color: var(--wk4-dark, #212529);
	margin-top: 1rem;
}

.tca-btn {
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--porto-primary-color, #d75d1b);
	text-decoration: none;
	gap: 0.4rem;
	transition: color 0.3s ease;
}

.tca-btn:hover {
	color: #222;
}

.tca-btn i {
	font-size: 1rem;
	transition: transform 0.3s ease;
}

.tca-btn:hover i {
	transform: translateX(5px);
}

.bg-pi {
	background-color: var(--pi-bg) !important;
}

/* ============================================================
   MASKUP / SCALEUP Animation System (Reusable)
   ============================================================ */
.wl-anim {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.wl-anim.is-in {
	opacity: 1;
	transform: none;
}

/* MaskUp effect (text reveal from bottom with scale) */
.wl-anim[data-appear="maskUp"] {
	transform: translateY(50px) scaleY(1.4);
	transform-origin: bottom center;
}

.wl-anim[data-appear="maskUp"].is-in {
	transform: translateY(0) scaleY(1);
	opacity: 1;
	transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s ease;
}

/* FadeInUp (for general elements) */
.wl-anim[data-appear="fadeInUp"] {
	transform: translateY(30px);
	opacity: 0;
}

.wl-anim[data-appear="fadeInUp"].is-in {
	transform: none;
	opacity: 1;
	transition: all 0.7s ease-out;
}

/* Delay scaling */
[data-delay="100"] {
	transition-delay: 0.1s;
}

[data-delay="200"] {
	transition-delay: 0.2s;
}

[data-delay="400"] {
	transition-delay: 0.4s;
}

[data-delay="600"] {
	transition-delay: 0.6s;
}

[data-delay="800"] {
	transition-delay: 0.8s;
}

/* ===== Industries Grid (scoped) ===== */
.industries-grid-section.bg-tertiary {
	background: #f7f7f7;
}

.industries-grid-section.bg-light {
	background: #fff;
}

.ig-top-divider {
	transform: rotate(180deg);
	text-align: center;
}

.ig-top-divider svg {
	display: block;
	width: 100%;
	height: 120px;
}

.ig-small {
	font-size: 1.2em;
	line-height: 42px;
	font-weight: 600;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: var(--porto-primary-color, #d75d1b);
	margin: 0;
}

.ig-big {
	font-size: 2.5em;
	line-height: 1.2;
	font-weight: 700;
	margin: 0.25rem 0 0 0;
}

.ig-intro {
	font-size: 1.2em;
	line-height: 1.7;
	color: var(--wk4-dark, #212529);
	max-width: 820px;
	margin-top: 0.75rem;
}

.ig-grid {
	--ig-gap: 20px;
}

.ig-grid {
	margin-left: calc(var(--ig-gap) * -0.5);
	margin-right: calc(var(--ig-gap) * -0.5);
}

.ig-card-col {
	padding-left: calc(var(--ig-gap) * 0.5);
	padding-right: calc(var(--ig-gap) * 0.5);
	margin-bottom: var(--ig-gap);
}

.ig-card {
	background: rgba(77, 79, 81, 0.08);
	border-radius: 10px;
	overflow: hidden;
	transition: transform 0.25s ease;
	will-change: transform;
}

.ig-card:hover {
	transform: translateY(-4px);
}

.ig-icon-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(77, 78, 80, 1);
	padding: 1.25rem 0;
}

.ig-icon {
	max-width: 60px;
	height: auto;
	display: block;
}

.ig-icon-inline svg {
	width: 60px;
	height: 60px;
	display: block;
}

.ig-photo-wrap {
	position: relative;
	background: rgba(77, 79, 81, 0.7);
	margin-bottom: 14px;
}

.ig-photo {
	width: 100%;
	min-height: 120px;
	max-height: 150px;
	object-fit: cover;
	display: block;
	filter: grayscale(1);
	transition: filter 0.3s ease;
}

.ig-overlay {
	position: absolute;
	inset: 0;
	background: rgba(33, 37, 41, 0.65);
	opacity: 0.7;
	transition: opacity 0.3s;
	display: block;
}

.ig-card:hover .ig-photo {
	filter: grayscale(0);
}

.ig-card:hover .ig-overlay {
	opacity: 0;
}

.ig-title {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin: 4px 0 12px;
}

.ig-title a {
	color: inherit;
	text-decoration: none;
}

.ig-title a:hover {
	color: var(--porto-primary-color, #d75d1b);
}

.ig-desc {
	font-size: 0.95rem;
	color: var(--wk4-dark, #212529);
	margin: 0 12px 14px;
}

/* DUPLICATE: Global animation helpers already defined above
/* Reuse your global animation classes */
.wl-anim {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.wl-anim.is-in {
	opacity: 1;
	transform: none;
}

.wl-anim[data-appear="maskUp"] {
	transform: translateY(50px) scaleY(1.4);
	transform-origin: bottom center;
}

.wl-anim[data-appear="maskUp"].is-in {
	transform: translateY(0) scaleY(1);
	transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s ease;
}

@media (max-width: 575.98px) {
	.ig-small {
		letter-spacing: 2px;
	}

	.ig-big {
		font-size: 1.9em;
	}
}

*/
/* ==========================================================================
   Section 4 – Other Industries (standalone CSS)
   Prefix: wk4-
   ========================================================================== */

:root {}

/* Wrap + background tone */
.wk4-section {
	position: relative;
	overflow: hidden;
	background: var(--wk4-bg);
}

/* Optional top custom shape divider (rotated SVG look) */
.wk4-shape {
	position: relative;
	z-index: 1;
}

.wk4-shape svg {
	display: block;
	width: 100%;
	height: 120px;
	transform: rotate(0deg);
}

/* Container stacking context */
.wk4-container {
	position: relative;
	z-index: 2;
	margin-top: 3.75rem;
	/* matches your example mt-3 */
	margin-bottom: 3.75rem;
	/* matches your example mb-5 */
}

/* ========== Left: image card ========== */
.wk4-image-card {
	display: inline-block;
	background: transparent;
	border-radius: 10px;
	overflow: hidden;
	max-width: 500px;
	will-change: box-shadow;
	box-shadow: var(--wk4-shadow);
	transition: box-shadow 0.3s ease, transform 0.25s ease;
}

.wk4-image-card:hover {
	transform: translateY(-2px);
}

.wk4-image {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* ========== Right: text/content ========== */
.wk4-eyebrow {
	font-size: 1.2em;
	line-height: 42px;
	font-weight: 600;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	margin: 0 0 0.25rem;
	color: var(--wk4-primary);
}

.wk4-title {
	font-size: 2.5em;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 0.75rem;
	color: var(--wk4-dark);
}

.wk4-intro {
	font-size: 1em;
	line-height: 1.7;
	color: var(--wk4-dark);
	margin: 0 0 1rem;
}

/* ========== Check list (feature bullets) ========== */
.wk4-list {
	list-style: none;
	margin: 1rem 0 1.25rem;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.5rem 0.75rem;
}

.wk4-list-item {
	display: grid;
	grid-template-columns: 28px auto;
	align-items: center;
	gap: 0.6rem;
	font-size: 16px;
}

.wk4-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border: 1px solid var(--wk4-border);
	border-radius: 15px;
	color: var(--wk4-dark);
	font-size: 18px;
	flex: 0 0 28px;
	padding: 5px;
}

.wk4-list-text {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	color: var(--wk4-dark);
}

/* ========== Read more (right arrow) ========== */
.wk4-readmore {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: var(--wk4-primary);
	font-weight: 600;
	font-size: 1rem;
	text-decoration: none;
	transition: color 0.25s ease;
}

.wk4-readmore:hover {
	color: var(--wk4-dark);
}

.wk4-readmore i {
	font-size: 17px;
	transition: transform 0.25s ease;
}

.wk4-readmore:hover i {
	transform: translateX(4px);
}

.cta-arrow {
	width: 12px;
	line-height: 1;
	display: inline-block;
	transition: transform 0.3s ease;
}

/* ========== Animation helpers (hook into your global JS) ========== */
.wk4-anim {
	opacity: 0;
	transform: translateX(-24px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.wk4-anim.is-in {
	opacity: 1;
	transform: none;
}

/* Alternate appear types via data-appear if you use the shared system */
.wk4-anim[data-appear="fadeInLeft"] {
	transform: translateX(-24px);
}

.wk4-anim[data-appear="fadeInLeft"].is-in {
	transform: none;
}

.wk4-anim[data-appear="maskUp"] {
	transform: translateY(50px) scaleY(1.4);
	transform-origin: bottom center;
}

.wk4-anim[data-appear="maskUp"].is-in {
	transform: translateY(0) scaleY(1);
	opacity: 1;
	transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s ease;
}

/* Delay helpers (optional if you set delay inline via style/JS) */
[data-delay="200"] {
	transition-delay: 0.2s;
}

[data-delay="500"] {
	transition-delay: 0.5s;
}

[data-delay="800"] {
	transition-delay: 0.8s;
}

/* ========== Responsive ========== */
@media (max-width: 991.98px) {
	.wk4-title {
		font-size: 2.1em;
	}

	.wk4-intro {
		font-size: 0.7em;
	}
}

@media (max-width: 575.98px) {
	.wk4-eyebrow {
		letter-spacing: 2px;
	}

	.wk4-title {
		font-size: 1.8em;
	}

	.pc-section-shape-background:after {
		left: 49.3%;
		transform: skewX(-21deg);
		content: "";
		display: block;
		position: absolute;
		top: 0;
		width: 100vw !important;
		height: 100%;
		background: #fff;
		z-index: 0;
	}

	.cta-img {
		opacity: 0.1 !important;
	}

	.pc-section-shape-background:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 47.7%;
		width: 100vw !important;
		height: 100%;
		background: #fff;
		transform: skewX(21deg);
		z-index: 1;
	}
}

.pc-section-shape-background:after {
	left: 49.3%;
	transform: skewX(-21deg);
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 50vw;
	height: 100%;
	background: #fff;
	z-index: 0;
}

.pc-section-shape-background:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 47.7%;
	width: 50vw;
	height: 100%;
	background: #fff;
	transform: skewX(21deg);
	z-index: 1;
}

.pc-section-shape-background .custom-shape-divider:before {
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	height: 150px;
	background: var(--porto-tertiary-color, rgba(33, 37, 41, 0.05));
	transform: skewY(-4deg);
	z-index: 1;
}

.cta-bar-wrapper {
	padding: 20px 0;
	position: relative;
	overflow: hidden;
	background-color: var(--wk4-muted);
	/* ensure same color as section to avoid seam */
}

/* Right-side image band with diagonal clip (no seams) */
.cta-img-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 42vw;
	z-index: 0;
	-webkit-clip-path: polygon(12% -2%, 101% -2%, 101% 102%, -2% 102%);
	clip-path: polygon(12% -2%, 101% -2%, 101% 102%, -2% 102%);
	will-change: clip-path;
	backface-visibility: hidden;
}

.cta-img-wrap .cta-img {
	position: absolute;
	inset: 0;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
	margin-left: -16px;
}

/* Text */
.cta-desc {
	max-width: 58ch;
	color: var(--wk4-white);
}

/* Button (triangle bordered) */
.cta-bar-wrapper .btn-borders-triangle .hb-btn {
	line-height: 1.125rem;
	padding: 1rem 2.25rem 1rem 2.75rem;
	border-width: 2px 0 2px 2px !important;
	border-style: solid !important;
	position: relative;
	text-transform: uppercase;
	border-radius: 4px;
	z-index: 1;
	font-size: 16px;
	font-weight: 800;
	text-decoration: none;
	transition: border-color 0.2s, color 0.2s, background 0.2s;
	display: inline-flex;
	align-items: center;
	background: transparent;
	color: var(--wk4-white);
}

.cta-bar-wrapper .btn-borders-triangle .hb-btn:before {
	content: "";
	position: absolute;
	width: 3.6rem;
	height: 3.6rem;
	border-width: 2px 2px 0 0;
	top: 50%;
	right: -1.05rem;
	border-style: solid;
	border-color: inherit;
	transform: scaleX(0.75) translateY(-50%) rotate(45deg);
	z-index: -1;
	background: transparent;
}

.cta-bar-wrapper .btn-borders-triangle .hb-btn:hover,
.cta-bar-wrapper .btn-borders-triangle .hb-btn:focus {
	background: transparent;
	box-shadow: none;
}

/* Responsive tuning for angle */
@media (max-width: 1199.98px) {
	.cta-img-wrap {
		width: 58vw;
		-webkit-clip-path: polygon(18% -2%, 101% -2%, 101% 102%, -2% 102%);
		clip-path: polygon(18% -2%, 101% -2%, 101% 102%, -2% 102%);
	}
}

@media (max-width: 991.98px) {
	.cta-img-wrap {
		width: 100vw;
		-webkit-clip-path: polygon(30% -2%, 101% -2%, 101% 102%, -2% 102%);
		clip-path: polygon(30% -2%, 101% -2%, 101% 102%, -2% 102%);
	}
}

.cta-heading {
	font-size: 1.5rem;
	line-height: 1.1;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0;
	color: var(--pi-white);
}

@media (min-width: 576px) {
	.cta-heading {
		font-size: 2.5rem;
	}
}

@media (min-width: 768px) {
	.cta-heading {
		font-size: 2.75rem;
	}
}

@media (min-width: 992px) {
	.cta-heading {
		font-size: 2.5rem;
	}
}

:where(.home-banner-wrapper,
	.industries-grid-section,
	.wk4-section,
	.cta-bar-wrapper) p,
.hb-paragraph,
.ig-desc,
.wk4-intro,
.tca-paragraph,
.cta-desc {
	font-size: clamp(16px, 1rem, 1.4rem) !important;
}

/* Blog section (widget-scoped) */
.blog-section-widget {
	position: relative;
	padding: 40px 0 60px;
	background-color: rgba(33, 37, 41, 0.05);
}

.blog-section-widget .svg-divider svg {
	width: 100%;
	height: 120px;
	display: block;
}

.blog-section-widget .porto-typography-eyebrow {
	font-size: 12px;
	letter-spacing: 2.5px;
	font-weight: 500;
}

.blog-section-widget .porto-typography-title {
	font-size: 2.5em;
	line-height: 1.2;
	font-weight: 700;
}

@media (min-width: 992px) {
	.blog-section-widget .porto-typography-title {
		font-size: 3rem;
	}
}

.blog-title a {
	color: var(--wk4-dark);
	font-size: 0.8em;
	font-weight: 600;
	line-height: 1.3;
	transition: all 0.3s;
}

.blog-title a:hover {
	color: var(--pi-red);
}

.bc {
	color: var(--wk4-dark);
	font-weight: 300;
}

/* Cards */
.blog-section-widget .porto-blog-post {
	background: #fff;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.08);
}

.blog-section-widget .porto-blog-body {
	padding-top: 13px;
	padding-bottom: 0;
}

.blog-section-widget .porto-blog-title {
	font-size: 1.5em;
	line-height: 1.3;
	font-weight: 600;
}

.bp-btn-text {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--pi-red);
	font-weight: 600;
	transition: color 0.3s;
}

.bp-btn-text:hover {
	color: var(--pi-text);
}

.author-name a {
	color: var(--wk4-dark);
	font-weight: 300;
	transition: color 0.3s;
}

.author-name a:hover {
	color: var(--pi-red);
}

.blog-section-widget .porto-read-more {
	font-weight: 600;
	line-height: 2em;
	color: var(--porto-primary-color);
}

.blog-section-widget .porto-read-more i {
	font-size: 19px;
	margin-left: 6px;
}

.blog-section-widget .porto-blog-post .img-thumbnail {
	padding: 0;
	border: 0;
}

/* Meta (date/author/comments) to mimic design) */
.blog-section-widget .porto-blog-meta {
	font-size: 0.8em;
	text-transform: uppercase;
	line-height: 1;
}

.blog-section-widget .porto-blog-meta .border-start {
	border-color: #777;
}

/* Thumb sizing like reference (cover + fixed height) */
.blog-section-widget .porto-blog-thumb img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

@media (min-width: 768px) {
	.blog-section-widget .porto-blog-thumb img {
		height: 220px;
	}
}

/* Wrapper + background (variable) */
.aus2-section {
	position: relative;
	overflow: hidden;
	background: var(--aus2-bg);
}

.aus2-container {
	position: relative;
	z-index: 2;
	margin-top: 3.75rem;
	margin-bottom: 3.75rem;
}

/* Page section */
.ab1-section {
	background: var(--ab1-bg, rgba(33, 37, 41, 0.05));
}

.ab1-container {
	padding-top: 4rem;
	padding-bottom: 4rem;
	z-index: 2;
}

/* Image: big soft shadow like the screenshot */
.ab1-figure {
	margin: 0;
	display: inline-block;
}

.ab1-image {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 6px;
	box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .35);
	z-index: 4;
}

/* Text pane with translucent chevron shape to the left */
.ab1-pane {
	position: relative;
	padding: 2rem 0 2rem 2rem;
	/* a little left padding so text clears chevron */
}

/* Typography */
.ab1-eyebrow {
	font-size: .95rem;
	letter-spacing: .18em;
	font-weight: 700;
	color: #d75d1b;
	/* adjust to your brand (Chemlube orange) */
	text-transform: uppercase;
}

.ab1-title {
	font-size: clamp(28px, 2.4vw + 14px, 44px);
	line-height: 1.2;
	font-weight: 800;
}

.ab1-lead p {
	font-size: 1.225rem !important;
	line-height: 1.5;
	color: var(--wk4-muted);
	font-weight: 600;
	margin-bottom: .9rem;
}

.ab1-body {
	line-height: 1.9;
	color: rgba(33, 37, 41, 0.55);
}

/* Animation (left→in & right→in) */
.ab1-anim {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity .7s ease, transform .7s ease;
}

.ab1-anim.is-in {
	opacity: 1;
	transform: none;
}

.ab1-anim[data-ab1="fade-left"] {
	transform: translateX(0);
}

.ab1-anim[data-ab1="fade-right"] {
	transform: translateX(0);
}

/* Tweak layout on smaller screens */
@media (max-width: 991.98px) {
	.ab1-container {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.ab1-pane {
		padding-left: 0;
	}

	.ab1-pane::before {
		display: none;
	}

	/* hide chevron on narrow screens */
}

.ab1-bg:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 52.7%;
	width: 50vw;
	height: 100%;
	background: #fff;
	transform: skewX(21deg);
	z-index: 1;
}

.ab1-bg:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 52.7%;
	width: 50vw;
	height: 100%;
	background: #fff;
	transform: skewX(-21deg);
	z-index: 1;
}

.ab1-bg-r:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 52.7%;
	width: 50vw;
	height: 100%;
	background: #fff;
	transform: skewX(-21deg);
	z-index: 1;
}

.ab1-bg-r:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 52.7%;
	width: 50vw;
	height: 100%;
	background: #fff;
	transform: skewX(21deg);
	z-index: 1;
}

/* Section base */
.ab3-section {
	background: var(--ab3-bg, rgba(33, 37, 41, 0.05));
}

.ab3-container {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

/* Headings */
.ab3-head {
	text-align: center;
	max-width: 900px;
	margin: 2rem auto 2.5rem;
}

.ab3-eyebrow {
	font-size: 1.2em;
	line-height: 42px;
	font-weight: 500;
	letter-spacing: 2.5px;
	color: #222;
	opacity: .8;
	text-transform: uppercase;
}

.ab3-title {
	font-size: clamp(28px, 2.5vw + 12px, 40px);
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
}

.ab3-lead {
	font-size: 1.2rem;
	line-height: 1.8;
	color: #555;
	margin: .8rem auto 0;
	max-width: 820px;
}

/* Swiper viewport */
.ab3-carousel {
	position: relative;
}

.ab3-swiper {
	padding: 10px 44px;
}

/* room for arrows */

/* Card styling */
.ab3-card {
	background: var(--ab3-card-bg, rgba(33, 37, 41, 0.65));
	color: #fff;
	border-radius: 8px;
	padding: 22px 18px;
	box-shadow: 0 24px 60px -24px rgba(0, 0, 0, .35);
	height: 100%;
}

.ab3-card-title {
	font-size: 1.8em;
	text-align: center;
	margin: 0 0 .6rem 0;
}

.ab3-card-text {
	color: rgba(255, 255, 255, .72);
	font-weight: 300;
	text-align: center;
	margin: 0;
}

/* Nav arrows */
.ab3-nav {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.ab3-prev,
.ab3-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	border-radius: 999px;
	border: none;
	background: #222;
	opacity: .6;
	pointer-events: all;
	cursor: pointer;
}

.ab3-prev {
	left: 0;
}

.ab3-next {
	right: 0;
}

.ab3-prev::before,
.ab3-next::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin: 12px auto;
	border: 2px solid #fff;
	border-left: 0;
	border-top: 0;
	transform: rotate(135deg);
}

.ab3-next::before {
	transform: rotate(-45deg);
}

/* Animation (fade-in-up) */
.ab3-anim {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity .6s ease, transform .6s ease;
}

.ab3-anim.is-in {
	opacity: 1;
	transform: none;
}

.ab3-anim[data-ab3="fade-up"] {
	transform: translateY(22px);
}

/* Responsive */
@media (max-width: 991.98px) {
	.ab3-container {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.ab3-swiper {
		padding: 10px 36px;
	}

	.ab3-bg:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 42.7%;
		width: 0 !important;
		height: 100%;
		background: #fff;
		transform: skewX(21deg);
		z-index: 1;
	}

	.ab3-bg:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 42.7%;
		width: 0 !important;
		height: 100%;
		background: #fff;
		transform: skewX(-21deg);
		z-index: 1;
	}
}

.contact-section {
	background: #fff;
}

.contact-title {
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1.5rem;
}

.contact-icon {
	font-size: 32px;
	color: var(--porto-primary-color, #d75d1b);
	margin-right: 15px;
	margin-top: 5px;
}

.contact-text {
	font-size: 1.1em;
	color: #333;
}

.contact-link {
	color: #555;
	text-decoration: none;
}

.contact-link:hover {
	color: var(--porto-primary-color, #d75d1b);
}

.clb-form input,
.clb-form textarea {
	border-radius: 6px !important;
	border: 1px solid #ccc !important;
	padding: 10px 14px;
	font-size: 1rem;
	color: var(--wk4-dark) !important;
	font-weight: 400 !important;
	max-width: 700px;
}

.form-message {
	font-size: 0.95rem;
}

.clb-ic {
	width: 52px;
	color: var(--pi-red);
}

.clb-item {
	display: flex;
	gap: 20px;
}

.clb-link {
	color: var(--wk4-muted);
	font-weight: 600;
	transition: color 0.3s;
}

.clb-title {
	font-size: 2.25rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: var(--wk4-dark);
}

.clb-body {
	border-color: rgba(33, 37, 41, 0.50);
}

.clb-item-title {
	font-size: 1.5rem;
	font-weight: 600;
}

.clb-contact {
	background-color: rgba(33, 37, 41, 0.05);
	padding: 0 3rem;
}

.ab3-bg:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 42.7%;
	width: 50vw;
	height: 100%;
	background: #fff;
	transform: skewX(21deg);
	z-index: 1;
}

.ab3-bg:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 42.7%;
	width: 50vw;
	height: 100%;
	background: #fff;
	transform: skewX(-21deg);
	z-index: 1;
}

.btn-borders-triangle .hb-btn-contact {
	font-size: 0.85rem;
	color: #212529;
	line-height: 1.125rem;
	padding: 1.1875rem 2.5rem 1.1875rem 3.125rem;
	border-width: 2px 0 2px 2px !important;
	background-color: transparent !important;
	border-color: #ccc;
	border-style: solid !important;
	position: relative;
	text-transform: uppercase;
	border-radius: 4px;
	z-index: 1;
	transition: border-color 0.2s, color 0.2s;
	max-width: 100%;
	font-size: 16px;
	font-weight: 800;
}

.btn-borders-triangle .hb-btn-contact:before {
	content: "";
	position: absolute;
	width: 4rem;
	height: 4rem;
	border-width: 2px 2px 0 0;
	top: 50%;
	right: -1.3125rem;
	border-style: solid;
	border-color: inherit;
	transform: scaleX(0.75) translateY(-50%) rotate(45deg);
	z-index: -1;
}

/* --- structure/pseudo background safety --- */
.ab3-bg {
	position: relative;
	z-index: 1;
}

.ab1-container {
	position: relative;
	z-index: 2;
}

/* content above the skew bg */
.ab3-bg:before,
.ab3-bg:after {
	pointer-events: none;
}

/* reduce the big bootstrap p-5 on smaller screens */
@media (max-width: 991.98px) {
	.clb-contact {
		padding: 2rem 1.25rem !important;
	}
}

@media (max-width: 767.98px) {
	.clb-contact {
		padding: 1.5rem .75rem !important;
	}
}

/* titles & text scale */
@media (max-width: 991.98px) {
	.clb-title {
		font-size: 1.9rem;
	}

	.clb-item-title {
		font-size: 1.25rem;
	}
}

@media (max-width: 767.98px) {
	.clb-title {
		font-size: 1.55rem;
	}

	.clb-item-title {
		font-size: 1.1rem;
	}
}

/* icon sizing + left divider behavior */
@media (max-width: 991.98px) {
	.clb-ic {
		width: 40px;
	}

	.clb-ic svg {
		width: 40px;
		height: 40px;
	}

	.clb-item {
		gap: 14px;
	}

	.clb-body {
		border-left: 1px solid rgba(33, 37, 41, 0.30);
		padding-left: 1rem;
	}
}

@media (max-width: 767.98px) {
	.clb-ic {
		width: 32px;
	}

	.clb-ic svg {
		width: 32px;
		height: 32px;
	}

	.clb-item {
		gap: 12px;
		margin-bottom: 1.25rem;
	}

	.clb-body {
		border-left: 0;
		padding-left: 0;
	}

	/* remove divider for readability */
}

/* form fields don’t cap at 700px on mobile */
@media (max-width: 767.98px) {

	.clb-form input,
	.clb-form textarea {
		max-width: 100%;
		font-size: 15px;
		padding: 12px 14px;
	}
}

/* button triangle kept inside bounds */
@media (max-width: 991.98px) {
	.btn-borders-triangle .hb-btn-contact {
		padding: 1rem 2.25rem 1rem 2.25rem;
	}

	.btn-borders-triangle .hb-btn-contact:before {
		width: 3.5rem;
		height: 3.5rem;
		right: -1rem;
	}
}

@media (max-width: 767.98px) {
	.btn-borders-triangle {
		display: inline-block;
	}

	/* avoid overflow */
	.btn-borders-triangle .hb-btn-contact {
		padding: .9rem 2rem .9rem 1.5rem;
		font-size: 15px;
	}

	.btn-borders-triangle .hb-btn-contact:before {
		width: 3rem;
		height: 3rem;
		right: -.85rem;
	}
}

/* skewed white background: tame it on Tablet and hide on Phone */
@media (max-width: 1199.98px) {

	.ab3-bg:before,
	.ab3-bg:after {
		left: 55%;
		width: 60vw;
	}
}

@media (max-width: 991.98px) {

	.ab3-bg:before,
	.ab3-bg:after {
		left: 65%;
		width: 65vw;
		transform: skewX(18deg);
	}
}

@media (max-width: 767.98px) {

	.ab3-bg:before,
	.ab3-bg:after {
		display: none;
	}

	/* keep mobile clean */
}

/* stack spacing when columns collapse */
@media (max-width: 991.98px) {
	.col-md-12.col-lg-5 {
		margin-bottom: 2rem !important;
	}

	.col-md-12.col-lg-7 {
		margin-top: 0 !important;
	}
}

.clb-form-desc {
	font-size: 1.05rem;
	color: #555;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
	.clb-form-desc {
		font-size: 0.95rem;
		margin-bottom: 1rem;
	}

	.hk-single-product {
		padding: 0 20px !important;
	}
}

.hkf-variation-cta .hkf-btn,
.hkf-btn--solid {
	background: linear-gradient(90deg, #f78b2f, #d75d1b) !important;
	border: none !important;
	color: #fff !important;
	padding: 16px 32px !important;
	border-radius: 999px !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	box-shadow: 0 15px 35px rgba(215, 93, 27, 0.35) !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease !important, background 0.9s ease !important;
	align-self: flex-start !important;
}

.hkf-variation-cta .hkf-btn:hover,
.hkf-btn--solid:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 40px rgba(215, 93, 27, 0.35) !important;
	background: #212529 !important;
}

.woocommerce-js div.product div.images img {
	display: block;
	width: auto;
	height: auto;
	box-shadow: none;
	max-height: 500px;
	justify-self: center;
}

.hk-related {
	margin-top: 48px;
	position: relative;
}

.hk-related__lead {
	text-align: center;
	color: #4b5563;
	margin: 6px auto 0;
	max-width: 720px;
}

.hk-related-carousel__shell {
	position: relative;
}

.hk-related-carousel__viewport {
	overflow: hidden;
	margin-top: 24px;
}

.hk-related.products ul.products {
	display: flex;
	align-items: stretch;
	gap: 16px;
	margin: 0;
	padding: 20px 0 100px 0;
	list-style: none;
	scroll-snap-type: x mandatory;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}

.hk-related.products ul.products::-webkit-scrollbar {
	display: none;
}

.hk-related.products ul.products>li.product {
	margin: 0;
	list-style: none;
	scroll-snap-align: start;
	flex: 0 0 clamp(240px, 23vw, 320px);
}

@media (max-width: 1100px) {
	.hk-related.products ul.products>li.product {
		flex-basis: clamp(220px, 30vw, 300px);
	}
}

@media (max-width: 768px) {
	.hk-related.products ul.products>li.product {
		flex-basis: min(78vw, 320px);
	}
}

.hk-related-carousel__nav {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	pointer-events: none;
	gap: 20px;
}

.hk-related-carousel__btn {
	pointer-events: auto;
	width: 72px;
	height: 38px;
	border-radius: 999px;
	background: transparent;
	color: var(--pi-red);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	padding: 0;
	border: none;
}

.hk-related-carousel__btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 38px rgba(15, 23, 42, 0.18);
	color: #fff;
	background: var(--pi-red);
}

.hk-related-carousel__btn:focus-visible {
	outline: 2px solid #d75d1b;
	outline-offset: 2px;
}

@media (max-width: 640px) {
	.hk-related-carousel__nav {
		display: none;
	}
}

.woocommerce-product-gallery__wrapper .flex-active-slide a {
	cursor: unset;
}

.hkf-login-to-view-price {
	color: #d75d1b;
}

.hkf-consent a {
	color: #d75d1b !important;
	transition: all 0.5s ease-in-out;
}

.hkf-consent a:hover {
	color: var(--pi-btn-border) !important;
}


.hk-shop-hero {
	position: relative;
	background: radial-gradient(circle at top right, rgba(247, 139, 47, 0.15), transparent 55%), #212529;
	color: #fff;
	padding: 60px 40px;
	border-radius: 28px;
	margin: 0 auto 48px;
	overflow: hidden;
}

.hk-shop-hero__glow {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 20% 20%, rgba(247, 139, 47, 0.55), transparent 45%);
	opacity: 0.5;
	pointer-events: none;
}

.hk-shop-hero__content {
	position: relative;
	max-width: 720px;
	z-index: 2;
}

.hk-shop-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 8px;
}

.hk-shop-hero h1 {
	font-size: 2.9rem;
	margin: 0 0 12px;
	line-height: 1.2;
}

.hk-shop-hero__stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 18px;
	margin: 24px 0;
}

.hk-shop-hero__stats strong {
	display: block;
	font-size: 2rem;
}

.hk-shop-hero__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 10px;
	background: linear-gradient(90deg, #f78b2f, #d75d1b);
}

.hk-shop-filters__form {}

.hk-shop-filters__toggle {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(270deg, rgba(215, 93, 27, 0.95), rgba(247, 139, 47, 0.9));
	border: 1px solid rgba(33, 37, 41, 0.16);
	border-radius: 18px;
	padding: 18px 24px;
	font-size: 1rem;
	font-weight: 600;
	color: #212529;
	cursor: pointer;
	box-shadow: 0 20px 45px rgba(13, 17, 23, 0.06);
	margin-bottom: 12px;
	transition: all 0.5s ease-in-out;
}

.hk-shop-filters__toggle:focus {
	background: linear-gradient(270deg, rgba(215, 93, 27, 0.95), rgba(247, 139, 47, 0.9));
	border: 1px solid rgba(33, 37, 41, 0.16);
	color: #212529;
	box-shadow: 0 20px 45px rgba(13, 17, 23, 0.06);
}

.hk-shop-filters__toggle:hover {
	background: #fff;
	color: #000;
}

.hk-shop-filters__toggle span {
	font-size: 0.9rem;
	font-weight: 500;
	color: rgba(33, 37, 41, 0.68);
	display: block;
}

.hk-shop-filters__chevron {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid rgba(33, 37, 41, 0.18);
	display: grid;
	place-items: center;
	position: relative;
}

.hk-shop-filters__chevron::after {
	content: '';
	width: 10px;
	height: 10px;
	border-right: 2px solid rgba(33, 37, 41, 0.68);
	border-bottom: 2px solid rgba(33, 37, 41, 0.68);
	transform: rotate(45deg);
	transition: transform 0.2s;
}

.hk-shop-filters__toggle.is-open .hk-shop-filters__chevron::after {
	transform: rotate(-135deg);
}

.hk-shop-filters__panel {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transform-origin: top;
	transition: max-height 0.35s ease, opacity 0.3s ease;
	pointer-events: none;
}

.hk-shop-filters__panel.is-open {
	max-height: 2500px;
	opacity: 1;
	margin-top: 8px;
	pointer-events: auto;
	overflow: visible;
}

.hk-shop-filters__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 24px;
}

.hk-shop-field {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 0.95rem;
	color: rgba(33, 37, 41, 0.68);
	font-weight: 600;
}

.hk-shop-field--stack .hk-shop-radios {
	flex-direction: column;
	align-items: flex-start;
}

.hk-shop-field input[type="search"],
.hk-shop-field input[type="number"],
.hk-shop-field select {
	border: 1px solid rgba(33, 37, 41, 0.18);
	border-radius: 14px;
	padding: 12px 16px;
	font-size: 1rem;
	width: 100%;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.hk-shop-field input[type="number"] {
	min-width: 100px;
}

.hk-shop-field input:focus,
.hk-shop-field select:focus {
	outline: none;
	border-color: #f78b2f;
	box-shadow: 0 0 0 3px rgba(247, 139, 47, 0.2);
}

.hk-shop-price {
	display: flex;
	gap: 12px;
}

.hk-shop-price div {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 0.85rem;
}

.hk-shop-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.hk-shop-chip {
	position: relative;
}

.hk-shop-chip input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.hk-shop-chip span {
	display: inline-flex;
	align-items: center;
	padding: 6px 14px;
	border-radius: 999px;
	border: 1px solid rgba(215, 93, 27, 0.2);
	font-weight: 500;
	background: #fff !important;
	color: #111;
	cursor: pointer;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.hk-shop-chip input:checked+span {
	background: rgba(215, 93, 27, 0.12);
	border-color: #d75d1b;
	color: #d75d1b;
}

.hk-shop-empty {
	font-size: 0.9rem;
	color: rgba(33, 37, 41, 0.30);
}

.hk-shop-chips--ghost span {
	border-color: rgba(255, 255, 255, 0.4);
	background: #f7f7f7;
}

.hk-shop-radios {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hk-shop-radios label {
	font-weight: 500;
}

.hk-shop-filter-actions {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 24px 0 16px;
}

.hk-shop-reset {
	font-weight: 600;
	color: rgba(33, 37, 41, 0.68);
}

.hk-shop-active {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	padding: 12px 16px;
	border-radius: 16px;
	background: #f7f7f7;
	font-size: 0.9rem;
}

.hk-shop-active ul {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hk-shop-toolbar {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

.hk-shop-toolbar select {
	margin-left: 12px;
	border-radius: 999px;
	padding: 10px 18px;
	border: 1px solid rgba(33, 37, 41, 0.18);
}

.hk-shop-grid {
	margin-bottom: 60px;
}

.hk-shop-grid ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
	gap: 24px;
	padding: 0;
}

.hk-shop-pagination {
	margin-top: 32px;
	text-align: center;
}

.hk-shop-pagination--ajax {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

.hk-shop-pagination--ajax button {
	border-radius: 999px;
	border: 1px solid rgba(33, 37, 41, 0.18);
	padding: 10px 16px;
	font-weight: 600;
	background: #fff;
	color: #212529;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.hk-shop-pagination--ajax button:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
	border-color: rgba(215, 93, 27, 0.55);
}

.hk-shop-pagination--ajax button:disabled {
	opacity: 0.55;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

.hk-shop-pagination__label {
	font-weight: 600;
	color: rgba(33, 37, 41, 0.7);
}

.hk-shop-toolbar p {
	margin: 0;
	font-size: 0.9rem;
	color: rgba(33, 37, 41, 0.68);
}

.widget_nav_menu .menu-item {
	padding: 8px 8px 8px 16px;
	border-top: 0.5px dashed #f7f7f720;
}

.widget_nav_menu .widget-title {
	margin-bottom: 20px !important;
}

@media (max-width: 768px) {
	.hk-shop-price {
		flex-direction: column;
	}

	.hk-shop-filters__form {
		padding: 24px;
	}

	.hk-shop-grid ul.products {
		grid-template-columns: repeat(auto-fit, minmax(240px, 350px));
	}
}

@media (max-width: 640px) {
	.hk-shop-grid ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 14px;
		padding: 0;
	}

	.hk-shop-toolbar label {
		width: 100% !important;
		text-align: left;
	}

	.hk-product-card__cta {
		font-size: 12px;
	}

	.ast-header-break-point.ast-woocommerce-shop-page-modern-style ul.products {
		margin-top: 0 !important;
	}

	.hk-shop-filters__header {
		padding: 20px 20px 0 20px;
	}
}

.hk-related-card {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.hk-product-card {
	background: #fff;
	border: 1px solid rgba(12, 18, 28, 0.06);
	border-radius: 14px;
	box-shadow: 0 12px 28px rgba(33, 37, 41, 0.12);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.hk-product-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 36px rgba(33, 37, 41, 0.16);
	border-color: rgba(12, 18, 28, 0.12);
}

.hk-product-card__media {
	display: block;
	position: relative;
	aspect-ratio: 1 / 1;
}

.hk-product-card__media img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	transition: transform 0.25s ease;
}

.hk-product-card:hover .hk-product-card__media img {
	transform: scale(1.03);
}

.hk-product-card__body {
	padding: 18px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.hk-product-card__title {
	font-size: 1rem;
	line-height: 1.3;
	margin: 0;
}

.hk-product-card__title a {
	color: #212529;
	text-decoration: none;
}

.hk-product-card__title a:hover {
	color: #d75d1b;
}

.hk-product-card__excerpt {
	color: rgba(33, 37, 41, 0.62);
	font-size: 0.92rem;
	line-height: 1.4;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hk-product-card__meta-row {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	align-items: center;
}

.hk-product-card__meta-pill {
	padding: 6px 10px;
	background: rgba(15, 76, 129, 0.08);
	color: #d75d1b;
	border-radius: 999px;
	font-size: 0.85rem;
	font-weight: 600;
}

.hk-product-card__status {
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 600;
}

.hk-product-card__status--in {
	background: rgba(36, 143, 84, 0.12);
	color: #d75d1b;
}

.hk-product-card__status--out {
	background: rgba(179, 122, 36, 0.14);
	color: #d75d1b;
}

.hk-product-card__footer {
	margin-top: 6px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
}

.hk-product-card__price {
	font-weight: 700;
	color: #212529;
}

.hk-product-card__price span {
	font-size: 1.2rem;
	color: #212529;
}

.hk-product-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 14px;
	border: 1px solid rgba(12, 18, 28, 0.18);
	border-radius: 10px;
	color: #d75d1b;
	text-decoration: none;
	font-weight: 600;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.hk-product-card__cta:hover {
	background: rgba(15, 76, 129, 0.08);
	border-color: rgba(15, 76, 129, 0.25);
	color: #212529;
}

.hk-shop-active {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.hk-shop-active__chip {
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(12, 18, 28, 0.05);
	color: #212529;
	font-size: 0.88rem;
}

.hk-shop-toolbar__hint {
	margin: 4px 0 0;
	color: rgba(33, 37, 41, 0.62);
	font-size: 0.9rem;
}

/* Layout & hero */
.hk-solution-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
	gap: clamp(1.4rem, 2.4vw, 2.3rem);
	margin: 1.5rem auto 2rem;
	padding: clamp(2.25rem, 3.6vw, 2.9rem) clamp(1.35rem, 2.6vw, 1.9rem);
	background: radial-gradient(circle at 15% 0%, #fbbf24 0, #f97316 35%, #ea580c 100%);
	border-radius: 24px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
	position: relative;
	color: #fff;
	overflow: hidden;
	align-items: center;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hk-solution-hero--compact {
	min-height: 0;
}

.hk-solution-hero__content {
	display: grid;
	gap: 16px;
	position: relative;
	z-index: 2;
	max-width: 880px;
}

.hk-solution-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url('/wp-content/plugins/woocommerce/assets/images/image.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	filter: grayscale(100%);
	z-index: 0;
	opacity: 0.80;
}

.hk-solution-eyebrow {
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-size: 0.75rem;
	color: var(--pi-red);
	margin: 0 0 0.35rem;
	font-weight: 700;
}

.hk-solution-hero h1 {
	margin: 0;
	font-size: clamp(1.9rem, 2.4vw + 1.5rem, 2.6rem);
	line-height: 1.15;
	letter-spacing: -0.02em;
	margin-bottom: 0.75rem;
}

.hk-solution-hero__lede {
	max-width: 100%;
	font-size: 0.98rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.95);
	margin: 0 0 1rem;
}

.hk-solution-hero__personas {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 4px 0 1.25rem;
}

.hk-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.35rem 0.8rem;
	border-radius: 999px;
	font-size: 0.75rem;
	letter-spacing: 0.01em;
	background: rgba(255, 255, 255, 0.13);
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	color: #fff;
	white-space: nowrap;
	position: relative;
}

.hk-solution-hero__meta {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
	list-style: none;
	padding: 0;
	margin: 8px 0 0;
}

.hk-solution-hero__meta li {
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	display: flex;
	flex-direction: column;
	gap: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.hk-solution-hero__meta strong {
	font-size: 1.05rem;
	font-weight: 700;
}

.hk-solution-hero__meta span {
	font-size: 0.92rem;
	color: rgba(255, 255, 255, 0.88);
}

.hk-solution-hero__kpis {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin: 0 0 1.4rem;
	padding: 0;
	list-style: none;
}

.hk-solution-hero__kpis li {
	padding: 0.7rem 0.9rem;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	background: rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(6px);
}

.hk-solution-hero__kpis strong {
	display: block;
	font-size: 1.1rem;
	margin-bottom: 0.15rem;
}

.hk-solution-hero__kpis span {
	display: block;
	font-size: 0.78rem;
	opacity: 0.95;
}

.hk-solution-hero__actions {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 12px;
	align-items: center;
	margin: 0 0 0.75rem;
}

.hk-solution-hero .hkf-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0.75rem 1.5rem;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.9rem;
	border: 1px solid transparent;
	transition: transform 0.18s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hk-solution-hero .hkf-btn--solid {
	background: linear-gradient(135deg, #fb923c, #ea580c);
	border-color: rgba(255, 255, 255, 0.18);
	color: #fff;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

.hk-solution-hero .hkf-btn--solid:hover {
	transform: translateY(-1px) scale(1.02);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
}

.hk-solution-hero .hkf-btn--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.6);
	color: #fff;
}

.hk-solution-hero .hkf-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.08);
	transform: translateY(-1px) scale(1.02);
}

.hkf-btn--ghost {
	color: var(--pi-red);
}

.hkf-btn--ghost:hover {
	color: var(--pi-muted);
}

.hk-solution-hero .hkf-btn:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.hk-solution-hero__hint {
	grid-column: 1 / -1;
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.78rem;
	margin-bottom: 0.6rem;
}

.hk-solution-hero__trust {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.78rem;
}

.hk-solution-hero__avatars {
	display: inline-flex;
	align-items: center;
}

.hk-avatar {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.8);
	background: linear-gradient(135deg, #fed7aa, #fb923c);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.hk-avatar--stack+.hk-avatar--stack {
	margin-left: -8px;
}

.hk-solution-hero__trust-label {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.hk-solution-hero__visual {
	position: relative;
	min-height: 210px;
	display: none;
	align-items: center;
	justify-content: center;
}

.hk-solution-hero__glow {
	position: relative;
	width: clamp(240px, 32vw, 320px);
	height: clamp(240px, 32vw, 320px);
	border-radius: 999px;
	background: radial-gradient(circle at 30% 20%, #fed7aa, transparent 60%);
	filter: blur(18px);
	opacity: 0.9;
	animation: hkHeroGlow 6s ease-in-out infinite alternate;
}

.hk-solution-hero__stat-card {
	position: absolute;
	top: 22%;
	left: 12%;
	padding: 1rem 1.2rem;
	background: rgba(255, 255, 255, 0.13);
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
	color: #fff;
	max-width: 240px;
	backdrop-filter: blur(6px);
}

.hk-solution-hero__stat-label {
	margin: 0 0 6px;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.hk-solution-hero__stat-main {
	margin: 0;
	font-weight: 700;
	line-height: 1.35;
}

.hk-solution-hero__stat-sub {
	margin: 6px 0 0;
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.86);
}

.hk-solution-hero__content>* {
	opacity: 0;
	transform: translateY(16px);
	animation: hkHeroFadeUp 0.7s ease forwards;
}

.hk-solution-hero__content>*:nth-child(1) {
	animation-delay: 0.05s;
}

.hk-solution-hero__content>*:nth-child(2) {
	animation-delay: 0.15s;
}

.hk-solution-hero__content>*:nth-child(3) {
	animation-delay: 0.25s;
}

.hk-solution-hero__content>*:nth-child(4) {
	animation-delay: 0.35s;
}

.hk-solution-hero__content>*:nth-child(5) {
	animation-delay: 0.45s;
}

.hk-solution-hero__content>*:nth-child(6) {
	animation-delay: 0.55s;
}

@keyframes hkHeroFadeUp {
	from {
		opacity: 0;
		transform: translateY(16px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes hkHeroGlow {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(1.03);
	}
}

@media (max-width: 1023px) {
	.hk-solution-hero {
		grid-template-columns: 1fr;
		padding: clamp(2rem, 5vw, 2.6rem) clamp(1.1rem, 4vw, 1.6rem) clamp(2.5rem, 6vw, 3.2rem);
	}

	.hk-solution-hero__content {
		max-width: none;
	}

	.hk-solution-hero__visual {
		order: 2;
	}
}

@media (max-width: 640px) {
	.hk-solution-hero {
		text-align: center;
	}

	.hk-solution-hero__lede {
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	.hk-solution-hero__personas {
		justify-content: center;
	}

	.hk-solution-hero__kpis {
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	}

	.hk-solution-hero__actions {
		grid-template-columns: 1fr;
	}

	.hk-solution-hero .hkf-btn {
		width: 100%;
	}

	.hk-solution-hero__trust {
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}

	.hk-solution-hero__visual {
		min-height: 240px;
	}

	.hk-solution-hero__visual {
		min-height: 240px;
	}
}

@media (min-width: 1024px) {
	.hk-solution-hero {
		display: grid;
		grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
		align-items: center;
		padding: clamp(2.5rem, 3vw, 3rem);
	}

	.hk-solution-hero__visual {
		display: block;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hk-solution-hero__content>* {
		animation: none;
		opacity: 1;
		transform: none;
	}

	.hk-solution-hero__glow {
		animation: none;
	}

	.hk-solution-hero .hkf-btn {
		transition: none;
	}
}

/* Solution selector */
.hk-solution-selector {
	margin: 48px 0;
	padding: 32px 24px;
	background: #f7f7f7;
	border: 1px solid rgba(33, 37, 41, 0.18);
	border-radius: 16px;
}

.hk-solution-selector__header {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	align-items: center;
	flex-wrap: wrap;
}

.hk-solution-selector__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 12px;
	margin-top: 16px;
}

.hk-solution-chip {
	width: 100%;
	text-align: left;
	border: 1px solid rgba(33, 37, 41, 0.18);
	background: #fff;
	border-radius: 14px;
	padding: 14px 16px;
	cursor: pointer;
	transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.hk-solution-chip:hover {
	border-color: #d75d1b;
	box-shadow: 0 10px 30px rgba(12, 18, 28, 0.08);
	transform: translateY(-2px);
	color: #fff;
}

.hk-solution-chip:hover span {
	color: #fff;
}



.hk-solution-chip__title {
	display: block;
	font-weight: 700;
	color: #212529;
}

.hk-solution-chip__desc {
	display: block;
	color: rgba(33, 37, 41, 0.62);
	font-size: 0.92rem;
}

/* Curated carousel */
.hk-curated {
	margin: 48px 0;
}

.hk-curated__header {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
	flex-wrap: wrap;
}

.hk-curated__track {
	position: relative;
	overflow: hidden;
}

.hk-curated__list {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(260px, 1fr);
	gap: 14px;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow-x: hidden;
	scroll-snap-type: x mandatory;
	overflow-y: hidden;
}

.hk-curated__list>li {
	scroll-snap-align: start;
}

.hk-curated__nav {
	display: flex;
	gap: 8px;
}

.hk-curated__btn {
	width: 72px;
	height: 38px;
	border-radius: 14px;
	background: #fff;
	cursor: pointer;
	box-shadow: none;
	padding: 0 12px 0 12px;
	transition: background 0.3s ease, color 0.3s ease;
}

.hk-curated__btn:hover {
	color: #fff;
}

/* Layout shell + filters sidebar */
.hk-shop-shell {
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 20px;
	align-items: flex-start;
	margin: 48px 0;
}

.hk-shop-sidebar {
	position: sticky;
	top: 168px;
	align-self: flex-start;
}

.hk-shop-main {
	display: grid;
	gap: 18px;
}

@media (max-width: 1024px) {
	.hk-shop-shell {
		grid-template-columns: 1fr;
	}

	.hk-shop-sidebar {
		position: relative;
		top: 0;
	}
}

@media (max-width: 640px) {
	.hk-shop-shell {
		grid-template-columns: 1fr;
		gap: 16px;
		margin: 24px 0;
	}

	.hk-shop-sidebar,
	.hk-shop-main {
		padding: 0;
		width: 100%;
	}

	.hk-shop-sidebar {
		border-radius: 12px;
	}
}

/* Filters */
.hk-shop-filters__header h2 {
	margin: 4px 0 0;
	font-size: 1.15rem;
}

.hk-shop-filters__panel {
	margin-top: 12px;
}

.hk-accordion {
	display: grid;
	gap: 10px;
}

.hk-accordion__item {
	border: 1px solid rgba(33, 37, 41, 0.16);
	border-radius: 12px;
	overflow: hidden;
	background: rgba(33, 37, 41, 0.03);
}

.hk-accordion__toggle {
	width: 100%;
	text-align: left;
	border: none;
	background: transparent;
	padding: 12px 14px;
	font-weight: 700;
	color: #212529;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.hk-accordion__toggle:after {
	content: '▾';
	display: inline-block;
	transform: rotate(0deg);
	transition: transform .16s ease;
	color: #d75d1b;
}

.hk-accordion__item.is-open .hk-accordion__toggle:after {
	transform: rotate(180deg);
}

.hk-accordion__panel {
	padding: 14px 14px;
}

.hk-shop-field__label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	color: #212529;
}

.hk-shop-field__hint {
	margin: 0 0 8px;
	color: rgba(33, 37, 41, 0.62);
	font-size: 0.9rem;
}

.hk-shop-price--stacked {
	display: grid;
	gap: 10px;
}

.hk-accordion input[type="search"],
.hk-accordion input[type="number"],
.hk-accordion select {
	width: 100%;
	border: 1px solid rgba(33, 37, 41, 0.18);
	border-radius: 10px;
	padding: 10px 12px;
	background: #fff;
}

.hk-shop-chips,
.hk-shop-chips--ghost {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.hk-shop-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border-radius: 999px;
	border: 1px solid rgba(33, 37, 41, 0.22);
	background: #fff;
	cursor: pointer;
}

.hk-shop-chip--outline {
	background: rgba(33, 37, 41, 0.03);
}

.hk-shop-radios label {
	display: block;
	margin-bottom: 6px;
	color: #212529;
}

.hk-shop-filter-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-top: 1px solid rgba(33, 37, 41, 0.14);
	padding-top: 12px;
}

.hk-shop-filter-actions__left {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.hk-shop-active ul {
	list-style: none;
	padding: 0;
	margin: 8px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.hk-shop-active__chip {
	background: rgba(33, 37, 41, 0.08);
	color: #212529;
}

.hk-shop-toolbar--top {
	border: 1px solid rgba(33, 37, 41, 0.16);
	border-radius: 14px;
	padding: 14px 16px;
	background: #fff;
}

.hk-shop-chips,
.hk-shop-chips--ghost {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.hk-shop-chip--outline {
	background: rgba(33, 37, 41, 0.03);
}

.hk-shop-radios label {
	display: block;
	margin-bottom: 6px;
	color: #212529;
}

.hk-shop-active ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.hk-shop-active__chip {
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(12, 18, 28, 0.06);
	color: #212529;
	font-size: 0.88rem;
}

.hk-shop-filter-actions {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	align-items: center;
	flex-wrap: wrap;
	border-top: 1px solid rgba(33, 37, 41, 0.18);
	padding-top: 14px;
}

.hk-shop-toolbar {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
	flex-wrap: wrap;
}

.hk-shop-toolbar__hint {
	margin: 0;
	color: rgba(33, 37, 41, 0.62);
	font-size: 0.9rem;
}

/* Product card */
.hk-product-card {
	background: #fff;
	border: 1px solid rgba(33, 37, 41, 0.12);
	border-radius: 14px;
	box-shadow: 0 12px 28px rgba(33, 37, 41, 0.12);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.hk-product-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 36px rgba(33, 37, 41, 0.16);
	border-color: rgba(12, 18, 28, 0.14);
}

.hk-product-card__media {
	display: block;
	aspect-ratio: 1/1;
}

.hk-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .25s ease;
}

.hk-product-card:hover .hk-product-card__media img {
	transform: scale(1.03);
}

.hk-product-card__body {
	padding: 16px;
	display: grid;
	gap: 10px;
}

.hk-product-card__top {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
}

.hk-product-card__brand {
	font-size: 0.85rem;
	color: rgba(33, 37, 41, 0.70);
}

.hk-product-card__brand a {
	color: #d75d1b;
	text-decoration: none;
}

.hk-product-card__tags {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.hk-product-card__tag {
	background: rgba(15, 76, 129, 0.08);
	color: #d75d1b;
	padding: 4px 8px;
	border-radius: 999px;
	font-size: 0.82rem;
}

.hk-product-card__title {
	margin: 0;
	font-size: 1rem;
	line-height: 1.3;
}

.hk-product-card__title a {
	color: #212529;
	text-decoration: none;
}

.hk-product-card__title a:hover {
	color: #d75d1b;
}

.hk-product-card__excerpt {
	margin: 0;
	color: rgba(33, 37, 41, 0.62);
	font-size: 0.93rem;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hk-product-card__meta-row {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	align-items: center;
}

.hk-product-card__meta-pill {
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(33, 37, 41, 0.08);
	color: #212529;
	font-weight: 600;
	font-size: 0.85rem;
}

.hk-product-card__status {
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 600;
}

.hk-product-card__status--in {
	background: rgba(33, 37, 41, 0.10);
	color: #212529;
}

.hk-product-card__status--out {
	background: rgba(215, 93, 27, 0.16);
	color: #d75d1b;
}

.hk-product-card__footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
	margin-top: 6px;
}

.hk-product-card__price {
	font-weight: 700;
	color: #212529;
}

.hk-product-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	text-align: center;
	width: 100%;
	padding: 10px 14px;
	border: 1px solid rgba(12, 18, 28, 0.18);
	border-radius: 100px;
	color: #d75d1b;
	text-decoration: none;
	transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.hk-product-card__cta:hover {
	background: rgba(15, 76, 129, 0.08);
	border-color: rgba(15, 76, 129, 0.25);
	color: #212529;
}

/* Helpers, FAQ, playbooks */
.hk-helper {
	margin: 24px 0;
	padding: 18px 20px;
	border-radius: 12px;
	border: 1px solid rgba(33, 37, 41, 0.18);
	background: #f7f7f7;
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: center;
	flex-wrap: wrap;
}

.hk-helper--reassure {
	background: #f7f7f7;
}

.hk-helper__cta {
	white-space: nowrap;
	color: #d75d1b;
	font-weight: 700;
	text-decoration: none;
}

.hk-faq-strip {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
	padding: 28px;
	border-radius: 14px;
	background: #f7f7f7;
	border: 1px solid rgba(33, 37, 41, 0.18);
	margin: 32px 0;
}

.hk-playbooks__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 14px;
}

.hk-playbook {
	border: 1px solid rgba(33, 37, 41, 0.18);
	border-radius: 12px;
	padding: 16px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(12, 18, 28, 0.05);
	display: grid;
	gap: 8px;
}

.hk-playbook__cta {
	color: #d75d1b;
	font-weight: 700;
	text-decoration: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-js ul.products li.product,
.woocommerce-page ul.products li.product {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0 !important;
}

.hk-shop-toolbar label {
	display: flex;
	align-items: center;
	width: 350px;
}

.hk-shop-toolbar label span {
	width: 80px;
}

.hk-grid-header__badges {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	padding-bottom: 20px;
	padding-top: 10px;
}

.hk-grid-header__badges span {
	color: var(--pi-red);
	font-weight: 300;
}
/* ------------------------------
   Widget: Category Products Showcase
------------------------------- */
.wl-cat-products {
	padding: clamp(24px, 4vw, 48px);
	background: #f7f7f7;
	border: 1px solid rgba(33, 37, 41, 0.12);
	border-radius: 16px;
	display: grid;
	gap: 22px;
}

.wl-cat-products__header {
	display: grid;
	gap: 8px;
	max-width: 860px;
}

.wl-cat-products__eyebrow {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #d75d1b;
}

.wl-cat-products__title {
	margin: 0;
	font-size: clamp(1.4rem, 2.1vw, 2.1rem);
	line-height: 1.2;
	color: #212529;
}

.wl-cat-products__intro {
	margin: 0;
	font-size: 1rem;
	line-height: 1.65;
	color: rgba(33, 37, 41, 0.78);
}

.wl-cat-products__section {
	background: #ffffff;
	border: 1px solid rgba(33, 37, 41, 0.14);
	border-radius: 14px;
	padding: clamp(16px, 2vw, 24px);
	display: grid;
	gap: 14px;
}

.wl-cat-products__section-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.wl-cat-products__category-title {
	margin: 0;
	font-size: clamp(1.1rem, 1.4vw, 1.5rem);
	font-weight: 700;
	line-height: 1.2;
}

.wl-cat-products__category-title a {
	color: #212529;
	text-decoration: none;
}

.wl-cat-products__category-title a:hover {
	color: #d75d1b;
}

.wl-cat-products__view-all {
	color: #d75d1b;
	font-weight: 700;
	text-decoration: none;
	font-size: 0.95rem;
}

.wl-cat-products__view-all:hover {
	text-decoration: underline;
}

.wl-cat-products__category-desc {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.6;
	color: rgba(33, 37, 41, 0.7);
}

.wl-cat-products__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.wl-cat-products__card {
	background: #fff;
	border: 1px solid rgba(33, 37, 41, 0.14);
	border-radius: 12px;
	overflow: hidden;
	display: grid;
	grid-template-rows: auto 1fr;
}

.wl-cat-products__thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	aspect-ratio: 1 / 1;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.wl-cat-products__thumb img {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit: contain;
	object-position: center;
	display: block;
	flex: 0 0 auto;
}

.wl-cat-products__thumb-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(215, 93, 27, 0.12), rgba(33, 37, 41, 0.08));
}

.wl-cat-products__card-body {
	padding: 12px;
	display: grid;
	gap: 8px;
}

.wl-cat-products__product-title {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.35;
}

.wl-cat-products__product-title a {
	color: #212529;
	text-decoration: none;
}

.wl-cat-products__product-title a:hover {
	color: #d75d1b;
}

.wl-cat-products__price {
	font-size: 0.92rem;
	line-height: 1.4;
	color: rgba(33, 37, 41, 0.85);
}

.wl-cat-products__price a {
	color: #d75d1b;
	font-weight: 700;
	text-decoration: none;
}

.wl-cat-products__view-product {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	font-weight: 700;
	color: #d75d1b;
	text-decoration: none;
	padding: 8px 10px;
	border: 1px solid rgba(215, 93, 27, 0.4);
	border-radius: 8px;
}

.wl-cat-products__view-product:hover {
	background: rgba(215, 93, 27, 0.08);
}

.wl-cat-products__empty {
	margin: 0;
	padding: 16px;
	border-radius: 10px;
	background: #fff;
	border: 1px dashed rgba(33, 37, 41, 0.2);
	font-size: 0.95rem;
	color: rgba(33, 37, 41, 0.75);
}

@media (max-width: 1024px) {
	.wl-cat-products__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.wl-cat-products {
		padding: 16px;
	}

	.wl-cat-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.wl-cat-products__grid {
		grid-template-columns: 1fr;
	}
}

/* ------------------------------
   Widget: Inline Contact Form
------------------------------- */
.wl-inline-contact {
	padding: clamp(24px, 4vw, 44px);
	border-radius: 16px;
	background: #f7f7f7;
	border: 1px solid rgba(33, 37, 41, 0.12);
	display: grid;
	gap: 18px;
}

.wl-inline-contact__content {
	display: grid;
	gap: 8px;
	max-width: 820px;
}

.wl-inline-contact__eyebrow {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #d75d1b;
}

.wl-inline-contact__title {
	margin: 0;
	font-size: clamp(1.35rem, 2.1vw, 2rem);
	line-height: 1.2;
	color: #212529;
}

.wl-inline-contact__desc,
.wl-inline-contact__note {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
	color: rgba(33, 37, 41, 0.74);
}

.wl-inline-contact__note {
	font-size: 0.92rem;
}

.wl-inline-contact__form {
	display: grid;
	gap: 12px;
}

.wl-inline-contact__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.wl-inline-contact__field input,
.wl-inline-contact__field textarea {
	width: 100%;
	border: 1px solid rgba(33, 37, 41, 0.2);
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 0.95rem;
	background: #fff;
	color: #212529;
}

.wl-inline-contact__field textarea {
	resize: vertical;
	min-height: 120px;
}

.wl-inline-contact__field input:focus,
.wl-inline-contact__field textarea:focus {
	outline: none;
	border-color: rgba(215, 93, 27, 0.55);
	box-shadow: 0 0 0 3px rgba(215, 93, 27, 0.14);
}

.wl-inline-contact__consent {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(33, 37, 41, 0.84);
}

.wl-inline-contact__consent input {
	margin-top: 4px;
}

.wl-inline-contact__submit {
	justify-self: start;
	border: 1px solid #d75d1b;
	border-radius: 10px;
	background: #d75d1b;
	color: #fff;
	font-weight: 700;
	font-size: 0.95rem;
	padding: 10px 18px;
	cursor: pointer;
}

.wl-inline-contact__submit:hover {
	background: #b84f17;
	border-color: #b84f17;
}

.wl-inline-contact__msg {
	min-height: 20px;
	font-size: 0.9rem;
}

.wl-inline-contact__msg.ok {
	color: #0f7a3e;
}

.wl-inline-contact__msg.err {
	color: #b42318;
}

@media (max-width: 900px) {
	.wl-inline-contact__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.wl-inline-contact {
		padding: 16px;
	}

	.wl-inline-contact__grid {
		grid-template-columns: 1fr;
	}

	.wl-inline-contact__submit {
		width: 100%;
		justify-self: stretch;
	}
}

/* Force anchor color inside the new Home widgets */
.wl-cat-products a,
.wl-inline-contact a {
	color: #dc560f !important;
}

.wl-cat-products a:hover,
.wl-inline-contact a:hover {
	color: #c24b0d !important;
}

/* Product title color/weight override */
.wl-cat-products .wl-cat-products__product-title,
.wl-cat-products .wl-cat-products__product-title a,
.wl-cat-products .wl-cat-products__product-title a:hover {
	color: #1a1f1f !important;
	font-weight: 700 !important;
}
