/*
Theme Name: Ekofabryka V2
Description: Ekofabryka V2 - Modern AJAX enabled WooCommerce theme.
Version: 0.0.1
License:
License URI:
Author: CherryAds
Author URI: http://www.cherryads.pl
Tags: responsive-layout, theme-options, translation-ready
Text Domain: ekofabryka
Domain Path: /languages/
*/

/* Cookiebot: ustawienia zgody są dostępne z linku w stopce. */
#CookiebotWidget {
	display: none !important;
}

.category-desc-bottom{
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(28, 45, 62, 0.06);
	padding: 20px;
	padding-left: 15px;
    padding-right: 15px;
	max-width: 1180px;
	overflow: hidden;
}

.eko-mobile-bottom-nav,
.eko-mobile-shop-toolbar,
.eko-mobile-header-filter-button,
.eko-mobile-filter-heading,
.eko-mobile-filter-footer,
.eko-mobile-filter-categories {
	display: none;
}

.eko-mobile-header-favorites,
.eko-mobile-header-b2b,
.eko-mobile-header-phone,
.eko-mobile-header-search,
.eko-mobile-header-language,
.eko-mobile-contact-icon {
	display: none;
}

html,
body {
	background: #f8fafc;
	max-width: 100%;
	overflow-x: clip !important;
}

.secondary-header .inner {
	background: #f5f5f2 !important;
}

/* Desktop product category mega-menu. Icons can be supplied later with the
 * eko_category_mega_menu_icon filter without changing this layout. */
@media (min-width: 1201px) {
	.header-wrapper .secondary-header {
		overflow: visible;
		z-index: 2 !important;
	}

	.header-wrapper .secondary-header:has(#secondary-header-menu > .has-mega-menu:hover),
	.header-wrapper .secondary-header:has(#secondary-header-menu > .has-mega-menu:focus-within) {
		z-index: 120 !important;
	}

	.header-wrapper .secondary-header .container,
	.header-wrapper .secondary-header .inner {
		overflow: visible !important;
		position: relative;
	}

	.secondary-header #secondary-header-menu > .eko-category-menu__item {
		flex: 1 1 auto;
		max-width: none;
		min-width: auto;
		position: static;
	}

	.secondary-header #secondary-header-menu > .eko-category-menu__item > .eko-category-menu__link {
		border-radius: 0;
		overflow: hidden;
		position: relative;
		transition: background-color 0.18s ease, color 0.18s ease;
		width: 100%;
	}

	.secondary-header #secondary-header-menu > .eko-category-menu__item:first-child > .eko-category-menu__link {
		border-radius: 0 0 0 12px;
	}

	.secondary-header #secondary-header-menu > .eko-category-menu__item:last-child > .eko-category-menu__link {
		border-radius: 0 0 12px 0;
	}

	.secondary-header #secondary-header-menu .eko-category-menu__label {
		align-items: center;
		display: inline-flex;
		flex: 0 1 auto;
		gap: 3px;
		justify-content: center;
		max-width: 100%;
		width: auto;
	}

	.secondary-header #secondary-header-menu .eko-category-menu__label > span {
		flex: 0 1 auto;
		hyphens: none;
		min-width: 0;
		overflow-wrap: normal;
		word-break: normal;
	}

	.secondary-header #secondary-header-menu > .eko-category-menu__item > .eko-category-menu__link::before {
		background: #7ab234;
		border-radius: 0;
		bottom: 0;
		content: "";
		height: 3px;
		left: 0;
		position: absolute;
		transform: scaleX(0);
		transform-origin: center;
		transition: transform 0.18s ease;
		width: 100%;
	}

	.secondary-header #secondary-header-menu > .eko-category-menu__item:hover > .eko-category-menu__link,
	.secondary-header #secondary-header-menu > .eko-category-menu__item:focus-within > .eko-category-menu__link,
	.secondary-header #secondary-header-menu > .eko-category-menu__item.active > .eko-category-menu__link {
		background: #fff;
		color: #5e8f26;
		font-family: "montserratsemibold", sans-serif;
	}

	.secondary-header #secondary-header-menu > .eko-category-menu__item:hover > .eko-category-menu__link::before,
	.secondary-header #secondary-header-menu > .eko-category-menu__item:focus-within > .eko-category-menu__link::before,
	.secondary-header #secondary-header-menu > .eko-category-menu__item.active > .eko-category-menu__link::before {
		transform: scaleX(1);
	}

	.secondary-header #secondary-header-menu .eko-category-menu__caret {
		flex: 0 0 auto;
		font-size: 10px;
		transition: transform 0.18s ease;
	}

	.secondary-header #secondary-header-menu > .eko-category-menu__item:hover .eko-category-menu__caret,
	.secondary-header #secondary-header-menu > .eko-category-menu__item:focus-within .eko-category-menu__caret {
		transform: rotate(180deg);
	}

	.secondary-header #secondary-header-menu .eko-category-mega-menu {
		background: transparent;
		display: block;
		left: 0;
		opacity: 0;
		padding-top: 1px;
		pointer-events: none;
		position: absolute;
		top: 100%;
		transform: translateY(8px);
		transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
		visibility: hidden;
		width: 100%;
		z-index: 1000;
	}

	.secondary-header #secondary-header-menu > .has-mega-menu:hover > .eko-category-mega-menu,
	.secondary-header #secondary-header-menu > .has-mega-menu:focus-within > .eko-category-mega-menu {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}

	.secondary-header #secondary-header-menu .eko-category-mega-menu__inner {
		background: #fff;
		border: 1px solid #e6ebdf;
		border-radius: 14px;
		box-shadow: 0 20px 40px rgba(34, 48, 25, 0.16);
		max-height: min(65vh, 540px);
		overflow-y: auto;
		padding: 22px 24px 26px;
	}

	.secondary-header #secondary-header-menu .eko-category-mega-menu__header {
		align-items: center;
		border-bottom: 1px solid #edf0e9;
		display: flex;
		gap: 20px;
		justify-content: space-between;
		margin-bottom: 14px;
		padding-bottom: 13px;
	}

	.secondary-header #secondary-header-menu .eko-category-mega-menu__title {
		color: #26331e;
		font-family: "montserratbold", sans-serif;
		font-size: 15px;
		line-height: 1.35;
	}

	.secondary-header #secondary-header-menu .eko-category-mega-menu__all {
		align-items: center;
		color: #6b9d31;
		display: inline-flex;
		font-family: "montserratsemibold", sans-serif;
		font-size: 11px;
		gap: 6px;
		height: auto;
		justify-content: flex-start;
		line-height: 1.3;
		min-height: 0;
		padding: 5px 0;
		text-align: left;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.secondary-header #secondary-header-menu .eko-category-mega-menu__all:hover,
	.secondary-header #secondary-header-menu .eko-category-mega-menu__all:focus-visible {
		color: #527c21;
		text-decoration: underline;
	}

	.secondary-header #secondary-header-menu .eko-category-mega-menu__grid {
		display: grid;
		gap: 0 20px;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		margin: 0;
		padding: 0;
	}

	.secondary-header #secondary-header-menu .eko-category-mega-menu__item {
		grid-column: var(--eko-mega-column);
		grid-row: var(--eko-mega-row);
		min-width: 0;
	}

	.secondary-header #secondary-header-menu .eko-category-mega-menu__link {
		align-items: center;
		border-radius: 8px;
		color: #26331e;
		display: flex;
		font-size: 12px;
		gap: 10px;
		height: auto;
		justify-content: flex-start;
		line-height: 1.4;
		min-height: 34px;
		overflow-wrap: anywhere;
		padding: 4px 10px;
		text-align: left;
		text-transform: none;
		transition: background-color 0.15s ease, color 0.15s ease;
		white-space: normal;
	}

	.archive .secondary-header #secondary-header-menu > li.active .eko-category-mega-menu__link {
		font-family: "montserratregular", sans-serif;
		font-weight: 400;
	}

	.secondary-header #secondary-header-menu .eko-category-mega-menu__link > span:not(.eko-category-mega-menu__icon) {
		flex: 1 1 auto;
		min-width: 0;
	}

	.secondary-header #secondary-header-menu .eko-category-mega-menu__link > .ph-caret-right {
		color: #9aae83;
		flex: 0 0 auto;
		font-size: 12px;
	}

	.secondary-header #secondary-header-menu .eko-category-mega-menu__link:hover,
	.secondary-header #secondary-header-menu .eko-category-mega-menu__link:focus-visible,
	.secondary-header #secondary-header-menu .eko-category-mega-menu__link[aria-current="page"] {
		background: #f1f7e9;
		color: #527c21;
		font-family: "montserratsemibold", sans-serif;
		outline: none;
	}

	.secondary-header #secondary-header-menu .eko-category-mega-menu__icon {
		align-items: center;
		display: inline-flex;
		flex: 0 0 36px;
		height: 36px;
		justify-content: center;
		width: 36px;
	}

	.secondary-header #secondary-header-menu .eko-category-mega-menu__icon img,
	.secondary-header #secondary-header-menu .eko-category-mega-menu__icon svg {
		display: block;
		height: 100%;
		object-fit: contain;
		width: 100%;
	}

	.secondary-header #secondary-header-menu a:focus-visible {
		outline: 2px solid #7ab234;
		outline-offset: -2px;
	}
}

@media (min-width: 1201px) and (max-width: 1360px) {
	.secondary-header #secondary-header-menu .eko-category-mega-menu__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.secondary-header #secondary-header-menu .eko-category-mega-menu__item {
		grid-column: var(--eko-mega-compact-column);
		grid-row: var(--eko-mega-compact-row);
	}
}

@media (prefers-reduced-motion: reduce) {
	.secondary-header #secondary-header-menu .eko-category-menu__link,
	.secondary-header #secondary-header-menu .eko-category-menu__link::before,
	.secondary-header #secondary-header-menu .eko-category-menu__caret,
	.secondary-header #secondary-header-menu .eko-category-mega-menu {
		transition: none;
	}
}

.bapf_sfilter {
	margin-bottom: 0 !important;
}

.shop-sidebar .berocket_single_filter_widget .bapf_show_hide {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #7ab234 !important;
	cursor: pointer;
	display: inline-flex;
	font-family: "montserratbold", sans-serif;
	font-size: 12px;
	gap: 6px;
	line-height: 1.3;
	margin: 4px 0 0 !important;
	padding: 8px 0 0 !important;
	text-align: left;
	width: auto;
}

.shop-sidebar .berocket_single_filter_widget .bapf_show_hide::after {
	content: "\e136";
	display: inline-block;
	font-family: "Phosphor" !important;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	transition: transform 0.2s ease;
}

.shop-sidebar .berocket_single_filter_widget .bapf_show_hide:hover,
.shop-sidebar .berocket_single_filter_widget .bapf_show_hide:focus {
	color: #689a2c !important;
	outline: none;
}

.shop-sidebar .eko-mobile-show-more-categories {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #7ab234 !important;
	cursor: pointer;
	display: inline-flex;
	font-family: "montserratbold", sans-serif;
	font-size: 12px;
	gap: 6px;
	line-height: 1.3;
	margin: 4px 0 0 !important;
	padding: 8px 0 0 !important;
	text-align: left;
	width: auto;
}

.shop-sidebar .eko-mobile-show-more-categories .ph {
	font-size: 13px;
	line-height: 1;
	transition: transform 0.2s ease;
}

.shop-sidebar .eko-mobile-show-more-categories:hover,
.shop-sidebar .eko-mobile-show-more-categories:focus {
	color: #689a2c !important;
	outline: none;
}

.shop-sidebar .eko-mobile-show-more-categories.active .ph {
	transform: rotate(180deg);
}

.woocommerce .eko-woocommerce-result-counter,
.woocommerce-page .eko-woocommerce-result-counter,
.woocommerce .eko-shop-pagination.woocommerce-pagination,
.woocommerce-page .eko-shop-pagination.woocommerce-pagination {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(28, 45, 62, 0.06);
}

.woocommerce .eko-woocommerce-result-counter,
.woocommerce-page .eko-woocommerce-result-counter,
.woocommerce .eko-shop-pagination.woocommerce-pagination,
.woocommerce-page .eko-shop-pagination.woocommerce-pagination {
	overflow: hidden;
	margin: 0 0 16px;
	padding: 10px 15px;
}

.woocommerce .eko-shop-pagination.woocommerce-pagination:not(:has(.page-numbers)),
.woocommerce-page .eko-shop-pagination.woocommerce-pagination:not(:has(.page-numbers)),
.woocommerce .eko-shop-pagination.woocommerce-pagination.eko-shop-pagination--empty,
.woocommerce-page .eko-shop-pagination.woocommerce-pagination.eko-shop-pagination--empty {
	display: none;
}

.woocommerce .eko-woocommerce-result-counter,
.woocommerce-page .eko-woocommerce-result-counter {
	margin-top: 16px;
}

.woocommerce .eko-shop-pagination .eko-shop-pagination-inner,
.woocommerce-page .eko-shop-pagination .eko-shop-pagination-inner {
	align-items: center;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	display: flex;
	flex-wrap: nowrap;
	gap: 6px;
	justify-content: space-between;
	min-height: 32px;
	padding: 0;
	position: relative;
}

.woocommerce .eko-shop-pagination .page-dots,
.woocommerce-page .eko-shop-pagination .page-dots {
	align-items: center;
	display: inline-flex;
	gap: 6px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.woocommerce .eko-shop-pagination a,
.woocommerce-page .eko-shop-pagination a,
.woocommerce .eko-shop-pagination .page-numbers,
.woocommerce-page .eko-shop-pagination .page-numbers {
	align-items: center;
	background: #7ab234;
	border: 1px solid #7ab234;
	border-radius: 9px;
	color: #fff;
	display: inline-flex;
	font-family: "montserratbold", sans-serif;
	font-size: 12px;
	height: 32px;
	justify-content: center;
	line-height: 1;
	min-width: 32px;
	padding: 0 9px;
}

.woocommerce .eko-shop-pagination a:hover,
.woocommerce .eko-shop-pagination a:focus,
.woocommerce-page .eko-shop-pagination a:hover,
.woocommerce-page .eko-shop-pagination a:focus {
	background: #689a2c;
	border-color: #689a2c;
	color: #fff;
}

.woocommerce .eko-shop-pagination .page-numbers.current,
.woocommerce-page .eko-shop-pagination .page-numbers.current {
	background: #fff;
	border-color: #7ab234;
	color: #7ab234;
}

.woocommerce .eko-shop-pagination .page-numbers.dots,
.woocommerce-page .eko-shop-pagination .page-numbers.dots {
	background: transparent;
	border-color: transparent;
	color: #9aa7b7;
	min-width: 16px;
	padding: 0 2px;
}

.woocommerce .eko-shop-pagination .page-prev,
.woocommerce .eko-shop-pagination .page-next,
.woocommerce-page .eko-shop-pagination .page-prev,
.woocommerce-page .eko-shop-pagination .page-next {
	display: inline-flex;
	float: none;
	font-size: 0;
	line-height: 1;
	position: static;
	width: auto;
	z-index: 1;
}

.woocommerce .eko-shop-pagination .page-prev,
.woocommerce-page .eko-shop-pagination .page-prev {
	justify-content: flex-start;
}

.woocommerce .eko-shop-pagination .page-next,
.woocommerce-page .eko-shop-pagination .page-next {
	justify-content: flex-end;
}

.woocommerce .eko-shop-pagination .page-prev a,
.woocommerce .eko-shop-pagination .page-next a,
.woocommerce-page .eko-shop-pagination .page-prev a,
.woocommerce-page .eko-shop-pagination .page-next a {
	color: #fff;
	padding: 0;
}

.woocommerce .eko-shop-pagination .page-prev .ph,
.woocommerce .eko-shop-pagination .page-next .ph,
.woocommerce-page .eko-shop-pagination .page-prev .ph,
.woocommerce-page .eko-shop-pagination .page-next .ph {
	font-size: 16px;
	line-height: 1;
}

.woocommerce-content .eko-shop-heading {
	background: transparent !important;
}

.woocommerce-content .term-information.with-image {
	align-items: stretch;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(28, 45, 62, 0.06);
	overflow: hidden;
}

.woocommerce-content .term-information.with-image .term-image {
	align-self: stretch;
	height: auto;
	min-height: 214px;
	overflow: hidden;
}

.woocommerce-content .term-information.with-image .term-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.woocommerce .eko-woocommerce-filters .f-display,
.woocommerce-page .eko-woocommerce-filters .f-display {
	gap: 8px;
}

.woocommerce .eko-woocommerce-filters .f-display .item,
.woocommerce-page .eko-woocommerce-filters .f-display .item {
	align-items: center;
	color: #9aa7b7;
	cursor: pointer;
	display: inline-flex;
	height: 32px;
	justify-content: center;
	line-height: 1;
	transition: color 0.2s ease, transform 0.2s ease;
	width: 32px;
}

.woocommerce .eko-woocommerce-filters .f-display .item .ph,
.woocommerce-page .eko-woocommerce-filters .f-display .item .ph {
	font-size: 31px;
	line-height: 1;
}

.woocommerce .eko-woocommerce-filters .f-display .item:hover,
.woocommerce .eko-woocommerce-filters .f-display .item:focus,
.woocommerce-page .eko-woocommerce-filters .f-display .item:hover,
.woocommerce-page .eko-woocommerce-filters .f-display .item:focus {
	color: #689a2c;
	outline: none;
	transform: translateY(-1px);
}

.woocommerce .eko-woocommerce-filters .f-display .item.selected,
.woocommerce-page .eko-woocommerce-filters .f-display .item.selected {
	color: #7ab234;
}

.woocommerce .eko-woocommerce-filters .f-ordering,
.woocommerce .eko-woocommerce-filters .f-pagesize,
.woocommerce-page .eko-woocommerce-filters .f-ordering,
.woocommerce-page .eko-woocommerce-filters .f-pagesize {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.woocommerce .eko-woocommerce-filters .f-ordering select,
.woocommerce .eko-woocommerce-filters .f-pagesize select,
.woocommerce-page .eko-woocommerce-filters .f-ordering select,
.woocommerce-page .eko-woocommerce-filters .f-pagesize select {
	appearance: none;
	background-color: #fff;
	background-image: linear-gradient(45deg, transparent 50%, #536174 50%), linear-gradient(135deg, #536174 50%, transparent 50%);
	background-position: calc(100% - 16px) 50%, calc(100% - 11px) 50%;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	border: 1px solid #dfe7ee !important;
	border-radius: var(--eko-button-radius, 8px) !important;
	color: #1e2d3d;
	font-family: "montserratmedium", sans-serif;
	font-size: 13px;
	min-height: 40px;
	padding: 0 34px 0 14px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce .eko-woocommerce-filters .f-ordering select:focus,
.woocommerce .eko-woocommerce-filters .f-pagesize select:focus,
.woocommerce-page .eko-woocommerce-filters .f-ordering select:focus,
.woocommerce-page .eko-woocommerce-filters .f-pagesize select:focus {
	border-color: #7ab234 !important;
	box-shadow: 0 0 0 3px rgba(122, 178, 52, 0.12);
	outline: none;
}

.woocommerce .eko-woocommerce-filters,
.woocommerce-page .eko-woocommerce-filters {
	position: relative;
	z-index: 4;
}

.woocommerce .eko-woocommerce-filters .f-ordering .select2-container,
.woocommerce-page .eko-woocommerce-filters .f-ordering .select2-container {
	width: 246px !important;
}

.woocommerce .eko-woocommerce-filters .f-pagesize .select2-container,
.woocommerce-page .eko-woocommerce-filters .f-pagesize .select2-container {
	width: 150px !important;
}

.woocommerce .eko-woocommerce-filters .select2-container--default .select2-selection--single,
.woocommerce-page .eko-woocommerce-filters .select2-container--default .select2-selection--single,
#shop-sidebar-filters .select2-container--default .select2-selection--single {
	align-items: center;
	background: #fff;
	border: 1px solid #dfe7ee;
	border-radius: var(--eko-button-radius, 8px) !important;
	display: flex;
	height: 40px;
	padding: 0 36px 0 12px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce .eko-woocommerce-filters .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-page .eko-woocommerce-filters .select2-container--default .select2-selection--single .select2-selection__rendered,
#shop-sidebar-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #1e2d3d;
	font-family: "montserratmedium", sans-serif;
	font-size: 13px;
	line-height: 40px;
	padding: 0;
}

.woocommerce .eko-woocommerce-filters .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-page .eko-woocommerce-filters .select2-container--default .select2-selection--single .select2-selection__arrow,
#shop-sidebar-filters .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	right: 10px;
	top: 0;
}

.woocommerce .eko-woocommerce-filters .select2-container--default .select2-selection--single .select2-selection__arrow b,
.woocommerce-page .eko-woocommerce-filters .select2-container--default .select2-selection--single .select2-selection__arrow b,
#shop-sidebar-filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #536174 transparent transparent transparent;
}

.woocommerce .eko-woocommerce-filters .select2-container--default.select2-container--focus .select2-selection--single,
.woocommerce .eko-woocommerce-filters .select2-container--open .select2-selection--single,
.woocommerce-page .eko-woocommerce-filters .select2-container--default.select2-container--focus .select2-selection--single,
.woocommerce-page .eko-woocommerce-filters .select2-container--open .select2-selection--single,
#shop-sidebar-filters .select2-container--default.select2-container--focus .select2-selection--single,
#shop-sidebar-filters .select2-container--open .select2-selection--single {
	border-color: #7ab234;
	box-shadow: 0 0 0 3px rgba(122, 178, 52, 0.12);
}

.woocommerce .eko-woocommerce-filters .select2-dropdown,
.woocommerce-page .eko-woocommerce-filters .select2-dropdown,
#shop-sidebar-filters .select2-dropdown {
	background: #fff;
	border: 1px solid #dfe7ee;
	border-radius: 16px;
	box-shadow: 0 12px 28px rgba(28, 45, 62, 0.14);
	margin-top: 6px;
	overflow: hidden;
	z-index: 10004;
}

.woocommerce .eko-woocommerce-filters .select2-search--dropdown,
.woocommerce-page .eko-woocommerce-filters .select2-search--dropdown,
#shop-sidebar-filters .select2-search--dropdown {
	display: none;
}

.woocommerce .eko-woocommerce-filters .select2-results__options,
.woocommerce-page .eko-woocommerce-filters .select2-results__options,
#shop-sidebar-filters .select2-results__options {
	max-height: 240px;
	padding: 4px;
}

.woocommerce .eko-woocommerce-filters .select2-results__option,
.woocommerce-page .eko-woocommerce-filters .select2-results__option,
#shop-sidebar-filters .select2-results__option {
	border-radius: 12px;
	color: #536174;
	font-family: "montserratregular", sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 0;
	padding: 9px 10px;
}

.woocommerce .eko-woocommerce-filters .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce .eko-woocommerce-filters .select2-container--default .select2-results__option[aria-selected="true"],
.woocommerce-page .eko-woocommerce-filters .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce-page .eko-woocommerce-filters .select2-container--default .select2-results__option[aria-selected="true"],
#shop-sidebar-filters .select2-container--default .select2-results__option--highlighted[aria-selected],
#shop-sidebar-filters .select2-container--default .select2-results__option[aria-selected="true"] {
	background: rgba(122, 178, 52, 0.1);
	color: #1e2d3d;
}

.eko-product-main-wrapper .eko-product-summary-inner-col .eko-price-rating-wrapper {
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
}

.shop-single-product #tm-widget-hornet .tm-hornet-wrapper {
	justify-content: flex-start !important;
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}

.eko-product-main-wrapper .eko-product-summary-inner-col .eko-price-rating-wrapper .eko-product-rating-wrapper {
	order: 1;
	width: 100%;
	margin-bottom: 8px;
}

.eko-product-main-wrapper .eko-product-summary-inner-col .eko-price-rating-wrapper .price-wrapper {
	order: 2;
	width: 100%;
}

