/* Category + product pages — same teal / navy language as home, cart, checkout. */

.op-catalog-bar.innerpage-bg,
body.single-product .innerpage-bg.op-catalog-bar {
	background: linear-gradient(180deg, #eef8f6 0%, #f6f8fb 100%);
	border: 0;
	padding: 14px 0;
}

.op-catalog-bar .breadcrumb_main ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 600;
}

.op-catalog-bar .breadcrumb_main li {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #5d7386;
}

.op-catalog-bar .breadcrumb_main li:not(:last-child)::after {
	content: "/";
	color: #c5d4de;
}

.op-catalog-bar .breadcrumb_main a {
	color: #0da487;
}

.op-catalog-bar .breadcrumb_main li:last-child a,
.op-catalog-bar .breadcrumb_main li:last-child span {
	color: #08233b;
}

.outer_area.op-catalog {
	background: #f6f8fb;
	padding: 28px 0 70px;
}

.op-catalog .op-section-kicker {
	margin: 0 0 8px;
	font-size: 12px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 700;
	color: #0da487;
	text-align: center;
}

.op-catalog .cate-page {
	margin: 10px 0 28px;
}

.op-catalog .cate-page h1 {
	margin: 0 0 28px;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 700;
	color: #08233b;
	text-align: center;
}

.op-catalog ul.our-product1 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	justify-content: stretch;
}

.op-catalog ul.our-product1 li,
.op-catalog ul.our-product1.cat-prod li {
	float: none;
	flex: 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;
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.op-catalog ul.our-product1 li h3 {
	font-size: 16px;
	margin: 0 0 12px;
	min-height: 0;
	color: #08233b;
	position: static;
}

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

.op-catalog ul.our-product1 li figure {
	line-height: normal;
	overflow: hidden;
	margin: 0 0 14px;
	border-radius: 12px;
	background: #f8fbfa;
}

.op-catalog ul.our-product1 li figure img,
.op-catalog ul.our-product1.cat-prod li figure img {
	max-height: 160px;
	width: auto;
	margin: 0 auto;
	display: block;
}

.op-catalog ul.our-product1 li .product-info {
	background: transparent;
	padding: 0;
	margin-top: auto;
}

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

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

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

.op-catalog .op-toc ul,
.op-catalog .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;
}

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

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

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

.op-catalog .content_page.op-catalog-article h2,
.op-catalog .content_page.op-catalog-article h3 {
	color: #08233b;
	margin-top: 22px;
}

.op-catalog .content_page.op-catalog-article h2:first-child,
.op-catalog .content_page.op-catalog-article h3:first-child {
	margin-top: 0;
}

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

.op-catalog .op-reviews.pro-review {
	background: #fff;
	border: 1px solid #e6eef2;
	border-radius: 20px;
	box-shadow: 0 18px 40px rgba(8, 35, 59, 0.05);
	padding: 28px 32px;
	margin: 0 0 20px;
	width: 100%;
	float: none;
}

.op-catalog .op-reviews .top_head {
	color: #08233b;
	font-size: 24px;
	margin-bottom: 18px;
}

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

.op-catalog .op-reviews .sub-btn1,
.op-catalog .op-reviews input[type="submit"] {
	background: #0da487;
	border: 0;
	border-radius: 10px;
	color: #fff;
	font-weight: 700;
	min-height: 44px;
	padding: 0 22px;
}

.op-catalog .pro_dtl_area {
	margin-top: 8px;
}

.op-product-page .product_main_area {
	align-items: stretch;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	overflow: visible;
	gap: 22px;
	margin-bottom: 28px;
}

