header {
    z-index: 99999;
    position: relative;
}

.et_pb_text_inner h2 {
    font-size: 36px;
    color: #009ee6;
    padding: 0px;
    text-transform: uppercase;
    letter-spacing: .049rem;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: .4em;
}

.single-products #et-main-area {
    background: #fff;
}

.single-products .products-details .product-layout .products-info .productHeading {
    margin-top: 0
}

.product-layout .product-slider-main,
.product-layout .product-slider-thumbs .swiper-slide{
    background: #fff;
    border: 1px solid #eee;
    cursor: pointer;
}

.product-layout .product-slider-thumbs {
    margin-top: 10px;
}

.product-layout .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center; 
}

.product-layout .product-slider-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #aaa;
}

.swiper-wrapper,
.swiper-slide {
    height: auto !important;
}

.swiper-slide {
    padding: 15px;
}

@media only screen and (min-width: 48em) {

    .product-layout {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        align-items: flex-start
    }

    .product-layout > div {
        flex: 1;
        max-width: 50%;
    }

}

@media only screen and (max-width: 48em) {

    .product-layout .products-info {
        margin-top: 30px;
    }

}