/**
 * Acewell custom styles — product search
 * Colours inherit from Kleo's .header-color dynamic theme styles.
 */

/* ------------------------------------------------------------------ */
/* Search trigger icon                                                 */
/* ------------------------------------------------------------------ */

#nav-menu-item-search {
	position: relative;
}

.kleo-main-header .nav > li.kleo-search-nav .acewell-search-trigger,
.kleo-main-header .nav > li.kleo-search-nav a.search-trigger.acewell-search-trigger {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	font-size: 24px;
	line-height: 1;
	border-radius: 50%;
	transition: all 0.45s ease;
}

#nav-menu-item-search .acewell-search-trigger .icon-search,
#nav-menu-item-search .acewell-search-trigger .icon-search:before,
#nav-menu-item-search .search-trigger .icon-search:before {
	font-size: 20px !important;
	line-height: 1 !important;
	width: auto;
	height: auto;
	font-weight: 700;
}

.kleo-main-header .nav > li.kleo-search-nav .acewell-search-trigger:hover,
.kleo-main-header .nav > li.kleo-search-nav .acewell-search-trigger:focus {
	transform: scale(1.08);
}

/* ------------------------------------------------------------------ */
/* Modern search popup panel                                           */
/* ------------------------------------------------------------------ */

#ajax_search_container.acewell-product-search {
	width: 520px !important;
	max-width: calc(100vw - 24px);
	left: auto !important;
	right: 0 !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 16px !important;
	overflow: hidden;
	background-clip: padding-box;
	box-shadow:
		0 4px 6px rgba(0, 0, 0, 0.04),
		0 20px 50px rgba(0, 0, 0, 0.14) !important;
	transition: all 0.45s ease;
}

.logo-to-right #ajax_search_container.acewell-product-search {
	left: auto !important;
	right: 0 !important;
}

/* Hide legacy Kleo arrow — modern floating card */
#ajax_search_container.acewell-product-search:before,
.logo-to-right #ajax_search_container.acewell-product-search:before {
	display: none !important;
}

