/* @font-face {
  font-family: "New Order";
  src: url("../fonts/NewOrder_font/NewOrder-Light.woff2") format("woff2"), url("../fonts/NewOrder_font/NewOrder-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "New Order";
  src: url("../fonts/NewOrder_font/NewOrder-Regular.woff2") format("woff2"), url("../fonts/NewOrder_font/NewOrder-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "New Order";
  src: url("../fonts/NewOrder_font/NewOrder-Medium.woff2") format("woff2"), url("../fonts/NewOrder_font/NewOrder-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "New Order";
  src: url("../fonts/NewOrder_font/NewOrder-Bold.woff2") format("woff2"), url("../fonts/NewOrder_font/NewOrder-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "New Order";
  src: url("../fonts/NewOrder_font/NewOrder-Semibold.woff2") format("woff2"), url("../fonts/NewOrder_font/NewOrder-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
} */
@font-face {
	font-family: 'Inter';
	src:
		url('../fonts/Inter/Inter-Medium.woff2') format('woff2'),
		url('../fonts/Inter/Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src:
		url('../fonts/Inter/Inter-Light.woff2') format('woff2'),
		url('../fonts/Inter/Inter-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src:
		url('../fonts/Inter/Inter-ExtraBold.woff2') format('woff2'),
		url('../fonts/Inter/Inter-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src:
		url('../fonts/Inter/Inter-ExtraLight.woff2') format('woff2'),
		url('../fonts/Inter/Inter-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src:
		url('../fonts/Inter/Inter-Black.woff2') format('woff2'),
		url('../fonts/Inter/Inter-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src:
		url('../fonts/Inter/Inter-Thin.woff2') format('woff2'),
		url('../fonts/Inter/Inter-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src:
		url('../fonts/Inter/Inter-Bold.woff2') format('woff2'),
		url('../fonts/Inter/Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src:
		url('../fonts/Inter/Inter-SemiBold.woff2') format('woff2'),
		url('../fonts/Inter/Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src:
		url('../fonts/Inter/Inter-Regular.woff2') format('woff2'),
		url('../fonts/Inter/Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'shoptet';
	src:
		url('../fonts/shoptet/shoptet.ttf') format('truetype'),
		url('../fonts/shoptet/shoptet.woff') format('woff'),
		url('../fonts/shoptet/shoptet.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
html.remove {
	overflow: hidden;
}
html.remove body {
	overflow: hidden;
}

.site-msg {
	background-color: #000;
	color: #fff;
}
.site-msg .container {
	max-width: calc(1440px + 2rem);
	padding-left: 2rem;
	padding-right: 2rem;
	position: relative;
}
.site-msg .container .text {
	padding: 8px 30px 8px 0;
}
.site-msg .container .close {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	position: absolute;
	height: 24px;
	width: 24px;
	transform: translateY(-50%);
	right: 2rem;
	top: 50%;
	cursor: pointer;
}
.site-msg .container .close:hover:before {
	background-color: #f55f68;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.site-msg .container .close:hover::after {
	background-color: #f55f68;
	transform: translate(-50%, -50%) rotate(45deg);
}
.site-msg .container .close::before,
.site-msg .container .close::after {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: '';
	width: 80%;
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
}
.site-msg .container .close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.site-msg .container .close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.underline-1 {
	position: relative;
}
.underline-1::after {
	content: '';
	left: 0;
	top: 100%;
	height: 16.5px;
	width: 122px;
	display: block;
	position: absolute;
	background-image: url(../img/icon/lines-orange.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.underline-2 {
	position: relative;
}
.underline-2::after {
	content: '';
	left: 0;
	top: 100%;
	height: 14.4px;
	width: 202px;
	display: block;
	position: absolute;
	background-image: url(../img/icon/lines-green.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

html {
	scroll-behavior: smooth;
}

body {
	padding: 0;
	margin: 0;
	color: #2a2a28;
	font-family: 'new-order', sans-serif;
	line-height: 1.5;
	background-color: #f2f1ee;
}

.type-category .content-wrapper-in {
	margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
	.type-category .content-wrapper-in {
		margin-bottom: 40px;
	}
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #2a2a28;
	transition: all 0.15s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.extended-banner-title {
	font-weight: 800;
	font-style: normal;
	margin: 1em 0 1.5em;
	font-family: 'new-order', sans-serif;
	line-height: 1.2222222222em;
}

h1,
.h1,
.homepage-group-title,
.h4.homepage-group-title {
	font-size: 2.875rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	h1,
	.h1,
	.homepage-group-title,
	.h4.homepage-group-title {
		font-size: 2.25rem;
	}
}

h2,
.h2 {
	font-size: 2.25rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	h2,
	.h2 {
		font-size: 1.75rem;
	}
}

h3,
.h3 {
	font-size: 1.875rem;
}
@media (max-width: 767px) {
	h3,
	.h3 {
		font-size: 1.5rem;
	}
}

h4,
.h4,
.custom-footer__instagram h4,
.custom-footer__newsletter h4 {
	font-size: 1.5rem;
}
@media (max-width: 767px) {
	h4,
	.h4,
	.custom-footer__instagram h4,
	.custom-footer__newsletter h4 {
		font-size: 1.375rem;
	}
}

h5,
.h5,
.cart-inner h4 {
	font-size: 1.125rem;
}
@media (max-width: 767px) {
	h5,
	.h5,
	.cart-inner h4 {
		font-size: 1.125rem;
	}
}

img {
	max-width: 100%;
	height: auto;
}

.container {
	max-width: calc(1248px + 4rem);
	margin: 0 auto;
	width: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
}
@media (max-width: 767px) {
	.container {
		padding-left: 1em;
		padding-right: 1em;
	}
}

.overall-wrapper {
	min-height: 100vh;
}

#additionalInformation {
	display: block;
	margin-bottom: 0;
}
#additionalInformation fieldset {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin-bottom: 0;
}
#additionalInformation fieldset.box {
	margin-bottom: 0;
}
#additionalInformation fieldset .form-group {
	margin: 0 0 10px 0;
	gap: 2px;
}
#additionalInformation fieldset .company-shopping {
	order: 30;
	margin: 20px 0 40px 0;
}
#additionalInformation fieldset #company-info {
	order: 31;
}

.js-hidden:not(.visible):not(.visible-permanent),
.no-display {
	display: none;
}

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

button {
	background-color: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font-size: 1rem;
	padding: 0;
}

fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

table {
	border-collapse: collapse;
}
table th .client-table-heading,
table td .client-table-heading {
	display: none;
}
table th {
	text-align: left;
}

#header .menu-level-1,
.top-navigation-bar .menu-level-1 {
	padding: 0;
	margin: 0;
	list-style: none;
}
#header ul,
.top-navigation-bar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.text-center {
	text-align: center;
}

.full-width {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100vw - 15px);
	max-width: 1920px;
}
@media (max-width: 767px) {
	.full-width {
		position: initial;
		transform: none;
		width: auto;
		margin-left: -20px;
		margin-right: -20px;
	}
}

.products-block,
.benefitBanner,
.top-categories,
.countdown-banner,
.loyalty-club,
.blog-wrapper,
.homepage-box.welcome-wrapper,
.newsletter-wrapper,
#productsTop,
.category-top-wrapper,
.product-top,
.tab-pane,
.usp-container,
.type-posts-listing #content,
.type-post #content,
.type-page #content,
.customer-page #content-wrapper {
	margin-bottom: 44px;
}
@media (max-width: 767px) {
	.products-block,
	.benefitBanner,
	.top-categories,
	.countdown-banner,
	.loyalty-club,
	.blog-wrapper,
	.homepage-box.welcome-wrapper,
	.newsletter-wrapper,
	#productsTop,
	.category-top-wrapper,
	.product-top,
	.tab-pane,
	.usp-container,
	.type-posts-listing #content,
	.type-post #content,
	.type-page #content,
	.customer-page #content-wrapper {
		margin-bottom: 30px;
	}
}

.customer-page .content-wrapper-in {
	align-items: flex-start;
}
#productsTop {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 23px;
	margin-bottom: 0;
	width: 100%;
}
#productsTop .product {
	max-width: 100%;
	width: 100%;
	padding: 0;
}
#productsTop .product .p {
	padding: 14px 40px 14px 24px;
	gap: 24px;
}
#productsTop .product .p .image {
	flex: 0 0 120px;
	height: 120px;
	padding-bottom: 0;
}
#productsTop .product .p .image .flags {
	top: 5px;
	left: 5px;
}
#productsTop .product .p .p-in {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}
#productsTop .product .p .p-in .p-in-in {
	height: unset;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
}
#productsTop .product .p .p-in .p-in-in .flags {
	position: relative;
	top: unset;
	left: unset;
	bottom: unset;
	right: unset;
	transform: unset;
	padding: 0;
}
#productsTop .product .p .p-in .p-in-in .name {
	font-size: 1.125rem;
	color: #2a2a28;
	line-height: 1.2em;
	font-weight: 500;
	text-align: left;
}
#productsTop .product .p .p-in .p-in-in .name span {
	font-size: 1.125rem;
	color: #2a2a28;
	line-height: 1.2em;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	#productsTop .product .p .p-in .p-in-in .name {
		font-size: 0.875rem;
	}
	#productsTop .product .p .p-in .p-in-in .name span {
		font-size: 0.875rem;
	}
}
#productsTop .product .p .p-in .p-in-in .ratings-wrapper {
	margin: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
#productsTop .product .p .p-in .p-in-in .ratings-wrapper .availability {
	display: flex;
	flex-direction: row;
	gap: 5px;
}
#productsTop .product .p .p-in .p-in-in .ratings-wrapper .availability span::before {
	display: none;
}
#productsTop .product .p .p-in .p-in-in .ratings-wrapper .availability span.availability-amount {
	display: inline-block;
	color: #8cb72a;
}
#productsTop .button-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-wrap: nowrap;
}
@media (max-width: 767px) {
	#productsTop .button-wrapper {
		display: none;
	}
}
@media (max-width: 767px) {
	#productsTop {
		display: block;
	}
	#productsTop .product {
		margin: 0 6px;
	}
	#productsTop .product .p {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: nowrap;
		padding: 0px;
		gap: 16px;
		height: 100%;
	}
	#productsTop .product .p .p-in {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		padding: 0 20px 20px 20px;
		flex-wrap: nowrap;
		gap: 10px;
		height: 100%;
	}
	#productsTop .product .p .p-in .p-in-in {
		height: unset;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: flex-start;
		gap: 8px;
		text-align: center;
	}
	#productsTop .product .p .p-in .p-bottom {
		flex: unset;
		flex-basis: unset;
	}
}
@media (max-width: 1000px) {
	#productsTop .product {
		max-width: 100%;
	}
}

.search-next-wrap {
	text-align: center;
	margin-top: 100px;
}
@media (max-width: 767px) {
	.search-next-wrap {
		margin-top: 50px;
	}
}

.top-navigation-bar {
	background-color: #2a2a28;
	color: #fff;
	white-space: nowrap;
	padding: 6px 0 1px 0;
}
@media screen and (max-width: 767px) {
	.top-navigation-bar .top-navigation-tools {
		display: none;
	}
}
.top-navigation-bar .container {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-direction: row-reverse;
	justify-content: space-between;
	flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
	.top-navigation-bar .container {
		justify-content: center;
		text-align: center;
	}
}
.top-navigation-bar .top-panel-text-wrapper {
	gap: 40px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}
.top-navigation-bar .top-panel-text-wrapper p {
	font-size: 0.875rem;
	margin: 0;
	line-height: 1.2em;
	font-weight: 500;
}
.top-navigation-bar .top-panel-text-wrapper p a {
	color: #fff;
}
.top-navigation-bar .top-panel-text-wrapper .mobile-text {
	display: none;
}
@media screen and (max-width: 900px) {
	.top-navigation-bar .top-panel-text-wrapper p {
		display: none;
	}
	.top-navigation-bar .top-panel-text-wrapper .mobile-text {
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		text-align: center;
		width: 100%;
		justify-content: center;
	}
	.top-navigation-bar .top-panel-text-wrapper .mobile-text strong {
		margin: 0 5px;
	}
}
.top-navigation-bar .top-navigation-tools .responsive-tools {
	display: none;
}
.top-navigation-bar .top-navigation-tools .dropdown span {
	display: none;
}
.top-navigation-bar .top-navigation-tools .dropdown #topNavigationDropdown {
	display: none;
}
.top-navigation-bar .top-navigation-tools .dropdown ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	gap: 14px;
}
.top-navigation-bar .top-navigation-tools .dropdown ul li a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 0.875rem;
	line-height: 1.2em;
	color: #9e9fa0;
	position: relative;
	text-decoration: unset;
}
.top-navigation-bar .top-navigation-tools .dropdown ul li a:hover {
	color: #fff;
}
.top-navigation-bar .top-navigation-tools .dropdown ul li a:hover::before {
	transform: scale(1, 1);
}
.top-navigation-bar .top-navigation-tools .dropdown ul li a::before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: '';
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	display: block;
	transform: scale(0, 1);
}
.top-navigation-bar .top-navigation-tools .dropdown ul li a.active {
	color: #fff;
}
.top-navigation-bar .top-navigation-tools .dropdown ul li a.active::before {
	transform: scale(1, 1);
}
.top-navigation-contacts {
	margin-right: auto;
	display: flex;
	align-items: center;
	display: none;
}
.top-navigation-contacts > strong {
	display: none;
}
.top-navigation-contacts .project-phone {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 400;
	gap: 0;
}
.top-navigation-contacts .project-phone::before {
	content: url(../img/icon/tel-icon.svg);
	display: block;
	width: 24px;
	height: 24px;
	line-height: 0;
	margin-right: 10px;
}
.top-navigation-contacts .project-email {
	display: none;
}
.top-navigation-contacts::after {
	content: '/ ' var(--otviraci-doba);
	margin-left: 0.4em;
	text-decoration: none;
}

.top-navigation-menu {
	display: none !important;
}

.search-window-visible .search {
	display: block;
}

.site-name-wrapper {
	flex-shrink: 0;
}
@media (max-width: 1100px) {
	.site-name-wrapper {
		margin-left: 0px;
	}
}

#header .site-name {
	max-width: 228px;
	margin: 0 !important;
}
#header .site-name a {
	display: flex;
}
@media (max-width: 1100px) {
	#header .site-name {
		max-width: 160px;
	}
}
@media (max-width: 767px) {
	#header .site-name {
		max-width: 130px;
	}
}
@media (max-width: 370px) {
	#header .site-name {
		max-width: 100px;
	}
}

#formSearchForm fieldset {
	display: flex;
	position: relative;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}
#formSearchForm fieldset button {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	border: 2px solid transparent;
	font-size: 0.875rem;
	line-height: 1.2em;
	font-weight: 700;
	color: #2a2a28;
	padding: 1.125em 1.25em 1em 1.25em;
	border-radius: 2px;
	background-color: #f4b395;
	height: 47px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#formSearchForm fieldset button:hover {
	border: 2px solid #f4b395;
	color: #2a2a28;
	background-color: transparent;
}
#formSearchForm input {
	padding: 1.125em 5.625em 0.875em 2.5em;
	background-image: url(../img/icon/search.svg);
	background-position: 10px center;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
	border-style: solid;
	font-size: 0.875rem;
}
#formSearchForm input::placeholder {
	font-style: italic;
	color: #2a2a28;
}
section {
	position: relative;
	display: block;
}

.toggle-window[data-target='navigation']::before {
	content: url(../img/icon/menu-2.svg);
	display: block;
	width: 24px;
	height: 22px;
	line-height: 0;
}
@media (max-width: 991px) {
	.toggle-window[data-target='navigation'] span {
		display: none;
	}
}

