
/* ---------------------------------------------------------
   Portal: Zum Sortiment
   --------------------------------------------------------- */

.jik-portal-shop-button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 9px 18px;
    font-weight: 600;
    border-radius: 4px;
}


/* ---------------------------------------------------------
   Header: Häufig bestellt
   --------------------------------------------------------- */

.jik-header-frequent__link,
.jik-header-frequent__text {
    text-decoration: none !important;
}

.jik-header-frequent__icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5f5f5;
    color: #333;
    font-size: 17px;
    transition: background-color .15s ease,
                color .15s ease;
}

.jik-header-frequent__link:hover .jik-header-frequent__icon {
    background: #fff1ef;
    color: #d9231f;
}

.jik-header-frequent__text {
    color: inherit !important;
}


/* Häufig bestellt im Theme-Prime-Header */
.jik-header-frequent {
    display: inline-block !important;
}

.jik-header-frequent-link {
    color: inherit !important;
    text-decoration: none !important;
}

.jik-header-frequent-link .fa-history {
    font-size: 24px;
    line-height: 1;
}

.jik-header-frequent-link small {
    margin-top: 4px;
    white-space: nowrap;
}


/* Häufig bestellt optisch an Theme Prime Header anpassen */
.jik-header-frequent {
    margin-left: 14px;
}

.jik-header-frequent-link {
    display: flex;
    align-items: center;
    color: #243451 !important;
    text-decoration: none !important;
    font-weight: 600;
}

.jik-header-frequent-link .d-flex.align-items-center {
    gap: 10px;
}

.jik-header-frequent-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #111;
    font-size: 17px;
}

.jik-header-frequent-title {
    margin-left: 0 !important;
    color: #243451;
    font-size: 16px;
    font-weight: 600;
}

.jik-header-frequent-link:hover .jik-header-frequent-icon,
.jik-header-frequent-link:hover .jik-header-frequent-title {
    color: #d9231f;
}

@media (max-width: 1199.98px) {
    .jik-header-frequent-title {
        display: none;
    }
}


/* =========================================================
   Häufig bestellt
   ========================================================= */

.jik-frequent-card {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 7px;
}

.jik-frequent-card__top {
    display: flex;
    gap: 13px;
}

.jik-frequent-card__image {
    width: 105px;
    min-width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jik-frequent-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.jik-frequent-card__info {
    min-width: 0;
}

.jik-frequent-card__code {
    margin-bottom: 3px;
    color: #7a818a;
    font-size: 12px;
}

.jik-frequent-card__name {
    display: -webkit-box;
    overflow: hidden;
    color: #24282d !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jik-frequent-card__price {
    margin-top: 7px;
    color: #d9231f;
    font-size: 16px;
    font-weight: 700;
}

.jik-frequent-card__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin: 15px 0 10px;
}

.jik-frequent-card__stats > div {
    padding: 7px;
    background: #f7f8f9;
    border-radius: 5px;
}

.jik-frequent-card__stats span,
.jik-frequent-card__stats strong {
    display: block;
}

.jik-frequent-card__stats span {
    margin-bottom: 3px;
    color: #747b84;
    font-size: 10px;
}

.jik-frequent-card__stats strong {
    color: #30353b;
    font-size: 12px;
}

.jik-frequent-card__packaging {
    margin-bottom: 9px;
    color: #646b73;
    font-size: 12px;
}

.jik-frequent-card__order {
    margin-top: auto;
}

.jik-frequent-qty {
    display: grid;
    grid-template-columns: 1fr 34px 44px 34px;
    align-items: center;
    margin-bottom: 7px;
}

.jik-frequent-minus,
.jik-frequent-plus {
    height: 32px;
    border: 1px solid #b9bdc2;
    background: #fff;
    font-size: 17px;
}

.jik-frequent-qty-input {
    width: 44px;
    height: 32px;
    border: 1px solid #b9bdc2;
    border-left: 0;
    border-right: 0;
    text-align: center;
}



