/* TV Hut skin2.html — scoped to home only */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");

body.tvhut-home .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

body.tvhut-home {
	--blue: #325efe;
	--blue-d: #1a45e0;
	--blue-l: #eef1ff;
	--red: #ef4a4d;
	--red-d: #d43235;
	--red-l: #fef0f0;
	--dark: #0f1923;
	--dark2: #1e2d3d;
	--text: #1a1a2e;
	--text2: #4a5568;
	--text3: #9aa5b4;
	--bg: #f4f6fb;
	--white: #fff;
	--border: #e2e8f4;
	--border2: #edf2f7;
	--green: #00b87a;
	--yellow: #f7b731;
	--shadow: 0 2px 16px rgba(50, 94, 254, 0.07);
	--r: 6px;
	--r2: 10px;
	background: var(--bg) !important;
	font-family: "Roboto", sans-serif !important;
	color: var(--text);
	font-size: 14px;
}

body.tvhut-home .material-icons {
	font-family: "Material Icons";
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 1;
	vertical-align: middle;
}

/* TOP BAR */
body.tvhut-home .topbar {
	background: var(--dark);
	padding: 6px 0;
}
body.tvhut-home .topbar-in {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
body.tvhut-home .tb-l {
	display: flex;
	gap: 18px;
	align-items: center;
	flex-wrap: wrap;
}
body.tvhut-home .tb-i {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #8899aa;
	font-size: 11.5px;
}
body.tvhut-home .tb-i a {
	color: inherit;
	text-decoration: none;
}
body.tvhut-home .tb-i:hover,
body.tvhut-home .tb-i:hover a {
	color: #fff;
}
body.tvhut-home .tb-i .material-icons {
	font-size: 14px;
	color: var(--blue);
}
body.tvhut-home .tb-r {
	display: flex;
	gap: 14px;
	align-items: center;
	flex-wrap: wrap;
}
body.tvhut-home .tb-r > a {
	color: #8899aa;
	font-size: 11.5px;
	text-decoration: none;
}
body.tvhut-home .tb-r > a:hover {
	color: #fff;
}
body.tvhut-home .tb-sep {
	color: #2d3f52;
}
body.tvhut-home .eid-tag {
	background: var(--red);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 3px;
	letter-spacing: 0.5px;
}
body.tvhut-home .tb-free-note {
	color: #677a8e;
	font-size: 11.5px;
}

/* HEADER */
body.tvhut-home #header {
	background: var(--white) !important;
	border-bottom: 1px solid var(--border);
	box-shadow: var(--shadow);
	margin-bottom: 0 !important;
}
body.tvhut-home #header .hdr {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	gap: 20px;
	min-height: 74px;
	flex-wrap: wrap;
}
body.tvhut-home #header .logo-box img {
	height: 48px;
	width: auto;
	display: block;
	object-fit: contain;
}
body.tvhut-home #header .srch {
	flex: 1;
	max-width: 580px;
	display: flex;
	border: 2px solid var(--border);
	border-radius: var(--r2);
	overflow: hidden;
	transition: border-color 0.2s, box-shadow 0.2s;
	background: var(--bg);
	align-items: stretch;
}
body.tvhut-home #header .srch:focus-within {
	border-color: var(--blue);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(50, 94, 254, 0.07);
}
body.tvhut-home #header .tvhut-cat-select-wrap {
	flex-shrink: 0;
	border-right: 1px solid var(--border2);
	background: #f4f7fb;
}
body.tvhut-home #header .tvhut-search-cat {
	height: 100%;
	min-width: 130px;
	max-width: 170px;
	padding: 0 12px;
	border: none;
	background: transparent;
	font-size: 12px;
	font-weight: 600;
	color: var(--dark);
	outline: none;
}
body.tvhut-home #header .srch .tvhut-srch-input {
	flex: 1;
	border: none;
	background: transparent;
	padding: 0 16px;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	outline: none;
	color: var(--text);
	min-width: 0;
	height: 46px;
}
body.tvhut-home #header .srch .tvhut-srch-input::placeholder {
	color: var(--text3);
}
body.tvhut-home #header .srch-btn {
	background: var(--blue);
	border: none;
	padding: 0 20px;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: background 0.2s;
}
body.tvhut-home #header .srch-btn:hover {
	background: var(--blue-d);
}
body.tvhut-home #header .srch-btn .material-icons {
	font-size: 22px;
	color: #fff;
}
body.tvhut-home #header .tvhut-srch-ac {
	width: 100%;
	flex-basis: 100%;
	padding: 0 10px 8px;
}
body.tvhut-home #header .hdr-acts {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-left: auto;
}
body.tvhut-home #header .hico {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1px;
	background: none;
	border: none;
	cursor: pointer;
	color: var(--text2);
	font-family: "Roboto", sans-serif;
	font-size: 10px;
	font-weight: 500;
	padding: 7px 10px;
	border-radius: var(--r);
	transition: all 0.2s;
	position: relative;
	text-decoration: none !important;
}
body.tvhut-home #header .hico:hover {
	background: var(--blue-l);
	color: var(--blue);
}
body.tvhut-home #header .hico .material-icons {
	font-size: 22px;
}
body.tvhut-home #header .hbadge {
	position: absolute;
	top: 3px;
	right: 7px;
	background: var(--red);
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	min-width: 16px;
	height: 16px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 3px;
}
body.tvhut-home #header .cart-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	background: var(--blue);
	color: #fff !important;
	border: none;
	padding: 10px 16px;
	border-radius: var(--r);
	cursor: pointer;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 500;
	white-space: nowrap;
	text-decoration: none !important;
}
body.tvhut-home #header .cart-btn:hover {
	background: var(--blue-d);
	color: #fff !important;
}
body.tvhut-home #header .cart-btn .material-icons {
	font-size: 20px;
	color: #fff;
}
body.tvhut-home #header .cart-amt {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	padding-left: 8px;
	margin-left: 2px;
	font-weight: 700;
}

