/* FITNEXTT shop e-commerce layout — from design mock (readable type scale) */
:root {
	--teal: #08b5a8;
	--deep: #063c41;
	--ink: #112b2f;
	--muted: #66797b;
	--bg: #f5f9f8;
	--line: #dfeceb;
	--soft: #e7f8f5;
	--gold: #f0a52a;
	--danger: #df5b58;
	--shadow: 0 16px 45px rgba(6, 60, 65, 0.1);
}

body.shop-ecom-page {
	margin: 0;
	background: var(--bg);
	color: var(--ink);
	font-family: "Nunito", "Segoe UI", sans-serif;
}

body.shop-ecom-page a {
	text-decoration: none;
	color: inherit;
}

body.shop-ecom-page button,
body.shop-ecom-page input,
body.shop-ecom-page select {
	font: inherit;
}

.fnx-container {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding-left: clamp(12px, 2.5vw, 28px);
	padding-right: clamp(12px, 2.5vw, 28px);
	box-sizing: border-box;
}

body.shop-ecom-page main.body-content.outer-top-xs {
	width: 100%;
	max-width: 100%;
}

/* Announcement */
.fnx-top {
	background: var(--deep);
	color: #dff6f3;
	padding: 8px 12px;
	text-align: center;
	font-size: 12px;
}

.fnx-top b {
	color: #fff;
}

.fnx-top a {
	color: #fff;
	font-weight: 800;
	text-decoration: underline;
}

/* Header scrolls with page (not pinned) */
body.shop-ecom-page .header-style-1 {
	background: #fff;
	position: relative;
	top: auto;
	z-index: 30;
	border-bottom: 1px solid var(--line);
	margin-bottom: 0 !important;
	box-shadow: none;
}

body.shop-ecom-page .top-bar,
body.shop-ecom-page .header-top-area {
	background: #fff !important;
	border-bottom: 1px solid var(--line);
	margin: 5px 0 0 !important;
	padding: 0 0 5px !important;
}

body.shop-ecom-page .top-bar > .container {
	padding-right: 0 !important;
}

body.shop-ecom-page .top-bar .cnt-account {
	padding: 0 !important;
}

body.shop-ecom-page .top-bar .cnt-account ul > li {
	padding: 0 12px;
}

body.shop-ecom-page .main-header {
	background: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
}

body.shop-ecom-page .header-nav,
body.shop-ecom-page .yamm {
	background: #fff !important;
	border-top: 1px solid #f1f5f4;
}

body.shop-ecom-page .header-nav .navbar-default,
body.shop-ecom-page .header-nav .nav-bg-class,
body.shop-ecom-page .header-nav .shop-header-navbar {
	background: #fff !important;
}

body.shop-ecom-page .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a,
body.shop-ecom-page .header-nav .shop-header-navbar #shop-main-nav > li > a,
body.shop-ecom-page .header-nav .navbar-nav > li > a {
	color: #506366 !important;
	font-family: "Nunito", "Segoe UI", sans-serif !important;
	font-weight: 800 !important;
	font-size: 13px !important;
}

body.shop-ecom-page .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active > a,
body.shop-ecom-page .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover,
body.shop-ecom-page .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus,
body.shop-ecom-page .header-nav .shop-header-navbar #shop-main-nav > li > a:hover,
body.shop-ecom-page .header-nav .shop-header-navbar #shop-main-nav > li > a:focus {
	color: #087c75 !important;
	background: #e7f8f5 !important;
}

body.shop-ecom-page .header-nav .shop-nav-label,
body.shop-ecom-page .header-nav .shop-nav-label-text {
	color: inherit !important;
}

body.shop-ecom-page .header-nav .navbar-toggle .icon-bar {
	background-color: #063c41 !important;
}

body.shop-ecom-page .body-content.outer-top-xs {
	margin-top: 0 !important;
	padding-top: 0 !important;
	background: var(--bg);
}

/* Hero */
.fnx-hero {
	padding: 25px 0 18px;
}

