:root {
	--algolia-accent: #776330;
	--algolia-accent-contrast: #fff;
	--algolia-surface: #fff;
	--algolia-surface-soft: #f5f3ee;
	--algolia-border: rgba(15, 23, 42, 0.12);
	--algolia-border-strong: rgba(15, 23, 42, 0.2);
	--algolia-text: #172033;
	--algolia-muted: #5f6b7a;
	--algolia-shadow: 0 22px 50px rgba(15, 23, 42, 0.14);
}

body.algolia-filters-open {
	overflow: hidden;
}

#ais-wrapper.algolia-search-shell {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 1.25rem 0 3rem;
	position: relative;
}

#ais-wrapper.algolia-search-shell .algolia-search-layout {
	align-items: flex-start;
}

#ais-wrapper.algolia-search-shell .algolia-search-sidebar,
#ais-wrapper.algolia-search-shell .algolia-search-content {
	margin-bottom: 1.5rem;
}

#ais-wrapper.algolia-search-shell .algolia-search-sidebar {
	order: 1;
	padding-right: 1.25rem;
	border: 0 !important;
}

#ais-wrapper.algolia-search-shell .algolia-search-content {
	order: 2;
	padding-left: 1.25rem;
}

#ais-wrapper.algolia-search-shell #ais-facets {
	background: #fff;
	border: 1px solid #e7ddcf !important;
	border-left: 0 !important;
	border-radius: 18px;
	box-shadow: none;
	position: sticky;
	top: 1.5rem;
	overflow: hidden;
}

.algolia-filters-panel__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.1rem 1.25rem 0.85rem;
	border-bottom: 1px solid #efe7da;
	background: #faf7f1;
}

.algolia-filters-panel__eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.algolia-filters-panel__title,
#ais-facets .widgettitle {
	margin: 0;
	color: #776330;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.15;
}

#ais-wrapper.algolia-search-shell .algolia-filters-panel__close {
	display: none;
	width: 2.5rem;
	height: 2.5rem;
	border: 0;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.07);
	color: #4d4334;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
}

.algolia-filter-card {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.algolia-filters-panel__body {
	padding: 1rem 1.25rem 1.25rem;
}

.ais-facets {
	margin: 0;
	padding: 0;
}

.algolia-checkbox-list {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.algolia-checkbox-option {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 0.75rem;
	align-items: center;
	padding: 0.85rem 0;
	border: 0;
	border-bottom: 1px solid #efe7da;
	border-radius: 0;
	background: transparent;
	cursor: pointer;
	width: 100%;
	transition: color 0.2s ease;
}

.algolia-checkbox-option:first-child {
	padding-top: 0.25rem;
}

.algolia-checkbox-option:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.algolia-checkbox-option:hover .algolia-checkbox-option__label,
.algolia-checkbox-option:focus-within .algolia-checkbox-option__label,
.algolia-checkbox-option.is-selected .algolia-checkbox-option__label {
	color: var(--algolia-accent);
}

.algolia-checkbox-option input {
	width: 1.05rem;
	height: 1.05rem;
	margin: 0;
	accent-color: var(--algolia-accent);
}

.algolia-checkbox-option__label {
	font-weight: 500;
	color: #4d4334;
	word-break: break-word;
}

.algolia-checkbox-option__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: end;
	margin-left: auto;
	min-width: 1.8rem;
	height: 1.8rem;
	padding: 0 0.5rem;
	border-radius: 999px;
	background: #f3ede1;
	color: #776330;
	font-size: 0.85rem;
	font-weight: 700;
}

.algolia-filters-empty {
	margin: 0;
	padding: 1rem 1.1rem;
	border: 1px dashed #d8cbb7;
	border-radius: 10px;
	color: #7b7267;
	background: #fff;
}

#ais-main {
	min-width: 0;
}

#ais-wrapper.algolia-search-results--product #algolia-hits .products {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin: 0;
	row-gap: 0;
}

#ais-wrapper.algolia-search-results--product #algolia-hits .search-li {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
	margin-bottom: 0;
	padding: 0 0.55rem 0.85rem;
}

