.custom__brandlist--lists { display: flex; align-items: center; column-gap: 10px; }
.alphabet-list{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;padding:10px}.alphabet-item{display:inline-block;padding:5px 10px;text-decoration:none;color:#333;background-color:#f2f2f2;border-radius:4px;transition:background-color 0.3s ease}.alphabet-item:hover{background-color:#e0e0e0}.active-letter{background-color:#000;color:#fff}.inactive-letter{opacity:.5;pointer-events:none}.custom__brandlist--letter-group{align-items:center;column-gap:10px;padding:10px 0;border-bottom:1px solid #ddd}.custom__brandlist--letter-group>span{display:inline-flex;font-size:30px;font-weight:600}.custom__brandlist--items .itms_h1>a{text-decoration:underline;padding:2px 0}.custom__brandlist--letter-group:last-child,.alphabet-list .alphabet-item:last-child{display:none!important}@media (max-width:1024px){.alphabet-list{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.alphabet-item{flex:0 0 auto}}