/* ===============================
   🎨 THEME BASE STYLES
   =============================== */

/* === Переменные темы === */
:root {
	/* Цвета */
	--color-default: #166534;
	--color-default-dark: #14532D;
	--color-default-50: #0F172A;
	--color-accent: #008f72;
	--color-border: #E5E7EB;
	--color-text: #111827;
	--color-muted: #6B7280;
	--color-heading: #0F172A;
	--color-footer-bg: #FAFAFA;
	--color-product-bg: #eaeaec;
	--color-text-grey:#92949f;
	--color-white: #FFFFFF;

	/* Типографика */
	--font-family: 'Rubik', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	--font-size-base: 14px;
	--font-weight-base: 300;
}

/* === Базовые стили === */
body {
	font-family: var(--font-family);
	font-size: var(--font-size-base);
	font-weight: var(--font-weight-base);
	color: var(--color-text);
	background-color: var(--color-white);
	line-height: 1.6;
}

a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease, text-decoration 0.2s ease;
}

a:hover {
	color: var(--color-accent);
	text-decoration: underline;
}
a:focus,
button:focus,
input:focus-visible,
.btn:focus-visible,
a:focus-visible {
	outline: none!important;
	text-decoration: none!important;
	box-shadow:none!important;
}
.form-control:focus{
	box-shadow:none!important;
}
h1,h2,h3,h4,h5{ font-weight:400; line-height:1.2;margin: 0 0 1rem 0;}

button, input, select, textarea, a, .button {
	font-family: var(--font-family);
	font-weight: var(--font-weight-base);
}
button, .btn {
	font-weight: 300!important;
}
h6 {
	font-size: clamp(18px, 0.99vw, 24px);
}
input::placeholder {
	color: var(--color-text-grey)!important;
	font-size: clamp(14px,.833vw,20px)!important;
}
p {
	font-size: clamp(14px, 0.833vw, 20px);
	line-height: 150%;
}
.dropdown-menu {
	border-radius: 0 0 10px 10px!important;
}
/* === Кнопки === */
.btn-success,
.btn-default {
	background-color: var(--color-default)!important;
	border-color: var(--color-default)!important;
	color: #fff;
}

.btn-success:hover,
.btn-default:hover {
	background-color: #007760;
	border-color: #007760;
}

.btn-outline-success {
	border-color: var(--color-accent);
	color: var(--color-accent);
}

.btn-outline-success:hover {
	background-color: var(--color-accent);
	color: #fff;
}

/* === Шапка === */

.header-tools .cart-count,
.header-tools .badge-count {
	font-size: 12px;
	line-height: 1;
	padding: 4px;
	font-weight: 300;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -5px;
	right: -10px;
}
.header-tools .badge-count {
	
}
.header-tools .cart-count {

}
.header-tools .account {
	font-weight: 500;
}

.header-search { z-index: 1200; }
.header-search form.search-form,
.header-search form.woocommerce-product-search {
	display: flex;
	gap: .5rem;
}
.header-search .category-toggle {
	color:var(--color-text);
	font-size: clamp(14px,.833vw,20px);
	line-height: 120%;
	font-weight: 400!important;
}
.header-search input[type="search"] {
	max-width: 280px;
}
.header-search:hover input[type="search"]::placeholder,
.header-search:hover input[type="search"]::-webkit-input-placeholder,
.header-search:active input[type="search"]::placeholder,
.header-search:focus input[type="search"]::placeholder {
	color: var(--color-text)!important; /* или любой твой */
}
/* === Header base === */
.header-top { background: var(--color-default); min-height: 40px;}
.header-top .container { color:#fff;padding: 6px 0 6px 15px; }

/* Middle */
.header-middle .custom-logo { max-height: 30px; width: auto; }
.search-with-category {
	justify-content: center
}
.search-with-category .category-toggle {
	border-color: var(--color-text);
	border-right: 0;
	background: #fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	height: 46px;
}
.search-with-category .form-control {
	border-color: var(--color-text);
	border-left: 0;
}
.search-with-category .btn-success {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

/* Tools */
.header-tools .login div:hover {
	text-decoration: none!important;
	color: var(--color-default)!important;;
}
/*.header-tools .cart-count {
	top: 0; left: 50%;
	font-size: 12px;
	padding: .25rem .4rem;
}*/
.header-top .language-switcher .btn-link:hover {
	color: var(--color-white)!important;
}
.header-top .language-switcher .btn-link {
	color: var(--color-white)!important;
	padding: 0;
}
/* === Sticky bottom only === */

/* Навигация */
.default-navigation .menu > li > a,
.default-navigation .nav > li > a {
	color: var(--color-heading);
	font-weight: 600;
}
.default-navigation .menu > li > a:hover,
.default-navigation .nav > li > a:hover {
	color: var(--color-accent);
}
#header-sticky .btn {
	color: var(--color-default);
}
#header-sticky .btn:hover,
#header-sticky .btn:active {
	border-color: transparent;
}
#header-sticky {
	font-weight: 400;
}
.primary-navigation li a {
	font-weight: 400;
}
.primary-navigation li a:hover {
	text-decoration: none;
}