#ais-wrapper.algolia-search-results--product #algolia-hits .algolia-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

#ais-wrapper.algolia-search-results--product #algolia-hits .algolia-product-card__media {
	position: relative;
	padding: 0.9rem;
	background: #fff;
}

#ais-wrapper.algolia-search-results--product #algolia-hits .woocommerce-LoopProduct-link {
	display: block;
	position: relative;
	text-decoration: none !important;
	color: #4d4334 !important;
}

#ais-wrapper.algolia-search-results--product #algolia-hits .algolia-product-card > .row,
#ais-wrapper.algolia-search-results--product #algolia-hits .algolia-product-card__body .row {
	margin-right: 0;
	margin-left: 0;
	padding-left: 0px;
	padding-right: 0px;
}

#ais-wrapper.algolia-search-results--product #algolia-hits .algolia-product-card > .row > [class*="col-"],
#ais-wrapper.algolia-search-results--product #algolia-hits .algolia-product-card__body .row > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

#ais-wrapper.algolia-search-results--product #algolia-hits .algolia-product-card__image-link {
	aspect-ratio: 1 / 1.08;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
}

#ais-wrapper.algolia-search-results--product #algolia-hits .woocommerce-LoopProduct-link img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#ais-wrapper.algolia-search-results--product #algolia-hits .top-right,
#ais-wrapper.algolia-search-results--product #algolia-hits .left-top,
#ais-wrapper.algolia-search-results--product #algolia-hits .top-left {
	position: absolute;
	z-index: 2;
}

#ais-wrapper.algolia-search-results--product #algolia-hits .left-top {
	top: 0.85rem;
	left: 0.85rem;
}

#ais-wrapper.algolia-search-results--product #algolia-hits .top-right {
	top: 0.85rem;
	right: 0.85rem;
}

#ais-wrapper.algolia-search-results--product #algolia-hits .top-left {
	left: 0.85rem;
	bottom: 0.85rem;
}

#ais-wrapper.algolia-search-results--product #algolia-hits .algolia-badge-icon {
	display: block;
	width: 28px !important;
	height: 28px !important;
	margin-top: 8px;
	object-fit: contain;
}

#ais-wrapper.algolia-search-results--product #algolia-hits .img-icon3 {
	display: block;
	width: 58px;
	height: auto;
}

#ais-wrapper.algolia-search-results--product #algolia-hits .font-icon1 {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.1;
}

#ais-wrapper.algolia-search-results--product #algolia-hits .algolia-product-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 0.25rem;
	padding: 0.45rem 0 0.6rem;
}

#ais-wrapper.algolia-search-results--product #algolia-stats .shop-title {
	margin: 0;
}

#ais-wrapper.algolia-search-results--product #algolia-hits .row-basket {
	display: flex !important;
	width: 100%;
	min-height: 3rem;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
}

#ais-wrapper.algolia-search-results--product #algolia-hits .row-basket .button {
	text-decoration: none;
}

#ais-wrapper.algolia-search-results--product #algolia-hits #product-archive-page {
	padding-top: 0;
}

.algolia-search-shell a,
.algolia-search-shell a:visited {
	color: var(--algolia-accent);
}

.algolia-search-shell a:hover {
	color: #5d4b20;
}

.algolia-search-shell .woocommerce-loop-product__title {
	margin: 0;
	color: #4d4334 !important;
	font-size: 1.18rem;
	font-weight: 500;
	line-height: 1.3;
}

.algolia-search-shell .brand-shop {
	color: #8a7a5a;
}

.algolia-search-shell .algolia-product-card__brand {
	color: #8a7a5a;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.2;
}

.algolia-search-shell .algolia-product-card__title {
	margin-top: 0.05rem;
}

.algolia-search-shell .algolia-product-card__content-link,
.algolia-search-shell .algolia-product-card__content-link:visited,
.algolia-search-shell .algolia-product-card__content-link:hover {
	color: inherit !important;
	text-decoration: none !important;
}

