.devman-mega-search-enabled {
	position: relative;
}

.devman-mega-search-enabled:before {
	content: '\e96f' !important;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-family: icomoon !important;
	font-size: 16px;
	line-height: 1;
	color: rgba(55, 58, 63, 1);
	pointer-events: none;
	z-index: 2;
}

.devman-mega-search-enabled .search-input.devman-mega-search-input,
.desktop-header-active .header-search.devman-mega-search-enabled>input:first-child {
	height: 40px;
	padding-left: 52px;
	padding-right: 135px;
	border-radius: 5px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
	font-weight: 400;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: relative;
	z-index: 1;
}

.devman-mega-search-enabled .search-input.devman-mega-search-input:focus {
	border-color: rgba(37, 99, 235, 0.4);
	box-shadow: 0 14px 34px rgba(37, 99, 235, 0.14);
}

.devman-mega-search-enabled .tt-menu,
.devman-mega-search-enabled .tt-hint {
	display: none !important;
}

.devman-mega-search-enabled .twitter-typeahead,
.devman-mega-search-enabled .devman-mega-search-typeahead-wrapper {
	display: block !important;
	width: 100%;
}

.devman-mega-search-ai-cta {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 2px 8px 2px 6px;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.04);
	border: 1px solid rgba(15, 23, 42, 0.08);
	color: #0f172a;
	font-size: 12px;
	font-weight: 400;
	pointer-events: auto;
	cursor: pointer;
	white-space: nowrap;
	z-index: 2;
}

html.devman-mega-search-mobile-open .popup-wrapper.popup-options-qty .popup-container {
	max-height: calc(100dvh - 64px);
	overflow: hidden;
}

