/* Homepage — premium layout on top of the existing storefront styles. */

.home .visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

body.home,
body.front-page {
	background: #f6f8fb;
}

.op-hero.banner-img {
	height: auto;
	min-height: 460px;
	background-position: center;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
	padding: 64px 0 72px;
}

.op-hero.banner-img::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background:
		linear-gradient(105deg, rgba(8, 35, 59, 0.82) 0%, rgba(8, 35, 59, 0.55) 48%, rgba(13, 164, 135, 0.28) 100%);
}

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

.op-hero-kicker,
.op-section-kicker {
	margin: 0 0 10px;
	font-size: 12px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 700;
	color: #0da487;
}

.op-hero-kicker {
	color: #7fe0cc;
}

.op-hero-copy h1 {
	margin: 0 0 16px;
	font-size: 44px;
	line-height: 1.15;
	font-weight: 700;
	color: #fff;
	max-width: 640px;
}

.op-hero-lead {
	margin: 0 0 24px;
	font-size: 18px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.88);
	max-width: 560px;
}

.op-hero-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 28px;
}

.op-btn-primary,
.op-btn-ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none !important;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.op-btn-primary {
	background: #0da487;
	color: #fff !important;
	box-shadow: 0 12px 24px rgba(13, 164, 135, 0.35);
}

.op-btn-primary:hover {
	background: #0a8a71;
	color: #fff !important;
	transform: translateY(-1px);
}

.op-btn-ghost {
	background: rgba(255, 255, 255, 0.12);
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.35);
}

.op-btn-ghost:hover {
	background: #fff;
	color: #08233b !important;
}

.op-hero-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.op-hero-trust li {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}

.op-hero-trust i {
	color: #7fe0cc;
}

.op-hero-panel {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 22px;
	padding: 22px;
	box-shadow: 0 24px 50px rgba(8, 35, 59, 0.22);
	max-width: 420px;
	margin-left: auto;
}

.op-hero-panel .coupon_area_cat,
.op-hero-panel .op-coupon {
	float: none;
	max-width: none;
	margin: 0;
	border-radius: 16px;
	padding: 16px 18px;
	background: #f4ffee;
	border: 1px dashed #0da487;
	align-items: center;
}

.op-hero-panel-note {
	margin: 14px 0 0;
	font-size: 13px;
	color: #5d7386;
	text-align: center;
}

.op-home-section {
	padding: 56px 0;
}

.op-home-intro {
	background: #fff;
	border: 1px solid #e6eef2;
	border-radius: 20px;
	padding: 28px 32px;
	box-shadow: 0 18px 40px rgba(8, 35, 59, 0.05);
	margin-bottom: 36px;
}

.op-home-intro p {
	font-size: 16px;
	line-height: 1.75;
	color: #1c3347;
	margin-bottom: 14px;
}

.op-home-intro p:last-child {
	margin-bottom: 0;
}

.op-section-kicker {
	text-align: center;
}

.op-home-section .main-heading h2,
.op-home-products .main-heading h2 {
	color: #08233b;
	font-weight: 700;
	margin-bottom: 8px;
}

.home ul.our-product.home-cat {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
	width: 100%;
	float: none;
	clear: both;
}

.home ul.our-product.home-cat li,
.home ul.our-product.home-cat li:nth-child(5),
.home ul.our-product.home-cat li:nth-child(6),
.home ul.our-product.home-cat li:nth-child(7) {
	width: auto;
	float: none;
	margin: 0;
	overflow: visible;
}