/* Häufig bestellt: Stück/Karton Auswahl */

.jik-frequent-order-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 34px;
    margin-top: 5px;
}

.jik-frequent-order-row > span {
    color: #48556a;
    font-size: 13px;
}

.jik-frequent-control {
    display: inline-flex;
    align-items: center;
}

.jik-frequent-control button {
    width: 36px;
    height: 32px;
    padding: 0;
    border: 1px solid #c4c9cf;
    background: #fff;
    font-size: 17px;
    line-height: 1;
}

.jik-frequent-control input {
    width: 48px;
    height: 32px;
    padding: 0 3px;
    border-top: 1px solid #c4c9cf;
    border-bottom: 1px solid #c4c9cf;
    border-left: 0;
    border-right: 0;
    background: #fff;
    text-align: center;
}

.jik-frequent-pack-hint {
    padding-right: 4px;
    text-align: right;
    color: #747b84;
    font-size: 12px;
}

.jik-frequent-total {
    margin-top: 5px;
    padding-top: 6px;
    border-top: 1px solid #eceef0;
    text-align: right;
    color: #555d66;
    font-size: 12px;
}

.jik-frequent-total strong {
    color: #252a30;
    font-size: 13px;
}



/* =========================================================
   Häufig bestellt - Feinschliff
   ========================================================= */

/* Normale Artikel: Bestellbereich näher an die Statistik */
.jik-frequent-card__stats + .jik-frequent-card__order {
    margin-top: 12px;
}

/* Kartonartikel behalten etwas mehr Luft */
.jik-frequent-card__stats + .jik-frequent-card__packaging + .jik-frequent-card__order,
.jik-frequent-card__stats + .jik-frequent-card__order:has(.jik-frequent-pack-order) {
    margin-top: auto;
}

/* Kartonbereich optisch kompakter */
.jik-frequent-pack-order {
    margin-top: 10px;
}

/* Weniger unnötiger Leerraum zwischen Zeilen */
.jik-frequent-order-row {
    margin-top: 3px;
}

/* Gesamtzeile etwas kompakter */
.jik-frequent-total {
    margin-top: 4px;
    padding-top: 5px;
}



/* =========================================================
   JIK MOBILE OPTIMIERUNG
   iPhone / Android
   ========================================================= */


/* ---------------------------------------------------------
   Header - Häufig bestellt
   --------------------------------------------------------- */

.jik-header-frequent-link {
    -webkit-tap-highlight-color: transparent;
}

.jik-header-frequent-icon {
    flex: 0 0 auto;
}


