.top-banner {
    width: 100%;
    height: 150px;
    background-color: var(--color-primary);
    display: flex;
    align-items: center;
    color: white;
    font-size: 32px;
    font-weight: bold;
    text-decoration: none;
}

.top-banner a,
.top-banner a:link,
.top-banner a:visited,
.top-banner a:hover,
.top-banner a:active {
    color: inherit;
    text-decoration: none;
}

.banner-left {
    width: 30%;
    display: flex;
    justify-content: flex-start;
    align-items:center;
    padding-left: 4%;
    gap: 64px;
}

.banner-center {
    width: 40%;
    display: flex;
    margin-right: 32px;
    justify-content: center;
    align-items: center;
}

.top-banner-search {
    width: 100%;
}

.top-banner-search input {
    width: 100%;
    height: 56px;
    border-radius: 999px;
    border: none;
    padding: 0 16px;
    box-sizing: border-box;
    font-size: 20px;
}

.center-inner {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-right {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 5%;
    gap: 128px;
}

.banner-login,
.banner-basket {
    display: flex;
    align-items: center;
    gap: 16px;
}

html, body {
    margin: 0;
    padding: 0;
}

.page-content {
    padding: 16px;
    font-size: 16px;
}