.kleo-search-wrap.acewell-product-search.show_search_pop,
.acewell-product-search.show_search_pop {
	display: block !important;
	animation: acewell-search-in 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes acewell-search-in {
	from {
		opacity: 0;
		transform: translateY(-10px) scale(0.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.acewell-search-panel {
	overflow: hidden;
}

/* Accent top bar — uses theme .btn-primary colour */
.acewell-search-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.acewell-search-top-left {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.acewell-search-top-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1;
    flex-shrink: 0;
    border: none;
}

.acewell-search-top-title {
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/* ------------------------------------------------------------------ */
/* Search form — unified modern bar                                    */
/* ------------------------------------------------------------------ */

.acewell-search-form,
#ajax_searchform.acewell-search-form {
	padding: 16px 18px 0;
	margin: 0;
	line-height: 1.4;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.acewell-search-bar {
	display: flex;
	align-items: center;
	gap: 0;
	padding: 4px;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(0, 0, 0, 0.03);
	transition: all 0.45s ease;
}

.acewell-search-bar:focus-within {
	border-color: rgba(0, 0, 0, 0.18);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
	background: rgba(255, 255, 255, 0.6);
}

.acewell-search-bar-icon {
	display: none;
}

.acewell-search-input-group {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
}

.acewell-search-input {
	width: 100%;
	height: 38px;
	padding: 0 36px 0 12px;
	border: none !important;
	border-radius: 8px;
	background: transparent !important;
	box-shadow: none !important;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	transition: none;
}

.acewell-search-input:focus {
	outline: none;
	box-shadow: none !important;
}

.acewell-search-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	height: 38px;
	margin: 0;
	padding: 0 16px;
	border: none;
	border-radius: 8px;
	font-family: "DM Sans", sans-serif;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	white-space: nowrap;
	transition: all 0.45s ease;
}

.acewell-search-submit:hover,
.acewell-search-submit:focus {
	transform: none;
	opacity: 0.9;
}

.acewell-search-hint {
	margin: 10px 0 0;
	padding: 0 0 14px;
	font-size: 11px;
	line-height: 1.5;
	opacity: 0.6;
	text-align: center;
}

.acewell-search-loading {
	display: none;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	font-size: 14px;
	pointer-events: none;
}

.acewell-product-search.is-search-loading .acewell-search-loading,
.acewell-product-search.is-search-loading .kleo-ajax-search-loading.kleo-visible {
	display: inline-flex;
}

.acewell-product-search.is-search-loading .acewell-search-input {
	padding-right: 34px;
}

/* ------------------------------------------------------------------ */
/* AJAX results                                                        */
/* ------------------------------------------------------------------ */

.acewell-search-results,
.acewell-search-results.kleo_ajax_results {
	display: flex;
	flex-direction: column;
	max-height: none;
	overflow: visible;
	padding: 0;
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.acewell-search-results-inner {
	max-height: 236px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 6px 0;
	scrollbar-width: thin;
}
/* width */
.acewell-search-results-inner::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.acewell-search-results-inner::-webkit-scrollbar-track {
  background: #d0d0d0;
}

/* Handle */
.acewell-search-results-inner::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 20px;
}

/* Handle on hover */
.acewell-search-results-inner::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.acewell-search-results-footer {
	flex-shrink: 0;
	padding: 12px 14px 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.07);
	background: inherit;
	text-align: center;
}

.acewell-search-results--visible {
	display: block;
}

.acewell-search-results .kleo-ajax-part {
	padding: 0 14px;
}

.acewell-search-results h4 {
	margin: 12px 14px 10px;
	padding: 0;
	text-align: left;
	font-size: 10px;
	font-weight: 800;
	height: auto;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.acewell-search-results h4 span {
	position: relative;
	top: -2px;
	letter-spacing: 0.18em;
	padding: 0 8px;
	margin-left: 4px;
}

.acewell-search-results .kleo_ajax_entry {
	display: flex;
	align-items: center;
	gap: 12px;
	width: calc(100% - 28px);
	margin: 0 14px 4px;
	padding: 10px 12px;
	border-bottom: none;
	border-radius: 10px;
	transition: all 0.45s ease;
}

.acewell-search-results .kleo_ajax_entry:hover {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.04);
	transform: translateX(2px);
}

.acewell-search-results .ajax_search_image {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 48px !important;
	height: 48px;
	line-height: 1;
	padding: 0;
}

.acewell-search-results .ajax_search_image img,
.acewell-search-results .ajax_search_image img.kleo-rounded {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	object-fit: cover;
}

.acewell-search-results .ajax_search_image .icon {
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 10px;
}

.acewell-search-results .ajax_search_content {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	padding: 0;
	text-align: left;
}

.acewell-search-results .search_title {
	display: block;
	float: none;
	width: auto;
	line-height: 1.35;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.acewell-search-results .search_excerpt {
	display: block;
	float: none;
	width: auto;
	margin-top: 3px;
	line-height: 1.45;
	font-size: 12px;
	clear: none;
}

.acewell-search-results .search_price {
	display: block;
	margin-top: 5px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}

.acewell-search-results .search_price.price {
	margin-bottom: 0;
}

.acewell-search-results .search_price.price del {
	opacity: 0.55;
	font-size: 11px;
	font-weight: 400;
}

.acewell-search-results .search_price.price ins {
	text-decoration: none;
	font-weight: 800;
}

.header-color #ajax_search_container.acewell-product-search .kleo_ajax_entry .search_excerpt {
	color: inherit;
	opacity: 1;
}

.header-color #ajax_search_container.acewell-product-search .kleo_ajax_entry .ajax_search_content .search_excerpt {
	color: rgba(0, 0, 0, 0.62);
}

.acewell-search-results .ajax_not_found {
	margin: 10px 14px;
	padding: 14px 16px;
	border-radius: 10px;
	font-style: normal;
	text-align: center;
	background: rgba(0, 0, 0, 0.03);
}

.acewell-search-results .ajax_not_found .ajax_search_content {
	display: block;
	float: none;
	padding: 0;
	line-height: 1.4;
	color: #323232;
	opacity: 0.6;
}

.acewell-search-results .ajax_not_found .icon {
	margin-right: 6px;
}

.acewell-search-results-footer .ajax_view_all,
.acewell-search-results .ajax_view_all,
.acewell-view-all-results {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 10px 18px;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	text-decoration: none;
	transition: all 0.45s ease;
}

.acewell-search-results-footer .ajax_view_all:hover,
.acewell-search-results .ajax_view_all:hover,
.acewell-view-all-results:hover {
	text-decoration: none;
	opacity: 0.88;
	transform: translateY(-1px);
}

.acewell-search-results-footer .ajax_view_all:after,
.acewell-search-results .ajax_view_all:after {
	display: inline;
	font-family: "fontello";
	font-size: 10px;
	content: "\e8ab";
	margin-left: 8px;
}


/* search results page css */
body .kleo-page #main-container .products li .product-loop-inner {
    border: 1px solid #d0d0d0;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 20px;
    transition: all .45s;
}
body .kleo-page #main-container .products li .product-loop-inner:hover {
    transform: translateY(-3px) scale(1.01);
    outline: none;
    box-shadow: rgba(0,0,0,.15) 0 0 30px;
}
body .kleo-page #main-container .products li .product-loop-inner figcaption {
    display: none;
}
body .kleo-page #main-container .products {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

body .kleo-page ul.products::before, body.woocommerce ul.products::after {
  display: none;
}
body .kleo-page .products li .product-loop-inner .product-details {
	padding: 0px;
}
body .kleo-page ul.products li.product .price {
    color: #ff2d23;
    font-weight: 600;
    font-size: 16px;
}
body .kleo-page ul.products li.product .price:empty {
    display: none !important;
}
body .kleo-page #main-container .products li {
    width: 100%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    padding: 0;
    margin: 0;
    height: 100%;
    text-align: left;
    background: none !important;
}
body .kleo-page ul.products li figure > a {
    margin: 0 !important;
}

