body {
	color: #1A1A1A;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 185.714% */
}
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


.bg-white {
	background: #fff;
}
.header-shipping-bar {
	background-color: #336600;
	padding: 4px 12px;
	text-align: center;
	overflow: hidden;
	line-height: initial;
}

.header-shipping-bar__text {
	display: inline-block;
	margin: 0;
	padding-left: 100%;
	color: #ffffff;

	font-size: 13px;
	font-weight: 400;
	line-height: 140%;
	text-align: center;
	white-space: nowrap;
	will-change: transform;
	backface-visibility: hidden;
	animation: header-shipping-bar-scroll 20s linear infinite;
}

.header-shipping-bar:hover .header-shipping-bar__text {
	animation-play-state: paused;
}

@keyframes header-shipping-bar-scroll {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		transform: translate3d(-100%, 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.header-shipping-bar__text {
		padding-left: 0;
		animation: none;
	}
}

.container-header {
	padding:  0 40px;
}
.header-top-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-bottom.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	animation: header-bottom-drop 0.25s ease;
}

@keyframes header-bottom-drop {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}

.brands-box {
	padding: 40px 100px;
	background: #F2F2F2;
}
.brands-box .swiper-viewport {
	margin: 0;
	background:transparent;
	z-index: 1;
	border:0;
	border-radius: 0;
	box-shadow:initial;
	width: 100%;
	position: relative;
	overflow: visible;
}
.brands-box .title  {
	color:  #1A1A1A;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 28px */
	margin: 0 0 16px 0;
	text-align: center;

	font-family: Inter,'Roboto', Arial, sans-serif;


}

.brands__list {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;

}

.brands__item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 164px;

	width: 164px;
	height: 95px;
	text-decoration: none;

	transition: opacity 0.2s ease, transform 0.2s ease;
}

.brands__item:hover {
	opacity: 0.7;
	transform: translateY(-2px);
}

.brands__logo {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

/* карусель брендів (carousel.twig на Swiper) — без пагінації та стрілок (за макетом 6913-3470) */
.brands .swiper-pagination,
.brands .swiper-pager,
.brands .swiper-button-next,
.brands .swiper-button-prev {
	display: none;
}




.featured-block {
	padding: 40px 0;
}

.featured-block__title {
	margin: 0 0 24px;
	color: #ffffff;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
}

.featured-block__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.products-list .product-layout {
	padding: 8px;
}
.content-aside .products-list .product-layout {
	padding: 0 8px;
}

.box-slider .product-layout {
	padding: 0 8px;
}

	/* ===== Картка товару (_partial/product_module.twig) — макет Figma 6948-12144 ===== */
.product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	background: #ffffff;
	border: 1px solid transparent;
	border-radius: 0px;
	overflow: hidden;
	transition: box-shadow 0.2s ease;
}


.product-card:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	border: 1px solid #ededed;
}

.product-card__image {
	position: relative;
	padding: 30px 50px 30px 50px;
}

.product-card__image-link {
	display: block;
}

.product-card__image img {
	display: block;
	width: 100%;
	height: 200px;
	margin: 0 auto;
	object-fit: contain;
}

/* теги (зліва вгорі) */
.product-card__badges {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

.product-card__tag,
.product-card__discount {
	padding: 2px 6px;
	border-radius: 2px;
	color: #ffffff;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 140%;
}

.product-card__tag {
	background: #ff9900;
}

.product-card__tag--attr {
	background: #1A1A1A
}
.product-card__tag--attr_2 {
	background: #F90;
}

.product-card__tag--out {
	background: #8c8c8c;
}

.product-card__discount {
	background: #fc4324;
}


.product-table .product-card__badges, .product-table .product-card__wish {
	display: none;
}

/* серце (справа вгорі) */
.product-card__wish {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: none;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.5);
	color: #4d4d4d;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	transition: color 0.2s ease, background 0.2s ease;
}

.product-card__wish:hover {
	background: rgba(255, 255, 255, 0.85);
	color: #336600;
}

.product-card__quickview {
	position: absolute;
	left: 50%;
	bottom: 16px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: 6px;
	background: #ffffff;
	color: #1a1a1a;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
	text-decoration: none;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 8px);
	transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.product-table .product-card__quickview {
	width: 120px;
	text-wrap: balance;
}

.product-card__quickview .fa {
	font-size: 16px;
}

.product-card:hover .product-card__quickview {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

.product-card__quickview:hover {
	background: #336600;
	color: #ffffff;
}

@media (max-width: 1199px) {
	.product-card__quickview {
		display: none;
	}
}

/* тіло */
.product-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 16px;
	padding: 0 16px 16px;
}

