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

/* Gombok */
.hero-buttons {
    display: flex;
    gap: 12px;
}

.about-hero {
    padding: 25px;
    background-color: #fedc97;
    border-radius: 15px;
    color: #000000;
}

span.accent {
    background-color: #ffdb97;
    color: black;
    padding: 2px;
    font-weight: 600;
}

span.highlight {
    background-color: #27666e;
    color: white;
    padding: 2px;
    font-weight: 600;
}

.product-compare-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 25px;
    font-family: "Inter", sans-serif;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
}

.product-compare-table th {
    background-color: #033f63;
    color: #ffffff;
    padding: 16px;
    text-align: left;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.product-compare-table td {
    padding: 16px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 15px;
    line-height: 1.6;
    color: #222222;
}

.product-compare-table tr:last-child td {
    border-bottom: none;
}

.product-compare-table tbody tr:nth-child(even) {
    background-color: #f7f8f9;
}

.about-hero h1 {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
}

.btn {
    padding: 12px 20px;
    border-radius: 40px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.btn-primary {
    background: #033f63;
    color: #ffffff;
    border: 1px solid #033f63;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #05527f;
    border-color: #05527f;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(3, 63, 99, 0.25);
}

.btn-secondary {
    background: transparent;
    border: 1px solid #e8395a;
    color: #e8395a;
}

.about-cta-buttons {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.ctabute,
.ctabut {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    transition: all 0.3s ease;
}

.ctabute {
    background-color: #033f63;
    color: #ffffff;
    border: 1px solid #033f63;
}

.ctabute:hover {
    background-color: #05527f;
    border-color: #05527f;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(3, 63, 99, 0.20);
}

.ctabut {
    background-color: transparent;
    color: #033f63;
    border: 1px solid #033f63;
}

.ctabut:hover {
    background-color: #033f63;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(3, 63, 99, 0.15);
}

.about-cta-image {
    display: flex;
    width: 40%;
}

.about-cta-image img {
    object-fit: cover;
}

.about-cta-wrapper {
    gap: 20px;
    display: flex;
    font-family: 'Poppins', sans-serif;
    background-color: #fedc97;
    border-radius: 20px;
}

.about-cta-content {
    display: flex;
    flex-direction: column;
    width: 70%;
    padding: 50px 25px;
}

.termekekgomb {
    display: inline-block;
    padding: 12px 22px;
    background-color: #033f63;
    color: #ffffff;
    border: 1px solid #033f63;
    border-radius: 40px;
    text-decoration: none;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    transition: all 0.3s ease;
}

.termekekgomb:hover {
    background-color: #e8395a;
    border-color: #e8395a;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(232, 57, 90, 0.25);
}

.shop-image-block {
    margin: 30px 0;
}

.shop-image-block img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}

.shop-image-block figcaption {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
    font-family: "Inter", sans-serif;
    color: #555555;
}

.principles-egrid,
.principles-grid,
.trust-grid.e,
.why-grid,
.difference-grid {
    display: grid;
    gap: 15px;
}

.principles-egrid,
.principles-grid { grid-template-columns: repeat(4, 1fr); }
.trust-grid.e { grid-template-columns: repeat(3, 1fr); }
.why-grid,
.difference-grid { grid-template-columns: repeat(3, 1fr); }

.principle-item,
.why-item,
.difference-item {
    background-color: #f7f8f9;
    padding: 20px;
    border-radius: 10px;
}

.principle-item h3,
.why-grid h3,
.difference-item h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
}

.principle-item p,
.why-grid p,
.difference-item p {
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

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

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

.shop p {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.shop a.inline-link {
    font-weight: 700;
    color: #e8395a;
}

/* Reszponzív */
@media (max-width: 767px) {
    .principles-grid,
    .principles-egrid,
    .trust-grid,
    .why-grid,
    .difference-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

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

    .about-cta-image { width: 100%; }
    .about-cta-content { width: 100%; padding: 25px; }
    .about-cta-wrapper { flex-direction: column; gap: 10px; }

    .shop-image-block img { height: 320px; }

    .product-compare-table,
    .product-compare-table thead,
    .product-compare-table tbody,
    .product-compare-table th,
    .product-compare-table td,
    .product-compare-table tr {
        display: block;
        width: 100%;
    }

    .product-compare-table thead { display: none; }

    .product-compare-table tr {
        background-color: #f7f8f9;
        margin-bottom: 15px;
        padding: 15px;
        border-radius: 10px;
    }

    .product-compare-table td {
        display: flex;
        flex-direction: column;
        padding: 10px 0;
        border-bottom: 1px solid rgba(0,0,0,0.08);
    }

    .product-compare-table td::before {
        content: attr(data-name);
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        color: #033f63;
        margin-bottom: 4px;
        font-size: 13px;
    }
}