/* ==========================================================
   GoodForSats — Custom CSS
   Prefix: gfs-
   ========================================================== */

/* --- Header: Nav-Icons auf JTL-Standard-Groesse --- */

/* --- Mobil: Burger-Menu in der Icon-Leiste (rechts, per TPL-Override) --- */
@media (max-width: 991.98px) {
    /* Original-Burger im Logo-Wrapper verstecken */
    .toggler-logo-wrapper > #burger-menu {
        display: none !important;
    }
    /* Neuer Burger in der Icon-Nav */
    .gfs-burger-in-nav .burger-menu-wrapper {
        background: none !important;
        border: none !important;
        padding: 0.5rem !important;
        display: flex !important;
        align-items: center !important;
    }
}

/* --- Produktdetail: Rechte Seite als Card/Box --- */
.product-info .product-info-inner {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 28px 24px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.product-info .info-essential {
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}
.product-info .product-title.h2 {
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
    margin-bottom: 12px;
}
@media (max-width: 991px) {
    .product-info .product-info-inner {
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 16px 0;
        box-shadow: none;
        margin-top: 8px;
    }
}

/* Warenkorb-Badge — JTL-Standard */

/* ==========================================================
   GFS BTC/Sats Preisanzeige
   ========================================================== */

/* Sats als Primaerpreis — gleicher Style wie Standard-Shop-Preis */
.gfs-sats-primary {
    display: block;
}
.gfs-sats-unit {
    font-weight: 400;
    font-size: 0.78em;
    opacity: 0.7;
}

/* EUR klein darunter */
.gfs-eur-secondary {
    display: block;
    font-size: 0.7em;
    font-weight: 400;
    color: #999;
    line-height: 1.3;
    margin-top: 1px;
}

/* Alter Preis durchgestrichen */
.old-price .gfs-sats-primary {
    text-decoration: line-through;
}
.old-price .gfs-eur-secondary {
    text-decoration: line-through;
}

/* Staffelpreise: kompakter inline */
.bulk-price .gfs-sats-primary {
    display: inline;
}
.bulk-price .gfs-eur-secondary {
    display: inline;
    margin-left: 6px;
}

/* Rate-Info unter dem Preis */
.gfs-rate-info {
    font-size: 0.7rem;
    color: #aaa;
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.gfs-rate-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    display: inline-block;
    flex-shrink: 0;
    animation: gfs-pulse 2s ease-in-out infinite;
}
@keyframes gfs-pulse {
    0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(34,197,94,0.4); }
    50% { opacity: 0.7; box-shadow: 0 0 0 4px rgba(34,197,94,0); }
}

/* Mini-Warenkorb: nicht konvertieren, JTL-Standard */
