.ye-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 22px;
}

.ye-global-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #fff;
    border-bottom: 1px solid #e7ebf0;
}

.ye-global-header-bar {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.ye-global-logo img {
    width: 190px;
    height: auto;
}

.ye-global-top-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 12px;
    font-weight: 500;
}

.ye-global-top-nav a {
    color: #4b5563;
    padding: 4px 0;
    border-bottom: 2px solid transparent;
}

.ye-global-top-nav a.is-active {
    border-bottom-color: #0f172a;
    color: #0f172a;
}

.ye-global-right {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 30px;
}

.ye-global-pill {
    border: 1px solid #d8dee5;
    border-radius: 999px;
    height: 30px;
    padding: 0 10px;
    font-size: 11px;
    color: #334155;
    background: #fff;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.ye-global-pill .icon-arrow-down {
    font-size: 12px;
}

.ye-global-locale-icon {
    width: 14px;
    height: 14px;
    color: #334155;
    flex-shrink: 0;
}

.ye-global-icon {
    font-size: 17px;
    color: #111827;
    position: relative;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    vertical-align: middle;
}

.ye-global-bell {
    transform: translateY(-0.5px);
}

.ye-global-bell-icon {
    width: 18px;
    height: 18px;
    color: #111827;
}

.ye-global-bell-dot {
    position: absolute;
    top: -1px;
    right: -2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ef4444;
    border: 1px solid #fff;
}

.ye-global-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    position: relative;
}

.ye-global-cart .icon-cart {
    font-size: 17px !important;
    line-height: 1;
}

.ye-global-cart [class*="absolute"] {
    top: -8px !important;
    left: 9px !important;
    right: auto !important;
    padding: 2px 4px !important;
    font-size: 10px !important;
    line-height: 1 !important;
}

.ye-global-profile {
    transform: translateY(-0.5px);
}

@media (max-width: 1280px) {
    .ye-global-header-bar {
        gap: 14px;
    }

    .ye-global-top-nav {
        gap: 22px;
    }

    .ye-global-right {
        gap: 8px;
    }
}

.ye-global-footer {
    margin-top: 34px;
    border-top: 1px solid #d9e1ea;
    background: #11233a;
    color: #d6e2f2;
    padding-top: 46px;
}

.ye-global-footer-grid {
    display: grid;
    gap: 34px;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    padding-bottom: 30px;
}

.ye-global-footer-grid h4 {
    margin: 0 0 14px;
    color: #f8fbff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.ye-global-footer-grid ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.ye-global-footer-grid p,
.ye-global-footer-grid li,
.ye-global-footer-grid a {
    color: #c8d7ea;
    font-size: 14px;
    line-height: 1.7;
}

.ye-global-footer-grid a:hover {
    color: #ffffff;
}

.ye-footer-logo {
    width: 165px;
    height: auto;
    margin-bottom: 14px;
}

.ye-global-social {
    display: flex;
    gap: 12px;
    align-items: center;
}

.ye-global-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.ye-global-social a img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.ye-global-social a span {
    font-size: 18px;
    color: #d5e2f3;
    line-height: 1;
}

.ye-download-title {
    margin-top: 16px !important;
}

.ye-download-apps {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ye-download-apps a {
    display: inline-flex;
    align-items: center;
}

.ye-download-apps img {
    height: 34px;
    width: auto;
    object-fit: contain;
}

.ye-global-footer-bottom {
    border-top: 1px solid rgba(163, 186, 219, 0.28);
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0;
    margin-top: 2px;
}

.ye-global-footer-bottom p,
.ye-global-footer-bottom a {
    font-size: 13px;
    color: #b9cce3;
}

.ye-global-footer-links {
    display: flex;
    gap: 14px;
}

@media (max-width: 1024px) {
    .ye-global-header-bar {
        display: none;
    }

    .ye-global-top-nav {
        display: none;
    }

    .ye-global-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px;
        padding-bottom: 24px;
    }

    .ye-download-apps img {
        height: 32px;
    }
}

@media (max-width: 767px) {
    .ye-shell {
        padding: 0 16px;
    }

    .ye-global-footer-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ye-download-apps {
        flex-wrap: wrap;
    }

    .ye-global-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 0 14px;
    }
}