.product-card__title {
	display: -webkit-box;
	min-height: 44px;
	overflow: hidden;
	color: #1a1a1a;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	text-decoration: none;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.product-card__title:hover {
	color: #336600;
}

/* рядок: вага + рейтинг */
.product-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.product-card__weight {
	padding: 4px 8px;
	border-radius: 4px;
	background: #d2f1b2;
	color: #4d4d4d;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 13px;
	line-height: 140%;
	white-space: nowrap;
	min-height: 27px;
}
.product-card__weight_empty {
	min-height: 27px;
}

.product-card__rating {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-left: auto;
}

.product-card__stars {
	display: flex;
	gap: 2px;
	color: #ffb800;
	font-size: 14px;
	white-space: nowrap;
}

.product-card__stars .fa-star-o {
	color: #d9d9d9;
}

.product-card__reviews {
	color: #4d4d4d;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 13px;
}

/* рядок: ціна + кнопка */
.product-card__bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-top: auto;
}

.product-card__price {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.product-card__price-old {
	color: #808080;
	font-family: 'Inter', 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-decoration: line-through;
}


.product-card__price-new,
.product-card__price-cur {
	font-family: 'Inter', 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
}

.currency-symbol{
	font-size: 14px;
}
.product-card__price-old  .currency-symbol {
	font-size: 10px;
}

.product-card__price-new {
	color: #fc4324;
}

.product-card__price-cur {
	color: #1a1a1a;
}

/* кнопка кошика */
.product-card__cart {
	display: flex;
	flex: 0 0 48px;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: none;
	border-radius: 6px;
	background: #336600;
	color: #ffffff;
	font-size: 20px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.product-card__cart:hover {
	background: #2a5200;
}

.product-card__cart--disabled,
.product-card__cart--disabled:hover {
	background: #8c8c8c;
	cursor: not-allowed;
	opacity: 0.6;
}

.product-table.product-layout {
	padding:  0 8px;
}
.products-list .product-table.product-layout {
	margin: -1px 0 0 0;
}

.product-table .product-card{
	display: flex;
	flex-direction: row;
	border: 1px solid #e5e5e5;
}

.product-table.product-table .product-card__image {
	width: 15%;
	padding: 8px;
}

.product-table.product-table .product-card__image img {
	width: 100%;
	height: auto;

}
.product-table.product-table .product-card__body {
	padding: 0px;
}

.product-table .product-card__body > *{
	flex: 1;
	padding: 8px;
	border-right: 1px solid #e5e5e5;
}
.product-table .product-card__body > *:last-child{
	border: 0;
}
.product-table .product-card__body > .product-card__title{
	flex: 2;
	align-self: flex-start;
	min-height: 0;
	padding-bottom: 0;
	border-right: 0;
}
.product-table .product-card__body > .product-card__title + * {
	border-left: 1px solid #e5e5e5;
}


.product-table.product-table .product-card__meta {
	align-items: start;
	flex-direction: column;
	justify-content: start;
}
.product-table.product-table  .product-card__rating {

	margin: 0;
}
.product-table.product-table .product-card__bottom {
	align-items: start;
	margin: 0;
}

.product-table.product-table  .product-card__body {
	width: 85%;
	margin: 0;
	flex-direction: row;

}


.box-product {
	padding: 82px 92px 72px 92px;
}
.box-product >div, .box-product > .box-title {
	max-width: 1440px;
	margin: 0 auto;
}



.super-cat.super-cat  .box-title{
	margin-bottom: 32px;
}

.bg-white .box-product {
	padding: 82px 100px 82px 100px;
}
.common-home .bg-white .box-product {
	padding: 40px 100px 40px 100px;
}

.box-product +.box-product {
	padding: 0px 100px 82px 100px;
}
.box-title {
	color: #1A1A1A;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 42px */

}

.bestsaler_box .box-title{
	color: #FFF;
	margin-bottom: 32px;
	padding: 0 8px;
}

.super-cat .featured-block__list > .product-layout {
	display: flex;
	width: 100%;
	padding: 0;
	float: none;
}

	/* рівна висота карток у гріді (до ініціалізації слайдера) */
.bestsaler_box .row:not(.slick-initialized) {
	display: flex;
	flex-wrap: wrap;
}
.bestsaler_box .row:not(.slick-initialized) > .product-layout {
	display: flex;
	margin-bottom: 24px;
}

/* слайдер бестселерів (slick): десктоп 4 / <1200px 2 картки */
.bestsaler_box .bestseller-carousel .slick-track {
	display: flex;
}
.bestsaler_box .bestseller-carousel .slick-slide {
	height: auto;
}
.bestsaler_box .bestseller-carousel .slick-slide .product-card {
	height: 100%;
}


/* стрілки слайдера — за макетом: сіра кнопка 60×56 + чорна стрілка (FontAwesome) */
.bestsaler_box .bestseller-carousel .slick-prev,
.bestsaler_box .bestseller-carousel .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	width: 60px;
	height: 56px;
	z-index: 5;
	border: none;
	border-radius: 0;
	background: #efefef;
	box-shadow: none;
	font-size: 0;
	line-height: 0;
	color: transparent;
	cursor: pointer;
	transition: background 0.2s ease;
}
.bestsaler_box .bestseller-carousel .slick-prev:hover,
.bestsaler_box .bestseller-carousel .slick-next:hover {
	background: #e2e2e2;
}
.bestsaler_box .bestseller-carousel .slick-prev {
	left: 15px;
	right: auto;
}
.bestsaler_box .bestseller-carousel .slick-next {
	right: 15px;
	left: auto;
}
.bestsaler_box .bestseller-carousel .slick-prev:before,
.bestsaler_box .bestseller-carousel .slick-next:before {
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 18px;
	line-height: 1;
	color: #000000;
	opacity: 1;
	border: none;
	transform: none;
	margin: 0;
}
.bestsaler_box .bestseller-carousel .slick-prev:before {
	content: "\f177"; /* fa-long-arrow-left */
}
.bestsaler_box .bestseller-carousel .slick-next:before {
	content: "\f178"; /* fa-long-arrow-right */
}


.bestsaler_box {
	background: url("../image/green_landscape.png") 0 0 no-repeat   ;
	background-size: cover;
}

.box-product .slick-disabled.slick-disabled.slick-disabled{
	cursor: none;
	display: none;
	opacity: 0.3;
}


#header.typeheader-1 .header-nav {
	display: flex;
	align-items: center;
	gap: 16px;
}
#header.typeheader-1 .header-nav__link {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 140%;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
}
#header.typeheader-1 .header-nav__link:hover {
	color: #336600;
}

