/* =========================================================
   Gartenparadies Heek – Gartenbedarf
   ========================================================= */

.gartenbedarf-page {
    background: #f7faf5;
    color: #17351f;
}

.gartenbedarf-hero {
    min-height: 310px;
    display: flex;
    align-items: center;
    color: #ffffff;
    background-size: cover;
    background-position: center;
}

.gartenbedarf-hero-inner {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 58px 25px;
}

.gartenbedarf-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.gartenbedarf-hero h1 {
    font-family: Georgia, serif;
    font-size: 58px;
    line-height: 1.15;
    margin: 0 0 18px;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0,0,0,.7);
}

.gartenbedarf-hero p {
    max-width: 720px;
    font-size: 22px;
    line-height: 1.6;
    margin: 0;
    color: #ffffff;
    text-shadow: 1px 1px 6px rgba(0,0,0,.7);
}

.gartenbedarf-content {
    max-width: 1180px;
    margin: 55px auto 72px;
    padding: 0 25px;
}

.gartenbedarf-actions-top {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.gartenbedarf-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    background: #ffffff;
    color: #2f5d34;
    border: 2px solid #2f5d34;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    transition: all .2s ease;
}

.gartenbedarf-back-btn:hover {
    background: #2f5d34;
    color: #ffffff;
    transform: translateY(-2px);
}

.gartenbedarf-intro,
.gartenbedarf-box {
    background: #ffffff;
    padding: 34px;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    margin-bottom: 42px;
    line-height: 1.75;
    border-left: 7px solid #2f5d34;
}

.gartenbedarf-intro h2,
.gartenbedarf-box h2,
.gartenbedarf-section-title {
    margin: 0 0 14px;
    color: #17351f;
    font-family: Georgia, serif;
}

.gartenbedarf-intro h2,
.gartenbedarf-box h2 {
    color: #2f5d34;
    font-size: 30px;
}

.gartenbedarf-intro p,
.gartenbedarf-box p {
    color: #4a554d;
    font-size: 17px;
    margin: 0 0 12px;
}

.gartenbedarf-section-title {
    font-size: 32px;
    margin-bottom: 24px;
}

.gartenbedarf-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 28px;
}

.gartenbedarf-card {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease;
    text-decoration: none;
    color: inherit;
}

.gartenbedarf-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 34px rgba(0,0,0,.12);
}

.gartenbedarf-card-image {
    height: 210px;
    background-size: cover;
    background-position: center;
    background-color: #eef5ee;
}

.gartenbedarf-card img {
    width: 100%;
    height: 210px;
    object-fit: contain;
    object-position: center center;
    display: block;
    margin: 0 auto;
    background: #eef5ee;
}

.gartenbedarf-card-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.gartenbedarf-icon-circle {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #eef5e9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.gartenbedarf-icon-circle i {
    font-size: 28px;
    color: #2f5d34;
}

.gartenbedarf-card h2 {
    color: #2f5d34;
    margin: 0 0 12px;
    font-size: 23px;
}

.gartenbedarf-card p {
    color: #4a554d;
    line-height: 1.6;
    flex: 1;
    margin: 0;
}

.gartenbedarf-count,
.gartenbedarf-price {
    margin-top: 18px;
    background: #f4fff4;
    border-left: 6px solid #2f5d34;
    padding: 12px 13px;
    border-radius: 10px;
    color: #2f5d34;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.45;
}

.gartenbedarf-price strong {
    color: #17351f;
}

.gartenbedarf-price span {
    color: #17351f;
}

.gartenbedarf-status {
    margin-top: 12px;
    font-weight: 800;
    color: #208020;
}

.gartenbedarf-card-actions {
    display: flex;
    gap: 10px;
    padding: 0 25px 25px;
    flex-wrap: wrap;
}

.gartenbedarf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #2f5d34;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 18px;
    border-radius: 999px;
    font-weight: 800;
    border: 0;
    cursor: pointer;
    transition: all .2s ease;
    font-size: 16px;
}

.gartenbedarf-btn:hover {
    background: #244927;
    transform: translateY(-2px);
}

.gartenbedarf-btn.light {
    background: #ffffff;
    color: #2f5d34;
    border: 2px solid #2f5d34;
}

.gartenbedarf-btn.light:hover {
    background: #2f5d34;
    color: #ffffff;
}

.gartenbedarf-btn.whatsapp {
    background: #25d366;
    color: #ffffff;
}

.gartenbedarf-btn:disabled {
    background: #a8afa6;
    color: #ffffff;
    cursor: not-allowed;
    opacity: .75;
}

