#hero, #hero-2 {
    background-position: center;
    background-size: cover;
    display: flex;
    margin-top: 0px;
    height: 50vh;
    flex-direction: column;
    justify-content: end;
    -webkit-justify-content: flex-end;
    align-items: center;
    margin-bottom: 50px;
}

#hero {
    background-image: url("/assets/graphics/home/hero.jpeg");
}

#hero-2 {
    background-image: url("/static/pictures/categories/famous-art-banner.jpg");
}

.highlight-hero {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
}

#main-hero {
    margin-top: 30px;
}

.hero-semi {
    width: 50%;
}

.hero-semi > img {
    width: 100%;
}

.text-hero-part {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.hero-text-wrapper {
    padding-left: 10%;
}

.hero-btn-wrapper-main {
    text-decoration: none;
}


@media screen and (max-width: 650px) {
    .highlight-hero {
        flex-direction: column;
    }

    .hero-semi {
        width: 100%;
    }

    .image-hero-part {
        padding: 20px;
    }

    .text-hero-part {
        width: 100%;
    }

    .hero-text-wrapper {
        display: flex;
        flex-direction: column;
        padding-left: 0%;
    }

    .hero-btn-wrapper-main {
        width: 100%;
    }

    #sticky-home-btn {
        width: 100%;        
    }
    
}

.th-wrapper {
    position: relative;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#th-bg-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 80%;
}

#hero-text-holder {
    display: flex;
    flex-direction: row;
    color: white;
    z-index: 10;
}

.th__text-wrapper > p {
    margin-bottom: 0px;
}

#hero-btn {
    margin-top: 0px;
    margin-left: 0px;
}

.hero-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

    #hero-text-holder {
        color: white;
        z-index: 10;
    }
}


.home__section {
    margin-top: 100px;
    margin-bottom: 100px;
}


#_2-categories {
    margin-top: 50px;
    display: flex;
    width: 100%;
    height: 40vh;
    justify-content: space-between;
}

.category-box {
    width: 48%;
    height: 100%;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#_2-cty-box-1 {
    background-image: url("/assets/graphics/home/poster.jpeg");
}

#_2-cty-box-2 {
    background-image: url("/assets/graphics/home/bulk.jpeg");
}

.text-holder {
    color: white;
    z-index: 10;
}

.th-wrapper__box {
    padding: 20px;
}

.products-slider {
    margin-top: 3%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media only screen and (max-width: 650px) {
    .products-slider {
        flex-direction: column;
    }
}

.product-group {
    width: 50%;
    display: flex;
}

.product-wrapper {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
    text-decoration: none;
    color: black;
}

.product-img-wrapper {
    width: 90%;
}

.product-img__slider {
    width: 100%;
}

.product-info__slider {
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
}

.discount-badge-small {
    background: var(--discount-color);
    border-radius: 20%;
    padding: 5px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
}

@media only screen and (max-width: 650px) {
    #_2-categories {
        height: 30vh;
    }

    .product-group {
        width: 100%;
    }

    .product-wrapper {
        width: 50%;
    }

}


.text-part, .media-part {
    width: 50%;
}

.icon-media {
    max-height: 200px;
}

.media-part {
    display: flex;
    justify-content: center;
    align-items: center;
}

#blog-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 25px;
    background: var(--secondary-color);
}