/* ================================================
   ZELEN Promocje v2.0
   Układ: wiersz z obrazkiem + rozwijany opis
   Kolorystyka: złoto-beż #b89c6e, zieleń #1a2820
   ================================================ */

.zelen-promo-section {
    padding: 48px 0 64px;
    font-family: inherit;
}

/* ── NAGŁÓWEK ── */
.zelen-promo-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

.zelen-promo-eyebrow {
    display: block;
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #b89c6e;
    margin-bottom: 12px;
    font-weight: 500;
}

.zelen-promo-title {
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 400;
    color: #1a2820;
    font-family: Georgia, 'Times New Roman', serif;
    line-height: 1.2;
    margin: 0 0 12px;
}

.zelen-promo-desc {
    font-size: 15px;
    color: #888;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.75;
}

/* ── LISTA ── */
.zelen-promo-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ── WIERSZ ── */
.zelen-promo-row {
    border: 1px solid #e8e2d9;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.zelen-promo-row:hover {
    border-color: #c9a96e;
    box-shadow: 0 4px 20px rgba(26, 40, 32, 0.07);
}

/* ── GÓRNA CZĘŚĆ: obrazek + środek + prawa ── */
.zelen-promo-main {
    display: flex;
    align-items: stretch;
    min-height: 110px;
}

/* Obrazek */
.zelen-promo-img-wrap {
    width: 200px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}

.zelen-promo-img {
    width: 100%;
    height: 100%;
    min-height: 110px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.zelen-promo-row:hover .zelen-promo-img {
    transform: scale(1.04);
}

.zelen-promo-img-placeholder {
    width: 100%;
    height: 100%;
    min-height: 110px;
    background: #f5ede0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zelen-promo-img-placeholder svg {
    width: 32px;
    height: 32px;
    opacity: 0.45;
}

/* Środek – nazwa + meta */
.zelen-promo-mid {
    flex: 1;
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    min-width: 0;
}

.zelen-promo-name {
    font-size: 15px;
    font-weight: 500;
    color: #1a2820;
    line-height: 1.4;
    margin: 0;
}

.zelen-promo-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #aaa;
}

.zelen-promo-meta svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
}

/* Licznik czasu */
.zelen-countdown {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 2px;
}

.zelen-countdown-label {
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #b89c6e;
    font-weight: 600;
    flex-shrink: 0;
}

.zelen-countdown-blocks {
    display: flex;
    align-items: center;
    gap: 2px;
}

.zelen-cb-block {
    text-align: center;
}

.zelen-cb-num {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #1a2820;
    background: #f5ede0;
    border-radius: 4px;
    padding: 2px 5px;
    min-width: 28px;
    line-height: 1.5;
    font-family: Georgia, serif;
}

.zelen-cb-unit {
    font-size: 8px;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    text-align: center;
    margin-top: 1px;
}

.zelen-cb-sep {
    font-size: 11px;
    color: #c9a96e;
    padding: 0 1px;
    margin-bottom: 10px;
    line-height: 1;
}

/* Prawa kolumna – ceny + przycisk */
.zelen-promo-right {
    flex-shrink: 0;
    padding: 16px 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    border-left: 1px solid #f0ece4;
    min-width: 180px;
}

.zelen-promo-prices {
    text-align: right;
}

.zelen-promo-price-old {
    font-size: 13px;
    color: #bbb;
    text-decoration: line-through;
    display: block;
    line-height: 1;
    margin-bottom: 2px;
}

.zelen-promo-price-new {
    font-size: 24px;
    font-weight: 600;
    color: #1a2820;
    font-family: Georgia, 'Times New Roman', serif;
    line-height: 1;
    display: block;
}

.zelen-promo-price-row {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: flex-end;
    margin-top: 4px;
    flex-wrap: wrap;
}

.zelen-promo-save {
    position: relative;
    display: inline-block;
    background: #c0392b;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 5px 12px;
    border-radius: 3px 3px 3px 0;
    line-height: 1.3;
    white-space: nowrap;
    text-transform: uppercase;
}

