.search-section[data-animate] {
    transform: translateX(-15rem);
    opacity: 0
}

.search-section[data-animate].active {
    transform: none;
    opacity: 1
}

.search-section--title {
    font-family: "NNNittiGrotesk-Heading";
    font-size: 3.125rem;
    margin-bottom: 3.125rem
}

.search-section .box-trigger {
    display: none
}

.search-box {
    border: none;
    padding: 0;
    text-align: left
}

@media print,
screen and (min-width: 40em) {
    .search-box {
        position: relative;
        border: 1px solid #d3d3d3;
        border-radius: 3px;
        background: #fff
    }
}

.search-box input[placeholder] {
    text-overflow: ellipsis
}

.search-box .search-input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%
}

@media print,
screen and (min-width: 40em) {
    .search-box .search-input-wrapper {
        position: static;
        width: calc(100% - 9.375rem)
    }
}

.search-box .search-input-wrapper .search-input {
    position: relative;
    width: 100%;
    padding: 2rem 1.25rem;
    margin: 0 0 1rem;
    background: transparent;
    font-family: "NNNittiGrotesk-TextRegular";
    line-height: 1.55;
    -webkit-appearance: none
}

@media print,
screen and (min-width: 40em) {
    .search-box .search-input-wrapper .search-input {
        margin: 0;
        border: none
    }
}

.search-box .search-input-wrapper .livesuggest {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 1rem;
    z-index: 0;
    background-color: #fff;
    border: 1px solid transparent;
    padding: 2rem 1.25rem;
    font-family: "NNNittiGrotesk-TextRegular";
    color: #d3d3d3;
    text-align: left
}

@media print,
screen and (min-width: 40em) {
    .search-box .search-input-wrapper .livesuggest {
        border: none;
        bottom: 0
    }
}

.search-box .search-input-wrapper .livesearch {
    position: absolute;
    top: calc(100% - 1rem - 1px);
    left: 0;
    width: 100%;
    text-align: left;
    list-style-type: none;
    background: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    margin: 0;
    z-index: 3
}

@media print,
screen and (min-width: 40em) {
    .search-box .search-input-wrapper .livesearch {
        top: 100%
    }
}

.search-box .search-input-wrapper .livesearch li {
    padding: 1.25rem;
    cursor: pointer
}

.search-box .search-input-wrapper .livesearch li:not(.show-all-item).active,
.search-box .search-input-wrapper .livesearch li:not(.show-all-item):focus,
.search-box .search-input-wrapper .livesearch li:not(.show-all-item):hover {
    background: #f9f9f9
}

.search-box .search-input-wrapper .livesearch li:not(.show-all-item).active a,
.search-box .search-input-wrapper .livesearch li:not(.show-all-item):focus a,
.search-box .search-input-wrapper .livesearch li:not(.show-all-item):hover a {
    color: #414141
}

.search-box .search-input-wrapper .livesearch li .title,
.search-box .search-input-wrapper .livesearch li .content {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.search-box .search-input-wrapper .livesearch li .content {
    font-size: .75rem
}

@media print,
screen and (min-width: 40em) {
    .search-box button[type=submit] {
        width: 7.875rem
    }
}