.eko-product-main-wrapper .eko-product-summary-inner-col .eko-price-rating-wrapper .price {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.eko-product-main-wrapper .eko-product-title-column .eko-product-heading {
	background: transparent;
}

.eko-product-main-wrapper .eko-product-summary-inner-col {
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(28, 45, 62, 0.06);
}

.single-product .woocommerce-content ~ section:not(.heading-block):not(.single-product-opinion-block) .container .inner {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(28, 45, 62, 0.06);
	overflow: hidden;
}

.single-product .single-product-opinion-block {
	display: none !important;
}

.woocommerce .product-item .product-inner,
.woocommerce-page .product-item .product-inner {
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(28, 45, 62, 0.06);
	overflow: visible;
}

.woocommerce .blog-article-item .blog-article-inner,
.woocommerce-page .blog-article-item .blog-article-inner {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(28, 45, 62, 0.06);
	overflow: hidden;
}

.woocommerce .blog-article-item .blog-article-thumbnail,
.woocommerce-page .blog-article-item .blog-article-thumbnail {
	border-radius: 12px 12px 0 0;
	overflow: hidden;
}

.woocommerce .blog-article-item .blog-article-thumbnail img,
.woocommerce-page .blog-article-item .blog-article-thumbnail img {
	display: block;
	width: 100%;
}

.woocommerce .product-item .eko-product-overlay,
.woocommerce-page .product-item .eko-product-overlay {
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(28, 45, 62, 0.12);
}

.woocommerce .product-category-item .product-category-inner,
.woocommerce-page .product-category-item .product-category-inner {
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(28, 45, 62, 0.06);
	overflow: hidden;
}

.woocommerce .product-item .eko-shop-loop-thumbnail img,
.woocommerce-page .product-item .eko-shop-loop-thumbnail img {
	border-radius: 12px 12px 0 0;
}

.woocommerce .product-category-item .product-category-inner img,
.woocommerce-page .product-category-item .product-category-inner img {
	border-radius: 12px;
	display: block;
}

.woocommerce .product-item .eko-shop-loop-actions,
.woocommerce-page .product-item .eko-shop-loop-actions,
.woocommerce .product-item .eko-shop-loop-actions .eko-shop-loop-actions-inner,
.woocommerce-page .product-item .eko-shop-loop-actions .eko-shop-loop-actions-inner {
	border-radius: 0 0 12px 12px !important;
}

.woocommerce .product-item .eko-shop-loop-actions,
.woocommerce-page .product-item .eko-shop-loop-actions {
	background: #fff;
	margin-top: -1px;
	overflow: hidden !important;
}

.woocommerce .product-item .eko-shop-loop-actions .eko-shop-loop-actions-inner,
.woocommerce-page .product-item .eko-shop-loop-actions .eko-shop-loop-actions-inner {
	background: #fff !important;
	border-radius: 0 0 12px 12px !important;
	box-shadow: 0 10px 18px rgba(28, 45, 62, 0.06);
	overflow: hidden;
}

/* Mobile shop category browser */
.eko-mobile-shop-categories {
	display: none;
}

@media (max-width: 768px) {
	body.woocommerce-shop #breadcrumbs,
	body.woocommerce-shop .eko-shop-desktop-categories {
		display: none;
	}

	body.woocommerce-shop .page-content-wrapper {
		margin: 0;
		padding: 0;
		background: #fff;
	}

	body.woocommerce-shop .eko-mobile-shop-categories {
		display: block;
		width: 100%;
		padding: 12px 0 24px;
		background: #fff;
	}

	.eko-mobile-shop-categories__hero {
		position: relative;
		display: flex;
		height: 150px;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		background: #245f4a;
	}

	.eko-mobile-shop-categories__hero-image,
	.eko-mobile-shop-categories__hero-overlay {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
	}

	.eko-mobile-shop-categories__hero-image {
		object-fit: cover;
		object-position: center;
	}

	.eko-mobile-shop-categories__hero-overlay {
		background: linear-gradient(90deg, rgba(15, 54, 42, 0.78), rgba(15, 54, 42, 0.24));
	}

	.eko-mobile-shop-categories__hero h1 {
		position: relative;
		z-index: 1;
		width: 100%;
		margin: 0;
		padding: 0 20px;
		color: #fff;
		font-family: "montserratbold", sans-serif;
		font-size: 26px;
		line-height: 1.18;
		text-align: center;
	}

	.eko-mobile-shop-categories__list {
		padding: 10px 14px 0;
	}

	.eko-mobile-shop-category {
		border-bottom: 1px solid #edf0f3;
	}

	.eko-mobile-shop-category[hidden] {
		display: none;
	}

	.eko-mobile-shop-category__heading {
		display: flex;
		min-height: 54px;
		align-items: center;
		gap: 10px;
	}

	.eko-mobile-shop-category__heading > a {
		display: flex;
		min-width: 0;
		flex: 1;
		align-items: center;
		align-self: stretch;
		color: #182437;
		font-family: "montserratsemibold", sans-serif;
		font-size: 15px;
		line-height: 1.35;
	}

	.eko-mobile-shop-category__toggle {
		display: inline-flex;
		width: 38px;
		height: 38px;
		align-items: center;
		justify-content: center;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: transparent;
		color: #526173;
		font-size: 20px;
	}

	.eko-mobile-shop-category__toggle i {
		transition: transform 0.2s ease;
	}

	.eko-mobile-shop-category.is-expanded .eko-mobile-shop-category__toggle i {
		transform: rotate(180deg);
	}

	.eko-mobile-shop-category__link-caret {
		margin-right: 10px;
		color: #526173;
		font-size: 18px;
	}

	.eko-mobile-shop-category__panel {
		margin: -1px -14px 0;
		padding: 2px 0 8px;
	}

	.eko-mobile-shop-category__panel[hidden] {
		display: none;
	}

	.eko-mobile-shop-category__rail {
		display: grid;
		grid-auto-columns: minmax(92px, 27vw);
		grid-auto-flow: column;
		gap: 8px;
		overflow-x: auto;
		padding: 2px 14px;
		scroll-padding-left: 14px;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.eko-mobile-shop-category__rail::-webkit-scrollbar {
		display: none;
	}

	.eko-mobile-shop-category__tile {
		display: flex;
		min-width: 0;
		align-items: center;
		flex-direction: column;
		gap: 7px;
		color: #273548;
		font-family: "montserratregular", sans-serif;
		font-size: 11px;
		line-height: 1.25;
		scroll-snap-align: start;
		text-align: center;
	}

	body .page-content-wrapper .eko-mobile-shop-category__tile {
		color: #273548;
	}

	.eko-mobile-shop-category__icon {
		display: inline-flex;
		width: 48px;
		height: 48px;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		border: 1px solid #e5eaf0;
		border-radius: 12px;
		background: #f8fafb;
		color: #526173;
		font-size: 24px;
	}

	.eko-mobile-shop-category__icon img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.eko-mobile-shop-categories__all {
		display: flex;
		min-height: 56px;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		color: #182437;
		font-family: "montserratsemibold", sans-serif;
		font-size: 15px;
	}

	.eko-mobile-shop-categories__all[hidden] {
		display: none;
	}

}

@media (min-width: 769px) {
	.woocommerce .product-item:hover .product-inner,
	.woocommerce-page .product-item:hover .product-inner {
		border-radius: 12px 12px 0 0;
	}
}

.home .content-with-slider-block,
.front-page .content-with-slider-block {
	margin-top: 24px;
}

.home .content-with-slider-block .content,
.front-page .content-with-slider-block .content,
.home .content-with-slider-block .slick-carousel,
.front-page .content-with-slider-block .slick-carousel,
.home .image-with-content-two-box-block .flex,
.front-page .image-with-content-two-box-block .flex,
.home .image-carousel-block .inner,
.front-page .image-carousel-block .inner {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(28, 45, 62, 0.06);
	overflow: hidden;
}

.home .content-with-slider-block .content,
.front-page .content-with-slider-block .content {
	overflow: visible;
	position: relative;
	z-index: 4;
}

.home .content-with-slider-block .icon-box,
.front-page .content-with-slider-block .icon-box {
	margin: 0;
	position: relative;
	text-align: center;
}

.home .content-with-slider-block .icon-box .bubble-text,
.front-page .content-with-slider-block .icon-box .bubble-text {
	bottom: calc(100% + 14px);
	left: 50%;
	transform: translateX(-50%);
}

.home .content-with-slider-block .icon-box .bubble-text::after,
.home .content-with-slider-block .icon-box .bubble-text::before,
.front-page .content-with-slider-block .icon-box .bubble-text::after,
.front-page .content-with-slider-block .icon-box .bubble-text::before {
	left: 50%;
	transform: translateX(-50%);
}

.home .content-with-slider-block .icon-box .icon,
.front-page .content-with-slider-block .icon-box .icon {
	align-items: center;
	background: #f3faf0;
	border-radius: 50%;
	display: flex;
	height: 56px;
	justify-content: center;
	margin: 0 auto 8px;
	padding: 0;
	width: 56px;
}

.home .content-with-slider-block .icon-box .icon img,
.front-page .content-with-slider-block .icon-box .icon img {
	height: 28px;
	width: 28px;
}

.home .content-with-slider-block .icon-box .text,
.front-page .content-with-slider-block .icon-box .text {
	color: #536174;
	font-family: "montserratbold", sans-serif;
	font-size: 11px;
	line-height: 13px;
}

.home .content-with-slider-block .eko-trustmate-summary,
.front-page .content-with-slider-block .eko-trustmate-summary {
	margin-top: 6px;
}

.home .content-with-slider-block .content table,
.home .content-with-slider-block .content tbody,
.home .content-with-slider-block .content tr,
.home .content-with-slider-block .content td,
.front-page .content-with-slider-block .content table,
.front-page .content-with-slider-block .content tbody,
.front-page .content-with-slider-block .content tr,
.front-page .content-with-slider-block .content td {
	overflow: visible;
}

.home .content-with-slider-block .slick-carousel img,
.front-page .content-with-slider-block .slick-carousel img,
.home .image-with-content-two-box-block .flex img,
.front-page .image-with-content-two-box-block .flex img,
.home .image-carousel-block .inner img,
.front-page .image-carousel-block .inner img {
	display: block;
}

.home .content-with-slider-block .slick-carousel,
.front-page .content-with-slider-block .slick-carousel {
	position: relative;
}

.home .content-with-slider-block .slick-arrows,
.front-page .content-with-slider-block .slick-arrows {
	align-items: center;
	bottom: auto !important;
	display: flex;
	justify-content: space-between;
	left: 0;
	padding: 0 14px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 3;
}

.home .content-with-slider-block .slick-arrows button,
.front-page .content-with-slider-block .slick-arrows button {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid #e2eaf2;
	border-radius: 50%;
	box-shadow: 0 5px 16px rgba(28, 45, 62, 0.16);
	color: #536174;
	display: flex;
	font-size: 0;
	height: 34px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	pointer-events: auto;
	text-shadow: none;
	transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
	width: 34px;
}

.home .content-with-slider-block .slick-arrows button i,
.front-page .content-with-slider-block .slick-arrows button i {
	font-size: 18px;
	line-height: 1;
}

.home .content-with-slider-block .slick-arrows button:hover,
.home .content-with-slider-block .slick-arrows button:focus,
.front-page .content-with-slider-block .slick-arrows button:hover,
.front-page .content-with-slider-block .slick-arrows button:focus {
	background: #7ab234;
	color: #fff;
	transform: translateY(-1px);
}

.home .content-with-slider-block .slick-arrows button:focus-visible,
.front-page .content-with-slider-block .slick-arrows button:focus-visible {
	outline: 3px solid rgba(122, 178, 52, 0.5);
	outline-offset: 2px;
}

.shop-single-product form.simple_form,
.shop-single-product form.variations_form .woocommerce-variation-add-to-cart,
.shop-single-product form.bundle_form .bundle-form-quantity-wrap,
.shop-single-product form.yith-wcpb-bundle-form .bundle-form-quantity-wrap {
	gap: 5px;
}

.shop-single-product form.simple_form {
	align-items: flex-start;
}

.shop-single-product .simple-form-quantity-wrap,
.shop-single-product .bundle-form-quantity-wrap,
.shop-single-product .woocommerce-variation-add-to-cart,
.shop-single-product .eko-stock-notification-button-wrap {
	box-sizing: border-box;
	max-width: 420px;
	width: 100%;
}

.shop-single-product .simple-form-quantity-wrap,
.shop-single-product .bundle-form-quantity-wrap,
.shop-single-product .woocommerce-variation-add-to-cart {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.shop-single-product .eko-quantity-wrap {
	background: #f8fafc;
	border: 1px solid #e7edf2;
	border-radius: var(--eko-button-radius, 8px);
	box-sizing: border-box;
	flex: 0 0 auto;
	overflow: hidden;
}

.shop-single-product .eko-quantity-wrap .quantity {
	gap: 0;
}

.shop-single-product .eko-quantity-wrap .quantity input,
.shop-single-product .eko-quantity-wrap .eko-qty-minus,
.shop-single-product .eko-quantity-wrap .eko-qty-plus {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	height: 42px;
}

.shop-single-product .eko-quantity-wrap .quantity input {
	min-width: 70px;
	padding: 10px 12px;
}

.shop-single-product .eko-quantity-wrap .eko-qty-minus,
.shop-single-product .eko-quantity-wrap .eko-qty-plus {
	width: 42px;
}

.shop-single-product .eko-quantity-wrap .eko-qty-minus,
.shop-single-product .eko-quantity-wrap .eko-qty-plus {
	border-color: #e7edf2;
	border-style: solid;
}

.shop-single-product .eko-quantity-wrap .eko-qty-minus {
	border-width: 0 1px 0 0;
}

.shop-single-product .eko-quantity-wrap .eko-qty-plus {
	border-width: 0 0 0 1px;
}

.shop-single-product.product-type-variable form.variations_form:not(.eko-stock-selected-unavailable) .woocommerce-variation-add-to-cart:not(.woocommerce-variation-add-to-cart-disabled) .eko-quantity-wrap,
.shop-single-product.product-type-variable form.variations_form:not(.eko-stock-selected-unavailable) .woocommerce-variation-add-to-cart:not(.woocommerce-variation-add-to-cart-disabled) .eko-quantity-wrap .quantity {
	display: inline-flex !important;
	flex-direction: row !important;
	align-items: center;
	flex-wrap: nowrap;
	height: 42px;
	width: auto;
}

.shop-single-product.product-type-variable form.variations_form:not(.eko-stock-selected-unavailable) .woocommerce-variation-add-to-cart:not(.woocommerce-variation-add-to-cart-disabled) .eko-quantity-wrap .quantity input,
.shop-single-product.product-type-variable form.variations_form:not(.eko-stock-selected-unavailable) .woocommerce-variation-add-to-cart:not(.woocommerce-variation-add-to-cart-disabled) .eko-quantity-wrap .eko-qty-minus,
.shop-single-product.product-type-variable form.variations_form:not(.eko-stock-selected-unavailable) .woocommerce-variation-add-to-cart:not(.woocommerce-variation-add-to-cart-disabled) .eko-quantity-wrap .eko-qty-plus {
	flex: 0 0 auto;
}

.shop-single-product.product-type-variable form.variations_form.eko-stock-selected-unavailable .woocommerce-variation-add-to-cart .eko-quantity-wrap,
.shop-single-product.product-type-variable form.variations_form .woocommerce-variation-add-to-cart-disabled .eko-quantity-wrap {
	display: none !important;
}
.shop-single-product .single_add_to_cart_button,
.shop-single-product .eko-ask-for-product-button {
	margin-left: 0;
	margin-right: 0;
}

.shop-single-product .simple-form-quantity-wrap .single_add_to_cart_button,
.shop-single-product .bundle-form-quantity-wrap .single_add_to_cart_button,
.shop-single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.shop-single-product.product-type-simple form.simple_form .single_add_to_cart_button,
.shop-single-product.product-type-variable form.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button {
	flex: 1 1 0;
	min-width: 0 !important;
	width: auto;
}

.shop-single-product .simple-form-quantity-wrap .eko-ask-for-product-button,
.shop-single-product .bundle-form-quantity-wrap .eko-ask-for-product-button,
.shop-single-product .woocommerce-variation-add-to-cart .eko-ask-for-product-button {
	flex: 0 0 100%;
}

.shop-single-product .eko-ask-for-product-button {
	justify-content: center;
	text-align: center;
	border-radius: 999px;
}

.shop-single-product .product-summary-table {
	border-collapse: separate;
	border-radius: 12px;
	border-spacing: 0;
	margin-left: 0;
	margin-top: 6px;
	max-width: 420px;
	overflow: hidden;
	width: 100%;
}

.shop-single-product .product-summary-table td {
	border: 0;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
}

.shop-single-product .product-summary-table td:last-child {
	border-right: 0;
}

.shop-single-product .product-summary-table tr:last-child td {
	border-bottom: 0;
}

.shop-single-product .product-summary-table tr:first-child td:first-child {
	border-top-left-radius: 12px;
}

.shop-single-product .product-summary-table tr:first-child td:last-child {
	border-top-right-radius: 12px;
}

.shop-single-product .product-summary-table tr:last-child td:first-child {
	border-bottom-left-radius: 12px;
}

.shop-single-product .product-summary-table tr:last-child td:last-child {
	border-bottom-right-radius: 12px;
}

.eko-product-main-wrapper .woocommerce-product-gallery .flex-viewport,
.eko-product-main-wrapper .navWrapper {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(28, 45, 62, 0.06);
}

.eko-product-main-wrapper .woocommerce-product-gallery .flex-viewport {
	overflow: hidden;
}

.eko-product-main-wrapper .woocommerce-product-gallery > .flex-direction-nav,
.eko-product-main-wrapper .navWrapper .flex-direction-nav {
	box-sizing: border-box;
	z-index: 3;
}

.eko-product-main-wrapper .flex-direction-nav .flex-prev,
.eko-product-main-wrapper .flex-direction-nav .flex-next {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid #e2eaf2;
	border-radius: 50%;
	box-shadow: 0 4px 14px rgba(28, 45, 62, 0.14);
	color: #536174;
	display: inline-flex;
	font-size: 0;
	font-weight: normal;
	height: 24px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	text-align: center;
	text-shadow: none;
	transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
	width: 24px;
}

.eko-product-main-wrapper .flex-direction-nav .flex-prev::before,
.eko-product-main-wrapper .flex-direction-nav .flex-next::before {
	font-family: "Phosphor" !important;
	font-size: 12px;
	font-style: normal;
	line-height: 1;
}

.eko-product-main-wrapper .flex-direction-nav .flex-prev::before {
	content: "\e128";
}

.eko-product-main-wrapper .flex-direction-nav .flex-next::before {
	content: "\e12a";
}

.eko-product-main-wrapper .flex-direction-nav .flex-prev:hover,
.eko-product-main-wrapper .flex-direction-nav .flex-prev:focus,
.eko-product-main-wrapper .flex-direction-nav .flex-next:hover,
.eko-product-main-wrapper .flex-direction-nav .flex-next:focus {
	background: #7ab234;
	color: #fff;
	transform: translateY(-1px);
}

.eko-product-main-wrapper .flex-direction-nav .flex-prev:focus-visible,
.eko-product-main-wrapper .flex-direction-nav .flex-next:focus-visible {
	outline: 3px solid rgba(122, 178, 52, 0.5);
	outline-offset: 2px;
}

@media (max-width: 768px) {
	.eko-product-main-wrapper .eko-product-summary-inner-col .eko-price-rating-wrapper {
		justify-content: flex-start;
	}
}

.grecaptcha-badge {
	visibility: hidden !important;
}

.dgwt-wcas-search-wrapp {
	position: relative;
}

.header .header-search-bar input[type="search"].dgwt-wcas-search-input,
.secondary-header .header-search-bar input[type="search"].dgwt-wcas-search-input {
	background: #fff !important;
	border: 1px solid #dce6ef !important;
	border-radius: var(--eko-button-radius, 8px) !important;
	box-shadow: none !important;
	height: 38px !important;
	padding-left: 42px !important;
}

.header .header-search-bar .dgwt-wcas-search-submit,
.secondary-header .header-search-bar .dgwt-wcas-search-submit {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	color: #7ab234 !important;
	display: flex !important;
	height: 22px !important;
	justify-content: center;
	left: 15px !important;
	opacity: 1 !important;
	overflow: visible !important;
	padding: 0 !important;
	text-indent: 0 !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 22px !important;
}

.header .header-search-bar .dgwt-wcas-search-submit svg,
.secondary-header .header-search-bar .dgwt-wcas-search-submit svg {
	display: none !important;
}

.header .header-search-bar .dgwt-wcas-search-submit::after,
.secondary-header .header-search-bar .dgwt-wcas-search-submit::after {
	color: #7ab234 !important;
	content: "\e30c" !important;
	display: block !important;
	font-family: "Phosphor" !important;
	font-size: 19px !important;
	font-style: normal;
	font-weight: normal;
	height: 22px;
	line-height: 22px;
	position: relative;
	text-align: center;
	text-indent: 0 !important;
	width: 22px;
	z-index: 2;
}

.header .header-search-bar button.dgwt-wcas-search-submit,
.secondary-header .header-search-bar button.dgwt-wcas-search-submit {
	left: 15px !important;
	margin: 0 !important;
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
}

.header .header-search-bar button.dgwt-wcas-search-submit:hover,
.header .header-search-bar button.dgwt-wcas-search-submit:focus,
.header .header-search-bar button.dgwt-wcas-search-submit:active,
.secondary-header .header-search-bar button.dgwt-wcas-search-submit:hover,
.secondary-header .header-search-bar button.dgwt-wcas-search-submit:focus,
.secondary-header .header-search-bar button.dgwt-wcas-search-submit:active {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	outline: none !important;
	transform: translateY(-50%) !important;
}

@media (min-width: 1201px) {
	.header .header-search-bar {
		flex: 0 0 340px;
		margin-left: -72px;
		max-width: 340px;
		width: 340px;
	}

	.header .header-search-bar > div,
	.header .header-search-bar .dgwt-wcas-search-wrapp {
		max-width: 340px;
		min-width: 340px;
		width: 340px;
	}
}

.search-box-wrapper .box .inner,
.search-result-wrapper .search-title {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(28, 45, 62, 0.06);
	overflow: hidden;
}

.search-box-wrapper .search .search-input {
	background: #fff;
	border: 1px solid #dce6ef;
	border-radius: 999px;
	box-shadow: none;
	box-sizing: border-box;
	height: 44px;
	padding: 10px 18px;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.search-box-wrapper .search .search-input:focus {
	border-color: #7ab234;
	box-shadow: 0 0 0 3px rgba(122, 178, 52, 0.12);
	outline: none;
}

.search-box-wrapper .search .button button {
	border-radius: 999px;
}

.eko-search-suggestions-open .dgwt-wcas-suggestions-wrapp {
	display: none !important;
}

.eko-search-suggestions-open .header-wrapper {
	position: relative;
	z-index: 10050;
}

.eko-search-suggestions-open .header-sticky-wrapper {
	z-index: 10051;
}

.header-wrapper > .header {
	z-index: 3;
}

.header-wrapper > .secondary-header {
	z-index: 2;
}

.eko-search-suggestions-panel {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	z-index: 100000;
	display: none;
	max-height: min(420px, calc(100vh - 130px));
	overflow-y: auto;
	border: 1px solid #e5edf3;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(15, 23, 42, 0.14);
	padding: 10px 0;
}

.eko-search-suggestions-panel.active {
	display: block;
}

.eko-search-suggestions-panel__section + .eko-search-suggestions-panel__section {
	border-top: 1px solid #edf2f7;
	margin-top: 6px;
	padding-top: 6px;
}

.eko-search-suggestions-panel__title {
	padding: 9px 18px 6px;
	color: #7b8794;
	font-family: "montserratmedium", sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.eko-search-suggestions-panel__item {
	width: 100%;
	min-height: 42px;
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	border: 0;
	background: transparent;
	color: #1f2a37;
	font-family: "montserratregular", sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	padding: 8px 18px;
	cursor: pointer;
}

.eko-search-suggestions-panel__item:hover,
.eko-search-suggestions-panel__item:focus {
	background: #f8fafc;
	outline: none;
}

.eko-search-suggestions-panel__item i {
	color: #9aa8b8;
	font-size: 21px;
	line-height: 1;
}

.eko-search-suggestions-panel__item span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.eko-search-suggestions-panel__item small {
	color: #8a97a8;
	font-size: 11px;
	line-height: 14px;
}

.eko-search-suggestions-panel__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 42px;
	background: #f9fcf6;
}

.eko-search-suggestions-panel__title {
	flex: 1 1 auto;
	color: #5f812f;
	font-size: 12px;
	line-height: 18px;
	text-transform: none;
	letter-spacing: 0;
}

.eko-search-suggestions-panel__clear {
	flex: 0 0 auto;
	border: 0;
	background: transparent;
	color: #5f812f;
	font-family: "montserratmedium", sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 8px 18px;
	cursor: pointer;
}

.eko-search-suggestions-panel__clear:hover,
.eko-search-suggestions-panel__clear:focus-visible {
	color: #7ab234;
	outline: none;
	text-decoration: underline;
}

.eko-search-suggestions-panel__item .eko-search-suggestions-panel__arrow {
	color: #5f812f;
	font-size: 18px;
}

.eko-search-suggestions-panel__item:focus-visible {
	background: #f6f9fb;
	box-shadow: inset 3px 0 0 #7ab234;
	outline: none;
}

@media (min-width: 993px) {
	.header-wrapper .header-search-bar .eko-search-suggestions-panel,
	.header-sticky-wrapper .header-search-bar .eko-search-suggestions-panel {
		right: auto;
		width: min(640px, calc(100vw - 32px));
		max-height: min(520px, calc(100vh - 150px));
		padding: 0;
		border-radius: 12px;
		overflow: hidden auto;
	}

	.eko-search-suggestions-panel__section + .eko-search-suggestions-panel__section {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}

	.eko-search-suggestions-panel__item {
		min-height: 50px;
		padding: 9px 22px;
		border-bottom: 1px solid #e5edf3;
	}

	.eko-search-suggestions-panel__item:last-child {
		border-bottom: 0;
	}

	.eko-search-suggestions-panel__title {
		padding: 11px 22px;
	}

	.eko-search-suggestions-panel__clear {
		padding-right: 22px;
	}
}
/* Unified mobile overlay for the popular state and FiboSearch results. */
html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion {
	font-family: "montserratregular", sans-serif;
	transition: background-color 0.15s ease !important;
}

html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-headline {
	display: flex;
	align-items: center;
	min-height: 42px;
	margin: 0;
	padding: 0 20px !important;
	border: 0 !important;
	background: #f9fcf6;
}

html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	color: #5f812f;
	font-family: "montserratmedium", sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-transform: none;
}

html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-tax {
	min-height: 50px;
	padding: 9px 20px !important;
	border-bottom: 1px solid #e5edf3 !important;
}

html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product {
	min-height: 64px;
	padding: 9px 20px !important;
	border-bottom: 1px solid #e5edf3 !important;
}

html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-selected,
html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:not(.dgwt-wcas-suggestion-headline):hover {
	background: #f6f9fb !important;
	box-shadow: inset 3px 0 0 #7ab234;
	text-decoration: none !important;
}

html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp .dgwt-wcas-si {
	flex: 0 0 46px;
	width: 46px;
}

html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp .dgwt-wcas-si img {
	width: 42px;
	height: 42px;
	border: 1px solid #e5edf3;
	border-radius: 6px;
	object-fit: contain;
}

html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp .dgwt-wcas-content-wrapp {
	padding-left: 10px;
}

html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp .dgwt-wcas-st {
	color: #1f2a37;
	font-size: 14px;
	line-height: 18px;
}

html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp .dgwt-wcas-st-breadcrumbs {
	margin-top: 3px;
	color: #7b8794;
	font-size: 11px;
	line-height: 15px;
	opacity: 1;
}

html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more {
	min-height: 48px;
	padding: 10px 20px !important;
	color: #5f812f;
	font-family: "montserratmedium", sans-serif;
	font-size: 11px;
}
/* Unified desktop dropdown for the popular state and FiboSearch results. */
@media (min-width: 993px) {
	html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-suggestions-wrapp {
		width: min(640px, calc(100vw - 32px)) !important;
		max-width: min(640px, calc(100vw - 32px)) !important;
		max-height: min(520px, calc(100vh - 150px)) !important;
		margin-top: 8px !important;
		padding: 0 !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		border: 1px solid #e5edf3 !important;
		border-radius: 12px !important;
		background: #fff !important;
		box-shadow: 0 18px 46px rgba(15, 23, 42, 0.14) !important;
	}

	html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-suggestions-wrapp.dgwt-wcas-suggestions-wrapp--top {
		margin-top: -8px !important;
		border: 1px solid #e5edf3 !important;
		border-radius: 12px !important;
	}

	html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion {
		font-family: "montserratregular", sans-serif;
		transition: background-color 0.15s ease !important;
	}

	html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-headline {
		display: flex;
		align-items: center;
		min-height: 42px;
		margin: 0;
		padding: 0 22px !important;
		border: 0 !important;
		background: #f9fcf6;
	}

	html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		color: #5f812f;
		font-family: "montserratmedium", sans-serif;
		font-size: 12px;
		line-height: 18px;
		text-transform: none;
	}

	html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-tax {
		min-height: 50px;
		padding: 9px 22px !important;
		border-bottom: 1px solid #e5edf3 !important;
	}

	html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product {
		min-height: 62px;
		padding: 8px 22px !important;
		border-bottom: 1px solid #e5edf3 !important;
	}

	html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-selected,
	html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:not(.dgwt-wcas-suggestion-headline):hover {
		background: #f6f9fb !important;
		box-shadow: inset 3px 0 0 #7ab234;
		text-decoration: none !important;
	}

	html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-suggestions-wrapp .dgwt-wcas-si {
		flex: 0 0 44px;
		width: 44px;
	}

	html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-suggestions-wrapp .dgwt-wcas-si img {
		width: 40px;
		height: 40px;
		border: 1px solid #e5edf3;
		border-radius: 6px;
		object-fit: contain;
	}

	html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-suggestions-wrapp .dgwt-wcas-content-wrapp {
		padding-left: 10px;
	}

	html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-suggestions-wrapp .dgwt-wcas-st {
		color: #1f2a37;
		font-size: 14px;
		line-height: 18px;
	}

	html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-suggestions-wrapp .dgwt-wcas-st-breadcrumbs {
		margin-top: 3px;
		color: #7b8794;
		font-size: 11px;
		line-height: 15px;
		opacity: 1;
	}

	html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more {
		min-height: 46px;
		padding: 10px 22px !important;
		border: 0 !important;
		color: #5f812f;
		font-family: "montserratmedium", sans-serif;
		font-size: 11px;
	}
}
.header .header-additional .account-icon img,
.header .header-additional .favorites-icon img,
.header .header-additional .cart-icon img,
.header .header-additional .contact-icon img,
.header-sticky-wrapper .header-additional .account-icon img,
.header-sticky-wrapper .header-additional .favorites-icon img,
.header-sticky-wrapper .header-additional .cart-icon img,
.header-sticky-wrapper .header-additional .contact-icon img {
	display: none !important;
}

.header .header-additional .account-icon,
.header .header-additional .favorites-icon,
.header .header-additional .cart-icon,
.header .header-additional .contact-icon,
.header-sticky-wrapper .header-additional .account-icon,
.header-sticky-wrapper .header-additional .favorites-icon,
.header-sticky-wrapper .header-additional .cart-icon,
.header-sticky-wrapper .header-additional .contact-icon {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.header .header-additional ul,
.header-sticky-wrapper .header-additional ul {
	align-items: center;
	gap: 4px;
}

.header .header-additional li,
.header-sticky-wrapper .header-additional li {
	width: 70px;
}

.header .header-additional a,
.header-sticky-wrapper .header-additional a {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0 !important;
	width: 100%;
}

.header .header-additional .account-icon,
.header .header-additional .favorites-icon,
.header .header-additional .cart-icon,
.header .header-additional .contact-icon,
.header-sticky-wrapper .header-additional .account-icon,
.header-sticky-wrapper .header-additional .favorites-icon,
.header-sticky-wrapper .header-additional .cart-icon,
.header-sticky-wrapper .header-additional .contact-icon {
	gap: 3px;
	height: 44px;
	margin: 0;
	position: relative;
	width: 100%;
}

.header .header-additional .ph,
.header-sticky-wrapper .header-additional .ph {
	align-items: center;
	color: #7ab234;
	display: flex;
	font-size: 23px;
	height: 24px;
	justify-content: center;
	line-height: 1;
	width: 24px;
}

.header .header-additional .eko-mobile-contact-icon,
.header-sticky-wrapper .header-additional .eko-mobile-contact-icon {
	display: block;
}

.header .header-additional .cart-icon .ph,
.header-sticky-wrapper .header-additional .cart-icon .ph {
	font-size: 23px;
}

.header .header-additional .text,
.header-sticky-wrapper .header-additional .text,
.header .header-additional .cart-icon .text,
.header-sticky-wrapper .header-additional .cart-icon .text {
	display: block;
	font-family: "montserratregular", sans-serif;
	font-size: 9px;
	height: 12px;
	letter-spacing: -0.01em;
	line-height: 12px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	width: 100%;
}

.header .header-additional .cart-icon .counter,
.header-sticky-wrapper .header-additional .cart-icon .counter {
	background: #7ab234;
	border: 1px solid #fff;
	border-radius: 999px;
	box-sizing: content-box;
	color: #fff;
	font-size: 9px;
	height: 15px;
	line-height: 15px;
	min-width: 15px;
	position: absolute;
	right: calc(50% - 20px);
	text-align: center;
	top: -2px;
	width: auto;
}

.top-bar .phone,
.header-sticky-wrapper .header .phone {
	align-items: center;
	background: none !important;
	display: inline-flex;
	gap: 7px;
	padding-left: 0 !important;
}

.top-bar .phone::before,
.header-sticky-wrapper .header .phone::before {
	color: #7ab234;
	content: "\e3b8";
	display: inline-block;
	font-family: "Phosphor" !important;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}

.top-bar .line {
	margin: 0 0 0 !important;
}

.header-sticky-wrapper .header .line {
	border-bottom: 0 !important;
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
}

@media (min-width: 769px) {
	.eko-mobile-header-language {
		display: none !important;
	}

	.header-wrapper .secondary-header .inner,
	.header-sticky-wrapper .header .inner {
		border-radius: 0 0 12px 12px;
		overflow: hidden;
	}

	.header-sticky-wrapper .header .inner {
		box-shadow: 0 8px 22px rgba(28, 45, 62, 0.08);
	}

	.woocommerce-content .shop-wrapper .shop-sidebar .sidebar-wrapper {
		background: #fff;
		border-radius: 12px;
		box-shadow: 0 8px 24px rgba(28, 45, 62, 0.06);
		overflow: hidden;
		padding: 0;
	}

	.woocommerce-content .shop-wrapper .shop-sidebar #shop-sidebar-filters {
		background: #fff;
	}

	.woocommerce-content .shop-wrapper .shop-sidebar .shop-sidebar-inner {
		background: transparent;
		padding: 16px;
	}

	.shop-sidebar .widget,
	.shop-sidebar .berocket_single_filter_widget {
		border-bottom: 1px solid #edf2f6;
		margin-bottom: 14px;
		padding-bottom: 14px;
	}

	.shop-sidebar .widget:last-child,
	.shop-sidebar .berocket_single_filter_widget:last-child {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.shop-sidebar .widget-title,
	.shop-sidebar .berocket_single_filter_widget .bapf_head h3,
	.shop-sidebar .berocket_single_filter_widget .bapf_head > div,
	.shop-sidebar .berocket_ajax_group_filter_title {
		color: #1e2d3d;
		font-family: "montserratbold", sans-serif;
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 8px;
		padding: 0;
		text-transform: none;
	}

	.shop-sidebar .widget_product_categories .product-categories,
	.shop-sidebar .widget_product_categories .product-categories li,
	.shop-sidebar .berocket_single_filter_widget .bapf_body ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.shop-sidebar .widget_product_categories .product-categories,
	.shop-sidebar .berocket_single_filter_widget .bapf_body ul {
		display: flex;
		flex-direction: column;
		gap: 5px;
	}

	.shop-sidebar .widget_product_categories .product-categories li a,
	.shop-sidebar .berocket_single_filter_widget .bapf_ckbox_square li {
		align-items: center;
		border-radius: 16px;
		color: #536174;
		display: flex;
		font-family: "montserratregular", sans-serif;
		font-size: 13px;
		line-height: 18px;
		min-height: 30px;
		padding: 6px 10px !important;
		transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
	}

	.shop-sidebar .widget_product_categories .product-categories li a:hover,
	.shop-sidebar .widget_product_categories .product-categories li.current-cat > a,
	.shop-sidebar .berocket_single_filter_widget .bapf_ckbox_square li:has(input[type=checkbox]:checked) {
		background: rgba(122, 178, 52, 0.06);
		box-shadow: inset 0 0 0 1px rgba(122, 178, 52, 0.14);
		color: #1e2d3d;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_ckbox_square li:hover {
		background: transparent;
		box-shadow: none;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_ckbox_square li:has(input[type=checkbox]:checked):hover {
		background: rgba(122, 178, 52, 0.06);
		box-shadow: inset 0 0 0 1px rgba(122, 178, 52, 0.14);
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_ckbox_square input[type=checkbox] {
		border: 1px solid #d8e1ea !important;
		border-radius: 8px;
		flex: 0 0 18px;
		height: 18px;
		margin-left: 4px !important;
		margin-right: 9px !important;
		position: relative;
		width: 18px;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_ckbox_square input[type=checkbox]:checked {
		background: #7ab234;
		border-color: #7ab234 !important;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_ckbox_square input[type=checkbox]:checked::after {
		border: solid #fff;
		border-width: 0 2px 2px 0;
		content: "";
		height: 9px;
		left: 5px;
		position: absolute;
		top: 2px;
		transform: rotate(45deg);
		width: 5px;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_slidr_all {
		padding-top: 0;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_slidr_all .bapf_slidr_main.ui-widget-content {
		background: #edf2f6;
		border: 0;
		border-radius: 999px;
		height: 4px;
		margin: 4px 8px 10px !important;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_slidr_all .bapf_slidr_main.ui-widget-content .ui-slider-range {
		background: #7ab234;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_slidr_all .ui-slider-handle {
		background: #fff;
		border: 2px solid #7ab234;
		border-radius: 50%;
		box-shadow: 0 2px 8px rgba(122, 178, 52, 0.24);
		height: 18px;
		top: -7px;
		width: 18px;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_from,
	.shop-sidebar .berocket_single_filter_widget .bapf_to {
		align-items: center;
		background: #f8fafc;
		border: 1px solid #edf2f6;
		border-radius: 16px;
		color: #9aa7b7;
		display: inline-flex;
		font-size: 11px;
		margin-top: 10px;
		padding: 6px 8px;
		transition: border-color 0.2s ease, box-shadow 0.2s ease;
		width: calc(50% - 6px);
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_from {
		margin-right: 8px;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_from input,
	.shop-sidebar .berocket_single_filter_widget .bapf_to input {
		background: transparent;
		border: 0;
		color: #1e2d3d;
		font-family: "montserratbold", sans-serif;
		font-size: 11px;
		padding: 0;
		text-align: center;
		width: 100%;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_from:focus-within,
	.shop-sidebar .berocket_single_filter_widget .bapf_to:focus-within,
	.shop-sidebar .berocket_single_filter_widget .bapf_slct select:focus {
		border-color: #7ab234;
		box-shadow: 0 0 0 3px rgba(122, 178, 52, 0.12);
		outline: none;
	}

	.shop-sidebar .berocket_single_filter_widget span.bapf_taprice {
		color: #9aa7b7;
		min-width: 18px;
		text-align: right;
		width: auto;
	}

	.shop-sidebar .berocket_single_filter_widget .eko-delivery-time-notice__value {
		background: #f8fafc;
		border-left-color: #7ab234;
		border-radius: 16px;
		box-shadow: inset 0 0 0 1px #edf2f6;
		overflow: hidden;
		padding: 12px 14px;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_slct select,
	.shop-sidebar .berocket_single_filter_widget .select2-container .select2-selection--single {
		border: 1px solid #dfe7ee;
		border-radius: 16px;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_sfilter.bapf_slct .bapf_colaps_smb,
	.shop-sidebar .berocket_single_filter_widget .bapf_sfilter.bapf_slct .bapf_colaps_togl::after,
	.shop-sidebar .berocket_single_filter_widget .bapf_sfilter.bapf_slct .bapf_colaps_togl::before {
		display: none !important;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_sfilter.bapf_slct .bapf_colaps_togl {
		cursor: default;
		pointer-events: none;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_sfilter.bapf_slct .bapf_body,
	.shop-sidebar .berocket_single_filter_widget .bapf_sfilter.bapf_slct select,
	.shop-sidebar .berocket_single_filter_widget .bapf_sfilter.bapf_slct .select2-container,
	.shop-sidebar .berocket_single_filter_widget .bapf_sfilter.bapf_slct .select2-selection {
		pointer-events: auto;
	}
}

body > .country-selector.weglot-dropdown .wgcurrent,
body > .country-selector.weglot-dropdown ul {
	border-radius: 10px;
	overflow: hidden;
}

@media (max-width: 768px) {
	body > .country-selector.weglot-default,
	body > .country-selector.weglot-dropdown,
	body > .weglot-container,
	body > .wg-default {
		opacity: 0 !important;
		pointer-events: none !important;
		visibility: hidden !important;
	}

	html.eko-mobile-filter-open,
	body.eko-mobile-filter-open {
		overflow: hidden;
	}

	body {
		padding-bottom: calc(52px + env(safe-area-inset-bottom));
	}

	.header-wrapper,
	.header-wrapper .top-bar,
	.header-wrapper .header,
	.header-wrapper .secondary-header {
		width: 100%;
	}

	.header-wrapper .header {
		position: relative;
		z-index: 4;
	}

	.header-wrapper {
		position: sticky !important;
		top: 0;
		background: #f7fafc;
		z-index: 9999;
		box-shadow: 0 8px 22px rgba(28, 45, 62, 0.08);
	}

	body.admin-bar .header-wrapper {
		top: 46px;
	}

	.header-wrapper .container {
		width: 100%;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}

	.header-wrapper .top-bar .inner {
		padding: 0;
		text-align: center;
	}

	.header-wrapper .top-bar .inner a {
		color: inherit;
	}

	.header-wrapper .top-bar .phone {
		display: none !important;
	}

	.header-wrapper .top-bar .line {
		display: none;
	}

	.header-sticky-wrapper {
		display: none !important;
	}

	.header .navbar-toggler,
	.header-sticky-wrapper .navbar-toggler,
	#side-navigation {
		display: none !important;
	}

	.header .inner,
	.header-sticky-wrapper .inner {
		min-height: 58px;
		padding: 0 11px;
		background: #f7fafc !important;
		box-shadow: none;
		overflow: visible;
		position: relative;
		z-index: 3;
	}

	.header .header-logo,
	.header-sticky-wrapper .header-logo {
		width: auto;
		flex: 1 1 auto;
		padding: 0;
	}

	.header .header-logo .navbar-brand,
	.header-sticky-wrapper .header-logo .navbar-brand {
		padding: 8px 0;
	}

	.header .header-logo img,
	.header-sticky-wrapper .header-logo img {
		max-width: 142px;
		height: auto;
	}

	.header .header-toggler,
	.header-sticky-wrapper .header-toggler {
		width: auto;
		gap: 4px;
		flex: 0 0 auto;
		align-items: center;
	}

	.header .header-toggler .header-additional,
	.header-sticky-wrapper .header-toggler .header-additional {
		display: block;
		margin-right: 0;
	}

	.header .header-additional ul,
	.header-sticky-wrapper .header-additional ul {
		align-items: center;
		display: flex;
		gap: 3px;
		margin: 0;
		padding: 0;
	}

	.header .header-additional li,
	.header-sticky-wrapper .header-additional li {
		flex: 0 0 auto;
		line-height: 1;
		width: auto;
	}

	.header .header-additional a,
	.header-sticky-wrapper .header-additional a {
		height: 34px;
		padding: 0 !important;
		width: 30px;
	}

	.header .header-additional .login-link,
	.header .header-additional .favorites-link,
	.header .header-additional .cart-link,
	.header-sticky-wrapper .header-additional .login-link,
	.header-sticky-wrapper .header-additional .favorites-link,
	.header-sticky-wrapper .header-additional .cart-link {
		display: none !important;
	}

	.header .header-toggler .header-additional .eko-mobile-header-phone,
	.header-sticky-wrapper .header-toggler .header-additional .eko-mobile-header-phone,
	.header .header-toggler .header-additional .eko-mobile-header-b2b,
	.header-sticky-wrapper .header-toggler .header-additional .eko-mobile-header-b2b,
	.header .header-toggler .header-additional .contact-link,
	.header-sticky-wrapper .header-toggler .header-additional .contact-link,
	.header .header-toggler .header-additional .eko-mobile-header-language,
	.header-sticky-wrapper .header-toggler .header-additional .eko-mobile-header-language {
		display: block !important;
	}

	body.eko-mobile-header-compact .header .header-toggler .header-additional .eko-mobile-header-search,
	body.eko-mobile-header-compact .header-sticky-wrapper .header-toggler .header-additional .eko-mobile-header-search {
		display: block !important;
	}

	body.tax-product_cat.eko-mobile-header-compact .header .header-toggler .header-additional .eko-mobile-header-search,
	body.post-type-archive-product.eko-mobile-header-compact .header .header-toggler .header-additional .eko-mobile-header-search,
	body.product-tag.eko-mobile-header-compact .header .header-toggler .header-additional .eko-mobile-header-search,
	body.tax-product_cat.eko-mobile-header-compact .header-sticky-wrapper .header-toggler .header-additional .eko-mobile-header-search,
	body.post-type-archive-product.eko-mobile-header-compact .header-sticky-wrapper .header-toggler .header-additional .eko-mobile-header-search,
	body.product-tag.eko-mobile-header-compact .header-sticky-wrapper .header-toggler .header-additional .eko-mobile-header-search {
		display: none !important;
	}

	.header .header-additional .text,
	.header-sticky-wrapper .header-additional .text {
		display: none !important;
	}

	.header .header-additional img,
	.header-sticky-wrapper .header-additional img {
		width: 24px;
		height: 24px;
		object-fit: contain;
	}

	.header .header-additional .favorites-icon,
	.header .header-additional .b2b-icon,
	.header .header-additional .phone-icon,
	.header .header-additional .contact-icon,
	.header .header-additional .search-icon,
	.header .header-additional .language-icon,
	.header-sticky-wrapper .header-additional .favorites-icon,
	.header-sticky-wrapper .header-additional .b2b-icon,
	.header-sticky-wrapper .header-additional .phone-icon,
	.header-sticky-wrapper .header-additional .contact-icon,
	.header-sticky-wrapper .header-additional .search-icon,
	.header-sticky-wrapper .header-additional .language-icon {
		width: 30px;
		height: 34px;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header .header-additional .language-icon,
	.header-sticky-wrapper .header-additional .language-icon {
		width: 48px;
	}

	.header .header-additional .contact-icon img,
	.header-sticky-wrapper .header-additional .contact-icon img {
		display: none !important;
	}

	.header .header-additional .eko-mobile-contact-icon,
	.header-sticky-wrapper .header-additional .eko-mobile-contact-icon {
		display: block;
	}

	.header .header-additional .ph,
	.header-sticky-wrapper .header-additional .ph {
		align-items: center;
		color: #5f6f7e;
		display: inline-flex;
		font-size: 20px;
		height: 24px;
		justify-content: center;
		line-height: 1;
		vertical-align: middle;
		width: 24px;
	}

	.header .header-additional .b2b-mark,
	.header-sticky-wrapper .header-additional .b2b-mark {
		align-items: center;
		border: 1.5px solid #5f6f7e;
		border-radius: 3px;
		color: #5f6f7e;
		display: inline-flex;
		font-size: 9px;
		font-weight: 700;
		height: 20px;
		justify-content: center;
		letter-spacing: -0.2px;
		line-height: 1;
		width: 26px;
	}

	.eko-mobile-header-language {
		margin-left: 0;
		position: relative;
		z-index: 30;
	}

	.eko-mobile-header-language .language-icon {
		overflow: visible;
		position: relative;
	}

	.eko-mobile-language-toggle {
		align-items: center;
		background: transparent;
		border: 0;
		color: #5f6f7e;
		cursor: pointer;
		display: grid;
		grid-template-columns: 24px 14px;
		column-gap: 2px;
		height: 34px;
		justify-content: center;
		line-height: 1;
		margin: 0;
		padding: 0;
		width: 48px;
	}

	.eko-mobile-language-toggle .eko-language-flag {
		border: 1px solid rgba(28, 45, 62, 0.2);
		border-radius: 3px;
		display: block;
		height: 16px;
		overflow: hidden;
		width: 24px;
	}

	.eko-mobile-language-toggle .eko-language-flag svg {
		display: block;
		height: 100%;
		width: 100%;
	}

	.eko-mobile-language-toggle .eko-mobile-language-caret {
		font-size: 16px;
		height: 16px;
		margin-top: 1px;
		width: 14px;
	}

	.eko-mobile-header-language.is-open .eko-mobile-language-caret::before {
		content: "\e13c";
	}

	.eko-mobile-language-menu {
		background: #fff;
		border: 1px solid #e5edf3;
		border-radius: 12px;
		box-shadow: 0 12px 28px rgba(28, 45, 62, 0.14);
		display: none !important;
		list-style: none;
		margin: 7px 0 0 !important;
		min-width: 50px;
		padding: 6px 0 !important;
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 10050;
	}

	.eko-mobile-header-language.is-open .eko-mobile-language-menu {
		display: block !important;
	}

	.eko-mobile-language-menu li {
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.eko-mobile-language-menu a {
		align-items: center;
		box-sizing: border-box;
		color: #536174 !important;
		display: flex !important;
		font-family: "montserratbold", sans-serif;
		font-size: 16px;
		height: 34px;
		justify-content: center;
		line-height: 1 !important;
		min-width: 50px;
		padding: 0 !important;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
	}

	.eko-mobile-language-menu a::before {
		content: attr(data-language-code);
	}

	.eko-mobile-language-menu a[aria-current="true"] {
		color: #1c2d3e !important;
	}

	.secondary-header {
		display: block;
		overflow: hidden;
		max-height: 58px;
		opacity: 1;
		position: relative;
		transform: translateY(0);
		transition: max-height 180ms ease, opacity 160ms ease, transform 180ms ease;
		will-change: max-height, opacity, transform;
		z-index: 1;
	}

	body.eko-mobile-header-compact .header-wrapper .secondary-header {
		max-height: 0;
		opacity: 0;
		pointer-events: none;
		transform: translateY(-8px);
	}

	.secondary-header .inner {
		align-items: center;
		display: flex;
		gap: 10px;
		padding: 0 11px 12px;
		background: #f7fafc !important;
		box-shadow: none;
	}

	.secondary-header .header-search-bar {
		display: block;
		flex: 1 1 auto;
		margin: 0;
		min-width: 0;
	}

	.secondary-header .header-search-bar .dgwt-wcas-search-wrapp {
		max-width: none;
		width: 100%;
	}

	.secondary-header .header-search-bar input {
		height: 38px !important;
		border: 1px solid #dce6ef !important;
		border-radius: var(--eko-button-radius, 8px) !important;
		background: #fff !important;
		font-size: 12px !important;
		box-shadow: none !important;
	}

	.secondary-header .header-search-bar .dgwt-wcas-search-submit {
		top: 50% !important;
		left: 15px !important;
		width: 22px !important;
		height: 22px !important;
		padding: 0 !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		overflow: visible !important;
		text-indent: 0 !important;
		color: #7ab234 !important;
		background: transparent !important;
		border: 0 !important;
		opacity: 1 !important;
		transform: translateY(-50%);
	}

	.secondary-header .header-search-bar .dgwt-wcas-search-submit svg {
		display: none !important;
	}

	.secondary-header .header-search-bar .dgwt-wcas-search-submit:after {
		content: "\e30c" !important;
		position: relative;
		z-index: 2;
		display: block !important;
		width: 22px;
		height: 22px;
		color: #7ab234 !important;
		font-family: "Phosphor" !important;
		font-size: 19px !important;
		font-style: normal;
		font-weight: normal;
		line-height: 22px;
		text-align: center;
		text-indent: 0 !important;
	}

	.secondary-header #secondary-header-menu {
		display: none !important;
	}

	.eko-mobile-header-filter-button {
		align-items: center;
		background: transparent;
		border: 0;
		color: #7ab234;
		display: none;
		flex: 0 0 auto;
		font-family: "montserratbold", sans-serif;
		font-size: 12px;
		gap: 4px;
		line-height: 38px;
		padding: 0;
		text-transform: uppercase;
	}

	.eko-mobile-header-filter-button .ph {
		font-size: 14px;
		line-height: 1;
	}

	body.tax-product_cat .eko-mobile-header-filter-button,
	body.post-type-archive-product .eko-mobile-header-filter-button,
	body.product-tag .eko-mobile-header-filter-button {
		display: inline-flex;
	}

	body.tax-product_cat.eko-mobile-header-compact .header-wrapper .secondary-header,
	body.post-type-archive-product.eko-mobile-header-compact .header-wrapper .secondary-header,
	body.product-tag.eko-mobile-header-compact .header-wrapper .secondary-header {
		max-height: 58px;
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.eko-menu-cart-counter.counter {
		min-width: 15px;
		height: 15px;
		border-radius: 999px;
		font-size: 9px;
		line-height: 15px;
	}

	.eko-mobile-bottom-nav {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 9998;
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		background: #fff;
		border-top: 1px solid #e7edf2;
		box-shadow: 0 -8px 24px rgba(28, 45, 62, 0.08);
		padding: 7px 4px calc(7px + env(safe-area-inset-bottom));
	}

	body.eko-mobile-filter-open .eko-mobile-bottom-nav {
		display: none;
	}

	html.dgwt-wcas-overlay-mobile-on,
	html.dgwt-wcas-overlay-mobile-on body {
		width: 100%;
		height: 100%;
		overflow: hidden !important;
	}

	html.dgwt-wcas-overlay-mobile-on .eko-mobile-bottom-nav,
	html.dgwt-wcas-overlay-mobile-on .header-wrapper {
		display: none !important;
	}

	html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-overlay-mobile {
		position: fixed !important;
		inset: 0 !important;
		width: 100vw !important;
		height: 100vh !important;
		height: 100dvh !important;
		background: #fff;
		overflow: hidden;
	}

	html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar {
		position: relative;
		height: 56px;
		border-bottom: 0;
		align-items: center;
	}

	html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		height: 1px;
		background: #e5e7eb;
		pointer-events: none;
	}

	html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return,
	html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return:hover,
	html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return:focus {
		width: 56px;
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar .dgwt-wcas-om-return svg {
		display: none !important;
	}

	html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar .dgwt-wcas-om-return:before {
		content: "\e058";
		display: block;
		width: 22px;
		height: 22px;
		color: #111827;
		font-family: "Phosphor" !important;
		font-size: 22px;
		font-style: normal;
		font-weight: normal;
		line-height: 22px;
		text-align: center;
	}

	html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile {
		width: calc(100% - 56px);
		height: 56px;
		display: flex;
		align-items: center;
		margin: 0;
	}

	html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-search-wrapp-mobile input[type="search"].dgwt-wcas-search-input {
		height: 56px !important;
		min-height: 56px !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		border: 0 !important;
		border-radius: var(--eko-button-radius, 8px) !important;
		background: #fff !important;
		font-size: 16px !important;
		line-height: 56px !important;
		box-shadow: none !important;
	}

	html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp {
		height: 56px;
		display: flex;
		align-items: center;
	}

	html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-search-wrapp-mobile .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
		top: 0 !important;
		right: 0 !important;
		width: 44px !important;
		height: 56px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		color: #111827 !important;
		opacity: 1 !important;
	}

	html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-search-wrapp-mobile .dgwt-wcas-preloader.dgwt-wcas-close {
		right: 0 !important;
	}

	html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-search-wrapp-mobile .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) svg {
		display: none !important;
	}

	html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-search-wrapp-mobile .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader):before {
		content: "\e4f6" !important;
		position: static !important;
		display: block !important;
		width: 22px !important;
		height: 22px !important;
		background: transparent !important;
		color: #111827 !important;
		font-family: "Phosphor" !important;
		font-size: 22px !important;
		font-style: normal;
		font-weight: normal;
		line-height: 22px !important;
		text-align: center;
		transform: none !important;
	}

	html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp {
		position: fixed !important;
		left: 0 !important;
		right: 0 !important;
		top: 56px !important;
		bottom: 0 !important;
		width: 100vw !important;
		height: auto !important;
		max-height: none !important;
		min-height: 0 !important;
		padding-bottom: calc(66px + env(safe-area-inset-bottom)) !important;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch;
		border: 0 !important;
		border-radius: 0 !important;
	}

	html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
		position: fixed !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		z-index: 3;
		min-height: 48px;
		padding-bottom: env(safe-area-inset-bottom) !important;
		background: #fff !important;
		border-top: 1px solid #e5e7eb;
		box-shadow: 0 -8px 20px rgba(15, 23, 42, 0.08);
	}

	html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-search-wrapp-mobile .eko-search-suggestions-panel {
		position: fixed;
		top: 56px;
		left: 0;
		right: 0;
		bottom: 0;
		width: auto;
		max-height: none;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		padding: 12px 0 calc(18px + env(safe-area-inset-bottom));
	}

	html.dgwt-wcas-overlay-mobile-on .eko-search-suggestions-panel__item {
		min-height: 48px;
		grid-template-columns: 30px minmax(0, 1fr) auto;
		padding: 9px 20px;
		font-size: 14px;
	}

	.eko-mobile-bottom-nav__item {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 3px;
		color: #8492a6;
		font-family: "montserratmedium", sans-serif;
		font-size: 10px;
		line-height: 1.15;
		text-align: center;
	}

	.eko-mobile-bottom-nav__item.active,
	.eko-mobile-bottom-nav__item:hover {
		color: #7ab234;
	}

	.eko-mobile-bottom-nav__icon {
		display: block;
		font-size: 22px;
		line-height: 1;
	}

	.eko-mobile-bottom-nav .counter {
		position: absolute;
		top: -2px;
		right: calc(50% - 23px);
		background: #7ab234;
		border: 1px solid #fff;
		color: #fff;
		box-sizing: content-box;
	}

	.woocommerce .products,
	.woocommerce-page .products {
		margin-left: -5px !important;
		margin-right: -5px !important;
	}

	.woocommerce-content .shop-wrapper .shop-content .products {
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100%;
	}

	.woocommerce .columns .column,
	.woocommerce-page .columns .column,
	.woocommerce .columns-2 .column,
	.woocommerce .columns-3 .column,
	.woocommerce .columns-4 .column,
	.woocommerce .columns-5 .column,
	.woocommerce-page .columns-2 .column,
	.woocommerce-page .columns-3 .column,
	.woocommerce-page .columns-4 .column,
	.woocommerce-page .columns-5 .column {
		width: 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
		box-sizing: border-box;
		padding-left: 5px !important;
		padding-right: 5px !important;
		margin-bottom: 10px !important;
	}

	.woocommerce .product-item .product-inner,
	.woocommerce-page .product-item .product-inner {
		border-radius: 8px;
		box-shadow: 0 6px 18px rgba(28, 45, 62, 0.06);
		overflow: visible;
	}

	.woocommerce .product-category-item .product-category-inner,
	.woocommerce-page .product-category-item .product-category-inner {
		border-radius: 8px;
		overflow: hidden;
		box-shadow: 0 6px 18px rgba(28, 45, 62, 0.06);
	}

	.woocommerce .product-item .eko-shop-loop-thumbnail img,
	.woocommerce-page .product-item .eko-shop-loop-thumbnail img {
		border-radius: 8px 8px 0 0;
	}

	.woocommerce .product-category-item .product-category-inner img,
	.woocommerce-page .product-category-item .product-category-inner img {
		border-radius: 8px;
		display: block;
	}

	.woocommerce .product-item .product-inner .eko-shop-loop-details,
	.woocommerce-page .product-item .product-inner .eko-shop-loop-details {
		padding: 0 8px 10px;
	}

	.woocommerce .product-item .woocommerce-loop-product__title,
	.woocommerce-page .product-item .woocommerce-loop-product__title {
		font-size: 12px;
		line-height: 16px;
		margin: 8px 0;
		min-height: 48px;
	}

	.woocommerce .product-item .price > .amount,
	.woocommerce .product-item .price del,
	.woocommerce .product-item .price ins,
	.woocommerce-page .product-item .price > .amount,
	.woocommerce-page .product-item .price del,
	.woocommerce-page .product-item .price ins {
		font-size: 14px;
		padding: 0 2px;
	}

	.woocommerce .product-item .eko-shop-loop-actions,
	.woocommerce-page .product-item .eko-shop-loop-actions {
		background: #fff;
		border-radius: 0 0 8px 8px;
		margin-top: -8px;
		padding-top: 8px;
		position: static;
		opacity: 1;
		pointer-events: auto;
	}

	.woocommerce .product-item .eko-shop-loop-actions .eko-shop-loop-actions-inner,
	.woocommerce-page .product-item .eko-shop-loop-actions .eko-shop-loop-actions-inner {
		background: #fff;
		border-radius: 0 0 8px 8px;
		display: flex;
		justify-content: center;
		padding: 10px 8px 12px;
	}

	.woocommerce .product-item .eko-shop-loop-actions .button,
	.woocommerce .product-item .eko-shop-loop-actions .wvs-add-to-cart-button,
	.woocommerce-page .product-item .eko-shop-loop-actions .button,
	.woocommerce-page .product-item .eko-shop-loop-actions .wvs-add-to-cart-button {
		width: 100%;
		min-width: 0 !important;
		max-width: 172px;
		margin: 0 auto;
		padding: 10px 14px;
		font-size: 11px;
		line-height: 14px;
		white-space: nowrap;
	}

	.woocommerce .eko-woocommerce-filters,
	.woocommerce-page .eko-woocommerce-filters {
		background: transparent;
		padding: 0;
		margin-bottom: 12px;
	}

	.eko-mobile-shop-toolbar {
		display: none;
		align-items: center;
		gap: 8px;
		margin-bottom: 10px;
	}

	.eko-mobile-shop-search {
		flex: 1 1 auto;
		min-width: 0;
	}

	.eko-mobile-shop-search .dgwt-wcas-search-wrapp,
	.eko-mobile-shop-search .dgwt-wcas-search-wrapp > div {
		max-width: none !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	.eko-mobile-shop-search input {
		height: 44px !important;
		border: 1px solid #dfe7ee !important;
		border-radius: var(--eko-button-radius, 8px) !important;
		background: #fff !important;
		box-shadow: 0 6px 16px rgba(28, 45, 62, 0.05) !important;
	}

	#image-carousel-block_9c347a412a6b128106949b2a98f3006e .inner {
		background: #fff;
		border-radius: 12px;
		box-shadow: 0 8px 24px rgba(28, 45, 62, 0.06);
		overflow: hidden;
	}

	#image-carousel-block_9c347a412a6b128106949b2a98f3006e .slick-list {
		border-radius: 10px;
		overflow: hidden;
	}

	.home .content-with-slider-block .content,
	.front-page .content-with-slider-block .content {
		background: #fff !important;
		border-radius: 12px;
		box-shadow: 0 8px 24px rgba(28, 45, 62, 0.06);
		overflow: visible;
		padding: 18px 12px;
	}

	.home .content-with-slider-block .slick-carousel,
	.front-page .content-with-slider-block .slick-carousel {
		background: #fff;
		border-radius: 12px;
		box-shadow: 0 8px 24px rgba(28, 45, 62, 0.06);
		overflow: hidden;
		position: relative;
	}

	.home .content-with-slider-block .slick-image,
	.front-page .content-with-slider-block .slick-image {
		position: relative;
	}

	.home .content-with-slider-block .slick-arrows,
	.front-page .content-with-slider-block .slick-arrows {
		left: 0;
		padding: 0 8px;
		pointer-events: none;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 2;
	}

	.home .content-with-slider-block .slick-arrows button,
	.front-page .content-with-slider-block .slick-arrows button {
		align-items: center;
		background: rgba(255, 255, 255, 0.94);
		border: 1px solid #e2eaf2;
		border-radius: 50%;
		box-shadow: 0 4px 14px rgba(28, 45, 62, 0.14);
		color: #536174;
		display: flex;
		font-size: 12px;
		height: 24px;
		justify-content: center;
		line-height: 1;
		padding: 0;
		pointer-events: auto;
		text-shadow: none;
		transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
		width: 24px;
	}

	.home .content-with-slider-block .slick-arrows button:hover,
	.home .content-with-slider-block .slick-arrows button:focus,
	.front-page .content-with-slider-block .slick-arrows button:hover,
	.front-page .content-with-slider-block .slick-arrows button:focus {
		background: #7ab234;
		color: #fff;
		transform: translateY(-1px);
	}

	.home .content-with-slider-block .slick-arrows button:focus-visible,
	.front-page .content-with-slider-block .slick-arrows button:focus-visible {
		outline: 3px solid rgba(122, 178, 52, 0.5);
		outline-offset: 2px;
	}

	.home .content-with-slider-block .content h3,
	.front-page .content-with-slider-block .content h3 {
		color: #1e2d3d;
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 18px;
	}

	.home .content-with-slider-block .content table,
	.home .content-with-slider-block .content tbody,
	.home .content-with-slider-block .content tr,
	.front-page .content-with-slider-block .content table,
	.front-page .content-with-slider-block .content tbody,
	.front-page .content-with-slider-block .content tr {
		display: contents;
	}

	.home .content-with-slider-block .content tbody,
	.front-page .content-with-slider-block .content tbody {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 14px 10px;
	}

	.home .content-with-slider-block .content .mobile-hide,
	.front-page .content-with-slider-block .content .mobile-hide {
		display: block;
	}

	.home .content-with-slider-block .content td,
	.front-page .content-with-slider-block .content td {
		display: block;
		min-width: 0;
	}

	.home .content-with-slider-block .icon-box,
	.front-page .content-with-slider-block .icon-box {
		margin: 0;
		position: static;
	}

	.home .content-with-slider-block .icon-box .icon,
	.front-page .content-with-slider-block .icon-box .icon {
		align-items: center;
		background: #eef7ea;
		border-radius: 50%;
		display: flex;
		height: 56px;
		justify-content: center;
		margin: 0 auto 8px;
		padding: 0;
		width: 56px;
	}

	.home .content-with-slider-block .icon-box .icon img,
	.front-page .content-with-slider-block .icon-box .icon img {
		height: 28px;
		width: 28px;
	}

	.home .content-with-slider-block .icon-box .text,
	.front-page .content-with-slider-block .icon-box .text {
		color: #536174;
		font-family: "montserratbold", sans-serif;
		font-size: 11px;
		line-height: 13px;
	}

	.home .content-with-slider-block .icon-box .bubble-text,
	.front-page .content-with-slider-block .icon-box .bubble-text {
		display: none !important;
	}

	.home .content-with-slider-block .content table + *,
	.front-page .content-with-slider-block .content table + * {
		align-items: center;
		border: 1px solid #e5edf5;
		border-radius: 8px;
		display: flex;
		justify-content: center;
		margin-top: 14px;
		min-height: 34px;
		padding: 6px 10px;
		text-align: center;
	}

	.home .content-with-slider-block .eko-trustmate-summary,
	.front-page .content-with-slider-block .eko-trustmate-summary {
		margin-top: 14px;
	}

	.eko-mobile-shop-filter-button {
		border: 0;
		background: transparent;
		color: #7ab234;
		display: inline-flex;
		align-items: center;
		gap: 4px;
		font-family: "montserratbold", sans-serif;
		font-size: 12px;
		line-height: 44px;
		text-transform: uppercase;
		padding: 0 0 0 4px;
		position: relative;
		transition: color 0.2s ease;
	}

	.eko-mobile-shop-filter-button.has-active-filters {
		color: #689a2c;
	}

	.eko-mobile-filter-button-count {
		align-items: center;
		background: #7ab234;
		border-radius: 999px;
		color: #fff;
		display: inline-flex;
		font-family: "montserratbold", sans-serif;
		font-size: 10px;
		height: 18px;
		justify-content: center;
		line-height: 1;
		min-width: 18px;
		padding: 0 5px;
	}

	.eko-mobile-filter-button-count[hidden] {
		display: none !important;
	}

	.eko-woocommerce-ordering .filter-wrapper {
		align-items: center;
		background: #fff;
		border-radius: 12px;
		box-shadow: 0 6px 18px rgba(28, 45, 62, 0.04);
		box-sizing: border-box;
		display: flex !important;
		justify-content: flex-start;
		min-height: 50px;
		padding: 5px 12px 5px 15px;
		width: 100%;
	}

	.woocommerce .eko-woocommerce-filters,
	.woocommerce-page .eko-woocommerce-filters {
		z-index: 99;
	}

	.eko-woocommerce-ordering .f-ordering {
		align-items: center;
		display: grid !important;
		gap: 10px !important;
		grid-template-columns: auto minmax(0, 1fr);
		min-width: 0;
		padding: 0 !important;
		width: 100%;
	}

	.woocommerce .eko-woocommerce-filters .f-ordering .select2-container,
	.woocommerce-page .eko-woocommerce-filters .f-ordering .select2-container {
		justify-self: end;
		max-width: 100%;
		min-width: 0;
		width: 100% !important;
	}

	.woocommerce .eko-woocommerce-filters .f-ordering select,
	.woocommerce-page .eko-woocommerce-filters .f-ordering select {
		max-width: 100%;
		min-width: 0;
		width: 100%;
	}

	.woocommerce .eko-woocommerce-filters .f-ordering .select2-selection__rendered,
	.woocommerce-page .eko-woocommerce-filters .f-ordering .select2-selection__rendered {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.eko-woocommerce-ordering .f-pagesize,
	.eko-woocommerce-ordering .f-display {
		display: none !important;
	}

	.eko-woocommerce-filters {
		margin-bottom: 0;
	}

	.woocommerce-content .shop-wrapper {
		box-sizing: border-box;
		display: block;
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}

	.woocommerce-content .shop-wrapper .shop-content {
		box-sizing: border-box;
		max-width: 100%;
	}

	.breadcrumbs {
		padding-bottom: 0;
		overflow: hidden;
		position: relative;
	}

	.breadcrumbs::before,
	.breadcrumbs::after {
		content: "";
		inset: 0 0 0 auto;
		pointer-events: none;
		position: absolute;
		width: 36px;
		z-index: 2;
	}

	.breadcrumbs::before {
		background: linear-gradient(90deg, #f8fafc 22%, rgba(248, 250, 252, 0));
		inset: 0 auto 0 0;
	}

	.breadcrumbs::after {
		background: linear-gradient(90deg, rgba(248, 250, 252, 0), #f8fafc 78%);
	}

	.breadcrumbs .container {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.breadcrumbs .container::-webkit-scrollbar {
		display: none;
	}

	.breadcrumbs ul {
		display: inline-flex;
		flex-wrap: nowrap;
		margin: 0 15px;
		min-width: max-content;
		white-space: nowrap;
	}

	.breadcrumbs ul li,
	.breadcrumbs a,
	.breadcrumbs span {
		flex: 0 0 auto;
		white-space: nowrap;
	}

	.woocommerce-content .eko-shop-heading {
		background: transparent;
	}

	.woocommerce-content .shop-wrapper .shop-sidebar {
		position: static;
		width: auto;
	}

	.woocommerce-content .shop-wrapper .shop-sidebar .sidebar-wrapper {
		padding: 0;
	}

	.woocommerce-content .shop-wrapper .shop-sidebar #shop-sidebar-filters {
		position: fixed;
		inset: 0;
		z-index: 10000;
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: none;
		background: #fff;
		padding: 0 !important;
		clip-path: inset(0 0 0 100%);
		pointer-events: none;
		transform: none;
		transition: clip-path 0.24s ease, visibility 0s linear 0.24s;
		visibility: hidden;
	}

	.woocommerce-content .shop-wrapper .shop-sidebar #shop-sidebar-filters.active {
		clip-path: inset(0);
		pointer-events: auto;
		transition: clip-path 0.24s ease;
		visibility: visible;
	}

	.woocommerce-content .shop-wrapper .shop-sidebar #filter-sidebar-toggle {
		display: none !important;
	}

	.eko-mobile-filter-heading {
		align-items: center;
		border-bottom: 1px solid #edf2f6;
		color: #1e2d3d;
		display: grid;
		flex: 0 0 auto;
		font-family: "montserratbold", sans-serif;
		font-size: 17px;
		grid-template-columns: 48px minmax(0, 1fr) 76px;
		grid-template-rows: 82px auto;
		min-height: 82px;
		text-align: center;
	}

	.eko-mobile-filter-heading > span {
		grid-column: 2;
		grid-row: 1;
	}

	.eko-mobile-filter-close {
		background: transparent;
		border: 0;
		color: #9aa7b7;
		font-size: 24px;
		grid-column: 1;
		grid-row: 1;
		line-height: 1;
		padding: 0;
	}

	.eko-mobile-filter-reset {
		align-items: center;
		align-self: stretch;
		color: #f15f6d !important;
		display: flex;
		font-family: "montserratbold", sans-serif;
		font-size: 12px;
		grid-column: 3;
		grid-row: 1;
		justify-content: flex-start;
		padding-right: 12px;
		text-align: left;
	}

	.eko-mobile-filter-reset:hover,
	.eko-mobile-filter-reset:focus {
		color: #d94b58 !important;
	}

	.eko-mobile-filter-heading-actions {
		display: contents;
	}

	.eko-mobile-applied-filters-toggle {
		align-items: center;
		background: transparent;
		border: 0;
		border-top: 1px solid #edf2f6;
		color: #689a2c;
		display: flex;
		font-family: "montserratbold", sans-serif;
		font-size: 13px;
		grid-column: 1 / -1;
		grid-row: 2;
		justify-content: space-between;
		line-height: 18px;
		min-height: 52px;
		padding: 0 16px;
		text-align: left;
		width: 100%;
	}

	.eko-mobile-applied-filters-toggle[hidden] {
		display: none !important;
	}

	.eko-mobile-applied-filters-title {
		align-items: center;
		display: inline-flex;
		gap: 5px;
	}

	.eko-mobile-applied-filters-count {
		align-items: center;
		background: #7ab234;
		border-radius: 999px;
		color: #fff;
		display: inline-flex;
		font-family: "montserratbold", sans-serif;
		font-size: 10px;
		height: 18px;
		justify-content: center;
		line-height: 1;
		min-width: 18px;
		padding: 0 5px;
	}

	.eko-mobile-applied-filters-arrow {
		color: inherit;
		flex: 0 0 auto;
		font-size: 15px;
		transition: transform 0.2s ease;
	}

	.eko-mobile-applied-filters-toggle[aria-expanded="true"] .eko-mobile-applied-filters-arrow {
		transform: rotate(180deg);
	}

	.woocommerce-content .shop-wrapper .shop-sidebar #shop-sidebar-filters .berocket_aapf_widget_selected_area,
	.woocommerce-content .shop-wrapper .shop-sidebar #shop-sidebar-filters .bapf_sfilter.bapf_sfa,
	.woocommerce-content .shop-wrapper .shop-sidebar #shop-sidebar-filters .berocket_single_filter_widget:has(.bapf_sfa_unall),
	.woocommerce-content .shop-wrapper .shop-sidebar #shop-sidebar-filters .berocket_single_filter_widget:has(.braapf_unselect_all) {
		display: none !important;
	}

	.woocommerce-content .shop-wrapper .shop-sidebar #shop-sidebar-filters.is-showing-applied-filters .berocket_single_filter_widget:has(.berocket_aapf_widget_selected_area) {
		background: #fff;
		border-bottom: 1px solid #edf2f6;
		display: block !important;
		margin: 0 0 14px;
		order: -2;
		padding: 0 0 14px;
		position: static;
	}

	.woocommerce-content .shop-wrapper .shop-sidebar #shop-sidebar-filters.is-showing-applied-filters .bapf_sfilter:has(.berocket_aapf_widget_selected_area),
	.woocommerce-content .shop-wrapper .shop-sidebar #shop-sidebar-filters.is-showing-applied-filters .berocket_aapf_widget_selected_area {
		display: block !important;
	}

	.woocommerce-content .shop-wrapper .shop-sidebar #shop-sidebar-filters .berocket_single_filter_widget:has(.berocket_aapf_widget_selected_area) .bapf_head {
		display: none !important;
	}

	.woocommerce-content .shop-wrapper .shop-sidebar #shop-sidebar-filters .shop-sidebar-inner {
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
		overflow: auto;
		padding: 14px 16px 20px;
	}
	.eko-mobile-filter-categories {
		display: block;
		border-bottom: 1px solid #edf2f6;
		margin: 0 0 12px;
		padding: 0 0 12px;
	}

	.eko-mobile-filter-categories h3,
	.shop-sidebar .berocket_single_filter_widget .bapf_head h3,
	.shop-sidebar .berocket_single_filter_widget .bapf_head > div {
		display: flex;
		align-items: center;
		gap: 8px;
		color: #1e2d3d;
		font-family: "montserratbold", sans-serif;
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 10px;
	}

	.eko-mobile-filter-categories h3 i {
		color: #7ab234;
		font-size: 18px;
		line-height: 1;
	}

	.eko-mobile-filter-category-list,
	.eko-mobile-filter-category-list li {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.eko-mobile-filter-category-list {
		display: flex;
		flex-direction: column;
		gap: 3px;
	}

	.eko-mobile-filter-category-list a {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto auto;
		align-items: center;
		gap: 8px;
		min-height: 34px;
		border: 1px solid transparent;
		border-radius: 10px;
		color: #506176;
		font-family: "montserratmedium", sans-serif;
		font-size: 12px;
		line-height: 16px;
		padding: 7px 9px;
	}

	.eko-mobile-filter-category-list a:hover,
	.eko-mobile-filter-category-list a:focus,
	.eko-mobile-filter-category-list .is-active a {
		border-color: #7ab234;
		color: #1e2d3d;
		background: rgba(122, 178, 52, 0.06);
	}

	.eko-mobile-filter-category-name {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.eko-mobile-filter-category-count {
		color: #9aa7b7;
		font-family: "montserratbold", sans-serif;
		font-size: 12px;
	}

	.eko-mobile-filter-category-list .ph-check-circle {
		color: #7ab234;
		font-size: 17px;
	}

	.eko-mobile-filter-footer {
		position: sticky;
		bottom: 0;
		z-index: 2;
		display: block;
		flex: 0 0 auto;
		padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
		background: linear-gradient(180deg, rgba(255,255,255,0.78), #fff 24%);
		box-shadow: 0 -10px 24px rgba(28, 45, 62, 0.08);
	}

	.eko-mobile-filter-apply {
		width: 100%;
		min-height: 48px;
		border: 0;
		border-radius: 999px;
		background: #7ab234;
		color: #fff;
		display: inline-flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		font-family: "montserratbold", sans-serif;
		font-size: 14px;
		padding: 0 14px 0 18px;
		box-shadow: 0 10px 24px rgba(122, 178, 52, 0.28);
	}

	.eko-mobile-filter-apply > span:first-child {
		display: inline-flex;
		align-items: center;
		gap: 8px;
	}

	.eko-mobile-filter-count {
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.2);
		color: #fff;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		line-height: 1;
		min-width: 92px;
		min-height: 28px;
		padding: 8px 10px;
		white-space: nowrap;
	}

	.eko-mobile-filter-count.is-loading {
		font-size: 0;
	}

	.eko-mobile-filter-count.is-loading::before {
		content: "";
		width: 14px;
		height: 14px;
		border: 2px solid rgba(255, 255, 255, 0.35);
		border-top-color: #fff;
		border-radius: 50%;
		animation: eko-mobile-filter-count-spin 0.75s linear infinite;
	}

	@keyframes eko-mobile-filter-count-spin {
		to {
			transform: rotate(360deg);
		}
	}

	.eko-mobile-show-more-categories {
		border: 0;
		background: transparent;
		color: #7ab234;
		display: inline-flex;
		align-items: center;
		gap: 6px;
		font-family: "montserratbold", sans-serif;
		font-size: 12px;
		padding: 8px 0 0;
		text-align: left;
	}

	.eko-mobile-show-more-categories .ph {
		font-size: 13px;
		line-height: 1;
		transition: transform 0.2s ease;
	}

	.eko-mobile-show-more-categories.active .ph {
		transform: rotate(180deg);
	}

	.shop-sidebar .widget,
	.shop-sidebar .berocket_single_filter_widget {
		border-bottom: 1px solid #edf2f6;
		margin-bottom: 12px;
		padding-bottom: 12px;
	}

	.shop-sidebar .eko-mobile-filter-native-button,
	.shop-sidebar .berocket_single_filter_widget:has(.bapf_update) {
		display: none !important;
		border: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.shop-sidebar .widget_product_categories {
		display: none !important;
	}

	.shop-sidebar .widget-title,
	.shop-sidebar .berocket_single_filter_widget .bapf_head h3,
	.shop-sidebar .berocket_single_filter_widget .bapf_head > div,
	.shop-sidebar .berocket_ajax_group_filter_title {
		color: #1e2d3d;
		font-family: "montserratbold", sans-serif;
		font-size: 14px;
		margin-bottom: 6px;
	}

	.shop-sidebar .berocket_ajax_group_filter_title {
		display: none;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_sfilter {
		margin-bottom: 0;
	}

	.shop-sidebar .berocket_single_filter_widget .eko-mobile-select-filter-open .bapf_body {
		display: block !important;
	}

	.shop-sidebar .berocket_single_filter_widget .eko-mobile-select-filter-open .bapf_colaps_smb {
		display: none !important;
	}

	.shop-sidebar .berocket_single_filter_widget .eko-mobile-select-filter-open .bapf_colaps_togl::after,
	.shop-sidebar .berocket_single_filter_widget .eko-mobile-select-filter-open .bapf_colaps_togl::before {
		display: none !important;
	}

	.shop-sidebar .berocket_single_filter_widget .eko-mobile-select-filter-open .bapf_colaps_togl {
		cursor: default;
		pointer-events: none;
	}

	.shop-sidebar .berocket_single_filter_widget .eko-mobile-select-filter-open.bapf_hascolarr,
	.shop-sidebar .berocket_single_filter_widget .eko-mobile-select-filter-open .bapf_body,
	.shop-sidebar .berocket_single_filter_widget .eko-mobile-select-filter-open select,
	.shop-sidebar .berocket_single_filter_widget .eko-mobile-select-filter-open .select2-container,
	.shop-sidebar .berocket_single_filter_widget .eko-mobile-select-filter-open .select2-selection {
		pointer-events: auto;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_ckbox_square label,
	.shop-sidebar .widget_product_categories a {
		font-size: 14px;
		line-height: 20px;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_body ul {
		display: flex;
		flex-direction: column;
		gap: 4px;
		margin: 0;
		padding: 0;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_ckbox_square li {
		display: flex;
		align-items: center;
		min-height: 28px;
		border-radius: 14px;
		padding: 5px 9px 5px 8px !important;
		transition: background 0.2s ease, box-shadow 0.2s ease;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_ckbox_square li:has(input[type=checkbox]:checked) {
		background: rgba(122, 178, 52, 0.06);
		box-shadow: inset 0 0 0 1px rgba(122, 178, 52, 0.14);
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_ckbox_square li:hover {
		background: transparent;
		box-shadow: none;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_ckbox_square li:has(input[type=checkbox]:checked):hover {
		background: rgba(122, 178, 52, 0.06);
		box-shadow: inset 0 0 0 1px rgba(122, 178, 52, 0.14);
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_ckbox_square input[type=checkbox] {
		border: 1px solid #d8e1ea !important;
		border-radius: 8px;
		width: 19px;
		flex: 0 0 19px;
		height: 19px;
		margin-left: 8px !important;
		margin-right: 10px !important;
		position: relative;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_ckbox_square input[type=checkbox]:checked {
		background: #7ab234;
		border-color: #7ab234 !important;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_ckbox_square input[type=checkbox]:checked::after {
		content: "";
		position: absolute;
		left: 6px;
		top: 3px;
		width: 5px;
		height: 9px;
		border: solid #fff;
		border-width: 0 2px 2px 0;
		transform: rotate(45deg);
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_sfilter li:has(input[type=checkbox]) {
		align-items: center;
		border-radius: 14px;
		display: flex;
		min-height: 28px;
		padding: 5px 9px 5px 8px !important;
		transition: background 0.2s ease, box-shadow 0.2s ease;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_sfilter li:has(input[type=checkbox]:checked) {
		background: rgba(122, 178, 52, 0.06);
		box-shadow: inset 0 0 0 1px rgba(122, 178, 52, 0.14);
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_sfilter li:has(input[type=checkbox]) label {
		align-items: center;
		display: flex;
		margin: 0;
		width: 100%;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_sfilter input[type=checkbox] {
		appearance: none;
		-webkit-appearance: none;
		background: #fff;
		border: 1px solid #d8e1ea !important;
		border-radius: 8px;
		box-sizing: border-box;
		flex: 0 0 19px;
		height: 19px;
		margin-left: 8px !important;
		margin-right: 10px !important;
		position: relative;
		width: 19px;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_sfilter input[type=checkbox]:checked {
		background: #7ab234;
		border-color: #7ab234 !important;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_sfilter input[type=checkbox]:checked::after {
		border: solid #fff;
		border-width: 0 2px 2px 0;
		content: "";
		height: 9px;
		left: 6px;
		position: absolute;
		top: 3px;
		transform: rotate(45deg);
		width: 5px;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_slidr_all {
		padding-top: 0;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_slidr_all .bapf_slidr_main.ui-widget-content {
		height: 4px;
		margin: 4px 8px 10px !important;
		border: 0;
		border-radius: 999px;
		background: #edf2f6;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_slidr_all .bapf_slidr_main.ui-widget-content .ui-slider-range {
		background: #7ab234;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_slidr_all .ui-slider-handle {
		top: -8px;
		width: 19px;
		height: 19px;
		border: 2px solid #7ab234;
		border-radius: 50%;
		background: #fff;
		box-shadow: 0 2px 8px rgba(122, 178, 52, 0.24);
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_from,
	.shop-sidebar .berocket_single_filter_widget .bapf_to {
		display: inline-flex;
		align-items: center;
		width: calc(50% - 12px);
		border: 1px solid #edf2f6;
		border-radius: 16px;
		background: #f8fafc;
		color: #9aa7b7;
		font-size: 11px;
		margin-top: 10px;
		padding: 6px 10px;
		transition: border-color 0.2s ease, box-shadow 0.2s ease;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_from {
		margin-right: 20px;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_from input,
	.shop-sidebar .berocket_single_filter_widget .bapf_to input {
		width: 100%;
		border: 0;
		background: transparent;
		color: #1e2d3d;
		font-family: "montserratbold", sans-serif;
		font-size: 12px;
		text-align: center;
		padding: 0;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_from:focus-within,
	.shop-sidebar .berocket_single_filter_widget .bapf_to:focus-within,
	.shop-sidebar .berocket_single_filter_widget .bapf_slct select:focus {
		border-color: #7ab234;
		box-shadow: 0 0 0 3px rgba(122, 178, 52, 0.12);
		outline: none;
	}

	.shop-sidebar .berocket_single_filter_widget span.bapf_taprice {
		width: auto;
		min-width: 18px;
		color: #9aa7b7;
		text-align: right;
	}

	.shop-sidebar .berocket_single_filter_widget .eko-delivery-time-notice__value {
		border-radius: 16px;
		background: #f8fafc;
		box-shadow: inset 0 0 0 1px #edf2f6;
		overflow: hidden;
		padding: 12px 14px;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_slct select,
	.shop-sidebar .berocket_single_filter_widget .select2-container .select2-selection--single {
		border-radius: 16px;
	}

	.shop-sidebar .berocket_single_filter_widget .bapf_slct select,
	.shop-sidebar .berocket_single_filter_widget .select2-container {
		position: relative;
		z-index: 3;
	}

	.select2-container--open,
	.select2-dropdown {
		z-index: 10003;
	}

	#shop-sidebar-filters > .select2-container {
		z-index: 10004;
	}

	#shop-sidebar-filters .select2-container--default .select2-selection--single {
		align-items: center;
		background: #fff;
		border: 1px solid #dfe7ee;
		border-radius: 16px;
		display: flex;
		height: 40px;
		padding: 0 36px 0 12px;
	}

	#shop-sidebar-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #536174;
		font-family: "montserratregular", sans-serif;
		font-size: 14px;
		line-height: 40px;
		padding: 0;
	}

	#shop-sidebar-filters .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 40px;
		right: 10px;
		top: 0;
	}

	#shop-sidebar-filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
		border-color: #9aa7b7 transparent transparent transparent;
	}

	#shop-sidebar-filters .select2-container--default.select2-container--focus .select2-selection--single,
	#shop-sidebar-filters .select2-container--open .select2-selection--single {
		border-color: #7ab234;
		box-shadow: 0 0 0 3px rgba(122, 178, 52, 0.12);
	}

	#shop-sidebar-filters .select2-dropdown {
		background: #fff;
		border: 1px solid #dfe7ee;
		border-radius: 16px;
		box-shadow: 0 12px 28px rgba(28, 45, 62, 0.14);
		margin-top: 6px;
		overflow: hidden;
	}

	#shop-sidebar-filters .select2-search--dropdown {
		padding: 8px;
	}

	#shop-sidebar-filters .select2-search--dropdown .select2-search__field {
		border: 1px solid #dfe7ee;
		border-radius: 12px;
		color: #1e2d3d;
		font-family: "montserratregular", sans-serif;
		font-size: 13px;
		outline: none;
		padding: 8px 10px;
	}

	#shop-sidebar-filters .select2-search--dropdown .select2-search__field:focus {
		border-color: #7ab234;
		box-shadow: 0 0 0 3px rgba(122, 178, 52, 0.12);
	}

	#shop-sidebar-filters .select2-results__options {
		max-height: 180px;
		padding: 4px;
	}

	#shop-sidebar-filters .select2-results__option {
		border-radius: 12px;
		color: #536174;
		font-family: "montserratregular", sans-serif;
		font-size: 13px;
		line-height: 18px;
		margin: 2px 0;
		padding: 9px 10px;
	}

	#shop-sidebar-filters .select2-container--default .select2-results__option--highlighted[aria-selected],
	#shop-sidebar-filters .select2-container--default .select2-results__option[aria-selected="true"] {
		background: rgba(122, 178, 52, 0.1);
		color: #1e2d3d;
	}

	.woocommerce .eko-shop-pagination,
	.woocommerce-page .eko-shop-pagination {
		background: #fff;
		border-radius: 12px;
		box-shadow: 0 8px 24px rgba(28, 45, 62, 0.06);
		margin: 0 0 16px;
		overflow: hidden;
		padding: 10px 15px;
	}

	.woocommerce .eko-shop-pagination .eko-shop-pagination-inner,
	.woocommerce-page .eko-shop-pagination .eko-shop-pagination-inner {
		align-items: center;
		background: transparent;
		border-radius: 0;
		box-shadow: none;
		display: flex;
		gap: 6px;
		flex-wrap: nowrap;
		justify-content: space-between;
		position: relative;
		padding: 0;
	}

	.woocommerce .eko-shop-pagination .page-dots,
	.woocommerce-page .eko-shop-pagination .page-dots {
		align-items: center;
		display: inline-flex;
		gap: 6px;
		justify-content: center;
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.woocommerce .eko-shop-pagination a,
	.woocommerce-page .eko-shop-pagination a {
		align-items: center;
		background: #7ab234;
		border: 1px solid #7ab234;
		border-radius: 9px;
		color: #fff;
		display: inline-flex;
		font-family: "montserratbold", sans-serif;
		font-size: 12px;
		height: 32px;
		justify-content: center;
		line-height: 1;
		min-width: 32px;
		padding: 0 9px;
	}

	.woocommerce .eko-shop-pagination .page-numbers,
	.woocommerce-page .eko-shop-pagination .page-numbers {
		align-items: center;
		background: #7ab234;
		border: 1px solid #7ab234;
		border-radius: 9px;
		color: #fff;
		display: inline-flex;
		font-family: "montserratbold", sans-serif;
		font-size: 12px;
		height: 32px;
		justify-content: center;
		line-height: 1;
		min-width: 32px;
		padding: 0 9px;
	}

	.woocommerce .eko-shop-pagination .page-numbers.current,
	.woocommerce-page .eko-shop-pagination .page-numbers.current {
		background: #fff;
		border-color: #7ab234;
		color: #7ab234;
	}

	.woocommerce .eko-shop-pagination .page-numbers.dots,
	.woocommerce-page .eko-shop-pagination .page-numbers.dots {
		background: transparent;
		border-color: transparent;
		color: #9aa7b7;
		min-width: 16px;
		padding: 0 2px;
	}

	.woocommerce .eko-shop-pagination .page-prev,
	.woocommerce .eko-shop-pagination .page-next,
	.woocommerce-page .eko-shop-pagination .page-prev,
	.woocommerce-page .eko-shop-pagination .page-next {
		display: inline-flex;
		font-size: 0;
		line-height: 1;
		float: none;
		position: static;
		width: auto;
		z-index: 1;
	}

	.woocommerce .eko-shop-pagination .page-prev,
	.woocommerce-page .eko-shop-pagination .page-prev {
		justify-content: flex-start;
	}

	.woocommerce .eko-shop-pagination .page-next,
	.woocommerce-page .eko-shop-pagination .page-next {
		justify-content: flex-end;
	}

	.woocommerce .eko-shop-pagination .page-prev a,
	.woocommerce .eko-shop-pagination .page-next a,
	.woocommerce-page .eko-shop-pagination .page-prev a,
	.woocommerce-page .eko-shop-pagination .page-next a {
		color: #fff;
		padding: 0;
	}

	.woocommerce .eko-shop-pagination .page-prev .ph,
	.woocommerce .eko-shop-pagination .page-next .ph,
	.woocommerce-page .eko-shop-pagination .page-prev .ph,
	.woocommerce-page .eko-shop-pagination .page-next .ph {
		font-size: 16px;
		line-height: 1;
	}

	.eko-shop-cart-form .cross-sells,
	.eko-shop-cart-form .full-content-block.style2 {
		margin-top: 16px;
	}

	.eko-shop-cart-form .full-content-block.style2 .products {
		flex-wrap: nowrap;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		scroll-snap-type: x mandatory;
		padding-bottom: 6px;
	}

	.eko-shop-cart-form .full-content-block.style2 .products .column {
		scroll-snap-align: start;
	}

	.eko-shop-cart-form .heading-block {
		margin-top: 18px;
	}

	.eko-shop-cart-form .heading-block .title {
		font-size: 16px;
	}

	.eko-image-two-box-mobile-slider {
		margin: 12px 0;
	}

	.eko-image-two-box-mobile-slider > .container {
		padding-left: 0;
		padding-right: 0;
	}

	.eko-image-two-box-mobile-source-hidden {
		display: none !important;
	}

	.eko-image-two-box-mobile-slider .row {
		display: block;
		margin: 0;
		position: relative;
	}

	.eko-image-two-box-mobile-slider .slick-list {
		overflow: hidden;
	}

	.eko-image-two-box-mobile-slider .slick-slide {
		height: auto;
		padding: 0 8px 0 0;
	}

	.eko-image-two-box-mobile-slider .slick-track {
		display: flex !important;
		align-items: stretch;
		margin-left: 0;
	}

	.eko-image-two-box-mobile-slider .slick-slide > div {
		display: flex;
		height: 100%;
	}

	.eko-image-two-box-mobile-slider .slick-slide .col-lg-6 {
		display: flex !important;
		height: 100%;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.eko-image-two-box-mobile-slider .slick-list.draggable .slick-slide .col-lg-6 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.eko-image-two-box-mobile-slider .slick-slide:last-child {
		padding-right: 0;
	}

	.eko-image-two-box-mobile-slider .flex {
		background: #fff;
		border-radius: 12px;
		box-shadow: 0 8px 24px rgba(28, 45, 62, 0.06);
		display: flex;
		height: 100%;
		overflow: hidden;
		width: 100%;
	}

	.eko-image-two-box-mobile-slider .flex .image-col {
		align-items: center;
		align-self: stretch;
		display: flex;
		justify-content: center;
		padding: 10px 0 10px 10px;
		width: 34%;
	}

	.eko-image-two-box-mobile-slider.style2 .flex .image-col {
		padding: 10px 0 10px 10px;
		width: 34%;
	}

	.eko-image-two-box-mobile-slider .flex .image-col img,
	.eko-image-two-box-mobile-slider.style2 .flex .image-col img {
		display: block;
		border-radius: 10px;
		height: 100%;
		max-width: 100%;
		object-fit: cover;
		width: 100%;
	}

	.eko-image-two-box-mobile-slider .flex .content-col,
	.eko-image-two-box-mobile-slider.style2 .flex .content-col {
		background: #fff;
		width: 66%;
	}

	.eko-image-two-box-mobile-slider .flex .content-col .inner-col,
	.eko-image-two-box-mobile-slider.style2 .flex .content-col .inner-col {
		font-size: 12px;
		line-height: 16px;
		padding: 12px;
	}

	.eko-image-two-box-mobile-slider .flex .content-col .inner-col p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		margin: 0;
		overflow: hidden;
	}

	.eko-image-two-box-mobile-slider .slick-prev,
	.eko-image-two-box-mobile-slider .slick-next {
		align-items: center;
		background: rgba(255, 255, 255, 0.94);
		border: 1px solid #e2eaf2;
		border-radius: 50%;
		box-shadow: 0 4px 14px rgba(28, 45, 62, 0.14);
		color: #536174;
		display: flex;
		font-size: 12px;
		height: 24px;
		justify-content: center;
		line-height: 1;
		padding: 0;
		position: absolute;
		text-shadow: none;
		top: 50%;
		transform: translateY(-50%);
		transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
		width: 24px;
		z-index: 2;
	}

	.eko-image-two-box-mobile-slider .slick-prev {
		left: 15px;
	}

	.eko-image-two-box-mobile-slider .slick-next {
		right: 15px;
	}

	.eko-image-two-box-mobile-slider .slick-prev:hover,
	.eko-image-two-box-mobile-slider .slick-prev:focus,
	.eko-image-two-box-mobile-slider .slick-next:hover,
	.eko-image-two-box-mobile-slider .slick-next:focus {
		background: #7ab234;
		color: #fff;
		transform: translateY(-50%) translateY(-1px);
	}

	.eko-image-two-box-mobile-slider .slick-prev:focus-visible,
	.eko-image-two-box-mobile-slider .slick-next:focus-visible {
		outline: 3px solid rgba(122, 178, 52, 0.5);
		outline-offset: 2px;
	}

	.eko-trust-mobile-slider .row {
		display: block;
		margin: 0 -4px;
		position: relative;
	}

	.eko-trust-mobile-slider .slick-list {
		border-radius: 12px;
		overflow: hidden;
	}

	.eko-trust-mobile-slider .slick-slide {
		height: auto;
		padding: 0 4px;
	}

	.eko-trust-mobile-slider .slick-track {
		display: flex !important;
		align-items: stretch;
	}

	.eko-trust-mobile-slider .slick-slide > div,
	.eko-trust-mobile-slider .slick-slide [class*="col-"] {
		height: 100%;
	}

	.eko-trust-mobile-slider .inner-col {
		border-radius: 12px;
		box-shadow: 0 8px 24px rgba(28, 45, 62, 0.06);
		font-size: 11px;
		height: 100%;
		line-height: 16px;
		padding: 12px;
		text-align: left;
	}

	.eko-trust-mobile-slider .inner-col p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		margin-bottom: 8px;
		overflow: hidden;
	}

	.eko-trust-mobile-slider .slick-prev,
	.eko-trust-mobile-slider .slick-next {
		align-items: center;
		background: rgba(255, 255, 255, 0.94);
		border: 1px solid #e2eaf2;
		border-radius: 50%;
		box-shadow: 0 4px 14px rgba(28, 45, 62, 0.14);
		color: #536174;
		display: flex;
		font-size: 0;
		height: 24px;
		justify-content: center;
		line-height: 1;
		padding: 0;
		position: absolute;
		text-shadow: none;
		top: 50%;
		transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
		width: 24px;
		z-index: 2;
		transform: translateY(-50%);
	}

	.eko-trust-mobile-slider .slick-prev::before,
	.eko-trust-mobile-slider .slick-next::before {
		font-family: "Phosphor" !important;
		font-size: 12px;
		line-height: 1;
	}

	.eko-trust-mobile-slider .slick-prev::before {
		content: "\e128";
	}

	.eko-trust-mobile-slider .slick-next::before {
		content: "\e12a";
	}

	.eko-trust-mobile-slider .slick-prev:hover,
	.eko-trust-mobile-slider .slick-prev:focus,
	.eko-trust-mobile-slider .slick-next:hover,
	.eko-trust-mobile-slider .slick-next:focus {
		background: #7ab234;
		color: #fff;
		transform: translateY(-50%) translateY(-1px);
	}

	.eko-trust-mobile-slider .slick-prev:focus-visible,
	.eko-trust-mobile-slider .slick-next:focus-visible {
		outline: 3px solid rgba(122, 178, 52, 0.5);
		outline-offset: 2px;
	}

	.eko-trust-mobile-slider .slick-prev {
		left: 2px;
	}

	.eko-trust-mobile-slider .slick-next {
		right: 2px;
	}
}

:root {
	--eko-brand-green-hover: #689a2c;
	--eko-brand-focus-ring: rgba(122, 178, 52, 0.5);
}

.heading-block .inner {
	background: transparent;
}

.badges-container .badge {
	border-radius: 8px;
}

.eko-shop-loop-thumbnail .badges-container {
	z-index: 2;
}

.eko-promo-badge-link {
	display: inline-flex;
}

.eko-shop-notice {
	margin: 20px 0;
}

.eko-shop-cart-form .eko-shop-cart-form-inner,
.eko-shop-cart-summary .cart_totals {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(28, 45, 62, 0.06);
}

.eko-shop-cart-form .eko-shop-cart-form-inner {
	overflow: hidden;
}

.eko-checkout-stage {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
	grid-auto-flow: dense;
	gap: 20px;
}

.eko-checkout-stage > .eko-checkout-coupon-wrap {
	grid-column: 2;
	margin-bottom: 0;
	order: 1;
}

.eko-checkout-stage > .eko-checkout-form {
	display: contents;
}

.eko-checkout-stage > .eko-checkout-form > .woocommerce-NoticeGroup {
	grid-column: 1/-1;
	order: 0;
}

.eko-checkout-stage > .eko-checkout-form > .eko-checkout-customer-details {
	grid-column: 1;
	grid-row: span 2;
	order: 1;
	width: 100%;
}

.eko-checkout-stage > .eko-checkout-form > .eko-checkout-order-review {
	grid-column: 2;
	order: 2;
	width: 100%;
}

.eko-checkout-form {
	border-radius: 12px;
	gap: 20px;
	margin-left: 0;
	margin-right: 0;
}

.eko-checkout-form .woocommerce-NoticeGroup {
	padding-left: 0;
	padding-right: 0;
}

.eko-checkout-form .eko-checkout-customer-details {
	padding-left: 0;
	padding-right: 0;
	width: calc(60% - 10px);
}

.eko-checkout-form .eko-checkout-order-review {
	padding-left: 0;
	padding-right: 0;
	width: calc(40% - 10px);
}

@media (min-width: 769px) {
	.eko-checkout-form .eko-checkout-postcode-field {
		width: calc(34% - 10px);
	}

	.eko-checkout-form .eko-checkout-city-field {
		width: calc(66% - 10px);
	}
}

@media (max-width: 768px) {
	.eko-checkout-stage {
		grid-template-columns: minmax(0, 1fr);
	}

	.eko-checkout-stage > .eko-checkout-coupon-wrap,
	.eko-checkout-stage > .eko-checkout-form > .eko-checkout-customer-details,
	.eko-checkout-stage > .eko-checkout-form > .eko-checkout-order-review {
		grid-column: 1;
		grid-row: auto;
	}

	.eko-checkout-stage > .eko-checkout-coupon-wrap {
		order: 1;
	}

	.eko-checkout-stage > .eko-checkout-form > .eko-checkout-customer-details {
		order: 2;
	}

	.eko-checkout-stage > .eko-checkout-form > .eko-checkout-order-review {
		order: 3;
	}

	.eko-checkout-form .eko-checkout-customer-details,
	.eko-checkout-form .eko-checkout-order-review {
		width: 100%;
	}

	.eko-checkout-form .eko-checkout-order-review {
		margin-top: 0;
	}
}

.eko-checkout-form .eko-checkout-customer-details .column-1,
.eko-checkout-form .eko-checkout-customer-details .column-2,
.eko-checkout-form .eko-checkout-order-review .woocommerce-checkout-review-order-table,
.eko-checkout-form .eko-checkout-order-review #payment {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(28, 45, 62, 0.06);
}

.eko-checkout-form .eko-checkout-customer-details .column-1 {
	margin-bottom: 20px;
}

.eko-checkout-form .eko-checkout-order-review #order_review_heading {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}

.eko-checkout-form .eko-checkout-order-review #order_review {
	border-radius: 12px;
}

.eko-checkout-form .eko-checkout-order-review #payment {
	overflow: hidden;
}

.eko-checkout-form input[type="text"],
.eko-checkout-form input[type="email"],
.eko-checkout-form input[type="date"],
.eko-checkout-form input[type="tel"],
.eko-checkout-form input[type="number"],
.eko-checkout-form input[type="password"],
.eko-checkout-form input[type="search"],
.eko-checkout-form select,
.eko-checkout-form textarea,
.eko-checkout-form .select2-container--default .select2-selection--single {
	box-sizing: border-box;
	max-width: 100%;
	border-radius: var(--eko-button-radius);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.eko-checkout-form .select2-container {
	max-width: 100%;
}

.eko-checkout-form input[type="text"]:focus,
.eko-checkout-form input[type="email"]:focus,
.eko-checkout-form input[type="date"]:focus,
.eko-checkout-form input[type="tel"]:focus,
.eko-checkout-form input[type="number"]:focus,
.eko-checkout-form input[type="password"]:focus,
.eko-checkout-form input[type="search"]:focus,
.eko-checkout-form select:focus,
.eko-checkout-form textarea:focus,
.eko-checkout-form .select2-container--default.select2-container--focus .select2-selection--single,
.eko-checkout-form .select2-container--open .select2-selection--single {
	border-color: #7ab234 !important;
	box-shadow: 0 0 0 3px rgba(122, 178, 52, 0.12) !important;
	outline: none !important;
}

.eko-checkout-form .select2-container--default .select2-selection--single {
	align-items: center;
	background: #fff;
	border: 1px solid #dfe7ee;
	border-radius: var(--eko-button-radius) !important;
	display: flex;
	height: 40px;
	padding: 0 36px 0 12px;
}

.eko-checkout-form .select2-container--default.select2-container--open .select2-selection--single,
.eko-checkout-form .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.eko-checkout-form .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-radius: var(--eko-button-radius) !important;
}

.eko-checkout-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #536174;
	font-family: "montserratregular", sans-serif;
	font-size: 14px;
	line-height: 40px;
	padding: 0;
}

.eko-checkout-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	right: 10px;
	top: 0;
}

.eko-checkout-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #9aa7b7 transparent transparent transparent;
}

.eko-checkout-phone-usage {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	margin-top: 8px;
	color: #667281;
	font-size: 11px;
	line-height: 1.45;
}

.eko-checkout-phone-usage__icon {
	display: inline-flex;
	flex: 0 0 15px;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	margin-top: 1px;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
}

body.woocommerce-checkout .select2-dropdown {
	background: #fff;
	border: 1px solid #dfe7ee;
	border-radius: var(--eko-button-radius) !important;
	box-sizing: border-box;
	box-shadow: 0 12px 28px rgba(28, 45, 62, 0.14);
	margin-top: 6px;
	max-width: calc(100vw - 30px);
	overflow: hidden;
}

body.woocommerce-checkout .select2-dropdown--below,
body.woocommerce-checkout .select2-dropdown--above {
	border-radius: var(--eko-button-radius) !important;
}

body.woocommerce-checkout .select2-search--dropdown {
	padding: 8px;
}

body.woocommerce-checkout .select2-search--dropdown .select2-search__field {
	border: 1px solid #dfe7ee;
	border-radius: var(--eko-button-radius);
	box-sizing: border-box;
	color: #1e2d3d;
	font-family: "montserratregular", sans-serif;
	font-size: 13px;
	max-width: 100%;
	outline: none;
	padding: 8px 10px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	width: 100%;
}

body.woocommerce-checkout .select2-search--dropdown .select2-search__field:focus {
	border-color: #7ab234;
	box-shadow: 0 0 0 3px rgba(122, 178, 52, 0.12);
}

body.woocommerce-checkout .select2-results__options {
	max-height: 180px;
	padding: 4px;
}

body.woocommerce-checkout .select2-results__option {
	border-radius: 12px;
	color: #536174;
	font-family: "montserratregular", sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 0;
	padding: 9px 10px;
}

body.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected],
body.woocommerce-checkout .select2-container--default .select2-results__option[aria-selected="true"] {
	background: rgba(122, 178, 52, 0.1);
	color: #1e2d3d;
}

#contact-info .form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label,
#contact-info .form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.eko-ask-for-product-popup-wrap .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label,
.eko-ask-for-product-popup-wrap .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.eko-ask-for-available-popup-wrap .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label,
.eko-ask-for-available-popup-wrap .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
	background: none !important;
	min-height: 24px;
	padding-left: 32px;
	position: relative;
}

#contact-info .form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before,
#contact-info .form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before,
.eko-ask-for-product-popup-wrap .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before,
.eko-ask-for-product-popup-wrap .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before,
.eko-ask-for-available-popup-wrap .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before,
.eko-ask-for-available-popup-wrap .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
	background: #fff;
	border: 1px solid #d8e1ea;
	border-radius: 8px;
	content: "";
	height: 19px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	width: 19px;
}

#contact-info .form .wpcf7-acceptance .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before,
#contact-info .form .wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before,
.eko-ask-for-product-popup-wrap .wpcf7-acceptance .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before,
.eko-ask-for-product-popup-wrap .wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before,
.eko-ask-for-available-popup-wrap .wpcf7-acceptance .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before,
.eko-ask-for-available-popup-wrap .wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before {
	background: #7ab234;
	border-color: #7ab234;
}

#contact-info .form .wpcf7-acceptance .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::after,
#contact-info .form .wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::after,
.eko-ask-for-product-popup-wrap .wpcf7-acceptance .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::after,
.eko-ask-for-product-popup-wrap .wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::after,
.eko-ask-for-available-popup-wrap .wpcf7-acceptance .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::after,
.eko-ask-for-available-popup-wrap .wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	content: "";
	height: 9px;
	left: 7px;
	position: absolute;
	top: 50%;
	transform: translateY(-58%) rotate(45deg);
	width: 5px;
}

#contact-info .form .wpcf7-acceptance .wpcf7-list-item input:focus ~ .wpcf7-list-item-label::before,
#contact-info .form .wpcf7-checkbox .wpcf7-list-item input:focus ~ .wpcf7-list-item-label::before,
.eko-ask-for-product-popup-wrap .wpcf7-acceptance .wpcf7-list-item input:focus ~ .wpcf7-list-item-label::before,
.eko-ask-for-product-popup-wrap .wpcf7-checkbox .wpcf7-list-item input:focus ~ .wpcf7-list-item-label::before,
.eko-ask-for-available-popup-wrap .wpcf7-acceptance .wpcf7-list-item input:focus ~ .wpcf7-list-item-label::before,
.eko-ask-for-available-popup-wrap .wpcf7-checkbox .wpcf7-list-item input:focus ~ .wpcf7-list-item-label::before {
	border-color: #7ab234;
	box-shadow: 0 0 0 3px rgba(122, 178, 52, 0.12);
}

.eko-checkout-form .woocommerce-form__label-for-checkbox input + span,
.eko-checkout-form .woocommerce-input-wrapper .checkbox input + span {
	background: none !important;
	min-height: 24px;
	padding-left: 32px;
	position: relative;
}

.eko-checkout-form .woocommerce-form__label-for-checkbox input + span::before,
.eko-checkout-form .woocommerce-input-wrapper .checkbox input + span::before {
	background: #fff;
	border: 1px solid #d8e1ea;
	border-radius: 8px;
	content: "";
	height: 19px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	width: 19px;
}

.eko-checkout-form .woocommerce-form__label-for-checkbox input:checked + span::before,
.eko-checkout-form .woocommerce-input-wrapper .checkbox input:checked + span::before {
	background: #7ab234;
	border-color: #7ab234;
}

.eko-checkout-form .woocommerce-form__label-for-checkbox input:checked + span::after,
.eko-checkout-form .woocommerce-input-wrapper .checkbox input:checked + span::after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	content: "";
	height: 9px;
	left: 7px;
	position: absolute;
	top: 50%;
	transform: translateY(-58%) rotate(45deg);
	width: 5px;
}

.eko-checkout-form .woocommerce-form__label-for-checkbox input:focus + span::before,
.eko-checkout-form .woocommerce-input-wrapper .checkbox input:focus + span::before {
	border-color: #7ab234;
	box-shadow: 0 0 0 3px rgba(122, 178, 52, 0.12);
}

.eko-shop-cart-summary .eko-coupon-wrap {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(28, 45, 62, 0.06);
	padding: 14px 16px;
}

.eko-shop-cart-summary .eko-coupon-wrap .eko-coupon-btn {
	align-items: center;
	color: #536174;
	display: flex;
	font-family: "montserratbold", sans-serif;
	font-size: 13px;
	gap: 8px;
	line-height: 20px;
	padding: 0;
}

.eko-shop-cart-summary .eko-coupon-wrap .eko-coupon-btn .ph-tag {
	color: #7ab234;
	font-size: 20px;
	line-height: 1;
}

.eko-shop-cart-summary .eko-coupon-wrap .eko-coupon-btn .arrow {
	align-items: center;
	background: none !important;
	color: #9aa7b7;
	display: inline-flex;
	font-size: 16px;
	height: auto;
	justify-content: center;
	line-height: 1;
	margin-left: auto;
	transition: color 0.2s ease, transform 0.2s ease;
	width: auto;
}

.eko-shop-cart-summary .eko-coupon-wrap .eko-coupon-btn.active .arrow {
	background: none !important;
	transform: rotate(180deg);
}

.eko-shop-cart-summary .eko-coupon-wrap .eko-coupon-btn:hover,
.eko-shop-cart-summary .eko-coupon-wrap .eko-coupon-btn:focus {
	color: #1e2d3d;
}

.eko-shop-cart-summary .eko-coupon-wrap .eko-coupon-btn:hover .arrow,
.eko-shop-cart-summary .eko-coupon-wrap .eko-coupon-btn:focus .arrow {
	color: #7ab234;
}

.eko-shop-cart-summary .eko-coupon-wrap .eko-coupon {
	margin-top: 14px;
}

.eko-shop-cart-summary .eko-coupon-wrap .eko-coupon input[type="text"] {
	border: 1px solid #edf2f6;
	border-radius: 16px;
	background: #f8fafc;
	color: #1e2d3d;
	padding: 11px 14px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.eko-shop-cart-summary .eko-coupon-wrap .eko-coupon input[type="text"]:focus {
	border-color: #7ab234 !important;
	box-shadow: 0 0 0 3px rgba(122, 178, 52, 0.12) !important;
	outline: none !important;
}

.eko-checkout-coupon-wrap {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(28, 45, 62, 0.06);
	margin-bottom: 20px;
	padding: 14px 16px;
}

.eko-checkout-coupon-heading {
	align-items: center;
	color: #536174;
	display: flex;
	font-family: "montserratbold", sans-serif;
	font-size: 13px;
	gap: 8px;
	line-height: 20px;
}

.eko-checkout-coupon-heading .ph-tag {
	color: #7ab234;
	font-size: 20px;
	line-height: 1;
}

.woocommerce .eko-checkout-coupon-wrap .checkout_coupon {
	align-items: stretch;
	display: flex !important;
	flex-direction: column;
	gap: 10px;
	margin: 14px 0 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.woocommerce .eko-checkout-coupon-wrap .checkout_coupon .form-row {
	float: none;
	margin: 0;
	padding: 0;
}

.woocommerce .eko-checkout-coupon-wrap .eko-checkout-coupon-field {
	flex: 0 0 auto;
	width: 100%;
}

.woocommerce .eko-checkout-coupon-wrap .eko-checkout-coupon-submit {
	width: 100%;
}

.woocommerce .eko-checkout-coupon-wrap .checkout_coupon input[type="text"] {
	background: #f8fafc;
	border: 1px solid #edf2f6;
	border-radius: 16px;
	color: #1e2d3d;
	height: 100%;
	min-height: 44px;
	padding: 11px 14px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	width: 100%;
}

.woocommerce .eko-checkout-coupon-wrap .checkout_coupon input[type="text"]:focus {
	border-color: #7ab234 !important;
	box-shadow: 0 0 0 3px rgba(122, 178, 52, 0.12) !important;
	outline: none !important;
}

.woocommerce .eko-checkout-coupon-wrap .checkout_coupon button.button {
	background: #7ab234;
	border: 1px solid #7ab234;
	color: #fff;
	font-family: "montserratregular", sans-serif;
	font-size: 12px;
	font-weight: 400;
	min-height: 44px;
	text-transform: uppercase;
	transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
	white-space: nowrap;
	width: 100%;
}

.woocommerce .eko-checkout-coupon-wrap .checkout_coupon button.button:hover,
.woocommerce .eko-checkout-coupon-wrap .checkout_coupon button.button:focus {
	background: #689a2c;
	border-color: #689a2c;
	box-shadow: 0 8px 18px rgba(86, 133, 39, 0.2);
}

#eko-cart-widget-panel .eko-cart-widget-panel-header .eko-cart-widget-panel-close {
	align-items: center;
	color: #9aa7b7;
	display: flex;
	font-size: 22px;
	justify-content: center;
	line-height: 1;
	transition: color 0.2s ease, transform 0.2s ease;
}

#eko-cart-widget-panel .eko-cart-widget-panel-header .eko-cart-widget-panel-close:hover,
#eko-cart-widget-panel .eko-cart-widget-panel-header .eko-cart-widget-panel-close:focus {
	color: #7ab234;
	transform: translateY(-1px);
}

#eko-cart-widget-panel .eko-cart-panel-list-wrap .eko-cart-panel-item-details .remove_from_cart_button .icon {
	align-items: center;
	background: none !important;
	color: #9aa7b7;
	display: inline-flex;
	font-family: "Phosphor" !important;
	font-size: 18px;
	font-style: normal !important;
	font-weight: normal !important;
	height: 20px;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	transform: none !important;
	width: 20px;
}

#eko-cart-widget-panel .eko-cart-panel-list-wrap .eko-cart-panel-item-details .remove_from_cart_button .icon::before {
	display: block;
	font-style: normal !important;
	line-height: 1;
	transform: none !important;
}

#eko-cart-widget-panel .eko-cart-panel-list-wrap .eko-cart-panel-item-details .remove_from_cart_button:hover .icon,
#eko-cart-widget-panel .eko-cart-panel-list-wrap .eko-cart-panel-item-details .remove_from_cart_button:focus .icon {
	color: #536174;
}

.eko-shop-cart-form table td.product-remove .product-remove-btn a i.icon {
	align-items: center;
	background: none !important;
	color: #9aa7b7;
	display: inline-flex;
	font-family: "Phosphor" !important;
	font-size: 18px;
	font-style: normal !important;
	font-weight: normal !important;
	height: 20px;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	transform: none !important;
	width: 20px;
}

.eko-shop-cart-form table td.product-remove .product-remove-btn a i.icon::before {
	display: block;
	font-style: normal !important;
	line-height: 1;
	transform: none !important;
}

.eko-shop-cart-form table td.product-remove .product-remove-btn a:hover i.icon,
.eko-shop-cart-form table td.product-remove .product-remove-btn a:focus i.icon {
	color: #536174;
}

.eko-shop-cart-form table .actions .buttons {
	gap: 10px;
}

.eko-shop-cart-form table .actions #eko-cart-continue-button,
.eko-shop-cart-form table .actions #eko-cart-update-cart-button {
	align-items: center;
	background: #fff;
	border: 1px solid #dfe7ee;
	border-radius: 999px;
	color: #536174;
	display: inline-flex;
	flex: 1 1 0;
	font-family: "montserratmedium", sans-serif;
	font-size: 12px;
	gap: 8px;
	justify-content: center;
	line-height: 16px;
	margin-top: 10px;
	min-width: 0;
	padding: 12px 14px;
	text-align: center;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.eko-shop-cart-form table .actions #eko-cart-continue-button .icon,
.eko-shop-cart-form table .actions #eko-cart-update-cart-button .icon {
	background: none !important;
	color: #8a96a8;
	display: inline-flex;
	float: none;
	font-family: "Phosphor" !important;
	font-size: 17px;
	font-style: normal !important;
	font-weight: normal !important;
	height: auto;
	line-height: 1;
	margin: 0;
	transform: none !important;
	width: auto;
}

.eko-shop-cart-form table .actions #eko-cart-continue-button:hover,
.eko-shop-cart-form table .actions #eko-cart-continue-button:focus,
.eko-shop-cart-form table .actions #eko-cart-update-cart-button:hover,
.eko-shop-cart-form table .actions #eko-cart-update-cart-button:focus {
	border-color: #cfd9e4;
	box-shadow: 0 4px 12px rgba(28, 45, 62, 0.08);
	color: #1e2d3d;
	transform: translateY(-1px);
}

.eko-shop-cart-form table .actions #eko-cart-continue-button:hover .icon,
.eko-shop-cart-form table .actions #eko-cart-continue-button:focus .icon,
.eko-shop-cart-form table .actions #eko-cart-update-cart-button:hover .icon,
.eko-shop-cart-form table .actions #eko-cart-update-cart-button:focus .icon {
	color: #7ab234;
}

.eko-shop-cart-form table .actions #eko-cart-update-cart-button:disabled,
.eko-shop-cart-form table .actions #eko-cart-update-cart-button[disabled] {
	opacity: 0.55;
	pointer-events: none;
	transform: none;
}

@media (max-width: 768px) {
	.eko-shop-cart-form table .actions .buttons {
		display: flex;
	}
}

#eko-cart-widget-panel .eko-cart-panel-summary .woocommerce-mini-cart__buttons a:not(.checkout) {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	gap: 7px;
	justify-content: center;
}

#eko-cart-widget-panel .eko-cart-panel-summary .woocommerce-mini-cart__buttons a:not(.checkout)::before {
	content: "\e41e";
	font-family: "Phosphor" !important;
	font-size: 16px;
	line-height: 1;
}

