html {
    scroll-behavior: unset !important;
}

.full-height {
    height: var(--full-height);
}

.full-width {
    height: var(--full-width);
}

body {
    margin: 0;
}

.dialog-type-lightbox {
    top: 0 !important;
    left: 0 !important;
}

@media (min-width: 1025px) {
    body.admin-bar .dialog-lightbox-widget {
        height: 100% !important;
    }
}

@media (max-width: 1024px) {
    .m-swiper .swiper-wrapper {
        flex-direction: row;
        flex-wrap: nowrap;
    }
}

.swiper-slide {
    flex-shrink: 0 !important;
}

.elementor-search-form--skin-full_screen .elementor-search-form__container {
    height: 100% !important;
}

.wpforms-container div.wpforms-field:has(.wpforms-field) {
    padding: 0;
}

.back-top {
    cursor: pointer;
    transition: 0.3s;
}

.back-top.hidden {
    opacity: 0;
    pointer-events: none;
}

.pagination-con {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-con .pagination {
    justify-content: center;
}

@media (max-width: 1024px) {
    .pagination-con {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .pagination-con {
        margin-top: 30px;
    }
}

.swiper-animate {
    opacity: 0;
    transition: 0s;
    transform: translateY(50px);
}

.swiper-animate.animated {
    opacity: 1;
    transition: 0.6s;
    transform: translateY(0);
}

.elementor-widget-html svg {
    display: block;
}

.side-menu {
    transform: translateX(-110%);
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15);
    transition: 0.3s;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    padding-bottom: 80px !important;
    height: 100vh;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .side-menu {
        width: 400px;
    }
}

@media (max-width: 767px) {
    .side-menu {
        width: calc(100% - 50px);
    }
}

@media (min-width: 1025px) {
    .side-menu {
        display: none;
    }
}

.side-menu.active {
    transform: translateX(0%);
}

.side-menu .sub-arrow {
    width: 70px;
    display: flex;
    justify-content: flex-end;
}

.side-menu-button {
    cursor: pointer;
}

.side-menu-close-button {
    background-color: white;
    cursor: pointer;
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
}

.mc {
    color: var(--e-global-color-primary);
}

.line1,
.line1 .elementor-heading-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line2,
.line2 .elementor-heading-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line3,
.line3 .elementor-heading-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line4,
.line4 .elementor-heading-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.line5,
.line5 .elementor-heading-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.next,
.prev {
    cursor: pointer;
}

.asp-1 {
    aspect-ratio: 1;
}

@media (min-width: 1025px) {
    .hover-up {
        transition: 0.3s;
    }

    .hover-up:hover {
        transform: translateY(-7px);
    }

    .hover-shadow {
        transition: 0.3s;
    }

    .hover-shadow:hover {
        box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
    }

    .hover-mc:hover,
    .hover-mc:hover .elementor-heading-title,
    .item:hover .hover-mc .elementor-heading-title,
    .item:hover .hover-mc {
        color: var(--e-global-color-primary) !important;
    }

    .hover-white .elementor-heading-title {
        transition: 0.4s;
    }

    .hover-white:hover,
    .hover-white:hover .elementor-heading-title,
    .item:hover .hover-white .elementor-heading-title,
    .item:hover .hover-white {
        color: white !important;
    }
    .hover-underline .elementor-heading-title {
        position: relative;
    }
    .hover-underline .elementor-heading-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: currentColor;
        transition: 0.5s;
    }

    .hover-underline .elementor-heading-title:hover::after {
        width: 100%;
    }

    .hover-dropshadow:hover {
        filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.1));
    }
}

@media (min-width: 1024px) {
    body:not(.elementor-editor-active) {
        cursor: none;
    }

    body:not(.elementor-editor-active) .jobs-cursor-hover:not(a) {
        cursor: none;
    }

    .jobs-cursor-border-hover,
    .jobs-cursor-border-hover a,
    a {
        cursor: pointer;
    }

    .jobs-cursor-dot {
        position: fixed;
        left: 0;
        top: 0;
        width: 8px;
        height: 8px;
        border-radius: 99px;
        background: white;
        pointer-events: none;
        z-index: 999999;
        transform: translate(-50%, -50%);
        will-change: transform, opacity;
    }

    .jobs-cursor-circle {
        position: fixed;
        left: 0;
        top: 0;
        width: 24px;
        height: 24px;
        border: 2px solid white;
        border-radius: 16px;
        pointer-events: none;
        z-index: 999998;
        transform: translate(-50%, -50%);
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 213, 255, 0);
        will-change: transform, width, height, border-radius, background, opacity;
    }

    .jobs-cursor-text {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        height: auto;
        padding: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        white-space: nowrap;
        opacity: 0;
        transform: scale(0.85);
        pointer-events: none;
    }
}