body .kleo-page #main-container .products li .product-loop-inner .kleo-woo-image.kleo-woo-back-image {
    display: none;
}

body .kleo-page ul.products li.product figure {
    margin: 0;
    margin-top: 0px;
    margin-bottom: 20px;
}

body .kleo-page #main-container .products li .product-loop-inner figure.product-transition-default:hover>a {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
}

body .kleo-page #main-container .products li .product-loop-inner .kleo-woo-image {
    padding: 0px;
}

body .kleo-page #main-container .products li .product-loop-inner .kleo-woo-image img {
    object-fit: cover;
    border-radius: 12px;
    aspect-ratio: 1 / 1;
}
body .kleo-page #main-container .products li .product-loop-inner span.posted_in {
    display: none;
}

body .kleo-page .masonry-listing .format-standard .post-title, body .kleo-page .masonry-listing .post-title {
    border: none;
    margin-left: 0;
    padding: 0;
    margin-top: 0;
    font-weight: 700;
    font-size: 20px;
}
body .kleo-page .masonry-listing .post-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
body .kleo-page img:is([sizes=auto i],[sizes^="auto," i]) {
	contain-intrinsic-size: unset;
}

body .kleo-page #main-container .products li .product-details h3 a {
    margin: 0;
    text-transform: none;
    font-weight: inherit;
    color: inherit !important;
}

body .kleo-page #main-container .products li .product-details h3 {
    font-weight: 700 !important;
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    line-height: 1.2;
}



/* ------------------------------------------------------------------ */
/* Responsive                                                          */
/* ------------------------------------------------------------------ */

@media (max-width: 991px) {
	.kleo-main-header .nav > li.kleo-search-nav .acewell-search-trigger,
	.kleo-main-header .nav > li.kleo-search-nav a.search-trigger.acewell-search-trigger {
		width: 44px;
		height: 44px;
		font-size: 22px;
	}

	#nav-menu-item-search .acewell-search-trigger .icon-search:before,
	#nav-menu-item-search .search-trigger .icon-search:before {
		font-size: 20px !important;
	}

	body #header.header-color .kleo-main-header .primary-menu ul#menu-header-menu .menu-item a.search-trigger.acewell-search-trigger {
	    display: none !important;
	}
	#header.acewell-header .acewell-main-header .navbar-nav > li.kleo-search-nav {
	    margin-top: 20px;
	}

	#ajax_search_container.acewell-product-search,
	.logo-to-right #ajax_search_container.acewell-product-search {
		right: 0px !important;
		width: 100% !important;
	}

	.acewell-search-bar {
		flex-wrap: wrap;
		gap: 6px;
		padding: 6px;
	}

	.acewell-search-submit {
		width: 100%;
	}

	body .kleo-page #main-container .products {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 767px) {
	.breadcrumbs-container .breadcrumb-extra {
	    width: 100%;
	    margin-top: 5px;
	    display: block;
	    float: left;
	}

	.breadcrumbs-container .breadcrumb-extra .breadcrumb {
	    width: 100%;
	}

	.breadcrumbs-container .breadcrumb-extra .page-info {
	    width: 100%;
	    margin-top: 2px;
	}
	body .kleo-page #main-container .products li .product-details h3, body .kleo-page .masonry-listing .format-standard .post-title, body .kleo-page .masonry-listing .post-title {
	    font-size: 14px;
	    letter-spacing: -0.2px;
	    word-spacing: -1px;
	}

	body .kleo-page #main-container .products li .product-loop-inner, body.search-results .posts-listing .post-item .el-appear {
	    padding: 10px;
	}

	body .kleo-page #main-container .products {
	    gap: 5px;
	}
	body.search-results .posts-listing .kleo-masonry {
	    display: block;
	    margin-left: -4px;
      	margin-right: -4px;
	}
	body .kleo-page .masonry-listing p {
	    font-size: 12px;
	}

	body.search-results .posts-listing .post-item {
	    width: 49.9% !important;
	    padding: 4px;
	}
}

@media (min-width: 992px) {
	.kleo-main-header .nav > li.kleo-search-nav .acewell-search-trigger,
	.kleo-main-header .nav > li.kleo-search-nav a.search-trigger.acewell-search-trigger {
		width: 52px;
		height: 52px;
		font-size: 26px;
	}

	#nav-menu-item-search .acewell-search-trigger .icon-search:before,
	#nav-menu-item-search .search-trigger .icon-search:before {
		font-size: 20px !important;
	}
}

/* ==========================================================================
   Acewell header — top bar + logo left / menu right
   ========================================================================== */