.navigation-buttons {
	display: flex;
	align-items: center;
	gap: 24px;
}
.navigation-buttons .top-nav-button-account::before,
.navigation-buttons .top-nav-button-login::before,
.navigation-buttons .cart-count::before,
.navigation-buttons .toggle-window[data-target='search']::before,
.navigation-buttons .toggle-window[data-target='navigation']::before {
	content: '';
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 33px;
	height: 33px;
	line-height: 0;
}
@media (max-width: 991px) {
	.navigation-buttons .top-nav-button-account span,
	.navigation-buttons .top-nav-button-login span,
	.navigation-buttons .cart-count span,
	.navigation-buttons .toggle-window[data-target='search'] span,
	.navigation-buttons .toggle-window[data-target='navigation'] span {
		display: none;
	}
}
@media (max-width: 370px) {
	.navigation-buttons .top-nav-button-account::before,
	.navigation-buttons .top-nav-button-login::before,
	.navigation-buttons .cart-count::before,
	.navigation-buttons .toggle-window[data-target='search']::before,
	.navigation-buttons .toggle-window[data-target='navigation']::before {
		width: 24px;
		height: 24px;
	}
}
.navigation-buttons .top-nav-button-login,
.navigation-buttons .top-nav-button-account {
	font-size: 0.875rem;
	font-weight: 700;
	color: #2a2a28;
	line-height: 1em;
}
.navigation-buttons .top-nav-button-login::before,
.navigation-buttons .top-nav-button-account::before {
	background-image: url(../img/icon/login.svg);
}
.navigation-buttons .top-nav-button-login span,
.navigation-buttons .top-nav-button-account span {
	padding-top: 5px;
}
.navigation-buttons .top-nav-button-login:hover,
.navigation-buttons .top-nav-button-account:hover {
	text-decoration: underline;
}
.navigation-buttons .top-nav-button-register {
	font-size: 0.875rem;
	font-weight: 700;
	color: #2a2a28;
	line-height: 1em;
	margin-left: -15px;
	gap: 10px;
	align-items: baseline;
	display: none;
}
@media (min-width: 992px) {
	.navigation-buttons .top-nav-button-register {
		display: flex;
	}
}
.navigation-buttons .top-nav-button-register span {
	padding-top: 5px;
}
.navigation-buttons .top-nav-button-register:hover {
	text-decoration: underline;
}
.navigation-buttons .top-nav-button-register::before {
	content: '|';
}
.navigation-buttons .cart-count {
	position: relative;
}
.navigation-buttons .cart-count i {
	padding: 1px 0 0 0;
	position: absolute;
	top: 5px;
	left: -10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #2a2a28;
	color: #fff;
	font-size: 0.625rem;
	font-style: italic;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-style: normal;
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	.navigation-buttons .cart-count i {
		top: 4px;
		right: -6px;
	}
}
.navigation-buttons .cart-count .cart-price {
	display: none;
}
.navigation-buttons .cart-count::before {
	background-color: #f4b395;
	border-radius: 50%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-size: unset;
	background-image: url(../img/icon/cart.svg);
}
.navigation-buttons .cart-count:hover::before {
	background-color: #f9cab5;
}
.navigation-buttons .cart-count:not(.full):after {
	padding: 1px 0 0 0;
	position: absolute;
	top: 5px;
	left: -10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #2a2a28;
	color: #fff;
	font-size: 0.625rem;
	font-style: italic;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-style: normal;
	transform: translateY(-50%);
	content: '0';
}
.navigation-buttons .toggle-window[data-target='search']::before {
	content: url(../img/icon/search.svg);
}
.navigation-buttons .toggle-window[data-target='search']:hover::before {
	content: url(../img/icon/search-hov.svg);
}
.navigation-buttons .toggle-window[data-target='navigation']::before {
	content: url(../img/icon/menu.svg);
}
.navigation-buttons a {
	display: flex;
	align-items: center;
	gap: 0.625em;
	text-decoration: none;
}
@media (max-width: 1200px) {
	.navigation-buttons {
		gap: 10px;
	}
}
@media (max-width: 1100px) {
	.navigation-buttons {
		gap: 10px;
	}
	.navigation-buttons .top-nav-button-login span,
	.navigation-buttons .cart-count span {
		display: none;
	}
}
.navigation-buttons .toggle-window[data-target='search'] {
	display: none;
}
@media (min-width: 1100px) {
	.navigation-buttons .toggle-window[data-target='navigation'],
	.navigation-buttons .toggle-window[data-target='search'] {
		display: none;
	}
}
@media (max-width: 767px) {
	.navigation-buttons a {
		gap: 0.125em;
		padding: 0em;
	}
}

@media (min-width: 1100px) {
	.toggle-window[data-target='navigation'] {
		display: none;
	}
}
#header {
	position: sticky;
	top: 0;
	background-color: #f2f1ee;
	transition: all 0.15s ease-in-out;
}
#header.sticky.scroll-down {
	top: calc(var(--header-top-height) * -1);
}
#header.sticky.scroll-up .header-top {
	margin-top: 0;
}

.menu-helper.empty,
.navigationActions {
	display: none;
}

.menu-helper {
	position: absolute;
	bottom: 0;
	right: 0;
}
@media (max-width: 1100px) {
	.menu-helper {
		display: none !important;
	}
}

.navigation-in,
#navigation {
	position: relative;
	z-index: 100;
}

.cart-window-visible #navigation {
	z-index: -1;
}

#navigation {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#navigation .header-phone {
	background-color: #2a2a28;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
	padding: 6px 32px;
	width: 100%;
	white-space: nowrap;
}
#navigation .header-phone span {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
#navigation .header-phone span a {
	color: #fff;
	margin-left: 10px;
}
@media (max-width: 411px) {
	#navigation .header-phone span a {
		margin-left: 0;
	}
}
@media (max-width: 411px) {
	#navigation .header-phone span.call-us {
		flex-wrap: wrap;
	}
}
#navigation:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1648px;
	max-width: calc(100vw - 40px);
	height: 1px;
	background-color: #c5c6c6;
	display: block;
	transform: translateX(-50%);
	z-index: 10;
}
@media (max-width: 1100px) {
	#navigation {
		position: fixed;
		left: 0;
		padding: 0;
		width: 100%;
		transition: all 0.15s ease-in-out;
		margin-right: 0;
		max-width: 0;
		overflow-y: scroll;
		overflow-x: hidden;
		height: 100vh;
		top: 0;
		background-color: #f2f1ee;
		z-index: 2000;
	}
	#navigation:after {
		display: none;
	}
	#navigation .navigationActions {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 16px;
	}
	#navigation .navigationActions li {
		width: 100%;
		border-bottom: 1px solid #c5c6c6;
		padding-left: 32px;
	}
	#navigation .navigationActions li.ext {
		display: none;
	}
	#navigation .top-navigation-menu {
		display: flex !important;
	}
	#navigation .top-navigation-bar-menu {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: nowrap;
		gap: 16px;
		width: 100%;
		padding-bottom: 100px;
	}
	#navigation .top-navigation-bar-menu li {
		width: 100%;
		border-bottom: 1px solid #c5c6c6;
		padding-left: 32px;
	}
	#navigation .navigation-in {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 50px 16px 16px 16px;
	}
	#navigation .navigation-close {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		display: block;
		position: absolute;
		height: 24px;
		width: 24px;
		left: 16px;
		top: 16px;
		cursor: pointer;
		z-index: 1001;
	}
	#navigation .navigation-close:hover:before {
		background-color: #f55f68;
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	#navigation .navigation-close:hover::after {
		background-color: #f55f68;
		transform: translate(-50%, -50%) rotate(45deg);
	}
	#navigation .navigation-close::before,
	#navigation .navigation-close::after {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		content: '';
		width: 80%;
		height: 2px;
		background-color: #2a2a28;
		display: block;
		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
		top: 50%;
	}
	#navigation .navigation-close:before {
		transform: translate(-50%, -50%) rotate(45deg);
	}
	#navigation .navigation-close::after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	#navigation .menu-level-1 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	#navigation .menu-level-1 li {
		width: 100%;
		border-bottom: 1px solid #c5c6c6;
		padding-left: 32px;
	}
	#navigation .menu-level-1 li:last-of-type {
		border: none;
	}
	#navigation .menu-level-1 li a {
		padding: 6px 0;
		margin-bottom: 0;
		font-size: 1rem;
		font-weight: 600;
	}
	#navigation .menu-level-1 li .menu-level-3 a {
		font-weight: 400;
	}
	#navigation .menu-level-2-helper {
		position: fixed;
		left: 0;
		transform: unset;
		width: 100vw;
		height: 100vw;
		top: 0;
		left: 0;
		z-index: 11;
		border-top: unset;
	}
	#navigation .menu-level-2-helper .menu-level-2 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
	#navigation .menu-level-2-helper .menu-level-2 > li {
		width: 100%;
		border-bottom: 1px solid #c5c6c6;
		padding-left: 32px;
	}
	#navigation .menu-level-2-helper .menu-level-2 > li a {
		padding-bottom: 12px;
		margin-bottom: 12px;
		font-size: 1rem;
	}
	#navigation .menu-level-2-helper.active {
		display: flex;
	}
	#navigation li {
		opacity: 1 !important;
		visibility: visible !important;
	}
}
@media screen and (max-width: 1100px) {
	#navigation .menu-level-2 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
	#navigation .menu-level-2 div {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
	#navigation .menu-level-1 li.ext .menu-level-2,
	#navigation .menu-level-1 li.ext .menu-level-2-helper {
		display: none;
	}
	#navigation .menu-level-1 li.ext.exp .menu-level-2,
	#navigation .menu-level-1 li.ext.exp .menu-level-2-helper {
		display: flex;
	}
	#navigation .menu-image img {
		display: none !important;
	}
	#navigation .has-third-level {
		padding-left: 0;
	}
	#navigation .has-third-level .menu-image {
		display: none;
	}
	#navigation .has-third-level li {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
}

.submenu-visible #navigation {
	overflow: visible;
}
@media screen and (max-width: 1100px) {
	.submenu-visible #navigation {
		overflow-y: scroll;
		overflow-x: hidden;
	}
}

.navigation-window-visible #navigation {
	max-width: 100%;
	left: 0;
}

@media (max-width: 1100px) {
	.mobile.navigation-window-visible {
		overflow: hidden;
	}
}

.type-manufacturer-detail .filter-section-boolean,
.type-manufacturer-detail .filter-section-button,
.type-manufacturer-detail .filter-section-count,
.type-manufacturer-detail .filter-count {
	display: block;
}
@media (max-width: 767px) {
	.type-manufacturer-detail #filters-wrapper {
		margin-top: 30px;
	}
}
@media (min-width: 992px) {
	.type-manufacturer-detail .category-header {
		margin-top: 20px;
	}
}

.search {
	max-width: 400px;
	width: 100%;
	position: relative;
	z-index: 101;
}
.search form fieldset {
	display: flex;
	position: relative;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.search form fieldset button {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.header-top {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	position: relative;
	padding: 23px 0rem 24px 0rem;
}
.header-top .wrapper {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 52px;
}
.header-top .wrapper .top-navigation-bar-menu {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 42px;
}
.header-top .wrapper .top-navigation-bar-menu li {
	display: flex;
}
.header-top .wrapper .top-navigation-bar-menu li:first-of-type a {
	color: #f4b395;
	font-weight: 700;
}
.header-top .wrapper .top-navigation-bar-menu li:first-of-type a:hover {
	color: #2a2a28;
}
.header-top .wrapper .top-navigation-bar-menu li a {
	text-decoration: none;
	font-size: 1rem;
	padding: 0.5em;
	font-weight: 500;
	letter-spacing: -0.4px;
}
.header-top .wrapper .top-navigation-bar-menu li a.active {
	font-weight: 700;
}
.header-top .wrapper .top-navigation-bar-menu li a:hover {
	font-weight: 700;
	color: #2a2a28;
}
.header-top:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1648px;
	max-width: calc(100vw - 40px);
	height: 1px;
	background-color: #c5c6c6;
	display: block;
	transform: translateX(-50%);
}
@media (max-width: 1100px) {
	.header-top::after {
		display: none;
	}
}
@media (max-width: 767px) {
	.header-top {
		position: relative;
	}
	.header-top .search {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		max-width: unset;
		background-color: #d8d8d8;
		padding: 10px 20px;
		z-index: 2;
	}
}

@media (max-width: 767px) {
	.search {
		padding: 8px 24px 16px 24px;
	}
	.search input {
		padding: 1.125em 6.25em 0.875em 2.5em !important;
	}
}

@media (max-width: 1100px) {
	.header-top {
		padding: 10px 0;
	}
	.header-top .wrapper {
		gap: 30px;
	}
	.header-top .wrapper .top-navigation-bar-menu {
		gap: 15px;
	}
}
@media (max-width: 767px) {
	.header-top {
		gap: 8px;
	}
	.navigation-in {
		padding: 0;
	}
}
.menu-level-1 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
@media (max-width: 1350px) {
	.menu-level-1 {
		gap: 10px;
	}
}
.menu-level-1 > li:has(a[href*='/slevy/']) > a {
	padding-right: 38px;
}
.menu-level-1 > li:has(a[href*='/slevy/']) > a::after {
	content: '';
	width: 28px;
	height: 28px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../img/icon/procenta.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
}
@media (max-width: 1100px) {
	.menu-level-1 > li:has(a[href*='/slevy/']) > a::after {
		display: none;
	}
}
.menu-level-1 > li.splitted {
	visibility: hidden;
	opacity: 0;
}
.menu-level-1 > li > a {
	display: inline-block;
	padding: 1.0625em 0em 0.9375rem 0rem;
	display: flex;
	align-items: center;
	gap: 0.625em;
	white-space: nowrap;
	font-size: 1.125rem;
	font-weight: 600;
}
.menu-level-1 > li > a.active {
	color: #f4b395;
}
.menu-level-1 > li > a:hover {
	color: #f4b395;
}
.menu-level-1 > li > a b {
	font-weight: 600;
	z-index: 2;
}
@media (max-width: 1200px) {
	.menu-level-1 > li > a {
		padding: 0.625em 0.375em 0.625rem 0.375rem;
		font-size: 1rem;
	}
}
@media (min-width: 1100px) {
	.menu-level-1 > li > a .submenu-arrow {
		display: none;
	}
}
@media (max-width: 767px) {
	.menu-level-1 > li > a .submenu-arrow {
		margin-left: auto;
		min-width: 40px;
		text-align: center;
	}
}
.menu-level-1 a {
	text-decoration: none;
}
@media (max-width: 767px) {
	.menu-level-1 {
		flex-direction: column;
	}
}
@media (max-width: 1350px) {
	.menu-level-1 {
		gap: 10px;
	}
}

.submenu-arrow {
	padding: 8px;
	display: block;
	line-height: 0;
}
.submenu-arrow::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 2px solid #2a2a28;
	border-style: none solid solid none;
	transform: rotate(45deg);
	position: relative;
	top: -2px;
}

#header .menu-level-2-helper .menu-level-2 {
	padding: 45px 2rem;
}

#navigation .menu-image {
	display: none;
}