/* Ucięty lewy dolny róg – efekt zakładki jak na screenie */
.zelen-promo-save::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    border-right: 6px solid #7b1a11;
    border-bottom: 6px solid transparent;
    width: 0;
    height: 0;
}

/* Wersja ribbon po prawej stronie karty (na zdjęciu) */
.zelen-promo-ribbon {
    position: absolute;
    top: 14px;
    right: 0;
    background: #c0392b;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 6px 14px 6px 12px;
    line-height: 1.3;
    white-space: nowrap;
    border-radius: 3px 0 0 3px;
    z-index: 2;
}

.zelen-promo-ribbon::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -7px;
    border-left: 14px solid #8b1a1a;
    border-bottom: 7px solid transparent;
    width: 0;
    height: 0;
}

.zelen-promo-price-label {
    font-size: 10px;
    color: #b89c6e;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.zelen-promo-btn {
    display: inline-block;
    background: #1a2820;
    color: #d4b483;
    border: none;
    padding: 10px 24px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s ease;
    white-space: nowrap;
    text-align: center;
}

.zelen-promo-btn:hover {
    background: #2d3d35;
    color: #e8c98a;
    text-decoration: none;
}

/* ── PASEK DOLNY: urywek opisu + ROZWIŃ ── */
.zelen-promo-footer {
    border-top: 1px solid #f0ece4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background: #fdfaf7;
    cursor: pointer;
    user-select: none;
    transition: background 0.15s;
}

.zelen-promo-footer:hover {
    background: #faf5ee;
}

.zelen-promo-footer-text {
    font-size: 12.5px;
    color: #999;
    flex: 1;
    padding-right: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}

.zelen-promo-toggle {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #b89c6e;
    flex-shrink: 0;
    white-space: nowrap;
    transition: color 0.15s;
}

