body.cyrex-hfd-auto-header {
    background-color: #030303;
}

body.cyrex-hfd-auto-header .elementor-location-header,
body.cyrex-hfd-auto-header header[data-elementor-type="header"],
body.cyrex-hfd-auto-footer .elementor-location-footer,
body.cyrex-hfd-auto-footer footer[data-elementor-type="footer"] {
    display: none !important;
}

.cyrex-hfd-header,
.cyrex-hfd-footer,
.cyrex-hfd-header *,
.cyrex-hfd-footer * {
    box-sizing: border-box;
}

.cyrex-hfd-header a,
.cyrex-hfd-footer a {
    text-decoration: none;
}

.cyrex-hfd-wrap {
    width: min(1140px, calc(100% - 34px));
    margin: 0 auto;
}

.cyrex-hfd-header {
    position: relative;
    z-index: 50;
    color: #f5f5f5;
    background: #030303;
    border-top: 1px solid rgba(255, 210, 31, .4);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.cyrex-hfd-main .cyrex-hfd-wrap {
    min-height: 92px;
    display: grid;
    grid-template-columns: 190px 1fr auto;
    align-items: center;
    gap: 22px;
}

.cyrex-hfd-logo {
    display: inline-flex;
    align-items: center;
    width: 178px;
    min-width: 148px;
}

.cyrex-hfd-logo img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 300 / 55;
    object-fit: contain;
}

.cyrex-hfd-search {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    height: 48px;
    min-width: 240px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    background: #101010;
    color: #f5f5f5;
}

.cyrex-hfd-search:focus-within {
    border-color: rgba(255, 210, 31, .5);
}

.cyrex-hfd-search-icon {
    display: flex;
    color: #ffd21f;
    line-height: 1;
}

.cyrex-hfd-search-icon svg {
    width: 18px;
    height: 18px;
}

.cyrex-hfd-search input {
    width: 100%;
    min-width: 0;
    border: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    background: transparent !important;
    box-shadow: none !important;
}

.cyrex-hfd-search input::placeholder {
    color: #bfc3cb;
}

.cyrex-hfd-search button {
    border: 0;
    border-radius: 7px;
    background: #ffd21f;
    color: #080808;
    font-weight: 900;
    padding: 8px 12px;
    cursor: pointer;
}

.cyrex-hfd-live-results {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 9999;
    overflow: hidden;
    border: 1px solid rgba(255, 210, 31, .3);
    border-radius: 8px;
    background: #0b0b0b;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .45);
}

.cyrex-hfd-live-results[hidden] {
    display: none !important;
}

.cyrex-hfd-live-state {
    padding: 14px;
    color: #cfd3db;
    font-size: 13px;
    font-weight: 800;
}

.cyrex-hfd-live-item {
    display: grid;
    grid-template-columns: 58px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 11px 13px;
    color: #f5f5f5;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.cyrex-hfd-live-item:hover,
.cyrex-hfd-live-item.is-focused {
    background: rgba(255, 210, 31, .08);
}

.cyrex-hfd-live-item img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border-radius: 8px;
    background: #171717;
}

.cyrex-hfd-live-info {
    min-width: 0;
}

.cyrex-hfd-live-title {
    overflow: hidden;
    color: #f5f5f5;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cyrex-hfd-live-cat {
    margin-top: 4px;
    color: #8e949f;
    font-size: 12px;
    font-weight: 700;
}

.cyrex-hfd-live-price {
    color: #ffd21f;
    font-size: 13px;
    font-weight: 950;
    white-space: nowrap;
}

.cyrex-hfd-live-all {
    display: block;
    padding: 12px 13px;
    background: rgba(255, 210, 31, .12);
    color: #ffd21f;
    font-size: 13px;
    font-weight: 950;
    text-align: center;
}

.cyrex-hfd-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.cyrex-hfd-assist {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: max-content;
    color: #f5f5f5;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.08;
}

.cyrex-hfd-assist i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: transparent;
    color: #ffd21f;
    font-style: normal;
    transition: background-color .15s ease;
}

.cyrex-hfd-assist i svg {
    width: 20px;
    height: 20px;
}

.cyrex-hfd-assist:hover i {
    background: rgba(255, 210, 31, .1);
}

.cyrex-hfd-assist small {
    display: block;
    color: #aaaeb8;
    font-weight: 700;
    margin-bottom: 2px;
}

.cyrex-hfd-icon {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    border: 0;
    color: #f5f5f5;
    background: transparent;
    position: relative;
    cursor: pointer;
    transition: background-color .15s ease;
}

.cyrex-hfd-icon svg {
    width: 19px;
    height: 19px;
}

.cyrex-hfd-icon:hover {
    background: rgba(255, 255, 255, .06);
}

.cyrex-hfd-cart-dot {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 99px;
    background: #e45151;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 11px;
}

.cyrex-hfd-cart-dot[hidden] {
    display: none;
}

.cyrex-hfd-menu-toggle {
    display: none;
}

.cyrex-hfd-bar {
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: #0b0b0b;
}

.cyrex-hfd-bar .cyrex-hfd-wrap {
    min-height: 54px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 24px;
}