/* NAV (skin2 mainnav) */
body.tvhut-home #main-nav.tvhut-skin-nav {
	background: var(--dark2) !important;
	position: sticky;
	top: 0;
	z-index: 999;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
	border-radius: 0 !important;
}
body.tvhut-home #main-nav.tvhut-skin-nav .nav-in {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
}
body.tvhut-home #main-nav.tvhut-skin-nav ul.navlinks {
	display: flex;
	list-style: none;
	flex-wrap: nowrap;
	overflow-x: auto;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	left: 0;
	justify-content: flex-start;
}
body.tvhut-home #main-nav.tvhut-skin-nav ul.navlinks::-webkit-scrollbar {
	display: none;
}
body.tvhut-home #main-nav.tvhut-skin-nav .nav-item {
	position: relative;
}
body.tvhut-home #main-nav.tvhut-skin-nav .nav-item > .nav-link {
	display: block;
	color: #9ab !important;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: 500;
	padding: 0 16px !important;
	height: 46px;
	line-height: 46px !important;
	white-space: nowrap;
	transition: all 0.2s;
	border-right: 1px solid #2a3d50;
	border-left: none;
}
body.tvhut-home #main-nav.tvhut-skin-nav .nav-item:first-child > .nav-link {
	border-left: 1px solid #2a3d50;
}
body.tvhut-home #main-nav.tvhut-skin-nav .nav-item > .nav-link:hover,
body.tvhut-home #main-nav.tvhut-skin-nav .nav-item:hover > .nav-link {
	color: #fff !important;
	background: rgba(50, 94, 254, 0.12);
}
body.tvhut-home #main-nav.tvhut-skin-nav .drop-down {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border: 1px solid var(--border);
	border-top: 3px solid var(--blue);
	border-radius: 0 0 var(--r2) var(--r2);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
	min-width: 210px;
	z-index: 1000;
	padding: 6px 0;
}
body.tvhut-home #main-nav.tvhut-skin-nav .nav-item:hover > .drop-down {
	display: block;
}
body.tvhut-home #main-nav.tvhut-skin-nav .drop-down .nav-link {
	display: flex !important;
	align-items: center;
	gap: 8px;
	color: var(--text2) !important;
	font-size: 12.5px !important;
	font-weight: 400 !important;
	padding: 9px 18px !important;
	height: auto !important;
	line-height: 1.4 !important;
	border: none !important;
	background: none;
	white-space: nowrap;
}
body.tvhut-home #main-nav.tvhut-skin-nav .drop-down .nav-link:hover {
	background: var(--blue-l) !important;
	color: var(--blue) !important;
	padding-left: 22px !important;
}

