.gp-product-index-intro {
    max-width: 780px;
    margin: 0 0 20px;
    color: #5f6875;
    line-height: 1.6;
}

.gp-product-index-search {
    position: relative;
    margin: 0 0 20px;
}

.gp-product-index-search input {
    width: 100%;
    height: 46px;
    padding: 10px 42px 10px 14px;
    border: 1px solid #d9dee5;
    border-radius: 6px;
    background: #fff;
    color: #222;
    font-size: 16px;
}

.gp-product-index-search i {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #788391;
}

.gp-product-index-brands {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 24px;
}

.gp-product-index-brands a {
    display: inline-block;
    padding: 7px 12px;
    border: 1px solid #d9dee5;
    border-radius: 18px;
    background: #fff;
    color: #145da0;
    text-decoration: none;
}

.gp-product-index-brands span,
.gp-product-index-brand h2 small,
.gp-product-index-category h3 small {
    color: #7a8490;
    font-size: 13px;
    font-weight: 400;
}

.gp-product-index-brand {
    margin: 0 0 22px;
    padding: 20px;
    border: 1px solid #e2e6eb;
    border-radius: 8px;
    background: #fff;
    scroll-margin-top: 15px;
}

.gp-product-index-brand h2 {
    margin: 0 0 18px;
    padding: 0 0 10px;
    border-bottom: 2px solid #145da0;
    font-size: 22px;
}

.gp-product-index-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.gp-product-index-category h3 {
    margin: 0 0 8px;
    font-size: 17px;
}

.gp-product-index-category ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gp-product-index-category li {
    border-top: 1px solid #edf0f3;
}

.gp-product-index-category li:first-child {
    border-top: 0;
}

.gp-product-index-category li > a {
    display: grid;
    grid-template-columns: 135px minmax(0, 1fr);
    gap: 12px;
    padding: 9px 2px;
    color: #242a31;
    text-decoration: none;
}

.gp-product-index-category li > a:hover,
.gp-product-index-category li > a:focus {
    color: #145da0;
}

.gp-product-index-category .gp-product-index-name {
    color: #596371;
}

.gp-product-index-empty,
.gp-product-index-error {
    padding: 24px;
    border: 1px solid #e2e6eb;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.gp-product-index-empty {
    display: none;
}

@media (max-width: 767px) {
    .gp-product-index-brand {
        padding: 15px;
    }

    .gp-product-index-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .gp-product-index-category li > a {
        grid-template-columns: 1fr;
        gap: 2px;
    }
}
