.hames-home-hero {
	position: relative;
	min-height: 520px;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(11, 39, 62, .94) 0%, rgba(15, 56, 84, .84) 48%, rgba(16, 65, 97, .32) 100%),
		url("/img/slides/slide-bg-9.jpg") center/cover no-repeat;
}

.hames-home-hero::after {
	position: absolute;
	right: -120px;
	bottom: -220px;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 50%;
	content: "";
}

.hames-home-hero-inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 520px;
}

.hames-home-hero-copy {
	max-width: 720px;
	padding: 62px 0;
}

.hames-home-eyebrow {
	color: #258bc6;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.5px;
}

.hames-home-hero .hames-home-eyebrow {
	color: #7dcef7;
}

.hames-home-hero h1 {
	margin: 15px 0 17px;
	color: #fff;
	font-size: 43px;
	font-weight: 400;
	line-height: 1.32;
	letter-spacing: -1.6px;
}

.hames-home-hero h1 strong {
	font-weight: 800;
}

.hames-home-hero-copy > p {
	margin: 0 0 28px;
	color: #d3e1eb;
	font-size: 17px;
}

.hames-home-hero-actions {
	display: flex;
	gap: 10px;
}

.hames-home-hero-actions .btn {
	min-width: 164px;
	padding: 13px 19px;
	font-weight: 700;
}

.hames-home-hero-actions i {
	margin-left: 8px;
	font-size: 10px;
}

.hames-home-btn-light {
	border: 1px solid rgba(255, 255, 255, .45) !important;
	color: #fff !important;
	background: rgba(255, 255, 255, .07) !important;
}

.hames-home-btn-light:hover {
	border-color: #fff !important;
	background: rgba(255, 255, 255, .15) !important;
}

.hames-home-hero-trust {
	display: grid;
	flex: 0 0 210px;
	gap: 1px;
	margin-left: 35px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 8px;
	background: rgba(255, 255, 255, .1);
	backdrop-filter: blur(8px);
}

.hames-home-hero-trust div {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 17px 18px;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	color: #eef7fc;
	font-size: 12px;
	font-weight: 600;
}

.hames-home-hero-trust div:last-child {
	border-bottom: 0;
}

.hames-home-hero-trust i {
	color: #7dcef7;
	font-size: 15px;
}

.hames-home-products {
	padding: 70px 0 62px;
	background: #f7f9fb;
}

.hames-home-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 30px;
}

.hames-home-section-head h2,
.hames-home-section-title h2 {
	margin: 7px 0 7px;
	color: #17334f;
	font-size: 29px;
	font-weight: 750;
	letter-spacing: -.9px;
}

.hames-home-section-head p {
	margin: 0;
	color: #70818e;
	font-size: 13px;
}

.hames-home-more {
	color: #0d679f;
	font-size: 13px;
	font-weight: 700;
}

.hames-home-more i {
	margin-left: 6px;
	font-size: 9px;
}

.hames-home-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid #e1e8ee;
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(23, 51, 79, .06);
	transition: transform .2s ease, box-shadow .2s ease;
}

.hames-home-product-card:hover {
	box-shadow: 0 14px 32px rgba(23, 51, 79, .12);
	transform: translateY(-4px);
}

.hames-home-product-image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 230px;
	overflow: hidden;
	background: #fff;
}

.hames-home-product-image img {
	width: 100%;
	height: 100%;
	padding: 14px;
	object-fit: contain;
	transition: transform .25s ease;
}

.hames-home-product-card:hover .hames-home-product-image img {
	transform: scale(1.03);
}

.hames-home-product-image span {
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 4px 10px;
	border-radius: 14px;
	color: #fff;
	background: #138065;
	font-size: 10px;
	font-weight: 700;
}

.hames-home-product-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 19px;
	border-top: 1px solid #edf1f4;
}

.hames-home-product-content h3 {
	margin: 0 0 7px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
}

.hames-home-product-content h3 a {
	color: #253d52;
}

.hames-home-product-content > p {
	display: -webkit-box;
	min-height: 40px;
	margin: 0 0 14px;
	overflow: hidden;
	color: #788896;
	font-size: 12px;
	line-height: 1.65;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.hames-home-product-price {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	margin-top: auto;
	margin-bottom: 15px;
}

.hames-home-product-price del {
	color: #9ba8b1;
	font-size: 11px;
}

.hames-home-product-price strong {
	color: #075f96;
	font-size: 21px;
}

.hames-home-product-price small {
	margin-left: 2px;
	font-size: 12px;
}

.hames-home-product-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	overflow: hidden;
	border: 1px solid #dce6ed;
	border-radius: 5px;
}

.hames-home-product-actions a {
	padding: 10px 5px;
	color: #466073;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
}

.hames-home-product-actions .is-order {
	color: #fff;
	background: #345f89;
}

