/*
 * Stock Heydari standalone header v1.8.1
 * Independent from Elementor and theme header builders.
 */

body.shk-native-header-hide-existing .elementor-location-header,
body.shk-native-header-hide-existing #masthead,
body.shk-native-header-hide-existing .site-header:not(#shk-standalone-header),
body.shk-native-header-hide-existing .header-main:not(#shk-standalone-header),
body.shk-native-header-hide-existing .main-header-bar-wrap,
body.shk-native-header-hide-existing .ast-above-header-wrap,
body.shk-native-header-hide-existing .ast-primary-header-bar,
body.shk-native-header-hide-existing .ct-header,
body.shk-native-header-hide-existing .kadence-header-wrap,
body.shk-native-header-hide-existing .site-header-wrapper,
body.shk-native-header-hide-existing .header-wrapper:not(#shk-standalone-header),
body.shk-native-header-hide-existing .header-wrap:not(#shk-standalone-header) {
    display: none !important;
}

#shk-standalone-header,
#shk-standalone-header * {
    box-sizing: border-box;
}

#shk-standalone-header[hidden],
#shk-standalone-header [hidden] {
    display: none !important;
}

#shk-standalone-header {
    position: relative;
    z-index: 9990;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    color: var(--shk-header-text);
    background: color-mix(in srgb, var(--shk-header-bg) 96%, transparent);
    border: 0;
    border-bottom: 1px solid var(--shk-header-border);
    box-shadow: 0 7px 28px rgba(19, 23, 29, .055);
    font-family: var(--shk-header-font, inherit);
    direction: rtl;
    isolation: isolate;
}

#shk-standalone-header.is-sticky {
    position: sticky;
    top: 0;
}

body.admin-bar #shk-standalone-header.is-sticky {
    top: 32px;
}

#shk-standalone-header a {
    color: inherit;
    text-decoration: none;
}

#shk-standalone-header button,
#shk-standalone-header input {
    font: inherit;
}

#shk-standalone-header svg {
    display: block;
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}

#shk-standalone-header .shk-header-container {
    width: min(1240px, calc(100% - 36px));
    margin-inline: auto;
}

#shk-standalone-header .shk-header-main-row {
    display: grid;
    grid-template-columns: minmax(180px, 250px) minmax(290px, 1fr) auto;
    align-items: center;
    gap: clamp(18px, 2vw, 32px);
    min-height: 76px;
    padding: 10px 0;
}

#shk-standalone-header .shk-header-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
    justify-self: start;
}

#shk-standalone-header .shk-header-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    max-width: var(--shk-header-logo-width);
    height: var(--shk-header-logo-height);
    flex: 0 0 auto;
}

#shk-standalone-header .shk-header-logo-wrap img {
    display: block;
    width: auto;
    max-width: var(--shk-header-logo-width);
    height: auto;
    max-height: var(--shk-header-logo-height);
    object-fit: contain;
    object-position: right center;
}

#shk-standalone-header .shk-header-brand-copy {
    min-width: 0;
}

#shk-standalone-header .shk-header-brand-copy strong,
#shk-standalone-header .shk-header-brand-copy small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#shk-standalone-header .shk-header-brand-copy strong {
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
}

#shk-standalone-header .shk-header-brand-copy small {
    margin-top: 2px;
    color: color-mix(in srgb, var(--shk-header-text) 57%, transparent);
    font-size: 9.5px;
    font-weight: 600;
}

#shk-standalone-header .shk-header-desktop-search {
    min-width: 0;
}

#shk-standalone-header .shk-header-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 4px 5px 4px 7px;
    border: 1px solid var(--shk-header-border);
    border-radius: 15px;
    background: color-mix(in srgb, var(--shk-header-bg) 91%, #f1f3f5);
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

#shk-standalone-header .shk-header-search:focus-within {
    border-color: color-mix(in srgb, var(--shk-header-accent) 48%, var(--shk-header-border));
    background: var(--shk-header-bg);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--shk-header-accent) 9%, transparent);
}

#shk-standalone-header .shk-header-search input[type="search"] {
    width: 100%;
    min-width: 0;
    height: 38px;
    padding: 0 12px;
    color: var(--shk-header-text);
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    font-size: 11px;
    font-weight: 600;
    -webkit-appearance: none;
}