.menu-level-2-helper {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	max-width: 1648px;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	background-color: #fff;
	border-top: 4px solid #f9cab5;
	display: none;
}
.menu-level-2-helper .menu-level-2 {
	max-width: calc(1248px + 4rem);
	padding: 44px 2rem;
	display: grid;
	gap: 70px;
	width: 100%;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.menu-level-2-helper .menu-level-2 > li {
	break-inside: avoid-column;
	margin-bottom: 0px;
	width: 100%;
}
.menu-level-2-helper .menu-level-2 > li > div a {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	display: flex;
	align-items: center;
	gap: 0.625em;
	font-weight: 700;
	font-size: 1.25rem;
	padding-bottom: 11px;
	margin-bottom: 17px;
	border-bottom: 1px solid #c5c6c6;
}
.menu-level-2-helper .menu-level-2 > li > div a:hover {
	color: #f4b395;
}
.menu-level-2-helper .menu-level-2 > li > div a > .menu-image {
	width: 42px;
	height: 42px;
	border-radius: 5px;
	border: 1px solid #c4c6c7;
	overflow: hidden;
	display: none;
}
.menu-level-2-helper .menu-level-2 > li > div a > .menu-image img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	object-position: center;
}
.menu-level-2-helper .menu-level-2 > li > div a span {
	width: calc(100% - 52px);
}
.menu-level-2-helper .menu-level-2 > li > div .menu-level-3 {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.menu-level-2-helper .menu-level-2 > li > div .menu-level-3 li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.menu-level-2-helper .menu-level-2 > li > div .menu-level-3 li.more-from-category {
	margin-top: 10px;
}
.menu-level-2-helper .menu-level-2 > li > div .menu-level-3 li.more-from-category a {
	text-decoration: underline;
	font-weight: 700;
}
.menu-level-2-helper .menu-level-2 > li > div .menu-level-3 li.more-from-category a::before {
	display: none;
}
.menu-level-2-helper .menu-level-2 > li > div .menu-level-3 li.more-from-category a:hover {
	text-decoration: none;
	font-weight: 700;
}
.menu-level-2-helper .menu-level-2 > li > div .menu-level-3 li.more-from-category a:hover::before {
	display: none;
}
.menu-level-2-helper .menu-level-2 > li > div .menu-level-3 li a {
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.2em;
	position: relative;
	margin: 0;
	padding: 0;
	border: unset;
	width: unset;
}
.menu-level-2-helper .menu-level-2 > li > div .menu-level-3 li a:hover {
	font-weight: 700;
	color: #2a2a28;
}
.menu-level-2-helper .menu-level-2 > li > div .menu-level-3 li a:hover::before {
	display: block;
}
.menu-level-2-helper .menu-level-2 > li > div .menu-level-3 li a::before {
	content: '';
	left: calc(100% + 10px);
	top: 50%;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	position: absolute;
	display: none;
	background-image: url(../img/icon/arrow-right.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 767px) {
	.menu-level-2-helper .menu-level-2 > li > div .menu-level-3 {
		flex-direction: column;
		gap: 0;
	}
	.menu-level-2-helper .menu-level-2 > li > div .menu-level-3 a {
		padding: 0.75em 1.5em 0.75em 0;
		display: flex;
		align-items: center;
		color: #2a2a28;
	}
	.menu-level-2-helper .menu-level-2 > li > div .menu-level-3 a::before {
		content: '';
		display: block;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background-color: #f4b395;
		margin: 10px;
	}
}
@media (max-width: 767px) {
	.menu-level-2-helper .menu-level-2 {
		display: none;
		position: initial;
		padding: 20px;
		flex-direction: column;
		columns: unset;
		column-gap: unset;
	}
	.menu-level-2-helper .menu-level-2 > li {
		margin-bottom: 1px;
	}
	.menu-level-2-helper .menu-level-2 > li > div > a {
		padding: 0.75em 0.625em;
		background-color: #f5f4f4;
		border-radius: 5px;
		margin-bottom: 0;
	}
	.menu-level-2-helper .menu-level-2 > li > div > a > .menu-image {
		display: none;
	}
}

.menu-level-1 > li.ext.exp a {
	position: relative;
}
.menu-level-1 > li.ext.exp a::before {
	content: '';
	left: 50%;
	transform: translateX(-50%);
	bottom: -8px;
	width: 29px;
	height: 17px;
	position: absolute;
	display: block;
	background-image: url(../img/icon/triangel.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.menu-level-1 > li.ext.exp .menu-level-2-helper {
	display: flex;
	-webkit-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.21);
	box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.21);
}
.menu-level-1 > li.ext.exp .menu-level-2-helper a::before {
	display: none;
}
@media (max-width: 1100px) {
	.menu-level-1 > li.ext.exp a {
		position: relative;
	}
	.menu-level-1 > li.ext.exp a::before {
		display: none;
	}
	.menu-level-1 > li.ext.exp .menu-level-2-helper {
		display: none;
	}
}

.extended-banner-texts,
.extended-banner-title,
.extended-banner-text,
.extended-banner-link {
	display: block;
}

.before-carousel {
	max-width: calc(1644px + 4rem);
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 57px;
}
.before-carousel > div > .container {
	max-width: unset;
}
@media (max-width: 900px) {
	.before-carousel > div > .container {
		padding-left: 1em;
		padding-right: 1em;
	}
}

#carousel .item:hover a .extended-banner-texts .extended-banner-link {
	background-color: #2a2a28;
	color: #fff;
}
#carousel .item:hover a .extended-banner-texts .extended-banner-link::before {
	background-image: url(../img/icon/arrow-white.svg);
}
#carousel .item a,
#carousel .item img {
	display: block;
}
#carousel .item img {
	max-width: unset;
}
#carousel .item a {
	position: relative;
	color: #464748;
}
#carousel .extended-banner-texts {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
	bottom: 0;
	left: 40px;
	padding: 40px 40px;
}
@media (max-width: 767px) {
	#carousel .extended-banner-texts {
		left: 0;
	}
}
#carousel .extended-banner-texts .extended-banner-title {
	margin: 0 0 21px 0;
	line-height: 1.15em;
	font-size: 2.875rem;
	color: #fff;
	font-weight: 700;
	width: 100%;
}
#carousel .extended-banner-texts .extended-banner-text {
	font-size: 1.125rem;
	line-height: 1.2em;
	font-weight: 500;
	color: #fff;
	margin: 0 0 15px 0;
}
@media (max-width: 1300px) {
	#carousel .extended-banner-texts {
		padding: 20px 20px;
	}
	#carousel .extended-banner-title {
		font-size: 2.25rem;
	}
}
@media (min-width: 768px) and (max-width: 1318px) {
	#carousel {
		min-height: 375px;
	}
	#carousel .carousel-inner,
	#carousel .item,
	#carousel a:not(.carousel-control) {
		min-height: 375px;
	}
	#carousel .item img {
		min-height: 375px;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}
@media (max-width: 767px) {
	#carousel .carousel-control {
		top: 90%;
	}
	#carousel .carousel-control.right {
		transform: none;
		right: 10px;
	}
	#carousel .carousel-control.left {
		left: 58px;
		transform: translateX(calc(-100% - 12px));
	}
}

.carousel-thumbnails {
	max-width: calc(1248px + 4rem);
	margin: 0 auto;
	width: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 100px;
}
@media (max-width: 767px) {
	.carousel-thumbnails {
		padding-left: 1em;
		padding-right: 1em;
	}
}
@media (max-width: 767px) {
	.carousel-thumbnails {
		margin-bottom: 50px;
	}
}
.carousel-thumbnails .carousel-thumbnail {
	flex: 1 1 240px;
	min-height: 125px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.15s ease-in-out;
}
.carousel-thumbnails .carousel-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.carousel-thumbnails .carousel-thumbnail::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(54deg, rgba(0, 0, 0, 0.4) 9.56%, rgba(0, 0, 0, 0) 62.68%);
}
.carousel-thumbnails .carousel-thumbnail.active {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.carousel-thumbnails .carousel-thumbnail.active::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 5px;
	background-color: #f4b395;
	z-index: 2;
}
.carousel-thumbnails .carousel-thumbnail-title {
	position: absolute;
	left: 15px;
	bottom: 15px;
	right: 15px;
	font-weight: 700;
	color: #fff;
	font-size: 1.25rem;
	z-index: 2;
}
@media (max-width: 767px) {
	.carousel-thumbnails {
		align-items: center;
		gap: 0;
		justify-content: center;
	}
	.carousel-thumbnails .carousel-thumbnail {
		padding: 5px;
		flex: 0 0 auto;
		min-height: unset;
		border-radius: 0;
	}
	.carousel-thumbnails .carousel-thumbnail .carousel-thumbnail-title,
	.carousel-thumbnails .carousel-thumbnail img {
		display: none;
	}
	.carousel-thumbnails .carousel-thumbnail::after {
		display: none;
	}
	.carousel-thumbnails .carousel-thumbnail::before {
		content: '';
		position: initial;
		display: block;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background-color: #f5f4f4;
	}
	.carousel-thumbnails .carousel-thumbnail.active {
		box-shadow: none;
	}
	.carousel-thumbnails .carousel-thumbnail.active::before {
		background-color: #2a2a28;
		height: 12px;
		position: initial;
	}
}

.homepage-group-title {
	font-weight: 700;
	margin: 0 0 4px 0;
	font-size: 2.875rem;
	line-height: 1.2em;
	display: inline-block;
}

