.s_home {
    background-attachment: scroll, scroll, scroll !important;
}

/* Landing: laminated plywood */
.landing-plywood {
	background-color: #f5f7f8;
}

.plywood-container {
	width: min(1400px, calc(100% - 80px));
	margin: 0 auto;
}

.plywood-hero {
	position: relative;
	color: #fff;
	min-height: 560px;
	padding: 56px 0 72px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.plywood-hero__media {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
}

.plywood-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 390px;
	gap: 40px;
	align-items: center;
}

.plywood-hero__content {
	max-width: 860px;
}

.plywood-eyebrow {
	color: #2ec9eb;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-bottom: 18px;
	font-size: 15px;
	font-weight: 700;
}

.plywood-hero h1,
.plywood-section h2 {
	margin: 0;
	font-family: Gunterz, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.12;
}

.plywood-hero h1 {
	max-width: 940px;
	font-size: clamp(38px, 5vw, 78px);
}

.plywood-hero p,
.plywood-lead {
	font-size: 18px;
	line-height: 1.55;
}

.plywood-hero p {
	max-width: 670px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, .88);
}

.plywood-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.plywood-btn {
	border: 1px solid currentColor;
	border-radius: 100px;
	padding: 16px 24px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.plywood-btn--primary {
	color: #001f39;
	background: #fff;
	border-color: #fff;
}

.plywood-btn--secondary {
	color: #fff;
	background: rgba(255, 255, 255, .08);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.plywood-hero__panel,
.plywood-card,
.plywood-table-wrap,
.plywood-form-card {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 20px 60px rgba(0, 31, 57, .08);
}

.plywood-hero__panel {
	color: #001f39;
	padding: 28px;
}

.plywood-panel__title {
	margin-bottom: 16px;
	font-size: 22px;
	font-weight: 700;
}

.plywood-hero__panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.plywood-hero__panel li {
	border-top: 1px solid #e7edf2;
	padding: 12px 0;
	font-size: 15px;
}

.plywood-phone,
.plywood-mail {
	color: #005bab;
	margin-top: 18px;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
}

.plywood-section {
	padding: 90px 0;
	background: #fff;
}

.plywood-section--soft {
	background: #f5f7f8;
}

.plywood-section--form {
	background: #001f39;
	color: #fff;
}

.plywood-section__head {
	max-width: 820px;
	margin-bottom: 34px;
}

.plywood-section h2 {
	color: inherit;
	font-size: clamp(30px, 3.2vw, 52px);
}

.plywood-benefits {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.plywood-card {
	padding: 28px;
}

.plywood-card__num {
	color: #2ec9eb;
	margin-bottom: 42px;
	font-weight: 700;
}

.plywood-card h3,
.plywood-delivery h3 {
	margin: 0 0 12px;
	font-size: 22px;
	line-height: 1.2;
}

.plywood-card p,
.plywood-delivery p,
.plywood-faq p {
	color: #4f5f68;
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
}

.plywood-grid-2,
.plywood-form-grid {
	display: grid;
	grid-template-columns: minmax(0, .78fr) minmax(0, 1fr);
	gap: 42px;
	align-items: start;
}

.plywood-faq-grid {
	grid-template-columns: 1fr;
	gap: 34px;
}

.plywood-faq-grid > div:first-child {
	max-width: 980px;
}

.plywood-faq-grid .plywood-faq {
	max-width: 100%;
}

.plywood-lead {
	color: #4f5f68;
	max-width: 560px;
	margin: 22px 0 0;
}

.plywood-section--form .plywood-lead {
	color: rgba(255, 255, 255, .8);
}

.plywood-table-wrap {
	overflow: hidden;
}

.plywood-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

.plywood-table th,
.plywood-table td {
	text-align: left;
	border-bottom: 1px solid #e7edf2;
	padding: 18px;
}

.plywood-table th {
	color: #001f39;
	background: #eef4f8;
	font-weight: 700;
}

.plywood-table td:last-child {
	color: #005bab;
	font-weight: 700;
	white-space: nowrap;
}

.plywood-delivery {
	display: grid;
	grid-template-columns: .7fr 1fr;
	gap: 48px;
}

.plywood-delivery__items {
	display: grid;
	gap: 24px;
}

.plywood-faq {
	display: grid;
	gap: 12px;
}

.plywood-faq details {
	background: #fff;
	border-radius: 14px;
	padding: 20px 22px;
}

.plywood-faq summary {
	cursor: pointer;
	color: #001f39;
	font-size: 18px;
	font-weight: 700;
}

.plywood-faq p {
	margin-top: 12px;
}

.plywood-form-card {
	color: #001f39;
	padding: 30px;
}

.plywood-form-card label {
	margin-bottom: 8px;
	font-weight: 700;
}

.plywood-form-card .w-input {
	border-color: #d9e2e9;
	border-radius: 12px;
	min-height: 48px;
	margin-bottom: 16px;
}

.plywood-form-card textarea.w-input {
	min-height: 130px;
}

.plywood-form-card .add-btn {
	width: 100%;
	border-radius: 100px;
}

@media (max-width: 991px) {
	.plywood-container {
		width: min(100% - 40px, 720px);
	}

	.plywood-hero {
		min-height: auto;
		padding: 76px 0 60px;
	}

	.plywood-hero__inner,
	.plywood-grid-2,
	.plywood-form-grid,
	.plywood-delivery {
		grid-template-columns: 1fr;
	}

	.plywood-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.plywood-faq-grid {
		gap: 28px;
	}
}

@media (max-width: 640px) {
	.plywood-container {
		width: calc(100% - 32px);
	}

	.plywood-hero {
		padding-top: 58px;
	}

	.plywood-eyebrow {
		font-size: 14px;
		line-height: 1.35;
	}

	.plywood-hero h1 {
		font-size: 34px;
	}

	.plywood-hero p,
	.plywood-lead {
		font-size: 16px;
	}

	.plywood-section {
		padding: 58px 0;
	}

	.plywood-benefits {
		grid-template-columns: 1fr;
	}

	.plywood-table-wrap {
		overflow-x: auto;
	}

	.plywood-table {
		min-width: 680px;
	}

	.plywood-btn {
		width: 100%;
	}
}

/* БАННЕРЫ НА ГЛАВНОЙ СТРАНИЦЕ */

.welcome-section {
    padding: 60px 40px 70px !important;
}

.banners-row-custom {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
    align-items: stretch;
    width: 100%;
    max-width: 1320px;
    margin: 40px auto 0 !important;
}

.banner-card {
    position: relative;
    width: 100% !important;
    height: 360px !important;
    min-height: 360px !important;
    padding: 0 !important;
    background: #001a30 !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    display: block !important;
    text-decoration: none;
}

.banner-card-img {
    display: block;
    width: 100%;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover;
    object-position: center;
    border-radius: 24px !important;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.banner-card:hover .banner-card-img {
    transform: scale(1.04);
}

.banner-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            rgba(0, 18, 36, 0.88) 0%,
            rgba(0, 24, 48, 0.66) 44%,
            rgba(0, 24, 48, 0.22) 76%,
            rgba(0, 24, 48, 0.08) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 18, 36, 0.08) 0%,
            rgba(0, 18, 36, 0.28) 100%
        );
}

.banner-card-content {
    position: absolute;
    left: 30px;
    top: 50%;
    right: auto;
    bottom: auto;
    z-index: 2;
    width: 64%;
    max-width: 64%;
    color: #fff;
    text-align: left;
    transform: translateY(-50%);
}

.banner-card-title,
.banner-card-subtitle {
    font-family: Centurygothic, Tahoma, sans-serif !important;
    text-align: left;
    text-transform: none !important;
    letter-spacing: 0.01em;
    white-space: pre-line;
}

.banner-card-title {
    color: #f1f3f5;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.12;
}

.banner-card-subtitle {
    color: #66b8f3;
    margin-top: 14px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.16;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.banner-card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    min-height: 44px;
    padding: 12px 20px;
    border-radius: 100px;
    background-color: #fff;
    color: #001f39 !important;
    font-family: Centurygothic, Tahoma, sans-serif !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.banner-card-button:hover {
    background-color: #f1f7ff;
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}

/* Первый баннер */
.banners-row-custom .banner-card:nth-child(1) .banner-card-content {
    width: 76%;
    max-width: 76%;
}

.banners-row-custom .banner-card:nth-child(1) .banner-card-title {
    color: #f1f3f5;
    font-size: 25px;
}

.banners-row-custom .banner-card:nth-child(1) .banner-card-subtitle {
    display: inline-block;
    color: #fcfeff;
    background-color: #0060b6;
    border-radius: 4px;
    padding: 6px 12px 7px;
    font-size: 20px;
    line-height: 1.08;
}

/* Второй баннер */
.banners-row-custom .banner-card:nth-child(2) .banner-card-content {
    width: 50%;
    max-width: 50%;
}

.banners-row-custom .banner-card:nth-child(2) .banner-card-title {
    color: #f1f3f5;
    font-size: 32px;
}

.banners-row-custom .banner-card:nth-child(2) .banner-card-subtitle {
    color: #66b8f3;
    font-size: 28px;
}

/* Третий баннер — как первый */
.banners-row-custom .banner-card:nth-child(3) .banner-card-content {
    width: 76%;
    max-width: 76%;
}

.banners-row-custom .banner-card:nth-child(3) .banner-card-title {
    color: #f1f3f5;
    font-size: 25px;
}

.banners-row-custom .banner-card:nth-child(3) .banner-card-subtitle {
    display: inline-block;
    color: #fcfeff;
    background-color: #0060b6;
    border-radius: 4px;
    padding: 6px 12px 7px;
    font-size: 20px;
    line-height: 1.08;
}

/* Позиционирование картинок */
.banners-row-custom .banner-card:nth-child(1) .banner-card-img {
    object-position: 66% center;
}

.banners-row-custom .banner-card:nth-child(2) .banner-card-img {
    object-position: 68% center;
}

.banners-row-custom .banner-card:nth-child(3) .banner-card-img {
    object-position: 62% center;
}

/* Анимация баннеров */
@keyframes bannerFadeUp {
    from {
        opacity: 0;
        transform: translateY(34px) scale(0.97);
        filter: blur(7px);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes bannerTextFade {
    from {
        opacity: 0;
        transform: translateY(calc(-50% + 18px));
        filter: blur(4px);
    }

    to {
        opacity: 1;
        transform: translateY(-50%);
        filter: blur(0);
    }
}

.banner-card {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none;
}

.banners-row-custom .banner-card:nth-child(1) {
    animation-delay: 0s;
}

.banners-row-custom .banner-card:nth-child(2) {
    animation-delay: 0.12s;
}

.banners-row-custom .banner-card:nth-child(3) {
    animation-delay: 0.24s;
}

.banner-card-content {
    opacity: 1;
    filter: none;
    animation: none;
}

/* Планшет */
@media screen and (max-width: 991px) {
    .welcome-section {
        padding: 50px 40px 60px !important;
    }

    .banners-row-custom {
        grid-template-columns: 1fr 1.6fr 1fr;
        gap: 14px;
        margin-top: 32px !important;
    }

    .banner-card {
        height: 300px !important;
        min-height: 300px !important;
    }

    .banner-card-content {
        left: 22px;
        top: 50%;
        width: 66%;
        max-width: 66%;
        transform: translateY(-50%);
    }

    .banner-card-title {
        font-size: 23px;
    }

    .banner-card-subtitle {
        margin-top: 12px;
        font-size: 20px;
    }

    .banners-row-custom .banner-card:nth-child(1) .banner-card-title,
    .banners-row-custom .banner-card:nth-child(3) .banner-card-title {
        font-size: 22px;
    }

    .banners-row-custom .banner-card:nth-child(1) .banner-card-subtitle,
    .banners-row-custom .banner-card:nth-child(3) .banner-card-subtitle {
        font-size: 18px;
        padding: 5px 11px 6px;
    }

    .banners-row-custom .banner-card:nth-child(2) .banner-card-content {
        width: 50%;
        max-width: 50%;
    }

    .banners-row-custom .banner-card:nth-child(2) .banner-card-title {
        font-size: 27px;
    }

    .banners-row-custom .banner-card:nth-child(2) .banner-card-subtitle {
        font-size: 24px;
    }
}

/* Мобилка */
@media screen and (max-width: 767px) {
    .welcome-section {
        padding: 40px 20px 50px !important;
    }

    .banners-row-custom {
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin-top: 24px !important;
    }

    .banner-card {
        width: 100% !important;
        height: 260px !important;
        min-height: 260px !important;
        border-radius: 22px !important;
    }

    .banner-card-img {
        border-radius: 22px !important;
    }

    .banner-card::after {
        background:
            linear-gradient(
                90deg,
                rgba(0, 18, 36, 0.84) 0%,
                rgba(0, 24, 48, 0.62) 48%,
                rgba(0, 24, 48, 0.14) 100%
            ),
            linear-gradient(
                180deg,
                rgba(0, 18, 36, 0.1) 0%,
                rgba(0, 18, 36, 0.34) 100%
            );
    }

    .banner-card-content,
    .banners-row-custom .banner-card:nth-child(1) .banner-card-content,
    .banners-row-custom .banner-card:nth-child(3) .banner-card-content {
        left: 22px;
        top: 50%;
        width: 70%;
        max-width: 70%;
        transform: translateY(-50%);
    }

    .banners-row-custom .banner-card:nth-child(2) .banner-card-content {
        left: 22px;
        top: 50%;
        width: 62%;
        max-width: 62%;
        transform: translateY(-50%);
    }

    .banner-card-title,
    .banners-row-custom .banner-card:nth-child(1) .banner-card-title,
    .banners-row-custom .banner-card:nth-child(2) .banner-card-title,
    .banners-row-custom .banner-card:nth-child(3) .banner-card-title {
        font-size: 24px;
        line-height: 1.1;
    }

    .banner-card-subtitle,
    .banners-row-custom .banner-card:nth-child(2) .banner-card-subtitle {
        margin-top: 10px;
        font-size: 20px;
        line-height: 1.14;
    }

    .banners-row-custom .banner-card:nth-child(1) .banner-card-subtitle,
    .banners-row-custom .banner-card:nth-child(3) .banner-card-subtitle {
        margin-top: 10px;
        font-size: 19px;
        line-height: 1.08;
        padding: 5px 11px 6px;
    }

    .banner-card-button {
        margin-top: 14px;
        min-height: 40px;
        padding: 10px 16px;
        font-size: 14px;
    }

    .banners-row-custom .banner-card:nth-child(1) .banner-card-img {
        object-position: 70% center;
    }

    .banners-row-custom .banner-card:nth-child(2) .banner-card-img {
        object-position: 72% center;
    }

    .banners-row-custom .banner-card:nth-child(3) .banner-card-img {
        object-position: 62% 70%;
    }
}

/* Маленькие телефоны */
@media screen and (max-width: 479px) {
    .welcome-section {
        padding: 32px 20px 44px !important;
    }

    .banners-row-custom {
        gap: 12px;
        margin-top: 20px !important;
    }

    .banner-card {
        height: 240px !important;
        min-height: 240px !important;
    }

    .banner-card-content,
    .banners-row-custom .banner-card:nth-child(1) .banner-card-content,
    .banners-row-custom .banner-card:nth-child(3) .banner-card-content {
        left: 20px;
        top: 50%;
        width: 72%;
        max-width: 72%;
        transform: translateY(-50%);
    }

    .banners-row-custom .banner-card:nth-child(2) .banner-card-content {
        left: 20px;
        top: 50%;
        width: 66%;
        max-width: 66%;
        transform: translateY(-50%);
    }

    .banner-card-title,
    .banners-row-custom .banner-card:nth-child(1) .banner-card-title,
    .banners-row-custom .banner-card:nth-child(2) .banner-card-title,
    .banners-row-custom .banner-card:nth-child(3) .banner-card-title {
        font-size: 22px;
    }

    .banner-card-subtitle,
    .banners-row-custom .banner-card:nth-child(2) .banner-card-subtitle {
        font-size: 18px;
    }

    .banners-row-custom .banner-card:nth-child(1) .banner-card-subtitle,
    .banners-row-custom .banner-card:nth-child(3) .banner-card-subtitle {
        font-size: 17px;
    }

    .banner-card-button {
        min-height: 38px;
        padding: 9px 14px;
        font-size: 13px;
    }

    .banners-row-custom .banner-card:nth-child(3) .banner-card-img {
        object-position: 60% 72%;
    }
}

/* Фолбэк для браузеров без scroll animation */
@supports not (animation-timeline: view()) {
    .banner-card {
        opacity: 1;
        transform: none;
        filter: none;
        animation: none;
    }

    .banner-card-content {
        opacity: 1;
        transform: translateY(-50%);
        filter: none;
        animation: none;
    }
}

/* Уменьшение движения */
@media (prefers-reduced-motion: reduce) {
    .banner-card,
    .banner-card-img {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        animation: none !important;
        transition: none !important;
    }

    .banner-card-content {
        opacity: 1 !important;
        transform: translateY(-50%) !important;
        filter: none !important;
        animation: none !important;
        transition: none !important;
    }
}

/* Catalog price filter */
.price-range {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 12px;
}

.price-input,
.price-input._2 {
	width: 100%;
	height: 46px;
	min-height: 46px;
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
	border-radius: 20px;
	color: #333333;
	padding: 0 10px 0 16px;
	font-family: Centurygothic, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
}

.price-input::placeholder {
	color: #9b9b9b;
	opacity: 1;
}

.price-input::-webkit-outer-spin-button,
.price-input::-webkit-inner-spin-button {
	opacity: 1;
}

/* Thank you page */
.thanks-page {
	background: #f5f7f8;
}

.thanks-main {
	min-height: 620px;
}

.thanks-hero {
	padding: 110px 20px 130px;
}

.thanks-container {
	width: min(980px, 100%);
	margin: 0 auto;
}

.thanks-card {
	background: #ffffff;
	border: 1px solid rgba(0, 31, 57, .08);
	border-radius: 20px;
	padding: 56px;
	box-shadow: 0 24px 70px rgba(0, 31, 57, .08);
}

.thanks-eyebrow {
	color: #005baa;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-bottom: 16px;
	font-size: 13px;
	font-weight: 700;
}

.thanks-card h1 {
	max-width: 720px;
	margin: 0;
	color: #001f39;
	font-family: Gunterz, Arial, sans-serif;
	font-size: clamp(34px, 5vw, 64px);
	font-weight: 500;
	line-height: 1.1;
}

.thanks-card p {
	max-width: 680px;
	margin: 24px 0 0;
	color: #34495b;
	font-size: 18px;
	line-height: 1.55;
}

.thanks-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px 24px;
	margin-top: 34px;
}

.thanks-btn {
	margin: 0;
	text-decoration: none;
}

.thanks-link {
	color: #005baa;
	font-weight: 700;
	text-decoration: none;
}

.thanks-link:hover {
	color: #001f39;
}

@media (max-width: 767px) {
	.thanks-hero {
		padding: 70px 16px 90px;
	}

	.thanks-card {
		border-radius: 16px;
		padding: 32px 24px;
	}

	.thanks-card p {
		font-size: 16px;
	}
}

/* =========================
   ОБЩИЕ ИЗОБРАЖЕНИЯ
========================= */

.img-product {
    height: auto !important;
    aspect-ratio: 1 / 1;
}

.card_image {
    display: block;
    width: 100% !important;
    aspect-ratio: 1 / 1;
    height: auto !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hover {
    width: 100%;
    height: 100%;
}

.image_cta {
    background-image: url('/wp-content/uploads/IMG_6828.jpg') !important;
}


/* =========================
   СЕТКА КАРТОЧЕК ТОВАРА
========================= */

/* ноуты и обычные десктопы */
@media (min-width: 992px) {
    .cell {
        width: 48%;
        min-height: unset !important;
    }
}

/* большие мониторы — 3 карточки */
@media (min-width: 1400px) {
    .cell {
        width: 31%;
    }
}

/* очень большие — 4 карточки */
@media (min-width: 1800px) {
    .cell {
        width: 23%;
    }
}


/* =========================
   ХЛЕБНЫЕ КРОШКИ
========================= */

.breadcrumbs {
    background: none !important;
    border-radius: 0 !important;
    width: min(1400px, calc(100% - 80px));
    margin: 0 auto;
    padding: 24px 0 18px !important;
}

.bc-text {
    color: #111 !important;
    text-align: left !important;
    text-transform: none !important;
    font-family: Centurygothic, Tahoma, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}

.bc-link {
    color: #111 !important;
    text-decoration: none !important;
}

.bc-link:hover {
    color: #2563eb !important;
}

.bc-sep {
    color: #777 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.bc-current {
    color: #777 !important;
}

.catalog-heading {
    width: min(1400px, calc(100% - 80px));
    margin: 0 auto;
    padding: 0 0 30px;
}

.catalog-heading__title {
    margin: 0;
    color: #222;
    font-family: Centurygothic, Tahoma, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}


/* =========================
   КАТАЛОГ КАТЕГОРИЙ
========================= */

.catalog-page-section {
    background-color: #f6f6f6;
    min-height: 0 !important;
    padding-top: 32px !important;
    padding-bottom: 56px !important;
}

.page-section .wrap10:not(.horizontal) {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
    align-items: start;
}

.catalog-page-section .wrap10.catalog-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 20px !important;
    align-items: stretch !important;
}

.catalog-card {
    width: 100% !important;
    min-width: 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--black, #111);
    font-family: Centurygothic, Tahoma, sans-serif;
    font-weight: 400;
    box-sizing: border-box;
}

.catalog-card__link {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    width: 100%;
    aspect-ratio: 1 / 1;
    min-height: 0;

    position: relative;
    overflow: visible;

    margin-bottom: 0;
    padding: 0;

    border: 0;
    border-radius: 0;
    background-color: transparent;
    box-sizing: border-box;

    text-decoration: none !important;
    color: var(--black, #111) !important;
    cursor: pointer;

    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.catalog-card__link:hover {
    transform: translateY(-2px);
    box-shadow: none;
}

.catalog-card__link:active {
    transform: translateY(-1px);
}

.catalog-card__image,
.catalog-card__title {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.catalog-card__image {
    display: block;
    width: 100% !important;
    height: calc(100% - 52px) !important;
    aspect-ratio: auto !important;

    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;

    border-radius: 14px;
    overflow: hidden;
}

.catalog-card__link:hover .catalog-card__image {
    transform: scale(1.02);
}

.catalog-card__title {
    margin: 0;
    padding: 0;

    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
    color: var(--black, #111) !important;
    text-decoration: none !important;
}

.catalog-card__link:hover .catalog-card__title {
    opacity: 0.85;
}

@media screen and (max-width: 991px) {
    .catalog-page-section .wrap10.catalog-grid,
    .page-section .wrap10:not(.horizontal) {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media screen and (max-width: 767px) {
    .catalog-page-section .wrap10.catalog-grid,
    .page-section .wrap10:not(.horizontal) {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .catalog-card__link {
        min-height: 0;
        gap: 12px;
        padding: 0;
    }

    .catalog-card__image {
        height: calc(100% - 46px) !important;
    }

    .catalog-card__title {
        font-size: 14px;
    }
}


/* =========================
   ФИЛЬТР В КАТАЛОГЕ
========================= */

.category-tree {
    margin-bottom: 34px;
    padding-bottom: 28px;
    border-bottom: 1px solid #e1e1e1;
    color: #333;
    font-family: Centurygothic, Tahoma, sans-serif;
}

.category-tree__title {
    margin-bottom: 20px;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.category-tree__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.category-tree__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
    color: #444 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none !important;
}

.category-tree__item:hover {
    color: #2563eb !important;
}

.category-tree__count {
    color: #777;
    text-align: right;
    font-weight: 400;
}

.filter-col {
    position: relative;
    overflow: visible !important;
}

.w-form {
    position: relative;
    overflow: visible !important;
}

#filterApplyFloating {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 12px;
    z-index: 9999;
    display: none;
    overflow: visible !important;
}

#filterApplyFloating.is-visible {
    display: block;
}

.filter-apply-floating__btn {
    border: none;
    border-radius: 12px;
    padding: 12px 16px;
    background: #2563eb;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.28);
}


/* =========================
   КАРТОЧКИ ТОВАРОВ
========================= */

.product-row {
    overflow: visible !important;
    padding: 8px 8px 24px;
    margin: -8px -8px -24px;
}

.catalog-tabs,
.catalog-tabs .w-tab-content,
.catalog-tabs .w-tab-pane {
    overflow: visible !important;
}

.product-box {
    cursor: pointer;
    overflow: visible !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.1);
}

.product-box:active {
    transform: translateY(-1px);
}

.product-box .product-image,
.product-box .product-info,
.product-box .product-title,
.product-box .product-price {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.product-box:hover .product-image {
    transform: scale(1.02);
}

.product-box:hover .product-title {
    opacity: 0.85;
}

.product-actions .action._3 {
    display: none !important;
}

.catalog-card-cart {
    width: 100%;
    margin-top: 14px;
    padding: 0 20px;
    text-align: center;
}

.catalog-card-cart__form {
    display: grid;
    grid-template-columns: minmax(104px, 126px) 42px;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.catalog-card-cart__qty {
    display: grid;
    grid-template-columns: 34px minmax(32px, 1fr) 34px;
    align-items: center;
    width: 100%;
    height: 38px;
    margin: 0;
    border: 1px solid #dde5ee;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
}

.catalog-card-cart__step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ef4444;
    cursor: pointer;
    font-family: Centurygothic, Tahoma, sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
}

.catalog-card-cart__step:hover {
    color: #005baa;
}

.catalog-card-cart__input {
    width: 100%;
    height: 38px;
    min-height: 38px;
    margin: 0;
    padding: 0;
    border-width: 0 1px;
    border-color: #edf1f5;
    border-style: solid;
    border-radius: 0;
    color: #151515;
    font-family: Centurygothic, Tahoma, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
}

.catalog-card-cart__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid #005baa;
    border-radius: 8px;
    background: #005baa;
    color: #ffffff;
    cursor: pointer;
    font-family: Centurygothic, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.catalog-card-cart__form .catalog-card-cart__button {
    width: 42px;
    min-width: 42px;
    padding: 0;
}

.catalog-card-cart__form .catalog-card-cart__button > span:not(.catalog-card-cart__icon) {
    display: none;
}

.catalog-card-cart__button:hover {
    border-color: #004f96;
    background: #004f96;
    color: #ffffff;
    transform: translateY(-1px);
}

.catalog-card-cart__button--link {
    margin-top: 52px;
}

.catalog-card-cart__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}

.catalog-card-cart__icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.catalog-card-cart__done,
.catalog-card-cart__fail {
    margin-top: 8px;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.3;
}

.catalog-card-cart__done {
    background: rgba(0, 91, 170, .08);
    color: #005baa;
}

.catalog-card-cart__fail {
    background: rgba(239, 68, 68, .08);
    color: #ef4444;
}

#search_filter_ajax {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

#search_filter_ajax .filter-box {
    width: 100%;
}

#search_filter_ajax .add-btn:not(.on-coupon),
#search_filter_ajax .reset-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 8px 0 0;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

#search_filter_ajax .reset-btn {
    padding: 0 18px;
    border-color: #cfd8e3;
    background-color: #fff;
    background-image: none;
    color: #151515;
}

#search_filter_ajax .reset-btn:hover {
    border-color: #005baa;
    color: #005baa;
}

@media (max-width: 767px) {
    .product-row {
        gap: 20px !important;
        padding: 0 0 28px !important;
        margin: 0 !important;
    }

    .product-box {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        min-height: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 18px !important;
        border-radius: 18px !important;
        overflow: hidden !important;
        background: #fff !important;
    }

    .product-box .product-image {
        flex: 0 0 auto !important;
        min-height: 0 !important;
    }

    .product-box .img-product {
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 1 / 1 !important;
        border-radius: 18px !important;
    }

    .product-box .product-info {
        padding: 16px 24px 0 !important;
    }

    .product-box .product-title {
        margin: 0 0 10px !important;
        font-size: 18px !important;
        line-height: 1.35 !important;
    }

    .product-box .product-price {
        font-size: 16px !important;
        line-height: 1.35 !important;
    }

    .catalog-card-cart {
        margin-top: 14px !important;
        padding: 0 22px !important;
    }

    .catalog-card-cart__form {
        display: grid !important;
        grid-template-columns: minmax(136px, 180px) 48px !important;
        gap: 10px !important;
        align-items: center !important;
        max-width: 238px !important;
        margin: 0 auto !important;
    }

    .catalog-card-cart__qty {
        grid-template-columns: 38px minmax(36px, 1fr) 38px !important;
        width: 100% !important;
        height: 40px !important;
        margin: 0 !important;
        border-radius: 9px !important;
    }

    .catalog-card-cart__step {
        width: 38px !important;
        height: 40px !important;
        font-size: 20px !important;
    }

    .catalog-card-cart__input {
        height: 40px !important;
        min-height: 40px !important;
        line-height: 40px !important;
        font-size: 16px !important;
    }

    .catalog-card-cart__button {
        width: 48px !important;
        min-width: 48px !important;
        max-width: none !important;
        min-height: 40px !important;
        padding: 0 !important;
        border-radius: 9px !important;
        font-size: 15px !important;
        gap: 6px !important;
    }

    .catalog-card-cart__icon {
        width: 18px !important;
        height: 18px !important;
        flex-basis: 18px !important;
    }

    #search_filter_ajax {
        gap: 10px !important;
    }

    #search_filter_ajax .add-btn:not(.on-coupon),
    #search_filter_ajax .reset-btn {
        flex: 1 1 calc(50% - 5px);
        min-width: 0;
        min-height: 48px;
        padding: 0 14px !important;
        border-radius: 14px;
        font-size: 14px;
        text-align: center;
    }
}

@media (max-width: 380px) {
    .catalog-card-cart__form {
        grid-template-columns: minmax(136px, 180px) 48px !important;
        max-width: 238px !important;
    }

    #search_filter_ajax .add-btn:not(.on-coupon),
    #search_filter_ajax .reset-btn {
        flex-basis: 100%;
    }
}

/* Brand blue buttons */
.add-btn:not(.on-coupon),
.blue-btn {
    background-color: #005baa !important;
    background-image: none !important;
    border-color: #005baa !important;
    color: #fff !important;
}

.add-btn:not(.on-coupon):hover,
.blue-btn:hover {
    background-color: #004f96 !important;
    border-color: #004f96 !important;
    color: #fff !important;
}


/* =========================
   СОРТИРОВКА
========================= */

.custom-sort {
    position: relative;
    width: 100%;
    z-index: 200;
}

.custom-sort__native {
    display: none !important;
}

.custom-sort__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 58px;
    padding: 0 20px;
    border: 1px solid #d9d9d9;
    border-radius: 100px;
    background: #fff;
    font: inherit;
    color: #333;
    cursor: pointer;
}