.algolia-search-shell .algolia-product-card__price-group {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem 0.65rem;
	margin: 0;
}

.algolia-search-shell .ppudesktop {
	display: block !important;
	visibility: visible !important;
}

.algolia-search-shell .algolia-product-card__price {
	line-height: 1.2;
}

.algolia-search-shell .algolia-product-card__price--regular {
	color: #b3b3b3;
	font-size: 0.9rem;
	font-weight: 400;
	text-decoration: line-through;
}

.algolia-search-shell .algolia-product-card__price--sale {
	color: #a32033;
	font-size: 1rem;
	font-weight: 600;
}

.algolia-search-shell .algolia-product-card__price--current {
	color: #776330;
	font-size: 1rem;
	font-weight: 500;
}

.algolia-search-shell .algolia-product-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.15rem;
	color: #7d7568;
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 1rem;
}

.algolia-search-shell .algolia-product-card__meta-divider {
	color: #9d9587;
	font-size: 0.9rem;
	line-height: 1rem;
}

.algolia-search-shell .algolia-product-card__cta {
	margin-top: auto;
	padding-top: 0.35rem;
}

.algolia-search-shell .algolia-product-card__brand-row .brand-shop {
	display: inline-block;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.2;
}

#ais-wrapper.algolia-search-results--product #algolia-hits .algolia-product-card__cta .algolia-add-to-cart-button {
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

#ais-wrapper.algolia-search-results--product #algolia-hits .algolia-product-card:hover .algolia-product-card__cta .algolia-add-to-cart-button,
#ais-wrapper.algolia-search-results--product #algolia-hits .algolia-product-card:focus-within .algolia-product-card__cta .algolia-add-to-cart-button {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
	padding-left: 0;
	padding-right: 0;
}

.algolia-search-shell .search-title-b {
	color: #4d4334;
}

.algolia-search-meta {
	font-weight: 600;
	color: #776330;
}

.algolia-notices {
	margin: 0 0 1rem;
}

.algolia-notices .woocommerce-message,
.algolia-notices .woocommerce-error {
	margin: 0;
	padding: 0.9rem 1rem;
	border: 1px solid #e7ddcf;
	border-radius: 12px;
	background: #fff;
	color: #4d4334;
}

.algolia-notices .woocommerce-message {
	border-color: #d5c7ad;
	background: #faf7f1;
}

.algolia-notices .woocommerce-error {
	border-color: #d8b7b7;
	background: #fff7f7;
}

.algolia-notices .wc-forward {
	float: right;
	margin-left: 0.85rem;
}

.algolia-search-shell .woocommerce-pagination {
	margin: 1.75rem 0 0;
	text-align: center;
}

.algolia-search-shell .woocommerce-pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.algolia-search-shell .woocommerce-pagination ul.page-numbers li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.algolia-search-shell .woocommerce-pagination a.page-numbers,
.algolia-search-shell .woocommerce-pagination span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.9rem;
	min-height: 2.9rem;
	padding: 0 0.95rem;
	border: 1px solid #dccfb7;
	border-radius: 999px;
	background: #fff;
	color: #6b5730 !important;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none !important;
	box-shadow: 0 8px 18px rgba(92, 74, 30, 0.08);
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.algolia-search-shell .woocommerce-pagination a.page-numbers:hover,
.algolia-search-shell .woocommerce-pagination a.page-numbers:focus {
	border-color: #776330;
	background: #f7f1e4;
	color: #4a3a16 !important;
	box-shadow: 0 12px 24px rgba(92, 74, 30, 0.14);
	transform: translateY(-1px);
}

.algolia-search-shell .woocommerce-pagination span.page-numbers.current {
	border-color: #776330;
	background: #776330;
	color: #fff !important;
	box-shadow: 0 14px 24px rgba(92, 74, 30, 0.2);
}

.algolia-search-shell .woocommerce-pagination .prev,
.algolia-search-shell .woocommerce-pagination .next {
	font-size: 1.1rem;
	padding-left: 0.8rem;
	padding-right: 0.8rem;
}