.cyrex-hfd-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    color: #f5f5f5;
    font-size: 13px;
    font-weight: 850;
}

.cyrex-hfd-nav a {
    color: #d7d9df;
    position: relative;
    white-space: nowrap;
}

.cyrex-hfd-nav a:hover,
.cyrex-hfd-nav a.is-active {
    color: #fff;
}

.cyrex-hfd-nav a.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    height: 2px;
    background: #ffd21f;
    border-radius: 9px;
}

.cyrex-hfd-status {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #cfd3db;
    font-size: 12px;
    font-weight: 850;
    white-space: nowrap;
}

.cyrex-hfd-status span {
    width: 8px;
    height: 8px;
    border-radius: 99px;
    background: #25d366;
    box-shadow: 0 0 0 4px rgba(37, 211, 102, .15);
}

.cyrex-hfd-status.is-closed span {
    background: #8e949f;
    box-shadow: 0 0 0 4px rgba(142, 148, 159, .15);
}

.cyrex-hfd-mobile-nav {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: #101010;
    padding: 10px 17px 14px;
}

.cyrex-hfd-mobile-nav a {
    display: block;
    padding: 11px 0;
    color: #f5f5f5;
    font-weight: 800;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.cyrex-hfd-mobile-nav a.is-active {
    color: #ffd21f;
}

.cyrex-hfd-footer {
    color: #f5f5f5;
    background: linear-gradient(180deg, #0b0b0b, #030303);
    border-top: 1px solid rgba(255, 210, 31, .28);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.cyrex-hfd-footer-main {
    padding: 34px 0 22px;
}

.cyrex-hfd-footer-grid {
    display: grid;
    grid-template-columns: 1.25fr .8fr .9fr 1fr;
    gap: 28px;
}

.cyrex-hfd-footer h4 {
    margin: 0 0 13px;
    color: #f5f5f5;
    font-size: 14px;
}

.cyrex-hfd-footer p {
    margin: 13px 0 16px;
    color: #aaaeb8;
    font-size: 14px;
    line-height: 1.5;
}

.cyrex-hfd-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 9px;
}

.cyrex-hfd-footer li,
.cyrex-hfd-footer a {
    color: #cfd3db;
    font-size: 14px;
}

.cyrex-hfd-footer a:hover {
    color: #ffd21f;
}

.cyrex-hfd-social {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.cyrex-hfd-social a {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    border: 0;
    background: transparent;
    color: #cfd3db;
    transition: background-color .15s ease, color .15s ease;
}

.cyrex-hfd-social a svg {
    width: 18px;
    height: 18px;
}

.cyrex-hfd-social a:hover {
    background: rgba(255, 210, 31, .1);
    color: #ffd21f;
}

.cyrex-hfd-wa-card {
    border: 1px solid rgba(255, 210, 31, .25);
    border-radius: 8px;
    background: rgba(255, 210, 31, .06);
    padding: 13px;
}

.cyrex-hfd-wa-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding: 9px 11px;
    border-radius: 8px;
    background: #ffd21f;
    color: #080808;
    font-weight: 950;
}

.cyrex-hfd-subfooter {
    margin-top: 28px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: #8e949f;
    font-size: 12px;
}

.cyrex-hfd-subfooter a {
    color: #8e949f;
}

@media (max-width: 980px) {
    .cyrex-hfd-main .cyrex-hfd-wrap {
        grid-template-columns: 1fr auto;
        gap: 16px;
        padding: 14px 0;
    }

    .cyrex-hfd-search {
        grid-column: 1 / -1;
        order: 3;
    }

    .cyrex-hfd-assist {
        display: none;
    }

    .cyrex-hfd-menu-toggle {
        display: none;
    }

    .cyrex-hfd-mobile-nav {
        display: none !important;
    }

    .cyrex-hfd-bar {
        overflow: hidden;
    }

    .cyrex-hfd-bar .cyrex-hfd-wrap {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 10px 0;
    }

    .cyrex-hfd-status {
        font-size: 11px;
    }

    .cyrex-hfd-nav {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        gap: 18px;
        padding-bottom: 2px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .cyrex-hfd-nav::-webkit-scrollbar {
        display: none;
    }

    .cyrex-hfd-nav a {
        white-space: nowrap;
        flex-shrink: 0;
    }

    .cyrex-hfd-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .cyrex-hfd-wrap {
        width: min(100% - 28px, 1140px);
    }

    .cyrex-hfd-logo {
        width: 154px;
    }

    .cyrex-hfd-actions {
        gap: 8px;
    }

    .cyrex-hfd-search {
        height: 46px;
        padding: 0 6px 0 12px;
        gap: 6px;
    }

    .cyrex-hfd-search input[type="search"] {
        font-size: 13px;
    }

    .cyrex-hfd-search button {
        padding: 8px 12px;
        font-size: 12px;
        white-space: nowrap;
    }

    .cyrex-hfd-footer-grid {
        grid-template-columns: 1fr;
    }

    .cyrex-hfd-subfooter {
        flex-direction: column;
    }
}
