.specs {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.spec-section {
    border-bottom: 1px solid var(--gray-dark-bg);
    padding-bottom: 20px;
}

.spec-section:not(:last-child) {
    margin-bottom: 25px;
}

.spec-section:last-child {
    border-bottom: none;
}

.spec-section .label {
    font-weight: bold;
    margin-bottom: 12px;
    display: block;
}

.download-wrapper {
    border-radius: 10px;
}

.download-item {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid var(--gray-dark-bg);
    text-decoration: none;
    color: #ffffff;
    transition: background-color 0.2s;
}

.download-item .icon {
    width: 23px;
    margin-right: 20px;
}

.download-item:hover {
    text-decoration-line: underline;
    text-underline-offset: 10px;
}

.download-item .label {
    font-size: 1rem;
    font-weight: 400;
}

.ytp-large-play-button svg {
    display: none;
}

.ytp-large-play-button {
    background: url(/wp-content/uploads/2026/03/play-button.svg);
}

.product-video {
    border: 1px var(--gray-dark-bg) solid;
    border-radius: 10px;
    overflow: hidden;
}

.blue-img,
.blue-img img {
    width: 100%;
}

.dialog-lightbox-widget-content .swiper-slide {
    background: var(--black-dark-bg);
}

.dialog-lightbox-widget-content .swiper-slide .elementor-lightbox-image {
    box-shadow: none;
}

.elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play svg {
    transform: scale(.95);
}

.elementor-custom-embed-image-overlay svg,
.elementor-custom-embed-image-overlay img {
    transition: .35s all ease;
}

.elementor-custom-embed-image-overlay:hover img {
    transform: scale(1.03);
}

.product-gallery .elementor-swiper-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px white solid !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.product-gallery .elementor-swiper-button svg {
    width: 15px !important;
    height: 15px !important;
}

.popup-button {
    background-color: var(--blue);
}

#cf7-continue {
    background: var(--black-dark-bg);
}

.elementor-custom-embed-play svg {
    width: 77px;
    height: 77px;
}

@media screen and (max-width: 767px) {
    .download-wrapper {
        background: none !important;
    }

    .video-wrapper {
        border: none !important;
    }

    .spec-section:last-child {
        border: none;
    }

    .spec-section,
    .download-item {
        position: relative;
    }

    .download-item:last-child {
        border: none;
    }

    .spec-section:not(:last-child)::before,
    .spec-section:not(:last-child)::after,
    .download-item:not(:last-child)::before,
    .download-item:not(:last-child)::after {
        content: '';
        position: absolute;
        width: 5px;
        height: 5px;
        background: var(--gray-dark-bg);
        border-radius: 50%;
        bottom: -3px;
        left: 0;
    }

    .spec-section:not(:last-child)::before,
    .spec-section:not(:last-child)::after {
        background: var(--gray-dark-bg);
    }

    .spec-section:not(:last-child)::after,
    .download-item:not(:last-child)::after {
        right: 0;
        left: auto;
    }
}

@media screen and (max-width: 1024px) {

    .blue-section-wrapper .thin-line-headline-wrapper {
        order: 1;
    }

    .blue-section-wrapper .absolute-img {
        order: 2;
    }

    .blue-section-wrapper .blue-img {
        order: 3;
        position: absolute;
        bottom: 80px;
        z-index: -1;
    }

    .specification-wrapper {
        background: var(--black-medium-bg);
        color: white;
    }
}

@media screen and (min-width: 1025px) {
    .blue-section-wrapper .absolute-img {
        width: 50vw;
        position: absolute;
        right: 10vw;
        bottom: 50px;
        z-index: 5;
    }

    .spec-section.one-line {
        display: flex;
        gap: 3px;
    }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
    .product-info .e-con-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .product-info .video-wrapper {
        grid-column: span 2;
    }

    .video-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .video-wrapper .custom-title-5 {
        grid-column: span 2;
    }

    .blue-section-wrapper .thin-line-headline-wrapper {
        position: absolute;
        top: 150px;
        max-width: 50%;
    }

    .blue-section-wrapper .absolute-img {
        display: flex;
        justify-content: end;
    }

    .blue-section-wrapper .absolute-img img {
        width: 66%;
    }

    .specification-wrapper {
        border-radius: 10px;
    }
}