.algolia-generic-results {
	display: grid;
	gap: 1rem;
}

.algolia-generic-hit {
	padding: 1.3rem;
	border: 1px solid #e7ddcf;
	border-radius: 12px;
	background: var(--algolia-surface);
	box-shadow: none;
}

.algolia-search-box-wrapper {
	position: relative;
	display: grid;
	gap: 0.75rem;
	padding: 0 0 1.1rem;
	margin-bottom: 1.35rem;
	border-bottom: 1px solid #efe7da;
	background: transparent;
	box-shadow: none;
}

/* Category filter pills (below search field) */
.algolia-category-pills {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 0.45rem;
	margin: 0;
	padding: 0.15rem 0 0.35rem;
	min-height: 0;
}

.algolia-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
	padding: 0.45rem 1rem;
	border-radius: 999px;
	border: 1.5px solid var(--algolia-border-strong);
	background: var(--algolia-surface);
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--algolia-text);
	line-height: 1.25;
	transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
	white-space: nowrap;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.algolia-pill:hover {
	border-color: var(--algolia-accent);
	background: var(--algolia-surface-soft);
	color: var(--algolia-accent);
}

.algolia-pill:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(119, 99, 48, 0.22);
	border-color: var(--algolia-accent);
}

.algolia-pill.is-selected {
	background: var(--algolia-accent);
	border-color: var(--algolia-accent);
	color: var(--algolia-accent-contrast);
}

.algolia-pill.is-selected:hover {
	background: #5f4d25;
	border-color: #5f4d25;
	color: var(--algolia-accent-contrast);
}

.algolia-pill__count {
	font-size: 0.78rem;
	font-weight: 600;
	opacity: 0.72;
}

.algolia-pill.is-selected .algolia-pill__count {
	opacity: 0.9;
}

@media (max-width: 767px) {
	.algolia-category-pills {
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding: 0.2rem 0 0.65rem;
		margin: 0 -0.15rem;
		padding-left: 0.15rem;
		padding-right: 0.15rem;
		gap: 0.45rem;
		mask-image: linear-gradient(to right, #000 88%, transparent 100%);
		-webkit-mask-image: linear-gradient(to right, #000 88%, transparent 100%);
	}

	.algolia-category-pills::-webkit-scrollbar {
		display: none;
	}

	.algolia-pill {
		padding: 0.55rem 1.05rem;
		font-size: 0.9rem;
		flex: 0 0 auto;
	}
}

.algolia-search-box-wrapper .search-icon {
	position: absolute;
	left: 0.95rem;
	top: 0.95rem;
	fill: #776330;
	width: 1rem;
	height: 1rem;
}

#algolia-search-box {
	margin: 0;
}

#ais-wrapper.algolia-search-shell #algolia-search-box .ais-SearchBox-input,
#algolia-search-box input {
	border: 1px solid #d9cdbb;
	border-radius: 10px;
	border-bottom: 1px solid #d9cdbb !important;
	background: #fff !important;
	width: 100%;
	min-height: 3rem;
	line-height: 1.3;
	font-size: 1rem;
	padding: 0.85rem 1rem 0.85rem 2.65rem;
	font-weight: 400;
	box-sizing: border-box;
	outline: none;
	box-shadow: none;
	color: var(--algolia-text);
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}

#ais-wrapper.algolia-search-shell #algolia-search-box .ais-SearchBox-input::placeholder,
#algolia-search-box input::placeholder {
	color: #8f846f;
}

#ais-wrapper.algolia-search-shell #algolia-search-box .ais-SearchBox-input:focus,
#algolia-search-box input:focus {
	border-color: #776330 !important;
	border-bottom-color: #776330 !important;
	box-shadow: 0 0 0 3px rgba(119, 99, 48, 0.14) !important;
	outline: none;
}

.ais-SearchBox-form {
	display: block;
	position: relative;
}

.algolia-search-shell .ais-SearchBox-submit,
.algolia-search-shell .ais-SearchBox-reset {
	display: none !important;
}