/* ---- Top bar ---- */
body #header.acewell-header .acewell-top-bar.social-header {
	background-color: var(--acewell-blue) !important;
	border-bottom: none !important;
	color: #fff;
}

body #header.acewell-header .acewell-top-bar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: var(--acewell-topbar-height);
	line-height: 1.2;
	padding: 14px 0;
	gap: 16px;
}
body #header.acewell-header .acewell-top-bar-inner::before, body #header.acewell-header .acewell-top-bar-inner::after {
	display: none;
}

body #header.acewell-header .acewell-top-tagline {
	flex: 1 1 auto;
	color: #fff;
	font-family: "DM Sans", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body #header.acewell-header .acewell-top-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 auto;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body #header.acewell-header .acewell-top-links li {
	margin: 0;
	padding: 0;
	line-height: 1;
}

body #header.acewell-header .acewell-top-links a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #fff !important;
	font-family: "DM Sans", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	opacity: 0.95;
	transition: all 0.45s ease;
}

body #header.acewell-header .acewell-top-links a:hover,
body #header.acewell-header .acewell-top-links a:focus {
	opacity: 1;
	color: #fff !important;
}

body #header.acewell-header .acewell-top-links i {
	font-size: 13px;
	line-height: 1;
}

/* ---- Main header bar ---- */
body #header.acewell-header .navbar .kleo-main-header.acewell-main-header {
	background: #fff !important;
	border-bottom: none !important;
	box-shadow: none;
	z-index: unset;
}

body #header.acewell-header .kleo-main-header.acewell-main-header > .container {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: var(--acewell-header-height);
	height: auto !important;
	text-align: left;
	padding-top: 12px;
	padding-bottom: 12px;
}
body #header.acewell-header .kleo-main-header.acewell-main-header > .container::before, body #header.acewell-header .kleo-main-header.acewell-main-header > .container::after {
	display: none;
}

body #header.acewell-header .acewell-main-header .navbar-header {
	float: none;
	flex: 0 0 auto;
	width: auto;
	margin: 0;
	display: flex;
	align-items: center;
}
body #header.acewell-header .acewell-main-header .navbar-header::before, body #header.acewell-header .acewell-main-header .navbar-header::after {
	display: none;
}

body #header.acewell-header .acewell-main-header .navbar-header .logo {
	float: none;
	display: block;
	margin: 0;
	padding: 8px 0;
}

body #header.acewell-header .acewell-main-header .navbar-header .logo a {
	display: inline-flex;
	align-items: center;
}

body #header.acewell-header .acewell-main-header #logo_img {
	max-height: 36px;
	width: auto;
	height: auto;
}

/* Nav cluster pushed to the right of the logo */
body #header.header-color .kleo-main-header .acewell-header-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1 1 auto;
	min-width: 0;
	gap: 0;
	padding-left: 0px;
}

body #header.acewell-header .acewell-main-header .primary-menu,
body #header.acewell-header .acewell-main-header .secondary-menu {
	float: none !important;
	flex: 0 1 auto;
	margin: 0;
	padding: 0 !important;
}

body #header.acewell-header .acewell-main-header .primary-menu.collapse.navbar-collapse,
body #header.acewell-header .acewell-main-header .secondary-menu.collapse.navbar-collapse {
	display: flex !important;
	align-items: center;
	height: auto;
	text-align: left;
}

body #header.header-color .kleo-main-header .primary-menu ul#menu-header-menu {
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	float: none !important;
	margin: 0;
	height: auto !important;
	gap: 4px;
}
body #header.header-color .kleo-main-header .primary-menu ul#menu-header-menu::before, body #header.header-color .kleo-main-header .primary-menu ul#menu-header-menu::after {
	display: none;
}


body #header.header-color .kleo-main-header .primary-menu ul#menu-header-menu > li {
	float: none;
	display: flex;
	align-items: center;
	height: auto !important;
}
body #header.header-color .kleo-main-header .primary-menu ul#menu-header-menu > li:first-child {
	margin-left: auto;
}
body #header.header-color .kleo-main-header .primary-menu ul#menu-header-menu .menu-item a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 10px 12px !important;
	color: var(--acewell-text) !important;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none !important;
	border-bottom: 2px solid transparent;
	transition: all 0.45s ease;
	background: none !important;
}

body #header.acewell-header .acewell-main-header .navbar-nav > li > a:hover,
body #header.acewell-header .acewell-main-header .navbar-nav > li > a:focus,
body #header.acewell-header .acewell-main-header .navbar-nav > li.active > a,
body #header.acewell-header .acewell-main-header .navbar-nav > li.current-menu-item > a,
body #header.acewell-header .acewell-main-header .navbar-nav > li.current-menu-ancestor > a,
body #header.acewell-header .acewell-main-header .navbar-nav > li.current_page_item > a {
	color: var(--acewell-red) !important;
	background: none !important;
	border-bottom-color: var(--acewell-red);
}

