.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce .products ul,
.woocommerce ul.products,
.woocommerce nav.woocommerce-pagination {
    display: none !important;
}

.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation {
    padding: 0px;
}

h1.woocommerce-products-header__title.page-title {
    display: none;
}

body {
    background-color: #f5f9f4;
}

.hero {
    background-color: #e7f1ea;
    padding: 15px;
    border-radius: 15px;
    font-family: "Poppins", sans-serif;
}

.hero h1 {
    font-size: 30px;
    font-weight: 600;
}

.hero p {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 10px;
}

a.shop-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 999px;
    border: 0;
    background: #5e9a78;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 6px 18px -6px #5e9a78;
    transition: transform .18s cubic-bezier(.3, .7, .4, 1), background .18s, box-shadow .18s;
}

.page-description {
    background-color: #f5f9f4;
}


.webshopsz h2 {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
}

.webshopsz  h3 {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
}

.order-benefits {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 15px;
    font-family: "Poppins", sans-serif;
}

.order-benefit-item {
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #ece5e7;
    padding: 15px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform .2s cubic-bezier(.3, .7, .4, 1), box-shadow .2s;
    align-items: flex-start;
}

.order-benefit-item h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #2a312c;
}

.order-benefit-item p {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    margin-bottom: 0px;
}

.webshopsz p {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 29px;
}

.webshopsz strong {
    font-weight: 600;
}

.webshopsz a {
    font-weight: 700;
    color: black;
}

/* Reszponzív */
@media (max-width: 767px) {
  
    .hero h1 {
    font-size: 25px;
    font-weight: 600;
}

.order-benefits {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 5px;
    font-family: "Poppins", sans-serif;
}

.order-benefit-item {
    border-radius: 15px;
    padding: 10px;
}

.order-benefit-item h3 {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
    color: #2a312c;
    margin-bottom: 10px;
}

    .webshopsz h2 { font-size: 20px; }
    .webshopsz h3 { font-size: 18px; }
    .about-hero h1 { font-size: 25px; }

    .separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation {
    padding: 0px 10px;
    background-color: #f5f9f4;
}
   
}