/* =============================================================
   TERMÉK ALOLDAL SHORTCODE-OK – STÍLUSOK
   ============================================================= */

/* ----- 1. TRUST DOBOZOK (egymás alatt) ----- */

.termek-trust-section {
    display: flex;
    flex-direction: row;
    gap: 0;
    margin: 20px 0;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

.termek-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    background: #fff;
    border-right: 1px solid #e5e7eb;
    border-bottom: none;
    flex: 1;
    transition: background 0.15s ease;
}

.termek-trust-item:last-child {
    border-right: none;
}

.termek-trust-item:hover {
    background: #f9fafb;
}

.termek-trust-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #f0fdf4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #16a34a;
}

.termek-trust-icon svg {
    width: 20px;
    height: 20px;
}

.termek-trust-content {
    flex: 1;
    min-width: 0;
}

.termek-trust-heading {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin-bottom: 3px !important;
    line-height: 1.3 !important;
}

.termek-trust-content p {
    font-size: 16px !important;
    color: #6b7280 !important;
    line-height: 1.55 !important;
    margin: 0 !important;
}

.termek-trust-content p strong {
    color: #374151 !important;
    font-weight: 600 !important;
}

/* ----- 2. SZÁLLÍTÁS BECSLÉS – narancssárga ----- */

.termek-szallitas-becslese {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 10px;
    margin: 0px;
}

.termek-szallitas-icon {
    flex-shrink: 0;
    color: #ea580c;
}

.termek-szallitas-icon svg {
    width: 28px;
    height: 28px;
    display: block;
}

.termek-szallitas-szoveg {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.4;
}

.termek-szallitas-cim {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #c2410c;
}

.termek-szallitas-datum {
    font-size: 14px;
    color: #1a1a1a;
}

.termek-szallitas-datum strong {
    font-weight: 700;
    color: #c2410c;
}

/* ----- 3. STICKY KOSÁR SÁV ----- */

.termek-sticky-kosar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    border-top: 2px solid #e5e7eb;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.termek-sticky-kosar.visible {
    transform: translateY(0);
}

.termek-sticky-kosar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 20px;
}

.termek-sticky-kosar-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    flex: 1;
}

.termek-sticky-kosar-nev {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Árak a sticky sávban */
.termek-sticky-kosar-ar {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

/* Akciós ár – piros */
.termek-sticky-kosar-ar ins,
.termek-sticky-kosar-ar ins .woocommerce-Price-amount,
.termek-sticky-kosar-ar ins .woocommerce-Price-amount bdi {
    color: #dc2626 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

/* Eredeti (áthúzott) ár */
.termek-sticky-kosar-ar del,
.termek-sticky-kosar-ar del .woocommerce-Price-amount,
.termek-sticky-kosar-ar del .woocommerce-Price-amount bdi {
    color: #9ca3af !important;
    font-weight: 400 !important;
    font-size: 13px !important;
}

/* Normál (nem akciós) ár */
.termek-sticky-kosar-ar > .woocommerce-Price-amount,
.termek-sticky-kosar-ar > .woocommerce-Price-amount bdi {
    color: #111827 !important;
}

.termek-sticky-kosar-gomb {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #033F63 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 12px 24px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: background 0.15s ease, transform 0.1s ease !important;
    flex-shrink: 0 !important;
    line-height: 1 !important;
    box-shadow: none !important;
}

.termek-sticky-kosar-gomb:hover {
    background: #055a8c !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
    text-decoration: none !important;
}

.termek-sticky-kosar-gomb:active {
    transform: translateY(0) !important;
}

.termek-sticky-kosar-gomb.loading,
.termek-sticky-kosar-gomb.added {
    pointer-events: none;
    opacity: 0.85;
}

.termek-sticky-kosar-gomb.added {
    background: #16a34a !important;
}

/* ----- 4. KUPON INFO – zöld ----- */

.termek-kupon-info {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    margin: 16px 0;
}

.termek-kupon-icon {
    flex-shrink: 0;
    color: #16a34a;
    margin-top: 2px;
}

.termek-kupon-icon svg {
    width: 26px;
    height: 26px;
    display: block;
}

.termek-kupon-szoveg {
    flex: 1;
    min-width: 0;
}

.termek-kupon-cim {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #166534 !important;
    line-height: 1.4 !important;
    margin-bottom: 6px !important;
}

.termek-kupon-kiemelt {
    color: #16a34a !important;
    font-weight: 800 !important;
}

.termek-kupon-szoveg p {
    font-size: 16px !important;
    color: #166534 !important;
    line-height: 1.55 !important;
    margin: 0 !important;
}

/* ----- 5. AKCIÓS MEGTAKARÍTÁS INFO BOX ----- */

.termek-akcio-info {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 10px;
    margin: 5px 0px 5px 0px;
}

.termek-akcio-icon {
    flex-shrink: 0;
    color: #dc2626;
    margin-top: 2px;
}

.termek-akcio-icon svg {
    width: 26px;
    height: 26px;
    display: block;
}

.termek-akcio-szoveg {
    flex: 1;
    min-width: 0;
}

.termek-akcio-osszeg {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #dc2626 !important;
    line-height: 1.2 !important;
    margin-bottom: 4px !important;
    display: block;
}

.termek-akcio-leiras {
    font-size: 14px !important;
    color: #991b1b !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* ----- RESZPONZÍV ----- */

@media (max-width: 480px) {
    .termek-sticky-kosar-inner {
        padding: 10px 14px;
        gap: 10px;
    }

    .termek-sticky-kosar-nev {
        font-size: 13px !important;
    }

    .termek-sticky-kosar-ar {
        font-size: 14px !important;
    }

    .termek-sticky-kosar-gomb {
        padding: 10px 18px !important;
        font-size: 14px !important;
        gap: 6px !important;
    }

    .termek-trust-section {
        flex-direction: column;
    }

    .termek-trust-item {
        padding: 14px 14px;
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
    }

    .termek-trust-item:last-child {
        border-bottom: none;
    }

    .termek-szallitas-becslese {
        padding: 12px 14px;
    }

    .termek-kupon-info {
        padding: 14px 14px;
    }

    .termek-akcio-info {
        padding: 14px 14px;
    }
}