@media (hover: none), (pointer: coarse) {
    body,
    .jobs-cursor-hover,
    .jobs-cursor-border-hover,
    a {
        cursor: auto;
    }

    .jobs-cursor-dot,
    .jobs-cursor-circle {
        display: none;
    }
}

.common-popup {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    height: auto;
    transition: 0.5s;
    cursor: auto;
    backdrop-filter: blur(8px);
}

body:not(.elementor-editor-active) .common-popup {
    position: fixed;
    pointer-events: none;
    height: 100%;
    opacity: 0;
}

body:not(.elementor-editor-active) .common-popup.active {
    pointer-events: all;
    opacity: 1;
}

.common-popup .content {
    padding: 40px;
    background-color: white;
    max-width: 860px;
    position: relative;
    width: 100%;
}

.common-popup .content .close-button {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.common-popup .title {
    color: #000;
    font-family: Anton;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
}
.common-popup .desc {
    margin-top: 16px;
    color: #b9babc;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    width: 80%;
}

.common-form {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px 0;
    flex-wrap: wrap;
}

.common-form * {
    font-family: Montserrat;
}

.common-form .field {
    width: calc(50% - 20px);
    position: relative;
}

.common-form .field.full {
    width: 100%;
}

.common-form input {
    background-color: transparent;
    width: 100%;
    padding: 16px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    outline: none;
    transition: 0.5s;

    color: #222222;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}

@media (max-width: 767px) {
    .common-form .field {
        width: 100%;
    }
    .common-form input {
        font-size: 14px;
        padding: 12px;
    }
}

.common-form input:focus {
    border: 1px solid #222222;
}

.common-form textarea {
    background-color: transparent;
    width: 100%;
    height: 200px;
    padding: 16px;
    color: white;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    outline: none;
    resize: vertical;
    transition: 0.5s;

    color: #fff;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}

.common-form textarea:focus {
    border: 1px solid #222222;
}

.common-form label {
    position: absolute;
    left: 16px;
    top: 18px;
    background-color: white;

    color: #999;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;

    pointer-events: none;
    z-index: 2;
    transition: 0.4s;
}

.common-form .field:hover input,
.common-form .field:hover textarea {
    border-color: #00000077;
}

.common-form .field:focus-within input,
.common-form .field:focus-within textarea {
    border-color: #222222;
}

.common-form .field:focus-within label,
.common-form .field.is-filled label {
    transform: translate(-4px, -26px);
    font-size: 14px;
    color: #333;
    padding: 0 4px;
}

.common-form input:-webkit-autofill,
.common-form input:-webkit-autofill:hover,
.common-form input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
}

.common-form .text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.common-form button {
    margin-top: 20px;
    width: fit-content;
    padding: 14px 24px;
    border-radius: 5.25px;
    background: #222;
    box-shadow:
        0.445px 0.445px 0.629px -0.75px rgba(0, 0, 0, 0.26),
        1.211px 1.211px 1.712px -1.5px rgba(0, 0, 0, 0.25),
        2.658px 2.658px 3.759px -2.25px rgba(0, 0, 0, 0.23),
        5.901px 5.901px 8.345px -3px rgba(0, 0, 0, 0.19),
        14px 14px 21.213px -3.75px rgba(0, 0, 0, 0.2),
        -0.5px -0.5px 0 0 rgba(0, 0, 0, 0.69),
        1px 1px 1px 0 rgba(255, 255, 255, 0.7) inset,
        -1px -1px 1px 0 rgba(0, 0, 0, 0.23) inset;

    color: #fff;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;

    border: none;
    cursor: pointer;
    transition: 0.4s;
}

.common-form button:hover {
    background-color: #000;
}

.common-form .submit {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 767px) {
    .common-popup .content .close-button {
        right: 12px;
        top: 12px;
    }
    .common-popup .title {
        font-size: 20px;
    }
    .common-popup .desc {
        margin-top: 12px;
        font-size: 14px;
    }
    .common-popup {
        padding: 0;
    }
    .common-popup .content {
        padding: 20px;
        width: calc(100% - 60px);
    }
    .common-form {
        margin-top: 16px;
        gap: 10px 0;
    }
    .common-form label {
        left: 12px;
        top: 14px;
        font-size: 14px;
    }
    .common-form .field {
        width: 100%;
    }

    .common-form .text {
        width: 100%;
    }
    .common-form button {
        margin-top: 10px;
        width: 100%;
        font-size: 16px;
    }

    .common-form .field:focus-within label,
    .common-form .field.is-filled label {
        font-size: 12px;
    }
}

.submited,
.error,
.submitting,
.jobs-status-text {
    width: 100%;
    text-align: center;
}

.shadow-1 {
    box-shadow:
        0.445px 0.445px 0.629px -0.75px rgba(0, 0, 0, 0.26),
        1.211px 1.211px 1.712px -1.5px rgba(0, 0, 0, 0.25),
        2.658px 2.658px 3.759px -2.25px rgba(0, 0, 0, 0.23),
        5.901px 5.901px 8.345px -3px rgba(0, 0, 0, 0.19),
        14px 14px 21.213px -3.75px rgba(0, 0, 0, 0.2),
        -0.5px -0.5px 0 0 rgba(0, 0, 0, 0.69),
        1px 1px 1px 0 rgba(255, 255, 255, 0.7) inset,
        -1px -1px 1px 0 rgba(0, 0, 0, 0.23) inset;
}

a.button-style,
.button-style {
    width: fit-content;
    padding: 14px 24px;
    border-radius: 6px;
    background: #222;
    box-shadow:
        0.445px 0.445px 0.629px -0.75px rgba(0, 0, 0, 0.26),
        1.211px 1.211px 1.712px -1.5px rgba(0, 0, 0, 0.25),
        2.658px 2.658px 3.759px -2.25px rgba(0, 0, 0, 0.23),
        5.901px 5.901px 8.345px -3px rgba(0, 0, 0, 0.19),
        14px 14px 21.213px -3.75px rgba(0, 0, 0, 0.2),
        -0.5px -0.5px 0 0 rgba(0, 0, 0, 0.69),
        1px 1px 1px 0 rgba(255, 255, 255, 0.7) inset,
        -1px -1px 1px 0 rgba(0, 0, 0, 0.23) inset;

    transition: 0.5s;
    cursor: pointer;
}

a.button-style:hover,
.button-style:hover,
a.button-style.active,
.button-style.active {
    background-color: #f5f5f5;
}

.button-style .elementor-heading-title,
.button-style {
    color: #fff;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.button-style .elementor-heading-title {
    transition: 0.3s;
}

.button-style:hover .elementor-heading-title,
.button-style:hover,
.button-style.active .elementor-heading-title,
.button-style.active {
    color: #222222;
}

@media (max-width: 767px) {
    a.button-style,
    .button-style {
        padding: 8px 14px;
        border-radius: 4px;
    }

    .button-style .elementor-heading-title,
    .button-style {
        font-size: 14px;
    }
}

.catlog-container {
    position: sticky;
    top: 50px;
}
.catlog-itmes {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.catlog-item {
    color: #b9babc;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .catlog-itmes {
        justify-content: space-between;
        gap: 10px 0;
    }
    .catlog-item {
        width: 48%;
        font-size: 16px;
        color: white;
    }
}
.catlog-item:hover {
    color: white;
}

.catlog-item.active {
    color: #ffffff;
}

.product-images {
}
.product-images .main-image {
    position: relative;
    background-image: url(/wp-content/uploads/2026/05/logo-product-g-h-50.svg);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
}
.product-images .main-image .color-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
}
.product-images .main-image .color-image[src] {
    opacity: 1;
    pointer-events: all;
    transition: 0.3s;
}

.product-images .main-image .swiper-slide {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    border: 1px solid #555555;
}

.product-images .thumbs {
    margin-top: 35px;
}

.product-images .thumbs .swiper-slide {
    width: 25%;
    aspect-ratio: 1;
    object-fit: cover;
    background-color: #999999;
    border: 1px solid #555555;
    cursor: pointer;
}

.product-images .thumbs .swiper-slide.swiper-slide-thumb-active,
.product-images .thumbs .swiper-slide-thumb-active:hover {
    border-color: white;
}

.t-button {
    width: fit-content;
    padding: 11px 24px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: 0.4s;
    border: 1px solid #777;
}

@media (min-width: 1024.1px) {
    .t-button:hover {
        background-color: white;
    }
}

.t-button .elementor-heading-title {
    color: #fff;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    transition: 0.3s;
}

.t-button:hover .elementor-heading-title {
    color: #222222;
}

@media (max-width: 1600px) {
    .t-button {
        padding: 8px 18px;
    }

    .t-button .elementor-heading-title {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .t-button {
        padding: 6px 16px;
    }

    .t-button .elementor-heading-title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .t-button {
        padding: 6px 12px;
    }

    .t-button .elementor-heading-title {
        font-size: 14px;
    }
}

.product_highlights_content {
    display: grid;
    grid-template-columns: 62% 36%;
    justify-content: space-between;
}
.product_highlights_content .swiper {
    height: 100%;
}
.product_highlights_content .swiper-slide {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-position: center;
    background-size: cover;
}
.product_highlights_content .text {
    padding: 34px 70px;
    background-color: #aaaaaa33;
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
}

.product_highlights_content .item {
    color: #b9babc;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 20px 0;
    border-bottom: 1px solid #555555;
    text-align: right;
    display: block;
    transition: 0.3s;
    position: relative;
}

.product_highlights_content .item.active,
.product_highlights_content .item:hover {
    color: white;
}

.product_highlights_content .item::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0px;
    height: 2px;
    bottom: -1px;
    background-color: white;
    transition: 0.3s;
}

.product_highlights_content .item.active::after {
    width: 80px;
}

@media (max-width: 1600px) {
    .product_highlights_content {
    }
    .product_highlights_content .text {
        padding: 20px 40px;
    }
    .product_highlights_content .item {
        font-size: 18px;
        padding: 16px 0;
    }
}

@media (max-width: 1024px) {
    .product_highlights_content {
        grid-template-columns: 100%;
    }
    .product_highlights_content .text {
        padding: 20px 40px;
    }
    .product_highlights_content .item {
        font-size: 16px;
        padding: 16px 0;
        text-align: left;
    }

    .product_highlights_content .swiper-slide {
        min-height: 400px;
    }

    .product_highlights_content .right {
        margin-top: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .product_highlights_content .swiper-slide {
        min-height: 300px;
    }
    .product_highlights_content .text {
        padding: 12px 20px;
        font-size: 14px;
    }
    .product_highlights_content .right {
        display: grid;
        grid-template-columns: 1fr;
    }
    .product_highlights_content .item {
        font-size: 14px;
        padding: 8px 0;
        text-align: left;
    }
}

.material_characteristics_content {
    display: grid;
    grid-template-columns: 60% 30%;
    justify-content: space-between;
}

.material_characteristics_content .item {
    padding: 20px 0;
    color: #b9babc;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    border-bottom: 1px solid #555555;
    transition: 0.3s;
    display: block;
    position: relative;
}

.material_characteristics_content .item:hover,
.material_characteristics_content .item.active {
    color: white;
}

.material_characteristics_content .item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    right: 0;
    bottom: -1px;
    background-color: white;
    transition: 0.4s;
}

.material_characteristics_content .item.active::after {
    width: 80px;
}

.material_characteristics_content .swiper-slide {
    aspect-ratio: 1;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1600px) {
    .material_characteristics_content {
        grid-template-columns: 60% 34%;
    }
    .material_characteristics_content .item {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .material_characteristics_content .item {
        font-size: 14px;
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    .material_characteristics_content {
        grid-template-columns: 100%;
    }
    .material_characteristics_content .item {
        font-size: 12px;
        padding: 8px 0;
    }
}

.installation_guidelines_content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.installation_guidelines_content .title {
    margin-top: 28px;
    color: #b9babc;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
}

@media (max-width: 1600px) {
    .installation_guidelines_content {
        gap: 20px;
    }

    .installation_guidelines_content .title {
        margin-top: 18px;
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    .installation_guidelines_content {
        gap: 20px;
    }

    .installation_guidelines_content .title {
        margin-top: 18px;
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .installation_guidelines_content {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .installation_guidelines_content .title {
        margin-top: 10px;
        font-size: 16px;
    }
}

body:not(.elementor-editor-active) .physical_performance_indicators:not(:has(table)) {
    display: none;
}
.temp-table-7821 table {
    border-collapse: collapse;
    width: 100%;
}
.temp-table-7821 thead th {
    background-color: white;
    border: 1px solid #ebebeb;
    padding: 13px 20px;
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    text-align: center;
}

.temp-table-7821 tbody td {
    padding: 16px 20px;
    border: 1px solid #444444;
    color: #fff;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
}

@media (max-width: 1024px) {
    .temp-table-7821 thead th {
        padding: 10px 15px;
        font-size: 20px;
    }
    .temp-table-7821 tbody td {
        padding: 12px 15px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .temp-table-7821 thead th {
        padding: 8px 10px;
        font-size: 16px;
    }
    .temp-table-7821 tbody td {
        padding: 10px 10px;
        font-size: 14px;
    }
}
