.news-page__description h3.heading{font-weight:700}
.news-page__description .heading:before{padding:0 5px 0 0;content:'#';color:#f00}
.news-page__image-39, .news-page__image-40, .news-page__image-41, .news-page__image-41{display:none}

/*******************Хедер************************/
/*.menu__level-1-a, .main-menu.set-before:before, .menu__header, #menu, .menu-wrapper {
    min-height: 33px;
}*/
main {padding-top: 5px;}
.header-search {border: 1px solid #ccc}
.menu__header-title {text-transform: uppercase !important;}
.menu__level-1-a:hover, .menu__level-2-a:hover, menu__level-1-li:hover, menu__level-2-ul:hover {background-color: red;}
.header-search__btn {color: #fff; background: #666;}

/****/
.menu__level-1-a:hover {color: #ffffff !important;}

/********блок категории**********/
/* Общий контейнер */
.category-box {
    background-color: #f4f4f4; /* Светло-серый фон как на скрине */
    border: 1px solid #ddd;
}

/* Заголовок "Каталог Товарів" */
.category-header {
    padding: 10px 15px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
}

.header-icon {
    color: #ff4d4d; /* Красный цвет иконки */
    font-size: 18px;
}


/* Список */
.menu-module__ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-module__li {
    border-top: 1px solid #e0e0e0;
}

.menu-module__item-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
}

/* Стили ссылки (родительской) */
.menu-module__a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0px 0px;
}

/* Черная точка перед текстом */
.menu-module__a::before {
    content: "•";
    margin-right: 8px;
    font-weight: bold;
}

/* Иконки плюс/минус */
.menu-module__chevron {
    color: #ff4d4d; /* Красный цвет */
    cursor: pointer;
    font-size: 18px;
}

/* Подкатегории */
.menu-module__children {
    background-color: #fff; /* Белый фон для открытых вложенных элементов */
    display: none; /* По умолчанию скрыты, если не активны */
}

/* Если категория активна - показываем её детей */
.menu-module__children.show {
    display: block;
}

.menu-module__children-a {
    display: block;
    padding: 6px 15px 6px 40px; /* Отступ слева для иерархии */
    text-decoration: none;
    color: #333;
    font-size: 13px;
}

.menu-module__children-a:hover {
    background-color: #f9f9f9;
}
i.menu-module__chevron {
    font-size: 1.5em;
    color: #FF2F2F;
}
.category-menu {
    display: block;
    margin: 0 0 10px;
    padding: 10px;
    background: #ff2f2f;
    color: #fff;
    font: bold 15px / 20px;
}

/******корзина********/
.header-cart__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ff3b30;
    color: #fff;
    padding: 10px 14px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s;
}

.header-cart__btn:hover {
    background: #e63228;
}

.header-cart__icon {
    font-size: 16px;
}

.header-cart__text {
    font-weight: 500;
}

.header-cart__total-items {
    background: rgba(0,0,0,0.2);
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 12px;
}
.header-cart__icon {
    color: #fff;
}
.header-cart__total-items {
    position: static;
    margin-left: 5px;
}

/********стена категорий***********/
/* Делаем родительский блок относительным для позиционирования рамок */
.category-wall__item {
    position: relative;
}

/* Общие настройки для анимированной рамки */
.category-wall__item::before,
.category-wall__item::after {
    content: '';
    position: absolute;
    box-sizing: border-box;
    width: 0;
    height: 0;
    pointer-events: none; /* Чтобы рамка не перекрывала клики по ссылкам */
    z-index: 10; /* Размещаем поверх карточки */
}

/* ::before отвечает за ЛЕВУЮ (снизу вверх) и ВЕРХНЮЮ (слева направо) линии */
.category-wall__item::before {
    bottom: 0;
    left: 0;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    /* Анимация при убирании курсора (в обратном порядке) */
    transition:
        width 0.25s linear 0.5s,
        height 0.25s linear 0.75s,
        border-color 0s linear 1s;
}

/* ::after отвечает за ПРАВУЮ (сверху вниз) и НИЖНЮЮ (справа налево) линии */
.category-wall__item::after {
    top: 0;
    right: 0;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    /* Анимация при убирании курсора (в обратном порядке) */
    transition:
        width 0.25s linear 0s,
        height 0.25s linear 0.25s,
        border-color 0s linear 0.5s;
}

/* --- СОСТОЯНИЕ ПРИ НАВЕДЕНИИ (HOVER) --- */

.category-wall__item:hover::before {
    width: 100%;
    height: 100%;
    border-color: #ff0000; /* Цвет рамки (красный) */
    /* 1. Сначала рисуем левую линию (height), 2. Затем верхнюю (width) */
    transition:
        border-color 0s linear 0s,
        height 0.25s linear 0s,
        width 0.25s linear 0.25s;
}

.category-wall__item:hover::after {
    width: 100%;
    height: 100%;
    border-color: #ff0000; /* Цвет рамки (красный) */
    /* 3. Затем рисуем правую (height), 4. Затем нижнюю (width) */
    transition:
        border-color 0s linear 0.5s, /* Ждем 0.5с пока отработает ::before */
        height 0.25s linear 0.5s,
        width 0.25s linear 0.75s;
}


/***********стена категорий******/

/***********хтмл************/
.html-module {
    background: #fff !important;
    margin: 0 0 0px !important;
    padding: 0px !important;
}
.heading {
    display: block;
    margin: 0 0 10px;
    padding: 10px;
    background: #ff2f2f;
    color: #fff !important;
    font: bold 15px / 20px;
}
/************хтмл контакти********/
.contact-block {
  width: 100%;
  max-width: 350px;
  background-color: #f5f5f5;
  color: #333;
  border: 1px solid #eee;
}

.contact-section {
  padding: 15px 20px;
  border-bottom: 2px solid #fff;
}

.contact-section:last-child {
  border-bottom: none;
}

.section-title {
  font-size: 14px;
  font-weight: bold;
  color: #555;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.icon {
  margin-right: 12px;
  font-size: 16px;
  flex-shrink: 0;
  color: #000;
}

.contact-info a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.schedule {
  font-size: 13px;
  color: #888;
  margin-top: 2px;
}

.email-section {
  display: flex;
  align-items: center;
}

.email {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

.company-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}
.html-module .contact-section { padding: 10px;}
.schedule-block {
  width: 100%;
  max-width: 350px;
  background-color: #f5f5f5;
  padding: 15px 20px;
  box-sizing: border-box;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
}

.schedule-table td {
  padding: 6px 0;
  font-size: 15px;
  color: #333;
  line-height: 1.4;
}

/* Фиксируем ширину первой колонки, чтобы время шло ровным столбиком */
.schedule-table td:first-child {
  width: 120px;
}

/* Немного приглушим текст для выходных, если захочешь выделить их */
.schedule-table tr:nth-last-child(-n+2) td {
  color: #333; 
}

#column-left .heading {margin-top: 15px;}

/*********Фильтр******/
.ocf-header {
    display: block;
    margin: 0 0 10px;
    padding: 10px;
    background: #ff2f2f;
    color: #fff;
    font: bold 15px / 20px;
}
.ocf-container {margin-top: 20px;}
.ocf-header .ocf-icon {display: none;}
.ocf-header {font-size: 18px !important;}
.ocf-noUi-connect:before, .ocf-noUi-handle {
    background-color: #FF2F2F;
}

/***********языки******/
.top-menu__language {
    display: inline-block;
    padding: 5px 10px;
}

.lang-switcher {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    color: #888; /* Цвет неактивного языка */
}

.lang-item {
    cursor: pointer;
    transition: color 0.2s;
    text-transform: uppercase;
}

.lang-item:hover {
    color: #fff;
}

.lang-item.active {
    color: #fff; /* Цвет активного языка */
}

.lang-separator {
    margin: 0 8px;
    color: #fff;
    font-weight: normal;
}
.top-menu__buttons {
    display: flex;         /* Убедись, что флекс включен */
    align-items: center;   /* Это центрирует все элементы внутри по вертикали */
}
.top-menu__wishlist.status-1 {
    margin: 0 0px 0 0;
}
/********slider*************/
.uni-slideshow_v2 {
    border: solid 0px rgba(0, 0, 0, .07);
}
/* Делаем тег picture блочным и растягиваем на весь родитель */
.uni-slideshow_v2__image {
    display: block;
    width: 100%;
    height: 100%;
}

/* Растягиваем саму картинку и применяем заполнение */
.uni-slideshow_v2__img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Заполняет блок на 100%, обрезая края без искажения пропорций */
    object-position: center; /* Центрирует картинку (можно изменить на top, bottom, left, right) */
}
.uni-slideshow_v2__item {padding: 0px;}

/************Время доставки в контактах*****************/
/* Стили для таблицы графика работы */
#working-hours {
    max-width: 400px;
    font-family: sans-serif;
    color: #333;
    scroll-margin-top: 20px;
    margin-bottom: 20px;
}

#working-hours table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border: 1px solid #f2eade;
}

#working-hours thead tr {
    background-color: #f2eade;
    text-align: left;
}

#working-hours th {
    padding: 10px;
    border-bottom: 1px solid #e0d6c5;
    font-weight: bold;
}

#working-hours td {
    padding: 8px 10px;
    border-bottom: 1px solid #f9f9f9;
}

#working-hours .weekend {
    color: #d9534f;
}

#working-hours .note {
    font-size: 11px;
    color: #999;
    margin-top: 5px;
}

/**********Категории***************/

#product-category h1 {
    display: block;
    margin: 0 0 10px;
    padding: 10px;
    background: #ff2f2f;
    color: #fff !important;
}
.category-info {
    background: #fff;
}
h1 {font-size: 1em;}
div.heading {font-size: 1em;}
.ocf-header {font-size: 1em !important;}