html.devman-mega-search-mobile-open .popup-wrapper.popup-options-qty .popup-body,
html.devman-mega-search-mobile-open .popup-wrapper.popup-options-qty .popup-inner-body {
	max-height: calc(100dvh - 64px);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

html.devman-mega-search-mobile-open .popup-wrapper.popup-options-qty .options-qty-panel .option-qty-price {
	display: flex;
	align-items: baseline;
	gap: 10px;
	flex-wrap: wrap;
}

html.devman-mega-search-mobile-open .popup-wrapper.popup-options-qty .options-qty-panel .option-qty-price>div {
	display: inline-flex;
	align-items: baseline;
	gap: 10px;
}

html.devman-mega-search-mobile-open .popup-wrapper.popup-options-qty .options-qty-panel .option-qty-price .price-normal,
html.devman-mega-search-mobile-open .popup-wrapper.popup-options-qty .options-qty-panel .option-qty-price .price-new {
	font-size: 28px !important;
	line-height: 1 !important;
}

html.devman-mega-search-mobile-open .popup-wrapper.popup-options-qty .options-qty-panel .option-qty-price .price-old {
	font-size: 16px !important;
	line-height: 1.1 !important;
	margin-left: 0 !important;
}

html.popup-quickview.devman-mega-search-mobile-quickview .product-info {
	padding: 12px 14px !important;
}

html.popup-quickview.devman-mega-search-mobile-quickview .product-info .product-image,
html.popup-quickview.devman-mega-search-mobile-quickview .product-info .main-image {
	max-height: 42dvh;
	overflow: hidden;
}

html.popup-quickview.devman-mega-search-mobile-quickview .product-info .product-price-group,
html.popup-quickview.devman-mega-search-mobile-quickview .product-info .price-group,
html.popup-quickview.devman-mega-search-mobile-quickview .product-info .price-wrapper {
	display: flex !important;
	align-items: baseline;
	gap: 10px;
	flex-wrap: wrap;
	flex-direction: column;
}

html.popup-quickview.devman-mega-search-mobile-quickview .product-info .product-price-group {
	margin-bottom: 5px !important;
}

html.popup-quickview.devman-mega-search-mobile-quickview .product-info .price-wrapper {
	padding-top: 10px !important;
}

html.popup-quickview.devman-mega-search-mobile-quickview .product-info .product-price,
html.popup-quickview.devman-mega-search-mobile-quickview .product-info .price-new {
	margin: 8px 0 6px !important;
	font-size: 28px !important;
	line-height: 1 !important;
	text-align: left !important;
}

html.popup-quickview.devman-mega-search-mobile-quickview .product-info .product-price-old,
html.popup-quickview.devman-mega-search-mobile-quickview .product-info .price-old {
	font-size: 16px !important;
	line-height: 1.1 !important;
	margin: 0 !important;
	text-align: left !important;
}

html.popup-quickview.devman-mega-search-mobile-quickview .product-info .product-options {
	padding: 12px !important;
	margin: 0 0 14px !important;
}

html.popup-quickview.devman-mega-search-mobile-quickview .product-info .product-options .option-qty-group {
	margin-top: 0 !important;
}

html.popup-quickview.devman-mega-search-mobile-quickview .product-info .cart {
	padding: 12px 14px !important;
	margin: 12px -14px -14px -14px !important;
	bottom: -14px !important;
}

.devman-mega-search-enabled .search-button {
	position: absolute;
	right: 132px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	padding: 0;
	border: 0;
	background: transparent !important;
	background-color: transparent !important;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 3;
	transition: opacity .2s ease, visibility .2s ease, background .2s ease;
}

.devman-mega-search-enabled .search-button::before,
.devman-mega-search-enabled.header-search>.search-button::before,
.header-search.devman-mega-search-enabled>.search-button::before,
.desktop .header-search.devman-mega-search-enabled>.search-button:hover::before,
.mobile-header-active .header-search.devman-mega-search-enabled>.search-button::before {
	content: '\2715' !important;
	font-family: inherit !important;
	font-size: 12px;
	font-weight: 700;
	color: rgba(55, 58, 63, 0.72) !important;
}

.devman-mega-search-enabled.devman-mega-search-has-value .search-button {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.devman-mega-search-enabled.devman-mega-search-has-value .search-button:hover {
	background: transparent !important;
	background-color: transparent !important;
}

.header-search {
	border: 0 !important;
}

.desktop-header-active .header-search>.devman-mega-search-ai-cta {
	position: absolute !important;
	width: auto !important;
	height: auto !important;
	flex-grow: 0 !important;
	flex-shrink: 0 !important;
	left: auto !important;
	bottom: auto !important;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.desktop-header-active .mini-search .devman-mega-search-ai-cta {
	top: 46%;
}

.desktop-header-active .mini-search .header-search.devman-mega-search-enabled {
	position: fixed;
	left: 60px;
	right: 60px;
	top: 100%;
	width: min(812px, calc(100vw - 120px));
	max-width: calc(100vw - 120px);
	z-index: 1100;
	margin: 0 auto;
	box-sizing: border-box;
}

.desktop-header-active .mini-search .header-search.devman-mega-search-enabled .twitter-typeahead,
.desktop-header-active .mini-search .header-search.devman-mega-search-enabled .devman-mega-search-typeahead-wrapper {
	width: 100% !important;
}

.desktop-header-active .mini-search .header-search.devman-mega-search-enabled .search-input.devman-mega-search-input,
.desktop-header-active .mini-search .header-search.devman-mega-search-enabled>input:first-child {
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	padding-right: 150px;
}

.desktop-header-active .mini-search #search {
	position: static;
}

.desktop-header-active .mini-search #search.devman-sticky-search-host>.dropdown-menu {
	display: none;
	opacity: 0;
	pointer-events: none;
}

.desktop-header-active .mini-search #search.devman-sticky-search-host.devman-sticky-search-open>.dropdown-menu {
	display: block;
	opacity: 1;
	pointer-events: auto;
}

.desktop-header-active .mini-search #search.devman-sticky-search-host.devman-sticky-search-open>.dropdown-menu::before {
	opacity: 0;
}