/* HERO */
body.tvhut-home .hero-wrap {
	max-width: 1260px;
	margin: 18px auto 0;
	padding: 0 20px;
	display: grid;
	grid-template-columns: 1fr 270px;
	gap: 14px;
}
body.tvhut-home .hero-wrap .slider-box {
	border-radius: var(--r2);
	overflow: hidden;
	position: relative;
	background: #000;
	min-height: 320px;
}
body.tvhut-home .hero-wrap .slider-box .swiper-slide img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	display: block;
}
body.tvhut-home .hero-wrap .swiper-viewport {
	box-shadow: none;
	border: none;
	margin: 0;
	background: none;
}
body.tvhut-home .hero-wrap .hero-side {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
body.tvhut-home .hero-wrap .hero-side .right-banner,
body.tvhut-home .hero-wrap .sbn {
	border-radius: var(--r2);
	flex: 1;
	position: relative;
	overflow: hidden;
	min-height: 152px;
	transition: transform 0.2s;
}
body.tvhut-home .hero-wrap .hero-side .right-banner:hover {
	transform: scale(1.015);
}
body.tvhut-home .hero-wrap .hero-side .right-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	display: block;
}

@media (max-width: 991px) {
	body.tvhut-home .hero-wrap {
		grid-template-columns: 1fr;
	}
	body.tvhut-home .hero-wrap .hero-side {
		flex-direction: row;
	}
	body.tvhut-home .hero-wrap .hero-side .right-banner {
		min-height: 120px;
	}
}

