.jhp-home-tabs {
	width: 100%;
}
.jhp-tabs-head-wrap {
	position: relative;
	width: 100%;
	margin: 0 0 15px;
	border-bottom: 1px solid rgba(15, 23, 42, .08);
}
.jhp-tabs-head {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 26px;
	width: 100%;
	margin: 0;
	text-align: center;
}
.jhp-tab-button {
	-webkit-appearance: none !important;
	appearance: none !important;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0 0 8px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #666 !important;
	font: inherit;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
}
.jhp-tab-button::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 2px;
	border-radius: 999px;
	background: #f97316;
	transform: scaleX(0);
	transition: transform .18s ease;
}
.jhp-tab-button.is-active,
.jhp-tab-button.is-active:hover,
.jhp-tab-button.is-active:focus,
.jhp-tab-button.is-active:active {
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #262626 !important;
}
.jhp-tab-button.is-active::after {
	transform: scaleX(1);
}
.jhp-tab-button:focus-visible {
	outline: 2px solid #f97316;
	outline-offset: 4px;
}
.jhp-tab-panel[hidden] {
	display: none !important;
}
.jhp-catalog-link {
	position: absolute;
	right: 0;
	bottom: 7px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 26px;
	padding: 2px 0;
	color: #c2410c !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	white-space: nowrap;
	transition: color .18s ease, transform .18s ease;
}
.jhp-catalog-link:hover {
	color: #f97316 !important;
	transform: translateX(2px);
}
.jhp-catalog-link:focus-visible {
	outline: 2px solid #f97316;
	outline-offset: 3px;
}
.jhp-catalog-link-arrow {
	font-size: 14px;
	line-height: 1;
}

.jhp-home-products{width:100%}.jhp-section{margin:0 0 var(--jhp-section-gap)}.jhp-section:last-child{margin-bottom:0}.jhp-section-header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 16px}.jhp-section-title{margin:0!important;padding:0;color:inherit;font:inherit;font-size:clamp(21px,2.4vw,30px);font-weight:750;line-height:1.15;letter-spacing:-.02em;text-transform:none}.jhp-section-link{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;color:#c2410c!important;font-size:13px;font-weight:700;text-decoration:none!important;white-space:nowrap}.jhp-section-link:hover{color:#f97316!important}.jhp-products .products,.jhp-products ul.products{display:grid!important;grid-template-columns:repeat(var(--jhp-desktop),minmax(0,1fr))!important;gap:var(--jhp-product-gap)!important;width:100%!important;margin:0!important;padding:0!important}.jhp-products .products:before,.jhp-products .products:after,.jhp-products ul.products:before,.jhp-products ul.products:after{display:none!important;content:none!important}.jhp-products .products>*,.jhp-products ul.products>li.product{width:auto!important;max-width:none!important;min-width:0!important;margin:0!important;padding-right:0!important;padding-left:0!important;flex:none!important}@media(max-width:1024px){.jhp-products .products,.jhp-products ul.products{grid-template-columns:repeat(var(--jhp-tablet),minmax(0,1fr))!important}}@media(max-width:600px){.jhp-section{margin-bottom:min(var(--jhp-section-gap),26px)}.jhp-section-header{margin-bottom:11px}.jhp-section-title{font-size:21px}.jhp-section-link{font-size:12px}.jhp-products .products,.jhp-products ul.products{grid-template-columns:repeat(var(--jhp-mobile),minmax(0,1fr))!important;gap:min(var(--jhp-product-gap),10px)!important}}

@media (max-width: 600px) {
	.jhp-tabs-head-wrap {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 10px;
		margin-bottom: 12px;
	}
	.jhp-tabs-head {
		justify-content: flex-start;
		gap: 19px;
		min-width: 0;
	}
	.jhp-tab-button {
		padding-bottom: 7px !important;
		font-size: 15px;
		white-space: nowrap;
	}
	.jhp-catalog-link {
		position: relative;
		top: -2px;
		align-self: center;
		min-height: 20px;
		margin: 0;
		padding: 0;
		font-size: 11px;
		line-height: 1.2;
		white-space: nowrap;
	}
	.jhp-catalog-link-arrow {
		font-size: 12px;
	}
}
