/* ===== PŰIDAT TENTO KîD PRO LEPáę ZOBRAZENę NA MOBILU ===== */
@media (max-width: 768px) {
    .mushroom-item-advanced {
        flex-direction: column; /* Zmžn’ rozloěen’ na vertik‡ln’ (obr‡zek nahoŢe, text dole) */
        text-align: center; /* Vycentruje text pod obr‡zkem */
        gap: 10px;
    }

    .mushroom-item-advanced .mushroom-image-advanced img {
        width: 150px;  /* VřRAZNť ZVťTáę OBRçZEK */
        height: 150px; /* Zachov‡ ‹tvercovů pomžr */
        margin-bottom: 10px; /* VytvoŢ’ mezeru mezi obr‡zkem a nadpisem */
    }

    .mushroom-item-advanced .mushroom-text-advanced h4 {
        font-size: 14pt; /* M’rnž zmenä’me nadpis pro lepä’ proporce */
    }
}

/* === Styly pro str‡nku Komplex 7 hub (AKTUALIZOVANç VERZE) === */

.mushroom-complex-page {
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #FCFDFB; /* Velmi jemnŽ pozad’ pro ‹istů vzhled */
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    animation: fadeInPage 1s ease-in-out;
}

.mushroom-complex-page .section-title {
    font-size: 22pt;
    font-weight: bold;
    color: #2e7d32; /* Tmavä’ zelen‡ pro hlavn’ nadpisy */
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 2px solid #e8f5e9;
    padding-bottom: 10px;
}

.mushroom-complex-page .section-text {
    font-size: 13pt;
    color: #333;
    line-height: 1.7;
    margin-bottom: 25px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* MŢ’ěka s hlavn’mi vůhodami */
.mushroom-complex-page .features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 30px 0;
}

