:root {
	--wa: #25D366;
	--wa2: #128C7E;
	--wa3: #075E54;
	--line: rgba(2, 6, 23, .10);
	--r: 10px;
	--fs: 12px;
	--shadow: 0 14px 40px rgba(2, 6, 23, .10);
}

* {
	box-sizing: border-box
}

body {
	margin: 0;
	font-family: "SolaimanLipi", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	font-size: var(--fs);
	background: #fff;
	color: #0f172a
}

html[lang="en"] body {
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif
}

a {
	color: inherit;
	text-decoration: none
}

.wrap {
	flex: 1;
	max-width: 1160px;
	margin: 0 auto;
	padding: 14px;
	padding-top: 122px
}

.container {
	max-width: 1160px;
	margin: 0 auto;
	padding: 10px 14px
}


.topbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	border-bottom: 1px solid var(--line);
	background: var(--header-bg, rgba(255, 255, 255, .96));
	backdrop-filter: blur(10px)
}

.topbar, .topbar .btxt, .topbar .brand, .topbar .search input, .topbar .search input::placeholder, .topbar .sbtn, .topbar .pill, .topbar .pill.outline {
	color: var(--header-text, #0f172a);
}

.topbar .search input {
	background: color-mix(in srgb, var(--header-bg, #fff) 96%, #ffffff 4%);
}

.topbar .pill, .topbar .pill.outline {
	border-color: color-mix(in srgb, var(--header-text, #0f172a) 14%, #ffffff 86%);
	background: color-mix(in srgb, var(--header-bg, #fff) 92%, #ffffff 8%);
}

.topbar .pill:hover, .topbar .pill.outline:hover {
	background: color-mix(in srgb, var(--header-bg, #fff) 84%, #ffffff 16%);
}

.topwrap {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap
}

.brand {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 400;
	color: var(--wa3);
	min-width: 160px
}

.brandmark {
	display: flex;
	align-items: center;
	justify-content: center
}

.logo {
	width: 38px;
	height: 38px;
	border-radius: var(--r);
	display: grid;
	place-items: center;
	color: #fff;
	background: linear-gradient(135deg, var(--wa), var(--wa2));
	box-shadow: 0 14px 28px rgba(37, 211, 102, .20)
}

.logoimg {
	width: 38px;
	height: 38px;
	border-radius: var(--r);
	object-fit: cover;
	border: 1px solid var(--line);
	background: var(--navbar-bg, #fff)
}

.btxt {
	font-weight: 400;
	line-height: 1.2
}

.search {
	flex: 1;
	min-width: 220px
}

.search input {
	width: 100%;
	padding: 9px 10px;
	border-radius: var(--r);
	border: 1px solid var(--line);
	font: inherit;
	outline: none
}

.search input:focus {
	border-color: rgba(37, 211, 102, .6);
	box-shadow: 0 0 0 6px rgba(37, 211, 102, .14)
}

.right {
	display: flex;
	gap: 8px;
	flex-wrap: wrap
}

.pill {
	padding: 8px 10px;
	border-radius: var(--r);
	border: 1px solid var(--line);
	background: rgba(37, 211, 102, .08);
	color: var(--wa3);
	font-weight: 400
}

.pill.outline {
	background: #fff
}

.menubar {
	position: fixed;
	top: 59px;
	left: 0;
	right: 0;
	z-index: 49;
	border-bottom: 1px solid var(--line);
	background: #fff
}

.menuwrap {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap
}

.mitem {
	padding: 8px 10px;
	border-radius: var(--r);
	border: 1px solid transparent;
	font-weight: 400;
	color: #0f172a
}

.mitem:hover {
	border-color: var(--line);
	background: rgba(2, 6, 23, .03)
}

.mcat {
	font-weight: 400;
	font-size: 11px
}

.lang {
	display: flex;
	align-items: center;
	gap: 6px
}

.langbtn {
	font-weight: 400;
	color: var(--wa3)
}

.sep {
	opacity: .6
}

.catbar {
	position: fixed;
	top: 64px;
	left: 0;
	right: 0;
	z-index: 48;
	border-bottom: 1px solid var(--line);
	background: #f8fafc
}

.catrow {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	align-items: center
}

.cat {
	padding: 7px 10px;
	border-radius: 999px;
	border: 1px solid var(--line);
	background: #fff;
	color: #0f172a
}

.cat:hover {
	background: rgba(37, 211, 102, .08);
	color: var(--wa3)
}

.slider {
	border: 1px solid var(--line);
	border-radius: var(--r);
	overflow: hidden;
	box-shadow: var(--shadow);
	margin: 0px 0;
	position: relative
}

.slider img {
	width: 100%;
	display: none;
	object-fit: cover;
	max-height: 322px
}

.slider img.is-active {
	display: block
}

.slider .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	display: flex;
	justify-content: center;
	gap: 6px
}

.slider .dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, .8);
	background: rgba(2, 6, 23, .35);
	cursor: pointer
}

.slider .dot.is-active {
	background: #fff
}

.notice {
	padding: 10px;
	border: 1px solid var(--line);
	border-radius: var(--r);
	background: rgba(37, 211, 102, .08);
	margin: 1px 0
}

.notice.danger {
	background: rgba(220, 38, 38, .08)
}

.notice.ok {
	background: rgba(37, 211, 102, .12)
}

.section-title {
	margin: 12px 0 6px;
	font-size: 12px;
	color: var(--wa3);
	font-weight: 400
}

.grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	align-items: stretch
}

.card {
	border: 1px solid var(--line);
	border-radius: var(--r);
	background: #fff;
	box-shadow: 0 12px 24px rgba(2, 6, 23, .06);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%
}

.img {
	position: relative;
	aspect-ratio: 4/3;
	background: #f2f5f7
}

.img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}

.badge {
	position: absolute;
	top: 8px;
	padding: 5px 8px;
	border-radius: var(--r);
	border: 1px solid var(--line);
	background: #fff;
	font-weight: 400;
	color: var(--wa3)
}

.badge.left {
	left: 8px
}

.badge.right {
	right: 8px
}

.body {
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1
}

.title {
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1.45;
	min-height: 2.9em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.muted {
	color: #64748b;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.tiny {
	font-size: 12px
}

.row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 8px
}

.price {
	color: var(--wa3)
}

.prices {
	display: flex;
	align-items: baseline;
	gap: 8px
}

.oldprice {
	text-decoration: line-through;
	opacity: .6
}

.btn {
	padding: 3px 5px;
	border-radius: var(--r);
	border: 0;
	cursor: pointer;
	
	color: var(--front-btn-text, #fff);
	background: var(--front-btn-bg, linear-gradient(135deg, var(--wa), var(--wa2)))
}

.btn:hover,
.btn:focus-visible {
	filter: brightness(.96)
}

.btn.outline {
	background: #fff;
	color: var(--wa3);
	border: 1px solid var(--line)
}

.btn.small {
	padding: 6px 8px
}

.btn.danger {
	background: linear-gradient(135deg, #ef4444, #dc2626)
}

.footer {
	margin-top: 16px;
	background: var(--footer-bg, #0b1220);
	color: var(--footer-text, #e2e8f0)
}

.footrow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
	padding: 16px 0
}

.footlinks a {
	margin-left: 8px;
	color: var(--footer-text, #e2e8f0);
	font-weight: 400;
	opacity: .9
}

.footlinks a:hover {
	opacity: 1
}

.pview {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px
}

.zoom {
	border: 1px solid var(--line);
	border-radius: var(--r);
	overflow: hidden;
	position: relative;
	background-size: 180%;
	background-position: center
}

.zoom img {
	width: 100%;
	display: block
}

.zoom:hover img {
	opacity: 0
}

.zoom:hover {
	cursor: zoom-in
}

.thumbs {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 8px
}

.thumb {
	border: 1px solid var(--line);
	background: #fff;
	border-radius: var(--r);
	padding: 0;
	cursor: pointer;
	overflow: hidden;
	width: 56px;
	height: 56px
}

.thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}

.pinfo h1 {
	font-size: 12px;
	margin: 0 0 8px;
	color: var(--wa3)
}

.chips {
	margin: 8px 0
}

.chip {
	display: inline-block;
	padding: 6px 8px;
	border-radius: var(--r);
	border: 1px solid rgba(37, 211, 102, .18);
	background: rgba(37, 211, 102, .10);
	color: var(--wa3);
	font-weight: 400;
	margin-right: 6px
}

.rowgap {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 10px
}

.pdesc {
	border: 1px solid var(--line);
	border-radius: var(--r);
	padding: 12px;
	margin-top: 12px;
	background: #fff
}

.pdesc h3 {
	margin: 0;
	font-size: 12px;
	color: var(--wa3)
}

.field {
	margin-top: 10px
}

.label {
	font-weight: 400;
	margin-bottom: 6px
}

.table .tr {
	display: grid;
	grid-template-columns: 1.2fr .5fr .7fr 1fr;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid var(--line)
}

.table .th {
	font-weight: 400;
	color: var(--wa3)
}

.actions {
	display: flex;
	gap: 6px;
	flex-wrap: wrap
}

.checkoutBox {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	border: 1px solid var(--line);
	border-radius: var(--r);
	padding: 10px;
	background: rgba(37, 211, 102, .06)
}

.form {
	display: grid;
	gap: 10px;
	max-width: 520px
}

.in {
	width: 100%;
	padding: 9px 10px;
	border-radius: var(--r);
	border: 1px solid var(--line);
	font: inherit;
	color: #0f172a;
	background: #fff
}

@media(max-width:980px) {
	.grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.pview {
		grid-template-columns: 1fr
	}
}

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

@media(max-width:420px) {
	.grid {
		grid-template-columns: 1fr
	}
}

@media(max-width:760px) {
	.wrap {
		flex: 1;
		padding-top: 112px
	}

	.topbar {
		box-shadow: 0 10px 24px rgba(2, 6, 23, .08)
	}

	.topwrap {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr) auto;
		align-items: center;
		gap: 8px;
		padding-top: 10px;
		padding-bottom: 10px
	}

	.brand {
		min-width: 0;
		gap: 6px;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start
	}

	.logo,
	.logoimg {
		width: 40px;
		height: 40px;
		border-radius: 12px
	}

	.btxt {
		display: none
	}

	.search {
		width: 100%;
		min-width: 0;
		order: 0
	}

	.search input {
		height: 40px;
		padding-left: 10px
	}

	.search .sbtn {
		right: 5px;
		padding: 5px 9px;
		border-radius: 9px
	}

	.right {
		width: auto;
		order: 0;
		display: flex;
		gap: 6px;
		flex-wrap: nowrap
	}

	.right .pill {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 44px;
		min-height: 40px;
		padding: 8px 9px;
		white-space: nowrap;
		font-size: 11px
	}

	.right .pill b:last-child {
		display: none
	}

	.desktop-only {
		display: none !important
	}

	.catbar {
		display: none
	}

	.menubar {
		top: 55px
	}

	.menuwrap {
		gap: 6px;
		flex-wrap: nowrap;
		overflow: auto;
		scrollbar-width: none
	}

	.menuwrap::-webkit-scrollbar {
		display: none
	}

	.mitem {
		padding: 7px 8px;
		white-space: nowrap
	}

	.footrow {
		justify-content: center;
		text-align: center
	}

	.footlinks {
		display: flex;
		gap: 10px;
		justify-content: center;
		flex-wrap: wrap
	}

	.footlinks a {
		margin-left: 0
	}

	.footlang {
		justify-content: center;
		width: 100%;
		margin-top: 6px
	}
}



.livesearch {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: 6px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	box-shadow: var(--shadow);
	z-index: 60;
	overflow: hidden
}

.livesearch ul {
	list-style: none;
	margin: 0;
	padding: 6px;
	max-height: 360px;
	overflow: auto
}

.livesearch li a {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 8px;
	border-radius: 10px;
	color: #0f172a
}

.livesearch li a:hover {
	background: rgba(2, 6, 23, .05)
}

.livesearch img {
	width: 34px;
	height: 34px;
	border-radius: 10px;
	object-fit: cover;
	border: 1px solid var(--line)
}

.livesearch .lsph {
	width: 34px;
	height: 34px;
	border-radius: 10px;
	border: 1px solid var(--line);
	background: #f1f5f9;
	display: inline-block
}

.livesearch .lstxt {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0
}

.livesearch .lstxt b {
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 260px
}

.livesearch .lscat {
	font-size: 11px;
	opacity: .75
}

.livesearch .lspr {
	font-size: 12px;
	font-weight: 400;
	color: #0b7b46
}

.livesearch .lsall {
	padding: 8px 12px;
	border-top: 1px solid var(--line);
	background: #f8fafc
}

.livesearch .lsall a {
	font-weight: 400;
	color: #0b7b46
}


.search {
	position: relative
}

.search .sbtn {
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid var(--line);
	background: #0b7b46;
	color: #fff;
	border-radius: 10px;
	padding: 6px 10px;
	cursor: pointer
}

.search input {
	padding-right: 44px !important
}


@media(min-width:761px) {
	body {
		padding-bottom: 76px
	}

	.footer {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 30
	}

	.desktop-only {
		display: inline-flex
	}

	.footlang {
		margin-left: auto
	}
}



@media(max-width:760px) {
	.footer {
		display: block;
		margin-bottom: 44px
	}

	
	.bottomnav,
	.mobnav,
	.mfooter {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 70;
		background: var(--navbar-bg, #fff);
		border-top: 1px solid var(--line);
		height: 44px;
		display: flex;
		align-items: center;
		justify-content: space-around
	}

	.bottomnav a,
	.mobnav a,
	.mfooter a {
		flex: 1;
		text-align: center;
		font-size: 10px;
		padding: 6px 2px;
		color: var(--menu-text, #0f172a)
	}

	.bottomnav a .ico,
	.mobnav a .ico,
	.mfooter a .ico {
		display: block;
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 2px
	}

	.bottomnav a.active,
	.mobnav a.active,
	.mfooter a.active {
		color: #0b7b46;
		font-weight: 400
	}

	.wrap {
		flex: 1;
		padding-bottom: 62px
	}
}


.mobov {
	position: fixed;
	inset: 0;
	background: rgba(2, 6, 23, .45);
	z-index: 75
}

.mobov[hidden],
.mobside[hidden] {
	display: none !important
}

.mobside {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: min(78vw, 320px);
	background: var(--navbar-bg, #fff);
	z-index: 76;
	box-shadow: var(--shadow);
	display: flex;
	flex-direction: column
}

.mobside_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 12px;
	border-bottom: 1px solid var(--line);
	background: var(--navbar-bg, #fff);
	color: var(--menu-text, #0f172a)
}

.mobside_close {
	border: 1px solid var(--line);
	background: var(--navbar-bg, #fff);
	color: var(--menu-text, #0f172a);
	border-radius: 10px;
	padding: 6px 10px;
	cursor: pointer
}

.mobside_body {
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	overflow: auto;
	background: var(--navbar-bg, #fff)
}

.mobside_link {
	padding: 10px 10px;
	border: 1px solid var(--line);
	border-radius: 12px;
	color: var(--menu-text, #0f172a);
	background: color-mix(in srgb, var(--navbar-bg, #fff) 92%, #000 8%)
}

.mobside_link:hover {
	background: color-mix(in srgb, var(--navbar-bg, #fff) 84%, #000 16%)
}

.noscr {
	overflow: hidden
}

@media(min-width:761px) {

	.bottomnav,
	.mobov,
	.mobside {
		display: none !important
	}
}


.mnav {
	position: relative
}

.mcat.has-arrow {
	display: inline-flex;
	align-items: center;
	gap: 4px
}

.mcat .arrow {
	font-size: 10px;
	opacity: .7
}

.submenu {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	min-width: 220px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	box-shadow: var(--shadow);
	padding: 8px;
	display: none;
	flex-direction: column;
	gap: 4px;
	z-index: 80
}

.mnav.has-sub.is-open .submenu {
	display: flex
}

@media(min-width:761px) {
  .menuwrap { overflow: visible; }
  .mnav.has-sub:hover > .submenu,
  .mnav.has-sub:focus-within > .submenu { display: flex; }
  .mnav.has-sub > .submenu { top: 100%; }
}

.submenu_link {
	padding: 9px 10px;
	border-radius: 10px;
	background: #f8fafc
}

.submenu_link:hover {
	background: rgba(37, 211, 102, .08);
	color: var(--wa3)
}

.mobcat {
	display: flex;
	flex-direction: column;
	gap: 6px
}

.mobcat_row {
	display: flex;
	gap: 6px;
	align-items: stretch
}

.mobcat_row .mobside_link {
	flex: 1
}

.mobcat_toggle {
	width: 42px;
	border: 1px solid var(--line);
	background: #fff;
	border-radius: 12px;
	cursor: pointer;
	font-size: 14px
}

.mobcat_toggle.is-open {
	transform: rotate(180deg)
}

.mobsubcats {
	display: none;
	flex-direction: column;
	gap: 6px;
	padding-left: 12px
}

.mobcat.is-open .mobsubcats {
	display: flex
}

.mobsub_link {
	padding: 9px 10px;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: #fff
}

.mobsub_link:hover {
	background: rgba(37, 211, 102, .08);
	color: var(--wa3)
}

.hot-grid {
	grid-template-columns: repeat(6, 1fr)
}

.hot-products {
	position: relative
}

.hot-products.is-carousel {
	padding: 0 42px
}

.hot-track {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	scrollbar-width: none;
	scroll-snap-type: x mandatory;
	padding: 4px 2px
}

.hot-track::-webkit-scrollbar {
	display: none
}

.hot-card {
	min-width: calc((100% - 60px)/6);
	scroll-snap-align: start
}

.hot-nav {
	position: absolute;
	top: 42%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	border: none;
	border-radius: 999px;
	background: #fff;
	box-shadow: var(--shadow);
	cursor: pointer;
	font-size: 26px;
	line-height: 1;
	color: var(--wa3);
	z-index: 3
}

.hot-nav.prev {
	left: 0
}

.hot-nav.next {
	right: 0
}

.product-media {
	display: flex;
	flex-direction: column;
	gap: 8px
}

.deal-strip {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	padding: 0 2px
}

.deal-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 5px;
    border-radius: 999px;
    color: #fff;
    font-size: 8px;
    
    letter-spacing: .2px;
}

.deal-badge.percent {
	background: #575757;
}

.deal-badge.amount {
	background: #575757;
}

.hot-grid .body,
.hot-card .body {
	padding: 8px
}

.hot-grid .title,
.hot-card .title {
	font-size: 11px;
	min-height: 3em
}

.hot-grid .muted,
.hot-card .muted {
	font-size: 11px;
	-webkit-line-clamp: 2;
	min-height: 3em
}

.hot-grid .btn,
.hot-card .btn {
	padding: 4px 6px;
	font-size: 11px
}

.grid .muted,
.hot-grid .muted,
.hot-card .muted {
	min-height: 3em;
	-webkit-line-clamp: 2
}

.grid .row,
.hot-grid .row,
.hot-card .row {
	margin-top: auto
}

.grid .img,
.hot-grid .img,
.hot-card .img {
	flex-shrink: 0
}

.grid .img,
.hot-grid .img,
.hot-card .img {
	min-height: 170px
}

.grid .img img,
.hot-grid .img img,
.hot-card .img img {
	width: 100%;
	height: 170px;
	object-fit: contain;
	background: #fff
}

.pdetails_html ul,
.pdetails_html ol {
	padding-left: 18px
}

.pdetails_html table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px
}

.pdetails_html th,
.pdetails_html td {
	border: 1px solid var(--line);
	padding: 8px
}

.pdetails_html h1,
.pdetails_html h2,
.pdetails_html h3,
.pdetails_html h4 {
	margin: 10px 0 6px;
	color: var(--wa3)
}

.livesearch {
	z-index: 120
}

.livesearch .lsall a {
	font-weight: 400;
	color: #0b7b46
}

.ls-empty {
	padding: 14px 12px;
	color: #64748b
}

@media(max-width:980px) {
	.hot-grid {
		grid-template-columns: repeat(6, 1fr)
	}

	.hot-card {
		min-width: calc((100% - 24px)/4)
	}
}

@media(max-width:720px) {
	.hot-grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.hot-products.is-carousel {
		padding: 0
	}

	.hot-nav {
		display: none
	}

	.hot-card {
		min-width: calc((100% - 24px)/3)
	}
}

@media(max-width:420px) {
	.hot-grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.hot-grid .title,
	.hot-card .title {
		font-size: 10px
	}

	.hot-grid .btn,
	.hot-card .btn {
		padding: 5px 6px;
		font-size: 10px
	}
}



.deal-strip.two-side {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	flex-wrap: nowrap;
	padding: 2px 2px 0
}

.deal-strip.two-side .deal-side {
	display: flex;
	min-width: 0
}

.deal-strip.two-side .deal-side.right {
	justify-content: flex-end;
	margin-left: auto
}

.product-media {
	gap: 4px
}

.grid .body,
.hot-grid .body,
.hot-card .body {
	padding: 7px 8px 8px;
	display: flex;
	flex-direction: column;
	gap: 5px
}

.grid .title,
.hot-grid .title,
.hot-card .title {
	line-height: 1.28;
	min-height: 2.6em
}

.grid .muted,
.hot-grid .muted,
.hot-card .muted {
	line-height: 1.3;
	min-height: 2.5em;
	margin-top: 0
}

.grid .img,
.hot-grid .img,
.hot-card .img {
	min-height: 200px
}

.grid .img img,
.hot-grid .img img,
.hot-card .img img {
	height: 200px
}

.btn.is-added {
	background: linear-gradient(135deg, #0f9d58, #0b7b46) !important
}

@media(max-width:720px) {

	.grid .img,
	.hot-grid .img,
	.hot-card .img {
		min-height: 132px
	}

	.grid .img img,
	.hot-grid .img img,
	.hot-card .img img {
		height: 132px
	}

	.deal-strip.two-side {
		gap: 4px;
	}

	.deal-strip.two-side .deal-badge {
		padding: 3px 5px;
		font-size: 8px;
		line-height: 1.1;
		letter-spacing: 0;
		white-space: nowrap
	}
}
.pwa-install-banner {
	position: fixed;
	left: 12px;
	right: 12px;
	bottom: calc(76px + env(safe-area-inset-bottom, 0px));
	z-index: 1200
}

.pwa-install-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px;
	background: #111827;
	color: #fff;
	border-radius: 18px;
	box-shadow: 0 16px 48px rgba(15, 23, 42, .32)
}

.pwa-install-copy {
	min-width: 0
}

.pwa-install-copy strong {
	display: block;
	font-size: 15px;
	margin-bottom: 4px
}

.pwa-install-copy p {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: rgba(255, 255, 255, .82)
}

.pwa-install-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0
}

.pwa-btn {
	border: 0;
	border-radius: 999px;
	padding: 10px 14px;
	font-weight: 400;
	cursor: pointer;
	background: linear-gradient(135deg, #22c55e, #16a34a);
	color: #fff
}

.pwa-btn-light {
	background: rgba(255, 255, 255, .12)
}

@media(max-width:720px) {
	.pwa-install-card {
		align-items: flex-start;
		flex-direction: column
	}

	.pwa-install-actions {
		width: 100%;
		justify-content: flex-end
	}
}


.mitem, .submenu_link, .mobside_link, .mobsub_link { color: var(--menu-text, #0f172a); }
.pill, .pill.outline { backdrop-filter: none; }
.footmeta { opacity: .9; }
.gallery-slot-card { border:1px solid var(--line); border-radius:var(--r); padding:10px; display:grid; gap:8px; background:#fff; }
.gallery-slot-card img { width:100%; max-width:140px; height:110px; object-fit:cover; border-radius:var(--r); border:1px solid var(--line); background:#fff; }
.slider img { width:100%; height:min(34vw, 360px); min-height:180px; max-height:360px; object-fit:cover; }
.zoom { aspect-ratio: 1/1; background-color:#fff; }
.zoom img { width:100%; height:100%; object-fit:contain; background:#fff; }
.thumbs { display:grid; grid-template-columns:repeat(4, minmax(56px, 76px)); }
.product-media .img, .grid .img, .hot-grid .img, .hot-card .img { width:100%; height:220px; min-height:220px; max-height:220px; background:#fff; display:flex; align-items:center; justify-content:center; }
.product-media .img img, .grid .img img, .hot-grid .img img, .hot-card .img img { width:100%; height:100%; object-fit:contain; }
@media(max-width:720px){
  .product-media .img, .grid .img, .hot-grid .img, .hot-card .img { height:150px; min-height:150px; max-height:150px; }
  .slider img { height:180px; min-height:180px; }
}

body,
body * {
  font-weight: 400 !important;
}

body {
  font-weight: 400;
  line-height: 1.45;
}

b,
strong,
.brand,
.btxt,
.title,
.title-link,
.price,
.btn,
.pill,
.mitem,
.langbtn,
.table .th {
  font-weight: 400;
}

html[lang="en"] body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

html[lang="bn"] body,
:lang(bn) {
  font-family: "SolaimanLipi", system-ui, sans-serif;
}

.container {
  padding: 8px 12px;
}

.wrap {
  padding-right: 12px;
  padding-left: 12px;
}

.topwrap,
.menuwrap {
  gap: 8px;
}

.pill,
.mitem,
.cat,
.mobside_link {
  padding: 6px 8px;
}

.search input,
.in {
  padding: 7px 9px;
}

.card,
.slider,
.pdesc,
.checkoutBox,
.notice,
.page-card,
.page-hero {
  box-shadow: 0 7px 18px rgba(2, 6, 23, 0.055);
}

.body,
.pdesc,
.checkoutBox,
.notice,
.page-card {
  padding: 8px;
}

.row,
.rowgap,
.actions {
  gap: 7px;
}

.btn {
  min-height: 32px;
  padding: 6px 9px;
  border-radius: 8px;
}

.btn.small {
  padding: 5px 7px;
}

.order-success {
  width: min(680px, 100%);
  margin: 18px auto;
  padding: clamp(18px, 4vw, 32px);
  border: 1px solid var(--line);
  border-radius: 20px;
  text-align: center;
  background: linear-gradient(145deg, #fff, #f0fdf4);
  box-shadow: 0 16px 42px rgba(2, 6, 23, 0.08);
}

.order-success-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 12px;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  background: linear-gradient(135deg, var(--wa), var(--wa2));
}

.order-success-kicker {
  color: var(--wa3);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.order-success h1 {
  margin: 7px 0;
  font-size: clamp(23px, 5vw, 34px);
  line-height: 1.16;
}

.order-success p {
  margin: 0 auto;
  color: #475569;
  font-size: 14px;
  line-height: 1.65;
}

.order-success-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0;
}

.order-success-summary div {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
}

.order-success-summary dt {
  color: #64748b;
  font-size: 11px;
}

.order-success-summary dd {
  margin: 4px 0 0;
  color: var(--wa3);
  font-size: 16px;
  font-weight: 400;
}

.order-success-actions {
  display: flex;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
}

.btn,
.pill,
.mitem,
.langbtn,
.label,
.badge,
.cat,
.mobside_link,
.bottomnav a {
  font-weight: 400;
}

@media(max-width:760px) {
  .topbar {
    backdrop-filter: none;
  }

  .container {
    padding: 7px 9px;
  }

  .wrap {
    padding-right: 9px;
    padding-left: 9px;
  }

  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .order-success {
    margin: 10px auto;
    padding: 18px 12px;
    border-radius: 16px;
  }
}

/* Electronics Showcase storefront theme */
.theme-showcase{color:#172033;background:#f3f5fa}.theme-showcase .topbar{position:sticky;top:0;z-index:60;padding:0;border-bottom:1px solid #e7eaf1;background:#fff;box-shadow:0 3px 18px rgba(21,31,54,.04)}
.theme-showcase .topwrap{min-height:68px;gap:28px}.theme-showcase .brand{min-width:185px;color:#172033}.theme-showcase .brandmark{border-radius:10px}.theme-showcase .btxt{color:#172033;font-size:17px;font-weight:700}
.theme-showcase .search{max-width:560px;margin:auto;border:1px solid #dfe4ee;border-radius:999px;background:#f7f8fb;box-shadow:none}.theme-showcase .search input{min-height:40px;padding-left:18px;color:#172033;background:transparent}.theme-showcase .search .sbtn{width:44px;color:#626d83;background:transparent}
.theme-showcase .right{gap:8px}.theme-showcase .pill{min-height:38px;padding:8px 11px;border:0;color:#313b51;background:#f6f7fa;box-shadow:none}.theme-showcase .pill.outline{border:0}
.theme-showcase .menubar{position:relative;top:auto;z-index:45;border-bottom:1px solid #e9ecf2;background:#fff;box-shadow:none}.theme-showcase .menuwrap{min-height:42px;gap:4px;overflow-x:auto;scrollbar-width:none}.theme-showcase .menuwrap::-webkit-scrollbar{display:none}.theme-showcase .mitem{padding:8px 12px;border-radius:8px;color:#535e72;font-size:12px;white-space:nowrap}.theme-showcase .mitem:hover{color:#172033;background:#f2f4f8}
.theme-showcase .showcase-main{width:100%;max-width:none;padding:0}.showcase-home{overflow:hidden}.showcase-hero{display:grid;grid-template-columns:220px minmax(0,1fr);gap:18px;width:min(1180px,calc(100% - 32px));margin:24px auto 0}
.showcase-category-rail{overflow:hidden;border:1px solid #e3e7ef;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(24,35,59,.05)}.showcase-rail-title{padding:13px 15px;border-bottom:1px solid #e9edf3;color:#1b2537;font-size:13px;font-weight:700}.showcase-category-rail a{display:grid;grid-template-columns:16px minmax(0,1fr) 12px;align-items:center;gap:7px;min-height:39px;padding:8px 13px;border-bottom:1px solid #f0f2f6;color:#4e586d;font-size:12px}.showcase-category-rail a:last-child{border-bottom:0}.showcase-category-rail a:hover{color:#202b42;background:#f7f8fb}.showcase-category-rail a span{color:#9aa3b2}.showcase-category-rail a i{color:#aeb6c3;font-style:normal;text-align:right}
.showcase-hero-slider{height:430px;min-height:430px;margin:0;border:0;border-radius:16px;box-shadow:0 12px 30px rgba(24,35,59,.08);background:#dcefe9}.showcase-hero-slider img,.showcase-hero-slider .slide{width:100%;height:430px;min-height:430px;max-height:none;object-fit:cover}.showcase-hero-slider .dots{bottom:14px}
.showcase-hero-fallback{display:none;box-sizing:border-box;padding:70px clamp(32px,7vw,90px);background:linear-gradient(120deg,#d8f4eb 0%,#bde5dd 55%,#77c4b8 100%)}.showcase-hero-fallback.is-active{display:block}.showcase-hero-fallback span,.showcase-section-heading span,.showcase-story>span,.showcase-cta>span{color:#d49321;font-size:10px;font-weight:700;letter-spacing:.16em}.showcase-hero-fallback h1{max-width:650px;margin:12px 0;color:#18334b;font-size:clamp(34px,5vw,64px);line-height:1.02}.showcase-hero-fallback p{margin:0 0 20px;color:#416272}.showcase-hero-fallback .btn{color:#fff}
.showcase-section{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:48px 0 12px}.showcase-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.showcase-section-heading h2{margin:5px 0 0;color:#182238;font-size:clamp(23px,2.5vw,34px);line-height:1.12;letter-spacing:-.035em}.showcase-section-heading>a{color:#3e4b64;font-size:11px;font-weight:600}.showcase-section-heading.centered{justify-content:center;text-align:center}
.showcase-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.showcase-product-card{min-width:0;overflow:hidden;border:1px solid #e7eaf1;border-radius:14px;background:#fff;box-shadow:0 7px 20px rgba(25,35,57,.035);transition:transform .18s ease,box-shadow .18s ease}.showcase-product-card:hover{transform:translateY(-3px);box-shadow:0 13px 28px rgba(25,35,57,.09)}.showcase-product-image{display:block;aspect-ratio:1/1;margin:8px;overflow:hidden;border-radius:10px;background:#f4f5f8}.showcase-product-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .25s ease}.showcase-product-card:hover img{transform:scale(1.035)}.showcase-product-copy{padding:5px 12px 13px}.showcase-product-copy>span{display:block;overflow:hidden;margin-bottom:5px;color:#8a94a6;font-size:8px;font-weight:700;letter-spacing:.04em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.showcase-product-copy>a{display:-webkit-box;min-height:34px;overflow:hidden;color:#273146;font-size:11px;font-weight:600;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.showcase-product-buy{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:10px}.showcase-product-buy small{display:block;color:#9ba3b1;font-size:8px;text-decoration:line-through}.showcase-product-buy strong{display:block;color:#253663;font-size:13px}.showcase-product-buy button{display:grid;place-items:center;width:28px;height:28px;padding:0;border:0;border-radius:9px;color:#fff;font-size:18px;line-height:1;background:#273c90;cursor:pointer}
.showcase-category-section{padding-top:64px}.showcase-category-mosaic{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:132px;gap:10px}.showcase-category-tile{position:relative;min-width:0;overflow:hidden;border-radius:14px;background:#dce1e9}.showcase-category-tile.tile-0,.showcase-category-tile.tile-1{grid-column:span 2;grid-row:span 2}.showcase-category-tile img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.showcase-category-tile:hover img{transform:scale(1.04)}.showcase-category-tile:after{position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(10,17,30,.72));content:""}.showcase-category-tile span{position:absolute;z-index:2;right:12px;bottom:11px;left:12px;color:#fff;font-size:14px;font-weight:700;text-shadow:0 1px 8px rgba(0,0,0,.35)}
.showcase-story{margin:64px 0 0;padding:58px 20px;text-align:center;background:#eef1f6}.showcase-story h2{margin:7px 0 12px;color:#19233a;font-size:clamp(28px,4vw,48px);line-height:1.02;letter-spacing:-.04em}.showcase-story p{max-width:620px;margin:0 auto;color:#737d90;font-size:12px}.showcase-story>div{display:grid;grid-template-columns:repeat(8,auto);align-items:end;justify-content:center;gap:7px 12px;margin-top:28px}.showcase-story b{color:#1d2941;font-size:22px}.showcase-story small{padding-bottom:4px;color:#7b8495;font-size:8px;text-transform:uppercase}
.showcase-category-wall-section{padding-top:72px;padding-bottom:70px}.showcase-category-wall{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:25px}.showcase-category-wall a{display:grid;min-height:92px;place-items:center;padding:14px;border:1px solid #e6e9f0;border-radius:14px;color:#2f3b58;font-size:15px;font-weight:700;text-align:center;background:#fff}.showcase-category-wall a:hover{border-color:#cbd3e2;box-shadow:0 10px 24px rgba(25,35,57,.07)}
.showcase-cta{padding:78px 20px;color:#fff;text-align:center;background:radial-gradient(circle at 50% 0,rgba(91,108,230,.7),transparent 42%),linear-gradient(135deg,#273b91,#191a84)}.showcase-cta>span{color:#f5c94b}.showcase-cta h2{margin:10px 0 14px;color:#fff;font-size:clamp(34px,5vw,58px);line-height:1;letter-spacing:-.04em}.showcase-cta p{max-width:570px;margin:0 auto 24px;color:#cbd2ff;font-size:12px;line-height:1.7}.showcase-cta>div{display:flex;justify-content:center;gap:10px}.showcase-cta .btn{min-width:120px;color:#222b56;background:#f5c400;box-shadow:none}.showcase-cta .btn.outline{color:#fff;border:1px solid rgba(255,255,255,.4);background:transparent}
.showcase-benefits{padding:22px 0;border-bottom:1px solid #e2e6ef;background:#f7f8fb}.showcase-benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.showcase-benefit-grid>div{display:grid;grid-template-columns:34px 1fr;align-items:center;column-gap:10px}.showcase-benefit-grid span{grid-row:span 2;display:grid;width:32px;height:32px;place-items:center;border-radius:50%;color:#334a9b;background:#e7eafa}.showcase-benefit-grid b{color:#354058;font-size:11px}.showcase-benefit-grid small{color:#939baa;font-size:8px}.theme-showcase .footer{padding:45px 0 90px;color:#5e687a;background:#e9ecf2}.theme-showcase .footrow{display:grid;grid-template-columns:1.2fr 1fr 1fr auto;align-items:start;gap:34px}.theme-showcase .footer .brand{min-width:0;color:#202a40!important}.theme-showcase .footer .muted{color:#7c8595}.theme-showcase .footlinks{display:grid;gap:9px}.theme-showcase .footlinks a,.theme-showcase .langbtn{color:#667084}.theme-showcase .bottomnav{background:#fff}
@media(max-width:1050px){.showcase-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.theme-showcase .topwrap{gap:14px}.theme-showcase .brand{min-width:auto}.theme-showcase .btxt{display:none}}
@media(max-width:820px){.theme-showcase .topwrap{min-height:62px;flex-wrap:wrap;padding-top:9px;padding-bottom:9px}.theme-showcase .search{order:3;flex-basis:100%;max-width:none}.theme-showcase .menubar{display:block}.showcase-hero{grid-template-columns:1fr;width:calc(100% - 20px);margin-top:12px}.showcase-category-rail{display:none}.showcase-hero-slider,.showcase-hero-slider img,.showcase-hero-slider .slide{height:300px;min-height:300px}.showcase-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.showcase-section{width:calc(100% - 24px);padding-top:38px}.showcase-category-mosaic{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:120px}.showcase-category-tile.tile-0,.showcase-category-tile.tile-1{grid-column:span 1;grid-row:span 2}.theme-showcase .footrow{grid-template-columns:1fr 1fr}.showcase-benefit-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.theme-showcase .topbar{position:relative}.theme-showcase .topwrap{padding:8px 10px}.theme-showcase .brandmark{width:34px;height:34px}.theme-showcase .right{margin-left:auto}.theme-showcase .pill{min-height:34px;padding:6px 8px;font-size:10px}.theme-showcase .pill.outline{display:none}.theme-showcase .menuwrap{padding:0 8px}.theme-showcase .mitem{padding:7px 9px;font-size:10px}.showcase-hero-slider,.showcase-hero-slider img,.showcase-hero-slider .slide{height:210px;min-height:210px;border-radius:12px}.showcase-hero-fallback{padding:32px 22px}.showcase-hero-fallback h1{font-size:31px}.showcase-section-heading{align-items:center;margin-bottom:13px}.showcase-section-heading h2{font-size:22px}.showcase-section-heading>a{font-size:9px}.showcase-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.showcase-product-card{border-radius:11px}.showcase-product-image{margin:6px}.showcase-product-copy{padding:4px 8px 10px}.showcase-product-copy>a{font-size:10px}.showcase-product-buy strong{font-size:12px}.showcase-category-mosaic{gap:7px;grid-auto-rows:94px}.showcase-category-tile{border-radius:10px}.showcase-category-tile.tile-0,.showcase-category-tile.tile-1{grid-row:span 2}.showcase-category-tile span{font-size:11px}.showcase-story{margin-top:42px;padding:42px 14px}.showcase-story h2{font-size:30px}.showcase-story>div{grid-template-columns:repeat(4,auto);gap:5px 9px}.showcase-story b{font-size:17px}.showcase-category-wall{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.showcase-category-wall a{min-height:68px;font-size:12px}.showcase-cta{padding:56px 16px}.showcase-cta h2{font-size:36px}.showcase-benefit-grid{grid-template-columns:1fr;gap:13px}.theme-showcase .footrow{grid-template-columns:1fr;gap:20px}.theme-showcase .footer{padding-bottom:78px}}

@media(max-width:380px) {
  .order-success-summary {
    grid-template-columns: 1fr;
  }

  .order-success-actions .btn {
    width: 100%;
  }
}



.menubar, .menubar .container, .menubar .menuwrap, nav.menubar { background: var(--navbar-bg, #fff) !important; }
.menubar .mitem, .menubar .mcat, .submenu_link, .mobside_link, .mobsub_link, .bottomnav a { color: var(--menu-text, #0f172a) !important; }
.menubar .mitem:hover, .menubar .mitem:focus-visible { color: var(--menu-text, #0f172a) !important; }
.submenu { background: var(--navbar-bg, #fff) !important; }
.title-link { display:block; font-weight: 400; }
.grid .title-link, .hot-grid .title-link, .hot-card .title-link { min-height: 40px; line-height: 1.35; }
.admin-products-tabs { display:flex; gap:10px; flex-wrap:wrap; margin: 0 0 14px; }
.admin-products-tabs .tabbtn { border:1px solid var(--line); background:#fff; border-radius:10px; padding:10px 16px; font-weight: 400; cursor:pointer; }
.admin-products-tabs .tabbtn.active { background:#111827; color:#fff; border-color:#111827; }
.admin-products-panel[hidden] { display:none !important; }
.product-form-panel { display:grid; gap:14px; }
.product-form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.product-form-grid.full { grid-template-columns:1fr; }
.product-form-grid .span-2 { grid-column:1 / -1; }
.main-image-preview { display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
.main-image-preview img { width:150px; height:120px; object-fit:cover; border:1px solid var(--line); border-radius:10px; background:#fff; }
.gallery-slot-list { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.gallery-slot-card { align-content:start; min-height: 100%; }
.gallery-slot-card .slot-top { display:flex; justify-content:space-between; align-items:center; gap:8px; }
.gallery-slot-card .slot-top .small { margin:0; }
.gallery-slot-card .slot-actions { display:flex; justify-content:space-between; align-items:center; gap:10px; flex-wrap:wrap; }
.gallery-slot-card .upload-note { color:#64748b; font-size:11px; }
.table-products .tr > div:first-child { min-width:220px; }
@media (max-width: 960px) { .gallery-slot-list, .product-form-grid { grid-template-columns:1fr; } .product-form-grid .span-2 { grid-column:auto; } }

.footer, .footer a, .footer .langbtn, .footer .sep, .footer .muted { color: var(--footer-text, #e2e8f0) !important; }
.grid .title, .hot-grid .title, .hot-card .title, .title-link { color: #111827 !important; }
.bottomnav, .mobnav, .mfooter, .mobside, .mobside_head, .mobside_body, .mobcat_row, .mobsubcats, .submenu { background: var(--navbar-bg, #fff) !important; }
.bottomnav a, .mobnav a, .mfooter a, .mobside_link, .mobsub_link, .mobcat_toggle, .mobside_close, .mobside_head b { color: var(--menu-text, #0f172a) !important; }
.mobsub_link { display:block; padding:8px 10px; border-radius:10px; }
.mobsub_link:hover, .mobsub_link:focus-visible { background: rgba(255,255,255,.08); }
.mobcat_toggle { background: transparent; border:1px solid var(--line); border-radius:10px; padding:6px 10px; }



.submenu, .submenu_link { background: var(--navbar-bg, #fff) !important; }
.submenu_link { border: 1px solid color-mix(in srgb, var(--menu-text, #0f172a) 10%, #ffffff 90%); }
.submenu_link:hover, .submenu_link:focus-visible { background: color-mix(in srgb, var(--navbar-bg, #fff) 84%, #000 16%) !important; color: var(--menu-text, #0f172a) !important; }
.mnav.has-sub.is-open .mcat, .mnav.has-sub:hover .mcat { color: var(--menu-text, #0f172a) !important; }

.pdetails_html { max-width: 100%; overflow: auto; -webkit-overflow-scrolling: touch; }
.pdetails_html > * { max-width: 100%; }
.pdetails_html img, .pdetails_html iframe, .pdetails_html video { max-width: 100%; height: auto; }
.pdetails_html table { display: block; width: max-content; min-width: 100%; overflow-x: auto; }
.pdetails_html th, .pdetails_html td { min-width: 120px; word-break: break-word; }
@media (max-width: 720px) {
  .pdesc { overflow: hidden; }
  .pdetails_html { max-height: 72vh; padding-bottom: 6px; }
  .pdetails_html table { font-size: 13px; }
}

.admin-products-tabs { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:12px; }
.admin-products-tabs .tabbtn { width:100%; min-height:48px; border-radius:14px; }
.product-form-panel { background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%); padding: 16px; border:1px solid var(--line); border-radius:18px; }
.product-form-grid--top > div,
.product-form-grid--media > .span-2,
.product-form-grid > div:not(.span-2) { background:#fff; border:1px solid var(--line); border-radius:16px; padding:14px; }
.product-form-grid .span-2 { background:#fff; border:1px solid var(--line); border-radius:16px; padding:14px; }
.gallery-slot-list { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; }
.gallery-slot-card { padding:12px; min-width:0; }
.gallery-slot-card img { width:100%; height:140px; max-width:none; object-fit:cover; }
.gallery-slot-input { min-height:44px; }
.main-image-preview img { width:180px; height:140px; object-fit:cover; }
.table-products .tr { align-items:center; }
@media (max-width: 960px) {
  .gallery-slot-list { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .gallery-slot-card { padding:10px; }
  .gallery-slot-card img { height:110px; }
}
@media (max-width: 680px) {
  .admin-products-tabs { grid-template-columns:1fr; }
  .product-form-grid, .gallery-slot-list { grid-template-columns:1fr; }
}


.oldprice, .muted, .label, .pdesc, .pdetails_html, .card, .checkoutBox, .table, .field, .form, .pinfo, .price-select-summary, .emi-trigger-wrap { color:#0f172a; }
.emi-trigger-wrap { margin-top:10px; }
.emi-trigger { display:inline-flex; align-items:center; gap:8px; border:1px solid rgba(37,211,102,.18); background:rgba(37,211,102,.08); color:var(--wa3); font-weight: 400; padding:8px 12px; border-radius:999px; cursor:pointer; }
.emi-note { margin-top:6px; font-size:11px; color:#475569; }
.emi-modal[hidden] { display:none !important; }
.emi-modal { position:fixed; inset:0; background:rgba(2,6,23,.55); z-index:120; display:flex; align-items:center; justify-content:center; padding:16px; }
.emi-modal-box { width:min(760px, 100%); max-height:90vh; overflow:auto; background:#fff; border-radius:18px; box-shadow:var(--shadow); padding:18px; }
.emi-modal-head { display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:12px; }
.emi-modal-head h3 { margin:0; font-size:18px; color:var(--wa3); }
.emi-modal-close { border:1px solid var(--line); background:#fff; color:#0f172a; border-radius:10px; padding:8px 10px; cursor:pointer; }
.emi-table { width:100%; border-collapse:collapse; font-size:12px; }
.emi-table th, .emi-table td { border:1px solid var(--line); padding:10px 8px; text-align:left; }
.emi-table th { background:#f8fafc; }
.emi-badge { display:inline-flex; align-items:center; gap:6px; background:#ecfdf5; color:var(--wa3); border:1px solid #bbf7d0; padding:4px 10px; border-radius:999px; font-weight: 400; }
.emi-admin-box { border:1px solid var(--line); border-radius:14px; padding:12px; background:#fff; display:grid; gap:10px; }
.emi-plan-row { display:grid; grid-template-columns:1fr 1fr auto; gap:10px; align-items:end; }
.emi-plan-row .btn { white-space:nowrap; }
@media(max-width:640px){ .emi-plan-row { grid-template-columns:1fr; } .emi-table { font-size:11px; } }


html.notice-open, body.notice-open { overflow:hidden; }
.site-notice-modal[hidden] { display:none !important; }
.site-notice-modal { position:fixed; inset:0; z-index:140; display:flex; align-items:center; justify-content:center; padding:18px; }
.site-notice-backdrop { position:absolute; inset:0; background:rgba(2,6,23,.62); }
.site-notice-box { position:relative; width:min(620px, 100%); max-height:88vh; overflow:auto; background:#fff; border-radius:24px; box-shadow:0 28px 80px rgba(2,6,23,.28); padding:18px; z-index:1; }
.site-notice-close { position:absolute; top:12px; right:12px; width:38px; height:38px; border:1px solid var(--line); border-radius:999px; background:#fff; font-size:24px; line-height:1; cursor:pointer; }
.site-notice-slider { display:grid; gap:14px; }
.site-notice-body { display:grid; gap:12px; }
.site-notice-kicker { display:inline-flex; width:max-content; padding:6px 10px; border-radius:999px; background:rgba(37,211,102,.12); color:var(--wa3); font-size:11px; font-weight: 400; letter-spacing:.2px; text-transform:uppercase; }
.site-notice-body h3 { margin:0; font-size:24px; line-height:1.2; color:#0f172a; }
.site-notice-image { width:100%; max-height:340px; object-fit:cover; border-radius:18px; border:1px solid var(--line); background:#fff; }
.site-notice-content { color:#334155; line-height:1.75; font-size:15px; white-space:normal; }
.site-notice-controls { display:grid; grid-template-columns:auto 1fr auto; gap:12px; align-items:center; }
.site-notice-controls.single { grid-template-columns:1fr; }
.site-notice-dots { display:flex; align-items:center; justify-content:center; gap:8px; flex-wrap:wrap; }
.site-notice-dot { width:11px; height:11px; border-radius:999px; border:0; background:#cbd5e1; cursor:pointer; }
.site-notice-dot.active { background:var(--wa3); transform:scale(1.15); }
@media (max-width:640px){ .site-notice-box { padding:16px; border-radius:20px; } .site-notice-body h3 { font-size:20px; } .site-notice-content { font-size:14px; line-height:1.65; } .site-notice-controls { grid-template-columns:1fr; } }



.hot-products .hot-track {
	gap: 8px;
}

.hot-grid .hot-card,
.hot-track .hot-card {
	border-radius: 12px;
}

.hot-grid .body,
.hot-card .body {
	padding: 6px 7px 7px;
	gap: 4px;
}

.hot-grid .title,
.hot-card .title {
	font-size: 10px;
	line-height: 1.25;
	min-height: 2.4em;
}

.hot-grid .row,
.hot-card .row {
	gap: 4px;
	align-items: center;
}

.hot-grid .prices,
.hot-card .prices {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.hot-grid .oldprice,
.hot-card .oldprice {
	font-size: 10px;
}

.hot-grid .price,
.hot-card .price {
	font-size: 12px;
	line-height: 1.1;
}

.hot-grid form,
.hot-card form {
	margin-left: auto;
}

.hot-grid .btn,
.hot-card .btn {
	padding: 4px 6px;
	font-size: 10px;
	border-radius: 8px;
	white-space: nowrap;
}

.hot-grid .img,
.hot-card .img,
.product-media .hot-grid .img,
.product-media .hot-card .img {
	min-height: 150px;
	height: 150px;
	max-height: 150px;
}

.hot-grid .img img,
.hot-card .img img {
	height: 150px;
}

@media(max-width:720px) {
	.hot-products .hot-track {
		gap: 6px;
	}

	.hot-grid .body,
	.hot-card .body {
		padding: 5px 6px 6px;
	}

	.hot-grid .title,
	.hot-card .title {
		font-size: 9px;
		min-height: 2.3em;
	}

	.hot-grid .oldprice,
	.hot-card .oldprice,
	.hot-grid .price,
	.hot-card .price,
	.hot-grid .btn,
	.hot-card .btn {
		font-size: 9px;
	}

	.hot-grid .img,
	.hot-card .img {
		min-height: 110px;
		height: 110px;
		max-height: 110px;
	}

	.hot-grid .img img,
	.hot-card .img img {
		height: 110px;
	}
}



.page-shell{display:grid;gap:18px}
.page-hero{border:1px solid var(--line);border-radius:22px;padding:24px;background:linear-gradient(135deg,#ffffff,#f4fff8);box-shadow:0 14px 34px rgba(2,6,23,.05)}
.page-kicker{display:inline-flex;width:max-content;padding:6px 12px;border-radius:999px;background:rgba(37,211,102,.12);color:var(--wa3);font-weight: 400;font-size:12px;letter-spacing:.2px;text-transform:uppercase}
.page-hero h1{margin:10px 0 8px;font-size:32px;line-height:1.15;color:#0f172a}
.page-hero p{margin:0;color:#475569;max-width:860px;line-height:1.75}
.page-card{border:1px solid var(--line);border-radius:22px;padding:20px;background:#fff;box-shadow:0 10px 26px rgba(2,6,23,.04)}
.page-card h2{margin:0 0 10px;font-size:22px;color:#0f172a}
.page-content{color:#334155;line-height:1.85;font-size:15px}
.page-content p{margin:0 0 14px}
.page-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}
.contact-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}
.contact-list li{border:1px solid var(--line);border-radius:16px;padding:14px 16px;background:#fff}
.contact-list .label{display:block;font-size:12px;font-weight: 400;color:#64748b;letter-spacing:.18px;text-transform:uppercase;margin-bottom:4px}
.contact-list .value{display:block;color:#0f172a;font-size:15px;line-height:1.7;word-break:break-word}
.footer .footlinks{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
@media(max-width:780px){.page-hero{padding:18px;border-radius:18px}.page-hero h1{font-size:24px}.page-card{padding:16px;border-radius:18px}.page-grid{grid-template-columns:1fr}.page-content,.contact-list .value{font-size:14px}}



.deal-strip.two-side {
  min-height: 22px;
  align-items: flex-start;
}
.deal-strip.two-side .deal-side {
  min-height: 20px;
  align-items: flex-start;
}
.deal-strip.two-side .deal-badge {
  min-height: 18px;
}
.deal-strip.two-side .deal-placeholder {
  min-width: 54px;
  visibility: hidden;
}
.grid .body,
.hot-grid .body,
.hot-card .body {
  padding: 6px 7px 8px;
  gap: 4px;
}
.grid .title,
.hot-grid .title,
.hot-card .title,
.grid .title-link,
.hot-grid .title-link,
.hot-card .title-link {
  line-height: 1.24;
  min-height: 2.48em;
  max-height: 2.48em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.grid .muted,
.hot-grid .muted,
.hot-card .muted {
  font-size: 11px;
  line-height: 1.22;
  min-height: 2.44em;
  max-height: 2.44em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.grid .row,
.hot-grid .row,
.hot-card .row {
  margin-top: auto;
  padding-top: 2px;
  align-items: flex-end;
}
.grid .btn,
.hot-grid .btn,
.hot-card .btn {
  white-space: nowrap;
}
@media(max-width:720px){
  .deal-strip.two-side {
    min-height: 20px;
  }
  .deal-strip.two-side .deal-placeholder {
    min-width: 46px;
  }
  .grid .body,
  .hot-grid .body,
  .hot-card .body {
    padding: 6px;
    gap: 3px;
  }
  .grid .title,
  .hot-grid .title,
  .hot-card .title,
  .grid .title-link,
  .hot-grid .title-link,
  .hot-card .title-link {
    min-height: 2.36em;
    max-height: 2.36em;
  }
  .grid .muted,
  .hot-grid .muted,
  .hot-card .muted {
    font-size: 10px;
    min-height: 2.3em;
    max-height: 2.3em;
  }
}

@media(max-width:760px) {
  .mobside,
  .mobside_head,
  .mobside_body {
    color: var(--menu-text, #0f172a) !important;
    background: var(--navbar-bg, #fff) !important;
  }

  .mobside_head {
    padding: 9px 10px;
    border-color: color-mix(in srgb, var(--menu-text, #0f172a) 14%, transparent) !important;
  }

  .mobside_body {
    gap: 5px;
    padding: 7px;
  }

  .mobcat {
    gap: 4px;
  }

  .mobcat_row,
  .mobsubcats {
    background: transparent !important;
  }

  .mobcat_row {
    gap: 4px;
  }

  .mobside_link,
  .mobcat_toggle,
  .mobside_close {
    border-color: currentColor !important;
    border-color: color-mix(in srgb, var(--menu-text, #0f172a) 14%, transparent) !important;
    color: var(--menu-text, #0f172a) !important;
    background: var(--navbar-bg, #fff) !important;
    background: color-mix(in srgb, var(--navbar-bg, #fff) 88%, var(--menu-text, #0f172a) 12%) !important;
  }

  .mobside_link {
    min-height: 34px;
    padding: 7px 9px;
    border-radius: 9px;
  }

  .mobcat_toggle {
    width: 34px;
    min-width: 34px;
    padding: 5px;
    border-radius: 9px;
  }

  .mobside_close {
    width: 32px;
    height: 32px;
    padding: 4px;
    border-radius: 9px;
  }

  .mobsubcats {
    gap: 4px;
    padding: 1px 0 1px 10px;
  }

  .mobsub_link {
    min-height: 32px;
    padding: 7px 9px;
    border: 1px solid currentColor !important;
    border-color: color-mix(in srgb, var(--menu-text, #0f172a) 16%, transparent) !important;
    border-radius: 9px;
    color: var(--menu-text, #0f172a) !important;
    background: var(--navbar-bg, #fff) !important;
    background: color-mix(in srgb, var(--navbar-bg, #fff) 82%, var(--menu-text, #0f172a) 18%) !important;
  }

  .mobside_link:hover,
  .mobside_link:focus-visible,
  .mobsub_link:hover,
  .mobsub_link:focus-visible,
  .mobcat_toggle:hover,
  .mobcat_toggle:focus-visible {
    color: var(--menu-text, #0f172a) !important;
    background: var(--navbar-bg, #fff) !important;
    background: color-mix(in srgb, var(--navbar-bg, #fff) 72%, var(--menu-text, #0f172a) 28%) !important;
  }
}

/* Keep Showcase palette independent from Classic theme color overrides. */
.theme-showcase .menubar,
.theme-showcase .menubar .container,
.theme-showcase .menubar .menuwrap,
.theme-showcase nav.menubar { background:#fff !important; }
.theme-showcase .menubar .mitem,
.theme-showcase .menubar .mcat { color:#535e72 !important; }
.theme-showcase .footer,
.theme-showcase .footer a,
.theme-showcase .footer .langbtn,
.theme-showcase .footer .sep,
.theme-showcase .footer .muted { color:#667084 !important; }
.theme-showcase .bottomnav { background:#fff !important; }
.theme-showcase .bottomnav a { color:#48546a !important; }

/* Showcase navigation and category flyouts */
.theme-showcase .menuwrap { flex-wrap:nowrap; }
.theme-showcase .showcase-top-category { margin-right:8px; }
.theme-showcase .showcase-top-category>.mcat { min-width:145px; color:#1f2b43 !important; font-weight:700; }
.theme-showcase .mnav.has-sub:hover>.submenu,
.theme-showcase .mnav.has-sub:focus-within>.submenu { display:flex; }
.theme-showcase .showcase-top-category-panel { position:absolute; top:100%; left:0; width:220px; height:min(430px,calc(100vh - 130px)); min-height:300px; grid-template-columns:1fr; align-content:start; gap:0; overflow:visible; padding:0; border-color:#e2e7ef; border-radius:14px; background:#fff !important; }
.theme-showcase .showcase-top-category:hover>.showcase-top-category-panel,
.theme-showcase .showcase-top-category:focus-within>.showcase-top-category-panel,
.theme-showcase .showcase-top-category.is-open>.showcase-top-category-panel { display:grid; }
.showcase-category-rail { position:relative; z-index:20; overflow:visible; }
.showcase-rail-item { position:relative; display:grid; grid-template-columns:minmax(0,1fr) 34px; border-bottom:1px solid #f0f2f6; background:#fff; }
.showcase-rail-item:last-child { border-bottom:0; border-radius:0 0 14px 14px; }
.showcase-category-rail .showcase-rail-item>a { display:grid; grid-template-columns:16px minmax(0,1fr); align-items:center; gap:7px; min-height:39px; padding:8px 5px 8px 13px; border:0; color:#4e586d; font-size:12px; }
.showcase-category-rail .showcase-rail-item>a b { overflow:hidden; font-weight:500; text-overflow:ellipsis; white-space:nowrap; }
.showcase-rail-item>button { width:34px; border:0; color:#8e98aa; font-size:18px; background:transparent; cursor:pointer; transition:transform .16s ease; }
.showcase-rail-item:hover,.showcase-rail-item.is-open { background:#f7f8fb; }
.showcase-rail-item:hover>button,.showcase-rail-item.is-open>button { color:#293a70; transform:translateX(2px); }
.showcase-rail-flyout { position:absolute; top:-1px; left:calc(100% - 1px); z-index:90; display:none; width:270px; max-height:360px; overflow:auto; padding:12px; border:1px solid #e1e6ee; border-radius:13px; background:#fff; box-shadow:0 18px 45px rgba(24,35,59,.16); }
.showcase-rail-item:hover>.showcase-rail-flyout,
.showcase-rail-item:focus-within>.showcase-rail-flyout,
.showcase-rail-item.is-open>.showcase-rail-flyout { display:grid; gap:5px; }
.showcase-rail-flyout>strong { padding:5px 7px 9px; border-bottom:1px solid #edf0f4; color:#202b42; font-size:13px; }
.showcase-category-rail .showcase-rail-flyout>a { display:block; min-height:0; padding:8px; border:0; border-radius:8px; color:#536078; background:#f7f8fb; }
.showcase-category-rail .showcase-rail-flyout>a:hover { color:#24345d; background:#edf1f7; }
.showcase-rail-grandchildren { display:flex; flex-wrap:wrap; gap:5px; padding:0 7px 6px; }
.showcase-category-rail .showcase-rail-grandchildren a { display:inline-flex; grid-template-columns:none; min-height:0; padding:4px 7px; border:0; border-radius:999px; color:#758096; font-size:9px; background:#eef1f5; }
@media(min-width:761px){.theme-showcase .menuwrap{overflow:visible}}
@media(max-width:760px){.theme-showcase .menuwrap{justify-content:flex-start;overflow-x:auto}.theme-showcase .showcase-top-category-panel{display:none!important}}

/* Managed Brands, Showrooms and Services directories */
.directory-page{display:grid;gap:36px;width:100%;padding:14px 0 34px}
.directory-hero{max-width:780px;padding:14px 0 6px}
.directory-hero.centered{max-width:780px;margin:0 auto;text-align:center}
.directory-kicker,.service-kicker{display:inline-flex;width:max-content;padding:6px 11px;border-radius:999px;color:#334a9b;font-size:10px;font-weight:700;letter-spacing:.12em;background:#e7eafa}
.directory-hero h1{margin:12px 0 8px;color:#121b2e;font-size:clamp(34px,5vw,54px);font-weight:750;line-height:1.04;letter-spacing:-.045em}
.directory-hero p{max-width:760px;margin:0;color:#59657b;font-size:14px;line-height:1.75}
.directory-hero.centered p{margin-right:auto;margin-left:auto}
.directory-search{display:flex;align-items:center;gap:10px;width:min(480px,100%);padding:0 15px;border:1px solid #dfe4ed;border-radius:13px;color:#66758d;background:#f7f8fb;box-shadow:0 4px 12px rgba(25,35,57,.025)}
.directory-search input{width:100%;min-height:46px;border:0;outline:0;color:#172033;font:inherit;background:transparent}
.brand-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.brand-card{min-width:0;padding:18px;border:1px solid #e6eaf1;border-radius:18px;text-align:center;background:#fff;box-shadow:0 8px 24px rgba(25,35,57,.035);transition:transform .18s ease,box-shadow .18s ease}
.brand-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(25,35,57,.08)}
.brand-logo{display:grid;aspect-ratio:1/1;place-items:center;overflow:hidden;border-radius:13px;background:#f1f0f8}
.brand-logo img{width:82%;height:82%;object-fit:contain;mix-blend-mode:multiply}
.brand-card h2{overflow:hidden;margin:14px 0 2px;color:#1d2638;font-size:14px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}
.directory-empty{padding:36px;border:1px dashed #cfd6e2;border-radius:18px;color:#69758a;text-align:center;background:#f8f9fb}
.showroom-directory{gap:46px}.showroom-group{display:grid;gap:18px}.showroom-group-heading{display:flex;align-items:center;justify-content:space-between;gap:15px}.showroom-group-heading h2{margin:0;color:#162036;font-size:22px;font-weight:700}.showroom-group-heading span{padding:5px 10px;border-radius:999px;color:#55627a;font-size:11px;background:#e9ecf3}
.showroom-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.showroom-card{min-width:0;overflow:hidden;border:1px solid #e3e7ef;border-radius:18px;background:#fff;box-shadow:0 9px 25px rgba(25,35,57,.04)}
.showroom-card>img{display:block;width:100%;height:230px;object-fit:cover;background:#e9ecf2}
.showroom-card-body{display:grid;gap:10px;padding:18px}
.showroom-card h3{margin:0;color:#172033;font-size:17px;font-weight:700}.showroom-card address,.showroom-card p{margin:0;color:#5d687d;font-size:12px;font-style:normal;line-height:1.7}.showroom-links{display:flex;flex-wrap:wrap;gap:8px 16px}.showroom-links a{color:#27388c;font-size:11px;font-weight:650}.showroom-map-button{display:flex;align-items:center;justify-content:center;min-height:38px;margin-top:2px;border:1px solid #dce1eb;border-radius:11px;color:#25304a;font-size:11px;font-weight:650;background:#f3f5f8}.showroom-map-button:hover{background:#e9edf4}
.service-directory{gap:56px}.service-page-hero{padding-bottom:10px}.service-group{display:grid;gap:16px}.service-group>.service-kicker{border-radius:0;padding:0;color:#71809a;background:transparent}.service-group>h2{max-width:900px;margin:0 0 12px;color:#111a2d;font-size:clamp(26px,3vw,38px);font-weight:750;line-height:1.12;letter-spacing:-.035em}.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.service-card{min-width:0;padding:20px;border:1px solid #e5e9f0;border-radius:18px;background:#fff;box-shadow:0 10px 25px rgba(25,35,57,.04)}.service-icon{display:grid;width:42px;height:42px;place-items:center;margin-bottom:16px;border-radius:12px;color:#3048b0;font-size:20px;background:#eef0fa}.service-card h3{margin:0 0 9px;color:#172033;font-size:16px;font-weight:700}.service-card p{margin:0;color:#5c687e;font-size:13px;line-height:1.75}

/* Showcase header is in normal flow; avoid counting its height twice on inner pages. */
.theme-showcase .wrap:not(.showcase-main){padding-top:22px;padding-bottom:24px}
.theme-showcase .directory-page{padding-top:0}
.theme-showcase .showcase-home .showcase-category-rail{margin-top:-24px}
@media(min-width:761px){body.theme-showcase{padding-bottom:0}.theme-showcase .footer{position:static;margin-top:16px;padding:28px 0 30px}.theme-showcase .footrow{align-items:center}.theme-showcase .footlinks{display:flex}}
@media(max-width:980px){.brand-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.showroom-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.directory-page{gap:28px;padding-bottom:20px}.directory-hero{padding-top:4px}.directory-hero h1{font-size:34px}.brand-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.brand-card{padding:9px;border-radius:13px}.brand-card h2{margin-top:9px;font-size:11px}.showroom-directory,.service-directory{gap:34px}.showroom-grid{grid-template-columns:1fr}.showroom-card>img{height:210px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.service-card{padding:15px}.theme-showcase .footer{margin-bottom:0}}
@media(max-width:430px){.brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-grid{grid-template-columns:1fr}}

/* Product discount and EMI overlays */
.showcase-product-image{position:relative}
.product-corner-badge{position:absolute;top:7px;z-index:4;display:inline-flex;align-items:center;justify-content:center;max-width:46%;min-height:20px;padding:3px 7px;border-radius:999px;color:#fff;font-size:8px;line-height:1.1;white-space:nowrap;background:#555;box-shadow:0 3px 8px rgba(15,23,42,.14)}
.product-corner-badge.discount{left:7px}.product-corner-badge.saving{right:7px}
.listing-emi-badge{position:absolute;bottom:7px;left:7px;z-index:4;display:inline-flex;align-items:center;gap:4px;min-height:21px;padding:3px 8px;border:1px solid #8fd6d1;border-radius:999px;color:#08766f;font-size:8px;line-height:1.1;white-space:nowrap;background:rgba(226,248,246,.94);box-shadow:0 3px 9px rgba(15,118,110,.08)}
.product-media{position:relative}
.product-media>.deal-strip.two-side{position:absolute;top:6px;right:6px;left:6px;z-index:4;justify-content:space-between;min-height:0;padding:0;pointer-events:none}
.product-media>.deal-strip.two-side .deal-side{min-height:0}
.product-media>.listing-emi-badge{bottom:8px;left:8px}
@media(max-width:560px){.product-corner-badge{top:5px;min-height:18px;padding:2px 5px;font-size:7px}.product-corner-badge.discount{left:5px}.product-corner-badge.saving{right:5px}.listing-emi-badge{bottom:5px;left:5px;min-height:18px;padding:2px 6px;font-size:7px}}

/* Stronger, more readable storefront prices and direct checkout action */
.showcase-product-buy{flex-wrap:wrap}.showcase-product-buy strong{color:#102a68;font-size:17px;font-weight:900;line-height:1.15;letter-spacing:-.015em}.showcase-product-actions{display:flex;align-items:center;gap:5px;margin-left:auto}.showcase-product-actions form{margin:0}.showcase-product-actions .showcase-order-now{display:block;width:auto;max-width:96px;min-width:66px;height:28px;min-height:28px;overflow:hidden;padding:5px 8px;border-radius:8px;color:var(--front-btn-text,#fff);font-size:9px;font-weight:800;line-height:1;text-overflow:ellipsis;white-space:nowrap;background:var(--front-btn-bg,#273c90)}.showcase-product-actions .showcase-order-now:hover{filter:brightness(.94)}.grid .card .prices .price,.hot-grid .prices .price,.hot-card .prices .price{color:#102a68;font-size:17px;font-weight:900;line-height:1.15}.pinfo>.price b{color:#102a68;font-size:29px;font-weight:900;line-height:1.1}
@media(max-width:560px){.showcase-product-buy{gap:5px}.showcase-product-buy strong,.grid .card .prices .price,.hot-grid .prices .price,.hot-card .prices .price{font-size:16px}.showcase-product-actions{gap:4px}.showcase-product-actions .showcase-order-now{min-width:58px;max-width:76px;padding:4px 6px;font-size:8px}.pinfo>.price b{font-size:25px}}

/* Compact product options and related products */
.pinfo>.price b,.showcase-product-buy strong,.grid .card .prices .price,.hot-grid .prices .price,.hot-card .prices .price{font-weight:900!important}.product-option-fields{display:flex;align-items:end;gap:12px;max-width:520px;margin-top:8px}.product-option-field{flex:0 1 220px;min-width:150px;margin-top:0}.product-option-field .label{display:block;margin-bottom:5px;font-size:11px;font-weight:650!important}.product-option-select{width:100%;max-width:220px;min-height:36px;padding:7px 32px 7px 10px;border-radius:9px}
.related-products-section{display:grid;gap:14px;margin-top:20px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#f7f8fb;box-shadow:0 8px 24px rgba(15,23,42,.045)}.related-products-heading{display:flex;align-items:end;justify-content:space-between;gap:15px}.related-products-heading span{display:block;margin-bottom:3px;color:#72809a;font-size:9px;font-weight:750!important;letter-spacing:.12em}.related-products-heading h2{margin:0;color:#18233a;font-size:22px;font-weight:850!important}.related-products-heading>a{color:#273c90;font-size:11px;font-weight:700!important}.related-products-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px}.related-product-card{min-width:0;overflow:hidden;border:1px solid #e3e7ef;border-radius:13px;background:#fff;box-shadow:0 6px 17px rgba(15,23,42,.04);transition:transform .18s ease,box-shadow .18s ease}.related-product-card:hover{transform:translateY(-3px);box-shadow:0 12px 25px rgba(15,23,42,.09)}.related-product-image{position:relative;display:block;aspect-ratio:1/1;margin:7px;overflow:hidden;border-radius:9px;background:#f3f5f8}.related-product-image img{width:100%;height:100%;object-fit:contain;transition:transform .22s ease}.related-product-card:hover img{transform:scale(1.04)}.related-product-copy{display:grid;gap:5px;padding:4px 10px 11px}.related-product-copy>span{overflow:hidden;color:#7a879b;font-size:8px;font-weight:700!important;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.related-product-title{display:-webkit-box;min-height:34px;overflow:hidden;color:#273146;font-size:11px;font-weight:650!important;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.related-product-footer{display:flex;align-items:end;justify-content:space-between;gap:7px;margin-top:4px}.related-product-footer small{display:block;color:#8c96a7;font-size:8px;text-decoration:line-through}.related-product-footer strong{display:block;color:#102a68;font-size:15px;font-weight:900!important}.related-view-button{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:5px 8px;border-radius:8px;color:var(--front-btn-text,#fff);font-size:9px;font-weight:750!important;background:var(--front-btn-bg,#273c90)}
@media(max-width:1050px){.related-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:820px){.related-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:560px){.product-option-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-width:100%}.product-option-field{min-width:0}.product-option-select{max-width:none}.related-products-section{padding:12px}.related-products-heading h2{font-size:19px}.related-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.related-product-copy{padding:3px 8px 9px}.related-product-footer strong{font-size:14px}}

/* Product information hierarchy and separate Order/Cart actions */
.product-detail-category{margin-bottom:5px;color:#52637b;font-size:12px;font-weight:750!important;letter-spacing:.06em;text-transform:uppercase}.pinfo .product-detail-name{margin:0 0 7px;color:#102a43;font-size:24px;font-weight:850!important;line-height:1.25}.product-detail-short{max-width:560px;margin-bottom:10px;color:#526071;font-size:14px;font-weight:500!important;line-height:1.55}.product-detail-actions{align-items:center}.product-detail-actions form,.listing-product-actions form,.related-product-actions form{margin:0}.product-detail-actions .btn{font-weight:750!important}.listing-product-actions{display:flex;align-items:center;justify-content:flex-end;gap:5px;margin-left:auto;flex-wrap:wrap}.listing-product-actions .btn{min-height:29px;padding:5px 7px;font-size:9px;font-weight:750!important;white-space:nowrap}.order-now-action{color:var(--front-btn-text,#fff)!important;background:var(--front-btn-bg,#273c90)!important}.cart-action{color:#17316f!important;border:1px solid #cbd5e1!important;background:#fff!important}.showcase-product-actions .front-cart-button{display:block;width:auto;max-width:92px;min-width:58px;height:28px;min-height:28px;overflow:hidden;padding:5px 7px;border:1px solid #cbd5e1;border-radius:8px;color:#17316f;font-size:9px;font-weight:800!important;line-height:1;text-overflow:ellipsis;white-space:nowrap;background:#fff}.related-product-actions{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-top:4px}.related-product-actions button{width:100%;min-height:29px;padding:5px 4px;border-radius:7px;font-size:8px;font-weight:750!important;line-height:1.1;cursor:pointer}.related-order-button{border:1px solid var(--front-btn-bg,#273c90);color:var(--front-btn-text,#fff);background:var(--front-btn-bg,#273c90)}.related-cart-button{border:1px solid #cbd5e1;color:#17316f;background:#fff}
@media(max-width:560px){.product-detail-category{font-size:11px}.pinfo .product-detail-name{font-size:21px}.product-detail-short{font-size:13px}.product-detail-actions{gap:6px}.product-detail-actions .btn{padding:6px 8px}.listing-product-actions{gap:4px}.listing-product-actions .btn{padding:4px 6px;font-size:8px}.showcase-product-actions .front-cart-button{min-width:54px;max-width:74px;padding:4px 5px;font-size:8px}.related-product-actions{gap:4px}.related-product-actions button{font-size:7.5px}}

/* Single-line storefront price and action bar */
.showcase-product-buy{align-items:end;flex-wrap:nowrap;gap:6px}.showcase-product-buy>div:first-child{display:flex;align-items:baseline;gap:5px;min-width:0;white-space:nowrap}.showcase-product-buy small{display:inline;color:#64748b;font-size:9px;opacity:.42}.showcase-product-buy strong{display:inline;color:#102a68;font-size:15px;font-weight:850!important;white-space:nowrap}.showcase-product-actions{flex:0 0 auto;flex-wrap:nowrap;gap:4px}.showcase-product-actions .showcase-order-now{width:auto;max-width:none;min-width:68px;overflow:visible;padding:5px 7px;font-size:9px;font-weight:800!important;text-overflow:clip}.showcase-product-actions .front-cart-button{width:28px;max-width:28px;min-width:28px;padding:0;color:#fff;font-size:17px;font-weight:850!important;background:#273c90}
.grid .card,.hot-card{display:flex;flex-direction:column}.grid .card>.body,.hot-card>.body{display:flex;flex:1;flex-direction:column}.grid .card .body>.row,.hot-card .body>.row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:6px;margin-top:auto;padding-top:8px}.grid .card .prices,.hot-grid .prices,.hot-card .prices{display:flex;align-items:baseline;flex-direction:row;gap:5px;min-width:0;white-space:nowrap}.grid .card .oldprice,.hot-grid .oldprice,.hot-card .oldprice{color:#64748b;font-size:9px;opacity:.42}.grid .card .prices .price,.hot-grid .prices .price,.hot-card .prices .price{color:#102a68;font-size:15px;font-weight:850!important;line-height:1.1;white-space:nowrap}.listing-product-actions{flex-wrap:nowrap;gap:4px}.listing-product-actions .order-now-action{min-width:61px;padding:5px 6px;font-size:8px;font-weight:800!important;white-space:nowrap}.listing-product-actions .listing-cart-plus{display:grid;width:29px;min-width:29px;max-width:29px;min-height:29px;place-items:center;padding:0;color:#fff!important;border-color:#273c90!important;font-size:16px;font-weight:850!important;background:#273c90!important}
.related-product-footer>div{display:flex;align-items:baseline;gap:5px;white-space:nowrap}.related-product-footer small{display:inline;opacity:.42}.related-product-footer strong{display:inline;font-size:14px;font-weight:850!important}.related-product-actions{grid-template-columns:minmax(0,1fr) 29px;gap:4px}.related-product-actions .related-order-button{white-space:nowrap}.related-product-actions .related-cart-plus{display:grid;width:29px;min-width:29px;place-items:center;padding:0;color:#fff;border-color:#273c90;font-size:16px;font-weight:850!important;background:#273c90}
@media(max-width:560px){.showcase-product-buy{gap:4px}.showcase-product-buy small{font-size:8px}.showcase-product-buy strong{font-size:14px}.showcase-product-actions .showcase-order-now{min-width:62px;padding:4px 5px;font-size:8px}.showcase-product-actions .front-cart-button{width:27px;max-width:27px;min-width:27px;font-size:16px}.grid .card .body>.row,.hot-card .body>.row{gap:4px}.grid .card .prices,.hot-grid .prices,.hot-card .prices{gap:3px}.grid .card .oldprice,.hot-grid .oldprice,.hot-card .oldprice{font-size:8px}.grid .card .prices .price,.hot-grid .prices .price,.hot-card .prices .price{font-size:14px}.listing-product-actions .order-now-action{min-width:56px;padding:4px;font-size:7.5px}.listing-product-actions .listing-cart-plus{width:27px;min-width:27px;max-width:27px;min-height:27px;font-size:15px}}

/* Old price above, current price below */
.showcase-product-buy>div:first-child{display:flex;min-height:34px;align-items:flex-start;justify-content:flex-end;flex-direction:column;gap:1px}.showcase-product-buy small{display:block;color:#56647a;font-size:10px;font-weight:550!important;line-height:1.1;opacity:.76;text-decoration:line-through;text-decoration-thickness:1px}.showcase-product-buy strong{display:block;font-size:15px;line-height:1.08}.grid .card .prices,.hot-grid .prices,.hot-card .prices{min-height:34px;align-items:flex-start;justify-content:flex-end;flex-direction:column;gap:1px}.grid .card .oldprice,.hot-grid .oldprice,.hot-card .oldprice{display:block;color:#56647a;font-size:10px;font-weight:550!important;line-height:1.1;opacity:.76;text-decoration-thickness:1px}.grid .card .prices .price,.hot-grid .prices .price,.hot-card .prices .price{display:block;font-size:15px;line-height:1.08}.related-product-footer>div{min-height:32px;align-items:flex-start;justify-content:flex-end;flex-direction:column;gap:1px}.related-product-footer small{display:block;color:#56647a;font-size:9px;font-weight:550!important;line-height:1.1;opacity:.76;text-decoration-thickness:1px}.related-product-footer strong{display:block;font-size:14px;line-height:1.08}
@media(max-width:560px){.showcase-product-buy>div:first-child,.grid .card .prices,.hot-grid .prices,.hot-card .prices{min-height:31px}.showcase-product-buy small,.grid .card .oldprice,.hot-grid .oldprice,.hot-card .oldprice{font-size:9px}.showcase-product-buy strong,.grid .card .prices .price,.hot-grid .prices .price,.hot-card .prices .price{font-size:14px}}

/* Electronics Showcase uses the palette configured in Settings. */
.theme-showcase .topbar{color:var(--header-text,#172033)!important;background:var(--header-bg,#fff)!important}
.theme-showcase .topbar .brand,.theme-showcase .topbar .btxt,.theme-showcase .topbar .pill,.theme-showcase .topbar .pill.outline,.theme-showcase .topbar .search input,.theme-showcase .topbar .search .sbtn{color:var(--header-text,#172033)!important}
.theme-showcase .topbar .search,.theme-showcase .topbar .pill{border-color:rgba(127,127,127,.28);background:rgba(127,127,127,.10)!important}
.theme-showcase .topbar .search input::placeholder{color:var(--header-text,#172033);opacity:.62}
.theme-showcase .menubar,.theme-showcase .menubar .container,.theme-showcase .menubar .menuwrap,.theme-showcase nav.menubar{background:var(--navbar-bg,#fff)!important}
.theme-showcase .menubar .mitem,.theme-showcase .menubar .mcat{color:var(--menu-text,#535e72)!important}
.theme-showcase .menubar .mitem:hover,.theme-showcase .menubar .mcat:hover{color:var(--menu-text,#535e72)!important;background:rgba(127,127,127,.10)!important}
.theme-showcase .footer{color:var(--footer-text,#667084)!important;background:var(--footer-bg,#e9ecf2)!important}
.theme-showcase .footer .brand,.theme-showcase .footer a,.theme-showcase .footer .langbtn,.theme-showcase .footer .sep,.theme-showcase .footer .muted{color:var(--footer-text,#667084)!important}
.theme-showcase .bottomnav{color:var(--menu-text,#48546a)!important;background:var(--navbar-bg,#fff)!important}
.theme-showcase .bottomnav a{color:var(--menu-text,#48546a)!important}

/* Compact, accessible cart icon buttons across storefront product cards. */
.storefront-cart-icon{display:block;width:15px;height:15px;pointer-events:none}
.showcase-product-actions .front-cart-button,.listing-product-actions .listing-cart-plus,.related-product-actions .related-cart-plus{display:grid;place-items:center;color:var(--front-btn-text,#fff)!important;border-color:var(--front-btn-bg,#273c90)!important;background:var(--front-btn-bg,#273c90)!important}
.showcase-product-actions .front-cart-button:hover,.listing-product-actions .listing-cart-plus:hover,.related-product-actions .related-cart-plus:hover{filter:brightness(.92)}

/* Admin-controlled Electronics Showcase navigation/category typography and palette. */
.theme-showcase .menubar .mitem,.theme-showcase .menubar .mcat{font-size:var(--showcase-menu-size,12px)!important;font-weight:var(--showcase-menu-weight,500)!important}
.theme-showcase .showcase-category-rail,.theme-showcase .showcase-top-category-panel,.theme-showcase .showcase-rail-item{background:var(--showcase-category-panel-bg,#fff)!important}
.theme-showcase .showcase-rail-title{color:var(--showcase-category-title-text,#1b2537)!important;background:var(--showcase-category-title-bg,#fff)!important}
.theme-showcase .showcase-category-rail .showcase-rail-item>a{color:var(--showcase-category-text,#4e586d)!important;font-size:var(--showcase-category-size,12px)!important}
.theme-showcase .showcase-category-rail .showcase-rail-item>a b{font-weight:var(--showcase-category-weight,500)!important}
.theme-showcase .showcase-rail-item:hover,.theme-showcase .showcase-rail-item.is-open{background:var(--showcase-category-hover-bg,#f7f8fb)!important}
.theme-showcase .showcase-rail-flyout{background:var(--showcase-subcategory-panel-bg,#fff)!important}
.theme-showcase .showcase-rail-flyout>strong{color:var(--showcase-category-title-text,#202b42)!important;font-size:var(--showcase-subcategory-size,12px)!important;font-weight:var(--showcase-subcategory-weight,500)!important}
.theme-showcase .showcase-category-rail .showcase-rail-flyout>a{color:var(--showcase-subcategory-text,#536078)!important;font-size:var(--showcase-subcategory-size,12px)!important;font-weight:var(--showcase-subcategory-weight,500)!important;background:var(--showcase-subcategory-item-bg,#f7f8fb)!important}
.theme-showcase .showcase-category-rail .showcase-rail-flyout>a:hover{color:var(--showcase-subcategory-text,#536078)!important;background:var(--showcase-subcategory-hover-bg,#edf1f7)!important}
.theme-showcase .showcase-category-rail .showcase-rail-grandchildren a{color:var(--showcase-child-text,#758096)!important;font-size:var(--showcase-child-size,9px)!important;font-weight:var(--showcase-child-weight,500)!important;background:var(--showcase-child-bg,#eef1f5)!important}