.hames-home-product-actions i {
	margin-left: 4px;
	font-size: 8px;
}

.hames-home-products-empty {
	padding: 45px 20px;
	border: 1px solid #e1e8ee;
	border-radius: 8px;
	background: #fff;
	text-align: center;
}

.hames-home-products-empty i {
	color: #8fa6b8;
	font-size: 34px;
}

.hames-home-products-empty p {
	margin: 12px 0 8px;
}

.hames-home-service {
	padding: 68px 0 58px;
	background: #fff;
}

.hames-home-section-title {
	margin-bottom: 30px;
	text-align: center;
}

.hames-home-service-card {
	position: relative;
	height: 100%;
	padding: 31px 28px 27px;
	overflow: hidden;
	border: 1px solid #e2e9ef;
	border-radius: 8px;
	background: #fff;
}

.hames-home-service-card > span {
	position: absolute;
	top: 19px;
	right: 21px;
	color: #dbe7ee;
	font-size: 26px;
	font-weight: 800;
}

.hames-home-service-card > i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 20px;
	border-radius: 12px;
	color: #187eb9;
	background: #eaf5fb;
	font-size: 19px;
}

.hames-home-service-card h3 {
	margin: 0 0 9px;
	color: #263e52;
	font-size: 18px;
	font-weight: 700;
}

.hames-home-service-card p {
	margin: 0;
	color: #748593;
	font-size: 13px;
	line-height: 1.7;
}

.hames-home-information {
	padding: 62px 0;
	background: #eef4f8;
}

.hames-home-notice,
.hames-home-support {
	height: 100%;
	border-radius: 9px;
	background: #fff;
}

.hames-home-notice {
	padding: 28px 30px;
}

.hames-home-notice-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.hames-home-notice h2 {
	margin: 0;
	color: #213a50;
	font-size: 20px;
	font-weight: 700;
}

.hames-home-notice-head a {
	color: #718493;
	font-size: 11px;
}

.hames-home-notice ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hames-home-notice li {
	border-bottom: 1px solid #e7edf1;
}

.hames-home-notice li:last-child {
	border-bottom: 0;
}

.hames-home-notice li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 10px 1px;
	color: #506474;
	font-size: 12px;
}

.hames-home-notice li a span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hames-home-notice time {
	flex: 0 0 auto;
	color: #98a6af;
	font-size: 10px;
}

.hames-home-notice .is-empty {
	padding: 35px 0;
	color: #82929e;
	text-align: center;
}

.hames-home-support {
	padding: 31px;
	color: #fff;
	background: linear-gradient(135deg, #17334f, #0d669d);
}

.hames-home-support .hames-home-eyebrow {
	color: #85d1f5;
}

.hames-home-support h2 {
	margin: 8px 0 8px;
	color: #fff;
	font-size: 23px;
	font-weight: 700;
}

.hames-home-support > p {
	margin: 0 0 14px;
	color: #c4d8e6;
	font-size: 13px;
}

.hames-home-support-phone {
	display: block;
	margin-bottom: 20px;
	color: #fff !important;
	font-size: 24px;
	font-weight: 800;
}

.hames-home-support-phone i {
	margin-right: 8px;
	color: #7ed0f5;
	font-size: 16px;
}

.hames-home-support > div {
	display: flex;
	gap: 8px;
}

.hames-home-support .btn {
	min-width: 115px;
	font-size: 11px;
	font-weight: 700;
}

.hames-home-support-outline {
	border: 1px solid rgba(255, 255, 255, .45) !important;
	color: #fff !important;
	background: transparent !important;
}

@media (max-width: 991px) {
	.hames-home-hero,
	.hames-home-hero-inner {
		min-height: 470px;
	}

	.hames-home-hero h1 {
		font-size: 36px;
	}

	.hames-home-hero-trust {
		display: none;
	}
}

@media (max-width: 575px) {
	.hames-home-hero,
	.hames-home-hero-inner {
		min-height: 450px;
	}

	.hames-home-hero-copy {
		padding: 48px 0;
	}

	.hames-home-hero h1 {
		font-size: 29px;
		line-height: 1.4;
	}

	.hames-home-hero-copy > p {
		font-size: 14px;
	}

	.hames-home-hero-actions,
	.hames-home-support > div {
		flex-direction: column;
	}

	.hames-home-hero-actions .btn {
		width: 100%;
	}

	.hames-home-products,
	.hames-home-service,
	.hames-home-information {
		padding: 46px 0 38px;
	}

	.hames-home-section-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 13px;
	}

	.hames-home-section-head h2,
	.hames-home-section-title h2 {
		font-size: 24px;
	}

	.hames-home-product-image {
		height: 220px;
	}

	.hames-home-notice,
	.hames-home-support {
		padding: 24px 20px;
	}
}