.yellow-button,
.eko-cookie-banner .eko-cookie-banner-button,
.eko-newsletter-popup-wrap input[type="submit"],
.comment-form p input#submit,
#contact-info .form input[type="submit"],
.heading-block .button,
.shop-sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_button,
.search-box-wrapper .search .button button,
.woocommerce .product-item .eko-shop-loop-actions .eko-shop-loop-actions-inner a,
.woocommerce-page .product-item .eko-shop-loop-actions .eko-shop-loop-actions-inner a,
.single_add_to_cart_button,
.eko-ask-for-product-popup-wrap .submit .submit-btn,
.eko-ask-for-available-popup-wrap .submit .submit-btn,
.eko-mobile-filter-apply,
.eko-shop-cart-summary .eko-coupon-wrap .eko-coupon .eko-apply-coupon,
.eko-shop-cart-summary .cart_totals .wc-proceed-to-checkout a,
.eko-shop-cart-empty-wrapper .button,
#eko-cart-widget-panel .eko-cart-panel-summary .woocommerce-mini-cart__buttons a.checkout,
.eko-checkout-form .eko-checkout-order-review .eko-checkout-order-buttons-wrapper #place_order,
.eko-myaccount-navigation-footer .eko-logout-button,
.eko-myaccount-orders .eko-myaccount-orders-filters button,
.eko-myaccount-editaccount .button:not(.border),
.eko-myaccount-downloads .button:not(.border),
.eko-myaccount-addresses .button:not(.border),
.eko-order-details .order-again a,
.eko-order-tracking-form .button:not(.border),
.eko-shop-search .button,
.thp-cart-popup-wrap .button,
body .thp-content-body .thp-popup-button input,
#b2bking_myaccount_conversations_container #b2bking_myaccount_make_inquiry_button,
#b2bking_myaccount_conversations_container .b2bking_myaccount_new_conversation_close,
#b2bking_myaccount_conversations_container .b2bking_myaccount_start_conversation_button,
#b2bking_myaccount_conversations_container .b2bking_myaccount_view_conversation_button,
#b2bking_myaccount_conversation_endpoint_container #b2bking_myaccount_conversation_endpoint_container_top a button,
#b2bking_myaccount_conversation_endpoint_container .b2bking_myaccount_conversation_endpoint_button,
.b2bking_purchase_list_top_container #b2bking_purchase_list_new_button {
	background: #7ab234;
	border-radius: 999px;
	color: #fff !important;
	transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.heading-block .button {
	align-items: center;
	display: inline-flex;
	gap: 6px;
	justify-content: center;
}