.op-product-page .product_main_area figure {
	flex: 0 0 38%;
	max-width: 38%;
	background: #fff;
	border: 1px solid #e6eef2;
	border-radius: 20px;
	box-shadow: 0 18px 40px rgba(8, 35, 59, 0.06);
	padding: 24px;
	line-height: normal;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.op-product-page .product_main_area figure img {
	max-height: 280px;
	width: auto;
	margin-bottom: 16px;
}

.op-product-page .product_main_area figure .coupon_area_cat,
.op-product-page .product_main_area figure .op-coupon {
	float: none;
	max-width: 100%;
	margin: 8px 0 0;
	border-radius: 14px;
}

.op-product-page .product_main_area .txt_area {
	flex: 1 1 auto;
	width: auto;
	background: #fff;
	border: 1px solid #e6eef2;
	border-radius: 20px;
	box-shadow: 0 18px 40px rgba(8, 35, 59, 0.06);
	overflow: hidden;
	display: flex;
	float: none;
}

.op-product-page .txt_area_info {
	width: auto;
	float: none;
	flex: 1 1 68%;
	padding: 28px 28px 24px;
}

.op-product-page .txt_area_info .op-section-kicker {
	text-align: left;
}

.op-product-page .txt_area_info h1 {
	margin: 0 0 14px;
	font-size: 34px;
	line-height: 1.15;
	font-weight: 700;
	color: #08233b;
}

.op-product-page .prod-detail-top li {
	font-size: 15px;
	color: #1c3347;
	margin: 8px 0;
}

.op-product-page .select_dosase.pro_dosase {
	width: 100%;
	border-radius: 14px;
	border-color: #e6eef2;
	background: #f6f8fb;
	margin: 18px 0;
}

.op-product-page .pro_dosase h3 {
	color: #08233b !important;
	font-weight: 700;
}

.op-product-page .price-part {
	display: flex;
	gap: 12px;
	align-items: stretch;
	margin-top: 8px;
}

.op-product-page .price-part select {
	flex: 1 1 auto;
	height: 50px;
	border-radius: 12px;
	border: 1px solid #e6eef2;
	background: #f6f8fb;
	padding: 0 14px;
	font-weight: 600;
	color: #08233b;
}

.op-product-page .price-part button.main-btn,
.op-product-page .price-part .op-buy-now {
	min-width: 150px;
	height: 50px;
	border-radius: 12px;
	background: #0da487;
	border-color: #0da487;
	color: #fff;
	font-weight: 700;
	box-shadow: 0 12px 24px rgba(13, 164, 135, 0.28);
}

.op-product-page .price-part button.main-btn:hover,
.op-product-page .price-part .op-buy-now:hover {
	background: #0a8a71;
	border-color: #0a8a71;
}

.op-product-page .prod-detail-payment {
	width: auto;
	flex: 0 0 240px;
	background: linear-gradient(180deg, #0a8a71 0%, #0da487 100%);
	padding: 22px 18px;
	display: flex;
	flex-direction: column;
}

.op-product-page .prod-detail-payment h3 {
	font-size: 14px;
	letter-spacing: 0.08em;
	margin-bottom: 12px;
}

.op-product-page .prod-detail-payment li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	font-weight: 600;
}

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

@media (max-width: 991px) {
	.op-catalog ul.our-product1,
	.op-catalog .op-toc ul,
	.op-catalog .content_page .op-toc ul {
		grid-template-columns: 1fr 1fr;
	}

	.op-product-page .product_main_area {
		flex-direction: column;
	}

	.op-product-page .product_main_area figure,
	.op-product-page .product_main_area .txt_area {
		max-width: 100%;
		flex: 1 1 auto;
		width: 100%;
	}

	.op-product-page .product_main_area .txt_area {
		flex-direction: column;
	}

	.op-product-page .prod-detail-payment {
		flex: 1 1 auto;
		width: 100%;
	}

	.op-catalog .cate-page h1,
	.op-product-page .txt_area_info h1 {
		font-size: 28px;
	}
}

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

	.op-catalog .content_page.op-catalog-article,
	.op-catalog .op-toc.table_content_area,
	.op-catalog .op-reviews.pro-review {
		padding: 20px 18px;
	}

	.op-product-page .price-part {
		flex-direction: column;
	}
}