/* Tablet / Mobil */
@media (max-width: 1199.98px) {

    .jik-header-frequent {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }

    .jik-header-frequent-title {
        display: none !important;
    }

    .jik-header-frequent-link {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .jik-header-frequent-icon {
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        border-radius: 50%;
    }
}


/* ---------------------------------------------------------
   Häufig bestellt - Seitenkopf
   --------------------------------------------------------- */

@media (max-width: 767.98px) {

    .jik-frequently-ordered {
        padding-left: 12px !important;
        padding-right: 12px !important;
        padding-top: 18px !important;
    }

    .jik-frequently-ordered h1 {
        font-size: 24px !important;
        margin-bottom: 3px !important;
    }

    .jik-frequently-ordered h1 + .text-muted {
        font-size: 13px;
    }

    /*
     * Überschrift und Aktionsbuttons untereinander
     */
    .jik-frequently-ordered > .d-flex:first-child {
        display: block !important;
        margin-bottom: 16px !important;
    }

    .jik-frequently-ordered > .d-flex:first-child > .d-flex {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 7px !important;
        margin-top: 13px;
        width: 100%;
    }

    .jik-frequently-ordered > .d-flex:first-child > .d-flex .btn {
        min-height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 10px;
        font-size: 13px;
    }

    /*
     * "Zum Sortiment" über volle Breite
     */
    .jik-frequently-ordered > .d-flex:first-child > .d-flex .btn:last-child {
        grid-column: 1 / -1;
    }


    /* -----------------------------------------------------
       Produktkarten
       ----------------------------------------------------- */

    .jik-frequent-card {
        padding: 12px !important;
        border-radius: 7px;
    }

    .jik-frequent-card__top {
        gap: 10px;
    }

    .jik-frequent-card__image {
        width: 82px;
        min-width: 82px;
        height: 82px;
    }

    .jik-frequent-card__code {
        font-size: 11px;
    }

    .jik-frequent-card__name {
        font-size: 14px;
        line-height: 1.3;
    }

    .jik-frequent-card__price {
        margin-top: 5px;
        font-size: 16px;
    }


    /* -----------------------------------------------------
       Statistik
       ----------------------------------------------------- */

    .jik-frequent-card__stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 5px;
        margin: 12px 0 8px;
    }

    .jik-frequent-card__stats > div {
        min-width: 0;
        padding: 7px 6px;
    }

    .jik-frequent-card__stats span {
        font-size: 9px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .jik-frequent-card__stats strong {
        font-size: 12px;
    }


    /* -----------------------------------------------------
       Menge / Stück / Karton
       ----------------------------------------------------- */

    .jik-frequent-order-row {
        min-height: 42px;
        margin-top: 3px;
    }

    .jik-frequent-order-row > span {
        font-size: 13px;
        font-weight: 500;
    }

    /*
     * Touchflächen >= ca. 40 px
     */
    .jik-frequent-control button {
        width: 42px !important;
        height: 40px !important;
        font-size: 19px;
    }

    .jik-frequent-control input {
        width: 50px !important;
        height: 40px !important;
        font-size: 15px;
    }

    .jik-frequent-pack-hint {
        margin-top: 2px;
        font-size: 11px;
    }

    .jik-frequent-total {
        margin-top: 5px;
        padding-top: 6px;
        font-size: 12px;
    }

    .jik-frequent-total strong {
        font-size: 13px;
    }


    /* -----------------------------------------------------
       Warenkorb
       ----------------------------------------------------- */

    .jik-frequent-card__order .btn-primary {
        min-height: 44px;
        font-size: 14px;
        font-weight: 600;
    }

}


/* ---------------------------------------------------------
   Sehr kleine Geräte
   z.B. ältere iPhones / 320-375 px
   --------------------------------------------------------- */

@media (max-width: 374.98px) {

    .jik-frequently-ordered {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .jik-frequent-card {
        padding: 10px !important;
    }

    .jik-frequent-card__image {
        width: 72px;
        min-width: 72px;
        height: 72px;
    }

    .jik-frequent-card__name {
        font-size: 13px;
    }

    .jik-frequent-card__stats span {
        font-size: 8px;
    }

    .jik-frequent-control button {
        width: 40px !important;
    }

    .jik-frequent-control input {
        width: 46px !important;
    }
}



/* =========================================================
   FINAL MOBILE FEINSCHLIFF
   iPhone / Android
   ========================================================= */

@media (max-width: 767.98px) {

    /* ---------------------------------------------
       Produktkarten kompakter
       --------------------------------------------- */

    .jik-frequent-card {
        padding: 12px !important;
    }

    .jik-frequent-card__top {
        align-items: flex-start;
    }

    .jik-frequent-card__image {
        width: 88px;
        min-width: 88px;
        height: 88px;
    }


    /* ---------------------------------------------
       Statistik auf kleinen Displays
       --------------------------------------------- */

    .jik-frequent-card__stats {
        width: 100%;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .jik-frequent-card__stats > div {
        min-width: 0;
    }

    .jik-frequent-card__stats span {
        white-space: normal;
        line-height: 1.15;
    }


    /* ---------------------------------------------
       Menge / Stück / Karton:
       Beschriftung links,
       Bedienung konsequent rechts
       --------------------------------------------- */

    .jik-frequent-order-row {
        width: 100%;
        display: grid !important;
        grid-template-columns: minmax(70px, 1fr) auto;
        align-items: center;
        column-gap: 12px;
        margin-top: 5px;
    }

    .jik-frequent-order-row > span {
        justify-self: start;
        text-align: left;
    }

    .jik-frequent-control {
        justify-self: end;
        margin-left: auto;
    }

    .jik-frequent-control button {
        width: 46px !important;
        height: 42px !important;
        font-size: 20px;
    }

    .jik-frequent-control input {
        width: 58px !important;
        height: 42px !important;
        font-size: 16px;
    }


    /* Kartonhinweis ebenfalls rechts */
    .jik-frequent-pack-hint {
        width: 100%;
        margin-top: 2px;
        padding-right: 2px;
        text-align: right !important;
    }

    .jik-frequent-total {
        width: 100%;
        text-align: right !important;
    }


    /* ---------------------------------------------
       Warenkorbbutton
       --------------------------------------------- */

    .jik-frequent-card__order .btn-primary {
        width: 100%;
        min-height: 48px;
        margin-top: 10px !important;
        font-size: 15px;
    }


    /* ---------------------------------------------
       Kopfbuttons
       --------------------------------------------- */

    .jik-frequently-ordered > .d-flex:first-child > .d-flex {
        width: 100%;
    }

    .jik-frequently-ordered > .d-flex:first-child > .d-flex .btn {
        min-height: 46px;
    }


    /* ---------------------------------------------
       Mobile Header / Bottom Navigation
       --------------------------------------------- */

    .jik-header-frequent {
        flex-shrink: 0;
    }

    .jik-header-frequent-link {
        min-width: 44px;
        min-height: 44px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .jik-header-frequent-icon {
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
    }

}


/* =========================================================
   Sehr kleine Android / ältere iPhones
   ========================================================= */

@media (max-width: 374.98px) {

    .jik-frequent-card__image {
        width: 76px;
        min-width: 76px;
        height: 76px;
    }

    .jik-frequent-card__stats {
        gap: 4px;
    }

    .jik-frequent-card__stats > div {
        padding: 6px 5px;
    }

    .jik-frequent-order-row {
        grid-template-columns: 60px auto;
        column-gap: 8px;
    }

    .jik-frequent-control button {
        width: 42px !important;
    }

    .jik-frequent-control input {
        width: 50px !important;
    }

}



/* =========================================================
   Bottom Mobile Navigation - Häufig bestellt sauber angleichen
   ========================================================= */

@media (max-width: 767.98px) {

    /* Der eigene Bottom-Nav-Eintrag soll wie die anderen Theme-Prime-Items aussehen */
    .jik-bottom-frequent,
    .jik-bottom-frequent .tp-offcanvas-nav-link,
    .jik-bottom-frequent a {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        min-width: 0;
        width: 100%;
        gap: 4px;
        padding: 6px 2px 4px !important;
        background: transparent !important;
        box-shadow: none !important;
        border: 0 !important;
        border-radius: 0 !important;
        text-decoration: none !important;
    }

    /* Icon-Hülle neutralisieren */
    .jik-bottom-frequent .jik-header-frequent-icon,
    .jik-bottom-frequent .tp-icon,
    .jik-bottom-frequent .dri,
    .jik-bottom-frequent i {
        background: transparent !important;
        box-shadow: none !important;
        border: 0 !important;
        border-radius: 0 !important;
    }

    /* Icon optisch auf gleiche Ebene wie die anderen */
    .jik-bottom-frequent i,
    .jik-bottom-frequent .dri {
        font-size: 1.55rem !important;
        line-height: 1 !important;
        color: #a8adb7 !important;
    }

    /* Text unter dem Icon */
    .jik-bottom-frequent span,
    .jik-bottom-frequent small {
        display: block !important;
        font-size: 11px !important;
        line-height: 1.15 !important;
        color: #a8adb7 !important;
        font-weight: 400 !important;
        white-space: nowrap !important;
    }

    /* Aktiver Zustand nur auf der aktuellen Seite */
    .jik-bottom-frequent.active i,
    .jik-bottom-frequent.active .dri,
    .jik-bottom-frequent.active span,
    .jik-bottom-frequent.active small,
    .jik-bottom-frequent a.active i,
    .jik-bottom-frequent a.active .dri,
    .jik-bottom-frequent a.active span,
    .jik-bottom-frequent a.active small {
        color: #111827 !important;
        font-weight: 600 !important;
    }

    /* Falls Theme Prime dort list/grid verwendet */
    .tp-bottom-action-btn .jik-bottom-frequent,
    .mobile-bottom-bar .jik-bottom-frequent,
    .o_wsale_products_main_row .jik-bottom-frequent {
        align-self: stretch !important;
    }

    /* Extra Schutz: schwarzer Kreis entfernen */
    .jik-bottom-frequent .rounded-circle,
    .jik-bottom-frequent .btn,
    .jik-bottom-frequent .tp-light-bg {
        background: transparent !important;
        box-shadow: none !important;
        border: 0 !important;
        border-radius: 0 !important;
        padding: 0 !important;
    }
}


/* Desktop / Mobile Titel für Häufig bestellt */
.jik-header-frequent-title-mobile {
    display: none;
}

@media (max-width: 767.98px) {
    .jik-header-frequent-title-desktop {
        display: none !important;
    }

    .jik-header-frequent-title-mobile {
        display: block !important;
        font-size: 11px !important;
        line-height: 1.15 !important;
        font-weight: 400 !important;
        color: #a8adb7 !important;
        margin-top: 4px;
        white-space: nowrap;
    }

    .jik-header-frequent.active .jik-header-frequent-title-mobile {
        color: #111827 !important;
        font-weight: 600 !important;
    }
}



/* =========================================================
   FINAL: Häufig bestellt in Mobile Bottom Navigation
   ========================================================= */

@media (max-width: 767.98px) {

    /*
     * Wichtig:
     * Für den normalen mobilen Header weiterhin nur Icon.
     */
    .jik-header-frequent:not(.jik-bottom-frequent)
    .jik-header-frequent-title {
        display: none !important;
    }


    /*
     * Bottom Navigation:
     * gleiche Grundstruktur wie Home/Search/Wishlist/Account.
     */
    .jik-bottom-frequent {
        margin: 0 !important;
        padding: 0 !important;
        align-self: stretch !important;
    }

    .jik-bottom-frequent .jik-header-frequent-link {
        width: 100% !important;
        height: 100% !important;
        min-width: 0 !important;
        min-height: 0 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        padding: 6px 2px !important;

        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;

        text-decoration: none !important;
    }

    .jik-bottom-frequent .jik-header-frequent-inner {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;

        gap: 4px !important;
        width: 100%;
    }


    /*
     * Den bisherigen großen Kreis vollständig entfernen.
     */
    .jik-bottom-frequent .jik-header-frequent-icon {
        width: 28px !important;
        min-width: 28px !important;
        height: 28px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        margin: 0 !important;
        padding: 0 !important;

        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;

        color: #aeb4bd !important;
    }

    .jik-bottom-frequent .jik-header-frequent-icon i {
        font-size: 25px !important;
        line-height: 1 !important;

        color: #aeb4bd !important;

        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }


    /*
     * Mobile-Text wieder einschalten.
     */
    .jik-bottom-frequent .jik-header-frequent-title {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .jik-bottom-frequent
    .jik-header-frequent-title-desktop {
        display: none !important;
    }

    .jik-bottom-frequent
    .jik-header-frequent-title-mobile {
        display: block !important;

        margin: 0 !important;

        color: #aeb4bd !important;

        font-size: 11px !important;
        font-weight: 400 !important;
        line-height: 1.15 !important;

        white-space: nowrap !important;
    }


    /*
     * Aktive Seite /my/frequently-ordered
     * etwas dunkler, aber ohne schwarzen Kreis.
     */
    body:has(.jik-frequently-ordered)
    .jik-bottom-frequent .jik-header-frequent-icon,

    body:has(.jik-frequently-ordered)
    .jik-bottom-frequent .jik-header-frequent-icon i,

    body:has(.jik-frequently-ordered)
    .jik-bottom-frequent .jik-header-frequent-title-mobile {
        color: #343a40 !important;
    }
}



/* =========================================================
   JIK MOBILE BOTTOM BAR
   Auf Mobil dauerhaft sichtbar
   Theme Prime "show_on_scroll" übersteuern
   ========================================================= */

@media (max-width: 767.98px) {

    /*
     * Normale Bottom-Bar:
     * auch mit tp-bottombar-not-visible sichtbar halten.
     */
    .tp-bottombar-component.tp-bottombar-component-style-1 {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .tp-bottombar-component.tp-bottombar-component-style-1.tp-bottombar-not-visible {
        bottom: 0 !important;
    }


    /*
     * Hat Theme Prime einen zusätzlichen Drawer,
     * muss die normale Position -4rem bleiben.
     * Sonst würde die Hauptleiste zu hoch stehen.
     */
    .tp-bottombar-component.tp-bottombar-component-style-1.tp-has-drower-element,
    .tp-bottombar-component.tp-bottombar-component-style-1.tp-has-drower-element.tp-bottombar-not-visible {
        bottom: -4rem !important;
    }


    /*
     * Wenn der Drawer tatsächlich geöffnet wird,
     * Theme-Prime-Position beibehalten.
     */
    .tp-bottombar-component.tp-bottombar-component-style-1.tp-drawer-is-open,
    .tp-bottombar-component.tp-bottombar-component-style-1.tp-has-drower-element.tp-drawer-is-open {
        bottom: -1px !important;
    }

}


/* =========================================================
   HEADER: Häufig bestellt exakt an Theme-Prime Aktionen angleichen
   ========================================================= */

@media (min-width: 768px) {

    .jik-header-frequent {
        display: flex !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .jik-header-frequent-link {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        min-height: 52px !important;

        padding: 0 !important;

        color: inherit !important;
        text-decoration: none !important;
    }

    .jik-header-frequent-inner {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;

        gap: 10px !important;

        width: auto !important;
        height: 52px !important;
    }

    /* Kreis wie bei Warenkorb / Wunschliste / Konto */
    .jik-header-frequent-icon {
        width: 52px !important;
        min-width: 52px !important;
        height: 52px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        margin: 0 !important;
        padding: 0 !important;

        border: 1px solid #e5e7eb !important;
        border-radius: 50% !important;

        background: #fff !important;

        box-shadow: none !important;
    }

    .jik-header-frequent-icon i {
        font-size: 22px !important;
        line-height: 1 !important;

        color: #111827 !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .jik-header-frequent-title {
        display: flex !important;
        align-items: center !important;

        margin: 0 !important;
        padding: 0 !important;

        line-height: 1 !important;
    }

    .jik-header-frequent-title-desktop {
        display: block !important;

        margin: 0 !important;
        padding: 0 !important;

        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;

        color: #1f2937 !important;

        white-space: nowrap !important;
    }

    .jik-header-frequent-title-mobile {
        display: none !important;
    }

}



/* =========================================================
   HEADER: Häufig bestellt exakt an Theme Prime angleichen
   ========================================================= */

@media (min-width: 768px) {

    .jik-header-frequent-title-desktop {
        font-family: "Poppins", "Odoo Unicode Support Noto", sans-serif !important;

        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 19.6px !important;

        color: rgb(77, 91, 124) !important;

        margin: 0 !important;
        padding: 0 !important;

        white-space: nowrap !important;
    }

}