#content .module.sohomepage-slider .owl2-controls .owl2-dots {
	position: absolute;
	bottom: 43px;
	left: auto;
	right: auto;
	width: 100%;
margin: 0 auto;
	display: block;
	text-align: center;
	line-height: 0;
	padding: 12px 0 20px;
}

#content .module.sohomepage-slider .owl2-controls .owl2-dots .owl2-dot {
	float: none;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	margin: 0 10px;
	padding: 0;
	background: transparent;
	border-radius: 0;
}
#content .module.sohomepage-slider .owl2-controls .owl2-dots .owl2-dot span, .swiper-pagination-bullet,  .slick-dots button {
	position: relative;
	display: block;
	width: 7px;
	height: 7px;
	margin: 0;
	background: #999999;
	border: none;
	border-radius: 50%;
	box-shadow: none;
	cursor: pointer;
	font-size: 0;
	padding: 0;
}

/* активна крапка: кільце 11px (#1A1A1A) + крапка 5px усередині */
#content .module.sohomepage-slider .owl2-controls .owl2-dots .owl2-dot.active,
#content .module.sohomepage-slider .owl2-controls .owl2-dots .owl2-dot.active:hover {
	background: transparent;
}
#content .module.sohomepage-slider .owl2-controls .owl2-dots .owl2-dot.active span,
#content .module.sohomepage-slider .owl2-controls .owl2-dots .owl2-dot.active:hover span {
	width: 11px;
	height: 11px;
	background: transparent;
	border: 1px solid #1a1a1a;
}
#content .module.sohomepage-slider .owl2-controls .owl2-dots .owl2-dot.active span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	margin: -2.5px 0 0 -2.5px;
	background: #1a1a1a;
	border-radius: 50%;
}

/* hover неактивної крапки */
#content .module.sohomepage-slider .owl2-controls .owl2-dots .owl2-dot:hover {
	background: transparent;
}
#content .module.sohomepage-slider .owl2-controls .owl2-dots .owl2-dot:hover span {
	background: #666666;
}

.swiper-pagination, .slick-dots.slick-dots, .box-slider .slick-dots.slick-dots {
	position: initial;
	display: flex!important;
	gap: 20px;
	justify-content: center;
	align-items: center;
}


.swiper-pagination span.swiper-pagination-bullet-active, .slick-dots .slick-active span,  .slick-dots .slick-active button {
	position: relative;
	display: flex;
	margin: 0;
	width: 11px;
	height: 11px;
	align-items: center;
	background: none;
	border: 1px solid #000;

}
.swiper-pagination span.swiper-pagination-bullet-active:before, .slick-dots .slick-active span:before, .slick-dots .slick-active button:before  {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	margin: -2.5px 0 0 -2.5px;
	background: #1a1a1a;
	border-radius: 50%;
}

#content .module.sohomepage-slider .owl2-controls {
	height: auto;
	position: relative;

	margin: 0 auto;
	bottom: 0;
	background: #FFF;
}