.heading-block .button .ph {
	font-size: 1em;
	line-height: 1;
}

.two-column-image-with-text-block .inner {
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(28, 45, 62, 0.06);
	overflow: hidden;
}

.two-column-image-with-text-block.style1 {
	margin-bottom: 20px;
}

.trustmate-opinion-block > .inner {
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(28, 45, 62, 0.06);
	overflow: hidden;
}

.trustmate-opinion-block [id^="tm-widget-"] {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.trustmate-opinion-block .tm-carousel,
.trustmate-opinion-block .tm-carousel1,
.trustmate-opinion-block .tm-carousel-wrapper,
.trustmate-opinion-block .tm-carousel1-wrapper,
.trustmate-opinion-block .tm-carousel-container,
.trustmate-opinion-block .tm-carousel1-container {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 100% !important;
}

.trustmate-opinion-block .tm-carousel_track,
.trustmate-opinion-block .tm-carousel__track,
.trustmate-opinion-block .tm-carousel1_track,
.trustmate-opinion-block .tm-carousel1__track {
	align-items: stretch !important;
}

@media (max-width: 768px) {
	.trustmate-opinion-block {
		--eko-trustmate-track-offset: -24px;
	}

	.trustmate-opinion-block .tm-carousel_track,
	.trustmate-opinion-block .tm-carousel__track,
	.trustmate-opinion-block .tm-carousel1_track,
	.trustmate-opinion-block .tm-carousel1__track {
		margin-left: var(--eko-trustmate-track-offset) !important;
	}
}

.trustmate-opinion-block .tm-carousel_card-wrapper,
.trustmate-opinion-block .tm-carousel1_card-wrapper {
	align-items: stretch !important;
	display: flex !important;
	justify-content: center !important;
}

.trustmate-opinion-block .tm-carousel-item,
.trustmate-opinion-block .tm-carousel1-item,
.trustmate-opinion-block .tm-carousel_card,
.trustmate-opinion-block .tm-carousel1_card {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 100% !important;
}

.eko-trustmate-summary {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e5edf5;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(28, 45, 62, 0.04);
	color: #536174;
	display: flex;
	font-size: 12px;
	gap: 8px;
	justify-content: center;
	line-height: 1.35;
	min-height: 34px;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
	width: 100%;
}

.eko-trustmate-summary:hover,
.eko-trustmate-summary:focus {
	border-color: rgba(122, 178, 52, 0.45);
	box-shadow: 0 6px 16px rgba(28, 45, 62, 0.08);
	color: #536174;
	text-decoration: none;
	transform: translateY(-1px);
}

.eko-trustmate-summary:focus-visible {
	outline: 3px solid rgba(122, 178, 52, 0.5);
	outline-offset: 2px;
}

.eko-trustmate-summary__icon {
	align-items: center;
	background: #7ab234;
	border-radius: 2px;
	color: #fff;
	display: inline-flex;
	flex: 0 0 16px;
	font-size: 10px;
	height: 16px;
	justify-content: center;
	line-height: 1;
	width: 16px;
}

.eko-trustmate-summary__text {
	align-items: baseline;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 4px;
	justify-content: center;
}

.eko-trustmate-summary strong {
	color: #1e2d3d;
	font-family: "montserratregular", sans-serif;
	font-weight: normal;
}

.eko-trustmate-summary__count-value {
	color: #1e2d3d;
	font-family: "montserratregular", sans-serif;
	font-weight: normal;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.eko-trustmate-summary.is-loading [data-eko-trustmate-rating] {
	color: #8a96a8;
}

#contact-info .inner {
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(28, 45, 62, 0.06);
	overflow: hidden;
}

#contact-info input[type="text"],
#contact-info input[type="email"],
#contact-info input[type="date"],
#contact-info input[type="tel"],
#contact-info select,
#contact-info textarea {
	border-radius: 16px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#contact-info .form input[type="text"],
#contact-info .form input[type="email"],
#contact-info .form input[type="date"],
#contact-info .form input[type="tel"],
#contact-info .form select,
#contact-info .form textarea {
	border-radius: 16px;
}