.homepage-products-heading-4 {
	position: relative;
}
.homepage-products-heading-4:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -57px;
	transform: translateY(-50%);
	width: 37px;
	height: 37px;
	background-image: url(../img/icon/hearth.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.homepage-products-heading-7 {
	position: relative;
}
.homepage-products-heading-7:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -57px;
	transform: translateY(-50%);
	width: 37px;
	height: 37px;
	background-image: url(../img/icon/procenta.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.product {
	background-color: #fff;
	position: relative;
}
.product .widget-parameter-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
	padding: 16px 16px 0px 16px;
	gap: 10px;
}
.product .widget-parameter-wrapper .widget-parameter-list {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 10px;
}
.product .widget-parameter-wrapper .widget-parameter-list .widget-parameter-value {
	list-style: none;
}
.product .widget-parameter-wrapper .widget-parameter-list .widget-parameter-value a {
	color: #303132;
	font-size: 0.75rem;
	line-height: 1.2em;
}
.product .widget-parameter-wrapper .widget-parameter-list .widget-parameter-value a:hover {
	color: #2a2a28;
}
.product .widget-parameter-wrapper .widget-parameter-more {
	display: flex;
	color: #303132;
	font-size: 0.75rem;
	line-height: 1.2em;
}
@media (max-width: 767px) {
	.product .widget-parameter-wrapper {
		display: none;
	}
}
.product a {
	text-decoration: none;
}
.product .image {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	aspect-ratio: 1;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
	height: 245px;
	padding-bottom: 25px;
}
.product .image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
	.product .image {
		height: unset;
	}
}
.product .custom-ratings {
	position: absolute;
	bottom: 13px;
	right: 13px;
	font-size: 0.75rem;
	display: flex;
	align-items: center;
	font-weight: 400;
	display: none;
}
.product .custom-ratings .star {
	margin-left: 5px;
	width: 18px;
	height: 18px;
}
.product .custom-ratings .star::before {
	font-size: 18px;
	line-height: 18px;
}
.product .stars-wrapper {
	display: none;
}
.product .ratings-wrapper {
	display: none;
}
.product .p-in {
	padding: 0 10px 19px 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 12px;
}
.product .p-in .p-in-in {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	gap: 0px;
	flex-wrap: nowrap;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.product .p-in .p-in-in .name {
		font-size: 0.875rem;
	}
}
.product .name {
	font-family: 'new-order', sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: 12px;
	display: block;
	line-height: 1.2em;
}
.product .name span {
	display: block;
}
.product .p-desc {
	order: -1;
	flex-basis: 100%;
	margin: 0;
	font-size: 0.8125rem;
}
.product .availability {
	margin-top: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	text-align: center;
}
.product .availability span {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.2em;
}
.product .availability span.availability-amount {
	color: #8cb72a;
}
.product .p-bottom .p-desc {
	margin-bottom: 12px;
}
.product .p-bottom > div {
	display: flex;
	flex-wrap: nowrap;
	gap: 14px;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.product .p {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.product .prices {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.product .price-standard {
	order: 1;
	font-size: 0.875rem;
	color: #939393;
	font-weight: 500;
}
.product .price-final {
	order: 2;
	font-size: 1.125rem;
	font-weight: 700;
}
.product .price-additional {
	order: 3;
	font-size: 0.75rem;
	color: #adacad;
}
.product .pr-list-unit {
	display: none;
}
.product .p-code {
	display: none;
}
.product .flags-default {
	position: absolute;
	display: flex;
	bottom: 12px;
	top: unset;
	left: 0;
	width: 100%;
	padding: 0 10px;
	gap: 8px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.product .flags-default {
		gap: 3px;
	}
}
.product .btn-cart:after {
	display: none;
}

.flags-default,
.flags-extra {
	position: absolute;
	display: flex;
	bottom: 12px;
	top: unset;
	left: 0;
	width: 100%;
	padding: 0 10px;
	gap: 8px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.flags-default.contains-extra .flags-extra {
	width: unset;
	padding: 0;
	position: initial;
}

.flag {
	font-size: 0.6875rem;
	padding: 6px 11px 5px 8px;
	color: #f2f1ee;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 2px;
	clip-path: polygon(0 0, 100% 0, 100% 0, calc(100% - 5px) 100%, 0 100%, 0 0px);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, calc(100% - 5px) 100%, 0 100%, 0 0px);
}
.flag.flag-discount {
	background-color: #b27a61;
}
.flag.flag-new {
	background-color: #2a2a28;
}
.flag.flag-action {
	background-color: #2a2a28;
}
.flag.flag-tip {
	background-color: #2a2a28;
}
.mobile .product-section {
	width: 100vw;
	left: 50%;
	display: block;
	position: relative;
	transform: translateX(-50%);
}
.mobile .product-section .homepage-group-title {
	text-align: left;
}
.mobile .product-section .container {
	padding: 0;
}
@media (max-width: 1300px) {
	.mobile .product-section {
		width: 100% !important;
	}
}

.product-section {
	overflow: hidden;
	margin: 0 auto;
}
.product-section .homepage-group-title {
	text-align: left;
}
@media (max-width: 1300px) {
	.product-section {
		width: 100% !important;
	}
}
@media (max-width: 767px) {
	.product-section {
		overflow: unset;
	}
	.product-section .slick-initialized {
		margin-right: -1rem;
	}
}

.middle-banners-wrapper {
	padding: 0 0 50px 0;
}

.products-block.slick-initialized .slick-track {
	padding: 15px 0;
}
.products-block.slick-initialized .slick-list {
	margin: 0 -16px;
}
.products-block.slick-initialized .slick-slide {
	margin: 0 12px;
}
.products-block.slick-initialized .slick-slide.slick-active {
	opacity: 1;
}
@media (max-width: 1300px) {
	.products-block.slick-initialized .slick-list {
		margin: 0;
	}
	.products-block.slick-initialized .slick-slide {
		margin: 0 6px;
	}
}

.category-top-wrapper {
	width: calc(100vw - var(--scrollbar-width));
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background-color: #f5f4f4;
	margin-bottom: 65px;
}
.category-top-wrapper .category-top {
	max-width: calc(1440px + 4rem);
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
}
@media (max-width: 767px) {
	.category-top-wrapper {
		padding: 0px 0;
	}
}

.category-top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
	position: relative;
	width: 100%;
	padding: 20px 0 55px 0;
	min-height: 300px;
}
@media (max-width: 767px) {
	.category-top {
		padding-top: 10px;
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
.category-top .subcategories {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.category-top .subcategories a {
	text-decoration: unset !important;
}
.category-top .subcategories .text {
	width: unset;
	text-decoration: unset !important;
}
@media screen and (max-width: 767px) {
	.category-top .subcategories {
		grid-template-columns: repeat(2, 1fr);
		justify-items: center;
		gap: 16px;
		margin-bottom: 50px;
	}
	.category-top .subcategories a {
		gap: 8px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
}
.category-top .category-title {
	grid-column-start: 1;
	grid-row-start: 1;
	margin: 0;
	padding: 0;
	z-index: 2;
	max-width: 100%;
	margin: 0 0 22px 0;
	width: 100%;
}
.category-top .category-title .pagination-appendix {
	display: none;
}
.category-top .category-perex {
	grid-column-start: 1;
	grid-row-start: 2;
	max-width: 100%;
	margin: 0 0 20px 0;
	width: 100%;
	z-index: 2;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.2em;
}
.category-top .category-perex p {
	line-height: 1.2em;
	margin: 0 0 20px 0;
}
.category-top .category-perex > p > img {
	display: none;
}
.category-top .category-perex a:hover {
	text-decoration: none;
}
.category-top .category-image {
	display: none;
}
.category-top .category-image > img {
	display: block;
	object-fit: cover;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.category-top .subcategories {
	grid-column: 1/3;
	grid-row-start: 3;
}
@media (max-width: 1200px) {
	.category-top .category-title,
	.category-top .category-perex {
		padding: 0;
	}
	.category-top .category-title {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.category-top {
		display: flex;
		flex-direction: column;
	}
	.category-top .category-title {
		order: 1;
		margin-bottom: 10px;
	}
	.category-top .category-perex {
		order: 2;
	}
	.category-top .subcategories {
		order: 3;
	}
	.category-top h4 {
		order: 4;
	}
	.category-top #productsTop {
		order: 5;
	}
	.category-top .subcategories {
		order: 4;
		margin-top: 20px;
	}
	.category-top .filters-unveil-button-wrapper {
		order: 5;
	}
}
.category-top > h4 {
	margin-bottom: 20px;
	margin-top: 40px;
}

.category-title {
	text-align: left;
}
.category-title::after {
	margin-left: 0;
}

.breadcrumbs-wrapper {
	padding: 11px 2rem 11px 2rem;
	z-index: 5;
}
@media (max-width: 767px) {
	.breadcrumbs-wrapper {
		display: none;
	}
}

.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 13px;
}
.breadcrumbs .navigation-bullet {
	font-size: 0;
}
.breadcrumbs .navigation-bullet::before {
	content: '';
	background: url(../img/icon/arrow-right.svg) no-repeat center center;
	width: 24px;
	height: 24px;
	display: inline-block;
	transform: translateX(3px);
}
.breadcrumbs > span {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.875rem;
}
.breadcrumbs > span > a {
	color: #2a2a28;
	text-decoration: none;
	font-size: 0.875rem;
}
.breadcrumbs > span > a span {
	font-size: 0.875rem;
}
.breadcrumbs > span > a:hover {
	text-decoration: underline;
}
.breadcrumbs > span:last-child {
	text-decoration: underline;
}

.id-720 .breadcrumbs-wrapper {
	color: #fff;
}
.id-720 .breadcrumbs-wrapper .breadcrumbs > span > a {
	color: #fff;
}
.id-720 .category-top-wrapper {
	background-color: #fff;
	color: #fff;
}

.blog-title-holder {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px auto 56px auto;
	max-width: calc(1035px + 4rem);
	padding: 0 2rem;
	gap: 30px;
}
@media screen and (max-width: 767px) {
	.blog-title-holder {
		padding: 0 1rem;
		margin: 19px auto 53px auto;
	}
}
.blog-title-holder h1,
.blog-title-holder h4 {
	letter-spacing: 0.5px;
	margin: 0;
	color: #acacac;
	font-size: 0.875rem;
	text-transform: uppercase;
	line-height: 1.2em;
}
.blog-title-holder .subcategories {
	gap: 40px;
}
.blog-title-holder .subcategories li {
	background-color: unset !important;
}
.blog-title-holder .subcategories li:hover {
	background-color: unset !important;
}
.blog-title-holder .subcategories li a {
	text-decoration: none;
}
.blog-title-holder .subcategories li a.active .text {
	color: #2a2a28;
}
.blog-title-holder .subcategories li a.active .text::before {
	width: 100%;
}
.blog-title-holder .subcategories li a:hover {
	text-decoration: unset;
	background-color: unset;
}
.blog-title-holder .subcategories li a:hover .text {
	color: #2a2a28;
}
.blog-title-holder .subcategories li a:hover .text::before {
	width: 100%;
}
.blog-title-holder .subcategories li a .text {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 1.125rem;
	color: #2a2a28;
	line-height: 1.2em;
	position: relative;
	background-color: unset;
	text-decoration: unset;
	font-weight: 700;
}
.blog-title-holder .subcategories li a .text:hover {
	text-decoration: unset;
	color: #2a2a28;
}
.blog-title-holder .subcategories li a .text:hover::before {
	width: 100%;
}
.blog-title-holder .subcategories li a .text::before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: '';
	left: 0;
	width: 0;
	bottom: -6px;
	height: 2px;
	position: absolute;
	display: block;
	background-color: #f9cab5;
}
@media (max-width: 900px) {
	.blog-title-holder .subcategories {
		width: 100%;
		gap: 15px 25px;
	}
}
@media (max-width: 767px) {
	.blog-title-holder h1 {
		width: 100%;
	}
	.blog-title-holder .subcategories {
		flex-wrap: wrap;
	}
	.blog-title-holder .subcategories li {
		white-space: nowrap;
	}
}

#products-found {
	margin-bottom: 60px;
}

.subcategories {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 24px;
	margin: 0;
	padding: 0;
}
.subcategories li {
	max-width: 342px;
	color: #2a2a28;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.subcategories li a {
	width: 100%;
	color: #2a2a28;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 24px;
}
.subcategories li a:hover img {
	transform: scale(1.05);
}
.subcategories .image {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	aspect-ratio: 1;
	width: 82px;
	height: 82px;
	overflow: hidden;
	position: relative;
}
.subcategories .image img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.subcategories .text {
	width: 100%;
	font-size: 1rem;
	font-weight: 600;
}
.subcategories .show-categories {
	display: flex;
	align-items: center;
	padding: 0.625em;
	border-radius: 5px;
	border: 1px solid #d8d8d8;
	background-color: #fff;
}
.subcategories .show-categories::before {
	content: url(../img/icon/categories.svg);
	display: block;
	width: 24px;
	height: 24px;
	line-height: 0;
	margin-right: 10px;
}
@media (min-width: 768px) {
	.subcategories .show-categories {
		display: none;
	}
}

.type-category #content > h4:first-child {
	margin: 0 0 30px;
}

body.mobile #category-header form input[type='radio'] + label:hover {
	border-bottom: 2px solid transparent;
}
body.mobile #category-header form input[type='radio']:checked + label:hover {
	border-bottom: 2px solid #2a2a28;
}

.cart-empty {
	text-align: center;
}

#category-header {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 30px;
}
#category-header form {
	margin-bottom: -1px;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
#category-header form::-webkit-scrollbar {
	display: none !important;
}
#category-header form::-webkit-scrollbar-track {
	display: none;
}
#category-header form::-webkit-scrollbar-thumb {
	display: none;
}
#category-header form::-webkit-scrollbar-corner {
	display: none;
}
#category-header form label {
	display: inline-block;
	padding: 0.5em;
	font-weight: 600;
}
#category-header form label::before,
#category-header form label::after {
	display: none;
}
#category-header form input[type='radio'] + label {
	border: 1px solid transparent;
}
#category-header form input[type='radio']:checked + label,
#category-header form input[type='radio'] + label:hover {
	border-bottom: 2px solid #2a2a28;
}
#category-header form fieldset {
	display: flex;
}
#category-header > div {
	padding: 0.625em;
	display: none;
}
@media (max-width: 1100px) {
	#category-header > div {
		display: none;
	}
}

