.header-s3 .header-bottom .col-left {
	display: block ruby;
	width: 100%;
	text-align: center;
}

.s-title {
	font-size: 1.5rem;
	line-height: 26px !important;
}

.tf-sw-nav-2 {
	font-size: 20px !important;
	width: 44px !important;
	height: 44px !important;
}

.sect-heading {
	margin-bottom: 24px !important;
}

.menu-heading {
	text-align: left;
}

/* Brand Custom Dropdown */
.brand-menu-item {
	position: relative;
}

.brand-custom-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: -100px;
	width: 280px;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
	z-index: 9999;
	overflow: hidden;
}

/* Hover এ open */
.brand-menu-item:hover .brand-custom-dropdown {
	display: block;
}

/* Search box */
.brand-search-wrap {
	padding: 12px 16px;
	border-bottom: 1px solid #f0f0f0;
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 1;
}

.brand-search-wrap input {
	width: 100%;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 8px 12px;
	font-size: 13px;
	outline: none;
	color: #333;
	font-family: inherit;
	transition: border-color 0.2s;
}

.brand-search-wrap input:focus {
	border-color: #101010;
}

.brand-search-wrap input::placeholder {
	color: #aaa;
}

/* Brand list */
.brand-list {
	list-style: none;
	padding: 8px 0;
	margin: 0;
	max-height: 320px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #ddd transparent;
}

.brand-list::-webkit-scrollbar {
	width: 4px;
}

.brand-list::-webkit-scrollbar-track {
	background: transparent;
}

.brand-list::-webkit-scrollbar-thumb {
	background: #ddd;
	border-radius: 4px;
}

.brand-list li a {
	display: block;
	padding: 9px 20px;
	font-size: 13px;
	font-weight: 500;
	color: #333;
	text-decoration: none;
	letter-spacing: 0.3px;
	transition: color 0.15s, background 0.15s;
	white-space: nowrap;
	text-align: left;
}

.brand-list li a:hover {
	color: #e8192c;
	/* আপনার primary color */
	background: #fafafa;
}

/* No result */
.brand-list .no-result {
	padding: 12px 20px;
	font-size: 13px;
	color: #aaa;
	text-align: center;
}

/* Dropdown keep open যখন dropdown এর ভেতরে আছি */
.brand-custom-dropdown:hover {
	display: block;
}

.mega-menu {
	width: 80%;
}


.tf-product-media-thumbs .swiper-slide .item img {
	object-fit: fill;
}

.product-thumbs-slider .tf-product-media-main .item img {
	object-fit: fill;
}

.tf-btn {
	height: 44px !important;
}

.tf-page-pagination {
	justify-content: center;
}