.zelen-promo-toggle svg {
    width: 14px;
    height: 14px;
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

.zelen-promo-row.zp-open .zelen-promo-toggle svg {
    transform: rotate(180deg);
}

.zelen-promo-row.zp-open .zelen-promo-toggle {
    color: #1a2820;
}

/* ── ROZWIJANY OPIS ── */
.zelen-promo-expand {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.zelen-promo-row.zp-open .zelen-promo-expand {
    max-height: 400px;
}

.zelen-promo-expand-inner {
    padding: 18px 22px;
    font-size: 13.5px;
    color: #666;
    line-height: 1.75;
    border-top: 1px solid #f0ece4;
}

/* ── WYGASŁY LICZNIK ── */
.zelen-countdown.zp-expired .zelen-countdown-label {
    color: #c0392b;
    letter-spacing: 0;
    text-transform: none;
    font-size: 11px;
}

.zelen-countdown.zp-expired .zelen-cb-num {
    color: #ccc;
    background: #f9f9f9;
}

/* ── BRAK PROMOCJI ── */
.zelen-brak-promocji {
    text-align: center;
    color: #aaa;
    font-style: italic;
    padding: 48px 0;
    font-size: 15px;
}

/* ── RESPONSYWNOŚĆ ── */
@media (max-width: 680px) {
    .zelen-promo-main {
        flex-wrap: wrap;
    }

    .zelen-promo-img-wrap {
        width: 100%;
        height: 180px;
    }

    .zelen-promo-img,
    .zelen-promo-img-placeholder {
        height: 180px;
        min-height: 180px;
        width: 100%;
        border-radius: 0;
    }

    .zelen-promo-right {
        border-left: none;
        border-top: 1px solid #f0ece4;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 14px 18px;
        min-width: unset;
    }

    .zelen-promo-prices { text-align: left; }

    .zelen-promo-title { font-size: 26px; }
}

/* ── PRZYCISKI ADD TO CART ── */
.zelen-btn-add,
.zelen-btn-variants {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
    line-height: 1;
}

.zelen-promo-right .zelen-btn-add,
.zelen-promo-right button.zelen-btn-add {
    background: #1a2820 !important;
    color: #d4b483 !important;
    border: none !important;
    box-shadow: none !important;
}
.zelen-promo-right .zelen-btn-add:hover,
.zelen-promo-right button.zelen-btn-add:hover { background: #2d3d35 !important; color: #d4b483 !important; }
.zelen-promo-right .zelen-btn-add.zelen-btn-added,
.zelen-promo-right button.zelen-btn-add.zelen-btn-added { background: #2e7d32 !important; color: #fff !important; }
.zelen-promo-right .zelen-btn-add:disabled,
.zelen-promo-right button.zelen-btn-add:disabled { opacity: 0.7 !important; cursor: wait !important; }

.zelen-promo-right .zelen-btn-variants,
.zelen-promo-right button.zelen-btn-variants {
    background: #f5ede0 !important;
    color: #7a5a1e !important;
    border: 1px solid #d4b483 !important;
    box-shadow: none !important;
}
.zelen-promo-right .zelen-btn-variants:hover,
.zelen-promo-right button.zelen-btn-variants:hover { background: #ede3d0 !important; color: #7a5a1e !important; }
.zelen-promo-right .zelen-btn-variants.zp-variants-btn-open,
.zelen-promo-right button.zelen-btn-variants.zp-variants-btn-open { background: #1a2820 !important; color: #d4b483 !important; border-color: #1a2820 !important; }

/* ── PANEL WARIANTÓW ── */
.zelen-variants-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1);
    border-top: 0 solid #f0ece4;
}

.zelen-variants-panel.zp-variants-open {
    max-height: 800px;
    border-top-width: 1px;
}

.zelen-variants-inner {
    padding: 4px 20px 18px;
}

.zelen-variants-title {
    display: block;
    font-size: 9px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #b89c6e;
    font-weight: 600;
    padding: 14px 0 12px;
}

.zelen-variant-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    border: 1px solid #f0ece4;
    border-radius: 7px;
    margin-bottom: 8px;
    background: #fdfaf7;
    transition: border-color 0.2s;
}
.zelen-variant-row:hover { border-color: #c9a96e; }
.zelen-variant-row:last-child { margin-bottom: 0; }

.zelen-variant-info { flex: 1; min-width: 0; }

.zelen-variant-name {
    font-size: 13px;
    font-weight: 500;
    color: #1a2820;
    line-height: 1.3;
    margin-bottom: 4px;
}

.zelen-variant-prices {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.zelen-variant-new {
    font-size: 17px;
    font-weight: 600;
    color: #1a2820;
    font-family: Georgia, serif;
    line-height: 1;
}

.zelen-variant-old {
    font-size: 12px;
    color: #bbb;
    text-decoration: line-through;
}

.zelen-variant-pct {
    font-size: 10px;
    background: #c0392b;
    color: #fff;
    padding: 2px 7px;
    border-radius: 2px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.zelen-variants-panel .zelen-variant-btn,
.zelen-variants-panel button.zelen-variant-btn {
    flex-shrink: 0;
    background: #1a2820 !important;
    color: #d4b483 !important;
    border: none !important;
    padding: 9px 18px !important;
    border-radius: 5px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
    white-space: nowrap !important;
    box-shadow: none !important;
    outline: none;
    display: inline-block;
    text-decoration: none;
}
.zelen-variants-panel .zelen-variant-btn:hover,
.zelen-variants-panel button.zelen-variant-btn:hover { background: #2d3d35 !important; color: #d4b483 !important; }
.zelen-variants-panel .zelen-variant-btn.zelen-btn-added,
.zelen-variants-panel button.zelen-variant-btn.zelen-btn-added { background: #2e7d32 !important; color: #fff !important; }
.zelen-variants-panel .zelen-variant-btn:disabled,
.zelen-variants-panel button.zelen-variant-btn:disabled { opacity: 0.7 !important; cursor: wait !important; }

/* ── META ROW ── */
.zelen-promo-meta-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.zelen-promo-meta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #aaa;
}