#contact-info input[type="text"]:focus,
#contact-info input[type="email"]:focus,
#contact-info input[type="date"]:focus,
#contact-info input[type="tel"]:focus,
#contact-info select:focus,
#contact-info textarea:focus,
#contact-info .form input[type="text"]:focus,
#contact-info .form input[type="email"]:focus,
#contact-info .form input[type="date"]:focus,
#contact-info .form input[type="tel"]:focus,
#contact-info .form select:focus,
#contact-info .form textarea:focus {
	border-color: #7ab234 !important;
	box-shadow: 0 0 0 3px rgba(122, 178, 52, 0.12) !important;
	outline: none !important;
}

.yellow-button:hover,
.yellow-button:focus,
.eko-cookie-banner .eko-cookie-banner-button:hover,
.eko-cookie-banner .eko-cookie-banner-button:focus,
.eko-newsletter-popup-wrap input[type="submit"]:hover,
.eko-newsletter-popup-wrap input[type="submit"]:focus,
.comment-form p input#submit:hover,
.comment-form p input#submit:focus,
#contact-info .form input[type="submit"]:hover,
#contact-info .form input[type="submit"]:focus,
.heading-block .button:hover,
.heading-block .button:focus,
.shop-sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_button:hover,
.shop-sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_button:focus,
.search-box-wrapper .search .button button:hover,
.search-box-wrapper .search .button button:focus,
.woocommerce .product-item .eko-shop-loop-actions .eko-shop-loop-actions-inner a:hover,
.woocommerce .product-item .eko-shop-loop-actions .eko-shop-loop-actions-inner a:focus,
.woocommerce-page .product-item .eko-shop-loop-actions .eko-shop-loop-actions-inner a:hover,
.woocommerce-page .product-item .eko-shop-loop-actions .eko-shop-loop-actions-inner a:focus,
.single_add_to_cart_button:hover,
.single_add_to_cart_button:focus,
.eko-ask-for-product-popup-wrap .submit .submit-btn:hover,
.eko-ask-for-product-popup-wrap .submit .submit-btn:focus,
.eko-ask-for-available-popup-wrap .submit .submit-btn:hover,
.eko-ask-for-available-popup-wrap .submit .submit-btn:focus,
.eko-mobile-filter-apply:hover,
.eko-mobile-filter-apply:focus,
.eko-shop-cart-summary .eko-coupon-wrap .eko-coupon .eko-apply-coupon:hover,
.eko-shop-cart-summary .eko-coupon-wrap .eko-coupon .eko-apply-coupon:focus,
.eko-shop-cart-summary .cart_totals .wc-proceed-to-checkout a:hover,
.eko-shop-cart-summary .cart_totals .wc-proceed-to-checkout a:focus,
.eko-shop-cart-empty-wrapper .button:hover,
.eko-shop-cart-empty-wrapper .button:focus,
#eko-cart-widget-panel .eko-cart-panel-summary .woocommerce-mini-cart__buttons a.checkout:hover,
#eko-cart-widget-panel .eko-cart-panel-summary .woocommerce-mini-cart__buttons a.checkout:focus,
.eko-checkout-form .eko-checkout-order-review .eko-checkout-order-buttons-wrapper #place_order:hover,
.eko-checkout-form .eko-checkout-order-review .eko-checkout-order-buttons-wrapper #place_order:focus,
.eko-myaccount-navigation-footer .eko-logout-button:hover,
.eko-myaccount-navigation-footer .eko-logout-button:focus,
.eko-myaccount-orders .eko-myaccount-orders-filters button:hover,
.eko-myaccount-orders .eko-myaccount-orders-filters button:focus,
.eko-myaccount-editaccount .button:not(.border):hover,
.eko-myaccount-editaccount .button:not(.border):focus,
.eko-myaccount-downloads .button:not(.border):hover,
.eko-myaccount-downloads .button:not(.border):focus,
.eko-myaccount-addresses .button:not(.border):hover,
.eko-myaccount-addresses .button:not(.border):focus,
.eko-order-details .order-again a:hover,
.eko-order-details .order-again a:focus,
.eko-order-tracking-form .button:not(.border):hover,
.eko-order-tracking-form .button:not(.border):focus,
.eko-shop-search .button:hover,
.eko-shop-search .button:focus,
.thp-cart-popup-wrap .button:hover,
.thp-cart-popup-wrap .button:focus,
body .thp-content-body .thp-popup-button input:hover,
body .thp-content-body .thp-popup-button input:focus,
#b2bking_myaccount_conversations_container #b2bking_myaccount_make_inquiry_button:hover,
#b2bking_myaccount_conversations_container #b2bking_myaccount_make_inquiry_button:focus,
#b2bking_myaccount_conversations_container .b2bking_myaccount_new_conversation_close:hover,
#b2bking_myaccount_conversations_container .b2bking_myaccount_new_conversation_close:focus,
#b2bking_myaccount_conversations_container .b2bking_myaccount_start_conversation_button:hover,
#b2bking_myaccount_conversations_container .b2bking_myaccount_start_conversation_button:focus,
#b2bking_myaccount_conversations_container .b2bking_myaccount_view_conversation_button:hover,
#b2bking_myaccount_conversations_container .b2bking_myaccount_view_conversation_button:focus,
#b2bking_myaccount_conversation_endpoint_container #b2bking_myaccount_conversation_endpoint_container_top a button:hover,
#b2bking_myaccount_conversation_endpoint_container #b2bking_myaccount_conversation_endpoint_container_top a button:focus,
#b2bking_myaccount_conversation_endpoint_container .b2bking_myaccount_conversation_endpoint_button:hover,
#b2bking_myaccount_conversation_endpoint_container .b2bking_myaccount_conversation_endpoint_button:focus,
.b2bking_purchase_list_top_container #b2bking_purchase_list_new_button:hover,
.b2bking_purchase_list_top_container #b2bking_purchase_list_new_button:focus {
	background: var(--eko-brand-green-hover);
	color: #fff !important;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	opacity: 1;
	transform: translateY(-1px);
}