/* исходный хедер как обычный блок */
#header-sticky {
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
	background: #fff;
}

/*sticky*/
/* ===== Browse All Categories (desktop) ===== */

/* ==== Обёртка dropdown ==== */
.categories-dropdown {
	position: relative;
}

/* Кнопка "Browse All Categories" */
.categories-dropdown > .btn {
	padding: 0;
	gap: 10px;
	font-weight: 500 !important;
	font-size: clamp(14px, .833vw, 20px);
	color: #0a8f55;
	background: transparent;
	border: none;
}

.categories-dropdown > .btn i {
	font-size: 20px;
}

.categories-dropdown > .btn:hover,
.categories-dropdown.show > .btn {
	color: #066b3f;
}

/* ==== Белая колонка-меню ==== */
/* Важно: более специфичный селектор и display:block !important,
   чтобы перебить стандартный Bootstrap .dropdown-menu { display:none } */
   .categories-dropdown .dropdown-menu.categories-menu {
   	position: absolute;
   	top: 100%;
   	left: 0;
   	margin-top: 10px;
   	width: 260px;
   	padding: 10px 0;
   	background: #ffffff;
   	border-radius: 16px;
   	box-shadow: 0 10px 25px rgba(0,0,0,0.14);
   	border: none;

   	display: block !important;              /* перебиваем bootstrap */
   	opacity: 0;
   	transform: translateY(12px);
   	visibility: hidden;
   	pointer-events: none;
   	transition: opacity .35s ease, transform .35s ease, visibility .35s ease;
   	z-index: 1100;
   }

   .categories-dropdown .categories-menu {
   	max-height: 0;
   	overflow: hidden;
   	transition: max-height .45s ease; /* не быстро */
   }

/* Hover по пунктам оставляем как у тебя */
.categories-dropdown .categories-menu > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 18px;
	font-size: 14px;
	font-weight: 400;
	color: #1f2933;
	text-decoration: none;
	border-bottom: 1px solid #f2f2f2;
}
.categories-dropdown .categories-menu > li:last-child > a {
	border-bottom: none;
}
.categories-dropdown .categories-menu > li > a:hover {
	color: #0a8f55;
}

/* Открытое состояние — только наша анимация, без дёрганий */
.categories-dropdown .categories-menu.show {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	pointer-events: auto;
}

/* ==== Оверлей: только под header-sticky ==== */
.categories-overlay {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
height: 100%;
	/* top выставим из JS по высоте header-sticky */
	top: 0;
	background: rgba(0,0,0,0.25);
	opacity: 0;
	visibility: hidden;
	transition: opacity .35s ease, visibility .35s ease;
	z-index: 1000; /* ниже, чем header-sticky (bootstrap sticky-top ~1020) */
}

.categories-overlay.active {
	opacity: 1;
	visibility: visible;
}
/* === Левый вертикальный список === */

.categories-dropdown .dropdown-menu.categories-menu {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 10px;
	width: 260px;                       /* ширина левой колонки */
	padding: 6px 0;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.14);
	border: none;

	display: block !important;
	opacity: 0;
	transform: translateY(8px);
	visibility: hidden;
	pointer-events: none;
	transition: opacity .28s ease, transform .28s ease;
	z-index: 1100;
}

.categories-dropdown .categories-menu.show {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	pointer-events: auto;
}

/* Топ-уровень слева */

.categories-dropdown .categories-menu > li {
	position: relative;
}