.filters-wrapper .filters-unveil-button-wrapper {
	display: none;
}
.filters-wrapper h4 {
	text-transform: initial;
	font-size: 1.125rem;
	margin: 0 0 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
@media (max-width: 767px) {
	.filters-wrapper {
		margin-bottom: 20px;
	}
}

.slider-wrapper {
	margin-bottom: 20px;
}
.slider-wrapper h4 {
	margin-bottom: 15px;
}
.slider-wrapper .slider-header {
	font-size: 0.75rem;
}

.filter-section-boolean,
.filter-section-button,
.filter-section-count,
.filter-count {
	display: none;
}

.filter-section form {
	margin-bottom: 30px;
}

.filter-sections form {
	margin-bottom: 30px;
}
.filter-sections fieldset {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.category__secondDescription {
	flex-basis: 100%;
	padding-bottom: 100px;
}
.category__secondDescription .wrapper {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.category__secondDescription .wrapper .img {
	width: 100%;
	max-width: 49%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.category__secondDescription .wrapper .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.category__secondDescription .wrapper .right {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 50px;
	width: 100%;
	max-width: 50%;
}
.category__secondDescription .wrapper .right h3 {
	margin: 0 0 30px 0;
	width: 100%;
}
.category__secondDescription .wrapper .right .part {
	max-width: 50%;
	width: 100%;
	padding-right: 40px;
}
.category__secondDescription .wrapper .right .part:last-of-type {
	padding-left: 40px;
	padding-right: 0;
}
.category__secondDescription .wrapper .right .part p {
	margin-bottom: 30px;
}
.category__secondDescription .wrapper .right .part a {
	margin-bottom: 20px;
}
.category__secondDescription .wrapper .right .part a:last-of-type {
	margin-bottom: 0;
}
@media (max-width: 1000px) {
	.category__secondDescription .wrapper {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
	.category__secondDescription .wrapper .img {
		max-width: 520px;
	}
	.category__secondDescription .wrapper .right {
		max-width: 100%;
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.category__secondDescription .wrapper .right {
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
	.category__secondDescription .wrapper .right .part {
		padding: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media (max-width: 991px) {
	.category-content-wrapper {
		display: flex;
		flex-direction: column;
	}
	.category-content-wrapper #filters-wrapper {
		order: -1;
	}
	.filters-wrapper::before {
		display: none;
	}
	.filters-wrapper .filters-unveil-button-wrapper {
		display: block;
	}
	.filters-unveil-button-wrapper {
		margin-bottom: 30px;
	}
	.filters-unveil-button-wrapper .btn.unveil-button {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		flex-wrap: nowrap;
		background-color: #2a2a28;
		color: #fff;
		padding: 0.625em;
	}
	.filters-unveil-button-wrapper .btn.unveil-button::before {
		content: url(../img/icon/filter.svg);
		display: block;
		width: 22px;
		height: 20px;
		line-height: 0;
		margin-right: 0.4em;
	}
	.filters-unveil-button-wrapper .btn.unveil-button:hover {
		color: #2a2a28;
		background-color: #f9cab5;
	}
}
@media (max-width: 767px) {
	.filters-unveil-button-wrapper {
		margin-bottom: 0;
	}
}
.p-detail-inner > .p-detail-inner-header {
	display: none;
}

.product-top {
	display: flex;
	flex-wrap: wrap;
	margin-top: 18px;
	gap: 48px;
}
.product-top .p-image-wrapper,
.product-top .p-info-wrapper {
	flex: 1 1 400px;
}
.product-top .p-info-wrapper {
	max-width: 588px;
}
.product-top .flag-discount .price-standard {
	display: none;
}
@media (max-width: 1250px) {
	.product-top {
		gap: 30px;
	}
}
@media (max-width: 914px) {
	.product-top .p-info-wrapper {
		max-width: 100%;
	}
}
.product-top .col-xs-12:not(.col-lg-6) {
	display: none;
}

.p-image-wrapper .p-image {
	position: relative;
	overflow: hidden;
	margin-bottom: 1px;
	width: 100%;
}
.p-image-wrapper .p-image .flags-default,
.p-image-wrapper .p-image .flags-extra {
	top: 20px;
	left: 0px;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 5px;
}
.p-image-wrapper .p-image .flags-default .flag,
.p-image-wrapper .p-image .flags-extra .flag {
	padding: 5px 9px;
}
.p-image-wrapper img {
	display: block;
}
@media (max-width: 767px) {
	.p-image-wrapper {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
		padding: 0 20px;
		overflow: hidden;
	}
	.p-image-wrapper .p-image {
		margin-bottom: 0;
		border: none;
		border-radius: 0;
		overflow: visible;
	}
	.p-image-wrapper .slick-slide {
		border: 1px solid #d8d8d8;
		border-radius: 5px;
		overflow: hidden;
	}
	.p-image-wrapper .slick-list {
		overflow: visible;
	}
}
.p-image-wrapper img {
	display: block;
}

.p-thumbnails-wrapper .p-thumbnails,
.p-thumbnails-wrapper .p-thumbnails-inner {
	height: 102px;
}
@media (max-width: 767px) {
	.p-thumbnails-wrapper {
		display: none;
	}
}

.p-thumbnail {
	overflow: hidden;
}

.custom-slider-wrapper .slick-slide {
	margin: 0 5px;
}
.custom-slider-wrapper .slick-list {
	margin: 0 -5px;
}
.custom-slider-wrapper .slick-dots {
	position: initial;
	transform: none;
	margin-top: 20px;
	justify-content: center;
}
.custom-slider-wrapper .slick-dots > li {
	width: 12px;
	height: 12px;
	background-color: #d8d8d8;
	opacity: 1;
}
.custom-slider-wrapper .slick-dots > li button {
	font-size: 0;
}
.custom-slider-wrapper .slick-dots > li.slick-active {
	background-color: #2a2a28;
}

.cart-inner .cart-heading {
	text-align: center;
}

.detail-parameters {
	order: 4 !important;
	max-width: 517px;
	width: 100%;
	position: relative;
}
.detail-parameters:after {
	content: '';
	left: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	max-width: 100%;
	background-color: #c5c6c6;
	height: 1px;
	display: block;
}
.detail-parameters tbody {
	max-width: 376px;
	gap: 16px;
	display: flex;
	flex-direction: column;
}
.detail-parameters tr {
	background-color: transparent !important;
}
.detail-parameters .variant-list {
	display: flex;
	flex-direction: column;
	gap: 5px;
	border: 0;
}
.detail-parameters .variant-list .size-table-link {
	margin-left: auto;
	font-size: 0.875rem w;
	text-decoration: none;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.detail-parameters .variant-list .size-table-link::before {
	content: url(../img/icon/velikost.svg);
	width: 24px;
	height: 24px;
	margin-right: 6px;
}
.detail-parameters th {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
	font-size: 1rem;
	font-weight: 600;
}
.detail-parameters th .show-tooltip {
	display: none;
}
.detail-parameters td {
	position: relative;
}
.detail-parameters td .validation-error {
	font-size: 0.875rem;
	color: #e82b37;
	font-weight: 600;
}
.detail-parameters td,
.detail-parameters th {
	padding: 0;
	text-align: left;
}
.detail-parameters select {
	background-color: #fff;
	padding: 1.25em 2.1875em 1.25em 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background-image: url(../img/icon/polygon.svg);
	background-position: right 16px top 50%;
	background-repeat: no-repeat;
	background-size: 12px;
}
.detail-parameters select:focus-visible {
	outline: none !important;
}
.detail-parameters select:hover {
	border-color: #f4b395;
}

.p-info-wrapper {
	padding: 0;
	display: flex;
	flex-direction: column;
}
.p-info-wrapper > * {
	order: 100;
}
.p-info-wrapper .p-detail-inner-header {
	order: 1;
	margin-bottom: 30px;
}
.p-info-wrapper .p-short-description {
	order: 7;
}
.p-info-wrapper p[data-testid='productCardDescr'] {
	order: 3;
	margin-top: 0;
	margin-bottom: 30px;
	color: #f4b395;
	display: none;
}
.p-info-wrapper p[data-testid='productCardDescr'] a {
	color: inherit;
}
.p-info-wrapper .availability-value {
	order: 5;
	margin-bottom: 30px;
}
.p-info-wrapper .add-to-cart-wrapper {
	order: 5;
	margin-bottom: 25px;
}
.p-info-wrapper .social-buttons-wrapper {
	order: 6;
	margin-bottom: 30px;
	display: none;
}
.p-info-wrapper .social-buttons-wrapper .wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 24px;
}
.p-info-wrapper .social-buttons-wrapper .wrapper .p-code .p-code-label {
	font-size: 0.75rem;
	color: #7c7d7e;
	font-weight: 700;
}
.p-info-wrapper .social-buttons-wrapper .wrapper .p-code .parameter-dependent {
	font-size: 0.75rem;
	color: #7c7d7e;
	font-weight: 400;
}
.p-info-wrapper .social-buttons-wrapper .wrapper .zaruka .zaruka1 {
	font-size: 0.75rem;
	color: #7c7d7e;
	font-weight: 700;
}
.p-info-wrapper .social-buttons-wrapper .wrapper .zaruka .zaruka2 {
	font-size: 0.75rem;
	color: #7c7d7e;
	font-weight: 400;
}
.p-info-wrapper .availability-value {
	display: flex;
	align-items: center;
	gap: 0.3em;
	font-size: 0.75rem;
}
.p-info-wrapper .availability-value .availability-amount {
	color: #8cb72a;
	margin-left: 5px;
}
.p-info-wrapper .availability-value .shipping-options {
	margin-left: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.p-info-wrapper .availability-value .availability-ico {
	line-height: 0;
}
@media (max-width: 1400px) {
	.p-info-wrapper {
		padding: 0 0px;
	}
}
@media (max-width: 1100px) {
	.p-info-wrapper {
		max-width: 40%;
	}
}
@media (max-width: 1300px) {
	.p-info-wrapper .add-to-cart-wrapper .p-final-price-wrapper {
		width: 100%;
	}
	.p-info-wrapper .add-to-cart-wrapper .p-final-price-wrapper .price-final,
	.p-info-wrapper .add-to-cart-wrapper .p-final-price-wrapper .price-additional {
		text-align: right;
	}
}
@media (max-width: 767px) {
	.p-info-wrapper {
		padding: 0;
		max-width: 100%;
	}
	.p-info-wrapper .add-to-cart-wrapper {
		gap: 16px;
	}
	.p-info-wrapper .add-to-cart-wrapper .p-final-price-wrapper {
		width: 100%;
	}
	.p-info-wrapper .add-to-cart-wrapper .availability-value {
		order: 1000;
		flex-basis: 100%;
		text-align: center;
	}
}
@media (max-width: 370px) {
	.p-info-wrapper {
		padding: 0;
		max-width: 100%;
	}
	.p-info-wrapper .add-to-cart-wrapper {
		gap: 16px;
	}
	.p-info-wrapper .add-to-cart-wrapper .p-final-price-wrapper {
		width: 100%;
	}
	.p-info-wrapper .add-to-cart-wrapper .availability-value {
		order: 1000;
		flex-basis: 100%;
		text-align: center;
	}
	.p-info-wrapper .add-to-cart-wrapper .add-to-cart {
		flex-basis: 100%;
	}
	.p-info-wrapper .add-to-cart-wrapper .add-to-cart .add-to-cart-button {
		width: 100%;
	}
}

.p-detail-inner {
	position: relative;
	z-index: 11;
}

.p-detail-inner-header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.p-detail-inner-header h1 {
	order: 0;
	margin: 0 0 8px 0;
	font-size: 2.25rem;
}
@media (max-width: 767px) {
	.p-detail-inner-header h1 {
		font-size: 2.25rem;
	}
}
.p-detail-inner-header .p-code {
	order: 2;
	margin: 0 0 4px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.p-detail-inner-header .p-code .p-code-label {
	font-size: 0.875rem;
	color: #000;
	font-weight: 400;
	width: 145px;
	display: inline-block;
}
.p-detail-inner-header .p-code span:nth-of-type(2),
.p-detail-inner-header .p-code .parameter-dependent {
	font-size: 1rem;
	color: #000;
	font-weight: 600;
}
.p-detail-inner-header .flags {
	padding: 0;
	order: 1;
	position: relative;
	bottom: unset;
	left: unset;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 0 16px 0;
}
.p-detail-inner-header .flags .flags {
	margin: 0;
}
.p-detail-inner-header .p-detail-info {
	order: 3;
	margin: 0 0 0px 0;
}
.p-detail-inner-header .p-detail-info .stars-wrapper {
	display: none;
}
.p-detail-inner-header .p-detail-info div {
	font-size: 0.875rem;
	color: #000;
	font-weight: 400;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin: 0 0 4px 0;
}
.p-detail-inner-header .p-detail-info div .brand-label {
	font-size: 0.875rem;
	color: #000;
	font-weight: 400;
	width: 145px;
	display: inline-block;
}
.p-detail-inner-header .p-detail-info div a {
	font-size: 0.875rem;
	color: #000;
	font-weight: 400;
	text-decoration: none;
}
.p-detail-inner-header .p-detail-info div a:hover {
	text-decoration: underline;
}
.p-detail-inner-header .orig-price {
	order: 4;
	margin: 0 0 16px 0;
	gap: 0;
}
.p-detail-inner-header .orig-price span:first-of-type {
	font-size: 0.875rem;
	color: #000;
	font-weight: 400;
	width: 145px;
	display: inline-block;
}
.p-detail-inner-header .orig-price span:last-of-type {
	font-size: 0.875rem;
	font-weight: 400;
}
.p-detail-inner-header .orig-price span:last-of-type .parameter-dependent.noDisplay {
	display: none;
}
.p-detail-inner-header .availability-value {
	order: 4;
	margin: 0 0 4px 0;
	gap: 0;
}
.p-detail-inner-header .availability-value .availability-label-first {
	font-size: 0.875rem;
	color: #000;
	font-weight: 400;
	width: 145px;
	display: inline-block;
}
.p-detail-inner-header .availability-value .parameter-dependent {
	font-size: 0.875rem;
	font-weight: 400;
}
.p-detail-inner-header .price-sale {
	order: 5;
	margin-bottom: 11px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.p-detail-inner-header .price-sale span:first-of-type {
	font-size: 0.875rem;
	color: #000;
	font-weight: 400;
	width: 145px;
	display: inline-block;
}
.p-detail-inner-header .price-sale span:last-of-type {
	font-size: 0.875rem;
	color: #e82b37;
	font-weight: 600;
	width: 145px;
	display: inline-block;
}
.p-detail-inner-header .final-price {
	order: 6;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.p-detail-inner-header .final-price .final-price-label {
	font-size: 1.125rem;
	color: #000;
	font-weight: 600;
	width: 145px;
	display: inline-block;
	line-height: 1.2em;
}
.p-detail-inner-header .final-price .price-final {
	display: inline-block;
	line-height: 1.2em;
}
.p-detail-inner-header .final-price .price-final .price-final-holder {
	font-size: 1.5rem;
	color: #000;
	font-weight: 700;
}

.password-helper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.delivery-time-label {
	font-size: 0.875rem;
}

.delivery-time {
	font-size: 0.875rem;
}

.fvDoplnek {
	border-bottom: unset;
}

.quantity {
	display: flex;
	align-items: center;
	position: relative;
	gap: 1px;
}
.quantity:after {
	content: 'ks';
	right: -22px;
	z-index: 10;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	font-size: 1rem;
	color: #000;
}
@media screen and (max-width: 767px) {
	.quantity:after {
		display: none;
	}
}
.quantity input.amount {
	order: 2;
	padding: 19px 3px 19px 3px !important;
	width: 60px;
	font-size: 1.125rem;
	border-radius: 0 !important;
	background-color: #fff;
	text-align: center;
	border: unset !important;
	position: relative;
}
.quantity .increase,
.quantity .decrease {
	padding: 0px 12px;
	cursor: pointer;
	height: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	background-color: #fff;
}
.quantity .increase:hover,
.quantity .decrease:hover {
	background-color: #f4b395;
}
.quantity .increase::before,
.quantity .decrease::before {
	display: block;
	line-height: 16px;
	line-height: 16px;
	font-weight: 500;
	font-size: 1.875rem;
}
.quantity .increase {
	order: 3;
}
.quantity .increase::before {
	content: '+';
}
.quantity .decrease {
	order: 1;
}
.quantity .decrease::before {
	content: '-';
}

.add-to-cart-wrapper {
	border-radius: 5px;
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
	margin-bottom: 25px;
	width: 100%;
}
.add-to-cart-wrapper .p-final-price-wrapper {
	order: 1;
}
.add-to-cart-wrapper .quantity {
	order: 2;
}
.add-to-cart-wrapper .add-to-cart {
	order: 3;
}
.add-to-cart-wrapper .add-to-cart .add-to-cart-button {
	padding: 1.28125em 3.5em 1.28125em 1em;
}
.add-to-cart-wrapper .link-icon.chat {
	padding: 40px 2px 2px 2px;
	height: 60px;
	order: 6;
	display: flex;
	position: relative;
	font-size: 0.875rem;
	line-height: 1.2em;
	color: #000;
	text-decoration: underline;
	font-weight: 500;
	text-align: center;
}
.add-to-cart-wrapper .link-icon.chat:hover {
	text-decoration: none;
}
.add-to-cart-wrapper .link-icon.chat::before {
	content: '';
	left: 50%;
	top: 2px;
	margin-right: 0 !important;
	transform: translateX(-50%);
	width: 35px;
	height: 35px;
	display: block;
	position: absolute;
	background: url(../img/icon/question-mark.svg) center center no-repeat;
	background-size: cover;
}
@media screen and (max-width: 1280px) and (min-width: 0px) {
	.add-to-cart-wrapper .link-icon.chat {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: nowrap;
		position: relative;
		padding: 0 0 0 30px;
		height: unset;
	}
	.add-to-cart-wrapper .link-icon.chat:before {
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 25px;
		height: 25px;
	}
}
@media screen and (max-width: 1280px) and (min-width: 0px) {
	.add-to-cart-wrapper .link-icon.chat:before {
		width: 20px;
		height: 20px;
	}
}

.p-final-price-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
	display: none;
}
.p-final-price-wrapper .price-final {
	font-size: 1.25rem;
}
.p-final-price-wrapper .price-standard {
	color: #303132;
	font-size: 0.75rem;
}
.p-final-price-wrapper .price-additional {
	color: #464748;
}
.p-final-price-wrapper .price-measure,
.p-final-price-wrapper .price-save {
	display: none;
}

.p-short-description {
	margin: 0 0 15px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
}
.p-short-description p {
	margin-top: 0;
	font-size: 0.875rem;
	font-weight: 400;
}
.p-short-description p:last-child {
	margin-bottom: 0;
}

#relatedProducts {
	width: 100%;
	max-width: 930px;
	margin: 0 auto;
}
#relatedProducts h2 {
	font-size: 2.25rem;
	margin-bottom: 10px;
}

#manufacturerDescription {
	margin-top: 30px;
}

#description {
	width: 100%;
	max-width: 930px;
	margin: 0 auto;
}
#description .description-inner {
	width: 100%;
}
#description .description-inner .basic-description {
	width: 100%;
	margin-bottom: 35px;
}
#description .description-inner .basic-description h3:first-of-type {
	display: none;
}
#description .description-inner .basic-description .wrapper {
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
#description .description-inner .basic-description .wrapper:last-of-type {
	margin-bottom: 0;
}
#description .description-inner .basic-description .wrapper .content-activator {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 0.875rem;
	font-weight: 400;
	display: block;
	width: 100%;
	padding-right: 20px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 15px;
	cursor: pointer;
}
#description .description-inner .basic-description .wrapper .content-activator.active:after {
	transform: translateY(-50%);
}
#description .description-inner .basic-description .wrapper .content-activator::after {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: '';
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	height: 7.5px;
	width: 15px;
	transform: translateY(-50%) rotate(-180deg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/icon/triangl.svg);
}
#description .description-inner .basic-description .wrapper .content-holder {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: none;
	overflow: hidden;
	opacity: 0;
	padding-bottom: 30px;
}
#description .description-inner .basic-description .wrapper .content-holder.active {
	display: block;
}
#description .description-inner .basic-description .wrapper .content-holder.op-1 {
	visibility: visible;
	opacity: 1;
}
#description .description-inner .basic-description .wrapper .content-holder p,
#description .description-inner .basic-description .wrapper .content-holder a,
#description .description-inner .basic-description .wrapper .content-holder span,
#description .description-inner .basic-description .wrapper .content-holder h4,
#description .description-inner .basic-description .wrapper .content-holder h5 {
	margin-top: 0;
}
#description .description-inner .basic-description .wrapper .content-holder p {
	font-size: 0.875rem;
}
#description .description-inner .basic-description .wrapper .content-holder .special-text {
	font-size: 1.375rem;
	font-weight: 300;
}
#description .description-inner .basic-description .wrapper .content-holder .holder {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 40px;
}
#description .description-inner .basic-description .wrapper .content-holder .holder img {
	max-width: 100px;
}

.has-page-header .breadcrumbs-wrapper {
	z-index: 2;
}
.has-page-header .breadcrumbs {
	display: inline-flex;
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.1);
	margin-left: -5px;
}

.type-page .page-header .container > * {
	max-width: 520px;
}
.type-page .body-banners {
	overflow: hidden;
}

.page-header {
	position: relative;
	color: #fff;
}
.page-header.tall {
	min-height: 500px;
}
.page-header.tall img {
	min-height: 500px;
}
.page-header img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.page-header .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 calc(100px + 2rem);
}
.page-header h1 {
	margin: 0 0 0.4347826087em;
}
.page-header > br {
	display: none;
}
@media (max-width: 991px) {
	.page-header .container {
		padding: 0 2rem;
	}
}
@media (max-width: 767px) {
	.page-header.tall img {
		min-height: 300px;
	}
	.page-header.tall .container {
		position: initial;
		padding: 30px;
		text-align: center;
		background-color: #2a2a28;
		transform: none;
	}
	.page-header:not(.tall) img {
		min-height: 200px;
	}
}

.narrow-custom p {
	margin-top: 0;
}
.narrow-custom p:last-child {
	margin-bottom: 0;
}

.type-post .products-block:not(.slick-initialized),
.type-post .products-inline.dkLabVisitedProducts:not(.slick-initialized) {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
	gap: 24px;
}
@media (max-width: 767px) {
	.type-post .products-block:not(.slick-initialized),
	.type-post .products-inline.dkLabVisitedProducts:not(.slick-initialized) {
		grid-template-columns: repeat(2, minmax(1px, 1fr));
		gap: 15px;
	}
}

.type-posts-listing .subcategories,
.post-sidebar .subcategories {
	margin-top: 0;
	align-items: center;
}
.type-posts-listing .subcategories .image,
.post-sidebar .subcategories .image {
	display: none;
}
.type-posts-listing .subcategories li,
.post-sidebar .subcategories li {
	flex-grow: 0;
}
.type-posts-listing .subcategories li:hover,
.post-sidebar .subcategories li:hover {
	background-color: #f4b395;
	border-color: #f4b395;
}
.type-posts-listing .subcategories li:hover a,
.post-sidebar .subcategories li:hover a {
	color: #fff;
}
.type-posts-listing .subcategories a,
.post-sidebar .subcategories a {
	color: #2a2a28;
	font-weight: 700;
}