body #header.header-color .kleo-main-header .primary-menu ul#menu-header-menu > .menu-item.menu-item-has-children > a span.caret {
	margin-left: 2px;
	padding-left: 2px;
	border: none;
	width: auto;
	height: auto;
	position: relative;
	color: currentColor;
}

body #header.header-color .kleo-main-header .primary-menu ul#menu-header-menu > .menu-item.menu-item-has-children > a span.caret:after {
	content: "\e8a1";
	font-family: "fontello";
	font-size: 14px;
	font-style: normal;
	speak: none;
	position: static;
	top: auto;
	color: inherit;
	opacity: 1;
	display: block !important;
}

/* Utility icons (search + cart) — match screenshot */
body #header.acewell-header .acewell-main-header .navbar-nav > li.kleo-search-nav > a,
body #header.acewell-header .acewell-main-header .navbar-nav > li.kleo-search-nav .acewell-search-trigger,
body #header.acewell-header .acewell-main-header .navbar-nav > li.kleo-search-nav a.search-trigger.acewell-search-trigger,
body #header.acewell-header .acewell-main-header .navbar-nav > li.kleo-toggle-menu > a,
body #header.acewell-header .acewell-main-header .navbar-nav > li.menu-item-shop > a {
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0 2px;
	justify-content: center;
	border-bottom: none !important;
	border-radius: 0;
	color: var(--acewell-text) !important;
	font-size: 20px;
	transform: none;
}

body #header.acewell-header .acewell-main-header .navbar-nav > li.kleo-search-nav > a:hover,
body #header.acewell-header .acewell-main-header .navbar-nav > li.kleo-search-nav .acewell-search-trigger:hover,
body #header.acewell-header .acewell-main-header .navbar-nav > li.kleo-toggle-menu > a:hover,
body #header.acewell-header .acewell-main-header .navbar-nav > li.menu-item-shop > a:hover {
	color: var(--acewell-red) !important;
	background: transparent !important;
	transform: none;
}

body #header.acewell-header .acewell-main-header #nav-menu-item-search .acewell-search-trigger .icon-search,
body #header.acewell-header .acewell-main-header #nav-menu-item-search .acewell-search-trigger .icon-search:before,
body #header.acewell-header .acewell-main-header #nav-menu-item-search .search-trigger .icon-search:before {
	font-size: 18px !important;
	font-weight: 700;
}

/* Cart badge */
body #header.acewell-header .acewell-main-header .kleo-toggle-menu .cart-items,
body #header.acewell-header .acewell-main-header .menu-item-shop .cart-items {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body #header.acewell-header .acewell-main-header .kleo-toggle-menu .cart-items > span,
body #header.acewell-header .acewell-main-header .menu-item-shop .cart-items > span {
	position: absolute;
	top: -8px;
	right: -10px;
	min-width: 16px;
	width: auto;
	height: 16px;
	padding: 0 4px;
	padding-left: 5px;
	border-radius: 50%;
	background: var(--acewell-red) !important;
	color: #fff !important;
	font-family: "DM Sans", sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
}

/* Sticky header keeps white bar look */
body #header.acewell-header .is-sticky .kleo-main-header.acewell-main-header {
	background: #fff !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}


body #header.header-color .kleo-main-header .primary-menu {
    background: none !important;
    top: 0;
    position: relative;
    border-radius: 0;
}

body #header.header-color .kleo-main-header .primary-menu:before {
    background: none !important;
    display: none;
}

body #header.header-color .kleo-main-header .primary-menu ul#menu-header-menu .menu-item a {
    font-weight: 600;
    width: auto;
    min-width: auto;
    margin: 0;
    line-height: 1.2 !important;
    text-transform: uppercase;
    transform: none !important;
    top: 0 !important;
    border: none !important;
}
body #header.header-color .kleo-main-header .primary-menu ul#menu-header-menu .menu-item.active > a, body #header.header-color .kleo-main-header .primary-menu ul#menu-header-menu .menu-item a:hover {
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    color: #ff2d23 !important;
}
body #header.header-color .kleo-main-header .primary-menu ul#menu-header-menu .menu-item.current_page_parent > a {
	box-shadow: none !important;
    border: none !important;
    background: none !important;
    color: #ff2d23 !important;
}

body #header.header-color .kleo-main-header .primary-menu ul#menu-header-menu .menu-item a:focus {
	background: none !important;
}
body #header.header-color .kleo-main-header .primary-menu ul#menu-header-menu .menu-item a.cart-contents {
    padding: 0 !important;
    width: 40px;
    height: 40px;
    font-size: 20px;
    position: relative;
    background: var(--acewell-blue) !important;
    color: #ffffff !important;
    border-radius: 50%;
}