.fnx-heroCard {
	border-radius: 28px;
	overflow: hidden;
	background: linear-gradient(110deg, #e5f8f5, #d4f1ee);
	min-height: 350px;
	display: grid;
	grid-template-columns: 55% 45%;
	border: 1px solid #d2ece9;
}

.fnx-heroText {
	padding: 45px 50px;
}

.fnx-eyebrow {
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #078d84;
}

.fnx-hero h1 {
	font-size: clamp(32px, 4.5vw, 47px);
	line-height: 1.02;
	letter-spacing: -1.5px;
	margin: 13px 0;
	font-weight: 800;
	color: var(--ink);
}

.fnx-hero h1 span {
	color: var(--teal);
}

.fnx-hero p {
	font-size: 15px;
	line-height: 1.7;
	color: #536b6e;
	max-width: 570px;
	margin: 0 0 18px;
}

.fnx-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 24px;
	padding: 12px 18px;
	background: var(--teal);
	color: #fff !important;
	font-size: 12px;
	font-weight: 900;
	cursor: pointer;
	text-decoration: none !important;
}

.fnx-btn:hover {
	background: #079a8f;
	color: #fff !important;
}

.fnx-btn.alt {
	background: #fff;
	color: var(--deep) !important;
	margin-left: 7px;
	border: 1px solid var(--line);
}

.fnx-heroImg {
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.fnx-heroImg-link {
	display: block;
	width: 100%;
}

.fnx-heroImg-slide,
.fnx-heroImg > img:not(.fnx-heroImg-slide) {
	width: 100%;
	height: auto;
	max-height: none;
	object-fit: contain;
	object-position: center;
	border-radius: 20px;
	border: 8px solid #fff;
	box-shadow: var(--shadow);
	background: #edf7f6;
	display: block;
}

.fnx-heroImg-slide {
	opacity: 1;
	transition: opacity 0.35s ease;
}

.fnx-heroImg-slide.is-fading {
	opacity: 0;
}

/* Trust */
.fnx-trust {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	margin: 0 0 30px;
}

.fnx-trust div {
	background: #fff;
	border: 1px solid var(--line);
	padding: 14px 12px;
	border-radius: 12px;
	text-align: center;
	font-size: 12px;
	font-weight: 900;
	color: var(--ink);
}

.fnx-trust span {
	display: block;
	color: #7b8b8d;
	font-weight: 600;
	margin-top: 4px;
	font-size: 11px;
}

/* Layout */
.fnx-layout {
	display: grid;
	grid-template-columns: 230px 1fr;
	gap: 25px;
	align-items: start;
}

.fnx-side {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 17px;
	padding: 18px;
	height: max-content;
	position: sticky;
	top: 120px;
}

.fnx-side h3 {
	font-size: 14px;
	margin: 0 0 12px;
	font-weight: 900;
}

.fnx-sideLabel {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #91a0a2;
	font-size: 10px;
	font-weight: 900;
	margin: 18px 0 8px;
}

.fnx-cat {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 9px 8px;
	border-radius: 8px;
	font-size: 13px;
	color: #506366;
	gap: 8px;
}

.fnx-cat.active,
.fnx-cat:hover {
	background: var(--soft);
	color: #087c75;
	font-weight: 900;
}

.fnx-filter,
.fnx-sort,
.fnx-view {
	width: 100%;
	height: 38px;
	border: 1px solid var(--line);
	border-radius: 7px;
	background: #fff;
	font-size: 12px;
	padding: 0 8px;
}

.fnx-filterBtn {
	width: 100%;
	margin-top: 7px;
	border: 0;
	background: var(--deep);
	color: #fff;
	border-radius: 8px;
	padding: 11px;
	font-size: 12px;
	font-weight: 900;
	cursor: pointer;
}

.fnx-filterBtn:hover {
	background: #0a5056;
}

.fnx-sideHelp {
	font-size: 12px;
	line-height: 1.7;
	color: #607275;
}

.fnx-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 16px;
	margin-bottom: 15px;
	flex-wrap: wrap;
}

.fnx-toolbar h2 {
	margin: 3px 0;
	font-size: 24px;
	font-weight: 800;
}

.fnx-sub {
	font-size: 12px;
	color: var(--muted);
}

.fnx-tools {
	display: flex;
	gap: 8px;
	align-items: center;
}

.fnx-tools .fnx-sort {
	width: auto;
	min-width: 170px;
}