.post-sidebar .subcategories::before {
	padding: 0;
	margin: 0;
}

.instagram-follow-btn {
	max-width: calc(1440px + 4rem);
	margin: 0 auto;
	padding: 0 2rem 20px 2rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 30px;
}
.instagram-follow-btn a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 60px;
	font-size: 1.5rem;
	font-weight: 800;
	text-decoration: unset;
}
.instagram-follow-btn a:hover svg {
	opacity: 1;
}
.instagram-follow-btn a svg {
	opacity: 0.9;
}
@media (max-width: 767px) {
	.instagram-follow-btn {
		padding: 0 20px 10px 20px;
		gap: 20px;
	}
	.instagram-follow-btn a {
		font-size: 1.125rem;
		gap: 20px;
	}
}

.type-posts-listing .page-header {
	margin-bottom: 20px;
}
.type-posts-listing #newsWrapper {
	margin: 0px auto 40px auto;
	max-width: 1035px;
}
.type-posts-listing .news-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
	width: 100%;
}
.type-posts-listing .news-item:nth-child(1) {
	grid-column: 1/-1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.type-posts-listing .news-item:nth-child(1) .image {
	width: 100%;
	height: 400px;
}
.type-posts-listing .news-item:nth-child(1) .text {
	padding: 40px 25px 35px 25px;
	width: 100%;
}
.type-posts-listing .news-item:nth-child(1) .text .title {
	font-size: 2.875rem;
}
.type-posts-listing .news-item:nth-child(1) .text .title:hover {
	text-decoration: underline;
}
.type-posts-listing .news-item .image {
	aspect-ratio: 1;
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.type-posts-listing .news-item .image a {
	width: 100%;
	height: 100%;
	display: block;
}
.type-posts-listing .news-item .image a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.type-posts-listing .news-item .text {
	padding: 23px 24px 35px 24px;
	width: 100%;
	gap: 0;
}
.type-posts-listing .news-item .text .title {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 1.875rem;
	font-weight: 700;
	margin-bottom: 12px;
	line-height: 1.2em;
}
.type-posts-listing .news-item .text .title:hover {
	text-decoration: underline;
}
.type-posts-listing .news-item .text time {
	font-size: 1rem;
	color: #2a2a28;
	font-weight: 400;
	margin-bottom: 16px;
}
.type-posts-listing .news-item .text .btn-primary {
	order: 3;
	font-size: 0.875rem;
	padding: 15px 20px 14px 20px;
}
.type-posts-listing .news-item .text .description {
	display: none;
}
.type-posts-listing .news-item .text .description a {
	position: relative;
}

.type-post .news-section .container {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}
@media (max-width: 767px) {
	.type-post .news-section .container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}
.type-post #content-wrapper {
	z-index: 2;
	position: relative;
}
.type-post #content-wrapper .news-item-detail {
	max-width: 824px;
	width: 100%;
	margin: 0 auto;
}
.type-post #content-wrapper .news-item-detail .text-holder {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
	padding: 130px 40px 70px 40px;
	border: 4px solid #000;
	width: 100%;
	max-width: 100%;
	z-index: 1;
}
.type-post #content-wrapper .news-item-detail .text-holder::before,
.type-post #content-wrapper .news-item-detail .text-holder::after {
	content: '';
	width: 56px;
	height: 45px;
	display: block;
	position: absolute;
	background-image: url(../img/icon/text-mark.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.type-post #content-wrapper .news-item-detail .text-holder::before {
	left: 40px;
	top: 40px;
}
.type-post #content-wrapper .news-item-detail .text-holder::after {
	right: 40px;
	bottom: 40px;
}
.type-post #content-wrapper .news-item-detail .text-holder p {
	font-size: 1.25rem;
	font-weight: 400;
	margin-bottom: 40px;
	line-height: 1.2em;
	color: #000;
}
.type-post #content-wrapper .news-item-detail .text-holder .wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}
.type-post #content-wrapper .news-item-detail .text-holder .wrapper .img {
	margin-right: 22px;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	background-color: #d9d9d9;
}
.type-post #content-wrapper .news-item-detail .text-holder .wrapper .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.type-post #content-wrapper .news-item-detail .text-holder .wrapper .text {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
}
.type-post #content-wrapper .news-item-detail .text-holder .wrapper .text h4 {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 8px;
	line-height: 1.2em;
	color: #000;
}
.type-post #content-wrapper .news-item-detail .text-holder .wrapper .text span {
	font-size: 1rem;
	font-weight: 400;
	margin-right: 0px;
	line-height: 1.2em;
	color: #000;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
	.type-post #content-wrapper .news-item-detail .text-holder {
		padding: 60px 10px 40px 10px;
	}
	.type-post #content-wrapper .news-item-detail .text-holder::before {
		left: 10px;
		top: 10px;
	}
	.type-post #content-wrapper .news-item-detail .text-holder::after {
		right: 10px;
		bottom: 10px;
	}
	.type-post #content-wrapper .news-item-detail .text-holder p {
		font-size: 1rem;
	}
}
@media screen and (max-width: 480px) and (min-width: 0px) {
	.type-post #content-wrapper .news-item-detail .text-holder::before,
	.type-post #content-wrapper .news-item-detail .text-holder::after {
		display: none;
	}
}
@media (max-width: 1440px) {
	.type-post #content-wrapper .news-item-detail {
		padding: 10px 0;
	}
}

.display-more {
	cursor: pointer;
	margin-top: 10px;
	font-size: 0.875rem;
	font-weight: 600;
}
.display-more:hover {
	text-decoration: underline;
	color: #f4b395;
}

.type-post h1,
.type-post h2,
.type-post h3,
.type-post h4,
.type-post h5,
.type-post h6,
.type-post .h1,
.type-post .h2,
.type-post .h3,
.type-post .h4,
.type-post .h5,
.type-post .h6,
.type-post .extended-banner-title {
	margin: 0.5em 0 0.8em;
}

.post-header-wrapper {
	padding: 0px 0;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.post-header-wrapper::before {
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 720px;
	display: block;
	position: absolute;
	z-index: -1;
	display: none !important;
}
.post-header-wrapper .columns {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	gap: 20px;
	width: 100%;
	max-width: calc(1036px + 4rem);
	margin: 0 auto;
}
.post-header-wrapper h1 {
	margin: 0 0 0.652173913em;
}
.post-header-wrapper .post-header-image {
	display: flex;
	flex: unset;
	width: 100%;
	max-width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	position: relative;
	max-height: 400px;
	overflow: hidden;
	margin-bottom: 19px;
}
.post-header-wrapper .post-header-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post-header-wrapper .post-header-texts {
	padding: 0;
	flex: unset !important;
	width: 100%;
	max-width: 824px;
}
.post-header-wrapper .post-header-texts .post-date {
	font-size: 1rem;
	color: #2a2a28;
	margin-bottom: 15px;
}
.post-header-wrapper .post-header-texts h1 {
	font-size: 2.875rem;
	font-weight: 700;
	margin-bottom: 0px;
}
.post-header-wrapper .post-header-texts .post-description {
	color: #2a2a28;
	margin: 0 !important;
}
@media (max-width: 1200px) {
	.post-header-wrapper .post-header-texts {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.post-header-wrapper .post-header-texts h1 {
		font-size: 2rem;
	}
}
.post-header-wrapper .post-description {
	font-size: 1.25rem;
	color: #464748;
}
@media (max-width: 1100px) {
	.post-header-wrapper {
		min-height: unset;
	}
	.post-header-wrapper .columns {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		align-content: center;
		flex-wrap: nowrap;
		flex: unset;
	}
	.post-header-wrapper .post-header-image {
		max-width: unset;
		margin-bottom: 25px;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		flex-wrap: nowrap;
	}
	.post-header-wrapper .post-header-image img {
		height: unset;
		max-width: 100%;
		width: 100%;
		position: relative;
		left: unset;
		top: unset;
	}
	.post-header-wrapper .post-header-texts {
		flex: unset !important;
	}
}
@media (max-width: 900px) {
	.post-header-wrapper::before {
		display: none;
	}
	.post-header-wrapper .post-header-image {
		flex: unset !important;
	}
}
.news-item-detail > time {
	display: none;
}

.post-sidebar {
	padding-top: 150px;
	width: 25%;
}
.post-sidebar .subcategories {
	position: sticky;
	top: 30px;
}
.post-sidebar .subcategories li {
	text-decoration: none !important;
}
.post-sidebar .subcategories li a {
	text-decoration: none !important;
}
.post-sidebar .subcategories li span {
	background-color: unset;
	font-weight: 400;
	font-size: 0.875rem;
	padding: 0.625rem 0.9375rem 0.875rem 0.9375rem;
	color: #2a2a28;
	text-decoration: none !important;
}
@media (max-width: 1440px) {
	.post-sidebar {
		width: 30%;
	}
}
@media (max-width: 900px) {
	.post-sidebar {
		display: none;
	}
}

.ordering-process {
	background-blend-mode: multiply;
}
.ordering-process .top-navigation-bar {
	display: none;
}
.ordering-process .header-top {
	justify-content: space-between;
}
.ordering-process .header-top .search {
	top: calc(100% + 0px);
}
.ordering-process .navigation-buttons {
	margin-left: 0;
}

.custom-footer .custom-footer__instagram {
	display: none;
}
.custom-footer .custom-footer__banner1 .site-name {
	margin-bottom: 50px;
}
.custom-footer .custom-footer__banner1 .socials {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 20px;
}
.custom-footer .custom-footer__banner1 .socials a:nth-of-type(1):hover path {
	fill: #ff6d4c;
}
.custom-footer .custom-footer__banner1 .socials a:nth-of-type(2):hover path {
	fill: #5858e7;
}
.custom-footer .custom-footer__banner1 ul {
	margin-bottom: 26px;
}
.custom-footer .custom-footer__banner1 ul li a {
	margin: 0 !important;
}
.custom-footer h4 {
	display: flex;
	font-size: 1.25rem;
	color: #2a2a28;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 24px 0;
}
.custom-footer ul li {
	color: #2a2a28;
	padding: 0;
	font-size: 1rem;
	margin: 0 0 10px 0;
	font-weight: 400;
}
.custom-footer ul li a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #2a2a28;
	padding: 0;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.57em;
	position: relative;
}
.custom-footer ul li a::before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: '';
	left: 0;
	bottom: 3px;
	width: 0;
	height: 1px;
	display: block;
	position: absolute;
	background-color: #2a2a28;
}
.custom-footer ul li a:hover {
	text-decoration: none !important;
}
.custom-footer ul li a:hover::before {
	width: 100%;
}
@media screen and (max-width: 960px) and (min-width: 0px) {
	.custom-footer .custom-footer__banner4 {
		order: -1;
	}
}
.custom-footer .custom-footer__banner4 .custom-footer__newsletter {
	display: flex;
}
.custom-footer .custom-footer__banner4 .follow-us {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 15px;
}
.custom-footer .custom-footer__banner4 .follow-us h4 {
	font-size: 1.25rem;
	text-transform: unset;
	margin-bottom: 0;
}
.custom-footer .custom-footer__banner4 .follow-us .links {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 10px;
}
.custom-footer .custom-footer__banner4 .follow-us .links a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	position: relative;
	width: 39px;
	height: 39px;
	border-radius: 50%;
	border: 1px solid #c5c6c6;
	background-color: #f2f1ee;
}
.custom-footer .custom-footer__banner4 .follow-us .links a:hover {
	background-color: #fff;
}
.custom-footer .custom-footer__banner4 .follow-us .links a svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}
.custom-footer .custom-footer__newsletter,
.custom-footer .custom-footer__banner5,
.custom-footer .custom-footer__banner6,
.custom-footer .custom-footer__banner7,
.custom-footer .custom-footer__banner8,
.custom-footer .custom-footer__banner9,
.custom-footer .custom-footer__banner10,
.custom-footer .custom-footer__banner11,
.custom-footer .custom-footer__banner23,
.custom-footer .custom-footer__banner12,
.custom-footer .custom-footer__banner19,
.custom-footer .custom-footer__banner20,
.custom-footer .custom-footer__banner21 {
	display: none;
}
.custom-footer .custom-footer__newsletter img,
.custom-footer .custom-footer__banner5 img,
.custom-footer .custom-footer__banner6 img,
.custom-footer .custom-footer__banner7 img,
.custom-footer .custom-footer__banner8 img,
.custom-footer .custom-footer__banner9 img,
.custom-footer .custom-footer__banner10 img,
.custom-footer .custom-footer__banner11 img,
.custom-footer .custom-footer__banner23 img,
.custom-footer .custom-footer__banner12 img,
.custom-footer .custom-footer__banner19 img,
.custom-footer .custom-footer__banner20 img,
.custom-footer .custom-footer__banner21 img {
	display: none;
}
@media screen and (max-width: 900px) and (min-width: 0px) {
	.custom-footer {
		border-top: 1px solid #c5c6c6;
	}
}

.mobile-hp-banner {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 32px;
}
.mobile-hp-banner a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #2a2a28;
	border: 1px solid #2a2a28;
	padding: 13px 14px 11px 14px;
	border-radius: 30px;
	text-decoration: none !important;
	font-size: 0.875rem;
	line-height: 1em;
}
.mobile-hp-banner a:hover {
	text-decoration: none !important;
	color: #fff;
	background-color: #2a2a28;
}

.holder-instagram-before-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	justify-content: center;
	flex-wrap: nowrap;
}
.holder-instagram-before-footer .instagram-widget {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	width: 100%;
}
.holder-instagram-before-footer .instagram-widget a {
	width: 320px;
	height: 320px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}
.holder-instagram-before-footer .instagram-widget a:hover::before {
	opacity: 0.5;
}
.holder-instagram-before-footer .instagram-widget a::before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: '';
	left: -1px;
	top: -1px;
	width: 110%;
	height: 110%;
	display: block;
	position: absolute;
	background-color: #000;
	opacity: 0;
	z-index: 8;
}
.holder-instagram-before-footer .instagram-widget a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.holder-instagram-before-footer .instagram-widget .instagram-follow-btn {
	display: none;
}
@media screen and (max-width: 1440px) and (min-width: 0px) {
	.holder-instagram-before-footer .instagram-widget a {
		width: 100%;
		height: 250px;
	}
}
@media screen and (max-width: 1300px) and (min-width: 0px) {
	.holder-instagram-before-footer .instagram-widget a {
		width: 100%;
		height: 200px;
	}
}
@media screen and (max-width: 1023px) and (min-width: 0px) {
	.holder-instagram-before-footer .instagram-widget a {
		width: 100%;
		height: 150px;
	}
}
@media screen and (max-width: 767px) and (min-width: 0px) {
	.holder-instagram-before-footer .instagram-widget {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.holder-instagram-before-footer .instagram-widget a {
		width: 250px;
		height: 250px;
	}
}
@media screen and (max-width: 500px) and (min-width: 0px) {
	.holder-instagram-before-footer .instagram-widget {
		grid-template-columns: repeat(2, 1fr);
	}
	.holder-instagram-before-footer .instagram-widget a {
		width: 100%;
		height: 190px;
	}
	.holder-instagram-before-footer .instagram-widget a:nth-of-type(5),
	.holder-instagram-before-footer .instagram-widget a:nth-of-type(6) {
		display: none;
	}
}

.btn-holder-filter {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	width: 100%;
}

#nav-manufacturers {
	display: none;
}