body #header.header-color .kleo-main-header .primary-menu ul#menu-header-menu .menu-item a.cart-contents span.kleo-notifications {
    top: -5px;
    right: -10px;
    transform: none;
    margin: 0;
}
#header.acewell-header .acewell-main-header .navbar-nav > li.kleo-search-nav {
	order: 10;
	margin-left: auto;
}
#header.acewell-header .acewell-main-header .navbar-nav > li.kleo-toggle-menu,
#header.acewell-header .acewell-main-header .navbar-nav > li.kleo-toggle-menu.shop-drop,
#header.acewell-header .acewell-main-header .navbar-nav > li.menu-item-shop {
	order: 11;
}

body #header.header-color .navbar {
    border: none;
}

.kleo-toggle-menu .minicart-contents .cart-product::before, .kleo-toggle-menu .minicart-contents .cart-product::after {
    display: none;
}


.kleo-toggle-menu .minicart-contents .cart-product {
    display: flex;
}

.kleo-toggle-menu .minicart-contents .cart-product a.cart-product-img {
    width: 70px;
    flex: 0 0 auto;
}

.kleo-toggle-menu .cart-product figure {
    flex: 0 0 auto;
}

.kleo-toggle-menu .cart-product-details {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

body #header.header-color .kleo-main-header .primary-menu ul#menu-header-menu .kleo-toggle-menu .cart-product-details .cart-product-title a {
    padding: 0 !important;
    text-transform: none;
    font-size: 12px;
    letter-spacing: 0;
}

body #header.header-color .kleo-main-header .primary-menu ul#menu-header-menu .kleo-toggle-menu .cart-product-details .cart-product-price {
    font-size: 11px;
    margin-top: 3px;
}

body #header.header-color .kleo-main-header .primary-menu ul#menu-header-menu .kleo-toggle-menu .cart-product-details .cart-product-quantity {
    font-size: 11px;
}

body #header.header-color .kleo-main-header .primary-menu ul#menu-header-menu .kleo-toggle-menu .cart-product .quick-view {
    top: 0;
    margin: 0;
    margin-top: auto;
}

body #header.header-color .kleo-main-header .primary-menu ul#menu-header-menu .kleo-toggle-menu .cart-product a.remove {
    position: absolute;
    top: 8px !important;
    right: 10px;
    font-size: 20px;
    line-height: 1 !important;
}

body #header.header-color .kleo-main-header .navbar-collapse.primary-menu ul#menu-header-menu ul.kleo-toggle-submenu .minicart-buttons .btn {
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
}

body #header.header-color .kleo-main-header .navbar-collapse.primary-menu ul#menu-header-menu ul.kleo-toggle-submenu .minicart-buttons {
    display: flex;
    justify-content: center;
}

body #header.header-color .kleo-main-header .navbar-collapse.primary-menu ul#menu-header-menu ul.kleo-toggle-submenu .minicart-buttons .btn:hover {
    background: none !important;
}

.navbar-nav .dropdown-menu {
    display: block !important;
    opacity: 0;
    pointer-events: none;
    transition: all .45s;
    transform: translateY(15px);
    border-radius: 12px !important;
}

.navbar-nav .open > .dropdown-menu {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.menu-item.dropdown-submenu:hover > .dropdown-menu.sub-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

body #header.header-color .kleo-main-header .primary-menu ul#menu-header-menu ul.dropdown-menu .menu-item a {
    padding: 14px 15px !important;
    letter-spacing: 0;
    text-transform: none;
    font-size: 15px;
    font-weight: 400;
}

.acewell-header-nav .navbar-toggle {
    position: absolute;
    width: 24px;
    height: 24px;
    padding: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: none;
    margin: 0;
    top: 20px;
    right: 20px;
}