.mushroom-complex-page .feature-box {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    flex: 1;
    min-width: 240px;
    max-width: 300px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mushroom-complex-page .feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.mushroom-complex-page .feature-icon {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto 15px auto;
}

.mushroom-complex-page .feature-box h4 {
    font-size: 14pt;
    color: #388e3c;
    margin-bottom: 10px;
    font-weight: bold;
}

.mushroom-complex-page .feature-box p {
    font-size: 11pt;
    color: #555;
    margin: 0;
    line-height: 1.5;
}

/* NOVř STYL pro pokro‹ilou galerii hub (Moěnost B) */
.mushroom-grid-advanced {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Dva sloupce */
    gap: 25px;
    margin: 30px 0;
}

.mushroom-item-advanced {
    background: linear-gradient(145deg, #f8faf6, #ffffff);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e8f5e9;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    gap: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mushroom-item-advanced:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.mushroom-item-advanced .mushroom-image-advanced img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    object-fit: contain; /* TOTO JE OPRAVA */
    flex-shrink: 0;
}

.mushroom-item-advanced .mushroom-text-advanced h4 {
    margin: 0 0 8px 0;
    color: #32cb00;
    font-size: 16pt;
}

.mushroom-item-advanced .mushroom-text-advanced p {
    margin: 0;
    font-size: 12pt;
    color: #444;
    line-height: 1.6;
}
/* Responzivita pro galerii hub - na mobilu pod sebou */
@media (max-width: 768px) {
    .mushroom-grid-advanced {
        grid-template-columns: 1fr; /* Jeden sloupec na mobilu */
    }
}


/* Zvůraznžn‡ sekce (Jak pouě’vat) */
.mushroom-complex-page .highlight-section {
    background-color: #e8f5e9;
    padding: 25px;
    border-radius: 12px;
    margin: 30px 0;
    border-left: 5px solid #4caf50;
}

/* Sekce dóvžry - Pro‹ si vybrat n‡s? */
.mushroom-complex-page .trust-section {
    background: linear-gradient(135deg, #f0f8e2 0%, #e8f5e9 100%);
    padding: 30px;
    border-radius: 12px;
    margin: 30px 0;
    border: 1px solid #d0e8d2;
    position: relative;
    overflow: hidden;
}

.mushroom-complex-page .trust-section .sub-title {
    color: #2e7d32;
    font-size: 18pt;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
}

.mushroom-complex-page .trust-section p {
    font-size: 12pt;
    line-height: 1.7;
    color: #444;
}

.mushroom-complex-page .trust-section .trust-signature {
    font-style: italic;
    font-size: 12pt;
    color: #388e3c;
    text-align: right;
    margin-top: 20px;
    border-top: 1px solid #d0e8d2;
    padding-top: 15px;
}

/* Animace */
@keyframes fadeInPage {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}
/* Matcha Premium Product Page Styles */
.matcha-premium {
    background-color: #f8faf6; /* Jemně zelené pozadí pro prémiový dojem */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.update-notice {
    background-color: #ffffcc;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 12pt;
    border-left: 4px solid #32cb00;
}

.section-title {
    font-size: 16pt;
    color: #32cb00;
    margin-bottom: 15px;
    border-bottom: 2px solid #4caf50;
    padding-bottom: 5px;
    position: relative;
}

.sub-title {
    font-size: 14pt;
    color: #32cb00;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.section-text {
    font-size: 12pt;
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Nový styl pro "okénka" (inspirováno kdekoupitkombuchu.cz) */
.features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 20px 0;
}

.feature-box {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    flex: 1;
    min-width: 220px;
    max-width: 280px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto 15px auto;
}

.feature-box h4 {
    font-size: 14pt;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
}

.feature-box p {
    font-size: 11pt;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* Styl pro sekce "Chuť, vůně a struktura" a "Informace o balení" */
.highlight-section {
    background-color: #e8f5e9; /* Jemně zelené pozadí, ladí s matcha tématem */
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #4caf50; /* Zelený pruh na levé straně pro zvýraznění */
}

.highlight-section .sub-title {
    color: #388e3c; /* Tmavší zelená pro nadpis */
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left;
    justify-content: flex-start;
}

.highlight-section .section-text {
    color: #444;
    font-size: 12pt;
    line-height: 1.6;
}

/* Styl pro sekci "Proč si vybrat nás?" */
.trust-section {
    background: linear-gradient(135deg, #f0f8e2 0%, #e8f5e9 100%); /* Přechod od světle zelené k ještě světlejší */
    padding: 25px;
    border-radius: 12px;
    margin: 25px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #d0e8d2; /* Jemný rámeček */
    position: relative;
    overflow: hidden;
    animation: fadeInTrust 1.2s ease forwards;
}

.trust-section::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(76, 175, 80, 0.2) 0%, transparent 70%); /* Jemný zelený kruh */
    border-radius: 50%;
}

.trust-section .sub-title {
    color: #2e7d32; /* Tmavší zelená pro nadpis */
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left;
    justify-content: flex-start;
    font-size: 16pt;
    font-weight: bold;
}

.trust-section .trust-text {
    color: #444;
    font-size: 12pt;
    line-height: 1.7;
    margin-bottom: 15px;
    position: relative;
}

.trust-section .trust-text strong {
    color: #4caf50; /* Zelená pro zvýraznění klíčových slov */
    font-weight: 600;
}

.trust-section .trust-signature {
    font-style: italic;
    font-size: 11pt;
    color: #388e3c; /* Tmavší zelená pro podpis */
    text-align: right;
    margin-top: 20px;
    margin-bottom: 0;
    border-top: 1px solid #d0e8d2; /* Jemná čára nad podpisem */
    padding-top: 10px;
}

@keyframes fadeInTrust {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

.info-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    font-size: 12pt;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.info-table td {
    padding: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.info-table td:first-child {
    font-weight: bold;
    color: #333;
    background-color: #f0f8e2;
}

.premium-highlight {
    font-size: 14pt;
    font-style: italic;
    color: #4caf50;
    text-align: center;
    padding: 10px;
    background-color: #e8f5e9;
    border-radius: 5px;
    margin-top: 20px;
}

.fade-in {
    opacity: 0;
    animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.center { text-align: center; }

.video-button {
    display: inline-block;
    background-color: #4caf50;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.video-button:hover {
    background-color: #388e3c;
    transform: scale(1.05);
}

.products-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.product-card {
    flex: 1;
    min-width: 200px;
    max-width: 250px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.product-image {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: opacity 0.3s ease;
}

.product-image:hover {
    opacity: 0.9;
}

.product-title {
    color: #4caf50;
    font-size: 14pt;
    margin-bottom: 5px;
}

.product-button {
    display: inline-block;
    background-color: #4caf50;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.product-button:hover {
    background-color: #388e3c;
    transform: scale(1.05);
}

/* Responzivní úpravy */
@media only screen and (max-width: 768px) {
    .matcha-premium {
        padding: 15px;
    }

    .section-title {
        font-size: 14pt;
    }

    .sub-title {
        font-size: 12pt;
    }

    .section-text {
        font-size: 11pt;
    }

    .feature-box {
        min-width: 150px;
        max-width: 180px;
        padding: 15px;
    }

    .feature-icon {
        width: 90px;
        height: 90px;
    }

    .feature-box h4 {
        font-size: 12pt;
    }

    .feature-box p {
        font-size: 10pt;
    }

    .highlight-section {
        padding: 15px;
    }

    .highlight-section .section-text {
        font-size: 11pt;
    }

    .trust-section {
        padding: 15px;
    }

    .trust-section .sub-title {
        font-size: 14pt;
    }

    .trust-section .trust-text {
        font-size: 11pt;
    }

    .trust-section .trust-signature {
        font-size: 10pt;
    }

    .info-table {
        font-size: 11pt;
    }

    .info-table td {
        padding: 8px;
    }

    .product-card {
        min-width: 160px;
        max-width: 200px;
        padding: 10px;
    }

    .product-title {
        font-size: 12pt;
    }

    .product-button {
        padding: 8px 15px;
        font-size: 11pt;
    }
}

/* Styly pro Ostropestřec mariánský */
.silybum-detailed-description {
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #f9fbe7; /* Jemně žluté pozadí pro zdravý a přírodní dojem */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.silybum-section-title {
    text-align: center;
    color: #4caf50;
    font-size: 20pt;
    margin-bottom: 10px;
    border-bottom: 2px solid #a5d6a7;
    padding-bottom: 5px;
}

.silybum-section-subtitle {
    color: #000000;
    font-size: 16pt;
    text-align: center;
    margin-bottom: 15px;
    font-weight: normal;
}

.silybum-section-text {
    font-size: 12pt;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}

.silybum-intro-text {
    background-color: #e8f5e9;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

.silybum-features-grid {
    padding: 20px;
    background: linear-gradient(135deg, #dcedc8, #c8e6c9);
    border-radius: 15px;
    margin: 30px 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.silybum-features-grid .silybum-sub-title {
    color: #387002;
    font-size: 20pt;
    margin-bottom: 20px;
    text-align: center;
}

.silybum-feature-box {
    flex-basis: 45%;
    margin-bottom: 15px;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.silybum-feature-box:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.silybum-feature-box h3 {
    color: #387002;
    font-size: 14pt;
    margin-bottom: 5px;
}

.silybum-feature-box p {
    font-size: 12pt;
    color: #2a5501;
    line-height: 1.5;
}

.silybum-highlight-section {
    padding: 15px;
    background-color: #f1f8e9;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}

.silybum-highlight-section .silybum-sub-title {
    color: #558b2f;
    font-size: 16pt;
    text-align: left;
    margin-bottom: 15px;
}

.silybum-highlight-section .silybum-section-text {
    color: #000000;
}

.silybum-highlight-section .silybum-bio-link {
    color: #558b2f;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.silybum-highlight-section .silybum-bio-link:hover {
    color: #2e7d32;
}

.silybum-benefits-list {
    padding: 19px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    background-color: #f9fbe7;
}

.silybum-benefits-list .silybum-sub-title {
    color: #558b2f;
    font-size: 16pt;
    margin-bottom: 15px;
    text-align: left;
}

.silybum-benefits-list ul {
    font-size: 12pt;
    line-height: 1.8;
    padding-left: 20px;
}

.silybum-benefits-list li {
    margin-bottom: 8px;
}

.silybum-benefits-list li strong {
    color: #387002;
}

.silybum-nutrition-table {
    padding: 15px;
    background-color: #e0f2f1;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}

.silybum-nutrition-table .silybum-sub-title {
    color: #00695c;
    font-size: 16pt;
    text-align: center;
    margin-bottom: 15px;
}

.silybum-nutrition-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 11pt;
}

.silybum-nutrition-table thead tr {
    background-color: #b2dfdb;
}

.silybum-nutrition-table th, .silybum-nutrition-table td {
    padding: 10px;
    border: 1px solid #00695c;
}

.silybum-nutrition-table th {
    text-align: left;
}

.silybum-nutrition-table td:nth-child(2), .silybum-nutrition-table td:nth-child(3) {
    text-align: right;
}

.silybum-nutrition-table .silybum-indented {
    padding-left: 25px;
}

.silybum-nutrition-table .silybum-double-indented {
    padding-left: 40px;
}

.silybum-nutrition-table .silybum-rhp-note {
    font-size: 9pt;
    text-align: right;
    margin-top: 5px;
    color: #004d40;
}

.silybum-important-info {
    padding: 15px;
    background-color: #fffde7;
    border-left: 5px solid #fbc02d;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

.silybum-important-info .silybum-sub-title {
    color: #f57f17;
    font-size: 16pt;
    margin-bottom: 10px;
    text-align: left;
}

.silybum-important-info .silybum-info-subtitle {
    color: #f57f17;
    font-size: 14pt;
    margin-top: 15px;
    margin-bottom: 5px;
}

.silybum-trust-section {
    background: linear-gradient(135deg, #f0f8e2 0%, #e8f5e9 100%);
    padding: 25px;
    border-radius: 12px;
    margin: 25px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #d0e8d2;
    position: relative;
    overflow: hidden;
    animation: fadeInTrustSilybum 1.2s ease forwards;
}

.silybum-trust-section::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(76, 175, 80, 0.2) 0%, transparent 70%);
    border-radius: 50%;
}

.silybum-trust-section .silybum-sub-title {
    color: #2e7d32;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left;
    justify-content: flex-start;
    font-size: 16pt;
    font-weight: bold;
}

.silybum-trust-section .silybum-trust-text {
    color: #444;
    font-size: 12pt;
    line-height: 1.7;
    margin-bottom: 15px;
    position: relative;
}

.silybum-trust-section .silybum-trust-text strong {
    color: #4caf50;
    font-weight: 600;
}

.silybum-trust-section .silybum-trust-signature {
    font-style: italic;
    font-size: 11pt;
    color: #388e3c;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 0;
    border-top: 1px solid #d0e8d2;
    padding-top: 10px;
}

@keyframes fadeInTrustSilybum {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

.silybum-promo-section {
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    margin: 20px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.silybum-promo-section:nth-child(1) {
    background: #e0ffe0;
}

.silybum-promo-section:nth-child(1) p a {
    color: #4caf50;
    font-weight: bold;
    font-size: 14pt;
    text-decoration: none;
}

.silybum-promo-section:nth-child(2) {
    background: #f8d0e0;
}

.silybum-promo-section:nth-child(2) a {
    color: #fb00ff;
    font-weight: bold;
    font-size: 14pt;
    text-decoration: none;
}

.silybum-promo-section:nth-child(3) {
    background: #f3e5f5;
}

.silybum-promo-section:nth-child(3) a {
    color: #8e24aa;
    font-weight: bold;
    font-size: 14pt;
    text-decoration: none;
}

.silybum-rating-stars {
    margin-top: 5px;
}

.silybum-rating-stars span {
    color: #ffd700;
    font-size: 16pt;
}

.silybum-products-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.silybum-products-grid .silybum-sub-title {
    color: #4caf50;
    font-size: 18pt;
    margin-bottom: 20px;
    text-align: center;
}

.silybum-products-grid .silybum-section-text {
    text-align: center;
    margin-bottom: 20px;
}

.silybum-product-card {
    flex: 1;
    min-width: 200px;
    max-width: 250px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.silybum-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.silybum-product-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: opacity 0.3s ease;
}

.silybum-product-image:hover {
    opacity: 0.9;
}

.silybum-product-title {
    color: #4caf50;
    font-size: 14pt;
    margin-bottom: 5px;
}

.silybum-product-button {
    display: inline-block;
    background-color: #4caf50;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.silybum-product-button:hover {
    background-color: #388e3c;
    transform: scale(1.05);
}

.silybum-footer-text {
    text-align: center;
    font-size: 12pt;
    margin-top: 30px;
    color: #4caf50;
}

.fade-in-silybum {
    opacity: 0;
    animation: fadeInSilybum 1s ease forwards;
}

@keyframes fadeInSilybum {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.silybum-center {
    text-align: center;
}

/* Responzivní úpravy pro Ostropestřec */
@media only screen and (max-width: 768px) {
    .silybum-detailed-description {
        padding: 15px;
    }

    .silybum-section-title {
        font-size: 16pt;
    }

    .silybum-section-subtitle {
        font-size: 14pt;
    }

    .silybum-section-text {
        font-size: 11pt;
    }

    .silybum-features-grid {
        padding: 15px;
    }

    .silybum-features-grid .silybum-sub-title {
        font-size: 16pt;
    }

    .silybum-feature-box {
        flex-basis: 100%;
        min-width: 150px;
        max-width: 100%;
        padding: 15px;
    }

    .silybum-feature-box h3 {
        font-size: 12pt;
    }

    .silybum-feature-box p {
        font-size: 10pt;
    }

    .silybum-highlight-section {
        padding: 10px;
    }

    .silybum-highlight-section .silybum-sub-title {
        font-size: 14pt;
    }

    .silybum-highlight-section .silybum-section-text {
        font-size: 11pt;
    }

    .silybum-benefits-list {
        padding: 15px;
    }

    .silybum-benefits-list .silybum-sub-title {
        font-size: 14pt;
    }

    .silybum-benefits-list ul {
        font-size: 11pt;
    }

    .silybum-nutrition-table {
        padding: 10px;
    }

    .silybum-nutrition-table .silybum-sub-title {
        font-size: 14pt;
    }

    .silybum-nutrition-table table {
        font-size: 10pt;
    }

    .silybum-nutrition-table th, .silybum-nutrition-table td {
        padding: 8px;
    }

    .silybum-important-info {
        padding: 10px;
    }

    .silybum-important-info .silybum-sub-title {
        font-size: 14pt;
    }

    .silybum-important-info .silybum-info-subtitle {
        font-size: 12pt;
    }

    .silybum-trust-section {
        padding: 15px;
    }

    .silybum-trust-section .silybum-sub-title {
        font-size: 14pt;
    }

    .silybum-trust-section .silybum-trust-text {
        font-size: 11pt;
    }

    .silybum-trust-section .silybum-trust-signature {
        font-size: 10pt;
    }

    .silybum-promo-section {
        padding: 10px;
    }

    .silybum-promo-section p a, .silybum-promo-section a {
        font-size: 12pt;
    }

    .silybum-rating-stars span {
        font-size: 14pt;
    }

    .silybum-products-grid .silybum-sub-title {
        font-size: 16pt;
    }

    .silybum-product-card {
        min-width: 160px;
        max-width: 200px;
        padding: 10px;
        height: 360px;
    }

    .silybum-product-image {
        height: 120px;
    }

    .silybum-product-title {
        font-size: 12pt;
    }

    .silybum-product-button {
        padding: 8px 15px;
        font-size: 11pt;
    }

    .silybum-footer-text {
        font-size: 11pt;
    }
}

/* === Stylování sekce Poklidné ráno === */
.product-poklidne-rano {
  font-family: Arial, sans-serif;
  color: #000;
  padding: 20px 0;
  animation: fadeIn 1s ease-in-out;
}

.product-poklidne-rano .section-title {
  font-size: 24pt;
  color: #2e7d32;
  margin-bottom: 10px;
}

.product-poklidne-rano .section-text {
  font-size: 14pt;
  margin-bottom: 25px;
}

.product-poklidne-rano .features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.product-poklidne-rano .feature-box {
  flex: 1 1 300px;
  background: #f0fdf4;
  border: 1px solid #c8e6c9;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

.product-poklidne-rano .feature-box h4 {
  margin-top: 10px;
  font-size: 16pt;
  color: #388e3c;
}

.product-poklidne-rano .feature-box p {
  font-size: 12pt;
}

.product-poklidne-rano .feature-icon {
  width: 50px;
  height: auto;
}

.section-divider {
  border: none;
  border-top: 2px solid #e0e0e0;
  margin: 40px 0;
}

.product-poklidne-rano .section-subtitle {
  font-size: 18pt;
  margin-bottom: 20px;
  color: #33691e;
}

.herbs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.herb-card {
  background-color: #f9fbe7;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #dce775;
}

.herb-card h3 {
  font-size: 14pt;
  margin-bottom: 10px;
  color: #558b2f;
}

.herb-card p {
  font-size: 12pt;
}

.organic-note {
  font-style: italic;
  color: #666;
  font-size: 11pt;
  margin-top: -10px;
  margin-bottom: 30px;
}

.preparation-steps {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13pt;
  margin-bottom: 30px;
}

.certification-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-bottom: 40px;
}

.certification-box {
  text-align: center;
  font-size: 12pt;
  color: #2e7d32;
}

.recommend-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.recommend-card {
  flex: 1 1 240px;
  text-align: center;
}

.recommend-card img {
  width: 100%;
  max-width: 220px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  margin-bottom: 8px;
}

.recommend-card p {
  font-size: 12pt;
  color: #000;
}

/* CTA Box */
.cta-box {
  background: linear-gradient(145deg, #e8f5e9, #f1f8e9);
  border: 1px solid #c5e1a5;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  margin-bottom: 60px;
}

.cta-heading {
  font-size: 18pt;
  color: #33691e;
  margin-bottom: 10px;
}

.cta-text {
  font-size: 13pt;
  margin-bottom: 20px;
}

.cta-button {
  background-color: #43a047;
  color: #fff;
  padding: 12px 24px;
  font-size: 13pt;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #2e7d32;
}

/* Animace */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}