/* Product grid cards */
.fnx-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.fnx-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 17px;
	overflow: hidden;
	transition: 0.2s;
	display: flex;
	flex-direction: column;
}

.fnx-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow);
}

.fnx-pic {
	height: auto;
	background: #edf7f6;
	position: relative;
}

.fnx-pic a {
	display: block;
	width: 100%;
}

.fnx-pic img,
.fnx-pic .image,
.fnx-pic .product-card-videos,
.fnx-pic .product-card-media,
.fnx-pic .product-card-media img,
.fnx-pic .product-card-video {
	width: 100% !important;
	height: auto !important;
	max-height: none !important;
	object-fit: unset !important;
	display: block;
}

.fnx-card:hover .fnx-pic img,
.fnx-card:hover .fnx-pic .product-card-video {
	transform: none !important;
}

.fnx-tag {
	position: absolute;
	left: 10px;
	top: 10px;
	background: var(--deep);
	color: #fff;
	padding: 6px 8px;
	border-radius: 20px;
	font-size: 10px;
	font-weight: 900;
	z-index: 2;
}

.fnx-wish {
	position: absolute;
	right: 10px;
	top: 10px;
	border: 0;
	background: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #506366;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.fnx-wish:hover {
	color: var(--danger);
}

.fnx-info {
	padding: 13px 14px 16px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.fnx-info h3 {
	font-size: 14px;
	margin: 0 0 8px;
	min-height: 36px;
	font-weight: 800;
	line-height: 1.3;
}

.fnx-info h3 a:hover {
	color: var(--teal);
}

.fnx-price {
	font-size: 15px;
	font-weight: 900;
	color: var(--deep);
}

.fnx-mrp {
	font-size: 11px;
	color: #8a999b;
	margin-left: 5px;
	text-decoration: line-through;
}

.fnx-off {
	font-size: 11px;
	color: #0a9188;
	font-weight: 900;
	margin-left: 4px;
}

.fnx-stock {
	font-size: 11px;
	color: #3d827e;
	margin-top: 5px;
}

.fnx-cardBtns {
	display: flex;
	gap: 6px;
	margin-top: 11px;
	align-items: stretch;
}

.fnx-cardBtns .product-card-cart {
	flex: 1;
	width: 100%;
}

.fnx-cardBtns .product-card-cart-form {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.fnx-cardBtns .product-card-qty {
	justify-content: flex-start;
}

.fnx-cardBtns .product-card-add-btn,
.fnx-cardBtns .btn-primary {
	flex: 1;
	border: 0 !important;
	background: var(--teal) !important;
	color: #fff !important;
	border-radius: 8px !important;
	padding: 9px !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	width: 100%;
}

.fnx-quote {
	border: 1px solid var(--teal);
	background: #fff;
	color: #087e77 !important;
	border-radius: 8px;
	padding: 9px 8px;
	font-size: 11px;
	font-weight: 900;
	cursor: pointer;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.fnx-quote:hover {
	background: var(--soft);
}

.fnx-empty {
	grid-column: 1 / -1;
	text-align: center;
	padding: 50px 15px;
	background: #fff;
	border-radius: 17px;
	border: 1px solid var(--line);
}

.fnx-empty h3 {
	margin: 0;
	color: var(--teal);
}

.fnx-pagination {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 10px;
}

.fnx-pagination a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 12px;
	border-radius: 8px;
	border: 1px solid var(--line);
	background: #fff;
	font-size: 12px;
	font-weight: 800;
}

.fnx-pagination a.is-active,
.fnx-pagination a:hover {
	background: var(--teal);
	border-color: var(--teal);
	color: #fff;
}

/* Sections */
.fnx-section {
	padding: 42px 0;
}

.fnx-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 16px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}

.fnx-head h2 {
	margin: 3px 0;
	font-size: 25px;
	font-weight: 800;
}

.fnx-deals {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px;
}

.fnx-deal {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: 14px;
	transition: 0.2s;
}

.fnx-deal:hover {
	transform: translateY(-2px);
	box-shadow: var(--shadow);
}

.fnx-deal .dtag {
	font-size: 10px;
	font-weight: 900;
	color: #0a9188;
}

.fnx-deal h4 {
	font-size: 13px;
	min-height: 34px;
	margin: 8px 0;
	font-weight: 800;
	line-height: 1.3;
}

.fnx-deal b {
	font-size: 14px;
}

.fnx-deal small {
	font-size: 11px;
	color: #929e9f;
}

.fnx-compare {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 18px;
	overflow: auto;
}

.fnx-compare table {
	width: 100%;
	border-collapse: collapse;
	min-width: 720px;
}

.fnx-compare th,
.fnx-compare td {
	padding: 12px;
	border-bottom: 1px solid var(--line);
	font-size: 13px;
	text-align: center;
}

.fnx-compare th {
	background: #f2faf8;
	font-size: 13px;
	font-weight: 800;
}

.fnx-compare td:first-child,
.fnx-compare th:first-child {
	text-align: left;
	font-weight: 900;
}

.fnx-check {
	color: #078d84;
	font-weight: 900;
}

.fnx-solutions {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.fnx-solution {
	border-radius: 17px;
	background: #fff;
	border: 1px solid var(--line);
	padding: 22px;
}

.fnx-solution .icon {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: var(--soft);
	color: #078d84;
	display: grid;
	place-items: center;
	font-size: 14px;
	font-weight: 900;
}

.fnx-solution h3 {
	font-size: 16px;
	margin: 12px 0 6px;
	font-weight: 800;
}

.fnx-solution p {
	font-size: 13px;
	color: var(--muted);
	line-height: 1.6;
	margin: 0 0 10px;
}

.fnx-solution a {
	font-size: 12px;
	color: #087e77;
	font-weight: 900;
}

.fnx-support {
	background: linear-gradient(100deg, #05a99e, #16c4b7);
	color: #fff;
	border-radius: 20px;
	padding: 22px 26px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
}

.fnx-support h3 {
	margin: 0 0 4px;
	font-size: 18px;
	font-weight: 800;
}

.fnx-support p {
	margin: 0;
	font-size: 13px;
	opacity: 0.95;
}

.fnx-support a,
.fnx-support button {
	border: 0;
	background: #fff;
	color: var(--deep) !important;
	border-radius: 20px;
	padding: 11px 16px;
	font-weight: 900;
	font-size: 12px;
	cursor: pointer;
	white-space: nowrap;
	display: inline-flex;
}

.fnx-fab {
	position: fixed;
	right: 20px;
	bottom: 80px;
	background: #21b66f;
	color: #fff !important;
	border: 0;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	font-size: 14px;
	font-weight: 900;
	box-shadow: var(--shadow);
	cursor: pointer;
	z-index: 40;
	display: grid;
	place-items: center;
	text-decoration: none !important;
}

body.shop-ecom-page .category-aspects {
	width: 100%;
	max-width: 100%;
	margin: 0 0 24px;
	border-radius: 17px;
	border: 1px solid var(--line);
	box-sizing: border-box;
}

body.shop-ecom-page .todays-deal-badge,
body.shop-ecom-page .product-discount-badge {
	display: none;
}

@media (max-width: 1050px) {
	.fnx-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.fnx-deals {
		grid-template-columns: repeat(3, 1fr);
	}

	.fnx-layout {
		grid-template-columns: 1fr;
	}

	.fnx-side {
		position: static;
	}

	.fnx-trust {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 650px) {
	.fnx-container {
		padding-left: 13px;
		padding-right: 13px;
	}

	.fnx-heroCard {
		grid-template-columns: 1fr;
	}

	.fnx-heroText {
		padding: 32px 25px;
	}

	.fnx-heroImg {
		padding: 15px;
	}

	.fnx-heroImg img {
		height: auto;
		max-height: none;
	}

	.fnx-grid {
		grid-template-columns: 1fr;
	}

	.fnx-deals,
	.fnx-solutions {
		grid-template-columns: 1fr 1fr;
	}

	.fnx-trust {
		grid-template-columns: 1fr 1fr;
	}

	.fnx-support {
		flex-direction: column;
		align-items: flex-start;
	}

	.fnx-btn.alt {
		margin-left: 0;
		margin-top: 8px;
	}
}
