:root {
    --lg-1: #FBFAF9;
    --blue-2: #1061AB;
    --blue-3: #2B7BC6;
    --blue-3-dark: #153d62;
    --black: #000;
    --white: #fff;
    --dark-gray: #536067;
    --green-blue: #3BB9B8;
    --gray-blue-2: #99A3A9;
    --wpcu-productRatingSize: 21px;
    --wpcu-productRatingColor: #FFD600;
    --red: #ff0000;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #171818;
    font-size: 14px;
    background: #ffffff;
}

a {
    color: var(--white, #fff);
}

.page-content a, .comments-area a {
    text-decoration: none;
    color: #171818;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #536067;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #536067;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #536067;
}

.site-header {
    padding-bottom: 0.88rem;
    display: block;
    background: #064279;
    position: relative;
}

.site-header .site-branding {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.site-header .header-inner {
    display: flex;
    align-items: center;
    justify-content: start;
}

.site-header .header-inner .custom-logo-link {
    height: 60px;
}

.site-header .actions {
    display: flex;
    align-items: center;
    justify-content: right;
    flex: 1;
}

.site-header .actions a {
    color: #fff;
    padding: 8px 15px
}

.call-to-support {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.call-to-support a.phone {
    font-size: 1.3125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0;
    margin: 0 0.5rem 0 6.25rem;
}

.call-to-support a.location,
.call-to-support a.request-call {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline;
    text-decoration-style: dashed;
}

.call-to-support a.location:before,
.call-to-support a.request-call:before {
    width: 16px;
    height: 16px;
    margin: 0 0.94rem;
    vertical-align: middle;
    display: inline-block;
}

.call-to-support a.request-call:before {
    content: url('assets/images/down.svg');
}

.call-to-support a.location:before {
    content: url('assets/images/location.svg');
}

.site-header .site-navigation {
    flex-grow: unset;
    margin-left: 50px;
}

.site-navigation ul.menu li a {
    color: #fff;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.header-catalog a.dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4.75rem;
    position: relative;
}

.hamburger-lines {
    height: 1.125rem;
    width: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger-lines .line {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
}

.hamburger-lines .line1 {
    transform-origin: 0 0;
    transition: transform 0.4s ease-in-out;
}

.hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
}

.hamburger-lines .line3 {
    transform-origin: 0 100%;
    transition: transform 0.4s ease-in-out;
}

.open .hamburger-lines .line1 {
    transform: rotate(45deg);
}

.open .hamburger-lines .line2 {
    transform: scaleY(0);
}

.open .hamburger-lines .line3 {
    transform: rotate(-45deg);
}

.header-search-bar .search {
    width: 100%;
    position: relative;
}

.header-search-bar .search-field {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 1.25rem 3.5rem 1.25rem 1.5rem;
    align-items: center;
    flex-shrink: 0;
    background: var(--white, #FFF);
    color: var(--dark-gray, #536067);
    font-weight: 600;
    border-radius: 0;
    border: none;
    outline: none;
}

.header-search-bar .search-submit {
    position: absolute;
    border:none;
    right: 0;
    top: 0;
    height: 100%;
    text-indent: -9999px;
    background: url("assets/images/search.svg") no-repeat center;
    width: 4rem;
}

.site-header .header-search-bar {
    display: flex;
    padding: 0;
    position: relative;
}

.header-catalog-menu-container {
    width: 100%;
    overflow: hidden;
    position: absolute;
    transition: max-height 0.5s ease-in-out;
    max-height: 0;
    z-index: 100;
    top: 0.8rem
}

.header-catalog-menu {
    background: var(--white, #FFF);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 1.66rem 1.88rem;
}

.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb .breadcrumb-item {
    color: var(--blue-3, #2B7BC6);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem; /* 142.857% */
}

.breadcrumb .breadcrumb-item.current {
    color: var(--black, #000);
}

.breadcrumb .breadcrumb-sep {
    height: 0.5rem;
    width: 0.3125rem;
    background: url("assets/images/breadcrumb-sep.svg") center center no-repeat;
    padding: 0 0.75rem;
}

.catalog-container {
    display: flex;
}

.catalog-container .categories-list {
    margin-bottom: 1rem;
}
.catalog-container .categories-list h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--red, #ff0000);
    text-transform: uppercase;
}

.catalog-container .categories-list ul {
    padding: 0;
    list-style: none;
}

.catalog-container .categories-list a {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #000;
}

.header-catalog-menu h3 {
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.625rem; /* 140% */
    margin: 0.75rem 0;
}

.header-catalog-menu .catalog-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-catalog-menu .catalog-list li {
    padding: 0.75rem 0
}

.header-catalog-menu .catalog-list li a {
    color: #000;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem; /* 142.857% */
}

.header-catalog-menu .catalog-list li:hover a {
    color: #2B7BC6;
}

.footer-secondary a.hfe-menu-item {
    padding: 0;
}

.footer-third a.phone  {
    color: #fff;
    font-size: 1.3125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.taxonomy-tag-list-wrapper {
    position: relative;
}

.taxonomy-tag-list-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
    box-shadow: inset -48px 0 32px -8px rgba(0, 0, 0, 0.16);
}

.taxonomy-tag-list-wrapper.tl-fade-right::after {
    opacity: 1;
}

.taxonomy-tag-list {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
}

.taxonomy-tag-list::-webkit-scrollbar {
    display: none;
}

.taxonomy-tag-list a {
    display: block;
    flex-shrink: 0;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    padding: 8px 16px;
    border-radius: 6px;
    white-space: nowrap;
    text-decoration: none;
    border: none;
    background: #f4f4f4;
}

.taxonomy-tag-list a.current {
    color: #ffffff;
    background: #5b7fff;
}

.taxonomy-brand-list {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.taxonomy-brand-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
}

.taxonomy-brand-list a img {
    max-height: 90px;
    width: auto;
    object-fit: contain;
}

/* Categories section background */
.elementor-element-0441bad {
    background-color: #ffffff !important;
}

/* Hits section background */
.elementor-element-7353c03 {
    background-color: #ffffff !important;
}

/* Hits heading row */
.hits-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.hits-heading-title {
    font-size: 48px;
    font-weight: 700;
    color: #021c2f;
    line-height: 72px;
    margin: 0;
}

.hits-catalog-btn {
    flex-shrink: 0;
    background: #bd0606;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 14px 24px;
    border-radius: 6px;
    text-decoration: none !important;
    text-transform: uppercase;
    white-space: nowrap;
}

.elementor-2 .elementor-element.elementor-element-252a9ee .elementor-heading-title {
    color: #171818 !important;
}

.elementor-heading-title.elementor-size-default {
    color: #021C2F !important;
    font-size: 48px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 72px !important;
    margin-bottom: 30px !important;
}

/* About section */
.elementor-element-e7e99b5 {
    background-color: #ffffff !important;
    padding: 0;
    margin: 0 10px;
}

.elementor-element-e7e99b5 .elementor-widget-wrap.elementor-element-populated {
    padding: 0 10px;
}

.elementor-element-e7e99b5 > .elementor-container {
    background-color: #171717;
    border-radius: 12px;
    border: 1px solid #ededed;
    overflow: hidden;
    align-items: stretch;
}

.elementor-element-e7e99b5 .elementor-heading-title {
    font-size: 48px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 56px !important;
}

.elementor-element-e7e99b5 .elementor-text-editor {
    color: #fafafa !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
}

.elementor-element-e7e99b5 .elementor-text-editor p {
    color: #fafafa !important;
    font-size: 16px !important;
    line-height: 26px !important;
    margin-bottom: 12px;
}

.elementor-element-e7e99b5 .elementor-widget-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.elementor-element-e7e99b5 .elementor-widget-image .elementor-widget-container {
    width: 100%;
}

.elementor-element-e7e99b5 .elementor-widget-image figure {
    margin: 0;
}

.elementor-element-e7e99b5 .elementor-widget-image img {
    border-radius: 16px;
    object-fit: cover;
    width: 100%;
    height: 450px;
    display: block;
}

.about-buttons {
    display: flex;
    gap: 18px;
    margin-top: 32px;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 152px;
    height: 51px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
}

.about-btn--blue {
    background: #5b7fff;
    color: #ffffff !important;
    border: 1px solid #5b7fff;
}

.about-btn--white {
    background: #ffffff;
    color: #171717 !important;
}

/* Brands section background */
.elementor-element-c056bc4 {
    background-color: #ffffff !important;
    box-shadow: 0px 4px 48px 0px rgba(0,0,0,0.06) !important;
}

.wpcu-theme_2 .wpcu-product__content {
    border-radius: 6px;
    padding: 16px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
}

.wpcu-theme_2 .wpcu-product__img {
    height: 232px;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpcu-theme_2 .wpcu-product__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.wpcu-theme_2 .wpcu-product__details {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    width: 100%;
    padding: 0;
}

.wpcu-theme_2 .wpcu-product__details .wpcu-product__title {
    height: 48px;
    text-align: left;
    padding: 0;
    overflow: hidden;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    min-height: unset;
    margin: 0;
}

.wpcu-theme_2 .wpcu-product__details .wpcu-product__title a {
    color: #222222;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.wpcu-theme_2 .wpcu-product__details .wpcu-product__title a:hover {
    color: #5b7fff !important;
}

.wpcu-theme_2 .wpcu-product__price {
    justify-content: flex-start;
    margin: 0;
    min-height: unset;
}

.wpcu-theme_2 .wpcu-product__rating {
    display: none !important;
}

.wpcu-badge {
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 2px;
    color: #000000 !important;
    background-color: #FFD600 !important;
}

.wpcu-product__price ins bdi, .wpcu-product__price .amount {
    color: #222222 !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

.wpcu-stock-status {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.wpcu-stock-status--instock {
    color: #27aa07;
}

.wpcu-stock-status--onorder {
    color: #5b7fff;
}


.wpcu-product__cover-content .wpcu-button a {
    white-space: nowrap;
    border-radius: 0.25rem;
    background: #00000060 !important;
    padding: 0.81rem 1.5rem;
    color: var(--white, #FFF);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    letter-spacing: 0.13125rem;
}

.wpcu-additional-buttons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 40px;
}

.wpcu-additional-buttons a {
    border-radius: 27px !important;
    text-indent: -9999px;
    overflow: hidden;
    padding: 0 !important;
    display: block !important;
    width: 56px;
    height: 56px;
    position: relative;
}

.wpcu-additional-buttons a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
}

.wpcu-additional-buttons a.add_to_cart_button:before {
    background: url(assets/images/cart.svg) no-repeat center center;
}

.wpcu-additional-buttons a.favourite:before {
    background: url(assets/images/favourite.svg) no-repeat center center;
}

.wpcu-theme_2 .wpcu-product__rating {
    justify-content: left;
}

.wpcu-carousel-nav--middle {
    width: calc(100% + 40px);
    left: -20px;
}

.wpcu-carousel-nav__btn {
    width: 3.75rem;
    height: 3.75rem;
}

.wpcu-post .wpcu-product__content {
    background-color: #fff;
}

.wpcu-post .wpcu-product__details {
    padding: 1.87rem;
}

.wpcu-post .wpcu-product__title a {
    color: #000 !important;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem; /* 150% */
    min-height: 4.5rem;
    display: block;
}

.wpcu-column-3 .wpcu-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
}

.wpcu-column-4 .wpcu-post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.wpcu-column-4 .wpcu-product {
    background-color: #E8E9E9;
    padding: 1px;
    margin: 0;
}

.wpcu-row > * {
    padding-left: 1px;
    padding-right: 1px;
    margin-top: 2px;
}

.wpcu-row {
    margin-left: 0;
    margin-right: 0;
    margin-top: -2px;
}



.wpcu-theme_3 .wpcu-product__content {
    display: flex;
}

.wpcu-theme_3 .wpcu-product__img {
    margin-bottom: 0;
    min-width: 120px;
    margin-right: 10px;
}

.wpcu-theme_3 .wpcu-product__details {
    text-align: left;
    align-items: start;
    justify-content: space-between;
}

.wpcu-theme_3 .wpcu-product__details .wpcu-product__title {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    color: #000;
}

.flex-control-thumbs img {
    border-radius: 0.3125rem;
    border: 2px solid var(--green-blue, #3BB9B8);
}

.single-product .product_meta > span {
    display: none !important;
}

.single-product .product_meta > span.sku_wrapper {
    display: block !important;
    color: var(--black, #000);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem; /* 171.429% */
}

.single-product .product_meta > span.sku_wrapper .detail-label:after {
    content: ':'
}

.reviews-count {
    margin-left: 12px;
    padding-left: 27px;
    display: flex;
    align-items: center;
    color: var(--blue-3, #2B7BC6);
    font-weight: 500;
    line-height: 0.875rem; /* 100% */
    position: relative;
    height: 21px;

}

.reviews-count:before {
    content: url("assets/images/comment.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
}

.woocommerce-before-loop, .elementor-products-nothing-found {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
    padding: 24px 20px 24px 20px;
    background-color: #FFFFFF;
}

.woocommerce .woocommerce-ordering {
    order: 1;
    margin: 0;
}

.woocommerce .woocommerce-ordering  a {
    color: #000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-right: 1.25rem;
}

.woocommerce .woocommerce-ordering  a.current {
    color: var(--red, #ff0000);
    font-size: 0.875rem;
    font-weight: 600;
}

.woocommerce .woocommerce-result-count {
    order: 2;
    text-align: right;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
    margin: 0;
}

.product-request-block {
    margin-top: 20px;
}

.product-request-block .request-product-btn {
    color: var(--white, #FFF);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem; /* 133.333% */
    letter-spacing: 0.16875rem;
    border-radius: 0.25rem;
    background: var(--blue-3, #2B7BC6);
    padding: 1.12rem 4rem;
    border: none;
    margin-bottom: 1.5rem;
}
.elementor-494 .elementor-element.elementor-element-f69498a .elementor-element-populated a {
    color: #fff !important;
}
.product-request-block .product-stock-status {
    color: var(--black, #000);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem; /* 150% */
    display: flex;
    align-items: center;
}

.product-stock-status > * {
    margin-right: 0.44rem;
}

.product-request-block hr {
    background: #E1EEFB;
    height: 0.125rem;
    border: none;
    margin: 1.5rem -30px;
}

.product-request-block .shipping {
    display: flex;
    margin-bottom: 0.5rem;
}

.category-grid .category-card {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.16);
}

.product-request-block .shipping .ship-method {
    width: 10rem;
    color: var(--black, #000);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem; /* 171.429% */
}

.product-request-block .shipping .ship-price {
    width: 100%;
    color: var(--black, #000);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem; /* 171.429% */
}

.woocommerce div.product .woocommerce-tabs ul.tabs {

}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #EEF1F4;
    margin-right: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: var(--green-blue, #3BB9B8);
    border-bottom-color: var(--green-blue, #3BB9B8);
    border-bottom-width: 2px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: var(--black, #000);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.875rem; /* 166.667% */
    padding: 1rem;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel {
    border-top: 1px solid #EEF1F4;
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product.elementor .woocommerce-tabs .panel {
    padding-left: 2rem;
    padding-right: 2rem;
}

div.wpforms-container-full #wpforms-form-613 input[type=text],
div.wpforms-container-full #wpforms-form-613 input[type=email],
div.wpforms-container-full #wpforms-form-613 textarea {
    border: none;
    border-radius: 0.25rem;
    background: rgba(223,222, 222, .3);
    padding: 1rem 0.88rem;
    outline: none;
}

div.wpforms-container-full #wpforms-form-613 input[type=text],
div.wpforms-container-full #wpforms-form-613 input[type=email] {
    height: auto;
}

div.wpforms-container-full #wpforms-form-613 textarea {
    min-height: 7.5rem;
}

div.wpforms-container-full #wpforms-form-613 input[type=text]:focus,
div.wpforms-container-full #wpforms-form-613 input[type=email]:focus,
div.wpforms-container-full #wpforms-form-613 textarea:focus {
    border: none;
    box-shadow: none;
}

div.wpforms-container-full #wpforms-form-613.wpforms-form .wpforms-submit-container {
    text-align: center;
}

div.wpforms-container-full #wpforms-form-613.wpforms-form .wpforms-submit-container .wpforms-submit {
    color: var(--white, #FFF);
    text-align: center;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem; /* 133.333% */
    letter-spacing: 0.16875rem;
    padding: 1.2rem 4rem;
    border-radius: 0.25rem;
    background: var(--blue-3, #2B7BC6);
    height: auto;
}

.wpforms-field.hidden {
    display: none;
}


.elementor-accordion .elementor-accordion-item {
    border: none;
    border-bottom: 1px solid #E0E6EC;
}

.elementor-accordion-item .elementor-tab-title {
    padding: 1.25rem;
    line-height: 1.25rem; /* 142.857% */
}


.elementor-accordion-item .elementor-accordion-title {
    color: var(--black, #000);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
}

.product-archive-filter input[type=text] {
    border-radius: 0.3125rem;
    background: #EEF3F8;
    padding: 0.5rem 0.6rem;
    border: none;
    outline: none;
    font-size: 0.875rem;
    line-height: 1.25rem; /* 142.857% */
}

.input-container {
    position: relative;
}
.product-archive-filter .search-input {
    margin-bottom: 1.25rem;
}
.product-archive-filter .search-input input[type=text] {
    padding-right: 3.5rem;
}

.product-archive-filter .search-input:after {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 0.75rem;
    background: url(assets/images/search-icon.png) no-repeat center center;
    background-size: 100%;
    top: 50%;
    margin-top: -0.5rem;
}

.product-archive-filter .filter-list {
    display: block;
    color: var(--black, #000);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.125rem;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}

.product-archive-filter .filter-list > * {
    margin-right: 0.62rem;
}

.product-archive-filter .filter-list .term-count {
    color: var(--gray-blue-2, #99A3A9);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem;
}

.price-filter {
    display: flex;
}

.price-filter .price-min input[type=text], .price-filter .price-max input[type=text] {
    padding-left: 2.25rem;
}

.price-filter .price-min:before, .price-filter .price-max:before {
    color: var(--gray-blue-2, #99A3A9);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.62rem;
}

.price-filter .price-min:before {
    content: 'от'
}

.price-filter .price-max:before {
    content: 'до'
}

.price-filter .price-filter-sep {
    color: var(--black, #000);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin: 0 0.44rem;
    align-self: center;
}

.wpcu-product__cover-content--top-left {
    top: 0;
    left: 0;
}

.wpcu-badge--rounded-circle {
    border-radius: 0;
}

.category-grid {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.category-card {
    flex: 1;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.category-card__image {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.category-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.category-card__body {
    padding: 24px 28px 28px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.category-card__body h3 {
    font-size: 24px;
    font-weight: 700;
    color: #171717;
    margin: 0;
    line-height: 1.3;
}

.category-card__body p {
    font-size: 18px;
    font-weight: 400;
    color: #5b5b5b;
    margin: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    width: 90%;
}

@media (min-width: 360px) {
    .site-header .site-branding {
        width: 100%;
        max-width: 100% !important;
        padding: 8px 15px;
    }
    .call-to-support {
        margin: 10px auto;
    }

    .call-to-support .location {
        display: none;
    }

    .call-to-support a.phone {
        margin-left: 0.5rem;
        display: none;
    }

    .site-header .site-navigation {
        justify-content: center;
    }

    .site-header:not(.header-stacked) .header-inner .site-navigation {
        max-width: 100%;
        width: 100%;
    }

    .site-header .actions {
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .site-navigation ul.menu, .site-header .site-branding {
        justify-content: center;
    }


.open .header-catalog-menu-container {
        max-height: 5000px;
    }

    .catalog-container {
        flex-direction: column;
    }

    .catalog-container > div {
        width: 100%;
        min-width: 300px;
    }
}

@media (min-width: 640px) {
    .site-header:not(.header-stacked) .header-inner .site-branding {
        width: 100%;
        max-width: 100%;
        padding: 8px 15px;
    }
    .site-branding .call-to-support {
        display: block;
    }
    .request-call {
        display: block;
    }
    .site-header:not(.header-stacked) .header-inner .site-navigation {
        max-width: 100%;
        width: 100%;
        margin: 1.5rem 0 0 0;
    }

.woocommerce-product-gallery {
        display: flex;
    }

    .woocommerce-product-gallery .flex-control-thumbs {
        order: -10;
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 100%;
        padding-top: 0;
        padding-bottom: 5px;
    }
    .flex-control-thumbs img {
        width: 5rem !important;
        height: 5rem !important;
    }
}

@media (min-width: 767px) {

    .actions .call-to-support {
        display: none;
    }
    .site-header .actions {
        width: auto;
    }



    .call-to-support a.phone {
        margin-left: 0.5rem;
        display: block;
    }
}

@media (min-width: 1200px) {
    .site-branding .call-to-support {
        display: none;
    }
    .actions .call-to-support {
        display: flex;
    }

    .site-header:not(.header-stacked) .header-inner .site-branding {
        width: auto;
        max-width: 30%;
        padding: 0;
    }
    .site-header .site-navigation {
        justify-content: flex-end;
    }

    .site-header .actions {
        min-width: 924px;
        flex-direction: row;
        justify-content: right;
    }
    .call-to-support {
        display: flex;
        margin: 0 0 0 auto
    }
    .call-to-support .location {
        display: block;
    }

    .call-to-support a.phone {
        margin-left: 50px;
    }

    .site-header:not(.header-stacked) .header-inner .site-navigation {
        max-width: 70%;
        width: auto;
        margin: 0 auto;
    }
    .site-header .site-navigation {
        margin-right: auto;
        margin-left: auto;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs,
    .woocommerce div.product.elementor .woocommerce-tabs .panel {
        padding-left: 8rem;
        padding-right: 8rem;
    }
    .open .header-catalog-menu-container {
        max-height: 2550px;
    }
    .catalog-container {
        flex-direction: row;
    }
    .catalog-container > div {
        width: 25%;
        min-width: 280px;
    }
}

@media (min-width: 1540px) {

.call-to-support a.phone {
        display: none;
    }
    .site-header:not(.header-stacked) .header-inner .site-navigation {
        margin: 0 0 0 50px;
    }

}

@media (min-width: 1600px) {
    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main,
    .site-header .header-search-bar {
        max-width: 1540px;
        margin-left: auto;
        margin-right: auto;
    }
    .call-to-support a.phone {
        display: block;
        margin: 0 0.5rem 0 6.25rem
    }
}

/* ============================================
   HEADER REDESIGN
   ============================================ */

/* Reset site-header background */
.site-header {
    background: #fff;
    padding-bottom: 0;
}

/* ---- Top info bar ---- */
.header-top-bar {
    background: #f5f5f5;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    height: 32px;
}

.header-top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.header-top-address {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
    color: #0d2333;
    white-space: nowrap;
}

.header-top-address img {
    flex-shrink: 0;
}

.header-top-nav ul.menu {
    display: flex;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-top-nav ul.menu li a {
    color: #0d2333;
    font-size: 0.875rem;
    font-weight: 400;
    text-decoration: none;
}

.header-top-nav ul.menu li a:hover {
    color: #5b7fff;
}

.header-top-contacts {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.header-top-email {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
    color: #0d2333;
    text-decoration: none;
}

.header-top-socials {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.social-icon img {
    width: 16px;
    height: 16px;
}

/* ---- Main header row ---- */
.site-header .header-inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1.5rem;
    background: #fff;
    justify-content: flex-start;
}

/* Logo + tagline */
.site-header .site-branding {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.site-header .header-inner .custom-logo-link {
    height: 56px;
}

.site-tagline {
    font-size: 0.75rem;
    color: #555;
    max-width: 150px;
    line-height: 1.4;
    margin: 0;
}

/* Catalog button */
.header-catalog {
    position: relative;
    flex-shrink: 0;
}

/* Override old hamburger rule that set width: 4rem on .dropdown */
.header-catalog a.dropdown,
.catalog-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #5b7fff;
    color: #fff !important;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0 1.25rem;
    white-space: nowrap;
    text-decoration: none !important;
    border-radius: 6px;
    height: 48px;
    width: auto;
    position: static;
    box-sizing: border-box;
    text-transform: uppercase;
}

.catalog-btn:hover {
    background: #4a6ee8;
    color: #fff !important;
}

.catalog-btn img {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

/* Reset hamburger lines — not used anymore */
.catalog-btn .hamburger-lines {
    display: none;
}

/* Search */
.header-search {
    position: relative;
    width: 400px;
    flex-shrink: 0;
    margin: 0 auto;
    align-items: center;
}

.header-search .search-form {
    display: flex;
    width: 100%;
    position: relative;
}

.header-search .search-field {
    width: 100%;
    height: 48px;
    padding: 0 3rem 0 1.125rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    outline: none;
    color: #77858f;
    background: rgba(255,255,255,0.6);
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    box-sizing: border-box;
}

.header-search .search-submit {
    position: relative;
    right: 0;
    height: 20px;
    width: 20px;
    background: transparent url('assets/images/search-icon.svg') no-repeat center;
    background-size: contain;
    border: none;
    cursor: pointer;
    text-indent: -9999px;
    flex-shrink: 0;
}

/* Phone + hours */
.header-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    gap: 3px;
    margin-left: auto;
}

.header-phone-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.header-phone {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0d2333 !important;
    text-decoration: none !important;
    white-space: nowrap;
    line-height: 1.3;
}

.phone-chevron {
    flex-shrink: 0;
}

.header-hours {
    font-size: 0.875rem;
    color: #021c2f;
    white-space: nowrap;
}

/* Call button */
.request-call-btn {
    display: flex;
    align-items: center;
    background: #bd0606;
    color: #fff !important;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0.75rem 1.5rem;
    text-decoration: none !important;
    white-space: nowrap;
    border-radius: 6px;
    flex-shrink: 0;
    text-transform: uppercase;
    height: 48px;
    box-sizing: border-box;
}

.request-call-btn:hover {
    background: #a00505;
    color: #fff !important;
}

/* Catalog menu dropdown */
.header-catalog-menu-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    z-index: 200;
    width: 100%;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.header-catalog-menu-container.open {
    max-height: 2550px;
}

/* Search dropdown */
.header-search {
    position: relative;
}

.search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 300;
    max-height: 400px;
    overflow-y: auto;
}

.search-dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 1rem;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.15s;
}

.search-dropdown-item:last-child {
    border-bottom: none;
}

.search-dropdown-item:hover {
    background: #f5f8ff;
}

.search-dropdown-item img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex-shrink: 0;
}

.search-item-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.search-item-title {
    font-size: 0.875rem;
    color: #0d2333;
    line-height: 1.3;
}

.search-item-price {
    font-size: 0.8rem;
    color: #5b7fff;
    font-weight: 600;
}

/* Hide old search bar row */
.site-header .header-search-bar {
    display: none;
}

/* ===== Hero Slider (Depicter #58) — Text & Button Overrides ===== */

/* Подзаголовок: был слишком тонкий (weight 300), делаем читаемым */
.depicter-revert .depicter-58-element-11 {
    font-weight: 400 !important;
    font-size: 22px !important;
    letter-spacing: 2.5px !important;
    color: #536067 !important;
}

/* Тело: было слишком мелким, чуть крупнее */
.depicter-revert .depicter-58-element-12 {
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #536067 !important;
    line-height: 1.6 !important;
}

@media screen and (max-width: 1024px) {
    .depicter-revert .depicter-58-element-11 {
        font-size: 16px !important;
    }
    .depicter-revert .depicter-58-element-12 {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 767px) {
    .depicter-revert .depicter-58-element-11 {
        font-size: 12px !important;
    }
    .depicter-revert .depicter-58-element-12 {
        font-size: 12px !important;
    }
}

/* Button Overrides */
.depicter-revert .depicter-58-element-4 {
    background-color: #bd0606 !important;
    border: none !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    cursor: pointer;
}
.depicter-revert .depicter-58-element-4:hover {
    background-color: #9a0404 !important;
}

/* ===== FOOTER ===== */
#site-footer.dynamic-footer {
    background-color: #171717 !important;
}

/* All text white */
.elementor-element-68e630e,
.elementor-element-68e630e p,
.elementor-element-68e630e a,
.elementor-element-68e630e li,
.elementor-element-68e630e span,
.elementor-element-68e630e .elementor-heading-title {
    color: #ffffff !important;
}

/* Nav menus */
.elementor-element-68e630e .elementor-nav-menu a {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 19px !important;
    text-decoration: none !important;
    padding: 0 !important;
}

.elementor-element-68e630e .elementor-nav-menu a:hover {
    opacity: 0.7;
}

.elementor-element-68e630e .elementor-nav-menu > li {
    margin-bottom: 11px !important;
}

/* Nav menu headings (top-level bold items) */
.elementor-element-68e630e .elementor-nav-menu .menu-item-type-custom > a,
.elementor-element-68e630e .menu-heading > a {
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 8px !important;
    display: block;
}

/* Logo — make white */
.elementor-element-68e630e .elementor-site-logo img {
    filter: brightness(0) invert(1);
    max-width: 172px;
}

/* Copyright text */
.elementor-element-68e630e .elementor-copyright {
    font-size: 14px !important;
    color: #ffffff !important;
    line-height: 21px !important;
}

/* Phone / text-editor blocks */
.elementor-element-42e98ba .elementor-text-editor,
.elementor-element-42e98ba .elementor-text-editor p,
.elementor-element-cc5eb8c .elementor-text-editor,
.elementor-element-cc5eb8c .elementor-text-editor p {
    color: #ffffff !important;
    font-size: 15px !important;
    line-height: 26px !important;
}

.elementor-element-42e98ba .elementor-text-editor {
    font-size: 16px !important;
    font-weight: 700 !important;
}

/* Callback button */
.elementor-element-944665c .elementor-button {
    background: transparent !important;
    border: 1px solid #ffffff !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 400 !important;
}

.elementor-element-944665c .elementor-button:hover {
    background: rgba(255,255,255,0.1) !important;
}

/* Social icons */
.elementor-element-68e630e .elementor-social-icon {
    background: transparent !important;
    color: #ffffff !important;
}

.elementor-element-68e630e .elementor-social-icon svg,
.elementor-element-68e630e .elementor-social-icon i {
    color: #ffffff !important;
    fill: #ffffff !important;
}

/* ============================================
   RESPONSIVE — TABLET (≤ 1024px)
   ============================================ */
@media (max-width: 1024px) {

    /* Category grid: 2 колонки (2×2 при 4 элементах) */
    .category-grid {
        flex-wrap: wrap;
        gap: 16px;
    }
    .category-card {
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px);
    }
    .category-card__image {
        height: 220px;
    }

    /* Hits heading */
    .hits-heading-title {
        font-size: 36px;
        line-height: 52px;
    }

    /* About section */
    .elementor-element-e7e99b5 .elementor-heading-title {
        font-size: 36px !important;
        line-height: 46px !important;
    }
    .elementor-element-e7e99b5 .elementor-widget-image img {
        height: 350px;
    }

    /* Header search */
    .header-search {
        width: 260px;
    }
}

/* ============================================
   RESPONSIVE — MOBILE (≤ 767px)
   ============================================ */
@media (max-width: 767px) {

    /* --- Заголовки --- */
    .elementor-heading-title.elementor-size-default {
        font-size: 28px !important;
        line-height: 40px !important;
        margin-bottom: 12px !important;
    }

    /* --- Каталог: скроллабл на мобиле --- */
    .header-catalog-menu-container.open {
        max-height: calc(100vh - 80px);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    /* --- Новый хедер на мобиле --- */
    .header-top-bar {
        display: none;
    }
    .site-header .header-inner {
        flex-wrap: wrap;
        padding: 0.5rem 1rem;
        gap: 0.5rem;
    }
    .header-search {
        width: 100%;
        order: 10;
        flex: 0 0 100%;
        margin: 0;
    }
    .header-contacts,
    .request-call-btn {
        display: none;
    }

    /* --- Category grid: 1 колонка (4×1 при 4 элементах) --- */
    .category-grid {
        flex-wrap: wrap;
        gap: 12px;
    }
    .category-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .category-card__image {
        height: 180px;
    }
    .category-card__body {
        padding: 16px 20px 20px;
    }
    .category-card__body h3 {
        font-size: 18px;
    }
    .category-card__body p {
        font-size: 15px;
    }

    /* --- Hits heading: складываем вертикально --- */
    .hits-heading-row {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    .hits-heading-title {
        font-size: 26px;
        line-height: 36px;
    }
    .hits-catalog-btn {
        text-align: center;
        white-space: normal;
        flex-shrink: unset;
    }

    /* --- About section: стекаем Elementor-колонки --- */
    .elementor-element-e7e99b5 > .elementor-container {
        flex-direction: column;
    }
    .elementor-element-e7e99b5 > .elementor-container > .elementor-column {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    .elementor-element-e7e99b5 .elementor-heading-title {
        font-size: 26px !important;
        line-height: 34px !important;
    }
    .elementor-element-e7e99b5 .elementor-text-editor,
    .elementor-element-e7e99b5 .elementor-text-editor p {
        font-size: 14px !important;
        line-height: 22px !important;
    }
    .elementor-element-e7e99b5 .elementor-widget-image img {
        height: auto;
        max-height: 260px;
    }
    .about-buttons {
        flex-direction: column;
        gap: 10px;
    }
    .about-btn {
        width: 100%;
        justify-content: center;
    }

    /* --- Brands: 2 колонки --- */
    .taxonomy-brand-list {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }
    .taxonomy-brand-list a {
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px);
    }
    .taxonomy-brand-list a img {
        width: 100%;
        max-height: none;
        height: auto;
    }
}

/* ============================================
   RESPONSIVE — SMALL MOBILE (≤ 480px)
   ============================================ */
@media (max-width: 480px) {

    .hits-heading-title {
        font-size: 22px;
        line-height: 30px;
    }
    .hits-catalog-btn {
        font-size: 12px;
        padding: 10px 16px;
    }
    .category-card__image {
        height: 160px;
    }
}

.elementor-element-e7e99b5 .elementor-widget-wrap.elementor-element-populated {
    padding: 0 30px;
}

@media (max-width: 767px) {
    .about-pronto-company .elementor-widget-wrap.elementor-element-populated {
        padding: 15px !important;
    }
}

.footer-logo .elementor-widget-container {
    text-align: left;
}

@media (max-width: 767px) {
    .header-catalog-menu-container {
        max-width: 95%;
    }

    .wpcu-carousel-nav--middle {
        display: none;
    }
}