.yellow-button:focus-visible,
.eko-cookie-banner .eko-cookie-banner-button:focus-visible,
.eko-newsletter-popup-wrap input[type="submit"]:focus-visible,
.comment-form p input#submit:focus-visible,
#contact-info .form input[type="submit"]:focus-visible,
.heading-block .button:focus-visible,
.shop-sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_button:focus-visible,
.search-box-wrapper .search .button button:focus-visible,
.woocommerce .product-item .eko-shop-loop-actions .eko-shop-loop-actions-inner a:focus-visible,
.woocommerce-page .product-item .eko-shop-loop-actions .eko-shop-loop-actions-inner a:focus-visible,
.single_add_to_cart_button:focus-visible,
.eko-ask-for-product-popup-wrap .submit .submit-btn:focus-visible,
.eko-ask-for-available-popup-wrap .submit .submit-btn:focus-visible,
.eko-mobile-filter-apply:focus-visible,
.eko-shop-cart-summary .eko-coupon-wrap .eko-coupon .eko-apply-coupon:focus-visible,
.eko-shop-cart-summary .cart_totals .wc-proceed-to-checkout a:focus-visible,
.eko-shop-cart-empty-wrapper .button:focus-visible,
#eko-cart-widget-panel .eko-cart-panel-summary .woocommerce-mini-cart__buttons a.checkout:focus-visible,
.eko-checkout-form .eko-checkout-order-review .eko-checkout-order-buttons-wrapper #place_order:focus-visible,
.eko-myaccount-navigation-footer .eko-logout-button:focus-visible,
.eko-myaccount-orders .eko-myaccount-orders-filters button:focus-visible,
.eko-myaccount-editaccount .button:not(.border):focus-visible,
.eko-myaccount-downloads .button:not(.border):focus-visible,
.eko-myaccount-addresses .button:not(.border):focus-visible,
.eko-order-details .order-again a:focus-visible,
.eko-order-tracking-form .button:not(.border):focus-visible,
.eko-shop-search .button:focus-visible,
.thp-cart-popup-wrap .button:focus-visible,
body .thp-content-body .thp-popup-button input:focus-visible,
#b2bking_myaccount_conversations_container #b2bking_myaccount_make_inquiry_button:focus-visible,
#b2bking_myaccount_conversations_container .b2bking_myaccount_new_conversation_close:focus-visible,
#b2bking_myaccount_conversations_container .b2bking_myaccount_start_conversation_button:focus-visible,
#b2bking_myaccount_conversations_container .b2bking_myaccount_view_conversation_button:focus-visible,
#b2bking_myaccount_conversation_endpoint_container #b2bking_myaccount_conversation_endpoint_container_top a button:focus-visible,
#b2bking_myaccount_conversation_endpoint_container .b2bking_myaccount_conversation_endpoint_button:focus-visible,
.b2bking_purchase_list_top_container #b2bking_purchase_list_new_button:focus-visible {
	outline: 3px solid var(--eko-brand-focus-ring);
	outline-offset: 2px;
}