/* TRUST */
body.tvhut-home .trust {
	max-width: 1260px;
	margin: 14px auto 0;
	padding: 0 20px;
}
body.tvhut-home .trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--r2);
	overflow: hidden;
	box-shadow: var(--shadow);
}
body.tvhut-home .trust-grid .ti {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	border-right: 1px solid var(--border2);
	transition: background 0.2s;
}
body.tvhut-home .trust-grid .ti:last-child {
	border-right: none;
}
body.tvhut-home .trust-grid .ti:hover {
	background: var(--blue-l);
}
body.tvhut-home .ti-ico {
	width: 38px;
	height: 38px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
body.tvhut-home .ti-ico.b {
	background: var(--blue-l);
	color: var(--blue);
}
body.tvhut-home .ti-ico.r {
	background: var(--red-l);
	color: var(--red);
}
body.tvhut-home .ti-ico .material-icons {
	font-size: 20px;
}
body.tvhut-home .ti-txt strong {
	font-size: 12.5px;
	font-weight: 700;
	color: var(--dark);
	display: block;
}
body.tvhut-home .ti-txt span {
	font-size: 11px;
	color: var(--text3);
}

@media (max-width: 767px) {
	body.tvhut-home .trust-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	body.tvhut-home .trust-grid .ti {
		border-bottom: 1px solid var(--border2);
	}
}

/* Hide old trust / redundant home-only bars */
body.tvhut-home .tvhut-trust-bar {
	display: none;
}

/* FOOTER skin2 */
body.tvhut-home footer.tvhut-skin-footer {
	background: var(--dark);
	margin-top: 28px;
	border-top: none;
}
body.tvhut-home footer.tvhut-skin-footer .ft-top {
	max-width: 1260px;
	margin: 0 auto;
	padding: 36px 20px;
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1fr;
	gap: 36px;
}
body.tvhut-home footer.tvhut-skin-footer .ft-logo img {
	height: 40px;
	width: auto;
	object-fit: contain;
	filter: brightness(0) invert(1);
}
body.tvhut-home footer.tvhut-skin-footer .ft-desc {
	color: #677a8e;
	font-size: 12px;
	line-height: 1.8;
	margin: 12px 0 16px;
}
body.tvhut-home footer.tvhut-skin-footer .ft-ct {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	color: #9aacbe;
	margin-bottom: 8px;
}
body.tvhut-home footer.tvhut-skin-footer .ft-ct .material-icons {
	font-size: 16px;
	color: var(--blue);
}
body.tvhut-home footer.tvhut-skin-footer .ft-col h5 {
	color: #cdd8e3;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 13px;
	padding-bottom: 8px;
	border-bottom: 1px solid #1e2d3d;
	display: flex;
	align-items: center;
	gap: 6px;
}
body.tvhut-home footer.tvhut-skin-footer .ft-col h5 .material-icons {
	font-size: 16px;
	color: var(--blue);
}
body.tvhut-home footer.tvhut-skin-footer .ft-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
body.tvhut-home footer.tvhut-skin-footer .ft-col ul li {
	margin-bottom: 8px;
}
body.tvhut-home footer.tvhut-skin-footer .ft-col ul li a {
	color: #677a8e;
	font-size: 12px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 5px;
}
body.tvhut-home footer.tvhut-skin-footer .ft-col ul li a:hover {
	color: var(--blue);
}
body.tvhut-home footer.tvhut-skin-footer .ft-col ul li a .material-icons {
	font-size: 13px;
	color: #2d3f52;
}
body.tvhut-home footer.tvhut-skin-footer .ft-mid {
	border-top: 1px solid #1e2d3d;
	border-bottom: 1px solid #1e2d3d;
}
body.tvhut-home footer.tvhut-skin-footer .ft-mid-in {
	max-width: 1260px;
	margin: 0 auto;
	padding: 13px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}
body.tvhut-home footer.tvhut-skin-footer .mbrow {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 11.5px;
	color: #4a5c6d;
	flex-wrap: wrap;
}
body.tvhut-home footer.tvhut-skin-footer .mb {
	background: #1a2738;
	border: 1px solid #2d3f52;
	border-radius: 4px;
	padding: 4px 9px;
	font-size: 10.5px;
	font-weight: 700;
	color: #6a7f94;
}
body.tvhut-home footer.tvhut-skin-footer .prow {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}
body.tvhut-home footer.tvhut-skin-footer .prow .lbl {
	font-size: 11.5px;
	color: #4a5c6d;
	margin-right: 2px;
}
body.tvhut-home footer.tvhut-skin-footer .ptag {
	background: #1a2738;
	border: 1px solid #2d3f52;
	border-radius: 4px;
	padding: 4px 9px;
	font-size: 10.5px;
	font-weight: 700;
	color: #6a7f94;
}
body.tvhut-home footer.tvhut-skin-footer .ft-bot {
	max-width: 1260px;
	margin: 0 auto;
	padding: 13px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}
body.tvhut-home footer.tvhut-skin-footer .ft-copy {
	font-size: 11.5px;
	color: #374a5c;
	margin: 0;
}
body.tvhut-home footer.tvhut-skin-footer .socs {
	display: flex;
	gap: 6px;
}
body.tvhut-home footer.tvhut-skin-footer .soc {
	width: 30px;
	height: 30px;
	background: #1a2738;
	border: 1px solid #2d3f52;
	border-radius: var(--r);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4a5c6d;
	text-decoration: none !important;
	transition: all 0.2s;
}
body.tvhut-home footer.tvhut-skin-footer .soc:hover {
	background: var(--blue);
	border-color: var(--blue);
	color: #fff;
}
body.tvhut-home footer.tvhut-skin-footer .soc .material-icons {
	font-size: 16px;
}

@media (max-width: 991px) {
	body.tvhut-home footer.tvhut-skin-footer .ft-top {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 575px) {
	body.tvhut-home footer.tvhut-skin-footer .ft-top {
		grid-template-columns: 1fr;
	}
}

/* SECTION + tabs (skin2) */
body.tvhut-home .sec {
	max-width: 1260px;
	margin: 22px auto 0;
	padding: 0 20px;
}
body.tvhut-home .sec-hd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--border2);
	flex-wrap: wrap;
	gap: 10px;
}
body.tvhut-home .sec-ttl {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 17px;
	font-weight: 700;
	color: var(--dark);
	letter-spacing: -0.3px;
}
body.tvhut-home .sec-bar {
	width: 4px;
	height: 20px;
	background: var(--blue);
	border-radius: 2px;
}
body.tvhut-home .sec-bar.r {
	background: var(--red);
}
body.tvhut-home .sec-r {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
body.tvhut-home .tabs {
	display: flex;
	gap: 4px;
	flex-wrap: wrap;
}
body.tvhut-home .tab,
body.tvhut-home .dt-nav-item {
	background: none;
	border: 1px solid var(--border);
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 11.5px;
	font-weight: 500;
	cursor: pointer;
	color: var(--text2);
	font-family: "Roboto", sans-serif;
	transition: all 0.2s;
	text-decoration: none !important;
}
body.tvhut-home .tab:hover,
body.tvhut-home .dt-nav-item:hover {
	border-color: var(--blue);
	color: var(--blue);
}
body.tvhut-home .tab.on,
body.tvhut-home .dt-nav-item.active {
	background: var(--blue);
	color: #fff !important;
	border-color: var(--blue);
}
body.tvhut-home .va,
body.tvhut-home .tvhut-link-viewall {
	display: flex;
	align-items: center;
	gap: 3px;
	color: var(--blue);
	font-size: 12.5px;
	font-weight: 700;
	text-decoration: none !important;
}
body.tvhut-home .va .material-icons,
body.tvhut-home .tvhut-link-viewall .fa {
	font-size: 16px;
}

/* Categories grid (skin2 catg / cbox) */
body.tvhut-home .catg {
	display: grid;
	grid-template-columns: repeat(11, 1fr);
	gap: 8px;
}
body.tvhut-home .cbox,
body.tvhut-home .category-item-box {
	background: var(--white);
	border: 1.5px solid var(--border2);
	border-radius: var(--r2);
	padding: 13px 6px 10px;
	text-align: center;
	cursor: pointer;
	transition: all 0.22s;
}
body.tvhut-home .cbox:hover,
body.tvhut-home .category-item-box:hover {
	border-color: var(--blue);
	background: var(--blue-l);
	transform: translateY(-3px);
	box-shadow: 0 6px 18px rgba(50, 94, 254, 0.12);
}
body.tvhut-home a.cbox {
	text-decoration: none;
	color: inherit;
	display: block;
}
body.tvhut-home .cbox .material-icons {
	font-size: 26px;
	color: var(--text3);
	display: block;
	margin-bottom: 5px;
}
body.tvhut-home .cbox:hover .material-icons {
	color: var(--blue);
}
body.tvhut-home .cbox span:last-child,
body.tvhut-home .category-name {
	font-size: 10px;
	font-weight: 500;
	color: var(--text2);
}
body.tvhut-home .category-item-box {
	border-radius: var(--r2) !important;
	width: auto !important;
	height: auto !important;
	max-width: none !important;
}
body.tvhut-home .category-item-box a {
	text-decoration: none;
}
@media (max-width: 1199px) {
	body.tvhut-home .catg {
		grid-template-columns: repeat(6, 1fr);
	}
}
@media (max-width: 767px) {
	body.tvhut-home .catg {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* Product card skin2 — map modules */
body.tvhut-home .pgrid5,
body.tvhut-home .fp-grid,
body.tvhut-home .dt-grid.active {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px;
}
body.tvhut-home .pgrid4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}
body.tvhut-home .pcard,
body.tvhut-home .dt-card,
body.tvhut-home .fp-item {
	background: var(--white);
	border: 1.5px solid var(--border2);
	border-radius: var(--r2);
	overflow: hidden;
	cursor: pointer;
	transition: all 0.22s;
	position: relative;
}
body.tvhut-home .pcard:hover,
body.tvhut-home .dt-card:hover,
body.tvhut-home .fp-item:hover {
	border-color: var(--blue);
	box-shadow: 0 8px 28px rgba(50, 94, 254, 0.14);
	transform: translateY(-4px);
}
body.tvhut-home .pcard-img,
body.tvhut-home .dt-card-img,
body.tvhut-home .fp-img {
	background: #fff;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	padding: 0 !important;
	margin: 0 !important;
}
body.tvhut-home .pcard-img img,
body.tvhut-home .dt-card-img img,
body.tvhut-home .fp-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 12px;
	transition: transform 0.3s;
}
body.tvhut-home .pcard:hover .pcard-img img,
body.tvhut-home .dt-card:hover .dt-card-img img,
body.tvhut-home .fp-item:hover .fp-img img {
	transform: scale(1.06);
}
body.tvhut-home .b-off,
body.tvhut-home .fp-badge-official,
body.tvhut-home .dt-badge-official {
	position: absolute;
	top: 8px;
	left: 8px;
	background: var(--blue);
	color: #fff;
	font-size: 8px;
	font-weight: 700;
	padding: 3px 7px;
	border-radius: 3px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 2px;
}
body.tvhut-home .b-off .material-icons,
body.tvhut-home .fp-badge-official .material-icons {
	font-size: 10px;
}
body.tvhut-home .b-sale,
body.tvhut-home .fp-badge-pct,
body.tvhut-home .dt-badge-pct {
	position: absolute;
	top: 8px;
	right: 8px;
	background: var(--red);
	color: #fff;
	font-size: 8.5px;
	font-weight: 700;
	padding: 3px 7px;
	border-radius: 3px;
	z-index: 2;
}
body.tvhut-home .b-new {
	position: absolute;
	top: 8px;
	right: 8px;
	background: var(--green);
	color: #fff;
	font-size: 8.5px;
	font-weight: 700;
	padding: 3px 7px;
	border-radius: 3px;
	z-index: 2;
}
body.tvhut-home .pcard-body,
body.tvhut-home .dt-card-info,
body.tvhut-home .fp-details {
	padding: 10px 12px 12px;
}
body.tvhut-home .pcard-brand,
body.tvhut-home .dt-card-brand,
body.tvhut-home .fp-brand {
	font-size: 10px;
	font-weight: 500;
	color: var(--text3);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 3px;
}
body.tvhut-home .pcard-name,
body.tvhut-home .dt-card-name,
body.tvhut-home .fp-name {
	font-size: 12.5px;
	font-weight: 500;
	color: var(--text);
	line-height: 1.4;
	margin-bottom: 6px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 34px;
	border: none !important;
	padding: 0 !important;
	height: auto !important;
}
body.tvhut-home .pcard-name a,
body.tvhut-home .dt-card-name a,
body.tvhut-home .fp-name a {
	color: inherit;
	text-decoration: none;
}
body.tvhut-home .pcard-stars,
body.tvhut-home .dt-card-rating,
body.tvhut-home .fp-rating {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 8px;
	color: var(--yellow);
	font-size: 12px;
}
body.tvhut-home .s-cnt,
body.tvhut-home .fp-rating + span {
	font-size: 10.5px;
	color: var(--text3);
}
body.tvhut-home .pcard-bot,
body.tvhut-home .dt-card-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
}
body.tvhut-home .p-price .pn,
body.tvhut-home .dt-price-new,
body.tvhut-home .fp-price .new {
	font-size: 15px;
	font-weight: 700;
	color: var(--red);
}
body.tvhut-home .p-price .po,
body.tvhut-home .dt-price-old,
body.tvhut-home .fp-price .old {
	font-size: 11px;
	color: var(--text3);
	text-decoration: line-through;
}
body.tvhut-home .btn-add,
body.tvhut-home .dt-add-cart,
body.tvhut-home .fp-add-cart {
	background: var(--blue);
	color: #fff !important;
	border: none;
	padding: 6px 11px;
	border-radius: var(--r);
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
	font-family: "Roboto", sans-serif;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	width: auto;
	margin: 0;
}
body.tvhut-home .btn-add:hover,
body.tvhut-home .dt-add-cart:hover,
body.tvhut-home .fp-add-cart:hover {
	background: var(--blue-d);
}
body.tvhut-home .btn-add .material-icons,
body.tvhut-home .dt-add-cart .fa,
body.tvhut-home .fp-add-cart .fa {
	font-size: 14px;
}