#shk-standalone-header .shk-header-search input::placeholder {
    color: color-mix(in srgb, var(--shk-header-text) 42%, transparent);
    opacity: 1;
}

#shk-standalone-header .shk-header-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 94px;
    height: 38px;
    padding: 0 13px;
    color: #fff;
    background: var(--shk-header-accent);
    border: 0;
    border-radius: 11px;
    cursor: pointer;
    font-size: 10.5px;
    font-weight: 850;
    transition: transform .18s ease, filter .18s ease;
}

#shk-standalone-header .shk-header-search button:hover {
    filter: brightness(.94);
    transform: translateY(-1px);
}

#shk-standalone-header .shk-header-desktop-actions,
#shk-standalone-header .shk-header-mobile-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

#shk-standalone-header .shk-header-phone {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-width: 150px;
    padding-left: 10px;
}

#shk-standalone-header .shk-header-action-icon,
#shk-standalone-header .shk-header-icon-button {
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    color: var(--shk-header-text);
    background: color-mix(in srgb, var(--shk-header-bg) 91%, #eceff2);
    border: 1px solid var(--shk-header-border);
    border-radius: 13px;
    transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

#shk-standalone-header button.shk-header-icon-button {
    padding: 0;
    cursor: pointer;
}

#shk-standalone-header .shk-header-icon-button:hover,
#shk-standalone-header .shk-header-phone:hover .shk-header-action-icon {
    color: var(--shk-header-accent);
    border-color: color-mix(in srgb, var(--shk-header-accent) 28%, var(--shk-header-border));
    background: color-mix(in srgb, var(--shk-header-accent) 7%, var(--shk-header-bg));
    transform: translateY(-1px);
}

#shk-standalone-header .shk-header-phone-copy small,
#shk-standalone-header .shk-header-phone-copy strong {
    display: block;
    white-space: nowrap;
}

#shk-standalone-header .shk-header-phone-copy small {
    color: color-mix(in srgb, var(--shk-header-text) 52%, transparent);
    font-size: 8.5px;
    font-weight: 650;
}

#shk-standalone-header .shk-header-phone-copy strong {
    margin-top: 2px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .02em;
}

#shk-standalone-header .shk-header-cart {
    position: relative;
}

#shk-standalone-header .shk-header-cart-count {
    position: absolute;
    top: -5px;
    left: -5px;
    display: grid;
    place-items: center;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    color: #fff;
    background: var(--shk-header-accent);
    border: 2px solid var(--shk-header-bg);
    border-radius: 99px;
    font-size: 8px;
    font-weight: 900;
    line-height: 1;
}

#shk-standalone-header .shk-header-nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 47px;
    border-top: 1px solid var(--shk-header-border);
}

#shk-standalone-header .shk-header-nav {
    min-width: 0;
    flex: 1 1 auto;
}

#shk-standalone-header .shk-header-menu-links,
#shk-standalone-header .shk-header-mobile-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

#shk-standalone-header .shk-header-menu-links {
    display: flex;
    align-items: center;
    gap: clamp(12px, 1.5vw, 23px);
    min-width: 0;
}

#shk-standalone-header .shk-header-menu-links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    color: color-mix(in srgb, var(--shk-header-text) 78%, transparent);
    font-size: 10.5px;
    font-weight: 760;
    white-space: nowrap;
    transition: color .18s ease;
}

#shk-standalone-header .shk-header-menu-links a::after {
    content: "";
    position: absolute;
    right: 12%;
    left: 12%;
    bottom: -1px;
    height: 2px;
    border-radius: 999px;
    background: var(--shk-header-accent);
    opacity: 0;
    transform: scaleX(.4);
    transition: opacity .18s ease, transform .18s ease;
}

#shk-standalone-header .shk-header-menu-links a:hover,
#shk-standalone-header .shk-header-menu-links a.is-current {
    color: var(--shk-header-accent);
}

#shk-standalone-header .shk-header-menu-links a:hover::after,
#shk-standalone-header .shk-header-menu-links a.is-current::after {
    opacity: 1;
    transform: scaleX(1);
}