.categories-dropdown .categories-menu > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 18px;
	font-size: 14px;
	font-weight: 500;
	color: #1f2933;
	text-decoration: none;
	border-radius: 0;
	border-bottom: 1px solid #f2f2f2;
}

/* актив при ховере на пункт с подменю */
.categories-dropdown .categories-menu > li:hover > a {
	background: #f7f9fb;
	color: var(--color-default-dark);
}

/* Стрелка для пунктов с вложенностью */
.categories-dropdown .categories-menu > li.menu-item-has-children > a::after {
	content: '›';
	font-size: 13px;
	color: #9ca3af;
	margin-left: 8px;
}

/* === Правый мегаблок для sub-menu (фиксированное положение) === */

.categories-dropdown .categories-menu {
	position: relative; /* чтобы sub-menu позиционировался от всего меню */
}

/* Панель sub-menu справа */
.categories-dropdown .categories-menu > li.menu-item-has-children > .sub-menu {
	position: absolute;
	top: 0;                 /* всегда в начале левой колонки */
	left: 100%;
	margin-left: 8px;

	min-width: 260px;
	max-height: calc(100vh - 200px); /* чтобы не вылезало за экран */
	overflow-y: auto;

	padding: 14px 18px;
	background: #ffffff;
	border-radius: 14px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.14);

	list-style: none;
	margin: 0;
	display: block;

	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(6px);
	transition: opacity .22s ease, transform .22s ease;
	z-index: 1090;
}

/* Показываем sub-menu на hover */
.categories-dropdown .categories-menu > li.menu-item-has-children:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

/* О ЧЁМ ВАЖНО! 
   нижний пункт: чтобы подменю не улетало вниз — прижимаем к низу */
   .categories-dropdown .categories-menu > li.menu-item-has-children:last-child:hover > .sub-menu {
   	top: auto;
   	bottom: 0;
   }

/* Пункты внутри sub-menu */
.categories-dropdown .categories-menu .sub-menu > li {
	list-style: none;
	margin: 0;
}

.categories-dropdown .categories-menu .sub-menu > li > a {
	display: block;
	padding: 6px 0;
	font-size: 14px;
	font-weight: 400;
	color: #111827;
	text-decoration: none;
	border: none;
}

.categories-dropdown .categories-menu .sub-menu > li > a:hover {
	color: #0a8f55;
	background: transparent;
}

/* Заголовки внутри мегапанели */
.categories-dropdown .categories-menu .sub-menu > li.menu-item-has-children > a {
	font-weight: 600;
	margin-bottom: 4px;
}

/* 3-й уровень (если есть) */
.categories-dropdown .categories-menu .sub-menu > li.menu-item-has-children > .sub-menu {
	position: static;
	margin-left: 0;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	display: block;
	opacity: 1;
	visibility: visible;
	transform: none;
}

/* Только десктоп */
@media (max-width: 991.98px) {
	.categories-dropdown {
		display: none;
	}
}



/* плейсхолдер под фиксированный хедер, чтобы не было «скачка» */
.affix-placeholder { display: none; }

/* когда «приклеился» — становимся fixed поверх контента */
#header-sticky.is-affix {
	position: fixed;
	top: var(--admin-offset, 0px);
	left: 0; right: 0;
	z-index: 1030;
	width: 100%;
	box-shadow: 0 6px 20px rgba(0,0,0,.08);
	transform: translateY(0);
}

/* лёгкий заход при моменте прилипания */
#header-sticky.affix-enter { transform: translateY(-10px); }

/* если используешь bootstrap-классы, фон и границы остаются */

/*main page*/


.first-screen .right-block .content-img .kt-inside-inner-col:hover {
	transform: scale(1.03);
}
.first-screen .right-block .content-img {
	overflow: hidden;
}
.first-screen .right-block .content-img .kt-inside-inner-col {
	border-radius: 10px;
	min-height: 175px;
}
.first-screen .right-block .content-img h4 {
	font-weight: 600;
	font-size: clamp(20px,1.198vw,28px);
	line-height: 120%;
}

.slidershow-block .image a:hover img {
	transform: scale(1.05);
}
/*.splide__pagination {
	display:none!important;
}*/
/*.kb-row-layout-wrap { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.kb-row-layout-container { max-width: 1320px; margin-inline: auto; padding-inline: 1rem; }

*/