@media (max-width: 1199px) {
	body.tvhut-home .pgrid5,
	body.tvhut-home .fp-grid,
	body.tvhut-home .dt-grid.active {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 991px) {
	body.tvhut-home .pgrid5,
	body.tvhut-home .fp-grid,
	body.tvhut-home .dt-grid.active {
		grid-template-columns: repeat(3, 1fr);
	}
	body.tvhut-home .pgrid4 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 767px) {
	body.tvhut-home .pgrid5,
	body.tvhut-home .fp-grid,
	body.tvhut-home .dt-grid.active {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Brands */
body.tvhut-home .brow {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding-bottom: 4px;
}
body.tvhut-home .brow::-webkit-scrollbar {
	display: none;
}
body.tvhut-home .bcard {
	background: var(--white);
	border: 1.5px solid var(--border2);
	border-radius: var(--r2);
	padding: 13px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex-shrink: 0;
	min-width: 100px;
	transition: all 0.2s;
	text-decoration: none !important;
}
body.tvhut-home .bcard:hover {
	border-color: var(--blue);
	box-shadow: 0 4px 14px rgba(50, 94, 254, 0.1);
	transform: translateY(-2px);
}
body.tvhut-home .bnm {
	font-size: 14px;
	font-weight: 700;
	color: var(--text2);
}
body.tvhut-home .bcard:hover .bnm {
	color: var(--blue);
}

/* Promo row */
body.tvhut-home .promo-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
body.tvhut-home .promo {
	border-radius: var(--r2);
	overflow: hidden;
	position: relative;
	min-height: 160px;
	display: flex;
	align-items: flex-end;
	cursor: pointer;
	transition: transform 0.2s;
}
body.tvhut-home .promo:hover {
	transform: scale(1.015);
}
body.tvhut-home .promo img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
body.tvhut-home .promo-ov {
	position: absolute;
	inset: 0;
}
body.tvhut-home .promo.p1 .promo-ov {
	background: linear-gradient(120deg, rgba(13, 71, 161, 0.88) 35%, rgba(13, 71, 161, 0.3));
}
body.tvhut-home .promo.p2 .promo-ov {
	background: linear-gradient(120deg, rgba(27, 95, 32, 0.88) 35%, rgba(27, 95, 32, 0.3));
}
body.tvhut-home .promo-c {
	padding: 22px;
	position: relative;
	z-index: 2;
}
body.tvhut-home .promo-c h3 {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	margin-bottom: 3px;
}
body.tvhut-home .promo-c p {
	color: rgba(255, 255, 255, 0.65);
	font-size: 11.5px;
	margin-bottom: 12px;
}
body.tvhut-home .promo-link {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
	padding-bottom: 1px;
	text-decoration: none !important;
}
@media (max-width: 767px) {
	body.tvhut-home .promo-row {
		grid-template-columns: 1fr;
	}
}

/* Flash sale */
body.tvhut-home .flash {
	background: linear-gradient(120deg, var(--red-d), var(--red), #ff7070);
	border-radius: var(--r2);
	padding: 22px 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}
body.tvhut-home .flash-l {
	display: flex;
	align-items: center;
	gap: 14px;
}
body.tvhut-home .flash-l .material-icons {
	font-size: 36px;
	color: rgba(255, 255, 255, 0.8);
}
body.tvhut-home .flash-l h3 {
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	margin-bottom: 2px;
}
body.tvhut-home .flash-l p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	margin: 0;
}
body.tvhut-home .cdown {
	display: flex;
	align-items: center;
	gap: 8px;
}
body.tvhut-home .cd-b {
	background: rgba(0, 0, 0, 0.22);
	border-radius: var(--r);
	padding: 10px 14px;
	text-align: center;
	min-width: 54px;
}
body.tvhut-home .cd-n {
	font-size: 26px;
	font-weight: 900;
	color: #fff;
	line-height: 1;
	display: block;
}
body.tvhut-home .cd-l {
	font-size: 9px;
	color: rgba(255, 255, 255, 0.55);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 2px;
	display: block;
}
body.tvhut-home .cd-sep {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.4);
	font-weight: 700;
	margin-bottom: 6px;
}
body.tvhut-home .flash-btn {
	background: #fff;
	color: var(--red);
	border: none;
	padding: 12px 22px;
	border-radius: var(--r);
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	font-family: "Roboto", sans-serif;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
	text-decoration: none !important;
}
body.tvhut-home .flash-btn:hover {
	background: var(--red-l);
}

/* Featured row */
body.tvhut-home .feat-row {
	display: grid;
	grid-template-columns: 210px 1fr;
	gap: 14px;
}
body.tvhut-home .feat-side {
	background: linear-gradient(160deg, var(--dark2), #0e2040);
	border-radius: var(--r2);
	padding: 24px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}
body.tvhut-home .feat-side-tag {
	font-size: 9px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.4);
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
body.tvhut-home .feat-side h3 {
	font-size: 19px;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 8px;
}
body.tvhut-home .feat-side p {
	font-size: 11.5px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.7;
	margin-bottom: 20px;
}
body.tvhut-home .feat-side .material-icons.bgico {
	position: absolute;
	right: -10px;
	bottom: -10px;
	font-size: 90px;
	opacity: 0.08;
}
body.tvhut-home .feat-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: var(--blue);
	color: #fff !important;
	border: none;
	padding: 10px 16px;
	border-radius: var(--r);
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	font-family: "Roboto", sans-serif;
	text-decoration: none !important;
}
body.tvhut-home .feat-link:hover {
	background: var(--blue-d);
}
@media (max-width: 991px) {
	body.tvhut-home .feat-row {
		grid-template-columns: 1fr;
	}
}

/* Module wrappers */
body.tvhut-home .dynamic-tab-section {
	background: transparent;
	padding: 0;
}
body.tvhut-home .dynamic-tab-section .container {
	max-width: 1260px;
}
body.tvhut-home .dt-nav-wrapper {
	justify-content: flex-start;
	margin-bottom: 14px;
}
body.tvhut-home .dt-grid {
	padding: 0;
}
body.tvhut-home .tvhut-featured-block {
	background: transparent;
	border: none;
	padding: 0;
}
body.tvhut-home .featured-category-showcase {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
}
body.tvhut-home .fcat-container .container {
	max-width: 1260px;
}
body.tvhut-home .featured-cat-head {
	border-bottom: 2px solid var(--border2);
	padding-bottom: 10px;
	margin-bottom: 14px;
}
body.tvhut-home .tvhut-cat-row.catg {
	margin: 0 -4px;
}

/* Hide duplicate search row from OC module */
body.tvhut-home .tvhut-srch-ac .input-group {
	display: none !important;
}