body.mobile .filters {
	display: none;
}
body.mobile .filters.visible {
	display: flex;
	flex-direction: column;
	padding-top: 40px;
}
body.mobile .filters .slider-content {
	order: -1;
	width: 100%;
}
body.mobile .filters .filter-sections .filter-section form .advanced-filters-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
body.mobile .filters .filter-sections .filter-section form .advanced-filters-wrapper:empty {
	display: none;
}
body.mobile .filters .filter-sections .filter-section form input[disabled='disabled'] {
	cursor: auto;
}
body.mobile .filters .filter-sections .filter-section form label.disabled {
	cursor: auto;
}
body.mobile .filters .filter-sections .filter-section form .advanced-parameter {
	display: none;
}
body.mobile .filters .filter-sections .filter-section form .no-display {
	display: inline-block;
}

.slider-content {
	width: 100% !important;
}

aside {
	background-color: #f2f1ee;
	z-index: 20;
	position: relative;
	width: 100%;
	max-width: 294px;
	padding: 16px;
	margin-top: 21px;
}
aside.new-one {
	display: block;
	order: -2;
}
aside .sidebar-inner .box-bg-variant .filters-wrapper .filters .slider-wrapper .slider-header .slider-content {
	order: -1;
	width: 100%;
}
aside .sidebar-inner .box-bg-variant .filters-wrapper .filters .filter-sections .filter-section form .advanced-filters-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
aside .sidebar-inner .box-bg-variant .filters-wrapper .filters .filter-sections .filter-section form .advanced-filters-wrapper:empty {
	display: none;
}
aside .sidebar-inner .box-bg-variant .filters-wrapper .filters .filter-sections .filter-section form input[disabled='disabled'] {
	cursor: auto;
}
aside .sidebar-inner .box-bg-variant .filters-wrapper .filters .filter-sections .filter-section form label.disabled {
	cursor: auto;
}
aside .sidebar-inner .box-bg-variant .filters-wrapper .filters .filter-sections .filter-section form .advanced-parameter {
	display: none;
}
aside .sidebar-inner .box-bg-variant .filters-wrapper .filters .filter-sections .filter-section form .no-display {
	display: inline-block;
}

.id--12 .sidebar,
.id--13 .sidebar,
.id--18 .sidebar,
.id--57 .sidebar,
.id--43 .sidebar,
.id--61 .sidebar,
.id--62 .sidebar,
.id--63 .sidebar,
.id--64 .sidebar,
.id--61 .sidebar,
.id--44 .sidebar,
.id--45 .sidebar,
.id--46 .sidebar {
	display: flex;
}
@media screen and (min-width: 1000px) {
	.id--12 .content-wrapper-in main,
	.id--13 .content-wrapper-in main,
	.id--18 .content-wrapper-in main,
	.id--57 .content-wrapper-in main,
	.id--43 .content-wrapper-in main,
	.id--61 .content-wrapper-in main,
	.id--62 .content-wrapper-in main,
	.id--63 .content-wrapper-in main,
	.id--64 .content-wrapper-in main,
	.id--61 .content-wrapper-in main,
	.id--44 .content-wrapper-in main,
	.id--45 .content-wrapper-in main,
	.id--46 .content-wrapper-in main {
		max-width: calc(100% - 320px);
	}
}

.empty-content-404 {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.empty-content-404 h2 {
	margin-top: 0;
	margin-bottom: 20px;
}

.id-29 p {
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 0.875rem;
}
.id-29 #formContact {
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}

.fvDoplnek {
	display: none;
}

.sidebar-in-cart .fvDoplnek {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 24px;
	margin-bottom: 24px !important;
}
.sidebar-in-cart .fvDoplnek h4 {
	display: none !important;
}
.sidebar-in-cart .fvDoplnek .fvDoplnek-produkt {
	background-color: #000;
	margin-bottom: 0 !important;
}
.sidebar-in-cart .fvDoplnek .fvDoplnek-produkt form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 15px;
	width: 100%;
	padding: 20px 35px 20px 35px;
}
.sidebar-in-cart .fvDoplnek .fvDoplnek-produkt form img {
	max-width: 48px;
	width: 100%;
	height: unset !important;
}
.sidebar-in-cart .fvDoplnek .fvDoplnek-produkt form .fvcontent {
	max-width: 76%;
	width: 100%;
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 15px;
}
.sidebar-in-cart .fvDoplnek .fvDoplnek-produkt form .fvcontent .header span:first-of-type {
	display: none;
}
.sidebar-in-cart .fvDoplnek .fvDoplnek-produkt form .fvcontent .header .price {
	display: none;
}
.sidebar-in-cart .fvDoplnek .fvDoplnek-produkt form .fvcontent .header .name {
	width: 100% !important;
	font-size: 1.125rem;
	font-weight: 800;
	color: #fff;
}
.sidebar-in-cart .fvDoplnek .fvDoplnek-produkt form .fvcontent .header .fvDoplnek-text {
	width: 100%;
	display: block;
	padding: 0;
}
.sidebar-in-cart .fvDoplnek .fvDoplnek-produkt form .fvcontent .header .fvDoplnek-text span:first-of-type {
	display: flex;
}
.sidebar-in-cart .fvDoplnek .fvDoplnek-produkt form .fvcontent p {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 0.625rem;
	color: #fff;
}
.sidebar-in-cart .fvDoplnek .fvDoplnek-produkt form .btn-secondary {
	width: 100%;
	padding: 0.3125em 0.625em 0.625em 0.625em;
}
.sidebar-in-cart .fvDoplnek .fvDoplnek-produkt form .btn-secondary:hover {
	color: #2a2a28;
	background-color: #fff;
}

.id--8 .content-wrapper-in {
	margin: 0 auto;
	width: 100%;
	max-width: 825px;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 100px;
}
.id--8 .content-wrapper-in #content {
	max-width: 446px;
	width: 100%;
	flex: unset;
	margin-bottom: 0;
}
.id--8 .content-wrapper-in .registration-banner-registration {
	margin-top: 150px;
	padding: 40px 35px 40px 35px;
	background-color: #f9cab5;
	position: sticky;
	top: 190px;
	z-index: 100;
	max-width: 292px;
	width: 100%;
}
@media screen and (max-width: 826px) and (min-width: 0px) {
	.id--8 .content-wrapper-in .registration-banner-registration {
		margin-top: 0px;
	}
}
.id--8 .content-wrapper-in .registration-banner-registration h2 {
	font-size: 1.875rem;
	font-weight: 700;
	color: #000;
	margin: 0 0 8px 0;
}
.id--8 .content-wrapper-in .registration-banner-registration p {
	font-size: 1rem;
	font-weight: 400;
	color: #000;
	margin: 0 0 30px 0;
}
.id--8 .content-wrapper-in .registration-banner-registration ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
	padding: 0;
	margin: 0 0 20px 0;
}
.id--8 .content-wrapper-in .registration-banner-registration ul li {
	position: relative;
	padding-left: 46px;
	margin-bottom: 16px;
	font-size: 1rem;
	font-weight: 400;
	color: #000;
	list-style: none;
}
.id--8 .content-wrapper-in .registration-banner-registration ul li::marker {
	display: none;
}
.id--8 .content-wrapper-in .registration-banner-registration ul li::before {
	content: '';
	left: 0;
	top: -3px;
	width: 30px;
	height: 30px;
	display: block;
	background-image: url(../img/icon/bene-mark.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
}
.id--8 .content-wrapper-in .registration-banner-registration img {
	position: absolute;
	right: 40px;
	bottom: 40px;
}
.id--8 .content-inner {
	max-width: 466px;
	width: 100%;
}
.id--8 .content-inner h1 {
	text-align: left !important;
	margin-bottom: 20px;
}

.dkLabFavouriteProductDiv .dkLabFavProductSpan::before {
	content: '' !important;
	margin: 0 !important;
	position: relative !important;
	top: unset !important;
	left: unset !important;
	right: unset !important;
	bottom: unset !important;
	width: 30px !important;
	height: 30px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../img/icon/favourites-small.svg);
	background-size: 19px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
}
.dkLabFavouriteProductDiv .dkLabFavProductSpan.dkLabFavouriteProductLinkRemove::before {
	filter: invert(1);
	border-radius: 50%;
	background-color: #fff;
}

#dkLabFavHeaderWrapper {
	top: unset !important;
	left: unset !important;
	right: unset !important;
	bottom: unset !important;
	position: relative !important;
	transform: unset !important;
}
#dkLabFavHeaderWrapper .dkLabFavHeaderIconBtn {
	top: unset !important;
	left: unset !important;
	right: unset !important;
	bottom: unset !important;
	position: relative !important;
	width: 33px !important;
	height: 33px !important;
}
#dkLabFavHeaderWrapper .dkLabFavHeaderIconBtn::before {
	content: '';
	background-image: url(../img/icon/favourites.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 !important;
	position: relative !important;
	top: unset !important;
	left: unset !important;
	right: unset !important;
	bottom: unset !important;
	width: 33px !important;
	height: 33px !important;
}
#dkLabFavHeaderWrapper .dkLabFavHeaderIconBtn:hover:before {
	background-color: #fff;
	border-radius: 50%;
	filter: invert(1);
}
@media (max-width: 370px) {
	#dkLabFavHeaderWrapper .dkLabFavHeaderIconBtn {
		width: 24px !important;
		height: 24px !important;
	}
	#dkLabFavHeaderWrapper .dkLabFavHeaderIconBtn::before {
		width: 24px !important;
		height: 24px !important;
	}
}
#dkLabFavHeaderWrapper .dkLabFavHeaderIconBtn em {
	padding: 1px 0 0 0;
	position: absolute;
	top: 5px;
	left: -10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #2a2a28;
	color: #fff;
	font-size: 0.625rem;
	font-style: italic;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-style: normal;
	transform: translateY(-50%);
}