/* кошик */
#header.typeheader-1 .shopping_cart { position: static; }
#header.typeheader-1 .shopping_cart .btn-shopping-cart { position: relative; }
#header.typeheader-1 .shopping_cart .top_cart {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	box-shadow: none;
}
#header.typeheader-1 .shopping_cart .shopcart {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: none;
}
#header.typeheader-1 .shopping_cart .shopcart .icon-c {   /* власна SVG-іконка кошика */
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0;
	background-size: 30px 30px;
}
#header.typeheader-1 .shopping_cart .shopcart .icon-c svg { display: none; }   /* прибрати спрайтову іконку */

/* лічильник товарів у кошику */
#header.typeheader-1 .shopping_cart .shopcart .shopcart-inner .total-shopping-cart {
	position: absolute;
	left: 7px;
	right: 0;
	top: 18px;
	transform: translateY(-40%);
	margin: 0;
	padding: 0;
	text-align: center;

	pointer-events: none;
	font-family: 'Inter', 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 1;
	color: #1a1a1a;

}
#header.typeheader-1 .shopping_cart .text-shopping-cart { display: none; }   /* "Корзина" */
#header.typeheader-1 .shopping_cart .total-shopping-cart {
	display: block;
	margin: 0;
	padding: 0;
	background: none;
	line-height: 1;
}
#header.typeheader-1 .shopping_cart .total-shopping-cart .items_cart2,
#header.typeheader-1 .shopping_cart .total-shopping-cart .items_carts { display: none; }   /* "шт." і сума */
#header.typeheader-1 .shopping_cart .total-shopping-cart .items_cart {
	display: inline-block;
	font-family: 'Inter', 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 1;
	color: #1a1a1a;
}