.ais-SearchBox-submit[hidden],
.ais-SearchBox-reset[hidden],
.ais-SearchBox-loadingIndicator[hidden] {
	display: none;
}

.ais-Stats,
#algolia-powered-by {
	position: static;
	font-size: 0.95rem;
	color: var(--algolia-muted);
}

.ais-Stats-text {
	font-weight: 600;
	color: var(--algolia-text);
}

.ais-Hits-list,
.ais-Pagination-list {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.ais-Hits-list {
	display: grid;
	gap: 1rem;
}

.ais-Hits-item {
	margin: 0;
	padding: 1.3rem;
	border: 1px solid var(--algolia-border);
	border-radius: 22px;
	background: var(--algolia-surface);
	box-shadow: 0 16px 35px rgba(15, 23, 42, 0.08);
}

.ais-Hits-item h2 {
	margin: 0 0 0.55rem;
	font-size: clamp(1.1rem, 1.5vw, 1.4rem);
}

.ais-Hits-item em,
.ais-Hits-item a em,
.ais-Hits-item mark,
.ais-Hits-item a mark {
	font-style: normal;
	background: rgba(255, 214, 10, 0.28);
	border-radius: 0.2rem;
	padding: 0 0.08rem;
}

.ais-hits--thumbnail {
	float: left;
	width: clamp(96px, 18%, 132px);
	margin-right: 1.25rem;
}

.ais-hits--thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 18px;
}

.ais-hits--content {
	overflow: hidden;
}

.ais-hits--title-link {
	color: var(--algolia-text);
	text-decoration: none;
}

.ais-hits--title-link:hover {
	color: var(--algolia-accent);
}

.ais-hits--content-snippet,
.ais-Hits-item .excerpt {
	color: var(--algolia-muted);
}

.algolia-search-shell mark,
.algolia-search-shell em {
	font-style: normal;
	background: #efe5cc;
	color: #4d4334;
	padding: 0 0.12rem;
	border-radius: 0.2rem;
}

.ais-clearfix {
	clear: both;
}

.ais-Pagination {
	margin-top: 1.75rem;
}

.ais-Pagination-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.ais-Pagination-item {
	display: inline-flex;
}

.ais-Pagination-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.6rem;
	height: 2.6rem;
	padding: 0 0.9rem;
	border: 1px solid var(--algolia-border);
	border-radius: 999px;
	background: var(--algolia-surface);
	color: var(--algolia-text);
	text-decoration: none;
}

.ais-Pagination-item--selected .ais-Pagination-link {
	background: var(--algolia-accent);
	border-color: var(--algolia-accent);
	color: var(--algolia-accent-contrast);
}

.ais-Pagination-item--disabled {
	opacity: 0.4;
	pointer-events: none;
}

.algolia-filters-backdrop {
	display: none;
}

.algolia-mobile-filters-toggle {
	display: none;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(env(safe-area-inset-bottom, 0px) + 1rem);
	z-index: 1001;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	min-width: 9.5rem;
	padding: 0.95rem 1.25rem;
	border: 0;
	border-radius: 999px;
	background: var(--algolia-accent);
	color: var(--algolia-accent-contrast);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.2);
	font-weight: 700;
	cursor: pointer;
}

.algolia-search-shell .algolia-add-to-cart-button,
.algolia-search-shell a.algolia-add-to-cart-button.button,
.algolia-search-shell a.algolia-add-to-cart-button.add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	width: 100%;
	min-height: 2.75rem;
	margin-top: 0;
	padding: 0.7rem 0.85rem;
	border: 0 !important;
	border-radius: 8px;
	background: #776330 !important;
	color: #fff !important;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: background 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.algolia-search-shell .algolia-add-to-cart-button::before,
.algolia-search-shell .add_to_cart_button::before {
	font-family: FontAwesome;
	content: "\f07a";
	margin-right: 0.45rem;
	font-size: 1rem;
	line-height: 1;
}