.section-sale img,
.section-time img,
.promotion img,
.slider-brand img  {
	transition: transform 0.3s ease-in-out;
	object-fit: scale-down;
}
.section-sale img:hover,
.section-time img:hover,
.promotion img:hover {
	transform: scale(0.9);
}
.slider-brand img:hover {
	transform: scale(1.1);
}
.section-sale h2 {
	font-weight: 500;
	line-height: 120%;
	font-size: clamp(26px, 2.3vw, 48px);
}
.section-time .new-title {
	color: var(--color-white);
	font-weight: 300;
}
.section-time .timer {
	font-size: clamp(14px,.833vw,20px);
	line-height: 120%;
}
.section-popular .block-prod {
	background: var(--color-white);
}
.slider-brand li {
	border-radius: 10px;
	padding: 20px 10px!important;
	/*	margin-right:10px!important;*/
	border: solid 0.1em var(--color-product-bg);
}
.slider-brand li img {
	object-fit: scale-down!important;
}
.section-prom,
.section-popular {
	background: var(--color-product-bg);
}
.section-prom h5,
.section-popular .block-prod h5 {
	margin: 0!important;
}
.section-prom .wc-products-autoplay li {
	background: var(--color-white);
	border-radius: 10px;
	padding: 20px;
}
.section-prom .wc-products-autoplay h2 {
	font-size: clamp(14px,.833vw,18px)!important;
	text-align: left!important;
}
.section-prom .wc-products-autoplay img {
	max-height: 155px;
}


.section-popular .prod-popul-play li {
	background: var(--color-white);
	border-radius: 10px;
	padding: 20px;
}
.section-popular .prod-popul-play h2 {
	font-size: clamp(14px,.833vw,18px)!important;
	text-align: left!important;
}
.section-popular .prod-popul-play img {
	max-height: 155px;
}
.btn-prod {
	width: 100%!important;
	gap: 16px;
	border-radius: 5px;
	background-color: transparent;
	border: 1px solid var(--color-default);
	color: var(--color-default);
	padding: 8px;
	border-style: solid!important;
	height: clamp(38px,2.5vw,54px);
	margin-top: clamp(12px,.833vw,20px);
	box-shadow: -5px 6px 15px #0000001a;
	transition: all .24s linear 0ms;
	text-decoration: none;
}
.btn-prod:hover {
	background:var(--color-default);
	color: var(--color-white);
	text-decoration: none;
}
/* === Карусель категорий === */



/* Показывать стрелки только при наведении на карусель */
.vz-cat-carousel-wrapper:hover .owl-nav {
	opacity: 1;
}

/* Контейнер стрелок */
.vz-cat-carousel-wrapper .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	opacity: 0;
	transition: opacity .25s ease;
}

/* Кнопки */
.vz-owl-prev,
.vz-owl-next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--color-default); /* твой зелёный */
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	pointer-events: all;
	color: var(--color-white);
	font-size: 24px;
	line-height: 1;
	transition: background .2s ease;
}

/* Стрелка влево */
.vz-owl-prev::before {
	content: "‹"; /* минималистичная стрелка */
}

/* Стрелка вправо */
.vz-owl-next::before {
	content: "›";
}

/* Ховер */
.vz-owl-prev:hover,
.vz-owl-next:hover {
	background: #0c8a4e;
}
/* Неактивная стрелка */
.vz-cat-carousel-wrapper .owl-nav button.disabled .vz-owl-prev,
.vz-cat-carousel-wrapper .owl-nav button.disabled .vz-owl-next {
	background: var(--color-default) !important;
	cursor: no-drop !important;
	opacity: 0.3;
}

.vz-cat-carousel-wrapper .owl-nav button.disabled:hover .vz-owl-prev,
.vz-cat-carousel-wrapper .owl-nav button.disabled:hover .vz-owl-next {
	background: var(--color-default) !important; 
}
/* ===========================================
   EXACT SHOPIFY STYLE — CATEGORY CIRCLE CARDS
   =========================================== */

   .vz-cat-carousel-wrapper ul.products {
   	list-style: none;
   	margin: 0;
   	padding: 0;
   }

