.hero-img-text-block .item {
    position: relative;
    height: 500px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 6rem 0;
    clip-path: inset(0);
}

.hero-img-text-block  .item.parallax .is-background  {
    position: fixed !important;
}

.hero-img-text-block .text-box {
    position: relative;
}

.hero-img-text-block .main-title {
    text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);

}

.hero-img-text-block .subtext {
    font-size: 1.15rem;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
}

.hero-img-text-block .button-holder {
    margin-top: 30px;
}

.hero-img-text-block .button-left {
    display: inline-block;
}

.hero-img-text-block .button-right {
    display: inline-block;
}

.hero-img-text-block .product-category-list-slider {
    position: relative;
}

    .hero-img-text-block .product-category-list-slider-item {
        position: relative;
    }

    .hero-img-text-block .product-category-list-slider .caption {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        background: rgba(255,255,255,0.75);
        padding: 30px;
    }

    .hero-img-text-block .product-category-list-slider-image {
        max-width: 100%;
    }
    .hero-img-text-block .product-category-list-section {
        margin-top: 0;
        margin-bottom: 0;
    }
@media screen and (max-width:1199px) {

    .hero-img-text-block .product-category-list-slider .caption {
        position: relative;
        bottom: 0;
        top: auto;
        transform: translate(-50%, 0%);
        background: var(--white);
        padding: 30px 15px;
    }

}

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



}


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

    .hero-img-text-block .item {
        height: auto!important;
    }

}

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

    .hero-img-text-block .content {
    	width: 100%;
    }

}

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



}
