.header-area .address_bar {
    background: #040e27;
}

.hutri81-header-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) 170px minmax(450px, 1.45fr);
    column-gap: 24px;
    align-items: center;
}

.hutri81-header-identity,
.hutri81-header-campaign,
.hutri81-header-contact {
    min-width: 0;
}

.ppid-header-logo {
    display: block;
    width: 100%;
    max-width: 360px;
    height: auto;
    object-fit: contain;
}

.hutri81-header-campaign {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 5px;
}

.hutri81-logo {
    display: block;
    width: 160px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.hutri81-header-contact .address_menu {
    gap: clamp(24px, 3vw, 48px);
}

.header-area .address_bar .hutri81-header-contact .single_address {
    margin-left: 0;
}

.hutri81-mobile-row {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #040e27;
    padding-block: 4px;
}

.hutri81-mobile-row .hutri81-logo {
    width: 140px;
}

.mobile-header-brand {
    position: relative;
    padding-inline-end: 104px;
}

.ppid-mobile-logo {
    display: block;
    width: 40%;
    height: auto;
    object-fit: contain;
}

.mobile-search-button {
    position: absolute;
    top: 50%;
    inset-inline-end: 52px;
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgb(255 255 255 / 10%);
    color: #fff;
}

.mobile-search-button:hover {
    background: rgb(255 255 255 / 18%);
    color: #fff;
}

.mobile-search-button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hutri81-header-grid {
        grid-template-columns: minmax(280px, 1fr) 160px minmax(440px, 1.45fr);
        column-gap: 20px;
    }

    .hutri81-logo {
        width: 150px;
    }

    .hutri81-header-contact .address_menu {
        gap: 24px;
    }
}