.devman-mega-search-ai-cta__avatar {
	width: 34px;
	height: 34px;
	border-radius: 8px;
	overflow: hidden;
	flex: 0 0 34px;
}

.devman-mega-search-ai-cta__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.devman-mega-search-ai-cta__label {
	line-height: 1;
}

.devman-mega-search-popup {
	position: fixed;
	left: 50%;
	top: 50px;
	transform: translateX(-50%);
	width: min(1520px, calc(100vw - 32px));
	max-width: calc(100vw - 32px);
	box-sizing: border-box;
	z-index: 1000;
	padding-top: 0;
}

.devman-mega-search-popup__close {
	position: absolute;
	top: 12px;
	right: 14px;
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.08);
	color: #0f172a;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	z-index: 2;
	transition: background-color .2s ease, color .2s ease;
}

.devman-mega-search-popup__close:hover,
.devman-mega-search-popup__close:focus {
	background: rgba(15, 23, 42, 0.14);
	color: #000;
	outline: none;
}

html.desktop-header-active .mini-search .header-search.devman-mega-search-enabled .devman-mega-search-popup,
body.is-sticky .mini-search .header-search.devman-mega-search-enabled .devman-mega-search-popup,
.is-sticky .mini-search .header-search.devman-mega-search-enabled .devman-mega-search-popup {
	position: fixed !important;
	left: calc(50% + ((100vw - 100%) / 2)) !important;
	right: auto !important;
	top: 50px !important;
	transform: translateX(-50%) !important;
	width: min(1520px, calc(100vw - 32px)) !important;
	max-width: calc(100vw - 32px) !important;
	margin: 0 !important;
}

.devman-mega-search-popup[hidden] {
	display: none !important;
}

.devman-mega-search-popup__inner {
	background: #fff;
	border-radius: 0 0 22px 22px;
	box-shadow: 0 24px 64px rgba(12, 24, 48, 0.18);
	border: 1px solid rgba(17, 24, 39, 0.08);
	overflow: hidden;
	min-height: 220px;
	padding-top: 22px;
}

.devman-mega-search-loading,
.devman-mega-search-empty {
	color: #64748b;
	font-size: 14px;
}

.devman-mega-search-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 120px;
	padding: 36px 28px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	color: #334155;
}

.devman-mega-search-loading::before {
	content: '';
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 3px solid rgba(37, 99, 235, 0.18);
	border-top-color: #333333;
	animation: devman-mega-search-spin .8s linear infinite;
}

@keyframes devman-mega-search-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.devman-mega-search-empty--large {
	padding: 48px 24px;
	text-align: center;
	background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
	border-radius: 16px;
}

.devman-mega-search-panel {
	display: grid;
	grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
	min-height: 320px;
}