.acewell-header-nav .navbar-toggle .icon-bar {
    position: absolute;
    left: 1px;
    margin: 0 !important;
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

.acewell-header-nav .navbar-toggle .icon-bar:nth-child(2) { top: 6px; }
.acewell-header-nav .navbar-toggle .icon-bar:nth-child(3) { top: 11px; }
.acewell-header-nav .navbar-toggle .icon-bar:nth-child(4) { top: 16px; }


body.menu-opened .acewell-header-nav .navbar-toggle .icon-bar:nth-child(2) {
    top: 11px;
    transform: rotate(45deg);
}

body.menu-opened .acewell-header-nav .navbar-toggle .icon-bar:nth-child(3) {
    opacity: 0;
    transform: scale(0);
}

body.menu-opened .acewell-header-nav .navbar-toggle .icon-bar:nth-child(4) {
    top: 11px;
    transform: rotate(-45deg);
}

html.html-menu-opened {
    overflow: hidden !important;
}

body.menu-opened {
    overflow: hidden !important;
}



/* ---- Header responsive ---- */
@media (max-width: 991px) {
	body #header.acewell-header .acewell-top-bar-inner {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		gap: 8px;
		padding: 10px 0;
	}

	body #header.acewell-header .acewell-top-tagline {
		width: 100%;
		white-space: normal;
		font-size: 10px;
		letter-spacing: 0.06em;
	}

	body #header.acewell-header .acewell-top-links {
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
		gap: 14px 18px;
	}

	body #header.acewell-header .kleo-main-header.acewell-main-header > .container {
		flex-wrap: wrap;
		min-height: 64px;
		gap: 0;
	}

	body #header.acewell-header .acewell-main-header .navbar-header {
		width: 100%;
		justify-content: space-between;
	}

	body #header.header-color .kleo-main-header .acewell-header-nav {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}

	body #header.acewell-header .acewell-main-header .primary-menu.collapse.navbar-collapse,
	body #header.acewell-header .acewell-main-header .secondary-menu.collapse.navbar-collapse {
		display: block !important;
		width: 100%;
		float: none;
	}

	body #header.acewell-header .acewell-main-header .primary-menu.collapse.navbar-collapse.in,
	body #header.acewell-header .acewell-main-header .primary-menu.collapse.navbar-collapse.show,
	body #header.acewell-header .acewell-main-header .secondary-menu.collapse.navbar-collapse.in,
	body #header.acewell-header .acewell-main-header .secondary-menu.collapse.navbar-collapse.show {
		display: block !important;
	}

	body #header.header-color .kleo-main-header .primary-menu ul#menu-header-menu {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		padding: 8px 0 16px;
	}

	body #header.acewell-header .acewell-main-header .navbar-nav > li {
		width: 100%;
		flex-direction: column;
		align-items: flex-start !important;
	}

	body #header.acewell-header .acewell-main-header .navbar-nav > li > a {
		width: 100%;
		padding: 12px 4px;
		border-bottom: 1px solid #eee;
	}

	body #header.acewell-header .acewell-main-header .navbar-nav > li.kleo-search-nav > a,
	body #header.acewell-header .acewell-main-header .navbar-nav > li.kleo-search-nav .acewell-search-trigger,
	body #header.acewell-header .acewell-main-header .navbar-nav > li.kleo-toggle-menu > a,
	body #header.acewell-header .acewell-main-header .navbar-nav > li.menu-item-shop > a {
		width: auto;
		justify-content: flex-start;
		padding: 12px 4px;
	}
	.navbar-nav .dropdown-menu {
		opacity: 1 !important;
		transform: translateY(0px);
		border-radius: 0px !important;
		pointer-events: all !important;
	}
	#header .navbar-nav .dropdown-menu li>a:before {
		display: none !important;
	}
	#header .navbar-nav .dropdown-menu {
	    padding-left: 10px;
	}
	/*body #header.acewell-header .acewell-main-header .primary-menu.collapse.navbar-collapse {
	    position: absolute;
	    top: 100%;
	    z-index: 9999999;
	    background: #ffffff !important;
	    left: 0;
	}*/

	/* Off-canvas menu container fixed to the left */
	body.menu-opened .navbar {
	    z-index: 99999;
	}
	body #header.header-color .kleo-main-header .acewell-header-nav {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: calc(100% - 20px); /* Adjust width as needed */
	  max-width: 400px;
	  height: 100vh;
	  background-color: #ffffff; /* Menu background color */
	  z-index: 99999;
	  padding: 50px 20px 20px;
	  overflow-y: auto;
	  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
	  
	  /* Initial off-screen state (hidden to the left) */
	  transform: translateX(-105%);
	  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	  will-change: transform;
	  justify-content: flex-start;
	}

	body #header.header-color .kleo-main-header .acewell-header-nav::-webkit-scrollbar {
		width: 6px;
		border-radius: 30px;
	}

	body #header.header-color .kleo-main-header .acewell-header-nav::-webkit-scrollbar-track {
		background: #d9e5f9;
	}

	body #header.header-color .kleo-main-header .acewell-header-nav::-webkit-scrollbar-thumb {
		background: #3173dc;
		border-radius: 30px;
	}

	body #header.header-color .kleo-main-header .acewell-header-nav::-webkit-scrollbar-thumb:hover {
		background: #185bb4;
	}




	/* --- Slide-in state when body has .menu-opened --- */
	body.menu-opened #header.header-color .kleo-main-header .acewell-header-nav {
	  transform: translateX(0);
	}

	/* Optional Overlay Backdrop */
	body.menu-opened::after {
	  content: '';
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100vw;
	  height: 100vh;
	  background: rgba(0, 0, 0, 0.5);
	  z-index: 99998;
	  opacity: 1;
	  transition: opacity 0.3s ease;
	}
	.acewell-header-nav .navbar-toggle {
		display: flex;
	}
	#header .kleo-mobile-icons a.cart-contents {
        padding: 0 !important;
        width: 40px;
        height: 40px;
        font-size: 20px;
        position: relative;
        background: #3173dc !important;
        color: #ffffff !important;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        font-family: "DM Sans", sans-serif;
        letter-spacing: 0.1em;
        transition: all 0.45s ease;
        justify-content: center;
    }

    #header .kleo-mobile-icons a.cart-contents span.cart-items {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    #header .kleo-mobile-icons a.cart-contents span.cart-items i.icon.icon-basket-full-alt::before {
        content: '\e87e' !important;
    }

    #header .kleo-mobile-icons a.cart-contents span.cart-items span {
        position: absolute;
        top: -8px;
        right: -10px;
        min-width: 16px;
        width: auto;
        height: 16px;
        padding: 0 4px;
        padding-left: 5px;
        border-radius: 50%;
        background: #ff2d23 !important;
        color: #fff !important;
        font-family: "DM Sans", sans-serif;
        font-size: 10px;
        font-weight: 700;
        line-height: 16px;
        text-align: center;
        top: -5px;
        right: -10px;
        transform: none;
        margin: 0;
    }

    body #header.header-color .kleo-main-header .primary-menu ul#menu-header-menu > .menu-item.menu-item-has-children > a span.caret:after {
    	width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0;
    }
}