@media (min-width: 991px) {
	.brands.brands .swiper-pagination {
		margin: 30px 0 0 0;
		display: none!important;
	}


	#header.typeheader-1 {
		background: #ffffff;
		border-bottom: 1px solid #e5e5e5;
	}

	/* ---------- Верхня панель ---------- */
	#header.typeheader-1 .header-top {
		background: #ffffff;
		border-bottom: 1px solid #e6e6e6;
	}
	#header.typeheader-1 .header-top-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 40px;
	}


	/* права група: логін + мова */
	#header.typeheader-1 .header-top-right {
		display: flex;
		align-items: center;
		gap: 40px;
	}
	#header.typeheader-1 .header-top-right .telephone { display: none; }
	#header.typeheader-1 .header-top-right .top-log   { order: 1; }   /* логін ліворуч */
	#header.typeheader-1 .header-top-right .lang-curr { order: 2; }   /* мова праворуч */

	#header.typeheader-1 .header-top-right .top-link {
		display: flex;
		align-items: center;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#header.typeheader-1 .header-top-right .top-link > li {
		margin: 0;
		padding: 0;
		float: none;
		list-style: none;
		line-height: 140%;
	}
	#header.typeheader-1 .header-top-right .lang-curr .currency { display: none; }

	/* логін */
	#header.typeheader-1 .top-log .login,
	#header.typeheader-1 .top-log .login a {
		font-family: 'Roboto', Arial, sans-serif;
		font-weight: 400;
		font-size: 13px;
		line-height: 140%;
		color: #666666;
	}
	#header.typeheader-1 .top-log .login a { text-decoration: none; }
	#header.typeheader-1 .top-log .login a:hover { color: #336600; }

	/* перемикач мови */
	#header.typeheader-1 .lang-curr .language .pull-left { float: none; }
	#header.typeheader-1 .lang-curr .language .btn-group { position: relative; display: inline-block; }
	#header.typeheader-1 .lang-curr .language .dropdown-toggle {
		display: inline-flex;
		align-items: center;
		gap: 4px;
		margin: 0;
		padding: 0;
		border: none;
		background: none;
		box-shadow: none;
		font-family: 'Roboto', Arial, sans-serif;
		font-weight: 400;
		font-size: 13px;
		line-height: 140%;
		color: #666666;
		cursor: pointer;
	}
	#header.typeheader-1 .lang-curr .language .dropdown-toggle:hover { color: #336600; }
	#header.typeheader-1 .lang-curr .language .dropdown-toggle .fa {   /* стрілка вниз як шеврон */
		display: inline-block;
		width: 7px;
		height: 7px;
		margin: -3px 0 0 2px;
		border: none;
		border-right: 1.5px solid currentColor;
		border-bottom: 1.5px solid currentColor;
		transform: rotate(45deg);
	}
	#header.typeheader-1 .lang-curr .language .dropdown-toggle .fa::before { content: none; }

	/* ---------- Нижня панель ---------- */
	#header.typeheader-1 .header-bottom { background: #ffffff; }
	#header.typeheader-1 .header-bottom .row {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		margin: 0;
		min-height: 70px;
	}
	#header.typeheader-1 .header-bottom .row > .logo-w {
		flex: 0 0 auto;
		width: auto;
		padding-left: 0;
	}
	#header.typeheader-1 .header-bottom .row > div:nth-child(2) {   /* меню — розтягується */
		flex: 1 1 auto;
		width: auto;
		min-width: 0;
	}
	#header.typeheader-1 .header-bottom .row > div:nth-child(3) {   /* права група */
		flex: 0 0 auto;
		width: auto;
		padding-right: 0;
	}

	/* логотип */
	#header.typeheader-1 .header-bottom .logo { margin: 0; padding: 0;
	max-width: 120px;
	}
	#header.typeheader-1 .header-bottom .logo img {
		display: block;
		width: 100%;
		height: auto;
		max-width: none;
	}

	/* головне меню (megamenu horizontal) */
	#header.typeheader-1 .main-menu1,
	#header.typeheader-1 .main-menu1 .megamenu-style-dev,
	#header.typeheader-1 .main-menu1 .navbar-default,
	#header.typeheader-1 .main-menu1 .container-megamenu,
	#header.typeheader-1 .main-menu1 .megamenu-wrapper,
	#header.typeheader-1 .main-menu1 .megamenu-pattern {
		width: 100%;
		float: none;
		margin: 0;
		min-height: 0;
		background: transparent;
		border: 0;
	}
	#header.typeheader-1 .main-menu1 .navbar-header { display: none; }   /* гамбургер прихований */
	#header.typeheader-1 .main-menu1 .megamenu-wrapper > .icon-close,
	#header.typeheader-1 .main-menu1 ul.megamenu .close-menu { display: none; }

	#header.typeheader-1 ul.megamenu {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 24px;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	#header.typeheader-1 ul.megamenu > li {
		float: none;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#header.typeheader-1 ul.megamenu > li.desctop-hiden {
		display: none;
	}
	#header.typeheader-1 ul.megamenu > li > a {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		padding: 0;
		background: transparent;
		text-transform: none;
		text-decoration: none;
	}
	#header.typeheader-1 ul.megamenu > li > a::before,
	#header.typeheader-1 ul.megamenu > li > a::after { content: none; display: none; }   /* прибрати clearfix */
	#header.typeheader-1 ul.megamenu > li > a strong {
		font-family: 'Inter', 'Roboto', sans-serif;
		font-weight: 600;
		font-size: 16px;
		line-height: 140%;
		color: #1a1a1a;
		text-transform: none;
		cursor: pointer;
	}
	#header.typeheader-1 ul.megamenu > li:hover > a,
	#header.typeheader-1 ul.megamenu > li.active > a {
		background: transparent;
		color: #336600;
	}
	#header.typeheader-1 ul.megamenu > li:hover > a strong,
	#header.typeheader-1 ul.megamenu > li.active > a strong {
		color: #336600;
	}
	/* стрілка-шеврон біля пункту меню */
	#header.typeheader-1 ul.megamenu > li > a .caret {
		display: inline-block;
		width: 8px;
		height: 8px;
		margin: -2px 0 0 0;
		border: none;
		border-right: 2px solid #1a1a1a;
		border-bottom: 2px solid #1a1a1a;
		transform: rotate(45deg);
	}
	#header.typeheader-1 ul.megamenu > li:hover > a .caret,
	#header.typeheader-1 ul.megamenu > li.active > a .caret {
		border-color: #336600;
	}

	/* ---------- Права група: пошук + кошик ---------- */
	#header.typeheader-1 .middle-right {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 40px;
	}
	#header.typeheader-1 .middle-right .search-header-w { order: 1; }   /* пошук ліворуч */
	#header.typeheader-1 .middle-right .shopping_cart   { order: 2; }   /* кошик праворуч */

	/* пошук */
	#header.typeheader-1 .search-header-w {
		position: static;
		float: none;
		width: 210px;
		height: 40px;
		margin: 0;
		padding: 0 0 0 36px;
		top: auto;
		line-height: normal;
		text-align: left;

	}
	#header.typeheader-1 .search-header-w .icon-search { display: none; }   /* мобільна іконка пошуку */
	#header.typeheader-1 .search-header-w #sosearchpro.so-search {
		position: static;
		width: 100%;
	}
	#header.typeheader-1 .search-header-w #sosearchpro form { margin: 0; }
	#header.typeheader-1 .search-header-w #sosearchpro .search {
		display: flex;
		align-items: center;
		position: relative;
		width: 210px;
		height: 40px;
		margin: 0;
		padding: 0 36px 0 12px;
		border: 1px solid #cbcbcb;
		border-radius: 5px;
		background: #ffffff;
		right: auto;
	}
	#header.typeheader-1 .search-header-w #sosearchpro .search .autosearch-input,
	#header.typeheader-1 .search-header-w #sosearchpro .search input.form-control {

		margin: 0;
		padding: 0;
		border: none;
		background: transparent;
		box-shadow: none;
		outline: none;
		font-family: 'Roboto', Arial, sans-serif;
		font-weight: 300;
		font-size: 14px;
		color: #1a1a1a;
	}
	#header.typeheader-1 .search-header-w #sosearchpro .search .autosearch-input::placeholder {
		color: #999999;
		opacity: 1;
	}
	#header.typeheader-1 .search-header-w #sosearchpro .search .button-search {
		flex: 0 0 auto;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 24px;
		min-width: 0;
		margin: 0;
		padding: 0;
		border: none;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		cursor: pointer;
		top: 8px;
		right: 7px;
	}
	#header.typeheader-1 .search-header-w #sosearchpro .search .button-search i {   /* SVG-лупа праворуч */
		display: inline-block;
		width: 24px;
		height: 24px;
		background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5507 13.5943C14.9318 12.2616 15.7897 10.398 15.7897 8.33569C15.7897 4.2843 12.4789 1 8.39487 1C4.3108 1 1 4.2843 1 8.33569C1 12.3871 4.3108 15.6714 8.39487 15.6714C10.4 15.6714 12.2187 14.8797 13.5507 13.5943ZM13.5507 13.5943L19 19' stroke='%23999999' stroke-width='2'/%3E%3C/svg%3E");
		background-size: 22px 22px;
		background-repeat: no-repeat;
	}
	#header.typeheader-1 .search-header-w #sosearchpro .search .button-search i::before { content: none; }
	#header.typeheader-1 .search-header-w #sosearchpro .search .dropdown-menu {
		top: 100%;
		left: 0;
		right: auto;
	}




	#content .module.sohomepage-slider .owl2-controls  .owl2-nav{
		bottom: 43px;
		position: absolute;
		right: 40px;
	}

	/* стрілки: приховані за замовчуванням, зʼявляються на hover слайдера */
	#content .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-prev,
	#content .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-next {
		opacity: 1;
		visibility: visible;
		transition: opacity 0.25s ease, visibility 0.25s ease;
	}

	.mobile-view {
		display: none;
	}
}