/* Карточка */
.vz-cat-carousel-wrapper ul.products li.product-category {
	text-align: center;
	background: none;
	box-shadow: none;
	padding: 0;
}

/* Внутренняя обёртка */
.vz-cat-carousel-wrapper ul.products li.product-category > a {
	text-align: center;
	text-decoration: none !important;
	color: inherit;
}

/* КРУГ как в примере */
.vz-circle {
	width: 100px;             /* размер круга */
	height: 100px;
	background: #F3F3F3;
	border-radius: 50%;

	margin-bottom: 16px;
	box-shadow: 0 4px 14px rgba(0,0,0,0.08);
	transition: all .25s ease;
}

/* КАРТИНКА внутри круга */
.vz-circle img {
	width: 70%;
	height: 70%;
	object-fit: contain;
	transition: transform .25s ease;
}



/* НАЗВАНИЕ */
.vz-cat-carousel-wrapper ul.products li.product-category h2 {
	font-size: clamp(14px, 0.833vw, 20px)!important;
	line-height: 120% !important;
	padding-bottom: 4px;
}

/* ПОДЗАГОЛОВОК: "+ items" */
.vz-cat-carousel-wrapper ul.products li.product-category .vz-cat-meta {
	font-size: 14px;
	color: #9b9b9b;
	margin-top: 2px;
}

.vz-cat-carousel-wrapper .owl-stage {
	justify-content: flex-start !important;
}
.vz-cat-carousel-wrapper .owl-item {
	display: flex !important;
	justify-content: center !important;    /* центр по горизонтали */
	align-items: center !important;        /* центр содержимого */
}
.vz-cat-carousel-wrapper .product-category > a,
.vz-cat-carousel-wrapper .vz-card-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}


/* === Футер === */
.site-footer,
.footer-main {
	background: var(--color-footer-bg);
	color: var(--color-text);
}

.footer-main h6 {
	color: var(--color-heading);
	font-size: 15px;
}

.footer-main a {
	color: var(--color-text-grey)!important;
	font-size: clamp(14px,.833vw,20px);
}

.footer-main a:hover {
	color: var(--color-default)!important;
	text-decoration: underline!important;
}

.footer-main .custom-logo {
	max-width: 210px;
	height: auto;
}
.footer-main .icon-round a,
.footer-main .soc-icon a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid var(--color-default);
	border-radius: 6px;
	color: var(--color-default)!important;
	transition: all 0.3s ease;
	flex-shrink: 0;
	padding: 6px;
}
.footer-main .soc-icon a:hover,
.footer-main .icon-round a:hover {
	color: var(--color-white)!important;
}
.footer-main .btn-outline-success:hover {
	background-color:	var(--color-default)!important;

}

.footer-main .soc-icon path {
	fill: var(--color-default);
	transition: fill .25s ease;
}
.footer-main .soc-icon a:hover path {
	fill: var(--color-white);
}
/*.icon-round i { line-height: 1; font-size: 14px; }*/
/*.footer-main .icon-round i {
	font-size: 14px!important;
	line-height: 1;
}*/
.footer-main .grey_txt {
	color: var(--color-text-grey);
	font-size: clamp(14px, 0.833vw, 20px);
	line-height: 150%;
	width: 75%;
}
.footer-main .block_txt {
	font-size: clamp(16px,.99vw,24px);
}
.footer-main .foot_ttl {
	font-size: clamp(18px,.99vw,24px);
}
.footer-main .icon-titles {
	margin-top: clamp(24px,1.667vw,40px);
}
.footer-main .soc-icon {
	padding-top: 20px;
}
/* ===== Subscribe field with inside button ===== */
.subscribe-wrap {
	position: relative;
	max-width: 520px; /* можно убрать, если нужно на всю ширину */
}

.subscribe-wrap .form-control {
	height: 46px;
	border-radius: 3px;
	padding-right: 160px;              /* место под кнопку */
	border: 1px solid var(--color-text);
	transition: border-color .2s ease, box-shadow .2s ease;
	font-size: clamp(14px,.833vw,20px);
}

