#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;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.hero-image-desktop {
    position: absolute;
}

.hero-image-mobile {
    width: 100%;
    display: none;
}

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

.hero-semi {
    width: 50%;
    z-index: 10;
}

.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 {
    color: white;
}

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


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

    #main-hero {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .highlight-hero {
        flex-direction: column;
        padding: 0px;
        margin-top: 0px;
    }

    .hero-semi {
        display: none;
        width: 100%;
    }

    .hero-image-desktop {
        display: none;
    }

    .hero-image-mobile {
        display: block;
    }

    .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;
    }

    #products-section {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}


.home__section {
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media only screen and (max-width: 650px) {
    .home__section {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}



#_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 {
    border-radius: 15px;
    border: 1px solid #e4dfdf;
    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 */

#blog-section-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px;
}

#blog-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px;
    background: rgb(230, 230, 230);
    margin: 0px;
}


.blog-posts {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.blog-post {
    height: 500px;
    width: 300px;
    min-width: 300px;
    margin: 15px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border: 2.5px solid black;
}

.blog-post-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(transparent, black);
    z-index: 999;
}

.blog-post > img {
    height: 100%;
}

.blog-post-text {
    position: absolute;
    bottom: 10px;
    color: white;
    z-index: 999;
    padding: 0px 10px;
}



#stats-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 40px 0;
}

.stat {
    text-align: center;
}

.counter {
    font-size: 36px;
    margin-bottom: 10px;
}






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

.section-footer-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}


.usp-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 350px;
    color: rgb(0, 0, 0);
    text-align: center;
    margin-top: 20px;
    padding-bottom: 0px !important;
    border-radius: 15px;
}



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


.usp-section > div {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.usp-section .text-wrapper {
    padding: 50px;
    border-radius: 15px;
}

.usp-section img {
    border-radius: 15px;
    height: 100%;
    width: fit-content;
}

.fast-delivery__s {
    background: var(--primary-color);
    color: white;
    height: 230px;
}

.fast-delivery-text-wrapper {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.fast-delivery-text-wrapper p {
    text-align: left;
}

.fast-delivery-img-wrapper {
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}

.fast-delivery__s h2 {
    text-align: center;
    font-weight: 600;
}

.fast-delivery__s p {
}

.fast-delivery-img-wrapper img {
    position: absolute;
    bottom: 0px;
}

@media only screen and (max-width: 768px) {
    .usp-section {
        padding: 5px 2px;
        padding-bottom: 0px !important;
        border-radius: 0px;
    }

    .base-section > div {
        width: 100%;
    }

    .base-section .text-wrapper {
        padding: 20px;
    }


    .usp-section img {
        border-radius: 15px;
    }

    .base-section img {
        height: auto;
    }

    .fast-delivery__s {
        height: 200px;
    }

    .fast-delivery-text-wrapper {
        padding-left: 15px;
    }

    .fast-delivery-img-wrapper img {
        width: 100%;
    }
}

.review-section > div {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


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

.review-stars {
    width: 150px;
}

.review-grade-image {
    display: none;
}

.review-text {
    width: 75%;
}

@media only screen and (max-width: 650px) {
    .review-section > div {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #reviews-slider {
        width: 90%;
        overflow: hidden;
        margin-top: 15px;
    }

    .review-text-wrapper {
        width: 80%;
    }

    .review-text {
        text-align: center;
        width: 100%;
    }

    .review-text-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.review-headline {
    font-weight: 600;
}

.reviews-average-rating {
    display: none;
}


.product-show-container {
    margin: auto;
}

.product-data-container {
    width: 100%;
    padding: 20px;
    color: white;
    border-radius: 10px;
}

.product-data-container h1 {
    font-weight: 600;
}

.product-data-container p {
    font-weight: 500;
    font-size: 17px;
    margin-top: 5px;
}

.product-data-container > div {
    width: 50%;
}

.product-information {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .product-data-container {
        margin-bottom: 20px;
    }
}

.first-element {
    background: linear-gradient(90deg,#F8A86D, #D75A00);
}

.second-element {
    background: linear-gradient(90deg,#adacc6, #7a67b2);
}

.third-element {
    background: linear-gradient(90deg,#AEC6AC, #6DB267);
}

.fourth-element {
    background: linear-gradient(90deg,#acb6c6, #3e68af);
}

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



.croatian-quality-container {
    overflow: hidden;
    height: 600px;
    position: relative;
    display: flex;
    width: 100%;
    height: 500px;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 650px) {
    .croatian-quality-container {
        height: 200px;
    }
}

.croatian-quality-band {
    width: 100%;
    position: absolute;
    z-index: -1;
}

.quality-text-wrapper {
    padding: 15px;
    background: #ffffff9e;
    border-radius: 15px;
}


@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@400;600;700&display=swap');


.product-card {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    height: 350px;
    background: url('./card-canvas.png') no-repeat center center;
    background-size: cover;
    border-radius: 12px;
    overflow: hidden;
}

.product-content {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 20%, rgba(0, 49, 95, 0) 50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
}


.product-text {
    color: var(--primary-color);
    max-width: 40%;
}

.product-text h1 {
    margin: 0;
    font-size: 2.7rem;
    font-weight: 500;
}

.product-text p {
    font-size: 1.2rem;
    margin: 20px 0 20px;
    font-weight: 300;
}

.glass-button {
    padding: 10px 30px;
    border: 1px solid white;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: white;
    font-size: 1.4rem;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 100px;
    text-transform: uppercase;
}

.glass-button:hover {
    background: rgba(255, 255, 255, 0.4);
}



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

    .product-text h1 {
        font-size: 2.5rem;
    }

    .product-text {
        max-width: 60%;
    }
}