.header-search {
    width: 100%;
    margin: 0 6px;
}

.brand-header-top-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

.search-placeholder {
    color: #111;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
}

.brand-page {
    border-top: 1px solid #eee;
}

.brand-page-top {
    margin-bottom: 0;
}

.brand-info {
    display: flex;
    flex-flow: row nowrap;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}

.brand-info-img img {
    width: 60px;
    height: 60px;
}

.brand-info-text-box {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
}

.brand-info-title {
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

.brand-info-subtext {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.25px;
}

.brand-info-button-box {
    display: flex;
    flex-flow: column nowrap;
    gap: 2px;
}

.brand-info-button-box button {
    background: none;
    border: none;
}

.brand-info-button-box button img {
    width: 24px;
}

.brand-banner-section img {
    width: 100%;
}

.brand-promotion-box {
    padding: 30px 15px;
}

.brand-promotion-title {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.brand-promotion-sub-text {
    color: #767676;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.brand-promotion-button {
    width: 100%;
    border-radius: 6px;
    background: #111;
    padding: 13px 0;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.4px;
    margin-top: 30px;
}