.custom-sort__label {
    pointer-events: none;
}

.custom-sort__arrow {
    width: 12px;
    height: 12px;
    margin-top: -4px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    transition: transform 0.2s ease, margin-top 0.2s ease;
    pointer-events: none;
}

.custom-sort.is-open .custom-sort__arrow {
    transform: rotate(-135deg);
    margin-top: 4px;
}

.custom-sort__menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: none;
    padding: 8px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
    z-index: 99999;
    pointer-events: auto;
}

.custom-sort.is-open .custom-sort__menu {
    display: block !important;
}

.custom-sort__option {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 12px 14px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    text-align: left;
    font: inherit;
    color: #333;
    cursor: pointer;
    pointer-events: auto;
}

.custom-sort__option:hover,
.custom-sort__option.is-active {
    background: #f4f7fb;
}

/* РАЗМЕР ШРИФТА */
body .p1,
body .p1 p {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

/* =========================
   УБРАТЬ ПОДЧЕРКИВАНИЕ У ТОВАРОВ
========================= */

.product-box,
.product-box:hover,
.product-box:focus,
.product-box:active,
.product-box:visited {
    text-decoration: none !important;
}

.product-box .product-title,
.product-box .product-price,
.product-box .product-info,
.product-box:hover .product-title,
.product-box:hover .product-price,
.product-box:hover .product-info {
    text-decoration: none !important;
}

.product-info,
.product-info:hover,
.product-info:focus,
.product-info:active,
.product-info:visited {
    text-decoration: none !important;
}

.product-title {
    text-decoration: none !important;
}

/* Footer icons */
.footer-2 .footer-contact {
    align-items: flex-start !important;
    gap: 10px !important;
}

.footer-2 .footer-icon {
    display: inline-flex;
    flex: 0 0 22px;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-top: -1px;
    color: #fff;
}

.footer-2 .footer-icon svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer-2 .footer-contact a:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .footer-2 {
        padding: 34px 22px 28px !important;
    }

    .footer-2 .conteiner.horiz {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        max-width: 420px !important;
        margin: 0 auto !important;
    }

    .footer-2 .table,
    .footer-2 .table.first,
    .footer-2 .table.cont {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        align-items: flex-start !important;
        text-align: left !important;
        gap: 0 !important;
    }

    .footer-2 .table.first {
        align-items: center !important;
        text-align: center !important;
        gap: 12px !important;
    }

    .footer-2 .logo-infooter,
    .footer-2 .logo-infooter.w--current {
        width: min(250px, 72vw) !important;
        min-width: 0 !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    .footer-2 .logo-infooter__img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .footer-2 .rekvizity {
        width: 100% !important;
        max-width: 280px !important;
        margin: 0 auto !important;
        color: rgba(255, 255, 255, .72) !important;
        font-size: 12px !important;
        line-height: 1.45 !important;
    }

    .footer-2 .h5 {
        margin-bottom: 12px !important;
        font-size: 17px !important;
        line-height: 1.25 !important;
    }

    .footer-2 .p2_link {
        padding: 4px 0 !important;
        background-image: none !important;
        color: rgba(255, 255, 255, .78) !important;
        font-size: 15px !important;
        line-height: 1.35 !important;
    }

    .footer-2 .p2_link:hover {
        padding-left: 0 !important;
        color: #fff !important;
    }

    .footer-2 .footer-contact {
        display: grid !important;
        grid-template-columns: 24px minmax(0, 1fr) !important;
        align-items: start !important;
        gap: 10px !important;
        width: 100% !important;
        margin-bottom: 8px !important;
        padding: 0 !important;
    }

    .footer-2 .footer-contact::before {
        display: none !important;
    }

    .footer-2 .footer-icon {
        width: 22px !important;
        height: 22px !important;
        flex-basis: 22px !important;
        margin-top: 0 !important;
    }

    .footer-2 .footer-icon svg {
        width: 22px !important;
        height: 22px !important;
    }

    .footer-2 .phone_link.in-footer,
    .footer-2 .footer-contact div {
        min-width: 0 !important;
        color: rgba(255, 255, 255, .82) !important;
        text-align: left !important;
        font-size: 15px !important;
        line-height: 1.25 !important;
        overflow-wrap: anywhere !important;
    }

    .footer-2 .footer-menu-2 {
        max-width: 420px !important;
        margin: 24px auto 0 !important;
        padding-top: 22px !important;
        gap: 16px !important;
        text-align: center !important;
    }

    .footer-2 .text-block-4,
    .footer-2 .footer-link-2.centr {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
    }
}

/* Home catalog CTA */
.catalog-section .btn_arrow-2 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    min-height: 58px !important;
    margin-top: 28px !important;
    padding: 0 24px 0 30px !important;
    background: #005baa !important;
    border: 1px solid #005baa !important;
    border-radius: 9px !important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 14px 34px rgba(0, 91, 170, .22) !important;
    transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease !important;
}