.devman-mega-search-panel__sidebar {
	padding: 24px 20px;
	background: linear-gradient(180deg, #fbfcfe 0%, #f6f8fb 100%);
	border-right: 1px solid rgba(17, 24, 39, 0.08);
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.devman-mega-search-panel__content {
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	min-width: 0;
	padding-right: 60px;
}

.devman-mega-search-section {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.devman-mega-search-section__header,
.devman-mega-search-results-head strong,
.desktop.footer-reveal .site-wrapper .devman-mega-search-section__header {
	font-size: 14px;
	font-weight: 700;
	color: #0f172a;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background-color: transparent !important;
	box-shadow: none !important;
	border-bottom-width: 1px;
}

.devman-mega-search-results-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.devman-mega-search-view-all {
	font-size: 13px;
	font-weight: 600;
	color: #1d4ed8;
}

.devman-mega-search-list {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.devman-mega-search-list-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 6px 0;
	color: rgba(49, 56, 70, 1);
	text-decoration: none;
	transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.devman-mega-search-list-item:hover,
.devman-mega-search-view-all:hover,
.devman-mega-search-products .name a:hover {
	text-decoration: none;
}

.devman-mega-search-list-item:hover {
	transform: translateX(2px);
}

.devman-mega-search-list-item__text {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	color: inherit;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.devman-mega-search-list-item__icon {
	width: 15px;
	height: 15px;
	flex: 0 0 15px;
	color: #94a3b8;
	position: relative;
}

.devman-mega-search-list-item__icon::before {
	content: '\e93f' !important;
	font-family: icomoon !important;
	font-size: 14px;
	line-height: 1;
	color: currentColor;
}

.devman-mega-search-list-item:hover .devman-mega-search-list-item__icon {
	color: currentColor;
}

.devman-mega-search-products-shell {
	position: relative;
	min-width: 0;
}

.devman-mega-search-products-module {
	min-width: 0;
}

.devman-mega-search-products-module .module-body {
	padding: 0;
}

.devman-mega-search-swiper {
	padding: 4px 34px 28px;
}

.devman-mega-search-swiper .swiper-container {
	overflow: hidden;
}

.devman-mega-search-swiper .swiper-buttons {
	display: block;
	top: 50%;
	width: 100%;
	pointer-events: none;
}

.devman-mega-search-swiper .swiper-button-prev,
.devman-mega-search-swiper .swiper-button-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	border-radius: 50%;
	background: #333333;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
	pointer-events: auto;
}

.devman-mega-search-swiper .swiper-button-prev {
	left: -12px;
}

.devman-mega-search-swiper .swiper-button-next {
	right: -12px;
}

.devman-mega-search-swiper .swiper-buttons div::before {
	font-size: 18px;
	color: #fff;
}

.swiper.devman-mega-search-swiper .swiper-pagination {
	bottom: 0;
}

.swiper.devman-mega-search-swiper .swiper-pagination>.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: rgba(148, 163, 184, 0.6);
	opacity: 1;
	border-radius: 50%;
}

.swiper.devman-mega-search-swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #333333;
}

.devman-mega-search-products.product-grid {
	min-width: 0;
}

.devman-mega-search-products.product-grid>.product-layout {
	height: auto;
}

.devman-mega-search-products .product-thumb {
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.16);
	background: #fff;
}

.devman-mega-search-products .product-thumb .image {
	padding: 10px;
	border-radius: 18px 18px 0 0;
	overflow: hidden;
}

.devman-mega-search-products .product-thumb .quickview-button {
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	width: 34px;
	height: 34px;
	border-radius: 11% !important;
	overflow: visible;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate(-50%, calc(-50% - 4px));
	transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.devman-mega-search-products .product-thumb .quickview-button .btn-quickview {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	min-height: 34px;
	padding: 0;
	border-radius: 11% !important;
	background: rgba(251, 255, 255, 0.5) !important;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.75);
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
	font-size: 0;
	line-height: 0;
}

.devman-mega-search-products .product-thumb .quickview-button .btn-quickview::before {
	content: '\f00e' !important;
	font-family: icomoon !important;
	font-size: 16px;
	line-height: 1;
	color: rgba(0, 0, 0, 0.75);
	display: inline-block;
}

.devman-mega-search-products .product-thumb:hover .quickview-button {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(-50%, -50%);
}

.devman-mega-search-products .product-thumb .quickview-button .btn-quickview:hover {
	background: rgba(251, 255, 33, 0.45) !important;
}

.devman-mega-search-products .product-thumb .product-img>div {
	min-height: 150px;
}

.devman-mega-search-products .product-thumb .product-img img {
	object-fit: contain;
}

.devman-mega-search-products .product-thumb .caption {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 12px 12px 14px;
	gap: 8px;
}

.devman-mega-search-products .product-thumb .rating {
	display: none !important;
}

.devman-mega-search-products .product-thumb .buttons-wrapper,
.devman-mega-search-products .product-thumb .extra-group {
	margin-top: auto;
}

.devman-mega-search-products .product-thumb .buttons-wrapper,
.devman-mega-search-products .product-thumb .cart-group,
.devman-mega-search-products .product-thumb .button-group {
	display: none !important;
}


.btn.devman-mega-search-quickbuy,
.btn.devman-mega-search-quickbuy:visited {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	margin-top: auto;
	font-size: 15px !important;
	padding: 8px 0 !important;
	font-weight: 400 !important;
	color: rgba(89, 96, 119, 1);

	background: rgba(245, 245, 245, 0.67);
	border-radius: 5px !important;
	border: 0;
	text-decoration: none;
}

.btn.devman-mega-search-quickbuy:hover {
	box-shadow: none !important;
	font-size: 15px !important;
}

.devman-mega-search-quickbuy::before {
	display: inline-block;
	content: '\e936' !important;
	font-family: icomoon !important;
	font-size: 15px;
	color: rgba(89, 96, 119, 1);
}

.devman-mega-search-quickbuy:hover,
.devman-mega-search-quickbuy:focus {
	color: rgba(63, 0, 63, 1) !important;
	background: rgba(63, 0, 63, 0.05) !important;
	text-decoration: none;
}

.devman-mega-search-quickbuy .btn-text {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
}

.devman-mega-search-products .product-thumb .stepper,
.devman-mega-search-products .product-thumb .wish-group,
.devman-mega-search-products .product-thumb .extra-group,
.devman-mega-search-products .product-thumb .btn-cart,
.devman-mega-search-products .product-thumb .btn-extra:not(.devman-mega-search-quickbuy),
.devman-mega-search-products .product-thumb .btn-wishlist,
.devman-mega-search-products .product-thumb .btn-compare {
	display: none !important;
}

.devman-mega-search-products .product-thumb .stats,
.devman-mega-search-products .product-thumb .description {
	display: none;
}

.devman-mega-search-products .product-thumb .name {
	margin: 0;
	padding: 0;
}

.devman-mega-search-products .product-thumb .name a {
	color: rgba(56, 68, 79, 1);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.35;
	min-height: 38px !important;
	transition: all .2s ease;
	text-align: center;
}

.devman-mega-search-products .product-thumb .price,
.devman-mega-search-products .product-thumb .price-new,
.devman-mega-search-products .product-thumb .price-normal {
	font-size: 20px;
	line-height: 1.15;
	text-align: center;
	font-weight: 400;
}

.devman-mega-search-products .product-thumb .price-tax {
	display: none;
}

.devman-mega-search-products .product-thumb .price-old {
	font-size: 13px;
	font-weight: 400;
	color: rgba(185, 24, 86, 1);
	text-decoration: line-through;
	margin-left: 5px;
}

.devman-mega-search-products .product-thumb .price {
	margin-bottom: 0;
}

.devman-mega-search-products .product-thumb .button-group,
.devman-mega-search-products .product-thumb .wish-group,
.devman-mega-search-products .product-thumb .extra-group>div {
	width: 100%;
}

.devman-mega-search-products .product-thumb .button-group {
	gap: 6px;
}

.devman-mega-search-products .product-thumb .stepper {
	width: 46px;
	height: 34px;
}

.devman-mega-search-products .product-thumb .stepper input.form-control {
	font-size: 13px !important;
}

.devman-mega-search-products .product-thumb .extra-group>div {
	padding: 6px;
}

.devman-mega-search-products .product-thumb .extra-group .btn.btn,
.devman-mega-search-products .product-thumb .extra-group .btn.btn:visited {
	font-size: 10px;
}

.devman-mega-search-assistant {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	align-items: center;
	justify-items: center;
	padding: 12px 16px;
	border-radius: 16px;
	background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
	border: 1px solid rgba(59, 130, 246, 0.14);
}

.devman-mega-search-assistant__rating {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	width: 100%;
}

.devman-mega-search-assistant__rating img {
	display: block;
	max-width: 80%;
	height: auto;
	object-fit: contain;
}

.devman-mega-search-assistant__center {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-width: 0;
	width: 100%;
}

.devman-mega-search-assistant__media {
	width: 86px;
	height: 86px;
}

.devman-mega-search-assistant__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.devman-mega-search-assistant__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 5px;
	min-width: 0;
}