.subscribe-wrap .form-control:focus {
	border-color: var(--color-default);
}
.subscribe-wrap .btn-subscribe,
.subscribe-wrap .btn-subscribe:hover {
	box-shadow: none;
}
.subscribe-wrap .btn-subscribe:hover {
	background: var(--color-text);
	color: var(--color-white);
	transform: translateY(calc(-50% - 0px));
}
.btn-subscribe {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	height: 44px;
	border-radius: 3px!important;
	padding: 0 22px;
	border-radius: 8px;
	background: var(--color-default);
	color: #fff;
	border: 0;
	font-weight: 700;
	letter-spacing: .2px;
	box-shadow: 0 12px 22px rgba(22,101,52,.25);
	transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease;
	white-space: nowrap;
}

.btn-subscribe:hover {
	background: var(--color-default-dark);
	transform: translateY(calc(-50% - 1px));
	box-shadow: 0 16px 28px rgba(20,83,45,.28);
}

/* mobile: кнопка под полем, без перекрытия */
@media (max-width: 575.98px) {
	.subscribe-wrap .form-control {
		padding-right: 14px;
		height: 52px;
	}
	.btn-subscribe {
		position: static;
		transform: none;
		width: 100%;
		margin-top: 10px;
		height: 46px;
	}
}


/* ===== Floating “Back to top” button ===== */
.scroll-top {
	position: fixed;
	right: 22px;
	bottom: 22px;
	width: 50px; height: 50px;
	border-radius: 50%;
	border: 0;
	background: var(--color-default);
	color: #fff;
	display: grid;
	place-items: center;
	gap: 2px;
	opacity: 0; visibility: hidden;
	transform: translateY(12px);
	transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease, background-color .2s ease, visibility 0s .2s;
	z-index: 999;
}
.scroll-top i { display:block; line-height:1; font-size: 16px; margin-top: -2px; }
.scroll-top:hover { background: var(--color-text); }
.scroll-top.is-visible {
	opacity: 1; visibility: visible; transform: translateY(0);
	transition-delay: 0s;
}


/* === Соцкнопки === */
.btn-outline-success {
	border-color: var(--color-accent);
	color: var(--color-accent);
}

.btn-outline-success:hover {
	background-color: var(--color-accent);
	color: #fff;
}
.newsletter_lable {
	padding-top: clamp(24px,1.667vw,44px);
	padding-bottom: 16px;
}
/* === Нижний футер === */
.footer-bottom {
	background-color: var(--color-footer-bg);
	color: var(--color-text);
	font-size: 13px;
}

/* === FEATURES (преимущества) === */
.features {
	background-color: var(--color-footer-bg);
	padding: 40px 0;
	border-top: 1px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
}
.features h6 {
	font-weight: 400;
	margin: 0 0 0.1rem 0;
	font-size: clamp(16px, 0.99vw, 24px);
}
.features .feature-item {
	text-align: center;
	transition: all 0.3s ease;
}

.features .feature-item:hover {
	transform: translateY(-4px);
}

.features .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--color-default-dark);
	border-radius: 8px;
	color: var(--color-default);
	margin: 0 auto 10px;
	transition: all 0.3s ease;
}

.features .icon:hover {
	color: var(--color-default-dark);
	/*background-color: var(--color-default);*/
	animation: wobble-vertical 1s ease-in-out;
}

.features .icon i,
.features .icon svg {
	width: 22px;
	height: 22px;
	transition: all 0.3s ease;
}

.features .title {
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 2px;
	color: var(--color-heading);
}

.features .text {
	font-size: 13px;
	color: var(--color-muted);
	margin: 0;
}

/* === Анимация при наведении === */
@keyframes wobble-vertical {
	16.65% { transform: translateY(8px); }
	33.3% { transform: translateY(-6px); }
	49.95% { transform: translateY(4px); }
	66.6% { transform: translateY(-2px); }
	83.25% { transform: translateY(1px); }
	100% { transform: translateY(0); }
}
/*Style for media*/
@media (max-width: 767px) {
	input {
		font-size: 16px!important;
	}
	.header-middle .gap-3 {
		gap: .25rem!important;
	}
}
/* 3 товара в ряд на десктопе */
@media (min-width: 992px) {
	ul.wc-products-autoplay a:hover,
	ul.prod-popul-play a:hover {
		text-decoration: none;
	}

}
@media (max-width: 480px) {
	.header-middle .gap-3 {
		gap: 0!important;
	}
	.header-middle .cart-label {
		display: none!important;
	}
}