#mapDiv {
	border-radius: 12px;
	overflow: hidden;
}

/* Homepage: "Dlaczego my" benefits */
.home .content-with-slider-block .why-us-content .icon-box__trigger,
.front-page .content-with-slider-block .why-us-content .icon-box__trigger {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0;
	text-align: center;
	width: 100%;
}

.home .content-with-slider-block .why-us-content .icon-box__trigger .text,
.front-page .content-with-slider-block .why-us-content .icon-box__trigger .text {
	display: block;
	font-family: "montserratregular", sans-serif;
	font-weight: 400;
	width: 100%;
}

.home .content-with-slider-block .why-us-content .icon-box__close,
.front-page .content-with-slider-block .why-us-content .icon-box__close {
	display: none;
}

@media (min-width: 769px) {
	body.woocommerce-shop .eko-mobile-shop-categories {
		display: block;
		width: 100%;
		padding: 24px 15px 48px;
		background: #fff;
	}

	body.woocommerce-shop .eko-shop-desktop-categories > .heading-block:first-child,
	body.woocommerce-shop .eko-shop-desktop-categories > .product-categories-block {
		display: none;
	}

	.eko-mobile-shop-categories__hero,
	.eko-mobile-shop-categories__list {
		width: 100%;
		max-width: 1170px;
		margin-right: auto;
		margin-left: auto;
	}

	.eko-mobile-shop-categories__hero {
		position: relative;
		display: flex;
		height: 230px;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		border-radius: 12px;
		background: #245f4a;
	}

	.eko-mobile-shop-categories__hero-image,
	.eko-mobile-shop-categories__hero-overlay {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
	}

	.eko-mobile-shop-categories__hero-image {
		object-fit: cover;
		object-position: center;
	}

	.eko-mobile-shop-categories__hero-overlay {
		background: linear-gradient(90deg, rgba(15, 54, 42, 0.78), rgba(15, 54, 42, 0.2));
	}

	.eko-mobile-shop-categories__hero h1 {
		position: relative;
		z-index: 1;
		margin: 0;
		padding: 0 32px;
		color: #fff;
		font-family: "montserratbold", sans-serif;
		font-size: 36px;
		line-height: 1.2;
		text-align: center;
	}

	.eko-mobile-shop-categories__list {
		display: grid;
		align-items: start;
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
		padding-top: 28px;
	}

	.eko-mobile-shop-category {
		overflow: hidden;
		border: 1px solid #e5eaf0;
		border-radius: 12px;
		background: #fff;
		box-shadow: 0 4px 18px rgba(24, 36, 55, 0.06);
	}

	.eko-mobile-shop-category__heading {
		display: flex;
		min-height: 64px;
		align-items: center;
		gap: 12px;
		padding: 0 16px 0 20px;
	}

	.eko-mobile-shop-category__heading > a {
		display: flex;
		min-width: 0;
		flex: 1;
		align-items: center;
		align-self: stretch;
		color: #182437;
		font-family: "montserratsemibold", sans-serif;
		font-size: 16px;
		line-height: 1.35;
	}

	.eko-mobile-shop-category__toggle {
		display: inline-flex;
		width: 40px;
		height: 40px;
		flex: 0 0 40px;
		align-items: center;
		justify-content: center;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: #f4f8f0;
		color: #4f8123;
		font-size: 20px;
		cursor: pointer;
		transition: background-color 0.2s ease;
	}

	.eko-mobile-shop-category__toggle:hover,
	.eko-mobile-shop-category__toggle:focus-visible {
		background: #e8f2df;
	}

	.eko-mobile-shop-category__toggle i {
		transition: transform 0.2s ease;
	}

	.eko-mobile-shop-category.is-expanded .eko-mobile-shop-category__toggle i {
		transform: rotate(180deg);
	}

	.eko-mobile-shop-category__link-caret {
		margin-right: 10px;
		color: #526173;
		font-size: 20px;
	}

	.eko-mobile-shop-category__panel {
		padding: 0 18px 20px;
		border-top: 1px solid #edf0f3;
	}

	.eko-mobile-shop-category__panel[hidden] {
		display: none;
	}

	.eko-mobile-shop-category__rail {
		display: grid;
		grid-template-columns: repeat(8, minmax(0, 1fr));
		gap: 14px;
		padding-top: 18px;
	}

	.eko-mobile-shop-category__tile {
		display: flex;
		min-width: 0;
		align-items: center;
		flex-direction: column;
		gap: 9px;
		color: #273548;
		font-family: "montserratregular", sans-serif;
		font-size: 12px;
		line-height: 1.3;
		text-align: center;
	}

	body .page-content-wrapper .eko-mobile-shop-category__tile {
		color: #273548;
	}

	.eko-mobile-shop-category__icon {
		display: inline-flex;
		width: 72px;
		height: 72px;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		border: 1px solid #e5eaf0;
		border-radius: 14px;
		background: #f8fafb;
	}

	.eko-mobile-shop-category__icon img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.eko-mobile-shop-categories__all {
		display: flex;
		min-height: 60px;
		align-items: center;
		justify-content: space-between;
		grid-column: 1 / -1;
		padding: 0 20px;
		border: 1px solid #e5eaf0;
		border-radius: 12px;
		background: #f8fafb;
		color: #182437;
		font-family: "montserratsemibold", sans-serif;
		font-size: 16px;
	}
}

@media (min-width: 769px) {
	.home .content-with-slider-block .why-us-content td:first-child,
	.front-page .content-with-slider-block .why-us-content td:first-child {
		padding-right: 6px;
	}

	.home .content-with-slider-block .why-us-content td:last-child,
	.front-page .content-with-slider-block .why-us-content td:last-child {
		padding-left: 6px;
	}

	.home .content-with-slider-block .why-us-content,
	.front-page .content-with-slider-block .why-us-content {
		display: flex;
		flex-direction: column;
	}

	.home .content-with-slider-block .why-us-content h3,
	.front-page .content-with-slider-block .why-us-content h3 {
		margin-bottom: 14px;
	}

	.home .content-with-slider-block .why-us-content .eko-trustmate-summary,
	.front-page .content-with-slider-block .why-us-content .eko-trustmate-summary {
		margin-top: auto;
	}
}

@media (max-width: 768px) {
	.home .content-with-slider-block .why-us-content table,
	.home .content-with-slider-block .why-us-content tbody,
	.home .content-with-slider-block .why-us-content tr,
	.front-page .content-with-slider-block .why-us-content table,
	.front-page .content-with-slider-block .why-us-content tbody,
	.front-page .content-with-slider-block .why-us-content tr {
		display: contents !important;
	}

	.home .content-with-slider-block .why-us-content tbody,
	.front-page .content-with-slider-block .why-us-content tbody {
		display: grid !important;
		gap: 8px;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.home .content-with-slider-block .why-us-content tr:nth-child(n + 3),
	.front-page .content-with-slider-block .why-us-content tr:nth-child(n + 3) {
		display: none !important;
	}

	.home .content-with-slider-block .why-us-content td,
	.front-page .content-with-slider-block .why-us-content td,
	.home .content-with-slider-block .why-us-content .mobile-hide,
	.front-page .content-with-slider-block .why-us-content .mobile-hide {
		display: block !important;
		min-width: 0;
	}

	.home .content-with-slider-block .why-us-content .icon-box,
	.front-page .content-with-slider-block .why-us-content .icon-box {
		height: 100%;
		position: relative !important;
	}

	.home .content-with-slider-block .why-us-content .icon-box__trigger .icon,
	.front-page .content-with-slider-block .why-us-content .icon-box__trigger .icon {
		transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	}

	.home .content-with-slider-block .why-us-content .icon-box__trigger:hover .icon,
	.home .content-with-slider-block .why-us-content .icon-box__trigger:focus .icon,
	.home .content-with-slider-block .why-us-content .is-popover-open .icon,
	.front-page .content-with-slider-block .why-us-content .icon-box__trigger:hover .icon,
	.front-page .content-with-slider-block .why-us-content .icon-box__trigger:focus .icon,
	.front-page .content-with-slider-block .why-us-content .is-popover-open .icon {
		background: #e5f3df;
		box-shadow: 0 0 0 3px rgba(122, 178, 52, 0.16);
		transform: translateY(-1px);
	}

	.home .content-with-slider-block .why-us-content .icon-box__trigger:focus-visible,
	.front-page .content-with-slider-block .why-us-content .icon-box__trigger:focus-visible {
		outline: 3px solid rgba(122, 178, 52, 0.5);
		outline-offset: 3px;
	}

	.home .content-with-slider-block .why-us-content .icon-box .text,
	.front-page .content-with-slider-block .why-us-content .icon-box .text {
		font-size: 9px;
		line-height: 11px;
		overflow-wrap: anywhere;
	}

	.home .content-with-slider-block .why-us-content .icon-box:hover .bubble-text,
	.front-page .content-with-slider-block .why-us-content .icon-box:hover .bubble-text {
		display: none;
	}

	.home .content-with-slider-block .why-us-content .icon-box.is-popover-open .bubble-text,
	.front-page .content-with-slider-block .why-us-content .icon-box.is-popover-open .bubble-text {
		display: block !important;
		max-width: calc(100vw - 48px);
		width: 260px;
	}

	.home .content-with-slider-block .why-us-content tr:nth-child(1) td:nth-child(1) .bubble-text,
	.front-page .content-with-slider-block .why-us-content tr:nth-child(1) td:nth-child(1) .bubble-text {
		--eko-popover-tip-left: 15%;
		left: 0;
		transform: none;
	}

	.home .content-with-slider-block .why-us-content tr:nth-child(1) td:nth-child(2) .bubble-text,
	.front-page .content-with-slider-block .why-us-content tr:nth-child(1) td:nth-child(2) .bubble-text {
		--eko-popover-tip-left: 37%;
		transform: translateX(-37%);
	}

	.home .content-with-slider-block .why-us-content tr:nth-child(2) td:nth-child(1) .bubble-text,
	.front-page .content-with-slider-block .why-us-content tr:nth-child(2) td:nth-child(1) .bubble-text {
		--eko-popover-tip-left: 63%;
		transform: translateX(-63%);
	}

	.home .content-with-slider-block .why-us-content tr:nth-child(2) td:nth-child(2) .bubble-text,
	.front-page .content-with-slider-block .why-us-content tr:nth-child(2) td:nth-child(2) .bubble-text {
		--eko-popover-tip-left: 85%;
		left: auto;
		right: 0;
		transform: none;
	}

	.home .content-with-slider-block .why-us-content .bubble-text::before,
	.home .content-with-slider-block .why-us-content .bubble-text::after,
	.front-page .content-with-slider-block .why-us-content .bubble-text::before,
	.front-page .content-with-slider-block .why-us-content .bubble-text::after {
		display: block;
		left: var(--eko-popover-tip-left, 50%);
	}

	.home .content-with-slider-block .why-us-content .icon-box__close,
	.front-page .content-with-slider-block .why-us-content .icon-box__close {
		background: transparent;
		border: 0;
		color: #536174;
		cursor: pointer;
		display: block;
		font-size: 20px;
		line-height: 1;
		padding: 5px;
		position: absolute;
		right: 5px;
		top: 3px;
	}
}
/* Homepage featured product categories */
.home .eko-home-product-categories .eko-featured-product-categories,
.front-page .eko-home-product-categories .eko-featured-product-categories {
	display: block;
}

.home .eko-home-product-categories .eko-featured-product-categories ul,
.front-page .eko-home-product-categories .eko-featured-product-categories ul {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
}

.home .eko-home-product-categories .eko-featured-product-categories li,
.front-page .eko-home-product-categories .eko-featured-product-categories li {
	list-style: none;
	padding: 0;
	width: 100%;
}

.home .eko-home-product-categories .eko-featured-product-categories a,
.front-page .eko-home-product-categories .eko-featured-product-categories a {
	align-items: stretch;
	background: #fff;
	border: 1px solid #edf1f4;
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(28, 45, 62, 0.06);
	color: #1e2d3d;
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr) 28px;
	height: 100%;
	min-height: 112px;
	overflow: hidden;
	text-decoration: none;
	transition: box-shadow 0.2s ease;
}

.home .eko-home-product-categories .eko-featured-product-categories a:hover,
.home .eko-home-product-categories .eko-featured-product-categories a:focus,
.front-page .eko-home-product-categories .eko-featured-product-categories a:hover,
.front-page .eko-home-product-categories .eko-featured-product-categories a:focus {
	border-color: #edf1f4;
	box-shadow: 0 8px 22px rgba(28, 45, 62, 0.1);
	color: #1e2d3d;
}

.home .eko-home-product-categories .eko-featured-product-categories a:focus-visible,
.front-page .eko-home-product-categories .eko-featured-product-categories a:focus-visible {
	outline: 3px solid rgba(122, 178, 52, 0.5);
	outline-offset: 2px;
}

.home .eko-home-product-categories .eko-featured-product-category__image,
.front-page .eko-home-product-categories .eko-featured-product-category__image {
	background: #f2f5f0;
	display: block;
	height: 112px;
	overflow: hidden;
}

.home .eko-home-product-categories .eko-featured-product-category__image img,
.front-page .eko-home-product-categories .eko-featured-product-category__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.home .eko-home-product-categories .eko-featured-product-category__content,
.front-page .eko-home-product-categories .eko-featured-product-category__content {
	align-self: center;
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
	padding: 12px 8px 12px 13px;
}

.home .eko-home-product-categories .eko-featured-product-category__title,
.front-page .eko-home-product-categories .eko-featured-product-category__title {
	color: #1e2d3d;
	font-family: "montserratbold", sans-serif;
	font-size: 14px;
	line-height: 19px;
}

.home .eko-home-product-categories .eko-featured-product-category__description,
.front-page .eko-home-product-categories .eko-featured-product-category__description {
	color: #8a96a8;
	font-family: "montserratregular", sans-serif;
	font-size: 11px;
	line-height: 15px;
}

.home .eko-home-product-categories .eko-featured-product-categories .ph-caret-right,
.front-page .eko-home-product-categories .eko-featured-product-categories .ph-caret-right {
	align-self: center;
	color: #9aa6b4;
	font-size: 22px;
	justify-self: center;
	line-height: 1;
}

@media (max-width: 768px) {
	.home .eko-home-product-categories .eko-featured-product-categories ul,
	.front-page .eko-home-product-categories .eko-featured-product-categories ul {
		gap: 12px;
		grid-template-columns: minmax(0, 1fr);
	}

	.home .eko-home-product-categories .eko-featured-product-categories a,
	.front-page .eko-home-product-categories .eko-featured-product-categories a {
		grid-template-columns: 108px minmax(0, 1fr) 28px;
		min-height: 108px;
	}

	.home .eko-home-product-categories .eko-featured-product-category__image,
	.front-page .eko-home-product-categories .eko-featured-product-category__image {
		height: 108px;
	}

	.home .eko-home-product-categories .eko-featured-product-category__content,
	.front-page .eko-home-product-categories .eko-featured-product-category__content {
		padding: 12px 10px 12px 14px;
	}

	.home .eko-home-product-categories .eko-featured-product-category__title,
	.front-page .eko-home-product-categories .eko-featured-product-category__title {
		font-size: 14px;
		line-height: 19px;
	}

	.home .eko-home-product-categories .eko-featured-product-categories .ph-caret-right,
	.front-page .eko-home-product-categories .eko-featured-product-categories .ph-caret-right {
		font-size: 24px;
	}
}
/* Homepage linked section headings */
.heading-block .mobile-heading-link {
	display: none;
}

.home .heading-block.heading-with-mobile-link .inner,
.front-page .heading-block.heading-with-mobile-link .inner {
	display: block;
}

.home .heading-block.heading-with-mobile-link .inner > .title,
.home .heading-block.heading-with-mobile-link .inner > .button,
.front-page .heading-block.heading-with-mobile-link .inner > .title,
.front-page .heading-block.heading-with-mobile-link .inner > .button {
	display: none;
}

.home .heading-block.heading-with-mobile-link .mobile-heading-link,
.front-page .heading-block.heading-with-mobile-link .mobile-heading-link {
	align-items: center;
	color: #1e2d3d !important;
	display: flex;
	font-family: "montserratsemibold", sans-serif;
	font-size: 16px;
	gap: 12px;
	justify-content: space-between;
	line-height: 22px;
	padding: 11px 12px;
	text-decoration: none;
	transition: color 0.2s ease;
	width: 100%;
}

.home .heading-block.heading-with-mobile-link .mobile-heading-link:hover,
.home .heading-block.heading-with-mobile-link .mobile-heading-link:focus,
.front-page .heading-block.heading-with-mobile-link .mobile-heading-link:hover,
.front-page .heading-block.heading-with-mobile-link .mobile-heading-link:focus {
	color: #65992b !important;
}