@media (min-width: 768px) {
}

@media (max-width: 991px) {
	.desctop-view {

	}
	.desctop-view.filters-panel.product-filter-top {
		margin: 0;
	}

	.desctop-view .short-by-show, .desctop-view .btn-gridview, .desctop-view .open-sidebar {
		display: none!important;
	}

	.desctop-view .list-view #list-view {
		display: none;

	}



	.featured-block__list {
		grid-template-columns: repeat(3, 1fr);
	}

	.desctop-view .view-mode {
		text-align: right;
		width: 100%;
	}

	.row-header{
		display: flex;
		justify-content: space-between;
		padding: 12px 16px;
		height: 70px;
	}
	.row-header:before, .row-header:after {
		content: initial;
	}
	.col-logo {
		order: 2;
		width: initial;
		margin: 0 0 0 44px;
		padding: 0;
	}
	.col-menu {
		order:1;
		width: initial;
		padding: 10px 13px;
	}
	.col-menu .navbar-header:before, 	.col-menu .navbar-header:after {
		content: none;
	}
	.col-cart {
		order: 3;
		width: initial;
		display: flex;
		align-items: center;
		padding: 0;
	}

	.typeheader-1 .shopping_cart.shopping_cart {
		margin: 0;
		padding: 0;
	}
	.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart.top_cart {
			padding: 0;
	}

	.text-shopping-cart{
		display: none;
	}
	.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart.items_cart {

		top: 9px;
		left: 5px;
	}
	.bg-white .box-product {
		padding: 40px 16px 40px 16px;
	}
	.common-home .bg-white .box-product {
		padding: 40px 16px 40px 16px;
	}

	.bg-white .box-product +  .box-product{
		padding: 0px 16px 40px 16px;
	}
	.mobile-toolbar {
		display: flex;
		gap: 12px;
		padding: 12px 16px;
		background: #fff;
		position: sticky;
		top: 70px;
		z-index: 100;
		margin: 0 -16px;
		box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.10);
	}

	.mobile-toolbar__btn {
		flex: 1 1 0;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 4px;
		padding: 8px;
		width: 100%;
		border-radius: 3px;
		font-family: 'Inter', 'Roboto', sans-serif;
		font-weight: 600;
		font-size: 14px;
		line-height: 1.4;
		text-align: center;
		cursor: pointer;
	}

	.mobile-toolbar__filters {
		background: #1a1a1a;
		color: #fff;
		border: none;
	}
	.mobile-toolbar__filters:hover,
	.mobile-toolbar__filters:focus {
		color: #fff;
		text-decoration: none;
	}

	.mobile-toolbar__icon {
		flex: 0 0 auto;
		width: 24px;
		height: 24px;
	}

	.mobile-toolbar__sort {
		position: relative;
		flex: 1 1 0;
		display: flex;
	}

	.mobile-view.mobile-toolbar .mobile-toolbar__sort, .mobile-view.mobile-toolbar .mobile-toolbar__filters {
	flex: 0 50%;
	box-sizing: border-box;
}

	.mobile-toolbar__sort-btn {
		background: #fafafa;
		color: #1a1a1a;
		border: 1px solid #e5e5e5;
	}
	.mobile-toolbar__sort-btn.active {
		border-color: #1a1a1a;
	}

	.mobile-sort-popup {
		display: none;
		position: absolute;
		top: calc(100% + 6px);
		left: 0;
		right: 0;
		z-index: 999;
		margin: 0;
		padding: 6px 0;
		list-style: none;
		background: #fff;
		border: 1px solid #e5e5e5;
		border-radius: 3px;
		box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
	}
	.mobile-sort-popup.open {
		display: block;
	}
	.mobile-sort-popup li {
		list-style: none;
	}
	.mobile-sort-popup a {
		display: block;
		padding: 10px 16px;
		font-family: 'Inter', 'Roboto', sans-serif;
		font-size: 14px;
		line-height: 1.4;
		color: #1a1a1a;
		text-decoration: none;
	}
	.mobile-sort-popup a:hover {
		background: #fafafa;
	}
	.mobile-sort-popup a.is-active {
		background: #1a1a1a;
		color: #fff;
		font-weight: 600;
	}
	.pagination.pagination {
		text-align: center;
	}
	.pagination.pagination > li {

		margin: 4px 3px;

	}
	.pagination-info.pagination-info {
		text-align: center;
		margin: 8px;
	}
	.box-slider.box-slider  > div.row {
		margin: 0 -8px;
	}
}



