.h-block-phone_1 .h-phone__home .h-phone__icon{
    display: none;
}

.h-block-locale .icon20{
    display: none;
}

.h-block-locale .in-locale__name,
.h-block-locale .in-locale__drop-name{
    margin: 0;
}

.header__top-block{
    margin-left: 12px !important;
    padding-left: 12px !important;
}

.header__top-block::before{
    display: none;
}

.h-block-auth .hicon svg,
.h-block-cart .hicon .hicon__cart_active svg,
.h-block-cart .hicon:hover .hicon__cart_active svg{
    color: inherit;
}

.header__top-wrap .h-menu__link{
    font-size: 13px;
}

.header__midd-border{
    border: 0;
}

.search_small input.search__input{
    border-color: #e5e5e5;
    padding-top: 11px;
    padding-bottom: 11px;
    height: 100%;
    max-height: 40px;
    border-radius: 16px;
    background-color: #fff;
}

.header__bott-border{
    border: 0;
    box-shadow: none;
}
.header__bott .header__wrap{
    padding-top: 0;
    padding-bottom: 14px;
}

.h-menu_catalog .h-menu__link{
    text-transform: none;
    padding: 6px 8px;
    border-radius: 6px;
}

.h-menu_catalog .h-menu__item:hover > .h-menu__link{
    background-color: rgb(230,230,230);
}

.c-main-bg{
    opacity: 0 !important;
    visibility: hidden !important;
}

.h-menu__img-title{
    display: none;
}

.h-menu__wrap{
    padding: 30px;
    margin: 0 -30px;
}

.h-menu__img-ul {
    padding: 0;
    columns: 4 !important;
    column-fill: balance;
    column-gap: 64px;
    display: block;
}

.h-menu__img-li{
    padding: 0;
    width: auto;
    margin: 0 0 20px;
    page-break-inside: avoid
}

.bg-categ__list_home .bg-categ__row{
    border-radius: 6px;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.promo__icon{
    width: 40px;
    height: 40px;
}

.promo__title{
    font-size: 16px;
}

.h-slider__img{
    display: none;
}
.h-slider__content {
  width: 100%;
  text-align: center;
}

.in-separator {
  margin-top: 10px;
}

.h-menu__img{
    margin: 0;
}

.products__counter{
	margin: 0 10px 0 0;
}

.calc-pr{
	display: none;
}

.sorting__sort{
    margin: 0;
}

.bg-categ__item a{
    color: #000;
}

.h-menu_catalog .h-menu__item:hover > .h-menu__link{
    background-color: transparent;
}

.sorting{
    padding: 0;
    border: 0;
}

.sorting__sort-block{
    left: 0;
    right: initial;
}

.qty__wrapper select{
    text-align: center;
}

.mobile__locale{
    margin-left: 16px;
}

.mobile__locale-wrap{
    display: flex;
    gap: 12px;
}

.mobile__locale-link{
    opacity: .4;
}

.mobile__locale-link.selected{
    opacity: 1;
}

.delivery__alert{
    padding: 18px 16px;
    text-align: center;
    background-color: var(--c-b);
    color: #fff;
}

.delivery__alert span{
    display: inline-block;
    padding: 4px 6px;
    background-color: #fff;
    color: var(--c-b);
    font-weight: bold;
    border-radius: 6px;
}

@media screen and (max-width: 500px) {
	.products__cart .products__counter{
		margin: 12px 0 0;
		width: 100%;
	}
	.products__cart .products__counter select{
		width: 100%;
	}
}

.wa-delivery-variants-section .wa-header{
    display: block !important;
}

.wa-delivery-variants-section .wa-dropdown-toggle{
    display: none!important;
}

.wa-delivery-variants-section .wa-dropdown-area{
    display: flex!important;
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    box-shadow: none !important;
    border: 0 !important;
}

.wa-delivery-variants-section .wa-dropdown-area:hover{
    border: 0 !important;
}

.wa-delivery-variants-section .wa-dropdown-item{
    border: 1px solid #eee !important;
    background: #efefef;
}

.wa-delivery-variants-section .wa-dropdown-item .wa-name{
    margin: 0 !important; 
}

.wa-delivery-variants-section .wa-dropdown-item .wa-price{
    display: none;
}

.js-map-open{
    width: 100%;
    max-width: 240px;
    height: 48px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px;
    border-radius: 12px;
    background-color: #FFD700;
    color: #000;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.js-map-open:hover{
    background-color: #FFD700;
    transform: scale(1.02)
}

/* === Отключаем подчеркивание у ссылок === */
a {
    text-decoration: none !important; /* убирает подчеркивание */
    color: inherit; /* ссылка того же цвета, что и текст */
}

a:hover,
a:active,
a:visited {
    text-decoration: none !important; /* без подчеркивания во всех состояниях */
}

/* Убираем подчеркивание в результатах поиска для span */
.search-res__name {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}
/* Убираем белую горизонтальную полосу в футере */
.footer,
.footer__wrap,
.footer__copy,
.footer__copy-wrap {
    border: none !important;      /* убираем границу */
    box-shadow: none !important;  /* убираем тень */
}
/* Скрываем пустые блоки промо */
.in-blocks__item-promo:empty,
.in-blocks__item-promo .promo__wrap:empty {
    display: none !important;
}
/* Дополнительно убираем отступы и паддинги у пустых блоков, если вдруг они создают пространство */
.in-blocks__item-promo {
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important; /* на случай заданной высоты */
}
/* Скрываем старый текст */
.wa-error-text {
  color: transparent !important;
  position: relative;
}

/* Вставляем новый поверх */
.wa-error-text::after {
  content: "Wprowadź numer lub wybierz InPost Paczkomat na mapie 👇🏻";
  color: #d00; /* красный или другой нужный цвет */
  position: absolute;
  left: 0;
  top: 0;

}
#wa-step-details-section > div > form > div.wa-details-fields-section > div:nth-child(1) > div > button {
  color: transparent !important;
  position: relative;
}

#wa-step-details-section > div > form > div.wa-details-fields-section > div:nth-child(1) > div > button::after {
  content: "Znajdź InPost Paczkomat";
  color: #000; /* можно поменять цвет текста */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); /* центрируем текст */
  white-space: nowrap;                /* не переносить на новую строку */
  text-align: center;
}