#shk-standalone-header .shk-header-benefit {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    min-height: 30px;
    padding: 0 10px;
    color: color-mix(in srgb, var(--shk-header-text) 68%, transparent);
    background: color-mix(in srgb, var(--shk-header-accent) 5%, var(--shk-header-bg));
    border: 1px solid color-mix(in srgb, var(--shk-header-accent) 13%, var(--shk-header-border));
    border-radius: 10px;
    font-size: 8.8px;
    font-weight: 750;
    white-space: nowrap;
}

#shk-standalone-header .shk-header-benefit svg {
    width: 16px;
    height: 16px;
    color: var(--shk-header-accent);
}

#shk-standalone-header .shk-header-mobile-actions,
#shk-standalone-header .shk-header-mobile-panel {
    display: none;
}

#shk-standalone-header .shk-header-admin-edit {
    position: absolute;
    right: 7px;
    top: calc(100% + 6px);
    z-index: 10;
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 0 9px;
    color: #fff;
    background: #1d2327;
    border-radius: 6px;
    box-shadow: 0 5px 18px rgba(0,0,0,.15);
    font-size: 9px;
    font-weight: 700;
    opacity: .25;
    transition: opacity .18s ease;
}

#shk-standalone-header:hover .shk-header-admin-edit {
    opacity: 1;
}

@media (max-width: 1180px) {
    #shk-standalone-header .shk-header-main-row {
        grid-template-columns: minmax(170px, 215px) minmax(260px, 1fr) auto;
        gap: 16px;
    }

    #shk-standalone-header .shk-header-phone {
        min-width: 43px;
        padding: 0;
    }

    #shk-standalone-header .shk-header-phone-copy {
        display: none;
    }

    #shk-standalone-header .shk-header-menu-links {
        gap: 13px;
    }

    #shk-standalone-header .shk-header-benefit {
        max-width: 210px;
    }

    #shk-standalone-header .shk-header-benefit span {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 980px) {
    #shk-standalone-header .shk-header-main-row {
        grid-template-columns: minmax(150px, 190px) minmax(220px, 1fr) auto;
    }

    #shk-standalone-header .shk-header-brand-copy small {
        display: none;
    }

    #shk-standalone-header .shk-header-benefit {
        display: none;
    }

    #shk-standalone-header .shk-header-menu-links {
        justify-content: space-between;
        gap: 9px;
    }

    #shk-standalone-header .shk-header-menu-links a {
        font-size: 9.5px;
    }
}