@media (max-width: 767px) {

	#wrapper {
		overflow-x: clip;
	}

	.container-header {
		padding: 0;
	}
	.header-top-right{
		width: 100%;
		display: flex;
		justify-content: center;
		position: relative;
	}
	.typeheader-1 ul.top-link {
		margin: 0;

	}
	.typeheader-1 ul.top-link.top-log{
		margin-left: 6px;
	}

	.typeheader-1 ul.top-link.lang-curr {
		order: 2;
		position: absolute;
		right: 7px;
		top: -2px;
	}

	.header-top-container {
		justify-content: center;
	}
	.header-top-left {
		display: none;
	}
	.typeheader-1 .logo img {
		width: 120px;
	}
	#content .sohomepage-slider .so-homeslider {
		padding: 75px 0 20px 0;
		background: #FFF;
	}

	#content .sohomepage-slider .owl2-controls.owl2-controls {
		height: 10px;
		padding: 52px 0 16px 0;
	}
	#content .sohomepage-slider .owl2-controls .owl2-nav {
		display: none;
	}
	#content .sohomepage-slider .owl2-controls .owl2-dots.owl2-dots {

		position: initial;
		display: flex;
		gap: 20px;
		justify-content: center;

	}
	#content .sohomepage-slider .owl2-controls .owl2-dots .owl2-dot.owl2-dot {
		margin: 0 ;
		width: 11px;
		height: 11px;
		display: flex;
		align-items: center;
	}
	.box-product {
		padding: 40px 16px;
	}
	.box-title, .bestsaler_box .box-title {
		margin: 0 0 16px 0;
		font-size: 24px;
		font-weight: 700;
		line-height: 140%; /* 33.6px */
		padding: 0;
	}
	.bestsaler_box .slick-dots, .box-slider .slick-dots{
		padding: 24px 0 0 0;

	}



	.bestsaler_box  .slick-dots .swiper-pagination-bullet, .box-slider .slick-dots .swiper-pagination-bullet {

		background: #fff;

	}
	.slick-dots .slick-active span::before {
		content: '';
		background: #FFF

	}
	.bestsaler_box .slick-dots .slick-active span, .box-slider .slick-dots .slick-active span  {
			border: 1px solid #fff;
		background: transparent;
	}



	.featured-block__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}

	.featured-block__title {
		font-size: 24px;
	}
	.product-card__image {
		position: relative;
		padding: 20px 16px;
	}
	.product-card__image img {
		height: auto;
		width: 100%;
	}
	.product-card__wish {
	top: 4px;
		right: 4px;
			font-size: 22px;

	}
	.product-card__body {
		gap: 8px;
		padding: 0 8px 8px;
	}
	.product-card__title {

		font-size: 14px;
		font-style: normal;
		font-weight: 400;

		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 1.4;
		min-height: 2.8em;

	}
	.product-card__price-new, .product-card__price-cur {

		font-size: 18px;

	}
	.product-card__bottom {

		margin-top: auto;
	}
	.product-card__meta {
		flex-wrap: wrap;

	}

	.product-card__rating {
		width: 100%;
		padding: 0;
		margin: 0px;
		line-height: normal;
		font-size: 13px;
	}
	.product-card__rating .fa{
		font-size: 11px;
	}

	.brands-box {
		padding: 40px 0;

	}
	.brands .swiper-pagination  {
		display: flex;
		margin: 30px 0 0 0;
	}

	.product-layout.product-grid.product-grid {
		width: 50%;
	}
	.product-table.product-table  .product-card__meta {
		display: none;
	}

	.breadcrumbs.breadcrumbs {
		min-height: 48px;
		margin-bottom: 20px;

	}
	.breadcrumbs.breadcrumbs  .container{
		padding:  0 16px;
	}

	.title-category.title-category {
		color:  #1A1A1A;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 140%;
	}
	.breadcrumbs .breadcrumb .container {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}


}

