.site-main .container {
    width: 1190px;
    margin: 0 auto;
}

.hero-section {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.hero-image {
    width: 100%;
    height: auto;
    border-bottom-left-radius: 50% 10%;
    border-bottom-right-radius: 50% 10%;
}

.divider {
    border: 1px solid #F9DBCE;
    width: 70px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 30px;
}

.hero-content {
    padding: 30px;
    margin-top: 40px;
}

.hero-cta {
    text-align: center;
    padding-top: 20px;
}

/* Category oldalon a post-grid elrendezése */
.post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.latest-posts h2,
.latest-club-posts h2 {
    padding-top: 100px;
    ;
    text-align: center;
}

/* Egyedi bejegyzés elemek */
.post-item {
    overflow: hidden;
}

.post-item:hover {}

/* Thumbnail beállítások */
.post-thumbnail {
    width: 100%;
    height: 270px;
    align-items: center;
    justify-content: center;
}

.post-thumbnail img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

/* Tartalom beállítások */
.post-content {}

.post-title {
    margin-bottom: 10px;
}

.post-title a {
    text-decoration: none;
    color: #333;
}

.post-date {
    color: #adadad;
    font-size: 12px;
    line-height: 1.3em;
    margin-bottom: 15px;
    margin-top: 15px;
}

.post-excerpt {
    font-size: 14px;
    color: #777;
    line-height: 1.6em;
    margin-bottom: 15px;
}


a.read-more {
    font-family: "Montserrat", serif;
    display: inline-block;
    color: #E49B7A;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}

.read-more:hover {}

.container-shop-fullwidth {
    width: 100%;
    background-color: #FDEEE8;
    margin-top: 100px;
}

.container-shop {
    width: 978px;
    margin: 0 auto;
}


@media (max-width: 1024px) {
    .site-main .container {
        width: 100%;
    }

    .container-shop {
        width: 100%;
    }

    .post-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 40px;
        margin-top: 40px;
    }

    .webshop-blokk {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 768px) {
    .post-grid {
        grid-template-columns: 1fr;
    }

    .post-grid {
        grid-template-columns: auto;
        padding: 15px;
        margin-top: 40px;
    }

    .latest-posts h2,
    .latest-club-posts h2 {
        padding-top: 60px;
        ;
    }

    .webshop-blokk {
        padding-left: 10px;
        padding-right: 10px;
    }
}