.algolia-search-shell .algolia-add-to-cart-button:hover,
.algolia-search-shell .algolia-add-to-cart-button:focus,
.algolia-search-shell a.algolia-add-to-cart-button.button:hover,
.algolia-search-shell a.algolia-add-to-cart-button.button:focus {
	background: #5f4d25 !important;
	color: #fff !important;
	border: 0 !important;
	text-decoration: none !important;
}

.algolia-search-shell .algolia-add-to-cart-button.is-loading {
	opacity: 0.72;
	pointer-events: none;
}

.algolia-search-shell .algolia-add-to-cart-button.is-disabled,
.algolia-search-shell .algolia-add-to-cart-button[disabled] {
	cursor: not-allowed;
	background: #d3cdc1 !important;
	color: #7f7769 !important;
	opacity: 1;
}

.algolia-search-shell .algolia-add-to-cart-button.is-disabled:hover,
.algolia-search-shell .algolia-add-to-cart-button.is-disabled:focus,
.algolia-search-shell .algolia-add-to-cart-button[disabled]:hover,
.algolia-search-shell .algolia-add-to-cart-button[disabled]:focus {
	background: #d3cdc1 !important;
	color: #7f7769 !important;
}

.algolia-mobile-filters-toggle__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.8rem;
	height: 1.8rem;
	padding: 0 0.4rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
	#ais-wrapper.algolia-search-results--product #algolia-hits .algolia-product-card__cta .algolia-add-to-cart-button {
		opacity: 1;
		visibility: visible;
		transform: none;
		pointer-events: auto;
	}

	#ais-wrapper.algolia-search-results--product #algolia-hits .search-li {
		flex-basis: 33.333333%;
		max-width: 33.333333%;
	}

	#ais-wrapper.algolia-search-shell {
		padding: 0.9rem 0 calc(env(safe-area-inset-bottom, 0px) + 2rem);
	}

	#ais-wrapper.algolia-search-shell .algolia-search-sidebar,
	#ais-wrapper.algolia-search-shell .algolia-search-content {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	#ais-wrapper.algolia-search-shell .algolia-search-content {
		margin-bottom: 0;
	}

	#ais-wrapper.algolia-search-shell #ais-facets {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: min(88vw, 380px);
		max-width: 380px;
		height: 100vh;
		display: flex;
		flex-direction: column;
		border-radius: 0 22px 22px 0;
		transform: translateX(-100%);
		transition: transform 0.28s ease;
		z-index: 1002;
		overflow: hidden;
		box-shadow: 0 20px 44px rgba(15, 23, 42, 0.22);
	}

	body.algolia-filters-open #ais-wrapper.algolia-search-shell #ais-facets {
		transform: translateX(0);
	}

	.algolia-filters-panel__header {
		position: sticky;
		top: 0;
		z-index: 2;
		padding: 1.15rem 1.1rem 1rem;
		background: #f7f1e4;
	}

	.algolia-filters-panel__body {
		flex: 1 1 auto;
		overflow-y: auto;
		padding: 0.85rem 1.1rem calc(env(safe-area-inset-bottom, 0px) + 1.4rem);
	}

		#ais-wrapper.algolia-search-shell .algolia-filters-panel__close {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			flex: 0 0 auto;
		}

	.algolia-filters-backdrop {
		display: block;
		position: fixed;
		inset: 0;
		border: 0;
		padding: 0;
		background: rgba(15, 23, 42, 0.42);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.28s ease, visibility 0.28s ease;
		z-index: 1000;
	}

	body.algolia-filters-open .algolia-filters-backdrop {
		opacity: 1;
		visibility: visible;
	}

	.algolia-search-box-wrapper {
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}

	.ais-hits--thumbnail {
		float: none;
		width: 100%;
		margin: 0 0 1rem;
	}

	#ais-wrapper.algolia-search-results--product #algolia-hits .search-li {
		padding: 0 0.45rem 1rem;
	}

	#ais-wrapper.algolia-search-results--product #algolia-hits .algolia-product-card {
		border-radius: 20px;
	}

	#ais-wrapper.algolia-search-results--product #algolia-hits .algolia-product-card__media {
		padding: 0.75rem;
	}

	#ais-wrapper.algolia-search-results--product #algolia-hits .algolia-badge-icon {
		width: 28px !important;
		height: 28px !important;
	}

	#ais-wrapper.algolia-search-results--product #algolia-hits .img-icon3 {
		width: 50px;
	}

	.algolia-search-shell .algolia-product-card__body {
		padding: 0 0.85rem 0.9rem;
	}

	.algolia-search-shell .algolia-product-card__brand {
		font-size: 0.95rem;
	}

	.algolia-search-shell .algolia-product-card__meta {
		font-size: 0.92rem;
	}

	.algolia-search-shell .algolia-add-to-cart-button {
		min-height: 3rem;
		font-size: 0.98rem;
	}

}