.home ul.our-product.home-cat li figure {
	background: #fff;
	border: 1px solid #e6eef2;
	border-radius: 18px;
	padding: 14px 14px 12px;
	box-shadow: 0 14px 32px rgba(8, 35, 59, 0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.home ul.our-product.home-cat li:hover figure {
	transform: translateY(-4px);
	box-shadow: 0 20px 40px rgba(8, 35, 59, 0.1);
}

.home ul.our-product.home-cat li figure img {
	border-radius: 12px;
	margin: 0 auto;
	display: block;
}

.home ul.our-product.home-cat li figure h3,
.home ul.our-product.home-cat li:hover h3 {
	position: static;
	bottom: auto;
	right: auto;
	left: auto;
	width: 100%;
	margin: 12px 0 0;
	padding: 0 4px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 700;
	color: #08233b;
	text-align: center;
}

.home ul.our-product.home-cat li figure h3 a,
.home ul.our-product.home-cat li figure h3 a:hover,
.home ul.our-product.home-cat li:hover h3 a {
	color: #08233b !important;
	display: block;
}

.home .content_page.pb-0 {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	margin-top: 28px;
}

.home .op-toc.table_content_area {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	overflow: visible;
	border-radius: 18px;
	border: 1px solid #e6eef2;
	box-shadow: 0 18px 40px rgba(8, 35, 59, 0.05);
	background: #fff;
	padding: 28px 32px;
	margin: 0 0 28px;
}

.home .op-toc h2 {
	color: #08233b;
	font-size: 22px;
	margin-bottom: 16px;
}

.home .op-toc ul,
.home .content_page .op-toc ul {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 12px 28px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: none;
}

.home .op-toc ul li,
.home .content_page .op-toc ul li,
.home .table_content_area ul li {
	width: auto;
	max-width: 100%;
	float: none;
	margin: 0;
	padding-left: 26px;
	background-position: 0 4px;
}

.home .op-toc ul li a {
	display: block;
	color: #0da487;
	font-weight: 600;
	line-height: 1.45;
	word-break: break-word;
}

.home .about-row {
	align-items: center;
	margin-top: 12px;
	clear: both;
}

.home .about-img img {
	border-radius: 20px;
	box-shadow: 0 18px 40px rgba(8, 35, 59, 0.12);
	width: 100%;
}

.home .about-box h2 {
	color: #08233b;
	font-size: 28px;
	margin-bottom: 16px;
}

.home .about-box p {
	color: #1c3347;
	line-height: 1.75;
}

.op-home-products {
	background: linear-gradient(180deg, #eef8f6 0%, #f6f8fb 100%);
}

.home ul.our-product1 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	list-style: none;
	margin: 0 0 36px;
	padding: 0;
	width: 100%;
}

.home ul.our-product1 li {
	float: none;
	width: auto;
	margin: 0;
	background: #fff;
	border: 1px solid #e6eef2;
	border-radius: 18px;
	padding: 18px 16px 20px;
	box-shadow: 0 14px 32px rgba(8, 35, 59, 0.05);
	display: flex;
	flex-direction: column;
}

.home ul.our-product1 li:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 40px rgba(8, 35, 59, 0.1);
}

.home ul.our-product1 li h3 {
	font-size: 16px;
	min-height: auto;
	margin-bottom: 12px;
}

.home ul.our-product1 li h3 a {
	color: #08233b;
}

.home ul.our-product1 li .product-info a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #0da487;
	color: #fff;
	border-radius: 10px;
	padding: 8px 16px;
	font-weight: 700;
	font-size: 13px;
}

.home .op-home-article,
.home .best-of-collection.op-home-article {
	background: #fff;
	border: 1px solid #e6eef2;
	border-radius: 20px;
	padding: 28px 32px;
	box-shadow: 0 18px 40px rgba(8, 35, 59, 0.05);
	margin-bottom: 22px;
	width: 100%;
	float: none;
}

.home .op-home-article h3 {
	color: #08233b;
	font-size: 22px;
	margin: 22px 0 12px;
}

.home .op-home-article h3:first-child {
	margin-top: 0;
}

.home .op-home-article p {
	color: #1c3347;
	line-height: 1.75;
}

.home ul.home-process {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	list-style: none;
	margin: 0 0 36px;
	padding: 0;
}

.home ul.home-process li,
.home ul.home-process li:nth-child(2) {
	float: none;
	width: auto;
	margin: 0;
	background: #fff;
	border: 1px solid #e6eef2;
	border-radius: 18px;
	padding: 24px 22px;
	box-shadow: 0 14px 32px rgba(8, 35, 59, 0.05);
	display: flex;
	align-items: center;
	gap: 16px;
}

.home ul.home-process li figure {
	margin: 0;
	flex: 0 0 64px;
}

.home ul.home-process li .process-intro h3 {
	color: #08233b;
	font-size: 18px;
	margin-bottom: 6px;
}

.home .home-review {
	background: #fff;
	border: 1px solid #e6eef2;
	border-radius: 20px;
	padding: 28px 32px;
	box-shadow: 0 18px 40px rgba(8, 35, 59, 0.05);
}

.home .home-review .top_head {
	color: #08233b;
	font-size: 24px;
	margin-bottom: 18px;
}

.home .home-review .review-sec {
	border-bottom: 1px solid #e6eef2;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

@media (max-width: 1199px) {
	.home ul.our-product.home-cat,
	.home ul.our-product1 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 991px) {
	.op-hero.banner-img {
		min-height: 0;
		padding: 40px 0 48px;
	}

	.op-hero-copy h1 {
		font-size: 32px;
	}

	.op-hero-panel {
		margin: 28px auto 0;
	}

	.home ul.our-product.home-cat,
	.home ul.our-product1,
	.home .op-toc ul,
	.home ul.home-process {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 575px) {
	.home ul.our-product.home-cat,
	.home ul.our-product1,
	.home .op-toc ul,
	.home ul.home-process {
		grid-template-columns: 1fr;
	}

	.op-home-intro,
	.home .op-home-article,
	.home .op-toc.table_content_area,
	.home .home-review {
		padding: 20px 18px;
	}
}
