.pw-slider {
    position: relative;
}

.pw-slider::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    background: linear-gradient(to bottom, #F0F0F0 0%, #ffffff 100%) !important;
    transform: translateX(-50%);
    margin-left: 50%;
    z-index: -1;
}


.homepage-products-heading-1, .homepage-products-heading-2{
    padding-top: 40Px !important;
    text-align: left;
    font-size: 32px;
    font-weight: 300;
}

.homepage-products-heading-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 30px;
}


button.owl-next::before {
    content: url(/user/documents/pw/img/arrow_right.svg);
}


button.owl-prev::before {
    content: url(/user/documents/pw/img/arrow_left.svg);
}

button.owl-prev span, button.owl-next span{
    display: none;
}


.owl-nav {
    position: absolute;
    top: calc(50%);
    width: calc(100% + 180px);
    display: flex;
    justify-content: space-between;
    margin-left: -90Px;
}


div#products-1,div#products-2 {
    padding-bottom: 80px;
}


@media (max-width: 767px) {

        .owl-carousel {
        overflow-y: scroll !important;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .owl-nav{
        display: none;
}

  .owl-carousel .owl-stage-outer {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scrollbar-width: none; 
        -ms-overflow-style: none; 
    }

    .owl-carousel .owl-stage-outer::-webkit-scrollbar {
        display: none; 
    }

    div#products-1, div#products-2 {
    padding-bottom: 50px !important;
}
}


@media (min-width: 768px) and (max-width: 1199px){
.owl-nav {
        position: absolute;
        top: 62px;
        width: 100% !important;
        display: flex;
        justify-content: end;
        gap: 15px;
        margin-left: 0 !important;
    }
}

@media (min-width: 1200px) and (max-width: 1439px){
    .owl-nav {
    position: absolute;
    top: calc(50%);
    width: calc(100% + 160px);
    display: flex;
    justify-content: space-between;
    margin-left: -80Px;
}
}