.gartenbedarf-btn:disabled:hover {
    background: #a8afa6;
    transform: none;
}

.gartenbedarf-empty {
    background: #ffffff;
    padding: 28px;
    border-radius: 18px;
    color: #5b655b;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    line-height: 1.6;
}

.gartenbedarf-detail-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.gartenbedarf-info-box {
    background: #f4fff4;
    border-left: 7px solid #2f5d34;
    padding: 18px;
    border-radius: 18px;
    margin-bottom: 30px;
}

.gartenbedarf-info-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 14px;
    align-items: stretch;
}

.gartenbedarf-price-box,
.gartenbedarf-meta-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 22px;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    min-height: 150px;
}

.gartenbedarf-price-box h3 {
    margin: 0 0 12px;
    color: #2f5d34;
    font-size: 18px;
}

.gartenbedarf-price-stack {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gartenbedarf-netto {
    color: #777;
    font-size: 15px;
    line-height: 1.35;
}

.gartenbedarf-brutto {
    font-size: 28px;
    font-weight: 800;
    color: #2f5d34;
    line-height: 1.12;
}

.gartenbedarf-einheit {
    color: #667066;
    font-size: 15px;
}

.gartenbedarf-meta-card {
    line-height: 1.45;
    color: #4a554d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.gartenbedarf-lichttraum-logo {
    display: block;
    max-width: 190px;
    width: 100%;
    height: auto;
    margin: 0 auto 14px auto;
}

.gartenbedarf-detail-card h2 {
    color: #2f5d34;
    font-family: Georgia, serif;
}

.gartenbedarf-detail-card p,
.gartenbedarf-detail-card li {
    line-height: 1.8;
}

.gartenbedarf-button-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 35px;
}

.gartenbedarf-notice {
    border-radius: 14px;
    padding: 15px 18px;
    margin-bottom: 24px;
    font-weight: 800;
}

.gartenbedarf-notice.success {
    background: #e8f7ea;
    color: #1f6b2d;
    border: 1px solid #bfe7c5;
}

.gartenbedarf-notice.error {
    background: #fff1f1;
    color: #9b1c1c;
    border: 1px solid #ffcaca;
}

.gartenbedarf-form-box {
    margin-top: 35px;
    background: #f7faf5;
    border-radius: 18px;
    padding: 28px;
    border: 1px solid #dbe8d6;
}

.gartenbedarf-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.gartenbedarf-field {
    margin-bottom: 15px;
}

.gartenbedarf-field label {
    display: block;
    font-weight: 800;
    margin-bottom: 6px;
    color: #17351f;
}

.gartenbedarf-field input,
.gartenbedarf-field textarea {
    width: 100%;
    border: 1px solid #cfdccd;
    border-radius: 12px;
    padding: 12px;
    font-size: 16px;
    box-sizing: border-box;
}

.gartenbedarf-field textarea {
    min-height: 120px;
    resize: vertical;
}

.gartenbedarf-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    line-height: 1.5;
    margin: 15px 0;
}

.gartenbedarf-check input {
    width: auto;
    margin-top: 5px;
}

.gartenbedarf-check a {
    color: #2f5d34;
    font-weight: 800;
}

.gartenbedarf-pflicht {
    font-size: 14px;
    color: #667066;
    line-height: 1.5;
    margin: 8px 0 18px;
}

@media(max-width: 900px) {
    .gartenbedarf-info-grid,
    .gartenbedarf-form-row {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 768px) {
    .gartenbedarf-hero {
        min-height: 310px;
    }

    .gartenbedarf-hero h1 {
        font-size: 40px;
    }

    .gartenbedarf-hero p {
        font-size: 18px;
    }

    .gartenbedarf-content {
        margin: 35px auto 54px;
        padding: 0 18px;
    }

    .gartenbedarf-intro,
    .gartenbedarf-box,
    .gartenbedarf-detail-card,
    .gartenbedarf-form-box {
        padding: 26px;
    }

    .gartenbedarf-section-title {
        font-size: 27px;
    }

    .gartenbedarf-card-actions,
    .gartenbedarf-button-row,
    .gartenbedarf-actions-top {
        flex-direction: column;
    }

    .gartenbedarf-btn,
    .gartenbedarf-back-btn {
        width: 100%;
        box-sizing: border-box;
    }
}
/* V10.4.41 – Unterkategorien */
.gartenbedarf-subcats-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.gartenbedarf-subcats-head .gartenbedarf-section-title {
    margin-bottom: 0;
}

.gartenbedarf-subcat-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border: 1px solid #8caf91;
    border-radius: 999px;
    color: #2f5d34;
    background: #ffffff;
    text-decoration: none;
    font-weight: 800;
}

