.mod-search-result__section {
    margin-bottom: 20px;
}

.mod-search-result__section:last-child {
    margin-bottom: 0;
}

.mod-search-result__section-title {
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
}

.mod-search-result__section-title span {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    background-color: #ffffff;
    z-index: 2;
}

.mod-search-result__section-title:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #EEEEEE;
    z-index: 1;
}

.mod-search-result__result-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 25px 15px;
}

.mod-search-result__brands-wrap {
    display: flex;
}

.mod-search-result__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

.mod-search-result__brand-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.mod-search-result__product {
    display: flex;
    margin-bottom: 20px;
    text-decoration: none;
}

.mod-search-result__product:hover .mod-search-result__product-name {
    color: #E66D17;
    transition: .3s;
}

.mod-search-result__product:last-child {
    margin-bottom: 0;
}

.mod-search-result__product-img {
    display: block;
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    object-fit: contain;
    object-position: center;
    margin-right: 10px;
}

.mod-search-result__product-caption {
    display: flex;
    flex-direction: column;
}

.mod-search-result__product-type {
    margin-bottom: 3px;
    font-size: 12px;
    color: #85838C;
}

.mod-search-result__product-name {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    transition: .3s;
}

.mod-search-result__product-price {
    font-size: 500px;
    font-size: 16px;
    color: #333333;
}

.mod-search-result__product-price-sale {
    display: inline-block;
    margin-right: 10px;
    color: #E61717;
}

.mod-search-result__product-price-old {
    color: #85838C;
    font-size: 12px;
    text-decoration: line-through;
}

.mod-search-result__default-item {
    margin-bottom: 20px;
}

.mod-search-result__default-item:last-child {
    margin-bottom: 0;
}

.mod-search-result__default-item-small {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    color: #85838C;
}

.mod-search-result__default-item-small a {
    color: #85838C;
    text-decoration: none;
    transition: .3s;
}

.mod-search-result__default-item-small a:hover {
    color: #E66D17;
    text-decoration: none;
    transition: .3s;
}

.mod-search-result__default-item-text {
    font-size: 18px;
    font-weight: 500;
    color: #E66D17;
}

.mod-search-result__more-btn {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    color: #ffffff;
    border-radius: 0.25rem;
    border: 1px solid #E66D17;
    background-color: #E66D17;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.mod-search-result__empty {
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