@media (max-width: 767px) {
	#ais-wrapper.algolia-search-results--product #algolia-hits .search-li {
		flex-basis: 50%;
		max-width: 50%;
		padding: 0 0.35rem 0.85rem;
	}

	#ais-wrapper.algolia-search-results--product #algolia-hits .algolia-product-card__image-link {
		border-radius: 14px;
	}

	#ais-wrapper.algolia-search-results--product #algolia-hits .algolia-product-card__body {
		padding-top: 0.35rem;
		padding-bottom: 0.45rem;
	}

	#ais-wrapper.algolia-search-results--product #algolia-hits .row-basket {
		min-height: 2.55rem;
	}

	.algolia-search-shell .woocommerce-loop-product__title {
		font-size: 1rem;
		line-height: 1.25;
	}

	.algolia-search-shell .algolia-product-card__brand-row .brand-shop,
	.algolia-search-shell .algolia-product-card__price--sale,
	.algolia-search-shell .algolia-product-card__price--current {
		font-size: 0.9rem;
	}

	.algolia-search-shell .algolia-product-card__price--regular,
	.algolia-search-shell .algolia-product-card__meta {
		font-size: 0.82rem;
	}

	.algolia-search-shell .algolia-add-to-cart-button,
	.algolia-search-shell a.algolia-add-to-cart-button.button,
	.algolia-search-shell a.algolia-add-to-cart-button.add_to_cart_button {
		min-height: 2.4rem;
		padding: 0.55rem 0.45rem;
		font-size: 0;
		white-space: nowrap;
	}

	.algolia-search-shell .algolia-add-to-cart-button::before,
	.algolia-search-shell .add_to_cart_button::before {
		margin-right: 0;
		font-size: 1rem;
	}

	.algolia-search-shell .algolia-add-to-cart-button::after {
		content: "";
		font-size: 0.9rem;
		line-height: 1;
	}

	html:lang(en) .algolia-search-shell .algolia-add-to-cart-button::before,
	html:lang(en) .algolia-search-shell .add_to_cart_button::before {
		margin-right: 0.32rem;
	}

	html:lang(en) .algolia-search-shell .algolia-add-to-cart-button::after {
		content: attr(data-algolia-short-label);
	}

	html:lang(en) .algolia-search-shell .algolia-add-to-cart-button.is-loading::after {
		content: attr(data-algolia-loading-label);
	}
}

@media (max-width: 640px) {
	#ais-wrapper.algolia-search-results--product #algolia-hits .search-li {
		flex-basis: 50%;
		max-width: 50%;
	}

	#ais-wrapper.algolia-search-shell {
		padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 1.75rem);
	}

	#ais-wrapper.algolia-search-shell #ais-facets {
		width: calc(100vw - 2rem);
		max-width: calc(100vw - 2rem);
	}

	#algolia-search-box input {
		min-height: 3rem;
		padding-left: 2.65rem;
	}

	.algolia-search-box-wrapper .search-icon {
		left: 0.95rem;
		top: 0.95rem;
	}

	.ais-Hits-item {
		padding: 1rem;
		border-radius: 18px;
	}

	.algolia-checkbox-option {
		padding: 0.8rem 0;
	}

}

.search-img-icon {
	width: 24px !important;
	height: 24px !important;
	margin-top: 5px !important;
}