.gartenbedarf-subcat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 14px;
    margin: 0 0 42px;
}

.gartenbedarf-subcat {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #dbe8d8;
    box-shadow: 0 7px 18px rgba(0,0,0,.05);
    color: #17351f;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.gartenbedarf-subcat:hover,
.gartenbedarf-subcat.active {
    transform: translateY(-2px);
    border-color: #2f5d34;
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.gartenbedarf-subcat.active {
    background: #f2f8ef;
}

.gartenbedarf-subcat-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    background: #eef5e9;
    color: #2f5d34;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.gartenbedarf-subcat strong,
.gartenbedarf-subcat small {
    display: block;
}

.gartenbedarf-subcat strong {
    color: #2f5d34;
    margin-bottom: 5px;
}

.gartenbedarf-subcat small {
    color: #5b655b;
    line-height: 1.45;
}

@media (max-width: 640px) {
    .gartenbedarf-subcats-head {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* V10.4.47 – kuratierte Affiliate-Empfehlungen */
.gartenbedarf-recommend-badge{
    display:inline-flex;
    align-items:center;
    gap:6px;
    width:max-content;
    max-width:100%;
    margin:4px 0 8px;
    padding:5px 9px;
    border-radius:999px;
    background:#eef6e8;
    color:#255c31;
    border:1px solid #d4e5cc;
    font-size:.76rem;
    font-weight:800;
}

/* V10.4.83 – konsequente Kachel-Navigation Saatgut & Rasensamen */
.gartenbedarf-subcat {
    min-height: 145px;
    position: relative;
}

.gartenbedarf-subcat > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
    min-height: 100%;
}

.gartenbedarf-subcat em {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    margin-top: auto;
    padding-top: 10px;
    color: #2f5d34;
    font-size: .78rem;
    font-style: normal;
    font-weight: 800;
}

.gartenbedarf-subcat-rasen {
    background: linear-gradient(135deg, #f4faf1 0%, #ffffff 100%);
    border-color: #cfe0ca;
}

.gartenbedarf-subcat-rasen .gartenbedarf-subcat-icon {
    background: #e5f1e1;
}

.gartenbedarf-subcat-back {
    background: #f7faf7;
}

.gartenbedarf-selection-note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 36px;
    padding: 17px 18px;
    border: 1px solid #dbe8d8;
    border-radius: 16px;
    background: #f8fbf7;
    color: #435246;
    font-weight: 700;
}

.gartenbedarf-selection-note i {
    color: #2f5d34;
}

@media (max-width: 640px) {
    .gartenbedarf-subcat {
        min-height: auto;
    }
}


/* V10.4.88 – Garten-Wellness ↔ Gartensauna & Wellness */
.gartenbedarf-subcat-wellness {
    background: linear-gradient(135deg, #f8f4ea 0%, #ffffff 100%);
    border-color: #d8cfb6;
}

.gartenbedarf-subcat-wellness .gartenbedarf-subcat-icon {
    background: #f1ead9;
    color: #536b42;
}

.gartenbedarf-subcat-wellness:hover {
    border-color: #6c7f55;
    box-shadow: 0 12px 28px rgba(49,74,42,.11);
}


/* =========================================================
   20.08.2026 – Gartenbedarf im abgestimmten Startseiten-Stil
   Nur Darstellung; Inhalte/Funktionen unverändert.
   ========================================================= */

/* Hero exakt wie die öffentliche Startseiten-Vorlage. */
.gartenbedarf-seite .gartenbedarf-hero {
    height: 310px !important;
    min-height: 310px !important;
    max-height: 310px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    padding: 0 !important;
}

.gartenbedarf-seite .gartenbedarf-hero-inner {
    width: 100% !important;
    max-width: 1180px !important;
    height: 310px !important;
    margin: 0 auto !important;
    padding: 0 25px !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
}

.gartenbedarf-seite .gartenbedarf-label {
    margin: 0 0 12px !important;
}

.gartenbedarf-seite .gartenbedarf-hero h1 {
    max-width: 760px !important;
    margin: 0 0 15px !important;
    font-family: Georgia, serif !important;
    font-size: 58px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
}

.gartenbedarf-seite .gartenbedarf-hero p {
    max-width: 720px !important;
    margin: 0 !important;
    font-size: 22px !important;
    line-height: 1.55 !important;
}

/* Inhalt wie die Startseite in klar getrennten, luftigen Abschnitten. */
.gartenbedarf-seite .gartenbedarf-content {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f7faf4 !important;
}

.gartenbedarf-seite .gartenbedarf-actions-top,
.gartenbedarf-seite .gartenbedarf-back-btn {
    display: none !important;
}

/* Intro: kein alter Sammelkasten, sondern ruhige Startseiten-Sektion. */
.gartenbedarf-seite .gartenbedarf-intro {
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 62px 25px 42px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: center !important;
}

.gartenbedarf-seite .gartenbedarf-intro h2 {
    margin: 0 0 16px !important;
    color: #17351f !important;
    font-family: Georgia, serif !important;
    font-size: 40px !important;
    line-height: 1.14 !important;
}

.gartenbedarf-seite .gartenbedarf-intro p {
    max-width: 820px !important;
    margin: 0 auto 12px !important;
    color: #556158 !important;
    font-size: 17px !important;
    line-height: 1.7 !important;
}

.gartenbedarf-seite .gartenbedarf-section-title {
    max-width: 1180px !important;
    margin: 0 auto 26px !important;
    padding: 0 25px !important;
    box-sizing: border-box !important;
    color: #17351f !important;
    font-family: Georgia, serif !important;
    font-size: 34px !important;
    line-height: 1.15 !important;
    text-align: center !important;
}

/* Kategorie-Karten wie die drei Produktkarten auf der Startseite. */
.gartenbedarf-seite .gartenbedarf-grid {
    width: 100% !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 0 25px 72px !important;
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

.gartenbedarf-seite .gartenbedarf-card {
    border: 1px solid #dce6d7 !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(29,63,35,.07) !important;
    overflow: hidden !important;
    transition: transform .18s ease, box-shadow .18s ease !important;
}

.gartenbedarf-seite .gartenbedarf-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 26px rgba(29,63,35,.11) !important;
}

.gartenbedarf-seite .gartenbedarf-card-image {
    height: 185px !important;
    background-size: cover !important;
    background-position: center !important;
}

.gartenbedarf-seite .gartenbedarf-card-body {
    padding: 21px 22px 22px !important;
}

.gartenbedarf-seite .gartenbedarf-icon-circle {
    width: 38px !important;
    height: 38px !important;
    margin: 0 0 12px !important;
    border-radius: 50% !important;
    background: #eef5e9 !important;
}

.gartenbedarf-seite .gartenbedarf-icon-circle i {
    font-size: 17px !important;
}

.gartenbedarf-seite .gartenbedarf-card h2 {
    margin: 0 0 9px !important;
    color: #17351f !important;
    font-family: Georgia, serif !important;
    font-size: 23px !important;
    line-height: 1.18 !important;
}

.gartenbedarf-seite .gartenbedarf-card p {
    margin: 0 0 14px !important;
    color: #556158 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}

.gartenbedarf-seite .gartenbedarf-count {
    width: max-content !important;
    max-width: 100% !important;
    margin: auto 0 13px !important;
    padding: 6px 10px !important;
    border: 1px solid #d7e5d2 !important;
    border-left: 1px solid #d7e5d2 !important;
    border-radius: 999px !important;
    background: #f4f8f1 !important;
    color: #426046 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.gartenbedarf-seite .gartenbedarf-btn {
    width: max-content !important;
    min-height: 36px !important;
    margin-top: 0 !important;
    padding: 9px 14px !important;
    border-radius: 999px !important;
    background: #2f653c !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

.gartenbedarf-seite .gartenbedarf-empty {
    max-width: 1130px !important;
    margin: 0 auto 72px !important;
}

@media (max-width: 950px) {
    .gartenbedarf-seite .gartenbedarf-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 700px) {
    .gartenbedarf-seite .gartenbedarf-hero,
    .gartenbedarf-seite .gartenbedarf-hero-inner {
        height: 310px !important;
        min-height: 310px !important;
        max-height: 310px !important;
    }

    .gartenbedarf-seite .gartenbedarf-hero-inner {
        padding: 0 20px !important;
    }

    .gartenbedarf-seite .gartenbedarf-hero h1 {
        font-size: 40px !important;
        margin-bottom: 10px !important;
    }

    .gartenbedarf-seite .gartenbedarf-hero p {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }

    .gartenbedarf-seite .gartenbedarf-intro {
        padding: 42px 18px 34px !important;
        text-align: left !important;
    }

    .gartenbedarf-seite .gartenbedarf-intro h2 {
        font-size: 31px !important;
    }

    .gartenbedarf-seite .gartenbedarf-section-title {
        padding: 0 18px !important;
        text-align: left !important;
        font-size: 28px !important;
    }

    .gartenbedarf-seite .gartenbedarf-grid {
        grid-template-columns: 1fr !important;
        padding: 0 18px 48px !important;
    }
}