.so-extraslider .slick-prev,
.so-extraslider .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: 60px;
	height: 56px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: #efefef;
	font-size: 0;
	line-height: 0;
	color: transparent;
	cursor: pointer;
	transition: background 0.2s ease;
}

.so-extraslider .slick-prev:hover,
.so-extraslider .slick-next:hover {
	background: #e2e2e2;
}

.so-extraslider .slick-prev {
	left: 0;
	right: auto;
}

.so-extraslider .slick-next {
	right: 0;
	left: auto;
}

.so-extraslider .slick-prev:before,
.so-extraslider .slick-next:before {
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 18px;
	line-height: 1;
	color: #000000;
	opacity: 1;
}

.so-extraslider .slick-prev:before {
	content: "\f177";
}

.so-extraslider .slick-next:before {
	content: "\f178";
}

.so-extraslider .slick-prev.slick-disabled,
.so-extraslider .slick-next.slick-disabled {
	opacity: 0.35;
	cursor: default;
}

.js-slick:not(.slick-initialized) {
	opacity: 0;
}

.js-slick.slick-initialized {
	opacity: 1;
	transition: opacity 0.2s ease;
}

@media (min-width: 992px) {
	.content-aside {
		position: -webkit-sticky;
		position: sticky;
		top: 10px;
		align-self: flex-start;
	}
}

#header .megamenu a.is-current-link,
#header .header-nav a.is-current-link,
.footer-container .about-footer a.is-current-link {
	cursor: default;
}

.txtemail-message {
	display: block;
	width: 100%;
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.4;
}

.txtemail-message:empty {
	display: none;
}

.txtemail-message--error {
	color: #d9534f;
}

.txtemail-message--success {
	color: #fff;
}

@media (hover: none) and (pointer: coarse), (max-width: 991px) {
	.parallax-window {
		position: relative;
		background-attachment: scroll;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 0;
		height: 52vw;
		max-height: 320px;
	}
}

@media (hover: none) and (pointer: coarse) and (min-width: 992px) {
	.parallax-window {
		height: 380px;
		max-height: none;
	}
}

@supports ((clip-path: inset(0)) or (-webkit-clip-path: inset(0))) {
	@media (hover: none) and (pointer: coarse), (max-width: 991px) {
		.parallax-window {
			-webkit-clip-path: inset(0);
			clip-path: inset(0);
		}

		.parallax-window::before {
			content: '';
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100vh;
			background-image: inherit;
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
		}
	}
}

html.menu-locked {
	overflow: hidden;
}

html.menu-locked body {
	overflow: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
	-webkit-text-fill-color: #1a1a1a !important;
	caret-color: #1a1a1a;
	-webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
	box-shadow: 0 0 0 1000px #ffffff inset !important;
	background-image: none !important;
	-webkit-transition: background-color 100000s ease-in-out 0s !important;
	transition: background-color 100000s ease-in-out 0s !important;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active,
textarea:autofill,
textarea:autofill:hover,
textarea:autofill:focus,
textarea:autofill:active,
select:autofill,
select:autofill:hover,
select:autofill:focus,
select:autofill:active {
	-webkit-text-fill-color: #1a1a1a !important;
	caret-color: #1a1a1a;
	box-shadow: 0 0 0 1000px #ffffff inset !important;
	background-image: none !important;
	transition: background-color 100000s ease-in-out 0s !important;
}

body > .alert.fadeOut {
	position: fixed;
}