.dkLabFavouriteDiv {
	margin: 0 !important;
	order: 4;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.dkLabFavouriteDiv .dkLabFavDetailSpan {
	position: relative;
	padding: 40px 2px 2px 2px;
	height: 60px;
	order: 6;
	display: flex;
	position: relative;
	font-size: 0.875rem;
	line-height: 1.2em;
	color: #000;
	text-decoration: underline;
	font-weight: 500;
	text-align: center;
}
.dkLabFavouriteDiv .dkLabFavDetailSpan:before {
	content: '' !important;
	left: 50%;
	top: 2px;
	margin-right: 0 !important;
	transform: translateX(-50%);
	width: 35px;
	height: 35px;
	display: block;
	position: absolute;
	background: url(../img/icon/favourites-contrast.svg) center center no-repeat;
	background-size: cover;
}
@media screen and (max-width: 1280px) and (min-width: 0px) {
	.dkLabFavouriteDiv {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
	.dkLabFavouriteDiv .dkLabFavDetailSpan {
		position: relative;
		padding: 0 0 0 30px;
		height: unset;
	}
	.dkLabFavouriteDiv .dkLabFavDetailSpan:before {
		left: 0;
		top: 50%;
		width: 25px;
		height: 25px;
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 767px) and (min-width: 0px) {
	.dkLabFavouriteDiv .dkLabFavDetailSpan:before {
		left: 0;
		top: 50%;
		width: 20px;
		height: 20px;
		transform: translateY(-50%);
	}
}

.p-image-wrapper .carousel-control {
	width: 32px !important;
	height: 32px !important;
}
.p-image-wrapper .carousel-control::before {
	content: '' !important;
	left: 50% !important;
	top: 50% !important;
	margin-right: 0 !important;
	transform: translate(-50%, -50%) !important;
	width: 32px !important;
	height: 33px !important;
	display: block;
	position: absolute;
	background: url(../img/icon/arrow-product.svg) center center no-repeat !important;
	background-size: cover;
}
.p-image-wrapper .carousel-control.right {
	right: 20px;
}
.p-image-wrapper .carousel-control.left {
	left: 20px;
}
.p-image-wrapper .carousel-control.left::before {
	transform: translate(-50%, -50%) rotate(-180deg) !important;
}
.id--7 aside {
	position: relative !important;
	top: unset !important;
}

.currency-dropdown {
	position: relative;
	margin-left: auto;
}
.currency-dropdown .dropdown-menu {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.currency-dropdown .dropdown-menu a {
	font-size: 0.875rem;
	line-height: 1.2em;
	color: #2a2a28;
	text-decoration: underline;
	font-weight: 700;
}
.currency-dropdown span:first-of-type {
	display: none;
}
.currency-dropdown button {
	font-size: 0.875rem;
	line-height: 1.2em;
	color: #2a2a28;
	text-decoration: underline;
	font-weight: 700;
	display: none;
}

.overall-wrapper iframe {
	width: 100%;
	max-width: 100%;
	aspect-ratio: 16/9;
}

@media (min-width: 992px) {
	.menu-level-1 > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.menu-level-1 > li:first-child > a {
	padding-left: 0;
}
.menu-level-1 > li:last-child > a {
	padding-right: 0;
}

body.spinner-visible .overlay {
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

body.spinner-visible .overlay.invisible {
	opacity: 0;
}

body.spinner-visible .overlay {
	z-index: 1002;
}

.loader {
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 65px;
	height: 65px;
	margin-top: -33px;
	margin-left: -33px;
	border-style: solid;
	border-width: 3px;
	border-radius: 50%;
	font-size: 0;
	text-indent: -9999em;
	background-clip: content-box;
	-webkit-animation: load 1s infinite linear;
	animation: load 1s infinite linear;
}
.loader.no-display {
	display: none;
}

.loader.static {
	position: static;
	width: 24px;
	height: 24px;
	border-width: 3px;
	margin: 0 auto;
}

.branch-wrap .loader:not(.no-display),
.cpost-delivery-point-form .loader:not(.no-display) {
	display: inline-block;
	vertical-align: middle;
}

.overlay.visible,
.loader-overlay {
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.overlay.visible {
	position: fixed;
	z-index: 1002;
}

.loader-overlay {
	position: absolute;
	z-index: 0;
}

.loader-overlay {
	background-color: rgba(255, 255, 255, 0.65);
}

.loader {
	border-color: #f4b395;
	border-right-color: transparent;
	background-color: transparent;
}

.loader.accented {
	background-color: #f4b395;
}

.loader.static {
	border-color: #f4b395;
	border-right-color: transparent;
	background-color: transparent;
}

.overlay,
.loader-overlay {
	background-color: rgba(255, 255, 255, 0.65);
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes load {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
#header {
	z-index: 1010;
}
#formSearchForm {
	position: relative;
}

.search-whisperer {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #f5f4f4;
	z-index: 11;
	padding: 10px;
	max-height: 500px;
	overflow-y: auto;
	width: 100%;
}
.search-whisperer:not(.active) {
	display: none;
}
.search-whisperer a {
	color: #2a2a28;
	text-decoration: none;
}
.search-whisperer a:hover {
	color: #f4b395;
}
.search-whisperer .p-name {
	font-weight: 700;
}

.search-whisperer-documents {
	display: flex;
	flex-direction: column;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #2a2a28;
}
.search-whisperer-documents a {
	padding: 0.3em 0;
	display: flex;
	align-items: center;
	gap: 0.5em;
}
.search-whisperer-documents a em {
	background-color: #c4c6c7;
	padding: 0.3em 0.5em;
	font-style: normal;
	color: #2a2a28;
	border-radius: 6px;
	font-size: 0.75rem;
}
.search-whisperer-documents a em:empty {
	display: none;
}

.search-whisperer-document.search-whisperer-category em {
	display: inline-block !important;
}
.search-whisperer-document.search-whisperer-category em::before {
	content: 'Kategorie';
	display: inline;
}

.search-whisperer-products {
	list-style: none;
	display: flex;
	flex-direction: column;
	padding-left: 0;
}
.search-whisperer-products li {
	margin-bottom: 10px;
}
.search-whisperer-products a {
	display: flex;
	align-items: center;
	gap: 10px;
}
.search-whisperer-products a .search-whisperer-image {
	max-width: 45px;
}
.search-whisperer-products a .p-info {
	display: flex;
	flex-direction: column;
}
.search-whisperer-products a .price {
	white-space: nowrap;
	margin-left: auto;
}
.search-whisperer-products .availability-label {
	font-size: 0.75rem;
}

.languagesMenu .shp-flag {
	width: 20px;
	height: 13px;
}
.languagesMenu .languagesMenu__content {
	display: none;
	position: absolute;
	top: 100%;
	background-color: #f1f3f7;
	right: 0;
	padding: 10px;
}
.languagesMenu .languagesMenu__list {
	display: none;
}
.languagesMenu .languagesMenu__box.hovered .languagesMenu__list {
	display: block;
}
.languagesMenu .languagesMenu__box.hovered .languagesMenu__list li a {
	display: flex;
}
.languagesMenu.open .languagesMenu__content {
	display: flex;
	gap: 10px;
}
.languagesMenu .languagesMenu__header--actual {
	font-weight: 700;
}

.menu-helper .appended-category {
	display: none;
}
@media (max-width: 767px) {
	.menu-helper {
		display: none;
	}
}

.menu-helper > span {
	padding: 0.375em 0.375em 0.875rem 0.375rem;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.menu-helper > span::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 2px solid #2a2a28;
	border-style: none solid solid none;
	position: relative;
	top: -2px;
	transform: rotate(45deg);
	margin-left: 10px;
}
.menu-helper .menu-level-1 {
	position: absolute;
	top: 100%;
	right: 0;
	flex-direction: column;
	background-color: #fff;
	padding: 10px 20px;
	display: none;
	box-shadow: 0 0 5px 10px rgba(0, 0, 0, 0.05);
}
.menu-helper .menu-level-1 li.splitted {
	display: none;
}
.menu-helper .menu-level-1 > li:not(.splitted) {
	display: flex;
	flex-direction: column;
}
.menu-helper .menu-level-1 > li.ext.exp .menu-level-2 {
	display: flex;
	padding: 0 0 0 20px;
}
.menu-helper .menu-level-1 > li.ext.exp .menu-level-2 > li {
	margin: 0;
}
.menu-helper .menu-level-1 li > a {
	padding: 0.5em 0.5em 0.625rem 0.5rem;
	display: flex;
	align-items: center;
	gap: 0.625em;
	white-space: nowrap;
	font-size: 0.875rem;
	line-height: 1.25em;
}
.menu-helper .menu-level-1 li > a::before,
.menu-helper .menu-level-1 li > a::after {
	display: none;
}
.menu-helper .menu-level-1 li > a:hover,
.menu-helper .menu-level-1 li > a:focus {
	text-decoration: underline;
}
.menu-helper .menu-level-2 {
	display: none;
	position: initial;
	flex-direction: column;
}
.menu-helper .menu-level-2 .menu-image {
	display: none;
}

.menu-helper-visible .menu-helper .menu-level-1 {
	display: flex;
}

.appended-category {
	display: none;
}

.top-navigation-menu {
	position: relative;
	overflow: hidden;
	display: none;
}
.top-navigation-menu-trigger {
	display: none;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
}
.top-navigation-menu-trigger::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 2px solid #2a2a28;
	border-style: none solid solid none;
	position: relative;
	top: -2px;
	transform: rotate(45deg);
}

.top-navigation-bar-menu li.cropped {
	display: none;
}

ul.top-navigation-bar-menu-helper {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1011;
	background-color: #f5f4f4;
	padding: 10px;
	border-radius: 5px;
}

.top-navigation-menu-visible .top-navigation-bar-menu-helper {
	display: block;
}
.top-navigation-menu-visible .top-navigation-menu {
	overflow: visible;
}

@keyframes carouselImgInit {
	0% {
		transform: scale(1.1);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes carouselTextsInit {
	0% {
		transform: translateY(50px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
.before-carousel {
	width: 100%;
	overflow: hidden;
}

.mobile .banners-row {
	margin-bottom: 40px;
}

.banners-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 24px;
}
@media (max-width: 900px) {
	.banners-row {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 8;
	}
}

.col-sm-4 {
	width: 100%;
	max-width: 595px;
}
.col-sm-4 .next-to-carousel-banners {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 3px;
}
.col-sm-4 .next-to-carousel-banners .banner-wrapper {
	display: flex;
	width: 100%;
	max-width: 100%;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}
.col-sm-4 .next-to-carousel-banners .banner-wrapper:hover a .extended-banner-texts .extended-banner-link {
	background-color: #2a2a28;
	color: #fff;
}
.col-sm-4 .next-to-carousel-banners .banner-wrapper:hover a .extended-banner-texts .extended-banner-link::before {
	background-image: url(../img/icon/arrow-white.svg);
}
.col-sm-4 .next-to-carousel-banners .banner-wrapper a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
	position: relative;
	overflow: hidden;
	text-decoration: none !important;
}
.col-sm-4 .next-to-carousel-banners .banner-wrapper a img {
	max-width: unset;
	height: auto;
}
.col-sm-4 .next-to-carousel-banners .banner-wrapper a .extended-banner-texts {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
	bottom: 0;
	left: 0;
	padding: 40px 40px;
}
.col-sm-4 .next-to-carousel-banners .banner-wrapper a .extended-banner-texts .extended-banner-title {
	margin: 0 0 21px 0;
	line-height: 1.15em;
	font-size: 2.875rem;
	color: #fff;
	font-weight: 700;
	width: 100%;
}
.col-sm-4 .next-to-carousel-banners .banner-wrapper a .extended-banner-texts .extended-banner-text {
	font-size: 1.125rem;
	line-height: 1.2em;
	font-weight: 500;
	color: #fff;
	margin: 0 0 15px 0;
}
@media (max-width: 1300px) {
	.col-sm-4 {
		max-width: 435px;
	}
	.col-sm-4 .next-to-carousel-banners {
		height: 100%;
	}
	.col-sm-4 .next-to-carousel-banners .banner-wrapper {
		height: 100%;
		text-decoration: none;
	}
	.col-sm-4 .next-to-carousel-banners .banner-wrapper:nth-of-type(2) a .extended-banner-texts {
		justify-content: flex-end;
	}
	.col-sm-4 .next-to-carousel-banners .banner-wrapper a {
		width: 100%;
		height: 100%;
	}
	.col-sm-4 .next-to-carousel-banners .banner-wrapper a img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.col-sm-4 .next-to-carousel-banners .banner-wrapper a .extended-banner-texts {
		padding: 20px 20px;
	}
	.col-sm-4 .next-to-carousel-banners .banner-wrapper a .extended-banner-texts .extended-banner-title {
		font-size: 2.25rem;
	}
}
@media (max-width: 900px) {
	.col-sm-4 {
		width: 100%;
		max-width: 100%;
	}
	.col-sm-4 .next-to-carousel-banners .banner-wrapper a img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		object-fit: cover;
	}
	.col-sm-4 .next-to-carousel-banners .banner-wrapper a .extended-banner-texts {
		max-width: 100%;
		width: 100%;
		padding: 52px 24px 24px 24px;
		position: relative;
		left: unset;
		z-index: 5;
		top: unset;
	}
	.col-sm-4 .next-to-carousel-banners .banner-wrapper a .extended-banner-texts .extended-banner-title img {
		width: unset;
		height: unset;
		left: unset;
		position: relative;
		top: unset;
	}
	.col-sm-4 .next-to-carousel-banners .banner-wrapper a .extended-banner-texts .extended-banner-text img {
		width: unset;
		height: unset;
		left: unset;
		position: relative;
		top: unset;
	}
}

#carousel {
	overflow: hidden;
	width: 100%;
	max-width: 1022px;
}
#carousel .item a {
	display: block;
	width: 100%;
	overflow: hidden;
}
#carousel .item img {
	display: block;
	line-height: 1;
	animation: carouselImgInit 1s ease-in-out forwards;
}
@media (min-width: 900px) {
	#carousel .item img {
		right: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		min-height: 375px;
		position: relative;
	}
}
@media (max-width: 767px) {
	#carousel .item a .extended-banner-texts {
		bottom: 50px;
	}
}
#carousel .extended-banner-texts span {
	display: block;
}
#carousel .extended-banner-title {
	animation: carouselTextsInit 0.6s ease-in-out 0s forwards;
}
#carousel .extended-banner-text {
	transform: translateY(50px);
	opacity: 0;
	animation: carouselTextsInit 0.6s ease-in-out 0.2s forwards;
	margin-bottom: 20px;
}
#carousel .extended-banner-link {
	transform: translateY(50px);
	opacity: 0;
	animation: carouselTextsInit 0.6s ease-in-out 0.4s forwards;
}
@media (max-width: 900px) {
	.col-sm-8 {
		width: 100%;
	}
}
.mobile .col-sm-8 {
	width: 100%;
}
@media (max-width: 900px) {
	.mobile #carousel {
		width: 100%;
	}
}
@media (max-width: 900px) {
	.mobile .col-sm-4 {
		width: 100%;
	}
}

.carousel-control {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	border: 1px solid transparent;
	box-shadow: 0px 14px 20px -4px rgba(45, 44, 43, 0.19);
}
.carousel-control::before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: '';
	display: block;
	height: 24px;
	width: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/icon/arrow-right-big.svg);
	background-size: cover;
	transition: all 0.3s ease-in-out;
}
.carousel-control.right {
	right: 15px;
}
.carousel-control.right::before {
	transform: translate(-50%, -50%);
}
.carousel-control.left {
	left: 15px;
}
.carousel-control.left:before {
	transform: translate(-50%, -50%) rotate(180deg);
}
.carousel-control:hover {
	background-color: #2a2a28;
}
.carousel-control:hover:before {
	filter: invert(1);
}

.carousel-dots,
.slick-dots {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex !important;
	gap: 7px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.carousel-dots > li,
.slick-dots > li {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	cursor: pointer;
	opacity: 1;
	background-color: #d9d9d9;
}
.carousel-dots > li button,
.slick-dots > li button {
	display: none;
}
.carousel-dots > li.slick-active,
.carousel-dots > li.dot-active,
.slick-dots > li.slick-active,
.slick-dots > li.dot-active {
	background-color: #2a2a28;
}
.carousel-dots {
	bottom: 20px;
}
.carousel-dots li:hover {
	background-color: #2a2a28;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 375px !important;
}
@media screen and (min-width: 767px) {
	.carousel-inner {
		min-height: 343px !important;
	}
}

.carousel-inner > .item {
	display: none;
	position: relative;
	transition: 0.2s ease-in-out;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}

.carousel-inner > .active {
	left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next {
	opacity: 0;
}

.carousel-inner > .prev {
	opacity: 0;
}

.carousel-inner > .active.left {
	opacity: 0;
}
.carousel-inner > .active.left img {
	transform: scale(0.7);
}

.carousel-inner > .active.right {
	opacity: 0;
}
.carousel-inner > .active.right img {
	transform: scale(0.7);
}

body:has(.siteCookies) .siteCookies {
	z-index: 1050;
}
body:has(.siteCookies):before {
	z-index: 1012;
	opacity: 1;
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	transition: all 0.2s ease;
	background-color: rgba(0, 0, 0, 0.2);
}

.siteCookies {
	background-color: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(10px);
	border-top: 2px solid #f4b395;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #2a2a28;
	padding: 20px 2rem;
	z-index: 1060;
	text-align: center;
}
.siteCookies a {
	text-decoration: underline;
}
.siteCookies .siteCookies__buttonWrap {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.siteCookies .siteCookies__button {
	padding: 1em 2em;
	background-color: #f4b395;
	color: #fff;
	border: 1px solid transparent;
}
.siteCookies .siteCookies__button[data-testid='buttonCookiesReject'] {
	background-color: #fff;
	color: #2a2a28;
	border: 1px solid #2a2a28;
}
.siteCookies .siteCookies__button[data-testid='buttonCookiesReject']:hover {
	background-color: #c4c6c7;
	color: #2a2a28;
}
.siteCookies .siteCookies__button:hover {
	background-color: #f9cab5;
}

.cookiesSetting__form {
	padding: 10px;
}

.cookiesSetting__title {
	font-weight: bold;
	font-size: 22px;
	line-height: 34px;
	color: #000000;
}

.cookiesSetting__perex {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

.cookiesSetting__item {
	border-bottom: 1px solid #e5e8ea;
	padding: 10px 0;
}
@media (min-width: 768px) {
	.cookiesSetting__item {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
}
.cookiesSetting__item:last-child {
	border-bottom: 0;
}

@media (min-width: 768px) {
	.cookiesSetting__item__col2 {
		margin-left: 10px;
	}
}

.cookiesSetting__item__name {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

.cookiesSetting__item__text {
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.cookiesSetting__item__text {
		margin-bottom: 0;
	}
}

.cookiesSetting__item__status {
	margin: 20px 0;
	text-align: center;
	padding: 10px 20px 10px 35px;
	border: 1px solid #e5e8ea;
	border-radius: 6px;
	font-size: 16px;
	white-space: nowrap;
	width: 100%;
	display: block;
}
.cookiesSetting__item__status:hover {
	background: #f8fafb;
	border: 1px solid #e5e8ea;
	color: #252525;
}
@media (min-width: 768px) {
	.cookiesSetting__item__status {
		margin: 0;
		padding: 10px 15px;
	}
}

.cookiesSetting__data {
	border: 1px solid #e5e8ea;
	background-color: #ffffff;
	border-radius: 6px;
	padding: 0 20px;
}

.cookiesSetting__bottom {
	text-align: center;
}
@media (min-width: 768px) {
	.cookiesSetting__bottom {
		text-align: left;
		display: flex;
		align-items: flex-start;
		margin-top: 20px;
	}
}

.cookiesSetting__uncheck {
	display: block;
	margin: 10px 0;
}
@media (min-width: 768px) {
	.cookiesSetting__uncheck {
		margin: 0;
		flex: 1;
	}
}

.cookiesSetting__uncheckLink {
	display: block;
	line-height: 48px;
	text-decoration: none;
	color: #f4b395;
	padding: 0 12px;
	font-size: 16px;
	font-weight: bold;
	background-color: transparent;
	border: 0;
	width: 100%;
	text-align: center;
}
.cookiesSetting__uncheckLink:hover {
	color: #383742;
	background: #e5e8ea;
}
@media (min-width: 768px) {
	.cookiesSetting__uncheckLink {
		display: inline-block;
		width: auto;
		text-align: left;
	}
}

.cookiesSetting__button {
	display: block;
	line-height: 48px;
	font-size: 16px;
	font-weight: bold;
	border: 0;
	width: 100%;
	padding: 0 15px;
	color: #ffffff;
	background-color: #f4b395;
}
.cookiesSetting__button:hover {
	color: #ffffff;
	background-color: #f4b395;
}
@media (min-width: 768px) {
	.cookiesSetting__button:hover {
		opacity: 0.9;
	}
}
@media (min-width: 768px) {
	.cookiesSetting__button {
		display: inline-block;
		width: auto;
	}
}
.cookiesSetting__button--green {
	background-color: #007c47;
	margin-top: 10px;
}
.cookiesSetting__button--green:hover {
	color: #ffffff;
	background-color: #007c47;
}
@media (min-width: 768px) {
	.cookiesSetting__button--green {
		margin-top: 0;
		margin-left: 15px;
	}
}

@media (max-width: 767px) {
	#colorbox.cookiesDialogWrapper {
		top: 0 !important;
	}
}