.home .heading-block.heading-with-mobile-link .mobile-heading-link:focus-visible,
.front-page .heading-block.heading-with-mobile-link .mobile-heading-link:focus-visible {
	outline: 3px solid rgba(122, 178, 52, 0.5);
	outline-offset: 2px;
}

.home .heading-block.heading-with-mobile-link .mobile-heading-link .ph,
.front-page .heading-block.heading-with-mobile-link .mobile-heading-link .ph {
	color: #7ab234;
	flex: 0 0 auto;
	font-size: 22px;
	line-height: 1;
	transition: transform 0.2s ease;
}

.home .heading-block.heading-with-mobile-link .mobile-heading-link:hover .ph,
.home .heading-block.heading-with-mobile-link .mobile-heading-link:focus .ph,
.front-page .heading-block.heading-with-mobile-link .mobile-heading-link:hover .ph,
.front-page .heading-block.heading-with-mobile-link .mobile-heading-link:focus .ph {
	transform: translateX(3px);
}

/* Homepage mobile product limit */
@media (max-width: 768px) {
	.home .products-block ul.products > li.product-item:nth-child(n + 5),
	.front-page .products-block ul.products > li.product-item:nth-child(n + 5) {
		display: none !important;
	}
}
/* Trust testimonials carousel */
.eko-image-two-box-mobile-source-hidden {
	display: none !important;
}

@media (min-width: 769px) {
	.eko-image-two-box-mobile-slider .row {
		display: block;
		margin: 0;
		position: relative;
	}

	.eko-image-two-box-mobile-slider .slick-list {
		box-sizing: border-box;
		overflow: hidden !important;
		padding: 0 !important;
		width: 100%;
	}

	.eko-image-two-box-mobile-slider .slick-track {
		align-items: stretch;
		display: flex !important;
	}

	.eko-image-two-box-mobile-slider .slick-slide {
		display: flex !important;
		height: auto !important;
		padding: 0 5px;
	}

	.eko-image-two-box-mobile-slider .slick-slide > div,
	.eko-image-two-box-mobile-slider .slick-slide.col-lg-6 {
		display: flex;
	}

	.eko-image-two-box-mobile-slider .slick-slide > div {
		height: 100%;
	}

	.eko-image-two-box-mobile-slider .slick-slide.col-lg-6 {
		height: auto !important;
		max-width: none;
	}

	.eko-image-two-box-mobile-slider .flex {
		height: 100%;
		width: 100%;
	}

	.eko-image-two-box-mobile-slider [data-eko-merged-two-box="1"] .image-col {
		align-items: center;
		background: #fff;
		display: flex;
		flex: 0 0 150px;
		justify-content: center;
		padding: 25px 10px;
		width: 150px;
	}

	.eko-image-two-box-mobile-slider [data-eko-merged-two-box="1"] .image-col img {
		height: auto;
		max-height: 150px;
		max-width: 150px;
		object-fit: contain;
	}

	.eko-image-two-box-mobile-slider [data-eko-merged-two-box="1"] .content-col {
		width: calc(100% - 150px);
	}

	.eko-image-two-box-mobile-slider .slick-prev,
	.eko-image-two-box-mobile-slider .slick-next {
		align-items: center;
		background: rgba(255, 255, 255, 0.96);
		border: 1px solid #e2eaf2;
		border-radius: 50%;
		box-shadow: 0 4px 14px rgba(28, 45, 62, 0.14);
		color: #536174;
		display: flex;
		font-size: 15px;
		height: 34px;
		justify-content: center;
		line-height: 1;
		padding: 0;
		position: absolute;
		text-shadow: none;
		top: 50%;
		transform: translateY(-50%);
		transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
		width: 34px;
		z-index: 3;
	}

	.eko-image-two-box-mobile-slider .slick-prev {
		left: -7px;
	}

	.eko-image-two-box-mobile-slider .slick-next {
		right: -7px;
	}

	.eko-image-two-box-mobile-slider .slick-prev:hover,
	.eko-image-two-box-mobile-slider .slick-prev:focus,
	.eko-image-two-box-mobile-slider .slick-next:hover,
	.eko-image-two-box-mobile-slider .slick-next:focus {
		background: #7ab234;
		color: #fff;
		transform: translateY(-50%) translateY(-1px);
	}

	.eko-image-two-box-mobile-slider .slick-prev:focus-visible,
	.eko-image-two-box-mobile-slider .slick-next:focus-visible {
		outline: 3px solid rgba(122, 178, 52, 0.5);
		outline-offset: 2px;
	}
}

.eko-image-two-box-mobile-slider .content-col .text > div img {
	height: auto !important;
	max-height: 44px;
	max-width: 150px;
	object-fit: contain;
	width: auto !important;
}

@media (max-width: 768px) {
	.eko-image-two-box-mobile-slider .slick-slide.col-lg-6,
	.eko-image-two-box-mobile-slider .slick-slide > div,
	.eko-image-two-box-mobile-slider .slick-slide .col-lg-6 {
		display: flex !important;
		height: 100%;
	}

	.eko-image-two-box-mobile-slider .slick-slide.col-lg-6 {
		height: auto !important;
		max-width: none;
		padding-left: 4px !important;
		padding-right: 4px !important;
	}

	.eko-image-two-box-mobile-slider .flex .content-col .inner-col,
	.eko-image-two-box-mobile-slider.style2 .flex .content-col .inner-col {
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
		font-size: 10px;
		height: 100%;
		line-height: 13px;
		padding: 10px;
		width: 100%;
	}

	.eko-image-two-box-mobile-slider .flex .content-col .inner-col .text {
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
		min-height: 0;
	}

	.eko-image-two-box-mobile-slider .flex .content-col .inner-col p {
		display: block;
		-webkit-box-orient: initial;
		-webkit-line-clamp: initial;
		margin: 0 0 3px;
		overflow: visible;
	}

	.eko-image-two-box-mobile-slider .flex .content-col .inner-col .text > p:first-of-type {
		font-size: 11px;
		line-height: 15px;
		margin-bottom: 5px;
	}

	.eko-image-two-box-mobile-slider .flex .content-col .inner-col .text > p:not(:first-of-type) {
		font-size: 10px;
		line-height: 13px;
	}

	.eko-image-two-box-mobile-slider .content-col .text > div {
		align-items: center;
		display: flex;
		height: 38px;
		justify-content: center;
		margin-top: auto !important;
		padding-top: 5px;
	}

	.eko-image-two-box-mobile-slider .content-col .text > div img {
		margin: 0 !important;
		max-height: 36px;
		max-width: 116px;
	}

	.eko-image-two-box-mobile-slider [data-eko-merged-two-box="1"] .image-col img {
		height: auto;
		max-height: 130px;
		max-width: 100%;
		object-fit: contain;
	}

	#image-carousel-block_9c347a412a6b128106949b2a98f3006e .inner {
		padding: 16px 12px;
	}

	#image-carousel-block_9c347a412a6b128106949b2a98f3006e .slick-image {
		align-items: center;
		display: flex;
		justify-content: center;
		min-height: 84px;
	}

	#image-carousel-block_9c347a412a6b128106949b2a98f3006e .slick-image img {
		height: auto;
		max-height: 80px;
		max-width: 105px;
		object-fit: contain;
		width: auto;
	}
}

/* Become a partner CTA */
.full-content-block.zostan-partnerem {
	margin: 30px 0 36px;
}

.full-content-block.zostan-partnerem .inner {
	background: linear-gradient(135deg, #f3f9ed 0%, #e8f4dc 100%);
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba(41, 72, 31, 0.08);
	overflow: hidden;
	padding: 38px 32px 40px;
	position: relative;
}

.full-content-block.zostan-partnerem .row {
	justify-content: center;
	position: relative;
	z-index: 1;
}

.full-content-block.zostan-partnerem .text {
	margin: 0 auto;
	max-width: 760px;
	text-align: center;
}

.full-content-block.zostan-partnerem h2 {
	color: #1e2d3d;
	font-family: "montserratbold", sans-serif;
	font-size: 26px;
	line-height: 34px;
	margin: 0 0 10px;
}

.full-content-block.zostan-partnerem .text > p:not(:last-child) {
	color: #536174;
	font-family: "montserratregular", sans-serif;
	font-size: 15px;
	line-height: 23px;
	margin: 0 auto;
	max-width: 650px;
}

.full-content-block.zostan-partnerem .text > p:last-child {
	margin: 22px 0 0;
}

.full-content-block.zostan-partnerem .text > p:last-child a {
	align-items: center;
	background: #7ab234;
	border: 1px solid #7ab234;
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(86, 133, 39, 0.2);
	color: #fff !important;
	display: inline-flex;
	font-family: "montserratregular", sans-serif;
	font-weight: 400;
	font-size: 13px;
	gap: 9px;
	justify-content: center;
	line-height: 18px;
	min-height: 46px;
	padding: 13px 24px;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.full-content-block.zostan-partnerem .text > p:last-child a::after {
	content: "\00bb";
	font-size: 18px;
	line-height: 1;
	transition: transform 0.2s ease;
}

.full-content-block.zostan-partnerem .text > p:last-child a:hover,
.full-content-block.zostan-partnerem .text > p:last-child a:focus {
	background: #689a2c;
	border-color: #689a2c;
	box-shadow: 0 10px 22px rgba(86, 133, 39, 0.28);
	color: #fff !important;
	transform: translateY(-1px);
}

.full-content-block.zostan-partnerem .text > p:last-child a:hover::after,
.full-content-block.zostan-partnerem .text > p:last-child a:focus::after {
	transform: translateX(3px);
}

.full-content-block.zostan-partnerem .text > p:last-child a:focus-visible {
	outline: 3px solid rgba(122, 178, 52, 0.45);
	outline-offset: 3px;
}

@media (max-width: 768px) {
	.full-content-block.zostan-partnerem {
		margin: 20px 0 24px;
	}

	.full-content-block.zostan-partnerem .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.full-content-block.zostan-partnerem .inner {
		border-radius: 14px;
		padding: 26px 14px 28px;
	}

	.full-content-block.zostan-partnerem h2 {
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 8px;
	}

	.full-content-block.zostan-partnerem .text > p:not(:last-child) {
		font-size: 13px;
		line-height: 19px;
	}

	.full-content-block.zostan-partnerem .text > p:last-child {
		margin-top: 18px;
	}

	.full-content-block.zostan-partnerem .text > p:last-child a {
		font-size: 12px;
		max-width: 270px;
		min-height: 44px;
		padding: 12px 20px;
		width: 100%;
	}
}

/* Eco mission tiles */
.eco-mission-tiles-block {
	margin: 12px 0 34px;
}

.eco-mission-tiles-block .eco-mission-tiles {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eco-mission-tiles-block .eco-mission-card {
	background: #1e2d3d;
	border: 0;
	border-radius: 14px;
	box-shadow: 0 10px 26px rgba(28, 45, 62, 0.12);
	color: #fff;
	cursor: pointer;
	height: clamp(330px, 36vw, 430px);
	overflow: hidden;
	position: relative;
	transform: translateZ(0);
}

.eco-mission-tiles-block .eco-mission-card__media,
.eco-mission-tiles-block .eco-mission-card__shade {
	inset: 0;
	margin: 0;
	position: absolute;
}

.eco-mission-tiles-block .eco-mission-card__media {
	background: #dfe9d7;
}

.eco-mission-tiles-block .eco-mission-card__image {
	display: block;
	filter: brightness(0.92) saturate(0.96);
	height: 100%;
	object-fit: cover;
	transform: scale(1.001);
	transition: filter 0.35s ease, transform 0.45s ease;
	width: 100%;
}

.eco-mission-tiles-block .eco-mission-card__shade {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 12%, rgba(0, 0, 0, 0.12) 58%, rgba(0, 0, 0, 0.76) 100%);
	transition: background 0.35s ease;
	z-index: 1;
}

.eco-mission-tiles-block .eco-mission-card__content {
	bottom: 0;
	display: flex;
	flex-direction: column;
	left: 0;
	padding: 24px;
	position: absolute;
	right: 0;
	z-index: 2;
}

.eco-mission-tiles-block .eco-mission-card__title {
	color: #fff;
	font-family: "montserratbold", sans-serif;
	font-size: 18px;
	line-height: 25px;
	text-shadow: 0 2px 7px rgba(0, 0, 0, 0.45);
	transform: translateY(0);
	transition: transform 0.35s ease;
}

.eco-mission-tiles-block .eco-mission-card__toggle {
	display: none;
}

.eco-mission-tiles-block .eco-mission-card__description {
	color: rgba(255, 255, 255, 0.96);
	font-family: "montserratregular", sans-serif;
	font-size: 14px;
	line-height: 21px;
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transform: translateY(12px);
	transition: margin-top 0.35s ease, max-height 0.45s ease, opacity 0.25s ease, transform 0.35s ease;
}

.eco-mission-tiles-block .eco-mission-card__description p {
	margin: 0;
}

.eco-mission-tiles-block .eco-mission-card__link {
	align-items: center;
	align-self: flex-start;
	background: #7ab234;
	border: 1px solid #7ab234;
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-family: "montserratregular", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	margin-top: 14px;
	padding: 11px 17px;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.eco-mission-tiles-block .eco-mission-card__link:hover,
.eco-mission-tiles-block .eco-mission-card__link:focus-visible {
	background: #689a2c;
	border-color: #689a2c;
	box-shadow: 0 10px 22px rgba(86, 133, 39, 0.28);
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

.eco-mission-tiles-block .eco-mission-card__link:focus-visible {
	outline: 3px solid rgba(122, 178, 52, 0.85);
	outline-offset: 3px;
}

.eco-mission-tiles-block .eco-mission-card.is-open .eco-mission-card__image,
.eco-mission-tiles-block .eco-mission-card:focus-visible .eco-mission-card__image,
.eco-mission-tiles-block .eco-mission-card:focus-within .eco-mission-card__image {
	filter: brightness(0.5);
	transform: scale(1.04);
}

.eco-mission-tiles-block .eco-mission-card.is-open .eco-mission-card__shade,
.eco-mission-tiles-block .eco-mission-card:focus-visible .eco-mission-card__shade,
.eco-mission-tiles-block .eco-mission-card:focus-within .eco-mission-card__shade {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.72) 100%);
}

.eco-mission-tiles-block .eco-mission-card.is-open .eco-mission-card__description,
.eco-mission-tiles-block .eco-mission-card:focus-visible .eco-mission-card__description,
.eco-mission-tiles-block .eco-mission-card:focus-within .eco-mission-card__description {
	margin-top: 10px;
	max-height: 340px;
	opacity: 1;
	transform: translateY(0);
}

.eco-mission-tiles-block .eco-mission-card:focus-visible,
.eco-mission-tiles-block .eco-mission-card:focus-within {
	outline: 3px solid rgba(122, 178, 52, 0.85);
	outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
	.eco-mission-tiles-block .eco-mission-card:hover .eco-mission-card__image {
		filter: brightness(0.5);
		transform: scale(1.04);
	}

	.eco-mission-tiles-block .eco-mission-card:hover .eco-mission-card__shade {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.72) 100%);
	}

	.eco-mission-tiles-block .eco-mission-card:hover .eco-mission-card__description {
		margin-top: 10px;
		max-height: 340px;
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 768px) {
	.eco-mission-tiles-block {
		margin: 8px 0 26px;
	}

	.eco-mission-tiles-block .eco-mission-tiles {
		gap: 12px;
		grid-template-columns: minmax(0, 1fr);
	}

	.eco-mission-tiles-block .eco-mission-card {
		aspect-ratio: 4 / 3;
		border-radius: 12px;
		height: auto;
		min-height: 265px;
	}

	.eco-mission-tiles-block .eco-mission-card__content {
		padding: 18px;
	}

	.eco-mission-tiles-block .eco-mission-card__title {
		align-items: flex-start;
		display: flex;
		font-size: 16px;
		gap: 12px;
		justify-content: space-between;
		line-height: 22px;
		padding-right: 0;
	}

	.eco-mission-tiles-block .eco-mission-card__title-text {
		min-width: 0;
	}

	.eco-mission-tiles-block .eco-mission-card__toggle {
		display: inline-flex;
		flex: 0 0 auto;
		font-size: 22px;
		height: 22px;
		justify-content: center;
		line-height: 1;
		margin-top: 1px;
		text-shadow: 0 2px 7px rgba(0, 0, 0, 0.45);
		transition: transform 0.25s ease;
		width: 22px;
	}

	.eco-mission-tiles-block .eco-mission-card.is-open .eco-mission-card__toggle {
		transform: rotate(180deg);
	}

	.eco-mission-tiles-block .eco-mission-card__description {
		font-size: 12px;
		line-height: 18px;
	}

	.eco-mission-tiles-block .eco-mission-card.is-open .eco-mission-card__description,
	.eco-mission-tiles-block .eco-mission-card:focus-visible .eco-mission-card__description,
	.eco-mission-tiles-block .eco-mission-card:focus-within .eco-mission-card__description {
		max-height: 300px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.eco-mission-tiles-block .eco-mission-card__image,
	.eco-mission-tiles-block .eco-mission-card__shade,
	.eco-mission-tiles-block .eco-mission-card__title,
	.eco-mission-tiles-block .eco-mission-card__toggle,
	.eco-mission-tiles-block .eco-mission-card__description,
	.eco-mission-tiles-block .eco-mission-card__link {
		transition: none;
	}
}

/* Mobile product descriptions */
@media (max-width: 768px) {
	.single-product .eko-product-short-description,
	.single-product .eko-product-short-description p,
	.single-product .eko-product-short-description li,
	.single-product .eko-product-short-description span,
	.single-product #description .text,
	.single-product #description .text p,
	.single-product #description .text li,
	.single-product #description .text span,
	.single-product #description .text td,
	.single-product #description .text th,
	.eko-pb-quick-preview__description,
	.eko-pb-quick-preview__description p,
	.eko-pb-quick-preview__description li,
	.eko-pb-quick-preview__description span,
	.woocommerce-content .term-information .term-description,
	.woocommerce-content .term-information .term-description p,
	.woocommerce-content .term-information .term-description li,
	.woocommerce-content .term-information .term-description span,
	.woocommerce-content .term-information .term-description td,
	.woocommerce-content .term-information .term-description th,
	.woocommerce-content .category-desc-bottom,
	.woocommerce-content .category-desc-bottom p,
	.woocommerce-content .category-desc-bottom li,
	.woocommerce-content .category-desc-bottom span,
	.woocommerce-content .category-desc-bottom td,
	.woocommerce-content .category-desc-bottom th {
		font-size: 13px !important;
		line-height: 19px !important;
	}
}
/* Pagination labels: readable regular type and horizontal breathing room. */
.woocommerce .eko-shop-pagination a,
.woocommerce-page .eko-shop-pagination a,
.woocommerce .eko-shop-pagination .page-numbers,
.woocommerce-page .eko-shop-pagination .page-numbers {
	font-family: "montserratregular", sans-serif;
}

.woocommerce .eko-shop-pagination .page-prev a,
.woocommerce .eko-shop-pagination .page-next a,
.woocommerce-page .eko-shop-pagination .page-prev a,
.woocommerce-page .eko-shop-pagination .page-next a {
	gap: 5px;
	padding-left: 14px;
	padding-right: 14px;
}

@media (max-width: 768px) {
	.woocommerce .eko-shop-pagination .page-next a,
	.woocommerce-page .eko-shop-pagination .page-next a {
		justify-content: center;
		padding-left: 0;
		padding-right: 0;
		width: 32px;
	}

	.woocommerce .eko-shop-pagination .page-next a span,
	.woocommerce-page .eko-shop-pagination .page-next a span {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}
}
/* Global CTA button shape */
:root {
	--eko-button-radius: 8px;
}

/* Keep standard form controls consistent with the global CTA shape. */
input:not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]):not([type="hidden"]):not([type="image"]),
select,
textarea,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	border-radius: var(--eko-button-radius) !important;
}

a.button,
button.button,
input.button,
input[type="submit"],
.yellow-button,
.eko-cookie-banner-button,
.heading-block .button,
.wp-block-button__link,
.wp-element-button,
.wc-block-components-button,
a.btn,
button.btn,
.shop-sidebar .bapf_button,
.eko-shop-loop-actions-inner a,
.single_add_to_cart_button,
.submit-btn,
.eko-mobile-filter-apply,
.eko-ask-for-product-button,
.eko-stock-notification-button,
.eko-see-full-description-button,
.eko-shop-cart-form #eko-cart-continue-button,
.eko-shop-cart-form #eko-cart-update-cart-button,
.woocommerce-mini-cart__buttons a,
.full-content-block.zostan-partnerem .text > p:last-child a,
#b2bking_myaccount_make_inquiry_button,
.b2bking_myaccount_new_conversation_close,
.b2bking_myaccount_start_conversation_button,
.b2bking_myaccount_view_conversation_button,
.b2bking_myaccount_conversation_endpoint_button,
#b2bking_myaccount_conversation_endpoint_container_top a button,
#b2bking_purchase_list_new_button {
	border-radius: var(--eko-button-radius) !important;
}

/* Content slider: full-image banner with overlaid copy and CTA. */
.content-with-slider-block .slick-carousel.content-slider {
	aspect-ratio: 860 / 400;
	border: 1px solid rgba(82, 125, 39, 0.2);
	box-sizing: border-box;
	height: 400px;
	max-width: 860px;
	width: 100%;
}

.content-with-slider-block .slick-carousel .slick-list,
.content-with-slider-block .slick-carousel .slick-track,
.content-with-slider-block .slick-carousel .slick-item,
.content-with-slider-block .slick-image {
	height: 100%;
}

.content-with-slider-block .slick-arrows button {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #527d27 !important;
	height: 32px;
	padding: 0 !important;
	text-shadow: none !important;
	width: 24px;
}

.content-with-slider-block .slick-arrows button i {
	font-size: 22px;
}

.content-with-slider-block .slick-arrows button:hover,
.content-with-slider-block .slick-arrows button:focus {
	background: transparent !important;
	color: #659b29 !important;
}

.content-with-slider-block .slick-image {
	overflow: hidden;
	position: relative;
}

.content-with-slider-block .slick-image::after {
	background: linear-gradient(90deg, rgba(235, 245, 224, 0.96) 0%, rgba(235, 245, 224, 0.89) 38%, rgba(235, 245, 224, 0) 72%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.content-with-slider-block .slick-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.content-with-slider-block .slick-content {
	background: transparent;
	bottom: 0;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	height: 100%;
	justify-content: flex-end;
	left: 0;
	margin: 0;
	max-width: none;
	padding: 42px 66px 102px;
	position: absolute;
	text-align: left;
	top: 0;
	width: 58%;
	z-index: 2;
}

.content-with-slider-block .slick-content .text {
	color: #1e2d3d;
	max-height: 230px;
	overflow: hidden;
	text-align: left;
}

.content-with-slider-block .slick-content h4 {
	color: #527d27;
	font-family: "montserratsemibold", sans-serif;
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 12px;
	text-align: left;
	text-shadow: none;
}

.content-with-slider-block .slick-content a:not(.slick-button) {
	color: inherit;
}

.content-with-slider-block .slick-content .slick-button {
	background: #7ab234;
	border-radius: var(--eko-button-radius, 8px);
	bottom: 40px;
	color: #fff;
	display: inline-flex;
	font-family: "montserratsemibold", sans-serif;
	font-size: 13px;
	left: 66px;
	margin: 0;
	padding: 11px 22px;
	position: absolute;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.content-with-slider-block .slick-content .slick-button:hover,
.content-with-slider-block .slick-content .slick-button:focus {
	background: #659b29;
	color: #fff;
	transform: translateY(-1px);
}

@media (max-width: 991.98px) {
	.content-with-slider-block .row.first-row {
		flex-direction: column-reverse;
	}

	.content-with-slider-block .row.first-row .col-lg-3 {
		margin-top: 15px;
	}

	.content-with-slider-block .slick-carousel.content-slider {
		height: auto;
		max-width: none;
	}

	.content-with-slider-block .slick-content {
		padding: 32px 68px 92px;
		width: 62%;
	}

	.content-with-slider-block .slick-content .slick-button {
		bottom: 32px;
		left: 68px;
	}

	.content-with-slider-block .slick-content h4 {
		margin: 0 0 10px;
	}
}

@media (max-width: 600px) {
	.content-with-slider-block .slick-image::after {
		background: linear-gradient(90deg, rgba(235, 245, 224, 0.89) 0%, rgba(235, 245, 224, 0.74) 50%, rgba(235, 245, 224, 0) 72%);
	}

	.content-with-slider-block .slick-content {
		box-sizing: border-box;
		font-size: 12px;
		padding: 18px 0 68px 44px;
		width: 100%;
	}

	.content-with-slider-block .slick-content .text {
		max-height: none;
		overflow: visible;
		width: 55%;
	}

	.content-with-slider-block .slick-content h4 {
		display: block;
		font-size: 15px;
		line-height: 1.2;
		margin-bottom: 8px;
		overflow: visible;
		-webkit-line-clamp: unset;
	}

	.content-with-slider-block .slick-content .text > :not(h4) {
		display: none;
	}

	.content-with-slider-block .slick-content .slick-button {
		bottom: 16px;
		font-size: 11px;
		left: 44px;
		padding: 8px 14px;
	}
}

/* Keep archive variation rows as wide as the product card content. */
.woocommerce .product-item .eko-shop-loop-details .wvs-archive-variations-wrapper,
.woocommerce-page .product-item .eko-shop-loop-details .wvs-archive-variations-wrapper {
	width: calc(100% + 30px);
	margin-right: -15px;
	margin-left: -15px;
}