@media (max-width: 860px) {
    body.admin-bar #shk-standalone-header.is-sticky {
        top: 46px;
    }

    #shk-standalone-header .shk-header-container {
        width: min(100% - 24px, 760px);
    }

    #shk-standalone-header .shk-header-main-row {
        display: flex;
        min-height: 66px;
        padding: 7px 0;
        gap: 12px;
    }

    #shk-standalone-header .shk-header-brand {
        flex: 1 1 auto;
        min-width: 0;
    }

    #shk-standalone-header .shk-header-logo-wrap {
        max-width: min(var(--shk-header-logo-width), 132px);
        height: min(var(--shk-header-logo-height), 48px);
    }

    #shk-standalone-header .shk-header-logo-wrap img {
        max-width: min(var(--shk-header-logo-width), 132px);
        max-height: min(var(--shk-header-logo-height), 48px);
    }

    #shk-standalone-header .shk-header-brand-copy strong {
        font-size: 15px;
    }

    #shk-standalone-header .shk-header-desktop-search,
    #shk-standalone-header .shk-header-desktop-actions,
    #shk-standalone-header .shk-header-nav-row {
        display: none;
    }

    #shk-standalone-header .shk-header-mobile-actions {
        display: flex;
        flex: 0 0 auto;
    }

    #shk-standalone-header .shk-header-icon-button {
        width: 41px;
        height: 41px;
        flex-basis: 41px;
        border-radius: 12px;
    }

    #shk-standalone-header .shk-header-menu-close-icon {
        display: none;
    }

    #shk-standalone-header.is-menu-open .shk-header-menu-open-icon {
        display: none;
    }

    #shk-standalone-header.is-menu-open .shk-header-menu-close-icon {
        display: block;
    }

    #shk-standalone-header .shk-header-mobile-panel:not([hidden]) {
        display: block;
    }

    #shk-standalone-header .shk-header-mobile-panel {
        padding: 0 0 13px;
        border-top: 1px solid var(--shk-header-border);
    }

    #shk-standalone-header .shk-header-mobile-search-panel {
        padding-top: 12px;
    }

    #shk-standalone-header .shk-header-mobile-search-panel .shk-header-search {
        min-height: 46px;
    }

    #shk-standalone-header .shk-header-mobile-menu-panel {
        max-height: calc(100vh - 115px);
        overflow-y: auto;
        padding-top: 8px;
        overscroll-behavior: contain;
    }

    #shk-standalone-header .shk-header-mobile-links {
        display: grid;
    }

    #shk-standalone-header .shk-header-mobile-links li + li {
        border-top: 1px solid color-mix(in srgb, var(--shk-header-border) 78%, transparent);
    }

    #shk-standalone-header .shk-header-mobile-links a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        min-height: 45px;
        padding: 0 4px;
        color: color-mix(in srgb, var(--shk-header-text) 78%, transparent);
        font-size: 11px;
        font-weight: 760;
    }

    #shk-standalone-header .shk-header-mobile-links a.is-current,
    #shk-standalone-header .shk-header-mobile-links a:hover {
        color: var(--shk-header-accent);
    }

    #shk-standalone-header .shk-header-mobile-links svg {
        width: 16px;
        height: 16px;
        opacity: .55;
    }

    #shk-standalone-header .shk-header-mobile-quick {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 9px;
        padding: 12px 0 3px;
    }

    #shk-standalone-header .shk-header-mobile-quick>a {
        display: flex;
        align-items: center;
        gap: 9px;
        min-height: 57px;
        padding: 8px 11px;
        border: 1px solid var(--shk-header-border);
        border-radius: 13px;
        background: color-mix(in srgb, var(--shk-header-bg) 92%, #eef1f3);
    }

    #shk-standalone-header .shk-header-mobile-quick>a>svg {
        width: 20px;
        height: 20px;
        color: var(--shk-header-accent);
    }

    #shk-standalone-header .shk-header-mobile-quick small,
    #shk-standalone-header .shk-header-mobile-quick strong {
        display: block;
    }

    #shk-standalone-header .shk-header-mobile-quick small {
        color: color-mix(in srgb, var(--shk-header-text) 50%, transparent);
        font-size: 8px;
        font-weight: 600;
    }

    #shk-standalone-header .shk-header-mobile-quick strong {
        margin-top: 2px;
        font-size: 10px;
        font-weight: 850;
    }

    #shk-standalone-header .shk-header-mobile-benefit {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        min-height: 38px;
        margin-top: 10px;
        padding: 5px 10px;
        color: color-mix(in srgb, var(--shk-header-text) 68%, transparent);
        background: color-mix(in srgb, var(--shk-header-accent) 6%, var(--shk-header-bg));
        border: 1px solid color-mix(in srgb, var(--shk-header-accent) 14%, var(--shk-header-border));
        border-radius: 11px;
        font-size: 9px;
        font-weight: 750;
        text-align: center;
    }

    #shk-standalone-header .shk-header-mobile-benefit svg {
        width: 16px;
        height: 16px;
        color: var(--shk-header-accent);
    }
}

@media (max-width: 480px) {
    #shk-standalone-header .shk-header-container {
        width: calc(100% - 18px);
    }

    #shk-standalone-header .shk-header-main-row {
        gap: 7px;
    }

    #shk-standalone-header .shk-header-brand-copy {
        display: none;
    }

    #shk-standalone-header .shk-header-logo-wrap,
    #shk-standalone-header .shk-header-logo-wrap img {
        max-width: 112px;
        max-height: 44px;
    }

    #shk-standalone-header .shk-header-mobile-actions {
        gap: 5px;
    }

    #shk-standalone-header .shk-header-icon-button {
        width: 39px;
        height: 39px;
        flex-basis: 39px;
    }

    #shk-standalone-header .shk-header-mobile-quick {
        grid-template-columns: 1fr;
    }

    #shk-standalone-header .shk-header-search button {
        min-width: 45px;
        width: 45px;
        padding: 0;
    }

    #shk-standalone-header .shk-header-search button span {
        display: none;
    }
}

#shk-standalone-header .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
