.product-anchor {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    overflow-x: auto;
}

.product-anchor button.point-item {
    border: none;
    color: #666;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    font-family: var(--e-global-typography-primary-font-family);
    background-color: transparent;
    padding-inline: 0;
    padding-block: 16px;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}

.product-anchor button.point-item:hover {
    background-color: transparent;
    border-bottom: 2px solid #000;
    color: #000;
}

.product-anchor button.point-item.active {
    background-color: transparent;
    border-bottom: 2px solid #000;
    color: #000;
}
