/* alphabet-index */
.alphabet-index {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #f3f4f6;
}

/* alphabet-index-header */
.alphabet-index-header {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.index-second-tittle {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0b436c;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

/* sticky-alphabet-list */
.sticky-alphabet-list {
    position: sticky;
    padding: 1rem;
    border-bottom: 1px solid #f3f4f6;
}

.sticky-alphabet-list ul li {
    list-style: none;
    display: inline-block;
}

.sticky-alphabet-list ul li a {
    padding: 1rem;
    color: black;
}

.alphabet-list li.letter-section {
    list-style: none;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.alphabet-list li.letter-section .active-list {
    display: flex;
    flex-flow: row wrap;
    gap: 3rem;
}

.active-name {
    font-size: 1rem;
    line-height: 24px;
    padding-left: 1em;
}

.letter-index-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    margin: 10px 0;
    /* Ajuste l'espacement vertical si nécessaire */
}

.letter-index-title::before,
.letter-index-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #7fafdc;
    margin: 0 10px;
}

.letter-index-title p {
    font-size: 1.875em;
    font-weight: 600;
    color: #7fafdc;
    margin: 0;
    /* Couleur de la lettre */
    font-weight: bold;
}

li.active-item {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

li.active-item .active-name-image {
    width: 62px;
    height: 62px;
    border: 1px solid rgb(229, 231, 235);
    border-radius: 50%;
    overflow: hidden;
}

li.active-item .active-name-image img {
    width: 62px;
    height: 62px;
    margin-right: 10px;
}

li.active-item a.active-name-tittle {
    color: #1F2937;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.25;
}

p.product-summary {
    font-size: .75rem;
    color: #4B5563;
    line-height: 1rem;
}