.catalog-section .btn_arrow-2:hover {
    gap: 16px !important;
    background: #004f96 !important;
    border-color: #004f96 !important;
    box-shadow: 0 16px 38px rgba(0, 91, 170, .28) !important;
}

.catalog-section .btn_arrow-2 .text_btn.black {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.catalog-section .btn_arrow-2 .arrow_btn.black {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 24px !important;
    max-width: 24px !important;
    min-height: 24px !important;
    max-height: 24px !important;
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: currentColor !important;
    transform: none !important;
}

.catalog-section .btn_arrow-2 .arrow_btn.black::before {
    content: "" !important;
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    background: currentColor !important;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 17 17 7M9 7h8v8' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 17 17 7M9 7h8v8' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
    transition: transform .16s ease !important;
}

.catalog-section .btn_arrow-2:hover .arrow_btn.black::before {
    transform: translate(2px, -2px) !important;
}

/* Home request form */
.s_cta .form-2 {
    gap: 12px !important;
    align-items: stretch !important;
}

.s_cta .text-field.w-input {
    height: 52px !important;
    min-height: 52px !important;
    margin-bottom: 0 !important;
    padding: 0 18px !important;
    background: #fff !important;
    border: 1px solid #e8edf3 !important;
    border-radius: 9px !important;
    color: #10151d !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    box-shadow: 0 8px 20px rgba(16, 21, 29, .03) !important;
    outline: none !important;
    transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease !important;
}

.s_cta .text-field.w-input:hover {
    border-color: rgba(0, 91, 170, .28) !important;
    background: #fff !important;
}

.s_cta .text-field.w-input:focus {
    border-color: rgba(0, 91, 170, .42) !important;
    box-shadow: 0 0 0 3px rgba(0, 91, 170, .08), 0 8px 20px rgba(16, 21, 29, .03) !important;
}

.s_cta .text-field.w-input::placeholder {
    color: #8a93a1 !important;
}

@media (max-width: 640px) {
    .catalog-section .btn_arrow-2 {
        width: 100% !important;
        min-height: 52px !important;
        padding: 0 20px !important;
    }

    .catalog-section .btn_arrow-2 .text_btn.black {
        font-size: 16px !important;
    }

    .s_cta .form-2 {
        flex-direction: column !important;
    }

    .s_cta .text-field.w-input {
        width: 100% !important;
        height: 50px !important;
        min-height: 50px !important;
    }
}

/* Header catalog button hard override */
body .navbar-2 .catalog-toggle,
body .navbar-2 .w-dropdown-toggle.catalog-toggle,
body .navbar-2 .catalog-toggle.dropdown-toggle-3 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 146px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 16px !important;
    gap: 10px !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 1px solid #005baa !important;
    border-radius: 9px !important;
    box-shadow: none !important;
    color: #005baa !important;
    font-family: inherit !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

body .navbar-2 .catalog-toggle:hover,
body .navbar-2 .catalog-dropdown.is-open .catalog-toggle {
    background: rgba(0, 91, 170, .06) !important;
    background-color: rgba(0, 91, 170, .06) !important;
    background-image: none !important;
    border-color: #004f96 !important;
    color: #005baa !important;
    transform: none !important;
}

body .navbar-2 .catalog-toggle .header-icon,
body .navbar-2 .catalog-toggle .text-block-5,
body .navbar-2 .catalog-toggle svg {
    display: inline-flex !important;
    margin: 0 !important;
    color: #005baa !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body .navbar-2 .catalog-dropdown,
body .navbar-2 .dropdown.catalog-dropdown,
body .navbar-2 .catalog-dropdown:hover {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border-radius: 0 !important;
    color: inherit !important;
    transition: none !important;
}