.devman-mega-search-assistant__label {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #2563eb;
}

.devman-mega-search-assistant__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #0f172a;
}

.devman-mega-search-assistant__description {
	display: none;
}

.devman-mega-search-assistant__cta {
	border: 1px solid #2563eb;
	border-radius: 999px;
	padding: 8px 18px;
	width: fit-content;
	background: transparent;
	color: #2563eb;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	transition: all .2s ease;
}

.devman-mega-search-assistant__cta:hover {
	color: #fff;
	background-color: #2563eb;
}

@media (max-width: 991px) {
	.devman-mega-search-panel {
		grid-template-columns: 1fr;
	}

	.devman-mega-search-panel__sidebar {
		display: flex;
		padding: 14px 18px;
		border-right: 0;
		border-top: 1px solid rgba(17, 24, 39, 0.08);
		background: linear-gradient(180deg, #fbfcfe 0%, #f6f8fb 100%);
	}

	.devman-mega-search-products .product-thumb .quickview-button .btn-quickview {
		background: rgba(251, 255, 255, 0.5) !important;
	}

	.devman-mega-search-popup {
		position: absolute;
		left: 0;
		right: 0;
		transform: none;
		width: auto;
		top: 100%;
		max-height: calc(100dvh - 105px);
	}

	.devman-mega-search-popup__close {
		top: 10px;
		right: 10px;
		width: 34px;
		height: 34px;
		font-size: 22px;
	}

	.devman-mega-search-popup__inner {
		max-height: calc(100dvh - 105px);
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.devman-mega-search-panel__content {
		padding: 18px;
		padding-right: 54px;
	}

	.devman-mega-search-swiper {
		padding-left: 24px;
		padding-right: 24px;
	}

	/* Results: vertical list — disable swiper behaviour */
	.devman-mega-search-swiper[data-devman-product-type="results"],
	.devman-mega-search-results-list {
		padding: 0;
	}

	.devman-mega-search-swiper[data-devman-product-type="results"] .swiper-buttons,
	.devman-mega-search-results-list .swiper-buttons {
		display: none !important;
	}

	.devman-mega-search-swiper[data-devman-product-type="results"] .swiper-pagination,
	.devman-mega-search-results-list .swiper-pagination {
		display: none !important;
	}

	.devman-mega-search-swiper[data-devman-product-type="results"] .swiper-container,
	.devman-mega-search-results-list .swiper-container {
		overflow: visible;
	}

	.devman-mega-search-swiper[data-devman-product-type="results"] .swiper-wrapper,
	.devman-mega-search-results-list .swiper-wrapper {
		display: flex !important;
		flex-direction: column !important;
		transform: none !important;
		width: 100% !important;
		flex-wrap: wrap;
	}

	.devman-mega-search-swiper[data-devman-product-type="results"] .swiper-wrapper .swiper-slide,
	.devman-mega-search-swiper[data-devman-product-type="results"] .swiper-wrapper .product-layout,
	.devman-mega-search-results-list .swiper-wrapper .swiper-slide,
	.devman-mega-search-results-list .swiper-wrapper .product-layout {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
	}

	.devman-mega-search-swiper[data-devman-product-type="results"] .swiper-wrapper .product-thumb,
	.devman-mega-search-results-list .swiper-wrapper .product-thumb {
		flex-direction: row !important;
		align-items: center;
		height: auto;
		min-height: 90px;
		padding: 10px;
		gap: 12px;
		border-radius: 12px;
		margin-bottom: 8px;
	}

	.devman-mega-search-swiper[data-devman-product-type="results"] .swiper-wrapper .product-thumb .image,
	.devman-mega-search-results-list .swiper-wrapper .product-thumb .image {
		width: 72px !important;
		flex: 0 0 72px;
		padding: 0;
		border-radius: 8px;
		overflow: hidden;
	}

	.devman-mega-search-swiper[data-devman-product-type="results"] .swiper-wrapper .product-thumb .image a:not(.btn-quickview),
	.devman-mega-search-swiper[data-devman-product-type="results"] .swiper-wrapper .product-thumb .product-img,
	.devman-mega-search-results-list .swiper-wrapper .product-thumb .image a:not(.btn-quickview),
	.devman-mega-search-results-list .swiper-wrapper .product-thumb .product-img {
		width: 72px;
		height: 72px;
	}

	.devman-mega-search-swiper[data-devman-product-type="results"] .swiper-wrapper .product-thumb .product-img>div,
	.devman-mega-search-results-list .swiper-wrapper .product-thumb .product-img>div {
		min-height: 72px !important;
		width: 72px;
		height: 72px;
	}

	.devman-mega-search-swiper[data-devman-product-type="results"] .swiper-wrapper .product-thumb .product-img img,
	.devman-mega-search-results-list .swiper-wrapper .product-thumb .product-img img {
		width: 72px !important;
		height: 72px !important;
		object-fit: contain;
	}

	.devman-mega-search-swiper[data-devman-product-type="results"] .swiper-wrapper .product-thumb .caption,
	.devman-mega-search-results-list .swiper-wrapper .product-thumb .caption {
		flex: 1 1 auto;
		padding: 0;
		gap: 4px;
		align-items: flex-start;
		text-align: left;
	}

	.devman-mega-search-swiper[data-devman-product-type="results"] .swiper-wrapper .product-thumb .name a,
	.devman-mega-search-results-list .swiper-wrapper .product-thumb .name a {
		text-align: left;
		font-size: 14px;
		min-height: unset !important;
		-webkit-line-clamp: 2;
	}

	.devman-mega-search-swiper[data-devman-product-type="results"] .swiper-wrapper .product-thumb .price,
	.devman-mega-search-swiper[data-devman-product-type="results"] .swiper-wrapper .product-thumb .price-new,
	.devman-mega-search-swiper[data-devman-product-type="results"] .swiper-wrapper .product-thumb .price-normal,
	.devman-mega-search-results-list .swiper-wrapper .product-thumb .price,
	.devman-mega-search-results-list .swiper-wrapper .product-thumb .price-new,
	.devman-mega-search-results-list .swiper-wrapper .product-thumb .price-normal {
		font-size: 16px;
		text-align: left;
	}

	.devman-mega-search-swiper[data-devman-product-type="results"] .swiper-wrapper .product-thumb .devman-mega-search-quickbuy,
	.devman-mega-search-results-list .swiper-wrapper .product-thumb .devman-mega-search-quickbuy {
		font-size: 12px !important;
		padding: 5px 8px !important;
		margin-top: 4px;
	}

	/* Recommended: keep carousel with 1 item on mobile */
	.devman-mega-search-swiper[data-devman-product-type="recommended"] {
		padding-left: 40px;
		padding-right: 40px;
	}

	.devman-mega-search-swiper[data-devman-product-type="recommended"] .swiper-wrapper .swiper-slide,
	.devman-mega-search-swiper[data-devman-product-type="recommended"] .swiper-wrapper .product-layout {
		display: flex;
		justify-content: center;
	}

	.devman-mega-search-swiper[data-devman-product-type="recommended"] .swiper-wrapper .product-thumb {
		display: grid !important;
		grid-template-columns: 104px minmax(0, 1fr);
		align-items: center;
		width: min(100%, 300px);
		min-height: 0;
		padding: 10px 12px;
		border-radius: 16px;
		gap: 12px;
	}

	.devman-mega-search-swiper[data-devman-product-type="recommended"] .swiper-wrapper .product-thumb>.image,
	.devman-mega-search-swiper[data-devman-product-type="recommended"] .swiper-wrapper .product-thumb>.caption {
		float: none !important;
		width: auto !important;
		max-width: none !important;
	}

	.devman-mega-search-swiper[data-devman-product-type="recommended"] .swiper-wrapper .product-thumb .image {
		grid-column: 1;
		grid-row: 1;
		width: 104px;
		padding: 0;
	}

	.devman-mega-search-swiper[data-devman-product-type="recommended"] .swiper-wrapper .product-thumb .product-img>div {
		min-height: 104px;
		width: 104px;
		height: 104px;
	}

	.devman-mega-search-swiper[data-devman-product-type="recommended"] .swiper-wrapper .product-thumb .product-img img {
		width: 104px !important;
		height: 104px !important;
		object-fit: contain;
	}

	.devman-mega-search-swiper[data-devman-product-type="recommended"] .swiper-wrapper .product-thumb .caption {
		grid-column: 2;
		grid-row: 1;
		flex: 1 1 auto;
		justify-content: center;
		align-items: flex-start;
		text-align: left;
		gap: 8px;
		padding: 0;
		min-width: 0;
	}

	.devman-mega-search-swiper[data-devman-product-type="recommended"] .swiper-wrapper .product-thumb .name a {
		font-size: 14px;
		line-height: 1.35;
		min-height: 0;
		text-align: left;
		-webkit-line-clamp: 3;
	}

	.devman-mega-search-swiper[data-devman-product-type="recommended"] .swiper-wrapper .product-thumb .price,
	.devman-mega-search-swiper[data-devman-product-type="recommended"] .swiper-wrapper .product-thumb .price-new,
	.devman-mega-search-swiper[data-devman-product-type="recommended"] .swiper-wrapper .product-thumb .price-normal {
		font-size: 18px;
		text-align: left;
	}

	.devman-mega-search-swiper[data-devman-product-type="recommended"] .swiper-wrapper .product-thumb .devman-mega-search-quickbuy {
		display: inline-flex;
		width: auto;
		margin-top: 2px;
		padding: 8px 12px !important;
	}

	.devman-mega-search-assistant {
		gap: 4px;
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
		padding: 10px 12px;
	}

	.devman-mega-search-assistant__center {
		order: 1;
	}

	.devman-mega-search-assistant__rating--trustpilot {
		order: 2;
	}

	.devman-mega-search-assistant__rating--google {
		order: 3;
	}

	.devman-mega-search-assistant__center {
		flex-direction: column;
		justify-content: center;
		gap: 3px;
	}

	.devman-mega-search-assistant__media {
		width: 54px;
		height: 54px;
	}

	.devman-mega-search-assistant__cta {
		width: auto;
	}

	.devman-mega-search-ai-cta {
		display: inline-flex !important;
		position: relative !important;
		right: auto;
		left: auto !important;
		top: auto;
		bottom: auto !important;
		transform: none;
		max-width: 108px;
		padding: 3px 6px 3px 4px;
		gap: 6px;
		border-radius: 5px !important;
		flex: 0 0 108px;
		justify-content: center;
	}

	.devman-mega-search-ai-cta__label {
		white-space: normal;
		line-height: 1.05;
		text-align: left;
		max-width: 58px;
	}

	.devman-mega-search-ai-cta__avatar {
		width: 42px;
		height: 42px;
		flex: 0 0 42px;
	}

	.devman-mega-search-enabled .search-button {
		right: 118px;
	}

	.devman-mega-search-enabled .search-input.devman-mega-search-input {
		padding-right: 0;
		padding-left: 46px;
		border-radius: 0 !important;
		flex: 1 1 auto;
		height: 50px !important;
	}

	.devman-mega-search-enabled:before {
		left: 16px;
	}

	.mobile-header-active #search .devman-mega-search-enabled {
		height: auto !important;
		border-radius: 0 !important;
		display: flex;
		align-items: stretch;
		position: relative;
	}

	.mobile-header-active #search .j-dropdown {
		overflow: visible;
	}

	.devman-mega-search-ai-cta {
		border-radius: 0 !important;
	}
}