body {
    background-image: url(../../../public/images/assets/decorative/bg-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

header {
    display: flex;
    /* width: 1440px; */
    padding: 24px 120px;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.01);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.logo a {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.right-nav {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.min-scr-menu {
    display: none;
}

#msm {
    display: none;
}

.button,
.button-wide {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    /* align-self: stretch; */
    border-radius: 4px;
    border: 1px solid #4C4C4C;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 4px 4px 0px 0px #FFEAEA;
}

.icon {
    font-size: 24px;
}

.button-wide {
    border: 1px solid #4C4C4C;
    background: var(--nav-nav-active, #1E1E1E);
    box-shadow: 4px 4px 0px 0px #FFEAEA, 0px 4px 8px 2px var(--Border-Border-3, #272727) inset;
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    line-height: normal;
    font-style: normal;
}

.button-wide .icon {
    color: #fff;
}

/* main */
main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}
.hero{
    display: flex;
    flex-direction: column;
    gap: 54px;
}
.hero h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    color: #000;
}


.toolbar {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

/* search  */
.search-container {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #FFAAEB;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 4px 4px 0px 0px #FFEAEA;
}

.search-wrapper {
    display: flex;
    gap: 8px;
}

.search-wrapper .hgi {
    color: #919191;
    font-size: 24px;
}

#search-bar {
    outline: none;
    border: none;
    background: none;
}

#search-bar::placeholder {
    color: #919191;
    font-size: 14px;
    width: 118px;
}

.hint {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 7px 0px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 4px;
    background: #F0F0F0;
}
.hint:focus {
    outline: 2px solid #FFAAEB;
    background: #FFEAEA;
    box-shadow: 0px 0px 4px 2px rgba(255, 170, 235, 0.5);
    cursor: pointer;
}


/* labels */

.sort-labels {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.label {
    display: flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    fill: none;
}