@media (max-width: 575px) {
	body #header.acewell-header .acewell-top-links a span {
		font-size: 11px;
	}

	body #header.acewell-header .acewell-main-header #logo_img {
		max-height: 40px;
	}
}





/* ==========================================================================
   Acewell Footer
   ========================================================================== */
div#socket {
	display: none;
}

.aw-footer {
    background-color: #0e203b;
    color: #c0c0c0;
    padding: 60px 0 24px 0;
}


.aw-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr 0.9fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
}

.aw-footer-col {
    display: flex;
    flex-direction: column;
}


.aw-footer-logo {
    margin-bottom: 20px;
}

.aw-footer-logo img {
    max-width: 170px;
    height: auto;
    display: block;
}

.aw-footer-about {
    font-size: 14px;
    line-height: 1.6;
    color: #c0c0c0;
    margin: 0 0 25px 0;
}
.aw-footer-about p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0 0 12px 0;
}
.aw-footer-about p:last-child {
    margin: 0;
}

.aw-footer-socials {
    display: flex;
    align-items: center;
    gap: 12px;
}

.aw-social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.45s ease;
}
.aw-social-icon svg {
	width: 16px;
	height: 16px;
}

.aw-social-icon:hover {
    border-color: #ff2d23;
    color: #ff2d23;
    transform: translateY(-2px);
}


.aw-footer-heading {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 0 10px 0;
    text-transform: none;
}

.aw-footer-line {
    width: 24px;
    height: 2px;
    background-color: #ff2d23;
    margin-bottom: 20px;
}

.aw-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aw-footer-menu li {
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    padding-bottom: 12px;
}

.aw-footer-menu li a {
    color: #c0c0c0;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.45s ease;
}

.aw-footer-menu li a:hover {
    color: #ff2d23;
}

.aw-footer-menu .aw-arrow {
    font-size: 16px;
    color: #c0c0c0;
    line-height: 1;
    display: none;
}

.aw-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aw-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 16px;
    color: #c0c0c0;
    line-height: 1.4;
}

.aw-footer-contact li a {
    color: #c0c0c0;
    text-decoration: none;
    transition: all 0.45s ease;
}

.aw-footer-contact li a:hover {
    color: #ffffff;
}

.aw-contact-icon {
    color: #0072ff;
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.aw-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 24px;
    text-align: center;
}

.aw-footer-bottom p {
    font-size: 14px;
    color: #c0c0c0;
    margin: 0;
}

/* ------------------------------------------------------------------ */
/* Single product: hide duplicate accordion in right-column summary   */
/* (DOM showed #accordion-woo inside .summary AND below it)           */
/* ------------------------------------------------------------------ */
body.single-product .summary.entry-summary #accordion-woo,
body.single-product .entry-summary #accordion-woo {
	display: none !important;
}

body.single-product .sidebar-main #accordion-woo,
body.single-product .sidebar-main .related.products,
body.single-product .sidebar #accordion-woo,
body.single-product .sidebar .related.products {
	display: none !important;
}

.policy-page .container {
    max-width: 900px;
    margin: 0 auto;
}

.policy-page p {
    margin-bottom: 16px;
    line-height: 1.8;
}

.policy-page ul{
	margin-bottom: 20px;
    padding-left: 20px;
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */

@media screen and (max-width: 991px) {
    .aw-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .aw-footer-brand-col {
        grid-column: span 2;
    }
}

@media screen and (max-width: 767px) {
	body #header.acewell-header .acewell-top-links {gap: 6px 5px;}

	body #header.acewell-header .acewell-top-links a {
	    gap: 3px;
	    letter-spacing: -0.03em;
	}

	body #header.acewell-header .acewell-top-links i {
	    font-size: 12px;
	}
    .aw-footer {
        padding: 40px 0 20px 0;
    }

    .aw-footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .aw-footer-brand-col {
        grid-column: span 1;
    }

    .aw-footer-heading {
        margin-bottom: 6px;
    }

    .aw-footer-line {
        margin-bottom: 15px;
    }
}
